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

html,
body {
	padding: 0;
	margin: 0;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1,h2,h3,p,a {
	padding: 0;
	margin: 0;
	font-weight: 300;
}
img,svg {
	width: 100%;
	border: none;
}

.spv {
	display: none;
}
.br {
	display: inline-block;
}
#ch {
	position: relative;
	font-family: "Open Sans", sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 2;
	
}
@media only screen and (max-width: 768px)  {
	.spv {
		display: block;
	}	
	.pcv {
		display: none;
	}	
}




#main_contents {
	position: relative;
	background: #222;
}
#main_contents .section {
	position: relative;
}
#main_contents .section .cover {
	  position: absolute;
	  top: 0;
	  left: 0%;
	  width: 100%;
	  height: 100%;
	  clip-path: inset(0); /* 切り抜き */
	  z-index: 1;
		overflow: hidden;
}
#main_contents .section .cover .inner {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
}
#main_contents .section .cover .inner h1 {
	position: absolute;
	top: 15%;
	left: 10%;
	width: 20%;
}
#main_contents .section .cover .inner h1 span {
	display: block;
	position: relative;
	overflow: hidden;
	line-height: 0;
	margin: 0 0 50px;
}
#main_contents .section .cover .inner h1 span:nth-of-type(2),#main_contents .section .cover .inner h1 span:nth-of-type(3) {
	width: 50%;
	margin: 25px 0;

}
@media only screen and (max-width: 768px)  {
/*	#main_contents .section .cover {
		  position: relative;
		  top: auto;
		  left: auto;
		  width: 100%;
		  height: auto;
	}
	#main_contents .section .cover .inner {
		position: relative;
		top: auto;
		width: 100%;
		height: auto;
	}*/
	#main_contents #top .cover {
		  position: absolute;
		  top: 0;
		  left: 0%;
		  width: 100%;
		  height: 100%;
		  clip-path: inset(0); /* 切り抜き */
		  z-index: 1;
			overflow: hidden;
	}
	#main_contents #top .cover .inner {
		position: fixed;
		top: 0;
		width: 100%;
		height: 100%;
	}
	#main_contents .section .cover .inner h1 {
		top: 10%;
		width: 50%;
	}
	#main_contents .section .cover .inner h1 span {
		margin: 0 0 40px;
	}
	#main_contents .section .cover .inner h1 span:nth-of-type(2),#main_contents .section .cover .inner h1 span:nth-of-type(3) {
		margin: 20px 0;

	}	
	
}
#main_contents .section .cover .inner h2 {
	position: absolute;
	top: 50%;
	right: 65%;
	transform: translate(0,-50%);
	font-size: 11px;
	font-weight: 400;
	color: #FFF;
	width: 35%;
	text-align: right;
	overflow: hidden;
}

#main_contents .section .cover .inner ul {
	position: absolute;
	top: 50%;
	left: 65%;
	transform: translate(0,-50%);
	width: 35%;
	overflow: hidden;
}
#main_contents .section .cover .inner ul li {
	position: relative;
	margin: 5px 0;
}
#main_contents .section .cover .inner ul li a,#main_contents .section .cover .inner ul li p {
	text-decoration: none;
	color: #FFF;
	font-size: 10px;
}
#main_contents .section .sp_tit {
	display: none;
}
@media only screen and (max-width: 768px)  {
	#main_contents .section .cover .inner h2 {
		display: none;
	}	
	#main_contents .section .cover .inner ul {
		position: absolute;
		top: auto;
		bottom: 50px;
		left: 0;
		transform: translate(0%);
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
		text-align: right;
	}
/*	#main_contents .section .cover .inner ul {
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0%);
		width:80%;
		margin: 10% auto;
	}*/
	#main_contents .section .cover .inner ul li {
		position: relative;
		margin: 3px 0;
		text-align: right;
	}
	#main_contents .section .cover .inner ul li a {
		font-size: 9px;
	}
	#main_contents .section .sp_tit {
		display: block;
	}
	#main_contents .section .sp_tit h2 {
		font-size: 9px;
		color: #FFF;
	}
	#main_contents #look01 .sp_tit {
		position: absolute;
		top: 20%;
		left: 1%;
	}
	#main_contents #look01 .sp_tit h2 {
		writing-mode: vertical-rl;
	}
	#main_contents #look02 .sp_tit {
		position: absolute;
		top: 28.8%;
		left: 5%;
		text-align: left;
	}
	#main_contents #look03 .sp_tit {
		position: absolute;
		top: 46%;
		left: 0%;
		text-align: center;
		width: 100%;
	}
	#main_contents #look04 .sp_tit {
		position: absolute;
		top: 36%;
		left: 1%;
		text-align: left;
	}
	#main_contents #look04 .sp_tit h2 {
		writing-mode: vertical-rl;
	}
	#main_contents #look05 .sp_tit {
		position: absolute;
		top: 40%;
		left: 5%;
		text-align: left;
	}	
	#main_contents #look06 .sp_tit {
		position: absolute;
		top: 20%;
		left: 5%;
		text-align: left;
	}	
	#main_contents #look06 .sp_tit h2 {
		writing-mode: vertical-rl;
	}
}

#main_contents .section {
	padding: 10% 0;
}
#main_contents #top {
	padding:0;
	overflow: hidden
}
#main_contents .section .look {
	position: relative;
}
#main_contents .section .img {
	line-height: 0;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
#main_contents .section .switch {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
#main_contents .section .switch img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	animation: switch_img 2s infinite;
}
#main_contents .section .switch img:nth-of-type(1) {
	animation-delay: 0s;
	position: relative;
}
#main_contents .section .switch img:nth-of-type(2) {
	animation-delay: 0.5s;
}
#main_contents .section .switch img:nth-of-type(3) {
	animation-delay: 1s;
}
#main_contents .section .switch img:nth-of-type(4) {
	animation-delay: 1.5s;
}
@media only screen and (max-width: 768px)  {
	#main_contents .section {
		padding: 0 0 40%;
	}
	
}

#main_contents #look01 .look .img:nth-of-type(1) {
	width: 40%;
	margin: 0% auto;
}
#main_contents #look01 .look .img:nth-of-type(2) {
	width: 40%;
	margin: 5% auto;
	padding: 0 0 0 20%;
}
#main_contents #look01 .look .img:nth-of-type(3) {
	width: 80%;
	margin: 0 0 0 20%;
}
@media only screen and (max-width: 768px)  {
	#main_contents #look01 .look .img:nth-of-type(1) {
		width: 70%;
		margin: 30% 0 0;
	}
	#main_contents #look01 .look .img:nth-of-type(2) {
		width: 60%;
		margin: 15% 0 0 40%;
		padding: 0;
	}
	#main_contents #look01 .look .img:nth-of-type(3) {
		width: 95%;
		margin: 15% 0 0 5%;
	}
	
}


#main_contents #look02 .look .img:nth-of-type(1) {
	width: 40%;
	margin: 0 10%
}
#main_contents #look02 .look .img:nth-of-type(2) {
	width: 40%;
	margin: 0 10%;
}
#main_contents #look02 .look .img:nth-of-type(3) {
	width: 20%;
	margin: 10% auto;
}
@media only screen and (max-width: 768px)  {
	#main_contents #look02 .look .img:nth-of-type(1) {
		width: 100%;
		margin: 0%
	}
	#main_contents #look02 .look .img:nth-of-type(2) {
		width: 100%;
		margin: 0%;
	}
	#main_contents #look02 .look .img:nth-of-type(3) {
		width: 70%;
		margin: 30% auto 0;
	}	
	
}



#main_contents #look03 .look .img:nth-of-type(1) {
	width: 100%;
}
#main_contents #look03 .look .img:nth-of-type(2) {
	width: 40%;
	margin: 10% auto;
}
@media only screen and (max-width: 768px)  {
	#main_contents #look03 .look .img:nth-of-type(1) {
		width: 100%;
	}
	#main_contents #look03 .look .img:nth-of-type(2) {
		width: 90%;
		margin: 25% auto 0;
	}
	
}

#main_contents #look04 .look .img:nth-of-type(1) {
	width: 55%;
}
#main_contents #look04 .look .img:nth-of-type(2) {
	width: 20%;
	margin: 10% 0 5% 32%;
}
#main_contents #look04 .look .img:nth-of-type(3) {
	width: 20%;
	margin: 5% 0 5% 48%;
}
@media only screen and (max-width: 768px)  {
	#main_contents #look04 .look .img:nth-of-type(1) {
		width: 100%;
	}
	#main_contents #look04 .look .img:nth-of-type(2) {
		width: 60%;
		margin: 25% 0 0;
	}
	#main_contents #look04 .look .img:nth-of-type(3) {
		width: 60%;
		margin: 15% 0 0 40%;
	}	
	
}

#main_contents #look05 .look .img:nth-of-type(1) {
	width: 100%;
}
#main_contents #look05 .look .img:nth-of-type(2) {
	width: 36%;
	margin: 10% auto
}
@media only screen and (max-width: 768px)  {
	#main_contents #look05 .look .img:nth-of-type(1) {
		width: 100%;
	}
	#main_contents #look05 .look .img:nth-of-type(2) {
		width: 90%;
		margin: 25% auto 0
	}	
	
}


#main_contents #look06 .look .img:nth-of-type(1) {
	width:30%;
	margin: 0 18%;
}
#main_contents #look06 .look .img:nth-of-type(2) {
	width: 30%;
	margin: -10% 0 0 52%;
}
#main_contents #look06 .look .img:nth-of-type(3) {
	width: 30%;
	margin: -10% 0 0 18%;
}

@media only screen and (max-width: 768px)  {
	#main_contents #look06 .look .img:nth-of-type(1) {
		width:60%;
		margin: 0;
	}
	#main_contents #look06 .look .img:nth-of-type(2) {
		width: 80%;
		margin: 15% 0 0 20%;
	}
	#main_contents #look06 .look .img:nth-of-type(3) {
		width: 60%;
		margin: 15% 0 0 0%;
	}	
	
}
#main_contents #foot {
	position: relative;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	padding: 0;
}
#main_contents #foot .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/look-22.webp") no-repeat ;
	background-size: cover;
	opacity: 0.6;
}
#main_contents #foot .f_tit {
	position: absolute;
	top: 50%;
	left: 15%;
	transform: translate(0,-50%);
	width: 20%;
	filter: invert(1)
}
#main_contents #foot .f_tit span {
	display: block;
	position: relative;
	overflow: hidden;
	line-height: 0;
	margin: 0 0 50px;
}
#main_contents #foot .f_tit span:nth-of-type(2),#main_contents #foot .f_tit span:nth-of-type(3) {
	width: 50%;
	margin: 25px 0;

}
@media only screen and (max-width: 768px)  {
	#main_contents #foot {
		position: relative;
		width: 100%;
		height: 100vh;
	}	
	#main_contents #foot .f_tit {
		position: absolute;
		top: auto;
		bottom: 20%;
		left: 10%;
		transform: translate(0);
		width: 50%;
		filter: invert(1)
	}
}



@keyframes switch_img {
  0%{ opacity: 0;}
  2%{ opacity: 1;}
  25%{ opacity: 1;}
  30%{ opacity: 0;}
  100%{ opacity: 0;}
}

#main_contents .section .cover .inner h1 span path,#main_contents .section .f_tit span path {
	opacity: 0;
}
#main_contents .section.ac .cover .inner h1 span path,#main_contents .section.ac .f_tit span path {
	animation: typo_anim 0.1s forwards;
}
#main_contents .section.ac .cover .inner h1 span path:nth-of-type(2),#main_contents .section.ac .f_tit span path:nth-of-type(2) {
	animation-delay: 0.1s;
}
#main_contents .section.ac .cover .inner h1 span path:nth-of-type(3),#main_contents .section.ac .f_tit span path:nth-of-type(3) {
	animation-delay: 0.2s;
}
#main_contents .section.ac .cover .inner h1 span path:nth-of-type(4),#main_contents .section.ac .f_tit span path:nth-of-type(4) {
	animation-delay: 0.3s;
}
#main_contents .section.ac .cover .inner h1 span path:nth-of-type(5),#main_contents .section.ac .f_tit span path:nth-of-type(5) {
	animation-delay: 0.4s;
}
#main_contents .section.ac .cover .inner h1 span path:nth-of-type(6),#main_contents .section.ac .f_tit span path:nth-of-type(6) {
	animation-delay: 0.5s;
}
#main_contents .section.ac .cover .inner h1 span path:nth-of-type(7),#main_contents .section.ac .f_tit span path:nth-of-type(7) {
	animation-delay: 0.6s;
}
#main_contents .section.ac .cover .inner h1 span path:nth-of-type(8),#main_contents .section.ac .f_tit span path:nth-of-type(8) {
	animation-delay: 0.7s;
}
#main_contents .section.ac .cover .inner h1 span path:nth-of-type(9),#main_contents .section.ac .f_tit span path:nth-of-type(9) {
	animation-delay: 0.8s;
}
#main_contents .section.ac .cover .inner h1 span path:nth-of-type(10),#main_contents .section.ac .f_tit span path:nth-of-type(10) {
	animation-delay: 0.9s;
}
#main_contents .section.ac .cover .inner h1 span path:nth-of-type(11),#main_contents .section.ac .f_tit span path:nth-of-type(11) {
	animation-delay: 1s;
}
#main_contents .section.ac .cover .inner h1 span path:nth-of-type(12),#main_contents .section.ac .f_tit span path:nth-of-type(12) {
	animation-delay: 1.1s;
}
#main_contents .section.ac .cover .inner h1 span path:nth-of-type(13),#main_contents .section.ac .f_tit span path:nth-of-type(13) {
	animation-delay: 1.2s;
}
#main_contents .section.ac .cover .inner h1 span path:nth-of-type(14),#main_contents .section.ac .f_tit span path:nth-of-type(14) {
	animation-delay: 1.3s;
}
#main_contents .section.ac .cover .inner h1 span path:nth-of-type(15),#main_contents .section.ac .f_tit span path:nth-of-type(15) {
	animation-delay: 1.4s;
}

#main_contents .section .visual {
	opacity: 0;
}
#main_contents .section.ac .visual {
	animation: visual_anim 1.5s forwards 1.6s;
}
#main_contents .section .cover .inner h1 {
	filter: invert(1);
}
#main_contents .section.ac .cover .inner h1 {
	animation: title_anim 1s forwards 1.6s;
}


#main_contents .section .img {
	opacity: 0;
	transform: translate(0,50px);
}
#main_contents .section .img.on {
	animation: img_anim 1.2s forwards;
}

@keyframes typo_anim {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1
	}
}
@keyframes title_anim {
	0% {
		filter: invert(1)
	}
	100% {
		filter: invert(0)
	}
}
@keyframes visual_anim {
	0% {
		opacity: 0;
		filter: blur(20px);
		transform: scale(1.1)
	}
	100% {
		opacity: 1;
		filter: blur(0);
		transform: scale(1)
	}
}
@keyframes img_anim {
	0% {
		opacity: 0;
		transform: translate(0,60px);
		filter: grayscale(1)
	}
	100% {
		opacity: 1;
		transform: translate(0);
		filter: grayscale(0)
	}
}

.text-animation span {
  opacity: 0;
	transition: 0.05s all 0s ease;
}
.text-animation span:nth-of-type(2) {
	transition-delay: 0.1s;
}
.text-animation span:nth-of-type(3) {
	transition-delay: 0.15s;
}
.text-animation span:nth-of-type(4) {
	transition-delay: 0.2s;
}
.text-animation span:nth-of-type(5) {
	transition-delay: 0.25s;
}
.text-animation span:nth-of-type(6) {
	transition-delay: 0.3s;
}
.text-animation span:nth-of-type(7) {
	transition-delay: 0.35s;
}
.text-animation span:nth-of-type(8) {
	transition-delay: 0.4s;
}
.text-animation span:nth-of-type(9) {
	transition-delay: 0.45s;
}
.text-animation span:nth-of-type(10) {
	transition-delay: 0.5s;
}
.text-animation span:nth-of-type(11) {
	transition-delay: 0.55s;
}
.text-animation span:nth-of-type(12) {
	transition-delay: 0.6s;
}
.text-animation span:nth-of-type(13) {
	transition-delay: 0.65s;
}
.text-animation span:nth-of-type(14) {
	transition-delay: 0.7s;
}
.text-animation span:nth-of-type(15) {
	transition-delay: 0.75s;
}
.text-animation span:nth-of-type(16) {
	transition-delay: 0.8s;
}
.text-animation span:nth-of-type(17) {
	transition-delay: 0.85s;
}
.text-animation span:nth-of-type(18) {
	transition-delay: 0.9s;
}
.text-animation span:nth-of-type(19) {
	transition-delay: 0.95s;
}
.text-animation span:nth-of-type(20) {
	transition-delay: 1s;
}
.text-animation span:nth-of-type(21) {
	transition-delay: 1.05s;
}
.text-animation span:nth-of-type(22) {
	transition-delay: 1.1s;
}
.text-animation span:nth-of-type(23) {
	transition-delay: 1.15s;
}
.text-animation span:nth-of-type(24) {
	transition-delay: 1.2s;
}
.text-animation span:nth-of-type(25) {
	transition-delay: 1.25s;
}
.text-animation span:nth-of-type(26) {
	transition-delay: 1.3s;
}
.text-animation span:nth-of-type(27) {
	transition-delay: 1.35s;
}
.text-animation span:nth-of-type(28) {
	transition-delay: 1.4s;
}
.text-animation span:nth-of-type(29) {
	transition-delay: 1.45s;
}
.text-animation span:nth-of-type(30) {
	transition-delay: 1.5s;
}
.text-animation span:nth-of-type(31) {
	transition-delay: 1.55s;
}
.text-animation span:nth-of-type(32) {
	transition-delay: 1.6s;
}
.text-animation span:nth-of-type(33) {
	transition-delay: 1.65s;
}
.text-animation span:nth-of-type(34) {
	transition-delay: 1.7s;
}
.text-animation span:nth-of-type(35) {
	transition-delay: 1.75s;
}
.text-animation span:nth-of-type(36) {
	transition-delay: 1.8s;
}
.text-animation span:nth-of-type(37) {
	transition-delay: 1.85s;
}
.text-animation span:nth-of-type(38) {
	transition-delay: 1.9s;
}
.text-animation span:nth-of-type(39) {
	transition-delay: 1.95s;
}
.text-animation span:nth-of-type(40) {
	transition-delay: 2s;
}
.text-animation span:nth-of-type(41) {
	transition-delay: 2.05s;
}
.text-animation span:nth-of-type(42) {
	transition-delay: 2.1s;
}
.text-animation span:nth-of-type(43) {
	transition-delay: 2.15s;
}
.text-animation span:nth-of-type(44) {
	transition-delay: 2.2s;
}
.text-animation span:nth-of-type(45) {
	transition-delay: 2.25s;
}
.text-animation span:nth-of-type(46) {
	transition-delay: 2.3s;
}
.text-animation span:nth-of-type(47) {
	transition-delay: 2.35s;
}
.text-animation span:nth-of-type(48) {
	transition-delay: 2.4s;
}
.text-animation span:nth-of-type(49) {
	transition-delay: 2.45s;
}
.text-animation span:nth-of-type(50) {
	transition-delay: 2.5s;
}

.ac .text-animation span {
  opacity: 1;
}