@charset "utf-8";

*:focus {
  outline: none;
}
body{
    margin: 0;
    padding: 0;
}

#lp_wrap{
    width: 100%;
	text-align: center;
	margin: 0% auto;
    color: #333;
    display: block;
    padding:0;
    font-weight: 400;
    overflow: hidden;
    line-height: 1.6em;
    letter-spacing: 1px;
    font-family: "Noto Sans JP", serif;
    background: #fffbee;
    
}
#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;
}
.Notosans-jp{
    font-family: "Noto Sans JP", serif;
}
.BeVietnam{
    font-family: "Be Vietnam Pro", sans-serif;
}
.Rubik{
    font-family: "Rubik", serif;
}
/* ==================================== 
header
======================================= */

#lp_head .head{
    max-width: 1000px;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    padding: 5% 0;
}
#lp_head .title{
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 200;
    font-size: 50px;
    letter-spacing: .5px;
    text-align: center;
    margin: 0 auto;
}
#lp_head .lead{
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin: 5% auto 0;
    position: relative;
    display: inline-block;
    line-height:2.2em;
    font-weight: 400;
}

#lp_head .title{
    opacity: 0;
	transition: 2s all 0.2s ease;
}
#lp_head .lead{
    opacity: 0;
    transition: 2s all 0.6s ease;
}
#lp_head.ac .title,#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 .main_wrap{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    background: #FFFFFF;
    display: inline-block;
    border: 2px solid;
    border-image: linear-gradient(131deg,rgba(255, 233, 168, 1) 0%, rgba(192, 170, 73, 1) 100%);
    border-image-slice: 1;
}
#lp_contents .main_wrap .ttl_box{
    width: 100%;
    text-align: center;
    background: #FFE9A8;
    background: linear-gradient(131deg,rgba(255, 233, 168, 1) 0%, rgba(192, 170, 73, 1) 100%);
    padding: 1% 0;
    display: inline-block;
}
#lp_contents .main_wrap .ttl{
    font-family: "Be Vietnam Pro", sans-serif;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    line-height: 1em;
    color: #FFFFFF;
    margin: 0 auto;
}
#lp_contents .main_wrap .inner{
    width: 90%;
    text-align: center;
    margin: 5% auto;
    position: relative;
    display: inline-block;
}
#lp_contents .main_wrap .mainimg{
    width: 45%;
    float: left;
    position: relative;
}
#lp_contents .main_wrap .credit_box{
    width: 45%;
    float: right;
    position: relative;
    display: inline-block;
    margin: 18% auto 0;
}
#lp_contents .main_wrap .credit_box .credit{
    font-size: 20px;
    text-align: center;
    line-height: 1.8em;
    font-weight: 500;
    margin: 0 auto;
}
#lp_contents .main_wrap .credit_box .credit .price{
    font-weight: 400;
    font-size: 90%;
}
#lp_contents .sub_wrap{
    width: 85%;
    display: inline-block;
    margin: 5% auto;
    position: relative;
    text-align: center;
}
#lp_contents .sub_wrap ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4%;
}
#lp_contents .sub_wrap ul li{
    display: inline-block;
    position: relative;
}
#lp_contents .sub_wrap .credit_box{
    width: 100%;
    display: inline-block;
    margin: 3% auto 0;
    position: relative;
}
#lp_contents .sub_wrap .credit_box .credit{
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.6em;
}











/* ======================== ボタン======================== */

/* ============ ボタン01 ============ */
.btn01 a {
    background: #444;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8% auto;
    width: 60%;
    padding: 2% 0%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 15px;
    /*border-radius: 100vh;*/
    line-height: 2em;
    border: #333333 1px solid;
    font-family: "Rubik", serif;
    float: none;
    
}
/*.btn01 a:hover {
    background: #FFFFFF;
    color: #eaa1b4;
    border: #eaa1b4 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: #eaa1b4;
}*/
/* ============ ボタン02 ============ */
.btn02 a {
    background: #444;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3% auto;
    width: 60%;
    padding: 1.5% 0%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 14px;
    /*border-radius: 100vh;*/
    line-height: 1.5em;
    border: #333333 1px solid;
    font-family: "Rubik", serif;
    float: none;
    
}
/*.btn01 a:hover {
    background: #FFFFFF;
    color: #eaa1b4;
    border: #eaa1b4 1px solid;
}*/
/*.btn02 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: #eaa1b4;
}*/







.pc{
    display:block;
}
.sp {
	display:none;
}
.small{
    font-size: 70%;
    letter-spacing: 0px;
}
.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%;
	}
    #lp_head .head{
        display: block;
        padding: 15% 0 0%;
    }
    #lp_head .title{
        font-size: 30px;
    }
    #lp_head .lead{
        width: 100%;
        text-align: center;
        float: none;
        display: inline-block;
        font-size: 14.5px;
        font-weight: 400;
        line-height: 2em;
        margin: 0 auto;
        padding: 10% 0;
        letter-spacing: 0.5px;
    }
    #lp_contents .main_wrap{
        width: 90%;
    }
    #lp_contents .main_wrap .ttl{
        font-size: 18px;
    }
    #lp_contents .main_wrap .mainimg{
        width: 100%;
        text-align: center;
        margin: 0 auto;
        float: none;
    }
    #lp_contents .main_wrap .credit_box{
        width: 100%;
        margin: 5% auto 0;
    }
    #lp_contents .main_wrap .credit_box .credit{
        font-size: 17px;
    }
    #lp_contents .sub_wrap{
        width: 90%;
    }
    #lp_contents .sub_wrap ul{
        column-gap: 2%;
    }
    #lp_contents .sub_wrap .credit_box .credit{
        font-size: 12px;
        text-align: left;
        line-height: 1.5em;
    }
    
    .btn01 a{
        float: none;
        text-align: center;
        width:65%;
        font-size: 15px;
        line-height: 1.8em;
        margin: 5% auto;
        
    }
    .btn02 a{
        width: 95%;
        font-size: 12px;
        margin: 8% auto 5%;
        line-height: 2em;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }

}

.fade01{
	opacity: 0;
	transition: 1.5s all 0.2s ease;
}
.fade02{
	opacity: 0;
	transition: 1.5s all 0.6s ease;
}
.fade03{
	opacity: 0;
	transition: 1.5s all 0.8s ease;
}
.fade01.ac,.fade02.ac,.fade03.ac{
	opacity: 1;
    transform: translate(0);
}
.anim {
    opacity: 0;
    transform: translateY(40px);
    transition: 1.2s all 0.2s ease;
}

.anim.ac {
	opacity: 1;
    transform: translate(0);
}
