@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;
}

.main .i_cart101_btn.ver_yoyaku_dummy{
  background-color: #2d9ec4; border-color: #2d9ec4;
}
/* 時限切換え　カミングスーンからカート */
/* 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;
} */


.main img{
  vertical-align: top;
}

.main .pdt1px{
  padding-top: 1px;
}
.main .mgt005{
  margin-top: 0.5%;
}
.main .mgt10px{
  margin-top: 10px;
}

.main .bg01{
  background-color: #000;
}
.main .bg02{
  background-color: #e4e4e4;
}

.main .color01{
  color: #444;
}


/* head_under アコーディオン */
.main .head_under{
  position: relative; z-index: 1; margin: -3.5% 0 0;
}
.main .head_btn01{
  display: block; width: calc(395/768*100%); margin: 0 auto 2%; cursor: pointer;
}
.main .head_btn01_b{
  display: none;
}
.main .head_btn01.active .head_btn01_a{
  display: none;
}
.main .head_btn01.active .head_btn01_b{
  display: block;
}
.main .drw_target02{
  display: none;
}
.main .drw_target_in02{
  padding: 1em 1em; line-height: 1.8;
  border-style: solid; border-color: #333; border-width: 1px; border-radius: 1em;
}
.main .head_topic{
  display: flex; align-items: center; gap: 0 5px;
  width: fit-content; color: inherit; text-decoration: underline;
  text-decoration: underline; margin: 0 auto;
}
.main .head_topic::before{
  content: ""; width: 0.5em; height: 0.6em; background-color: #333;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

/* 商品 */
.main .item_head{
  color: #d03728; font-weight: bold; text-align: center; background-color: #fff; padding: 0.2em 2%;
  border-style: solid; border-color: #d03728; border-width: 0.1em 0;

}
.main .item_price{
  display: flex; align-items: center; justify-content: space-between; gap: 0 1em;
}

.main .item_name{
  display: flex; align-items: center; justify-content: space-between;
  font-weight: bold;
}

.main .item_fig{
  display: block; width: min(calc(287/768*100vw), 287px); margin: 0 auto;
}
.main .item_col.ver01{
  display: grid; grid-template-columns: repeat(2, 1fr);
  position: relative; z-index: 0;
}
.main .item_col.ver01::after{
  content: ""; position: absolute; top: 0; right: 0; left: 0;
  width: 1px; height: 100%; background-color: #b5b5b5; margin: 0 auto;
}

.main .item_cart{
  margin: 1em 0 0;
}

/* .main .item_more_wrap{
  display: flex; justify-content: center;
  margin: 0.3em 0 0;
}
.main .item_more{
  line-height: 1.2; padding: 0 0.6em; gap: 0.25em;
} */

/* その他 */
.main .btm_info{
  display: flex; align-items: center; justify-content: space-between;
  background-color: #fff; padding: 0.5em 1em; 
  border-style: solid; border-color: #d2d2d2; border-width: 1px;
  border-radius: 0.45em;
}
.main .btm_info_r{
  display: flex; align-items: center; gap: 0 5px;
  width: fit-content; color: inherit; text-decoration: underline;
  text-decoration: underline;
}
.main .btm_info_r::before{
  content: ""; width: 0.5em; height: 0.6em; background-color: #333;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

/* セレクトボックス */
.main .selectColorWrap select{
  width: 100%; max-width: 100%; background-color: #fff;
}


/* 表示非表示 */
[data-selectarea01]{ display: none; }
[data-selectarea01].selected{ display: block; }
[data-selectarea02]{ display: none; }
[data-selectarea02].selected{ display: block; }


/* サイズ等 */
.main .item_note{
  display: flex; flex-direction: column; gap: 1em 0;
  position: relative; z-index: 1;
  line-height: 1.8;
  background-color: #fff; padding: 1em 1em;
  border-style: solid; border-color: #d2d2d2; border-width: 1px; border-radius: 0.5em;
}
.main .item_note_row{
  display: flex; align-items: flex-start; gap: 0.5em 1em;
}
.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;
}
.main .item_note_r{
  display: flex; flex-wrap: wrap; gap: 0 1em;
}


/* ファッション　モーダル */
.main .js_fashion_modal .modal_modmicro_overlay{
  padding: 20px 0;
}
@media screen and (768px <= width) {
  .main .js_fashion_modal .modal_modmicro_overlay{
    padding: 20px 20px;
  }
}
.main .js_fashion_modal .swiper{
  --swiper-pagination-bullet-inactive-color: #b4b4b4;
  --swiper-pagination-color: #000;
  padding: 0 0 10px;
}
.main .js_fashion_modal .modal_modmicro_container{
  max-width: 800px;
}
.main .js_fashion_modal .swiper-slide{
  text-align: center;
}
.main .js_fashion_modal .swiper-slide img{
  width: 100%; max-width: none;
}
.main .js_fashion_modal .swiper-pagination{
  position: static; margin: 10px 0 0;
}
.main .js_fashion_modal .swiper-button-next,
.main .js_fashion_modal .swiper-button-prev{
  display: none;
}
@media screen and (992px <= width) {
  .main .js_fashion_modal .swiper-button-next,
  .main .js_fashion_modal .swiper-button-prev{
    display: block; color: #000;
  }
}


/* totop */
.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%);
}
