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

html,
body {
	padding: 0;
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
}
img {
	width: 100%;
	height: auto;
	border: none;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1,h2,h3,p,a {
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#wrap {
	position: relative;
}
#wrap .pcv {
	display: none;
}
@media only screen and (min-width: 769px)  {
	#wrap .pcv {
		display: block;
	}
	#wrap .spv {
		display: none;
	}
}


#main_visual {
	position: relative;
}
#main_visual::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 10
}
#main_visual .title {
	position: relative;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 700px;
	z-index: 150;
	filter: invert(1)
}
#main_visual .title .logo {
	width: 40%;
	margin: 0 auto;
	line-height: 0;
}
#main_visual .title h1 {
	width: 80%;
	margin: 10% auto 2%;
	line-height: 0;
}
#main_visual .visual ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	position: relative;
	box-sizing: border-box;
/*	border-top: 1px solid #000;
	border-bottom: 1px solid #000;*/
}
/*#main_visual .visual ul::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	width: 100%;
	height: 3px;
	background: #fff;
	z-index: 10
}*/
#main_visual .visual ul li {
	line-height: 0;
	position: relative;
}
/*#main_visual .visual ul li:nth-of-type(1) {
	display: none;
}*/

#main_visual .visual ul li img:nth-of-type(2) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	animation: switch 5s infinite;
	opacity: 0;
}
@media only screen and (min-width: 769px)  {
	#main_visual .visual ul {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		position: relative;
		box-sizing: border-box;
		border-top: none;
	}

}
@keyframes switch {
  0%{ opacity: 0;}
  5%{ opacity: 1;}
  50%{ opacity: 1;}
  55%{ opacity: 0;}
  100%{ opacity: 0;}
}


#main_read {
	margin: 0 auto;
	padding: 10% 0 0
}
#main_read .bg {
    background: #d1ac88;
	box-sizing: border-box;
	padding: 10% 0;

}
#main_read .icon {
	width: 10%;
	margin: 5% auto 10%;
	line-height: 0
}

#main_read p {
	font-size: 12px;
	text-align: center;
	line-height: 2;
	margin-bottom:10%;
}
#main_read .staff,#main_read .items {
	margin: 0% auto;
	position: relative;
	width: 90%;
}
#main_read .staff h2,#main_read .items h2 {
	width:26%;
	margin: 0 auto 5%;
}
#main_read .staff ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 25px 5px;
}
#main_read .staff ul li,#main_read .items ul li {
	position: relative;
}
#main_read .staff ul li a,#main_read .items ul li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10
}
#main_read .staff ul li p,#main_read .items p {
	font-size: 9px;
	line-height: 1.6;
}
#main_read .staff ul li p span {
	font-size: 12px;
	font-weight: 600;
	display: block
}
#main_read .items .box:nth-of-type(2) {
	margin: 5% auto 0;
}
#main_read .items .box .name {
	width: 15%;
	margin: 0 auto 2%;
}
#main_read .items .box ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 10px;
}
@media only screen and (min-width: 769px)  {
	#main_read {
		padding: 5% 0 0;
	}
	#main_read p {
		font-size: 12px;
		margin-bottom:5%;
	}
	#main_read .bg {
		box-sizing: border-box;
		padding: 5%;
		position: relative;
		margin: 0 auto;
	}
	#main_read .inner {
		max-width: 800px;
		margin: 0 auto;
		position: relative;
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 15%;
	}
	#main_read .staff,#main_read .items {
		width: 100%;
	}
	#main_read .staff ul {
		margin: 15% auto 0;
		grid-template-columns: 1fr 1fr 1fr;
	}
	#main_read .icon {
		width: 50px;
		margin:0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		z-index: 100
	}
	#main_read .items .box ul {
		width: 80%;
		margin-left: 10%;
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 10px;
	}
}


#main_contents {
	position: relative;
}
#main_contents .section {
	position: relative;
	border-top: 2px solid #ddd;
}
#main_contents .section .staff_look {
	position: relative;
	margin: 0 auto 10%;
}
#main_contents .section .head {
	position: relative;
	width: 90%;
	margin: 10% auto;
}
#main_contents .section .head .staff {
	position: relative;
}
#main_contents .section .head .staff .face {
	width: 40%;
	line-height: 0;
}
#main_contents .section .head .staff .prof {
	width: 50%;
	position: absolute;
	top: 50%;
	left: 45%;
	transform: translate(0,-50%);
	text-align: center
}
#main_contents .section .head .staff .prof p {
	font-size: 12px;
}
#main_contents .section .head .staff .prof p span {
	font-size: 18px;
	font-weight: 600;
}
#main_contents .section .head .staff .prof .sb {
	width: 70%;
	margin: 10% auto 0;
	border: 1px solid #000;
	box-sizing: border-box;
	padding: 3px 25px 6px;
	border-radius: 100px;
}
#main_contents .section .head .icon {
	width: 10%;
	margin: 5% auto;
	line-height: 0
}
#main_contents .section .head .items ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 5px;
}
#main_contents .section .head .items ul li {
	position: relative;
}
#main_contents .section .head .items li h3 {
	width: 30%;
	margin: 0 auto;
}
#main_contents .section .head .items li p {
	font-size: 10px;
	text-align: center;
}
#main_contents .section .look {
	position: relative;
	margin: 25% auto;
}
#main_contents .section .look h3 {
	width: 50%;
	margin: 0 auto;
	line-height: 0;
	position: relative;
	z-index: 10
}
#main_contents .section .look .img {
	position: relative;
	line-height: 0;
	margin-top: -5%;
}
#main_contents .section .look .img a {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 28%;
	max-width: 120px;
}
#main_contents .section .look .txt {
	margin: 10% auto;
	width: 90%;
	font-size: 12px;
}
#main_contents .section .look .btn {
	background: #bc884b;
	box-sizing: border-box;
	border-radius: 100px;
	width: 80%;
	max-width: 300px;
	margin: 5% auto;
	padding: 10px 40px 12px
}
@media only screen and (min-width: 769px)  {
	#main_contents .section .staff_look {
		max-width: 1200px;
		margin: 0 auto;
		padding: 5% 0;
		position: relative;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;		
	}
	#main_contents .section .head {
		position: absolute;
		top: 0;
		left: 0;
		width: 40%;
		height: 100%;
		margin:0;
	}
	#main_contents .section .head .inner {
		position: sticky;
		top: 0;
		box-sizing: border-box;
		padding: 10%;
		margin-top: 5%;
	}
	#main_contents .section .head .items ul {
		grid-gap: 15px;
	}
	#main_contents .section .look {
		width: 60%;
		margin: 0 0 0 40%;
		box-sizing: border-box;
		padding: 5%;
	}
}

#main_foot {
	border-top: 1px solid #000;
	margin: 0 auto;
	padding: 15% 0
}
#main_foot .logo {
	width: 60%;
	max-width: 300px;
	margin: 0 auto;
}
#main_foot .copy {
	font-size: 10px;
	margin: 15% auto 0;
	text-align: center;
}
@media only screen and (min-width: 769px)  {
	#main_foot {
		border-top: 1px solid #000;
		margin: 0 auto;
		padding: 100px 0
	}
	#main_foot .copy {
		font-size: 10px;
		margin: 50px auto 0;
		text-align: center;
	}	
}


#main_visual .title {
	opacity: 0;
	transition: 1.5s all 0s ease;
}
#main_visual.in .title {
	opacity: 1;
}
#main_visual ul {
	opacity: 0;
	transition: 1.5s all 0s ease;
}
#main_visual.in ul {
	opacity: 1;
}
.anim {
	opacity: 0;
	transform: translate(0,30px);
}
.anim.ac {
	animation: 1.5s keyimg 0s forwards;
}
@keyframes keyimg {
	0% {
		opacity: 0;
		transform: translate(0,30px)
	}
	100% {
		opacity: 1;
		transform: translate(0)
	}
}












