@charset "utf-8";

*:focus {
  outline: none;
}
.Notosans-jp{
    font-family: "Noto Sans JP", sans-serif;
}
.Inter{
    font-family: "Inter", serif;
}
.NotoSerifJP{
    font-family: "Noto Serif JP", serif;
}
body{
	margin: 0;
	padding: 0;
}

#lp_bg{
	width: 100%;
	position: relative;
	display: block;
	margin: 0 auto;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #dfdfdf calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #dfdfdf calc(100% - 1px));
    background-size: 15px 15px;
    background-repeat: repeat;
    background-position: center center;
    padding: 5% 0 10%;
	background-attachment: fixed;
}
@media only screen and (max-width:768px){
#lp_bg{
    margin: 0 auto;
    padding: 5% 0;
	background-size: 8px 8px;
}
}

#lp_wrap{
	max-width: 650px;
    width: 100%;
	text-align: center;
	margin: 0% auto;
	padding: 5% 0;
    color: #333;
    display: block;
    font-weight: 400;
    overflow: hidden;
    line-height: 1.6em;
    letter-spacing: .5px;
    font-family: "Noto Sans JP", sans-serif;
	background: #fefbf4;
	border: #e11717 1px solid;
    
}
#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;
}

/* ==================================== 
header
======================================= */
#lp_head{
    margin: 8% auto;
}
#lp_head .title{
    width: 75%;
    text-align: center;
    margin: 2% auto;
    display: block;
}

#lp_head .lead{
    width: 100%;
    font-size:16px;
    text-align: center;
    margin: 10% auto 5%;
    position: relative;
    display: inline-block;
    line-height: 2em;
	color: #000000;
	font-weight: 400;
}
#lp_head .title{
    opacity: 0;
	transform: translateY(50px);
	transition: 1.5s all 0.2s ease;
}

#lp_head .lead{
    opacity: 0;
    transform: translateY(50px);
    transition: 1.5s all 0.6s ease;
}
#lp_head.ac .title,#lp_head.ac .title_s,#lp_head.ac .lead{
	opacity: 1;
    transform: translate(0);
    
}

/* ======================================================================== 
　　Contents
=========================================================================== */

#lp_contents{
    max-width: 1000px;
    width: 100%;
    text-align: center;
    position:relative;
    margin: 0 auto;
    display: block;
}
#lp_contents .lp_box{
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 5% auto 15%;
}
#lp_contents .lp_box ul{
	width: 75%;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
#lp_contents .lp_box ul li{
	position: relative;
	display: block;
	margin: 0;
	line-height: 0;
}
#lp_contents .txt{
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	line-height: 1em;
	letter-spacing: 0.5px;
	font-weight: 400;
}
#lp_contents .logo{
	width: 200px;
	text-align: center;
	margin: 10% auto 0;
	display: block;
}



/* ======================== ボタン======================== */

.btn01 a {
    background: #e11717;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3% auto;
    width: 70%;
    padding: 2.5% 0%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 14px;
    line-height: 2em;
    float: none;
    border: #e11717 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;
}
.pc{
    display:block;
}
.sp {
	display:none;
}
.small{
    font-size: 70%;
    letter-spacing: 0px;
}
.clear{
    clear: both;
}
.Left{
    float: left;
}
.Right{
    float: right;
}

/**********************************************
　　　　　　　　　　　　SP
**********************************************/

@media only screen and (max-width:768px){
	#lp_wrap {
		width: 92%;
		padding-bottom: 15%;
	}
	#lp_head{
		margin: 15% auto 5%;
	}
	#lp_head .title{
		width: 80%;
	}
	#lp_head .lead{
		font-size: 14px;
	}
	#lp_contents .lp_box{
		margin-bottom: 25%;
	}
	#lp_contents .lp_box ul{
		width: 92%;
	}
	#lp_contents .txt{
		font-size: 11px;
	}
	#lp_contents .logo{
		width: 40%;
	}
    .btn01 a{
        width: 90%;
        float: none;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }

}

.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.6s ease;
}
.fade04{
	opacity: 0;
	transition: 1.8s all 0.8s ease;
}
.fade01.ac,.fade02.ac,.fade03.ac,.fade04.ac{
	opacity: 1;
    transform: translate(0);
}
.anim01 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.5s all 0.2s ease;
}
.anim02 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.5s all 0.4s ease;
}

.anim01.ac,.anim02.ac {
	opacity: 1;
    transform: translate(0);
}
