@charset "UTF-8";
.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.inrWidth {
  width: 86.66667%;
  margin-right: auto !important;
  margin-left: auto !important;
}

.outerWidth {
  width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
}

/*----------------------------------------
FOOTER
-----------------------------------------*/
@media screen and (min-width: 481px) {
  footer {
    background: #fff;
    max-width: 375px;
    margin: 0 auto;
  }
  footer #toTop {
    position: fixed;
    right: 0;
    bottom: 40px;
    width: 60px;
    height: 60px;
    z-index: 100;
  }
}
.footer {
  padding: 50px 0 100px;
  text-align: center;
}
.footer div {
  margin-bottom: 30px;
}
.footer div:first-of-type {
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 60px;
  line-height: 1.6;
}
.footer div:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer div:nth-of-type(2) p {
  width: 50px;
  margin-right: 15px;
}
.footer div:nth-of-type(2) p:last-of-type {
  margin-right: 0;
}
.footer div:last-of-type {
  margin-bottom: 0;
  color: #333333;
}
.footer div:last-of-type p {
  font-size: 1rem;
  letter-spacing: 0;
}

footer #toTop {
  position: fixed;
  right: 5%;
  bottom: 5%;
  width: 40px;
  height: 40px;
  z-index: 100;
}

.frame--main {
  position: relative;
}
.frame--main .contents {
  overflow: hidden;
}
.frame--main .contents .head {
  background: #fcdc26;
  position: fixed;
  top: 0;
  z-index: 999;
}
.frame--main .contents .head__inner {
  position: relative;
}
.frame--main .contents .head .logo {
  display: block;
  padding: 12.5px 0 12.5px 15px;
  width: 70%;
}
.frame--main .contents .head .logo img {
  width: 135px;
}
.frame--main .contents section {
  padding: 40px 0;
}
.frame--main .contents section .wrap {
  width: 87%;
  margin-left: auto;
  margin-right: auto;
}
.frame--main .contents section h2 {
  text-align: center;
}
.frame--main .contents section h3 {
  margin: 10px auto 0;
}
.frame--main .contents section h3 img {
  width: 100%;
}
.frame--main .contents section .accordion_header {
  position: relative;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.frame--main .contents section .accordion_header::after {
  content: "";
  width: 21px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translate(0, -50%) rotate(-180deg);
          transform: translate(0, -50%) rotate(-180deg);
}
.frame--main .contents section .accordion_header--main::after {
  background: url(../img/summer/arw_main.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.frame--main .contents section .accordion_header--sub::after {
  background: url(../img/eighth/arw__btm_wh.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  right: 5%;
}
.frame--main .contents section .accordion_header:hover {
  -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.frame--main .contents section .accordion_header.open::after {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.frame--main .contents .mv {
  margin-top: 59px;
  background: #e60012;
}
.frame--main .contents .mv h1 {
  position: relative;
}
.frame--main .contents .mv h1 .mv_ttl {
  position: absolute;
  top: 37%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 95%;
}
.frame--main .contents .mv h1 .mv_deco_top {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 270px;
}
.frame--main .contents .mv h1 .mv_bar01 {
  position: absolute;
  bottom: 7%;
  left: 46%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 550px;
}
.frame--main .contents .mv h1 .mv_bar_img {
  position: absolute;
  bottom: -4%;
  left: -23px;
  width: 140px;
}
.frame--main .contents .mv h1 .mv_bar02 {
  position: absolute;
  bottom: -7%;
  right: 40px;
  width: 360px;
}
.frame--main .contents .mv h1 .mv_btmtxt_img {
  position: absolute;
  bottom: -50px;
  right: -85px;
  width: 250px;
}
.frame--main .contents .mv h1 .mv_btmtxt01 {
  position: absolute;
  bottom: -40px;
  right: 30px;
  width: 110px;
}
.frame--main .contents .mv img {
  width: 100%;
}
.frame--main .contents .mv__btn {
  width: 95%;
  margin: 80px auto 0;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.frame--main .contents .mv__btn p {
  width: 90%;
  margin-top: 10px;
}
.frame--main .contents .mv__btn a {
  display: block;
  width: 30%;
}
.frame--main .contents .mv__btn a:hover {
  opacity: 1 !important;
}
.frame--main .contents .mv__btn a:hover img {
  opacity: 1 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.frame--main .contents .mv__btn a:nth-of-type(2) {
  margin: 0 2%;
}
.frame--main .contents .btn_blk {
  display: inline-block;
  width: 200px;
  line-height: 1;
  padding: 13px;
  color: #fff;
  background: #18110c;
  border-radius: 30px;
  margin-top: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
.frame--main .contents .new {
  background: #fbdc23;
}
.frame--main .contents .new h2 {
  max-width: 280px;
  margin: 0 auto 10px;
}
.frame--main .contents .new .slider {
  margin-bottom: 0;
}
.frame--main .contents .new .slider__list {
  background: #fff;
  border: 2px solid #e84284;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
}
.frame--main .contents .new .slider__list h3 {
  color: #e84284;
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 15px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0;
}
.frame--main .contents .new .slider__list .img {
  margin-bottom: 20px;
}
.frame--main .contents .new .slider__list .img img {
  width: 100%;
}
.frame--main .contents .new .slider__list .sml {
  font-size: 1.2rem;
}
.frame--main .contents .new .slider__list .copy {
  font-size: 1rem;
  margin-bottom: 20px;
}
.frame--main .contents .new .slider__list .hour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.frame--main .contents .new .slider__list .hour span:first-of-type {
  width: 70px;
  text-align: center;
  background: #811328;
  color: #fff;
  padding: 2px 0;
}
.frame--main .contents .new .slider__list .hour span:last-of-type {
  width: calc(100% - 80px);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  text-align: left;
}
.frame--main .contents .new .slider .slick-arrow {
  width: 45px;
  height: 45px;
  z-index: 1;
}
.frame--main .contents .new .slider .slick-arrow::before {
  width: 45px;
  height: 45px;
  display: block;
  opacity: 1;
}
.frame--main .contents .new .slider .slick-arrow.slick-prev {
  left: -23px;
}
.frame--main .contents .new .slider .slick-arrow.slick-prev::before {
  content: "";
  background: url(../img/eighth/arw_l_pink.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.frame--main .contents .new .slider .slick-arrow.slick-next {
  right: -23px;
}
.frame--main .contents .new .slider .slick-arrow.slick-next::before {
  content: "";
  background: url(../img/eighth/arw_l_pink.png) no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.frame--main .contents .new .slider .slick-dots {
  bottom: -50px;
}
.frame--main .contents .new .slider .slick-dots li {
  width: 25px;
  height: 25px;
}
.frame--main .contents .new .slider .slick-dots button {
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
}
.frame--main .contents .new .slider .slick-dots button::before {
  content: none;
}
.frame--main .contents .new .slider .slick-dots li.slick-active button {
  background: #e84284;
}
.frame--main .contents .new .thumbnail01, .frame--main .contents .new .thumbnail02 {
  margin-top: 30px;
}
.frame--main .contents .new .thumbnail01 .slick-track, .frame--main .contents .new .thumbnail02 .slick-track {
  width: 100% !important;
  -webkit-transform: unset !important;
          transform: unset !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.frame--main .contents .new .thumbnail01 .slick-track::before, .frame--main .contents .new .thumbnail01 .slick-track::after, .frame--main .contents .new .thumbnail02 .slick-track::before, .frame--main .contents .new .thumbnail02 .slick-track::after {
  content: none;
}
.frame--main .contents .new .thumbnail01 .slick-slide, .frame--main .contents .new .thumbnail02 .slick-slide {
  outline: none !important;
}
.frame--main .contents .new .thumbnail01 .slick-slide > div, .frame--main .contents .new .thumbnail02 .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.frame--main .contents .new .thumbnail01 .thumbnail-img, .frame--main .contents .new .thumbnail02 .thumbnail-img {
  cursor: pointer;
}
.frame--main .contents .new .thumbnail01 .slick-current, .frame--main .contents .new .thumbnail02 .slick-current {
  border: 2px solid;
  border-radius: 17%;
  overflow: hidden;
}
.frame--main .contents .new .thumbnail01 .slick-slide {
  width: 23% !important;
}
.frame--main .contents .new .thumbnail01 .slick-current {
  border-color: #e84284;
}
.frame--main .contents .new .thumbnail02 .slick-slide {
  width: 19% !important;
  margin: 0 2px 4px !important;
}
.frame--main .contents .new .thumbnail02 .slick-current {
  border-color: #811328;
}
.frame--main .contents .new--event {
  background: #ee87a8;
}
.frame--main .contents .new--event h2 {
  position: relative;
  margin-bottom: 25px;
}
.frame--main .contents .new--event h2 img {
  position: relative;
  z-index: 1;
}
.frame--main .contents .new--event .slider .slick-slide {
  margin: 0 5px;
}
.frame--main .contents .new--event .slider .slider__list {
  border: 2px solid #811328;
}
.frame--main .contents .new--event .slider .slick-arrow.slick-prev::before {
  content: "";
  background: url(../img/top/arw_l_red.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.frame--main .contents .new--event .slider .slick-arrow.slick-next::before {
  content: "";
  background: url(../img/top/arw_l_red.png) no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.frame--main .contents .new--event .slider .slick-dots li button {
  background: #fbdc23;
}
.frame--main .contents .new--event .slider .slick-dots li.slick-active button {
  background: #811328;
}
.frame--main .contents .new--event .btn_blk {
  background: #e60012;
}
.frame--main .contents .new--event .thumbnail02 .slick-track {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.frame--main .contents .new--event .thumbnail02 .slick-slide {
  margin: 0 2px;
}
.frame--main .contents .big_sale {
  padding-top: 20px;
}
.frame--main .contents .big_sale h2 {
  margin-left: 6.5%;
  margin-bottom: 20px;
}
.frame--main .contents .big_sale__item {
  margin-bottom: 40px;
}
.frame--main .contents .big_sale__item li {
  background: #fdeff5;
  padding: 2px;
}
.frame--main .contents .big_sale__item li:not(:last-of-type) {
  margin-bottom: 10px;
}
.frame--main .contents .big_sale__item li .img img {
  width: 100%;
  height: auto;
}
.frame--main .contents .big_sale__item li .txt {
  text-align: center;
  margin: 10px 0;
}
.frame--main .contents .big_sale__item li .txt__txt {
  font-size: 1.5rem;
  font-weight: bold;
}
.frame--main .contents .big_sale__item li .txt__price {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  margin: 5px 0;
}
.frame--main .contents .big_sale__item li .txt__price span {
  font-size: 2.5rem;
}
.frame--main .contents .big_sale__item li .txt__sml {
  font-size: 1.1rem;
}
.frame--main .contents .big_sale__item li .txt__big {
  font-size: 2.5rem;
  font-weight: bold;
}
.frame--main .contents .big_sale__item li .txt__floor {
  margin-top: 10px;
  font-size: 1rem;
}
.frame--main .contents .big_sale__others__ttl {
  width: 250px;
  margin: 0 auto 30px;
}
.frame--main .contents .big_sale__others__btn {
  display: block;
  width: 300px;
  margin: 0 auto 15px;
}
.frame--main .contents .big_sale__info p {
  display: inline-block;
}
.frame--main .contents .big_sale__info p:not(:last-of-type) {
  margin-bottom: 5px;
}
.frame--main .contents .recommend {
  padding: 0;
  position: relative;
}
.frame--main .contents .recommend__blk {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85%;
  text-align: center;
}
.frame--main .contents .recommend__blk a {
  margin-top: 20px;
}
.frame--main .contents .more_btn_re {
  width: 100%;
  margin-top: 20px;
}
.frame--main .contents .more_btn_re a {
  width: 132px;
  height: 44px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}
.frame--main .contents .more_btn_re a::after {
  content: "";
  width: 132px;
  height: 44px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/eighth/more_btn_none.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.frame--main .contents .more_btn_re a:hover {
  opacity: 1 !important;
}
.frame--main .contents .more_btn_re a:hover img {
  opacity: 1 !important;
}
.frame--main .contents .more_btn_re a:hover::after {
  background: url(../img/eighth/more_btn_hover.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.frame--main .contents .sale {
  padding-top: 0;
}
.frame--main .contents .sale__blk {
  background: #fff;
  padding: 20px 5% 25px;
  position: relative;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.frame--main .contents .sale__blk .ttl03_deco01_re {
  position: absolute;
  height: auto;
  top: 1%;
  right: -5%;
  width: 130px;
  -webkit-animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
          animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
}
.frame--main .contents .sale__blk .ttl03_deco {
  position: absolute;
  height: auto;
  top: 15%;
  left: -5%;
  width: 80px;
  -webkit-animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
          animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
}
.frame--main .contents .sale__blk .ttl03_deco_re01 {
  position: absolute;
  height: auto;
  bottom: 27%;
  right: -5%;
  width: 90px;
  -webkit-animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
          animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
}
.frame--main .contents .sale__blk .ttl03_deco_03 {
  position: absolute;
  height: auto;
  bottom: 12%;
  left: 8%;
  width: 60px;
  -webkit-animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
          animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
}
.frame--main .contents .sale__blk a {
  display: block;
}
.frame--main .contents .sale__blk a:focus {
  outline: none !important;
}
.frame--main .contents .sale__blk .item01 {
  width: 160px;
  margin-left: 3%;
}
.frame--main .contents .sale__blk .item02 {
  width: 140px;
  margin-top: -150px;
  margin-left: auto;
}
.frame--main .contents .sale__blk .item03 {
  width: 160px;
  margin-left: -5%;
  margin-top: -130px;
}
.frame--main .contents .sale__blk .item04 {
  width: 240px;
  margin: 20px auto 30px;
}
.frame--main .contents .sale__blk .item05 {
  width: 110px;
  margin-left: 16px;
}
.frame--main .contents .sale__blk .item06 {
  width: 170px;
  margin-left: auto;
  margin-top: -140px;
}
.frame--main .contents .sale__blk .item07 {
  width: 175px;
  margin-left: -10%;
  margin-top: 20px;
}
.frame--main .contents .sale__blk .item08 {
  width: 180px;
  margin-left: auto;
  margin-right: -3%;
  margin-top: -180px;
}
.frame--main .contents .sale__blk .item09 {
  width: 180px;
  margin-left: 3%;
  margin-top: -40px;
}
.frame--main .contents .sale__blk .item10 {
  width: 130px;
  margin-left: auto;
  margin-right: -10%;
  margin-top: -155px;
}
.frame--main .contents .sale__blk .item11 {
  width: 225px;
  margin-left: -7%;
  margin-top: -35px;
}
.frame--main .contents .sale__blk .item12 {
  width: 255px;
  margin-left: auto;
  margin-right: -8%;
  margin-top: -27px;
}
.frame--main .contents .sale__blk .item13 {
  width: 220px;
  margin-left: 5%;
  margin-top: 20px;
}
.frame--main .contents .sale__blk .item14 {
  width: 245px;
  margin-left: auto;
  margin-right: -4%;
  margin-top: 30px;
}
.frame--main .contents .sale__blk .item15 {
  width: 245px;
  margin-left: 1%;
  margin-top: -20px;
}
.frame--main .contents .sale h2 {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.frame--main .contents .sale .floor {
  margin: 10px auto 0;
  font-size: 1rem;
  text-align: center;
}
.frame--main .contents .sale ul {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
.frame--main .contents .sale ul.ul--last {
  margin-top: 10px;
}
.frame--main .contents .sale li {
  width: 49.5%;
  padding: 5% 2%;
  margin-bottom: 5px;
  font-weight: bold;
}
.frame--main .contents .sale li.top_big_sale {
  width: 100%;
  background: #fff;
  padding: 2px;
}
.frame--main .contents .sale li.top_big_sale:not(:last-of-type) {
  margin-bottom: 10px;
}
.frame--main .contents .sale li.top_big_sale .img img {
  width: 100%;
  height: auto;
}
.frame--main .contents .sale li.top_big_sale .txt {
  text-align: center;
  margin: 10px 0;
}
.frame--main .contents .sale li.top_big_sale .txt__txt {
  font-size: 1.5rem;
  font-weight: bold;
}
.frame--main .contents .sale li.top_big_sale .txt__price {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  margin: 5px 0;
}
.frame--main .contents .sale li.top_big_sale .txt__price span {
  font-size: 2.5rem;
}
.frame--main .contents .sale li.top_big_sale .txt__sml {
  font-size: 1.1rem;
}
.frame--main .contents .sale li.top_big_sale .txt__big {
  font-size: 2.5rem;
  font-weight: bold;
}
.frame--main .contents .sale li.top_big_sale .txt__floor {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
}
.frame--main .contents .sale li.box_w100 {
  width: 100%;
  padding: 5%;
}
.frame--main .contents .sale li.box_w100 .box_w100__toptxt {
  font-size: 1.5rem;
}
.frame--main .contents .sale li.box_w100 .box_w100__price {
  font-size: 2.5rem;
}
.frame--main .contents .sale li.box_w100 .box_w100__price span {
  font-size: 5rem;
}
.frame--main .contents .sale li.box_w100 .floor {
  font-weight: normal;
  margin-top: 0;
}
.frame--main .contents .sale li.box_w100 .floor--1st {
  margin-bottom: 10px;
}
.frame--main .contents .sale li.box_w100 .logo_box {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.frame--main .contents .sale li.box_w100 .logo_box a {
  width: 32%;
  margin-bottom: 5px;
}
.frame--main .contents .sale li.box_w100 .logo_box a:nth-of-type(2n) {
  margin: 0 1%;
}
.frame--main .contents .sale li.fashion {
  border: 2px solid #ff6178;
  background: #fdeff5;
}
.frame--main .contents .sale li.fashion_goods {
  border: 2px solid #008ecf;
  background: #eaf6fd;
}
.frame--main .contents .sale li.life_goods {
  border: 2px solid #8fc31f;
  background: #ebf5ec;
}
.frame--main .contents .sale li.foods {
  border: 2px solid #f2954c;
  background: #fdede4;
}
.frame--main .contents .sale li.service {
  border: 2px solid #fabe00;
  background: #fffde5;
}
.frame--main .contents .sale li.amuse {
  border: 2px solid #86559F;
  background: #F3EFF7;
}
.frame--main .contents .sale li a {
  display: block;
}
.frame--main .contents .sale li p {
  text-align: center;
  line-height: 1.4;
}
.frame--main .contents .sale li .tile_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.frame--main .contents .sale li .tile_txt p {
  letter-spacing: 0;
  font-weight: bold;
}
.frame--main .contents .sale li .tile_txt p:first-of-type {
  margin-bottom: 5px;
}
.frame--main .contents .sale li picture {
  display: block;
  text-align: center;
  width: 75%;
  margin: 0 auto;
}
.frame--main .contents .covid {
  padding: 25px 0;
  text-align: center;
}
.frame--main .contents .covid__wrap {
  background: #fff33f;
  padding: 20px 5% 25px;
}
.frame--main .contents .covid__wrap h2 {
  max-width: 210px;
  margin: 0 auto 20px;
}
.frame--main .contents .covid__blk {
  background: #fff;
  border-radius: 10px;
  padding: 7px 5% 5%;
  text-align: center;
}
.frame--main .contents .covid__blk img {
  max-width: 270px;
}
.frame--main .contents .covid__blk h3 {
  font-size: 1.2rem;
  font-weight: bold;
  background: #e83820;
  padding: 5px;
  display: inline-block;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
  color: #fff;
}
.frame--main .contents .covid__blk--1st {
  margin-bottom: 15px;
}
.frame--main .contents .covid__blk--1st img {
  max-width: 260px;
  display: block;
  margin: 0 auto;
}
.frame--main .contents .covid a {
  display: inline-block;
  margin: 20px auto;
  text-align: center;
  width: 95%;
  background: #000;
  padding: 5px;
  position: relative;
  color: #fff;
  font-size: 1.7rem;
}
.frame--main .contents .covid a img {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 10px;
}
.frame--main .contents .covid__txt {
  text-align: left;
  font-size: 1.2rem;
}

/* -----
  PC
  ----- */
@media print, screen and (min-width: 481px) {
  body {
    background: #e83820;
  }
  main {
    overflow: hidden;
    background: #e83820;
    z-index: 0;
  }
  .head {
    width: 375px;
  }
  .frame {
    position: relative;
  }
  .frame .main_deco01 {
    position: fixed;
    top: 100px;
    left: 1560px;
    width: 15vw;
    -webkit-animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
            animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
    -webkit-transition: 1.5s ease-in-out;
    transition: 1.5s ease-in-out;
  }
  .frame--sub > div {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .frame--sub img {
    width: 100%;
  }
  .frame--sub .pcnav {
    position: absolute;
    top: 59%;
    width: 30%;
  }
  .frame--sub .pcnav li {
    margin-bottom: 15px;
  }
  .frame--sub .pcnav li img {
    height: auto;
  }
  .frame--sub a.nextbtn {
    display: block;
    position: absolute;
    right: 2%;
    bottom: 2%;
  }
  .frame--sub object {
    max-height: 100vh;
    display: block;
    margin: 0 auto;
  }
  .frame--sub h1 img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .frame--main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 100;
  }
  .frame--main .contents {
    width: 375px;
    background: #e60012;
  }
  .frame--main .contents .product__blk--img .pdpt {
    width: 400px !important;
    margin: 0 calc(50% - 200px) !important;
  }
  .frame--main .contents .new--top h2 {
    padding-top: 45px !important;
  }
  .frame--main .sale__wrap {
    background-size: 375px !important;
  }
}
/* PC End */
@media screen and (max-width: 480px) {
  .drawer-menu {
    width: 100%;
    padding: 15px;
    height: 100vh;
  }
  .drawer-menu li {
    padding-bottom: 15px !important;
  }
  .drawer-menu li:not(:first-of-type) {
    width: 100% !important;
  }
}
.drawer-menu li:nth-of-type(1) {
  position: relative;
  padding-top: 25px;
  text-align: center;
  padding-bottom: 30px;
}
.drawer-menu li:nth-of-type(1) img {
  width: 270px;
}
.drawer-menu li a {
  display: block;
}
.drawer-menu li a .navimg {
  width: 345px;
}

/* -----
  SP
  ----- */
@media screen and (min-width: 360px) {
  * {
    -webkit-text-size-adjust: none;
  }
}
@media screen and (max-width: 480px) {
  .head {
    width: 100%;
  }
  .frame--main {
    overflow: hidden;
    background-color: #e60012;
  }
  .frame--main .sec03 {
    background: url(../img/bg.jpg);
    background: url(../img/bg_pc.jpg);
    background-size: contain;
  }
  .frame--sub {
    display: none;
  }
}
/* SP End */
.indent {
  text-indent: -1em;
  padding-left: 1em;
}

/*----navi-------*/
#navToggle {
  position: absolute;
  top: 15px;
  right: 6%;
  width: 33px;
  height: 33px;
  cursor: pointer;
  z-index: 1001;
}
#navToggle div {
  position: relative;
}
#navToggle span {
  display: block;
  position: absolute;
  /*#navToggle div に対して*/
  width: 100%;
  height: 5px;
  background: #e60012;
  border: 1px solid #e60012;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
#navToggle span:nth-child(1) {
  top: 0;
}
#navToggle span:nth-child(2) {
  top: 12.5px;
}
#navToggle span:nth-child(3) {
  top: 25px;
}

.openNav #navToggle span {
  background: #fff;
  border: 1px solid #fff;
}
.openNav #navToggle span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.openNav #navToggle span:nth-child(2), .openNav #navToggle span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.head nav {
  position: fixed;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e60012;
  padding: 0;
  text-align: left;
  display: none;
  padding: 50px 0 100px;
  z-index: 1000;
  overflow-y: scroll;
  max-width: 375px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.head nav ul li {
  padding: 30px;
  display: block;
  border-bottom: 1px solid #fff;
}
.head nav ul li:last-of-type {
  border-bottom: none;
}
.head nav ul a {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  display: block;
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.head nav ul a.bigf {
  font-size: 2.5rem;
}
.head nav ul a:last-of-type {
  margin-bottom: none;
}

.openNav {
  overflow: hidden;
}
.openNav nav {
  z-index: 1000;
}

.vertical {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.red {
  color: #e60012;
}

.fwb {
  font-weight: bold;
}

.fw-nomal {
  font-weight: normal !important;
}

.lh1 {
  line-height: 1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.ls-1, .ls-1_sp {
  letter-spacing: -1px !important;
}

.ls-2 {
  letter-spacing: -2px !important;
}

.ls-3 {
  letter-spacing: -3px !important;
}

.m5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.ft12 {
  font-size: 1rem;
}

.ft18 {
  font-size: 1.2rem;
}

.ft20 {
  font-size: 1.3rem;
}

.ft30 {
  font-size: 1.5rem !important;
}

.ft35 {
  font-size: 1.7rem;
}

.ft40 {
  font-size: 2rem;
}

.ft50 {
  font-size: 2.5rem;
}

.ft60 {
  font-size: 3rem;
}

.modal_blk {
  position: relative;
  padding: 20px;
}
.modal_blk .img {
  background: #fafafa;
}
.modal_blk .img img {
  width: 100%;
  height: auto;
}
.modal_blk .txt_area {
  padding: 30px 0 0;
}
.modal_blk .txt_area h3 {
  background: #ea5e74;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  display: inline;
  padding: 5px;
  text-indent: 1em;
  letter-spacing: 0;
}
.modal_blk .txt_area h3.h3-fg {
  background: #008ecf;
}
.modal_blk .txt_area h3.h3-lg {
  background: #9cba56;
}
.modal_blk .txt_area h3.h3-g {
  background: #f2954c;
}
.modal_blk .txt_area .txt {
  font-size: 1.4rem;
  margin-top: 20px;
  text-align: justify;
}
.modal_blk .txt_area .txt .df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 7px;
}
.modal_blk .txt_area .txt .df--txtbtm {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modal_blk .txt_area .txt .smf {
  font-size: 1.2rem;
}
.modal_blk .txt_area .txt span {
  letter-spacing: 0;
}
.modal_blk .txt_area .txt span.price {
  float: right;
}
.modal_blk .txt_area .shop {
  margin-top: 20px;
  text-align: center;
}
.modal_blk .txt_area .shop a {
  display: block;
  margin-top: 5px;
}
.modal_blk .txt_area .shop a img {
  height: 40px;
  width: auto;
}
.modal_blk .modaal_close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.modal_blk .modaal_close div {
  position: relative;
}
.modal_blk .modaal_close span {
  display: block;
  position: absolute;
  /*#navToggle div に対して*/
  width: 100%;
  height: 3px;
  background: #e60012;
  border: 1px solid #e60012;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  top: 14px;
}
.modal_blk .modaal_close span:first-of-type {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal_blk .modaal_close span:last-of-type {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*以下遅延の指定*/
.anime-fade--01 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.anime-fade--02 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.anime-fade--03 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.anime-fade--04 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.anime-fade--05 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.anime-fade--06 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.anime-fade--07 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.anime-fade--08 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.anime-fade--09 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.anime-fade--10 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.anime-fade--11 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.anime-fade--12 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.anime-fade--13 {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

.anime-fade--14 {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.anime-fade--15 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.anime-fade--16 {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}

.anime-fade--17 {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}

.anime-fade--18 {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}

.anime-fade--19 {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}

.anime-fade--20 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.anime-fade--21 {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}

.anime-fade--22 {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}

.anime-fade--23 {
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}

.anime-fade--24 {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}

.anime-fade--25 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.anime-fade--26 {
  -webkit-animation-delay: 5.2s;
          animation-delay: 5.2s;
}

.anime-fade--recom01 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.anime-fade--recom02 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.anime-fade--recom03 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.anime-fade--recom04 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.anime-fade--recom05 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.anime-fade--recom06 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.anime-fade--recom07 {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.anime-fade--recom08 {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.anime-fade--recom09 {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

.anime-fade--recom10 {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

.anime-fade--recom11 {
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}

.anime-fade--recom12 {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-1deg);
            transform: translate(0, 0) rotate(-1deg);
  }
  50% {
    -webkit-transform: translate(0, -5px) rotate(0deg);
            transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(1deg);
            transform: translate(0, 0) rotate(1deg);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-1deg);
            transform: translate(0, 0) rotate(-1deg);
  }
  50% {
    -webkit-transform: translate(0, -5px) rotate(0deg);
            transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(1deg);
            transform: translate(0, 0) rotate(1deg);
  }
}
.expansionIn {
  -webkit-animation: expansionIn 0.5s ease-in-out 0.5s both;
  animation: expansionIn 0.5s ease-in-out 0.5s both;
}

@-webkit-keyframes expansionIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes expansionIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.expansionDelay {
  opacity: 0;
}

.expansionInDelay {
  -webkit-animation: expansionInDelay 0.5s ease-in-out 1s both;
  animation: expansionInDelay 0.5s ease-in-out 1s both;
}

@-webkit-keyframes expansionInDelay {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes expansionInDelay {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.rightFade {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.rightFadeIn {
  -webkit-animation: rightFadeIn 0.5s cubic-bezier(0.08, 0.8, 0.315, 1) 0.5s both;
  animation: rightFadeIn 0.5s cubic-bezier(0.08, 0.8, 0.315, 1) 0.5s both;
}

@-webkit-keyframes rightFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(3%);
    transform: translateX(3%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes rightFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(3%);
    transform: translateX(3%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.leftFade {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.leftFadeIn {
  -webkit-animation: leftFadeIn 0.5s cubic-bezier(0.08, 0.8, 0.315, 1) 0.5s both;
  animation: leftFadeIn 0.5s cubic-bezier(0.08, 0.8, 0.315, 1) 0.5s both;
}

.leftFadeDeray {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes leftFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(3%);
    transform: translateX(3%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes leftFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(3%);
    transform: translateX(3%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.topFade {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.topFadeIn {
  -webkit-animation: topFadeIn 0.5s cubic-bezier(0.08, 0.8, 0.315, 1) 0.5s both;
  animation: topFadeIn 0.5s cubic-bezier(0.08, 0.8, 0.315, 1) 0.5s both;
}

@-webkit-keyframes topFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes topFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.leftFadeLoop {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.leftFadeInLoop {
  -webkit-animation: leftFadeInLoop 5s cubic-bezier(0.97, 0.04, 0.09, 1.28) 0s infinite;
  animation: leftFadeInLoop 5s cubic-bezier(0.97, 0.04, 0.09, 1.28) 0s infinite;
}

@-webkit-keyframes leftFadeInLoop {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
@keyframes leftFadeInLoop {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
.wobbling {
  -webkit-animation: wobbling_x 1s ease-in-out infinite alternate, wobbling_y 1.5s ease-in-out infinite alternate;
          animation: wobbling_x 1s ease-in-out infinite alternate, wobbling_y 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes wobbling_x {
  0% {
    margin-left: 8px;
  }
  100% {
    margin-left: 0px;
  }
}

@keyframes wobbling_x {
  0% {
    margin-left: 8px;
  }
  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes wobbling_y {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 8px;
  }
}
@keyframes wobbling_y {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 8px;
  }
}
.wobbling-rev {
  -webkit-animation: wobbling_x_rev 1s ease-in-out infinite alternate, wobbling_y_rev 1.5s ease-in-out infinite alternate;
          animation: wobbling_x_rev 1s ease-in-out infinite alternate, wobbling_y_rev 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes wobbling_x_rev {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 8px;
  }
}

@keyframes wobbling_x_rev {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 8px;
  }
}
@-webkit-keyframes wobbling_y_rev {
  0% {
    margin-top: 8px;
  }
  100% {
    margin-top: 0px;
  }
}
@keyframes wobbling_y_rev {
  0% {
    margin-top: 8px;
  }
  100% {
    margin-top: 0px;
  }
}
.hopstep {
  -webkit-animation: hopstep 2s ease-in-out infinite alternate;
          animation: hopstep 2s ease-in-out infinite alternate;
}

.hopstep01 {
  -webkit-animation: hopstep 2s ease-in-out infinite alternate;
          animation: hopstep 2s ease-in-out infinite alternate;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes hopstep {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  75% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes hopstep {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  75% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}