@charset "utf-8";

body {
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size:.875rem;
	line-height: 1.875rem;
	color:#404040;
}

img {
	vertical-align:bottom;
	touch-callout:none;
	user-select:none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
}

/*
リンク色と下線の設定 --------------------------------------------*/

a {


	}

a:link {
	color:#FF6F3F;
	text-decoration:underline;

	}

a:visited {
	color:#FF6F3F;
	text-decoration:underline;
	}

a:hover {
	color:#FF6F3F;
	text-decoration:none;
	}

a:active {
	color:#FF6F3F;
	text-decoration:underline;
	}

table {
	width: 100%;
}

table th {
	border-top:1px solid #ea7931;
	border-bottom:1px solid #ea7931;
	padding:25px 0;
	font-weight: bold;
	text-align: center;
	width: 25%;
	vertical-align: top;
}

table td {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:25px 0 25px 30px;
	font-weight: normal;
}

i {
	color:#ea7931;
}

header {
	width: 100%;
	height: 70px;
	background:#fff;
	position: fixed;
	top: 0;
	z-index: 9999;
	box-shadow: 0px 7px 16px -14px rgba(0,0,0,0.3);
}

header .inner_box {
	width: 100%;
	height: auto;
	padding-top:12px;
	margin:0 auto;

	position: relative;
}

header .inner_box .btn_modal {
	position: absolute;
	top:20px;
	right:2.8%;
	z-index: 10;
	width:45px;
}

h1 {
	display: inline-block;
	float: left;
	padding:5px 30px 0 25px;
}

h1 img {
	width: 170px;
	height: auto;
}

ul.menu-box {
	padding-left:40px;
	display:flex;
	gap:28px;
}

ul.menu-box li {
	margin-top: 10px;

}

ul.menu-box li a {
	color: #404040;
	text-decoration: none;
	font-size:1.1vw;
	/* padding:10px 12px; */
	transition: .5s;
	opacity: 1;
}


ul.modal-menu li a {
	color: #404040;
	text-decoration: none;
	/* font-weight:bold; */
	font-size:1.125rem;
	line-height: 50px;
	transition: .5s;
	opacity: 1;
}


ul.menu-box li a:hover,
ul.modal-menu li a:hover {
	opacity: .5;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 2rem;
	line-height: 40px;
	letter-spacing: 5px;
	padding-bottom: 20px;
	
	text-align: center;
}

h2 span {
	display: block;
	font-size: .875rem;
	color: #ff6215;
	letter-spacing: 0px;
}

h2.sub {
	font-family: 'Roboto', sans-serif;
	font-size: 2.1875rem;
	line-height: 40px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
}

h2.sub span {
	display: block;
	font-size: .875rem;
	color:#ff6215;
	letter-spacing: 0px;
}


p {
	font-size:.875rem;
	line-height: 1.875rem;
}

/*
PC top --------------------------------------------*/
#wrapper {
	width: 100%;

	height: auto;
	background: #fff;
	position: relative;
}

#top_key_box {
	width: 100%;
	height:auto;
	padding-top: 70px;
	margin-bottom:70px;
}

.top-key-slider {
    max-width:100%;
    margin:0 auto;
}
 
.top-key-slider img {
    width:100%;
    height:auto;
    margin:0;
    padding:0 5%;
}
 
.top-key-slider .slick-slide {
    margin:0;
}

.top-key-slider .slick-prev, 
.top-key-slider .slick-next {
    position: absolute;
    top: 45%;
    cursor: pointer;
    outline: none;
    height: 50px;
    width: 50px;
}
 
.top-key-slider .slick-prev img, 
.top-key-slider .slick-next img {
	width: 100%;
	height: auto;
}

.top-key-slider .slick-prev {
    left:11.5%;
    z-index:2;
}
 
.top-key-slider .slick-next {
    right:11.5%;
    z-index: 2;
}


#top_about {
	width: 860px;
	height: auto;
	position: relative;
	margin:0 auto 100px;
}

.top_about_key_box {
	width: 860px;
	height: 580px;
}

#top_about .txt_box {
	padding-top: 30px;
	text-align:center;
}


#top_about .txt_box p {
	font-size:15px;
	line-height:2.2;
}

#top_movie {
	width: 100%;
	height: auto;
	padding:80px 0;
	background: #333;
	margin-bottom: 100px;
	text-align: center;
}

.slick {

}

.slick .prev {
	position: absolute;
	bottom:135px;
	left:10px;
	z-index: 9;
}

.slick .prev i,
.slick .next i {
	font-size: 30px;
}

.slick .next {
	position: absolute;
	bottom:135px;
	right:10px;
	z-index: 9;
}

.slick_frame  {
	width: 300px;
	height: 300px;
	overflow: hidden !important;
	text-align: center;
	color: #fff;
}



#models_box {
	width: 1000px;
	height: auto;
	margin:0 auto 100px;
	text-align: center;
}


#twitter_box {
	width: 700px;
	height: 700px;
	margin:0 auto 100px;
	text-align: center;
	overflow-y: scroll;
}

#twitter_box .tw-inner {
	height: 700px;
	overflow-y: scroll;
}

figure.model_single_box {
	width: 165px;
	height: auto;
	float: left;
	margin-right: 2px;
	margin-bottom: 60px;
}

figure.model_single_box img {
	width: 100%;
	height: auto;
}


figure.model_single_box a {
	display: block;
	position: relative;
}

.icon_area {
	display: block;
	background: #ff6215;
	color: #fff;
	font-size: .62875rem;
	line-height: 0;
	padding:10px 10px;
	position: absolute;
	bottom: 0;
	left:0;
	z-index: 99
}

figure.model_single_box figcaption {
	font-size: .8125rem;
	padding-top: 5px;
	line-height: 18px;
}

figure.model_single_box:nth-child(6),
figure.model_single_box:nth-child(12),
figure.model_single_box:nth-child(18),
figure.model_single_box:nth-child(24),
figure.model_single_box:nth-child(30){
	margin-right: 0;
}


.bnr_audition_box {
	width: 900px;
	min-height:346px;
	padding:26px;
	background: url(imgs/bg_bnr_audition.jpg) 0 0 no-repeat;
	background-size: cover;
	margin:0 auto;
}

.bnr_audition_box img {
	display: block;
	float: right;
}

.bnr_audition_box .txt_box {
	width: 490px;
	float: left;
	padding:10px;
	text-align: left;
	color: #fff;
}

.bnr_audition_box .txt_box strong {
	font-size: 2.5rem;
	color: #fff;
	font-weight: normal;
	display: block;
	padding-top:10px;
	padding-bottom: 10px;
	text-shadow:1px 1px 3px #000;
}

.bnr_audition_box .txt_box p {
	margin: 15px 0;
	font-weight:normal;
	text-shadow:1px 1px 8px #000;
}

.btn_ye {
	display: block;
	padding:10px 0;
	text-align: center;
	background: #fcff15;
	-webkit-box-shadow: 0 4px 0 #b4b626;
	box-shadow: 0 4px 0 #b4b626;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    font-weight: bold;
    font-size:1.125rem;
}

.btn_ye i {
	color: #000;
}

a.btn_ye {
	color: #000;
	text-decoration:none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a.btn_ye:hover {
	color: #000;
	text-decoration:none;
    -webkit-box-shadow: 0 2px 0 #b4b626;
    box-shadow: 0 2px 0 #b4b626;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
    font-weight: bold;
}


#top_produced {
	width: 1000px;
	height: auto;
	margin:0 auto 100px;
}

#top_produced .yabe_box {
	width: 770px;
	height: auto;
	margin:0 auto;
}

#top_produced .yabe_box img {
	float: left;
	padding-bottom:50px;
}

#top_produced .yabe_box .txt_box {
	width: 460px;
	height: auto;
	float: right;
	padding-top:20px;
}

#top_produced .yabe_box .txt_box strong {
	font-size: 1.25rem;
	display: block;
	padding-bottom:15px;
}

dl.normal dt {
	width: 20%;
	padding:20px 0;
	color: #ff6215;
	float: left;
	border-top:1px solid #cacaca;
	text-align:center;
	font-weight:bold;
}

dl.normal dd {
	width: 80%;
	padding:20px 0;
	float: left;
	border-top:1px solid #cacaca;
	font-weight:bold;
}

dl.normal dt.last,
dl.normal dd.last {
	border-bottom:1px solid #cacaca;
}



#top_info {
	width: 1000px;
	height: auto;
	margin:0 auto 100px;
}

#top_info .info_box {
	width: 100%;
	height: auto;
	padding:23px;
	border-top:1px solid #cacaca;
	background:url(imgs/bg_info_arrow.png) right center no-repeat;
	position: relative;
}

#top_info a:last-child .info_box {
	border-bottom:1px solid #cacaca;
}

#top_info .info_box img {
	display: block;
	width: 200px;
	height: auto;
	float: left;
	padding-right: 60px;
}

#top_info .info_box figcaption {
	width: 550px;
	height: auto;
	padding-top:10px;
	float: left;
}

#top_info .info_box figcaption strong {
	font-size: 1rem;
	display: block;
	padding-bottom: 5px;
}

#top_info .info_box figcaption p {
	font-weight: normal !important;
	font-size:.75rem;
	line-height: 1.375rem;

}

#top_info a .info_box {
	color: #000 !important;
	opacity: 1;
	transition:.5s;
}

#top_info a:hover .info_box {
	color: #000 !important;
	opacity: 0.4;
}




footer {
	width: 100%;
	height: auto;
	padding-top:80px;
	background:#333;
}

footer .inner_box {
	width: 1000px;
	height: auto;
	margin:0 auto;
}

footer .inner_box .l_box {
	width: 500px;
	height: auto;
	float: left;
}

footer .inner_box .r_box {
	width: 330px;
	height: auto;
	float: right;
}

footer .inner_box .r_box ul li {
	padding-bottom: 10px;
}

footer .l_box h1 {
	width: 100%;
	display: block;
	padding-bottom:30px;
}

footer address {
	display: block !important;
	color: #fff;
	padding-bottom:20px;
}

footer address strong {
	font-size: 1rem;
	padding-bottom: 5px;
	display: block;
}

footer a {
	color: #fff !important;
	text-decoration: underline;
}

footer a:hover {
	color: #fff !important;
	text-decoration: none;
}

footer .copy {
	font-size: .6287rem;
	text-align: center;
	padding:15px 0 5px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	letter-spacing: 2px;
}


/*
 --------------------------------------------*/

#breadcrumbs {
	width:1000px;
	height: auto;
	padding-top:130px;
	padding-bottom: 30px;
	margin:0 auto;
	text-align: right;
	font-size: .75rem;
}


/*
PC model --------------------------------------------*/
.model-slider {/*一旦スライドショーの横幅1100pxで設定してます*/
    width:100%;
    margin:0 auto;
}
 
.model-slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}
 
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.model-slider .slick-slide {
    margin:0;
}
 
/*矢印の設定*/
 
/*戻る、次へ矢印の位置*/
.model-slider .slick-prev, 
.model-slider .slick-next {
    position: absolute;/*絶対配置にする*/
    top: 50%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 3px solid #fff;/*矢印の色*/
    border-right: 3px solid #fff;/*矢印の色*/
    height: 15px;
    width: 15px;
}
 
.model-slider .slick-prev {/*戻る矢印の位置と形状*/
    left: 2%;
    transform: rotate(-135deg);
    z-index: 2;
}
 
.model-slider .slick-next {/*次へ矢印の位置と形状*/
    right: 2%;
    transform: rotate(45deg);
    z-index: 2;
}
 
/*ドットナビゲーションの設定*/
 
.model-slider .slick-dots {
    text-align:center;
    margin:20px 0 0 0;
}
 
..model-slider slick-dots li {
    display:inline-block;
    margin:0 5px;
}
 
.model-slider .slick-dots button {
    color: transparent;
    outline: none;
    width:15px;/*ドットボタンのサイズ*/
    height:4px;/*ドットボタンのサイズ*/
    display:block;
    background:#ccc;/*ドットボタンの色*/
}
 
.model-slider .slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

.model-slider .slick-dots {
    text-align: center;
    margin: 10px 0 0 0;
    width:100% !important;
    display:flex !important;
    justify-content:center;
}

.model-slider .slick-dots .slick-active button {
    background: #F17534;
    width:15px;/*ドットボタンのサイズ*/
    height:4px;/*ドットボタンのサイズ*/
    border:none;
    margin:0 4px;
}

.model-slider .slick-dots button {
    background: #ccc;
    width:15px;/*ドットボタンのサイズ*/
    height:4px;/*ドットボタンのサイズ*/
    border:none;
    margin:0 4px;
}

.model_de_box {
	max-width: 1100px;
	height: auto;
	padding:0 50px;
	margin:0 auto 120px;
}

.model_de_box .photo_box {
	width:45%;
	height: auto;
	float: left;
	/* background:#242424;
	padding:14px; */
}

.model_de_box .model_pro_box {
	width:46%;
	height: auto;
	float: right;
}

.model_de_box .model_pro_box h3 {
	/* border-left:3px solid #ff6215;
	padding-left: 20px; */
	font-size: 1.70rem;
	/* font-weight:bold; */
	letter-spacing:3px;
}

.model_de_box .model_pro_box h3 span {
	display:block;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	letter-spacing: 1px;
	font-weight:400;
	padding-top: 4px;
}

.model_de_box .model_pro_box .area {
	position: relative;
	height: 30px;
	margin-bottom:30px;
}

.model_de_box .model_pro_box .profile {
	margin-bottom: 30px;
}

.model_de_box .model_pro_box .profile h4 {
	color:#ff6215;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	padding-bottom: 10px;
	font-weight:bold;
	letter-spacing: 2px;
}

.btn_ore {
	width: 80%;
	display: block;
	padding:8px 0;
	text-align: center;
	background: #ff6215;
	-webkit-box-shadow: 0 4px 0 #962a00;
	box-shadow: 0 4px 0 #962a00;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    font-weight: bold;
    font-size:1rem;
   	font-family: 'Roboto', sans-serif;
   	letter-spacing: 1px;
}

.btn_ore i {
	color: #fff;
}

a.btn_ore {
	color: #fff;
	text-decoration:none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a.btn_ore:hover {
	color: #fff;
	text-decoration:none;
    -webkit-box-shadow: 0 2px 0 #962a00;
    box-shadow: 0 2px 0 #962a00;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
    font-weight: bold;
}

.unite_key_img {
	width: 1000px;
	height: auto;
	margin:0 auto 50px;
}

ul.unite_btn li {
	margin-bottom: 15px;
}

/*
PC 新着、お問い合わせ --------------------------------------------*/
table.normal {
	width: 100%;
}

table.normal th {
	width:30%;
	padding:25px 0;
	text-align: center;
	font-weight: bold;
	border-top:2px solid #dadada;
	border-bottom:2px solid #dadada;
	font-size: .875rem;
	line-height: 1.625rem;
	vertical-align: middle;
}

table.normal td {
	width:70%;
	padding:20px 0;
	border-top:2px solid #e5e5e5;
	border-bottom:2px solid #e5e5e5;
	font-size: .875rem;
	line-height: 1.625rem;
	vertical-align: middle;
}

.example {
  color: #171717;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .5px;
  margin-left: 5px;
}

.required {
  background: #de4931;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .5px;
  margin-left: 5px;
  padding: 5px 7px;
}

.supplement {
  color: #d22407;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .5px;
}

.f-line {
	background:#03CF2E;
	color:#fff;
	display:inline-block;
	padding:5px 8px;
	line-height:15px;
}

.wpcf7-list-item { display: block; float: left; width: 40%; }
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  border: 1px solid #ccc;
  font-size: .9rem;
  padding: 10px 0;
  width: 70%;
}

.wpcf7-list-item.first,
.wpcf7-list-item.last {
	width: 10%;
}

td.check .wpcf7-list-item {
	width: 40% !important;
}

td.genre .wpcf7-list-item {
	width: 40% !important;
}

input[type="submit"].wpcf7-confirm,
input[type="submit"].wpcf7-submit,
.wpcf7-back { 
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#11afa5+35,1a8fb2+99 */
	background: #11afa5; /* Old browsers */

  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: .9rem;
  margin: 30px auto 0;
  padding: 20px 0;
  text-align: center;
  width: 80%;
}

.wpcf7-not-valid-tip {
	width: 100%;
	height: auto;
	clear: both;
	background: #f00;
	color:#fff !important;
	text-align: center;
	margin-top: 5px;
}

.contact_midashi {
	font-size:1.5rem !important;
	line-height: 2.5rem !important;
	padding-bottom: 10px;
}

.app-chach {
  font-size:2rem;
  line-height: 3rem;
  text-align: center;
  padding-bottom: 20px;
}

.app-chach span {
  background:linear-gradient(transparent 60%, #ff0 60%);
}


/*　PCお知らせ　*/
#news-contents {
	width:65%;
	height:auto;
	float:left;
	margin-right:5%;
	font-size:0.875rem;
	line-height: 28px;
}

.screen-reader-text {
	display: none;
}

.searchform {
	margin-bottom: 30px;
}

#news-contents section {

}

#news-contents section img {
	margin-bottom: 10px;
}

#news-contents h3 {
	padding:0px 0 10px 0;
	line-height: 2rem;
	font-size:1.25rem;
	border-bottom:3px solid #ccc;
	margin-bottom: 30px;

}

#news-side-box {
	width:30%;
	height:auto;
	float:left;
	font-size:0.875rem;
	line-height: 28px;
}

#news-side-box h3 {
	font-size:1rem;
	background: #333;
	color:#fff;
	padding:7px 0;
	letter-spacing: 1px;
	text-align: center;
	border-left:none;
	text-shadow: none;
	margin-bottom: 0;
	font-weight: bold;
}

#news-contents time {
	font-size:.8125rem;
	display: block;
	font-weight: normal;
	text-align:left;
}

#news-side-box ul {
	margin-bottom: 40px;
}

#news-side-box ul li {
	list-style-type: none
}

#news-side-box ul li {
	border-bottom:1px dashed #ccc;
	padding: 15px 5px 13px;
	font-size:.875rem;
}

#news-side-box ul li:last-child {
	margin-bottom: 30px;
}

#news-side-box ul li a {
	display: inline-block;
	width: 90%;
	border-bottom: 0;
}

#news-side-box ul li a:hover {
	opacity: 0.6;
}

#news_page_link {
	padding-top:30px;
	border-top:1px solid #ccc;
}

#news-side-box section {
	margin-bottom: 20px;
}


.news_prev {
	display: inline-block;
	float:left;
	text-align: left;
	font-size:.6287rem;
}

.news_next {
	display: inline-block;
	float:right;
	text-align: right;
	font-size:.6287rem;
}

.news_title {
	margin-top:30px;
	text-align: center;
}

/* PC icon */

.icon_new {
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: 999;
    top:0;
    left: 0;
}

.icon_new span {
  position: absolute;
  top: 3px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  z-index: 999;
  font-size: 13px;
  color: #fff;
  text-align:center;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
}

.stars {
    background:#FF6F3F;
    width: 35px;
    height: 35px;
    position: relative;
    text-align: center;
}

.stars:before, .stars:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    background:#FF6F3F;
}

.stars:before {
    -webkit-transform: rotate(30deg);
       -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
         -o-transform: rotate(30deg);
}

.stars:after {
    -webkit-transform: rotate(60deg);
       -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
         -o-transform: rotate(60deg);
}

.loading-icon {
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    -ms-animation: spin 3s linear infinite;
    -o-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform: rotate(0deg);}
	100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

/*
PC block --------------------------------------------*/
.i_p_b {display: block !important;}
.i_t_b {display: none !important;}
.i_s_b {display: none !important;}
.i_pt_b {display: block !important;}
.i_ts_b {display: none !important;}
.dis-none {display:none !important;}

/*
others --------------------------------------------*/
.grecaptcha-badge { visibility: hidden; }


ul.listSns {
	display:flex;
	margin-top:15px;
}

ul.listSns li {
	width:30px !important;
	margin-right:12px;
}

ul.listSns li img {
	width:100%;
}



.video-container {
    position: relative;
    width: 100%;
    max-width: 800px; /* You can adjust the max-width as needed */
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*
font parts**/
.font-goth {
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
}