@charset "utf-8";



*:focus {
  outline: none;
}
body{
    margin: 0;
    padding: 0;
}

#lp_wrap{
    width: 100%;
	text-align: center;
	margin: 0% auto;
    color: #000000;
    display: block;
    padding:0;
    background: #ecf0f8;
    font-weight: 400;
    line-height: 1.65em;
    overflow: hidden;
    letter-spacing: 1px;
    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;
}
.MeowScript{
    font-family: "Meow Script", cursive;
}

#lp_head .head{
    max-width: 1000px;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 5% auto 0;
    position: relative;
}
#lp_head .title{
    width: 40%;
    text-align: center;
    margin: 2% auto;
    display: block;
}
#lp_head .title_s{
    font-size: 30px;
    text-align: center;
    margin: 0% auto;
    font-family: "Be Vietnam Pro", sans-serif;
    line-height: 1em;
    font-weight: 600;
}
#lp_head .lead{
    width: 100%;
    font-size: 18px;
    text-align: center;
    margin: 0% auto;
    position: relative;
    display: inline-block;
    letter-spacing: 3px;
    line-height: 1.8em;
}
#lp_head .title_s{
    opacity: 0;
    transform: translateY(30px);
	transition: 1.5s all 0.3s ease;
}
#lp_head .title{
    opacity: 0;
    transform: translateY(30px);
	transition: 1.5s all 0.4s ease;
}
#lp_head .lead{
    opacity: 0;
    transition: 1.5s all 0.6s ease;
}
#lp_head.ac .title_s,#lp_head.ac .title,#lp_head.ac .lead{
	opacity: 1;
    transform: translate(0);
}
#lp_contents{
    max-width: 1100px;
    width: 100%;
    text-align: center;
    position:relative;
    margin: 4% auto 2%;
    display: block;
}
#lp_contents section{
    width: 100%;
    display: inline-block;
}
#lp_contents section .lp_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 2%;
}
#lp_contents section .lp_box ul li{
    position: relative;
    display: inline-block;
}
#lp_contents section .lp_box .img{
    border-radius: 0px;
    position: relative;
    border:1px solid #6382c5;
    display: inline-block;
    overflow: hidden;
}
#lp_contents section .lp_box .no{
    width: 100%;
    font-family: "Meow Script", cursive;
    text-align: left;
    font-weight: 400;
    margin: 0 auto;
    font-size: 35px;
    display: inline-block;
    letter-spacing: 2px;
    color: #6382c5;
}
.fuchidori {
  color: #fff;
  text-shadow:1px 1px 0 #6382c5, -1px -1px 0 #6382c5,
              -1px 1px 0 #6382c5, 1px -1px 0 #6382c5,
              0px 1px 0 #6382c5,  0-1px 0 #6382c5,
              -1px 0 0 #6382c5, 1px 0 0 #6382c5;
}

#lp_contents section .lp_box .cmt_box{
    width: 99%;
    display: inline-block;
    margin: 0% auto 5%;
    position: relative;
}
#lp_contents section .lp_box .cmt_box .cmt{
    width: 98%;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 4% auto;
}
#lp_contents section .lp_box .cmt_box .cmt .txt{
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    margin: 0 auto;
}
.marker {
    background: linear-gradient(transparent 0%, #cfdeff 0%);
}
#lp_contents section .lp_box .itembox{
    width: 100%;
    display: inline-block;
    margin: 1% auto;
    position: relative;
    text-align: center;
    
}

#lp_contents section .lp_box .itembox .item{
    width: 96%;
    text-align: center;
    margin: 2% auto;
    display: inline-block;
    border-bottom:#000000 dotted 1px;
    padding-bottom: 5%;
}
#lp_contents section .lp_box .itembox .item p{
    font-size: 13px;
    text-align: left;
    margin: 0 auto;
    line-height: 1.5em;
    font-weight: 500;
}
#lp_contents section .lp_box .itembox .detail{
    width: 96%;
    text-align: center;
    margin: 0% auto 5%;
    display: inline-block;
    position: relative
}
#lp_contents section .lp_box .itembox .detail p{
    font-family: "Inter", serif;
    font-size: 10px;
    text-align: left;
    line-height: 1.6em;
    margin: 0 auto;
    letter-spacing: 0px;
    font-weight: 300;
}



/* ======================== ボタン======================== */
.btn01 a {
    background: #333333;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5% auto 0;
    width: 96%;
    padding: 3% 0%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.6em;
    border: #333333 1px solid;
    border-radius: 0px;
    font-family: "Be Vietnam Pro", sans-serif;
    
}
/*.btn01 a:hover {
    background: #dddddd;
    color: #000000;
}*/
.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: #000000;
}*/

.btn02 a {
    color: #000000;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5% auto;
    width: 50%;
    padding: 2% 2%;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: 0px;
}
.btn02 a:hover {
    background: #444444;
    color: #000000;
}

.btn03{
    max-width: 1100px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.btn03 a {

    background: #FFFFFF;
    border: #333333 2px solid;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 10% auto;
    width: 48%;
    padding: 3% 0%;
    color: #333333;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 16px;
    line-height: 1em;
    border-radius: 0px;
    letter-spacing: 0px;
    
}
.btn03 a:hover {
    background: #9A9A9A;
    border: #9A9A9A 2px solid;
    color: #FFFFFF;
}
.btn03 a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn03 a:hover:after {
    border-color: #FFFFFF;
}


.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 0;
	}
    #lp_head .title{
        width: 70%;
        margin-bottom: 5%;
    }
    #lp_head .title_s{
        font-size: 20px;
    }
    #lp_head .lead{
        font-size: 14px;
        letter-spacing: 1px;
    }
    #lp_contents section .lp_box{
        width: 75%;
        text-align: center;
        margin: 0 auto;
    }
    #lp_contents section .lp_box ul{
        grid-template-columns: 1fr;
        column-gap: 0;
    }
    #lp_contents section .lp_box ul li{
        margin: 10% auto;
    }
    #lp_contents section .lp_box .no{
        font-size: 50px;
        line-height: 1em;
    }
    #lp_contents section .lp_box .cmt_box{
        margin: 0 auto 2%;
    }
    #lp_contents section .lp_box .cmt_box .cmt{
        margin: 2% auto;
    }
    #lp_contents section .lp_box .cmt_box .cmt .txt{
        font-size: 15px;
        font-weight: 600;
    }
    
    
    
    .btn01 a{
        width: 100%;
        font-size: 12px;
        margin: 0% auto;
        line-height: 1.5em;
    }
    .btn01 a:after{
        width: 5px;
        height: 5px;
    }
    .btn02 a{
        width: 85%;
        font-size: 14px;
        margin: 10% auto;
        line-height: 2.4em;
    }
    .btn01 a:after{
        right: 15px;
    }
    
    .btn03 a{
        width: 85%;
        font-size: 12px;
        letter-spacing: 0px;
        padding: 3% 0;
        line-height: 3em;
    }
    
    .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.5s all 0.2s ease;
}
.fade02{
	opacity: 0;
	transition: 1.5s all 0.4s ease;
}
.fade03{
	opacity: 0;
	transition: 1.5s all 0.6s ease;
}
.fade04{
	opacity: 0;
	transition: 1.5s all 0.8s ease;
}
.fade.ac,.fade01.ac,.fade02.ac,.fade03.ac,.fade04.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);
}
.dw {
    opacity: 0;
    transform: translateY(-30px);
    transition: 1.5s all 0.4s ease;
}

.dw.ac {
	opacity: 1;
    transform: translate(0);
}