@charset "utf-8";

body{
    margin: 0;
    padding: 0;
}

#lp_wrap{
    width: 100%;
	text-align: center;
	margin: 0% auto 0;
    padding: 5% 0;
    color: #333;
    display: block;
    font-weight: 400;
    letter-spacing: .5px;
    background: #eee;
    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;
}
.NotoSans{
    font-family: "Noto Sans JP", sans-serif;
}
.ZenKakuGothicNew{
    font-family: zen-kaku-gothic-new, sans-serif;
}
.Helvetica{
    font-family: helvetica-lt-pro, sans-serif;
}
.lp_box{
    max-width: 1000px;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}
.lp_box .title_s{
    max-width: 200px;
    width: 100%;
    font-size: 20px;
    text-align: center;
    margin: 1% auto;
    position: relative;
    display: inline-block;
    border: #000000 1px solid;
    border-radius: 100vh;
    padding: 1% 0;
    font-weight: 500;
}
.lp_box .title_s span{
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: bolder;
}
.lp_box .title{
    width: 35%;
    text-align: center;
    margin: 3% auto;
}
.lp_box .lead{
    font-size: 17px;
    text-align: center;
    margin: 5% auto;
    position: relative;
    line-height: 2em;
    font-weight: 500;
}
.lp_box .staff_container{
    width:50%;
    text-align: center;
    display: inline-block;
    margin: 2% auto;
    position: relative;
    background: #FFFFFF;
}
.lp_box .staff_container .inner{
    width: 90%;
    text-align: center;
    margin: 5% auto;
    display: inline-block;
}
.lp_box .staff_container .heading {
    align-items: center; 
    display: flex;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    font-family: zen-kaku-gothic-new, sans-serif;
    margin: 0 auto 4%;
    width: 60%;
}
.lp_box .staff_container .heading::before,
.lp_box .staff_container .heading::after {
  background-color:#222; 
  border-radius: 0px; 
  content: "";
  flex-grow: 1; 
  height: 1px; 
}
.lp_box .staff_container .heading::before {
  margin-right: 15px; 
}
.lp_box .staff_container .heading::after {
  margin-left: 15px; 
}
.lp_box .staff_container .txt{
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    line-height: 2em;
}


#lp_wrap .lp_box .ig_box{
    width: 50%;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 5% auto;
}
#lp_wrap .lp_box .ig_box .point_video{
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto 2%;
}
#lp_wrap .lp_box .ig_box .ttl{
    font-size: 20px;
    font-family: zen-kaku-gothic-new, sans-serif;
    text-align: center;
    margin: 0 auto 5%;
}
#lp_wrap .lp_box .ig_box .point_video{
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto 2%;
}

#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: #222;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 50%;
    padding: 2.5% 0%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 15px;
    border-radius: 100vh;
    float: none;
    font-family: 'Inter', sans-serif;
}
.btn01 a:hover {
    background: #333333;
    color: #FFF;
}
.btn01 a:after {
    content: '';
    width: 8px;
    height: 8px;
    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;
	}
    .lp_box .title{
        width: 65%;
        margin: 4% auto;
    }
    .lp_box .title_s{
        width: 40%;
        font-size: 16px;
    }
    .lp_box .lead{
        font-size: 14px;
        margin: 10% auto;
    }
    .lp_box .staff_container{
        width: 90%;
    }
    .lp_box .staff_container .heading{
        font-size: 18px;
    }
    .lp_box .staff_container .txt{
        font-size: 13px;
    }
    #lp_wrap .lp_box .ig_box .ttl{
        font-size: 16px;
    }
    #lp_wrap .lp_box .ig_box{
        width: 90%;
        text-align: center;
        margin: 7% auto;
    }
    .btn01 a{
        width: 90%;
        font-size: 13px;
        line-height: 2.5em;
    }
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
    
}


