@charset "UTF-8";

/* 共通 */
.pane-contents  {
    background: #f2eee7;
}
#event_setcp img {
    vertical-align: bottom;
}
.setcp_summary_area {
    text-align: center;
    border: 3px solid #b3350f;
    color: #333;
}
.setcp_summary_area .txt_ {
    line-height: 1.8;
}
.setcp_summary_area h2 {
    margin: 0;
    padding: 10px;
    background: #b3350f;
    border: none;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.setcp_summary_area .date_ {
    margin: 10px 0;
    font-weight: bold;
}
.setcp_summary_area .date_ {
    margin: 20px 0;
}
.setcp_summary_area .txt_ {
    margin-bottom: 20px;
}
.setcp_summary_area .txt_em_ {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #f7cb1c 60%);
    color: #9f2705;
}
#event_setcp .goodslist_ttl {
    text-align: center;
    font-weight: bold;
    letter-spacing: .15rem;
    color: #1A1311;
    border: none;
}

/*pc*/
[data-browse-mode="P"] #event_setcp .sp_only{
    display: none;
}
[data-browse-mode="P"] .setcp_mv {
    margin: 0 auto 40px;
    width: 1000px;
}
[data-browse-mode="P"] .setcp_summary_area {
    margin: 0 auto;
    width: 1000px;
}
[data-browse-mode="P"] .setcp_summary_area h2 {
    font-size: 30px;
}
[data-browse-mode="P"] .setcp_summary_area .date_ {
    font-size: 24px;
}
[data-browse-mode="P"] .setcp_summary_area .txt_ {
    font-size: 16px;
}
[data-browse-mode="P"] .setcp_summary_area .txt_em_ {
    font-size: 18px;
}
[data-browse-mode="P"] #event_setcp .goodslist_ttl {
    margin-top: 80px;
    font-size: 38px;
}

/* sp */

[data-browse-mode="S"] #event_setcp .pc_only{
    display: none;
}
[data-browse-mode="S"] .setcp_mv {
    margin: 0 0 20px;
}
[data-browse-mode="S"] .setcp_summary_area {
    margin: 0 10px 30px;
}
[data-browse-mode="S"] .setcp_summary_area h2 {
    font-size: 5vw;
}
[data-browse-mode="S"] .setcp_summary_area .date_ {
    font-size: 4.2vw;
}
[data-browse-mode="S"] .setcp_summary_area .txt_em_ {
    font-size: 4vw;
}
[data-browse-mode="S"] #event_setcp .goodslist_ttl {
    margin-bottom: 20px;
    font-size: 7vw;
}
[data-browse-mode="S"] body {
    background: #f2eee7;
}

/* intro */

.cororon .intro p {
    font-weight: 500;
    line-height: 1.75;
  }
  
  .cororon .intro p:last-child {
    margin-bottom: 0;
  }
  
  .anchor_btn.inner {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .anchor_btn a {
    width:300px;
    display:block;
    padding: 18px 10px;
    margin:0 10px;
    font-size: 18px;
    text-align:center;
    color:#fff;
    border-radius:32px;
    position:relative;
  }
  
  .anchor_btn a:after{
    content:'';
    width:12px;
    height:12px;
    display:block;
    border-right:3px solid #fff;
    border-bottom:3px solid #fff;
    position:absolute;
    top:50%;
    right:20px;
    transform:translateY(-70%) rotate(45deg)
  }

  .intro__text {
    /*box-sizing: border-box;*/
    text-align: center;
    padding-top: 80px;
    font-size: 20px;
  }
  
  @media screen and (min-width: 769px){
    .anchor_btn a:hover{
      opacity: 0.7;
      transition: 0.3S opacity ease-in;
    }
  }
  
  @media screen and (max-width: 768px){
    .anchor_btn.inner{
      flex-direction: column;
    }
  
      .anchor_btn a{
          margin:10px 0;
      }
  
  }
  
  @media screen and (min-width: 769px) {
    .cororon .intro {
      padding: 50px 0;
    }
    .cororon .intro p {
      margin-bottom: 30px;
      font-size: 17px;
      letter-spacing: .05em;
    }
    .intro .inner {
      display: flex;
    }
    .intro__logo {
      margin: auto;
      width: 33%;
      text-align: center;
    }
    .intro__text {
      box-sizing: border-box;
      text-align: center;
      font-size: 20px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .cororon .intro {
      padding: 30px 0;
    }
    .cororon .intro p {
      margin-bottom: 15px;
      font-size: 13px;
      text-align: center;
    }
    .intro__logo {
      display: block;
      margin: 0 auto 25px;
      text-align: center;
      max-width: 169px;
    }
    /* .intro__logo img {
      width: 26.1333333333vw;
      max-width: 169px;
    } */
  }
  [data-browse-mode="S"] .intro__text {
    /*box-sizing: border-box;*/
    text-align: center;
    padding-top: 30px;
    font-size: 15px;
    line-height: 2;
  }

  .item_photo_ {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 80px;
  }

.brand_introduction {
    display: flex;
    justify-content: center;
  }
[data-browse-mode="S"] .brand_introduction {
    display: block;
    width: 375px;
    margin: 0 auto;
}
.brand_introduction_img {
      width: 500px;
  }
 .brand_introduction_txt {
    width: 500px;
    padding: 7px;
    background: #f1f3f3;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }
  [data-browse-mode="S"] .brand_introduction_txt {
    width: 375px;
  }
.brand_introduction_txt_inner {
    padding: 22px;
    height: 100%;
    border: 4px solid #fff;
  }
.brand_introduction_txt_inner p:first-child {
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: bold;
  }
.brand_introduction_txt_inner .brand_introduction_btn {
    display: block;
    margin: 20px auto 0;
    padding: 10px;
    width: 310px;
    position: relative;
    background: #6e5023;
    border-radius: 40px;
    color: #fff;
  }
.brand_introduction_txt_inner .brand_introduction_btn:before {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
.brand_introduction_txt_inner .brand_introduction_btn:hover {
    opacity: .8;
  }
  [data-browse-mode="S"] #event_babynov .brand_introduction {
    display: block;
    font-size: 16px;
}

/* おすすめセット */
.setcp_recoomend_ttl {
    margin: 80px 0 20px;
    border: none;
    text-align: center;
    line-height: 1;
    letter-spacing: .15rem;
    font-size: 38px;
    font-weight: bold;
    color: #1A1311;
}

.setcp_recoomend_ttl_treatment {
    position: relative;
    text-align: center;
    font-weight: bold;
    letter-spacing: .15rem;
    line-height: 1.3;
    font-size: 38px;
    border-bottom: none;
    margin: 80px 0 10px 0;
    padding: 0;
  }

  .setcp_recoomend_ttl_treatment::before,
  .setcp_recoomend_ttl_treatment::after {
    position: relative;
    display: inline-block;
    content: "";
    background: #db9090; /* 斜め線の色 */
    width: 2px; /* 斜め線の太さ */
    height: 1em; /* 斜め線の長さ */
    margin: 0 0.75em; /* テキストとの間に左右余白をつくる */
    margin-top: -.2em; /* 斜め線の位置調整 */
    vertical-align: middle;
  }
   
  .setcp_recoomend_ttl_treatment::before {
    transform: rotate(-20deg); /* 角度調整 */
  }
   
  .setcp_recoomend_ttl_treatment::after {
    transform: rotate(20deg); /* 角度調整 */
  }

[data-browse-mode="S"] .setcp_recoomend_ttl_treatment {
    font-size: 24px;
  }

  .setcp_recoomend_ttl_treatment_bottom {
    position: relative;
    text-align: center;
    font-weight: bold;
    letter-spacing: .15rem;
    line-height: 1.3;
    font-size: 38px;
    border-bottom: none;
    padding: 40px 0 10px 0;
    margin: 0;
  }
  
  .background_white {
    background-color: #fff;
    background-clip: border-box;
  }

  .setcp_recoomend_ttl_treatment_bottom::before,
  .setcp_recoomend_ttl_treatment_bottom::after {
    position: relative;
    display: inline-block;
    content: "";
    background: #db9090; /* 斜め線の色 */
    width: 2px; /* 斜め線の太さ */
    height: 1em; /* 斜め線の長さ */
    margin: 0 0.75em; /* テキストとの間に左右余白をつくる */
    margin-top: -.2em; /* 斜め線の位置調整 */
    vertical-align: middle;
  }
   
  .setcp_recoomend_ttl_treatment_bottom::before {
    transform: rotate(-20deg); /* 角度調整 */
  }
   
  .setcp_recoomend_ttl_treatment_bottom::after {
    transform: rotate(20deg); /* 角度調整 */
  }

[data-browse-mode="S"] .setcp_recoomend_ttl_treatment_bottom {
    font-size: 24px;
    padding: 40px 0 0 0;
  }

.setcp_recoomend_subttl {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

[data-browse-mode="S"] .setcp_recoomend_subttl {
    font-size: 13px;
}
  
.setcp_recoomend_ttl span {
    font-size: 18px;
}
.setcp_recoomend {
    width: 1000px;
    margin: 0 auto 40px;
    padding: 40px;
    background: #f6e2de;
    color: #1A1311;
}
.setcp_recoomend .pickup-product {
    margin-bottom: 55px;
    padding: 30px 0 55px;
    background: #fff;
    position: relative;
    display: block;
    text-decoration: none;
    outline: 8px solid #f2eee7;
    outline-offset: -24px;
}
[data-browse-mode="S"] .setcp_recoomend .pickup-product {
    outline: 4px solid #f2eee7;
    outline-offset: -12px;
}
.setcp_recoomend .set-item03 {
    margin-bottom: 0;
}
.setcp_recoomend .pickup-product:before {
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
    bottom: 0;
    left: -5px;
    z-index: 1;
    pointer-events: none;
}
.setcp_recoomend .set-item01:before {
    background: url(/img/usr/event/corsetcp/ribon_set-item01.png) left top no-repeat;
}
.setcp_recoomend .set-item02:before {
    background: url(/img/usr/event/corsetcp/ribon_set-item02.png) left top no-repeat;
}
.setcp_recoomend .set-item03:before {
    background: url(/img/usr/event/corsetcp/ribon_set-item03.png) left top no-repeat;
}
.setcp_recoomend .pickup-puroduct__copytxt {
    text-align: center;
    font-size: 24px;
    margin: 30px 0 36px 0;
}
.setcp_recoomend .pickup-puroduct__lists {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #fff;
    padding: 0 27px 0;
    position: relative;
    background: url(/img/usr/event/lucky23S/bg_price_item_umou-shiki.png) center center no-repeat;
}
.setcp_recoomend .pickup-puroduct__item {
    width: calc((100% - 92px) / 2);
    margin: 0 23px;
    background: #f6e2de;
    box-sizing: border-box;
    position: relative;
}
.setcp_recoomend .pickup-puroduct__item .product {
    padding: 20px;
    text-align: center;
}
.setcp_recoomend .pickup-puroduct__item .product .pruduct__name {
    margin: 10px 0;
    padding: 0;
    background: none;
    font-weight: normal;
}
.setcp_recoomend .pickup-puroduct__item .product .product__price {
    text-align: center;
    font-size: 34px;
    font-weight: bold;
}
.setcp_recoomend .pickup-puroduct__item .product .product__price small {
    font-size: 16px;
}
[data-browse-mode="S"] .setcp_recoomend .pickup-puroduct__item .product .product__price small {
    font-size: 14px;
}
.setcp_recoomend .pickup-puroduct__item .product .product__price .product__price__tax {
    margin-left: -1em;
}
[data-browse-mode="S"] .setcp_recoomend .pickup-puroduct__item .product .product__price .product__price__tax {
    margin-left: auto;
    display: table;
}
.setcp_recoomend .product__set-price {
    display: flex;
    justify-content: center;
    align-items: center;
}
.setcp_recoomend .product__set-price .img_sb {
    position: relative;
    width: 307px;
    height: 196px;
}
.setcp_recoomend .product__set-price .img_sb img {
    width: auto;
    flex-shrink: 0;
    margin: 0 15px 0 0;
}
.setcp_recoomend .product__set-price .img_sb p {
    position: absolute;
    top: 58px;
    left: 60px;
    font-size: 33px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    line-height: 1.3;
    transform: rotate(-10deg);
}
.setcp_recoomend .product__set-price .img_sb p span {
    display: block;
    font-size: 16px;
}
.setcp_recoomend .product__set-price .img_sb p .set-price_en {
    display: inline-block;
    font-size: 26px;
}
.setcp_recoomend .product__set-price_before {
    font-size: 20px;
    font-weight: 700;
    color: #3B2100;
    text-decoration: line-through;
}
.setcp_recoomend .product__set-price_after {
    font-size: 50px;
    font-weight: 700;
    color: #c86666;
    line-height: 1;
}
.setcp_recoomend .product__set-price_after .sp_txt1 {
    font-size: 30px;
}
.setcp_recoomend .product__set-price_after .sp_txt2 {
    margin-left: -20px;
    font-size: 20px;
}
.setcp_recoomend .btn__area2 {
    text-align: center;
}
.setcp_recoomend .btn--more2 {
    width: 370px;
    height: 68px;
    padding: 0 53px;
    border-radius: 100px;
    font-size: 24px;
    font-weight: 700;
    line-height: 68px;
    color: #fff;
    transition: 0.3s background-color ease-in;
    display: inline-block;
    box-sizing: border-box;
    background-color: #c86666;
    position: relative;
}
.setcp_recoomend .btn--more2::after {
    content: "";
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 42%;
    right: 25px;
    display: block;
    transform: rotate(-45deg);
    box-sizing: border-box;
}
[data-browse-mode="S"] #event_setcp img {
    height: auto;
}
[data-browse-mode="S"] .setcp_recoomend_ttl {
    margin-top: 60px;
    font-size: 6.8vw;
    letter-spacing: .01rem;
}
[data-browse-mode="S"] .setcp_recoomend_ttl span {
    font-size: 14px;
}
[data-browse-mode="S"] .setcp_recoomend {
    width: calc(100% - 20px);
    margin: 10px 10px 60px;
    padding: 10px;
}
[data-browse-mode="S"] .setcp_recoomend .pickup-product {
    padding: 20px 0 30px;
}
[data-browse-mode="S"] .setcp_recoomend .pickup-product::before {
    content: '';
    position: absolute;
    top: calc(-8 * (100vw / 780));
    right: 0;
    bottom: 0;
    left: calc(-8 * (100vw / 780));
    z-index: 1;
    pointer-events: none;
    width: calc(300 * (100vw / 780));
    background-size: contain;
}
[data-browse-mode="S"] .setcp_recoomend .pickup-puroduct__copytxt {
    margin-bottom: 20px;
    font-size: 4.2vw
}
[data-browse-mode="S"] .setcp_recoomend .pickup-puroduct__lists {
    padding: 0 20px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background-size: 10px;
}
[data-browse-mode="S"] .setcp_recoomend .pickup-puroduct__item {
    margin: 0;
    width: 45%;
    padding: 13px;
    display: inline-block;
}
[data-browse-mode="S"] .setcp_recoomend .pickup-puroduct__item .product {
    padding: 0;
}
[data-browse-mode="S"] .setcp_recoomend .pickup-puroduct__item .product img {
    height: auto;
}
[data-browse-mode="S"] .setcp_recoomend .pickup-puroduct__item .product .product__price {
    font-size: 6.8vw;
}
[data-browse-mode="S"] .setcp_recoomend .product__set-price {
    justify-content: center;
}
[data-browse-mode="S"] .setcp_recoomend .product__set-price .img_sb {
    width: calc(316 * (100vw / 780));
    height: calc(232 * (100vw / 780));
    margin: 0;
}
[data-browse-mode="S"] .setcp_recoomend .product__set-price img {
    width: calc(316 * (100vw / 780));
    flex-shrink: 0;
    margin: 0 calc(5 * (100vw / 780)) 0 0;
}
[data-browse-mode="S"] .setcp_recoomend .product__set-price .img_sb p {
    position: absolute;
    top: calc(35 * (100vw / 780));
    left: calc(81 * (100vw / 780));
    font-size: calc(36 * (100vw / 780));
    font-weight: bold;
    color: #000000;
    text-align: center;
    line-height: 1.3;
    transform: rotate(-10deg);
}
[data-browse-mode="S"] .setcp_recoomend .product__set-price .img_sb p span {
    display: block;
    font-size: calc(20 * (100vw / 780));
}
[data-browse-mode="S"] .setcp_recoomend .product__set-price .img_sb p span.set-price_en {
    display: inline-block;
    font-size: calc(26 * (100vw / 780));
}
[data-browse-mode="S"] .setcp_recoomend .product__set-price > div {
    margin: 20px 0 0;
}
[data-browse-mode="S"] .setcp_recoomend .product__set-price_before {
    font-size: 14px;
}
[data-browse-mode="S"] .setcp_recoomend .product__set-price_after {
    font-size: 8vw;
    margin: 0 0 calc(45 * (100vw / 780));
}
[data-browse-mode="S"] .setcp_recoomend .product__set-price_after .sp_txt1 {
    display: table;
    font-size: calc(36 * (100vw / 780));
    margin: 10px 0 5px;
}
[data-browse-mode="S"] .setcp_recoomend .product__set-price_after .sp_txt2 {
    display: table;
    font-size: calc(30 * (100vw / 780));
    margin: 5px 0 0 auto;
}
[data-browse-mode="S"] .setcp_recoomend .btn--more2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 20px);
    height: calc(90 * (100vw / 780));
    border-radius: 100px;
    font-size: calc(28 * (100vw / 780));
    font-weight: 900;
    line-height: 68px;
    color: #fff;
    transition: 0.3s background-color ease-in;
    box-sizing: border-box;
    position: relative;
    margin: 0 10px;
}
[data-browse-mode="S"] .setcp_recoomend .btn--more2::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 40%;
    right: 25px;
    display: block;
    transform: rotate(-45deg);
    box-sizing: border-box;
}
.block-event-page--goods {
    background-color: #fff;
}
#block_pagenavi_frame {
    margin: 0 auto 40px auto;
    padding: 40px 0 0 0;
}
#block_pagenavi_frame_inner {
    padding: 4;
    border-bottom: #aaaaaa 1px solid;
    border-top: #aaaaaa 1px solid;
    overflow: hidden;
}
    