@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;
}
body{
    margin: 0;
    padding: 0;
}

#lp_wrap{
    width: 100%;
	text-align: center;
	margin: 0% auto;
    color: #000000;
    display: block;
    padding:0;
    background: #EBEBEB;
    background: #FFFFFF;
    font-weight: 400;
    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;
}


.Rubik{
    font-family: "Rubik", sans-serif;
}
.Inter{
    font-family: "Inter", serif;
}
.Hiragino{
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
}

#lp_head .head{
    max-width: 1100px;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 5% auto 0;
    position: relative;
}
#lp_head .title{
    width: 45%;
    text-align: center;
    margin: 5% auto;
}
#lp_head .lead{
    width: 100%;
    font-size: 18px;
    text-align: center;
    margin: 0% auto;
    position: relative;
    display: inline-block;
    line-height: 2.5em;
    font-weight: 400;
}
#lp_head .lead span{
    font-size: 120%;
}

#lp_head .title{
    opacity: 0;
	transition: 1.5s all 0.2s ease;
}
#lp_head .lead{
    opacity: 0;
    transform: translateY(30px);
    transition: 1.5s all 0.4s ease;
}
#lp_head.ac .title,#lp_head.ac .lead{
	opacity: 1;
    transform: translate(0);
}
#lp_head .tab-container {
    max-width: 1000px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 40px  auto;
}

#lp_head .tab {
    width: 20%;
    color: #000000;
    position: relative;
    border-radius: 100vh;
    border: 2px solid;
    padding: 10px 25px 20px;
    text-align: center;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.2s;
    
}

#lp_head .tab:hover {
  transform: scale(1.03);
}

#lp_head .tab::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
}

#lp_head .tab01 {
  border-color: #7daee2;
}
#lp_head .tab02 {
  border-color: #ff8d8d;
}
#lp_head .tab03 {
  border-color: #80e6a0;
}


#lp_contents{
    width: 100%;
    text-align: center;
    position:relative;
    margin: 0 auto;
    display: block;
    background: #FFFFFF;
    padding: 5% 0;
}
#lp_contents section{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 0% 0 0;
}
#lp_contents section .inner{
    max-width: 1100px;
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
#lp_contents section:nth-of-type(1){
    background: #e4f0fa;
}
#lp_contents section:nth-of-type(2){
    background: #ffe8e8;
}
#lp_contents section:nth-of-type(3){
    background: #e5faed;
}

#lp_contents section .ttl{
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.7em;
    font-weight: 600;
    background: #a6cced;
    color: #FFFFFF;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
#lp_contents section:nth-of-type(2) .ttl{
    background: #ffb3b3;
}
#lp_contents section:nth-of-type(3) .ttl{
    background: #80e6a0;
}

#lp_contents section .style_box{
    width: 85%;
    text-align: center;
    margin: 5% auto;
    display: inline-block;
    position: relative;
}
#lp_contents section .style_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 4%;
    grid-row: auto;
}
#lp_contents section .style_box ul li{
    display: inline-block;
    position: relative;
}

#lp_contents section .scene{
    font-size: 17px;
    font-family: "Inter", serif;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 0px;
}
.col01{
    color: #5a8fd5;
}
.col02{
    color: #ff6a6a;
}
.col03{
    color: #25c76e;
}



#lp_contents section .style_box ul li .img{
    width: 100%;
    display: block;
    margin: 5% auto 0;
}
#lp_contents section .cmt {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 5% auto;
    padding: 1em 2em;
    border-radius: 10px;
    background-color: #ffffff;
    color: #333333;
    font-size: 13px;
    text-align: left;
}

#lp_contents section .cmt::before {
    position: absolute;
    top: -15px;
    width: 30px;
    height: 15px;
    background-color: #ffffff;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    content: '';
}


#lp_contents section .staff_box{
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 3% 4%;
    background: #FFFFFF;
    margin: 0% auto 5%;
    position: relative;
    letter-spacing: .5px;
}
#lp_contents section .staff_box .staffimg{
    width: 120px;
    clip-path: circle(50%);
}
#lp_contents section .staff_box .text-area{
    flex: 1;
    padding-left: 5.3968253968%;
}
#lp_contents section .staff_box .text-area .shop{
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 9px;
    text-align: left;
    color: #333333;
    
}
#lp_contents section .staff_box .text-area .shop span{
    font-size: 135%;
    font-weight: 600;
}
#lp_contents section .staff_box .text-area .socials{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#lp_contents section .staff_box .text-area .socials li a {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}
#lp_contents section .staff_box .text-area .socials li a img {
    width: 35px;
}
#lp_footer{
    max-width: 1100px;
    width: 100%;
    display: block;
    background: #FFFFFF;
    position: relative;
    margin: 0 auto;
    text-align: center;
}


/* ======================== ボタン======================== */
.btn01 a {
    background: #444;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0% auto 5%;
    width: 98%;
    padding: 3% 0%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6em;
    border: #444 1px solid;
    border-radius: 5px;
    
}

.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;
}

.btn02 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5% auto;
    width: 70%;
    padding: 2% 2%;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: 0px;
    border-radius:100vh;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
.btn02 a:after {
    content: '';
    width: 7px;
    height: 7px;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

.btn03{
    max-width: 1100px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.btn03 a {
    background: #A6A6A6;
    border: #A6A6A6 2px solid;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 10% auto;
    width: 62%;
    padding: 3% 0%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 16px;
    line-height: 1em;
    border-radius: 5px;
    letter-spacing: 0px;
}


#lp_contents section:nth-of-type(1) .btn02 a{
    background: #FFFFFF;
    border: #5a8fd5 2px solid;
    color: #5a8fd5;
}
#lp_contents section:nth-of-type(1) .btn02 a:after{
    border-top: 2px solid #5a8fd5;
    border-right: 2px solid #5a8fd5;    
}

#lp_contents section:nth-of-type(2) .btn02 a{
    background: #FFFFFF;
    border: #ff6a6a 2px solid;
    color: #ff6a6a;
}
#lp_contents section:nth-of-type(2) .btn02 a:after{
    border-top: 2px solid #ff6a6a;
    border-right: 2px solid #ff6a6a;    
}

#lp_contents section:nth-of-type(3) .btn02 a{
    background: #FFFFFF;
    border: #25c76e 2px solid;
    color: #25c76e;
}
#lp_contents section:nth-of-type(3) .btn02 a:after{
    border-top: 2px solid #25c76e;
    border-right: 2px solid #25c76e;    
}


.pc{
    display:block;
}
.sp {
	display:none;
}
.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%;
        background: #FFFFFF;
        padding: 8% 0 15%;
	}
    #lp_head .title{
        width: 80%;
        margin: 6% auto;
    }
    #lp_head .lead{
        font-size: 14px;
        font-weight: 400;
        line-height: 1.8em;
        margin: 5% auto;
    }
    #lp_head .lead span{
        font-size: 14px;
    }
    #lp_head .tab-container{
        width: 70%;
        margin: 5% auto;
        flex-wrap: wrap;
    }
    #lp_head .tab{
        width: 100%;
        font-size: 13px;
    }
    #lp_contents{
        margin: 5% auto;
    }
    #lp_contents section{
        padding: 0% 0 5%;
    }
    #lp_contents section .ttl{
        font-size: 16px;
        font-weight: normal;
        line-height: 2.5em;
        margin-bottom: 5%;
    }
    #lp_contents section .style_box{
        width: 94%;
    }
    #lp_contents section .style_box ul{
        grid-column-gap: 2%;
    }
    #lp_contents section .scene{
        font-size: 12px;
    }
    #lp_contents section .cmt{
        font-size: 11px;
        padding: 1em 1em;
        border-radius: 4px;
    }
    #lp_contents section .cmt::before{
        top: -8px;
        width: 20px;
        height: 10px;
    }
    #lp_contents section:nth-of-type(1) .cmt{
        height: 165px;
    }
    #lp_contents section:nth-of-type(2) .cmt{
        height: 165px;
    }
    #lp_contents section:nth-of-type(4) .cmt{
        height: 130px;
    }
    #lp_contents section .staff_box{
        display: inline-block;
        padding: 4% 2%;
        height: 200px;
    }
    #lp_contents section .staff_box .staffimg{
        width: 40%;
        text-align: center;
        margin: 2% auto 5%;
    }
    #lp_contents section .staff_box .text-area .shop{
        text-align: center;
        font-size: 10px;
        letter-spacing: 0px;
    }
    #lp_contents section .staff_box .text-area .shop span{
        font-size: 12px;
    }
    #lp_contents section .staff_box .text-area .socials{
        justify-content: center;
    }
    
    .btn01 a{
        width: 98%;
        font-size: 10px;
        margin: 10% auto;
        line-height: 2em;
        letter-spacing: 0px;
        border-radius: 2px;
    }
    .btn01 a:after{
        width: 5px;
        height: 5px;
    }
    .btn02 a{
        width: 95%;
        font-size: 13px;
        margin: 5% auto 10%;
        line-height: 2.4em;
        letter-spacing: 0px;
    }
    .btn01 a:after{
        right: 15px;
    }
    
    .btn03 a{
        width: 85%;
        font-size: 12px;
        letter-spacing: 0px;
        padding: 3% 0;
        line-height: 3em;
    }

    .footer{
        font-size: 11px;
        padding: 2% 0;
    }
    .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);
}