@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;
}
#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: .5px;
    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{
    margin: 0% auto;
	display: block;
	padding: 0;
	position: relative;
}
#lp_head .visual{
    width: 100%;
    position: relative;
	margin: 0 auto;
	display: inline-block;
}
#lp_head .visual ul{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin: 0 auto;
}

#lp_head .visual ul li{
	position: relative;
	opacity: 0;
	animation: fadeIn 2s forwards;
}
#lp_head .visual ul li:nth-of-type(1){
    animation-delay: .2s;
}
#lp_head .visual ul li:nth-of-type(2){
    animation-delay: .5s;
}
#lp_head .visual ul li:nth-of-type(3){
    animation-delay: .8s;
}
#lp_head .visual ul li:nth-of-type(4){
    animation-delay: 1.2s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#lp_head .title_s{
	position: absolute;
	width: 90%;
	top: 28%;
	left: 5%;
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
	z-index: 5;
	line-height: 2em;
	letter-spacing: 2px;
}
#lp_head .title{
	position: absolute;
	width: 35%;
	top: 52%;
	left: 32.5%;
	z-index: 5;
}
#lp_head .lead{
    width: 100%;
    font-size:14px;
    text-align: center;
    margin:7% auto;
    position: relative;
    display: inline-block;
    line-height: 3em;
	font-weight: 400;
}
#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.2s 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: 0 auto;
    display: block;
	padding-bottom: 5%;
}
#lp_contents section{
	width: 100%;
	display:block;
	position: relative;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
.bg_cool{
	background: #dfe2e4;
}
.bg_feminine{
	background: #ece9e4;
}
#lp_contents section .lp_box{
	max-width: 1000px;
	width: 100%;
	display: inline-block;
	position: relative;
	text-align: center;
	margin: 0 auto;
	padding: 7% 0 5%;
	
}
#lp_contents section .ttl{
	width: 200px;
	font-family: "minion-3-subhead", serif;
	font-size: 40px;
	text-align: center;
	margin: 0 auto;
	display: block;
	border-bottom: #333 1px solid;
	font-weight: 300;
	padding-bottom: 1%;
}
#lp_contents section .ttl_s{
	font-size: 15px;
	text-align: center;
	margin: 1.5% auto;
	font-weight: 400;
	
	
}
#lp_contents section:nth-of-type(2) .ttl,
#lp_contents section:nth-of-type(5) .ttl
{
	width: 280px;
}
#lp_contents section .item_box{
	max-width: 400px;
	width: 100%;
	display: inline-block;
	margin: 2.5% auto;
	background: #FFFFFF;
}
#lp_contents section .item_box .item{
	width: 100%;
	display: block;
}
#lp_contents section .item_box .staff_box{
	width: 80%;
	text-align: center;
	margin: 0 auto;
	padding: 5% 0;
	display: flex;
	gap:5%;
	align-items: center;
}
#lp_contents section .item_box .staff_box .saff{
    width: 30%;
    clip-path: circle(50%);
}
#lp_contents section .item_box .staff_box .plof{
	width: 65%;
	display: inline-block;
}
#lp_contents section .item_box .staff_box .plof .name{
	font-family: "minion-3-subhead", serif;
	font-size: 16px;
	text-align: left;
	line-height: 1.5em;
	margin: 0 auto;
	
}
#lp_contents section .item_box .staff_box .plof .strong{
	font-size: 180%;
}
#lp_contents section .item_box .staff_box .plof .shop{
	font-size: 12px;
	text-align: left;
	margin: 1% auto;
	line-height: 1.5em;
}
#lp_contents section .item_box .staff_box .plof .sns{
	display: flex;
	justify-content:flex-start;
	position: relative;
	padding-top: 5%;
	gap:4%;
}
#lp_contents section .item_box .staff_box .plof .sns .icon{
	width: 35px;
}
#lp_contents section .style_box{
	width: 100%;
	display: flex;
	gap:4%;
	position: relative;
	margin: 5% 0;
}
#lp_contents section .style_box .label{
	position: absolute;
	top: 2.5%;
	left: 2%;
	font-family: "minion-3-subhead", serif;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	font-size: 40px;
	font-weight: 300;
	line-height: 1.2;
	color: #FFFFFF;
	letter-spacing: 0px;
	z-index:20; 
}
#lp_contents section .style_box .label_s{
	font-style: italic;
	font-size: 90%;
}
#lp_contents section .style_box .label2{
	position: absolute;
	top: 2.5%;
	left: 2%;
	font-family: "minion-3-subhead", serif;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	font-size: 35px;
	font-weight: 300;
	line-height: 1.2;
	color: #FFFFFF;
	letter-spacing: 0px;
	z-index:20; 
}
#lp_contents section .style_box .label2_s{
	font-style: italic;
	font-size: 90%;
}
#lp_contents section .style_box .main{
	width: 55%;
	position: relative;
	display: inline-block;
}
#lp_contents section .style_box .main .img{
	position: relative;
	aspect-ratio: 3 / 4;   /* 比率 */
	overflow: hidden;
}
#lp_contents section .item_tex{
	width: 100%;
    margin: 5% auto 0;
    position: relative;
}
#lp_contents section .item_tex .credit {
    position: relative;
    border-bottom: solid 1px #a4aaae;
    margin-bottom: 1%;
    letter-spacing: .8px;
    text-align: left;
}
#lp_contents section .item_tex .credit a{
	color: #333;
    font-size: 13px;
	line-height: 1.3em;
}
#lp_contents section .item_tex .credit a::after {
    width: 100px;
    content: "BUY";
    position: absolute;
    top: 60%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 13px;
    font-weight: 200;
    font-family: "minion-3-subhead", serif;
    text-align: center;
	background: #333;
	color: #fff;
	line-height: 2em;

}
#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 .sub{
	width: 45%;
	position: relative;
	display: inline-block;
	border:1px solid #7B7B7B;
}
#lp_contents section .style_box .sub .inner{
	width: 90%;
	display: inline-block;
	margin: 25% auto 0;
}
#lp_contents section .style_box .sub .img{
	position: relative;
	aspect-ratio: 5 / 7;  /* 比率 */
	overflow: hidden;
}
#lp_contents section .style_box .sub .txt{
	width: 96%;
	text-align: center;
	margin:5% auto;
	display: inline-block;
	font-size: 14px;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
}
#lp_contents section .sublink a {
	position: relative;
    width: 90%;
	color: #333;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 12px;
    padding: 4% 0;
    text-align: center;
    line-height: 1em;
    transition: 0.3s ease-in-out;
    margin: 5% auto;
    font-weight: 400;
	background: #FFFFFF;
	letter-spacing: 0px;
	
}
#lp_contents section .sublink a::after {
    position: absolute;
    content: "+";
    right: 2%;
    font-size: 21px;
    font-weight: 300;
}
#lp_contents section .lp_box_sub{
  width: 100%;
  position: relative;
  display: block;
  margin: 0; 
  padding: 0;
  border: none;   
}


/* ================================================ 
allボタン
================================================ */

/*=====ボタン01=====*/
.btn_all a {
    background: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8% auto;
    width: 100%;
    padding: 3% 0%;
    color: #333;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 13px;
    line-height: 2em;
    letter-spacing: .8px;
    
}
.btn_all a:hover {
    background: #333;
    color: #FFFFFF;
}
.btn_all a:after {
    content: '';
    width: 7px;
    height: 7px;
    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;
}
.btn_all a:hover:after {
    border-color: #FFFFFF;
}
/*=====ボタン02=====*/
.btn02 a{
    width: 40%;
    text-align: center;
    margin: 8% auto 0;
    display: inline-block;
    position: relative;
    font-size: 14px;
	font-weight: 400;
	color: #333;
	border: #444 1px solid;
    padding: 1.5% 0;
    line-height: 1.1em;
    letter-spacing: 0px;
	font-family: "Noto Serif JP", serif;
	border-radius: 100vh;
}
.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: 5%;
	}
	#lp_head .visual ul{
		grid-template-columns: 1fr 1fr;
	}
	#lp_head .title_s{
		font-size: 16px;
		top: 28%;
		line-height: 1.55em;
	}
	#lp_head .title{
		width: 80%;
		left: 10%;
		top: 47%;
	}
	#lp_head .lead{
		letter-spacing: 0px;
		margin: 15% auto;
		line-height: 2.2em;
	}
	#lp_contents section .lp_box{
		padding: 15% 0;
	}
	#lp_contents section .ttl{
		width: 40%;
		font-size: 30px;
	}
	#lp_contents section:nth-of-type(2) .ttl,
	#lp_contents section:nth-of-type(5) .ttl{
		width: 50%;
	}
	#lp_contents section .ttl_s{
		font-size: 13px;
	}
	#lp_contents section .item_box{
		width: 80%;
		margin: 10% auto;
	}
	#lp_contents section .item_box .staff_box{
		width: 90%;
		padding: 8% 0;
	}
	#lp_contents section .item_box .staff_box .plof .shop{
		font-size: 11px;
	}
	#lp_contents section .item_box .staff_box .plof .name{
		font-size: 14px;
	}
	#lp_contents section .item_box .staff_box .plof .strong{
		font-size: 150%;
	}
	#lp_contents section .item_box .staff_box .plof .sns{
		gap:5%;
	}
	#lp_contents section .item_box .staff_box .plof .sns .icon{
		width: 30px;
	}
	#lp_contents section .style_box{
		gap:0;
		flex-wrap: wrap;
		
	}
	#lp_contents section .style_box .main{
		width: 100%;
	}
	#lp_contents section .item_tex{
		width: 90%;
	}
	#lp_contents section .item_tex .credit a{
		letter-spacing: 0px;
		font-size: 12px;
	}
	#lp_contents section .style_box .sub{
		width: 90%;
		margin: 20% auto 0;
		text-align: center;
	}
	#lp_contents section .style_box .sub .inner{
		margin: 5% auto;
	}
	#lp_contents section .style_box .label2{
		font-size: 25px;
	}
	#lp_contents section .style_box .sub .txt{
		font-size: 13px;
		margin-bottom: 0;
		line-height: 1.6em;
	}
	#lp_contents section .sublink a{
		font-size: 11px;
		padding: 5% 0;
	}
	#lp_contents section .sublink a::after{
		font-size: 20px;
		right: 6%;
	}
	.btn02 a{
		width: 85%;
		font-size: 12px;
		padding: 3.5% 0;
		margin: 10% auto 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);
}


