@charset "utf-8";

/*----------base----------*/
body,
html {
	height: 100%;
	/* font-size: 62.5%; */
}

body {
	width: 100%;
	margin: 0 auto;
	font-size: 3.7vw;
	font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	animation: fadeIn 1.5s ease 0s 1 normal;
	color: #70262f;
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.pcnone {
	display: block !important;
}

.spnone {
	display: none !important;
}

#allWrapper {
	width: 95%;
	margin: 0 auto;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

h1 {
	font-size: 16vw;
}

h2 {
	font-size: 5vw;
	line-height: 1.2;
}

h3 {
	font-size: 4vw;
	line-height: 1.2;
}

dt,
dd,
th,
td,
p,
li,
a {
	font-size: 3.5vw;
	line-height: 1.5;
	letter-spacing: 0.3px;
}

img {
	height: auto;
}

.header-flexContainer {
	margin: 20px auto;
}

.header-flexContainer #logo {
	width: 90px;
}

.header-flexContainer nav ul li {
	display: block;
	margin-left: 0;
	margin-top: 30px;
	text-align: center;
	border-bottom: 1px solid #70262f;
}

.header-flexContainer nav ul li a {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 4vw;
	text-decoration: none;
	color: #70262f;
}

aside {
	padding-top: 4px;
	margin-top: 10px;
}

aside #en_name {
	font-weight: bold;
}

.plusBorder {
	border-top: 1px dotted #70262f;
}

footer {
	clear: both;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 70%;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

ul,
ol {
	list-style: none;
}

.page-heading {
	width: 50%;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	border-bottom: 2px solid #70262f;
	text-align: center;
	margin: 0 auto 50px;
}

.page-heading-small {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 50%;
}

/*----------index----------*/
#index-mainContainer #index-news {
	color: #70262f;
	position: absolute;
	bottom: 100px;
	background-color: rgba(240, 240, 240, 0.5);
	padding: 10px;
}

#index-mainContainer #index-news #heading {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 13vw;
	border-bottom: 2px solid #70262f;
}

#index-mainContainer #index-news #heading-small {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 50%;
}

#index-mainContainer #index-news dl {
	margin-top: 10px;
}

.index footer {
	position: fixed;
	bottom: 2px;
	left: 23%;
}

/*----------news----------*/
#news-mainContainer .topic {
	margin: 20px 0 0 0;
	border-bottom: 1px dotted #70262f;
	padding: 0 0 20px 0;
}

#news-mainContainer .topic .imgBox {
	width: 25%;
	height: auto;
	background-color: #70262f;
	padding: 10px 10px;
	box-sizing: border-box;
}

#news-mainContainer .topic .textSet {
	margin-top: 10px;
}

#news-mainContainer .topic .textSet span {
	font-size: 80%;
}

/*----------Models----------*/
#models-mainContainer {
	border-bottom: 1px dotted #000;
}

#models-mainContainer .sec {
	padding: 50px 0px;
}

#models-mainContainer h2 {
	font-family: 'Roboto',
		sans-serif;
	font-weight: 300;
	font-size: 6vw;
	text-align: left;
	margin-bottom: 30px;
}

#models-mainContainer h2 span {
	background-color: #70262f;
	color: #fff;
	padding: 5px 10px;
}

#models-mainContainer .modelsBox {
	-ms-display: flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

#models-mainContainer .modelsBox li {
	margin-bottom: 20px;
}

#models-mainContainer .modelsBox img {
	width: 160px;
}

#models-mainContainer .modelsBox span {
	display: block;
	text-align: center;
	font-size: 15px;
}

/*----------Audition----------*/
#audition-mainContainer .lead {
	padding-bottom: 20px;
	border-bottom: 1px dotted #70262f;
}

#audition-mainContainer .lead h1 {
	font-size: 6.5vw;
	margin-bottom: 20px
}

#audition-mainContainer .lead h1 span {
	font-size: 3.9vw
}

#audition-mainContainer .audition-detail {
	padding: 20px 0 20px;
	border-bottom: 1px dotted #70262f;
}

#audition-mainContainer .audition-detail h2 {
	margin-bottom: 6px;
}

/*----------Recruit----------*/
#recruit-mainContainer .recruit-detail {
	padding: 20px 0 20px;
	border-bottom: 1px dotted #70262f;
}

#recruit-mainContainer .recruit-detail:first-of-type {
	padding: 0 0 20px;
}

#recruit-mainContainer .recruit-detail h1 {
	font-size: 6.5vw;
	margin-bottom: 20px;
}

#recruit-mainContainer .recruit-detail h2 {
	margin-bottom: 10px;
}

/*----------Company----------*/
#company-mainContainer .company-item {
	padding: 20px 0 20px;
	border-bottom: 1px dotted #70262f;
}

#company-mainContainer .company-item:first-of-type {
	padding: 0 0 20px;
	border-bottom: 1px dotted #70262f;
}

#company-mainContainer .company-item h2 {
	margin-bottom: 20px;
}

#company-mainContainer .company-item table th {
	width: 3%;
	background-color: #f0f0f0;
	border: 1px solid #70262f;
	vertical-align: middle
}

#company-mainContainer .company-item table td {
	width: 10%;
	padding: 8px 20px;
	border: 1px solid #70262f;
}

#company-mainContainer .company-item dt {
	font-weight: bold;
	margin-top: 10px;
}

/*----------Contact----------*/
#contact-mainContainer form dl dt {
	display: block;
	margin-bottom: 10px;
}

#contact-mainContainer form dl dd {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

#contact-mainContainer form dl .btn {
	margin: 0px;
}

#contact-mainContainer .abs {
	margin-left: 3px;
	color: #f00;
}

/*----------confirmation----------*/
#confirmation_maincontainer .form {
	line-height: 1.5;
	text-align: left;
}

#confirmation_maincontainer .form h2 {
	font-size: 130%;
	margin-bottom: 20px;
}

#confirmation_maincontainer .form th,
#confirmation_maincontainer .form td {
	padding: 5px;
}

#confirmation_maincontainer .form th {
	display: block;
	width: 100%;
}

#confirmation_maincontainer .form td {
	display: block;
	width: 100%;
}


/*---------------PC---------------*/
@media screen and (min-width: 769px) {

	.pcnone {
		display: none !important;
	}

	.spnone {
		display: block !important;
	}

	html {
		min-height: 100%;
		font-size: 62.5%;
		position: relative;
	}

	body {
		width: 100%;
		max-width: 1080px;
		font-size: 14px;
	}

	allWrapper {
		width: 95%
	}

	h1 {
		font-size: 80px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 16px;
	}

	dt,
	dd,
	th,
	td,
	p,
	li,
	a {
		font-size: 14px;
		line-height: 1.4;
	}

	.header-flexContainer #logo {
		width: 110px;
		margin-top: 10px;
	}

	.header-flexContainer nav ul li a {
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		font-size: 16px;
		text-decoration: none;
		color: #70262f;
	}

	.page-heading {
		width: 25%;
		padding-top: 50px;
	}

	aside {
		float: right;
		padding: 0;
		margin-top: 10px;
		line-height: 1.4;
	}

	aside #en_name {
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		font-size: 16px;
	}

	aside #ja_name {
		font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		font-size: 14px;
	}

	aside #tel_number {
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		font-size: 16px;
	}

	/*----------index----------*/
	#index-mainContainer #index-news {
		width: 310px;
		float: left;
		position: absolute;
		bottom: 100px;
	}

	#index-mainContainer #index-news #heading {
		font-size: 60px;
	}

	.index footer {
		bottom: 0;
		height: 1em;
		position: fixed;
		left: 45%;
	}

	/*----------news----------*/
	#news-mainContainer .topic {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}

	#news-mainContainer .topic .imgBox {
		width: 15%;
		height: auto;
		background-color: #70262f;
		padding: 10px 10px;
		box-sizing: border-box;
		margin-right: 20px;
	}

	#news-mainContainer .topic .textSet {
		margin-top: 0px;
	}


	/*----------models----------*/
	#models-mainContainer {
		border-bottom: 1px dotted #000;
	}

	/* #models-mainContainer .specialBox {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-bottom: 100px;
		position: relative;
	}

	#models-mainContainer .specialBox:after {
		content: '◀︎ Special Models ▶︎';
		color: #70262f;
		font-size: 22px;
		position: absolute;
		bottom: -35px;
		left: 39%;
	}

	#models-mainContainer .specialBox li p {
		font-size: 16px;
	}

	#models-mainContainer .specialBox li:first-of-type {
		margin-right: 40px;
	}

	#models-mainContainer .specialBox li:nth-of-type(2) {
		margin-left: 40px;
	}

	#models-mainContainer .specialBox img {
		width: 100%;
		max-width: 180px;
	} */

	#models-mainContainer h2 {
		/* font-family: 'Roboto',
			sans-serif;
		font-weight: 300; */
		font-size: 25px;
		/* text-align: center;
		margin-bottom: 30px; */
	}

	/* #models-mainContainer h2 span {
		background-color: #70262f;
		color: #fff;
		padding: 5px 10px;
	} */

	#models-mainContainer .modelsBox {
		-ms-display: flex;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		margin-left: -31px;
	}

	#models-mainContainer .modelsBox li {
		margin-bottom: 20px;
		margin-left: 31px;
	}

	#models-mainContainer .modelsBox img {
		width: 100%;
		max-width: 180px;
	}

	/*----------audition----------*/

	#audition-mainContainer .lead h1 {
		font-size: 30px;
	}

	#audition-mainContainer .lead h1 span {
		font-size: 70%;
	}

	/*----------recruit----------*/
	#recruit-mainContainer .recruit-detail h1 {
		font-size: 30px;
	}

	/*----------contact----------*/
	#contact-mainContainer form dl dt {
		float: left;
		clear: left;
		width: 350px;
	}

	#contact-mainContainer form dl dd {
		float: left;
		width: 600px;
		margin-bottom: 20px;
	}

	#contact-mainContainer form dl .btn {
		margin-left: 350px;
	}

	/*----------confirmation----------*/
	#confirmation_maincontainer .form h2 {
		font-size: 130%;
	}

	#confirmation_maincontainer .form th {
		display: block;
		width: 100%;
	}

	#confirmation_maincontainer .form td {
		display: block;
		width: 100%;
	}

	#confirmation_maincontainer .form td {
		display: block;
		width: 100%;
	}

}