@charset "utf-8";

body{
    margin: 0;
    padding: 0;
}

#lp_wrap{
    width: 100%;
	text-align: center;
	margin: 0% auto;
    color: #333333;
    display: block;
    padding:0;
    font-weight: 400;
    line-height: 1.65em;
    overflow: hidden;
    letter-spacing: .5px;
    font-family: 'Noto Sans JP', sans-serif;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #fde3d6 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #fde3d6 calc(100% - 1px));
    background-size: 14px 14px;
    background-repeat: repeat;
    background-position: center center;
	background-attachment: fixed;
    
}
#lp_wrap img{
    width: 100%;
    vertical-align: bottom;
    line-height: 0;
    border: none;
}
#lp_wrap ul,#lp_wrap li{
	padding: 0;
	overflow: hidden;
    list-style: none;
}
#lp_wrap a,#lp_wrap a:hover,#lp_wrap a:link{
    text-decoration: none;
    opacity: 1;
}

.Inter{
    font-family: "Inter", serif;
}
.BeVietnam{
    font-family: "Be Vietnam Pro", sans-serif;
}
.BennetBanner{
    font-family: "bennet-banner", sans-serif;
}
.Fraunces{
    font-family: "Fraunces", serif;
}
.NotoSerif{
    font-family: "Noto Serif JP", serif;
}
.Hiragino{
	font-family: hiragino-kaku-gothic-pron, sans-serif;
}


/* ==================================== 
header
======================================= */
#lp_head{
	max-width: 500px;
	width: 100%;
	text-align: center;
    margin: 0% auto 0;
	display: block;
	padding: 5% 0 0;
	position: relative;
	background: #FFFFFF;
}

#lp_head .title{
	font-family: "Be Vietnam Pro", sans-serif;
	font-size: 40px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	color: #e77401;
	font-weight: 600;
}
#lp_head .title_s{
	font-family: "Be Vietnam Pro", sans-serif;
	font-size: 20px;
	text-align: center;
	margin: 5% auto;
	position: relative;
	color: #e77401;
	font-weight: 300;
}
#lp_head .header {
	width: 100%;
	position: relative;
	display: inline-block;
	overflow: hidden;
}

#lp_head .header ul li{
	width: 35%;
	float: left;
	position: relative;
	z-index: 5;
	opacity: 0;
	animation: fadeIn 2s forwards;
}
#lp_head .header ul li:nth-of-type(1){
    animation-delay: .2s;
}
#lp_head .header ul li:nth-of-type(2){
	position: absolute;
	width: 38%;
	top: 5%;
	left: 15%;
	z-index: 3;
	animation-delay: .5s;
}
#lp_head .header ul li:nth-of-type(3){
	position: absolute;
	width: 32%;
	top: 8%;
	left: 48%;
	z-index: 6;
	animation-delay: .8s;
}
#lp_head .header ul li:nth-of-type(4){
	width: 35%;
	float: right;
	position: relative;
	z-index: 5;
	 animation-delay: 1.2s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#lp_head .lead{
    width: 100%;
    font-size:16px;
    text-align: center;
    margin:7% auto 10%;
    position: relative;
    display: inline-block;
    line-height: 2em;
	font-weight: 500;
}
#lp_head .lead span{
	font-size: 120%;
	font-weight: 700;
}

#lp_head .title{
    opacity: 0;
	transform: translateY(50px);
	transition: 1.5s all 0.4s ease;
}
#lp_head .title_s{
    opacity: 0;
	transform: translateY(50px);
	transition: 1.5s all 0.2s ease;
}
#lp_head.ac .title,#lp_head.ac .title_s{
	opacity: 1;
    transform: translate(0);
    
}

/* ------------------------------
contents
------------------------------ */

#lp_contents{
    max-width: 500px;
    width: 100%;
    text-align: center;
    position:relative;
    margin: 0% auto 0%;
    display: block;
	padding: 0;
}


/*タブ切り替え*/
.tab{
	background-color: #fff;
	margin: 0 auto 0;
	position: relative;
	display: inline-block;
}

/*タブのスタイル*/
.tab_no{
	width: calc(100%/3);
	margin: auto;
	display: block;
	float: left;
	text-align: center;
	transition: all 0.2s ease;
	opacity: 1;
}
.tab_no:hover {
	background-color: #000;
	color: #fff;
	opacity: .5;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 0 0 ;
  clear: both;
  overflow: hidden;
}
.tab_content img {
  width: 100%;
	margin: 0;
}
/*選択されているタブのコンテンツのみを表示*/
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content { display:block; }

/*選択されているタブのスタイルを変える*/
.tab input:checked + .tab_no {
	background-color: #fff;
	color: #fff;
	opacity: 1;
}
/*ラジオボタンを全て消す*/
input[name="tab_no"] {
  display: none;
}
.ttl{
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-family: "Be Vietnam Pro", sans-serif;
	color: #FFFFFF;
	font-weight: 600;
	background-image:linear-gradient(0deg, transparent calc(100% - 1px), #f7b698 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f7b698 calc(100% - 1px));
	background-size: 14px 14px;
	background-repeat: repeat;
	background-position: center center;
	background-color: #fb9f6f;
	margin: 0 auto;
	padding: 2.5% 0;
	font-size: 20px;
	line-height: 2em;
}
#lp_contents .lead{
	font-size: 15px;
	text-align: center;
	margin: 10% auto 5%;
	position: relative;
	display: inline-block;
}
.lp_box{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	position: relative;
	color: #333;
	display: inline-block;
}
.lp_box .item_box{
	width: 100%;
	text-align: center;
	margin: 15% auto 0;
	position: relative;
	display: inline-block;
}

.lp_box .item_box .img{
	width: 90%;
	text-align: center;
	position: relative;
	margin: 0 auto;
	aspect-ratio: 5 / 6;
}
.lp_box .item_box .ttl_icon{
	position: absolute;
	width: 20%;
	top: -2%;
	left: 5%;
	z-index: 10;
}
.lp_box .item_box .point_box{
	width: 90%;
	background: #fff2eb;
	display: inline-block;
	margin: 0% auto;
	position: relative;
	
}
.lp_box .item_box .point_box .inner{
	width: 92%;
	text-align: center;
	padding: 7% 0 2%;
	position: relative;
	display: inline-block;
}
.line_title {
	position: relative;
	display: block;
	text-align: left;
	font-size: 15px;
	color: #f28b52;
	background: #fff2eb; 
	padding-right: 0px;
	width: fit-content; 
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 500;
}

.line_title::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%; 
	margin-left: 12px; 
	width: 150%;
	height: 2px; 
	background-color: #f28b52; 
	transform: translateY(-50%); 
}
.lp_box .item_box .point_box ul li{
	width: 100%;
	display: inline-block;
	text-align: center;
	margin: 2.5% auto;
	position: relative;
	border-bottom: #f28b52 dotted 1px;
}
.lp_box .item_box .point_box .txt{
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	margin: 0 auto;
	line-height: 1.5em;
	padding-bottom: 2%;
}
.lp_box .item_box .point_box .txt span{
	font-weight: bold;
	font-size: 100%;
	font-family: "Be Vietnam Pro", sans-serif;
}
.lp_box .item_box .item{
	font-size: 17px;
	text-align: center;
	margin: 2.5% auto;
	line-height: 2em;
	position: relative;
	font-weight: 700;
}
.lp_box .note1{
	font-size: 13px;
	color: #FFFFFF;
	margin: 0 auto;
	line-height: 1em;
}
.lp_box .note2{
	font-size: 13px;
	color: #FFFFFF;
	margin: 5% auto 0;
	line-height: 1em;
}
.lp_box .ttl_s{
	font-size: 20px;
	text-align: center;
	margin: 10% auto 5%;
	font-weight: 500;
	font-family: "Be Vietnam Pro", sans-serif;
	line-height: 2em;
}
.lp_box .ttl_s span{
	font-weight: 700;
	font-size: 110%;
}

.lp_box .shop_img{
	width: 94%;
	text-align: center;
	margin: 5% auto 10%;
	position: relative;
	display: block;
}
#lp_footer{
	max-width: 500px;
	width: 100%;
	text-align: center;
	margin: -1% auto 0;
	position: relative;
	background: #FFFFFF;
}
#lp_footer .logo{
	width: 15%;
	text-align: center;
	margin: 0 auto 0%;
	display: block;
	padding-bottom: 10%;
	padding-top: 5%;
}


/* ============ fade CSS ============ */
.slider {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: fadeAnime 16s infinite; /* ← 4枚 × 4秒 = 16秒 */
}
.slider:nth-of-type(1) {
  animation-delay: 0s;
}
.slider:nth-of-type(2) {
  animation-delay: 4s;
}
.slider:nth-of-type(3) {
  animation-delay: 8s;
}
.slider:nth-of-type(4) {
  animation-delay: 12s;
}

.slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* ============ ボタン01 ============ */

.btn01 a {
    background: #333;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3% auto 10%;
    width: 70%;
    padding: 2.5% 0%;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 14px;
    line-height: 2em;
    float: none;
    border: #333 1px solid;
    letter-spacing: .8px;
/*	border-radius: 3px;*/
    
}
.btn01 a:hover {
    background: #222;
    color: #FFFFFF;
    border: #222 1px solid;
}
.btn01 a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn01 a:hover:after {
    border-color: #FFFFFF;
}
.btn02 a {
    background: #f3966b;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0% auto 5%;
    width: 50%;
    padding: 2% 0%;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 14px;
    line-height: 2em;
    float: none;
    letter-spacing: .8px;
	border-radius: 100vh;
    
}

.btn_all a {
    background: #7C7C7C;
    color: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5% auto 15%;
    width: 90%;
    padding: 3% 0%;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 15px;
    line-height: 2.5em;
    letter-spacing: .8px;
    border-radius: 0px;
}
.btn_all a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}


.pc{
    display:block;
}
.sp {
	display:none;
}
.small{
    font-size: 70%;
}
.clear{
    clear: both;
}
.Left{
    float: left;
}
.Right{
    float: right;
}

/* ============ fade CSS ============ */
.slider {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: fadeAnime 16s infinite; /* ← 4枚 × 4秒 = 16秒 */
}
.slider:nth-of-type(1) {
  animation-delay: 0s;
}
.slider:nth-of-type(2) {
  animation-delay: 4s;
}
.slider:nth-of-type(3) {
  animation-delay: 8s;
}
.slider:nth-of-type(4) {
  animation-delay: 12s;
}

.slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* アニメーション定義 */
@keyframes fadeAnime {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/**********************************************
　　　　　　　　　　　　SP
**********************************************/

@media only screen and (max-width:768px){
	#lp_wrap {
		width: 100%;
        padding: 0;
		background: #FFFFFF;
	}
	#lp_head{
		padding: 10% 0 0;
	}
	#lp_head .title{
		font-size: 32px;
	}
	#lp_head .title_s{
		font-size: 18px;
	}
	#lp_head .lead{
		font-size: 15px;
		margin: 0% auto 10%;
	}
	.ttl{
		font-size: 16px;
	}
	#lp_contents .lead{
		font-size: 14px;
	}
	.line_title::after{
		width: 100%;
	}
	
	.lp_box .item_box .point_box .txt{
		font-size: 13px;
	}
	.lp_box .item_box .item{
		line-height: 1.65em;
		margin: 5% auto 2.5%;
	}
	.lp_box .ttl_s{
		font-size: 15px;
	}
	.lp_box .note1{
		font-size: 11px;
	}
	.lp_box .note2{
		font-size: 11px;
	}
	#lp_footer .logo{
		width: 20%;
	}
	.btn02 a{
		width: 80%;
	}
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }

}

.fade{
	opacity: 0;
	transition: 1.8s all 0.2s ease;
}
.fade01{
	opacity: 0;
	transition: 1.8s all 0.5s ease;
}
.fade02{
	opacity: 0;
	transition: 1.8s all 0.8s ease;
}
.fade03{
	opacity: 0;
	transition: 1.8s all 1.1s ease;
}
.fade04{
	opacity: 0;
	transition: 1.8s all 1.4s ease;
}
.fade.ac,.fade01.ac,.fade02.ac,.fade03.ac,.fade04.ac{
	opacity: 1;
    transform: translate(0);
}


.anim01 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.8s all 0.3s ease;
}
.anim02 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.8s all 0.6s ease;
}


.anim01.ac,.anim02.ac {
	opacity: 1;
    transform: translate(0);
}
.dw {
    opacity: 0;
    transform: translateY(-30px);
    transition: 1.5s all 0.4s ease;
}

.dw.ac {
	opacity: 1;
    transform: translate(0);
}

