@charset "UTF-8";
/* CSS Document */
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
html,
body {
	padding: 0;
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
}
#loading {
  width: 100vw;
  height: 100vh;
	transition: 1s all 1s ease;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
	max-width: 400px;
	width: 70%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

#lp_wrap {
	width: 100%;
	min-width: 1000px;
	font-size: 12px;
	line-height: 1.8;
		background: #fff;
}
#lp_wrap img,#lp_wrap video {
	width: 100%;
	border: none;
}
#lp_wrap a {
	text-decoration: underline;
	color: #000;
}
#lp_wrap ul,#lp_wrap li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#lp_wrap h1,#lp_wrap h2,#lp_wrap h3 {
	padding: 0;
	margin: 0;
}
#lp_wrap .spv {
	display: none;
}
#lp_wrap .pcv {
	display: block;
}
@media only screen and (max-width: 768px)  {
	#lp_wrap {
		width: 100%;
		min-width: 100%;
		font-size: 11px;
		line-height: 1.8;
	}
	#lp_wrap .spv {
		display: block;
	}
	#lp_wrap .pcv {
		display: none;
	}
}
#main_title {
	position: relative;
	padding: 0;
	overflow: hidden;
	width: 100%;

}
#main_title .inner {
	width: 100%;
	position: relative;
}
#main_title .title {
	width: 45%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 10% 0;
	z-index: 1000
}
#main_title .vol {
	position: absolute;
	top: 5%;
	left: 5%;
	width: 20%;
}
#main_title .brand {
	width: 80%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 5%;
	margin: 10% auto 0;
}
#main_title ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
#main_title li {
	width: 50%;
	position: relative;
	line-height: 0;
}
#main_title li:nth-of-type(even) {
	margin-left: 50%;
}
#main_title li:nth-of-type(1) {
	transform: rotate(10deg);
	width: 45%;
	margin-top: 5%;
	margin-left: 5%;
}
#main_title li:nth-of-type(2) {
	transform: rotate(-10deg);
	z-index: 10;
}
#main_title li:nth-of-type(3) {
	transform: rotate(-10deg);
	width: 45%;
	margin: -5% 0 5%;
	margin-left: 5%;
}
#main_title li:nth-of-type(4) {
	transform: rotate(10deg);
	width: 45%;
	margin-top: 0%;
	margin-left: 55%;
}
#main_title li img {
		box-sizing: border-box;
	border: 5px solid #FFF;
}
#main_title .thema {
	position: absolute;
	bottom: 5%;
	left: 50%;
	width: 30%;
	transform: translate(-50%,0)
}
@media only screen and (max-width: 768px)  {
	#main_title {
		width: 100%;
		height: auto;
	}
	#main_title .inner {
		width: 100%;
		height: 100vh;
		padding-bottom: 10%;
	}
	#main_title .title {
		width: 90%;
		margin: 0 auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		padding: 15% 0;
		z-index: 100
	}
	#main_title .vol {
		position: absolute;
		top: 0%;
		left: 0%;
		width: 25%;
	}
	#main_title .brand {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		column-gap: 5%;
		margin: 6% auto 0;
	}
	#main_title ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	#main_title li {
		position: absolute;
	}
	#main_title li:nth-of-type(even) {
		margin-left:30%;
	}
	#main_title li:nth-of-type(1) {
		transform: rotate(10deg);
		width: 40%;
		margin-top: 0;
		margin-left: 0;
		top: 2%;
		left: 4%;
	}
	#main_title li:nth-of-type(2) {
		top: 0;
		right: 5%;
	}
	#main_title li:nth-of-type(3) {
		transform: rotate(-10deg);
		width: 50%;
		margin-top: 0;
		margin-left: 0;
		bottom: 0;
		left: 1%;
	}
	#main_title li:nth-of-type(4) {
		transform: rotate(10deg);
		width: 43%;
		margin-top: 0;
		margin-left: 0;
		bottom: 4%;
		right: 4%;
	}
	#main_title .thema {
		position: relative;
		bottom: auto;
		left: auto;
		width: 70%;
		transform: translate(0);
		margin: 5% auto;
	}
}



#main_contents {
	position: relative;
}
#main_contents .section {
	position: relative;
	margin: 0 auto;
	padding-bottom: 5%;
	overflow: hidden;
	border-top: 5px solid #FFF;
}
#main_contents .section:nth-of-type(1) {
	background: #f8ecee
}
#main_contents .section:nth-of-type(2) {
	background: #ebedf2
}
#main_contents .section:nth-of-type(3) {
	background: #e5e9e6
}
#main_contents .section .logo {
	max-width: 500px;
	width: 80%;
	margin: 0% auto;
	padding: 100px 0 0;
}
#main_contents .section .thema {
	max-width: 900px;
	width: 100%;
	margin: 0% auto;
	padding: 30px 0 0;
}
#main_contents .section .look{
	position: relative;
	margin: 25px auto 0;
	max-width: 1000px;
	
}
#main_contents .section .look .main {
	width: 55%;	
}
#main_contents .section .look:nth-of-type(2) .main {
	margin-left: 45%;
}
#main_contents .section .look .inner {
	position: relative;
	z-index: 10;
	box-sizing: border-box;
	padding: 12% 12% 0;
}
#main_contents .section .look .inner .copy {
	position: absolute;
	bottom: 0%;
	right: 0;
	width: 70%;
}
#main_contents .section .look:nth-of-type(2) .inner .copy {
	left: 0%;
}
#main_contents .section .look .main .img {
	line-height: 0;
}
#main_contents .section .look .main .tit {
	position: absolute;
	top: 0;
	left:5%;
	width: 70%;
}
#main_contents .section:nth-of-type(2) .look .main .tit {
	top: 5%;
	left:5%;
	width: 28%;
}

#main_contents .section:nth-of-type(2) .look:nth-of-type(2) .main .tit {
	top: 3%;
	left: auto;
	right:3%;

}
#main_contents .section:nth-of-type(3) .look .main .tit {
	top: 13.5%;
	left:50%;
	transform: translate(-50%,0);
	width: 50%;
}
#main_contents .section .look .main .before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 25%;
	line-height: 0;
	box-sizing: border-box;
}
#main_contents .section .look .main .before.x2 {
	width: 50%;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
#main_contents .section .look:nth-of-type(2) .main .before {
	left: auto;
	right: 0;
}
#main_contents .section:nth-of-type(1) .look:nth-of-type(1) .main .before {
	border: 2px solid #9fa6aa;
}
#main_contents .section:nth-of-type(1) .look:nth-of-type(2) .main .before {
	border: 2px solid #d091a3;
}
#main_contents .section:nth-of-type(1) .look:nth-of-type(3) .main .before {
	border: 2px solid #e699a6;
}
#main_contents .section:nth-of-type(2) .look:nth-of-type(1) .main .before {
	border: 2px solid #a4b2ad;
}
#main_contents .section:nth-of-type(2) .look:nth-of-type(2) .main .before {
	border: 2px solid #9da096;
}
#main_contents .section:nth-of-type(2) .look:nth-of-type(3) .main .before {
	border: 2px solid #b49271;
}
#main_contents .section:nth-of-type(3) .look:nth-of-type(1) .main .before {
	border: 2px solid #b49282;
}
#main_contents .section:nth-of-type(3) .look:nth-of-type(2) .main .before {
	border: 2px solid #a4988a;
}
#main_contents .section:nth-of-type(3) .look:nth-of-type(3) .main .before {
	border: 2px solid #cca1aa;
}

@media only screen and (max-width: 768px)  {
	#main_contents .section .logo {
		padding: 15% 0 0;
	}
	#main_contents .section .look {
		padding: 0;
	}
	#main_contents .section .look .main {
		width: 100%;
	}
	#main_contents .section .look:nth-of-type(2) .main {
		margin-left: 0%;
	}
	#main_contents .section .look .main .tit {
		left:2%;
	}
}


#main_contents .section .look .main .data {
	position: relative;
	padding: 5% 0;
	width: 88%;
}
#main_contents .section .look:nth-of-type(2) .main .data {
	margin-left: 12%;
}
#main_contents .section:nth-of-type(1) .look:nth-of-type(1) .main .data {
	background: #9fa6aa;
}
#main_contents .section:nth-of-type(1) .look:nth-of-type(2) .main .data {
	background: #d091a3;
}
#main_contents .section:nth-of-type(1) .look:nth-of-type(3) .main .data {
	background: #e699a6;
}
#main_contents .section:nth-of-type(2) .look:nth-of-type(1) .main .data {
	background: #a4b2ad;
}
#main_contents .section:nth-of-type(2) .look:nth-of-type(2) .main .data {
	background: #9da096;
}
#main_contents .section:nth-of-type(2) .look:nth-of-type(3) .main .data {
	background: #b49271;
}
#main_contents .section:nth-of-type(3) .look:nth-of-type(1) .main .data {
	background: #b49282;
}
#main_contents .section:nth-of-type(3) .look:nth-of-type(2) .main .data {
	background: #a4988a;
}
#main_contents .section:nth-of-type(3) .look:nth-of-type(3) .main .data {
	background: #cca1aa;
}
#main_contents .section .look .main .data .no {
	width: 35%;
	line-height: 0;
	margin-left: 5%;
}


#main_contents .section .look .main .data .name {
	color: #fff;
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translate(0,-50%);
}
#main_contents .section:nth-of-type(2) .look .main .data .name ,#main_contents .section:nth-of-type(3) .look .main .data .name {
	position: relative;
	top: auto;
	right: auto;
	transform: translate(0);
	box-sizing: border-box;
	padding-left: 10%;
	color: #FFF;
}
#main_contents .section .look .main .data .name a {
	color: #FFF;
}
#main_contents .section .look .main .data .name .shop {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 5px;
}


@media only screen and (max-width: 768px)  {
	#main_contents .section .look .main .data {
		position: relative;
		padding:6% 0;
		bottom: auto;
		left: auto;
		width: 100%;
	}
	#main_contents .section .look:nth-of-type(2) .main .data {
		margin-left: auto;
	}
	/*	#main_contents .section:nth-of-type(2) .look .credit .data,#main_contents .section:nth-of-type(3) .look .credit .data {
		margin-left: 50%;
		width: 50%;
	}*/
	#main_contents .section:nth-of-type(2) .look .main .no,#main_contents .section:nth-of-type(3) .look .main .no {
		display: none;
	}
	#main_contents .section:nth-of-type(1) .look .main .data .name ,#main_contents .section:nth-of-type(2) .look .main .data .name ,#main_contents .section:nth-of-type(3) .look .main .data .name {
		position: absolute;
		top: 50%;
		right: 15%;
		transform: translate(0,-50%);
	}
	#main_contents .section .look .main .data .no {
		position: relative;
		display: block;
	}
	#main_contents .section:nth-of-type(2) .look .main .data .no,#main_contents .section:nth-of-type(3) .look .main .data .no {
		width: 15%;
		line-height: 0;
		margin-left: 15%;
	}
}



#main_contents .section .look .credit {
	width: 45%;
	position: absolute;
	top: 0%;
	left: 48%;
	height: 100%;
	font-size: 11px;
	line-height: 1.8
}
#main_contents .section .look:nth-of-type(2) .credit {
	left: auto;
	right: 48%;
}
#main_contents .section:nth-of-type(1) .look:nth-of-type(2) .credit {
	right: 50%;
}
#main_contents .section:nth-of-type(2) .credit .no {
	width: 30%;
	line-height: 0;
	position: absolute;
	top: 8.15%;
	left: -5%;
	z-index: 10
}
#main_contents .section:nth-of-type(3) .credit .no {
	width: 35%;
	line-height: 0;
	position: absolute;
	top: 8%;
	left: 0
}
#main_contents .section:nth-of-type(2) .look:nth-of-type(2) .credit .no,#main_contents .section:nth-of-type(3) .look:nth-of-type(2) .credit .no {
	left: auto;
	right: 0;
}
#main_contents .section:nth-of-type(2) .look:nth-of-type(2) .credit .no {
	right: -5%;
}
#main_contents .section .look .credit ul {
	box-sizing: border-box;
	padding: 50% 0 0 10%;
}
#main_contents .section .look:nth-of-type(2) .credit ul.grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 15px;
	padding:20% 0 0 0%;
}
#main_contents .section:nth-of-type(2) .look .credit ul {
	box-sizing: border-box;
	padding: 65% 0 0 10%;
}

#main_contents .section:nth-of-type(3) .look .credit ul {
	box-sizing: border-box;
	padding: 65% 0 0 10%;
}
#main_contents .section .look:nth-of-type(2) .credit ul {
	box-sizing: border-box;
	padding: 35% 10% 0 0;
}
#main_contents .section:nth-of-type(2) .look:nth-of-type(2) .credit ul {
	box-sizing: border-box;
	padding: 65% 10% 0 0;
}

#main_contents .section:nth-of-type(3) .look:nth-of-type(2) .credit ul {
	box-sizing: border-box;
	padding: 65% 10% 0 0;
}
#main_contents .section:nth-of-type(3) .look .credit ul.grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 15px;
	padding:45% 0 0 10%;
}
#main_contents .section .look .credit li {
	margin: 10px 0;
}
#main_contents .section .look:nth-of-type(2) .credit li {
	text-align: right;
}

#main_contents .section .look .credit li .copy {
	padding: 0 5px;
	margin-bottom: 5px;
	font-weight: 600;
	display: inline-block;
	text-align: center;
	color: #FFF;
}
#main_contents .section:nth-of-type(1) .look:nth-of-type(1) .credit li .copy {
	background: #9fa6aa;
}
#main_contents .section:nth-of-type(1) .look:nth-of-type(2) .credit li .copy {
	background: #d091a3;
}
#main_contents .section:nth-of-type(1) .look:nth-of-type(3) .credit li .copy {
	background: #e699a6;
}
#main_contents .section:nth-of-type(2) .look:nth-of-type(1) .credit li .copy {
	background: #a4b2ad;
}
#main_contents .section:nth-of-type(2) .look:nth-of-type(2) .credit li .copy {
	background: #9da096;
}
#main_contents .section:nth-of-type(2) .look:nth-of-type(3) .credit li .copy {
	background: #b49271;
}
#main_contents .section:nth-of-type(3) .look:nth-of-type(1) .credit li .copy {
	background: #b49282;
}
#main_contents .section:nth-of-type(3) .look:nth-of-type(2) .credit li .copy {
	background: #a4988a;
}
#main_contents .section:nth-of-type(3) .look:nth-of-type(3) .credit li .copy {
	background: #cca1aa;
}
#main_contents .section .look .credit .btn a {
	display: block;
	width: 70%;
	margin: 10% auto 0;
	text-align: center;
	border: 1px solid #000;
	padding: 5%;
	border-radius: 100px;
	font-size: 16px;
	box-sizing: border-box;
	text-decoration: none;
}

@media only screen and (max-width: 768px)  {
	#main_contents .section .look .credit {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		font-size: 12px;
		line-height: 1.8;
		margin: 0 auto 0;
	}
	#main_contents .section .look:nth-of-type(2) .credit,#main_contents .section:nth-of-type(1) .look:nth-of-type(2) .credit {
		left: auto;
		right: auto;
	}
	#main_contents .section .look .credit ul,#main_contents .section .look:nth-of-type(2) .credit ul.grid {
		box-sizing: border-box;
		padding: 5% 5%!important;
		display: block!important;
	}
	#main_contents .section .look:nth-of-type(2) .credit li {
		text-align: left;
	}
	#main_contents .section:nth-of-type(2) .look .credit ul,#main_contents .section:nth-of-type(3) .look .credit ul {
		box-sizing: border-box;
		padding: 5% 5%;
	}
	#main_contents .section .look .credit .btn a {
		display: block;
		width: 70%;
		margin: 5% auto 10%;
	}
	#main_contents .section:nth-of-type(2) .credit .no {
		display:none;
	}
	#main_contents .section:nth-of-type(3) .credit .no {
		display: none;
	}
	#main_contents .section .look .credit .btn a {
		display: block;
		width: 70%;
		margin: 5% auto 0;
		text-align: center;
		border: 1px solid #000;
		padding: 5%;
		border-radius: 100px;
		font-size: 13px;
		box-sizing: border-box;
		text-decoration: none;
	}

}
#main_contents .more a {
	display: block;
	width: 40%;
	margin: 10% auto 0;
	text-align: center;
	border: 1px solid #000;
	padding: 2%;
	border-radius: 100px;
	font-size: 16px;
	box-sizing: border-box;
	text-decoration: none;
}
@media only screen and (max-width: 768px)  {
	#main_contents .more a {
		display: block;
		width: 90%;
		margin: 25% auto 15%;
		text-align: center;
		border: 1px solid #000;
		padding: 7%;
		border-radius: 100px;
		font-size: 13px;
		box-sizing: border-box;
		text-decoration: none;
	}	
	
}


#footer {
	margin: 0% auto;
	background: #FFF;
	position: relative;
	z-index: 10;
	padding: 5% 0;
}
#footer .archive {
	text-align: center;
}
#footer .archive a {
	display: block;
	width: 40%;
	margin: 0 auto 5%;
	text-align: center;
	border: 1px solid #000;
	padding: 2%;
	border-radius: 100px;
	font-size: 16px;
	box-sizing: border-box;
	text-decoration: none;
	background: #000;
	color: #FFF;

}
@media only screen and (max-width: 768px)  {
	#footer .archive a {
		display: block;
		width: 90%;
		margin: 0 auto 10%;
		text-align: center;
		border: 1px solid #000;
		padding: 7%;
		border-radius: 100px;
		font-size: 16px;
		box-sizing: border-box;
		text-decoration: none;

	}
	
}

#footer .all {
	text-align: center;
	font-size: 14px;
	margin: 25px auto;
}
#footer .logo {
	max-width: 250px;
	width: 70%;
	margin: 5% auto;
}
#footer .copyright {
	font-size: 10px;
	text-align: center;
	padding-top: 25px;
}
@media only screen and (max-width: 768px)  {
	#footer {
		padding: 15% 0;
	}
	#footer .logo {
		margin: 15% auto;
	}
}

.anim {
	opacity: 0;
	transition: 1.5s all 0.1s ease;
}
.anim.ac {
	opacity: 1;
}

.main .tit {
	transition: 1s all 0.6s ease;
	transform: translate(0,20px);
	opacity: 0;
}
.main.ac .tit {
	transform: translate(0,0);
	opacity: 1;
}
.look .data {
	opacity: 0;
	transform: translate(0%,-100%);
	transition: 1s all 0s ease;
}
.look .data.slide,.look:nth-of-type(2) .data.slide {
	opacity: 1;
	transform: translate(0)
}
#main_title .title {
	opacity: 0;
	transition: 2s all 1s ease;
}

#main_title li:nth-of-type(1) {
	opacity: 0;
	transition: 1s all 1.5s ease;
}

#main_title li:nth-of-type(2) {
	opacity: 0;
	transition: 1s all 2s ease;
}
#main_title li:nth-of-type(3) {
	opacity: 0;
	transition: 1s all 2.5s ease;
}
#main_title li:nth-of-type(4) {
	opacity: 0;
	transition: 1s all 3s ease;
}
#main_title.load .title,#main_title.load li {
	opacity: 1!important;
}

