@charset "UTF-8";

html{
  scroll-behavior: smooth;
}
.main .scroll_adjust div {
  padding-top: var(--header-h, 61px);
}
@media screen and (768px <= width) {
  .main .scroll_adjust div {
    padding-top: var(--header-h, 81px);
  }
}


.branch_icon_area {
  display: flex;
  justify-content: center;
}
body:has(.is_release_before):has(.is_platinum) .branch_icon_area {
  display: none;
}
body:has(.is_release_after) .branch_icon_area {
  display: none;
}
.branch_icon_coming {
  color: #fff;
  line-height: 1.1;
  background-color: #0e6eb8;
  text-align: center;
  padding: 0.3em 1em;
  font-size: min(calc(24 / 768 * 100vw), 16px);
}
.branch_main_area {
  display: none;
}
body:has(.is_release_before):has(.is_platinum) .branch_main_area {
  display: block;
}
body:has(.is_release_after) .branch_main_area {
  display: block;
}

.branch_price_after {
  display: none;
}
body:has(.is_release_before):has(.is_platinum) .branch_price_before {
  display: none;
}
body:has(.is_release_before):has(.is_platinum) .branch_price_after {
  display: block;
}
body:has(.is_release_after) .branch_price_before {
  display: none;
}
body:has(.is_release_after) .branch_price_after {
  display: block;
}

/* ファッション　モーダル */
.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% !important;
  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;
  }
}
/* ファッション　モーダル */

/* 商品
-----------------------------------------------------------------------*/
.main .item_sec {
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.main .item_sec.ver1 {
  background-image: url(../img/natural_bg.webp);
  padding-top: min(calc(60 / 768 * 100vw), 60px);
  padding-bottom: min(calc(60 / 768 * 100vw), 60px);
}
.main .item_sec.ver2 {
  background-image: url(../img/extra_bg.webp);
  padding-top: min(calc(60 / 768 * 100vw), 60px);
  padding-bottom: min(calc(60 / 768 * 100vw), 60px);
}
.main .item_sec.ver3 {
  background-image: url(../img/nourishing_bg.webp);
  padding-top: min(calc(60 / 768 * 100vw), 60px);
  padding-bottom: min(calc(60 / 768 * 100vw), 60px);
  margin-bottom: min(calc(60 / 768 * 100vw), 60px);
}

.main .item_box {
  display: flex;
}

/* 商品画像 ＋ お気に入り */
.main .item_fig {
  position: relative;
  z-index: 0;
}

.main .item_like {
  position: absolute;
  z-index: 1;
  top: max(calc(-45 / 768 * 100vw), -45px);
  left: min(calc(60 / 768 * 100vw), 60px);
  margin: 6% 0 0 11%;
}

/* 商品テキスト */
.main .item_info {
  /* padding: min(calc(20 / 768 * 100vw), 20px) min(calc(20 / 768 * 100vw), 20px) 0 0; */
}
.main .item_name {
  line-height: 1.6;
  margin: 0.6em 0 0;
  color: #333;
}
.main .item_price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 10px;
  margin: 0.6em 0 0;
}
.main .item_price_icon {
  display: flex;
}
.main .item_desc {
  line-height: 1.8;
  margin: 0.8em 0 0;
  font-weight: bold;
  color: #333;
}
.main .item_price_text{
  font-weight: bold;
}
.main .item_price_text span{
  font-weight: normal;
  padding-left: min(calc(25 / 768 * 100vw), 25px);

}
/* カート */
.main .item_cart {
  margin: 0.8em 0 0;
  width: min(calc(390 / 768 * 100vw), 390px);
}
.main .item_cart .i_cart101,
.main .item_cart .i_cart101_empty {
}

.item_sec .point{
  padding-top: min(calc(35 / 768 * 100vw), 35px);
  text-align: center;
}

/* オンラインショップ限定セット
-----------------------------------------------------------------------*/
.main .set_sec {
  position: relative;
  z-index: 0;
  width: min(calc(718 / 768 * 100vw), 718px);
  border-radius: min(calc(10 / 768 * 100vw), 10px) min(calc(10 / 768 * 100vw), 10px) 0 0;
  overflow: hidden;
  margin: min(calc(35 / 768 * 100vw), 35px) auto 0;
}

/* 上部の帯 */
.main .set_bar {
  line-height: 0;
}


.main .set_inner {
  padding: min(calc(20 / 768 * 100vw), 20px);
  border: 2px solid #afc595;
  border-radius: 0 0 min(calc(10 / 768 * 100vw), 10px) min(calc(10 / 768 * 100vw), 10px);
  background: #fff;
  border-top: 0;
}

/* リード文 */
.main .set_head {
  /* text-align: center; */
}

/* 商品画像 ＋ お気に入り ／ カート */
.main .set_box {
  display: flex;
  justify-content: space-between;
  gap: min(calc(24 / 768 * 100vw), 24px);
  margin: min(calc(20 / 768 * 100vw), 20px) 0 0;
}
.main .set_fig {
  position: relative;
  z-index: 0;
  flex-shrink: 0;
  padding-left: min(calc(69 / 768 * 100vw), 69px);
}
.main .set_like {
  position: absolute;
  z-index: 1;
  top: 0;
  left: max(calc(-5 / 768 * 100vw),-5px);
}

.main .set_info {
  flex-grow: 1;
}
.main .set_sp {
  line-height: 0;
}
.main .set_price {
  color: #333;
  margin: 0.3em 0 0;
  font-weight: bold;
}
.main .set_cart {
  margin: 0.5em 0 0;
}
.main .set_cart .i_cart101,
.main .set_cart .i_cart101_empty {
  gap: 10px min(calc(10 / 768 * 100vw), 10px);
}

/* 詳しくはこちら */
.main .set_more {
  display: flex;
  justify-content: flex-end;
  margin-top: 1em;
}
.main .set_link {
  display: flex;
  align-items: center;
  gap: 0 5px;
  color: var(--i-color-pink);
  text-decoration: underline;
  font-weight: bold;
}
.main .set_link::before {
  content: "";
  width: 0.5em;
  height: 0.6em;
  background-color: var(--i-color-pink);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

/* EXTRA（ピンク）の枠線 */
.main .set_sec.ver2 .set_inner {
  border-color: #cf9bb3; /* 色は要調整 */
}

/* NOURISHING（ゴールド）の枠線 */
.main .set_sec.ver3 .set_inner {
  border-color: #c3a86d; /* 色は要調整 */
}

/* 香りアイコン（NOURISHING） */
.main .item_kaori {
  display: flex;
  margin: 0.4em 0 0;
}

/* 販売名 */
.main .item_note {
  color: #333;
  line-height: 1.6;
  text-align: right;
  padding: min(calc(10 / 768 * 100vw), 10px) min(calc(25 / 768 * 100vw), 25px) 0;
}

/* バナー
-----------------------------------------------------------------------*/
.main .bnr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(32 / 768 * 100vw), 32px);
  padding: min(calc(40 / 768 * 100vw), 40px) 0;
}
.main .bnr_item {
  line-height: 0;
}

.set_fig.ver3 img{
  width: min(calc(218/ 768 * 100vw), 218px)!important;
}