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

html,
body {
	padding: 0;
	margin: 0;
	background: #E8E1DA;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.4px;
}
img,video {
	width: 100%;
	border: none;
}
ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,h2,h3,p,a {
	padding: 0;
	margin: 0;
}

#wrap {
	position: relative;
}

#main_visual {
	position: relative;
	width: 100%;
	background: #AB9176;
	color: #FFF;
}
#main_visual ul {
	position: relative;
}
#main_visual ul li {
	position: relative;
	width: 100%;
	height: 33vh;
}
#main_visual ul li .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
#main_visual ul li::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #FFF;
	z-index: 10
}
#main_visual ul li::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background: #FFF;
	z-index: 10
}
#main_visual ul li:nth-of-type(1) {
	width: 60%;
	height: 66vh
}
#main_visual ul li:nth-of-type(2) {
	width: 40%;
	position: absolute;
	top: 0;
	left: 60%;
}
#main_visual ul li:nth-of-type(3) {
	width: 40%;
	position: absolute;
	top: 33vh;
	left: 60%;
}
#main_visual ul li:nth-of-type(4) {
	width: 33.333%;
}
#main_visual ul li:nth-of-type(5) {
	width: 33.333%;
	position: absolute;
	top: 66vh;
	left: 33.333%;
}
#main_visual ul li:nth-of-type(6) {
	width: 33.333%;
	position: absolute;
	top: 66vh;
	left: 66.666%;
}

#main_visual ul li:nth-last-of-type(1) {
	grid-column: 1/5;
	height: auto;

}
#main_visual ul li:nth-of-type(2)::before,#main_visual ul li:nth-of-type(3)::before,#main_visual ul li:nth-of-type(6)::before,#main_visual ul li:nth-of-type(7)::before {
	display: none;
}
#main_visual ul li:nth-of-type(1) .read {
	display: none;
}
#main_visual ul li:nth-of-type(1) .read span {
	display: block;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4%;
}
#main_visual ul li h1 {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translate(0%,-50%);
	width: 100%;
	z-index: 10
}
#main_visual ul li h1 span {
	filter: invert(1);
	display: block;
	width: 60%;
	margin: 0 10% 10%;
}
#main_visual ul li .read {
	width: 90%;
	margin: 0% auto;
	padding: 10% 0
}
#main_visual ul li .read p {
	font-size: 14px;
	line-height: 2;
}
#main_visual ul li .read p span {
	display: block;
	font-weight: bold;
	text-align: center;
	font-size: 110%;
	margin-bottom: 3%;
}

@media only screen and (min-width: 769px)  {
	#main_visual ul {
		display: grid;
		grid-template-columns: 27% 14.6% 14.6% 14.6% 14.6% 14.6%
	}
	#main_visual ul li {
		position: relative;
		width: 100%;
		height: 100vh;
		min-height: 400px;
	}
	#main_visual ul li:nth-of-type(1) {
		position: relative;
		width: 100%;
		height: 100vh;
	}
	#main_visual ul li:nth-of-type(2) {
		position: relative;
		width: 100%;
		height: 100vh;
		top: auto;
		left: auto;
	}
	#main_visual ul li:nth-of-type(3) {
		position: relative;
		width: 100%;
		height: 100vh;
		top: auto;
		left: auto;
	}
	#main_visual ul li:nth-of-type(4) {
		position: relative;
		width: 100%;
		height: 100vh;
		top: auto;
		left: auto;
	}
	#main_visual ul li:nth-of-type(5) {
		position: relative;
		width: 100%;
		height: 100vh;
		top: auto;
		left: auto;
	}
	#main_visual ul li:nth-of-type(6) {
		position: relative;
		width: 100%;
		height: 100vh;
		top: auto;
		left: auto;
	}

	#main_visual ul li:nth-last-of-type(1) {
		display: none;
	}
	#main_visual ul li:nth-of-type(2)::before,#main_visual ul li:nth-of-type(3)::before,#main_visual ul li:nth-of-type(6)::before,#main_visual ul li:nth-of-type(7)::before {
		display: block;
	}
	#main_visual ul li:nth-of-type(6)::before{
		display: none;
	}

	#main_visual ul li:nth-of-type(1) .read {
		display: block;
	}
	
	#main_visual ul li h1 {
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0%);
		width: 100%;
		padding: 5% 10% 12% 20%;
		box-sizing: border-box;
		border-bottom: 1px solid #FFF
	}
	#main_visual ul li .read {
		width: 70%;
		margin: 8% auto 0;
		padding: 0;
	}
	#main_visual ul li .read span {
		display: block;
		font-weight: bold;
		text-align: center;
	}
}

#main_info {
	background: #AB9176;
	color: #FFF;
	border-bottom: 1px solid #FFF;
}
#main_info .campaign {
	box-sizing: border-box;
	padding: 6%;
}
#main_info .howto {
	position: relative;
	margin: 10% auto;
}
#main_info .howto h2 {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
}

#main_info .howto ul {
	width: 88%;
	margin: 15% auto 0;
	padding-bottom: 0%;
}
#main_info .howto li {
	margin-bottom: 5%;
	padding-bottom: 5%;
}
#main_info .howto li .arrow {
	width: 25px;
	margin: 0 auto;
}
#main_info .howto li .no {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}
#main_info .howto li .inner {
	position: relative;
}
#main_info .howto li .icon {
	width: 35%;
	line-height: 0;
}
#main_info .howto li .txt {
	width: 60%;
	position: absolute;
	top: 50%;
	left: 45%;
	transform: translate(0,-50%);
}
#main_info .howto li .txt p {
	font-size: 12px;
}
#main_info .howto li .txt p span {
	font-size: 10px;
}
@media only screen and (min-width: 769px)  {
	#main_info .box {
		max-width: 1200px;
		margin: 0 auto;
		display: grid;
		position: relative;
		grid-template-columns: 1fr 1fr;
	}
	#main_info .box::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%,0);
		width: 1px;
		height: 100%;
		background: #FFF;
	}
	#main_info .campaign {
		max-width: 90%;
		margin: 10% 0 10% 10%;
		grid-column: 2/3;
		grid-row: 1/2
	}
	#main_info .howto {
		width: 55%;
		margin: 10% auto;
	}
	#main_info .howto ul {
		width: 100%;
		margin: 15% auto 0;
		padding-bottom: 0%;
	}
}



#main_staff {
	position: relative;
	margin: 10% auto;
}
#main_staff h2 {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
}
#main_staff .logo {
	width: 80%;
	margin: 5% auto;
}
#main_staff ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#main_staff ul li {
	width: 28%;
	text-align: center;
	margin-bottom: 10%;
	position: relative;
}
#main_staff ul li .name {
	padding-top: 30px;
	position: relative;
}
#main_staff ul li .name::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translate(-50%,0);
	width: 1px;
	height: 20px;
	background: #000
}
#main_staff ul li p {
	font-size: 10px;
	line-height: 1.4;
}
#main_staff ul li p:nth-of-type(1) {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
}
#main_staff ul li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10
}
@media only screen and (min-width: 769px)  {
	#main_staff {
		position: relative;
		margin: 50px auto;
	}
	#main_staff .logo {
		width: 50%;
		max-width: 900px;
		margin: 0% auto;
	}
	#main_staff ul {
		width: 80%;
		max-width: 1200px;
		margin: 0 auto;
	}
	#main_staff ul li {
		width: 12.5%;
		text-align: center;
		margin-bottom: 50px;
		position: relative;
	}
	
}

#main_look {
	position: relative;
}
#main_look .section {
	position: relative;
}
#main_look .section .head {
	position: relative;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10% 0
}
#main_look .section .head .prof {
	position: relative;
	width: 90%;
	margin:  0 auto;
}
#main_look .section .head .prof .face {
	width:35%;
	line-height: 0;
	overflow: hidden;
	border-radius: 100px;
}
#main_look .section .head .prof .data {
	width: 55%;
	position: absolute;
	top: 50%;
	left: 45%;
	transform: translate(0,-50%);
}
#main_look .section .head .prof .data p{
	font-size: 12px;
	line-height: 1.6;
}
#main_look .section .head .prof .data p:nth-of-type(1){
	font-size: 20px;
	font-weight: 500;
}
#main_look .section .head .prof .data .sns {
	margin: 8% 0 0;
	display: grid;
	grid-template-columns: 22px 90px;
	column-gap: 25px;
}
#main_look .section .head .prof .data .sns a {
	line-height: 0
}
#main_look .section .head .txt {
	width: 90%;
	margin:  5% auto 0;
}
#main_look .section .head .txt p {
	font-size: 11px;
	font-weight: 500;
}
#main_look .section .head .txt p span {
	font-size: 20px;
	line-height: 1;
}
@media only screen and (min-width: 769px)  {
	#main_look .section .head {
		padding: 0 10px
	}
	#main_look .section .head .box {
		display: grid;
		grid-template-columns: 32% 68%;
		max-width: 1200px;
		margin: 0 auto;
		position: relative;
		padding: 25px 0;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
	#main_look .section .head .box::before {
		content: "";
		position: absolute;
		top: 0;
		left: 32%;
		width: 1px;
		height: 100%;
		background: #000;
	}
	
}



#main_look .section .look {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
#main_look .section .look .img{
	line-height: 0;
	position: relative;
	box-sizing: border-box;
	padding: 15px;
	border-bottom: 1px solid #000;
}
#main_look .section .look .video {
	line-height: 0;
	position: relative;
	box-sizing: border-box;
	padding: 0;
	border-bottom: 1px solid #000;
}
#main_look .section .look .img:nth-of-type(1) {
	grid-column: 1/3;
}
#main_look .section .look .img:nth-of-type(1) span {
	position: absolute;
	bottom: 15px;
	right: 15px;
	display: block;
	background: #AB9176;
	width: 40%;
	max-width: 150px;
	text-decoration: none;
	box-sizing: border-box;
	padding: 0%;
	line-height: 1;
}
#main_look .section .look .video {
	grid-column: 1/3;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
#main_look .section .look .img:nth-of-type(2)::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0%;
	width: 1px;
	height: 100%;
	background: #000;
}
#main_look .section .look .txt{
	line-height: 2;
	position: relative;
	box-sizing: border-box;
	padding: 15px;
}
#main_look .section .look .video video {
	box-sizing: border-box;
	padding: 15px;
	position: relative;
}
#main_look .section .look .video::after {
	content: "";
	position: absolute;
	top: 0;
	right: 50%;
	width: 1px;
	height: 100%;
	background: #000;
}
#main_look .section .look .txt .inner p {
	font-size: 11px;
	font-weight: 500;
}
#main_look .section .look .txt .inner p span {
	font-size: 20px;
	line-height: 1;
}
@media only screen and (min-width: 769px)  {
	#main_look .section .look {
		max-width: 1200px;
		margin: 0 auto;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
	#main_look .section .look .img,#main_look .section .look .video{
		border-bottom:none;
	}
	#main_look .section .look .img:nth-of-type(1) {
		grid-column: 1/3;
		grid-row: 1/3
	}
	#main_look .section .look .img:nth-of-type(3) {
		grid-column: 3/4;
		grid-row: 2/3
	}
	#main_look .section .look .video {
		grid-column: 4/5;
		grid-row: 1/3;
		display: block;
	}
	#main_look .section .look .img::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0%;
		width: 1px;
		height: 100%;
		background: #000;
	}
	#main_look .section .look .video::after {
		display: none;
	}
	#main_look .section .look .txt{
		border-top: 1px solid #000;
		padding: 25px;
	}
	#main_look .section .look .txt .inner p {
		font-size: 12px;
		font-weight: 500;
	}
}



#main_look .section .favorite {
	position: relative;
	margin: 5% auto;
}
#main_look .section .favorite h2 {
	font-size: 40px;
	text-align: center;
	font-weight: 600;
}
#main_look .section .favorite h2 span {
	font-size: 16px;
	display: block;
	font-weight: 500;
	text-align: center;
}
#main_look .section .favorite ul {
	box-sizing: border-box;
	padding: 15px;
	margin: 5% auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 15px;
}
#main_look .section .favorite ul li {
	position: relative;
	margin-bottom: 20%;
}
#main_look .section .favorite ul li .tit {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.6;
}
#main_look .section .favorite ul li .img {
	line-height: 0;
	margin: 8% auto;
}
#main_look .section .favorite ul li p {
	font-size: 11px;
	line-height: 1.6;
}
#main_look .section .favorite ul li .btn a {
	position: relative;
	display: block;
	background: #AB9176;
	color: #FFF;
	font-size: 11px;
	max-width: 150px;
	text-decoration: none;
	box-sizing: border-box;
	padding: 0;
	line-height: 1;
	margin: 5% 0 0;
}
@media only screen and (min-width: 769px)  {
	#main_look .section .favorite {
		margin: 0 auto;
		border-top: 1px solid #000;
	}
	#main_look .section .favorite .box {
		max-width: 1200px;
		margin: 0 auto;
		position: relative;
		padding: 50px 0;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
	#main_look .section .favorite ul {
		box-sizing: border-box;
		padding: 15px;
		margin: 25px auto;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		column-gap: 15px;
	}	
	#main_look .section .favorite ul li {
		position: relative;
		margin-bottom: 0%;
	}
}
#main_look .section .footer_btn {
	margin: 5% auto 0;
}
#main_look .section:nth-last-of-type(1) .footer_btn {
	border-bottom: 1px solid #000;
}
#main_look .section .footer_btn .btn a {
	position: relative;
	display: block;
	background: #AB9176;
	color: #FFF;
	font-size: 20px;
	text-decoration: none;
	box-sizing: border-box;
	padding: 0 5%;
	line-height: 1;
	border-top: 1px solid #000
}
@media only screen and (min-width: 769px)  {
	#main_look .section .footer_btn {
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		position: relative;
		margin: 0px auto
	}
	#main_look .section .footer_btn::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		width: 1px;
		height: 100%;
		background: #000;
		transform: translate(-50%,0);
		z-index: 10
	}
	#main_look .section .footer_btn .box {
		display: grid;
		grid-template-columns: 1fr 1fr;
		max-width: 1200px;
		margin: 0 auto;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
	#main_look .section .footer_btn .btn a {
		border-top: none;
	}
	#main_look .section .footer_btn .btn a img {
		display: block;
		width: 320px;
		margin: 0 auto;
	}
}


#main_foot {
	margin: 15% auto 0;
	background: #AB9176;
	color: #FFF;
	border-top: 1px solid #FFF;
	position: relative;
}
#main_foot a {
	color: #eee;
}
#main_foot .campaign {
	box-sizing: border-box;
	padding: 6%;
}
#main_foot .howto {
	position: relative;
	margin: 10% auto;
}
#main_foot .howto h2 {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
}

#main_foot .howto ul {
	width: 88%;
	margin: 15% auto 0;
	padding-bottom: 0%;
}
#main_foot .howto li {
	margin-bottom: 5%;
	padding-bottom: 5%;
}
#main_foot .howto li .arrow {
	width: 25px;
	margin: 0 auto;
}
#main_foot .howto li .no {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}
#main_foot .howto li .inner {
	position: relative;
}
#main_foot .howto li .icon {
	width: 35%;
	line-height: 0;
}
#main_foot .howto li .txt {
	width: 60%;
	position: absolute;
	top: 50%;
	left: 45%;
	transform: translate(0,-50%);
}
#main_foot .howto li .txt p {
	font-size: 12px;
}
#main_foot .howto li .txt p span {
	font-size: 10px;
}
#main_foot .info {
	padding: 15% 5% ;
	margin-top: 15%;
	border-top: 1px solid #fff;
	font-size: 10px;
}
#main_foot .info p {
	margin-bottom: 25px;
}
@media only screen and (min-width: 769px)  {
	#main_foot::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%,0);
		width: 1px;
		height: 100%;
		background: #FFF;
	}
	#main_foot .box {
		display: grid;
		grid-template-columns: 1fr 1fr;
		max-width: 1200px;
		margin: 0 auto;
		padding: 50px 0;
	}
	#main_foot .campaign {
		width: 80%;
		margin: 0 auto;
	}
	#main_foot .howto ul {
		width:60%;
		margin: 25px auto 0;
	}
	#main_foot .info {
		padding:50px ;
		margin-top: 0;
		border-top:none;;
		font-size: 12px;
		height: 1000px;
		overflow: scroll;
	}
}

#main_visual,#main_info,#main_staff {
	opacity: 0;
	transition: 1.5s all 0s ease;
}
#main_visual.ac,#main_info.ac,#main_staff.ac {
	opacity: 1;
}
.section img,.section video,.section .box li,.section p {
	opacity: 0;
	transition: 1.5s all 0s ease;
}
.section img.ac,.section.ac video,.section .box li.ac,.section p.ac {
	opacity: 1;
}
