@charset "UTF-8";
@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
/*共通*/
.youmeapp_card_wrap {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  color: #000;
}
.youmeapp_card_wrap p {
  margin-bottom: 0 !important;
}
.youmeapp_card_wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.youmeapp_card_wrap ul li {
  margin: 0;
}
.youmeapp_card_wrap * {
  box-sizing: border-box;
}
.youmeapp_card_wrap a {
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}
.youmeapp_card_wrap img {
  max-width: 100%;
}
.youmeapp_card_wrap p {
  line-height: 1.4;
}
.youmeapp_card_wrap p span.youbi {
  font-size: 0.8em;
}

/* -------------------------------------
        ＴＯＰ
------------------------------------- */
.fv {
  position: relative;
}
.fv__ttl {
  width: 95%;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}
.fv__subttl {
  width: 80%;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
}
.fv__txt {
  width: 95%;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  font-size: 1.1em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .fv__txt {
    font-size: 1em;
  }
}
.fv__bosyu {
  padding: 4px 0;
  background: #ffe100;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .fv__bosyu {
    display: block;
    text-align: center;
    padding: 4px 0 8px;
  }
}
.fv__bosyu-img {
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .fv__bosyu-txt {
    width: 80%;
    margin: 0 auto;
  }
}
.fv__btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .fv__btn {
    display: block;
    margin-top: 20px;
  }
}
.fv__btn-item {
  width: 40%;
  max-width: 360px;
  min-width: 360px;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .fv__btn-item {
    min-width: auto;
    width: 80%;
    margin: 20px auto;
  }
}
.fv__btn-item a {
  position: relative;
  display: block;
  padding: 12px 0;
  background: #e30077;
  border-radius: 999px;
  color: #fff;
  text-align: center;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .fv__btn-item a {
    font-size: 1em;
    line-height: 1.3;
  }
}
.fv__btn-item a::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/arrow.svg) no-repeat;
  background-size: contain;
  right: 6%;
  top: 40%;
  transition: all 0.3s;
}
.fv__btn-item a:hover::before {
  right: 4%;
}
.fv__btn-item--app a::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 80px;
  background: url(../img/youmeapp.png?a) no-repeat;
  background-size: contain;
  left: 12%;
  top: -30%;
}
@media screen and (max-width: 767px) {
  .fv__btn-item--app a::after {
    width: 16%;
    left: 10%;
    top: -10%;
  }
}
.fv__btn-item--card a::after {
  content: "";
  position: absolute;
  width: 24%;
  height: 80px;
  background: url(../img/youmecard.png?a) no-repeat;
  background-size: contain;
  left: 8%;
  top: -20%;
}
@media screen and (max-width: 767px) {
  .fv__btn-item--card a::after {
    width: 22%;
    left: 6%;
    top: 0;
  }
}
.fv__notice {
  max-width: 800px;
  margin: 20px auto 0px;
  padding: 1em;
  border: 1px solid #000;
}
.fv__notice p {
  font-size: 0.8em;
  padding-left: 1em;
  text-indent: -1em;
}

/* -------------------------------------
        5倍
------------------------------------- */
.x5 {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 40px;
}
.x5__kikan {
  background: #e50012;
  padding: 12px 0;
  text-align: center;
}
.x5__kikan-img {
  width: 80%;
  margin: 0 auto;
}
.x5__main {
  background: #ffe100;
  padding: 1em;
}
.x5__limited {
  position: relative;
  text-align: center;
}
.x5__limited::after {
  content: "";
  position: absolute;
  width: 80%;
  max-width: 500px;
  height: 70%;
  background: #008d8f;
  border-radius: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -8px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .x5__limited::after {
    width: 100%;
  }
}
.x5__limited img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .x5__limited img {
    width: 70%;
    margin: 0 auto;
  }
}
.x5__limited p {
  position: relative;
  color: #fff;
  font-size: 1.2em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .x5__limited p {
    font-size: 1em;
  }
}
.x5__point {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .x5__point {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.x5__cond {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 10px;
  border: 1px solid #000;
  padding: 4px;
  text-align: center;
}
.x5__cond span.red {
  font-size: 1.4em;
  font-weight: 800;
  color: #e50012;
}
@media screen and (max-width: 767px) {
  .x5__cond span.red {
    font-size: 1.2em;
  }
}
.x5__notice {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 0.8em;
}
.x5__notice p {
  padding-left: 1em;
  text-indent: -1em;
}

/* -------------------------------------
        ナビ
------------------------------------- */
.unker {
  margin-top: 60px;
  margin-bottom: 30px;
}
.unker ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.unker ul li {
  width: 47%;
  margin: 8px;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .unker ul li {
    margin: 4px;
  }
}
.unker ul li a {
  position: relative;
  display: block;
  padding: 10px 4px;
  background: #fff000;
  border-radius: 8px;
  text-align: center;
  color: #e30077;
  font-weight: 800;
  font-size: 1.2em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .unker ul li a {
    font-size: 0.8em;
    padding: 10px 4px 16px;
  }
}
.unker ul li a span.small {
  color: #000;
  font-size: 0.8em;
}
.unker ul li a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 12px;
  background-color: #e30077;
  -webkit-clip-path: polygon(50% 12px, 0% 0%, 20px 0%);
          clip-path: polygon(50% 12px, 0% 0%, 20px 0%);
  right: 4%;
  top: 45%;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .unker ul li a::before {
    width: 16px;
    height: 8px;
    -webkit-clip-path: polygon(50% 8px, 0% 0%, 16px 0%);
            clip-path: polygon(50% 8px, 0% 0%, 16px 0%);
    left: 0;
    right: 0;
    margin: 0 auto;
    top: auto;
    bottom: 8%;
  }
}
.unker ul li a:hover::before {
  top: 50%;
}
@media screen and (max-width: 767px) {
  .unker ul li a:hover::before {
    top: auto;
    bottom: 6%;
  }
}

/* -------------------------------------
        週替わりクーポン
------------------------------------- */
.con {
  margin-bottom: 60px;
  padding-bottom: 50px;
}

.coupon {
  background: #e61b64;
}
.coupon__ttl {
  padding: 30px 0;
  background: url(../img/coupon-bg.png) repeat-x;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .coupon__ttl {
    padding: 20px 0;
  }
}
.coupon__ttl-img {
  width: 95%;
  margin: 0 auto;
}
.coupon__subttl {
  width: 90%;
  margin: 0 auto;
  max-width: 640px;
  margin-top: 10px;
  padding: 8px 0;
  background: #fff;
  border-radius: 999px;
  text-align: center;
}
.coupon__subttl p {
  font-size: 1.2em;
  font-weight: 800;
  color: #e61b64;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .coupon__subttl p {
    font-size: 1em;
    line-height: 1.2;
  }
}
.coupon__ttlnotice {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 0.8em;
  margin-top: 10px;
  font-weight: 400;
}
.coupon__item {
  width: 95%;
  margin: 0 auto;
  margin-top: 40px;
}
.coupon__item-ttl {
  display: inline-block;
  padding: 20px 40px 0 20px;
  background: #fff000;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 767px) {
  .coupon__item-ttl {
    padding: 16px 20px 0 12px;
    border-radius: 14px 14px 0 0;
  }
}
.coupon__item-ttl--day0701 {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .coupon__item-ttl--day0701 {
    width: 65%;
    max-width: 360px;
  }
}
.coupon__item-ttl--day0707 {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .coupon__item-ttl--day0707 {
    width: 70%;
    max-width: 400px;
  }
}
.coupon__item-ttl--day0714 {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .coupon__item-ttl--day0714 {
    width: 77%;
    max-width: 420px;
  }
}
.coupon__item-ttl--day0721 {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .coupon__item-ttl--day0721 {
    width: 80%;
    max-width: 450px;
  }
}
.coupon__item-notice {
  width: 95%;
  margin: 0 auto;
  font-size: 0.8em;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .coupon__item-notice {
    padding-bottom: 10px;
  }
}
.coupon__item-main {
  background: #fff000;
  border-radius: 16px;
  padding-top: 70px;
  padding-bottom: 20px;
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  .coupon__item-main {
    padding-top: 50px;
    margin-top: -40px;
  }
}
.coupon__item .slidearea {
  width: 98%;
  margin-right: 0;
  margin-left: auto;
}

/* -------------------------------------
        月間クーポン
------------------------------------- */
.appcoupon {
  border: 4px solid #e61b64;
  border-radius: 0 0 20px 20px;
}
.appcoupon__ttl {
  padding: 30px 0 120px;
  background: url(../img/appcoupon-bg.png) #e61b64;
  background-size: cover;
  background-position: center;
  text-align: center;
}
.appcoupon__ttl-mark {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 16px;
}
.appcoupon__ttl-txt {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .appcoupon__ttl-txt {
    display: block;
  }
}
.appcoupon__ttl-txt-otoku {
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .appcoupon__ttl-txt-otoku {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 8px;
  }
}
.appcoupon__kikan p {
  color: #fff;
  font-size: 1.6em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .appcoupon__kikan p {
    font-size: 1.4em;
  }
}
.appcoupon__kikan p span.uridashi {
  padding: 2px 8px;
  background: #fff;
  margin-right: 8px;
  color: #e61b64;
  font-size: 0.8em;
}
.appcoupon__ttlnotice {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
  color: #fff;
  font-size: 0.8em;
  font-weight: 400;
}
.appcoupon__impnotice {
  padding: 8px;
  background: #fff;
  width: 95%;
  margin: 0 auto;
  max-width: 800px;
  margin-top: 10px;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .appcoupon__impnotice {
    text-align: left;
  }
}
.appcoupon__main {
  margin-top: -80px;
}
.appcoupon__list {
  width: 98%;
  margin: 0 auto !important;
  margin-top: -100px !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .appcoupon__list {
    justify-content: space-around;
  }
}
.appcoupon__list .item {
  width: 30%;
  background: #fff000;
  margin: 8px;
}
@media screen and (max-width: 767px) {
  .appcoupon__list .item {
    width: 47%;
    margin: 6px 0px;
  }
}
.appcoupon__list .item .couponprice .c-price {
  background: #fff;
}

/* -------------------------------------
        くらしモア
------------------------------------- */
.kurashimoa {
  padding-bottom: 20px;
  background: #e50012;
  border-radius: 20px;
}
.kurashimoa__ttl {
  width: 95%;
  margin: 0 auto;
  padding-top: 40px;
  text-align: center;
}
.kurashimoa__ttl-logo {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.kurashimoa__ttl-txt {
  width: 95%;
  margin: 0 auto;
  max-width: 640px;
}
.kurashimoa__kikan {
  text-align: center;
}
.kurashimoa__kikan p {
  color: #fff;
  font-size: 1.6em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .kurashimoa__kikan p {
    font-size: 1.4em;
  }
}
.kurashimoa__kikan p span.uridashi {
  padding: 2px 8px;
  background: #fff;
  margin-right: 8px;
  color: #e50012;
  font-size: 0.8em;
}
.kurashimoa__notice {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 0.8em;
  margin-top: 10px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .kurashimoa__notice {
    text-align: left;
  }
}
.kurashimoa__list {
  width: 95%;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .kurashimoa__list {
    margin-top: 8px;
  }
}
.kurashimoa .item {
  padding-bottom: 8px;
}
.kurashimoa .item::before {
  content: "";
  position: absolute;
  background: url(../img/bomb.png) no-repeat right bottom;
  background-size: contain;
  display: block;
  width: 65%;
  height: 40%;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .kurashimoa .item::before {
    width: 80%;
    max-width: 160px;
  }
}
.kurashimoa .item__price {
  margin-top: auto;
  margin-bottom: 0;
  color: #fff;
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .kurashimoa .item__price {
    padding-top: 16px;
  }
}
.kurashimoa .item__price .price {
  font-size: 1.8em;
  text-shadow: 1px 1px 0 #c11, -1px -1px 0 #c11, -1px 1px 0 #c11, 1px -1px 0 #c11, 0px 1px 0 #c11, -1px 0 #c11, -1px 0 0 #c11, 1px 0 0 #c11;
}
@media screen and (max-width: 767px) {
  .kurashimoa .item__price .price {
    font-size: 1.2em;
  }
}

/* -------------------------------------
        スタート入会キャンペーン
------------------------------------- */
.start {
  position: relative;
  background: #e30077;
  border-radius: 20px;
}
.start::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  background: url(../img/starg-bg-top.png) no-repeat;
  background-size: contain;
  top: 2%;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .start::before {
    top: 6%;
  }
}
.start::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  background: url(../img/start-bg-btm.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.start__ttl {
  position: relative;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.start__main {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 900px;
  margin-top: 20px;
  border-radius: 20px;
  background: #fff000;
  padding: 1em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .start__main {
    padding: 1em 0.5em;
  }
}
.start__txt {
  padding: 12px 4px;
  background: #e30077;
  border-radius: 12px;
}
.start__txt p {
  color: #fff;
  font-weight: 800;
  font-size: 1.3em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .start__txt p {
    font-size: 1em;
  }
}
.start__txt p span.yellow {
  color: #fff000;
}
.start__img {
  width: 95%;
  margin: 0 auto;
  margin-top: 10px;
  max-width: 700px;
}
.start__notice {
  margin-top: 20px;
  text-align: center;
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .start__notice {
    text-align: left;
  }
}
.start__notice p {
  padding-left: 1em;
  text-indent: -1em;
}

/* -------------------------------------
        ゆめアプリがおすすめ!
------------------------------------- */
.app {
  position: relative;
  padding-top: 30px;
  background: #009da0;
  border-radius: 20px;
}
.app::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  background: url(../img/app-bg.png) no-repeat;
  background-size: contain;
  background-position: center top;
  border-radius: 20px 20px 0 0;
  top: 0;
  left: 0;
}
.app__ttl {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 640px;
}
.app__subttl {
  position: relative;
  width: 90%;
  margin: 0 auto;
  margin-top: 8px;
  max-width: 600px;
}
.app__main {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 840px;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.app__con {
  border-radius: 12px;
  padding: 1em;
  margin: 10px 4px;
}
@media screen and (max-width: 767px) {
  .app__con {
    padding: 1em 0.5em;
  }
}
.app__con--pink {
  width: 60%;
  background: #f9dbe8;
  min-width: 500px;
}
@media screen and (max-width: 767px) {
  .app__con--pink {
    width: 95%;
    margin: 0 auto;
    min-width: auto;
    max-width: 500px;
  }
}
.app__con--yellow {
  width: 36%;
  background: #fff7a1;
}
@media screen and (max-width: 767px) {
  .app__con--yellow {
    width: 95%;
    margin: 0 auto;
    max-width: 500px;
    margin-top: 10px;
  }
}
.app__con-ttl {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}
.app__con p {
  font-size: 0.9em;
}
.app__con p span.pink {
  color: #e30077;
  font-size: 1.2em;
  font-weight: 800;
}
.app__con .coupontxt {
  margin-top: 8px;
  padding-bottom: 8px;
}
.app__con .coupontxt p {
  position: relative;
  font-size: 1.2em;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .app__con .coupontxt p {
    font-size: 1em;
  }
}
.app__con .coupontxt p::before {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 40px;
  background: url(../img/otoku1-dec.png) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
}
.app__con .coupontxt p::after {
  content: "";
  position: absolute;
  width: 1.8em;
  height: 40px;
  background: url(../img/otoku1-dec2.png) no-repeat;
  background-size: contain;
  right: 0;
  top: 0;
}
.app__con .eximg {
  margin: 8px auto 4px;
}
@media screen and (max-width: 767px) {
  .app__con .eximg {
    width: 80%;
  }
}
.app__con .exnotice {
  font-size: 0.8em;
}
.app__con .fav {
  margin: 8px 0;
  padding: 8px;
  background: #e30077;
  text-align: center;
}
.app__con .fav-ttl {
  font-weight: 800;
  font-size: 1.2em;
  line-height: 1.2;
  color: #fff000;
}
@media screen and (max-width: 767px) {
  .app__con .fav-ttl {
    font-size: 1.1em;
  }
}
.app__con .fav-notice {
  color: #fff;
  font-size: 0.9em;
}
.app__con .cond {
  padding: 8px;
  background: #fff;
}
.app__con .cond-ttl {
  text-align: center;
  font-weight: 800;
}
.app__con .smpimg {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .app__con .smpimg {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.app__notice {
  text-align: center;
  font-size: 0.8em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .app__notice {
    margin-top: 10px;
  }
}

/* -------------------------------------
        共通
------------------------------------- */
.item {
  position: relative;
  height: auto;
  padding: 0 10px 1em;
  background: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .item {
    width: 47%;
    margin: 10px 0;
    min-width: auto;
    max-width: 400px;
  }
}
.item__wrap {
  width: 90%;
  margin: 1em auto;
}
.item__img {
  position: relative;
  text-align: center;
}
.item__imgicon {
  position: absolute;
  width: 33%;
  right: 0;
  bottom: 4%;
  max-width: 90px;
}
@media screen and (max-width: 767px) {
  .item__imgicon {
    width: 38%;
    max-width: 64px;
  }
}
.item__logo {
  width: 30%;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .item__logo {
    width: 35%;
  }
}
.item__corner {
  display: inline-block;
  padding: 2px;
  background: #007f41;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .item__corner {
    font-size: 0.9em;
  }
}
.item__ttl {
  font-size: 1em;
  font-weight: 600;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .item__ttl {
    font-size: 1em;
  }
}
.item__ttl span.small {
  font-size: 0.8em;
}
.item__comment {
  font-weight: 600;
  font-size: 0.9em;
}
.item__notice {
  font-size: 0.8em;
  margin-top: 4px;
}
.item__price {
  margin-top: 4px;
  position: relative;
  text-align: right;
  color: #e61b64;
  font-weight: 800;
  margin-bottom: 6px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .item__price {
    font-size: 1.4em;
  }
}
.item__price .price {
  font-size: 1.6em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .item__price .price {
    font-size: 1.1em;
  }
}
.item__price .price--tento {
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .item__price .price--tento {
    font-size: 0.7em;
  }
}
.item__price .tax {
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .item__price .tax {
    font-size: 0.7em;
  }
}
.item__price span.small {
  font-size: 0.6em;
}

.couponprice {
  display: flex;
  margin-top: auto;
  border: 2px solid #5cb531;
}
@media screen and (max-width: 767px) {
  .couponprice {
    display: block;
  }
}
.couponprice .c-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding: 4px;
  background: #5cb531;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .couponprice .c-txt {
    width: 100%;
    padding: 4px;
    text-align: center;
  }
}
.couponprice .c-txt p {
  color: #fff;
  font-size: 0.7em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .couponprice .c-txt p {
    font-size: 0.7em;
  }
}
.couponprice .c-price {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  padding: 4px 0;
  background: #fff000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .couponprice .c-price {
    width: 100%;
  }
}
.couponprice .c-price p {
  color: #CD0000;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1;
}
.couponprice .c-price p span.small {
  font-size: 0.8em;
}

.app__btn {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 40px;
  z-index: 1;
}
.app__btn a {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 999px;
  border: 1px solid #e61b64;
  color: #e61b64;
  text-align: center;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 14px 0;
  font-weight: 700;
}
.app__btn a::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/arrow-pink.svg) no-repeat;
  background-size: contain;
  right: 6%;
  top: 40%;
  transition: all 0.3s;
}
.app__btn a:hover::before {
  right: 4%;
}
.app__btn--pink a {
  border: 1px solid #e61b64;
  color: #fff;
  background: #e61b64;
}
.app__btn--pink a::before {
  background: url(../img/arrow.svg) no-repeat;
  background-size: contain;
}

.notice {
  width: 95%;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 0.8em;
}
.notice p {
  padding-left: 1em;
  text-indent: -1em;
}

/*アニメーション*/
.anime-l {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateX(-40px);
}

.anime-b {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  transition-delay: 0.6s;
  transform: translateY(50px);
}

.anime-o {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  transform: translateY(50px);
}

.anime-o2 {
  opacity: 0;
  visibility: hidden;
  transition: 3.5s;
  transition-delay: 0.8s;
}

.anime-o3 {
  opacity: 0;
  visibility: hidden;
  transition: 3.5s;
  transition-delay: 1.6s;
}

.anime-bound {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  transform: scale(0.6);
  transform-origin: center bottom;
}

.anime-bound2 {
  transition: 0.6s;
  transform: scale(0.6);
  transform-origin: center bottom;
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.slidearea .swiper-wrapper {
  height: auto;
}
.slidearea .swiper-button_wrap {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
}
.slidearea .swiper-button-prev:after,
.slidearea .swiper-rtl .swiper-button-next:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 18.6px 10px 0;
  border-color: transparent #ffffff transparent transparent;
}
.slidearea .swiper-button-next,
.slidearea .swiper-button-prev {
  position: static;
  background: #e30077;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 5px;
}
.slidearea .swiper-button-next.swiper-button-disabled,
.slidearea .swiper-button-prev.swiper-button-disabled {
  background: #aaa;
  opacity: 1;
}
.slidearea .swiper-button-next:after,
.slidearea .swiper-rtl .swiper-button-prev:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18.6px;
  border-color: transparent transparent transparent #ffffff;
}
.slidearea .swiper-horizontal > .swiper-pagination-bullets,
.slidearea .swiper-pagination-bullets.swiper-pagination-horizontal,
.slidearea .swiper-pagination-custom,
.slidearea .swiper-pagination-fraction {
  bottom: auto;
}
.slidearea .swiper-pagination-bullet {
  background: #d8d8d8;
  opacity: 1;
}
.slidearea .swiper-pagination-bullet-active {
  background: #797979;
}

.kurashimoa .swiper-button-next,
.kurashimoa .swiper-button-prev {
  position: static;
  background: #ffc200;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 5px;
}

/* -------------------------------------
        スマホ版フローティングバナー
------------------------------------- */
.sp_footer_menu {
  position: fixed;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.sp_footer_menu li {
  list-style: none;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.sp_footer_menu a {
  text-align: center;
  display: block;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 10px 0;
  line-height: 1.5;
  background: #e3007f;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .go-to-top {
    bottom: 60px;
  }
}

.footer {
  position: relative;
}