@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;
}
h1,h2,h3,p,a {
	margin: 0;
	padding: 0;
}
.spv {
	display: none;
}
#ch {
	width: 100%;
	position: relative;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 2;
	font-family: "Bodoni Moda", "Noto Serif JP", serif;
}
#main_visual {
	position: relative;
	width: 100%;
	height: 100vh;
}
#main_visual .logo {
	position: absolute;
	top: 5%;
	left: 50%;
	width: 20%;
	max-width: 80px;
	transform: translate(-50%,0);
	z-index: 10;
	filter: invert(1)
	
}
#main_visual .visual {
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/visual_p.jpg") no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	filter: grayscale(1)
}
#main_visual h1 {
	position: absolute;
	top: auto;
	bottom: 5%;
	left: 30%;
	width: 40%;
	line-height: 0;
	z-index: 10
}
@media only screen and (max-width: 768px)  {
	.spv {
		display: block;
	}
	#main_visual .visual {
		background: url("../img/visual_s.jpg") no-repeat right;
		background-size: cover;
	}
	#ch {
		font-size: 10px;
	}
	#main_visual h1 {
		position: absolute;
		top: auto;
		bottom: 5%;
		left: 15%;
		width: 70%;
		line-height: 0;
		z-index: 10
	}
}
#main_intro {
	position: relative;
}


.intro .read {
	margin: 10% auto;
	width: 90%;
}
.intro .read h2 {
	text-align: center;
	width: 20%;
	margin: 0 auto 3%;
}
.intro .read p {
	text-align: center;
}
.intro .look {
	width: 75%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 2vw;
}
.intro .txt {
	margin: 10% auto;
	width: 90%;
}
.intro .txt p {
	text-align: center;
	line-height: 3;
}
#main_intro ul {
	width: 50%;
	margin: 10% auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 14%;	
}
@media only screen and (max-width: 768px)  {
	.intro .read {
		margin: 20% auto;
	}
	.intro .read h2 {
		width: 40%;
	}
	.intro .look {
		width: 100%;
	}
	.intro .txt {
		margin: 20% auto;
	}
	#main_intro ul {
		width: 84%;
		margin: 10% auto;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		column-gap: 8%;	
	}
}

#main_contents {
	position: relative;
}
.section {
	position: relative;
	margin: 20% auto;
}
.section .img {
	line-height: 0;
	position: relative;
	overflow: hidden;
}



.box .title {
	width: 55%;
	margin: 0 5%;
	position: relative;
	overflow: hidden;
}
.box .title .no {
	width: 30%;
	position: relative;
}
.box .title .side {
	width: 60%;
	position: absolute;
	top: 5%;
	left:40%;
}
.box .title .side .tit {
	line-height: 0;
	margin-bottom: 5%;
}
.box .title .side p {
	font-size: 12px;
	position: relative;
}
.box .title .side p:nth-of-type(2) {
	margin-top: 3%;
	font-style: italic;
}
.box .title .side p span {
	position: relative;
	display: inline-block;
	padding-bottom: 4px;
}
.box .title .side p span::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #eee;
	z-index: -1;

}
.box .title .side p span.cl1::before {
	background: #5b3e34;
}
.box .title .side p span.cl2::before {
	background: #7a9598;
}
.box .title .side p span.cl3::before {
	background: #f07ba5;
}
.box .title .side p span.cl4::before {
	background: #6c2735;
}
.box .title .side p span.cl5::before {
	background: url("../img/bg-01.jpg") no-repeat;
	background-size: cover;
}
.box .title .side p span.cl6::before {
	background: #1F2F54;
}
.box .title .side p span.cl7::before {
	background: #ffa500;
}
.box .image {
	width: 55%;
	margin-left: 40%;
	margin-top: -10%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1vw;
}
.box .image .img:nth-of-type(5) {
	grid-column: 1/3;
	width: 50%;
	margin: 0 auto;
}
@media only screen and (max-width: 768px)  {
	#main_contents {
		margin-top: 30%;
	}
	.section {
		position: relative;
		margin: 30% auto;
	}
	.box .title {
		width: 100%;
		margin: 0;
		z-index: 10
	}
	.box .title .no {
		width: 30%;
	}
	.box .title .side {
		width: 60%;
		position: absolute;
		top: 5%;
		left:40%;
	}
	.box .title .side .tit {
		line-height: 0;
		margin-bottom: 5%;
	}
	.box .title .side p {
		font-size: 10px;
	}
	.box .image {
		width: 100%;
		margin-left: 0%;
		margin-top: -10%;
	}

}

.box .look {
	margin: 10% 0;
	position: relative;
}
.box .look .main {
	width: 40%;
	box-sizing: border-box;
	padding: 5% 5% 0;
}
.box .look .sub {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1vw;
	width: 35%;
	position: absolute;
	top: 0;
	right: 0;
}
.box .look .data {
	position: absolute;
	bottom: 5%;
	left: 37%;
	width: 20%;
}
.box .look .data .credit li {
	margin: 10px 0;
	font-size: 12px;
	color: #777
}
.box .look .data .credit li a {
	display: block;
	color: #000;
	margin: 10px 0;
	font-size: 12px;
	text-decoration: none;
	position: relative;
}
.box .look .data .credit li a::before {
	content: "BUY";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);	
	border-bottom: 1px solid #000;
	font-style: italic;
}
@media only screen and (max-width: 768px)  {
	.box .look .main {
		width: 70%;
		box-sizing: border-box;
		padding: 5% 5% 0;
	}
	.box .look .sub {
		display: block;
		grid-template-columns: auto;
		grid-gap: 0;
		width: 100%;
		position: relative;
		top: auto;
		right: auto;
	}
	.box .look .sub .img:nth-of-type(1) {
		width: 50%;
		margin: -10% 0 5% 45%;
	}
	.box .look .sub .img:nth-of-type(2) {
		width: 70%;
		margin: 5% 0;

	}
	.box .look .sub .img:nth-of-type(3) {
		width: 50%;
		margin: 5% 0 5% 50%;

	}
	.box .look .sub .img:nth-of-type(4) {
		width: 50%;
		margin: -25% 0 5% 10%;

	}
	.box .look .data {
		position: relative;
		bottom: auto;
		left: auto;
		width: 55%;
		margin: 5% 0 5% 40%;
	}
	.box .look .data .credit li {
		margin: 10px 0;
		font-size: 11px;
	}
	.box .look .data .credit li a {
		display: block;
		color: #000;
		margin: 10px 0;
		font-size: 11px;
		text-decoration: none;
		position: relative;
	}
}


.box .look.re .main {
	margin-left: 60%;
}
.box .look.re .sub {
	right: auto;
	left: 0;
}

.box .look.re .data {
	position: absolute;
	bottom: 5%;
	left: 43%;
}
@media only screen and (max-width: 768px)  {
	.box .look.re .main {
		margin-left: 30%;
	}
	.box .look.re .sub {
		right: auto;
		left: auto;
	}
	.box .look.re .sub .img:nth-of-type(1) {
		width: 50%;
		margin: -10% 0 5% 5%;
	}
	.box .look.re .sub .img:nth-of-type(2) {
		width: 70%;
		margin: 5% 0 5% 30%;

	}
	.box .look.re .sub .img:nth-of-type(3) {
		width: 50%;
		margin: 5% 0 5% 10%;

	}
	.box .look.re .data {
		position: relative;
		bottom: auto;
		left: auto;
	}	
}

.box .grid {
	width: 50%;
	column-gap: 1vw;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 10% auto;
}
@media only screen and (max-width: 768px)  {
	.box .grid {
		width: 100%;
		margin: 20% auto;
	}	
}


.box .collage {
	position: relative;
	width: 55%;
	margin: 10% auto;
}
.box .collage .img {
	width: 45%;
}
.box .collage .img:nth-of-type(2) {
	margin: -45% 0 0 50%;
}
.box .collage .img:nth-of-type(3) {
	margin: -25% 0 0 12%;
}
.box .collage .img:nth-of-type(4) {
	margin: -35% 0 0 50%;
}
.box .collage .img:nth-of-type(5) {
	margin: -35% 0 0 0%;
}
@media only screen and (max-width: 768px)  {
	.box .collage {
		position: relative;
		width: 100%;
		margin: 20% auto;
	}
	
}

#main_yt {
	background: #222;
	margin: 0 auto;
	padding: 5% 0;
}
#main_yt .inner {
	max-width: 1200px;
	margin: 0 auto;
}
#main_yt .inner .no {
	width: 35%;
	margin: 0 auto;
	filter: invert(1)
}
#main_yt .inner p {
	color: #FFF;
	text-align: center;
	width: 50%;
	margin: 5% auto;
}
.video {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    height: 0;
}

.video iframe,.video img  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 768px)  {
	#main_yt {
		background: #222;
		margin: 0 auto;
		padding: 15% 0;
	}
	#main_yt .inner .no {
		width: 65%;
		margin: 0 auto;
		filter: invert(1)
	}
	#main_yt .inner p {
		color: #FFF;
		text-align: center;
		width: 80%;
		margin: 10% auto;
	}	
}
#main_foot {
	padding: 10% 0
	
}
#main_foot .logo {
	max-width: 200px;
	width:40%;
	margin: 0 auto;
	
}
#main_visual {
	overflow: hidden;
}
#main_visual .visual {
	opacity: 0;
	transform: scale(1.1);
	transition: 2s all 0s ease;
}
#main_visual.ac .visual {
	opacity: 1;
	transform: scale(1)
}
.img {
	transform: translate(0,50px);
	transition: 1s all 0s ease;
	overflow: hidden;
}
.img.ac {
	transform: translate(0)
}
.img img {
	opacity: 0;
	transform: scale(1.1);
	transition: 2s all 0s ease;
}
.img.ac img {
	opacity: 1;
	transform: scale(1)
}
.gry {
	filter: grayscale(1);
	transition: 2s all 1.5s ease;
}
.gry.ac {
	filter: grayscale(0);
}
.box .title .side {
	overflow: hidden;
}
.box .title .side::before {
	content: "";
	background: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 1s all 0.4s ease;
	z-index: 100;
}
.box .title.ac .side::before {
	left: 100%;
}
.box .title .side p span::before {
	width: 0%;
	transition: 1s all 1s ease;
}
.box .title.ac .side p span::before {
	width: 100%;
}
.box .title .no {
	opacity: 0;
	transform: translate(50px,0);
	transition: 0.8s all 0s ease;
}
.box .title.ac .no {
	opacity: 1;
	transform: translate(0);
}


.intro .read h2 {
	opacity: 0;
	filter: blur(20px);
	transition: 1.5s all 0s ease;
}
.intro .read.ac h2 {
	opacity: 1;
	filter: blur(0px);
}
.intro .read p,.intro .txt p {
	opacity: 0;
	transition: 1.5s all 0.2s ease;
}
.intro .read.ac p,.intro .txt.ac p  {
	opacity: 1;
}
#main_intro ul li {	
	opacity: 0;
	transition: 1.2s all 0s ease;
}
#main_intro ul li:nth-of-type(2) {
	transition-delay: 0.2s;
}
#main_intro ul li:nth-of-type(3) {
	transition-delay: 0.4s;
}
#main_intro ul li:nth-of-type(4) {
	transition-delay: 0.6s;
}
#main_intro ul.ac li {	
	opacity: 1;

}