@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP Regular";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../font/NotoSansCJKjp-Regular.otf") format("opentype"), url("../font/NotoSansJP-Regular.otf") format("opentype");
}

/* ===============================================###
初期設定
###=============================================== */
#Wrap{
  width: 100%;
}

.CV_2025SSCollection{
  --font-ja: "Noto Sans JP", sans-serif;
  --font-en: "europa", sans-serif;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-gray: #F2F3F4;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  background-color: #ffffff;
  overflow: hidden;
}

.lp_contents {
  margin: 0 auto;
  padding-bottom: calc(0 * 100vw/750);
  /* font-family: var(--font-NotoSans-jp-regular), sans-serif; */
  /* font-style: normal; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  max-width: calc(750 * 100vw/750);
  z-index: 1;
}

.CV_2025SSCollection img,
.CV_2025SSCollection svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}

.CV_2025SSCollection a{
  display: block;
}

/* ===========### PC版用設定 ###=========== */
@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}

@media screen and (min-width: 768px) {
  .CV_2025SSCollection .pc-visible{
    display: block;
  }

  .CV_2025SSCollection .sp-visible{
    display: none;
  }
}

/* ===========### SP版用設定 ###=========== */
@media screen and (max-width: 767px) {
  html {
    font-size: calc(10 * (100vw/750));
  }

  .CV_2025SSCollection .pc-visible{
    display: none;
  }

  .CV_2025SSCollection .sp-visible{
    display: block;
  }
}



/* ===============================================###
MV
###=============================================== */
.CV_2025SSCollection .mv{
  width: 100%;
}

.CV_2025SSCollection .mv .content-inner{

}

/************** text **************/
.CV_2025SSCollection .mv__text{
  margin-top: 9.3rem;
  font-family: var(--font-ja);
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.025em;
  text-align: center;
}

.CV_2025SSCollection .mv__text .text-wrapper{
  display: none;
  margin-top: 2.5rem;
  line-height: 1.75;
}

/************** image **************/
.CV_2025SSCollection .mv__image{
  width: 100%;
}

/************** button **************/
.CV_2025SSCollection .more__button{
  position: relative;
  text-align: center;
  font-family: var(--font-en);
  font-size: 1.5rem !important;
  margin-top: 1.2rem;
  margin-left: -2rem;
  z-index: 0;
}

.CV_2025SSCollection .more__button::before{
  content: "";
  position: absolute;
  display: block;
  top: -9rem;
  left: 0;
  width: 100%;
  height: 8.7rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 1) 100%);
  z-index: 1;
}

.CV_2025SSCollection .more__button span{
  position: relative;
  display: inline-block;
  cursor: pointer;
  z-index: 2;
}

.CV_2025SSCollection .more__button span::after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: -1.9rem;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 0.1rem solid var(--color-black);
  border-bottom: 0.1rem solid var(--color-black);
}

.CV_2025SSCollection .more__button.open{
  margin-top: 2.9rem;
}

.CV_2025SSCollection .more__button.open::before{
  display: none;
}

.CV_2025SSCollection .more__button.open span::after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
  right: -2rem;
  width: 0.8rem;
  height: 0.8rem;
  margin-top: 0.3rem;
  border-right: 0.1rem solid var(--color-black);
  border-bottom: 0.1rem solid var(--color-black);
}


/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .CV_2025SSCollection .mv{
    width: calc(750 * (100vw / 750));
  }

  /************** text **************/
  .CV_2025SSCollection .mv__text{
    margin-top: calc(147 * (100vw / 750));
    font-size: calc(26 * (100vw / 750));
  }

  .CV_2025SSCollection .mv__text .text-wrapper{
    margin-top: calc(48 * (100vw / 750));
  }

  /************** button **************/
  .CV_2025SSCollection .more__button{
    font-size: calc(26 * (100vw / 750)) !important;
    margin-top: calc(47 * (100vw / 750));
    margin-left: calc(-46 * (100vw / 750));
  }

  .CV_2025SSCollection .more__button::before{
    top: calc(-190 * (100vw / 750));
    height: calc(180 * (100vw / 750));
  }

  .CV_2025SSCollection .more__button span::after{
    right: calc(-43 * (100vw / 750));
    width: calc(10 * (100vw / 750));
    height: calc(10 * (100vw / 750));
    border-right: 1px solid var(--color-black);
    border-bottom: 1px solid var(--color-black);
  }

  .CV_2025SSCollection .more__button.open{
    margin-top: calc(60 * (100vw / 750));
  }

  .CV_2025SSCollection .more__button.open span::after{
    right: calc(-41 * (100vw / 750));
    width: calc(10 * (100vw / 750));
    height: calc(10 * (100vw / 750));
    margin-top: calc(5 * (100vw / 750));
    border-right: 1px solid var(--color-black);
    border-bottom: 1px solid var(--color-black);
  }
}


/* ===============================================###
アニメーション設定
###=============================================== */
/************** fade **************/
.CV_2025SSCollection .js-fade-mv{
  opacity: 0;
  transition: opacity 2s ease 0s;
}

.CV_2025SSCollection .js-fade-mv.show{
  opacity: 1;
  transition: opacity 2s ease 0s;
}

.CV_2025SSCollection .js-fade-in {
  opacity: 0;
  transform: translateY(0);
  transition: opacity 1.8s 0s, transform 1.8s 0s;
}

.CV_2025SSCollection .js-fade-in.show {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  transition: opacity 1.8s 0s, transform 1.8s 0s;
}


/* ===============================================###
コンテンツ共通設定
###=============================================== */
.CV_2025SSCollection .parallax__item{
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  overflow:hidden;
}

/************** flex **************/
.CV_2025SSCollection .flex-wrapper{
  display: flex;
}

.CV_2025SSCollection .content .item-wrapper.flex-wrapper{
  flex-direction: row-reverse;
}

.CV_2025SSCollection .content .item-wrapper.flex-wrapper *{
  min-height: 0;
  min-width : 0;
}

/************** slide **************/
.CV_2025SSCollection .slide-wrapper{
  /* width: 50%; */
  flex: 398;
}

/*** slick-dots ***/
.CV_2025SSCollection .slick-dots{

}

.CV_2025SSCollection .slick-dots{
  bottom: -19rem;
  left: 3.3rem;
  width: fit-content;
  height: 4rem;
  white-space: nowrap;
}

.CV_2025SSCollection .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.CV_2025SSCollection .slick-dots li{
  position: relative;
  display: inline-block;
  width: 5rem!important;
  height: 4rem!important;
  margin: 0 0.25rem!important;
}

.CV_2025SSCollection .slick-dots li button{
  display: none;
}

.CV_2025SSCollection .slick-dots li button:before{
  content: ''!important;
  width: 5rem!important;
  height: 4rem!important;
}

.CV_2025SSCollection .slick-dots li.slick-active button{
  background-color: transparent;
}

/*** 下線 ***/
.CV_2025SSCollection .slick-dots li.slick-active::after{
  content: '';
  position: absolute;
  bottom: -1.2rem;
  right: 1.5rem;
  width: 1.2rem;
  height: 0.2rem;
  background-color: var(--color-black);
}

/*** VATIC EYES S ***/
.CV_2025SSCollection .VATIC_EYES_S .slick-dots li:nth-of-type(1){
  background: url('../img/pc/vatic_eyes_s/icon01.png') no-repeat;
  background-size: contain!important;
}

.CV_2025SSCollection .VATIC_EYES_S .slick-dots li:nth-of-type(2){
  background: url('../img/pc/vatic_eyes_s/icon02.png') no-repeat;
  background-size: contain!important;
}

.CV_2025SSCollection .VATIC_EYES_S .slick-dots li:nth-of-type(3){
  background: url('../img/pc/vatic_eyes_s/icon03.png') no-repeat;
  background-size: contain!important;
}

.CV_2025SSCollection .VATIC_EYES_S .slick-dots li:nth-of-type(4){
  background: url('../img/pc/vatic_eyes_s/icon04.png') no-repeat;
  background-size: contain!important;
}

.CV_2025SSCollection .VATIC_EYES_S .slick-dots li:nth-of-type(5){
  background: url('../img/pc/vatic_eyes_s/icon05.png') no-repeat;
  background-size: contain!important;
}

.CV_2025SSCollection .VATIC_EYES_S .slick-dots li:nth-of-type(6){
  background: url('../img/pc/vatic_eyes_s/icon06.png') no-repeat;
  background-size: contain!important;
}

.CV_2025SSCollection .VATIC_EYES_S .slick-dots li:nth-of-type(7){
  background: url('../img/pc/vatic_eyes_s/icon07.png') no-repeat;
  background-size: contain!important;
}

/*** OMNI CONSCIOUS LASH ***/
.CV_2025SSCollection .OMNI_CONSCIOUS_LASH .slick-dots li:nth-of-type(1){
  background: url('../img/pc/omni_conscious_lash/icon01.png') no-repeat;
  background-size: contain!important;
}

.CV_2025SSCollection .OMNI_CONSCIOUS_LASH .slick-dots li:nth-of-type(2){
  background: url('../img/pc/omni_conscious_lash/icon02.png') no-repeat;
  background-size: contain!important;
}

.CV_2025SSCollection .OMNI_CONSCIOUS_LASH .slick-dots li:nth-of-type(3){
  background: url('../img/pc/omni_conscious_lash/icon03.png') no-repeat;
  background-size: contain!important;
}

.CV_2025SSCollection .OMNI_CONSCIOUS_LASH .slick-dots li:nth-of-type(4){
  background: url('../img/pc/omni_conscious_lash/icon04.png') no-repeat;
  background-size: contain!important;
}

/*** AROUSE LIPS ***/
.CV_2025SSCollection .AROUSE_LIPS .slick-dots li:nth-of-type(1){
  background: url('../img/pc/arouse_lips/icon01.png') no-repeat;
  background-size: contain!important;
}

.CV_2025SSCollection .AROUSE_LIPS .slick-dots li:nth-of-type(2){
  background: url('../img/pc/arouse_lips/icon02.png') no-repeat;
  background-size: contain!important;
}

/*** SURENESS EYELINER PENCIL ***/
.CV_2025SSCollection .SURENESS_EYELINER_PENCIL .slick-dots li:nth-of-type(1){
  background: url('../img/pc/sureness_eyeliner_pencil/icon01.png') no-repeat;
  background-size: contain!important;
}

.CV_2025SSCollection .SURENESS_EYELINER_PENCIL .slick-dots li:nth-of-type(2){
  background: url('../img/pc/sureness_eyeliner_pencil/icon02.png') no-repeat;
  background-size: contain!important;
}

/************** how to use **************/
.CV_2025SSCollection .process_area{
  position: relative;
  width: 100%;
  padding-top: 3rem;
  /* padding-bottom: 5rem; */
  padding-bottom: calc(100vw * 115 / 1400 - 6.5rem);
  background-color: var(--color-gray);
}

.CV_2025SSCollection .process{
  display: none;
}

.CV_2025SSCollection .process_area .toggle::after{
  content: '';
  position: absolute;
  bottom: -2.7rem;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 1.7rem;
  height: 1.7rem;
  border-right: 0.1rem solid var(--color-black);
  border-bottom: 0.1rem solid var(--color-black);
}

/*** アコーディオン開いた時 ***/
.CV_2025SSCollection .process_area .toggle.open::after{
  content: '';
  position: absolute;
  bottom: -50.3rem;
  left: 50%;
  transform: translateX(-50%) rotate(-135deg);
  width: 1.7rem;
  height: 1.7rem;
  border-right: 0.1rem solid var(--color-black);
  border-bottom: 0.1rem solid var(--color-black);
}

.CV_2025SSCollection .process_area .toggle,
.CV_2025SSCollection .process_area p{
  position: relative;
  margin-top: -1.3rem;
  font-family: var(--font-en);
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.CV_2025SSCollection .process_area .toggle{
  cursor: pointer;
}

.CV_2025SSCollection .process_area .process .item__text{
  margin-top: 1.3rem;
  font-family: var(--font-en);
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
}

.CV_2025SSCollection .process_area .process .item__text .text-ja{
  font-family: var(--font-ja);
}

.CV_2025SSCollection .process_area .process .process__text{
  width: fit-content;
  margin-top: 3.1rem;
  margin-left: 28rem;
  margin-right: auto;
  font-family: var(--font-en);
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.025em;
  text-align: left;
}

.CV_2025SSCollection .process_area .process .process__text .text-ha{
  font-family: var(--font-ja);
}

.CV_2025SSCollection .process_area .item__image{
  width: 15rem;
  margin-inline: auto;
}

/************** text **************/
.CV_2025SSCollection .text-ja{
  font-family: var(--font-ja);
}

/*** product_text ***/
.CV_2025SSCollection .product__text{
  margin-top: 2.7rem;
  margin-left: 4rem;
}

.CV_2025SSCollection .product__name{
  font-family: var(--font-en);
  font-size: 3.2rem;
  letter-spacing: 0.05em;
}

.CV_2025SSCollection .item__price{
  margin-top: 2rem;
  font-family: var(--font-en);
  font-size: 1.6rem;
  letter-spacing: 0.025em;
}

.CV_2025SSCollection .item__price .text-ja{
  margin-left: 0.5rem;
  font-size: 1.6rem;
  letter-spacing: 0.025em;
}

.CV_2025SSCollection .item__price .small__text,
.CV_2025SSCollection .item__price .small__text .text-ja{
  font-size: 1.2rem;
}

.CV_2025SSCollection .product__detail{
  margin-top: 11.4rem;
  font-family: var(--font-ja);
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.025em;
}

.CV_2025SSCollection .detail__link{
  position: relative;
  width: 13rem;
  margin-top: 3.1rem;
  font-family: var(--font-ja);
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid var(--color-black);
}

.CV_2025SSCollection .detail__link::after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin-top: -0.2rem;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 0.6rem solid var(--color-black);
}

/*** limited-icon ***/
.CV_2025SSCollection .limited__icon{
  width: 11.4rem;
  height: 2.5rem;
  margin-right: 1.6rem;
  padding: 0.5rem 0.9rem;
  font-family: var(--font-en);
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: var(--color-gray);
}


/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  /************** flex **************/
  .CV_2025SSCollection .flex-wrapper{
    display: flex;
  }

  .CV_2025SSCollection .content .item-wrapper.flex-wrapper{
    flex-direction: column;
  }

  /************** slide **************/
  .CV_2025SSCollection .slide-wrapper{
    width: calc(750 * (100vw / 750));
  }

  /*** slick-dots ***/
  .CV_2025SSCollection .slick-dots{
    bottom: calc(-339 * (100vw / 750));
    left: 50%;
    transform: translateX(-50%);
    height: calc(73 * (100vw / 750));
  }

  .CV_2025SSCollection .slick-dots li{
    width: calc(94 * (100vw / 750))!important;
    height: calc(73 * (100vw / 750))!important;
    margin: 0 calc(5 * (100vw / 750))!important;
  }

  .CV_2025SSCollection .slick-dots li button:before{
    width: calc(94 * (100vw / 750))!important;
    height: calc(73 * (100vw / 750))!important;
  }

  /*** 下線 ***/
  .CV_2025SSCollection .slick-dots li.slick-active::after{
    bottom: calc(-23 * (100vw / 750));
    right: calc(32 * (100vw / 750));
    width: calc(30 * (100vw / 750));
    height: calc(4 * (100vw / 750));
  }

  /*** VATIC EYES S ***/
  .CV_2025SSCollection .VATIC_EYES_S .slick-dots li:nth-of-type(1){
    background: url('../img/sp/vatic_eyes_s/icon01.png') no-repeat;
    background-size: contain!important;
  }

  .CV_2025SSCollection .VATIC_EYES_S .slick-dots li:nth-of-type(2){
    background: url('../img/sp/vatic_eyes_s/icon02.png') no-repeat;
    background-size: contain!important;
  }

  .CV_2025SSCollection .VATIC_EYES_S .slick-dots li:nth-of-type(3){
    background: url('../img/sp/vatic_eyes_s/icon03.png') no-repeat;
    background-size: contain!important;
  }

  .CV_2025SSCollection .VATIC_EYES_S .slick-dots li:nth-of-type(4){
    background: url('../img/sp/vatic_eyes_s/icon04.png') no-repeat;
    background-size: contain!important;
  }

  .CV_2025SSCollection .VATIC_EYES_S .slick-dots li:nth-of-type(5){
    background: url('../img/sp/vatic_eyes_s/icon05.png') no-repeat;
    background-size: contain!important;
  }

  .CV_2025SSCollection .VATIC_EYES_S .slick-dots li:nth-of-type(6){
    background: url('../img/sp/vatic_eyes_s/icon06.png') no-repeat;
    background-size: contain!important;
  }

  .CV_2025SSCollection .VATIC_EYES_S .slick-dots li:nth-of-type(7){
    background: url('../img/sp/vatic_eyes_s/icon07.png') no-repeat;
    background-size: contain!important;
  }

  /*** OMNI CONSCIOUS LASH ***/
  .CV_2025SSCollection .OMNI_CONSCIOUS_LASH .slick-dots li:nth-of-type(1){
    background: url('../img/sp/omni_conscious_lash/icon01.png') no-repeat;
    background-size: contain!important;
  }

  .CV_2025SSCollection .OMNI_CONSCIOUS_LASH .slick-dots li:nth-of-type(2){
    background: url('../img/sp/omni_conscious_lash/icon02.png') no-repeat;
    background-size: contain!important;
  }

  .CV_2025SSCollection .OMNI_CONSCIOUS_LASH .slick-dots li:nth-of-type(3){
    background: url('../img/sp/omni_conscious_lash/icon03.png') no-repeat;
    background-size: contain!important;
  }

  .CV_2025SSCollection .OMNI_CONSCIOUS_LASH .slick-dots li:nth-of-type(4){
    background: url('../img/sp/omni_conscious_lash/icon04.png') no-repeat;
    background-size: contain!important;
  }

  /*** AROUSE LIPS ***/
  .CV_2025SSCollection .AROUSE_LIPS .slick-dots li:nth-of-type(1){
    background: url('../img/sp/arouse_lips/icon01.png') no-repeat;
    background-size: contain!important;
  }

  .CV_2025SSCollection .AROUSE_LIPS .slick-dots li:nth-of-type(2){
    background: url('../img/sp/arouse_lips/icon02.png') no-repeat;
    background-size: contain!important;
  }

  /*** SURENESS EYELINER PENCIL ***/
  .CV_2025SSCollection .SURENESS_EYELINER_PENCIL .slick-dots li:nth-of-type(1){
    background: url('../img/sp/sureness_eyeliner_pencil/icon01.png') no-repeat;
    background-size: contain!important;
  }

  .CV_2025SSCollection .SURENESS_EYELINER_PENCIL .slick-dots li:nth-of-type(2){
    background: url('../img/sp/sureness_eyeliner_pencil/icon02.png') no-repeat;
    background-size: contain!important;
  }

  /************** how to use **************/
  .CV_2025SSCollection .process_area{
    padding-top: calc(40 * (100vw / 750));
    padding-bottom: calc(90 * (100vw / 750));
  }

  .CV_2025SSCollection .process_area .toggle::after{
    bottom: calc(-50 * (100vw / 750));
    width: calc(30 * (100vw / 750));
    height: calc(30 * (100vw / 750));
    border-right: calc(2 * (100vw / 750)) solid var(--color-black);
    border-bottom: calc(2 * (100vw / 750)) solid var(--color-black);
  }

  /*** アコーディオン開いた時 ***/
  .CV_2025SSCollection .process_area .toggle.open::after{
    bottom: calc(-1353 * (100vw / 750));
    width: calc(29 * (100vw / 750));
    height: calc(29 * (100vw / 750));
    border-right: calc(2 * (100vw / 750)) solid var(--color-black);
    border-bottom: calc(2 * (100vw / 750)) solid var(--color-black);
  }

  .CV_2025SSCollection .process_area .toggle,
  .CV_2025SSCollection .process_area p{
    margin-top: calc(-10 * (100vw / 750));
    font-size: calc(50 * (100vw / 750));
  }

  .CV_2025SSCollection .process_area .process .item__text{
    margin-top: calc(15 * (100vw / 750));
    font-size: calc(22 * (100vw / 750));
  }

  .CV_2025SSCollection .process_area .process .process__text{
    margin-top: calc(62 * (100vw / 750));
    margin-left: calc(97 * (100vw / 750));
    font-size: calc(28 * (100vw / 750));
  }

  .CV_2025SSCollection .process_area .item__image{
    width: calc(236 * (100vw / 750));
  }

  /************** text **************/
  /*** product_text ***/
  .CV_2025SSCollection .product__text{
    margin-top: calc(60 * (100vw / 750));
    margin-inline: auto;
    text-align: center;
  }

  .CV_2025SSCollection .product__name{
    font-size: calc(50 * (100vw / 750));
  }

  .CV_2025SSCollection .item__price{
    margin-top: calc(35 * (100vw / 750));
    font-size: calc(28 * (100vw / 750));
  }

  .CV_2025SSCollection .item__price .text-ja{
    margin-left: calc(5 * (100vw / 750));
    font-size: calc(28 * (100vw / 750));
  }

  .CV_2025SSCollection .item__price .small__text,
  .CV_2025SSCollection .item__price .small__text .text-ja{
    font-size: calc(22 * (100vw / 750));
  }

  .CV_2025SSCollection .product__detail{
    margin-top: calc(219 * (100vw / 750));
    font-size: calc(28 * (100vw / 750));
  }

  .CV_2025SSCollection .detail__link{
    width: calc(245 * (100vw / 750));
    margin-top: calc(66 * (100vw / 750));
    margin-left: calc(255 * (100vw / 750));
    margin-right: auto;
    font-size: calc(29 * (100vw / 750));
    text-align: left;
    padding-bottom: calc(12 * (100vw / 750));
    border-bottom: calc(2 * (100vw / 750)) solid var(--color-black);
  }

  .CV_2025SSCollection .detail__link::after{
    margin-top: calc(-2 * (100vw / 750));
    border-top: calc(10 * (100vw / 750)) solid transparent;
    border-bottom: calc(10 * (100vw / 750)) solid transparent;
    border-left: calc(10 * (100vw / 750)) solid var(--color-black);
  }

  /*** limited-icon ***/
  .CV_2025SSCollection .limited__icon{
    margin-right: calc(28 * (100vw / 750));
    margin-left: calc(26 * (100vw / 750));
    padding: calc(5 * (100vw / 750)) calc(10 * (100vw / 750));
    font-size: calc(26 * (100vw / 750));
  }
}




/* ===============================================###
アンカーリンク
###=============================================== */
.CV_2025SSCollection .anchor_area{
}

.CV_2025SSCollection .anchor_area .content-inner{
  width: 127rem;
  margin-top: 9.7rem;
  margin-inline: auto;
}

/************** anchor__item **************/
.CV_2025SSCollection .anchor_area .anchor__item{
  position: relative;
  width: fit-content;
}

.CV_2025SSCollection .anchor_area .anchor__item .text-wrapper{
  position: relative;
}
.CV_2025SSCollection .anchor_area .anchor__item .text-wrapper.flex-wrapper{
  display: flex;
  align-items: center;
}

.CV_2025SSCollection .anchor_area .anchor__item .text-wrapper::after{
  content: '';
  position: absolute;
  bottom: -0.4rem;
  right: 50%;
  transform: translateY(-50%);
  margin-right: -0.7rem;
  border-top: 0.6rem solid var(--color-black);
  border-right: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 0.6rem solid transparent;
}

.CV_2025SSCollection .anchor_area .flex-wrapper{
  justify-content: space-between;
  align-items: stretch;
}

.CV_2025SSCollection .anchor_area .anchor__item .flex-wrapper{
  /* gap: 1rem; */
}

/************** text **************/
.CV_2025SSCollection .anchor__text{
  font-family: var(--font-en);
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}

/************** image **************/
.CV_2025SSCollection .anchor__image{
  width: 10rem;
}


/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .CV_2025SSCollection .anchor_area .content-inner{
    width: calc(750 * (100vw / 750));
    margin-top: calc(150 * (100vw / 750));
  }

  .CV_2025SSCollection .anchor_area .content-inner.flex-wrapper{
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: calc(100 * (100vw / 750));
  }

  .CV_2025SSCollection .anchor_area .anchor__item{
    width: 33%;
  }

  .CV_2025SSCollection .anchor_area .anchor__item.item04{
    margin-left: calc(128 * (100vw / 750));
  }

  .CV_2025SSCollection .anchor_area .anchor__item.item05{
    margin-right: calc(125 * (100vw / 750));
  }

  .CV_2025SSCollection .anchor_area .anchor__item .flex-wrapper{
    flex-direction: column;
  }

  /************** anchor__item **************/
  .CV_2025SSCollection .anchor_area .anchor__item .text-wrapper{
    margin-top: calc(34 * (100vw / 750));
  }

  .CV_2025SSCollection .anchor_area .anchor__item .text-wrapper::after{
    bottom: calc(-72 * (100vw / 750));
    margin-right: calc(-10 * (100vw / 750));
    border-top: calc(10 * (100vw / 750)) solid var(--color-black);
    border-right: calc(10 * (100vw / 750)) solid transparent;
    border-bottom: calc(10 * (100vw / 750)) solid transparent;
    border-left: calc(10 * (100vw / 750)) solid transparent;
  }

  .CV_2025SSCollection .anchor_area .anchor__item.item01 .text-wrapper::after{
    bottom: calc(-111 * (100vw / 750));
  }

  /************** text **************/
  .CV_2025SSCollection .anchor__text{
    font-size: calc(26 * (100vw / 750));
  }

  /************** image **************/
  .CV_2025SSCollection .anchor__image{
    width: calc(180 * (100vw / 750));
    margin-inline: auto;
  }
}



/* ===============================================###
追従ナビ
###=============================================== */
.CV_2025SSCollection .follow-nav{
  position: fixed;
  /* transform: translateY(100%); */
  /* visibility: hidden; */
  bottom: 0;
  /* left: calc(0* 100vw / 750); */
  width: 100%;
  /* z-index: -2; */
}

.CV_2025SSCollection .follow-nav{
  transition: all 0.6s 0.3s;
  visibility: hidden;
  transform: translateY(100%);
  z-index: -2;
}

.CV_2025SSCollection .follow-nav.visible{
  transition: all 0.6s 0.3s;
  visibility: visible;
  transform: translateY(0);
  z-index: 100;
}

.CV_2025SSCollection .follow-nav .content-inner{

}

.CV_2025SSCollection .follow-nav .grid-wrapper{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.CV_2025SSCollection .follow-nav .flex-wrapper{
  align-items: center;
}

/************** nav-list **************/
.CV_2025SSCollection .follow-nav .follow-nav__list{
  width: 100%;
  height: 8rem;
}

.CV_2025SSCollection .follow-nav .follow-nav__list li{
  position: relative;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  border-left: 0.1rem solid var(--color-white);
  box-sizing: border-box;
}

.CV_2025SSCollection .follow-nav .follow-nav__list li.nav01{
  border-left: none;
}

.CV_2025SSCollection .follow-nav .follow-nav__list li::after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  margin-top: 0.2rem;
  border-top: 0.6rem solid var(--color-white);
  border-right: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 0.6rem solid transparent;
}

/*** 選択中の状態 ***/
.CV_2025SSCollection .follow-nav .follow-nav__list li.current{
  background-color: var(--color-gray);
  border-left: 0.1rem solid var(--color-black);
}

.CV_2025SSCollection .follow-nav .follow-nav__list li.current::after{
  border-top: 0.6rem solid var(--color-black);
}

/************** text **************/
.CV_2025SSCollection .follow-nav .nav__text{
  font-family: var(--font-en);
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
  color: var(--color-white);
  letter-spacing: .05em;
}

.CV_2025SSCollection .follow-nav .nav06 .nav__text{
  font-size: 1.8rem;
  padding-top: 2.8rem;
  padding-bottom: 3rem;
  margin-left: 2.9rem;
}

/*** 選択中の状態 ***/
.CV_2025SSCollection .follow-nav .current .nav__text{
  color: var(--color-black);
}

/************** image **************/
.CV_2025SSCollection .follow-nav .nav__image{
  width: 8rem;
}


/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .CV_2025SSCollection .follow-nav{
    width: calc(750 * (100vw / 750));
  }

  .CV_2025SSCollection .follow-nav{
    transition: all 0.6s 0.3s;
    visibility: hidden;
    transform: translateY(100%);
    z-index: -2;
  }

  .CV_2025SSCollection .follow-nav.visible{
    transition: all 0.6s 0.3s;
    visibility: visible;
    transform: translateY(0);
    z-index: 100;
  }

  .CV_2025SSCollection .follow-nav .grid-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  /************** nav-list **************/
  .CV_2025SSCollection .follow-nav .follow-nav__list{
    height: calc(330 * (100vw / 750));
  }

  .CV_2025SSCollection .follow-nav .follow-nav__list li{
    border-left: 1px solid var(--color-white);
    border-bottom: 1px solid var(--color-white);
  }

  .CV_2025SSCollection .follow-nav .follow-nav__list li.nav03,
  .CV_2025SSCollection .follow-nav .follow-nav__list li.nav05{
    border-left: none;
  }

  .CV_2025SSCollection .follow-nav .follow-nav__list li::after{
    right: calc(16 * (100vw / 750));
    border-top: calc(10 * (100vw / 750)) solid var(--color-white);
    border-right: calc(10 * (100vw / 750)) solid transparent;
    border-bottom: calc(10 * (100vw / 750)) solid transparent;
    border-left: calc(10 * (100vw / 750)) solid transparent;
  }

  /*** 選択中の状態 ***/
  .CV_2025SSCollection .follow-nav .follow-nav__list li.current{
    border-left: calc(1 * (100vw / 750)) solid var(--color-white);
  }

  .CV_2025SSCollection .follow-nav .follow-nav__list li.current::after{
    border-top: calc(10 * (100vw / 750)) solid var(--color-black);
  }

  /************** text **************/
  .CV_2025SSCollection .follow-nav .nav__text{
    font-size: calc(26 * (100vw / 750));
    text-align: left;
  }

  .CV_2025SSCollection .follow-nav .nav06 .nav__text{
    margin-left: calc(30 * (100vw / 750));
    padding-top: calc(30 * (100vw / 750));
    padding-bottom: calc(30 * (100vw / 750));
    font-size: calc(30 * (100vw / 750));
  }

  /************** image **************/
  .CV_2025SSCollection .follow-nav .nav__image{
    width: calc(110 * (100vw / 750));
  }
}



/* ===============================================###
コンテンツ01
###=============================================== */
.CV_2025SSCollection .content01{
  margin-top: 10.1rem;
}

.CV_2025SSCollection .content01 .content-inner{

}

.CV_2025SSCollection .content01 .content__item01{

}

.CV_2025SSCollection .content01 .content__item02{
  margin-top: 9.8rem;
}

.CV_2025SSCollection .content01 .flex__area.flex-wrapper{
  gap: 4.1rem;
}

@media screen and (min-width: 768px) {
  .CV_2025SSCollection .content01 .flex__area.flex-wrapper{
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .CV_2025SSCollection .content01 .item-wrapper{
    height: calc(100vw* 467 / 1400);
  }

  .CV_2025SSCollection .content01 .flex__area.flex-wrapper .flex__item01,
  .CV_2025SSCollection .content01 .flex__area.flex-wrapper .flex__item02{
    /* width: 50%; */
    width: 48.6%;
  }
}

/************** grid **************/
.CV_2025SSCollection .content01 .grid-wrapper{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

/************** parallax **************/
@media screen and (min-width: 768px) {
  .CV_2025SSCollection .content01 .parallax__item{
    /* width: 50%; */
    flex: 282;
    /* height: calc(100vw* 481 / 1400); */
    height: calc(100vw* 467 / 1400);
    overflow: clip;
  }

  .CV_2025SSCollection .content01 .VATIC_EYES_S .parallax__item img{
    width: 190%;
    margin-left: -13.6rem;
  }

  .CV_2025SSCollection .content01 .OMNI_CONSCIOUS_LASH .parallax__item img{
    width: 160%;
    margin-left: -8.6rem;
  }
}

/************** how to use **************/
.CV_2025SSCollection .content01 .process_area{

}

.CV_2025SSCollection .content01 .process_area .process{
  width: 88rem;
  margin-top: 4.8rem;
  margin-bottom: 5.6rem;
  margin-inline: auto;
}

.CV_2025SSCollection .content01 .process_area .flex-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.CV_2025SSCollection .content01 .process_area .flex-wrapper .item01,
.CV_2025SSCollection .content01 .process_area .flex-wrapper .item02,
.CV_2025SSCollection .content01 .process_area .flex-wrapper .item03,
.CV_2025SSCollection .content01 .process_area .flex-wrapper .item04{
  width: 25%;
}


/************** text **************/


/************** image **************/
.CV_2025SSCollection .content01 .grid__image{
  /* width: 46.7rem; */
}


/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .CV_2025SSCollection .content01{
    margin-top: calc(210 * (100vw / 750));
  }

  .CV_2025SSCollection .content01 .content-inner{

  }

  .CV_2025SSCollection .content01 .content__item01{

  }

  .CV_2025SSCollection .content01 .content__item02{
    margin-top: calc(100 * (100vw / 750));
  }

  .CV_2025SSCollection .content01 .flex__area.flex-wrapper{
    flex-direction: column;
    gap: calc(107 * (100vw / 750));
  }

  /************** grid **************/
  .CV_2025SSCollection .content01 .grid-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: calc(1000 * (100vw / 750)) calc(500 * (100vw / 750));
  }

  .CV_2025SSCollection .content01 .grid__item01{
    grid-column: 1/3;
    grid-row: 1/2;
  }

  .CV_2025SSCollection .content01 .grid__item02{
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .CV_2025SSCollection .content01 .grid__item03{
    grid-column: 2/3;
    grid-row: 2/3;
  }

  /************** parallax **************/
  .CV_2025SSCollection .content01 .parallax__item{
    width: calc(750 * (100vw / 750));
    height: calc(551 * (100vw / 750));
    overflow: clip;
  }

  .CV_2025SSCollection .content01 .VATIC_EYES_S .parallax__item img{
    width: 121%;
    margin-left: calc(-120 * (100vw / 750));
    /* position: relative; */
    /* bottom: calc(200 * (100vw / 750)); */
  }

  .CV_2025SSCollection .content01 .OMNI_CONSCIOUS_LASH .parallax__item img{
    width: 220%;
    margin-left: calc(-441 * (100vw / 750));
    position: relative;
    bottom: calc(-130 * (100vw / 750));
  }

  /************** how to use **************/
  .CV_2025SSCollection .content01 .process_area .process{
    width: calc(750 * (100vw / 750));
    margin-top: calc(85 * (100vw / 750));
    margin-bottom: calc(106 * (100vw / 750));
  }

  .CV_2025SSCollection .content01 .process_area .flex-wrapper{
    width: calc(480 * (100vw / 750));
    margin-inline: auto;
    flex-wrap: wrap;
    row-gap: calc(74 * (100vw / 750));
  }

  .CV_2025SSCollection .content01 .process_area .flex-wrapper .item01,
  .CV_2025SSCollection .content01 .process_area .flex-wrapper .item02,
  .CV_2025SSCollection .content01 .process_area .flex-wrapper .item03,
  .CV_2025SSCollection .content01 .process_area .flex-wrapper .item04{
    width: 50%;
  }

  /************** text **************/


  /************** image **************/
  .CV_2025SSCollection .content01 .grid__item01 .grid__image{
    width: calc(750 * (100vw / 750));
  }

  .CV_2025SSCollection .content01 .grid__image{
    width: calc(375 * (100vw / 750));
  }
}



/* ===============================================###
コンテンツ02
###=============================================== */
.CV_2025SSCollection .content02{
  margin-top: 9.9rem;
}

.CV_2025SSCollection .content02 .content-inner{

}

.CV_2025SSCollection .content02 .content__item{

}

/************** grid **************/
.CV_2025SSCollection .content02 .grid-wrapper{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.CV_2025SSCollection .content02 .grid-wrapper .grid__item01{
  grid-column: 2/3;
  grid-row: 1/2;
  margin-left: 2rem;
}

.CV_2025SSCollection .content02 .grid-wrapper .grid__item02{
  grid-column: 1/2;
  grid-row: 1/2;
}

.CV_2025SSCollection .content02 .grid-wrapper .grid__item03{
  grid-column: 1/2;
  grid-row: 2/3;
}

.CV_2025SSCollection .content02 .grid-wrapper .grid__item04{
  grid-column: 2/3;
  grid-row: 2/3;
}

/************** parallax **************/
@media screen and (min-width: 768px) {
  .CV_2025SSCollection .content02 .parallax__item{
    /* width: 50%; */
    flex: 282;
    height: calc(100vw * 466 / 1400);
    overflow: clip;
  }

  .CV_2025SSCollection .content02 .RECTITUDE_MULTI_LIQUID .parallax__item img{
    width: 166%;
    margin-left: -8.9rem;
  }
}

/************** how to use **************/
.CV_2025SSCollection .content02 .process_area{

}

.CV_2025SSCollection .content02 .process_area .process{
  width: 88rem;
  margin-top: 5rem;
  margin-bottom: 6rem;
  margin-inline: auto;
}

.CV_2025SSCollection .content02 .process_area .flex-wrapper{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 3.5rem;
}

.CV_2025SSCollection .content02 .process_area .flex-wrapper .item01,
.CV_2025SSCollection .content02 .process_area .flex-wrapper .item02,
.CV_2025SSCollection .content02 .process_area .flex-wrapper .item03,
.CV_2025SSCollection .content02 .process_area .flex-wrapper .item04,
.CV_2025SSCollection .content02 .process_area .flex-wrapper .item05,
.CV_2025SSCollection .content02 .process_area .flex-wrapper .item06,
.CV_2025SSCollection .content02 .process_area .flex-wrapper .item07{
  width: 25%;
}

/************** text **************/
.CV_2025SSCollection .content02 .product__text{
  margin-left: 1.8rem;
}

.CV_2025SSCollection .content02 .item__price{
  margin-top: 1.9rem;
}

.CV_2025SSCollection .content02 .limited__icon{
  margin-right: 2rem;
}

.CV_2025SSCollection .content02 .product__detail{
  margin-top: 3.4rem;
}

.CV_2025SSCollection .content02 .process_area .process .process__text{
  margin-top: 3.3rem;
  margin-left: 26.4rem;
}

.CV_2025SSCollection .content02 .indent__text{
  margin-left: 2rem;
}


/************** image **************/
.CV_2025SSCollection .content02 .image01{
  /* width: 50%; */
  flex: 398;
}

/************** hoe top use **************/
.CV_2025SSCollection .content02 .process_area .toggle.open::after{
  bottom: -85.8rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .CV_2025SSCollection .content02{
    margin-top: calc(157 * (100vw / 750));
  }

  .CV_2025SSCollection .content02 .content-inner{

  }

  .CV_2025SSCollection .content02 .content__item{

  }

  /************** grid **************/
  .CV_2025SSCollection .content02 .grid-wrapper{
    display: block;
  }

  .CV_2025SSCollection .content02 .grid-wrapper .grid__item01{
    margin-left: 0;
  }

  .CV_2025SSCollection .content02 .grid-wrapper .grid__item02{
    margin-top: calc(161 * (100vw / 750));
  }

  .CV_2025SSCollection .content02 .grid-wrapper .grid__item03{
    margin-top: calc(80 * (100vw / 750));
  }

  .CV_2025SSCollection .content02 .grid-wrapper .grid__item04{
  }

  /************** parallax **************/
  .CV_2025SSCollection .content02 .parallax__item{
    width: calc(750 * (100vw / 750));
    height: calc(551 * (100vw / 750));
    overflow: clip;
  }

  .CV_2025SSCollection .content02 .RECTITUDE_MULTI_LIQUID .parallax__item img{
    /* position: relative; */
    /* bottom: calc(150 * (100vw / 750)); */
    width: 122%;
    margin-left: calc(-120 * (100vw / 750));
  }

  /************** how to use **************/
  .CV_2025SSCollection .content02 .process_area .flex-wrapper{
    justify-content: space-between;
    align-items: flex-start;
  }

  .CV_2025SSCollection .content02 .process_area{
    margin-top: calc(80 * (100vw / 750));
  }

  .CV_2025SSCollection .content02 .process_area .process{
    width: calc(708 * (100vw / 750));
    margin-top: calc(85 * (100vw / 750));
    margin-bottom: calc(100 * (100vw / 750));
  }

  .CV_2025SSCollection .content02 .process_area .flex-wrapper{
    column-gap: 0;
    row-gap: calc(70 * (100vw / 750));
  }

  .CV_2025SSCollection .content02 .process_area .flex-wrapper .item01,
  .CV_2025SSCollection .content02 .process_area .flex-wrapper .item02,
  .CV_2025SSCollection .content02 .process_area .flex-wrapper .item03{
    width: 30%;
  }

  .CV_2025SSCollection .content02 .process_area .flex-wrapper .item03{
    margin-right: calc(18 * (100vw / 750));
  }

  .CV_2025SSCollection .content02 .process_area .flex-wrapper .item04,
  .CV_2025SSCollection .content02 .process_area .flex-wrapper .item05,
  .CV_2025SSCollection .content02 .process_area .flex-wrapper .item06,
  .CV_2025SSCollection .content02 .process_area .flex-wrapper .item07{
    width: fit-content;
  }

  .CV_2025SSCollection .content02 .process_area .flex-wrapper .item04,
  .CV_2025SSCollection .content02 .process_area .flex-wrapper .item06{
    margin-left: calc(120 * (100vw / 750));
  }

  .CV_2025SSCollection .content02 .process_area .flex-wrapper .item05,
  .CV_2025SSCollection .content02 .process_area .flex-wrapper .item07{
    margin-right: calc(114 * (100vw / 750));
  }

  /************** text **************/
  .CV_2025SSCollection .content02 .item__price{
    margin-top: calc(32 * (100vw / 750));
  }

  .CV_2025SSCollection .content02 .limited__icon{
    margin-right: calc(35 * (100vw / 750));
  }

  .CV_2025SSCollection .content02 .product__detail{
    margin-top: calc(75 * (100vw / 750));
  }

  .CV_2025SSCollection .content02 .process_area .process .process__text{
    margin-top: calc(58 * (100vw / 750));
    margin-left: calc(50 * (100vw / 750));
    margin-right: auto;
  }

  .CV_2025SSCollection .content02 .process_area .process .item__text{
    margin-top: calc(20 * (100vw / 750));
  }

  .CV_2025SSCollection .content02 .indent__text{
    margin-left: calc(34 * (100vw / 750));
  }


  /************** image **************/
  .CV_2025SSCollection .content02 .image01{
    width: calc(750 * (100vw / 750));
  }

  .CV_2025SSCollection .content02 .grid-wrapper .grid__image{
    width: calc(658 * (100vw / 750));
    margin-inline: auto;
  }

  .CV_2025SSCollection .content02 .grid-wrapper .grid__item02 .grid__image{
    width: calc(750 * (100vw / 750));
  }

  /************** hoe top use **************/
  .CV_2025SSCollection .content02 .process_area .toggle.open::after{
    bottom: calc(-2036 * (100vw / 750));
  }
}



/* ===============================================###
コンテンツ03
###=============================================== */
.CV_2025SSCollection .content03{
  margin-top: 9.9rem;
}

.CV_2025SSCollection .content03 .content-inner{

}

.CV_2025SSCollection .content03 .content__item01{

}

.CV_2025SSCollection .content03 .content__item02{
  margin-top: 9.9rem;
}

/************** flex **************/
.CV_2025SSCollection .content03 .flex__area.flex-wrapper{
  gap: 4.1rem;
}

@media screen and (min-width: 768px) {
  .CV_2025SSCollection .content03 .flex__area.flex-wrapper{
    justify-content: space-between;
  }
}

.CV_2025SSCollection .content03 .flex-wrapper{
  display: flex;
}

@media screen and (min-width: 768px) {
  .CV_2025SSCollection .content03 .flex__area.flex-wrapper .flex__item01,
  .CV_2025SSCollection .content03 .flex__area.flex-wrapper .flex__item02{
    /* width: 50%; */
    width: 48.6%;
  }
}

/************** parallax **************/
@media screen and (min-width: 768px) {
  .CV_2025SSCollection .content03 .parallax__item{
    /* width: 50%; */
    flex: 282;
    height: calc(100vw* 467 / 1400);
    overflow: clip;
  }

  .CV_2025SSCollection .content03 .AROUSE_LIPS .parallax__item img{
    width: 171%;
    margin-left: -10.4rem;
  }

  .CV_2025SSCollection .content03 .SURENESS_EYELINER_PENCIL .parallax__item img{
    width: 185%;
    margin-left: -13rem;
  }
}

/************** how to use **************/
.CV_2025SSCollection .content03 .process_area{

}

.CV_2025SSCollection .content03 .process_area .process{
  width: 65rem;
  margin-top: 4.8rem;
  margin-bottom: 5.1rem;
  margin-inline: auto;
}

.CV_2025SSCollection .content03 .process_area .flex-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 3.7rem;
}

.CV_2025SSCollection .content03 .process_area .flex-wrapper .item01,
.CV_2025SSCollection .content03 .process_area .flex-wrapper .item02,
.CV_2025SSCollection .content03 .process_area .flex-wrapper .item03,
.CV_2025SSCollection .content03 .process_area .flex-wrapper .item04,
.CV_2025SSCollection .content03 .process_area .flex-wrapper .item05,
.CV_2025SSCollection .content03 .process_area .flex-wrapper .item06{
  width: 33%;
}

/************** text **************/
.CV_2025SSCollection .content03 .item__price{
  margin-top: 1.8rem;
}

.CV_2025SSCollection .content03 .flex__item01 .limited__icon{
  margin-right: 3.1rem;
}

.CV_2025SSCollection .content03 .flex__item02 .limited__icon{
  margin-right: 2rem;
}

.CV_2025SSCollection .content03 .flex__item01 .text-ja{
  margin-left: 0.3rem;
}

.CV_2025SSCollection .content03 .flex__item01 .small__text{
  margin-left: -0.4rem;
}

.CV_2025SSCollection .content03 .product__detail{
  margin-top: 11.5rem;
}

.CV_2025SSCollection .content03 .process_area .process .process__text{
  margin-top: 2.9rem;
  margin-left: 15rem;
  margin-right: auto;
  line-height: 1.75;
}

.CV_2025SSCollection .content03 .indent__text{
  margin-left: 2.2rem;
}

/************** image **************/
.CV_2025SSCollection .content03 .image{
  width: 100%;
}

/************** how to use **************/
.CV_2025SSCollection .content03  .process_area .toggle.open::after{
  bottom: -83rem;
}


/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .CV_2025SSCollection .content03{
    margin-top: calc(160 * (100vw / 750));
  }

  .CV_2025SSCollection .content03 .content__item02{
    margin-top: calc(162 * (100vw / 750));
  }

  .CV_2025SSCollection .content03 .flex__item01 .slick-dots{
    bottom: calc(-381 * (100vw / 750));
  }

  /************** flex **************/
  .CV_2025SSCollection .content03 .flex__area.flex-wrapper{
    flex-direction: column;
    gap: calc(159 * (100vw / 750));
  }

  .CV_2025SSCollection .content03 .content__item02 .flex-wrapper{
    flex-direction: column;
    row-gap: calc(80 * (100vw / 750));
  }

  /************** parallax **************/
  .CV_2025SSCollection .content03 .parallax__item{
    width: calc(750 * (100vw / 750));
    height: calc(554 * (100vw / 750));
    overflow: clip;
  }

  .CV_2025SSCollection .content03 .flex__item02 .parallax__item{
    height: calc(551 * (100vw / 750));
  }

  .CV_2025SSCollection .content03 .AROUSE_LIPS .parallax__item img{
    /* position: relative; */
    /* bottom: calc(120 * (100vw / 750)); */
    /* width: 110%;
    margin-left: calc(-40 * (100vw / 750)); */
    width: 100%;
  }

  .CV_2025SSCollection .content03 .SURENESS_EYELINER_PENCIL .parallax__item img{
    /* position: relative; */
    /* bottom: calc(71 * (100vw / 750)); */
    /* width: 115%;
    margin-left: calc(-80 * (100vw / 750)); */
    width: 100%;
  }

  /************** how to use **************/
  .CV_2025SSCollection .content03 .process_area .process{
    width: calc(708 * (100vw / 750));
    margin-top: calc(80 * (100vw / 750));
    margin-bottom: calc(140 * (100vw / 750));
  }

  .CV_2025SSCollection .content03 .process_area{
    padding-bottom: calc(98 * (100vw / 750));
  }

  .CV_2025SSCollection .content03 .process_area .flex-wrapper{
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: calc(71 * (100vw / 750));
  }

  .CV_2025SSCollection .content03 .process_area .flex-wrapper .item01,
  .CV_2025SSCollection .content03 .process_area .flex-wrapper .item02,
  .CV_2025SSCollection .content03 .process_area .flex-wrapper .item03,
  .CV_2025SSCollection .content03 .process_area .flex-wrapper .item04,
  .CV_2025SSCollection .content03 .process_area .flex-wrapper .item05,
  .CV_2025SSCollection .content03 .process_area .flex-wrapper .item06{
    width: 33%;
  }

  /************** text **************/
  .CV_2025SSCollection .content03 .item__price{
    margin-top: calc(30 * (100vw / 750));
    line-height: 1.9;
  }

  .CV_2025SSCollection .content03 .flex__item01 .limited__icon{
    margin-right: calc(30 * (100vw / 750));
  }

  .CV_2025SSCollection .content03 .flex__item02 .limited__icon{
    margin-right: calc(20 * (100vw / 750));
  }

  .CV_2025SSCollection .content03 .flex__item01 .text-ja{
    margin-left: calc(3 * (100vw / 750));
  }

  .CV_2025SSCollection .content03 .flex__item01 .small__text{
    margin-left: calc(-4 * (100vw / 750));
  }

  .CV_2025SSCollection .content03 .flex__item01 .product__detail{
    margin-top: calc(202 * (100vw / 750));
  }

  .CV_2025SSCollection .content03 .flex__item02 .product__detail{
    margin-top: calc(212 * (100vw / 750));
  }

  .CV_2025SSCollection .content03 .process_area .process .item__text{
    margin-top: calc(22 * (100vw / 750));
  }

  .CV_2025SSCollection .content03 .process_area .process .process__text{
    margin-top: calc(57 * (100vw / 750));
    margin-left: calc(43 * (100vw / 750));
    line-height: 1.7;
  }

  .CV_2025SSCollection .content03 .indent__text{
    margin-left: calc(37 * (100vw / 750));
  }

  /************** image **************/
  .CV_2025SSCollection .content03 .image{
    width: calc(658 * (100vw / 750));
    margin-inline: auto;
  }

  .CV_2025SSCollection .content03 .flex__item02 .image{
    width: calc(750 * (100vw / 750));
  }

  /************** how to use **************/
  .CV_2025SSCollection .content03  .process_area .toggle.open::after{
    bottom: calc(-1588 * (100vw / 750));
  }
}




/* ===============================================###
コンテンツ04
###=============================================== */
.CV_2025SSCollection .content04{
  margin-top: 9.9rem;
  margin-bottom: 10rem;
}

.CV_2025SSCollection .content04 .content-inner{

}

.CV_2025SSCollection .content04 .release-day_area{

}

/************** text **************/
.CV_2025SSCollection .content04 .release-day_area{
  width: 47rem;
  margin-top: 8.9rem;
  margin-inline: auto;
  font-family: var(--font-en);
  text-align: center;
}

/*** firefoxのみ適用 ***/
@-moz-document url-prefix() {
  .CV_2025SSCollection .content04 .release-day_area{
    width: 48rem;
  }
}

.CV_2025SSCollection .content04 .release-day_area .text-ja{
  font-family: var(--font-ja);
}

.CV_2025SSCollection .content04 .release-day_area .title__text{
  font-size: 3.2rem;
  letter-spacing: 0.05em;
}

.CV_2025SSCollection .content04 .release-day_area .date__text{
  margin-top: 2.6rem;
  font-size: 1.8rem;
  letter-spacing: 0.025em;
}

.CV_2025SSCollection .content04 .release-day_area .date__text .text01,
.CV_2025SSCollection .content04 .release-day_area .date__text .text02{
  width: 100%;
  display: block;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  background-color: var(--color-gray);
}

.CV_2025SSCollection .content04 .release-day_area .date__text .text02{
  margin-top: -1.7rem;
}

.CV_2025SSCollection .content04 .release-day_area .attention__text{
  margin-top: 2.4rem;
  font-family: var(--font-ja);
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0.027em;
  text-align: center;
  color: #666666;
}

.CV_2025SSCollection .content04 .release-day_area .attention__text a{
  display: inline;
  text-decoration: underline;
}

.CV_2025SSCollection .content04 .release-day_area .attention__text .point__text{
}

.CV_2025SSCollection .content04 .link__text{
  position: relative;
  margin-top: 8.9rem;
  margin-left: -3.5rem;
  font-family: var(--font-en);
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.CV_2025SSCollection .content04 .link__text a{
  position: relative;
  display: inline;
}

.CV_2025SSCollection .content04 .link__text a::before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -3.5rem;
  margin-top: 0.3rem;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 0.6rem solid var(--color-black);
}

.CV_2025SSCollection .content04 .link__text a::after{
  content: '';
  position: absolute;
  bottom: -1rem;
  right: -3.5rem;
  width: 39.6rem;
  height: 0.1rem;
  background-color: var(--color-black);
}

/************** video **************/
.CV_2025SSCollection .content__video{
  width: 100%;
}

/* .CV_2025SSCollection .content__video iframe{
  width: 100%;
  height: auto;
} */

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .CV_2025SSCollection .content04{
    margin-top: calc(160 * (100vw / 750));
    margin-bottom: calc(173 * (100vw / 750));
  }

  /************** text **************/
  .CV_2025SSCollection .content04 .release-day_area{
    width: calc(658 * (100vw / 750));
    margin-top: calc(140 * (100vw / 750));
  }

  .CV_2025SSCollection .content04 .release-day_area .title__text{
    font-size: calc(50 * (100vw / 750));
  }

  .CV_2025SSCollection .content04 .release-day_area .date__text{
    margin-top: calc(45 * (100vw / 750));
    font-size: calc(30 * (100vw / 750));
  }

  .CV_2025SSCollection .content04 .release-day_area .date__text .text01,
  .CV_2025SSCollection .content04 .release-day_area .date__text .text02{
    padding-top: calc(23 * (100vw / 750));
    padding-bottom: calc(25 * (100vw / 750));
  }

  .CV_2025SSCollection .content04 .release-day_area .date__text .text02{
    margin-top: calc(-20 * (100vw / 750));
  }

  .CV_2025SSCollection .content04 .release-day_area .attention__text{
    margin-top: calc(44 * (100vw / 750));
    font-size: calc(22 * (100vw / 750));
  }

  .CV_2025SSCollection .content04 .release-day_area .attention__text .point__text{
  }

  .CV_2025SSCollection .content04 .link__text{
    margin-top: calc(140 * (100vw / 750));
    margin-left: calc(-55 * (100vw / 750));
    font-size: calc(36 * (100vw / 750));
  }

  .CV_2025SSCollection .content04 .link__text a::before{
    right: calc(-58 * (100vw / 750));
    margin-top: calc(3 * (100vw / 750));
    border-top: calc(10 * (100vw / 750)) solid transparent;
    border-bottom: calc(10 * (100vw / 750)) solid transparent;
    border-left: calc(10 * (100vw / 750)) solid var(--color-black);
  }

  .CV_2025SSCollection .content04 .link__text a::after{
    bottom: calc(-20 * (100vw / 750));
    right: calc(-53 * (100vw / 750));
    width: calc(596 * (100vw / 750));
    height: calc(2 * (100vw / 750));
  }

  /************** video **************/
  .CV_2025SSCollection .content__video{
    width: calc(750 * (100vw / 750));
  }
}



/* ムービー */
.lp_contents .p-date_music_btn {
  position: absolute;
  bottom: 1.5rem;
  right: 3rem;
  width: 2.6rem;
  height: 2.4rem;
  z-index: 10;
  cursor: pointer;
}
.lp_contents .p-date_music_btn > span {
  display: none;
  width: 1.8rem;
}
.lp_contents .p-date_music_btn > span.is-active {
  display: block;
}
@media screen and (max-width: 767px) {
  /* ムービー */
  .lp_contents .p-date_music_btn {
    width: calc(34*100vw/750);;
    height: calc(30*100vw/750);;
    bottom: calc(48*100vw/750);;
    right: calc(34*100vw/750);;
  }
  .lp_contents .p-date_music_btn > span {
    width: calc(34*100vw/750);;
  }
}
