@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&family=Inter:wght@100;200;300;400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

*:focus {
  outline: none;
}

#lp_wrap{
    width: 100%;
	text-align: center;
	margin: 0% auto;
    color: #000000;
    display: block;
    background: #b8d9e7;
    font-weight: 400;
    padding: 10% 0 0;
    overflow: hidden;
    letter-spacing: 1px;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-animation: fadein 1.2s forwards ease;
    animation: fadein 1.2s forwards ease;
}
@keyframes fadein {
		  0% {
			  opacity: 0;
		  }
		  100% {
			  opacity: 1;
			  transform: translate(0);
		  }
}
#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;
}
#lp_wrap a:hover{
    text-decoration: none;
}
#lp_head{
    width: 100%;
    display: inline-block;
    position: relative;

}
#lp_head .title_s{
    width: 10%;
    text-align: center;
    margin: 0 auto;
    display: block;
}
#lp_head .title{
    width:36%;
    text-align: center;
    margin: 4% auto;
    display: block;
    position: relative;
}
#lp_head .title_icon{
    width: 8%;
    top: 3%;
    left: 36%;
    position: absolute;
}
#lp_head .lead{
    font-size: 18px;
    text-align: center;
    margin: 0% auto 5%;
    line-height: 2.5em;
    position: relative;
    display: inline-block;
}
#lp_head .head_img{
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin: 5% auto;
}

#lp_contents{
    width: 100%;
    display: inline-block;
    margin: 5% auto 0;
    position: relative;
    text-align: center;
}
#lp_contents .lp_box{
    max-width: 1000px;
    width: 100%;
    margin: 10% auto 5%;
    display: inline-block;
    position: relative;
}
#lp_contents .item_box{
    width: 100%;
    display: inline-block;
    margin: 0% auto;
    position: relative;
    background: #FFFFFF;
    z-index: 5;
    padding: 5% 0 5%;
}
#lp_contents .item_box .ttl{
    width: 40%;
    position: absolute;
    left: 30%;
    top: -4%;
    z-index: 6;
}
#lp_contents .item_box .inner{
    width: 85%;
    text-align: center;
    display: inline-block;
    margin: 2% auto 0;
}
#lp_contents .item_box .item{
    width: 45%;
    float: left;
}
#lp_contents .item_box .item_detail{
    width: 50%;
    float: right;
    margin: 10% auto 0;
    display: inline-block;
    position: relative;
}
#lp_contents .item_box .item_detail p{
    font-size: 14px;
    text-align: center;
    line-height: 1.7em;
    margin: 0 auto 6%;
    
}
#lp_contents .item_box .item_detail .credit{
    font-size: 17px;
    text-align: center;
    font-weight: 500;
    line-height: 1.8em;
}
#lp_contents .style_box{
    width: 100%;
    margin: 5% auto;
    display: inline-block;
    position: relative;
    text-align: center;
}
#lp_contents .style_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 2%;
}
#lp_contents .style_box ul li{
    display: inline-block;
    position: relative;
}
#lp_contents .style_box .day{
    width: 30%;
    margin: 0 auto 5%;
    text-align: center;
}
#lp_contents .style_box p{
    font-size: 11px;
    margin: 5% auto 0;
    width: 100%;
    display: inline-block;
}
#lp_contents .staff_box{
    max-width: 500px;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    border: #FFFFFF 2px solid;
    text-align: center;
    position: relative;
    
}
#lp_contents .staff_box .inner{
    width: 80%;
    margin: 5% auto 0;
    display: inline-block;
    text-align: center;
}
#lp_contents .staff_box h1{
    font-size: 17px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto;
    font-weight: 500;
    font-family: 'Hind Siliguri', sans-serif;
}
#lp_contents .staff_box .name{
    font-size: 20px;
    font-weight: 500;
    color: #ff4a1a;
    text-align: center;
    margin: 2% auto;
}
#lp_contents .staff_box .sns_box_3 ul{
    width: 50%;
    text-align: center;
    margin: 5% auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 4%;
}
#lp_contents .staff_box .sns_box_2 ul{
    width: 31%;
    text-align: center;
    margin: 5% auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 4%;
}
#lp_contents .staff_img{
    max-width: 1000px;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 5% auto;
    position: relative;
    padding-bottom: 15%;
}
#lp_contents .staff_img .img_01{
    width: 55%;
    float: left;
    position: relative;
    z-index: 5;
}
#lp_contents .staff_img .img_02{
    width: 55%;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 6;
    
}


.hr{
    width: 100%;
    border-bottom: #000000 dotted 1px;
    margin: 5% auto 0%;
    text-align: center;
}

.foot{
    background:#333;
    color:#FFFFFF;
    padding: 0.5% 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8em;
    letter-spacing: 1px;
    margin: 0% auto 0;
    font-family: 'Hind Siliguri', sans-serif;
    
}


/* ============ ボタン ============ */

.btn01 a {
    background: #333;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 4% auto 0;
    width: 50%;
    padding: 3% 2%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 15px;
    float: none;
    font-family: 'Inter', sans-serif;
}
.btn01 a:hover {
    background: #ff4a1a;
    color: #FFFFFF;
}
.btn02 a {
    background: #fff;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5% auto 0;
    width: 100%;
    padding: 2% 2%;
    color: #333;
    border: #333 1px solid;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 13px;
    float: none;
    border-radius: 0px;
    line-height: 2em;
    font-family: 'Inter', sans-serif;
}
.btn02 a:hover {
    background: #ff4a1a;
    color: #FFFFFF;
    border: #ff4a1a 1px solid;
}
.btn02 a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn02 a:hover:after {
    border-color: #FFFFFF;
}






.pc{
    display:block;
}
.sp {
	display:none;
}
.clear{
    clear: both;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.small{
    font-size: 70%;
}

.Inter{
    font-family: 'Inter', sans-serif;
}




/**********************************************
　　　　　　　　　　　　SP
**********************************************/

@media only screen and (max-width:768px){
	#lp_wrap {
		width: 100%;
        padding: 15% 0 0;
	}
    #lp_head{
        width: 100%;
    }
    #lp_head .title_s{
        width: 30%;
    }
    #lp_head .title{
        width: 80%;
        margin: 7% auto;
    }
    #lp_head .title_icon{
        width: 20%;
        left: 15%;
        top: 0;
        
    }
    #lp_head .lead{
        font-size: 14px;
        margin: 5% auto 10%;
    }
    #lp_contents .lp_box{
        width: 90%;
        margin: 10% auto;
    }
    #lp_contents .item_box{
        margin:5% auto;
        padding: 5% 0 10%;
    }
    #lp_contents .item_box .ttl{
        width: 60%;
        left: 20%;
        top: -2%;
    }
    #lp_contents .item_box .inner{
        margin-top: 5%;
    }
    #lp_contents .item_box .item{
        width: 100%;
        text-align: center;
        margin: 0 auto;
        float: none;
    }
    #lp_contents .item_box .item_detail{
        width: 96%;
        text-align: center;
        float: none;
        margin: 3% auto;
    }
    #lp_contents .item_box .item_detail p{
        font-size: 12px;
        text-align: left;
    }
    #lp_contents .item_box .item_detail p br{
        display: none;
    }
    #lp_contents .item_box .item_detail .credit{
        font-size: 15px;
    }
    #lp_contents .style_box{
        width: 90%;
        margin: 5% auto 0;
    }
    #lp_contents .style_box ul{
        grid-template-columns: 1fr;
    }
    #lp_contents .style_box ul li{
        margin: 5% auto;
    }
    #lp_contents .style_box .day{
        width: 25%;
        margin-bottom: 3%;
    }
    #lp_contents .staff_box{
        width: 90%;
    }
    #lp_contents .staff_box h1{
        font-size: 15px;
    }
    #lp_contents .staff_box .name{
        font-size: 17px;
    }
    #lp_contents .staff_box .sns_box_3 ul{
        width: 60%;
    }
    #lp_contents .staff_box .sns_box_2 ul{
        width: 40%;
    }
    #lp_contents .staff_img{
        margin: 15% auto ;
        padding-bottom: 45%;
    }
    #lp_contents .staff_img .img_01{
        width: 65%;
    }
    #lp_contents .staff_img .img_02{
        width: 65%;
    }
    .hr{
        margin: 10% auto;
    }
    .btn01 a{
        width: 90%;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.8em;
        margin: 6% auto 0;
    }
    .btn02 a{
        font-size: 12px;
        font-weight: 500;
        padding: 3% 2%;
    }
    .foot{
        font-size: 11px;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
}