@charset "utf-8";

*:focus {
  outline: none;
}
body{
    margin: 0;
    padding: 0;
}
.noto-sans-jp{
	font-family: "Noto Sans JP", sans-serif;
}
.inter{
	font-family: "Inter", sans-serif;
}
.zen-kaku-gothic-new{
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.BeVietnam{
	font-family: "Be Vietnam Pro", sans-serif;
}
.Helvetica{
	font-family: "helvetica-lt-pro", sans-serif;
}
.Futura{
	font-family: "futura-pt", sans-serif;
}
.sticky__container{
	display: flex;
    margin: 0 auto;
    padding: 0;
	background: #ffffff;
	background: linear-gradient(214deg,rgba(255, 255, 255, 1) 0%, rgba(244, 219, 228, 1) 100%);
	background-attachment: fixed;
	/*justify-content: center;*/
}
.pcBox{
	min-height: 100vh;
	position: sticky;
	left: 0;
	top: 0;
	display: flex;
}
.title_pc{
	display: block;
	width: 20vh;
}

#lp_wrap{
	max-width: 550px;
	width: 100%;
	color: #222;
	display: block;
	padding: 0 0 10%;
	overflow: hidden;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	letter-spacing:.5px;
	line-height: 1.65em;
	background: #FFFFFF;
	margin: 0 auto;
	box-shadow: 0 0 14px rgba(243, 217, 228, 1);
	
}
#lp_wrap img{
    vertical-align: bottom;
    line-height: 0;
    border: none;
}
#lp_wrap ul,#lp_wrap li{
	padding: 0;
    list-style: none;
}

#lp_wrap a,#lp_wrap a:hover,#lp_wrap a:link{
    text-decoration: none;
    opacity: 1;
}
#lp_wrap img{
	width: 100%;
	height:auto;
	 display:block;
}
/* ================================================ 
header
================================================ */
#lp_head{
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
	margin: 0 auto;
}

#lp_head .head{
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	position: relative;
}
#lp_head .visual{
    width: 100%;
	margin: 0;
	padding: 0;
	z-index: 1;
	position: relative;
	display: block;
	overflow: hidden;
}
.blur-reveal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(10px); /* 初期状態で画像がぼやけている */
  opacity: 0;
  animation: blurFadeIn 2s ease forwards;
}

@keyframes blurFadeIn {
  0% {
    filter: blur(10px);
    opacity: 0;
  }
  100% {
    filter: blur(0px); /* 徐々に鮮明に */
    opacity: 1; /* 画像を完全に表示 */
  }
}
#lp_head .title_area{
	position: absolute;
	width: 80%;
	left: 10%;
	top: 30%;
	display: inline-block;
	z-index: 5;
}
#lp_head .title{
	width: 100%;
}
#lp_head .title_s{
	width: 70%;
	text-align: center;
	margin: 3.5% auto;
	
}
#lp_head .lead{
	font-size: 16px;
	text-align: center;
	margin: 10% auto;
	position: relative;
	display: inline-block;
	line-height: 2em;
}


/* ================================================ 
contents_ITEM
================================================ */

#lp_contents{
	width: 100%;
	position: relative;
	display: block;
	margin: 10% auto 0;
}
#lp_contents section{
	width: 100%;
	background: #fdf9fa;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 10% 0 15%;
	text-align: center;
}
#lp_contents section:nth-of-type(2){
	background: #f7f7f7;
	
}
#lp_contents section .label{
	position: absolute;
	width: 40%;
	left: 30%;
	top: -0.5%;
	z-index: 2;
}
#lp_contents section:nth-of-type(2) .label{
	top: -0.5%;
}

#lp_contents section .lp_box{
	width: 90%;
	text-align: center;
	position: relative;
	display: inline-block;
	margin: 10% auto;
}
#lp_contents section .lp_box .look{
	position: relative;
	aspect-ratio:0.81/1;
	z-index: 1;
}
#lp_contents section .lp_box .look img{
	border-radius: 20px;
}
#lp_contents section .lp_box .no{
	position: absolute;
	color: #FFFFFF;
	top: 2.5%;
	left: 4%;
	font-size: 40px;
	font-family: "futura-pt", sans-serif;
	text-align: left;
	z-index: 10;
}
#lp_contents section .lp_box .txt{
	width: 98%;
	font-size: 14px;
	margin: 5% auto;
	position: relative;
	text-align: center;
	display: inline-block;
}
#lp_contents section .lp_box .credit_area{
	width: 90%;
	text-align: center;
	margin: 0 auto;
	position: relative;
	display: inline-block;
	border-top: #d885a3 1px solid;
	border-bottom: #d885a3 1px solid;
	padding: 5% 0;
}
#lp_contents section .lp_box .credit {
	position: relative;
	letter-spacing: .8px;
    text-align: left;
	font-weight: 500;
	margin-bottom: 2%;
}
#lp_contents section .lp_box .credit a{
    font-size: 14px;
	line-height: 1.3em;
	color: #222;
}
#lp_contents section .lp_box .credit .price {
    font-size: 80%;
    line-height: 1em;
    margin-bottom: 1%;
}
#lp_contents section .lp_box .credit a::after {
    width: 140px;
    content: "BUY";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 15px;
    font-weight: 500;
    font-family: "futura-pt", sans-serif;
    text-align: center;
	background: #FFFFFF;
	color: #d885a3;
	border: #d885a3 1px solid;
	line-height: 1.6em;
	padding: 1% 0;
	transition: 0.3s ease-in-out;
}
#lp_contents section .lp_box .credit a:hover:after{
	background: #d885a3;
	color: #FFFFFF;
}
#lp_contents .lp_logo{
	width: 25%;
	margin: 20% auto 0;
	text-align: center;
	display: block;
}





/*=====ボタン01=====*/
.btn_01 a {
	background: #e7372f;
	color: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5% auto;
    width: 60%;
    padding: 3% 0%;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5em;
    letter-spacing: .8px;
	border-radius: 100vh;
	font-family: "Inter", sans-serif;
	float: none;
    
}
.btn_01 a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}



.btn_all a {
	background: #FFFFFF;
	color: #e7372f;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0% auto 0;
    width: 80%;
    padding: 2.5% 0%;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 16px;
    line-height: 2em;
    letter-spacing: .5px;
	border-radius: 100vh;
	font-family: "Inter", sans-serif;
	border: #e7372f 2px solid;
    
}
.btn_all a:hover {
    background: #e7372f;
    color: #FFFFFF;
}
.btn_all a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 4px solid #e7372f;
    border-right: 4px solid #e7372f;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn_all a:hover:after {
    border-color: #FFFFFF;
}



.pc{
    display:block;
}
.sp {
	display:none;
}
.clear{
    clear: both;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.small{
	font-size: 70%;
}


/**********************************************
　　　　　　　　　　　　SP
**********************************************/

@media only screen and (max-width:768px){
	.pcBox{
		display: none;
	}
	#lp_wrap {
		width: 100%;
		margin: 0% auto;
		box-shadow:none;
	}
	#lp_head .title_area{
		top: 25%;
	}
	#lp_head .title_s{
		width: 85%;
	}
	#lp_head .lead{
		font-size: 14px;
	}
	#lp_contents section .label{
		width: 50%;
		left: 25%;
	}
	#lp_contents section .lp_box .txt{
		width: 100%;
		font-size: 13px;
		margin: 8% auto;
		line-height: 1.8em;
	}
	#lp_contents section .lp_box .credit_area{
		width: 96%;
	}
	#lp_contents section .lp_box .credit a{
		font-size: 13px;
		letter-spacing: 0px;
	}
	#lp_contents section .lp_box .credit a::after{
		width: 100px;
		font-size: 13px;
	}
	#lp_contents .lp_logo{
		width: 30%;
		margin: 20% auto;
	}
	
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}



/**********************************************
　　　　　　　　　　　　動き
**********************************************/

.fade01{
	opacity: 0;
	transition: 1.5s all 0s ease;
}
.fade02{
	opacity: 0;
	transition: 1.8s all 0.4s ease;
}
.fade03{
	opacity: 0;
	transition: 1.8s all 0.7s ease;
}
.fade04{
	opacity: 0;
	transition: 1.8s all 0.9s ease;
}
.fade01.ac,.fade02.ac,.fade03.ac,.fade04.ac{
	opacity: 1;
    transform: translate(0);
}
.anim01 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.2s all 0.2s ease;
}
.anim02 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.2s all 0.4s ease;
}
.anim03 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.2s all 0.8s ease;
}
.anim04 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.2s all 1.2s ease;
}

.anim01.ac,.anim02.ac,.anim03.ac,.anim04.ac {
	opacity: 1;
    transform: translate(0);
}

/* ================================================ 
　　　　　　　　　　　　CSS動き
================================================ */

/* ============ fade CSS ============ */
.slider{
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: anime 4s 0s infinite;
}

.slider:nth-of-type(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.slider img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}

@keyframes anime {
0% {
opacity: 1;
}
50% {
opacity: 1;
}
60% {
opacity: 0;
z-index: 10;
}
100% {
opacity: 0;
}
}

