@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

*:focus {
  outline: none;
}
body{
    margin: 0;
    padding: 0;
}

#lp_wrap{
    width: 100%;
	text-align: center;
	margin: 0% auto 0;
    padding: 5% 0 0;
    color: #333;
    display: block;
    font-weight: 400;
    letter-spacing: .5px;
    background: #EFEAE0;
    line-height: 1.5em;
    overflow: hidden;
    font-family: 'Noto Sans JP', sans-serif;
}
#lp_wrap img{
    width: 100%;
    vertical-align: bottom;
    line-height: 0;
}
#lp_wrap ul{
	padding: 0;
	overflow: hidden;
    margin: 0 auto;
}
#lp_wrap li{
	list-style: none;
}
#lp_wrap a{
    text-decoration: none;
}
#lp_wrap a:link{
    opacity: 1;
}
#lp_wrap a:hover{
    text-decoration: none;
}

.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;
}
#lp_wrap .lp_box{
    max-width: 1000px;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}
#lp_wrap .lp_box .title_s{
    font-family: "bennet-banner", sans-serif;
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    margin: 0 auto;
}
#lp_wrap .lp_box .title{
    font-weight: 600;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 50px;
    text-align: center;
    margin: 3% auto 0;
}
#lp_wrap .lp_box .lead{
    font-size: 15px;
    text-align: center;
    margin: 5% auto;
    position: relative;
    line-height: 1.6em;
}
#lp_wrap .lp_box .lead .strong{
    font-weight: 500;
    font-size: 110%;
}
#lp_wrap .lp_box .txt{
    font-size: 14px;
    text-align: center;
    margin: 0 auto 5%;
    line-height: 1em;
    font-weight: 400;
}


#lp_wrap .lp_box .ig_box{
    width: 50%;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 5% auto;
}
#lp_wrap .footer{
    width: 100%;
    background: #333333;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    margin: 0% auto 0;
    position: relative;
    display: inline-block;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: 0px;
    padding: 1% 0;
}


/* ============ ボタン ============ */

.btn01 a {
    background: #333333;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 58%;
    padding: 2.5% 2%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 13px;
    border-radius: 100vh;
    float: none;
    font-family: 'Inter', sans-serif;
}
.btn01 a:hover {
    background: #333333;
    color: #FFF;
}
.btn01 a:after {
    content: '';
    width: 4px;
    height: 4px;
    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: #FFF;
}



.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){
	#lp_wrap {
		width: 100%;
        padding: 10% 0 0;
	}
    #lp_wrap .lp_box .title_s{
        font-size: 14px;
    }
    #lp_wrap .lp_box .title{
        font-size: 40px;
        line-height: 1em;
    }
    #lp_wrap .lp_box .lead{
        font-size: 13px;
    }
    
    #lp_wrap .lp_box .ig_box{
        width: 90%;
    }
    #lp_wrap .lp_box .txt{
        font-size: 12px;
    }
    #lp_wrap .footer{
        font-size: 12px;
        font-weight: 300;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
    
}




.fade{
	opacity: 0;
	transition: 1.5s all 0.2s ease;
}
.fade.ac {
	opacity: 1;
    transform: translate(0);
}


.anim {
	opacity:0 ;
	transform: translate(0,20px);
	transition: 1.5s all 0s ease;
}
.anim.ac {
	opacity:1 ;
	transform: translate(0);
}

