@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;700&display=swap');
/*リンク非表示*/
.sec04 { display: none; }
/*===============================================
	reset
===============================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
	font-size: 100%;
}
abbr, acronym {
	border: 0;
}
br {
	letter-spacing: normal;
}
a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
}
a.link {
	color: #2ba9b7;
	text-decoration: underline;
}
a:hover {
	opacity: 0.8;
	color: #f1218a;
	transition-property: all;
	transition: 0.3s linear;
}
img {
	border: 0;
	vertical-align: middle;
	transition: 0.3s linear;
}
/*===============================================
	utility
===============================================*/
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.none {
	display: none;
}
/* space
------------------------------------------------------- */
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-5 {
	margin-bottom: 5px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-80 {
	margin-bottom: 80px !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mt-5 {
	margin-top: 5px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-15 {
	margin-top: 15px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mt-60 {
	margin-top: 60px !important;
}
.mt-70 {
	margin-top: 70px !important;
}
.mt-90 {
	margin-top: 90px !important;
}
.mt-100 {
	margin-top: 100px !important;
}
.mt-105 {
	margin-top: 105px !important;
}
.mt-110 {
	margin-top: 110px !important;
}
.mt-120 {
	margin-top: 120px !important;
}
.mt-150 {
	margin-top: 150px !important;
}
.mr-5 {
	margin-right: 5px !important;
}
.mr-10 {
	margin-right: 10px !important;
}
.ml-5 {
	margin-left: 5px !important;
}
.ml-10 {
	margin-left: 10px !important;
}
.ml-15 {
	margin-left: 15px !important;
}
.p-5 {
	padding: 5px !important;
}
.p-10 {
	padding: 0 10px !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pt-5 {
	padding-top: 5px !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.pt-15 {
	padding-top: 15px !important;
}
.pt-20 {
	padding-top: 20px !important;
}
.pt-25 {
	padding-top: 25px !important;
}
.pt-30 {
	padding-top: 30px !important;
}
.pt-50 {
	padding-top: 50px !important;
}
.pt-60 {
	padding-top: 60px !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pb-10 {
	padding-bottom: 10px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.pl-20 {
	padding-left: 20px !important;
}
/* text
------------------------------------------------------- */
.text-mincho {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.text-under {
	text-decoration: underline;
}
.fontsize_09 {
	font-size: 0.9em;
}
.text-mini {
	line-height: 15px !important;
	font-size: 0.7em !important;
}
.text-small {
	font-size: 0.8em !important;
}
.text-small02 {
	font-size: 0.9em !important;
}
.text-nomal {
	line-height: 18px !important;
	font-size: 1.0em !important;
}
.text-medium {
	line-height: 20px !important;
	font-size: 1.1em !important;
}
.text-large {
	line-height: 23px;
	font-size: 1.2em !important;
}
.text-large2 {
	line-height: 23px;
	font-size: 1.2em !important;
}
.text-large02 {
	line-height: 23px;
	font-size: 1.3em !important;
}
.text-large02_2 {
	line-height: 23px;
	font-size: 1.3em !important;
}
.text-bigger {
	line-height: 25px !important;
	font-size: 1.4em !important;
}
.text-bigger02 {
	line-height: 25px !important;
	font-size: 1.8em !important;
}
.text-red {
	color: #e60012;
}
.text-pink {
	color: #ed3773;
}
.text-bold {
	font-weight: bold;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
/*===============================================
	common
===============================================*/
body {
	/*min-width: 1280px;*/
	font-family: "M PLUS 1p", "Roboto", Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #313131;
	line-height: 1.7;
	background: #fff;
}
th, td {
	padding: 10px 20px;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
}
th {
	min-width: 200px;
	text-align: center;
	font-weight: bold;
	background: #cae9ed;
}
td {
	background: #e8f5f7;
}
td dt, td dd {
	float: left;
}
td dt {
	padding-right: 20px;
	min-width: 100px;
}
img {
	width: 100%;
}
/*form*/
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], textarea {
	width: 95%;
	height: 20px;
	margin: 5px 0;
	padding: 5px;
	outline: none;
	border: 1px solid #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	font-size: 16px;
	background: #fff;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="number"]:focus, textarea:focus {
	border: 1px solid #2ba9b7;
	background: #f3f6f7;
}
input.short {
	width: 50px !important;
}
textarea {
	height: 100px;
	line-height: 20px;
}
textarea.short {
	height: 55px !important;
}
input[type="checkbox"] {
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border: 2px solid #ddd;
	border-radius: 2px;
	cursor: pointer;
	outline: none;
	background: #fff;
}
input[type="checkbox"]:checked {
	background: url(../images/icon_check.gif) no-repeat;
	background-size: contain;
}
input[type="radio"] {
	-webkit-appearance: none;
	width: 25px;
	height: 25px;
	margin-right: 3px;
	border: 3px solid #ddd;
	border-radius: 20px;
	background: transparent;
	cursor: pointer;
	vertical-align: -7px;
	outline: none;
}
input[type="radio"]:checked {
	background: url(../images/icon_checked.png) no-repeat;
	border: 3px solid #2ba9b7;
	background-size: 15px;
	background-position: 2px 2px;
}
select {
	height: 40px;
	line-height: 40px;
	padding: 0 20px 0 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	font-size: 16px;
	color: #3e3e3e;
	cursor: pointer;
	outline: none;
	text-indent: .01px;
	text-overflow: "";
	background: url(../images/icon_arrow01.png) no-repeat 98% 14px #fefefe;
	background-size: 12px;
}
label {
	cursor: pointer;
}
/*----- header -----*/
.header {
	width: 100%;
	padding: 10px 0 0;
	text-align: center;
	position: relative;
	z-index: 100;
	background: #fff;
}
.header h1 {
	font-weight: bold;
	font-size: 13px;
}
.header h1 span {
	color: #f1218a;
}
.header h2 {
	width: 470px;
	margin: 0 auto;
}
.head_sns {
	display: table;
}
.head_sns li {
	display: table-cell;
	width: 27px;
	padding: 0 6%;
}
.head_sns li:first-child {
	width: 32px;
}
.gnav.fixed {
	width: 100%;
	display: table;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
	background: #fff;
}
.gnav.fixed .menu > li {
	min-width: 15%;
}
.gnav-btn {
	display: none;
}

@media screen and (min-width:2560px) {
.head_sns {
	width: 10% !important;
}
}

@media screen and (max-width:1180px) {
.gnav.fixed .menu {
	width: 100%;
	padding-right: 20%;
	box-sizing: border-box;
}
}

@media screen and (max-width:980px) {
.gnav.fixed .menu a {
	padding: 0 1%;
	font-size: 0.7em;
}
}
/*----- footer -----*/
.footer {
	clear: both;
	text-align: center;
	background: #eee;
}
.footer > ul {
	padding: 2% 0;
	display: table;
}
.footer > ul > li {
	display: table-cell;
	width: 33.333%;
	padding: 1%;
	box-sizing: border-box;
	border-right: 1px solid #f1218a;
	vertical-align: top;
}
.footer > ul > li:last-child {
	border: 0;
}
.footer > ul > li:last-child a {
	font-weight: bold;
	font-size: 0.8em;
}
.footer li a:hover {
	text-decoration: underline;
	color: #f1218a;
}
.footer .logo_foot {
	width: 220px;
	margin: 0 auto 20px;
}
.footer .txt {
	margin-bottom: 10%;
	font-weight: bold;
}
.footer .txt01 {
	font-weight: bold;
	color: #f1218a;
}
.footer .sns_link li {
	width: 33.3333%;
}
.footer .sns_link01 {
	margin-bottom: 5%;
	border-bottom: 2px dotted #888;
}
.pagetop {
	display: none;
	width: 40px;
	position: fixed;
	bottom: 10px;
	left: 10px;
}
.copy {
	clear: both;
	letter-spacing: 1px;
	line-height: 40px;
	font-weight: bold;
	font-size: 11px;
	background: #fff;
}
/*===============================================
	TOP (PC・SP共通)
===============================================*/
section {
	padding-bottom: 5%;
}
.inner, .content_inner {
	width: 95%;
	margin: 0 auto;
	box-sizing: border-box;
}
.title {
	height: 90px;
	margin: 0 auto 15px;
	padding-bottom: 5px;
	display: table;
	text-align: center;
	background: url(../images/fuki.png) no-repeat left;
	background-size: 170px;
}
.title.gray {
	background: url(../images/fuki_g.png) no-repeat left;
	background-size: 170px;
}
.title span, .title h3 {
	display: table-cell;
	vertical-align: middle;
}
.title span {
	width: 170px;
	line-height: 20px;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}
.title h3 {
	position: relative;
	padding-left: 10px;
	font-size: 30px;
	font-weight: bold;
}
.title h3:after {
	content: "";
	width: 95%;
	height: 3px;
	border-bottom: dotted 3px #f1218a;
	position: absolute;
	bottom: 20px;
	left: 10px;
}
/* 新着情報 */
.sec_topic .sec_inner {
	padding: 2% 0;
	background: url(../images/bg.jpg) repeat;
	background-size: 8px;
}
.topic_list {
	display: table;
	margin-top: 30px;
	width: 100%;
	padding: 2% 0;
}
.topic_list > li {
	width: 30%;
	display: table-cell;
	padding: 0 1.5%;
	box-sizing: border-box;
	position: relative;
}
.thumbnail {
	overflow: hidden;
	border-radius: 10px;
}
.thumbnail, .squareBox {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	background: #fff;
}
.thumbnail img, .squareBox img {
	transition: 0.4s;
}
.thumbnail:hover img, .squareBox:hover img {
	transform: scale(1.1);
}
.topic_list > li.new:after {
	content: "";
	width: 80px;
	height: 30px;
	position: absolute;
	top: 2%;
	left: 4.5%;
	background: url(../images/icon/icon_new.png) no-repeat;
	background-size: 100%;
}
.topic_list .date {
	padding: 12px 0;
	font-size: 0.9em;
	color: #f1218a;
}
.topic_list h4 {
	display: flex;
	line-height: 1.4;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
}
.topic_list h4 a:hover {
	text-decoration: underline;
}
/* 最新号情報 */
.sec_latest_number .inner {
	display: table;
	padding: 3.5% 8%;
	background: url(../images/latest_number/bg_top.jpg) no-repeat top, url(../images/latest_number/bg_btm.jpg) no-repeat bottom, url(../images/latest_number/bg_mid.jpg) repeat-y;
	background-size: 100%;
}
.sec_latest_number .img, .sec_latest_number .txt {
	display: table-cell;
	vertical-align: top;
}
.sec_latest_number .img {
	width: 60%;
	padding-right: 5%;
}
.sec_latest_number .txt {
	padding-top: 1%;
}
.sec_latest_number h4 {
	line-height: 30px;
	color: #f1218a;
}
.sec_latest_number h4, .sec_latest_number h5 {
	padding-bottom: 1%;
	font-weight: bold;
	font-size: 18px;
}
.sec_latest_number p {
	font-weight: bold;
}
.txt_more {
	color: #535353;
}
/* 専属モデル */
.sec_exclusive_models .inner {
	display: table;
	padding: 1% 8%;
}
.sec_exclusive_models .img, .sec_exclusive_models .txt {
	display: table-cell;
	vertical-align: top;
}
.sec_exclusive_models .txt {
	width: 40%;
	padding: 2% 5% 0 0;
}
.sec_exclusive_models h4 {
	line-height: 30px;
	font-size: 24px;
	color: #f1218a;
}
.sec_exclusive_models h4, .sec_exclusive_models h5 {
	padding-bottom: 2%;
	font-weight: bold;
}
.btn_more {
	margin: 3% auto;
	width: 250px;
	text-align: center;
}
.btn_more a {
	display: inline-block;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border: 2px solid #c9c9c9;
	font-weight: bold;
	color: #f1218a;
	cursor: pointer;
	background: #fff;
}
.btn_more a:hover {
	border: 2px solid #f1218a;
}
/* リンクサイト */
.sec_links .sec_inner {
	padding: 2% 0;
	background: url(../images/bg02.jpg) repeat;
	background-size: 13px;
}
.sec_links .topic_list {
	text-align: center;
}
.sec_links .topic_list > li {
	display: inline-block;
}
.sns_link {
	width: 60%;
	margin: 0 auto;
	padding: 5% 0;
	display: table;
}
.sns_link li {
	width: 50%;
	display: table-cell;
	text-align: center;
}
.sns_link .icon, .sns_link .code {
	margin: 0 auto 10px;
}
.sns_link .icon {
	width: 32px;
}
.sns_link .code {
	width: 90%;
	max-width: 80px;
}
/* モバイルアプリ */
.sec_app .inner {
	width: 530px;
	display: table;
}
.sec_app .txt, .sec_app .img {
	width: 45%;
	display: table-cell;
	vertical-align: top;
}
.sec_app .txt {
	padding: 5% 5% 0 0;
}
.sec_app h4 {
	line-height: 30px;
	font-size: 24px;
	color: #f1218a;
}
.sec_app h4, .sec_app h5 {
	padding-bottom: 2%;
	font-weight: bold;
}
.sec_app .img {
	margin: 0 auto;
	text-align: center;
}
.sec_app .img img {
	width: 85%;
}
.icon_app {
	padding: 3%;
	text-align: center;
}
.icon_app a {
	display: inline-block;
	width: 47%;
	margin: 0 3px;
}
/* 企業 */
.sec06, .sec07 {
	padding: 5% 0 7%;
	border-top: 1px solid #000;
}
.sec06 ul, .sec07 ul {
	padding-top: 2%;
	text-align: center;
}
.sec06 li, .sec07 li {
	width: 20%;
	display: inline-block;
	padding: 0 1%;
}
/*===============================================
	sub (PC・SP共通)
===============================================*/
.sub .content {
	padding-top: 3%;
}
/*----- ギャラリー -----*/
.sec_gallery ul {
	overflow: hidden;
}
.sec_gallery li {
	width: 18%;
	height: 0;
	margin: 0 1% 1.5%;
	padding-top: 18%;
	float: left;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	position: relative;
	overflow: hidden;
}
.sec_gallery li img {
	width: 152%;
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translateY(-20%) translateX(-50%);
}
.sec_gallery li:hover img {
	width: 165%;
}
.lb-data .sns_icon {
	padding: 10px 0;
}
.lb-data .sns_icon img {
	width: 25px;
	margin-right: 15px;
}
/*----- 主催イベント紹介 -----*/
.box_event {
	margin-bottom: 3%;
	padding: 5%;
	background: url(../images/event/bg_top.jpg) no-repeat top, url(../images/event/bg_btm.jpg) no-repeat bottom, url(../images/event/bg_mid.jpg) repeat-y top;
	background-size: 100%;
}
.box_inner {
	max-width: 608px;
	margin: 0 auto;
}
.box_event h4 {
	padding: 3% 0;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	color: #f1218a;
}
.box_event .cap {
	font-weight: bold;
}
.box_event .sns_link {
	width: 250px;
	padding: 5% 0 3%;
}

/*===============================================
	PC
===============================================*/
 {
body {
	min-width: 1280px;
}
.inner, .content_inner {
	max-width: 1280px;
}
}

@media screen and (min-width:768px) {
.sp {
	display: none !important;
}
.gnav .menu {
	display: table;
	margin: 0 auto;
	padding: 10px 0;
	box-sizing: border-box;
	text-align: center;
}
.gnav .menu > li {
	display: table-cell;
	margin: 0;
	border-right: 1px solid #ea5b88;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
}
.gnav .menu > li:last-child {
	border: 0;
}
.gnav .menu a {
	display: block;
	padding: 0 15px;
	font-size: 0.85rem;
	font-weight: bold;
	color: #313131;
	position: relative;
}
.gnav .menu a:after {
	content: "";
	width: 0;
	height: 0;
	margin: 0 auto;
	background: #ea5b88;
	transition: 0.3s linear;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
}
.gnav .menu > li > a:hover:after {
	width: 80%;
	height: 1px;
}
.gnav .logo a:after {
	content: none;
}
.menu_single {
	position: relative;
}
.menu_single .menu_second-level {
	width: 120px;
	box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.05);
	position: absolute;
	top: 35px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	visibility: hidden;
	opacity: 0;
	background: #fff;
}
.menu_single .menu_second-level a {
	padding: 10px;
	font-size: 0.7em;
}
.menu_single:hover .menu_second-level {
	top: 40px;
	visibility: visible;
	opacity: 1;
}
.menu_second-level li {
	border-bottom: 1px solid #ea5b88;
}
.menu_second-level li:last-child {
	border: 0;
}
.head_sns {
	width: 15%;
	position: fixed;
	top: 13px;
	right: 3%;
}
.footer .sns_link01 {
	width: 95%;
}
/*===============================================
	sub
  ===============================================*/
.right_col {
	width: 78%;
	float: right;
}
.content_inner {
	overflow: hidden;
}
/* side */
.side {
	width: 20%;
	margin-right: 1.5%;
	float: left;
}
.side li {
	margin-bottom: 5px;
}
.side.fixed {
	width: 19%;
	max-width: 256px;
	position: fixed;
	z-index: 10;
	top: 94px;
}
.side_nav {
	margin-bottom: 10px;
}
.side_nav li {
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
	border-left: 3px dotted #f1218a;
}
.side_nav a {
	display: block;
	padding: 12px 10px 12px 50px;
	line-height: 20px;
	font-weight: bold;
	background: url(../images/arrow.png) no-repeat 98% center;
	background-size: 5%;
}
.side_nav li:first-child a {
	padding: 20px 10px 20px 50px;
	background: url(../images/icon/icon_and.png) no-repeat 85% 47%, url(../images/icon/icon_app.png) no-repeat 98% 47%;
	background-size: 10%;
}
.side_nav .app {
	background: url(../images/icon/icon_tel.jpg) no-repeat 2% #fff;
	background-size: 15%;
}
.side_nav .tohyo {
	background: url(../images/icon/icon_tohyo.jpg) no-repeat 2% #fff;
	background-size: 15%;
}
.side_nav .boshu {
	background: url(../images/icon/icon_boshu.jpg) no-repeat 2% #fff;
	background-size: 15%;
}
.side_nav .job {
	background: url(../images/icon/icon_job.jpg) no-repeat 2% #fff;
	background-size: 15%;
}
}

@media screen and (max-width:1150px) and (min-width:1025px) {
.rank_bottom .cast_name {
	width: auto;
	font-size: 0.9em;
}
}

@media screen and (max-width:1024px) {
.right_col {
	width: 100%;
}
.side {
	display: none !important;
}
}

/*===============================================
	SP
===============================================*/
@media screen and (max-width:767px) {
body {
	font-size: 14px;
}
.pc {
	display: none !important;
}
.header .logo {
	width: 470px;
}
/*ハンバーガーボタン*/
.gnav-btn {
	display: block;
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 100;
	width: 30px;
	height: 30px;
}
.icon-animation {
	width: 85%;
	height: 100%;
	display: block;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
}
.icon-animation span {
	width: 100%;
	height: 2px;
	display: block;
	border-radius: 10px;
	background: #888;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.icon-animation .top {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
.icon-animation .bottom {
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}
.is-open .middle {
	background: rgba(51, 51, 51, 0);
}
.is-open .top {
	-webkit-transform: rotate(-45deg) translateY(0px);
	-ms-transform: rotate(-45deg) translateY(0px);
	transform: rotate(-45deg) translateY(0px);
	background: #f1218a;
}
.is-open .bottom {
	-webkit-transform: rotate(45deg) translateY(0px);
	-ms-transform: rotate(45deg) translateY(0px);
	transform: rotate(45deg) translateY(0px);
	background: #f1218a;
}
/*nabi開閉部分*/
.gnav {
	width: 100%;
	height: 100vh;
	padding-top: 40px;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: left;
	font-size: 13px;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	-webkit-transform: translateX(90%);
	-moz-transform: translateX(90%);
	-ms-transform: translateX(90%);
	-o-transform: translateX(90%);
	transform: translateX(90%);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: .2s .1s cubic-bezier(0, 0, .2, 0);
	-moz-transition: .2s .1s cubic-bezier(0, 0, .2, 0);
	transition: .2s .1s cubic-bezier(0, 0, .2, 0);
	background: #fff;
}
.gnav.on {
	visibility: visible;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.08);
}
.gnav .menu a {
	display: block;
	padding: 10px;
	text-decoration: none;
	font-size: 13px;
}
.gnav .menu > li > a {
	border-bottom: 1px solid #f1218a;
	font-weight: bold;
	color: #f1218a;
	;
	letter-spacing: 2px;
}
.gnav br {
	content: "";
	margin-right: -.333em;
}
.modal {
	width: 100%;
	height: 100%;
	left: 0;
	opacity: .1;
	position: fixed;
	top: 0;
	z-index: 2;
	visibility: hidden;
	webkit-transition: visibility 0 linear .4s, opacity .4s;
	-moz-transition: visibility 0 linear .4s, opacity .4s;
	transition: visibility 0 linear .4s, opacity .4s;
	webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	background: #fff;
}
.modal.on {
	opacity: 1;
	webkit-transition-delay: 0;
	-moz-transition-delay: 0;
	transition-delay: 0;
	visibility: visible;
}
.menu {
	padding: 0 10px;
}
.menu_single a {
	position: relative;
}
.menu_single a:after {
	content: "+";
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #f1218a;
}
.menu_single a.on:after {
	content: "-";
	top: 1%;
	font-size: 25px;
}
.menu_second-level {
	display: none;
}
.menu_second-level li {
	border-bottom: 1px solid #fff;
	background: #f1218a;
}
.menu_second-level li:last-child {
	margin-bottom: 20px;
}
.menu_second-level a {
	color: #fff;
}
.head_sns {
	width: 50%;
	margin: 20px auto;
}
/* 最新号情報、専属モデル */
.sec_latest_number .txt, .sec_latest_number .img, .sec_exclusive_models .txt, .sec_exclusive_models .img {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	padding: 0;
}
.sec_latest_number .inner {
	padding: 5% 5% 3%;
}
.sec_exclusive_models .inner {
	padding: 0;
}
.sec_latest_number h4, .sec_exclusive_models h4 {
	font-size: 17px;
}
.sec_latest_number h5 {
	font-size: 16px;
}
/* リンクサイト */
.sec_links .sec_inner {
	padding: 4% 0;
	background: url(../images/bg02.jpg) repeat;
	background-size: 8px;
}
/* スマホアプリ */
.sec_app .inner {
	width: 90%;
}
.sec_app .txt {
	width: 80%;
	margin: 5% auto;
	padding: 0;
}
.sec_app .txt, .sec_app .img {
	display: block;
}
.sec_app .img {
	width: 200px;
}
.sec_app h4 {
	font-size: 17px;
}
.sec06 li, .sec07 li {
	width: 45%;
}
.footer > ul, .footer > ul > li {
	display: block;
	width: 100%;
	padding: 5% 0;
	border: 0;
}
.footer > ul > li {
	border-bottom: 1px solid #000;
}
.footer > ul > li:last-child {
	border: 0;
}
.footer .logo_foot {
	width: 180px;
}
.footer .txt {
	margin-bottom: 3%;
}
}

@media screen and (max-width:640px) {
.inner {
	width: 90%;
}
.header .logo {
	width: 90%;
}
.header h1 {
	font-size: 10px;
}
.title {
	margin: 0 auto 5px;
	height: 70px;
	background: url(../images/fuki.png) no-repeat left;
	background-size: 140px;
}
.title.gray {
	background: url(../images/fuki_g.png) no-repeat left;
	background-size: 140px;
}
.title h3 {
	padding-left: 5px;
	font-size: 23px;
}
.title span {
	width: 140px;
	font-size: 17px;
}
/* 新着情報 */
.sec_topic .sec_inner {
	padding: 6% 0 4%;
	background: url(../images/bg.jpg) repeat;
	background-size: 5px;
}
.topic_list, .topic_list > li {
	width: 100%;
	display: block;
	overflow: hidden;
}
.sec_topic .topic_list {
	padding: 0;
}
.sec_topic .topic_list > li {
	margin-bottom: 13px;
	padding: 13px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
	border: 2px solid #000;
	border-radius: 8px;
	background: #fff;
}
.topic_list .date {
	padding: 3px 0;
	font-size: 0.8em;
}
.topic_list h4 {
	font-size: 13px;
}
.topic_list > li.new:after {
	top: 5%;
	left: 0;
}
.btn_more {
	width: 200px;
}
.btn_more a {
	display: block;
}
.sec_gallery li {
	width: 30%;
	margin: 0 1.5% 2%;
	padding-top: 30%;
}
/* スマホアプリ */
.icon_app a {
	display: block;
	width: 150px;
	margin: 0 auto 10px;
}
}
/*===============================================
	画像正方形対応 201015add
===============================================*/
.squareBox {
	position: relative;
	border-radius: 10px;
	background: #fff;
}
.squareBox:before {
	display: block;
	content: '';
	padding-top: 100%;
}
.squareBox .boxInner {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 10px;
	overflow: hidden;
}
.centerTable {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	height: 100%;
}
.centerTable .tableCell {
	display: table-cell;
	vertical-align: middle;
}

/* SP */
@media screen and (max-width:767px) {
.sec_topic .squareBox {
	width: 80px;
	margin-right: 10px;
	float: left;
}
}

/*===============================================
	新着情報カルーセル
===============================================*/
@media screen and (min-width:1280px) {
  .info_container{
  margin: 0 auto 0;
  max-width: 50%;

  }
}

@media screen and (max-width: 768px) {
	.news_wrapper {
		width: 96%;
		margin: 0 auto;
	}
}

/* 新着情報TOP画像 */
.ftf_banner img {
	margin-bottom: 15px;
}

.bosyu img {
	margin-bottom: 0px;
}

/* 新着情報スライダー */
.info_container img {
  height: auto;
  width: 100%;
  margin: 0 auto;
}

.info_thumbnail {
	margin-top: 5px;
}


.thumbnail-img img {
	border:6px solid #000;
}

/* 点滅アニメーション */
.blinking_title{
	-webkit-animation:blink 0.1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}