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

html,
body {
	padding: 0;
	margin: 0;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 12px;
	line-height: 1.6;
}
img {
	width: 100%;
	border: none;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1,h2,h3,p,a {
	margin: 0;
	padding: 0;
}

#lp_wrap {
	position: relative;
}
#main_visual {
	position: relative;
}
#main_visual ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 2px;
}
#main_visual li {
	line-height: 0;
	position: relative;
}
#main_visual .title {
	width: 90%;
	margin: 12% auto;
	line-height: 0;
}
#main_visual .read {
	width: 80%;
	margin: 15% auto;
}
#main_visual .read p {
	font-size: 12px;
	text-align: center;
	line-height: 3;
}
#main_visual h2 {
	width: 40%;
	margin: 6% auto 0;
	line-height: 0;
}
@media only screen and (min-width: 769px)  {
	#main_visual ul {
		width: 50%;
		margin-bottom: 2px;
	}
	#main_visual .title {
		width: 40%;
		margin: 0% auto;
		line-height: 0;
		position: absolute;
		top: 30%;
		right: 5%;
	}	
	#main_visual h2 {
		width: 34%;
	}
	#main_visual .read {
		width: 50%;
		margin: 0% auto;
		position: absolute;
		top: 65%;
		right: 0;
	}
}


#main_look {
	position: relative;
}
#main_look .section {
	position: relative;
	margin: 35% auto;
	overflow: hidden;
}
#main_look .section .no {
	position: relative;
	width: 60%;
	margin: 5%;
	grid-column: 1/3;
}
#main_look .section .no img:nth-of-type(1) {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60%;
}
#main_look .section .no img:nth-of-type(2) {
	display: block;
	padding-left: 60%;
	box-sizing: border-box;
}
#main_look .section .main {
	position: relative;
	padding-top: 10%;
}
#main_look .section .main .copy {
	position: absolute;
	top: -5%;
	right: 10px;
	z-index: 10;
	writing-mode: vertical-rl;
}
#main_look .section .main .copy h2 {
	line-height: 1.2
	
}
#main_look .section .main .copy h2 span {
	display: inline-block;
	background: #FFF;
	font-weight: 400;
	font-size: 20px;
	box-sizing: border-box;
	padding: 10px 5px;
	margin: 0 2px;
	position: relative;
	overflow: hidden;
	
}
#main_look .section .main .copy h2 span:nth-of-type(1) {
	margin-top: -15%;
}
@media only screen and (min-width: 769px)  {
	#main_look .section {
		max-width: 1200px;
		margin: 10% auto;
		position: relative;
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	#main_look .section:nth-of-type(odd) {
		direction: rtl;
	}
	#main_look .section .no {
		position: relative;
		width: 25%;
		margin: 0 0 5% 75%;
	}
	#main_look .section:nth-of-type(odd) .no {
		margin: 0 75% 5% 0;
	}
	#main_look .section .main {
		width: 100%;
		padding: 0;

	}
	#main_look .section:nth-of-type(odd) .main {

	}
	#main_look .section .main .copy {
		position: absolute;
		top: -5%;
		right: 10px;
	}
/*	#main_look .section:nth-of-type(odd) .main .copy {
		right: auto;
		left: 10px;
	}*/
	#main_look .section .main .copy h2 {
		direction: ltr;

	}
	#main_look .section .main .copy h2 span {
		display: inline-block;
		background: #FFF;
		font-weight: 400;
		font-size: 26px;

	}

}

#main_look .section .txt {
	position: relative;
	margin: 10% auto;
	width: 90%;
	box-sizing: border-box;
	padding: 10% 5% 0;
}
#main_look .section .txt::before {
	content: "“";
	font-size: 60px;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
}
#main_look .section .txt p {
	font-size: 12px;
	line-height: 2.4;
}
@media only screen and (min-width: 769px)  {
	#main_look .section .box {
		width: 90%;
		margin: 0 0 0 10%
	}
	#main_look .section:nth-of-type(odd) .box {
		margin: 0 10% 0 0;
		direction: ltr;
	}
	#main_look .section .txt {
		width: 90%;
		margin: 0 0 50px;
		padding: 40px 20px 0;
	}
	#main_look .section:nth-of-type(odd) .txt {
		margin-left: 10%;
	}
	
}

#main_look .section .detail {
	position: relative;
}

#main_look .section .detail .img {
	width: 70%;
	position: relative;
	margin-left: 30%;
}
#main_look .section .detail .img:nth-of-type(1) {
	
}
#main_look .section .detail .img:nth-of-type(2) {
	margin: -5% 0 0;
	z-index: 10;
}
#main_look .section:nth-of-type(odd) .detail .img:nth-of-type(1) {
	margin-left: 0;
	
}
#main_look .section:nth-of-type(odd) .detail .img:nth-of-type(2) {
	margin: -5% 0 0 30%;
}
#main_look .section .detail .icon {
	position: absolute;
	top: 30%;
	left: 2%;
	width: 35%;
	line-height: 0;
	z-index: 10;
	animation: rotateAnimation 5s linear infinite;
}
#main_look .section:nth-of-type(odd) .detail .icon {
	left: auto;
	right: 2%;
}
@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media only screen and (min-width: 769px)  {
	#main_look .section .detail {
		position: relative;
		width: 90%;
		margin: 5% 0 0 10%;
	}
	#main_look .section .detail .img:nth-of-type(1) {
		width: 48%;
		margin-left: 52%;
	}
	#main_look .section .detail .img:nth-of-type(2) {
		width: 48%;
		margin-top: -40%;
	}
	#main_look .section:nth-of-type(odd) .detail {
		position: relative;
		width: 90%;
		margin: 5% 0 0 0;
	}
	#main_look .section:nth-of-type(odd) .detail .img:nth-of-type(1) {
		margin-left: 0%;
	}
	#main_look .section:nth-of-type(odd) .detail .img:nth-of-type(2) {
		margin: -40% 0 0 52%;
	}
	#main_look .section .detail .icon {
		position: absolute;
		top: auto;
		bottom: 6%;
		left: 45%;
		width: 30%;
		line-height: 0;
		z-index: 10;
		animation: rotateAnimation 5s linear infinite;
	}

	#main_look .section:nth-of-type(odd) .detail .icon {
		bottom: 6%;
		left: 25%;
	}}

#main_look .section .item {
	width: 80%;
	position: relative;
	margin: 15% auto;
	grid-column: 1/3;
}
#main_look .section .item li {
	margin: 8% 0;
}
#main_look .section .item a {
	font-size: 13px;
	color: #000;
	text-decoration: none;
	position: relative;
	display: block;
}
#main_look .section .item a::before {
	content: "DETAIL";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	text-align: center;
	border: 1px solid #000;
	padding: 0 20px;
	font-size: 12px;
	border-radius: 100px;
	transition: 0.3s all 0s ease;
}
#main_look .section .item a:hover::before {
	background: #000;
	color: #FFF;
}
@media only screen and (min-width: 769px)  {
	#main_look .section .item {
		width: 70%;
		position: relative;
		margin:15% auto 0;
	}
	#main_look .section .item li {
		margin: 5% 0;
	}
}
#main_foot {
	position: relative;
	background: #eee;
	margin: 25% auto 0;
	padding: 75px 0
}
#main_foot .f_logo {
	max-width: 300px;
	width: 50%;
	margin: 0 auto 50px;
}
#main_foot .copyright {
	text-align: center;
	font-size: 10px;
}
@media only screen and (min-width: 769px)  {
	#main_foot {
		margin: 10% auto 0;
	}
}

#main_visual li {
	opacity: 0;
	transition: 1s all 0s ease;
}
#main_visual .top li:nth-of-type(1) {
	transition-delay: 0s;
}
#main_visual .top li:nth-of-type(2) {
	transition-delay: 0.2s;
}
#main_visual .top li:nth-of-type(3) {
	transition-delay: 0.4s;
}
#main_visual .bottom li:nth-of-type(1) {
	transition-delay: 0.6s;
}
#main_visual .bottom li:nth-of-type(2) {
	transition-delay: 0.8s;
}
#main_visual .bottom li:nth-of-type(3) {
	transition-delay: 1s;
}
#main_visual.ac li {
	opacity: 1;
}
#main_visual .title,#main_visual .read {
	opacity: 0;
	filter: blur(10px);
	transition: 1.6s all 1.2s ease;
}
#main_visual.ac .title,#main_visual.ac .read {
	opacity: 1;
	filter: blur(0)
}
.anim {
	opacity: 0;
	transform: translate(0,20px);
	transition: 1.6s all 0s ease;
}
.anim.ac {
	opacity: 1;
	transform: translate(0)
}
#main_look .section .no {
	
}
#main_look .section .no img:nth-of-type(2) {
	display: block;
	opacity: 0;
	filter: blur(10px);
	transform: translate(0,20px);
	transition: 1s all 0.4s ease;
}
#main_look .section .no.ac img:nth-of-type(2) {
	opacity: 1;
	filter: blur(0);
	transform: translate(0);
}
#main_look .section .main .copy h2 span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
	width: 100%;
	height: 100%;
	z-index: 10;
	transition: 1s all 0s ease
}
#main_look .section .main .copy.ac h2 span::before {
	top: -100%;
}

