@charset "UTF-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: 240px;
}
@media screen and (max-width: 600px) {
html {
  scroll-behavior: smooth;
  scroll-padding-top: 15%;
}
}
html,
body {
  overflow-x: hidden;
}
html,
body,
.lp_wrap * {
  margin: 0;
  padding: 0;
  outline: none;
}
.lp_wrap * {
  font-size: 10px;
  font-weight: normal;
  line-height: 1em;
}
.lp_wrap {
  max-width: 750px;
  margin: auto;
  overflow: hidden;
}
.lp_wrap ul,
.lp_wrap ol,
.lp_wrap dl {
  list-style: none;
}
.lp_wrap img,
.lp_wrap video {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.lp_wrap section {
  position: relative;
}
.lp_wrap .slider {
  display: none;
}
.lp_wrap .slider.slick-initialized {
  display: block;
}
.lp_wrap .slider .slick-arrow {
  cursor: pointer;
}
.lp_wrap .slider .slick-list {
  cursor: grab;
}
.lp_wrap .slider .slick-list:active {
  cursor: grabbing;
}
.lp_wrap .slider .slick-dots li * {
  display: none;
}
.lp_wrap .video {
  overflow: hidden;
}
/* FV1 */
.lp_wrap .fv1 > img {
  position: relative;
  z-index: 1;
}

.lp_wrap .fv1 .on2,
.lp_wrap .fv1 .on1 {
  position: absolute;
  inset: 0%;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  background-color: #abcad4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
  overflow: hidden;
  
  /* ▼ 以下の3行を削除（またはコメントアウト）しました ▼ */
  /* transition: all 1s; */
  /* animation: forcedFadeOut 1.5s forwards; */
  /* animation-delay: 4s; */
}


/* =======================================
ベースのコンテナ設定
======================================= */
.lp_wrap {
  max-width: 550px;
  margin: auto;
  overflow: hidden !important; /* 横スクロール（余白）を完全に消す */
}

/* =======================================
フローティング
======================================= */
.floating-btn {
  /* position: sticky は削除します。最初はFVの下に自然に配置されます */
  width: 100%;
  z-index: 100;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* ★JSで付与する「画面上部に固定する」ためのクラス */
.floating-btn.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 550px;
}

/* 下まで来たら消す用のクラス（そのまま） */
.floating-btn.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; 
}

/* =======================================
コンテンツリンクボタン
======================================= */
.features-wrapper {
  background-color: #f5ebe9; 
  padding: 20px;
  max-width: 800px; 
  margin: 0 auto;   
}

/* 2×2のグリッドレイアウト（ulタグに対して指定） */
.features-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 10px; 
  
  /* リスト特有の初期スタイルをリセット */
  list-style: none; /* 「・」を消す */
  padding: 0;       /* 左の余白を消す */
  margin: 0 0 10px 0; /* 下に注釈用の余白だけ取る */
}

/* リンク（ボタン）全体 */
.feature-item {
  display: block;
  transition: opacity 0.2s ease; 
}

.feature-item:hover {
  opacity: 0.8;
}

/* 画像のスタイル */
.feature-item img {
  width: 100%; 
  height: auto; 
  vertical-align: bottom; 
}

/* 注釈テキスト */
.feature-note {
  text-align: right; 
  font-size: 13px;   
  color: #333;
  margin: 0;
  padding-right: 5px; 
}

/* スマートフォン表示用の調整 */
@media screen and (max-width: 600px) {
  .features-list {
    gap: 15px; 
  }
}

/*=======スライド=======*/
.x-item-inner {
    position: absolute!important;
    top: 4%;
    left: 0;
    width: 100%;
    height: 100%;
}

/*=======累計実績=======*/
.lp_wrap .sale .sale_g {
  position: absolute;
  top: 16.4%;
  left: 50.6%;
  width: 14.1333%;
  overflow: hidden;
}
.lp_wrap .sale .sale_g img {
  width: 100%;
  max-width: 106px;
  transform: rotateZ(-20deg);
  transition: 1s;
  transform-origin: left bottom;
}
.lp_wrap .sale.trigger.move .sale_g img {
  transform: rotateZ(0deg);
  transform-origin: left bottom;
}
.lp_wrap .sale .sale_h {
  position: absolute;
  top: 40%;
  left: 20%;
  width: 60.666%;
  max-width: 455px;
}
.lp_wrap .sale .sale_on {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 2s 1.8s;
  clip-path: circle(0% at 50% 50%);
}
.lp_wrap .sale.trigger.move .sale_on {
  clip-path: circle(75% at 50% 50%);
}
.sale_on .num {
    position: absolute;
    font-family: Optima, Zen Old Mincho, serif;
    font-optical-sizing: auto;
    font-size: min(16.7vw, 104px);
    /*font-weight: 600;*/
    letter-spacing: -0.05em;
    color: #c8001a;
    top: 26%;
    left: 8%;
}
.sale_on .anotation {
    position: absolute;
    inset: 94% 0% auto;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-size: min(2.2vw, 16px);
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #2a2a2a;
}

/*=======AWARD=======*/
.award .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: auto;
}
.award .slide img {
  width: 3500px;
}

/*=======dp=======*/
.lp_wrap .dp .on {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
}
.lp_wrap .dp .on.trigger {
  transition: 0.8s 0.4s;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.lp_wrap .dp .on.trigger.move {
  clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
}
.lp_wrap .dp .let div {
  position: absolute;
  top: 5%;
  transition: 0.8s 0.8s;
  opacity: 0;
}
.lp_wrap .dp .let div:nth-child(1) {
  left: 11%;
  width: 25.867%;
}
.lp_wrap .dp .let div:nth-child(2) {
  right: 11%;
  width: 26.4%;
}
.lp_wrap .dp .on.trigger.move ~ .let div {
  opacity: 1;
}
.lp_wrap .dp .goods {
  position: absolute;
  top: 18%;
  left: 35%;
  z-index: 1;
  transition: 1s 0.8s;
  opacity: 0;
  transform: translateY(-50%);
}
.lp_wrap .dp .on.trigger.move ~ .goods {
  opacity: 1;
  transform: translateY(0);
}


/*=======come_true=======*/
.lp_wrap .come_true .goods1 {
  position: absolute;
  top: 18%;
  left: 31.467%;
  width: 37.067%;
}
.lp_wrap .come_true .goods1.trigger {
  -webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, 1) 100%);
  mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, 1) 100%);
  -webkit-mask-size: 100% 250%;
  mask-size: 100% 250%;
  -webkit-mask-position: 0% 0%;
  mask-position: 0% 0%;
  transition: 1s 0.4s;
}
.lp_wrap .come_true .goods1.trigger.move {
  -webkit-mask-position: 0% 100%;
  mask-position: 0% 100%;
}
.lp_wrap .come_true .goods2 {
  position: absolute;
  top: 18%;
  left: 31.067%;
  width: 37.867%;
}
.lp_wrap .come_true .goods1.trigger ~ .goods2 {
  -webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-size: 100% 250%;
  mask-size: 100% 250%;
  -webkit-mask-position: 0% 0%;
  mask-position: 0% 0%;
  transition: 1s 0.4s;
}
.lp_wrap .come_true .goods1.trigger.move ~ .goods2 {
  -webkit-mask-position: 0% 100%;
  mask-position: 0% 100%;
}




.lp_wrap .emblem_rapper .emblem li {
  position: absolute;
  opacity: 0;
  transform: translateY(-20%);
}
.lp_wrap .emblem_rapper .emblem li:nth-child(1) {
  top: 10%;
  left: 6.5%;
  width: 24.933%;
  transition: 0.6s;
}
.lp_wrap .emblem_rapper .emblem li:nth-child(2) {
  top: 10%;
  left: 34.534%;
  width: 30.933%;
  transition: 0.6s 0.3s;
}
.lp_wrap .emblem_rapper .emblem li:nth-child(3) {
  top: 10%;
  left: 67.8%;
  width: 29.867%;
  transition: 0.6s 0.6s;
}
.lp_wrap .emblem_rapper .emblem li.trigger.move,
.lp_wrap .emblem_rapper .emblem li.trigger.move ~ li {
  opacity: 1;
  transform: translateY(0);
}



/*=======オファー=======*/
.lp_wrap .offer-set .btn {
  position: absolute;
    top: 82%;
    left: 5%;
    width: 90%;
}
.lp_wrap .offer .list dt img {
  width: 100%;
  display: block;
}

.lp_wrap .offer .list dd .offer_info {
  width: 100%;
  /* 06.webpを背景画像として指定 */
  background-image: url("https://d2w53g1q050m78.cloudfront.net/aurelietokyo/uploads/lp/moisture_serum_cleansing/AD/serumcleansing_lp_01_offer_acc2.webp");
  /* テキスト量に合わせて背景を縦に引き伸ばす */
  background-size: 100% 100%; 
  background-repeat: no-repeat;
  /* 左右のゴールド枠に文字が被らないよう、左右のpaddingを多め(8%など)にとる */
  padding: 5% 8%; 
  box-sizing: border-box;
  margin: 0 auto;
}

.lp_wrap .offer .list {
  width: 100%;
  margin: auto;
}
.lp_wrap .offer .list dt {
  position: relative;
  cursor: pointer;
}
.lp_wrap .offer .list dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  right: 8%;
  width: 5.375%;
  height: 100%;
  background: url("https://d2w53g1q050m78.cloudfront.net/aurelietokyo/uploads/lp/mosturizing_oil_in_cleansing_water/design01/image/offer-open.png") center center / contain no-repeat;
  pointer-events: none;
  transition: 0.6s;
  transform: rotateZ(0deg);
}
.lp_wrap .offer .list dt.open::after {
  transform: rotateZ(45deg);
}
.lp_wrap .offer .list dd {
  display: none;
}
.lp_wrap .offer.last {
  padding-bottom: 10%;
}


/*=======change=======*/
.lp_wrap .change .on {
  position: absolute;
  inset: 0%;
}
.lp_wrap .change.trigger .on {
  transition: 1.6s 0.3s;
  opacity: 0;
}
.lp_wrap .change.trigger.move .on {
  opacity: 1;
}
.lp_wrap .change .head {
  position: absolute;
  top: 4%;
  left: 0%;
}
.lp_wrap .change ul li {
  position: absolute;
  opacity: 0;
  transform: scale(0.6);
}
.lp_wrap .change ul li:nth-child(1) {
  top: 28%;
  left: 0%;
  transition: 0.8s 0.8s;
  transform-origin: 0% 90%;
}
.lp_wrap .change ul li:nth-child(2) {
  top: 40%;
  left: 0%;
  transition: 0.8s 1.2s;
  transform-origin: 0% 30%;
}
.lp_wrap .change ul li:nth-child(3) {
  top: 48%;
  left: 0;
  transition: 0.8s 1.6s;
  transform-origin: 0% 0%;
}
.lp_wrap .change ul li:nth-child(4) {
  top: 54%;
  left: 0%;
  transition: 0.8s 2.0s;
  transform-origin: 0% 0%;
}
.change-txt{
  position: absolute;
  bottom: 2%;
  left: 0;
}
.lp_wrap .change.trigger.move ul li,
.lp_wrap .change.trigger.move ul li ~ li {
  opacity: 1;
  transform: scale(1);
}
.lp_wrap .but{
	margin-top: -10%!important;
}

/*=======intime=======*/
.lp_wrap .intime .intime2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 1s 1s;
  opacity: 0;
}
.lp_wrap .intime .intime2.trigger.move {
  opacity: 1;
}
/*=======interview=======*/
.lp_wrap .interview .video {
  position: absolute;
  top: 16%;
  left: 0%;
  width: 100%;
}
.lp_wrap .cleansing_mov .video{
  position: absolute;
  top: 33%;
  left: 0;
	padding: 0 20px;
}
.lp_wrap .make_off .video{
  position: absolute;
  top: 10%;
  left: 0;
	height: 90%;
}
.lp_wrap .make_off .video .make_off_video{
	margin-top: -185px;
}
.lp_wrap .make_off .make_off_txt{
	position: absolute;
	top: 0%;
  left: 3%;
	z-index: 2;
}

/*=======accreditation=======*/
.accreditation1, 
.accreditation2, 
.accreditation3 {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

/* 動画エリア（上部のみに配置し、高さを制限する） */
.accreditation .video-state {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* ★ここで動画の高さを調整します */
  /* 1/1は正方形です。動画が下まで来すぎる場合は 4/3 や 5/4 に変更すると短くなります */
  aspect-ratio: 1 / 1; 
  z-index: 0;
  overflow: hidden;
}

.accreditation .video-state video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 前面のテキスト画像（1枚絵） */
.accreditation .accreditation_c {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.accreditation .accreditation_c img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.splide__arrow {
    -ms-flex-align: center;
    align-items: center;
	background: #fff!important;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 67%!important;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1
}
.splide__pagination__page.is-active{
	background: #c80119!important;
    transform: scale(1.4);
    z-index: 1;
}


/*=======FAQ=======*/
.lp_wrap .faq {
  padding: 10% 0%;
  background-color: #fff;
}
.lp_wrap .faq .head {
  width: 100%;
  margin: auto;
  padding-bottom: 5%;
}
.lp_wrap .faq .list {
  width: 100%;
  margin: 0 auto 30px;
}
.lp_wrap .faq .list dt {
  position: relative;
  cursor: pointer;
}
.lp_wrap .faq .list dt:nth-of-type(n + 2) {
  margin-top: 3%;
}
.lp_wrap .faq .list dt::before,
.lp_wrap .faq .list dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 5%;
  right: 5.5%;
  width: 2.5%;
  height: 100%;
  background: url("https://d2w53g1q050m78.cloudfront.net/aurelietokyo/uploads/lp/mosturizing_oil_in_cleansing_water/design01/image/faq-line.jpg") center center / contain no-repeat;
  pointer-events: none;
  transition: 0.6s;
}
.lp_wrap .faq .list dt.open::after {
  transform: rotateZ(0deg);
}
.lp_wrap .faq .list dt::after {
  transform: rotateZ(-90deg);
}
.lp_wrap .faq .list dd {
  display: none;
}
.faq_p-tit{
	margin: 0 0 10px 0!important;
}






/*==================================*/
/*ここからスマホ用css*/
/*==================================*/
@media screen and (max-width: 768px) {
.award .slide img {
    width: 600%;
}
.lp_wrap .dp .goods {
    position: absolute;
    top: 12%;
    left: 32%;
    z-index: 1;
    transition: 1s 0.8s;
    opacity: 0;
    transform: translateY(-50%);
    width: 33%;
}
	
/*.lp_wrap .change ul li:nth-child(1) {
        top: 25%;
        left: 24%;
        transition: 0.8s 0.8s;
        transform-origin: 0% 90%;
        width: 65%;
}
.lp_wrap .change ul li:nth-child(2) {
    top: 47%;
    left: 0%;
    transition: 0.8s 1.2s;
    transform-origin: 0% 30%;
	width: 95%;
}
.lp_wrap .change ul li:nth-child(3) {
    top: 57%;
    left: 14%;
    transition: 0.8s 1.6s;
    transform-origin: 0% 0%;
	width: 79%;
}*/
	
.lp_wrap .emblem_rapper .emblem li:nth-child(1) {
    top: 10%;
    left: 5%;
    width: 24.933%;
    transition: 0.6s;
}
.lp_wrap .emblem_rapper .emblem li:nth-child(2) {
    top: 10%;
    left: 33%;
    width: 30.933%;
    transition: 0.6s 0.3s;
}
.lp_wrap .emblem_rapper .emblem li:nth-child(3) {
    top: 10%;
    left: 66%;
    width: 29.867%;
    transition: 0.6s 0.6s;
}
.lp_wrap .make_off .make_off_txt {
    position: absolute;
    top: 0%;
    left: 3%;
    z-index: 2;
    width: 35%;
}
.lp_wrap .change .head {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 89%;
}
.lp_wrap .faq .list {
    width: 95%;
    margin: 0 auto 30px;
}
.sale_on .num {
    position: absolute;
    font-family: Optima, Zen Old Mincho, serif;
    font-optical-sizing: auto;
    
    /* 1. vwの数値を少し下げて横幅に収める（例：14vw程度） */
    font-size: min(20vw, 147px); 
    /* または下限も指定するclamp推奨: font-size: clamp(32px, 14vw, 147px); */
    
    letter-spacing: -0.05em;
    color: #c8001a;
    top: 26%;
    left: 6%; /* 背景画像の「個」との位置関係に応じて微調整してください */
    
    /* 2. スマホで幅が狭くなっても絶対に改行させない */
    white-space: nowrap; 
    
    /* 3. フォントの上下の余白をなくし、縦ズレを防ぐ */
    line-height: 1; 
}
  
}