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

html,
body {
	padding: 0;
	margin: 0;
	background: #f6f6f4;
}
img {
	width: 100%;
	border: none;
}
ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	color: #000;
}

h1,h2,h3,h4,p,a {
	padding: 0;
	margin: 0;
}
@media only screen and (min-width: 769px)  {
	
	
}
#loading {
  width: 100vw;
  height: 100dvh;
  transition: 1s all 1s ease;
  background-color: #f6f6f4;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
	width: 50%;
	max-width: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 100;
	opacity: 1
}

.loaded {
  opacity: 0;
  visibility: hidden;
}
#lp {
	position: relative;
	font-size: 12px;
	line-height: 2;
	background: #f6f6f4;
	font-family: "Noto Sans JP", sans-serif;
}

#header {
	position: relative;
	box-sizing: border-box;
	padding: 8% 0;
}
#header h1 {
	width: 36%;
	margin: 0 auto;
	line-height: 0;
}
@media only screen and (min-width: 769px)  {
	#header {
		padding:0;
		background: #f6f6f4;
		z-index: 10;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 10vh;
		z-index: 500;
	}

	#header h1 {
		max-width: 140px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	
}
#main_visual {
	width: 90%;
	margin: 0 auto;
	position: relative;
}
#main_visual .visual {
	line-height: 0;
	overflow: hidden;
}
#main_visual .title {
	position: absolute;
	line-height: 0;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
#main_visual .title .img {
	line-height: 0;
	overflow: hidden;
}
#main_visual .title h2 {
	position: absolute;
	top: 5%;
	left: 5%;
	width: 90%;
}

#main_visual .title .by {
	position: absolute;
	bottom: 5%;
	left: 20%;
	width: 60%;
}

@media only screen and (min-width: 769px)  {
	#main_visual {
		width:calc(45% - 50px);
		height: 90vh;
		left: 50px;
		top: 10vh;
		position: fixed;
		box-sizing: border-box;
	}
	#main_visual .visual {
		background: url("../img/look-01.webp") no-repeat center;
		background-size: cover;
		width: 100%;
		height: 100vh;
	}
	#main_visual .visual img {
		display: none;
	}
	
}



#main_contents {
	position: relative;
}
@media only screen and (min-width: 769px)  {
	#main_contents {
		width:55%;
		margin-left:45%;
		padding-top: 10vh;
	}	
	
}


#main_contents .section {
	position: relative;
}

#main_contents .read {
	width: 90%;
	box-sizing: border-box;
	padding: 5%;
	margin: 0 auto;
	position: relative;
}
#main_contents .read h3 {
	font-size: 16px;
	margin-bottom: 5%;
	font-weight: 400;
}
@media only screen and (min-width: 769px)  {
	#main_contents .read {
		padding: 10% 5%;
	}
	
}


#main_contents .look {
	position: relative;
}
#main_contents .look::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
}
#main_contents .look h4 {
	width: 60%;
	margin-left: 35%;
	
}
/*#main_contents .look .look_img {
	display: flex;
	flex-wrap: wrap;
}*/
#main_contents .look .img {
	position: relative;
	line-height: 0;
}
#main_contents .look .credit {
	position: relative;
	z-index: 10;
	width: 70%;
	max-width: 300px;

}
#main_contents .look .credit li {
	margin: 10px 0;
}
#main_contents .look .credit li a {
  display: grid;
  grid-template-columns: 1fr 80px;
	column-gap: 10px;
  align-items: center;
  width: 100%;
  background: #fff;
  color: #000;
  text-decoration: none;
	padding: 10px;
	box-sizing: border-box;
	line-height: 1.2;
}
#main_contents .look .credit li a .price {
	position: relative;
}
#main_contents .look .credit li a .price::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: url("../img/arrow.svg") no-repeat right;
	background-size: contain;
	width: 12px;
	height: 100%;
}
@media only screen and (min-width: 769px)  {
	#main_contents .look h4 {
		width: 50%;
		margin-left: calc(50% - 50px);
	}
/*	#main_contents .look .look_img {
		width: 60%;
		margin: 0 auto;
	}*/
}





#main_contents .no1 {
	padding: 0 0 15%
}
#main_contents .no1 .graphic {
	width: 38%;
	position: absolute;
	top: 6%;
	right: 0;
	animation: graphic-anim 3s infinite 0s ease-in-out;
}
#main_contents .no1 .copy {
	width: 60%;
	box-sizing: border-box;
	padding:25% 0 5% 10%
}
#main_contents .no1 .img:nth-of-type(1) {
	width: 90%;
}
#main_contents .no1 .img:nth-of-type(2) {
	width: 65%;
	margin: 5% 0 0 30%;
	
}
#main_contents .no1 .credit {
	margin: -10% 0 0 10%;
}

@media only screen and (min-width: 769px)  {
	#main_contents .no1 .graphic {
		width: 32%;
		position: absolute;
		top: 10%;
		right: 10%;
		animation: graphic-anim 3s infinite 0s ease-in-out;
	}
	#main_contents .no1 .copy {
		width: 40%;
		box-sizing: border-box;
		padding:25% 0 5% 10%
	}	
	#main_contents .no1 .img:nth-of-type(1) {
		width: 70%;
	}
	#main_contents .no1 .img:nth-of-type(2) {
		width: 45%;
		margin-top: 10%;
		margin-left:calc(50% - 50px)

	}
	#main_contents .no1 .credit {
		margin: -15% 0 0 15%;
	}
}




#main_contents .no2 {
	padding: 15% 0
}
#main_contents .no2 .copy {
	width: 35%;
	box-sizing: border-box;
	margin: 0 0 5% 50%;
}
#main_contents .no2 .img:nth-of-type(1) {
	width: 65%;
	margin: 0 0 0 5%;
	z-index: 2;
}
#main_contents .no2 .img:nth-of-type(2) {
	width: 90%;
	margin: -10% 0 0 10%;
	z-index: 1
	
}
#main_contents .no2 .credit {
	margin: 5% 0 0 20%;
}
@media only screen and (min-width: 769px)  {
	#main_contents .no2 .copy {
		width: 24%;
		box-sizing: border-box;
		margin: 0 0 5% 60%;
	}
	#main_contents .no2 .img:nth-of-type(1) {
		width: 50%;
		margin: 0 0 0 10%;
		z-index: 2;
	}
	#main_contents .no2 .img:nth-of-type(2) {
		width: 70%;
		margin: -10% 0 0 30%;
		z-index: 1

	}
	#main_contents .no2 .credit {
		margin: -15% 0 0 5%;
	}	
	
}


#main_contents .no3 {
	padding: 15% 0
}
#main_contents .no3 .copy {
	width: 60%;
	margin: 0 auto 5%;
}
#main_contents .no3 .img:nth-of-type(1) {
	width: 90%;
	margin: 0 auto;
}
#main_contents .no3 .img:nth-of-type(2) {
	width: 65%;
	margin: 5% 0 0 10%;
	z-index: 1
	
}
#main_contents .no3 .credit {
	margin: 5% 0 0 10%;
}
@media only screen and (min-width: 769px)  {
	#main_contents .no3 .copy {
		width: 40%;
		margin: 0 auto 5%;
	}
	#main_contents .no3 .img:nth-of-type(1) {
		width: 70%;
		margin: 0 auto;
	}
	#main_contents .no3 .img:nth-of-type(2) {
		width: 50%;
		margin: 5% 0 0 5%;
		z-index: 1

	}
	#main_contents .no3 .credit {
		margin: -15% 0 0 50%;
	}	
	
	
}


#main_contents .no4 {
	padding: 15% 0
}
#main_contents .no4 .graphic {
	width:50%;
	position: absolute;
	top: 2%;
	left: 0;
	animation: graphic-anim 3s infinite 0s ease-in-out;
}
#main_contents .no4 .img:nth-of-type(1) {
	width: 65%;
	margin: 0 0 0 30%;
}
#main_contents .no4 .img:nth-of-type(2) {
	width: 90%;
	margin: 5% 0 0 0%;
	z-index: 1
	
}
#main_contents .no4 .credit {
	margin: 5% 0 0 10%;
}
@media only screen and (min-width: 769px)  {
	#main_contents .no4 .graphic {
		width:42%;
		position: absolute;
		top: 2%;
		left: 22%;
		animation: graphic-anim 3s infinite 0s ease-in-out;
	}
	#main_contents .no4 .img:nth-of-type(1) {
		width: 50%;
		margin-left:50%;
	}
	#main_contents .no4 .img:nth-of-type(2) {
		width: 70%;
		margin: 5% 0 0 0%;
		z-index: 1

	}
	#main_contents .no4 .credit {
		margin: -15% 0 0 50%;
	}
}

#main_contents .no5 {
	padding: 15% 0
}
#main_contents .no5 .img:nth-of-type(1) {
	width: 90%;
	margin: 0 0 0 5%;
}
#main_contents .no5 .img:nth-of-type(2) {
	width: 52%;
	margin: 5% 0 0 0%;
	z-index: 1
	
}
#main_contents .no5 .img:nth-of-type(3) {
	width: 52%;
	margin: -60% 0 0 48%;
	z-index: 1
	
}

#main_contents .no5 .credit {
	margin: -5% 0 0 10%;
}
@media only screen and (min-width: 769px)  {
	#main_contents .no5 .img:nth-of-type(1) {
		width: 70%;
		margin: 0 auto;
	}
	#main_contents .no5 .img:nth-of-type(2) {
		width: 47%;
		margin: 5% 0 0 5%;
		z-index: 1

	}
	#main_contents .no5 .img:nth-of-type(3) {
		width: 47%;
		margin: -60% 0 0 43%;
		z-index: 1

	}

	#main_contents .no5 .credit {
		margin: -5% 0 0 10%;
	}
	
}



#main_contents .all {
	position: relative;
}
#main_contents .all::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
}
#main_contents .all::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
}
#main_contents .all a {
	background: #000;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	padding: 35px 0;
	width: 90%;
	margin: 0 auto;
	display: block;
	position: relative;
	letter-spacing: 1px;
	
}
@media only screen and (min-width: 769px)  {
	#main_contents .all a {
		width:  calc(100% - 50px);
		margin: 0;

	}
	
}


#main_contents .other {
	padding: 15% 0 52%;
	position: relative;
}
#main_contents .other .copy:nth-of-type(1) {
	width: 45%;
	position: absolute;
	top: 20%;
	left: 12%;
	z-index: 20
}
#main_contents .other .copy:nth-of-type(2) {
	width: 54%;
	position: absolute;
	bottom: 28%;
	right: 16%;
	z-index: 20
}
#main_contents .other .copy:nth-of-type(3) {
	width: 45%;
	position: absolute;
	bottom: 2%;
	left: 15%;
	z-index: 20
}
#main_contents .other .img:nth-of-type(1) {
	width: 35%;
}
#main_contents .other .img:nth-of-type(2) {
	width: 55%;
	margin: -30% 0 0 45%;
}
#main_contents .other .img:nth-of-type(3) {
	width: 35%;
	margin: 10% 0 0 5%;
}
#main_contents .other .img:nth-of-type(4) {
	width: 35%;
	margin: -35% 0 0 65%;
}
#main_contents .other .img:nth-of-type(5) {
	width: 55%;
	margin: 10% 0 0 15%;
}
#main_contents .other .img:nth-of-type(6) {
	width: 35%;
	margin: 10% 0 0 60%;
}
#main_contents .other .img:nth-of-type(7) {
	width: 35%;
	margin: -35% 0 0 0%;
}
#main_contents .other .img:nth-of-type(8) {
	width: 55%;
	margin: 18% 0 0 40%;
}
@media only screen and (min-width: 769px)  {
	#main_contents .other .copy:nth-of-type(1) {
		width: 22%;
		position: absolute;
		top: 20%;
		left: 28%;
		z-index: 20
	}
	#main_contents .other .copy:nth-of-type(2) {
		width: 30%;
		position: absolute;
		bottom: 29%;
		right: 40%;
		z-index: 20
	}
	#main_contents .other .copy:nth-of-type(3) {
		width: 45%;
		position: absolute;
		bottom: 2%;
		left: 15%;
		z-index: 20
	}
	#main_contents .other .img:nth-of-type(6) {
		margin-left: calc(65% - 50px);
	}
	#main_contents .other .img:nth-of-type(8) {
		margin-left: calc(45% - 50px);
	}
}

#main_contents .foot {
	padding: 15% 0;
}
#main_contents .foot .sns {
	width: 26%;
	margin-left: 59%;
	column-gap: 35px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
#main_contents .foot .sns li {
	margin: 0 auto 35px;
}
#main_contents .foot  .copyright {
	font-size: 10px;
	text-align: center;
	margin: 5% auto 0
}
@media only screen and (min-width: 769px)  {
	#main_contents .foot {
		padding: 8% 0;
	}
	#main_contents .foot .sns {
		width: 15%;
		margin-left: calc(77% - 50px);
		column-gap: 50px;
	}
	#main_contents .foot .sns li {
		margin: 0 auto 50px;
	}
	
}



#main_contents .all a::before {
	content: "";
	position: absolute;
	top: 0;
	right: 5%;
	background: url("../img/arrow.svg") no-repeat center right;
	background-size: contain;
	width: 20px;
	height: 100%;
	filter: invert(1)
}



.switch {
	position: relative;
	overflow: hidden;
}

.switch img {
  position: absolute;
  width: 100%;
	top: 0;
	left: 0;
  opacity: 0;
	animation: fade2 5s infinite;
}

.switch img:nth-of-type(1) {
	position: relative;
}

.switch img:nth-of-type(2) {
	animation-delay: 2.5s;
}

@keyframes fade2 {
	0% {
	  opacity: 0;
		filter: blur(10px);
	}
	20% {
		opacity: 1;
		filter: blur(0px);
	}
	50% {
		opacity: 1;
		filter: blur(0px);
	}
	75% {
		opacity: 0;
		filter: blur(10px);
	}
	100% {
		opacity: 0;
		filter: blur(10px);
	}
}


/*anim*/
#lp::before,#lp::after {
	content: "";
	position: fixed;
	top: 0;
	width: 1px;
	height: 0vh;
	background: #000;
	z-index: 10;
	transition: 1s all 1s ease;
}
#lp::before {
	left: 5%;
}
#lp::after {
	right: 5%;
}
#lp.ac::before,#lp.ac::after {
	animation: border-height 1s forwards 1s ease-in-out;
}



#header::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #000;
    transition: 1s all 1s ease;
}
#lp.ac #header::before {
    animation: border-width 1s forwards 1s ease-in-out;
}


#main_visual .title .img {
	overflow: hidden;
	position: relative;
}
#main_visual .title img {
	opacity: 0;
	transition: 1s all 2.2s ease;
}
#lp.ac #main_visual .title img {
	opacity: 1;
	overflow: hidden;
}


#main_visual .title .img::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	background: #f6f6f4;
	width: 100%;
	height: 100%;
	z-index: 5;
}
#lp.ac #main_visual .title .img::before {
	animation: in-out 1s forwards 2s ease-in-out;
}
#main_visual .title::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 1px;
	background: #000;
	transition: 1s all 1s ease;
	z-index: 10
}
#main_visual .title::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0%;
	height: 1px;
	background: #000;
	transition: 1s all 1s ease;
	z-index: 10
}
#lp.ac #main_visual .title::before,#lp.ac #main_visual .title::after {
	animation: border-width 1s forwards 1s ease-in-out;
}


#main_contents .section::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0%;
	height: 1px;
	background: #000;
	transition: 1s all 1s ease;
}

#lp.ac #main_contents .section::before {
	animation: border-width 1s forwards 1s ease-in-out;
}

@media only screen and (min-width: 769px)  {
	#lp::before {
		left: 50px;
		z-index: 1000
	}
	#lp::after {
		right: 50px;
		z-index: 1000
	}	

	#main_visual::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 1px;
		height: 0%;
		background: #000;
		transition: 1s all 1s ease;
		z-index: 10
	}
	#lp.ac #main_visual::before {
		animation: border-height 1s forwards 1s ease-in-out;
	}
	
	#main_contents::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 0%;
		height: 1px;
		background: #000;
		transition: 1s all 1s ease;
	}
	#lp.ac #main_contents::before {
		animation: border-width 1s forwards 1s ease-in-out;
	}
	#main_contents .read::before {
		display: none;
	}
	#main_contents .section:nth-of-type(1)::before {
		display: none;
	}
}



#lp img,#lp p,#lp h1,#lp h2,#lp h3,#lp .visual {
	opacity: 0;
	transition: 1s all 2s ease;
}
#lp.ac img,#lp.ac p,#lp.ac h1,#lp.ac h2,#lp.ac h3,#lp.ac .visual {
	opacity: 1;
}
.anim {
	opacity: 0;
	filter: blur(10px);
	transition: 1s all 0s ease;
}
.anim.ac {
	opacity: 1;
	filter: blur(0)
}
@keyframes in-out {
  0% {
    left: -100%;
  } 
	40% {
		left: 0;
	}
	60% {
		left: 0;
	}
	100% {
		left: 100%;
  }
}
@keyframes border-height {
	0% {
		height: 0;
  }
	100% {
		height: 100vh;
  }
}
@keyframes border-width {
	0% {
		width: 0;
  }
	100% {
		width: 100%;
  }
}
@keyframes graphic-anim {
	0% {
		opacity: 0.6;
		transform: rotate(1deg)
  }
	40% {
		opacity: 0.8;
		transform: rotate(0deg)
	}
	60% {
		opacity: 0.8;
		transform: rotate(0deg)
	}
	100% {
		opacity: 0.6;
		transform: rotate(1deg)
  }
}
