@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&family=Lato:wght@100;300;400;700;900&family=Noto+Sans+JP:wght@300;400;500;700&family=Poppins:wght@100;200;300;400;500;600&display=swap');

#lp_wrap{
	max-width:1000px;
	text-align: center;
	margin: 0% auto;
    color: #000000;
    display: block;
    padding: 5% 0 0;
    letter-spacing: 1px;
    font-family: 'Noto Sans JP', sans-serif;
}
#lp_wrap img{
    width: 100%;
    vertical-align: bottom;
    
}
#lp_wrap ul{
	padding: 0;
	overflow: hidden;
}
#lp_wrap li{
	list-style: none;
}
#lp_wrap a{
    text-decoration: none;
}
#lp_wrap a:link{
    opacity: 1;
}

.title{
    width: 60%;
    text-align: center;
    margin: 5% auto;
    display: block;
}
.title_s{
    width: 30%;
    text-align: center;
    margin: 0 auto;
    display: block;
}


.lead_p{
	display: block;
    margin: 5% auto 0;
	font-size: 17px;
	line-height: 2.5em;
    letter-spacing: 2px;
	text-align: center;
    font-weight: 500;
}
.lead_s{
    display: none;
}
#lp_contents{
    width: 100%;
    text-align: center;
    position:relative;
    margin: 5% auto;
}
#lp_contents .lp_box{
    width:100%;
    text-align: center;
    margin: 5% auto;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
#lp_contents .lp_box .main{
    width: 55%;
}
#lp_contents .lp_box .sub{
    width: 40%;
}
#lp_contents .lp_box .sub .text{
    font-size: 15px;
    text-align: left;
    line-height: 1.7em;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 6% auto 0;
}
#lp_contents .nail_box{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 5% auto;
    border-top: #000000 1px dotted;
    border-bottom: #000000 1px dotted;
    position: relative;
    padding: 5% 0;
}
#lp_contents .nail_box .inner{
    width: 85%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}
#lp_contents .nail_box .img{
    width: 48%;
    float: left;
}
#lp_contents .nail_box .item{
    width: 48%;
    float: right;
    display: inline-block;
}
#lp_contents .nail_box .item .item_p{
    font-size: 18px;
    text-align: center;
    margin: 20% auto 5%;
    font-weight: 500;
    line-height: 1.7em;
    
}
#lp_footer{
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    padding: 1% 0;
}
#lp_footer .foot{
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8em;
    letter-spacing: 1px;
    margin: 0% auto 0;
    
}

.button_box{
    width: 40%;
    display: inline-block;
    margin: 4% auto 0;
}


/**************ボタン****************/
.button001 a {
    background: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0% auto;
    width: 90%;
    padding: 3% 4%;
    color: #000000;
    border: #000000 1px solid;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 15px;
}
.button001 a:hover {
    background: #313131;
    color: #FFF;
}
.button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button001 a:hover:after {
    border-color: #FFF;
}
/**************ボタン****************/
.button002 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0% auto;
    width: 80%;
    padding: 4.5% 4%;
    border: #000000 1px solid;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 13px;
    background: #1D1D1D;
    color: #FFFFFF;
}
.button002 a:hover {
    background: #313131;
    color: #FFF;
}
.button002 a:after {
    content: '';
    width: 5px;
    height: 5px;
    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;
}
.button002 a:hover:after {
    border-color: #FFF;
}
.pc{
    display: flex;
}
.sp {
	display:none;
}
.clear{
    clear: both;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.small{
    font-size: 50%;
}
.hr{
    width: 100%;
    border-bottom: #C3C3C3 1px solid;
    margin: 0% auto 0;
    text-align: center;
}
.Poppins{
    font-family: 'Poppins', sans-serif;
}
.Lato{
    font-family: 'Lato', sans-serif;
}





@media only screen and (max-width:768px){
	#lp_wrap {
		padding: 10% 0 0;
	}
    .title{
        width: 90%;
        margin: 8% auto;
    }
    .title_s{
        width: 50%;
    }
    .lead_p{
		display: none;
	}
    .lead_s{
		width: 94%;
		display: inline-block;
		text-align:center;
		margin: 10% auto 0%;
		line-height: 2.2em;
		font-size: 15px;
        font-weight: 500;
	}
    
    .lead_s span{
        font-size: 130%;
        font-weight: bold;
    }
    #lp_contents .lp_box{
        width: 90%;
        margin: 10% auto;
    }
    #lp_contents .lp_box .main{
        width: 100%;
    }
    #lp_contents .lp_box .sub{
        width: 100%;
        margin: 8% auto;
    }
    #lp_contents .lp_box .sub .text{
        font-size: 14px;
        margin: 8% auto;
    }
    #lp_contents .nail_box{
        width: 90%;
    }
    #lp_contents .nail_box .inner{
        width: 85%;
        padding: 8% 0;
    }
    #lp_contents .nail_box .img{
        width: 100%;
    }
    #lp_contents .nail_box .item{
        width: 100%;
    }
    #lp_contents .nail_box .item .item_p{
        margin: 5% auto;
        font-size: 13px;
    }


    #lp_footer{
        margin: 0 auto;
    }
    #lp_footer .foot{
        font-size: 13px;
        line-height: 3em;
    }
    .button_box{
        width: 100%;
    }
    
    .button001 a{
        width: 80%;
        font-size: 12px;
        padding: 3.5% 4%;
        line-height: 2em;
    }
    .button002 a{
        width: 96%;
        padding: 4.5% 2%;
        font-size: 11px;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
    .MT10{
        margin-top: 15%;
    }
}