@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;
	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{
	position: absolute;
	width: 40%;
	bottom: 15%;
	left: 30%;
	z-index: 5;
}
#lp_head .lead{
    width: 100%;
    font-size:16px;
    text-align: center;
    margin:7% auto;
    position: relative;
    display: inline-block;
    line-height: 2.5em;
	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{
	max-width: 1000px;
    width: 100%;
    text-align: center;
    position:relative;
    margin: 0 auto;
    display: block;
	padding-bottom: 5%;
}
#lp_contents .list ul{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	background: #f7f7f7;
	margin: 0 auto;
	padding: 0;
}
#lp_contents .list ul li{
	position: relative;
	margin: 0 auto;
}

#lp_contents section{
	width: 100%;
	display:block;
	position: relative;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 5%;
	background: #f7f7f7;
}
#lp_contents section:nth-of-type(even){
	background: #f3f0ed;
}

#lp_contents section .lp_box{
	width: 100%;
	display: inline-block;
	position: relative;
	text-align: center;
	margin: 0 auto;
	padding: 7% 0 5%;
	
}

#lp_contents .ttl_wrap{
	width: 50%;
    position: relative;
    padding:0.25em 0em;
    margin: 5% auto;
}
#lp_contents .ttl_wrap:before,#lp_contents .ttl_wrap:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
#lp_contents .ttl_wrap:before{
    border-left: solid 1px #333;
    border-top: solid 1px #333;
    top:0;
    left: 0;
}
#lp_contents .ttl_wrap:after{
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    bottom:0;
    right: 0;
}
#lp_contents .ttl_wrap .ttl_box{
    width: 85%;
    margin: 2.5% auto;
}
#lp_contents .ttl_wrap .ttl_box{
    width: 100%;
}
#lp_contents .ttl_wrap .ttl_box .ttl{
	font-size: 25px;
	line-height: 1em;
	text-align: center;
	margin: 1.5% auto 0;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
}
#lp_contents .ttl_wrap .ttl_box .ttl_s{
    width: 100%;
    font-size: 15px;
    text-align: center;
    line-height: 1.6em;
    margin: 0% auto;
    display: inline-block;
}
.markertest {
	display: inline;
	background: linear-gradient(transparent 50%, #e0dad1 0%);
}
.markertest2 {
	display: inline;
	background: linear-gradient(transparent 50%, #dadada 0%);
}

#lp_contents section .txt{
	font-size: 15px;
	text-align: center;
	margin: 2% auto;
	line-height: 2em;
	display: inline-block;
	position: relative;
}
#lp_contents section .style_wrap{
	width: 94%;
	text-align: center;
	margin: 5% auto;
	display: inline-block;
	position: relative;
}
#lp_contents section .style_wrap .style_box{
	display: flex;
	gap:2%;
	position: relative;
	justify-content:center;
}
#lp_contents section .style{
	width: 33.3%;
	position: relative;
	display: inline-block;
}
#lp_contents section .img{
	position: relative;
	aspect-ratio: 5 / 6;   /* 比率 */
	overflow: hidden;
}
#lp_contents section .style .no{
	font-family: "minion-3-subhead", serif;
	font-style: italic;
	font-size: 20px;
	text-align: center;
	margin: 0 auto 3%;
	color: #9d9d9d;
}
#lp_contents section .staff_warp{
	width: 40%;
	background: #FFFFFF;
	text-align: center;
	margin: 2% auto 0;
	border-radius: 10px;
	border: #ddd 1px solid;
}
#lp_contents section .staff_warp .staff_box{
	width: 80%;
	padding: 5% 0;
	display: flex;
	gap:7%;
	align-items: center;
	justify-self: center;
	margin: 0 auto;
}
#lp_contents section .staff_box .saff{
    width: 40%;
    clip-path: circle(50%);
}
#lp_contents section .staff_box .plof{
	width: 60%;
	display: inline-block;
}
#lp_contents section .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 .staff_box .plof .strong{
	font-size: 120%;
}
#lp_contents section .staff_box .plof .shop{
	font-size: 12px;
	text-align: left;
	margin: 1% auto;
	line-height: 1.5em;
}
#lp_contents section .staff_box .plof .sns{
	display: flex;
	justify-content:flex-start;
	position: relative;
	padding-top: 5%;
	gap:4%;
}
#lp_contents section .staff_box .plof .sns .icon{
	width: 35px;
}


#lp_contents section .item_tex{
	width: 98%;
	text-align: center;
	margin: 5% auto;
}

#lp_contents section .item_tex .credit {
    position: relative;
	margin: 1% auto;
    text-align: left;
}
#lp_contents section .item_tex .credit a{
	color: #333;
    font-size: 12px;
	line-height: 1.3em;
	letter-spacing: 0px;
}
#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: #444;
	color: #fff;
	line-height: 2em;
	border-radius: 100vh;

}
#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 .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: #7C7C7C;
	color: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15% auto 0;
    width: 90%;
    padding: 3% 0%;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 13px;
    line-height: 2.5em;
    letter-spacing: .8px;
	border-radius: 5px;
    
}
.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 a:hover:after {
    border-color: #FFFFFF;
}
/*=====ボタン02=====*/
.btn02 a{
    width: 60%;
    text-align: center;
    margin: 8% auto 0;
    display: inline-block;
    position: relative;
    font-size: 14px;
	font-weight: 400;
	color: #444;
    padding: 1.5% 0;
    line-height: 2em;
    letter-spacing: 0px;
	border-radius: 5px;
	background: #e0dad1;
}
.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 .title{
		width: 60%;
		left: 20%;
	}
	#lp_head .lead{
		font-size: 14px;
		letter-spacing: 0px;
		margin: 15% auto;
		line-height: 2.2em;
	}
	
	#lp_contents .ttl_wrap{
		width: 80%;
	}
	#lp_contents .ttl_wrap .ttl_box .ttl_s{
		font-size: 13px;
	}
	#lp_contents .ttl_wrap .ttl_box .ttl{
		font-size: 20px;
	}
	#lp_contents section .txt{
		font-size: 13px;
		margin: 3% auto 0;
	}
	#lp_contents section .style_wrap{
		width: 86%;
		margin: 5% auto 0;
	}
	#lp_contents section .style_wrap .style_box{
		flex-wrap: wrap;
		margin: 10% auto 5%;
		
	}
	#lp_contents section .style{
		width: 100%;
	}
	#lp_contents section .style .no{
		font-size: 16px;
	}
	#lp_contents section .item_tex{
		    margin: 5% auto 15%;
	}
	#lp_contents section .item_tex .credit a::after{
		top: 45%;
		font-size: 12px;
	}
	#lp_contents section .staff_warp{
		width: 80%;
		margin: 0 auto 5%;
	}
	#lp_contents section .staff_warp .staff_box{
		width: 90%;
	}
	#lp_contents section .staff_box .saff{
		width: 35%;
	}
	#lp_contents section .staff_box .plof .name{
		font-size: 13px;
	}
	#lp_contents section .staff_box .plof{
		width: 65%;
	}
	#lp_contents section .staff_box .plof .shop{
		font-size: 11px;
	}
	
	.btn02 a{
		width: 85%;
		font-size: 13px;
		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);
}


