@charset "UTF-8";

/* Header
---------------------------------------------------*/
#Header-top {
	width: 100%;
	padding: 90px 0 100px;
}
#Header-top > .inner {
	position: relative;
	width: 80%;
	max-width: 1040px;
	margin: 0 auto;
}
#Header-top > .inner .logo {
	width: 67.2%;
	margin-bottom: 40px;
}
#Header-top > .inner .label {
	position: absolute;
	top: 0;
	right: 0;
}
#Header-top > .inner .label p {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
#Header-top > .inner .label p span {
	display: inline-block;
	font-size: 1.42em;
	margin-left: 0.3em;
}

/* gnavi */
#Header-top #gnavi {
	display: block;
	position: relative;
	height: auto;
}
#Header-top #gnavi > .inner {
	position: static;
	-webkit-transform: translate(0);
	transform: translate(0);
	width: auto;
	max-width: none;
	padding: 0;
}


/* < 1024px */
@media screen and (max-width: 1024px) {
}

/* < 768px */
@media screen and (min-width:1px) and (max-width: 768px) {
	#Header-top {
		padding: 14.0625vw 0 12.5vw;
	}
	#Header-top > .inner {
		width: 87.5vw;
	}
	#Header-top > .inner .logo {
		width: 71.09375vw;
		margin-bottom: 5vw;
	}
	#Header-top > .inner .label p {
		font-size: 2.1875vw;
	}

	/* gnavi */
	#gnavi ul.menu {
		display: -webkit-flex;
		display: flex;
		margin-bottom: 3.125vw;
	}
	#gnavi ul.menu li {
		margin-right: 4.0625vw;
	}
	#gnavi ul.menu li.br {
		display: block;
	}
	#gnavi ul.menu li a {
		font-size: 8vw;
	}

	/* sns-menu */
	#gnavi ul.sns-menu li.whois {
		margin-right: 5vw;
	}
	#gnavi ul.sns-menu li.whois img {
		width: 14.0625vw;
	}
	#gnavi ul.sns-menu li.youtube {
		margin-right: 5.46875vw;
	}
	#gnavi ul.sns-menu li.youtube img {
		width: 6.875vw;
	}
	#gnavi ul.sns-menu li.instagram img {
		width: 5.625vw;
	}
}


/* main-wrap
---------------------------------------------------*/
#main-wrap {
	padding-top: 0;
}


/* model
---------------------------------------------------*/
#model .inner {
	width: 100%;
	margin: 0 auto;
}
#model .model-list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
}
#model .model-list ul.wrap {
	width: 20%;
}
#model .model-list ul.wrap li.thumbnail {
	width: 100%;
}
#model .model-list ul.wrap li.thumbnail img {
	width: 100%;
}


/* < 1280px */
@media screen and (max-width: 1280px) {
	#model .model-list ul.wrap {
		width: 25%;
	}
}

/* < 960px */
@media screen and (max-width: 960px) {
	#model .model-list ul.wrap {
		width: 33.3%;
	}
}

/* < 640px */
@media screen and (min-width:1px) and (max-width: 640px) {
	#model .model-list ul.wrap {
		width: 50%;
	}
}
