@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;
    background: #d8caa9;
    font-family: 'Noto Sans JP', sans-serif;
    
}
#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;
}

/* ------------------------------
head
------------------------------ */
#lp_head {
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

#lp_head .head{
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 10% 0 0;
    position: relative;
}
#lp_head .title{
    width: 25%;
    text-align: center;
    margin: 0 auto;
}
#lp_head .speechBubble{
	position: relative;
	display: inline-block;
	margin: 5% auto 0;
	padding: 12px 36px;
	background-color: #a99c79;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 0.75;
	color: #ffffff;
}
#lp_head .speechBubble::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 48%;
	border-style: solid;
	border-width: 12px 6.5px 0 6.5px;
	border-color: #a99c79 transparent transparent;
	translate: -50% 100%;
}
#lp_head .title_s{
	max-width: 500px;
	font-size: 28px;
	font-weight: 500;
	line-height: 1em;
	text-align: center;
	margin: 2.5% auto 0;
	letter-spacing: 3px;
	border-bottom: #fff 5px solid;
	
}
#lp_head .sub{
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 200;
	letter-spacing: 1px;
	font-size: 110%;
}

#lp_head .lead{
    width: 100%;
    font-size: 17px;
    text-align: center;
    margin: 5% auto 0;
    position: relative;
    display: inline-block;
    line-height: 2em;
}

/* ------------------------------
contents
------------------------------ */

#lp_contents{
    max-width: 1000px;
    width: 100%;
    text-align: center;
    position:relative;
    margin: 4% auto 2%;
    display: block;
}
#lp_contents section{
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 10% auto;
}
#lp_contents section .main{
	width: 48%;
	float: left;
	display: block;
	position: relative
}
#lp_contents section:nth-of-type(even) .main{
	float: right;
}
#lp_contents section .ttlbox{
	width: 48%;
	float: right;
	display: inline-block;
	position: relative;
}
#lp_contents section:nth-of-type(even) .ttlbox{
	float: left;
}

#lp_contents section .ttlbox .no{
	color: #FFFFFF;
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 100;
	font-size: 50px;
	text-align: left;
	margin: 0 auto;
	line-height: 1em;
}
#lp_contents section .ttlbox .item{
	font-size: 20px;
	text-align: left;
	line-height: 1.7em;
	font-weight: 500;
	letter-spacing: 2px;
	margin: 1.5% auto;
}
#lp_contents section .ttlbox .item .price{
	font-size: 90%;
	font-weight: 400;
	letter-spacing: 0px;
}
#lp_contents section .detailbox{
	width: 48%;
	float: right;
	display: inline-block;
	position: relative;
	margin: 2% auto;
	padding: 0% 0;
}
#lp_contents section:nth-of-type(even) .detailbox{
	float: left;
}

#lp_contents section .staff-comments{
	width: 100%;
	border-bottom: #a99c79 3px solid;
	margin: 0 auto;
	padding-bottom: 8%;
}

/* ===== Heading ===== */
#lp_contents section .staff-title{
	display: flex; 
	align-items: center;
	gap: 10px;
	width: 100%;
	margin: 0 0 8%;
	padding-right: 0;
	font-style: italic;
	font-weight: 500;
	color: #9a8c69;
	font-size: 20px;
	position: static;
	font-family: "bennet-banner", sans-serif;
}
#lp_contents section .staff-title::after{
	content: "";
	flex: 1; 
	height: 2px;
	background: #a99c79;
}

/* ===== Row ===== */
#lp_contents section .comment{
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 3% auto;
}

/* ===== Avatar ===== */
#lp_contents section .avatar{
	width: 90px;
	height: 90px;
	flex: 0 0 90px;
	border-radius: 50%;
	overflow: hidden;
	border: #FFFFFF 1px solid;
}
#lp_contents section .avatar img{
	idth: 100%;
	height: 100%;
	object-fit: cover;
}

/* ===== Bubble ===== */
#lp_contents section .bubble{
	position: relative;
	flex: 1 1 auto;
	background: #fff;
	border-radius: 14px;
	padding: 3% 3%;
}
#lp_contents section .bubble::before{
	content:"";
	position: absolute;
	top: 50%;
	left: -8px;                 
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 16px solid #fff; 
}

/* ===== Text ===== */
#lp_contents section .bubble .name{
	margin: 0 0 6px;
	font-weight: 500;
	font-size: 15px;
	text-align: left;
}
#lp_contents section .bubble .text{
	margin: 0;
	font-size: 13px;
	color: #333;
	line-height: 1.5em;
	text-align: left;
	letter-spacing: .5px;
}




/* ============ fade CSS ============ */
.slider {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0%;
    background: center center no-repeat;
    animation: anime 4s 0s infinite;
    z-index: 10;
    opacity: 0;
}
.slider:nth-of-type(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@keyframes anime {
0% {
opacity: 1;
}
50% {
opacity: 1;
}
60% {
opacity: 0;
z-index: 10;
}
100% {
opacity: 0;
}
}
/* ============ ボタン01 ============ */
.btn01 a {
	background: #333;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 8% auto 0;
    width: 70%;
    padding: 2.5% 0%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 13px;
    float: left;
    line-height: 2em;
	border-radius: 100vh;
	border: #333 1px solid;
}
.btn01 a:before, .btn01 a:after {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.3s;
  right: 1.2rem;
  top: 50%;
}
.btn01 a:before {
  width: 1.2rem;
  height: 1px;
  background: #FFFFFF;
  transform: translateY(-50%);
}
.btn01 a:after {
  width: 8px;
  height: 8px;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  transform: translateY(-50%) rotate(45deg);
}
.btn01 a:hover{
    background: #333333;
}
/*.btn01 a:hover:before{
  background: #000000;
}*/
/*.btn01 a:hover:after {
  width: 8px;
  height: 8px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  transform: translateY(-50%) rotate(45deg);
}*/


.pc{
    display:block;
}
.sp {
	display:none;
}
.small{
    font-size: 70%;
}
.clear{
    clear: both;
}
.Left{
    float: left;
}
.Right{
    float: right;
}


.hr01 {
    width: 100%;
    text-align: center;
    border-bottom: #CDCDCD 1px solid;
    margin: 5% auto;
}



/**********************************************
　　　　　　　　　　　　SP
**********************************************/

@media only screen and (max-width:768px){
	#lp_wrap {
		width: 100%;
        padding: 8% 0 0%;
	}
    #lp_head .title{
        width: 50%;
    }
	#lp_head .speechBubble{
		font-size: 13px;
		padding:2% 5%;
		margin: 10% auto 3%;
	}
	#lp_head .speechBubble::after{
		    border-width: 10px 4px 0 4px;
	}
	#lp_head .title_s{
		max-width: 83%;
		font-size: 20px;
		letter-spacing: .5px;
	}
	#lp_head .lead{
        font-size: 14px;
        margin: 8% auto 0;
        line-height: 2em;
    }
	#lp_contents{
		margin: 0 auto;
	}
	#lp_contents section{
		width: 92%;
		text-align: center;
		margin: 15% auto 5%;
	}
	#lp_contents section .ttlbox{
		width: 100%;
		float: none;
		text-align: center;
	}
	#lp_contents section:nth-of-type(even) .ttlbox{
		float: none;
	}
	#lp_contents section .ttlbox .no{
		font-size: 40px;
		text-align: center;
		margin: 0 auto;
	}
	#lp_contents section .ttlbox .item{
		font-size: 18px;
		text-align: center;
	}
	#lp_contents section .main{
		width: 100%;
		float: none;
		text-align: center;
		margin: 4% auto;
	}
	#lp_contents section:nth-of-type(even) .main{
		float: none;
	}
	#lp_contents section .detailbox{
		width: 100%;
		float: none;
		margin: 3% auto;
	}
	#lp_contents section:nth-of-type(even) .detailbox{
		float: none;
	}
	#lp_contents section .avatar{
		width: 80px;
		height: 80px;
		flex: 0 0 80px;
	}
	#lp_contents section .staff-comments{
		border-bottom: #a99c79 2px solid;
		padding-bottom: 5%;
	}
	#lp_contents section .staff-title{
		margin-bottom: 5%;
	}
	
	#lp_contents section .bubble{
		border-radius: 7px;
	}
	#lp_contents section .bubble .name{
		font-size: 13px;
		margin-left: 2%;
	}
	#lp_contents section .bubble .text{
		margin-left: 2%;
		font-size: 12px;
	}
	.btn01 a{
        width: 90%;
        margin-bottom: 12%;
		float: none;
		text-align: center;
		padding: 3% 0;
    }
    
    .hr01{
        margin: 10% auto 5%;
    }
    .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);
}

