@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;
}
.Minion3Subhead{
	font-family: "minion-3-subhead", serif;
}
.sticky__container{
	display: flex;
	background: #D8D8D8;
	min-height: 100vh;
	/*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: 550px;
    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{
	position: absolute;
	width: 50%;
	right: 5%;
	top: 5%;
	z-index: 5;
}
#lp_head .heading{
	font-size:23px;
	text-align: center;
	margin: 10% auto;
	font-weight: 500;
	position: relative;
	font-family: "Noto Serif JP", serif;
}
#lp_head .heading:before {
  content: '';
  position: absolute;
  bottom: -50px;
  display: inline-block;
  width: 60px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
#lp_head .lead{
    width: 100%;
    font-size:15px;
    text-align: center;
    margin:10% auto 5%;
    position: relative;
    display: inline-block;
    line-height: 2.5em;
	font-weight: 400;
}
#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 .heading{
    opacity: 0;
	transform: translateY(50px);
	transition: 1.5s all 0.2s ease;
}
#lp_head.ac .title,#lp_head.ac .heading{
	opacity: 1;
    transform: translate(0);
    
}

/* ======================================================================== 
　　Contents
=========================================================================== */

#lp_contents{
    width: 100%;
    text-align: center;
    position:relative;
    margin: 0 auto;
    display: block;
}
#lp_contents .list_box{
	width: 100%;
	padding: 5% 0;
	display: inline-block;
	background: #ececec;
	margin: 5% auto;
}
#lp_contents .list_box .ttl{
	font-family: "minion-3-subhead", serif;
	font-size: 35px;
	text-align: center;
	margin: 0 auto;
	font-weight: normal;
}
#lp_contents .list_box .list{
	width: 90%;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	position: relative;
}
#lp_contents .list_box .list ul{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
#lp_contents .list_box .list ul li{
	position: relative;
	margin: 0 auto;
}
#lp_contents .list_box .list .credit{
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
}
#lp_contents section{
	width: 100%;
	display:inline-block;
	position: relative;
	text-align: center;
	margin: 5% auto;
}

#lp_contents section .no {
	align-items: center;
	display: flex;
	font-family: "minion-3-subhead", serif;
	font-weight: 400;
	font-size: 25px;
}
#lp_contents section .no::before,
#lp_contents section .no::after {
  background-color: #222; 
  border-radius: 0px;
  content: "";
  flex-grow: 1;
  height: 1px;
}
#lp_contents section .no::before {
  margin-right: 15px; 
}
#lp_contents section .no::after {
  margin-left: 15px; 
}
#lp_contents section .itembox{
	width: 70%;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
#lp_contents section:nth-of-type(5) .itembox{
	width: 30%;
}
#lp_contents section .itembox .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	gap:2%;
}
#lp_contents section:nth-of-type(5) .itembox .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	gap:0%;
	flex-wrap: wrap;
}
#lp_contents section .itembox .inner .item{
	display: inline-block;
	position: relative;
	margin: 0 auto;
}
#lp_contents section .itembox .inner .cross{
	width: 30%;
	margin-top: -10%;
}
#lp_contents section .itembox .item{
	font-size: 15px;
	font-family: "minion-3-subhead", serif;
	text-align: center;
	margin: 2% auto;
}
#lp_contents section .cmt{
	width: 100%;
	text-align: center;
	margin: 3% auto;
	position: relative;
	font-size: 14px;
}
#lp_contents section .main{
	width: 100%;
	position: relative;
	margin: 5% auto;
	display: inline-block;
	z-index: 2;
}
#lp_contents section .label{
	width: 5%;
	top: 10%;
	right: 7%;
	position: absolute;
	color: #FFFFFF;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	 writing-mode: vertical-rl;
	z-index: 5;
	font-size: 22px;
	letter-spacing: 5px;
	text-align: left;
	line-height: 2em;
}
#lp_contents section:nth-of-type(2) .label{
	right:80%;
	 writing-mode: vertical-rl;
}
#lp_contents section:nth-of-type(3) .label{
	top: 15%;
}
#lp_contents section:nth-of-type(4) .label{
	top: 18%;
}
#lp_contents section:nth-of-type(5) .label{
	right:75%;
	top: 14%;
	 writing-mode: vertical-rl;
}

#lp_contents section .item_tex{
	width: 70%;
	text-align: center;
	margin: 0% auto;
}

#lp_contents section .item_tex .credit {
    position: relative;
	margin: 1% auto;
    text-align: left;
	border-bottom: #CDCDCD 1px solid;
	padding-bottom: 2%;
}
#lp_contents section .item_tex .credit a{
	color: #333;
    font-size: 13px;
	line-height: 1.3em;
	letter-spacing: 0px;
}
#lp_contents section .item_tex .credit a::after {
    width: 100px;
    content: "BUY";
    position: absolute;
    top:50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 13px;
    font-weight: 200;
    font-family: "minion-3-subhead", serif;
    text-align: center;
	background: #444;
	color: #fff;
	line-height: 2em;
	border-radius: 0px;

}
#lp_contents section .item_tex .credit .price {
    font-size: 88%;
    color: #333;
    display: block;
    line-height: 1.8;
    margin-bottom: 1%;
}
#lp_contents section .item_tex .bold{
	font-weight: 600;
}
#lp_contents section .style_box{
	width: 85%;
	text-align: center;
	margin: 10% auto;
	position: relative;
}

#lp_contents section .style_box ul li:nth-of-type(1){
	width: 100%;
	position: relative;
	aspect-ratio: 5 / 6;
}
#lp_contents section:nth-of-type(3) .style_box ul li:nth-of-type(1),
#lp_contents section:nth-of-type(4) .style_box ul li:nth-of-type(1){
	width: 100%;
	position: relative;
	aspect-ratio: auto;
}
#lp_contents section .style_box ul li:nth-of-type(2){
	width: 48%;
	float: left;
	margin: 5% auto;
}
#lp_contents section:nth-of-type(2) .style_box ul li:nth-of-type(2),
#lp_contents section:nth-of-type(4) .style_box ul li:nth-of-type(2){
	width: 48%;
	float: right;
}
#lp_contents section .style_box ul li:nth-of-type(3){
	width: 48%;
	float:right;
	margin: 25% auto 0;
}
#lp_contents section:nth-of-type(2) .style_box ul li:nth-of-type(3),
#lp_contents section:nth-of-type(4) .style_box ul li:nth-of-type(3){
	width: 48%;
	float:left;
	margin: 25% auto 0;
}
#lp_contents section .style_box ul li:nth-of-type(4){
	width: 50%;
	float: left;
	margin: 5% auto;
}
#lp_contents section:nth-of-type(5) .style_box ul li:nth-of-type(4){
	width: 80%;
	float: none;
	text-align: center;
	margin: 5% auto;
}
#lp_contents section .style_box ul li:nth-of-type(5){
	width: 50%;
	float: right;
	margin: 5% auto;
}
#lp_wrap .staff_credit{
	width: 50%;
	text-align: center;
	display: inline-block;
	margin: 5% auto;
	position: relative;
	line-height: 2em;
	font-size: 14px;
	font-family: "minion-3-subhead", serif;
	font-weight: 400;
}
#lp_wrap .logo{
	width: 20%;
	text-align: center;
	margin: 10% auto;
	display: block;
}


/* ================================================ 
allボタン
================================================ */
/*=====ボタン01=====*/
.btn01 a{
    width: 60%;
    text-align: center;
	margin: 2.5% auto;
    display: inline-block;
    position: relative;
    font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
    padding: 1.5% 0;
    line-height: 2em;
    letter-spacing: 0px;
	border-radius: 0px;
	background: #444;
	font-family: "minion-3-subhead", serif;
}

/*=====ボタンall=====*/
.btn_all_series a {
	background: #FFFFFF;
	color: #222;
    position: relative;
    display: block;
    justify-content: center;
    align-items: center;
    margin: 5% auto;
    width: 80%;
    padding: 2% 0%;
    transition: 0.3s ease-in-out;
    font-size: 13px;
    line-height: 1.7em;
	border: #222 1px solid;
    
}
.btn_all_series a:hover {
    background: #333;
    color: #FFFFFF;
}
.btn_all_series a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn_all_series a:hover:after {
    border-color: #FFFFFF;
}

/*=====ボタンall=====*/
.btn_all a{
	background: #9A9A9A;
	color: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0% auto 5%;
    width: 80%;
    padding: 2.8% 0%;
    transition: 0.3s ease-in-out;
    font-size: 20px;
    line-height: 2em;
	font-family: "minion-3-subhead", serif;
    
}
.btn_all a:hover {
    background: #333;
    color: #FFFFFF;
}
.btn_all 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;
}
.btn_all_series 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動き
================================================ */


/* ============ スライダー CSS ============ */

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
:-ms-lang(x)::-ms-backdrop,
.d-demo {
display: -ms-grid;
  overflow: hidden;
}
.d-demo__wrap {
  display: flex;
  overflow: hidden; /* ← 保険 */
}
.d-demo__list {
  display: flex;
  list-style: none;
}
.d-demo__list--vertical  {
flex-direction: column;
}
.d-demo__list--left{
animation :infinity-scroll-left 20s infinite linear 0.5s both;
	padding-bottom: -5%;
}
.d-demo__list--right{
animation :infinity-scroll-right 20s infinite linear 0.5s both;
}

.d-demo__item {
  width: calc(100vw / 4); /* ← そのままでOK */
  flex-shrink: 0;
    margin-right:0px;

}
.d-demo__list--vertical .d-demo__item {
min-height: 0%;
}
.d-demo__item > img{
   width: 100%;
}

.d-demo__wrap--hover:hover .d-demo__list--left{
animation-play-state: paused;
}
.d-demo,
.d-demo__wrap,
.d-demo__list {
  margin: 0;
  padding: 0; 
}
.d-demo__item {
  margin: 0; 
  padding: 0;
}
@media only screen and (max-width:767px){
    .d-demo__item {
        width: calc(100vw / 2); /* ← そのままでOK */
        flex-shrink: 0;

}
}

/* ============ 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: 50%;
		right: 5%;
	}
	#lp_head .heading{
		font-size: 20px;
	}
	#lp_head .heading:before{
		bottom: -35px;
	}
	#lp_head .lead{
		font-size: 13px;
		line-height: 2em;
	}
	#lp_contents .list_box .ttl{
		font-size: 30px;
	}
	#lp_contents .list_box{
		padding: 10% 0;
	}
	#lp_contents .list_box .list{
		width: 95%;
	}
	#lp_contents .list_box .list .credit{
		font-size: 12px;
		letter-spacing: 0px;
	}
	#lp_contents section .cmt{
		font-size: 13px;
	}
	#lp_contents section .itembox{
		width: 80%;
	}
	#lp_contents section:nth-of-type(5) .itembox{
		width: 35%;
	}
	#lp_contents section .label{
		font-size: 16px;
		top:8%;
	}
	#lp_contents section:nth-of-type(2) .label{
		top: 20%;
	}
	#lp_contents section:nth-of-type(3) .label{
		top: 15.5%;
		right: 10%;
	}
	#lp_contents section:nth-of-type(5) .label{
		top: 12.5%;
	}
	#lp_contents section .item_tex{
		width: 85%;
	}
	#lp_contents section .item_tex .credit a{
		font-size: 12px;
	}
	#lp_contents section .item_tex .credit a::after{
		top: 40%;
	}
	#lp_wrap .staff_credit{
		font-size: 11px;
	}
	#lp_wrap .logo{
		width: 28%;
	}
	.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%;
	}
	
    .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);
}


