@charset "utf-8";

*:focus {
  outline: none;
}
body{
    margin: 0;
    padding: 0;
}
.Notosans-jp{
    font-family: "Noto Sans JP", sans-serif;
}
.Inter{
    font-family: "Inter", serif;
}
.Baskervville{
    font-family: "Baskervville", serif;
}
.NotoSerifJP{
    font-family: "Noto Serif JP", serif;
    
}
.abril-fatface-regular{
    font-family: "Abril Fatface", serif;
}

.sticky__container{
	display: flex;
	min-height: 100vh;
background: #ffffff;
background: linear-gradient(122deg,rgba(255, 255, 255, 1) 0%, rgba(209, 204, 198, 1) 100%);
    background-repeat: repeat;
    background-attachment: fixed;
	/*justify-content: center;*/
}
.pcBox{
	height: 100vh;
	position: sticky;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: .3;
}
.spBox{
	display: none;
}


#lp_wrap{
	max-width: 600px;
    width: 100%;
	text-align: center;
	margin: 0% auto;
	padding: 0;
	display: block;
    color: #333;
	background: #ede7e2;
    font-weight: 400;
    overflow: hidden;
    line-height: 1.6em;
    letter-spacing: .5px;
	padding-bottom: 5%;
    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;
}

/* ==================================== 
header
======================================= */
#lp_head{
	width: 100%;
    margin: 0% auto;
	display: block;
	padding: 0;
	position: relative;
}
#lp_head .head{
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	position: relative;
}
#lp_head .visual{
	width: 100%;
	position: relative;
	display: inline-block;
	z-index: 2;
	overflow: hidden;
    padding: 30% 0 20%;
  animation: fade-in 3s;
  animation-fill-mode: forwards;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#lp_head .title{
    position: absolute;
    width: 60%;
    left: 5%;
    top: 10%;
}
#lp_head .title_s{
    position: absolute;
    width: 40%;
    bottom: 5%;
    right: 5%;
}
#lp_head .lead{
    width: 100%;
    font-size:17px;
    text-align: center;
    margin:5% auto 5%;
    position: relative;
    display: inline-block;
    line-height: 2em;
	font-weight: 400;
    font-family: "Open Sans", "Zen Kaku Gothic New", system-ui, -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
#lp_head .lead span{
	font-weight: 500;
	font-size: 110%;
}
#lp_head .movie_area{
	width: 100%;
	display: inline-block;
	position: relative;
	margin: 10% auto 0%;
	padding: 0%;
}
.movie{
	width: 80%;
	margin: 0 auto 10%;
}

video{
	width: 100%;
	height: auto;
}
#lp_head .title{
    opacity: 0;
	transform: translateY(50px);
	transition: 1.5s all 0.4s ease;
}
#lp_head .title_s{
    opacity: 0;
	transform: translateY(50px);
	transition: 1.5s all 0.8s ease;
}

#lp_head.ac .title,#lp_head.ac .title_s{
	opacity: 1;
    transform: translate(0);
    
}

/* ======================================================================== 
　　Contents
=========================================================================== */

#lp_contents{
    width: 100%;
    text-align: center;
    position:relative;
    margin: 10% auto;
    display: block;
}
#lp_contents section{
    width: 100%;
    padding: 0% 0 10%;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    font-family: "zen-kaku-gothic-antique", sans-serif;
}



#lp_contents section .main{
    width: 80%;
    float:left;
}
#lp_contents section .sub-1{
    width: 50%;
    float: right;
    margin-top: 5%;
}
#lp_contents section .sub-2{
    width: 45%;
    float: left;
    margin-top: 40%;
}
#lp_contents section:nth-of-type(2) .main{
    width: 80%;
    float:right;
}
#lp_contents section .sub-1{
    width: 50%;
    float: right;
    margin-top: 5%;
}
#lp_contents section .sub-2{
    width: 45%;
    float: left;
    margin-top: 40%;
}
#lp_contents section:nth-of-type(2) .sub-1{
    width: 50%;
    float: left;
    margin-top: 5%;
}
#lp_contents section:nth-of-type(2) .sub-2{
    width: 45%;
    float:right;
    margin-top: 40%;
}
#lp_contents section .heading_box{
    position: absolute;
    width: 10%;
    right: 5%;
    top: 10%;
    z-index: 5;
    display: inline-block;
}
#lp_contents section .heading_box .heading{
    width: 24px;
    text-align: center;
    margin: 0 auto;
}
#lp_contents section:nth-of-type(2) .heading_box{
    right: 85%;
    top: 15%;
}
#lp_contents section:nth-of-type(3) .heading_box{
    top: 22.5%;
}


#lp_contents .item_area{
    width: 100%;
    text-align: center;
    margin: 10% auto;
    position: relative;
    display: inline-block;
    background: #f6f3f0;
    padding: 10% 0;
    
}
#lp_contents .item_area .ttl{
    width: 30%;
    text-align: center;
    margin: -14% auto 0;
    display: block;
    position: relative;
}
#lp_contents .item_area .item ul{
    width: 90%;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:2%;
    margin: 5% auto;
}
#lp_contents .item_area .item ul li{
    display: inline-block;
    position: relative;
}
#lp_contents .item_area .item ul li .name{
    font-size: 13px;
    text-align: center;
    margin: 0% auto;
    line-height: 1em;
    padding: 10% 0;
    letter-spacing: 0px;
}
#lp_contents .item_area .item img{
    border: #e6e0dc 1px solid;
}

#lp_footer .footer{
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 5% auto;
}
#lp_footer .staff_credit{
    width: 80%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: inline-block;
}
#lp_footer .staff_credit .bg{
    width: 100%;
}
#lp_footer .staff_credit .txt{
    position: absolute;
    place-self: center;
    inset: 0;
    color: #FFFFFF;
    font-family: "Baskervville", serif;
    line-height: 1.6em;
    font-size: 13px;
    font-weight: 600;
    
}
#lp_footer .lp_logo{
		width: 20%;
		margin: 10% auto 5%;
	}
#lp_footer .sns_area{
    width: 45%;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
#lp_footer .sns_area ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap:10%;
}
#lp_footer .sns_area ul li{
    position: relative;
}
#lp_footer .copy{
    font-size: 13px;
    text-align: center;
    margin: 5% auto;
    font-family: "helvetica-lt-pro", sans-serif;
}

/* ================================================ 
allボタン
================================================ */


/*=====ボタンall=====*/
.btn_all a{
	background: #FFFFFF;
	color: #000000;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10% auto 5%;
    width: 70%;
    padding: 2.8% 0%;
    transition: 0.3s ease-in-out;
    font-size: 20px;
    line-height: 2em;
    border: #000000 1px solid;
    font-family: "Baskervville", serif;
    font-weight: 700;
    
}
.btn_all a:hover {
    background: #222;
    color: #FFFFFF;
}
.btn_all a:after {
    content: '';
    width: 7px;
    height: 7px;
    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;

}
.btn_all a:hover:after {
    border-color: #FFFFFF;
}



.pc{
    display:block;
}
.sp {
	display:none;
}
.small{
    font-size: 70%;
    letter-spacing: 0px;
}
.clear{
    clear: both;
}
.Left{
    float: left;
}
.Right{
    float: right;
}



/* ================================================ 
　　　　　　　　　　　　CSS動き
================================================ */
/* ============ fade CSS ============ */
.slider{
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: anime 4s 0s infinite;
}

.slider:nth-of-type(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.slider img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}

@keyframes anime {
0% {
opacity: 1;
}
50% {
opacity: 1;
}
60% {
opacity: 0;
z-index: 10;
}
100% {
opacity: 0;
}
}





/**********************************************
　　　　　　　　　　　　SP
**********************************************/

@media only screen and (max-width:768px){
	#lp_wrap {
		width: 100%;
		padding-bottom: 10%;
	}
    #lp_head .title{
        width: 65%;
    }
    #lp_head .lead{
        font-size: 15px;
        line-height: 1.8em;
    }
    #lp_contents section .heading_box{
        top: 5%;
    }
    #lp_contents section:nth-of-type(2) .heading_box{
        top:8%;
    }
    #lp_contents section:nth-of-type(3) .heading_box{
        top:16%;
    }
    #lp_contents section .heading_box .heading{
        width: 18px;
    }
    
    #lp_contents .item_area .ttl{
        width: 40%;
    }
    #lp_contents .item_area .item ul{
        width: 92%;
    }
    #lp_contents .item_area .item ul li .name{
        font-size: 12px;
        line-height: 1.6em;
        padding: 5% 0;
    }
    #lp_footer .staff_credit{
        width: 85%;
        margin-bottom: 10%;
    }
    #lp_footer .staff_credit .txt{
        font-size: 12px;
    }
    #lp_footer .lp_logo{
        width: 30%;
    }
    #lp_footer .sns_area{
        width: 55%;
        margin: 6% auto 3%;
    }
    #lp_footer .sns_area ul{
        gap:8%;
    }
    #lp_footer .copy{
        font-size: 11px;
    }

    
    
	.btn01 a{
		width: 80%;
	}
	.btn_all_series a{
		width: 90%;
		font-size: 12px;
		padding: 3% 0;
		letter-spacing: 0px;
	}
	.btn_all a{
		width: 85%;
		font-size: 15px;
		padding: 3.2% 0%;
	}
    .btn_youtube a{
        width: 70%;
        font-size: 13px;
        letter-spacing: .1em;
        margin: 5% auto;
    }
    
	
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }

}

.fade01{
	opacity: 0;
	transition: 1.5s all 0s ease;
}
.fade02{
	opacity: 0;
	transition: 1.8s all 0.4s ease;
}
.fade03{
	opacity: 0;
	transition: 1.8s all 0.6s ease;
}
.fade04{
	opacity: 0;
	transition: 1.8s all 0.8s ease;
}
.fade01.ac,.fade02.ac,.fade03.ac,.fade04.ac{
	opacity: 1;
    transform: translate(0);
}
.anim01 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.5s all 0.2s ease;
}
.anim02 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.5s all 0.4s ease;
}

.anim01.ac,.anim02.ac {
	opacity: 1;
    transform: translate(0);
}

.fadeIn_left {
  opacity: 0;
  transform: translate(-10%, 0);
   transition: 1.5s all 0.4s ease;
}
.fadeIn_right {
  opacity: 0;
  transform: translate(10%, 0);
   transition: 1.5s all 0.4s ease;
}
.fadeIn_left.is-show,.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
    
}


.scale img {
    display: block;
    transform: scale(1.1);
    transition: 1.8s all 0.4s ease;
}
.scale.ac img {
    opacity: 1;
    transform: scale(1);
}

.blur img {
    display: block;
    filter: blur(10px);
    /*transform: scale(1.1);*/
    transition: 1.8s all 0.2s ease;
}
.blur.ac img {
    opacity: 1;
    filter: blur(0);
    /*transform: scale(1);*/
}

