@charset "UTF-8";


/* 予約用アイテム */
/* .main .i_cart_icon.ver_coming{
  color: #fff; background-color: #0e6eb8; width: 100%;
}
.main .i_cart_icon.ver_soldout.i_yoyaku_elm{
  width: min(100%,8em); padding: 0.25em 0.25em;
}
.main .i_cart_icon.ver_yoyaku{
  color: #7cc9e3; background-color: #fff;
  border-style: solid; border-color: #7cc9e3; border-width: 1px;
} */

/* 時限切換え　カミングスーンからカート　*/
/* is_release_beforeの時だけ表示 */
.branch_icon_area{
  display: none;
}
body:has(.is_release_before) .branch_icon_area{
  display: flex; justify-content: center;
}
.branch_icon_coming{
  color: #fff; background-color: #0e6eb8; padding: 0 1em;
}
/* is_release_beforeの時だけ非表示 */
body:has(.is_release_before) .branch_main_area{
  display: none;
}

/* priceの表示、非表示 */
.branch_price_before{
  display: none;
}
body:has(.is_release_before) .branch_price_before{
  display: block;
}
body:has(.is_release_before) .branch_price_after{
  display: none;
}

.main img{
  vertical-align: top;
}
.main .bg01{
  background-color: #ccf0f3;
  background-image: url(../img/bg01.webp);
  background-size: 100% auto;
  background-position: center top;
}
.main .bg02{
  background-color: #fee8ad;
  background-image: url(../img/bg02.webp);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}


.main .bg11{
  background-color: #26334a;
}

.main .pdt1px{
  padding-top: 1px;
}
.main .pdt005{
  padding-top: 0.5%;
}
.main .mgt005{
  margin-top: 0.5%;
}
.main .shrink0{
  flex-shrink: 0;
}

.main .lh18{
  line-height: 1.8;
}
.main .right_adjust{
  margin-right: -1em;
}

/* ヘッド */
.main .head{
  position: relative; z-index: 0;
}
.main .head_price{
  position: absolute; z-index: 1; top: 0; left: 0; right: 0;
  color: #333231; font-weight: bold; text-align: center; margin: 54.3% 0 0;
  -webkit-text-stroke: 0.2em #fff;
  text-stroke: 0.2em #fff;
  paint-order: stroke;
}

/* 商品 */
.main .item_ttl{
  position: relative; z-index: 0;
  font-weight: bold; padding:  0 0 0.3em 0.75em; margin: 0 0 0.3em;
  border-style: solid; border-color: #b7b7b7; border-width: 0 0 1px;
}
.main .item_ttl::before{
  content: ""; position: absolute; top: 0; bottom: 0.3em; left: 0;
  width: 0.2em; background-color: #d8446d;
}
.main .item_ttl.ver02::before{
  content: ""; position: absolute; top: 0; bottom: 0.3em; left: 0;
  width: 0.2em; background-color: #3568b4;
}
.main .item11{
  position: relative; z-index: 0;
}
.main .item11_like{
  position: absolute; z-index: 0; top: 0; right: 0; margin: 3.5% 4% 0 0;
}
.main .item12{
  position: relative; z-index: 0;
}
.main .item12_like{
  position: absolute; z-index: 0; top: 0; right: 0; margin: 4.5% 3% 0 0;
}

/* アコーディオン */
.main .drw_target{
  display: none;
}
.main .drw_btn{
  position: relative; z-index: 1; color: #000; font-weight: bold; background-color: #fff; padding: 0.8em 2.75em 0.8em 1em; border-radius: 10px; margin: 5% 3% 0; cursor: pointer;
  border-style: solid; border-color: #000; border-width: 1px;
}
.main .drw_btn.ver02{
  padding: 0.3em 2.75em 0.3em 1em;
}
.main .drw_btn_icon{
  position: absolute; top: 0; bottom: 0; right: 1em;
  width: 1.5em; height: 1.5em; border: 2px solid #000; background-color: #fff;  margin: auto;
}
.main .drw_btn_icon::before,
.main .drw_btn_icon::after{
  content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; background: #333;
}
.main .drw_btn_icon::before{
  width: 1em; height: 0.2em;
}
.main .drw_btn_icon::after{
  width: 0.2em; height: 1em;
}
.main .active .drw_btn_icon::after{
  display: none;
}
.main .drw_target{
  display: none;
  position: relative; z-index: 0; top: -30px; margin: 0 3% -30px;
}
.main .drw_target.open{
  display: block;
}
.main .drw_target_in{
  background-color: #fffffc; padding: calc(30px + 4%) 0 4%;
  border-style: solid; border-color: #d8d7d8; border-width: 0 1px 1px; border-radius: 0 0 10px 10px;
}
.main .drw_target_relative{
  position: relative;
}




.main .totop_wrap{
  display: flex; justify-content: flex-end; margin: 0 4% 0 0;
}
.main .totop{
  display: flex; align-items: center; gap: 0 0.3em;
  color: #C4007F; cursor: pointer;
  border-style: solid; border-color: #C4007F; border-width: 0 0 1px;
}
.main .totop::before{
  content: ""; width: 1em; height: 0.75em; background-color: #C4007F;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}


/* サイズ等 */
.main .item_note{
  display: flex; flex-direction: column; gap: 1em 0;
  position: relative; z-index: 1;
  line-height: 1.8; margin: 0 3%;
  border-radius: 1em 1em;
}
.main .item_note_row{
  display: flex; align-items: flex-start; gap: 0.5em 1em;
}
.main .item_note_row02{
  display: flex; align-items: flex-start;
}
.main .item_note_l{
  flex-shrink: 0;
  width: 5em; text-align: center; background-color: #fff; margin: -0.1em 0 0;
  border-style: solid; border-color: #d2d2d2; border-width: 1px 1px;
}
.main .item_note_l02{
  flex-shrink: 0;
}
.main .item_note_r{
  display: flex; flex-wrap: wrap; gap: 0 1em;
}