@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;600;700&family=Noto+Sans+JP:wght@400;600&display=swap');

html,
body {
	padding: 0;
	margin: 0;
	font-family:'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	width: 100%;
}
a {
	text-decoration: none;
}

.pcview {
	display: none;
}

.padding_pc_l {
	padding-left: 0%;
}

.padding_pc_r {
	padding-right: 0%;
}

.fab_box {
	width: 100%;
}

.btn_code {
	color: #fff;
	font-size: 100%;
	text-align: center;
	margin: 14% auto 8%;
	padding:2% 0;
	border:0px solid #000;
	width:40%;
	font-family: "Forum", serif;
	font-weight: 400;
	font-style: normal;
	background-color: #b1a796;
}

.btn_code a{
	text-decoration: none;
	display: block;
	color:#fff;
}

@media only screen and (min-width: 769px)  {
	.pcview {
		display: block;
	}
	.spview {
		display: none;
	}
	
.padding_pc_l {
	padding-left: 8%;
}

.padding_pc_r {
	padding-right: 8%;
}
	
.fab_box {
	width: 800px;
	margin: auto;
}
	
}



#cl {
	width: 100%;
	position: relative;
	line-height: 1.8;
	letter-spacing: 1px;
	background: #dbd2c3;
	color: #111;
	padding: 0 0 5%;
}

#main_contents {
	position: relative;
}
#main_contents .section {
	position: relative;
	overflow: hidden;
}
#main_contents .section .visual {
	width: 100%;
	line-height: 0;
	box-sizing: border-box;
}

#main_contents .section .center {
	position: absolute;
	top: 43%;
	left: 50%;
	width: 80%;
	line-height: 0;
	opacity: 0.85;
	transform: translate(-50%,0%);
}
#main_contents .section .title {
	align-items: center;
	display: flex;
	overflow:hidden;
	width: 100%;
	white-space:nowrap;
	z-index: 1;
	position: absolute;
	top: 45%;
	left: 0;
	transform: translate(0,-50%);
}
#main_contents .section .title ul.tit {
	animation: flowing 30s linear infinite;
	font-size: 40px;
	letter-spacing: 2px;
	font-family: 'Hanken Grotesk', sans-serif;
	transform:translateX(100%);
	font-weight: 700;
	margin: 0 25px 0 0;
	padding: 0;
}
#main_contents .section .title ul.tit li{
	display: inline-block;
	color: #dbd2c3
}
@keyframes flowing {
	0% { transform:translateX(0); }
	100% { transform:translateX(-100%); }
}

#main_contents .section .sub {
	font-size: 14px;
	position: absolute;
	top: 20px;
	left: 20px;
	letter-spacing: 1px;
	font-family: 'Hanken Grotesk', sans-serif;
	font-weight: 600;
	z-index: 10;
	color: #dbd2c3;
	line-height: 1.4;
	text-align: center;
}
.read {
	font-size: 11px;
	position: relative;
	letter-spacing: 1px;
	z-index: 10;
	color: #000;
	width: 90%;
	text-align: center;
	margin: 10% auto;
	font-family: serif;
}

#main_contents .section ul.look {
	display: grid;
	grid-template-columns:1fr 1fr;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 5px;
}
#main_contents .section ul.look li {
	line-height: 0;
	box-sizing: border-box;
	padding: 5px;
	position: relative;
}

#main_contents .section ul.look li:nth-of-type(1) {
	grid-column: 1/3
}


#main_contents .section ul.look2 {
	display: grid;
	grid-template-columns:1fr 1fr;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 5px;
}
#main_contents .section ul.look2 li {
	line-height: 0;
	box-sizing: border-box;
	padding: 5px;
	position: relative;
}

#main_contents .section ul.look2 li:nth-of-type(1) {
	grid-column: 1/3
}

#main_contents .section .no {
	position: absolute;
	top: 40px;
	left: 30px;
	font-size: 50px;
	letter-spacing: 1px;
	font-family: "Forum", serif;
	font-weight: 400;
	font-style: normal;
	color: #111;
	z-index: 100;
	line-height: 1.4em;	
}


#main_contents .section .no span {
	font-size: 15px;
	line-height: 1.4em;
}


#main_contents .section .icon {
	position: absolute;
	bottom: 24%;
	right: -2%;
	width: 20%;
	z-index: 200;
	animation:10s linear infinite rotation;
	opacity: 0.9;

}
@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(-360deg); }
}

@media only screen and (min-width: 769px)  {
	#main_contents .section .visual {
		padding-bottom: 5px;
	}
	#main_contents .section .title ul.tit {
		animation: flowing 30s linear infinite;
		font-size: 80px;
		letter-spacing: 2px;
		font-family: 'Hanken Grotesk', sans-serif;
		transform:translateX(100%);
		margin: 0 25px 0 0;
		padding: 0;
	}
	#main_contents .section .center {
		position: absolute;
		top: 44%;
		left: 50%;
		width: 42%;
		transform: translate(-50%,-50%);
		opacity: 0.8;

	}
	#main_contents .section .sub {
		font-size: 18px;
		position: absolute;
		top: 40px;
		left: 40px;
		letter-spacing: 1px;
		font-family: serif;
		font-weight: 600;
		z-index: 10;
		color: #dbd2c3;
	}
	.read {
		font-size: 14px;
		position: relative;
		letter-spacing: 1px;
		z-index: 10;
		color: #000;
		width: 100%;
		margin: 5% 0;
		text-align: center;
		font-family: serif;
	}
	#main_contents .section ul.look {
		display: grid;
		grid-template-columns:1.7fr 1fr 1fr ;
		padding: 0 5px;
	}
	#main_contents .section:nth-of-type(odd) ul.look {
		direction: rtl;
	}
	#main_contents .section ul.look li:nth-of-type(1) {
		grid-column:auto
	}
	#main_contents .section ul.look li {
		box-sizing: border-box;
		padding: 5px;
	}

	#main_contents .section:nth-of-type(odd) .no {
		left: auto;
		right: 30px;
		text-align: right;

	}

}

#main_contents .section .box {
	box-sizing: border-box;
	padding: 5%;
	margin: 0 auto 10%;
	z-index: 200;
}

#main_contents .section .box .name {
	letter-spacing: 1px;
		font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
	font-size: 18px;
}

#main_contents .section .box .name span {
	display: block;
	font-size: 14px;
	margin: 5px 0 0;
}
#main_contents .section .box .txt {
	font-size: 11px;
	margin: 15px 0 30px;
}
#main_contents .section .box .btn {
	margin-top: 3%;
	margin-bottom: 5%;
}

#main_contents .section .box .btn a {
	text-align: center;
	display: inline-block;
	position: relative;
	font-size: 18px;
	letter-spacing: 1px;
	font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
	color: #000;
	padding: 1%;
	border: solid 1px #000;
	width: 100px;
}
#main_contents .section .box .btn a::before {
	text-align: center;
	content: "";
	position: absolute;
	bottom: 0;
}

@media only screen and (min-width: 769px)  {


	#main_contents .section .box {
		position: absolute;
		top: 65%;
		left: 50%;
		max-width: 700px;
		padding: 0;
		margin: 0 auto;
	}
	#main_contents .section:nth-of-type(odd) .box {
		left: auto;
		right: 50%;
		text-align: right;
	}
	#main_contents .section .box .btn {
		text-align:inherit
	}
	#main_contents .section .box .txt {
		text-align: left;
	}
	
}

#main_contents .section .visual {
	position: relative;
	overflow: hidden;
}
#main_contents .section .visual::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #dbd2c3;
	z-index: 40;
	transition: 1.2s all 0.2s ease;
}
#main_contents .section.on .visual::before {
	left: 100%;
}
	

#main_contents .section ul.look li {
	overflow: hidden;
}
#main_contents .section ul.look li::before {
	content: "";
	position:absolute;
	top: 0;
	left: 0;
	background: #dbd2c3;
	width: 100%;
	height: 100%;
	z-index: 100;
	transition: 1.2s all 0.1s ease;
}
#main_contents .section ul.look li.ac::before {
	left: -100%;
}
#main_contents .section:nth-of-type(odd) ul.look li.ac::before {
	left: 100%;
}
#main_contents .section ul.look li img {
	display: block;
	transition: 0.6s all 0s ease;
	filter: grayscale(1)
}
#main_contents .section:nth-of-type(odd) ul.look li img {
}
#main_contents .section ul.look li.ac img {
	filter: grayscale(0)
}










