@charset "utf-8";

*:focus {
  outline: none;
}
body{
    margin: 0;
    padding: 0;
}

#lp_wrap{
    width: 100%;
	text-align: center;
	margin: 0% auto;
    color: #333;
    display: block;
    padding:0;
    font-weight: 400;
    overflow: hidden;
    line-height: 1.6em;
    letter-spacing: 1px;
    font-family: "Noto Sans JP", serif;
    background: #eaf4f7;
    background: #F4F4F4;
    
}
#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;
}
.Notosans-jp{
    font-family: "Noto Sans JP", serif;
}
.Inter{
    font-family: "Inter", serif;
}
.Rubik{
    font-family: "Rubik", serif;
}
/* ==================================== 
header
======================================= */

#lp_head .head{
    max-width: 1500px;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
#lp_head .visual ul{
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 0 auto;
}
#lp_head .visual ul li{
    width: 33.6%;
    float: left;
    margin: 0 auto;
    position: relative;
    opacity: 0;
    animation: fadeIn 1.5s forwards;
}
#lp_head .visual ul li:nth-of-type(2){
    width: 22.134%;
    animation-delay: .2s;
}
#lp_head .visual ul li:nth-of-type(3){
    width: 22.134%;
    animation-delay: .4s;
}
#lp_head .visual ul li:nth-of-type(4){
    width: 22.134%;
    animation-delay: .6s;
}
#lp_head .visual ul li:nth-of-type(5){
    width: 33.2%;
    animation-delay: .8s;
}
#lp_head .visual ul li:nth-of-type(6){
    width: 33.2%;
    animation-delay: 1s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#lp_head .title{
    width: 40%;
    position: absolute;
    top: 40%;
    left:30%;
}
#lp_head .lead{
    width: 100%;
    font-size: 1.3vw;
    text-align: center;
    margin: 5% auto;
    position: relative;
    display: inline-block;
    line-height: 2em;
}
#lp_head .visual{
    opacity: 0;
    transition: 2s all 0.2s ease;
}
#lp_head .title{
    opacity: 0;
	transition: 2s all 0.6s ease;
}
#lp_head .lead{
    opacity: 0;
    transform: translateY(30px);
    transition: 2s all 0.6s ease;
}
#lp_head.ac .visual,#lp_head.ac .title,#lp_head.ac .lead{
	opacity: 1;
    transform: translate(0);
}

/* ======================================================================== 
　　Contents
=========================================================================== */

#lp_contents{
    max-width: 1000px;
    width: 100%;
    text-align: center;
    position:relative;
    margin: 0 auto;
    display: block;
    padding: 5% 0 0;
}
#lp_contents section{
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 8% auto 5%;
}
#lp_contents section .no{
    width: 45%;
    float: right;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
#lp_contents section:nth-of-type(even) .no{
    float:left;
}
#lp_contents section .no img{
    width: 40%;
    float: left;
}
#lp_contents section .main{
    width: 50%;
    float: left;
    position: relative;
    display: block;
}
#lp_contents section:nth-of-type(even) .main{
    float: right;
}
#lp_contents section .item_box{
    width: 45%;
    float: right;
    margin: 2% auto 0;
    display: inline-block;
    position: relative;
}
#lp_contents section:nth-of-type(even) .item_box{
    float: left;
}
#lp_contents section .item_box .item{
    font-size: 18px;
    line-height: 1.8em;
    font-weight: 500;
    font-family: "Noto Sans JP", serif;
    text-align: left;
    margin: 0 auto;
    letter-spacing: 2px;
}
#lp_contents section .style{
    width: 45%;
    float: right;
}
#lp_contents section:nth-of-type(even) .style{
    float: left;
}

#lp_contents section .txt_box{
    width: 35%;
    float: left;
    display: inline-block;
    position: relative;
    margin-left: 15%;
    margin-top: 4%;
}
#lp_contents section:nth-of-type(even) .txt_box{
    width: 38%;
    float: right;
    margin-right: 12%;
    margin-left: 0%;
}
#lp_contents section:nth-of-type(5) .txt_box{
    width: 38%;
    margin-left: 12%;
}
#lp_contents section .txt_box .ttl{
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 10% auto 0;
}
#lp_contents section .txt_box .ttl img{
    width: 30%;
    position: relative;
    float: left;
}
#lp_contents section .txt_box p{
    font-size: 13px;
    text-align: left;
    line-height: 1.8em;
    margin: 0 auto;
}



/* ======================== ボタン======================== */

.btn01 a {
    background: #333;
    color: #fff;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 2% auto 10%;
    width: 45%;
    padding: 2% 2%;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5em;
    /*border: #333 1px solid;*/
    font-family: "Rubik", serif;
    float: left;
}
.btn01 a:hover {
    background:#333;
    color: #FFFFFF;
}
.btn02 a {
    position: relative;
    display: flex;
    /*justify-content: space-around;*/
    align-items: center;
    margin: 10% auto 0;
    width: 90%;
    padding: 1% 2%;
    color: #333;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 13px;
    border-radius: 0px;
    line-height: 1.8em;
    border-bottom: #333 1px solid;
    font-family: "Rubik", serif;
    letter-spacing: 0px;
    grid-auto-flow: column;
    float: left;
    text-align: left;
}
/*.btn02 a:hover {
    background: #dddddd;
    color: #000000;
}*/
.btn02 a:after {
    content: '';
    width: 5px;
    height: 5px;
    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;
}








.pc{
    display:block;
}
.sp {
	display:none;
}
.small{
    font-size: 70%;
    letter-spacing: 0px;
}
.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%;
	}
    #lp_head .head{
        display: block;
    }
    #lp_head .title{
        width: 60%;
        left: 20%;
    }
    #lp_head .lead{
        width: 100%;
        text-align: center;
        float: none;
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        line-height: 2em;
        margin: 0 auto;
        padding: 10% 0;
        letter-spacing: 0.5px;
    }
    #lp_contents section{
        width: 86%;
    }
    #lp_contents section .no{
        width: 100%;
        position: absolute;
        top: -2%;
        left: 0;
        z-index: 10;
    }
    #lp_contents section .no img{
        width: 30%;
    }
    
    #lp_contents section .main{
        width: 100%;
        float: none;
        text-align: center;
        position: relative;
        z-index: 5;
    }
    #lp_contents section .item_box{
        width: 90%;
        float: none;
        text-align: center;
        margin: 5% auto;
    }
    #lp_contents section:nth-of-type(even) .item_box{
        float: none;
    }
    #lp_contents section .item_box .item{
        font-size: 15px;
        text-align: center;
    }
    #lp_contents section .style{
        width: 90%;
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    #lp_contents section:nth-of-type(even) .style{
        float: none;
    }
    #lp_contents section .txt_box{
        width: 90%;
        margin: 0% auto;
        float: none;
        text-align: center;
    }
    #lp_contents section:nth-of-type(even) .txt_box{
        width: 90%;
        margin: 0% auto;
        float: none;
        text-align: center;
    }
    #lp_contents section:nth-of-type(5) .txt_box{
        width: 90%;
        margin: 0% auto;
        float: none;
        text-align: center;
    }
    #lp_contents section .txt_box .ttl{
        margin: 5% auto 0;
    }
    #lp_contents section .txt_box .ttl img{
        width: 20%;
    }
    #lp_contents section .txt_box p{
        font-size: 12px;
    }
    .btn01 a{
        float: none;
        text-align: center;
        margin: 5% auto;
        width: 95%;
        font-size: 13px;
        line-height: 2em;
        
    }
    .btn02 a{
        width: 95%;
        margin: 8% auto 5%;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }

}

.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;
}
.fade01.ac,.fade02.ac,.fade03.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);
}
