@charset "utf-8";

.font-yumin {
  font-family: "游明朝", YuMincho, 'Yu Mincho', "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "serif" !important;
}

.font-garamond {
  font-family: 'EB Garamond', serif !important;
}

.font-arno {
  font-family: arno-pro, serif !important;
}

.font-petrona {
  font-family: Petrona, serif !important;
}

.inview {
  opacity: 0;
}

.scrolled main {
  padding-top: calc(130px + var(--fsBannerHeight));
}

html {
  scroll-padding-top: 0px
}

#msy {
  color: #404040;
}

main a:hover {
  text-decoration: none;
}

footer {
  margin-top: 0;
}

sup {
  vertical-align: top;
}

/* ------------------------------
              共通
------------------------------ */
.common__title {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.common__catch {
  font-size: 2.6rem;
  line-height: 1.3;
  text-align: center;
}

.name-and-price {
  text-align: center;
  margin-top: 10px;
}

.btn--cart {
  margin: 0px;
  padding: 20px 0px 0px;
  text-align: center;
}

.btn--cart a {
  width: 150px;
  display: inline-block;
  background-image: linear-gradient(90deg, #00a77f, #04755b);
  color: #fff;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1.4rem;
  text-align: center;
  text-decoration: none;
  margin: 0px;
  padding: 11px 0px;
  position: relative;
}

.btn--cart a svg {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.link--detail {
  text-align: center;
  margin: 11px 0px 0px;
  padding: 0px;
}

.link--detail a {
  margin: 0px;
  padding: 0 0 5px 2px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  border-bottom: 1px solid #404040;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.link--detail svg {
  color: #c9a856;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 7px;
}

.kit-detail__title {
  font-size: 1.2rem;
  font-weight: bold;
}

.kit-text {
  width: 248px;
  min-height: 131px;
  background-color: #fff;
  text-align: center;
  margin: 19px auto 0;
  padding: 20px 0;
}

.kit-detail--s {
  width: 208px;
}

.kit-t {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 6px;
  padding: 0 15px;
}

.limited {
  position: absolute;
  background-color: #00a77f;
  border-radius: 50%;
  z-index: 15;
  padding: 3px;
  box-sizing: border-box;
}

.limited--l {
  width: 81px;
  height: 81px;
  top: 15px;
  right: 14px;
}

.limited--s {
  width: 56px;
  height: 56px;
  top: -2px;
  right: 10px;
}

.limited--r {
  background-color: #c9a856;
}

.limited .limited-in {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #FFF;
  border-radius: 50%;
  box-sizing: border-box;
}

.ltext {
  width: 100%;
  display: inline-block;
  color: #FFF;
  letter-spacing: 0.05em;
  line-height: 1.1em;
  text-align: center;
  margin-top: 0px;
  position: absolute;
  left: 0px;
  top: 51%;
  -webkit-transform: translateY(-51%);
  transform: translateY(-51%);
}

.ltext--l {
  font-size: 2rem;
}

.ltext--s {
  font-size: 1.4rem;
}

.new-icon {
  width: 86px;
  height: 86px;
  position: absolute;
  background-color: #fff;
  border: 2px solid #00a77f;
  border-radius: 50%;
  z-index: 15;
  padding: 3px;
  box-sizing: border-box;
  top: 12px;
  right: 175px;
}

.new-icon--r {
  width: 119px;
  height: 119px;
  top: 12px;
  left: 20px;
}

.new-icon--step {
  width: 91px;
  height: 91px;
  background-color: rgba(255, 255, 255, 0.8);
  top: 21px;
  right: inherit;
  left: 17px;
}

.new-icon__text {
  display: inline-block;
  width: 100%;
  color: #00a77f;
  font-size: 2.2rem;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 51%;
  -webkit-transform: translateY(-51%);
  transform: translateY(-51%);
}

.new-icon__text--r {
  font-size: 2rem;
  line-height: 1.1;
}

.sup {
  font-size: 1.2rem;
  vertical-align: text-top;
}

.accordion__wrapper {
  width: 535px;
  text-align: center;
  margin: 0 auto;
}

.accordion__title {
  font-size: 1.6rem;
  line-height: 1;
}

.fragrance-accordion {
  border-top: 1px solid #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
}

.fragrance-accordion-more {
  border-bottom: 1px solid #9b9b9b;
}

.accordion {
  padding: 16px 0px;
  font-weight: 400;
  display: block;
  position: relative;
  text-decoration: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.accordion-more {
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}

.open .common-icon-plus {
  display: none;
}

.open .common-icon-minus {
  display: block;
}

.open .fragrance-accordion {
  border-bottom: none;
}

.reverse-icon .common-icon-plus {
  display: block;
}

.common-icon {
  font-size: 3rem;
  position: absolute;
  top: 52%;
  right: 3px;
  transform: translateY(-52%);
  -webkit-transform: translateY(-52%);
}

.common-notes {
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: left;
}

/* ------------------------------
              mv
------------------------------ */
.mv {
  margin: 0px;
  padding: 0px;
  overflow: visible;
  z-index: 20;
  position: relative;
}

.mv-text__wrapper {
  width: 52.9vw;
  text-align: center;
  position: absolute;
  top: 4.3vw;
  left: 0;
}

.mv-text__img img {
  width: 14vw;
}

.mv__title {
  margin-top: 1vw;
}

.mv__title img {
  width: 33.9vw;
}

.mv__lead {
  color: #fff;
  font-size: 1.3vw;
  line-height: 1.3;
  margin-top: 1vw;
}

.mv-lead__label {
  margin-top: 1.3vw;
}

/* ------------------------------
              lead
------------------------------ */
.lead {
  background-image: url(../../images/special_contents/Minty_Spark_Yuzu/20250529/bg_nav.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.lead__inner {
  padding: 68px 0 60px;
}

.nav-anchor__list {
  width: 881px;
  display: flex;
  column-gap: 15px;
  margin: 0 auto;
}

.nav-anchor__item {
  width: 209px;
  background-image: url(../../images/special_contents/Minty_Spark_Yuzu/20250529/bg_nav_item.png);
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  padding: 12px 0 32px;
}

.nav-anchor__link {
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: -0.02em;
  position: relative;
}

.fa-chevron-down {
  color: #fff;
  font-size: 20px;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.campaign-banner__wrapper {
  width: 546px;
  margin: 0 auto 35px;
}

.lead__text {
  font-size: 2rem;
  line-height: 1.7;
  text-align: center;
  margin-top: 52px;
}

/* ------------------------------
          Special Kit
------------------------------ */
.special-kit {
  background-image: url(../../images/special_contents/Minty_Spark_Yuzu/20250529/bg_sk.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}

.special-kit__inner {
  padding: 30px 0 73px;
}

.special-kit__contents {
  display: flex;
  width: 1030px;
  column-gap: 131px;
  margin: 37px auto 0;
  position: relative;
}

.special-kit-img__wrapper {
  width: 477px;
  height: 330px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  position: relative;
}

.special-kit-img {
  width: 390px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vegan__img {
  width: 109px;
  position: absolute;
  right: 17px;
  bottom: 17px;
}

.special-kit__obj1 {
  width: 113px;
  top: -8px;
  right: 56px;
}

.special-kit__obj2 {
  width: 164px;
  bottom: -30px;
  left: -14px;
}

.special-kit__data {
  box-sizing: content-box;
  text-align: center;
  margin: 0px;
}

.special-kit__data .name-and-price {
  margin-top: 0;
}

/* ------------------------------
          Item LineUp
------------------------------ */
.item-lineup {
  background-image: url(../../images/special_contents/Minty_Spark_Yuzu/20250529/bg_item_lineup.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}

.item-lineup__inner {
  padding: 100px 0 115px;
}

.item-lineup__title {
  color: #00a77f;
  line-height: 1;
}

.item-lineup__sub-title {
  display: block;
  color: #00a77f;
  font-size: 2.6rem;
  line-height: 1;
  text-align: center;
  margin-top: 17px;
}

.frame__il {
  width: 972px;
  background-color: #fff;
  border-radius: 30px;
  margin: 57px auto 0;
  position: relative;
}

.step-block-in {
  width: 825px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 53px 0 112px;
  position: relative;
}

.item-lineup__list {
  position: relative;
}

.step-block-in2 {
  margin: 0 auto;
  padding: 55px 0px 0px 439px;
  position: relative;
  min-height: 427px;
}

.step-block h4 {
  text-align: center;
  box-sizing: border-box;
  z-index: 5;
  position: relative;
}

.step-block .text {
  padding: 31px 0 0;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  z-index: 5;
  position: relative;
  letter-spacing: -0.02em;
}

.step-block .img {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  width: 428px;
}

.step-block .img .rel {
  margin: 0px;
  padding: 0px;
  position: relative;
  display: block;
}

.limited--step {
  top: 47px;
  right: 22px;
}

.step-block .data {
  margin: 0px;
  padding: 20px 0 0;
}

.step-block .data .name-and-price {
  margin: 0px;
  display: block;
  text-align: center;
  padding: 0px;
}

.step-block .data h5 {
  margin: 0px;
  padding: 0px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: normal;
}

.step-block .data .price {
  margin: 0px;
  padding: 0px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: normal;
}

.step-block .data .btn,
.step-block .data .bcs {
  margin: 0px;
  padding: 16px 0px 0px;
  text-align: center;
}

.step-block .data .btn a svg,
.cart-arrow {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 1rem;
}

.step-block .data .bcs .bbg {
  margin: 0px;
  padding: 14px 0px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1;
  text-decoration: none;
  position: relative;
  display: inline-block;
  background: #FFF;
  width: 215px;
  border: 1px solid #a18b4f;
}

.step-block .data .link {
  text-align: center;
  margin: 10px 0px 0px;
  padding: 0px;
}

.bgt {
  position: absolute;
  display: inline-block;
}

.step-block.step1 .bgt {
  width: 72px;
  top: 75px;
  right: 57px;
  z-index: 1;
}

.step-block.step2 .bgt {
  width: 117px;
  top: 78px;
  right: 28px;
}

.step-block.step3 .bgt {
  width: 111px;
  top: 78px;
  right: 23px;
}

.step-block.step4 .bgt {
  width: 108px;
  top: 73px;
  right: 32px;
}

.step-tjp {
  display: block;
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 1;
  margin: 0px;
  padding: 18px 0px 0px;
}

.step-tbg {
  margin: 0px auto;
  padding: 0px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-align: center;
  width: 77px;
}

.step-tbg:before,
.step-tbg:after {
  border-top: 1px solid #404040;
  content: "";
  flex-grow: 1;
}

.step-tbg:before {
  margin-right: 6px;
}

.step-tbg::after {
  margin-left: 6px;
}

.link--step {
  position: relative;
}

/* ステップスライダー */
.step-slider .slick-dots {
  display: none;
}

.slick-arrow.slick-prev::after,
.slick-arrow.slick-next::after {
  display: none;
}

.step-slider .step-prev,
.step-slider .step-next {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 100% 100%;
  transition: unset;
  border-width: 0px;
  border-style: none;
  opacity: 1;
}

.step-slider .step-prev {
  left: -18px;
  background-image: url(../../images/special_contents/Minty_Spark_Yuzu/20250529/step_arrow_prev.svg);
}

.step-slider .step-next {
  right: -18px;
  background-image: url(../../images/special_contents/Minty_Spark_Yuzu/20250529/step_arrow_next.svg);
}

/* ------------------------------
            Pick Up
------------------------------ */
.pick-up {
  background-image: url(../../images/special_contents/Minty_Spark_Yuzu/20250529/bg_pu.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.pick-up__inner {
  padding: 102px 0 170px;
}

.pick-up__contents {
  width: 1030px;
  margin: 44px auto 0;
  padding: 0 30px;
  position: relative;
}

.pick-up-img__wrapper {
  width: 486px;
  position: absolute;
}

.pick-up__catch {
  position: absolute;
  top: 25px;
  right: 125px;
}

.pick-up__data {
  padding: 100px 0 0 486px;
}

.pick-up-text__wrapper {
  width: 382px;
  background-color: #fff;
  border-radius: 20px;
  margin: 23px auto 0;
  padding: 32px 0;
  position: relative;
}

.pick-up__text {
  color: #00a77f;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}

.pick-up-img__obj1 {
  top: -20px;
  right: -25px;
}

.pick-up-text__obj1 {
  width: 85px;
  top: -5px;
  right: 0;
}

.pick-up-text__obj2 {
  width: 149px;
  left: 0;
  bottom: -28px;
}

.pick-up__line {
  width: 1030px;
  /* margin: 91px auto 0; */
  margin: 125px auto 0;
}

.pick-up__line img {
  width: 958px;
}

.pick-up-img__wrapper--rev {
  width: 428px;
  right: 30px;
}

.pick-up-img__obj2 {
  width: 119px;
  left: -118px;
  bottom: 0;
}

.pick-up__catch--rev {
  right: inherit;
  top: 95px;
  left: 68px;
}

.pick-up__data--rev {
  padding: 178px 585px 0 0;
}

.pick-up__obj3 {
  width: 214px;
  top: 180px;
  left: 0;
}

.pick-up__obj4 {
  width: 478px;
  top: 171px;
  right: 0;
}

.pick-up__obj5 {
  width: 477px;
  bottom: 160px;
  left: 0;
}

.pick-up__obj6 {
  width: 251px;
  bottom: 135px;
  right: 0;
}

/* ------------------------------
            Other Kit
------------------------------ */
.other-kit {
  background-image: url(../../images/special_contents/Minty_Spark_Yuzu/20250529/bg_ok.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.other-kit__inner {
  padding: 100px 0;
}

.other-kit-slider {
  width: 1050px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 5px solid #fff;
  border-radius: 30px;
  margin: 0 auto;
  padding: 70px 0 85px;
}

.other-kit__title {
  color: #00a77f;
}

.other-kit__list {
  width: 855px;
  margin: 45px auto 0;
}

.other-kit__item {
  width: 285px;
}

.other-kit__item .img {
  width: 189px;
  height: 189px;
  background-color: #fff;
  border-radius: 50%;
  margin: 22px auto 0;
  position: relative;
}

.img_wrapper {
  display: block;
  width: 240px;
  margin: 0 auto;
  margin-left: -25px;
  position: relative;
}

.other-kit__item1 img {
  width: 237px;
  margin: 0 auto;
  padding-top: 53px;
}

.other-kit__item2 img {
  width: 190px;
  margin: 0 auto;
  padding-top: 35px;
}

.other-kit__item3 img {
  width: 223px;
  margin: 0 auto;
  padding-top: 54px;
}

.name-and-price--ok {
  margin-top: 28px;
}

.common-other__catch {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 0px;
  /* display: flex; */
  text-align: center;
  /* justify-content: center; */
}

/* ------------------------------
          Other LineUp
------------------------------ */
.other-lineup {
  background-image: url(../../images/special_contents/Minty_Spark_Yuzu/20250529/bg_ol.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}

.other-lineup__inner {
  padding: 105px 0 115px;
}

.other-lineup__item1 img,
.other-lineup__item2 img,
.other-lineup__item3 img {
  margin: 0 auto;
  padding-top: 20px;
}

.other-lineup__item1 img {
  width: 61px;
}

.other-lineup__item2 img {
  width: 42px;
}

.other-lineup__item3 img {
  width: 37px;
}

.other-lineup__item .name-and-price {
  margin-top: 22px;
}

/* ------------------------------
          Mint items
------------------------------ */
.mint-items {
  background-color: #fff;
}

.mint-items__inner {
  padding: 100px 0;
}

.mint-items__title {
  color: #00a77f;
}

.mint-items__text {
  color: #00a77f;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  margin-top: 29px;
}

.mint-items-slider {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.mint-items__list {
  margin-top: 60px;
  position: relative;
}

.mint-items__item {
  position: relative;
}

.mint-items__name,
.mint-items-name__obj {
  position: absolute;
}

.mint-items__name--fp {
  top: 59px;
  right: 248px;
}

.mint-items__name--fs {
  top: 79px;
  left: 128px;
}

.mint-items__name--bs {
  bottom: 100px;
  right: 124px;
}

.mint-items__name--hs {
  bottom: 68px;
  left: 205px;
}

.mint-items__name--so {
  top: 100px;
  left: 210px;
}

.mint-items__name--fps {
  top: 164px;
  right: 122px;
}

.mint-items__name--ls {
  bottom: 87px;
  left: 182px;
}

.mint-items-name__obj--fp {
  top: 104px;
  right: 225px;
}

.mint-items-name__obj--fs {
  top: 126px;
  left: 271px;
}

.mint-items-name__obj--bs {
  right: 116px;
  bottom: 87px;
}

.mint-items-name__obj--hs {
  bottom: 68px;
  left: 336px;
}

.mint-items-name__obj--so {
  top: 146px;
  left: 352px;
}

.mint-items-name__obj--fps {
  top: 210px;
  right: 101px;
}

.mint-items-name__obj--ls {
  bottom: 90px;
  left: 324px;
}

.mint-items-slider .mint-items-prev,
.mint-items-slider .mint-items-next {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 100% 100%;
  transition: unset;
  border-width: 0px;
  border-style: none;
  opacity: 1;
}

.mint-items-slider .mint-items-prev {
  background-image: url(../../images/special_contents/Minty_Spark_Yuzu/20250529/mint_items_prev.svg);
  left: -60px;
}

.mint-items-slider .mint-items-next {
  background-image: url(../../images/special_contents/Minty_Spark_Yuzu/20250529/mint_items_next.svg);
  right: -60px;
}

.mint-items-slider .slick-dots>li>button::before {
  width: 8px;
  height: 8px;
  background: #99dccc;
}

.mint-items-slider .slick-dots>li.slick-active>button::before {
  background: #00a77f;
}

/* ------------------------------
          Fragrance
------------------------------ */
.fragrance {
  height: 70.3vw;
  background-color: #cdeaee;
  background-image: url(../../images/special_contents/Minty_Spark_Yuzu/20250529/bg_fra.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}

.fragrance__inner {
  padding: 70px 0 0;
}

.fragrance__title {
  color: #c9a856;
}

.fragrance-accordion__wrapper {
  margin-top: 20px;
}

.fragrance-accordion {
  border-top: 1px solid #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
}

.fragrance-accordion-more {
  border-bottom: 1px solid #9b9b9b;
}

.fragrance__text {
  font-size: 2rem;
  line-height: 1.5;
}

.fragrance__img {
  margin-top: 38px;
}

.fragrance__frame {
  position: absolute;
  bottom: 135px;
  left: 497px;
}

.obj__fra1 {
  width: 157px;
  top: -34px;
  left: 0;
}

.obj__fra2 {
  width: 114px;
  top: -40px;
  right: 0;
}

/* ------------------------------
        Key Ingredients
------------------------------ */
.ki-mv__wrapper {
  position: relative;
}

.ki__title {
  color: #00a77f;
  position: absolute;
  top: 218px;
  left: 414px;
}

.ki-accordion__wrapper {
  width: 952px;
  margin: 0 auto;
  padding: 55px 0 105px;
}

.ki-detail__wrapper {
  width: 884px;
  display: flex;
  column-gap: 20px;
  margin: 20px auto 0;
}

.ki-detail {
  width: 432px;
  height: 503px;
  background-color: #dbf0ee;
  border-radius: 20px;
  padding: 18px 34px 0 18px;
}

.ki-detail__top {
  display: flex;
  column-gap: 19px;
}

.ki-detail__top-text {
  font-size: 2rem;
  line-height: 1.4;
  font-size: 1.6rem;
  text-align: left;
}

.ki-detail__top-text--mint {
  padding-top: 27px;
}

.ki-detail__top-text--menthol {
  padding-top: 10px;
}

.ki-detail__top-text sup {
  font-size: 1.2rem;
}

.ki-detail__text {
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 22px;
}

.ki-detail__text span {
  display: block;
  font-weight: bold;
  margin-top: 28px;
}

.ki-detail__text sup,
.ki-detail__text span sup {
  font-size: 0.8rem;
}

.ki-notes {
  width: 884px;
  margin: 30px auto 0;
}

/* ------------------------------
            Movie
------------------------------ */
.movie {
  background-image: url(../../images/special_contents/Minty_Spark_Yuzu/20250529/bg_movie.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 90px 0 101px;
  position: relative;
}

.movie__title {
  color: #00a77f;
}

.youtube {
  display: block;
  width: 765px;
  height: 446px;
  margin: 41px auto 0;
}

/* ------------------------------
            Campaign
------------------------------ */
.campaign,
.sweet {
  background-image: url(../../images/special_contents/Minty_Spark_Yuzu/20250529/bg_cp.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}

.campaign__inner,
.sweet__inner {
  padding: 100px 0 88px;
}

.campaign__contents {
  width: 820px;
  margin: 44px auto 0;
}

.campaign__label {
  width: 622px;
  margin: 0 auto;
}

.campaign__date {
  color: #00a77f;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  margin-top: 11px;
}

.campaign__title {
  color: #c9a856;
  margin-top: 20px;
}

.week {
  font-size: 1.8rem;
}


.campaign__label--miton {
  width: 237px;
}

.campaign__label--top {
  width: 287px;
  margin: 0 auto 5px;
}

.campaign__detail {
  display: flex;
  align-items: center;
  column-gap: 88px;
  margin-top: 55px;
}

.campaign-text__s {
  font-size: 2rem;
  font-feature-settings: "palt";
  line-height: 1.5;
  text-align: center;
}

.campaign-text__l {
  font-size: 3.6rem;
  /* font-feature-settings: "palt"; */
  line-height: 1.1;
  margin-top: 23px;
  text-align: center;
}

.campaign-text__vol {
  font-size: 2.4rem;
}

.campaign__img {
  width: 243px;
  position: relative;
}

.size__text {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  white-space: nowrap;
}

.sc-accordion__wrapper {
  width: 723px;
  margin: 45px auto 0;
}

.sc-accordion {
  margin-top: 24px;
  border-top: 1px solid #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
}

.sc-accordion__in {
  line-height: 1.7;
}

.sc-accordion-more {
  border-bottom: none;
  padding-bottom: 0;
}

.sc-accordion__title,
.sc-accordion-more__in {
  background-color: #fff;
}

.sc-comment__list {
  text-align-last: left;
  padding: 25px 17px 30px 17px;
}

.limited--cp {
  width: 76px;
  height: 76px;
  position: absolute;
  top: -8px;
  right: -30px;
}

.ltext--cp {
  font-size: 1.8rem;
}

.obj__cp1 {
  width: 161px;
  top: -50px;
  left: 0;
}

.obj__cp2 {
  width: 141px;
  top: 0;
  left: 575px;
}

.obj__cp3 {
  width: 188px;
  top: 0;
  right: 510px;
}

.obj__cp4 {
  width: 110px;
  top: -50px;
  right: 0;
}

.obj__cp5 {
  width: 214px;
  bottom: 160px;
  left: 0;
}

.obj__cp6 {
  width: 478px;
  right: 0;
  bottom: 135px;
}

/* -------------------
        LINE
------------------- */
.line {
  background-color: #385630;
  background-image: url(../../images/special_contents/Minty_Spark_Yuzu/20250529/bg_line.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 50px 0px 83px;
  margin: 0;
  position: relative;
  z-index: 30;
}

.line-in {
  margin: 15px auto 0;
  padding: 50px 0px 0px;
  width: 593px;
  height: 269px;
  position: relative;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.6);
  border: 3px solid #fff;
  border-radius: 30px;
}

.line h2 {
  margin: 0px;
  padding: 0px;
  font-size: 2.6rem;
  line-height: 1.5;
  text-align: center;
}

.line .text {
  margin: 0px;
  padding: 10px 0px 0px;
  font-size: 1.4rem;
  text-align: center;
}

.line .btn {
  margin: 0px;
  padding: 21px 0px 0px;
  text-align: center;
}

.line .btn a {
  margin: 0px;
  padding: 26px 0px 0px 70px;
  text-align: center;
  color: #FFF;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
  position: relative;
  display: inline-block;
  background: #00b900;
  width: 272px;
  height: 70px;
  border-radius: 10px;
  box-sizing: border-box;
  font-weight: 600;
}

.line .btn a:before {
  content: "";
  background: url(../../images/special_contents/HolidayCollection/20211014/icon_line.png) no-repeat center center;
  background-size: 50px auto;
  margin: 0px;
  padding: 0px;
  border-right: 1px solid #009e00;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.all-notes {
  text-align: left;
  margin: 0px auto;
  padding: 0px 0px 30px;
  font-size: 1rem;
  line-height: 1;
  width: 1030px;
}

/* -------------------
        SNS
------------------- */
.sns {
  margin: 0px;
  padding: 67px 0px 70px;
  background-image: url(../../images/special_contents/Minty_Spark_Yuzu/20250529/bg_sns.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.sns .l-line {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 20px;
  position: absolute;
  top: -1px;
  left: 0;
}

.sns .sns-frame {
  margin: 0px auto;
  padding: 55px 0px 0px;
  width: 590px;
  height: 222px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}

.sns h3 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 5rem;
  line-height: 1.34;
  color: #00a77f;
  font-weight: 600;
}

.sns .social-btn {
  margin-top: 20px;
  position: relative;
  z-index: 20;
  font-size: 0;
}

.fb-like>span {
  width: 162px !important;
}

.fb-like iframe {
  width: 162px !important;
}

.obj_sns1 {
  width: 118px;
  top: -15px;
  right: -3px;
}

.obj_sns2 {
  width: 202px;
  bottom: -58px;
  left: -10px;
}

/* ------------------------------
              ライン
------------------------------ */
.line__leaf {
  width: 100%;
  height: 44px;
  background-image: url(../../images/special_contents/OliveBliss/20241212/line_leaf.png);
  background-size: contain;
  position: absolute;
  top: -20px;
  left: 0;
}

.ob-line {
  width: 100%;
  height: 39px;
  background-image: url(../../images/special_contents/OliveBliss/20241212/line.png);
  background-size: contain;
  position: absolute;
  top: -20px;
  left: 0;
}

/* ------------------------------
          オブジェクト
------------------------------ */
.obj {
  position: absolute;
}

/* MENUアンカー */
.open-menu-out {
  z-index: 110;
  position: relative;
}

.open-menu {
  position: fixed;
  top: 160px;
  right: -80px;
  transition: all 0.8s cubic-bezier(.165, .84, .44, 1);
}

.open-menu-out .open-menu.open {
  right: -400px;
}

.open-menu-out.view .open-menu {
  right: 0px;
}

.open-menu .open-menu-in {
  transform: translateX(0%);
  transition: all 0.8s cubic-bezier(.165, .84, .44, 1);
}

.open-menu.open .open-menu-in {
  transform: translateX(-320px);
}

.open-menu .btn {
  position: relative;
  z-index: 80;
}

.open-menu .btn a {
  opacity: 1;
  display: block;
  transition: unset;
}

.open-menu .btn a span.open-text {
  display: none;
}

.open-menu .btn a span.close-text {
  display: inline-block;
}

.open-menu.open .btn a span.open-text {
  display: inline-block;
}

.open-menu.open .btn a span.close-text {
  display: none;
}

.open-menu .open-menu-list {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 5px;
  right: -320px;
  /*right: 0px;*/
  z-index: 50;
  overflow: hidden;
  width: 320px;
  background-image: url(../../images/special_contents/FacePolisher/20230720/bg_menu_2.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.open-menu.open .open-menu-list {
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.17);
}

.open-menu .open-menu-frame1 {
  margin: 0px;
  padding: 0px;
  background-image: url(../../images/special_contents/FacePolisher/20230720/bg_menu_1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}

.open-menu .open-menu-frame2 {
  margin: 0px;
  padding: 23px 0px 20px;
  background-image: url(../../images/special_contents/FacePolisher/20230720/bg_menu_3.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
}

.open-menu .open-menu-list-iner {
  margin: 0px;
  padding: 0px;
}

.open-menu .open-menu-list ul li {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.open-menu .open-menu-list ul li a {
  margin: 0px;
  padding: 0px 24px 0px 24px;
  display: block;
  position: relative;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: -0.02em;
  text-align: left;
  text-decoration: none;
  opacity: 1;
  width: 100%;
  box-sizing: border-box;
}

.open-menu .open-menu-list ul li a svg {
  color: #fff;
  font-size: 1.1rem;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.open-menu .open-menu-list ul li a:hover {
  background-image: url(../../images/special_contents/FacePolisher/20230720/nav_current.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.open-menu .open-menu-list ul li a span {
  display: block;
  margin: 0px;
  padding: 14px 0px 14px 55px;
  border-bottom: 1px solid rgba(120, 99, 32, 0.5);
  position: relative;
  box-sizing: border-box;
}

.open-menu .open-menu-list ul li:last-child a span {
  border-bottom: 0px none;
}

/* TOPに戻るボタン */
.pagetop {
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 12px;
  left: 12px;
  z-index: 500;
  display: none;
}

.pagetop .pagetop-link {
  margin: 0;
  padding: 0;
  width: 62px;
}

.pagetop .pagetop-link a {
  margin: 0;
  padding: 35px 0px 0;
  width: 62px;
  height: 62px;
  box-sizing: border-box;
  border-radius: 50%;
  display: block;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1;
  background-color: #000;
  color: #FFF;
  font-style: italic;
  font-weight: 600;
  background-image: url(../../images/sp/special_contents/FacePolisher/20230720/page_top2.svg);
  background-repeat: no-repeat;
  background-position: center top 16px;
  background-size: 19px auto;
  box-shadow: 0 0 12.1px 0.9px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

/* POP UP 詳細 */
.pop-up-block {
  background-image: url(../../images/special_contents/Minty_Spark_Yuzu/20250529/bg_cp.jpg);
  background-size: cover;
}

.pop-up__in {
  width: 960px;
  margin: 0 auto;
  padding: 80px 0;
}

.pop-up__title {
  color: #00a77f;
  line-height: 1.1;
  text-align: center;
}

.pop-up__text-wrapper {
  width: 500px;
  background-color: #fff;
  margin: 30px auto 0;
  padding: 30px 40px;
}

.pop-up__table-title {
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
}

.pop-up__sub-title {
  font-size: 2.4rem;
  text-align: center;
  margin-top: 15px;
}

.pop-up__text {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 30px;
}

.pop-up-block .pop-up__img {
  max-width: 500px;
  margin: 30px auto 0;
}

.pop-up__notes {
  width: 500px;
  font-size: 1.2rem;
  display: block;
  margin: 0 auto;
  margin-top: 5px;
}

.pop-up__btn {
  text-align: center;
}

.pop-up__btn a {
  margin-top: 30px;
  padding: 20px 0px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
  background: #04755b;
  width: 250px;
  cursor: pointer;
}

.pop-up__btn a span svg {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 1.1rem;
}

.pop-up__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  margin: 0 auto;
}

.pop-up__table--area {
  margin-top: 15px;
}

.pop-up__table th {
  width: 17%;
  vertical-align: middle;
  font-weight: bold;
  white-space: nowrap;
  padding: 2px 0px;
  background-color: #dbf0ee;
  padding: 5px 10px;
  /* color: #070627; */
  text-align: center;
}

.pop-up__table td {
  font-size: 1.6rem;
  line-height: 1.1;
  padding-left: 20px;
}

.sweet_sabon__logo {
  display: block;
  width: 350px;
  margin: 0 auto;
}

.sweet__title {
  color: #00a77f;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  margin: 20px auto 0;
}

.comment__title {
  color: #c9a856;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
  margin-top: 40px;
}

.sweet__line {
  width: 715px;
  margin: 20px auto 0;
}

.sweet__text {
  font-size: 1.7rem;
  line-height: 1.6;
  text-align: center;
  margin-top: 30px;
}

.sweet__img {
  width: 500px;
  margin: 30px auto 0;
}

.sweet__img2 {
  width: 380px;
}

.sweet__comment {
  width: 750px;
  background-color: #e6f1f0;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
}

.sweet-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #e6f1f0;
  border-top: 0;
  margin: 20px auto 0;
}

.sweet__btn {
  width: 300px;
  background-image: linear-gradient(90deg, #00a77f, #04755b);
  line-height: 1.4;
  text-align: center;
  margin: 30px auto 0;
  position: relative;
}

.sweet__btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.8rem;
  padding: 15px 0;
}

.sweet__btn a svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.sweet__bs {
  display: block;
  width: 300px;
  color: #00a77f;
  font-size: 1.6rem;
  text-decoration: underline;
  text-align: center;
  margin: 20px auto 0;
}

.release-date {
  font-size: 1.4rem;
  text-align: center;
  padding-top: 15px;
}

.bcs {
  margin: 0px;
  padding: 20px 0px 0px;
  text-align: center;
}

.bbg {
  width: 200px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #04755b;
  color: #04755b;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1.4rem;
  text-align: center;
  text-decoration: none;
  margin: 0px;
  padding: 11px 0px;
  position: relative;
}