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

html,
body {
	padding: 0;
	margin: 0;
}
img {
	width: 100%;
	border: none;
}
ul,li {
	padding: 0;
	margin: 0;
	list-style: none;
}
a {
	text-decoration: none;
}
h1,h2,h3,p,a {
	margin: 0;
	padding: 0;
}
.pcv {
	display: none;
}
@media only screen and (min-width: 769px)  {
	html,
	body {
	}
	.spv {
		display: none;
	}
	.pcv {
		display: block;
	}
}
#wrap {
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
}
#main_visual {
	background: #a8987d;
}
#main_visual .inner {
	width: 100%;
	position: relative;
	margin: 0 auto;
}

#main_visual .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 0;
}
#main_visual .bg {
	line-height: 0;
	position: relative;
}
@media only screen and (min-width: 769px)  {

}
#main_info {
	width: 100%;
	position: relative;
	margin: 0 auto;
	background: #FFF;
}
#main_info .read {
	margin: 15% auto;
}
#main_info .read h2 {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.8;
}
#main_info .read p {
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.8;
	margin: 5% auto;
}
#main_info .present {
	background: #b7a78f;
	position: relative;
	padding: 15% 0;
}
#main_info .present h3 {
	width: 75%;
	margin: 0 auto;
}
#main_info .present p {
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.8;
	margin: 5% auto;
}
#main_info .present .btn a{
	display: block;
	width: 80%;
	box-sizing: border-box;
	border: 2px solid #000;
	text-align: center;
	padding: 10px;
	border-radius: 100px;
	margin: 10% auto 0;
	color: #000;
	font-size: 16px;
	font-weight: 600;
}
#main_info .nav {
	position: relative;
	margin: 15% auto 0;
}
#main_info .nav .box {
	position: relative;
	width: 96%;
	margin: 0 auto;
}
#main_info .nav .box p {
	font-size: 16px;
	font-weight: 600;
	margin: 2% 2% 6%;
}
#main_info .nav .box ul {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 10px;
	margin: 0 auto;
}
#main_info .nav .box ul.x2 {
	width: 70%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
	margin: 0 auto;
}
#main_info .nav .box ul li .img {
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 600px;
	line-height: 0;
}
#main_info .nav .box ul li .brand {
	width: 100%;
	margin-top: 12px;
}
#main_info .nav .box ul li .name {
	font-size: 12px;
	text-align: center;
}
#main_info .nav .meets {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 5% auto;
}
#main_info .nav .meets p {
	display: inline-block;
	background: #FFF;
	text-align: center;
	position: relative;
	z-index: 10;
	padding: 0 5%;
	font-size: 16px;
	font-style: italic;
}
#main_info .nav .meets::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	transform: translate(0%,-50%);
	background: #000;
	z-index: 10
}
#main_info .nav .jmo {
	display: grid;
	grid-template-columns: 50% 50%;
}
#main_info .nav .jmo .img {
	box-sizing: border-box;
	padding: 15% 15% 20%;
}
#main_info .nav .jmo p {
	font-size: 10px;
	padding: 15% 0 0;
	width: 95%;
}
@media only screen and (min-width: 769px)  {
	#main_info .read {
		margin: 5% auto;
	}
	#main_info .present {
		max-width: 600px;
		margin: 0 auto;
		background: #b7a78f;
		position: relative;
		padding: 5% 0;
		border-radius: 20px;
	}
	#main_info .nav {
		max-width: 600px;
		position: relative;
		margin: 5% auto 0;
	}
	#main_info .nav .box ul {
		column-gap: 25px;
	}
	#main_info .nav .jmo {
		display: block;
		position: relative;
		margin-bottom: 5%;
	}
	#main_info .nav .jmo .img {
		box-sizing: border-box;
		padding: 5% 10%;
		width: 50%;
	}
	#main_info .nav .jmo p {
		position: absolute;
		top: 50%;
		left: 55%;
		transform: translate(0,-50%);
		width: 40%;
		padding: 0;
		font-size: 12px;
	}

}




#main_contents {
	width: 100%;
	position: relative;
	margin: 0 auto;
	border-top: 2px solid #000;
	padding: 15% 0;
	background: #FFF;
}
#main_contents .section {
	position: relative;
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto 20%;
}
#main_contents .section .head {
	position: relative
}
#main_contents .section .head .logo {
	max-width: 300px;
	width: 70%;
	margin: 0 auto;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 50px;
}
#main_contents .section .head .logo::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 1px;
	height: 35px;
	background: #000;
}
#main_contents .section .head .name {
	text-align: center;
	font-size: 22px;
}
#main_contents .section .head .data {
	margin: 15px auto;
}
#main_contents .section .head .data p {
	text-align: center;
	font-size: 12px;
}
#main_contents .section .head .data ul {
	max-width: 200px;
	width: 45%;
	margin: 5% auto;
	display: grid;
	grid-template-columns: 65% 10%;
	column-gap: 25%;
	position: relative;
}
#main_contents .section .head .data ul::before {
	content: "";
	position: absolute;
	top: 20%;
	left: 77.5%;
	width: 1px;
	height: 60%;
	background: #000;
}
#main_contents .section .head .data ul li:nth-of-type(2) {
	padding-top: 30%;
}
#main_contents .section .look {
	position: relative;
}
#main_contents .section .title {
	width: 20%;
	position: absolute;
	top: -2%;
	right: 2%;
	z-index: 100
}
#main_contents .section .inner {
	position: relative;
	padding-top: 15%
}
#main_contents .section .inner .img {
	position: relative;
	line-height: 0;
}
#main_contents .section .inner .copy p {
	font-size: 10px;
	font-weight: 600;
	letter-spacing: -0.5px;
	line-height: 1.8;
	padding-left: 2px;
}
#main_contents .section .inner .copy img {
	width: 25px;
}
@media only screen and (min-width: 769px)  {
	#main_contents {
		padding: 5% 0;
		background: #FFF;
	}
	#main_contents .section {
		position: relative;
		overflow: hidden;
		max-width: 1200px;
		margin: 0 auto 10%;
	}
	#main_contents .section .title {
		width: 7%;
		position: absolute;
		top: -5%;

		z-index: 100
	}
	#main_contents .section .inner {
		position: relative;
		padding-top: 5%
	}
	#main_contents .section .inner {
		display: grid;
		grid-template-columns: 1fr 1fr;
		direction: rtl;
	}
	#main_contents .section .inner .sub {
		box-sizing: border-box;
		padding: 0 10%;
		direction: ltr;
	}
	
}

#main_contents #mika .inner .img:nth-of-type(1) {
	width: 100%;
}
#main_contents #mika .inner .sub .img:nth-of-type(1) {
	width: 40%;
	margin: -5% 0 0;
}
#main_contents #mika .inner .sub .copy:nth-of-type(2) {
	width: 55%;
	margin: -34% 0 0 44%;
}
#main_contents #mika .inner .sub .img:nth-of-type(3) {
	width: 70%;
	margin: 5% 0 0 30%;
}
#main_contents #mika .inner .sub .img:nth-of-type(4) {
	width: 45%;
	margin: -55% 0 0 0%;
}
#main_contents #mika .inner .sub .img:nth-of-type(5) {
	width: 40%;
	margin: -25% 0 0 60%;
}
#main_contents #mika .inner .sub .copy:nth-of-type(6) {
	width: 54%;
	margin: -15% 0 5% 2%;
}
@media only screen and (min-width: 769px)  {
	#main_contents #mika .inner .sub .copy:nth-of-type(2) {
		width: 55%;
		margin: -34% 0 0 45%;
	}
	#main_contents #mika .inner .sub .img:nth-of-type(5) {
		width: 40%;
		margin: -25% 0 0 55%;
	}
	#main_contents #mika .inner .sub .copy:nth-of-type(6) {
		width: 54%;
		margin: -15% 0 5% 2%;
	}
}



/**/
#main_contents #uki .inner .img:nth-of-type(1) {
	width: 100%;
}
#main_contents #uki .inner .sub .img:nth-of-type(1) {
	width: 40%;
	margin: -5% 0 0 60%;
}
#main_contents #uki .inner .sub .copy:nth-of-type(2) {
	width: 55%;
	margin: -34% 0 0 2%;
}
#main_contents #uki .inner .sub .img:nth-of-type(3) {
	width: 70%;
	margin: 5% 0 0 0%;
}
#main_contents #uki .inner .sub .img:nth-of-type(4) {
	width: 45%;
	margin: -55% 0 0 55%;
}
#main_contents #uki .inner .sub .img:nth-of-type(5) {
	width: 40%;
	margin: -40% 0 0 0%;
}
#main_contents #uki .inner .sub .copy:nth-of-type(6) {
	width: 70%;
	margin: 5% 0 5% 5%;
}
@media only screen and (min-width: 769px)  {

	#main_contents #uki .inner .sub .img:nth-of-type(5) {
		width: 40%;
		margin: -70% 0 0 5%;
	}
	#main_contents #uki .inner .sub .copy:nth-of-type(6) {
		width: 70%;
		margin: 5% 0 5% 0%;
	}
}
/**/
#main_contents #namika {
	border-top: 2px solid #000;
	padding-top: 15%;
}
#main_contents #namika .inner .img:nth-of-type(1) {
	width: 100%;
}
#main_contents #namika .inner .sub .img:nth-of-type(1) {
	width: 40%;
	margin: -5% 0 0;
	z-index: 3
}
#main_contents #namika .inner .sub .copy:nth-of-type(2) {
	width: 55%;
	margin: -34% 0 0 44%;
	z-index: 2
}
#main_contents #namika .inner .sub .img:nth-of-type(3) {
	width: 70%;
	margin: 5% 0 0 30%;
	z-index: 2
}
#main_contents #namika .inner .sub .img:nth-of-type(4) {
	width: 55%;
	margin: -55% 0 0 0%;
	z-index: 1
}
#main_contents #namika .inner .sub .img:nth-of-type(5) {
	width: 40%;
	margin: -30% 0 0 55%;
	z-index: 3
}
#main_contents #namika .inner .sub .copy:nth-of-type(6) {
	width: 70%;
	margin: -5% 0 5% 2%;
}
@media only screen and (min-width: 769px)  {
	#main_contents #namika {
		border-top: 2px solid #000;
		padding-top: 10%;
	}
}
/**/
#main_contents #momoko .inner .img:nth-of-type(1) {
	width: 100%;
}
#main_contents #momoko .inner .sub .img:nth-of-type(1) {
	width: 45%;
	margin: -5% 0 0 55%;
	z-index: 5
}
#main_contents #momoko .inner .sub .copy:nth-of-type(2) {
	width: 50%;
	margin: -45% 0 0 2%;
}
#main_contents #momoko .inner .sub .img:nth-of-type(3) {
	width: 60%;
	margin: 6% 0 0 0%;
	z-index: 2
}
#main_contents #momoko .inner .sub .img:nth-of-type(4) {
	width: 55%;
	margin: -40% 0 0 45%;
	z-index: 1
}
#main_contents #momoko .inner .sub .img:nth-of-type(5) {
	width: 40%;
	margin: -55% 0 0 10%;
	z-index: 5
}
#main_contents #momoko .inner .sub .copy:nth-of-type(6) {
	width: 70%;
	margin: 5% 0 5% 5%;
}
@media only screen and (min-width: 769px)  {

}

#main_contents .section .item {
	position: relative;
}
#main_contents .section .item::before {
	content: "";
	position: absolute;
	top: 10%;
	left: 0;
	width: 100%;
	height: 90%;
	background: #a8987d;
	z-index: 1
}
#main_contents .section .item .face {
	position: relative;
	box-sizing: border-box;
	padding: 6%;
	width: 35%;
	margin: 0 0 0 60%;
	z-index: 2
}
#main_contents .section .item .face .img {
	overflow: hidden;
	border-radius: 500px;
	line-height: 0;
}
#main_contents .section .item .face .name {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 0;
	animation:10s linear infinite rotation;
}
#main_contents .section .item .box {
    position: relative;
    width: 100%;
    margin: 0 auto 10%;
    z-index: 2;
}
@media only screen and (min-width: 769px)  {
	#main_contents .section .item {
		width: 60%;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 5% 0 0 5%;
		overflow: hidden;

	}
	#main_contents .section .item::before {
		top: 10%;
		height: 90%;
	}
	#main_contents .section .item .face {

		padding: 2%;
		width: 25%;
		margin: 0 0 0 70%;
	}
	#main_contents .section .item .outfit {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	#main_contents .section .item .box {
		position: relative;
		width: 100%;
		margin: 0 auto 5%;
		z-index: 2;
	}
	
}
#main_contents .section .item .box:nth-last-of-type(1) {
	margin-bottom: 0%;
	padding-bottom: 10%;
}
#main_contents #momoko .item .box:nth-last-of-type(1) {
	padding-bottom: 20%;
}
#main_contents .section .item .box p {
	position: relative;
	padding-left: 25px;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 5%;
	margin-left: 10px;
}
#main_contents .section .item .box p::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	background: #000;
	border-radius: 25px;
	width: 15px;
	height: 15px;
}
#main_contents .section .item .box ul {
	display: grid;
	width: 68%;
	column-gap: 2px;
}
#main_contents .section .item .box ul.x3 {
	grid-template-columns: 1fr 1fr 1fr;
}
#main_contents .section .item .box ul.x2 {
	width: 60%;
	grid-template-columns: 1fr 1fr;
}
#main_contents .section .item .box ul li {
	line-height: 0;
	margin: 1px 0
}
@media only screen and (min-width: 769px)  {

	
}

#main_contents .section .item .box .img1 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 32%;
	line-height: 0;
}
#main_contents #namika .item .box .img1 {
	top: 10%;
	bottom: auto;
	width: 30%;
	right: 2%;
}
#main_contents #momoko .item .box .img1 {
	top: 10%;
	bottom: auto;
	width: 32%;
	right: 0;
}
#main_contents .section .item .box .img2 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40%;
	line-height: 0;
}
#main_contents #momoko .item .box .img2 {
	position: absolute;
	bottom: 0;
	right: -5%;
	width: 45%;
	line-height: 0;
}
#main_contents .section .btn {
	background: #000;
	line-height: 0;
	box-sizing: border-box;
	padding: 25px 20px 30px;
}
#main_contents .apply a {
	width: 80%;
	display: block;
	border: 2px solid #000;
	border-radius: 100px;
	text-align:center;
	padding: 15px 0;
	font-size: 16px;
	font-weight: 600;
	margin: 0 auto 20%;
	color: #000;
}
@media only screen and (min-width: 769px)  {
	#main_contents .section .btn {
		width: 60%;
		margin: 0 auto;
		padding: 25px 15% 30px;
	}
	#main_contents .apply a {
		width: 50%;
		display: block;
		border: 2px solid #000;
		border-radius: 100px;
		text-align:center;
		padding: 15px 0;
		font-size: 16px;
		font-weight: 600;
		margin: 0 auto 10%;
		color: #000;
	}
	
}
#main_foot {
	position: relative;
	border-top: 2px solid #000;
	padding: 15% 0 0;
	max-width: 1200px;
	margin: 0 auto 20%;
}
#main_foot .present {
	position: relative;
	max-width: 600px;
	margin: 0 auto;
}
#main_foot .present .box {
	margin-bottom: 25%;
}
#main_foot .tit {
	width: 75%;
	margin: 0 auto 10%;
}
#main_foot .present .box p {
	font-size: 12px;
	text-align: center;
	margin: 5% auto;
}
#main_foot .present .box p span {
	font-size: 9px;
	margin-top: 20px;
	display: inline-block;
}
#main_foot .present .box p.bold {
	font-size: 16px;
	font-weight: 600;
}
#main_foot .present .box .img {
	line-height: 0;
	margin: 15% auto;
}
#main_foot .present .box .step {
	width: 30%;
	margin: 0 auto;
}
#main_foot .present .box .arrow {
	width: 12%;
	max-width: 30px;
	margin: 15% auto;
}
#main_foot .info {
	position: relative;
	border-top: 2px solid #000;
	padding: 15% 0;
}
#main_foot .info .inner {
	max-width: 600px;
	margin: 0 auto;	
}
#main_foot .info .txt {
	width: 90%;
	margin: 0 auto;
}
#main_foot .info .txt p {
	font-size: 12px;
	margin: 15px auto;
}
#main_foot .er {
    width: 50%;
    margin: 10% auto 5%;
}
#main_foot .copyright {
    font-size: 10px;
    text-align: center;
}
@media only screen and (min-width: 769px)  {
	#main_foot {
		padding: 10% 0;
		margin: 0 auto;
	}
	#main_foot .er {
		width: 20%;
		margin: 5% auto 5%;
	}
	#main_foot .copyright {
		font-size: 10px;
		text-align: center;
	}
}

	
@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
	
#main_visual .img {
	opacity: 0;
	transition: 1s all 0s ease;
}
#main_visual .img:nth-of-type(2) {
	transition-delay: 1s;
}
#main_visual .img:nth-of-type(3) {
	transition-delay: 0.5s;
}
#main_visual .img:nth-of-type(4) {
	transition-delay: 1.5s;
}
#main_visual.ac .img {
	opacity:1;
}

.anim {
	opacity: 0;
	transition: 2s all 0s ease;
}
.anim.ac {
	opacity: 1;
}
	