@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-image: url("../images/bg.jpg");
    background-repeat: repeat;
	/*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: #FFFFFF;
    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;
}
#lp_head .visual{
    filter: blur(15px);
    opacity: 0;
    animation: blurFadeIn 1.5s ease-out forwards;
    margin: auto;
}
@keyframes blurFadeIn {
  0% {
    filter: blur(15px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
#lp_head .title_area{
    width: 90%;
    position: absolute;
    place-self: center;
    inset: 0;
    display: inline-block;
    z-index: 5;
}
#lp_head .title_area .title{
    width: 100%;
}
#lp_head .title_area .title_s{
    width: 60%;
    margin: 5% auto 0;
}

#lp_head .lead{
    width: 100%;
    font-size:17px;
    text-align: center;
    margin:10% auto 5%;
    position: relative;
    display: inline-block;
    line-height: 2.5em;
	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 .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;
}
.bg_gray{
    background: #eeeeee;
}
.bg_blue{
    background: #d5dee2;
}

#lp_contents section .main{
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

#lp_contents section .main .styleimg{
    width: 100%;
    position: relative;
    aspect-ratio: 5 / 6;
    overflow: hidden;
}
#lp_contents section:nth-of-type(7) .main .styleimg{
    aspect-ratio: 5 / 4;
}
#lp_contents section .on_ttl{
    width: 140px;
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 10;
}
#lp_contents section:nth-of-type(2) .on_ttl,
#lp_contents section:nth-of-type(5) .on_ttl{
    left: 70%;
}
#lp_contents section:nth-of-type(7) .on_ttl{
    left: 70%;
    top: 8%;
}

#lp_contents section .heading{
    width: 50px;
    position: absolute;
    left: 0%;
    top: 15%;
    font-size: 23px;
    writing-mode: vertical-rl;
    font-family: "Noto Serif JP", serif;
    z-index: 20;
    letter-spacing: .3em;
    font-weight: 400;
    font-weight: 500;
}
#lp_contents section:nth-of-type(2) .heading{
    left: 80%;
}
#lp_contents section:nth-of-type(3) .heading,
#lp_contents section:nth-of-type(4) .heading,
#lp_contents section:nth-of-type(6) .heading{
    color: #FFFFFF;
}
#lp_contents section:nth-of-type(5) .heading{
    left: 80%;
    color: #FFFFFF;
}
#lp_contents section:nth-of-type(7) .heading{
    left: 80%;
    top: 20%;
}



#lp_contents section .styleimg_s1{
    width: 45%;
    float: right;
    margin: 5% auto 0;
    z-index: 1;
    overflow: hidden;
}
#lp_contents section .styleimg_s2{
    width: 60%;
    float: left;
    margin-top: -20%;
    z-index: 5;
    overflow: hidden;
}
#lp_contents section:nth-of-type(2) .styleimg_s1,
#lp_contents section:nth-of-type(5) .styleimg_s1{
    width: 50%;
    float: left;
    margin: 5% auto 0;
}
#lp_contents section:nth-of-type(3) .styleimg_s1{
    width: 80%;
    float: none;
    margin: 5% auto 0;
    text-align: center;
}
#lp_contents section:nth-of-type(4) .styleimg_s1{
    width: 70%;
    float: left;
    margin: 5% auto 0;
}
#lp_contents section:nth-of-type(2) .styleimg_s2,
#lp_contents section:nth-of-type(5) .styleimg_s2{
    width: 50%;
    float: right;
    margin: 5% auto 0;
    z-index: 1;
}
#lp_contents section:nth-of-type(4) .styleimg_s2{
    width: 70%;
    float: left;
    margin: 5% auto 0;
}
#lp_contents section:nth-of-type(6) .styleimg_s1{
    width: 80%;
    float: none;
    text-align: center;
    margin: 5% auto 0%;
}
#lp_contents section:nth-of-type(6) .styleimg_s2{
    width: 50%;
    float: left;
    margin: 5% auto 0;
}
#lp_contents section:nth-of-type(7) .styleimg_s1{
    width: 100%;
    float: none;
    margin: -1.5% auto 0;
}
#lp_contents section:nth-of-type(7) .styleimg_s2{
    width: 70%;
    float: none;
    text-align: center;
    margin: 5% auto 0;
}



#lp_contents section .item_tex{
	width: 70%;
	text-align: center;
	margin: 5% auto;
    display: inline-block;
}

#lp_contents section .item_tex .credit {
    position: relative;
	margin: 10px auto 20px;
    text-align: left;
	border-bottom: #222 1px solid;
	padding-bottom: 2%;
}
#lp_contents section .item_tex .credit a{
	color: #222;
    font-size: 14px;
	line-height: 1em;
}
#lp_contents section .item_tex .credit a::after {
    width: 120px;
    content: "BUY";
    position: absolute;
    top:38%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 13px;
    font-weight: 200;
    font-family: "Baskervville", serif;
    text-align: center;
    background: #222;
	color: #fff;
	line-height: 2em;
	border-radius: 0px;
    padding: 2px 0;

}
#lp_contents section .item_tex .credit .price {
    font-size: 85%;
    color: #222;
    display: block;
    margin-bottom: 1%;
}
#lp_contents section .item_tex .bold{
	font-weight: 600;
}
#lp_contents .sub_area{
    width: 100%;
    display: inline-block;
    padding: 10% 0;
    position: relative;
}
#lp_contents .sub_area .subimg{
    width: 60%;
    margin: 3% auto;
    text-align: center;
    overflow: hidden;
}
/* ================================================ 
contents_動画
================================================ */
#lp_contents .movie_area{
	width: 100%;
	display: inline-block;
	position: relative;
	margin: 10% auto 0%;
	padding: 0%;
}

#lp_contents .movie_area .ttl{
	font-family: "Abril Fatface", serif;
	color: #333;
    font-size: 25px;
	text-align: center;font-weight: 100;
}

#lp_contents .movie_box {
  width: 90%;
  margin: 5% auto;
  text-align: center;
  position: relative;
}
#lp_contents .movie_box img{
	width: 100%;
}
#lp_contents .movie_box .point_video {
	width: 100%;
	height: auto;
	display: block;
	border: none;
	margin: 0 auto;
}

#lp_wrap .hr{
    width: 90%;
    text-align: center;
    border-top: #000000 1px solid;
    margin: 15% auto 0;
}


#lp_wrap .staff_credit{
	width: 50%;
	text-align: center;
	display: inline-block;
	margin: 0% auto;
	position: relative;
	line-height: 2em;
	font-size: 14px;
	font-family: "Baskervville", serif;
	font-weight: 400;
    padding: 5% 0 0;
}
#lp_wrap .staff_credit .strong{
    font-weight: 600;
    font-size: 120%;
}

#lp_wrap .logo{
	width: 20%;
	text-align: center;
	margin: 10% auto;
	display: block;
}


/* ================================================ 
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;
}

/*=====ボタンall=====*/
.btn_youtube a{
	background: #444;
	color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0% auto;
    width: 60%;
    padding: 1.5% 0%;
    transition: 0.3s ease-in-out;
    font-size: 15px;
    line-height: 2em;
    border: #444 1px solid;
    border-radius: 100vh;
    letter-spacing: .2em;
    font-family: "Noto Serif JP", serif;
    
}
.btn_youtube a:hover {
    background: #222;
    color: #FFFFFF;
}
.btn_youtube a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;

}
.btn_youtube 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 .lead{
        font-size: 16px;
        line-height: 1.8em;
    }
	#lp_wrap .logo{
		width: 28%;
	}
    #lp_contents section .on_ttl{
        width: 100px;
    }
    #lp_contents section .heading{
        width: 40px;
        font-size: 18px;
        letter-spacing: 1px;
    }
    #lp_contents section .item_tex{
        width: 85%;
    }
    #lp_contents section .item_tex .credit a::after{
        width: 100px;
    }
    #lp_contents .movie_area .ttl{
        font-size: 20px;
    }
    #lp_contents .movie_box{
        width: 100%;
    }
    #lp_wrap .staff_credit{
        width: 80%;
    }
    
    #lp_wrap .staff_credit{
            font-size: 12px;
        line-height: 1.65em;
    }
    
	.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);
}

.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);*/
}

