/*変数定義*/
:root{
	font-size:16px;
	--main-color:#F9F6E5;
	--sub-color:#C9B286;
	--sub-color2:#C29E5E;
	--text-color:#383838;
	--green-color:#00401C;
	--red-color:#800007;

	--main-color-1:#EFF9F8;/* about txt col*/

	--bg-color:#F2F2F2;/*全体背景色*/
	--content-size:750px;
	--wide-size:1300px;
	--img-radius:clamp(20px,30px,4vw);
	--font-en:"Lato", sans-serif;
	--font-jp:"Noto Sans JP", sans-serif;
	--font-mincho:"source-han-serif-japanese", serif;

	--pr-1-bg-col:#f5dfda;
	--pr-1-col:#fe9d85;

	--pr-2-bg-col:#fbefd3;
	--pr-2-col:#f7ba71;

	--pr-3-bg-col:#CFD9ED;
	--pr-3-col:#587CC2;

	--pr-4-bg-col:#D9ECD9;
	--pr-4-col:#5EC261;

	--fv-left:8.5vw;
	
	--font-size-large:clamp(16px,18px,3vw);
	--font-size-middle:clamp(14px,16px,3vw);
	--font-size-base:clamp(12px,14px,3vw);
	--font-size-small:clamp(10px,12px,3vw);
}
body{
	color:var(--text-color);
}
span{
	font-size:inherit;
}
h2{
	font-size:clamp(20px,45px,3vw);
	line-height: 1.5em;
}
sup{
	position: relative;
    font-size: 65%;
    line-height: 0;
    vertical-align: baseline;
    top: -0.5em;
}
.font-size-middle{
	font-size:var(--font-size-middle);
}
.font-size-base{
	font-size:var(--font-size-base);
}
.font-size-small{
	font-size:var(--font-size-small);
}

.font_go{
	font-family: var(--font-jp);
}

.t_y-gold{
	color:var(--sub-color2);
}
.t_gold{
	color:var(--sub-color);
}

.main_color{
	color:var(--main-color);
}
.t_red{
	color: var(--red-color);
}
.under{
	text-decoration: underline;
}
.ib{
	display:inline-block;
}
.coffret_container{
	max-width: 1300px;
	margin: 0 auto;
}

@media (min-width: 769px) {
    body {
        min-width: auto;
    }
}

/* ナビ・フッター */
.grecaptcha-badge ,
#wpadminbar,
.floating_wrap,
.header,
.sticky-menu,
.footer{
    display: none !important;
}
/* main,
body,
.fv_box,
.mv_box{
	height: 100vh;
} */


/* ボタン */
.cta_wrap{
	text-align: center;
	padding:2em 0;
}
.btn{
	position: relative;
	background: #F6BE3C;
	border-radius:100px;
	width:312px;
	max-width:100%;
	height:auto;
	line-height:1;
	/* line-height:1.4em; */
	padding: 1em 0 1em 0;
	/* padding:0.9em; */
	font-size:clamp(14px,19px,4vw);
	/* text-indent:1em; */
	box-shadow:none;
}
.btn:after{
	position: absolute;
	content:"";
	background:url(/assets/img/bacterium-peel-trial/right.svg);
	background-size:contain;
	background-repeat:no-repeat;
	width:1em;
	height:1em;
	display:inline-block;
	margin-left:0.5em;
	vertical-align: baseline;
}
.btn:hover{
	background-color:#ffd470;
}

/* カウントダウン */	
 .countdown{
	margin-top: 2vw;
	/* margin-top: 2.604vw; */
    /* font-size: 90px; */
	font-size: clamp(18px, 80px, 4vw);
    color: #fff;
	height: 1.2em;
	line-height: 1.2em;
 }
.count_item{
	font-size: clamp(1.4em, 2em, 4vw);
	position: relative;
    text-align: center;
    display:inline-block;
    width: 1em;
    line-height:1;
	height: 1em;
}
.count_item::after{
    top: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.3em;
}
.day::after{
	content: "day";
}
.hour::after{
	content: "hr";
}
.min::after{
	content: "min";
} 
.sec::after{
	content: "sec";
}

/* スライダー */
.swiper-wrapper{
	/* overflow: hidden; */
	align-items: center;
}
.swiper-slide{
	width: 50%;
}	

/*タブ基礎*/
.tab-nav {
	display: flex;
	gap: 1px;
	list-style: none;
	padding: 0;
}
.tab-nav li {
	cursor: pointer;
}
.tab-content {
	display: none;
}
.tab-content.active {
	display: block;
}



/* FV・MV*/
main{
	background-color: var(--main-color);
}
.container_box{
	/* max-width: 1920px; */
	margin: 0 auto;
}
.fv_box{
	position: relative;
}
.mv_logo{
	position: absolute;
	left: 0;
	right: 0;
	top: 1.0416vw;
	margin: auto;
	z-index: 50;
	width: 7%;
}
.mv_box{
	position: relative;
}
.mv_bg_pc{
		display: flex;
	}
	.mv_bg_sp{
		display: none;
	}
.mv_copy_box,
.mv_content_wrap{
	margin: 0 auto;
	max-width: 1100px;
	display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 160dvmin;
    /* padding: 0 15vw; */
    position: absolute;
    left: 0;
    right: 0;
    /* margin: auto; */
}
.mv_copy_box{
	top: 6.77083vw;
}
.mv_content_wrap{
	bottom: 4.16vw;
}
 .mv_center{
	margin: 0 5em;
 }
 .mv_copy_box img,
 .mv_countdown img{
	width: 70%;
 }
 .mv_button_box{
	position: absolute;
    left: 0;
    right: 0;
    bottom: clamp(0em, 4em, 3vw);
    margin: 0 auto;
    width: 650px;
    max-width: 40%;
 }
 

@media screen and (max-width:925px){
	.mv_logo{
		width: 15%;
		top: 2.16vw;
	}
	.mv_bg_pc{
		display: none;
	}
	.mv_bg_sp{
		display: flex;
	}
	.mv_center {
    	margin: 0px 7.567vw;
	}
	.mv_copy_box img,
	.mv_countdown img{
		width: 100%;
	}
	.mv_copy_box {
    	top: 18.571428571428573vw;
	}
	.mv_content_wrap {
    	bottom: 10.81vw;
	}
	.countdown {
    	/* margin-top: 2vw; */
    	font-size: clamp(18px, 80px, 7vw);
	}
	.mv_button_box{
    	max-width: 80%;
	}
}




/* ストーリー（スライダー） */
.story_box{
		position: relative;
		padding: 16em 0 14em 0;
}
.story_box_bg{
	/*　WebP非対応の場合　*/
	background: url("/assets/img/limited-2025/2/concept_bg@2x.png");
	/*　WebP対応の場合　*/
	background: url("/assets/img/limited-2025/2/concept_bg@2x.webp");
	background-size: cover;
	background-position: center;
	background-color: var(--main-color);
}
.story_box_F{
	position: absolute;
	/* width: 50%; */
}
.S_frame1{
	top: 0;
	left: 0;
	width: 934px;
	max-width: 80%;
}
.S_frame2{
	left: 0;
	bottom: 0;
	width: 627px;
	max-width: 50%;
}
.S_frame3{
	right: 0;
	bottom: 0;
	width: 435px;
	max-width: 50%;
}
.story_content_box{
	padding: 3em;
	max-width: 1320px;
}
.story_text_box{
	display: inline-block;
	width: 100%;
	align-items: center;
	text-align: center;
	font-size:clamp(18px,21px,3vw);
	color: var(--green-color);
	font-weight: 500;
	line-height: 45px;
}
.story_text_content{
	width: 100%;
}
.story_pic{
	width: 80%;
	margin: 0 auto
}
.story_text_box p{
	margin: 0 auto;
	/* white-space: nowrap; */
}
.swiper-pagination{
	bottom: 0;
}
.swiper-button-next, .swiper-button-prev{
	color: var(--green-color);
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--green-color));
}


@media screen and (max-width:580px){
	.story_box {
		padding: 10em 0;
	}
	.story_content_box{
		padding: 0 3em 3em 3em;
	}
	.story_text_box{
		padding: 0 1.5em;
	}
	.story_text_box p{
		text-align: start;
	}
	.story_text_box br{
		display: none;
	}
}




/* 使い方・商品紹介 */
.point_box{
	padding: clamp(0em, 15em, 15vw) 1.5em;
}
.point_box_bg{
	/*　WebP非対応の場合　*/
	background: url("/assets/img/limited-2025/3/point_bg2.png");
	/*　WebP対応の場合　*/
	background: url("/assets/img/limited-2025/3/point_bg2.webp");
	background-size: cover;
	background-position: center;
}
.point_content_box{
	display: flex;
	align-items: center;
	padding: 0 0 clamp(0em, 6em, 6vw) 0;
}
.point_box_inner{
	display: flex;
    flex-direction: column;
}
.point_content{
	display: flex;
	flex-direction: column;
	margin-top: 2em;

}
.point_content_text{
	display: flex;
    flex-direction: column;
    align-items: center;
	width: 50%;
}
.point_content_title{
	text-align: center;
}
.pct-1{
	font-size: clamp(18px, 30px, 3vw);
	color: var(--green-color);
}
.pct-2{
	font-weight: 500;
	color: var(--green-color);
}
.point_list{
	display: flex;
	align-items: center;
	width: 100%;
	padding-bottom: 1em;
}
.point_title{
	font-size: clamp(18px, 25px, 2vw);
    color: var(--green-color);
    font-weight: 500;
    line-height: 45px;
}
.point_list_target{
	display: flex;
    align-items: center;
}
.point_list_target_title{
	font-size: clamp(14px, 16px, 3vw);
    font-weight: 500;
	margin-right: 2em;
}
.plt_text{
	font-size: clamp(12px, 14px, 2vw);
    font-weight: 400;
}
.point_list_img{
	margin-right: 2em;
    max-width: 15%;
    width: 70px;
}
.poc_img_sp{
	display: none;
}
.point_text{
	width: 100%;
}
.point_content_img{
	width: 50%;
}
.point_button_box{
	margin: 0 auto;
    width: 650px;
    max-width: 80%;
}

/* ツールチップ */
.tooltip {
  position: relative;
  display: inline-block;
  margin: 0 10px;
}
 
.tooltip .tooltip-text {
  position: absolute;
  bottom: 125%; 
  left: 50%;
  transform: translateX(-50%);
  max-width: 240px;
  padding: 8px 12px;
  border-radius: 6px;
  background: #333;
  color: #fff;
  line-height: 1.4;
  box-shadow: 0 6px 16px rgba(0,0,0,.2);
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s ease;
  z-index: 10;
}
 
.tooltip.active .tooltip-text {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 960px) {
    .point_content_box {
		flex-direction: column-reverse;
    }
	.point_content_text{
		width: 100%;
	}
	.point_content_title{
		line-height: 2em;
	}
	.pct-1{
		font-size: clamp(25px, 30px, 4vw);
	}
	.pct-2{
    	font-size: clamp(20px, 45px, 8vw);
	}
	.point_content_img{
		width: 70%;
        padding: 0 0 clamp(0em, 6em, 6vw) 0;
	}
	.poc_img_pc{
		display: none;
	}
	.poc_img_sp{
		display: flex;
	}
}

@media (max-width: 425px){
	.point_list{
		flex-direction: column;
	}
	.point_list_img,
	.point_text{
		margin: 0 auto;
    	width: auto;
	}
	.point_title{
		text-align: center;
	}
}





/* コフレ概要・info */
.prod_summary_box{
	padding: 0 2em;
}
.prod_summary_bg{
	/*　WebP非対応の場合　*/
	background: url("/assets/img/limited-2025/2/concept_bg@2x.png");
	/*　WebP対応の場合　*/
	background: url("/assets/img/limited-2025/2/concept_bg@2x.webp");
	background-size: cover;
	background-position: center;
	background-color: var(--red-color);
}
.prod_summary_inner{
	display: flex;
	flex-direction: column;
	padding: clamp(0em, 15em, 15vw) 0;
}
.prod_release{
	padding: 10px;
    border: 4px solid var(--sub-color);
    font-size: clamp(18px, 30px, 3vw);
    line-height: 1.5em;
    text-align: center;
    width: 500px;
	max-width: 100%;
    margin: 0 auto;
}
.prod_sum_content{
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	justify-content: center;
}
.prod_sum_img{
	padding: clamp(0em, 6em, 6vw) 0;
}
.prod_sum_text_box{
	color: #fff;
	display: flex;
    flex-direction: column;
    align-items: center;
	padding: 0 0 clamp(0em, 6em, 6vw) 0;
}
.prod_sum_text1{
	text-align: center;
	line-height: 2.5em;
}
.prod_sum_text1 h3{
	font-size: clamp(35px,45px,3vw);
	padding: 0 0 clamp(0em, 6em, 1vw) 0;
}
.prod_sum_text1 p{
	font-size: clamp(25px,30px,3vw);
}
.prod_sum_text2{
	font-size: clamp(14px,16px,3vw);
	border-top: 2px solid #fff;
	padding: clamp(0em, 6em, 2vw) 0 0 0;
    margin-top: clamp(0em, 6em, 2vw);
}
.prod_button_box{
	display: flex;
}
.prod_button{
	width: 80%;
    margin: 0 auto;
	padding: clamp(0em, 1em, 3vw) 0;
}
.prod_button_img{
	width: 100%;
}
.prod_button_content{
	display: flex;
    flex-direction: column;
	text-align: center;
}
.pbc_text{
	color: #fff;
    font-size: clamp(16px, 24px, 3vw);
}
.pdc_text2{
	color: #fff;
    font-size: clamp(10px, 13px, 3vw);
    width: 80%;
    text-align: start;
    margin: 0 auto;
    line-height: 1.5em;
}

@media (max-width: 960px){
	.prod_button_box{
		flex-direction: column;
    	width: 650px;
    	max-width: 80%;
    	margin: 0 auto;
	}
	.prod_button{
		width: auto;
	}
}




 /* コピーライト */
 .copyright{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    color: #fff;
    font-size: 10px;
    font-weight: 200;
    line-height: 18px;
    text-align: center;
 }
