@charset "UTF-8";
/* CSS Document */

html,
body {
	padding: 0;
	margin: 0;
}
img {
	width: 100%;
	border: none;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
p {
	padding: 0;
	margin: 0;
}
#lp_wrap {
	position: relative;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.6px;
	font-family: "Noto Sans JP", sans-serif;
}
.spv {
	display: none;
}
@media only screen and (max-width: 768px) {
	.spv {
		display: block;
	}
	
}
.section {
	position: relative;
}
.section .img {
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	line-height: 0;	
}
.section .main_box {
	width: 100%;
	height: 100%;
	position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(0);
	z-index: -1
} 
.section .main_box .inner {
  position: sticky; /* 背景を固定 */
  top: 0;
  width: 100%;
  height: 100vh;

}
.section .main_box .img {
  position: sticky; /* 背景を固定 */
  top: 0;
  width: 100%;
  height: 100vh;

}
.section .main_box .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top
}
.section .title {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100svh;
}
.section .title h1 {
	position: absolute;
	top: 50%;
	right: 12.5%;
	width: 30%;
	transform: translate(0,-50%);
	line-height: 0;
}
.section .title .copy {
	position: absolute;
	top: 5%;
	left:  5%;
	width: 6%;
	line-height: 0;
}
.section .scroll {
  position: absolute;
  right: 26.5%;
  bottom:0%;
}
.section:nth-of-type(1) .title h1 {
	right: auto;
	left: 12.5%;
}
.section:nth-of-type(1) .title .copy {
	left: auto;
	right: 5%;
}
.section:nth-of-type(1) .scroll {
	right: auto;
	left: 26.5%;
}
/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media only screen and (max-width: 768px) {
	.section .main_box .inner {
	  position: fixed; /* 背景を固定 */

	}
	.section .main_box .img {
	  position: fixed; /* 背景を固定 */

	}
	.section .main_box .img img {
		object-position: 20% top
	}
	.section:nth-of-type(1) .main_box .img img {
		object-position: 80% top
	}
	.section .title h1,.section:nth-of-type(1) .title h1 {
		top: 50%;
		right: auto;
		left: 50%;
		width: 60%;
		transform: translate(-50%,-50%);
	}
	.section .title .copy,.section:nth-of-type(1) .title .copy {
		top: 4%;
		left:  auto;
		right: 5%;
		width: 14%;
		line-height: 0;
	}
	.section .scroll,.section:nth-of-type(1) .scroll {
	  position: absolute;
	  right: auto;
		left: 50%;
		transform: translate(-50%,0);
	  bottom:0%;
	}
}




.section .item_box {
	position: sticky;
	width: 45%;
	margin-left: 5%;
	z-index: 10;
	padding: 10vh 0;
}
.section:nth-of-type(1) .item_box {
	padding-top: 100vh;
}
.section:nth-of-type(2) .item_box {
	margin-left: 50%;
}
.section .item_box .inner {
	position: relative;
	background: #FFF;
	padding: 5% 0 0
}
.section .item_box .read {
	padding: 15% 0;
}
.section .item_box .read h2 {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	line-height: 1.6;
}
.section .item_box .read h2 span.line {
	display: inline-block;
	position: relative;
	z-index: 0;
	padding: 0 5px;
	margin: 2px 0
}
.section .item_box .read h2 span.line::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #c18d78;
	z-index: 0
}
.section .item_box .read h2 span.txt {
	display: block;
	position: relative;
	z-index: 1
}
.section .item_box .read p {
	text-align: left;
	font-size: 12px;
	padding: 0;
	width: 70%;
	margin: 10% auto;
}
@media only screen and (max-width: 768px) {
	.section .item_box .inner {
		padding: 10% 0 0
	}
	.section .item_box {
		width: 100%;
		margin-left: 0%;
		padding: 100vh 0 0;
	}
	.section:nth-of-type(2) .item_box {
		margin-left: 0%;
	}
	.section .item_box .read p {
		width: 82%;
	}
	
}




.section .item_box .item {
	position: relative;
	text-align: center;
}
.section .item_box .item h3 {
	width: 30%;
	margin: 0 auto 5%;
	line-height: 0;
	position: relative;
}

.section .item_box .item .itemname {
	display: inline-block;
	text-align: center;
	line-height: 1.6;
	font-size: 13px;
	border-bottom: 1px solid #c18d78;
}
.section .item_box .item .img {
	margin: 6% auto 0;
	width: 60%;
	z-index: 2;
	border: 5px solid #fff;
	box-sizing: border-box;
	line-height: 0;
}
.section .item_box .item .point {
	position: relative;
	background: #f4f2e4;
	width: 90%;
	margin: -50% auto 0;
	padding-top:50%;
	padding-bottom: 5%;
	z-index: 1
}
.section .item_box .item .point ul {
	margin: 6% auto;
	padding-bottom: 6%;
	width: 66%;
	border-bottom: 1px dotted #000;
}
.section .item_box .item .point ul li {
	position: relative;
	margin-bottom: 5%;
	text-align: left;
}
.section .item_box .item .point ul li:nth-last-of-type(1) {
	margin-bottom: 0;
}
.section .item_box .item .point ul li .check {
	position: relative;
	border-bottom: 1px solid #000;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-family: "Cormorant Infant", serif;
}
.section .item_box .item .point ul li .check span:nth-of-type(1) img {
	display: block;
	position: absolute;
	top: -6px;
	left: 2px;
	width: 20px;
}
.section .item_box .item .point ul li .check span:nth-of-type(1) {
	display: inline-block;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	border: 1px solid #000;
	position: relative;
}
.section .item_box .item .point ul li .check span:nth-of-type(2) {
	margin-left: 15px;
	font-size: 26px;
}
.section .item_box .item .point ul li .txt p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-align: left
}
.section .item_box .item .comment {
	margin: 5% auto;
	width: 66%;
}
.section .item_box .item .comment p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: left
}
.section .item_box .item .link {
	text-align: center;
	margin: 5% auto;
}
.section .item_box .item .link p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
}
.section .item_box .item .link p.price {
	font-size: 12px;
	margin: 5px auto 12px;
}
.section .item_box .item .link a {
	font-size: 12px;
	display: inline-block;
	background: #000;
	color: #FFF;
	text-align: center;
	padding: 0 25px;
	border-radius: 100px;
	text-decoration: none;
}
@media only screen and (max-width: 768px) {
	.section .item_box .item h3 {
		width: 40%;
	}
	.section .item_box .item .img {
		margin: 10% auto 0;
		width: 80%;
	}
	.section .item_box .item .point {
		width: 94%;
	}
	.section .item_box .item .point ul {
		margin: 10% auto;
		padding-bottom: 10%;
		width: 84%;
	}
	.section .item_box .item .comment {
		margin: 10% auto;
		width: 84%;
	}
	.section .item_box .item .link {
		text-align: center;
		margin: 15% auto;
	}
}


.section .item_box .look {
	position: relative;
	background: #eee;
	box-sizing: border-box;
	padding: 5%;
}
.section .item_box .look .box{
	position: relative;
	margin: 0 auto 10%;
	display: flex;
	flex-wrap: wrap;
}
.section .item_box .look .box .no {
	position: absolute;
	top: 0;
	left: 10%;
	width: 6%;
}
.section .item_box .look .box:nth-of-type(2) .no {
	left: auto;
	right: 10%;
}
.section:nth-of-type(2) .item_box .look .box .no {
	left: auto;
	right: 10%;
}
.section:nth-of-type(2) .item_box .look .box:nth-of-type(2) .no {
	left: 10%;
}

.section .item_box .look .box:nth-of-type(1) .img:nth-of-type(1){
	width: 80%;
	margin-left: 20%;
	margin-bottom: 10%;
}
.section .item_box .look .box:nth-of-type(1) .img:nth-of-type(2){
	width: 45%;
}
.section .item_box .look .box:nth-of-type(1) .img:nth-of-type(3){
	width: 50%;
	margin-left: 50%;
	margin-top: -35%;
}
.section .item_box .look .box:nth-of-type(2) .img:nth-of-type(1){
	width: 80%;
	margin-bottom: 10%;
}
.section .item_box .look .box:nth-of-type(2) .img:nth-of-type(2){
	width: 45%;
	margin-left: 50%;
	z-index: 2
}
.section .item_box .look .box:nth-of-type(2) .img:nth-of-type(3){
	width: 75%;
	margin-top: 5%;
}

.section:nth-of-type(2) .item_box .look .box:nth-of-type(1) .img:nth-of-type(1){
	width: 80%;
	margin-left: 0%;
	margin-bottom: 10%;
}
.section:nth-of-type(2) .item_box .look .box:nth-of-type(1) .img:nth-of-type(2){
	width: 45%;
	margin-left: 55%;
}
.section:nth-of-type(2) .item_box .look .box:nth-of-type(1) .img:nth-of-type(3){
	width: 50%;
	margin-top: -35%;
	margin-left: 0;
}
.section:nth-of-type(2) .item_box .look .box:nth-of-type(2) .img:nth-of-type(1){
	width: 80%;
	margin-bottom: 10%;
	margin-left: 20%;
}
.section:nth-of-type(2) .item_box .look .box:nth-of-type(2) .img:nth-of-type(2){
	width: 45%;
	margin-left: 0;
	z-index: 2
}
.section:nth-of-type(2) .item_box .look .box:nth-of-type(2) .img:nth-of-type(3){
	width: 50%;
	margin-top: -35%;
	margin-left: 50%;
	z-index: 10
}

.section .item_box .look .box .list {
	width: 60%;
	position: relative;
	margin: 5% auto;
}
.section .item_box .look .box .list a {
	color: #000;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	letter-spacing: 0.6px;
	text-decoration: none;
	margin: 10px 0
}
.section .item_box .look .box .list a .name {
	text-align: left;
	width: 28%;
}
.section .item_box .look .box .list a .price {
	margin-left: 5%;
	width: 42%;
	text-align: right;
}
.section .item_box .look .box .list a .price .tax {
	font-size: 10px;
	margin-left: 5px;
}
.section .item_box .look .box .list a .btn {
	margin-left: 5%;
	width: 20%;
	background: #000;
	color: #FFF;
	text-align: center;
	font-size: 11px;
	border-radius: 100px;
	line-height: 20px;
	height: 20px;
}
@media only screen and (max-width: 768px) {
	.section .item_box .look {
		padding: 10% 0;
	}
	.section .item_box .look .box{
		position: relative;
		margin: 0 auto 20%;
		display: flex;
		flex-wrap: wrap;
	}
	.section .item_box .look .box .no {
		position: absolute;
		top: 0;
		left: 2%;
		width: 9%;
	}
	.section .item_box .look .box:nth-of-type(2) .no {
		left: auto;
		right: 2%;
	}
	.section:nth-of-type(2) .item_box .look .box .no {
		right: 2%;
	}
	.section:nth-of-type(2) .item_box .look .box:nth-of-type(2) .no {
		left: 2%;
	}
	.section .item_box .look .box:nth-of-type(1) .img:nth-of-type(1){
		width: 85%;
		margin-left: 15%;
		margin-bottom: 10%;
	}
	.section .item_box .look .box:nth-of-type(1) .img:nth-of-type(2){
		width: 50%;
		margin-left: 5%;
	}
	.section .item_box .look .box:nth-of-type(1) .img:nth-of-type(3){
		width: 70%;
		margin-left: 30%;
		margin-top: 5%;
	}
	.section .item_box .look .box:nth-of-type(2) .img:nth-of-type(1){
		width: 85%;
		margin-bottom: 10%;
	}
	.section .item_box .look .box:nth-of-type(2) .img:nth-of-type(2){
		width: 60%;
		margin-left: 40%;
		z-index: 2
	}
	.section .item_box .look .box:nth-of-type(2) .img:nth-of-type(3){
		width: 90%;
		margin-top: 5%;
	}

	.section:nth-of-type(2) .item_box .look .box:nth-of-type(1) .img:nth-of-type(1){
		width: 85%;
	}
	.section:nth-of-type(2) .item_box .look .box:nth-of-type(1) .img:nth-of-type(2){
		width: 50%;
		margin-left: 45%;
	}
	.section:nth-of-type(2) .item_box .look .box:nth-of-type(1) .img:nth-of-type(3){
		width: 70%;
		margin-top: 5%;
		margin-left: 0;
	}
	.section:nth-of-type(2) .item_box .look .box:nth-of-type(2) .img:nth-of-type(1){
		width: 85%;
		margin-bottom: 10%;
		margin-left: 15%;
	}
	.section:nth-of-type(2) .item_box .look .box:nth-of-type(2) .img:nth-of-type(2){
		width: 60%;
		margin-left: 0;
		z-index: 2
	}
	.section:nth-of-type(2) .item_box .look .box:nth-of-type(2) .img:nth-of-type(3){
		width: 70%;
		margin-top: 5%;
		margin-left: 15%;
		z-index: 10
	}

	.section .item_box .look .box .list {
		width: 86%;
		position: relative;
		margin: 5% auto;
	}
	
}
.section .item_box .info {
	width: 100%;
	padding: 15% 0
}
.section .item_box .info h3 {
	width: 40%;
	margin: 0 auto;
}
.section .item_box .info .txt {
	margin: 10% auto;
	width: 80%;
	max-width: 500px;
	font-size: 12px
	
}
.section .item_box .info .txt span {
	font-weight: 600;
	font-style: italic;
	display: block;
	font-size: 24px;
	text-align: center;
	font-family: "Cormorant Infant", serif;
	
}
.foot_item {
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	margin: 15% auto 5%;
}

.section .item_box .info .link {
	width: 50%;
	text-align: center;
}
.section .item_box .info .link .img {
	width: 70%;
	margin: 0 auto 10px;
}
.section .item_box .info .link p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
}
.section .item_box .info .link p.price {
	font-size: 12px;
	margin: 5px auto 12px;
}
.section .item_box .info .link a {
	font-size: 12px;
	display: inline-block;
	background: #000;
	color: #FFF;
	text-align: center;
	padding: 0 25px;
	border-radius: 100px;
	text-decoration: none;
}
.section .foot {
	padding: 10% 0 0;
	margin: 10% auto 0;
	border-top: 1px solid #000;
}
.section .foot .f_logo{
	width: 50%;
	max-width: 200px;
	margin: 0 auto 5%;
}
.section .foot .copyright{
	text-align: center;
	font-size: 10px;
}
@media only screen and (max-width: 768px) {
	.section .item_box .info h3 {
		width: 60%;
		margin: 0 auto;
	}
	.section .item_box .info .txt {
		margin: 10% auto;
		width: 80%;
		font-size: 12px

	}
	.foot_item {
		width: 90%;
		margin: 10% auto;
	}
	.section .item_box .info .link {
		width: 50%;
		margin: 5% auto;
	}
	.section .item_box .info .link .img {
		width: 70%;
		margin: 0 auto 10px;
	}
	.section .item_box .info .link p {
		font-size: 12px;
	}
	.section .item_box .info .link p.price {
		font-size: 11px;
	}
}





.section .main_box .img {
	overflow: hidden;
	opacity: 0;
	transition: 1s all 0s ease
}
.section .main_box.ac .img {
	opacity: 1;
}
.main_box .img img {
	transform: scale(1.1);
	transition: 2s all 0s ease;
}
.main_box.ac .img img {
	transform: scale(1)
}

.section .item_box .read h2 span {
	overflow: hidden;
}
.section .item_box .read h2 span.line::before {
	width: 0;
	transition: 1s all 0.6s ease;
}
.section .item_box .read.ac h2 span.line::before {
	width: 100%;
}
.section .item_box .read h2 span.txt {
	opacity: 0;
	transition: 1.4s all 0s ease;
}
.section .item_box .read.ac h2 span.txt {
	opacity: 1;
}
.section .item_box .item .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	animation: switch_anim 6s infinite;
}
.section .item_box .item .img img:nth-of-type(1) {
	position: relative;
}
.section .item_box .item .img img:nth-of-type(2) {
	animation-delay: 2s
}
.section .item_box .item .img img:nth-of-type(3) {
	animation-delay: 4s
}
@keyframes switch_anim {
  0%{ opacity: 0;}
  10%{ opacity: 1;}
  33%{ opacity: 1;}
  45%{ opacity: 0;}
  100%{ opacity: 0;}
}

.section .item_box .item .point ul li .check span:nth-of-type(1) img {
	opacity: 0;
	transition: 0.6s all 0.6s ease;
}
.section .item_box .item .point ul li.ac .check span:nth-of-type(1) img {
	opacity: 1;
}

.section .item_box .item h3::before {
	content: "";
	position: absolute;
	top: 30%;
	left: 15%;
	width: 0%;
	height: 15px;
	background: #c18d78;
	transition: 0.7s all 0.6s ease;
}
.section .item_box .item h3.ac::before {
	width: 70%;
}
.section .item_box .item h3 img {
	position: relative;
	z-index: 10
}


.anim {
	opacity: 0;
	transform: translate(0,20px);
	transition: 1.4s all 0s ease;
}
.anim.ac {
	opacity: 1;
	transform: translate(0)
}
