@charset "utf-8";

/* CSS Document */
.print_only { display: none; }

/* 共通設定
--------------------------------------------------*/
html,
body {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro W3, osaka, sans-serif;
	font-size: 11px;
	line-height: 1.6rem;
}

.contents {
	overflow: hidden;
	position: relative;
	padding-top: 75px;
}

.inner {
	overflow: hidden;
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
}

.wr {
	display: inline-block;
}

.info_area,
.writers_list li a .name_jp { font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; }

header,
h2,
h3,
nav li a,
.tag,
.model_serch,
.info_area .more_btn,
.models_index .models_list li dl dt .specialty,
.specialty_area h3,
.link_btn,
.more_info_btn,
.specialty_tag,
.writers_list li a .name_en {
	font-family: 'Fjalla One', sans-serif;
	letter-spacing: 2pt;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.post_date,
footer .copy {
	font-family: 'Rubik300', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.detail_head .name {
	font-family: 'Noto Sans Japanese', serif;
	font-weight: bold;
}

h2 {
	font-weight: normal;
	font-size: 2.17rem;
	line-height: 1;
	border-bottom: 1px solid #cccccc;
	clear: both;
	overflow: hidden;
	margin: 15px auto 15px;
	padding-bottom: 10px;
	padding-right: 10px;
	width: 100%;
}

h3 {
	font-size: 1.2rem;
	line-height: 1;
	margin-bottom: 10px;
}

dl dt,
dl dd { line-height: 1.6rem; }

img {
	max-width: 100%;
	height: auto;
}
.asset-body dl{
	margin-left: 40px;
	display: flex;
}
.asset-body dt{
	width:80px;
	font-weight: normal;
}
.asset-body dd{
	margin-right: 40px;
}
/*デバイスごとの表示・非表示
--------------------------------------------------*/
.sp_only { display: block; }

.sp_over { display: block; }

.tab_only { display: none; }

.tab_over { display: none; }

.pc_only { display: none; }

.pc_over { display: none; }

.transition {
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}

.wrap { position: relative; }

/* nav common */
nav ul li { clear: both; }

nav ul li a {
	font-size: 1.2rem;
	display: block;
	line-height: 1rem;
	padding: 20px;
}

/* リンク
------------------------------------------------ */
a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
	opacity: .6;
}

a:active {
	color: #000;
	text-decoration: none;
}

a.link_red { color: #d70000; }

/*  class set
-------------------------------------------------- */
.no_search{
    padding: 20px 15px 25px;
}
/* utility_nav  */
.utility_nav {
	overflow: hidden;
	font-size: 1.3rem;
}

.utility_nav ul {
	clear: both;
	overflow: hidden;
	display: table;
	margin: 10px auto;
}

.utility_nav ul li {
	display: table-cell;
	padding: 0 30px 0 0;
}

.utility_nav ul li:last-child {
	display: table-cell;
	padding: 0;
}

.utility_nav ul li a {
	border: none;
	color: #fff;
	font-size: 1.8rem;
	padding: 0;
}

/* lead */
.lead_txt { padding: 10px 0 30px; }

.lead_txt_boder {
	border-bottom: 1px dotted #000;
	padding: 10px 0 30px;
}

/* tag*/
.tag {
	border: 1px solid #d9d9d9;
	display: inline-block;
	text-align: center;
	font-size: 0.857rem;
	width: 90px;
	padding: 7px 0 6px;
	line-height: 1;
	margin-right: 10px;
	vertical-align: middle;
}

.tag.specialty {
	background: #000;
	border: none;
	color: #fff;
}

.t-left{
  text-align: left;
}

/*list*/
.list_icon > li,
.list_icon_item {
	background: url(../images/icon_list.gif) no-repeat left 3px;
	background-size: 9px 9px;
	padding-left: 14px;
}

.list_icon_small > li,
.list_icon_small_item {
	background: url(../images/icon_list.gif) no-repeat left 7px;
	background-size: 8px 8px;
	overflow: hidden;
	padding-left: 12px;
}

.list_border {
	overflow: hidden;
	position: relative;
}

.list_border > li {
	border-bottom: 1px dotted #000;
	overflow: hidden;
	padding: 20px;
}

.data_list li > dl { display: table; }

.data_list li > dl dt {
	display: table-cell;
	font-weight: normal;
}

.data_list li > dl dd {
	display: table-cell;
	vertical-align: top;
}

.data_list li > dl dd > dl,
.data_list li > dl dd > dl dt,
.data_list li > dl dd > dl dd { display: inherit }

/* iframe */
.iframe_contents {
	position: relative;
	width: 100%;
	padding: 56.25% 0 0 0;
}

.iframe {
	border: 0;
	background-color: transparent;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

ul.btn_change {
	margin-top: 15px;
	text-align: center;
}

/* header
-------------------------------------------------- */
header {
	background: #7F7F7F;
	color: #fff;
	width: 100%;
	top: 0;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	align-content: center;
	-webkit-align-content: center;
	position: fixed;
	z-index: 300;
}

header a { color: #fff; }

header.fixed {
	overflow: visible;
	top: 0;
	width: 100%;
	z-index: 300;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}

header .logo a { display: block; }

header .logo a img {
	height: 52px;
	width: auto;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s;
}

header nav {
	-webkit-order: 1;
	order: 1;
	;
}

header nav .gnav {
	overflow: hidden;
	margin-bottom: 10px;
}

header nav .gnav_wrap { overflow: hidden; }

header nav .gnav_wrap .gnav ul li a {
	color: #fff;
	border-bottom: solid 1px #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 18px 15px 16px;
}

header nav .gnav_wrap ul li a.now { background: #7F7F7F; }

header nav .gnav_wrap ul li:first-of-type a { border-top: solid 1px #333; }

header nav .gnav_wrap {
	background: #000;
	display: block;
	height: 150%;
	padding-top: 52px;
	position: fixed;
	right: -60%;
	top: 0;
	width: 60%;
	z-index: 200;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

header nav.on { padding-right: 15px; }

header nav.on .gnav_wrap { right: 0; }

header nav > .utility_nav { display: none }

header nav .utility_nav ul li { padding: 0 25px 0 0; }

header nav .utility_nav ul li a,
header nav .utility_nav ul li a:first-of-type { border: none; }

/* menu btn  */
header .menu {
	cursor: pointer;
	z-index: 200;
	position: relative;
	text-align: center;
	right: 15px;
}

header .menu .menu_icon {
	color: #fff;
	cursor: pointer;
	line-height: 1;
	position: relative;
	z-index: 200;
	margin: 0 auto 5px;
	text-align: center;
}

header .menu .menu_icon:before {
	content: "\f0c9";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1.5rem;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

header .menu p {
	line-height: 1;
	z-index: 200;
}

header .menu.on {
	position: fixed;
	top: 10px;
	right: 15px;
}

header .menu.on .menu_icon { z-index: 200; }

header .menu.on .menu_icon:before { content: "\f00d" }

header .menu .menu_icon span {
	background: #fff;
	border-radius: 15px;
	display: block;
	position: absolute;
	width: 17px;
	height: 2px;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}

/* menu btn  */
header .menu .menu_icon span:nth-of-type(1) { top: 0px; }

header .menu .menu_icon span:nth-of-type(2) { top: 5px; }

header .menu .menu_icon span:nth-of-type(3) { top: 10px; }

header .menu.on .menu_icon span:nth-of-type(1) {
	transform: translateY(-10px) rotate(-45deg);
	top: 15px;
}

header .menu.on .menu_icon span:nth-of-type(2) { display: none; }

header .menu.on .menu_icon span:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
	top: 14px;
}

header nav.on .gnav_wrap ul { right: 0; }

/* model_serch */
header .model_serch {
	clear: both;
	overflow: hidden;
	text-align: center;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	padding-right: 15px;
}

header .model_serch.on { padding-right: 35px; }

header .model_serch .serch_btn {
	background: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	line-height: 1;
	margin: 0 auto;
	border-radius: 50px;
	padding: 13px 15px 11px;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}

header .model_serch .serch_btn:hover {
	color: #fff;
	background-color: rgba(0,0,0,.8);
}

header .model_serch .serch_btn:active {
	color: #fff;
	background-color: rgba(0,0,0,1);
}

/* page_top
-------------------------------------------------- */
.page_top {
	background: #000;
	border-radius: 50%;
	color: #fff;
	opacity: .6;
	position: fixed;
	right: 15px;
	bottom: -100%;
	z-index: 2;
	width: 40px;
	height: 40px;
}

.page_top.on { bottom: 15px; }

/* footer
-------------------------------------------------- */
footer { width: 100%; }

footer .utility_nav { border-top: 1px solid #cccccc; }

footer .utility_nav ul { margin: 20px auto; }

footer .utility_nav ul li { padding: 0 40px 0 0; }

footer .utility_nav ul li a { color: #000; }

footer address { border-top: 1px solid #cccccc; }

footer .copy {
	color: #999999;
	line-height: 1;
	text-align: center;
	width: 100%;
	padding: 15px;
}

/*  MODEL SEARCH 
-------------------------------------------------- */
.model_search { padding: 40px 10px 15px 15px; }

.model_search h2 {
	font-size: 2.1rem;
	border: none;
	margin: 10px auto 20px;
	padding-bottom: 0;
}

.form-group ul { overflow: hidden; }

.form-group ul > li dl {
	display: table;
	font-size: 0.714rem;
	width: 100%;
}

.form-group ul > li dl dt {
	font-weight: normal;
	display: table-cell;
	padding-top: 12px;
	vertical-align: top;
	width: 5%;
	min-width: 25px;
	line-height: 1;
}

.form-group ul > li dl dd {
	display: table-cell;
	vertical-align: middle;
	line-height: 1;
	width: 95%;
}

.form-group ul > li dl dd ul {
	-webkit-display: flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.form-group ul > li dl dd ul li {
	margin-bottom: 5px;
	padding-right: 5px;
	width: 33.3333%;
}

.form-group ul > li:nth-of-type(5) dl dd ul li { width: 20%; }

.form-group ul > li dl dd ul li:last-child { padding-right: 5px; }

.label-checkbox input[type="checkbox"],
.label-radio input[type="radio"] {
	display: none;
	margin: 0;
}

.label-checkbox,
.label-radio {
	position: relative;
	width: 100%;
}

.label-checkbox .lever,
.label-radio .lever {
	display: block;
	color: #000;
	font-weight: normal;
	float: left;
	line-height: 1;
	border: 1px solid #000000;
	text-align: center;
	padding: 12px 0;
	width: 100%;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.label-checkbox input[type="checkbox"] + .lever:hover,
.label-radio input[type="radio"] + .lever:hover {
	cursor: pointer;
	background: rgba(0,0,0,.2);
	color: #000;
}

.label-checkbox input[type="checkbox"] + .lever:active,
.label-radio input[type="radio"] + .lever:active {
	cursor: pointer;
	background: rgba(0,0,0,.8);
	color: #fff;
}

.label-checkbox input[type="checkbox"]:checked + .lever,
.label-radio input[type="radio"]:checked + .lever {
	cursor: default;
	background: #000;
	color: #fff;
}

.label-checkbox input[type="checkbox"]:checked + .lever:hover,
.label-radio input[type="radio"]:checked + .lever:hover {
	background: rgba(0,0,0,.6);
	cursor: pointer;
}

.form-group .submit_btn{
	display: block;
	color: #000;
	font-weight: normal;
	float: left;
	line-height: 1;
	border: 1px solid #000000;
	text-align: center;
	padding: 12px 0;
	width: 100%;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
  background: #fff;
      cursor: pointer;
}
.form-group .submit_btn.active{
	color: #fff;
	border: 1px solid #000000;
  background: #000;
  pointer-events: none;
}
.form-group .submit_btn:hover {
    background: rgba(0, 0, 0, .2);
}


.form-group .btn_list {
	-webkit-display: flex;
	-webkit-flex-wrap: wrap;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 15px auto 20px;
}

.form-group .btn_list li {
	display: block;
	text-align: center;
	width: 40%;
}

.form-group .btn_list li:first-of-type { margin-right: 10px; }

.form-group .btn_list li:last-of-type {
	margin-top: 15px;
	width: 100%;
}

.form-group .btn_list li:last-of-type a {
	position: relative;
	margin: 0 auto;
}

.form-group .btn_list li:last-of-type a i {
	padding-left: 10px;
	font-size: 1.2rem;
}

.form-group .btn_list .btn:hover {
	color: #000;
	background-color: #fff;
}

.form-group .btn_list .btn {
	display: block;
	background: #000;
	border-radius: 0;
	border: 1px solid #000;
	color: #fff;
	clear: both;
	font-size: 1rem;
	line-height: 1rem;
	overflow: hidden;
	text-align: center;
	padding: 10px 0;
	width: 100%;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.form-group .btn_list .btn.reset {
	color: #000;
	background-color: #fff;
}

.form-group .btn_list .btn.reset:hover {
	color: #000;
	background-color: rgba(0,0,0,.2);
}

.form-group .btn_list .btn.reset:active {
	color: #fff;
	background-color: rgba(0,0,0,1);
}

.form-group .btn_list .btn.submit:hover {
	color: #fff;
	background-color: rgba(0,0,0,.8);
	opacity: 1;
}

.form-group .btn_list .btn.submit:hover:active {
	color: #000;
	background-color: #fff;
}

/* modal */
.modal {
	z-index: 100;
	top: 52px;
}

.modal-content {
	border: none;
	border-radius: 0;
	overflow: hidden;
	position: relative;
}

.modal-backdrop.fade.in { display: none; }

.modal-content .modal-body {
	margin: 0 auto;
	padding: 0;
}

.close-modal {
	position: absolute;
	top: 7px;
	right: 15px;
	width: 26px;
	height: 23px;
	background-color: transparent;
	cursor: pointer;
	z-index: 100;
}
.close-modal span {
	position: absolute;
	left: 0;
	width: 16px;
	height: 1px;
	background-color: #000;
}

.close-modal span:nth-of-type(1) {
	webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
	top: 0px;
	left: 5px;
}

.close-modal span:nth-of-type(2) {
	webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
	top: 20px;
	left: 5px;
}

.modal-content .modal-body h2 {
	margin: 15px auto 15px;
	padding: 0;
}

/*  models_minisearch
-------------------------------------------------- */
.minisearch{
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
	
.minisearch .form-group ul{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}
	
.minisearch .form-group ul li{
	width: 32%;
	margin: 0 1%;
}
.minisearch .form-group .btn_list li:last-of-type{
	margin-top: 0px;
	width: 40%;
}
.minisearch .close-modal {
	top: 60px;
	z-index: 50;
}

/*  banner_list
-------------------------------------------------- */

.banner_list_area {
	border-top: 1px solid #cccccc;
	padding-top: 70px;
	margin-bottom: 35px;
	width: 100%;
}

.banner_list_area .banner_list {
	overflow: hidden;
	max-width: 1080px;
	margin: 0 auto;
}

.banner_list li {
	padding: 0 2px;
	margin-bottom: 5px;
}

.banner_list li a img { width: 100%; }

/* index page
-------------------------------------------------- */
.index .main_area {
	padding: 0 15px;
	margin-bottom: 30px;
}

.index .side_area {
	padding: 0 10px;
	margin-bottom: 50px;
}

/* メインビジュアル画像スライダー */
.main_visual {
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}

.main_visual .swiper-container {
	overflow: hidden;
	position: relative;
}

.main_visual .swiper-slide a { display: block; }

.main_visual .swiper-slide a:hover { opacity: .6; }

.main_visual .swiper-slide.swiper-slide-prev a:hover,
.main_visual .swiper-slide.swiper-slide-next a:hover { opacity: 1; }

.main_visual .swiper-slide a img {
	display: block;
	width: 100%;
}

.main_visual .swiper-button-next,
.main_visual .swiper-button-prev {
	background-size: 15px 46px;
	background-position: center;
	background-repeat: no-repeat;
	top: 50%;
	width: 45px;
	height: 76px;
	margin-top: -56px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.main_visual .swiper-container .swiper-button-next {
	background: url(../images/arrow_next.png) no-repeat center center;
	right: 0px;
}

.main_visual .swiper-container .swiper-button-prev {
	background: url(../images/arrow_prev.png) no-repeat center center;
	left: 0px;
}

.main_visual .swiper-container .swiper-button-next:hover,
.main_visual .swiper-container .swiper-button-prev:hover { background-color: rgba(120,120,120,.2); }

.main_visual .swiper-pagination {
	position: relative;
	z-index: 1;
}

.main_visual .swiper-pagination-bullet {
	height: 6px;
	margin: 0px 3px;
	opacity: 0.2;
	width: 6px;
}

.main_visual .swiper-pagination-bullet-active {
	background: #000;
	opacity: 1;
}

/*  index Facebook feed */
.news {
	padding: 0;
	margin-bottom: 50px;
}

.standalone { overflow: hidden; }

.standalone ul {
	margin-bottom: 20px;
}

.standalone ul li {
	/*border-bottom: 1px dotted #acacac;*/
	border-bottom: 1px solid #cccccc;
	padding: 20px 0;
}

.standalone ul li:nth-child(n + 6) { display: none; }

/*.standalone ul li:first-of-type { padding: 0 0 20px; }
*/
.standalone ul li article dl {
	display: table;
	width: auto;
}

.standalone ul li article dl dt {
	display: table-cell;
	vertical-align: top;
}

.standalone ul li article dl dt .img {
	display: block;
	overflow: hidden;
	position: relative;
	width: 60px;
	height: 60px;
}

.standalone ul li article dl dt .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.standalone ul li article dl dd p {
	display: table-cell;
	padding-left: 10px;
	vertical-align: top;
	white-space: inherit;
	word-break: break-all;
}

.standalone ul li article dl dd p .date {
	color: #999999;
	display: block;
	line-height: 1;
	margin-bottom: 10px;
}

/*  fbFeed
-------------------------------------------------- */
#fbFeed { overflow: hidden; }

#fbFeed ul li {
	border-bottom: 1px dotted #acacac;
	padding: 20px 0;
}

#fbFeed ul li:nth-child(n + 6) { display: none; }

#fbFeed ul li:first-of-type { padding: 0 0 20px; }

#fbFeed ul li article dl {
	display: table;
	width: auto;
}

#fbFeed ul li article dl dt {
	display: table-cell;
	vertical-align: top;
}

#fbFeed ul li article dl dt .img {
	display: block;
	overflow: hidden;
	position: relative;
	width: 60px;
	height: 60px;
}

#fbFeed ul li article dl dt .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#fbFeed ul li article dl dd p {
	display: table-cell;
	padding-left: 10px;
	vertical-align: top;
	white-space: inherit;
	word-break: break-all;
}

#fbFeed ul li article dl dd p .date {
	color: #999999;
	display: block;
	line-height: 1;
	margin-bottom: 10px;
}

/*  index_info_area 
-------------------------------------------------- */

.topics {
	-webkit-display: flex;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-webkit-align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	overflow: hidden;
	padding: 0;
}

/* topics */

.topics article {
	margin-bottom: 30px;
	width: 47.45%;
	overflow: hidden;
	position: relative;
}

.topics article.col-2 {
	width: 100%;
	padding: 0;
}

.topics article .thum.youtube {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 100%;
	overflow: hidden;
}

.topics article .thum.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.topics article a {
	display: block;
}

.topics article .post_data a {
	display: inline;
	text-decoration: underline;
}

.topics article .thum {
	width: 100%;
	line-height: 0;
}

.topics article .thum.embed-responsive-16by9 {
	height: 56.25%;
	padding-top: 25px;
}

.topics article .thum iframe {
	width: 100%;
	height: 100%;
}

.topics article .post_data {
	padding: 20px 20px 30px 20px;
	width: 100%;
}

.topics article .post_data dl { height: 100%; }

.topics article .post_data dl dt {
	font-weight: bold;
	margin-bottom: 20px;
}

.topics article .post_data dl .post_txt { margin-bottom: 20px; word-break: break-all;}

.topics article .post_data dl .post_date {
	color: #999999;
	line-height: 1;
	position: absolute;
	bottom: 20px;
}

.topics article.models_topics .post_data { border-top: 5px solid #cb0000; }

.topics article.models_topics { background: #fff5f7; }

.topics article.writers_topics .post_data { border-top: 5px solid #ffd800; }

.topics article.writers_topics { background: #fffcec; }

/* index_side_area banner_list */

.index .side_area .banner_list li { text-align: right; }

/*  models_index .models_detail common
-------------------------------------------------- */
.models_index h2,
.models_detail h2 {
	border: none;
	padding: 15px;
	margin: 0 auto;
}

/*  models_index models_list
-------------------------------------------------- */
.models_index .models_list { overflow: hidden; }

.models_index .tag_list {
	padding: 0 15px;
	margin-bottom: 15px;
	overflow: hidden;
}

.models_index .tag_list > dt {
	display: inline;
	float: left;
	font-weight: bold;
	margin-right: 15px;
}

.models_index .tag_list > dd { float: left; }

.models_index .tag_list dd ul li { display: inline-block; }

.models_index .tag_list dd > ul li:after {
	content: "/";
	display: inline;
}

.models_index .tag_list dd > ul li:last-child:after { display: none; }

.models_index .tag_list dd ul li dl { display: inline; }

.models_index .tag_list dd ul li dl dt {
	display: inline;
	font-weight: normal;
}

.models_index .tag_list dd ul li dl dt:after {
	content: "：";
	display: inline;
}

.models_index .tag_list dd ul li dl dd { display: inline; }

.models_index .models_list li {
	width: 50%;
	margin-bottom: 30px;
	text-align: center;
	float: left;
}

.models_index .models_list.new_faces li {
	width: 33.333%;
}

.models_index .models_list li dl {
	position: relative;
	padding: 0 10px;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}

.models_index .models_list li dl:hover { opacity: .6; }

.models_index .models_list li dl dt {
	position: relative;
	margin-bottom: 10px;
}

.models_index .models_list li dl dt .specialty {
	position: absolute;
	padding: 8px;
	background: #000;
	color: #fff;
	font-size: .9rem;
	line-height: 1;
}

.models_index .models_list li dl dt img { width: 100%; }

.models_index .models_list li dl dd { font-size: .9rem; }

/*  models_detail 
-------------------------------------------------- */
.models_detail .inner {
	max-width: 940px;
	margin: 0 auto;
}

/*  models_detail detail_head */
.detail_head {
	overflow: hidden;
	margin-bottom: 40px;
	-webkit-display: flex;
	-webkit-flex-wrap: wrap;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.detail_head h1 {
	font-size: 1.5rem;
	line-height: 1;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	align-items: center;
	-webkit-display: flex;
	-webkit-flex-wrap: wrap;
	-webkit-flex-grow: 1;
	-webkit-align-items: center;
}

.detail_head h1 .tag {
	margin-right: 5px;
	padding: 7px 7px 6px;
	width: auto;
}

.detail_head .name {
	display: block;
	font-size: 2.15rem;
	line-height: 2.8rem;
	margin: 10px 20px 0 0;
	order: 1;
	width: 100%;
}

.detail_head .btn_print,
.detail_head .btn_pdf { display: none; }

.models_detail h2 {
	margin: 30px auto 20px;
	padding: 0;
}

.models_detail .col-xs-12.col-sm-6 { padding: 0; }

.flex-direction-nav .flex-disabled {
	z-index: 1;
	opacity: 1;
}

.models_detail .profile_area .flexslider { border: none; }

.flex-direction-nav a.flex-next::before,
.flex-direction-nav a::before { content: none; }

.models_detail .profile_area .flex-direction-nav a.flex-next,
.models_detail .profile_area .flex-direction-nav a.flex-prev {
	background-size: contain;
	cursor: pointer;
	top: 50%;
	opacity: 1 !important;
}

.models_detail .profile_area #slider .flex-direction-nav a.flex-next:hover,
.models_detail .profile_area #slider .flex-direction-nav a.flex-prev:hover { background-color: rgba(120, 120, 120, .2) }

.models_detail .profile_area #slider {
	height: 400px;
	width: 280px;
	margin: 0 auto 5px;
}

.models_detail .profile_area #slider .flex-direction-nav a.flex-next,
.models_detail .profile_area #slider .flex-direction-nav a.flex-prev {
	width: 30px;
	height: 48px;
	margin-top: -45px;
}

.models_detail .profile_area #slider .flex-direction-nav a.flex-next {
	background: url(../images/arrow_r.png) no-repeat center center;
	right: 10px;
}

.models_detail .profile_area #slider .flex-direction-nav a.flex-prev {
	background: url(../images/arrow_l.png) no-repeat center center;
	left: 10px;
}

.models_detail .profile_area #carousel.flexslider {
	padding: 0 20px;
	border: none;
}

.models_detail .profile_area #carousel.flexslider .slides > li {
	position: relative;
}

.models_detail .profile_area #carousel.flexslider .slides > li p {
    width: 50px;
    text-align: center;
    background: #000000;
    top: 0px;
    left: 0px;
    position: absolute;
    color: #FFF;
    font-weight: bold;
	font-family: 'Fjalla One', sans-serif;
}

.models_detail .profile_area #slider.flexslider .slides > li a {
	position:relative;
	display: block;
}

.models_detail .profile_area #slider.flexslider .slides > li a p {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.50);
	color: #fff;
	font-size: 70px;
	z-index: 500;
	width: 100%;
	height: 100%;
	display: flex;
  align-items: center;
	justify-content: center;
}


.models_detail .profile_area #carousel.flexslider .slides > li:hover {
	cursor: pointer;
	opacity: .6;
}

.models_detail .profile_area #carousel .flex-direction-nav a.flex-next,
.models_detail .profile_area #carousel .flex-direction-nav a.flex-prev {
	width: 21px;
	height: 34px;
	margin-top: -17px;
	opacity: 1 !important;
}

.models_detail .profile_area #carousel .flex-direction-nav a.flex-next {
	background: url("../images/arrow_r.png") no-repeat center center;
	background-size: 11px 24px;
	right: 0;
}

.models_detail .profile_area #carousel .flex-direction-nav a.flex-prev {
	background: url("../images/arrow_l.png") no-repeat center center;
	background-size: 11px 24px;
	left: 0;
}

.models_detail .profile_area #carousel .flex-direction-nav a.flex-next:hover,
.models_detail .profile_area #carousel .flex-direction-nav a.flex-prev:hover { background-color: rgba(120, 120, 120, .2) }

.models_detail .profile_area {
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}

.models_detail .profile > dl { margin-bottom: 10px; }

.models_detail .profile > dl dt { font-weight: normal; }

.models_detail .profile > dl {
	clear: both;
	overflow: hidden;
}

.models_detail .profile > dl dt {
	font-weight: normal;
	float: left;
}

.models_detail .profile > dl dt:after {
	content: " ： ";
	display: inline;
}

.models_detail .profile > dl dd { float: left; }

.models_detail .profile .models_news_area { margin-bottom: 20px; }

.models_detail .profile .models_news_area li {
	border-left: 3px solid #000;
	display: table;
	padding-left: 5px;
	margin-bottom: 20px;
}

.models_detail .profile .models_news_area li .img {
	display: table-cell;
	width: 70px;
	vertical-align: top;
}

.models_detail .profile .models_news_area li dl {
	display: table-cell;
	padding-left: 10px;
	vertical-align: top;
}

.models_detail .profile .models_news_area li dl dt { margin-bottom: 10px; }

.models_detail .profile .models_news_area li dl dd a { color: #d70000; }

.models_detail .more_info_area { margin-bottom: 50px; }

.models_detail .more_info_area .more_info_btn {
	background: #000;
	color: #fff;
	cursor: pointer;
	display: block;
	width: 100%;
	padding: 10px 20px;
	text-align: center;
	margin: 30px auto;
	clear: both;
	overflow: hidden;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}

.models_detail .more_info_area .more_info_btn:hover { opacity: .6; }

.models_detail .more_info_area .more_info_btn span { float: right; }

.more_info_area .more_info_contents .profile_txt { margin-bottom: 30px; }

.models_detail .more_info_area .more_info_contents {
	display: none;
	position: relative;
	top: -100%;
}

.models_detail .more_info_area.open .more_info_contents {
	display: block;
	opacity: 1;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
	position: relative;
	top: 0;
}

.models_detail .more_info_area .more_info_contents h4 {
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1;
	margin-bottom: 5px;
}

.models_detail .specialty_area {
	border: 1px solid #dbd9da;
	border-top: 3px solid #000;
	padding: 0 30px;
	margin-bottom: 50px;
	margin-top: 50px;
	overflow: hidden;
}

.models_detail .specialty_area h2 { margin: 30px auto 50px; }

.models_detail .specialty_area h3 {
	margin: 70px auto 30px;
	font-size: 1.9rem;
}

.models_detail .specialty_area h4 {
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.models_detail .more_info_area .more_info_contents ul {
	margin-bottom: 35px;
	overflow: hidden;
}

.models_detail .specialty_area p { margin-bottom: 30px; }

.models_detail .specialty_area ul { margin-bottom: 30px; }

.models_detail .specialty_area .spphoto_area {
	-webkit-display: flex;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	-webkit-align-content: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.models_detail .specialty_area .spphoto_area li {
	padding: 0 2px;
	margin-bottom: 5px;
	width: 33.33333333%;
}

.pswp__counter { display: none; }

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
	background: none;
	opacity: 1;
}

.models_detail .specialty_area .spphoto_area li a img { width: 100%; }

.models_detail .more_info_area .more_info_contents .year_list { margin-bottom: 35px; }

.models_detail .more_info_area .more_info_contents .year_list dt { font-weight: normal; }

.models_detail .more_info_area .more_info_contents .year_list dd ul { margin-bottom: 10px; }

.models_detail .link_area { margin-bottom: 15px; }

.models_detail .link_area .link_list { margin: 10px auto 30px; }

.models_detail .link_area .link_list li { margin-bottom: 20px; }

.models_detail .link_area .link_list li .fa { color: #d6d6d6; }

.models_detail .link_area .link_list li a {
	color: #d70000;
	display: block;
	line-height: 1;
	position: relative;
	padding: 10px 0 9px 50px;
}

.models_detail .link_area .link_list li a:after {
	content: "";
	color: #d6d6d6;
	position: absolute;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 2.5rem;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	top: 0;
	left: 5px;
}

.models_detail .link_area .link_list li.link_tw a:after {
	content: "\f099";
	left: 9px;
}

.models_detail .link_area .link_list li.link_blog a:after { content: "\f26c"; }

.models_detail .link_area .link_list li.link_insta a:after {
	content: "\f16d";
	left: 8px;
}

/* recommend_area */
.models_detail .recommend_area {
	border-top: 1px solid #cccccc;
	padding-top: 40px;
	text-align: center;
	margin-bottom: 60px;
}

.models_detail .recommend_area h2 { margin: 30px auto 30px; }

.models_detail .recommend_area ul {
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-wrap: wrap;
	-webkit-align-content: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 0 10px;
	max-width: 790px;
	margin: auto;
}

.models_detail .recommend_area ul li {
	margin-bottom: 30px;
	padding: 0 5px;
	width: 33.3333%;
}

.models_detail .recommend_area ul li dl dt {
	line-height: 1;
	margin-bottom: 10px;
}

.models_detail .recommend_area ul li dl dt img { width: 100%; }

.models_detail .recommend_area ul li dl dd {
	font-size: 0.857rem;
	line-height: 1;
}


#profie_movie.popup{display:none;}
#profie_movie .modalBody{position: fixed; z-index:1000; background: none; width:80vw; max-width: 640px; left:50%; top:50%; height:50vh; max-height: 480px;}
#profie_movie .modalBK{position: fixed; z-index:999; height:100%; width:100%;background:#000; opacity: 0.9;filter: alpha(opacity=90);-moz-opacity:0.90;top:0;left:0;}
#profie_movie .close{color:#FFF; cursor:pointer; opacity: 1; text-shadow: none;    position: absolute;
    top: 0;
    right: 0;
    z-index: 50;}
#profie_movie .move {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#profie_movie .move iframe {
  position: absolute;
  top: 50px;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



#modal-content {
	margin: 0;
	padding: 0px;
	background: #fff;
	position: fixed;
	display: none;
	z-index: 500;
}

#modal-overlay {
	z-index: 200;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba( 255,255,255, 0.75 );
}

#modal-overlay {
	z-index: 200;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba( 255,255,255, 0.6 );
}

.button-link {
	color: #fff;
	text-decoration: underline;
}

.button-link:hover {
	cursor: pointer;
	color: #fff;
}

.modalBody {
	position: fixed;
	z-index: 1000;
	background: #000;
	width: 640px;
	left: 50%;
	top: 50%;
	height: 400px
}

.modal.fade.in {
	display: none;
	opacity: 1;
}

.modal.fade {
	-webkit-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.close {
	color: #FFF;
	cursor: pointer;
}

/* writers_index
-------------------------------------------------- */

.writers_index h2 { border: none; }

.writers_index .writers_list {
	clear: both;
	overflow: hidden;
	margin-bottom: 70px;
}

.writers_index .writers_list li { margin-bottom: 20px; }

.writers_index .writers_list li a {
	border: 1px solid #cfcdcd;
	padding: 15px 30px 15px 15px;
	position: relative;
	overflow: hidden;
	-webkit-display: flex;
	-webkit-justify-content: space-between;
	-webkit-align-items: center;
	-webkit-flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.writers_index .writers_list li a span {
	display: block;
	line-height: 1;
	width: 100%;
}

.writers_index .writers_list li a .name_jp {
	font-size: 1.7143rem;
	margin-bottom: 10px;
}

.writers_index .writers_list li a:after {
	content: "\f105";
	display: inline;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 2.5rem;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	top: 50%;
	right: 30px;
	position: absolute;
	transform: translateY(-50%);
}

.writers_index .writers_list li a .name_en {
	display: block;
	font-size: 1.2rem;
	vertical-align: middle;
}

/* writers_detail
-------------------------------------------------- */
.writers_detail .profile_area { margin-bottom: 80px; }

.writers_detail .profile_area .profile h2 { border: none; }

.writers_detail .profile_area .profile h3 {
	font-weight: bold;
	margin-bottom: 40px;
}

.writers_detail .profile_area .profile p { margin-bottom: 30px; }

.writers_detail .profile_area .profile .img { margin-bottom: 30px; }

.writers_detail .profile_area .profile .img img { max-width: 300px; }

/* blog
-------------------------------------------------- */
.models_blog { margin-bottom: 30px; }

.models_blog .blog {
	margin-bottom: 40px;
	overflow: hidden;
}

.models_blog .info_area .blog article {
	margin-bottom: 20px;
	overflow: hidden;
	padding: 0 10px;
}

.models_blog .info_area .blog article a {
	position: relative;
	overflow: hidden;
	display: block;
}

.models_blog .info_area article .thum {
	border: 1px solid #eee;
	margin-bottom: 10px;
}

.info_area article .thum img {
	width: 100%;
	line-height: 1;
	display: block;
}

.info_area article h1 {
	font-size: 1.14rem;
	margin-bottom: 10px;
	padding: 0px;
}

.info_area article .post_data .post_date {
	color: #999999;
	line-height: 1;
}

.info_area .col-xs-6.col-sm-4.col-md-3:nth-of-type(2n+1) { clear: both; }

.info_area .blog article .post_data .post_info {
	display: flex;
	font-size: 1rem;
	width: 100%;
	margin-bottom: 0;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	padding: 0;
}

.info_area .blog article .post_data .post_info .model span { line-height: 1; }

.info_area .blog article .post_data .post_info .model .models_name { color: #d60000; }

.info_area .blog article .post_data .post_date { text-align: right; }

/* creative
-------------------------------------------------- */
.creative .inner { max-width: 940px }

.creative h3 {
	border-bottom: 1px solid #ccc;
	font-weight: 600;
	line-height: 1;
	padding-bottom: 10px;
}

.creative h3 span {
	font-size: 1rem;
	vertical-align: middle;
	line-height: 1;
}

.creative .list_icon_small { margin-bottom: 30px; }

.creative .inner .product_list { overflow: hidden; }

.creative .inner .product_list li {
	padding: 0 5px;
	margin-bottom: 40px;
	text-align: center;
}

.creative .inner .product_list li dl dt { margin-bottom: 10px; }

.creative .inner .product_list li dl dd p { font-size: 1.2rem; }

.creative .inner .product_list li dl dd p span {
	display: block;
	font-size: 1rem;
}

/* company
-------------------------------------------------- */
.company .list_border.data_list { margin-bottom: 20px; }

.company .list_border.data_list dt { width: 115px; }

.company .list_border.data_list li:nth-child(2) dl { display: inherit; }

.company .list_border.data_list li:nth-child(2) > dl dt {
	display: inherit;
	margin-bottom: 25px;
	width: inherit;
	font-weight: bold;
}

.company .list_border.data_list li:nth-child(2) > dl dt.list_icon_item {
	background: url(../images/icon_list.gif) no-repeat left 5px;
	background-size: 9px 9px;
}

.company .list_border.data_list li:nth-child(2) dd { display: inherit; }

.company .list_border.data_list li:nth-child(2) dd dl dt { margin-bottom: inherit; }

.company .list_border.data_list li:nth-child(2) dd dl dd p {
	padding-left: 14px;
	margin-bottom: 20px;
}

.company .list_border.data_list li:nth-child(2) dd dl dd .iframe_contents {
	margin-bottom: 25px;
	padding: 50% 0 0 0;
}

.company .list_border.data_list li:nth-child(2) dd dl:last-of-type dd .iframe_contents { margin-bottom: 20px; }

.company .link_btn {
	background: #000;
	color: #fff;
	float: right;
	line-height: 1;
	margin: 0px auto 50px;
	padding: 12px 55px;
	text-align: center;
}

/* recruit
-------------------------------------------------- */

.recruit .list_border.data_list { margin-bottom: 45px; }

.recruit .list_border.data_list dl dt { width: 80px; }

/* audition
-------------------------------------------------- */
.audition .list_icon_small { margin-bottom: 35px; }

.audition .list_icon_small > li {
	background: url(../images/icon_list.gif) no-repeat left 6px;
	background-size: 8px 8px;
	margin: 20px auto 50px;
}

.audition .list_icon_small li > dl dt { margin-bottom: 5px; }

.audition .list_icon_small li > dl dd dl dt { font-weight: normal; }

.audition .list_icon_small li > dl dd dl dd ul {
	margin-bottom: 20px;
	padding-left: 10px;
}

.audition .list_icon_small li > dl dd dl dd ul li { list-style: disc outside; }

.audition .list_icon_small li > dl dd .col-xs-12.col-md-7,
.audition .list_icon_small li > dl dd .col-xs-12.col-md-5 { padding: 0; }

.audition .list_icon_small li > dl dd .photo_list {
	display: table;
	margin: 15px auto 0;
	padding: 0 20px;
	width: 100%;
}

.audition .list_icon_small li > dl dd .photo_list li {
	display: table-cell;
	padding: 0 5px;
}

.audition .list_icon_small li > dl dd .photo_list li img { width: 100%; }

.audition .list_icon_small li > dl dd p { margin-bottom: 20px; }

.audition .list_icon_small li > dl dd p:last-of-type { margin-bottom: 0; }

/* contact
-------------------------------------------------- */
.contact .list_border.data_list { margin-bottom: 35px; }

.contact .list_border.data_list li > dl dt { width: 85px; }

.contact .list_border.data_list li > dl dd dt {
	display: block;
	margin-bottom: 10px;
	width: 100%;
}

.contact .list_border.data_list li > dl dd dd { padding-left: 14px; }

.contact .list_border.data_list li > dl dd p { margin-bottom: 10px; }

.specialty_tag{
  display: inline-block;
  text-align: center;
  font-size: 0.9rem;
  margin-right: 8px;
  padding: 8px 10px 7px;
  line-height: 1;
  background: #F2F2F2;
  border-radius: 20px;
}
.mgb8{
  margin-bottom: 8px;
}


@media screen and (min-width: 768px), screen and (orientation: landscape) {

/*デバイスごとの表示・非表示
--------------------------------------------------*/
.sp_only { display: none; }

.tab_only { display: block; }

.tab_over { display: block; }

/*  class set
-------------------------------------------------- */

.lead_txt { padding: 20px 0 50px; }

.lead_txt_boder { padding: 20px 0 50px; }

/*list*/
.list_icon > li,
.list_icon_item {
	background-size: 18px 18px;
	padding-left: 27px;
}

.list_icon_small > li,
.list_icon_small_item {
	background: url(../images/icon_list.gif) no-repeat left 2px;
	background-size: 16px 16px;
	padding-left: 24px;
}

nav ul li a { font-size: 1.3rem; }

h2 {
	padding-bottom: 15px;
	margin: 20px auto 20px;
}

.model_search h2 { margin: 20px auto 45px; }

h3 { margin-bottom: 30px; }

.models_detail .more_info_area .more_info_btn { font-size: 1.3rem; }

/*  header
-------------------------------------------------- */

/*  footer
-------------------------------------------------- */
footer { padding-top: 30px; }

/*  MODEL SEARCH  PANEL
-------------------------------------------------- */
.modal-content .modal-body h2 { margin: 55px 0 45px; }

.form-group ul >li dl { font-size: 1rem; }

.form-group ul > li { font-size: 1rem; }

.form-group ul > li dl dd ul li { width: 20%; }

.form-group ul > li:nth-of-type(1) dl dd ul li { width: 25%; }
	
.form-group ul > li:nth-of-type(3) dl dd ul li { width: 16.6666666%; }
	
.form-group ul > li:nth-of-type(4) dl dd ul li { width: 20%; }

.form-group ul > li:nth-of-type(4) dl dd ul li:last-child { padding-right: 5px; }

.form-group ul > li:nth-of-type(5) dl dd ul li { width: 10%; }

.form-group .btn_list li { width: 200px; }

.form-group .btn_list li:last-of-type {
	text-align: left;
	margin-top: 0;
	margin-left: 20px;
	width: auto;
}

/* index page
-------------------------------------------------- */

.index .main_area { padding: 0 20px; }

/* index_info_area */
.index .main_area .info_area {
	clear: both;
	overflow: hidden;
}

.info_area h2 .more a { font-size: 1rem; }

.topics {
	float: left;
	padding: 0 0 0 20px;
	width: 66.66666667%
}

.topics article h1 {
	font-size: 1.29rem;
	margin-bottom: 25px;
}

.info_area .news {
	float: left;
	padding: 0 20px 0 0;
	width: 33.33333333%;
}

.info_area .col-xs-6.col-sm-4.col-md-3:nth-of-type(2n+1) { clear: inherit; }

.info_area .col-xs-6.col-sm-4.col-md-3:nth-of-type(3n+1) { clear: both; }

/*  models_index models_list
-------------------------------------------------- */
.models_index .models_list li { width: 33.33333%; }
.models_index .models_list.new_faces li { width: 25%; }

.models_index .models_list { margin-bottom: 80px; }
.models_index .models_list.new_faces { margin-bottom: 40px; }

.models_index .models_list li dl { padding: 0 15px; }

/*  models_detail 
-------------------------------------------------- */

.models_detail .col-xs-12.col-sm-6 { padding: 0; }

.models_detail .col-xs-12.col-sm-6.left {
	overflow: hidden;
	padding-right: 20px;
}

.models_detail .col-xs-12.col-sm-6.right { padding-left: 20px; }

/*  models_detail detail_head */

.detail_head h1 {
	font-size: 2.15rem;
	margin: 0 20px 0 0;
}

.detail_head .name {
	order: inherit;
	width: inherit;
	margin: 0 20px 0 0;
}

.detail_head h1 .tag { width: auto; }

.detail_head h1 .tag.specialty { margin-right: 20px; }

/*  models_detail  profile_area */
.models_detail .profile > h2 {
	margin: 0 auto 30px;
	padding: 0;
}

.models_detail .more_info_area .more_info_contents h4 { margin-bottom: 10px; }

.models_detail .specialty_area .spphoto_area li { width: 25%; }

/*  models_detail  recommend_area */
.models_detail .recommend_area ul li { width: 16.66666667%; }

/*  creative
-------------------------------------------------- */
.creative .list_icon_small { margin-bottom: 60px; }

.creative .inner .product_list { margin-bottom: 60px; }

.creative .inner .product_list li:nth-child(odd) { padding: 0 30px 0 0; }

.creative .inner .product_list li:nth-child(even) { padding: 0 0 0 30px; }

.creative .inner .product_list li dl dt { margin-bottom: 20px; }

.creative .inner .product_list li dl dd p { font-size: 1.429rem; }

.creative h3 { padding-bottom: 20px; }

.creative h3 + ul { margin: 0 5px 60px; }

/*  company
-------------------------------------------------- */
.company .list_border.data_list { margin-bottom: 20px; }

.company .list_border.data_list dt { width: 120px; }

.company .list_border.data_list li:nth-child(2) > dl dt.list_icon_item {
	font-size: 1.429em;
	font-weight: 600;
	background: url(../images/icon_list.gif) no-repeat left 0px;
	padding-left: 23px;
	margin-bottom: 5px;
}

.company .list_border.data_list li:nth-child(2) dd dl dd p { padding-left: 23px; }

.company .list_border.data_list li:nth-child(2) dd dl dd .iframe_contents { margin-bottom: 30px; }

.company .link_btn {
	font-size: 1.429rem;
	margin: 0px auto 50px;
	padding: 25px 110px;
	text-align: center;
}

/*  recruit
-------------------------------------------------- */
.recruit .list_border.data_list { margin-bottom: 80px; }

.recruit .lead_txt_boder { padding: 20px 20px 35px; }

.recruit .list_border.data_list dl dt { width: 160px; }

/*  audition
-------------------------------------------------- */
.audition .lead_txt_boder {
	padding: 20px 0 15px;
	margin-bottom: 10px;
}

.audition .list_icon_small { margin-bottom: 80px; }

.audition .list_icon_small > li {
	background: url(../images/icon_list.gif) no-repeat left 1px;
	background-size: 16px 16px;
	padding-left: 24px;
}

.audition .list_icon_small li > dl dt { font-size: 1.43rem; }

.audition .list_icon_small li > dl dd dl dt { font-size: 1rem; }

.audition .list_icon_small li > dl dd dl dd ul { margin-bottom: 30px; }

.audition .list_icon_small li > dl dd p { margin-bottom: 30px; }

/*  contact
-------------------------------------------------- */
.contact .list_border.data_list li > dl dt { width: 105px; }

.contact .list_border.data_list li > dl dd p { margin-bottom: 10px; }

.contact .list_border.data_list li > dl dd dt.list_icon_small_item { background: url(../images/icon_list.gif) no-repeat left 1px; }

.contact .list_border.data_list li > dl dd dd { padding-left: 24px; }
}

@media screen and (min-width: 992px) {

/*  共通設定
-------------------------------------------------- */
html,
body { font-size: 12px; }

.contents { padding-top: 150px; }

/*デバイスごとの表示・非表示
--------------------------------------------------*/
.tab_only { display: none; }

.pc_only { display: block; }

.pc_over { display: block; }

/* utility_nav  */
.utility_nav ul li a { font-size: 2rem; }

/* header
-------------------------------------------------- */

header .logo a img { height: 100px; }

header.fixed .logo a img { height: 70px; }

header nav {
	padding-right: 40px;
	-webkit-flex-grow: 1;
	-webkit-order: 0;
	flex-grow: 1;
	order: 0;
}

header nav > .utility_nav {
	display: block;
	float: right;
}

header nav .utility_nav ul li { padding: 0 40px 0 0; }

/* gnav */
header nav .gnav_wrap { display: none; }

header nav.on .gnav_wrap { display: none; }

/* menu btn */
header .menu { display: none; }

/*  header model_serch */
header .model_serch {
	width: auto;
	flex-grow: 0;
	margin-right: 0;
	padding-right: 0;
}

header .model_serch .serch_btn {
	border-radius: 50px;
	font-size: 1.143rem;
	margin-right: 15px;
	padding: 18px 0 17px;
	width: 260px;
}

/*  footer
-------------------------------------------------- */
footer .copy {
	background: #fff url(../images/name_logo3.gif) no-repeat left center;
	color: #000;
	padding: 48px 0 43px;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s;
}

/* page_top
-------------------------------------------------- */
.page_top {
	bottom: 15px;
	opacity: 1;
}

/*  MODEL SEARCH  PANEL
-------------------------------------------------- */
.modal { top: 100px; }

.modal.fade.in { opacity: 1; }

.modal-content .modal-body { padding: 15px 5px 15px 15px; }

.form-group ul > li:nth-of-type(4) dl dd ul li { width: 11.11111%; }

.form-group ul > li dl dd ul li {
	margin-bottom: 10px;
	padding-right: 10px;
}

.close-modal {
	top: 5px;
	right: 15px;
	width: 40px;
	height: 40px;
}

.close-modal span {
	width: 40px;
	height: 1px;
}

.close-modal span:nth-of-type(1) { top: 15px; }

.close-modal span:nth-of-type(2) { top: 35px; }

/* index page
-------------------------------------------------- */

.index .main_area {
	padding: 0 20px 0 0;
	width: 80%;
}

.info_area .news { padding: 0 20px 0 0; }
	
/*  index Facebook feed */
#fbFeed ul li:nth-child(n + 6) { display: block; }

.index .main_area .topics { padding: 0 0 0 20px; }

/* main_visual */
	
.main_visual { margin-bottom: 25px; }

.main_visual .swiper-container {
	width: 100%;
	padding: 0 0px;
}

	.main_visual .swiper-container .swiper-slide{
		overflow: hidden;
	}
	
.main_visual .swiper-button-next,
.main_visual .swiper-button-prev { opacity: 0; }

.main_visual .swiper-container .swiper-button-next { right: -100%; }

.main_visual .swiper-container .swiper-button-prev { left: -100% }

.main_visual .swiper-container:hover .swiper-button-next {
	opacity: 1;
	right: 0;
}

.main_visual .swiper-container:hover .swiper-button-prev {
	opacity: 1;
	left: 0;
}

.topics article a {
	display: block;
}
.topics article .post_data a {
	display: inline;
	text-decoration: underline;
}

/* index side_area */
.index .side_area { padding: 0 0 0 20px; width: 20%;}

.index .side_area .banner_list li {
	padding: 0;
	text-align: right;
	margin-bottom: 10px;
}

.index .side_area .banner_list li a { display: inline-block; }

/*  models_index
-------------------------------------------------- */
.models_index .models_header { display: table; }

.models_index .models_header h2 {
	display: table-cell;
	padding: 20px 15px 25px;
	vertical-align: middle;
	width: auto;
}

.models_index h3.area_title {
	font-weight: bold;
	font-size:1.2rem;
	padding: 0px 15px 5px;
    margin-bottom: 10px;

}

.models_index .tag_list {
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 0;
	padding: 20px 15px 15px 30px;
}

.models_index .tag_list dt,
.models_index .tag_list dd { line-height: 1; }

.models_index .models_list li { width: 25%; }
.models_index .models_list.new_faces li { width: 16%; }

/*  models_minisearch
-------------------------------------------------- */
.minisearch .form-group ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
	
.minisearch .form-group ul li{
	width: 25%;
	margin: 0 1%;
}
.minisearch .form-group .btn_list li:first-of-type {
    margin-right: 0px;
}
.minisearch .form-group .btn_list li:last-of-type {
    width: auto;
}
.minisearch .close-modal {
	top: 105px;
}
	
/*  models_detail
-------------------------------------------------- */
/*  models_detail detail_head */
.detail_head .btn_print,
.detail_head .btn_pdf {
	display: block;
	margin-right: 5px;
}

.models_detail .profile_area #slider {
	width: 450px;
	height: 640px;
}

/* blog
-------------------------------------------------- */
.info_area .col-xs-6.col-sm-4.col-md-3:nth-of-type(3n+1) { clear: inherit; }

.info_area .col-xs-6.col-sm-4.col-md-3:nth-of-type(4n+1) { clear: both; }

/*  company
-------------------------------------------------- */
.company_info {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}

.company_info dl { display: table-cell; }

.company_info dl dt { margin-bottom: 20px; }

.company_info .school {
	display: table-cell;
	text-align: right;
	vertical-align: bottom;
}

.company_info .school img { width: 290px; }

.company .list_border.data_list dt { width: 190px; }

.company .list_border.data_list li:nth-child(2) dl { display: table }

.company .list_border.data_list li:nth-child(2) > dl dt {
	display: table-cell;
	width: 120px;
	vertical-align: top;
}

.company .list_border.data_list li:nth-child(2) > dl dd { display: table-cell; }

.company .list_border.data_list li:nth-child(2) > dl dd dl {
	display: block;
	overflow: hidden;
}

.company .list_border.data_list li:nth-child(2) > dl dd dl dt.list_icon_item {
	display: block;
	width: 100%;
}

.company .list_border.data_list li:nth-child(2) > dl dd dl dd {
	display: table;
	width: 830px;
}

.company .list_border.data_list li:nth-child(2) dd dl dd p {
	display: table-cell;
	vertical-align: top;
}

.company .list_border.data_list li:nth-child(2) dd dl dd .iframe_contents {
	display: table-cell;
	width: 400px;
	padding: 200px 0 0 0;
}

.company .list_border.data_list li:nth-child(2) dd dl dd .iframe_contents { top: -25px; }

/* writers_index
-------------------------------------------------- */
.writers_index .writers_list li a { padding: 30px 60px 30px 30px; }

.writers_index .writers_list li a span {
	width: auto;
	margin-bottom: 0;
}

.writers_index .writers_list li a .name_jp { margin-bottom: 0; }

/* audition
-------------------------------------------------- */
.audition .list_icon_small li > dl dd .photo_list { padding: 0 0 0 30px; }

.audition .list_icon_small li > dl dd .photo_list li { padding: 0 10px; }
}

@media screen and (min-width: 1200px) {

/*  共通設定
-------------------------------------------------- */
html,
body { font-size: 14px; }

.index .container,
footer address .container { width: 1200px; }

/*  MODELSEARCH PANEL
-------------------------------------------------- */
.form-group ul > li dl dt { width: 4%; }

/*  models_index models_list
-------------------------------------------------- */
.models_index .models_list li { width: 20%; }

/*  company
-------------------------------------------------- */
.company .list_border.data_list li:nth-child(2) > dl dt { width: 190px; }

.company .list_border.data_list li:nth-child(2) > dl dd dl dd { width: 900px; }

/* writers_index
-------------------------------------------------- */
.writers_index .writers_list li a span { width: auto; }

.writers_index .writers_list li a .name_jp { font-size: 1.7143rem; }

.writers_index .writers_list li a .name_en { font-size: 1.2rem; }
}
