@charset "UTF-8";
/* CSS Document */
html,
body {
	padding: 0;
	margin: 0;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
img,svg {
	width: 100%;
	border: none;
}
h1,h2,h3,h4,p,a {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #000;
}
.spv {
	display: block;
}
@media only screen and (min-width: 769px)  {
	.spv {
		display: none;
	}
	
}

#ch {
	position: relative;
	font-family: "Lusitana", serif;
}

#main_visual {
	position: relative;
	width: 100%;
	height: 100vh;
}
@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 30s infinite linear 0.1s both;
}
.scroll-infinity__item {
	width:600px;
	height: 100vh;
	box-sizing: border-box;
	padding: 6vh 0
}
.scroll-infinity__item .bg {
	width:100%;
	height: 100%;
	background:url("../img/main-01.jpg") no-repeat center top;
	background-size: cover;
}
.scroll-infinity__item:nth-of-type(2) .bg {
	background:url("../img/main-02.jpg") no-repeat center top;
	background-size: cover;
}
.scroll-infinity__item:nth-of-type(3) .bg {
	background:url("../img/main-03.jpg") no-repeat center top;
	background-size: cover;
}
.scroll-infinity__item:nth-of-type(4) .bg {
	background:url("../img/main-04.jpg") no-repeat center top;
	background-size: cover;
}
.scroll-infinity__item:nth-of-type(5) .bg {
	background:url("../img/main-05.jpg") no-repeat center top;
	background-size: cover;
}
.scroll-infinity__item>img {
  width: 100%;
}
@media only screen and (max-width: 768px)  {
	.scroll-infinity__list--left {
	  animation: infinity-scroll-left 20s infinite linear 0.1s both;
	}
	.scroll-infinity__item {
		width:300px;
		height: 100vh;
		box-sizing: border-box;
		padding: 4vh 0
	}
	
}

#main_contents {
	position: relative;
}

#main_contents .section {
	position: relative;
	width: 100%;
}
#main_contents .read {
	background: #FFF;
	position: relative;
	z-index: 1000;
}
#main_contents .read p {
	font-size: 12px;
	line-height: 3;
	letter-spacing: 2px;
	text-align: center;
	margin: 15% auto;
	max-width: 800px;
}
#main_contents .title {
	position: fixed;
	top: 0;
	left: 0;
	width: 45%;
	height: 100svh;
	z-index: 100
}
#main_contents .title img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 52%;
	line-height: 0;
}
#main_contents .color {
	position: fixed;
	top: 0;
	left: 0%;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	letter-spacing: 2px;
	width: 45%;
	height: 100svh;
}
#main_contents .color span {
	display: block;
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%,0%);
}
@media only screen and (max-width: 768px)  {
	#main_contents .section {
		padding-top: 100vh;
		/*color: #FFF;*/
	}
	#main_contents .read p {
		font-size: 10px;
		width: 80%;
		margin: 25% auto 30%;
	}
	#main_contents .title {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: 100
	}
	#main_contents .title img {
		width: 60%;
	}
	#main_contents .color {
		position: fixed;
		width: 100%;
	}
	#main_contents .color span {
		display: block;
		position: absolute;
		top: 75%;
	}
}


#main_contents .section .list {
	position: relative;
	padding-bottom: 10%;
}
#main_contents .section .list li {
	width: 50%;
	margin: 0 0 0 45%;
}
#main_contents .section .list li a{
	display: block;
	margin: 0 auto 10px;
	padding-bottom: 10px;
	font-size: 12px;
	text-align: left;
	border-bottom: 1px solid #000;
	position: relative;
}
#main_contents .section .list li a::before{
	content: "BUY";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	font-style: italic;
}
#main_contents .section .list li.remi a{
	font-weight: 600;
}
#main_contents .section .list li.remi span{
	font-weight: 400;
	font-style: italic;
	font-size: 9px;
	display: block;
	margin-bottom: 2px;
}
@media only screen and (max-width: 768px)  {
	#main_contents .section .list {
		position: relative;
		padding-bottom: 25%;
	}
	#main_contents .section .list li {
		width: 80%;
		margin: 0 auto;
	}
	#main_contents .section .list li a{
		display: block;
		margin: 0 auto 15px;
		padding-bottom: 15px;
	}
}

#main_contents .section .visual_box {
  position: absolute;
  top: 0;
  left: 0%;
  width:45%;
  height: 100%;
  clip-path: inset(0); /* 切り抜き */
  z-index: -1;
	overflow: hidden;
}
#main_contents .section .visual_box .bg {
  position: fixed; /* 背景を固定 */
  top: 0;
   width: 45%;
  height:100vh;
}

#main_contents #look01 .visual_box .bg {
	background: url("../img/main-01.jpg") no-repeat center 15%;
	background-size: cover;
}
#main_contents #look02 .visual_box .bg {
	background: url("../img/main-02.jpg") no-repeat center 15%;
	background-size: cover;
}
#main_contents #look03 .visual_box .bg {
	background: url("../img/main-03.jpg") no-repeat center 15%;
	background-size: cover;
}
#main_contents #look04 .visual_box .bg {
	background: url("../img/main-04.jpg") no-repeat center 15%;
	background-size: cover;
}
#main_contents #look05 .visual_box .bg {
	background: url("../img/main-05.jpg") no-repeat center 15%;
	background-size: cover;
}
@media only screen and (max-width: 768px)  {
	#main_contents .section .visual_box {
	  width:100%;
	  height: 100%;
	}
	#main_contents .section .visual_box .bg {
		width: 100%;
	}	
	
}




#main_contents .section .look {
	width: 50%;
	margin-left: 47.5%;
	box-sizing: border-box;
}
#main_contents .section .look .inner {
	box-sizing: border-box;
	position: relative;
}
#main_contents .section .look .inner .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(0,-50%);
	width: 40%;
}
#main_contents .section:nth-of-type(odd) .look .inner .txt {
	left: 10%;
}
#main_contents .section .look .inner .txt p {
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 3;
} 
@media only screen and (max-width: 768px)  {
	#main_contents .section .look {
		width: 100%;
		margin-left: 0;
		box-sizing: border-box;
		background: #FFF;
		z-index: 1000;
		position: relative;
	}
	#main_contents .section .look .inner .txt {
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0%);
		width: 85%;
		margin: 5% auto;
	}
	#main_contents .section:nth-of-type(odd) .look .inner .txt {
		left: auto;
	}
	#main_contents .section .look .inner .txt p {
		font-size: 10px;
	} 
}


#main_contents .section .img {
	width: 60%;
	padding: 10% 0;
	margin: 0 auto;
}
#main_contents #look01 .inner:nth-of-type(2) .img{
	width: 40%;
	margin: 0 5%;
}
#main_contents #look01 .inner:nth-of-type(3) .img{
	width: 90%;
}
#main_contents #look02 .inner:nth-of-type(2) .img{
	width: 40%;
	margin: 0 0 0 55%;
}
#main_contents #look02 .inner:nth-of-type(3) .img{
	width: 40%;
}
#main_contents #look03 .inner:nth-of-type(1) .img{
	width: 90%;
}
#main_contents #look03 .inner:nth-of-type(2) .img{
	width: 40%;
	margin: 0 5%;
}
#main_contents #look03 .inner:nth-of-type(3) .img{
	width: 60%;
}
#main_contents #look04 .inner:nth-of-type(1) .img{
	width: 60%;
	margin: 0 0 0 5%;
}
#main_contents #look04 .inner:nth-of-type(2) .img{
	width: 40%;
	margin: 0 0 0 55%;
}
#main_contents #look04 .inner:nth-of-type(3) .img{
	width: 40%;
}
#main_contents #look05 .inner:nth-of-type(1) .img{
	width: 90%;
}
#main_contents #look05 .inner:nth-of-type(2) .img{
	width: 40%;
	margin: 0 5%;
}
#main_contents #look05 .inner:nth-of-type(3) .img{
	width: 60%;
}
@media only screen and (max-width: 768px)  {
	#main_contents .section .img {
		width: 80%;
		padding: 10% 0;
		margin: 0 auto;
	}
	#main_contents #look01 .inner:nth-of-type(2) .img{
		width: 65%;
		margin: 0%;
	}
	#main_contents #look01 .inner:nth-of-type(3) .img{
		width: 100%;
	}
	#main_contents #look02 .inner:nth-of-type(2) .img{
		width: 65%;
		margin: 0 0 0 35%;
	}
	#main_contents #look02 .inner:nth-of-type(3) .img{
		width: 50%;
	}
	#main_contents #look03 .inner:nth-of-type(1) .img{
		width: 100%;
	}
	#main_contents #look03 .inner:nth-of-type(2) .img{
		width: 80%;
		margin: 0 auto
	}
	#main_contents #look03 .inner:nth-of-type(3) .img{
		width: 60%;
		margin: 0 0 0 40%
	}
	#main_contents #look04 .inner:nth-of-type(1) .img{
		width: 60%;
		margin: 0 0 0 5%;
	}
	#main_contents #look04 .inner:nth-of-type(2) .img{
		width: 70%;
		margin: 0 0 0 30%;
	}
	#main_contents #look04 .inner:nth-of-type(3) .img{
		width: 50%;
	}
	#main_contents #look05 .inner:nth-of-type(1) .img{
		width: 100%;
	}
	#main_contents #look05 .inner:nth-of-type(2) .img{
		width: 70%;
		margin: 0 5%;
	}
	#main_contents #look05 .inner:nth-of-type(3) .img{
		width: 50%;
	}
	
}



#main_foot {
	background: #FFF;
	position: relative;
	z-index: 100;
	padding: 5% 0;
}
#main_foot .about {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 20%;
}
#main_foot .img {
	width: 100%;
	min-height: 550px;
	height: 50vh;
	margin: 0 auto;
	position: relative;
}
#main_foot .img .bg{
	background: url("../img/material.jpg") no-repeat center;
	background-size: cover;
	width: 100%;
	height: 100%;
}
#main_foot .txt {
	width: 60%;
	margin: 5% auto;
}
#main_foot .txt p {
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 3;
}
#main_foot .logo {
	width: 40%;
	max-width: 200px;
	margin: 10% auto 0;
	padding-bottom: 5%;
}
@media only screen and (max-width: 768px)  {
	#main_foot .img {
		height: 80vh;
	}	
	#main_foot .about {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 50%;
	}
	#main_foot .txt {
		width: 80%;
		margin: 10% auto;
	}
	#main_foot .txt p {
		font-size: 10px;
		letter-spacing: 2px;
		line-height: 3;
	}
	#main_foot .logo {
		margin: 20% auto 0;
		padding-bottom: 10%;
	}
}

#main_visual .scroll-infinity {
	opacity: 0;
	transition: 2s all 0.5s ease;
	filter: blur(10px);
}
#main_visual.ac .scroll-infinity {
	opacity: 1;
	filter: blur(0px);
}
.anim {
	opacity: 0;
	filter: blur(10px);
	transform: translate(0,20px);
	transition: 1s all 0s ease;
}
.anim.ac {
	opacity: 1;
	filter: blur(0px);
	transform: translate(0px);
}
