@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&family=Inter:wght@100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&display=swap');

*:focus {
  outline: none;
}
body{
    background-image:linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
    background-size: 15px 15px;
    background-repeat: repeat;
    background-position: center center;
    margin: 0 auto;
    padding: 0;
}
@media only screen and (max-width:768px){
body{
    background-image: inherit;
    margin: 0 auto;
    padding: 0;
}
}


#lp_wrap{
    max-width: 650px;
    width: 100%;
	text-align: center;
	margin: 0% auto;
    padding: 8% 0% 10%;
    color: #222222;
    display: block;
    background:#d48564;
    font-weight: 400;
    overflow: hidden;
    letter-spacing: 1px;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -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;
}
.Fustat{
    font-family: "Fustat", sans-serif;
}
.Lato{
   font-family: "Lato", sans-serif; 
}
.Inter{
    font-family: "Inter", sans-serif;
}

/*********************************************
ヘッダー
**********************************************/

#lp_head{
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
#lp_head .head{
    width: 100%;
    display:inline-block;
    margin: 8% auto;
    position: relative;
}
#lp_head .head .img_l{
    width: 90%;
    float: left;
    position: relative;
    padding-bottom: 70%;
}
#lp_head .head .img_r{
    width: 37.6%;
    float: right;
}

/* ============ fade CSS ============ */
.img1 {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0%;
    background: center center no-repeat;
    animation: anime 6s 0s infinite;
    z-index: 0;
    opacity: 0;
}
.img1:nth-of-type(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.img1:nth-of-type(3) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

@keyframes anime {
0% {
opacity: 1;
}
50% {
opacity: 1;
}
60% {
opacity: 0;
z-index: 10;
}
100% {
opacity: 0;
}
}
#lp_head .title{
    width: 50%;
    text-align: center;
    margin: 0% auto;
    display: block;
}
#lp_head h1{
    font-family: "Lato", sans-serif;
    color: #FFFFFF;
    font-size: 28px;
    text-align: center;
    margin: 3% auto;
}
#lp_head .lead{
    font-size: 15px;
    text-align: center;
    margin: 0% auto;
    position: relative;
    display: inline-block;
    line-height: 2em;
}
.marker {
  background:linear-gradient(transparent 94%, rgba(255, 255, 255, 1) 94%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition:background-size 1s;
}
.marker.on {
    background-size: 100% 100%;
    padding: 1% 0;
}
.storong{
    font-size: 130%;
    font-weight: 600;
}




/*********************************************
コンテンツ
**********************************************/

#lp_contents{
    width: 100%;
    text-align: center;
    position:relative;
    margin: 15% auto 0%;
    display: block;
}
#lp_contents .section{
    width: 90%;
    position: relative;
    display: inline-block;
    margin: 15% auto 20%;
    text-align: center;
    background: #f2dad0;
    border: 1px solid #8e232e;
}

#lp_contents .staff_box{
    width: 100%;
    background: #FFFFFF;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 3% 0;
    border-bottom:#8e232e 1px solid;
}
#lp_contents .staff_box .ttl{
    position: absolute;
    width: 60%;
    top: -18%;
    left: 35%;
}
#lp_contents .staff_box .inner{
    width: 80%;
    display: flex;
    text-align: center;
    margin: 0 auto;
    justify-content:space-between;
}
#lp_contents .staff_box .inner .img{
    width: 40%;
}
#lp_contents .staff_box .inner .detail{
    width: 48%;
    display: inline-block;
    margin: 3% auto 0;
}
#lp_contents .staff_box .inner .detail .name{
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
}
#lp_contents .staff_box .inner .detail .name span{
    font-size: 80%;
}
#lp_contents .staff_box .inner .detail p{
    font-size: 14px;
    text-align: center;
    margin: 5% auto;
    display: inline-block;
    line-height: 1.8em;
    letter-spacing: 0px;
}
#lp_contents .staff_box .inner .detail .sns{
    width: 40%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin: 2% auto;
}
#lp_contents .staff_box .inner .detail .sns .snsimg{
    width: 46%;
}
#lp_contents .item_box{
    width: 100%;
    position: relative;
    margin: 3% auto;
    display: inline-block;
}
#lp_contents .item_box .ttl{
    width: 35%;
    text-align: center;
    margin: 5% auto;
    display: block;
}
#lp_contents .item_box .main{
    width: 100%;
}
#lp_contents .item_box .sub{
    width: 100%;
    position: relative;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
#lp_contents .item_box .sub img{
    width: 50%;
}
#lp_contents .item_box .sub .credit{
    width: 50%;
    text-align: center;
    display: inline-block;
}
#lp_contents .item_box .sub .credit p{
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    line-height: 1.9em;
}
#lp_contents .item_box .text{
    width: 80%;
    background: #FFFFFF;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    padding: 5% 0;
    margin: 8% auto;
}
#lp_contents .item_box .text .ttl2{
    width: 45%;
    position: absolute;
    left: 30%;
    top: -10%;
    
}
#lp_contents .item_box .text p{
    font-size: 14px;
    text-align: left;
    display: inline-block;
    line-height: 1.8em;
    font-weight: 400;
    margin: 5% auto;
}
#lp_contents .style_box{
    width: 100%;
    padding: 10% 0 5%;
    border-top: 4px #8e232e solid;
}
#lp_contents .style_box .ttl{
    width: 50%;
    text-align: center;
    margin: 0% auto 5%;
    display: block;
}

/* ============ ボタン ============ */

.btn01 a {
    background: #333333;
    background: #FFFFFF;
    border: 2px solid #8e232e;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5% auto;
    width: 50%;
    padding: 1.5% 0%;
    color: #FFFFFF;
    color: #8e232e;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0px;
    float: none;
    line-height: 2em;
    font-family: 'Inter', sans-serif;
}
.btn01 a:hover {
    background: #333333;
    color: #FFFFFF;
    border: 2px solid #333333;
}

.btn02 a {
	position: relative;
    width: 90%;
    color: #0080c2;
    display: flex;
    justify-content: space-around;
    align-items: center;
	letter-spacing: .8;
    line-height: 2.0;
    font-size: 13px;
    padding: 2% 0;
    border: #0080c2 1px solid;
    text-align: center;
    transition: 0.3s ease-in-out;
    margin: 0% auto 0%;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
}
.btn02 a:hover {
    background: #333333;
    color: #FFFFFF;
    border: #333333 1px solid;
}
.btn02 a::after {
    position: absolute;
    content: "+";
    right: 2%;
    bottom: 2%;
    font-size: 21px;
    font-weight: 300;
}
.btn_all a {
    background: #8e232e;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5% auto 0;
    width: 80%;
    padding: 3% 2%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 15px;
    float: none;
    border-radius: 5px;
    line-height: 2em;
    /*font-family: 'Inter', sans-serif;*/
}
.btn_all a:hover {
    background: #222222;
    color: #FFFFFF;
}
.btn_all 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;
}
.btn_all a:hover:after {
    border-color: #FFFFFF;
}


.pc{
    display:block;
}
.sp {
	display:none;
}
.clear{
    clear: both;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.small{
    font-size: 80%;
}



/**********************************************
　　　　　　　　　　　　SP
**********************************************/

@media only screen and (max-width:768px){
	#lp_wrap {
		width: 100%;
        padding: 20% 0 25%;
        
	}
    #lp_head .head .img_r{
        width: 40%;
    }
    #lp_head .title{
        width: 55%;
    }
    #lp_head h1{
        font-size: 24px;
        margin: 5% auto;
    }
    #lp_head .lead{
        font-size: 14px;
        line-height: 2em;
        letter-spacing: 0px;
        
    }
    .storong{
    font-size: 110%;
    font-weight: 600;
    }
    #lp_contents .section{
        width: 96%;
        margin: 20% auto;
    }
    #lp_contents .staff_box{
        padding: 5% 0;
    }
    #lp_contents .staff_box .ttl{
        width: 85%;
        left: 10%;
        top: -21%;
    }
    #lp_contents .staff_box .inner{
        width: 90%;
    }
    #lp_contents .staff_box .inner .img{
        width: 45%;
    }
    #lp_contents .staff_box .inner .detail{
        margin: 5% auto 0;
    }
    #lp_contents .staff_box .inner .detail .name{
        font-size: 18px;
    }
    #lp_contents .staff_box .inner .detail p{
        font-size: 11px;
    }
    #lp_contents .staff_box .inner .detail .sns{
        width: 50%;
    }
    #lp_contents .item_box .ttl{
        width: 40%;
    }
    #lp_contents .item_box .sub .credit p{
        font-size: 13px;
    }
    #lp_contents .item_box .text{
        width: 90%;
        margin: 10% auto;
    }
    #lp_contents .item_box .text .ttl2{
        width: 50%;
        left: 25%;
        top: -15%;
    }
    #lp_contents .item_box .text p{
        font-size: 12px;
        margin: 5% auto 5%;
    }
    #lp_contents .style_box .ttl{
        width: 60%;
        margin-bottom: 10%;
    }
    #lp_contents .style_box .style{
        width: 83%;
        text-align: center;
        margin: 0 auto;
    }
    .btn01 a{
        width: 70%;
        font-size: 11px;
    }
    .btn_all a{
        width: 90%;
        font-size: 14px;
        padding: 4% 2%;
        margin: 0 auto;
    }

    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }

}