@charset "UTF-8";

/*----------------------------------------------
  PC/SP共通指定CSS
----------------------------------------------*/ 

/*-- 基本設定 --*/ 
#coupon-renewal {
  position: relative;
}
#coupon-renewal button {
  display: block;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

/*-- 看板 --*/
.coupon-renewal__kv {
  text-align: center;
}
.coupon-renewal__kv img {
  display: block;
  margin:0 auto ;
}

/*-- フローティングナビ --*/
.coupon-renewal__floating.is_fixed {
  position: fixed;
  top: 0;
  z-index: 5000;
  box-shadow: 0px 2px 10px 0px #aaa;
}

/*-- クーポン一覧 --*/
.coupon-contents--first {
  background-color: #FDFCE4;
}
.coupon-contents--second {
  background-color: #EAF7F6;
}
.coupon-contents__title {
  text-align: center;
}
.coupon-contents__sub-title {
  text-align: center;
}
.coupon-lineup {
  margin: 0 auto;
}
/* .coupon-lineup__item {
  border: 1px solid #E9E9E9;
  border-radius: 4px;
} */

/*-- ママ割キャンペーンのバナーエリア --*/
.coupon-mamawariArea__sub-title {
  text-align: center;
  font-weight: 600;
}

/*-- モーダルウィンドウ --*/
.mamawari-modal-box__close {
  z-index: 30000;
}
.coupon-modal__title {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  border-radius: 10px 10px 0 0;
}
.mamawari-modal-box__inner {
  position: relative;
  box-sizing: border-box;
  border-radius: 10px;
}
.coupon-modal__title__link {
  display: block;
  text-align: center;
  border-bottom: 2px solid;
  position: relative;
}
.coupon-modal__title__link::after {
  content: ' ';
  width: 9px;
  height: 12px;
  position: absolute;
  top: 40%;
  right: 100px;
  display: block;
  background-repeat: no-repeat!important;
  background-size: 100%!important;
  z-index: 99999;
}
.coupon-modal__title__link img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.mamawari-modal-box__inner a {
  color: #0783C2;
  text-decoration: underline;
}
.coupon-modal__campaign {
  background: #F2F2F2;
}

.coupon-modal__campaign__label {
  background: #D9D9D9;
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
}

/*-- モーダルウィンドウサービスカラー指定 --*/
.mamawari-modal-box--beauty .coupon-modal__title__link {
  border-color: #FF41BE;
}
.mamawari-modal-box--beauty .coupon-modal__title__link::after {
  background: url(https://r.r10s.jp/evt/event/family/coupon/_cmn/img/20240422_renewal/modal/arrow_bty.png);
}
.mamawari-modal-box--seiyu .coupon-modal__title__link {
  border-color: #00B900;
}
.mamawari-modal-box--seiyu .coupon-modal__title__link::after {
  background: url(https://r.r10s.jp/evt/event/family/coupon/_cmn/img/20240422_renewal/modal/arrow_seiyu.png);
}
.mamawari-modal-box--fashion .coupon-modal__title__link {
  border-color: #333333;
}
.mamawari-modal-box--fashion .coupon-modal__title__link::after {
  background: url(https://r.r10s.jp/evt/event/family/coupon/_cmn/img/20240422_renewal/modal/arrow_fsn.png);
}
.mamawari-modal-box--books .coupon-modal__title__link {
  border-color: #BF0000;
}
.mamawari-modal-box--books .coupon-modal__title__link::after {
  background: url(https://r.r10s.jp/evt/event/family/coupon/_cmn/img/20240422_renewal/modal/arrow_bks.png);
}

/*-- ママ割エントリー --*/
.mamawari-entry {
  margin-top: 8px;
}
.mamawari-entry__text {
  text-align: center;
  font-size: 12px;
}
.mamawari-entry__link {
  text-align: center;
  margin-top: 6px;
}
/*.mamawari-entry__floating {
  position: fixed;
  z-index: 999999;
}
.mamawari-entry__floating a {
  display: block;
  width: 100px;
}
.mamawari-entry__floating img {
  width: 100%;
}*/



/*----------------------------------------------
  SPサイズ用CSS(ブラウザ幅が750px以下の時に適用)　
----------------------------------------------*/ 
@media screen and (max-width: 750px) {
  .sp-only {
    display: block;
  }
  /*-- 基本設定 --*/
  #coupon-renewal {
    max-width: 750px;
    margin: 0 auto;
  }
  #coupon-renewal img {
    max-width: 100%;
    height: auto;
  }

  /*-- 看板 --*/
  .coupon-renewal__kv {
    background-color: #FFEC5D;
    margin-bottom: 1px;
  }

  /*-- フローティングナビ --*/
  .coupon-renewal__floating {
    width: 100%;
    background-color: #ffffff;
  }
  .coupon-renewal__floating__nav {
    display: flex;
    width: 100%;
    margin: 0 auto;
  }
  .coupon-renewal__floating__btn {
    width: 49.5%;
  }
  .coupon-renewal__floating__btn:first-child {
    margin-right: 1%;
  }
  .coupon-renewal__floating__btn a,
  .coupon-renewal__floating__btn img {
    display: block;
  }

  
  /*-- ルール詳細アンカーリンク --*/
  .coupon-rule__link {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .rule-link {
    font-size: 3.2vw;
    color: #3782B5;
    text-decoration: none;
    font-weight: 400;
  }
  .rule-anchorlink{
    display: inline-flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    line-height: 1;
  }
  .rule-anchorlink::after {
    content: '';
    display: block;
    width: 1.6vw;
    height: 1.6vw;
    border-top: 0.533vw solid #3782B5;
    border-right: 0.533vw solid #3782B5;
    transform: rotate(135deg);
    position: absolute;
    right: -1.6vw;
    top: 37%;
    margin-top: -1.6vw; /* 中央揃え */
    transition: transform .2s ease;
  }
  .rule-text {
    padding-right: 3.2vw;
    text-decoration: underline;
  }

  /*-- サービスクーポン一覧 --*/
  .coupon-contents {
    width: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
    margin-top: 20px;
  }
  #coupon-second.coupon-contents {
    width: 100%;
    padding: 20px 15px 0;
    box-sizing: border-box;
    margin-top: 0;
  }
  .coupon-contents--second {
    padding-top: 20px;
  }
  .coupon-contents__title {
    margin-bottom: 12px;
  }
  .coupon-contents__sub-title {
    max-width: 280px;
    margin: 4% auto;
  }
  .coupon-contents__sub-title img {
    width: 100%;
    height: auto;
  }
  .coupon-lineup {
    width: 100%;
    box-sizing: border-box;
  }
  .new-badge-pt {
    padding-top: 13.067vw;
  }
  .coupon-lineup__item {
    position: relative;
  }
  .c-newBadge__item {
    position: absolute;
    top: -14vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .coupon__row {
    display: grid;
    column-gap: 3.733vw;
    row-gap: 3.2vw;
  }
  .coupon__row--1 {
    grid-template-columns: repeat(1, 48%);
    justify-content: center;
    margin: 0 auto;
}
  .coupon__row--2,
  .coupon__row--3{
    grid-template-columns: repeat(2, 1fr);
  }
  .coupon__row--2 {
    margin-bottom: 3.2vw;
  }
  .coupon-lineup__item img {
    width: 100%;
  }
  .coupon-other {
    width: 100%;
    margin: 5px auto 10px;
    padding-top: 9px;
    background-image: url(https://r.r10s.jp/evt/event/family/coupon/_cmn/img/20240422_renewal/ui_parts/sp/sp_nikaime_line.png);
    background-repeat: repeat-x;
    background-position: top center;
    background-size: 100%;
  }
  .coupon-other .coupon-contents__sub-title {
    max-width: 306px;
  }
  .coupon-other__banner-list {
    width: 100%;
    margin: 0 auto;
  }
  .coupon-other__banner-list img {
    width: 100%;
  }
  .coupon-other__banner-list li {
    width: 100%;
    margin-bottom: 15px;
  }
  .coupon-other__banner-list li:last-child {
    margin-bottom: 0;
    margin-top: 30px;
  }
  
  /*-- 楽天グループで配布中のクーポン --*/
  .group-bnr-contents {
    width: 100%;
    padding: 10px 15px 20px;
    box-sizing: border-box;
  }
  /*-- ママ割キャンペーンのバナーエリア --*/
  .mamawari-bnr-contents {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 15px;
  }
  .coupon-mamawariArea {
    width: 100%;
    margin: 15px auto 10px;
  }
  .coupon-mamawariArea__sub-title {
    max-width: 100%;
    margin: 2% auto;
    font-size: 3.4vw; /*-- 12px --*/
  }

  /*-- モーダルウィンドウ --*/
  .mamawari-modal-box {
    max-width: 600px;
    height: 80%;
    max-height: 600px;
    border-radius: 10px;
    width: 92%;
  }
  .mamawari-modal-box__close {
    top: -12px;
    right: -12px;
  }
  .mamawari-modal__inner {
    padding: 0;
  }
  .mamawari-modal-box__inner {
    max-height: 600px;
    padding: 60px 15px 6px;
    line-height: 1.4;
    height: 100%;
  }
  #coupon-modal {
    font-size: 16px;
  }
  .coupon-modal__title {
    box-sizing: border-box;
    padding: 0 15px;
  }
  #coupon-modal .coupon-modal__title__link img {
    height: 40px;
  }
  .coupon-modal__title__link::after {
    top: 40%;
    right: 5%;
    display: block;
  }
  .coupon-modal__title__link {
    max-width: 500px;
    margin: 0 auto;
    padding: 10px 0 12px;
  }
  .coupon-modal__inner {
    max-width: 500px;
    margin: 0 auto;
  }
  .coupon-modal__text {
    margin: 20px 0;
  }
  .coupon-modal__merit {
    margin: 0 0 20px;
  }
  .coupon-modal__banner-ad {
      margin: 0 auto 24px;
      max-width: 500px;
  }
  .coupon-modal__banner-ad img {
      width: 100%;
      height: auto;
  }
  .coupon-modal__campaign {
    background: #F2F2F2;
    margin: 10px -15px 20px;
    padding: 20px 15px;
  }
  .coupon-modal__campaign img {
    width: 100%;
    height: auto;
  }
  .coupon-modal__campaign__title {
    max-width: 300px;
    margin: 0 auto 10px;
  }
  .coupon-modal__campaign__banner {
    max-width: 400px;
    margin: 0 auto;
  }
  .coupon-modal__link {
    text-align: center;
    margin: 0 0 20px;
  }
  .coupon-modal__notice {
    font-size: 12px;
    margin: 0 0 10px;
  }

  /*-- モーダルウィンドウサービス別調整 --*/
  .mamawari-modal-box--fashion .mamawari-modal-box__inner {
    padding-top: 80px;
  }
  .mamawari-modal-box--fashion .coupon-modal__title__link {
    padding: 12px 0;
  }
  .mamawari-modal-box--fashion .coupon-modal__title__link img {
    height: 60px!important;
  }
  .mamawari-modal-box--seiyu .coupon-modal__title__link::after {
    top: 42%;
  }

  /*-- ママ割エントリー --*/
  /*.mamawari-entry__floating {
    bottom: 60px;
    right: 16px;
  }*/

  #mydata-lite-widget {
    width: 85%;
    margin: 10px auto 0;
  }
}




/*----------------------------------------------
  PCサイズ用CSS(ブラウザ幅が750px以上の時に適用)　
----------------------------------------------*/
@media screen and (min-width: 751px) {
  .sp-only {
    display: none;
  }

  /*-- 看板 --*/
  .coupon-renewal__kv {
    background: url(https://r.r10s.jp/evt/event/family/coupon/_cmn/img/20240422_renewal/ui_parts/pc/pc_kv_bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #FFEC5D;
    margin-bottom: 1px;
  }

  /*-- フローティングナビ --*/
  .coupon-renewal__floating {
    width: 100%;
    padding: 4px 0;
    background-color: #ffffff;
  }
  .coupon-renewal__floating__nav {
    display: flex;
    width: 960px;
    margin: 0 auto;
  }
  .coupon-renewal__floating__btn {
    width: 477px;
  }
  .coupon-renewal__floating__btn:first-child {
    margin-right: 6px;
  }
  .coupon-renewal__floating__btn a,
  .coupon-renewal__floating__btn img {
    display: block;
  }
  
  /*-- ルール詳細アンカーリンク --*/
  .coupon-rule__link {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .rule-link {
    font-size: 12px;
    color: #3782B5;
    font-weight: 300;
  }
  .rule-anchorlink{
    display: inline-flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    line-height: 1;
  }
  .rule-anchorlink::after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #3782B5;
    border-right: 2px solid #3782B5;
    transform: rotate(135deg);
    position: absolute;
    right: -8px;
    top: 37%;
    margin-top: -6px; /* 中央揃え */
    transition: transform .2s ease;
  }
  .rule-text {
    padding-right: 12px;
    text-decoration: underline;
  }
  .u-pt24 {
    padding-top: 24px;
  }

  /*-- サービスクーポン一覧 --*/
  /* .coupon-contents {
    width: 100%;
    padding: 40px 0;
  } */
  #coupon-second {
    width: 100%;
    padding: 40px 0 0;
  }
  .coupon-contents__title {
    margin-bottom: 24px;
  }
  .coupon-contents__sub-title {
    margin-bottom: 20px;
  }
  .coupon-contents__sub-title img {
    width: auto;
    height: 51px;
  }
  .new-badge-pt {
    padding-top: 54px;
  }
  .coupon-lineup {
    width: 609px;
    margin: 0 auto;
  }
  .coupon-lineup__item {
    position: relative;
  }
  .coupon__row {
    display: grid;
    gap: 30px;
  }
  .c-newBadge__item {
    position: absolute;
    top: -58px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .coupon__row--1 {
    grid-template-columns: repeat(1, 185px);
    width: fit-content;
    margin: 0 auto;
  }
  .coupon__row--2{
    width: fit-content;
    margin: 0 auto;
    grid-template-columns: repeat(2, 183px);
    padding-bottom: 30px;
  }
  .coupon__row--3{
    grid-template-columns: repeat(3, 183px);
  }

  .coupon-lineup__item {
    width: 185px;
    display: block;
    height: auto;
  }
  .coupon-lineup__item img {
    width: 100%;
  }
  .coupon-other {
    width: 960px;
    margin: 30px auto 0;
    padding-top: 32px;
    background-image: url(https://r.r10s.jp/evt/event/family/coupon/_cmn/img/20240422_renewal/ui_parts/pc/pc_nikaime_line.png);
    background-repeat: no-repeat;
    background-position: top center;
  }
  .coupon-other .coupon-contents__sub-title img {
    height: 44px;
  }
  .coupon-other__banner-list {
    display: flex;
    justify-content: center;
    width: 730px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .coupon-other__banner-list img {
    width: 100%;
  }
  .coupon-other__banner-list li {
    width: 350px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .coupon-other__banner-list li:nth-child(2n),
  .coupon-other__banner-list li:last-child {
    margin-right: 0;
  }

/*-- 楽天グループで配布中のクーポン --*/
.group-bnr-contents {
  width: 100%;
  padding: 10px 0 20px;
}


  /*-- ママ割キャンペーンのバナーエリア --*/
  .mamawari-bnr-contents {
    width: 100%;
    padding-top: 40px;
  }
  .coupon-mamawariArea {
    width: 960px;
    margin: 0 auto;
  }
  .coupon-mamawariArea__sub-title {
    margin-bottom: 8px;
    font-size: 16px;
  }
  
  .coupon-other__banner-list.w960 {
    width: 960px;
  }
  .coupon-other__banner-list li.coupon-mamawariArea__bigbanner {
    width: 465px;
    /* margin-right: 30px; */
    margin-right: 0;
    margin-bottom: 30px;
  }
  
  .coupon-other__banner-list li.coupon-mamawariArea__bigbanner:nth-child(2n),
  .coupon-other__banner-list li.coupon-mamawariArea__bigbanner:last-child {
    margin-right: 0;
  }


  /*-- モーダルウィンドウ --*/
  .mamawari-modal-box {
   max-width: 600px;
   height: 80%;
   max-height: 700px;
   border-radius: 10px;
  }
  .mamawari-modal-box__inner {
    max-height: 700px;
    padding: 90px 8px 8px;
    height: 100%;
    line-height: 1.5;
  }
  #coupon-modal {
    font-size: 16px;
  }
  .coupon-modal__title__link img {
    height: 50px;
  }
  .coupon-modal__title__link {
    max-width: 500px;
    margin: 0 auto;
    padding: 18px 0 20px;
  }
  .coupon-modal__inner {
    max-width: 500px;
    margin: 0 auto;
  }
  .coupon-modal__text {
      margin: 20px 0;
  }
  .coupon-modal__merit {
      margin: 0 0 20px;
  }
  .coupon-modal__banner-ad {
      margin: 0 auto 24px;
      max-width: 500px;
  }
  .coupon-modal__banner-ad img {
      max-width: 100%;
      height: auto;
      display: block;
  }
  .coupon-modal__campaign {
    background: #F2F2F2;
    margin: 10px -8px 20px;
    padding: 20px 50px;
  }
  .coupon-modal__campaign img {
    width: 100%;
    height: auto;
  }
  .coupon-modal__campaign__title {
    max-width: 350px;
    margin: 0 auto 10px;
  }
  .coupon-modal__campaign__banner {
    max-width: 500px;
    margin: 0 auto;
  }
  .coupon-modal__link {
    text-align: center;
    margin: 0 0 20px;
  }
  .coupon-modal__notice {
    font-size: 12px;
    margin: 0 0 10px;
  }
  /*-- モーダルウィンドウサービス別調整 --*/
  .mamawari-modal-box--fashion .mamawari-modal-box__inner {
    padding-top: 108px;
  }
  .mamawari-modal-box--fashion .coupon-modal__title__link {
    padding: 12px 0;
  }
  .mamawari-modal-box--fashion .coupon-modal__title__link img {
    height: 80px;
  }

  /*-- ママ割エントリー --*/
  #coupon-first {
    padding-top: 32px;
    margin-top: 32px;
    padding-bottom: 40px;
  }
  /*.mamawari-entry__floating {
    bottom: 90px;
    right: 16px;
  }
  .mamawari-entry__floating a {
    width: 120px;
  }*/
}