@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&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@300;400;500;700&display=swap');

*:focus {
  outline: none;
}

#lp_wrap{
    width: 100%;
	text-align: center;
	margin: 0% auto;
    color: #000000;
    display: block;
    padding: 5% 0 0;
    letter-spacing: 1px;
    font-family: 'Noto Sans JP', sans-serif;
    background: #f1edea;
    -webkit-animation: fadein 1s forwards ease;
    animation: fadein 1s 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{
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin: 0 auto;

}
#lp_head .title{
    width: 50%;
    text-align: center;
    margin: 2% auto;
    display: block;
    position: relative;
}
#lp_head .title_s{
    width: 50%;
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
}
#lp_head .pre{
    width: 20%;
    text-align: center;
    margin: 2% auto;
    
}
#lp_head .lead{
    font-size: 17px;
    text-align: center;
    display:inline-block;
    margin: 5% auto;
    font-weight: 400;
    line-height: 2em;
    
}
#lp_contents{
    width: 100%;
    text-align: center;
    position:relative;
    margin: 5% auto 0%;
}
#lp_contents .lp_box{
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin: 5% auto;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
#lp_contents .lp_box .no{
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 6%;
    display: block;
    font-family: 'Inter', sans-serif;
    color: #a04908;
    line-height: 1em;
    
}
#lp_contents .lp_box .mainimg{
    width: 48%;
}
#lp_contents .lp_box .staff_box{
    width: 48%;
    display: inline-block;
    margin: 0% auto 0;
    border-bottom: #a04908 dotted 1px;
    border-top: #a04908 dotted 1px;
    padding: 0.5% 0;
}
#lp_contents .lp_box .staff_box .staff{
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
#lp_contents .lp_box .staff_box .staff .icon{
    width: 30%;
    float: left;
    margin: 0 auto;
}
#lp_contents .lp_box .staff_box .staff .detail{
    width: 60%;
    float:left;
    display: inline-block;
    margin: 3% auto 0;
    margin-left: 5%;
}
#lp_contents .lp_box .staff_box .staff .detail p{
    font-size: 17px;
    text-align: left;
    line-height: 1.5em;
    font-weight: 500;
    margin: 3% auto 0;
}
#lp_contents .lp_box .staff_box .staff .detail p span{
    font-size: 70%;
}
#lp_contents .lp_box .staff_box .staff .detail .ig{
    width: 13%;
    float: left;
    margin-right: 5%;
    
}
#lp_contents .lp_box .staff_box .staff .detail .sb{
    width: 13%;
    float: left;
    
}



#lp_contents .lp_box .item_box{
    width: 48%;
    display: inline-block;
    position: relative;
    margin: 2% auto 0;
}
#lp_contents .lp_box .item_box .item{
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.8em;
    font-weight: 500;
}
.balloon-002 {
    display: flex;
    justify-content: center;
    position: relative;
    width: 99%;
    margin: 5% auto 8%;
    padding: 5% 0 3%;
    border: 1px solid #1a1a1a;
    border-radius: 5px;
    background-color: #fff;
    color: #333333;
}

.balloon-002::before,
.balloon-002::after {
    position: absolute;
    top: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    content: '';
}

.balloon-002::before {
    background-color: #1a1a1a;
}

.balloon-002::after {
    top: -13.5px;
    background-color: #fff;
}
.balloon-002 .inner{
    width: 80%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}
.balloon-002 p{
    font-size: 13px;
    text-align: left;
    line-height: 1.7em;
    font-weight: 400;
    margin: 4% auto;
}
.balloon-002 .point{
    width: 30%;
    text-align: center;
    margin: 0 auto;
    
}
#lp_foot{
    width: 100%;
    text-align: center;
    display: inline-block;
    position: relative;
}
#lp_foot .lead{
    font-size: 17px;
    text-align: center;
    display:inline-block;
    margin: 5% auto 0%;
    font-weight: 400;
    line-height: 1.8em;
    
}
#lp_foot .foot{
    background:#cfab91;
    color: #FFFFFF;
    padding: 0.5% 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 1px;
    margin: 5% auto 0;
    font-family: 'Lato', sans-serif;
    
}


/* ============ ボタン ============ */

.button001 a {
    background: #212121;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 48%;
    padding: 2.5% 2%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 15px;
    border-radius: 100vh;
    float: left;
    font-family: 'Inter', sans-serif;
    border: #212121 1px solid;;
}
.button001 a:hover {
    background: #a04908;
    color: #FFF;
    border: #a04908 1px solid;
}
.button001 a:after {
    content: '';
    width: 4px;
    height: 4px;
    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;
}
.button001 a:hover:after {
    border-color: #FFF;
}


.button002 a {
    background: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 48%;
    padding: 2.5% 2%;
    color: #a04908;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 15px;
    border-radius: 100vh;
    float: right;
    font-family: 'Inter', sans-serif;
    border: #a04908 1px solid;
}
.button002 a:after {
    content: '';
    width: 4px;
    height: 4px;
    border-top: 2px solid #a04908;
    border-right: 2px solid #a04908;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button002 a:hover {
    background: #a04908;
    color: #FFF;
    border: #a04908 1px solid;
}
.button002 a:hover:after {
    border-color: #FFF;
}
.button003 a {
    background:#cf9fb2;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 2% auto;
    width: 30%;
    padding: 1.5% 2%;
    color: #000000;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 15px;
    border-radius: 5px;
    float: none;
    font-family: 'Inter', sans-serif;
    border: #902433 1px solid;;
}
.button003 a:hover {
    background: #902433;
    color: #FFF;
    border: #902433 1px solid;
}
.button003 a:after {
    content: '';
    width: 4px;
    height: 4px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
    border-color: #FFF;
}
.pc{
    display:block;
}
.sp {
	display:none;
}
.clear{
    clear: both;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.small{
    font-size: 50%;
}

.hr01 {
    width: 100%;
    text-align: center;
	border: 0;
	height: 3px;
	background-image: repeating-linear-gradient(45deg, #979797 0px, #979797 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 5px 5px;
    margin: 0% auto;
}
.hr02 {
    width: 100%;
    text-align: center;
    border-bottom:1px solid #B0B0B0;
    margin: 5% auto;
}



/**********************************************
　　　　　　　　　　　　SP
**********************************************/

@media only screen and (max-width:768px){
	#lp_wrap {
		width: 100%;
        padding: 10% 0 0%;
	}
    #lp_head{
        width: 100%;
    }
    #lp_head .title_s{
        width: 82%;
    }
    #lp_head .title{
        width: 80%;
    }
    #lp_head .pre{
        width: 40%;
        margin-top: 5%;
    }
    #lp_head .lead{
        font-size: 14px;
    }
    #lp_contents{
        margin: 10% auto 0;
    }
    #lp_contents .lp_box{
        width: 90%;
        margin: 10% auto;
    }
    #lp_contents .lp_box .no{
        font-size: 24px;
    }
    #lp_contents .lp_box .staff_box{
        width: 100%;
        margin: 0 auto 6%;
        padding: 1% 0;
    }
    #lp_contents .lp_box .staff_box .staff .icon{
        width: 35%;
    }
    #lp_contents .lp_box .staff_box .staff .detail{
        margin: 6% auto 0;
        margin-left: 5%;
    }
    #lp_contents .lp_box .staff_box .staff .detail p{
        font-size: 14px;
        margin: 2% auto;
    }
    #lp_contents .lp_box .staff_box .staff .detail .ig{
        width: 15%;
    }
    #lp_contents .lp_box .staff_box .staff .detail .sb{
        width: 15%;
    }
    
    
    #lp_contents .lp_box .mainimg{
        width: 100%;
        margin: 2% auto;
    }
    #lp_contents .lp_box .item_box{
        width: 100%;
    }
    #lp_contents .lp_box .item_box .item{
        font-size: 15px;
        margin: 5% auto 8%;
    }
    .balloon-002 .point{
        width: 33%;
    }
    .balloon-002 p{
        font-size: 12px;
    }
    #lp_foot .lead{
        font-size: 14px;
    }
    #lp_foot .foot{
        line-height: 2em;
        font-size: 13px;
        margin: 10% auto 0;
    }
    .button001 a{
        width: 90%;
        float: none;
        text-align: center;
        font-size: 13px;
        padding: 3.5% 2%;
        letter-spacing: 0px;
    }
    .button002 a{
        width: 90%;
        float: none;
        text-align: center;
        margin: 5% auto 0;
        font-size: 13px;
        padding: 3.5% 2%;
        letter-spacing: 0px;
    }
    .hr01{
        margin: 5% auto;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
    .MT10{
        margin-top: 15%;
    }
}