@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	font-size: 100%;
	margin: 0;
	padding: 0px;
	outline: 0;
	border: 0;
	vertical-align: baseline;
}
/*paddingによる幅を無くします*/
*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
html{
	overflow-x: hidden;
}
body {
	width: 100%;
	min-width: 320px;
	min-height: 800px;
	background: url(../images/bg_body.png) repeat;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	overflow: hidden;
	color: #3a3434;
	/*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
	font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	text-align: center;
	font-size: 14px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
h1, h2, h3, h4, h5, h6, strong, th {
	font-weight: normal;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
a {
	padding: 0;
	margin: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #fff;
	text-decoration: none;
}
p {
	/*android版クローム　フォントサイズが大きくなる不具合対策*/
	max-height: 999999px;
}
ins {
	background-color: #ff9;/* 変更 */
	color: #000;/* 変更 */
	text-decoration: none;
}
mark {
	background-color: #ff9;/* 変更 */
	color: #000;/* 変更 */
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
img {
	vertical-align: middle;
}

/* from */
input{
	padding: 10px;
	text-align: left;
}
input, select {
	vertical-align: middle;
}
button, textarea, select{
	padding: 10px;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #d9d9d9;
	-webkit-appearance: none;
}
select {
	width: 210px;
	padding: 10px;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 0px;
	text-align: center;
	vertical-align: middle;
	color: #727272;
}
input[type="text"],
input[type="email"] {
	border-radius: 0;
	border: 1px solid #d9d9d9;
	-webkit-appearance: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="hidden"],
button,
textarea{
	border-radius: 0;
	-webkit-appearance: none;
}
input[type=radio],
input[type=checkbox] {
	display: inline;
	background: #eaeaea;
	padding: 5px 10px;
}
label{
	display: block;
	text-align: left;
	background: #fcfcfc;
	padding: 10px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
input[type=radio]:checked + .radio:before {
	opacity: 1;
}
.checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 21px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
	opacity: 1;
}
.form_reset{
	-webkit-appearance: none;
	border:none;
}

/* float解除 */
header:after, footer:after, section:after, article:after, aside:after, main:after, div:after, dl:after, ul:after, ol:after, li:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}

/* common */
.atten_01,
a.atten_01 {
	font-weight: bold;
	color: #d87992;
}
.atten_02,
a.atten_02 {
	font-weight: bold;
	color: #79b2f7;
}

/* font */
.fs_l {
  font-size: 1.2em;
}
.fs_ll {
  font-size: 1.5em;
}
.fw_b {
  font-weight: bold;
}
.sm {
  font-size: 0.75em;
}

/* margin */
.mb_10 {
	margin-bottom: 10px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_30 {
	margin-bottom: 30px;
}

/* padding */
.pl_10{
	padding-left: 10px;
}

/* center */
.center {
	text-align: center;
}

/* transition */
.link_act_01 {
	opacity: 1;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.link_act_01:hover {
	opacity: 0.7;
	filter: alpha(opacity=80);
}
.link_act_02 {
	-webkit-transition: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.link_act_02:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* btn */
.btn_01 {
	width: 280px;
	margin: 0 auto ;
	padding: 10px 0;
	border: 1px solid #d87992;
	color: #d87992;
	font-size: 14px;
	text-align: center;
	position: relative;
	display: block;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.btn_01 a {
	color: #d87992;
}
.btn_01:after {
	position: absolute;
	top: 50%;
	right: 1em;
	content: '';
	margin-top:  -0.3em;
	width: 0.5em;
	height: 0.5em;
	border-top: 1px solid #d87992;
	border-right: 1px solid #d87992;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.btn_01:hover {
	background: #d87992;
	color: #fff;
}
.btn_01:hover a{
	color: #fff;
}
.btn_01:hover:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.btn_reset {
	background-color: transparent;
}

.inner {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 10px;
}

/* title */
.title img{
	width: 100%;
	max-width: 300px;
	margin: 0 auto 20px;
}

/* subtitle */
.subtitle {
	margin-bottom: 20px;
	padding-left: 5px;
	letter-spacing: 1px;
	border-left: 3px solid #d87992;
	color: #d87992;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
}

/* table_01 */
.table_01 {
	width: 100%;
	background: #d87992;
	text-align: center;
	table-layout: fixed;
	font-size: 12px;
	color: #fff;
}
.table_01 th,
.table_01 td {
	padding: 4px;
	border: 1px solid #e6e6e6;
	vertical-align: middle;
}
.table_01 td {
	background: #fff;
	color: #3a3434;
}
.table_01 td .shop_box img{
	width: 100%;
	display: block;
	margin: 0px 0px 4px 0px;
}

/* dl_type_01 */
.dl_type_01 {
	margin-bottom: 20px;
	text-align: left;
	table-layout: fixed;
	font-size: 14px;
	max-height: calc(90vh - 50px - 50px );
	overflow-y: auto;
}
.dl_type_01 dt{
	width: 35%;
	margin-right: 5%;
	float: left;
	font-weight: 600;
	color: #757575;
}
.dl_type_01 dd {
	width: 60%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #d9d9d9;
	float: left;
}
.dl_type_01 dd:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.dl_type_01 .requier{
	border-radius: 2px;
	background: #d87992;
	color: #fff;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 5px 10px;
}
.dl_type_01 textarea {
	width: 100%;
	height: 250px;
}

/* dl_type_02 */
.dl_type_02 {
	margin-bottom: 20px;
	box-sizing: border-box;
	text-align: left;
}
.dl_type_02 dd{
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 14px;
}
.dl_type_02 dd:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* txt_box_01 */
.txt_box_01 {
	font-size: 13px;
	text-align: left;
}

/* txt_box_02 */
.txt_box_02{
	font-size: 13px;
	text-align: center;
}

/* list_link_box */
.link_box {
	box-sizing: border-box;
	font-size: 10px;
	text-align: left;
}
.link_box li {
	display: inline-block;
	vertical-align: top;
}
.link_box li a {
	color: #2f2f2f;
}

/* cast */
.cast_box li {
	width: 100%;
	max-width: 230px;
	margin: 0 10px 20px 10px;
	display: inline-block;
	vertical-align: top;
}
.cast_box li .bg_cast{
	padding: 5px;
	background: #efd3d3 url(../images/bg_matl_02.png) repeat;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.cast_box li .img_box {
	width: 100%;
	height: 140%;
	padding-top: 140%;
	overflow: hidden;
	display: block;
	position: relative;
}
.cast_box li .img_box img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.cast_box li .txt_box{
	width: 100%;
	padding: 5px;
	background: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	color: #3a3434;
}
.cast_box li .time{
	padding: 2px 0;
	background: #d87992;
	font-size: 12px;
}
.cast_box li .icon_blog{
	border: 1px solid #d87992;
	color: #d87992;
	background:#fff;
	font-size: 12px;
	margin:3px 0;	
}
.cast_box li .icon_blog a{
	color: #d87992;
	display: block;
}
.cast_box li .icon_new {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 100;
	width: 60px;
	height: 60px;
}
.cast_box li .icon_new img{
	width: 100%;
	max-width: 60px;
}
.cast_box li .rank_name {
	position: absolute;
	width: 80%;
	background: rgba( 255,255,255,0.85);
	color: #d87992;
	font-size: 12px;
	font-weight: bold;
	bottom: 10px;
	left: 3px;
	z-index: 100;
}
.cast_box li .icon_rank {
	position: absolute;
	bottom: 5px;
	/* right: 16px; */
	right: 5px;
	z-index: 100;
	width: 55px;
	height: 55px;
}
.cast_box li .icon_rank img{
	width: 100%;
	max-width: 55px;
}
.icon_x{
	width: 20px;
	height: auto;
}

/* 可愛いランキングと24時間営業 */
.iconbttom_box{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.rank_name_box{
	position: relative;
}
.banner_24h img{
	width: 100%;
}
.img_box .iconbttom_box .banner_24h img{
	position: relative;
}
.contents_profile .profile_box_left .img_box .iconbttom_box .banner_24h img{
	position: relative;
}
.icon_oreimo {
	text-align: center;
}
.icon_oreimo img {
	width: 100px;
	margin:4px 0px 4px 0px;
}
.shop_box {
	text-align: center;
}
.shop_box img {
	width: 48%;
	margin:4px 0px 4px 0px;
}

/* fadein */
.fadein {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: all 1.2s ease;
	transition: all 1.2s ease;
}
.left {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: all 1.2s ease;
	transition: all 1.2s ease;
}
.right {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: all 1.2s ease;
	transition: all 1.2s ease;
}
.fadein.active,
.left.active,
.right.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.animation_01 {
	-webkit-animation: animation1 1s ease-in-out infinite alternate;
	animation: animation1 1s ease-in-out infinite alternate;
}
.animation_02 {
	-webkit-animation: animation2 1s ease-in-out infinite alternate;
	animation: animation2 1s ease-in-out infinite alternate;
}
@-webkit-keyframes animation1 {
	0% {
		-webkit-transform:translateX(-10px);
		-webkit-transform:translateY(-5px);
		-ms-transform:translateX(-10px);
		-ms-transform:translateY(-5px);
		transform:translateX(-10px);
		transform:translateY(-5px);
	}
	100% {
		-webkit-transform:translateX(0px);
		-webkit-transform:translateY(0px);
		-ms-transform:translateX(0px);
		-ms-transform:translateY(0px);
		transform:translateX(0px);
		transform:translateY(0px);
	}
}
@-webkit-keyframes animation2 {
	0% {
		-webkit-transform:translateX(10px);
		-webkit-transform:translateY(5px);
		-ms-transform:translateX(10px);
		-ms-transform:translateY(5px);
		transform:translateX(10px);
		transform:translateY(5px);
	}
	100% {
		-webkit-transform:translateX(0px);
		-webkit-transform:translateY(0px);
		-ms-transform:translateX(0px);
		-ms-transform:translateY(0px);
		transform:translateX(0px);
		transform:translateY(0px);
	}
}

/* header */
header {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	background: rgba(216, 121, 146, 0.9) url(../images/bg_matl_01.png) repeat;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	z-index: 99999;
}
header:after {
	width: 150px;
	height: 40px;
	margin: 0 auto;
	background: url(../images/header_bottom.png) no-repeat;
	background-size: contain;
	content: " ";
	display: block;
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	z-index: -1;
}
header h1 {
	width: 160px;
	margin: 0 auto;
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
}

/* icon menu */
header .btn_box {
	position: absolute;
	top: 6px;
	right: 6px;
}
header .btn_box li {
	display: inline-block;
	vertical-align: middle;
}
header .btn_box li a {
	padding: 3px;
	background: #cc6a83;
	border-radius: 2px;
	display: block;
}
header .btn_box li:last-child a {
	background: #ac5269;
}
header .btn_box li img {
	width: 25px;
}
header .btn_box li span {
	display: block;
	font-size: 10px;
}
/* pc menu */
header .nav {
	padding-top: 14px;
}
header .nav li {
	border-right: 1px solid rgba(255, 255, 255, 0.6);
	display: inline-block;
	vertical-align: top;
}
header .nav li:nth-child(5),
header .nav li:nth-child(9) {
	border-right: 0;
}
header .nav li:nth-child(5){
	margin-right: 120px;
}
header .nav li span{
	font-size: 9px;
	display: block;
}
header .nav li a {
	width: 80px;
	letter-spacing: 1px;
	line-height: 1.4;
	display: block;
	font-size: 10px;
}
header .nav li:nth-child(n+6) a{
		width: 100px;
}

/* modal */
#header-menu-sp {
	display: none;
	height: 30px;
}
#header-menu-sp .modal-ct-text-box span{
	position: absolute;
	right: 20px;
}

.menu-toggle {
	width: 25px;
	height: 15px;
	padding: 15px 15px 0 0;
}
.menu-toggle .menu-trigger,
.menu-toggle .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-toggle .menu-trigger {
	position: relative;
	width: 25px;
	height: 15px;
}
.menu-toggle .menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 2px;
}
.menu-toggle .menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-toggle .menu-trigger span:nth-of-type(2) {
	top: 6px;
}
.menu-toggle .menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
#header-menu-sp .modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
	background: rgba(216, 121, 146, 0.9);
}
#header-menu-sp .modal-wrap {
	max-width: 500px;
	height: 100%;
	margin: 0 auto;
	padding: 0 40px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#header-menu-sp .modal-content {
	height: 100%;
	max-width: 960px;
	margin: 0 auto;
}
#header-menu-sp .modal-table-wrap {
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
}
#header-menu-sp .modal-table-cell {
	width: 100%;
	max-width: 640px;
	display: table-cell;
	padding: 40px 0 40px;
	vertical-align: middle;
}
#header-menu-sp .modal-content-box {
	position: relative;
	margin: 0 auto;
}
#header-menu-sp .modal-content-inner {
	width: 220px;
	margin: 0 auto;
	padding-bottom: 30px;
	text-align: left;
}
#header-menu-sp .modal-content-inner nav li{
	margin-bottom: 20px;
	border-bottom: 1px solid #ffafc4;
}
#header-menu-sp .modal-content-inner nav li a {
	display: block;
	position: relative;
	letter-spacing: 2px;
	font-size: 13px;
}
#header-menu-sp .modal-content-inner nav li a:after {
	position: absolute;
	top: 50%;
	right: 0.3em;
	content: '';
	margin-top: -0.3em;
	width: 0.3em;
	height: 0.3em;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#header-menu-sp .modal-btn-close {
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	z-index: 9;
	height: 40px;
	width: 40px;
	margin: 0 auto;
	padding: 5px 0 0 5px;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
}
#header-menu-sp .modal-btn-close span {
	display: block;
	background: #d87992;
	height: 2px;
	width: 30px;
}
#header-menu-sp .modal-btn-close .bar01 {
	-webkit-transform: translateY(15px) rotate(-45deg);
	transform: translateY(15px) rotate(-45deg);
}
#header-menu-sp .modal-btn-close .bar02 {
	-webkit-transform: translateY(13px) rotate(45deg);
	transform: translateY(13px) rotate(45deg);
}

/* pankuzu */
.pankuzu {
	background: rgba(216, 121, 146, 0.9) url(../images/bg_matl_01.png) repeat;
}
.pankuzu ol{
	padding: 10px;
	text-align: left;
	font-size: 12px;
}
.pankuzu ol li {
	display: inline-block;
	list-style-type: none;
	padding-right: 5px;
	color: #fff;
}
.pankuzu ol li:before {
	content: " > ";
	color: #e8e8e8;
	font-size: 10px;
	display: inline-block;
	vertical-align: text-bottom;
}
.pankuzu ol li:first-child:before {
	content: none;
}
.pankuzu ol li a{
	padding: 0 5px;
	color:#fff;
}
.pankuzu ol li a:first-child{
	padding: 0;
	color:#e8e8e8;
}

/* content */
main {
	z-index: 9999;
	width: 100%;
	position: relative;
}
main.sub {
	background-image: url(../images/bg_flower_top.png), url(../images/bg_flower_bottom.png);
	background-repeat: repeat-x, repeat-x;
	background-position: top, bottom;
	background-size: 170px 40px, 170px 40px;
}
main.sub .inner {
	max-width: 820px;
	padding: 80px 10px;
}
/* footer */
footer {
	padding-top: 20px;
	border-top: 1px solid #efefef;
}
footer a {
	color: #9a9a9a;
}
footer .copywriter {
	background: rgba(216, 121, 146, 0.9) url(../images/bg_matl_01.png) repeat;
	line-height: 30px;
	font-size: 10px;
	color: #fff;
}
footer .footer_nav {
	font-size: 13px;
}
footer .footer_nav li{
	margin: 0 5px 20px 5px;
	display: inline-block;
	vertical-align: top;
}
footer .footer_nav li a {
	width: 100px;
	border-bottom: 1px dotted #e4e4e4;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
footer .footer_nav li a:hover {
	color: #d87992;
}
footer .footer_btn {
	display: none;
}
/* bnr */
.bnr_box {
	margin-bottom: 20px;
}
.bnr_box li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 5px 5px;
}
.bnr_box li img {
	width: 100%;
	max-width: 260px;
}

/* mainvisual */
.top_mainvisual {
	position: relative;
}
.top_mainvisual .bottom_box {
	background: rgba(255, 255, 255, 0.9) url(../images/bg_matl_01.png) repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.top_mainvisual .bottom_box .inner {
	max-width: 760px;
	padding: 5px 10px;
}
.top_mainvisual .info_box {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d4d4d4;
	font-size: 18px;
	letter-spacing: 1px;
}
.top_mainvisual .info_box li {
	display: block;
	text-align: left;
	vertical-align: middle;
	margin: 0 auto;
    width: 630px;
}
.top_mainvisual .info_box li span {
	color: #d87992;
}
.top_mainvisual .info_box a {
	color: #3a3434;
	display: block;
}
.top_mainvisual .headline {
	width: 630px;
	margin: 0 auto;
}
.top_mainvisual .headline p {
	width: 60px;
	margin-right: 10px;
	padding: 2px;
	background: #d87992;
	color: #fff;
	float: left;
	font-size: 12px;
	border-radius: 2px;
}
.top_mainvisual .headline li {
	text-align: left;
}

/* mainvisual */
.top_mainvisual .mainvisual ul li {
	height: 800px;
}
.top_mainvisual .mainvisual ul li img{
	width: 100%;
	/* max-width: 600px;
	padding: 0 10px;
	position: absolute;
	top: 28%;
	left: 0;
	right: 0; */
	z-index: 100;
}
.top_mainvisual .mainvisual ul li.pc{
  display: block;
}
.top_mainvisual .mainvisual ul li.sp{
  display: none;
}
.top_mainvisual .mainvisual ul li:nth-child(1) img{
	margin: 0 auto;
}
.top_mainvisual .mainvisual ul li:nth-child(2) img{
	margin: 0 auto;
	top: 25%;
}
.top_mainvisual .mainvisual ul li:nth-child(3) img{
	margin: 0 auto;
	top: 20%;
}
.top_mainvisual .mainvisual ul li:nth-child(4) img{
	margin: 0 auto;
	top: 25%;
}
.top_mainvisual .mainvisual ul li:nth-child(1) {
	background: url(../images/bg_mainvisual_01.jpg) top center no-repeat;
	background-size: cover;
}
.top_mainvisual .mainvisual ul li:nth-child(2) {
	background: url(../images/bg_mainvisual_02.jpg) top center no-repeat;
	background-size: cover;
}
.top_mainvisual .mainvisual ul li:nth-child(3) {
	background: no-repeat bottom center/cover url(../images/img_mainvisual_24hour_bg.jpg);
}

/* sub_mainvisual */
.sub_mainvisual {
	height: 300px;
	background: url(../images/bg_subvisual.jpg) top center no-repeat;
	background-size: cover;
	position: relative;
}
.sub_mainvisual h2{
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	box-sizing: border-box;
	border-radius: 1px;
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	z-index: 100;
}
.sub_mainvisual h2 img {
	width: 300px;
}

/* animation */
.slider .left_box {
	position: absolute;
	bottom: -20px;
	left: -50px;
	z-index: 1;
}
.slider .right_box {
	position: absolute;
	top: -60px;
	right: -50px;
	z-index: 1;
}
.slider .left_box img {
	width: 120px;
}
.slider .right_box img {
	width: 160px;
}

/*--------------------------------------
top page
--------------------------------------*/
.section_top_event{
	padding: 30px 0 100px;
}
.section_today_schedule,
.section_covergirl,
.section_newface,
.content,
.section_recruit{
	padding: 100px 0;
}

/* top_event */
.section_top_event{
	background-image:  url(../images/bg_flower_bottom.png);
	background-repeat:  repeat-x;
	background-position: bottom;
	background-size: 170px 40px;
}
.section_top_event .inner{
	position: relative;
}
.section_top_event .top_evnt_box img {
	width: 100%;
	max-width: 800px;
}
.section_top_event .left_box img,
.section_top_event .right_box img {
	width: 160px;
}
.section_top_event .left_box {
	position: absolute;
	bottom: -20px;
	left: -50px;
	z-index: 1;
}
.section_top_event .right_box {
	position: absolute;
	top: -60px;
	right: -50px;
	z-index: 1;
}

/*メインビジュアル下バナー*/
.top_bnr{
	padding: 5% 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffe8ee;
}
/* トップバナースライダー */
#bnr_top_global .bnr_top_global{
	width: 100%;
}
#bnr_top_global .bnr_top_global p {
	width: 100%;
	margin: 0 0 5px 0;
	float: none;
}
#bnr_top_global .bnr_top_global li {
	font-size: 13px;
}
#bnr_top_global .swiper-pagination-bullet-active{
	background: #d87992;
	opacity: 1;
}
#bnr_top_global .swiper-slide {
	align-self:  center;
}

#bnr_top_global .swiper-pagination-bullet{
	background-color: #d87992;
}
#bnr_top_global img{
	max-width: 609px;
}
#bnr_top_global .long{
	margin: auto;
}
#bnr_top_global .long img{
	max-width: 700px;
}
/* today_schedule */
.section_today_schedule .inner{
	position: relative;
}
.section_today_schedule .swiper-container {
	width: 100%;
	max-width: 950px;
}
.section_today_schedule .cast_box li {
	max-width: 100%;
	margin: 0;
}

/* covergirl */
.section_covergirl {
	background-color: #f0fff9;
	background-image: url(../images/bg_content.png), url(../images/bg_flower_top.png), url(../images/bg_flower_bottom.png);
	background-repeat: repeat, repeat-x, repeat-x;
	background-position: center, top, bottom;
	background-size: contain, 170px 40px, 170px 40px;
}
.section_covergirl .inner{
	position: relative;
}
.section_covergirl .swiper-container {
	width: 100%;
	max-width: 950px;
}
.section_covergirl .cast_box li {
	margin: 0;
}
.section_covergirl .inner .icon_oreimo img {
	width: 100px;
	margin:4px 0px 4px 0px;
}
.section_covergirl .inner .icon_oreimo{
	text-align: center;
}

/* newface */
.section_newface .inner{
	position: relative;
}
.section_newface .swiper-container {
	width: 100%;
	max-width: 950px;
}
.section_newface .cast_box li {
	margin: 0;
}
.section_newface .btn_staff img{
	width: 100%;
	max-width: 600px;
	margin-top: 50px;
	margin-bottom: 50px;
}

/* blog */

#blog{
  max-height: 270px;
  width: 95%;
  border: 1px solid #d87992;
  background: #fff;
overflow: scroll;
}
.section_blog .blog_wrap{
	position: relative;
}
.section_blog .title img {
    max-width: 170px;
    margin: 0;
    position: absolute;
    top: -40px;
    left: -5px;
    z-index: 100;
}

@media (max-width: 480px){
.section_blog .title img {
    max-width: 170px;
    margin: 0;
    position: absolute;
    top: -45px;
    left: -15px;
    z-index: 100;
}
}

.blog_wrap{
	max-width: 700px;
    margin: 0 auto;
    max-height: 270px;
    position: relative;

}

@media (max-width: 768px){
.blog_wrap{
		width:100%;
	}
}
.blog_box{
	padding-bottom: 100px;
}
.blog_box .swiper-wrapper {
    background-color: #fff;
        word-break: break-all;
    display: block;
}
.blog_box .swiper-slide {
    background-color: #fff;
    position: relative;
    left: 0;
    padding: 0 8px 0 8px;
    box-sizing: border-box;
    word-break: break-all;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
    min-height: 90px;
}
#blog .swiper-slide:nth-child(odd){
    background: #ffe8ee;
}
#blog .swiper-slide a {
    display: flex;
    align-items: center;   
}
.blog_box .swiper-slide:hover,
#blog .swiper-slide:nth-child(odd):hover
 {
    opacity: .5;
    left: -11px;
}
#blog .swiper-slide a .blog_detail{
  text-align: left;
  padding-left: 8px;
}
.blog_box p.info_title{
    color: #3a3434;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 3px;
}
.blog_box p.time{
  color: #b1b1b1;
  font-size: 10px;
  line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 3px;
}
.blog_box p.comment{
	color: #d87992;
}
.blog_box .flexslider .slides img{
  width: auto;
}
.blog_box p.img img{
    width: 90px;
    height: 90px;
    object-fit: cover;
}

/* content */
.content {
	background-color: #f0fff9;
	background-image:
	url(../images/bg_content.png),
	url(../images/bg_flower_top.png),
	url(../images/bg_flower_bottom.png)
	;
	background-repeat:
	repeat,
	repeat-x,
	repeat-x
	;
	background-position:
	center,
	top,
	bottom
	;
	background-size:
	contain,
	170px 40px,
	170px 40px
	;
}

/* topics & twitter */
.col_two {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.col_two > section {
	margin: 0 auto 20px;
	padding: 15px;
	background: url(../images/bg_body.png) repeat;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
	position: relative;
}
.col_two > section .title img {
	max-width: 150px;
	margin: 0;
	position: absolute;
	top: -45px;
	left: -25px;
	z-index: 100;
}

/* topics */
.section_topics {
	width: 60%;
}
.section_topics .info_box {
	height: 400px;
	padding: 15px;
	text-align: left;
	overflow-y: auto;
	overflow-x: hidden;
	box-shadow: 0 0 0 2px #a4f6f7, 0 0 0 4px #fff, 0 0 0 6px #a4f6f7;
}
.section_topics .info_box article time {
	font-size: 12px;
	color: #949494;
}
.section_topics .info_box article h3 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
	color: #d87992;
}
.section_topics .info_box article p {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #949494;
}
.section_topics .arrow a{
	color: #d87992;
	font-size: 12px;
	float: right;
}
.section_twitter {
	width: 35%;
}
/*<!-- twitter -->*/
.section_twitter .twitter-timeline {
	width: 99999px !important;
	box-shadow: 0 0 0 2px #afecff, 0 0 0 4px #fff, 0 0 0 6px #afecff;
}
.twitter-timeline {
	margin: 0 auto;
}

/* event */
.event_box {
	padding: 15px;
	background: url(../images/bg_body.png) repeat;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.event_box ul {
	box-shadow: 0 0 0 2px #c1ddff, 0 0 0 4px #fff, 0 0 0 6px #c1ddff;
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.event_box ul:nth-child(1){
	margin-bottom: 10px;
}
.event_box ul li {
	width: 50%;
	padding: 10px;
	/* display: inline-block; */
	vertical-align: top;
}
.event_box ul li img {
	width: 100%;
	max-width: 470px;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.member_box{
	margin-top: 20px;
}
.member_box ul li img{
	max-width: 470px;
	width: 100%;
}
/* recruit */
.section_recruit {
	position: relative;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.section_recruit h3 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
	color: #d87992;
}
.section_recruit h3 span {
	background: linear-gradient(transparent 80%, #ffe5ec 80%);
}
.section_recruit .left_box img,
.section_recruit .right_box img {
	width: 260px;
}
.section_recruit .left_box {
	position: absolute;
	top: 40px;
	left: 0;
	z-index: -1;
}
.section_recruit .right_box {
	position: absolute;
	top: 10px;
	right: 0;
	z-index: -1;
}
.section_recruit .btn_01 {
	margin-bottom: 40px;
}
.bnr_oreimo{
	width: 100%;
	max-width: 600px;
	/* margin-bottom: 20px; */
}
.img_gaiyo {
	width: 100%;
	max-width: 400px;
}
.img_recruit_bnr {
	width: 100%;
	max-width: 400px;
}
.section_recruit .img_gaiyo {
    margin-top: 30px;
}

/* movie */
.section_movie {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	padding: 15px;
	background: url(../images/bg_body.png) repeat;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
	position: relative;
}
.section_movie .title img {
	max-width: 150px;
	margin: 0;
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 100;
}
.section_movie .movie {
	width: 100%;
	height: auto;
	padding-bottom: 56.25%; /*16:9の場合*/
	box-shadow: 0 0 0 2px #d7ffea, 0 0 0 4px #fff, 0 0 0 6px #d7ffea;
	position: relative;
}
.section_movie .movie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/*--------------------------------------
system page
--------------------------------------*/
.contents_system .system_box {
	margin-bottom: 15px;
	padding: 60px 30px 30px 30px;
	background: #d87992 ;
	box-shadow :0px 5px 15px rgba(0, 0, 0, 0.1);
}
.contents_system .system_box h3 {
	width: 300px;
	margin: 0 auto 15px;
	font-size: 20px;
	letter-spacing: 2px;
	color: #fff;
	position: relative;
}
.contents_system .system_box h3:before{
	width: 40px;
	height: 40px;
	background: url(../images/logo_mark.png);
	background-size: contain;
	content: " ";
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.contents_system .system_box h3 span {
	width: 140px;
	margin: 0 auto;
	border-top: 1px solid #fff;
	display: block;
	font-size: 12px;
	letter-spacing: 2px;
}
.contents_system .system_box .txt_box_02 {
	padding: 10px;
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #ac5269;
	font-weight: 600;
	color: #d87992;
}
.contents_system .system_box .img_box {
	width: 100%;
	max-width: 740px;
	border-top: 1px solid #ac5269;
	border-left: 1px solid #ac5269;
	border-right: 1px solid #ac5269;
}
.contents_system .system_box .img_box p {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 10px;
	background: rgba(255, 255, 255, 0.9);
	font-weight: 600;
	position: absolute;
	top: 45px;
	left: 0;
	right: 0;
}
.contents_system .system_box .table {
	width: 100%;
	margin: 0 auto 20px;
	font-size: 16px;
	background: #fff;
	border: 1px solid #a24860;
}
.contents_system .system_box .table:last-child {
	margin-bottom: 0
}
.contents_system .system_box .table tr {
	border-bottom: 1px solid #ac5269;
}
.contents_system .system_box .table tr:last-child {
	border-bottom: 0;
}
.contents_system .system_box .table th {
	background: #ac5269;
	color: #fff;
}
.contents_system .system_box .table td {
	color: #ac5269;
}
.contents_system .system_box .table th,
.contents_system .system_box .table td {
	width: 50%;
	padding: 10px 0;
}
.contents_system .system_box .table span {
	font-size: 12px;
	vertical-align: middle;
}
.contents_system .system_box .table span i{
	font-size: 20px;
}

/*--------------------------------------
cast page
--------------------------------------*/
/*絞り込み用モーダル設定*/
.modal_wrap input#trigger {
	display: none;
}
.modal_overlay {
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
}
.modal_trigger {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3)
}
.modal_content {
	position: absolute;
	align-self: center;
	width: 90%;
	max-width: 800px;
	/*margin: 30px 30px 15px;*/
	box-sizing: border-box;
	background: #fff;
	/*line-height: 1.4em;*/
	transition: 0.5s;
}
.close_button {
	position: absolute;
	top: 5px;
	right: 40px;
	font-size: 20px;
	cursor: pointer;
	background: none;
	color: #4c4c4c;
	z-index: 1;
}
.modal_wrap input:checked ~ .modal_overlay {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}
.open_button {
  /*position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 30px;
  margin: auto;
  padding: 8px 16px;
  color: #444;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  border-radius: 16px;
  cursor: pointer;*/
  max-width: 600px;
  margin: 0 auto;
}
.open_button img{
	width: 100%;
	max-width: 800px;
}

/*絞り込みモーダル内設定*/
.contents_cast .sort_cast{
	/*margin-bottom: 50px;*/
	background: rgba(216, 121, 146, 0.9) url(../images/bg_matl_01.png) repeat;
	z-index: -1;
}
.contents_cast .sort_cast .dl_type_01{
	padding: 2% 2% 0 2%;
	margin-bottom: 0;
}
.contents_cast .sort_cast .dl_type_01 dt{
	width: 10%;
	color: #fff;
}
.contents_cast .sort_cast .dl_type_01 dd{
	width: 85%;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.contents_cast .sort_cast .dl_type_01 dd label{
	display: inline-block;
	background: none;
	padding: 0;
}
.contents_cast .sort_cast .dl_type_01 dd input[type="checkbox"]{
	background: #fff;
}
.contents_cast .sort_cast button{
	width: 70%;
	float: left;
	background: #ac5269;
	border: none;
	color: #fff;
}
.contents_cast .cast_box .no_staff{
	color: #d87992;
	font-weight: bold;
	max-width: 100%;
}
.contents_cast a.btn_back{
	width: 30%;
	padding: 9px 0;
	float: right;
	background: #000;
	font-size: 10px;
}

.info_btn {
	width: 100%;
    max-width: 600px;
    margin: 30px auto 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-items: center;
}
.info_btn a {
    display: block;
	width: calc(96%/2);
	background: #ac5269;
    padding: 10px;
    font-size: 20px;
    color: #fff;
    font-size: 16px;
	margin: 0 1%;
}

/*左右花設定*/
.modal_content .right_box{
	position: absolute;
	top: -60px;
	right: -80px;
}
.modal_content .right_box img{
	width: 160px;
}
.modal_content .left_box{
	position: absolute;
	bottom: -40px;
	left: -80px;
}
.modal_content .left_box img{
	width: 160px;
}

/*絞り込みボタン*/
input[type=text] {
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.sort_name {
    text-align: center;
    max-width: 600px;
    margin: 10px auto 20px;
    }
    .sort_name label{
    	text-align: center
    }
     .sort_name div{
     	display: flex;
     	justify-content: center;
     }
.contents_cast .sort_name input[type="text"] {
	text-align: left;
	font-size: 14px;
	font-weight:600;
	width: 100%;
	}
.contents_cast .sort_name input[type="submit"] {
    width: calc( ( 100% - 35px ) / 2 );
    margin: 0 15px 10px 0;
	font-size: 15px;
	padding: 0;
	vertical-align: top;
}
.sort_name{
	text-align: center;
}
.contents_cast .sort_name a.btn_back {
    width: calc( ( 100% - 35px ) / 2 );
	margin-bottom: 10px;
	font-size: 15px;
	background: #000;
	border: 1px solid #000;
	color: #fff;
	position: relative;
	cursor: pointer;
	display: inline-block;
	font-family: sans-serif;
	line-height: 32px;
	appearance: auto;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    padding: 0;
    float: none;
}
.sort_name input[type="submit"] {
    background: #ac5269;
    border: 1px solid #ac5269;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-appearance: none;
}
.sort_name input[type="submit" i] {
    appearance: auto;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
}

@media (max-width: 480px){
.contents_cast .sort_name input[type="submit"],
.contents_cast .sort_name a.btn_back{
		font-size: 14px
	}
}

/*店舗*/
.resexy_staff{
	margin-bottom: 50px
}
.shop_bnr{
	margin-bottom: 10px;
}

.shop_bnr img{
	width: 100%;
	max-width: 800px;
}

/*--------------------------------------
schedule page
--------------------------------------*/
.contents_schedule .schedule_nav li.top {
	width: 100%;
	background: linear-gradient(270deg, rgba(220, 138, 160,0) 0%, rgba(220, 138, 160,1) 30%, rgba(220, 138, 160,1) 70%, rgba(220, 138, 160,0) 100%);
}
.contents_schedule .schedule_nav li.top a{
	padding: 0;
	border: none;
	background: 0;
	line-height: 40px;
	pointer-events: none;
	color: #fff;
}
.contents_schedule .schedule_nav {
	margin: 0 auto 1%;
}
.contents_schedule .schedule_nav li {
	display: inline-block;
	width: 13.5%;
	margin-bottom: 10px;
}
.contents_schedule .schedule_nav li a {
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	display: block;
	position: relative;
	border: 1px solid #dd849c;
	color: #dd849c;
}
.contents_schedule .schedule_nav li.active a {
	background: #dd849c;
	color: #fff;
}
.contents_schedule .schedule_nav li.days a i{
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 40px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	color: #fff;
	font-weight: bold;
}

/*--------------------------------------
profile page
--------------------------------------*/
.contents_profile .profile_box_right {
	width: 60%;
	float: right;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.profile_box_right .txt_box_01 a{
	color: #3A3434;
}
.profile_box_left img {
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
	height: auto;
}
.contents_profile .profile_box_left {
	width: 40%;
	margin-bottom: 30px;
	padding: 0 5px;
	float: left;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.contents_profile .profile_box_left .bg_cast {
	width: 100%;
	max-width: 230px;
	margin: 0 auto 20px;
	padding: 5px;
	background: #efd3d3 url(../images/bg_matl_02.png) repeat;
	background-size: contain;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.contents_profile .profile_box_left .img_box {
	width: 100%;
	height: 140%;
	padding-top: 140%;
	overflow: hidden;
	display: block;
	position: relative;
	text-align: center;
}
.contents_profile .profile_box_left .img_box img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	box-shadow: none;
}
.contents_profile .profile_box_left .img_box .icon_new{
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 100;
	width: 60px;
	height: 60px;
}
.contents_profile .profile_box_left .img_box .icon_new img {
	width: 100%;
	max-width: 60px;
	box-shadow: none;
}
.contents_profile .profile_box_left .img_box .rank_name {
	position: absolute;
	width: 75%;
	background: rgba( 255,255,255,0.85);
	color: #d87992;
	font-size: 12px;
	font-weight: bold;
	bottom: 10px;
	left: 3px;
	z-index: 100;
}
.contents_profile .profile_box_left .img_box .icon_rank {
	position: absolute;
	bottom: 5px;
	right: 16px;
	z-index: 100;
	width: 55px;
	height: 55px;
}
.contents_profile .profile_box_left .img_box .icon_rank img{
	width: 100%;
}
.contents_profile .profile_box_schedule {
	clear: both;
}
.profile_box_schedule .table_01 th{
	padding: 4px;
	font-size: 10px;
}
.profile_box_schedule .table_01 th,
.profile_box_schedule .table_01 td{
	vertical-align: top;
}


.contents_profile h4.subtitle{
	display: flex;
}
.contents_profile #blog{
	width: 100%;
}
.contents_profile .section_blog{
	margin-bottom: 0;
}
.blog_category-content a{
	color: #000;
	display: block;
	height: 100%;
	padding-left;
	cursor:pointer;
}
.blog_category-content .blog{
	display: flex;
}
/*動画*/
.movie_box{
	width: 100%;
} 
.sns_movie{
	display: flex;
}
/*.sns_movie>div{
	width: 100%;
}*/
.profile_box_right .sns_icon{
	text-align: left;
	width:30%;
	margin-right: 16px;
}
.profile_box_right .icon_x{
	width: 80px;
}
.profile_box_right .area_movie{
	width: 70%;
}


/* 動画モーダル */
.area_movie .thumb {
	border: none;
	background: none;
	display: block;
	border-radius: 16px;
	position: relative;
	padding: 0;
}
/* .area_movie .thumb > img {
	display: block;
	height: 100%;
	width: auto;
	max-height: 180px;
	object-fit: cover;
	aspect-ratio: 1/1;
	border-radius: 10px;
	cursor: pointer;
	transition: 0.3s ease-in-out;
} */
/* .area_movie .thumb:hover > img { filter: brightness(75%); } */
.area_movie .thumb > video {
	display: block;
	height: 100%;
	width: auto;
	/* width: 50%; */
	max-height: 180px;
	object-fit: cover;
	aspect-ratio: 1/1;
	border-radius: 10px;
	cursor: pointer;
	transition: 0.3s ease-in-out;
}
.area_movie .thumb:hover > video { filter: brightness(75%); }

.area_movie .thumb .play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	opacity: 1;
	transition: 0.3s ease-in-out;
}
.area_movie .thumb:hover .play { opacity: 0.7; }
.area_movie .thumb .play > img {
	max-width: 64px;
	width: 100%;
	height: auto;
}
.area_movie .modal {
	position: fixed;
	inset: 0;
	display: none;
	align-items:center;
	justify-content: center;
	z-index: 9999;
}
.area_movie .modal[aria-hidden="false"] { display: flex; }
.area_movie .modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.6);
	backdrop-filter: blur(2px);
}
.area_movie .modal__panel {
	position: relative;
	width: min(85vw, 960px);
	background: #000;
	border-radius: 8px;
	box-shadow: 0 20px 60px rgba(0,0,0,0.25);
	overflow: hidden;
	margin-top: 30px;
}
.area_movie .modal__media {
	position: relative;
	aspect-ratio: 16/9;
	background: #222;
}
@media screen and (max-width: 768px) {
	.area_movie .modal__media { aspect-ratio: 9/14; }
}
.area_movie .modal__media :is(iframe, video) {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.area_movie .modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 14px;
	background: #111;
	color: #fff;
}
.area_movie .modal__header:after {
	content: none;
	display: none;
}
.area_movie .modal__title {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .02em;
}
.area_movie .modal__close {
	appearance: none;
	border: 0;
	background: #fff;
	color: #111;
	border-radius: 10px;
	padding: 6px 10px;
	cursor: pointer;
	font-weight: 600;
}

/*.sns_txt{
	text-align: left;
}
.sns_txt img{
	width: auto;
	max-width: 100%!important;
	height: auto!important;
}*/
/* youtube */
.youtube_box{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 20px;
}
.youtube_inner{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.profile_box_right .blog_box{
	padding-bottom: 0
}

/*--------------------------------------
access page
--------------------------------------*/
.contents_access iframe{
	padding: 10px;
	background: #d87992;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.contents_access .txt_box_01 span {
	color: #d87992;
}


.contents_access .txt_box_01 a{
 color: #3a3434;
}

/*--------------------------------------
link page
--------------------------------------*/
.contents_link .dl_type_02 img{
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}


/*--------------------------------------
event2 page
--------------------------------------*/
.contents_event2 .event2_box{
	display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px min(2%, 30px);
} 
.contents_event2 .event2_box li{
    padding: 30px;
    background: #d87992;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}
.contents_event2 .event2_box h3{
    margin: 0 auto 20px;
    padding-bottom: 10px;
    font-size: 20px;
    letter-spacing: 2px;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.contents_event2 .event2_box .day{
    width: 100%;
    margin: 0 auto 20px;
    padding-top: 4px;
    border-top: 1px solid #fff;
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
	color: #fff;
}
.contents_event2 .event2_box .txt{
    width: 100%;
    margin: 0 auto 20px;
    background-color: #fff;
	padding: 20px;
}
.contents_event2 .event2_box img{
	width: 100%;
}
@media screen and (max-width: 480px) {
	.contents_event2 .event2_box li{
		padding: 20px;
	}
	.contents_event2 .event2_box h3{
		/*margin: 0 auto 4px;*/
		font-size: 16px;
	}
	.contents_event2 .event2_box .day{
		margin: 0 auto 10px;
	}
	.contents_event2 .event2_box .txt{
		margin: 0 auto 10px;
		font-size: 12px;
		padding: 10px;
	}
}

/*--------------------------------------
err page
--------------------------------------*/
.contents_err #err_title {
	margin: 0;
	padding: 0;
	font-size: 40px;
	color: #d87992;
	font-weight: bold;
}
.contents_err #err_subtitle {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
}
.contents_err #err_toplink a {
	position: relative;
	color: #d87992;
	text-decoration: underline;
}
.contents_err #err_toplink a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -25px;
	margin: -8px 0 0 0;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-left: 7px solid #d87992;
}

/*--------------------------------------
blog page
--------------------------------------*/
#contents_blog .title::before {
    content: "BLOG";
    font-size: 68px;
}
#contents_blog .inner_box{
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
#contents_blog h4{
    text-align: center;
    margin: 0;
    background: #d87992;
    color: #fff;
    max-width: 500px;
    margin: 0 auto;
    font-size: 16px;
    padding: 5px;
    margin-bottom: 5px;
}
#contents_blog #category{
    margin-bottom: 20px;
}
#contents_blog .blog_category ul.category li{
    border-bottom: 1px solid #e2e2e2;
    width: 48%;
}
#contents_blog .blog_category ul.category li:nth-child(even){
    margin-left: 4%;
}
#contents_blog .blog_category ul.category li a{
    display: block;
    position: relative;
    padding : 10px 0;
    color: #333333;
}
#contents_blog .blog_category ul.category li a:hover{
    background: #ffe8ee;
    border-radius: 4px;
}
#contents_blog .blog_category ul.category li a:after{
    content: ">";
    position: absolute;
    right: 10px;
}
.blog_box ul.blog{
    border-bottom: 1px dashed #e2e2e2;
    display: flex;
    flex-wrap: wrap;
}
.blog_box ul.blog:last-child,
ul.btn_paging:last-child{
    border: none;
}
#blog ul.swiper-slide ul img{
    width: 100%;
}
ul.btn_paging li{
    display: inline-block;
}
ul.btn_paging li a{
    display: block;
    background: #b5b5b5;
    color: #fff;
    border-radius: 20px;
    max-width: 100px;
    padding: 0 20px;
    box-shadow: 0px 0px 3px 0px #d4d4d4;
}
#contents_blog.blog_page .inner_box ul{
word-break: break-all;
    margin: 0px 0;
    box-sizing: border-box;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
}
#contents_blog.blog_page .inner_box ul.btn_paging{
    justify-content: center;
}
#contents_blog.blog_page .inner_box ul.blog:hover{
    background: #ffe8ee;
    transition: 1.0s ;
}
#contents_blog.blog_page .inner_box ul li p.title_01{
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    border-radius: 4px;
    color: #d87992;
}
#contents_blog.blog_page .inner_box ul.blog li:first-child{
    width: 30%;
    text-align: left;
    min-height: 125px;
    min-width: 125px;
    margin: 0 auto;
}
#contents_blog.blog_page .inner_box ul.blog li{
	cursor: help;
}
#contents_blog.blog_page .inner_box ul.blog li:nth-child(2){
    text-align: left;
    width: 70%;
    box-sizing: border-box;
}
@media (max-width: 480px){
	#contents_blog.blog_page .inner_box ul.blog li:first-child{
    width: auto;
    margin: 0 auto;
    text-align: center;
	}
#contents_blog.blog_page .inner_box ul.blog{
	display: block;
	}
#contents_blog.blog_page .inner_box ul.blog li:nth-child(2){
    width: 100%;
	}
.blog_category-content a{
	padding-left: 10px;
    cursor: pointer;
	}
}
#contents_blog.blog_page .inner_box ul.blog p img{
    width: 150px;
    height: 200px;
    object-fit: cover;
}
#contents_blog p.btn_top{
	position: relative;
}
#contents_blog p.btn_top a{
    background: #fff;
    color: #b1b1b1;
    line-height: 2;
    display: block;
    font-size: 16px;
    margin: 10px 0;
    width: 100%;
    border: 1px solid #b1b1b1;
}
#contents_blog p.btn_top a:hover{
    background: #b1b1b1;
    color: #fff;
    opacity: 1;
    cursor: pointer;
}
#contents_blog p.btn_top:after{
	position: absolute;
    top: 50%;
    right: 1em;
    content: '';
    margin-top: -0.3em;
    width: 0.5em;
    height: 0.5em;
    border-top: 1px solid #b1b1b1;
    border-right: 1px solid #b1b1b1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#contents_blog p.btn_top:hover:after{ 
	border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    cursor: pointer;
}
#contents_blog p.btn_top:hover a{
	background: #b1b1b1;
    color: #fff;
    opacity: 1;
}
#contents_blog p.btn_top:hover:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
#contents_blog .subtitle{
	border: 1px solid #d87992;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 15px;
}

/*アコーディオン*/

.cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 20px;
    
}
.cp_actab input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.cp_actab label {
    font-weight: bold;
    line-height: 2;
    position: relative;
    display: block;
    cursor: pointer;
}
.cp_actab .cp_actab-content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.35s;
    transition: max-height 0.35s;
    color: #333333;
}
.cp_actab .cp_actab-content p {
    padding: 10px 0;
}

.cp_actab .cp_actab-content p.day{
	color: #b1b1b1;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
    max-height: 1000em;
}
/* Icon */
.cp_actab label::after {
    font-size: 20px;
    position: absolute;
    top: 0px;
    right: 5px;
    color: #fff;
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
    content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
    transform: rotate(315deg);
}

#contents_blog .cp_actab label{
	padding:0;
}

/*--------------------------------------
blog_detai page
--------------------------------------*/
#contents_blog .inner_box li.day{
    color: #d87992;
}
#contents_blog .inner_box ul{
    word-break : break-all;
}
#contents_blog .inner_box li.info{
    overflow: scroll;
    text-align: left;
    padding: 10px 0 ;
    letter-spacing: .7px;
}
#contents_blog.blog_detail h4{
	margin-bottom:10px;
}
#contents_blog.blog_detail .info img{
	max-width: 100% !important;
	height: auto !important;
	margin-bottom: 20px;
}

/* tablet css*/
@media screen and (max-width: 1024px) {
	/* header */
	header {
		height: 50px;
	}
	header:after {
		width: 110px;
		height: 40px;
	}
	header h1 img{
		width: 60px;
	}

	/* pc menu&icon menu */
	.nav,
	.btn_box {
		display: none;
	}
	.nav_toggle{
		display: block;
	}
	/* modal */
	#header-menu-sp {
		display: block;
	}
	/* subvisual */
	.subvisual {
		height: 250px;
	}
	.subvisual .title {
		top: 40%;
	}
}
/*--------------------------------------
guidlines page
--------------------------------------*/
.contents_guidelines img{
	max-width: 100%;
	height: auto!important;
}

/*------------------------------------------
mobile css
------------------------------------------*/
@media screen and (max-width: 768px) {
	/* header */
	header .info_box {
		display: none;
	}
	/* footer */
	footer {
		padding-bottom: 50px;
	}
	/* footer_btn */
	footer .footer_btn {
		width: 100%;
		background: #fff;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		display: table;
		z-index: 9999;
		height: 50px;
	}
	footer .footer_btn li {
		/* width: 30%; */	/* 出張用番号非表示 */
		/* width: 45%; */ /* ボタン2個の場合 */
		width: 30%; /* ボタン3個の場合 */
		font-size: 12px;
		display: table-cell;
		vertical-align: middle;
	}
	footer .footer_btn li:nth-child(1) i{
		font-size: 15px;
	}
	footer .footer_btn li:nth-child(1) {
		background: #e28d8d;
	}
	/*▼ LINE*/
	footer .footer_btn li:nth-child(2) {
		background: #7cd28a;
	}
	footer .footer_btn li:nth-child(2) {
		/* background: #e0bb94; */	/* 出張用番号非表示 */
		/* background: #9ea4d4; */
	}
	footer .footer_btn li:nth-child(3) {
		/* width: 30%; */
		/* 出張用番号非表示 */
		background: #9ea4d4;
		/* width: 10%; */ /* ボタン2個の場合 */
	}
	footer .footer_btn li:nth-child(4) {
		width: 10%;
	}
	footer .footer_btn li a {
		color: #fff;
		display: block;
	}
	footer .footer_btn li a.pagetop{
		font-size: 20px;
		color: #dd849c;
	}

		/* mainvisual */
		/* .top_mainvisual .mainvisual ul li {
			height: 600px;
		} */
		.top_mainvisual .mainvisual ul li:nth-child(1) {
			background: url(../images/bg_mainvisual_s_01.jpg) top center no-repeat;
			background-size: cover;
		}
		.top_mainvisual .mainvisual ul li:nth-child(2) {
			background: url(../images/bg_mainvisual_s_02.jpg) top center no-repeat;
			background-size: cover;
		}
		.top_mainvisual .mainvisual ul li:nth-child(3) {
			background: url(../images/img_mainvisual_24hour_bg_s.jpg) bottom right no-repeat;
			background-size: cover;
		}
		.top_mainvisual .mainvisual ul li:nth-child(1) img{
			top: 22%;
		}
		.top_mainvisual .mainvisual ul li:nth-child(2) img{
			top: 20%;
		}
    .top_mainvisual .mainvisual ul li.pc{
      display: none;
    }
    .top_mainvisual .mainvisual ul li.sp{
      display: block;
    }


		main.sub .inner {
			padding: 60px 10px;
		}

		.section_top_event,
		.section_today_schedule,
		.section_covergirl,
		.section_recruit{
			padding: 40px 10px;
		}

		.col_two > section {
			margin: 50px auto 40px;
		}

		/* topics & twitter */
		.section_topics,
		.section_twitter {
			width: 80%;
		}

		/* event */
		.event_box ul li img {
			max-width: 320px;
		}

		/* recruit */
		.section_recruit{
			background: rgba(255, 255, 255, 0.8);
		}
		.section_recruit h3 {
			font-size: 16px;
		}
		.section_recruit p {
			font-size: 12px;
		}
		.section_recruit .left_box img,
		.section_recruit .right_box img {
			width: 160px;
		}
		.section_recruit .left_box {
			top: 120px;
		}
		.section_recruit .right_box {
			top: 0;
		}
		.bnr_oreimo{
			max-width: 90%;
		}
		.img_gaiyo {
			max-width: 90%;
		}

		/* movie */
		.section_movie {
			width: 90%;
		}
		/* schedule */
		.contents_schedule .schedule_nav li {
			width: 24%;
		}
		/* profile */
		.contents_profile .profile_box_left,
		.contents_profile .profile_box_right {
			width: 100%;
			float: none;
		}
		.profile_box_schedule .table_01 {
			width: 100%;
			border-spacing: 0;
		}
		.profile_box_schedule .table_01 tr{
			width: 50%;
			display: inline-block;
			vertical-align: middle;
		}
		.profile_box_schedule .table_01 th {
			font-size: 12px;
			width: 100%;
			display: block;
		}
		.profile_box_schedule .table_01 td {
			width: 100%;
			display: block;
		}
		.profile_box_schedule .table_01 th,
		.profile_box_schedule .table_01 td {
			padding: 5px;
			line-height: 22px;
			min-height: 60px;
		}
		#bnr_top_global img{
			width: 90%;
			padding-bottom: 10px;
		}

		.icon_oreimo img {
			width: 100px;
			margin:4px 0px 4px 0px;
		}
		.shop_box img {
			width: 100px;
			margin: 4px 0px 4px 0px;
		}
		.table_01 td .shop_box img{
			width: 48%;
			display: inline;
			margin: 0px 0px 4px 0px;
		}
	}

	@media screen and (max-width: 480px) {

    .top_mainvisual .mainvisual ul li {
			height: 600px;
		}

		/* headline */
		.headline .swiper-wrapper {
			width: 100%;
		}

		/* common */
		.subtitle {
			margin-bottom: 10px;
		}

		/* dl_type_01 */
		.dl_type_01 dt {
			margin-bottom: 10px;
		}
		.dl_type_01 dt,
		.dl_type_01 dd {
			width: 100%;
			float: none;
		}

		/* スタッフ一覧 dl_type_01 */
		.contents_cast .sort_cast .dl_type_01 dt{
			margin-bottom: 0;
		}
		.contents_cast .sort_cast .dl_type_01 dt,
		.contents_cast .sort_cast .dl_type_01 dd {
			width: 100%;
			float: none;
			font-size: 10px;
		}
		.contents_cast .sort_cast .dl_type_01 dd {
			margin-bottom: 3px;
			padding-bottom: 3px;
		}
		.modal_content .left_box img,
		.modal_content .right_box img{
			width: 70px;
		}
		.modal_content .right_box{
			top: -40px;
			right: -30px;
		}
		.modal_content .left_box{
			bottom: -30px;
			left: -30px;
		}
		.modal_content .close_button{
			right: 10px;
		}

		/* cast */
		.cast_box li .name {
			font-size: 12px;
		}
		.cast_box li .size {
			font-size: 0.9em;
		}
		.title img {
			max-width: 240px;
		}

		/*blog*/
		.section_blog{
	
			padding-top: 10px;
		}

		/* info_box */
		.top_mainvisual .info_box {
			padding-bottom: 0;
			border-bottom: 0;
			font-size: 14px;
		}

		/* headline */
		.top_mainvisual .headline {
			width: 100%;
		}
		.top_mainvisual .headline p {
			width: 100%;
			margin: 0 0 5px 0;
			float: none;
		}
		.top_mainvisual .headline li {
			font-size: 13px;
		}

		/* sub_mainvisual */
		.sub_mainvisual h2 img {
			width: 240px;
		}

		/* animation */
		.slider .left_box {
			bottom: 0;
			left: -10px;
		}
		.slider .right_box {
			top: -30px;
			right: -20px;
		}
		.slider .left_box img {
			width: 60px;
		}
		.slider .right_box img {
			width: 80px;
		}
		.slider .cast_box li .icon_new img {
			max-width: 40px;
		}
		.slider .cast_box li .rank_name{
			font-size: 10px;
		}
		.slider .cast_box li .icon_rank img {
			max-width: 30px;
		}
		.cast_box li .icon_rank{
			top: -38px;
			right: -20px;
		}
		/* top_event */
		.section_top_event .left_box img,
		.section_top_event .right_box img {
			width: 80px;
		}
		.section_top_event .left_box{
			bottom: -20px;
			left: -10px;
		}
		.section_top_event .right_box{
			top: -30px;
			right: -20px;
		}

		/* today_schedule */
		.section_today_schedule .cast_box li .icon_new img {
			max-width: 50px;
		}
		.section_today_schedule .left_box img {
			width: 80px;
		}
		.section_today_schedule .right_box img {
			width: 80px;
		}

		/* topics & twitter */
		.section_topics,
		.section_twitter {
			width: 100%;
		}

		/* event */
		.event_box ul {
			padding: 20 0 0 0;
		}

		/* schedule&staff page */
		.contents_cast .cast_box li,
		.contents_schedule .cast_box li {
			max-width: 140px;
			margin: 0 3px 20px 3px;
		}

		.cast_box li .icon_new{
			width: 40px;
			height: 40px;
		}
		.contents_cast .cast_box li .icon_new img,
		.contents_schedule .cast_box li .icon_new img {
			max-width: 40px;
		}
		.contents_schedule .schedule_nav li {
			width: 49%;
		}
		.contents_cast .cast_box li .icon_rank,
		.contents_schedule .cast_box li .icon_rank {
			width: 35px;
			height: 35px;
			right: 3px;
		}
		.contents_cast .cast_box li .icon_rank img,
		.contents_schedule .cast_box li .icon_rank img {
			max-width: 35px;
		}
		/* 可愛いランキングテキスト */
		.cast_box li .rank_name{
			bottom: 5px;
		}

		/* system page */
		.contents_system .system_box {
			padding: 60px 15px 15px 15px;
		}
		/* link page */
		.contents_link .dl_type_02{
			display: none;
		}
		/*フロート解除*/
		.bnr_corona_none{
			display: block;
		}
		/* トップページスライダー */
		#bnr_top .bnr_top_global {
			width: 100%;
		}
		#bnr_top .bnr_top_global .swiper-wrapper{
			width: 100%;
		}
		#bnr_top .bnr_top_global p{
			width: 100%;
			margin: 0 0 5px 0;
			float: none;
		}
		#bnr_top .bnr_top_global li{
			font-size: 13px;
		}
		#bnr_top_global img{
			width: 90%;
			padding-bottom: 20px;
		}
		.member_box ul li img{
			width: 100%;
		}
		.member_box ul li{
			width: 100%;
			margin: 0 auto;
		}
	}

	@media screen and (max-width: 370px) {
		.slider .cast_box li .rank_name{
			bottom: 3px;
		}
	}

	@media screen and (max-width: 320px) {
		.cast_box li .icon_rank {
			right: -23px;
			top: -38px;
		}
	}
/*------------------------------------------
cancel
------------------------------------------*/
/* swiper */
.slider .swiper-button-next,
.slider .swiper-container-rtl .swiper-button-prev,
.slider .swiper-button-prev,
.slider .swiper-container-rtl .swiper-button-next {
	background-image:none;
}
.slider .swiper-button-next {
	right: 0;
}
.slider .swiper-button-prev {
	left: 0;
}
.slider .swiper-button-next,
.slider .swiper-button-prev {
	width: 30px;
	height: 40px;
	margin-top: -50px;
	background: #d87992;
	border-radius: 1px;
	opacity: .9;
}
.slider .swiper-button-next i,
.slider .swiper-button-prev i {
	line-height: 40px;
	font-size: 2rem;
	color: #fff;
}
.slider .swiper-pagination {
	margin: 30px 0;
	position: initial;
}
.slider .swiper-pagination-bullet {
	background: #d87992;
	opacity: .5;
}
.slider .swiper-pagination-bullet-active {
	background-color: #d87992;
	opacity: 1;
}
.headline .swiper-wrapper {
	z-index: -1;
}
.headline .swiper-wrapper {
	width: 80%
}
#bnr_top .bnr_top_global .swiper-wrapper {
	width: 80%;
	z-index: -1;
}
@media screen and (max-width: 480px) {

	.headline .swiper-wrapper {
		width: 100%;
	}
	#bnr_top .bnr_top_global .swiper-wrapper{z
		width: 100%;
	}
}


/*------------------------------------
		🎃 ハロウィンver 🎃
/*------------------------------------

/* btn */
.haloween .btn_01 {
	background: url(../images/haloween/bg_body_02.png) repeat, #000;
	background-size: 30px;
	border: 2px solid #fff;
	border-radius: 23px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	color: #fff;
}
.haloween .btn_01 a {
	color: #fff;
}
.haloween .btn_01:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.haloween .btn_01:hover {
	background: url(../images/haloween/bg_body_02.png) repeat, #490963;
	background-size: 30px;
	box-shadow: none;
}
/* animation */
.haloween .slider .left_box {
	bottom: -40px;
	left: -30px;
}
.haloween .slider .left_box img {
	width: 160px;
}

.haloween .blog_box.slider .left_box {
	bottom: -80px;
	left: -30px;
}
.haloween .blog_box.slider .left_box img {
	width: 120px;
}


/* title */
.haloween .title img {
	max-width: 440px;
}
.haloween .section_blog .title img{
	max-width: 220px;
	top: -60px;
}

.haloween .section_blog{
	padding-top: 30px;
}
/* cast */
.haloween .cast_box {
	padding-top: 20px;
}
.haloween .cast_box li {
	max-width: 100%;
	margin: 0;
	padding: 20px 0;
	position: relative;
	webkit-filter: drop-shadow(0 0 3px rgba(0,0,0,0.3));
	filter: drop-shadow(0 0 3px rgba(0,0,0,0.3));
}
.haloween .cast_box li:before {
	width: 100%;
	height: 20px;
	background: url(../images/haloween/bg_staff_top.png) bottom center no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	right: 0;
	content: "";
}
.haloween .cast_box li:after {
	width: 100%;
	height: 20px;
	background: url(../images/haloween/bg_staff_bottom.png) top center no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
	content: "";
}
.haloween .cast_box li .bg_cast {
	padding:10px;
	background: url(../images/haloween/bg_staff.png) repeat-y;
	background-size: contain;
	box-shadow: none;
}
.haloween .cast_box li .txt_box {
	background: 0;
}
.haloween .cast_box li .time{
	background: #e06317;
	background: -webkit-linear-gradient(left, #e06317 60%,#e08b17 100%);
	background: linear-gradient(to right, #e06317 60%,#e08b17 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e06317', endColorstr='#e08b17',GradientType=0 );
}
.haloween .cast_box li .icon_new {
	top: -5px;
	left: 0;
	right: 0;
}
.haloween .cast_box li .icon_new img{
	max-width: 100px;
}

/* header */
.haloween header {
	background: #43105f;
	background: -webkit-linear-gradient(to bottom, rgba(67, 16, 95, 0.9) 50%,rgba(126, 20, 79, 0.9) 100%);
	background: linear-gradient(to bottom, rgba(67, 16, 95, 0.9) 50%,rgba(126, 20, 79, 0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(67, 16, 95, 0.9)', endColorstr='rgba(126, 20, 79, 0.9)',GradientType=0 );
}
.haloween header:after {
	background: url(../images/haloween/header_bottom.png) no-repeat;
	background-size: contain;
}

/* icon menu */
.haloween header .btn_box li a {
	background: #1e0222;
}
.haloween header .btn_box li:last-child a {
	background: #1e0222;
}

/* modal */
.haloween #header-menu-sp .modal {
	background: url(../images/haloween/bg_top_vis_02.png) repeat-x 100% -3%, url(../images/haloween/bg_bottom_vis_01.png) repeat-x bottom, url(../images/haloween/bg_body_04.png) repeat center, #490963;
	background: url(../images/haloween/bg_top_vis_02.png) repeat-x 100% -3%, url(../images/haloween/bg_bottom_vis_01.png) repeat-x bottom, url(../images/haloween/bg_body_04.png) repeat center, -webkit-linear-gradient(top, #490963 60%,#9a105d 100%);
	background: url(../images/haloween/bg_top_vis_02.png) repeat-x 100% -3%, url(../images/haloween/bg_bottom_vis_01.png) repeat-x bottom, url(../images/haloween/bg_body_04.png) repeat center, linear-gradient(to bottom, #490963 60%,#9a105d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#490963', endColorstr='#9a105d',GradientType=0 );
	background-size: 600px, 600px, 100px;
}
.haloween #header-menu-sp .modal-content-inner nav li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.haloween #header-menu-sp .modal-btn-close span {
	background: #42105e;
}

/* pankuzu */
.haloween .pankuzu {
	background: #000;
}

/* footer */
.haloween footer {
	padding: 0;
	border-top: 0;
	background: #000;
}
.haloween footer .footer_nav li a {
	border-bottom: 1px dotted #464646;
}
.haloween footer .footer_nav li a:hover {
	color: #464646;
}
.haloween footer .copywriter {
	background: #490963;
}
/* footer_btn */
.haloween footer .footer_btn li:nth-child(1) {
	background: #3a0052;
}
/*▼ LINE*/
/*.haloween footer .footer_btn li:nth-child(2) {
	background: #00825f;
	}*/
	.haloween footer .footer_btn li:nth-child(2) {
		background: #f25800;
	}
	.haloween footer .footer_btn li a.pagetop{
		color: #000;
	}

	/* bnr */
	.haloween .bnr_box {
		margin-bottom: 20px;
		padding: 100px 0;
		background: url(../images/haloween/bg_bnr.png) bottom center no-repeat;
		background-size: cover;
	}
	.haloween .bnr_box li {
		margin: 0 10px 20px 10px
	}
	.haloween .bnr_box li img {
		max-width: 300px;
		webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.4));
		filter: drop-shadow(0 0 10px rgba(0,0,0,0.4));
	}

	/* mainvisual */
	.haloween .top_mainvisual .bottom_box {
		background: rgba(0, 0, 0, 0.85);
		background-size: auto;
	}
	.haloween .top_mainvisual .bottom_box .inner {
		padding: 10px;
	}
	.haloween .top_mainvisual .info_box {
		margin-bottom: 10px;
		border-bottom: 1px solid #464646;
		color: #fff;
	}
	.haloween .top_mainvisual .info_box li span {
		color: #e06317;
	}
	.haloween .top_mainvisual .info_box a {
		color: #fff;
	}
	.haloween .top_mainvisual .headline p {
		background: #e08b17;
	}
	.haloween .top_mainvisual .headline ul li {
		color: #fff;
	}
/*
ハロウィン仕様時
(通常に戻す場合はframe.htmlのスライダーの1枚目をコメントアウトすること)
*/
.haloween .top_mainvisual .mainvisual ul li:nth-child(1) {
	background: url(../images/bg_mainvisual_03.jpg) top center no-repeat;
	background-size: cover;
}
.haloween .top_mainvisual .mainvisual ul li:nth-child(2) {
	background: url(../images/bg_mainvisual_02.jpg) top center no-repeat;
	background-size: cover;
}
.haloween .top_mainvisual .mainvisual ul li:nth-child(3) {
	background: url(../images/bg_mainvisual_01.jpg) top center no-repeat;
	background-size: cover;
}
.haloween .top_mainvisual .mainvisual ul li:nth-child(4) {
	background: url(../images/img_mainvisual_24hour_bg.jpg) no-repeat bottom center/cover;
}
/*--------------------------------------
top page
--------------------------------------*/
.haloween .bnr_corona{
	background: #000;
}

.haloween .section_today_schedule_bg,
.haloween .section_newface,
.haloween .section_recruit {
	background: url(../images/haloween/bg_top_vis_01.png) repeat-x top, url(../images/haloween/bg_body_01.png) repeat center, #f25800;
	background: url(../images/haloween/bg_top_vis_01.png) repeat-x top, url(../images/haloween/bg_body_01.png) repeat center, -webkit-linear-gradient(top, #f25800 60%,#ee9a00 100%);
	background: url(../images/haloween/bg_top_vis_01.png) repeat-x top, url(../images/haloween/bg_body_01.png) repeat center, linear-gradient(to bottom, #f25800 60%,#ee9a00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f25800', endColorstr='#ee9a00',GradientType=0 );
	background-size: 960px, 100px;
}
.haloween .section_covergirl,
.haloween .content {
	background: url(../images/haloween/bg_top_vis_02.png) repeat-x top, url(../images/haloween/bg_bottom_vis_01.png) repeat-x bottom, url(../images/haloween/bg_body_04.png) repeat center, #490963;
	background: url(../images/haloween/bg_top_vis_02.png) repeat-x top, url(../images/haloween/bg_bottom_vis_01.png) repeat-x bottom, url(../images/haloween/bg_body_04.png) repeat center, -webkit-linear-gradient(top, #490963 60%,#9a105d 100%);
	background: url(../images/haloween/bg_top_vis_02.png) repeat-x top, url(../images/haloween/bg_bottom_vis_01.png) repeat-x bottom, url(../images/haloween/bg_body_04.png) repeat center, linear-gradient(to bottom, #490963 60%,#9a105d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#490963', endColorstr='#9a105d',GradientType=0 );
	background-size: 960px, 960px, 100px;
}

/* newface */
.haloween .section_newface .swiper-container {
	margin-bottom: 40px;
}
.haloween .section_newface .btn_staff img{
	width: 100%;
	max-width: 400px;
	margin: 0 0 -100px 0;
}

/* topics & twitter */
.haloween .col_two > section {
	background: url(../images/haloween/bg_content.png) repeat, rgba(255, 255, 255, 0.9);
	background-size: 250px;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	border-radius: 20px;
}
.haloween .col_two > section .title img {
	max-width: 220px;
}
.btn_twitter img{
	width: 100%;
	max-width: 400px;
	margin: 0 0 60px 0;
}

/* topics */
.haloween .section_topics .info_box {
	box-shadow: none;
}
.haloween .section_topics .info_box article time {
	color: #525252;
}
.haloween .section_topics .info_box article h3 {
	color: #42105e;
}
.haloween .section_topics .arrow a{
	color: #42105e;
	font-weight: 600;
}
/* twitter */
.haloween .section_twitter .twitter-timeline {
	box-shadow: none;
}

/* event */
.haloween .event_box {
	padding: 0;
	background: 0;
	box-shadow: none;
}
.haloween .event_box ul {
	box-shadow: none;
	justify-content: center;
}
.haloween .event_box ul li{
	width: 50%;
}
.haloween .event_box ul li img {
	/* max-width: 230px; */
	width: 100%;
	max-width: 470px;
	webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.4));
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.4));
}

/* recruit */
.haloween .section_recruit .inner {
	position: relative;
}
.haloween .section_recruit .left_box img,
.haloween .section_recruit .right_box img {
	width: 200px;
}
.haloween .section_recruit .left_box {
	z-index: 1;
}
.haloween .section_recruit .right_box {
	top: 80px;
	z-index: 1;
}
.haloween .section_recruit .recruit_box {
	position: relative;
}
.haloween .section_recruit .recruit_box img {
	width: 100%;
	max-width: 600px;
	webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.4));
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.4));
}
.haloween .section_recruit .recruit_box p.btn_01 {
	margin-bottom: 0;
	position: absolute;
	bottom: 12%;
	left: 0;
	right: 0
}

/*------------------------------------------
cancel
------------------------------------------*/
/* swiper */
/*.haloween .swiper-container {
	overflow: scroll;
}*/
.haloween .slider .swiper-button-next,
.haloween .slider .swiper-button-prev {
	background: #000;
}
.haloween .slider .swiper-pagination-bullet {
	background: #fff;
}

@media screen and (max-width: 768px) {

	/* footer */
	.haloween footer {
		padding-bottom: 50px;
	}

	.section_today_schedule,
	.section_covergirl,
	.section_newface,
	.content,
	.section_recruit,
	.bnr_box {
		padding: 80px 0 60px 0;
	}
	.haloween .top_mainvisual .mainvisual ul li:nth-child(1) {
		background: url(../images/bg_mainvisual_s_03.jpg) top center no-repeat;
		background-size: cover;
	}
	.haloween .top_mainvisual .mainvisual ul li:nth-child(2) {
		background: url(../images/bg_mainvisual_s_01.jpg) top center no-repeat;
		background-size: cover;
	}
	.haloween .top_mainvisual .mainvisual ul li:nth-child(3) {
		background: url(../images/bg_mainvisual_s_02.jpg) top center no-repeat;
		background-size: cover;
	}
	.haloween .top_mainvisual .mainvisual ul li:nth-child(4) {
        background: url(../images/img_mainvisual_24hour_bg_s.jpg) no-repeat bottom center/cover;
    }
	.haloween .event_box ul li{
		width: 50%;
	}
	/* newface */
	.haloween .section_newface .btn_staff img {
		margin: 0 0 -60px 0;
	}
	.btn_twitter img{
		margin: 30px 0 20px 0;
	}
	/* recruit */
	.haloween .section_recruit .left_box,
	.haloween .section_recruit .right_box  {
		display: none;
	}
	/* youtube */
	.youtube_inner{
		padding: 10px;
	}
}

@media screen and (max-width: 480px) {

  	/* mainvisual */
	.haloween .top_mainvisual .mainvisual ul li {
		height: 600px;
	}

	/* title */
	.haloween .title img {
		max-width: 300px;
		margin: 0 auto;
	}

	/* animation */
	.haloween .blog_box.slider .left_box {
   		bottom: -40px;
		left:   0px;
	}
	.haloween .blog_box.slider .left_box img{
		width: 80px;
	}
	
	.haloween .event_box ul li{
		width: 100%;
	}
	.haloween .slider .right_box img {
			width: 80px;
		}
	/* recruit */
	.haloween .section_recruit .recruit_box p.btn_01 {
		width: 200px;
		padding: 5px 0;
		bottom: 10%;
	}
}


/*------------------------------------
		🎄 クリスマスver 🎄
/*------------------------------------

/* btn */
.christmas .btn_01 {
	background: url(../images/christmas/bg_body_02.png) repeat, #ca0025;
	background-size: 30px;
	border: 2px solid #fff;
	border-radius: 23px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	color: #fff;
}
.christmas .btn_01 a {
	color: #fff;
}
.christmas .btn_01:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.christmas .btn_01:hover {
	background: url(../images/christmas/bg_body_02.png) repeat, #13ad00;
	background-size: 30px;
	box-shadow: none;
}
/* animation */
.christmas .slider .left_box {
	bottom: -40px;
	left: -30px;
}
.christmas .slider .left_box img {
	width: 160px;
}

/* title */
.christmas .title img {
	max-width: 440px;
}
.christmas .section_blog .title img{
	max-width: 220px;
	top: -50px;
	left:-40px;
}

@media screen and (max-width: 480px){
.christmas .section_blog {

    padding-top: 10px;
}
}

/* cast */
.christmas .cast_box {
	padding-top: 20px;
}
.christmas .cast_box li {
	max-width: 100%;
	margin: 0;
	padding: 20px 0;
	position: relative;
	webkit-filter: drop-shadow(0 0 3px rgba(0,0,0,0.3));
	filter: drop-shadow(0 0 3px rgba(0,0,0,0.3));
}
.christmas .cast_box li:before {
	width: 100%;
	height: 20px;
	background: url(../images/christmas/bg_staff_top.png) bottom center no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	right: 0;
	content: "";
}
.christmas .cast_box li:after {
	width: 100%;
	height: 20px;
	background: url(../images/christmas/bg_staff_bottom.png) top center no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
	content: "";
}
.christmas .cast_box li .bg_cast {
	padding: 0 10px;
	background: url(../images/christmas/bg_staff.png) repeat-y;
	background-size: contain;
	box-shadow: none;
}
.christmas .cast_box li .txt_box {
	background: 0;
}
.christmas .cast_box li .time{
	background: #276737;
	background: -webkit-linear-gradient(left, #276737 0%,#64b17a 50%, #276737 100%);
	background: linear-gradient(to right, #276737 0%,#64b17a 50%, #276737 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#276737', endColorstr='#64b17a',GradientType=0 );
}
.christmas .cast_box li .icon_new {
	top: 0px;
	left: 0px;
	right: unset;
}
.christmas .cast_box li .icon_new img{
	max-width: 55px;
}

/* header */
.christmas header {
	background: rgba(166,0,16,0.95);
}
.christmas header:after {
	background: url(../images/christmas/header_bottom.png) no-repeat;
	background-size: contain;
}

/* icon menu */
.christmas header .btn_box li a {
	background: #1e0222;
}
.christmas header .btn_box li:last-child a {
	background: #1e0222;
}

/* modal */
.christmas #header-menu-sp .modal {
	background: url(../images/christmas/bg_top_vis_01.png) repeat-x center 0%, #82000c;
	background: url(../images/christmas/bg_top_vis_01.png) repeat-x center 0%, -webkit-linear-gradient(top, #82000c 60%,#2b0004 100%);
	background: url(../images/christmas/bg_top_vis_01.png) repeat-x center 0%, linear-gradient(to bottom, #82000c 60%,#2b0004 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82000c', endColorstr='#2b0004',GradientType=0 );
	background-size: 600px, 600px, 100px;
}
.christmas #header-menu-sp .modal-content-inner nav li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.christmas #header-menu-sp .modal-btn-close span {
	background: #42105e;
}

/* pankuzu */
.christmas .pankuzu {
	background: #000;
}

/* footer */
.christmas footer {
	padding: 0;
	border-top: 0;
	background: #000;
}
.christmas footer .footer_nav li a {
	border-bottom: 1px dotted #464646;
}
.christmas footer .footer_nav li a:hover {
	color: #464646;
}
.christmas footer .copywriter {
	background: #a90d1b;
}
/* footer_btn */
.christmas footer .footer_btn li:nth-child(1) {
	background: #C4001A;
}
/*▼ LINE*/
/*.christmas footer .footer_btn li:nth-child(2) {
	background: #008a1e;
	}*/
	.christmas footer .footer_btn li:nth-child(2) {
		background: #1300b5;
	}
	.christmas footer .footer_btn li a.pagetop{
		color: #000;
	}

	/* bnr */
	.christmas .bnr_box {
		margin-bottom: 20px;
		padding: 100px 0;
		background: url(../images/christmas/bg_bnr.png) bottom center no-repeat;
		background-size: cover;
	}
	.christmas .bnr_box li {
		margin: 0 10px 20px 10px
	}
	.christmas .bnr_box li img {
		max-width: 300px;
		webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.4));
		filter: drop-shadow(0 0 10px rgba(0,0,0,0.4));
	}

	/* mainvisual */

/*
クリスマス仕様時
(通常に戻す場合はframe.htmlのスライダーの1枚目をコメントアウトすること)
*/
.christmas .top_mainvisual .mainvisual ul li:nth-child(1) {
	background: url(../images/bg_mainvisual_04.jpg) top center no-repeat;
	background-size: cover;
}
.christmas .top_mainvisual .mainvisual ul li:nth-child(2) {
	background: url(../images/bg_mainvisual_02.jpg) top center no-repeat;
	background-size: cover;
}
.christmas .top_mainvisual .mainvisual ul li:nth-child(3) {
	background: url(../images/bg_mainvisual_01.jpg) top center no-repeat;
	background-size: cover;
}
.christmas .top_mainvisual .mainvisual ul li:nth-child(4) {
    	background: url(../images/img_mainvisual_24hour_bg.jpg) no-repeat bottom center/cover;
	}

.christmas .top_mainvisual .bottom_box {
	background: rgba(166, 0, 16, 0.95);
	background-size: auto;
}
.christmas .top_mainvisual .bottom_box .inner {
	padding: 10px;
}
.christmas .top_mainvisual .info_box {
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.christmas .top_mainvisual .info_box li span {
	color: #000;
}
.christmas .top_mainvisual .info_box a {
	color: #fff;
}
.christmas .top_mainvisual .headline p {
	background: #000;
}
.christmas .top_mainvisual .headline ul li {
	color: #fff;
}

/*--------------------------------------
top page
--------------------------------------*/
/*各セクションの背景設定*/
.christmas .section_top_event{
	background: url(../images/christmas/bg_top_vis_01.png) repeat-x top, url(../images/christmas/bg_body_01.png) repeat center, url(../images/christmas/bg_event.jpg) repeat-x bottom;
	padding-top: 150px;
}
.christmas .section_today_schedule_bg{
	background: url(../images/christmas/bg_today_bottom.png) no-repeat bottom, url(../images/christmas/bg_today_all.jpg) repeat top;
}
.christmas .section_covergirl{
	background: url(../images/christmas/bg_pickup_top.png) no-repeat top, url(../images/christmas/bg_pickup_bottom.jpg) no-repeat bottom;
}
.christmas .section_newface{
	background: url(../images/christmas/bg_top_vis_01.png) repeat-x top, url(../images/christmas/bg_newstaff.jpg) no-repeat top;
	padding-top: 150px;
}
.christmas .content{
	background: url(../images/christmas/bg_content.jpg) no-repeat top;
}
.christmas .section_recruit{
	background: url(../images/christmas/bg_recruit_top.png) repeat-x top, url(../images/christmas/bg_recruit_bottom.jpg) no-repeat bottom, #fff;
}

/*各セクションのフレームアニメーション設定*/
.christmas .animation_01{
	-webkit-animation: scale-up-center01 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate ;
	animation: scale-up-center01 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate ;
}
@-webkit-keyframes scale-up-center01 {
	0% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes scale-up-center01 {
	0% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.christmas .animation_02{
	-webkit-animation: scale-up-center02 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate ;
	animation: scale-up-center02 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate ;
}
@-webkit-keyframes scale-up-center02 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}
}
@keyframes scale-up-center02 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}
}

/* newface */
.christmas .section_newface .swiper-container {
	margin-bottom: 40px;
}
.christmas .section_newface .btn_staff img{
	width: 100%;
	max-width: 400px;
	margin: 0 0 -100px 0;
}
.section_newface .inner.icon_oreimo img{
	width: 100px;
	margin:4px 0px 4px 0px;
}

.section_newface .inner.icon_oreimo{
	text-align: center;
}
/*btn_staffのアニメーション設定*/
.christmas .section_newface .btn_staff img:hover{
	-webkit-animation: shake-bottom 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	animation: shake-bottom 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
@-webkit-keyframes shake-bottom {
	0%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
	}
	10% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
	20%,
	40%,
	60% {
		-webkit-transform: rotate(-4deg);
		transform: rotate(-4deg);
	}
	30%,
	50%,
	70% {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}
	80% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	90% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
}
@keyframes shake-bottom {
	0%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
	}
	10% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
	20%,
	40%,
	60% {
		-webkit-transform: rotate(-4deg);
		transform: rotate(-4deg);
	}
	30%,
	50%,
	70% {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}
	80% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	90% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
}

/* topics & twitter */
.christmas .col_two > section {
	background: url(../images/christmas/bg_content.png) repeat, rgba(255, 255, 255, 0.9);
	background-size: 250px;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	border-radius: 20px;
}
.christmas .col_two > section .title img {
	max-width: 220px;
	top: -50px;
	left: -50px;
}

/* topics */
.christmas .section_topics .info_box {
	box-shadow: none;
}
.christmas .section_topics .info_box article time {
	color: #525252;
}
.christmas .section_topics .info_box article h3 {
	color: #42105e;
}
.christmas .section_topics .arrow a{
	color: #42105e;
	font-weight: 600;
}
/* twitter */
.christmas .section_twitter .twitter-timeline {
	box-shadow: none;
}

/* event */
.christmas .event_box {
	padding: 0;
	background: 0;
	box-shadow: none;
}
.christmas .event_box ul {
	box-shadow: none
}
.christmas .event_box ul li img {
	webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.4));
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.4));
	width: 100%;
    max-width: 470px;
}
/*
バナーhover時のアニメーション設定
(Twitter下のバナー＆footerのバナー)
*/
.christmas .hover_anime img:hover{
	-webkit-animation: shake-top 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	animation: shake-top 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
@-webkit-keyframes shake-top {
	0%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
	}
	10% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
	20%,
	40%,
	60% {
		-webkit-transform: rotate(-4deg);
		transform: rotate(-4deg);
	}
	30%,
	50%,
	70% {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}
	80% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	90% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
}
@keyframes shake-top {
	0%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
	}
	10% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
	20%,
	40%,
	60% {
		-webkit-transform: rotate(-4deg);
		transform: rotate(-4deg);
	}
	30%,
	50%,
	70% {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}
	80% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	90% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
}


/* recruit */
.christmas .section_recruit .inner {
	position: relative;
}
.christmas .section_recruit .left_box img,
.christmas .section_recruit .right_box img {
	width: 200px;
}
.christmas .section_recruit .left_box {
	z-index: 1;
	top: 180px;
}
.christmas .section_recruit .right_box {
	top: 180px;
	z-index: 1;
}
.christmas .section_recruit .recruit_box {
	position: relative;
}
.christmas .section_recruit .recruit_box img {
	width: 100%;
	max-width: 600px;
	webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.4));
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.4));
}
.christmas .section_recruit .recruit_box p.btn_01 {
	margin-bottom: 0;
	position: absolute;
	bottom: 8%;
	left: 0;
	right: 0
}
.christmas .section_recruit .img_recruit_bnr {
    margin-top: 30px;
}

/*------------------------------------------
cancel
------------------------------------------*/
/* swiper */
.christmas .swiper-container {
	overflow-x: hidden;
}
.christmas .slider .swiper-button-next,
.christmas .slider .swiper-button-prev {
	background: #000;
}
.christmas .slider .swiper-pagination-bullet {
	background: #fff;
}

@media screen and (max-width: 768px) {

	.christmas .top_mainvisual .mainvisual ul li:nth-child(1) {
		background: url(../images/bg_mainvisual_s_04.jpg) top center no-repeat;
		background-size: cover;
	}
	.christmas .top_mainvisual .mainvisual ul li:nth-child(2) {
		background: url(../images/bg_mainvisual_s_01.jpg) top center no-repeat;
		background-size: cover;
	}
	.christmas .top_mainvisual .mainvisual ul li:nth-child(3) {
		background: url(../images/bg_mainvisual_s_02.jpg) top center no-repeat;
		background-size: cover;
	}
	.christmas .top_mainvisual .mainvisual ul li:nth-child(4) {
    	background: url(../images/img_mainvisual_24hour_bg_s.jpg) no-repeat bottom center/cover;
	}

	/* footer */
	.christmas footer {
		padding-bottom: 50px;
	}

	.section_today_schedule,
	.section_covergirl,
	.section_newface,
	.content,
	.section_recruit,
	.bnr_box {
		padding: 80px 0 60px 0;
	}

	/* newface */
	.christmas .section_newface .btn_staff img {
		margin: 0 0 -60px 0;
	}

	/* recruit */
	.christmas .section_recruit .left_box,
	.christmas .section_recruit .right_box  {
		display: none;
	}
}

@media screen and (max-width: 480px) {
  /*mainvisual*/
	.christmas .top_mainvisual .mainvisual ul li {
		height: 600px;
	}
	/*cast*/
	.christmas .cast_box li .icon_new img{
		max-width: 40px;
	}

	/* title */
	.christmas .title img {
		max-width: 300px;
		margin: 0 auto;
	}

	/* animation */
	.christmas .slider .left_box {
		bottom: 0px;
		left: -10px;
	}
	.christmas .slider .left_box img {
		width: 80px;
	}

	/* recruit */
	.christmas .section_recruit .recruit_box p.btn_01 {
		width: 200px;
		padding: 5px 0;
		bottom: 10%;
	}
}


/*------------------------------------
		🎍 正月ver 🎍
/*------------------------------------

/* btn */
.newyear .btn_01 {
	background: url(../images/newyear/bg_body_02.png) repeat, #be9e5f;
	background-size: 30px;
	border: 2px solid #fff;
	border-radius: 23px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	color: #fff;
}
.newyear .btn_01 a {
	color: #fff;
}
.newyear .btn_01:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.newyear .btn_01:hover {
	background: url(../images/newyear/bg_body_02.png) repeat, #ca0025;
	background-size: 30px;
	box-shadow: none;
}
/* animation */
.newyear .slider .left_box {
	bottom: -40px;
	left: -30px;
}
.newyear .slider .left_box img {
	width: 160px;
}

/* title */
.newyear .title {
	margin-bottom: 20px;
}
.newyear .title img {
	max-width: 440px;
}

.newyear .section_blog .title img{
	max-width: 220px;
	top: -90px;
	left:-23px;
}

@media screen and (max-width: 480px){
.newyear .section_blog {
    padding-top: 40px;
}
.newyear .section_blog .title img{
	left:-30px;
}
}

/* cast */
.newyear .cast_box {
	padding-top: 20px;
}
.newyear .cast_box li {
	max-width: 100%;
	margin: 0;
	padding: 20px 0;
	position: relative;
	webkit-filter: drop-shadow(0 0 3px rgba(0,0,0,0.3));
	filter: drop-shadow(0 0 3px rgba(0,0,0,0.3));
}
.newyear .cast_box li:before {
	width: 100%;
	height: 20px;
	background: #fff;
	background-size: contain;
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	right: 0;
	content: "";
}
.newyear .cast_box li:after {
	width: 100%;
	height: 20px;
	background: #fff;
	background-size: contain;
	display: block;
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
	content: "";
}
.newyear .cast_box li .bg_cast {
	padding: 0 10px;
	background: #fff;
	background-size: contain;
	box-shadow: none;
}
.newyear .cast_box li .txt_box {
	background: 0;
}
.newyear .cast_box li .time{
	background: #94763b;
	background: -webkit-linear-gradient(left, #94763b 0%,#d5ba85 50%, #94763b 100%);
	background: linear-gradient(to right, #94763b 0%,#d5ba85 50%, #94763b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94763b', endColorstr='#d5ba85',GradientType=0 );
}
.newyear .cast_box li .icon_new {
	top: -10px;
	left: 0px;
	right: 0px;
}
.newyear .cast_box li .icon_new img{
	max-width: 90px;
}

/* header */
.newyear header {
	background: rgba(166,0,16,0.95);
}
.newyear header:after {
	background: url(../images/newyear/header_bottom.png) no-repeat;
	background-size: contain;
}

/* icon menu */
.newyear header .btn_box li a {
	background: #1e0222;
}
.newyear header .btn_box li:last-child a {
	background: #1e0222;
}

/* modal */
.newyear #header-menu-sp .modal {
	background: url(../images/newyear/bg_top_vis_01.png) repeat-x center 0%, #82000c;
	background: url(../images/newyear/bg_top_vis_01.png) repeat-x center 0%, -webkit-linear-gradient(top, #82000c 60%,#2b0004 100%);
	background: url(../images/newyear/bg_top_vis_01.png) repeat-x center 0%, linear-gradient(to bottom, #82000c 60%,#2b0004 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82000c', endColorstr='#2b0004',GradientType=0 );
	background-size: 600px, 600px, 100px;
}
.newyear #header-menu-sp .modal-content-inner nav li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.newyear #header-menu-sp .modal-btn-close span {
	background: #42105e;
}

/* pankuzu */
.newyear .pankuzu {
	background: #be9e5f;
}

/* footer */
.newyear footer {
	padding: 0;
	border-top: 0;
	background: #be9e5f;
}
.newyear footer .footer_nav li a {
	color: #fff;
	border-bottom: 1px dotted #ffffff80;
}
.newyear footer .footer_nav li a:hover {
	color: #464646;
}
.newyear footer .copywriter {
	background: #a90d1b;
}
/* footer_btn */
.newyear footer .footer_btn li:nth-child(1) {
	background: #C4001A;
}
/*▼ LINE*/
/*.newyear footer .footer_btn li:nth-child(2) {
	background: #008a1e;
	}*/
	.newyear footer .footer_btn li:nth-child(2) {
		background: #1300b5;
	}
	.newyear footer .footer_btn li a.pagetop{
		color: #000;
	}

	/* bnr */
	.newyear .bnr_box {
		margin-bottom: 20px;
		padding: 100px 0;
		background: url(../images/newyear/bg_bnr_top.png) no-repeat top, url(../images/newyear/bg_bnr_bottom.png) no-repeat bottom, url(../images/newyear/bg_bnr.png) bottom center repeat-y;
	}
	.newyear .bnr_box li {
		margin: 0 10px 20px 10px
	}
	.newyear .bnr_box li img {
		max-width: 300px;
		webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.4));
		filter: drop-shadow(0 0 10px rgba(0,0,0,0.4));
	}

	/* mainvisual */

/*
正月仕様時
(通常に戻す場合はframe.htmlのスライダーの1枚目をコメントアウトすること)
*/
.newyear .top_mainvisual .mainvisual ul li:nth-child(1) {
	background: url(../images/newyear/bg_mainvisual_04.jpg) top center no-repeat;
	background-size: cover;
}
.newyear .top_mainvisual .mainvisual ul li:nth-child(2) {
	background: url(../images/bg_mainvisual_02.jpg) top center no-repeat;
	background-size: cover;
}
.newyear .top_mainvisual .mainvisual ul li:nth-child(3) {
	background: url(../images/bg_mainvisual_01.jpg) top center no-repeat;
	background-size: cover;
}
.newyear .top_mainvisual .mainvisual ul li:nth-child(4) {
	background: url(../images/img_mainvisual_24hour_bg.jpg) no-repeat bottom center/cover;
}

.newyear .top_mainvisual .bottom_box {
	background: rgba(166, 0, 16, 0.95);
	background-size: auto;
}
.newyear .top_mainvisual .bottom_box .inner {
	padding: 10px;
}
.newyear .top_mainvisual .info_box {
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.newyear .top_mainvisual .info_box li span {
	color: #000;
}
.newyear .top_mainvisual .info_box a {
	color: #fff;
}
.newyear .top_mainvisual .headline p {
	background: #000;
}
.newyear .top_mainvisual .headline ul li {
	color: #fff;
}

/*--------------------------------------
top page
--------------------------------------*/
/*各セクションの背景設定*/
.newyear .section_top_event{
	background: url(../images/newyear/bg_event_bottom.png) no-repeat bottom, url(../images/newyear/bg_event_all.jpg) repeat-y bottom;
}
.newyear .section_today_schedule_bg{
	background: url(../images/newyear/bg_today_bottom.png) no-repeat bottom, url(../images/newyear/bg_today_all.jpg) repeat top;
}
.newyear .section_covergirl{
	background: url(../images/newyear/bg_pickup_top.png) no-repeat top, url(../images/newyear/bg_pickup_bottom.png) no-repeat bottom, url(../images/newyear/bg_pickup.jpg) no-repeat bottom;
}
.newyear .section_newface{
	background: url(../images/newyear/bg_newface.jpg) repeat-y top;
	padding-top: 100px;
}
.newyear .content{
	background: url(../images/newyear/bg_content_top.png) no-repeat top, url(../images/newyear/bg_content_bottom.png) no-repeat bottom, url(../images/newyear/bg_content_all.jpg) repeat-y bottom;
}
.newyear .section_recruit{
	background: url(../images/newyear/bg_recruit.jpg) no-repeat bottom;
}

/*各セクションのフレームアニメーション設定*/
.newyear .animation_01{
	-webkit-animation: scale-up-center01 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate ;
	animation: scale-up-center01 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate ;
}
@-webkit-keyframes scale-up-center01 {
	0% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes scale-up-center01 {
	0% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.newyear .animation_02{
	-webkit-animation: scale-up-center02 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate ;
	animation: scale-up-center02 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate ;
}
@-webkit-keyframes scale-up-center02 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}
}
@keyframes scale-up-center02 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}
}

/*メインビジュアル下のイベントセクション*/
.newyear .section_top_event .inner{
	margin-bottom: 100px;
}
.newyear .section_top_event .top_evnt_box img{
	box-shadow:10px 10px 0px 0px rgba(38,26,0,0.8);
}
.newyear .section_top_event .inner {
	position: relative;
}
.newyear .section_top_event .left_box img,
.newyear .section_top_event .right_box img {
	width: 250px;
}
.newyear .section_top_event .left_box {
	z-index: 1;
	bottom: 0;
	top: unset;
	left: -100px;
}
.newyear .section_top_event .right_box {
	z-index: 1;
	bottom: 0;
	top: unset;
	right: -100px;
}


/* newface */
.newyear .section_newface .swiper-container {
	margin-bottom: 40px;
}
.newyear .section_newface .btn_staff img{
	width: 100%;
	max-width: 400px;
	margin: 0 0 -100px 0;
}
/*btn_staffのアニメーション設定*/
.newyear .section_newface .btn_staff img:hover{
	-webkit-animation: shake-bottom 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	animation: shake-bottom 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
@-webkit-keyframes shake-bottom {
	0%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
	}
	10% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
	20%,
	40%,
	60% {
		-webkit-transform: rotate(-4deg);
		transform: rotate(-4deg);
	}
	30%,
	50%,
	70% {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}
	80% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	90% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
}
@keyframes shake-bottom {
	0%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
	}
	10% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
	20%,
	40%,
	60% {
		-webkit-transform: rotate(-4deg);
		transform: rotate(-4deg);
	}
	30%,
	50%,
	70% {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}
	80% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	90% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
}

/* topics & twitter */
.newyear .col_two > section {
	background: url(../images/newyear/bg_content.png) repeat, rgba(255, 255, 255, 0.9);
	background-size: 250px;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	border-radius: 20px;
}
.newyear .col_two > section .title img {
	max-width: 220px;
	top: -50px;
	left: -50px;
}

/* topics */
.newyear .section_topics .info_box {
	box-shadow: none;
}
.newyear .section_topics .info_box article time {
	color: #525252;
}
.newyear .section_topics .info_box article h3 {
	color: #42105e;
}
.newyear .section_topics .arrow a{
	color: #42105e;
	font-weight: 600;
}
/* twitter */
.newyear .section_twitter .twitter-timeline {
	box-shadow: none;
}

/* event */
.newyear .event_box {
	padding: 0;
	background: 0;
	box-shadow: none;
}
.newyear .event_box ul {
	box-shadow: none
}
.newyear .event_box ul li img {
	/* max-width: 230px; */
	width: 100%;
	max-width: 470px;
	webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.4));
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.4));
}
/*
バナーhover時のアニメーション設定
(Twitter下のバナー＆footerのバナー)
*/
.newyear .hover_anime img:hover{
	-webkit-animation: shake-top 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	animation: shake-top 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
@-webkit-keyframes shake-top {
	0%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
	}
	10% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
	20%,
	40%,
	60% {
		-webkit-transform: rotate(-4deg);
		transform: rotate(-4deg);
	}
	30%,
	50%,
	70% {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}
	80% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	90% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
}
@keyframes shake-top {
	0%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
	}
	10% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
	20%,
	40%,
	60% {
		-webkit-transform: rotate(-4deg);
		transform: rotate(-4deg);
	}
	30%,
	50%,
	70% {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}
	80% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	90% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
}


/* recruit */
.newyear .section_recruit .inner {
	position: relative;
}
.newyear .section_recruit .left_box img,
.newyear .section_recruit .right_box img {
	width: 250px;
}
.newyear .section_recruit .left_box {
	z-index: 1;
	top: 100px;
	left: -50px;
}
.newyear .section_recruit .right_box {
	top: 100px;
	right: -50px;
	z-index: 1;
}
.newyear .section_recruit .recruit_box {
	position: relative;
	margin-bottom: 40px;
}
.newyear .section_recruit .recruit_box img {
	width: 100%;
	max-width: 600px;
	webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.4));
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.4));
}
.newyear .section_recruit .recruit_box .btn_01 {
	margin-bottom: 0;
	position: absolute;
	bottom: 8%;
	left: 0;
	right: 0;
	background: url(../images/newyear/bg_body_02.png) repeat, #aa0d1b;
	background-size: 30px;
	border: 2px solid #fff;
	border-radius: 23px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	color: #fff;
}
.newyear .section_recruit .recruit_box .btn_01:hover{
	background: #be9e5f;
}

/*------------------------------------------
cancel
------------------------------------------*/
/* swiper */
.newyear .swiper-container {
	overflow-x: hidden;
}
.newyear .slider .swiper-button-next,
.newyear .slider .swiper-button-prev {
	background: #000;
}
.newyear .slider .swiper-pagination-bullet {
	background: #fff;
}

@media screen and (max-width: 768px) {

	.newyear .top_mainvisual .mainvisual ul li:nth-child(1) {
		background: url(../images/newyear/bg_mainvisual_s_04.jpg) top center no-repeat;
		background-size: cover;
	}
	.newyear .top_mainvisual .mainvisual ul li:nth-child(2) {
		background: url(../images/bg_mainvisual_s_01.jpg) top center no-repeat;
		background-size: cover;
	}
	.newyear .top_mainvisual .mainvisual ul li:nth-child(3) {
		background: url(../images/bg_mainvisual_s_02.jpg) top center no-repeat;
		background-size: cover;
	}

	/* footer */
	.newyear footer {
		padding-bottom: 50px;
	}

	.section_today_schedule,
	.section_covergirl,
	.section_newface,
	.content,
	.section_recruit,
	.bnr_box {
		padding: 80px 0 60px 0;
	}

	/* newface */
	.newyear .section_newface .btn_staff img {
		margin: 0 0 -60px 0;
	}

	/* top_event recruit */
	.newyear .section_top_event .left_box,
	.newyear .section_top_event .right_box,
	.newyear .section_recruit .left_box,
	.newyear .section_recruit .right_box {
		display: none;
	}
}

@media screen and (max-width: 480px) {
  /*mainvisual*/
	.newyear .top_mainvisual .mainvisual ul li {
		height: 600px;
	}
	/*cast*/
	.newyear .cast_box li .icon_new img{
		max-width: 40px;
	}

	/* title */
	.newyear .title img {
		max-width: 300px;
		margin: 0 auto;
	}

	/* animation */
	.newyear .slider .left_box {
		bottom: 0px;
		left: -10px;
	}
	.newyear .slider .left_box img {
		width: 80px;
	}

	/* recruit */
	.newyear .section_recruit .recruit_box p.btn_01 {
		width: 200px;
		padding: 5px 0;
		bottom: 10%;
	}
}

/*------------------------------------
	🍫　ヴァレンタインver 🍫
/*------------------------------------

/* btn */
.valentine .btn_01 {
	background: url(../images/valentine/bg_body_02.png) repeat, #ea4a6d;
	background-size: 30px;
	border: 2px solid #fff;
	border-radius: 23px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	color: #fff;
}
.valentine .btn_01 a {
	color: #fff;
}
.valentine .btn_01:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.valentine .btn_01:hover {
	background: url(../images/valentine/bg_body_02.png) repeat, #ca0025;
	background-size: 30px;
	box-shadow: none;
}
/* animation */
.valentine .slider .left_box {
	bottom: 60px;
	left: -110px;
}
.valentine .slider .right_box{
	top: -58px;
	right: -130px;
}
.valentine .slider .left_box img,
.valentine .slider .right_box img {
	width: 200px;
}
/* title */
.valentine .title img {
	max-width: 500px;
}

.valentine .section_blog .title img{
	max-width: 220px;
	top: -68px;
    left: -13px;
}

.valentine .section_blog{
	padding-top: 30px;
}

/* cast */
.valentine .cast_box {
	padding-top: 20px;
}
.valentine .cast_box li {
	max-width: 100%;
	margin: 0;
	padding: 20px 0;
	position: relative;
	webkit-filter: drop-shadow(0 0 3px rgba(0,0,0,0.3));
	filter: drop-shadow(0 0 3px rgba(0,0,0,0.3));
}
.valentine .cast_box li:before {
	width: 100%;
	height: 10px;
	background: #fff;
	background-size: contain;
	display: block;
	/*	position: absolute;*/
	top: 1px;
	left: 0;
	right: 0;
	content: "";
}
.valentine .cast_box li:after {
	width: 100%;
	height: 10px;
	background: #fff;
	background-size: contain;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
}
.valentine .cast_box li .bg_cast {
	padding: 0 10px;
	background: #fff;
	background-size: contain;
	box-shadow: none;
}
.valentine .cast_box li .time{
	background: #d64a68;
}
.valentine .cast_box li .icon_new {
	top: -12px;
	left: -9px;
	right: auto;
}
.valentine .cast_box li .icon_new img{
	max-width: 90px;
}

/* header */
.valentine header {
	background: rgba(88, 51, 44, 0.95);
}
.valentine header:after {
	background: url(../images/valentine/header_bottom.png) no-repeat;
	background-size: contain;
}

/* icon menu */
.valentine header .btn_box li a {
	background: #c6536c;
}
/* modal */

.valentine #header-menu-sp .modal{
	background: url(../images/valentine/bg_newface_bottom.png),url(../images/valentine/bg_newface_bottom.png), rgba(255, 225, 227, 0.98);
	background-repeat: repeat-x;
	background-size: 150px,150px;
	background-position: left 2%,center 98%,center center;
}
.valentine #header-menu-sp .modal-content-inner nav li {
	border-bottom: 1px solid #ffafc9;
}
.valentine #header-menu-sp .modal-content-inner nav li a{
	color: #773f50;
}
.valentine #header-menu-sp .modal-content-inner nav li a:after{
	border-top: 1px solid #ff77a1;
	border-right: 1px solid #ff87aa;
}
.valentine #header-menu-sp .modal-btn-close span {
	background: #a72647;
}

/* pankuzu */
.valentine .pankuzu {
	background: linear-gradient(to right, #947e4e 0%, #decfae 50%, #947e4e 100%);
}

/* footer */
.valentine footer {
	padding: 0;
	border-top: 0;
	background: #e68398;
}
.valentine footer .footer_nav li a {
	color: #fff;
	border-bottom: 1px dotted #ffffff80;
}
.valentine footer .footer_nav li a:hover {
	color: #464646;
}
.valentine footer .copywriter {
	background: #58332c;
}
/* footer_btn */
.valentine footer .footer_btn li:nth-child(1) {
	background: #b3985f;
}
/*▼ LINE*/
/*.valentine footer .footer_btn li:nth-child(2) {
	background: #73c39a;
	}*/
	.valentine footer .footer_btn li:nth-child(2) {
		background: #f3718e;
	}
	.valentine footer .footer_btn li a.pagetop{
		color: #5d302a;
	}

	/* bnr */
	.valentine .bnr_box {
		margin-bottom: 20px;
		padding: 100px 0;
		background: url(../images/valentine/bg_bnr_left.png) ,url(../images/valentine/bg_bnr_right.png), url(../images/valentine/bg_bnr_back.jpg);
		background-size: 860px,930px,20px;
		background-position: -10% 101%,105% top,center center;
		background-repeat: no-repeat,no-repeat,repeat;
	}
	.valentine .bnr_box li {
		margin: 0 10px 20px 10px
	}
	.valentine .bnr_box li img {
		max-width: 300px;
		webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.4));
		filter: drop-shadow(0 0 10px rgba(0,0,0,0.4));
	}

	/* mainvisual */
/*
バレンタイン仕様時
(通常に戻す場合はframe.htmlのスライダーの1枚目をコメントアウトすること)
*/
.valentine .top_mainvisual .mainvisual ul li:nth-child(1) {
	background: url(../images/valentine/bg_mainvisual_05.jpg) top center no-repeat;
	background-size: cover;
}
.valentine .top_mainvisual .mainvisual ul li:nth-child(2) {
	background: url(../images/bg_mainvisual_02.jpg) top center no-repeat;
	background-size: cover;
}
.valentine .top_mainvisual .mainvisual ul li:nth-child(3) {
	background: url(../images/bg_mainvisual_01.jpg) top center no-repeat;
	background-size: cover;
}
.valentine .top_mainvisual .bottom_box {
	background: rgba(55, 8, 0, 0.85);
}
.valentine .top_mainvisual .bottom_box .inner {
	padding: 10px;
}
.valentine .top_mainvisual .info_box {
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(166, 166, 166, 0.4);
	color: #fff;
}
.valentine .top_mainvisual .info_box li span {
	color: #fabac8;
}
.valentine .top_mainvisual .info_box a {
	color: #fff;
}
.valentine .top_mainvisual .headline p {
	background: #c0af8b;
}
.valentine .top_mainvisual .headline ul li {
	color: #fff;
}

/*--------------------------------------
top page
--------------------------------------*/
/*各セクションの背景設定*/

.valentine .section_today_schedule_bg{
	background: url(../images/valentine/bg_today_left.png),url(../images/valentine/bg_today_right.png), url(../images/valentine/bg_today_back.jpg);
	background-repeat:no-repeat;
	background-position: left top,right bottom,center bottom;
	background-size: 380px,380px,cover;

}
.valentine .section_covergirl{
	background: url(../images/valentine/bg_pickup_top.png), url(../images/valentine/bg_pickup_bottom.png), url(../images/valentine/bg_pickup_back.jpg);
	background-repeat:repeat-x,repeat-x,repeat;
	background-position:center top,center bottom,center top;
	background-size: 108px,108px,130px;
	padding: 100px 0;
}
.valentine .section_newface{
	background: url(../images/valentine/bg_newface_bottom.png), url(../images/valentine/bg_newface_back.jpg);
	background-repeat:repeat-x,no-repeat;
	background-position:center 90%,center top;
	background-size: 470px,cover;
	padding: 70px 0 100px;
}
.valentine .content{
	background: url(../images/valentine/bg_content_top.png), url(../images/valentine/bg_content_back.jpg);
	background-repeat:repeat-x,no-repeat;
	background-position:center top,center bottom;
	background-size: 1010px,cover;
	padding: 150px 0 70px;
}
.valentine .section_recruit{
	background: url(../images/valentine/bg_recruit_back.jpg) no-repeat bottom;
	background-size: cover;
	padding: 75px 0;
}

/*各セクションのフレームアニメーション設定*/
.valentine .section_today_schedule .animation_01,.valentine .section_covergirl .animation_01,.section_newface .animation_01{
	-webkit-animation: scale-up-center01 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate ;
	animation: scale-up-center01 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate ;
}
@-webkit-keyframes scale-up-center01 {
	0% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes scale-up-center01 {
	0% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.valentine .section_today_schedule .animation_02,.valentine .section_covergirl .animation_02,.section_newface .animation_02{
	-webkit-animation: scale-up-center02 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate ;
	animation: scale-up-center02 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate ;
}
@-webkit-keyframes scale-up-center02 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}
}
@keyframes scale-up-center02 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}
}

/* newface */
.valentine .section_newface .swiper-container {
	margin-bottom: 40px;
}
.valentine .section_newface .btn_staff img{
	max-width: 340px;
	margin: -25px 0 -65px 0;
}
/*btn_staffのアニメーション設定*/
.valentine .section_newface .btn_staff img:hover{
	-webkit-animation: shake-bottom 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	animation: shake-bottom 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
@-webkit-keyframes shake-bottom {
	0%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
	}
	10% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
	20%,
	40%,
	60% {
		-webkit-transform: rotate(-4deg);
		transform: rotate(-4deg);
	}
	30%,
	50%,
	70% {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}
	80% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	90% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
}
@keyframes shake-bottom {
	0%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
	}
	10% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
	20%,
	40%,
	60% {
		-webkit-transform: rotate(-4deg);
		transform: rotate(-4deg);
	}
	30%,
	50%,
	70% {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}
	80% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	90% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
}

/* topics & twitter */
.valentine .col_two > section {
	background: url(../images/valentine/bg_content.png) no-repeat, #fff5fc;
	background-size: 610px;
	background-position: center 130%;
	border-radius: 20px;
}
.valentine .col_two > section .title img {
	max-width: 220px;
	top: -50px;
	left: -50px;
	pointer-events: none;
}

/* topics */
.valentine .section_topics .info_box {
	box-shadow: none;
}
.valentine .section_topics .info_box article time {
	color: #5e2d11;
}
.valentine .section_topics .info_box article h3 {
	color: #d82c7d;
}
/* twitter */
.valentine .section_twitter .twitter-timeline {
	box-shadow: none;
}

/* event */
.valentine .event_box {
	padding: 0;
	background: 0;
	box-shadow: none;
}
.valentine .event_box ul {
	box-shadow: none
}
.valentine .event_box ul li img {
	/* max-width: 230px; */
	width: 100%;
	max-width: 470px;
	webkit-filter: drop-shadow(0px 4px 2px rgba(181, 157, 154, 0.3));
	filter: drop-shadow(0px 4px 2px rgba(181, 157, 154, 0.3));
	box-shadow: none;
}
/*
バナーhover時のアニメーション設定
(Twitter下のバナー＆footerのバナー)
*/
.valentine .hover_anime img:hover{
	-webkit-animation: shake-top 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	animation: shake-top 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
@-webkit-keyframes shake-top {
	0%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
	}
	10% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
	20%,
	40%,
	60% {
		-webkit-transform: rotate(-4deg);
		transform: rotate(-4deg);
	}
	30%,
	50%,
	70% {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}
	80% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	90% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
}
@keyframes shake-top {
	0%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
	}
	10% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
	20%,
	40%,
	60% {
		-webkit-transform: rotate(-4deg);
		transform: rotate(-4deg);
	}
	30%,
	50%,
	70% {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}
	80% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	90% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
}

/* recruit */
.valentine .section_recruit .inner {
	position: relative;
}
.valentine .section_recruit .left_box img,
.valentine .section_recruit .right_box img {
	width: 250px;
}
.valentine .section_recruit .left_box {
	z-index: 1;
	top: 100px;
	left: -50px;
}
.valentine .section_recruit .right_box {
	top: 100px;
	right: -50px;
	z-index: 1;
}
.valentine .section_recruit .recruit_box {
	position: relative;
}
.valentine .section_recruit .recruit_box img {
	width: 100%;
	max-width: 640px;
}
.valentine .section_recruit .recruit_box .btn_01 {
	margin-bottom: 0;
	position: absolute;
	bottom: 18%;
	left: 0;
	right: 0;
	border: none;
}
.valentine .section_recruit .recruit_box .btn_01:hover{
	background: #5d322c;
}

/*------------------------------------------
cancel
------------------------------------------*/
/* swiper */
.valentine .swiper-container {
	overflow-x: hidden;
}
.valentine .slider .swiper-button-next,
.valentine .slider .swiper-button-prev {
	background: #cd4c68;
}
.valentine .slider .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	box-shadow: 0 0 5px 3px rgba(88, 67, 78, 0.1);
}
.valentine .slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #cd4c68;
}

@media screen and (max-width: 1024px) {
	.valentine .section_today_schedule_bg {
		background-position: -2% top,right bottom,center bottom;
		background-size: 250px,250px,cover;
	}
	.valentine .content{
		background-position: center top,right bottom;
		background-size: 750px,cover;
	}
	.valentine .slider .left_box img, .valentine .slider .right_box img {
		width: 120px;
	}
	.valentine .slider .left_box {left: -40px;}
	.valentine .slider .right_box{right: -30px; top: -40px;}

}

@media screen and (max-width: 768px) {
	.valentine .top_mainvisual .mainvisual ul li:nth-child(1) {
		background: url(../images/valentine/bg_mainvisual_s_05.jpg) top center no-repeat;
		background-size: cover;
	}
	.valentine .top_mainvisual .mainvisual ul li:nth-child(1) img{
		top:24%;
	}
	.valentine .top_mainvisual .mainvisual ul li:nth-child(2) {
		background: url(../images/bg_mainvisual_s_01.jpg) top center no-repeat;
		background-size: cover;
	}
	.valentine .top_mainvisual .mainvisual ul li:nth-child(3) {
		background: url(../images/bg_mainvisual_s_02.jpg) top center no-repeat;
		background-size: cover;
	}
	/* footer */
	.valentine footer {padding-bottom: 50px;}
	.valentine .section_today_schedule,.valentine .section_recruit{padding: 55px 0 60px;}
	.valentine .section_covergirl{padding: 80px 0;}
	.valentine .section_newface{padding: 50px 0 100px;}
	.valentine .content{
		background-position: center top,left bottom;
		background-size: 505px,cover;
		padding: 120px 0 50px;
	}
	.valentine .bnr_box{
		background-position: 50% 102%,80% top,center center;
	}
	/* top_event recruit */
	.valentine .section_recruit .left_box,
	.valentine .section_recruit .right_box {
		display: none;
	}
}

@media screen and (max-width: 480px) {
  /*mainvisual*/
	.valentine .top_mainvisual .mainvisual ul li {
		height: 600px;
	}
	.valentine .top_mainvisual .info_box{
		border-bottom: none;
	}
	/*cast*/
	.valentine .cast_box li .icon_new img{
		max-width: 70px;
	}

	/* title */
	.valentine .title img {
		max-width: 400px;
		margin: 0 auto;
	}

	/* animation */
	.valentine .slider .left_box img, .valentine .slider .right_box img {
		width: 90px;
	}
	.valentine .slider .left_box {
		bottom: 0px;
		left: -10px;
	}
	.valentine .slider .right_box {
		right: -24px;
		top: -65px;
	}
	.valentine .section_today_schedule_bg{
		background: url(../images/valentine/bg_today_back.jpg)no-repeat center bottom;
		background-size: cover;
	}
	.valentine .col_two > section .title img {
		max-width: 200px;
		left: -15px;
	}
	.valentine .content{
		background: url(../images/valentine/bg_content_top.png), url(../images/valentine/bg_content.png);
		background-repeat: repeat-x,no-repeat;
		background-position: left top,center bottom;
		background-size: 505px,610px;
	}
	/* recruit */
	.valentine .section_recruit .recruit_box .btn_01 {
		width: 200px;
		padding: 5px 0;
		bottom: 18%;
	}
}
@media screen and (max-width: 400px){
	.valentine .bnr_box {
		background-position: background-position: 26% 113%,80% -2%,center center;
	}
}
@media screen and (max-width: 360px){
	.valentine .section_recruit .recruit_box .btn_01 {
		padding: 3px 0;
		bottom: 15%;
	}
}



/*------------------------------------
		🌸 Spring 春ver 🌸
/*------------------------------------

/* btn */
.spring .btn_01 {
	background: #d43b73;
	background-size: 30px;
	border: 2px solid #fff;
	border-radius: 23px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	color: #fff;
}
.spring .btn_01 a {
	color: #fff;
}
.spring .btn_01:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.spring .btn_01:hover {
	background: #96c258;
	background-size: 30px;
	box-shadow: none;
}
/* animation */
.spring .slider .left_box {
	bottom: 62px;
	left: -84px;
}
.spring .slider .left_box img {
	width: 160px;
}
.spring .slider .right_box {
	top: 0px;
	right: -69px;
}
.spring .slider .right_box img {
	width: 160px;
}
/* title */
.spring .title img {
	max-width: 440px;
}


.spring .section_blog .title img{
	max-width: 180px;
	top: -65px;
	left: -30px;
}

.spring .section_blog{
	padding-top: 30px;
}


/* cast */
.spring .cast_box {
	padding-top: 20px;
}
.spring .cast_box li {
	max-width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	border: 12px solid #fff;
	box-shadow: 0 0 6px 6px rgba(0,0,0,.19);
}
.spring .cast_box li:before {
	width: 100%;
	height: 20px;
	background: url(../images/spring/bg_staff_top.png) bottom center no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	right: 0;
	content: "";
}
.spring .cast_box li:after {
	width: 100%;
	height: 20px;
	background: url(../images/spring/bg_staff_bottom.png) top center no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
	content: "";
}
.spring .cast_box li .bg_cast {
	padding: 0;
	box-shadow: none;
}
.spring .cast_box li .txt_box {
	background: #fff;
}
.spring .cast_box li .time{
	background: #df8092;

}
.spring .cast_box li .icon_new {
	top: -5%;
	left: -9%;
	right: unset;
}
.spring .cast_box li .icon_new img{
	max-width: 82px;
}

/* header */
.spring header {
	background: rgba(248, 172, 200, .95);
}
.spring header:after {
	background: url(../images/spring/header_bottom.png) no-repeat;
	background-size: contain;
}

/* icon menu */
.spring header .btn_box li a {
	background: #d43b73;
}
.spring header .btn_box li:last-child a {
	background: #d43b73;
}

/* modal */
.spring #header-menu-sp .modal {
	background: url(../images/spring/bg_top_vis_01.png) repeat-x center 0%, #d43b73;
	background: url(../images/spring/bg_top_vis_01.png) repeat-x center 0%, -webkit-linear-gradient(top, #d43b73 60%,#D60E74 100%);
	background: url(../images/spring/bg_top_vis_01.png) repeat-x center 0%, linear-gradient(to bottom, #d43b73 60%,#D60E74 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82000c', endColorstr='#2b0004',GradientType=0 );
	background-size: 600px, 600px, 100px;
}
.spring #header-menu-sp .modal-content-inner nav li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.spring #header-menu-sp .modal-btn-close span {
	background: #42105e;
}

/* pankuzu */
.spring .pankuzu {
	background: #df8092;
}

/* footer */
.spring footer {
	padding: 0;
	border-top: 0;
	background: #d37d9d;
}
.spring footer .footer_nav li a {
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
.spring footer .footer_nav li a:hover {
	color: #464646;
}
.spring footer .copywriter {
	background: #b7587a;
}
/* footer_btn */
.spring footer .footer_btn li:nth-child(1) {
	background: #d43b73;
}
/*▼ LINE*/
/*.spring footer .footer_btn li:nth-child(2) {
	background: #83b143;
	}*/
	.spring footer .footer_btn li:nth-child(2) {
		background: #7647B0;
	}
	.spring footer .footer_btn li a.pagetop{
		color: #000;
	}

	/* bnr */
	.spring .bnr_box {
		margin-bottom: 20px;
		padding: 100px 0;
		background: url(../images/spring/bg_footer_01.png) no-repeat 0 120%,#fff url(../images/spring/bg_footer_02.png) no-repeat 105% 50%;
	}
	.spring .bnr_box li {
		margin: 0 10px 20px 10px
	}
	.spring .bnr_box li img {
		max-width: 300px;
		webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.4));
		filter: drop-shadow(0 0 10px rgba(0,0,0,0.4));
	}

	/* mainvisual */
	.spring .top_mainvisual .mainvisual ul li:nth-child(1) {
		background: url(../images/spring/bg_mainvisual_03.jpg) top center no-repeat;
		background-size: cover;
	}
	.spring .top_mainvisual .mainvisual ul li:nth-child(2) {
		background: no-repeat center center/cover url(../images/bg_mainvisual_01.jpg);
	}
	.spring .top_mainvisual .mainvisual ul li:nth-child(3) {
		background: no-repeat center center/cover url(../images/bg_mainvisual_02.jpg);
	}
	.spring .top_mainvisual .mainvisual ul li img{
		margin: 0 auto;
	}
	.spring .top_mainvisual .mainvisual ul li:nth-child(3) img{
		top: 20%;
	}
	.spring .top_mainvisual .bottom_box {
		background: rgba(248, 172, 200, .95);
		background-size: auto;
	}
	.spring .top_mainvisual .bottom_box .inner {
		padding: 10px;
	}
	.spring .top_mainvisual .info_box {
		margin-bottom: 10px;
		border-bottom: 1px solid rgba(255,255,255,.4);
		color: #fff;
	}
	.spring .top_mainvisual .info_box li span {
		color: #d43b73;
	}
	.spring .top_mainvisual .info_box a {
		color: #fff;
	}
	.spring .top_mainvisual .headline p {
		background: #d43b73;
	}
	.spring .top_mainvisual .headline ul li {
		color: #fff;
	}


/*--------------------------------------
top page
--------------------------------------*/
/*各セクションの背景設定*/
.spring .section_top_event{
	background: url(../images/spring/bg_top_vis_01.png) repeat-x top, url(../images/spring/bg_body_01.png) repeat center, url(../images/spring/bg_event.jpg) repeat-x bottom;
	padding-top: 150px;
}
.spring .section_today_schedule_bg{
	background: url(../images/spring/bg_today_all.jpg) repeat top center;
	background-size: cover;
}
.spring .section_covergirl{
	background: url(../images/spring/bg_pickup_01.png) no-repeat top left, url(../images/spring/bg_pickup_02.png) no-repeat top right;
	background-size: 36%, 36%;
}
.spring .section_newface{
	background: url(../images/spring/bg_newface.jpg) no-repeat top center;
	background-size: cover;
}
.spring .content{
	background: url(../images/spring/bg_content.jpg) no-repeat top;
	background-size: cover;
}
.spring .section_recruit{
	background: url(../images/spring/bg_recruit.jpg) no-repeat top center;
	background-size: cover;
}
.section_today_schedule .inner .icon_oreimo{
	text-align: center;
}
.section_today_schedule .inner .icon_oreimo img{
	width: 100px;
	margin:4px 0px 4px 0px;
}

/*各セクションのフレームアニメーション設定*/
.spring .animation_01{
	-webkit-animation: scale-up-center01 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate ;
	animation: scale-up-center01 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate ;
}
@-webkit-keyframes scale-up-center01 {
	0% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes scale-up-center01 {
	0% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.spring .animation_02{
	-webkit-animation: scale-up-center02 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate ;
	animation: scale-up-center02 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate ;
}
@-webkit-keyframes scale-up-center02 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}
}
@keyframes scale-up-center02 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}
}

/* covergirl */
.spring .section_covergirl.slider .left_box {
	bottom: 62px;
	left: -60px;
}
.spring .section_covergirl.slider .left_box img {
	width: 130px;
}
.spring .section_covergirl.slider .right_box {
	top: -19px;
	right: -40px;
}
.spring .section_covergirl.slider .right_box img {
	width: 120px;
}

/* newface */
.spring .section_newface .swiper-container {
	margin-bottom: 40px;
}
.spring .section_newface .btn_staff img{
	width: 100%;
	max-width: 400px;
	margin: -20px 0 40px 0;
}
.spring .section_newface.slider .left_box {
	bottom: 42px;
	left: -33px;
}
.spring .section_newface.slider .left_box img {
	width: 120px;
}
.spring .section_newface.slider .right_box {
	top: -35px;
	right: -42px;
}
.spring .section_newface.slider .right_box img {
	width: 120px;
}

/*btn_staffのアニメーション設定*/
.spring .section_newface .btn_staff img:hover{
	-webkit-animation: shake-bottom 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	animation: shake-bottom 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
@-webkit-keyframes shake-bottom {
	0%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
	}
	10% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
	20%,
	40%,
	60% {
		-webkit-transform: rotate(-4deg);
		transform: rotate(-4deg);
	}
	30%,
	50%,
	70% {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}
	80% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	90% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
}
@keyframes shake-bottom {
	0%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
	}
	10% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
	20%,
	40%,
	60% {
		-webkit-transform: rotate(-4deg);
		transform: rotate(-4deg);
	}
	30%,
	50%,
	70% {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}
	80% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	90% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
}

/* topics & twitter */
.spring .col_two > section {
	background: url(../images/spring/bg_content.png) repeat, rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	border-radius: 20px;
}
.spring .col_two > section .title img {
	max-width: 220px;
	top: -73px;
	left: -76px;
}

/* topics */
.spring .section_topics .info_box {
	box-shadow: none;
}
.spring .section_topics .info_box article time {
	color: #525252;
}
.spring .section_topics .info_box article h3 {
	color: #42105e;
}
.spring .section_topics .arrow a{
	color: #42105e;
	font-weight: 600;
}
/* twitter */
.spring .section_twitter .twitter-timeline {
	box-shadow: none;
}

/* event */
.spring .event_box {
	padding: 0;
	background: 0;
	box-shadow: none;
	max-width: 800px;
	margin: 0 auto;
}
.spring .event_box ul {
	box-shadow: none
}
.spring .event_box ul li img {
	/* max-width: 350px; */
	width: 100%;
	max-width: 470px;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	border-radius: 5px;
}
/*
バナーhover時のアニメーション設定
(Twitter下のバナー＆footerのバナー)
*/
.spring .hover_anime img:hover{
	-webkit-animation: shake-top 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	animation: shake-top 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
@-webkit-keyframes shake-top {
	0%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
	}
	10% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
	20%,
	40%,
	60% {
		-webkit-transform: rotate(-4deg);
		transform: rotate(-4deg);
	}
	30%,
	50%,
	70% {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}
	80% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	90% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
}
@keyframes shake-top {
	0%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
	}
	10% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
	20%,
	40%,
	60% {
		-webkit-transform: rotate(-4deg);
		transform: rotate(-4deg);
	}
	30%,
	50%,
	70% {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}
	80% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	90% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
}


/* recruit */
.spring .section_recruit .inner {
	position: relative;
}
.spring .section_recruit .left_box img,
.spring .section_recruit .right_box img {
	width: 200px;
}
.spring .section_recruit .left_box {
	z-index: 1;
	top: 180px;
}
.spring .section_recruit .right_box {
	top: 180px;
	z-index: 1;
}
.spring .section_recruit .recruit_box {
	position: relative;
}
.spring .section_recruit .recruit_box img {
	width: 100%;
	max-width: 600px;
	webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.4));
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.4));
	transition: all .2s;
}
.spring .section_recruit .recruit_box img:hover {
	webkit-filter: none;
	filter: none;
}
.spring .section_recruit .recruit_box p.btn_01 {
	margin-bottom: 0;
	position: absolute;
	bottom: 8%;
	left: 0;
	right: 0
}
.spring .section_recruit .img_gaiyo{
	margin-top: 30px;
}

/*------------------------------------------
cancel
------------------------------------------*/
/* swiper */
.spring .swiper-container {
	/*overflow-x: hidden;*/

}
.spring .slider .swiper-button-next,
.spring .slider .swiper-button-prev {
	background: #000;
}
.spring .slider .swiper-pagination-bullet {
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.7);
}
.spring .slider .swiper-pagination-bullet-active {
	background-color: #000000;
}

@media screen and (max-width: 768px) {
	.spring .top_mainvisual .mainvisual ul li:nth-child(1) {
		background: url(../images/spring/bg_mainvisual_s_03.jpg) top center no-repeat;
	}
	.spring .top_mainvisual .mainvisual ul li:nth-child(2){
		background: url(../images/bg_mainvisual_s_01.jpg) top center no-repeat;
	}
	.spring .top_mainvisual .mainvisual ul li:nth-child(3){
		background: url(../images/bg_mainvisual_s_02.jpg) top center no-repeat;
	}
	.spring .top_mainvisual .mainvisual ul li:nth-child(1) img,
	.spring .top_mainvisual .mainvisual ul li:nth-child(2) img,
	.spring .top_mainvisual .mainvisual ul li:nth-child(3) img{
		top: 18%;
	}
	/* footer */
	.spring footer {
		padding-bottom: 50px;
	}
	.spring .section_today_schedule .left_box {
		bottom: 1px;
		left: -53px;
	}
	.spring .section_today_schedule .right_box {
		top: -39px;
		right: -26px;
	}
	/* recruit */
	.spring .section_recruit .left_box,
	.spring .section_recruit .right_box  {
		display: none;
	}
}

@media screen and (max-width: 480px) {
  /*mainvisual*/
	.spring .top_mainvisual .mainvisual ul li {
		height: 600px;
		background-size: cover;
	}
	.spring .top_mainvisual .mainvisual ul li:nth-child(1) img,
	.spring .top_mainvisual .mainvisual ul li:nth-child(2) img,
	.spring .top_mainvisual .mainvisual ul li:nth-child(3) img{
		top: 21%;
	}
	.section_covergirl .inner .small_icon img {
		width: 40%;
		margin: 3px;
	}
	.spring .event_box ul li {
		width: 100%;
	}

	/*cast*/
	.spring .cast_box li .icon_new img{
		max-width: 40px;
	}

	/* title */
	.spring .title img {
		max-width: 300px;
		margin: 0 auto;
	}

	/* animation */
	.spring .slider .left_box {
		bottom: 0px;
		left: -10px;
	}
	.spring .section_today_schedule .left_box {
		bottom: 44px;
		left: -20px;
	}
	.spring .section_today_schedule.slider .left_box img {
		width: 80px;
	}
	.spring .section_today_schedule .right_box {
		top: -5px;
		right: -6px;
	}
	.spring .section_today_schedule.slider .right_box img {
		width: 80px;
	}
	.spring .section_covergirl.slider .left_box {
		bottom: 81px;
		left: -37px;
	}
	.spring .section_covergirl.slider .left_box img {
		width: 80px;
	}
	.spring .section_covergirl.slider .right_box {
		top: -19px;
		right: -15px;
	}
	.spring .section_covergirl.slider .right_box img {
		width: 80px;
	}
	.spring .section_newface.slider .left_box {
		bottom: 67px;
		left: -17px;
	}
	.spring .section_newface.slider .left_box img {
		width: 80px;
	}
	.spring .section_newface.slider .right_box {
		top: -54px;
		right: -25px;
	}
	.spring .section_newface.slider .right_box img {
		width: 80px;
	}
	.spring .col_two > section .title img {
		max-width: 160px;
		top: -67px;
		left: -32px;
	}
	/* recruit */
	.spring .section_recruit .recruit_box p.btn_01 {
		width: 200px;
		padding: 5px 0;
		bottom: 10%;
	}
	.spring .section_recruit .title {
		margin-bottom: 20px;
	}

	.spring .content {
		background: url(../images/spring/bg_content.jpg) no-repeat center bottom, url(../images/spring/bg_content.jpg) no-repeat center top;
		background-size: 270%;
	}
	.spring .bnr_box {
		background: url(../images/spring/bg_footer_01.png) no-repeat -23% 105%,#fff url(../images/spring/bg_footer_02.png) no-repeat 119% -9%;
		background-size: 60%;
	}
}






/*----------------------------------
------------------------------------
------------------------------------
		🌊 Summer 夏ver 🌊
------------------------------------
------------------------------------
----------------------------------*/
/* btn */
.summer .btn_01 {
	background: url(../images/summer/bg_stripe_summer.jpg) repeat 0 0;
	border: 2px solid #fff;
	border-radius: 23px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	color: #fff;
}
.summer .btn_01 a {
	color: #fff;
}
.summer .btn_01:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.summer .btn_01:hover {
	background: #5db8ef;
	box-shadow: none;
}

/* animation */
.summer .slider .left_box {
	bottom: 35px;
	left: -68px;
}
.summer .slider .left_box img {
	width: 135px;
}
.summer .slider .right_box {
	top: -36px;
	right: -56px;
}
.summer .slider .right_box img {
	width: 135px;
}


/* title */
.summer .title img {
	max-width: 660px;
}

.summer .section_blog .title img{
	max-width: 270px;
	top: -82px;
	left: -38px;
}

.summer .section_blog{
	padding-top: 30px;
}

/* cast */
.summer .cast_box {
	padding-top: 20px;
}
.summer .cast_box li {
	max-width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	border: 12px solid #fff;
	box-shadow: 0 0 6px 6px rgba(0,0,0,.19);
}
.summer .cast_box li:before {
	width: 100%;
	height: 20px;
	background: url(../images/summer/bg_staff_top.png) bottom center no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	right: 0;
	content: "";
}
.summer .cast_box li:after {
	width: 100%;
	height: 20px;
	background: url(../images/summer/bg_staff_bottom.png) top center no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
	content: "";
}
.summer .cast_box li .bg_cast {
	padding: 0;
	box-shadow: none;
}
.summer .cast_box li .txt_box {
	background: #fff;
}
.summer .cast_box li .time{
	background: #5ac3d9;

}
.summer .cast_box li .icon_new {
	top: -3%;
	left: -6%;
	right: unset;
}
.summer .cast_box li .icon_new img{
	max-width: 74px;
}

/* header */
.summer header {
	background: rgba(255, 255, 255, .95);
}
.summer header:after {
	background: url(../images/summer/header_bottom.png) no-repeat;
	background-size: contain;
}
.summer header .nav li a {
	color: #5db8ef;
}
/* icon menu */
.summer header .btn_box li a {
	background: #5db8ef;
}
.summer header .btn_box li:last-child a {
	background: #5db8ef;
}

.summer .menu-toggle .menu-trigger span {
	background-color: #5db8ef;
}
/* modal */
.summer #header-menu-sp .modal {
	background: url(../images/summer/bg_top_vis_01.png) repeat-x center 0%, #5db8ef;
	background: url(../images/summer/bg_top_vis_01.png) repeat-x center 0%, -webkit-linear-gradient(top, #5db8ef 60%,#4996EF 100%);
	background: url(../images/summer/bg_top_vis_01.png) repeat-x center 0%, linear-gradient(to bottom, #5db8ef 60%,#4996EF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82000c', endColorstr='#2b0004',GradientType=0 );
	background-size: 600px, 600px, 100px;
}
.summer #header-menu-sp .modal-content-inner nav li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.summer #header-menu-sp .modal-btn-close span {
	background: #42105e;
}

/* pankuzu */
.summer .pankuzu {
	background: #acddfb;
}

/* footer */
.summer footer {
	padding: 0;
	border-top: 0;
	background: #acddfb;
}
.summer footer .footer_nav li a {
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
.summer footer .footer_nav li a:hover {
	color: #464646;
}
.summer footer .copywriter {
	background: #5db8ef;
}
/* footer_btn */
/*.summer footer .footer_btn li:nth-child(1) {
	background: #d43b73;
}
.summer footer .footer_btn li:nth-child(2) {
	background: #83b143;
}
.summer footer .footer_btn li:nth-child(3) {
	background: #7647B0;
	}*/
	.summer footer .footer_btn li a.pagetop{
		color: #5db8ef;
	}


	/* bnr_corona */
	.summer .bnr_corona {
		background: url(../images/summer/bg_corona.png) repeat 50% 0;
		background-size: cover;
		padding: 100px 0;
	}


	/* bnr */
	.summer .bnr_box {
		margin-bottom: 20px;
		padding: 60px 0;
		background: url(../images/summer/bg_footer.jpg) repeat 0 0, url(../images/summer/bg_recruit.jpg) repeat 0 0;
		background-size: cover, auto;
	}
	.summer .bnr_box li {
		margin: 0 10px 20px 10px
	}
	.summer .bnr_box li img {
		max-width: 300px;
		webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.4));
		filter: drop-shadow(0 0 10px rgba(0,0,0,0.4));
	}

	/* mainvisual */
	.summer .top_mainvisual .mainvisual ul li:nth-child(1) img{
		margin: 0 auto;
		top: 20%;
	}
	.summer .top_mainvisual .mainvisual ul li:nth-child(2) img{
		margin: 0 auto;
		top: 25%;
	}
	.summer .top_mainvisual .mainvisual ul li:nth-child(3) img{
		margin: 0 auto;
		top: 20%;
	}
	.summer .top_mainvisual .mainvisual ul li:nth-child(4) img{
		margin: 0 auto;
		top: 25%;
	}
	.summer .top_mainvisual .mainvisual ul li:nth-child(1) {
		background: url(../images/summer/bg_mainvisual_07.jpg) top center no-repeat;
		background-size: cover;
	}
	.summer .top_mainvisual .mainvisual ul li:nth-child(2) {
		background: no-repeat center center/cover url(../images/bg_mainvisual_01.jpg);
	}
	.summer .top_mainvisual .mainvisual ul li:nth-child(3) {
		background: no-repeat center center/cover url(../images/bg_mainvisual_02.jpg);
	}
	.summer .top_mainvisual .mainvisual ul li:nth-child(4) {
		background: no-repeat bottom center/cover url(../images/img_mainvisual_24hour_bg.jpg);
	}
	.summer .top_mainvisual .bottom_box {
		background: rgba(255, 255, 255, .95);
		background-size: auto;
	}
	.summer .top_mainvisual .bottom_box .inner {
		padding: 10px;
	}
	.summer .top_mainvisual .info_box {
		margin-bottom: 10px;
		border-bottom: 1px solid rgba(93,184,239,.4);
		color: #fff;
	}
	.summer .top_mainvisual .info_box li {
		color: #5db8ef
	}
	.summer .top_mainvisual .info_box li span {
		color: #000;
	}
	.summer .top_mainvisual .info_box a {
		color: #5db8ef;
	}
	.summer .top_mainvisual .headline p {
		background: #5db8ef;
	}
	.summer .top_mainvisual .headline ul li {
		color: #5db8ef;
	}


/*--------------------------------------
top page
--------------------------------------*/
/*各セクションの背景設定*/
.summer .section_top_event{
	background: url(../images/summer/bg_top_vis_01.png) repeat-x top, url(../images/summer/bg_body_01.png) repeat center, url(../images/summer/bg_event.jpg) repeat-x bottom;
	padding-top: 150px;
}
.summer .section_today_schedule_bg{
	background: url(../images/summer/bg_today_all.jpg) repeat top center;
	background-size: cover;
}
.summer .section_covergirl{
	background: url(../images/summer/bg_pickup.jpg) no-repeat top right;
	background-size: cover;
}
.summer .section_newface{
	background: url(../images/summer/bg_newface.jpg) no-repeat top center;
	background-size: cover;
}
.summer .content{
	background: url(../images/summer/bg_content.jpg) no-repeat top;
	background-size: cover;
}
.summer .section_recruit{
	background: url(../images/summer/bg_recruit.jpg) no-repeat top center;
	background-size: cover;
}

/*各セクションのフレームアニメーション設定*/
.summer .animation_01{
	-webkit-animation: scale-up-center01 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate ;
	animation: scale-up-center01 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate ;
}
@-webkit-keyframes scale-up-center01 {
	0% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes scale-up-center01 {
	0% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.summer .animation_02{
	-webkit-animation: scale-up-center02 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate ;
	animation: scale-up-center02 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate ;
}
@-webkit-keyframes scale-up-center02 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}
}
@keyframes scale-up-center02 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}
}

.summer .pankuzu ol li {
	color: #000;
}

.summer .top_bnr{
	background: #dcf5ff;
}

/* covergirl */
.summer .section_covergirl {
	overflow: hidden;
}
.summer .section_covergirl .title {
	position: relative;
	z-index: 5;
}
.summer .section_covergirl .pickup_title_icon_01 {
	position:absolute;
	top: -47%;
	left: -8%;
	z-index: 1;
}
.summer .section_covergirl .pickup_title_icon_02 {
	position:absolute;
	top: -58%;
	right: -9.5%;
	z-index: 1;
}




.summer .section_covergirl.slider .left_box {
	bottom: 62px;
	left: -68px;
	z-index: 10;
}
.summer .section_covergirl.slider .left_box img {
	width: 135px;
}
.summer .section_covergirl.slider .right_box {
	top: -37px;
	right: -40px;
	z-index: 10;
}
.summer .section_covergirl.slider .right_box img {
	width: 106px;
}

/* newface */
.summer .section_newface .swiper-container {
	margin-bottom: 24px;
}
.summer .section_newface .btn_staff img{
    width: 100%;
    max-width: 400px;
    margin: -20px 0 40px 0;
}
.summer .section_newface.slider .left_box {
	bottom: 3px;
	left: -83px;
}
.summer .section_newface.slider .left_box img {
	width: 220px;
}
.summer .section_newface.slider .right_box {
	top: -25px;
	right: -120px;
}
.summer .section_newface.slider .right_box img {
	width: 185px;
}

/*btn_staffのアニメーション設定*/
.summer .section_newface .btn_staff img:hover{
	-webkit-animation: shake-bottom 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	animation: shake-bottom 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
@-webkit-keyframes shake-bottom {
	0%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
	}
	10% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
	20%,
	40%,
	60% {
		-webkit-transform: rotate(-4deg);
		transform: rotate(-4deg);
	}
	30%,
	50%,
	70% {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}
	80% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	90% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
}
@keyframes shake-bottom {
	0%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
	}
	10% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
	20%,
	40%,
	60% {
		-webkit-transform: rotate(-4deg);
		transform: rotate(-4deg);
	}
	30%,
	50%,
	70% {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}
	80% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	90% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
}

/* topics & twitter */
.summer .col_two > section {
	background: url(../images/summer/bg_content.png) repeat, rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	border-radius: 20px;
}
.summer .col_two > section .title img {
	max-width: 260px;
	top: -70px;
	left: -76px;
}

/* topics */
.summer .section_topics {
	width: 73%;
}
.summer .section_topics .info_box {
	box-shadow: none;
}
.summer .section_topics .info_box article time {
	color: #525252;
}
.summer .section_topics .info_box article h3 {
	color: #cd0d77;
	font-weight: bold;
}
.summer .section_topics .arrow a{
	color: #cd0d77;
	font-weight: 600;
}
/* twitter */
.summer .section_twitter .twitter-timeline {
	box-shadow: none;
}

/* event */
.summer .event_box {
    background: 0;
    box-shadow: none;
    max-width: 800px;
    margin: 0 auto;
}
.summer .event_box ul {
	box-shadow: none;
	justify-content: center;
}
.summer .event_box ul li img {
    /* max-width: 350px; */
		width: 100%;
		max-width: 470px;	
    box-shadow: 0 0 10px rgb(0 0 0 / 40%);
    border-radius: 5px;
}
/*
バナーhover時のアニメーション設定
(Twitter下のバナー＆footerのバナー)
*/
.summer .hover_anime img:hover{
	-webkit-animation: shake-top 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	animation: shake-top 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
@-webkit-keyframes shake-top {
	0%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
	}
	10% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
	20%,
	40%,
	60% {
		-webkit-transform: rotate(-4deg);
		transform: rotate(-4deg);
	}
	30%,
	50%,
	70% {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}
	80% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	90% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
}
@keyframes shake-top {
	0%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
	}
	10% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
	20%,
	40%,
	60% {
		-webkit-transform: rotate(-4deg);
		transform: rotate(-4deg);
	}
	30%,
	50%,
	70% {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}
	80% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	90% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
}


/* recruit */
.summer .section_recruit .inner {
	position: relative;
}
.summer .section_recruit .left_box img,
.summer .section_recruit .right_box img {
	width: 200px;
}
.summer .section_recruit .left_box {
	z-index: 1;
	top: 180px;
}
.summer .section_recruit .right_box {
	top: 180px;
	z-index: 1;
}
.summer .section_recruit .recruit_box {
	position: relative;
}
.summer .section_recruit .img_gaiyo {
    margin-top: 30px;
}
.summer .section_recruit .img_recruit_bnr {
    margin-top: 30px;
}
.summer .section_recruit .recruit_box .bnr_recruit {
	width: 100%;
	max-width: 600px;
	webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.4));
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.4));
	transition: all .2s;
}
.summer .section_recruit .recruit_box .bnr_recruit:hover {
	webkit-filter: none;
	filter: none;
}
.summer .section_recruit .recruit_box p.btn_01 {
	margin-bottom: 0;
	position: absolute;
	bottom: 8%;
	left: 0;
	right: 0
}

.summer .section_recruit .recruit_box .recruit_deco_icon_01 {
	position: absolute;
	top: -12%;
	left: -8%;
}


.summer .section_recruit .recruit_box .recruit_deco_icon_02{
	position: absolute;
	top: 0;
	right: -23%;
}

/*------------------------------------------
cancel
------------------------------------------*/
/* swiper */
.summer .swiper-container {
	/*overflow-x: hidden;*/

}
.summer .slider .swiper-button-next,
.summer .slider .swiper-button-prev {
	background: #000;
}
.summer .slider .swiper-pagination-bullet {
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.7);
}
.summer .slider .swiper-pagination-bullet-active {
	background-color: #000000;
}



@media screen and (max-width: 1024px) {
	.summer .section_covergirl .pickup_title_icon_01 {
		width: 240px;
		top: -244px;
		left: 1%;
	}
	.summer .section_covergirl .pickup_title_icon_02 {
		width: 365px;
		top: -300px;
		right: -5%;
	}

	.summer .section_recruit .recruit_box .recruit_deco_icon_01 {
		top: -240px;
		left: 0;
		width: 120px;
	}
	.summer .section_recruit .recruit_box .recruit_deco_icon_02 {
		top: -215px;
		right: 0;
		width: 180px;
	}

}
@media screen and (max-width: 768px) {
	/*mainvisual*/
	/* .summer .top_mainvisual .mainvisual ul li {
		height: 600px;
	}
	.summer .top_mainvisual .mainvisual ul li:nth-child(1) {
		background: url(../images/summer/bg_mainvisual_s_07.jpg) top center no-repeat;
		background-size: cover;
	}
	.summer .top_mainvisual .mainvisual ul li:nth-child(2) {
		background: url(../images/bg_mainvisual_s_02.jpg) top center no-repeat;
		background-size: cover;
	}
	.summer .top_mainvisual .mainvisual ul li:nth-child(3) {
		background: url(../images/bg_mainvisual_s_02.jpg) top center no-repeat;
		background-size: cover;
	}
	.summer .top_mainvisual .mainvisual ul li:nth-child(4) {
		background: url(../images/img_mainvisual_24hour_bg_s.jpg) bottom right no-repeat;
		background-size: cover;
	}
	.summer .top_mainvisual .mainvisual ul li:nth-child(1) img{
		top: 14%;
	}
	.summer .top_mainvisual .mainvisual ul li:nth-child(2) img{
		top: 20%;
	} */
	/* footer */
	.summer footer {
		padding-bottom: 50px;
	}

	.section_today_schedule,
	.section_covergirl,
	.section_newface,
	.content,
	.section_recruit,
	.bnr_box {
		padding: 80px 0 60px 0;
	}


	.summer .section_today_schedule .left_box {
		bottom: 15px;
		left: 0px;
	}
	.summer .section_today_schedule .left_box img {
		width: 80px;
	}
	.summer .section_today_schedule .right_box {
		top: -50px;
		right: -6px;
	}
	.summer .section_today_schedule .right_box img {
		width: 80px;
	}


	.summer .section_covergirl .pickup_title_icon_01 {
		width: 160px;
		top: -44%;
		left: 0;
	}
	.summer .section_covergirl .pickup_title_icon_02 {
		width: 265px;
		top: -57%;
		right: -8%;
	}
	.summer .section_covergirl.slider .left_box {
		bottom: 28px;
		left: 0;
	}
	.summer .section_covergirl.slider .left_box img {
		width: 80px;
	}
	.summer .section_covergirl.slider .right_box {
		top: -55px;
		right: 0;
	}
	.summer .section_covergirl.slider .right_box img {
		width: 70px;
	}


	.summer .section_newface.slider .left_box {
		bottom: -16px;
		left: -30px;
	}
	.summer .section_newface.slider .left_box img {
		width: 160px;
	}
	.summer .section_newface.slider .right_box {
		top: -60px;
		right: -15px;
	}
	.summer .section_newface.slider .right_box img {
		width: 145px;
	}


	/* newface */
/*	.summer .section_newface .btn_staff img {
		margin: 0 0 -60px 0;
	}*/
	.summer .event_box > a > img {
		width: 100%;
	}
	/* recruit */
	.summer .section_recruit .left_box,
	.summer .section_recruit .right_box  {
		display: none;
	}

	.summer .section_recruit .recruit_box .recruit_deco_icon_01 {
		top: -97px;
		left: 0;
		width: 80px;
	}
	.summer .section_recruit .recruit_box .recruit_deco_icon_02 {
		top: -62px;
		right: 0;
		width: 105px;
	}
}
@media screen and (max-width: 480px){
  .summer .top_mainvisual .mainvisual ul li {
		height: 600px;
	}
}
/* 
@media screen and (max-width: 480px) {
	.summer .top_mainvisual .mainvisual ul li:nth-child(1) img,
	.summer .top_mainvisual .mainvisual ul li:nth-child(2) img,
	.summer .top_mainvisual .mainvisual ul li:nth-child(3) img{
		top: 21%;
	}
	.summer .top_mainvisual .mainvisual ul li:nth-child(4) img{
		top: 27%;
	}
	.summer .event_box ul li {
		width: 100%;
	} */

	/*cast*/
	.summer .cast_box li .icon_new img{
		max-width: 40px;
	}

	/* title */
	.summer .title img {
/*		max-width: 300px;*/
		margin: 0 auto;
	}

	/* animation */
	.summer .section_today_schedule .left_box {
		bottom: 44px;
	}
	.summer .section_today_schedule.slider .left_box img {
		width: 60px;
	}
	.summer .section_today_schedule .right_box {
		top: -5px;
		right: -6px;
	}
	.summer .section_today_schedule.slider .right_box img {
		width: 60px;
	}

	.summer .section_covergirl .pickup_title_icon_01 {
		width: 135px;
		top: -30%;
	}
	.summer .section_covergirl .pickup_title_icon_02 {
		width: 190px;
		top: -38%;
		right: -5%;
	}

	.summer .section_covergirl.slider .left_box {
		bottom: 85px;
		left: 0;
	}
	.summer .section_covergirl.slider .left_box img {
		width: 50px;
	}
	.summer .section_covergirl.slider .right_box {
		top: -20px;
		right: 1px;
	}
	.summer .section_covergirl.slider .right_box img {
		width: 45px;
	}

	.summer .section_newface.slider .left_box {
		bottom: 67px;
		left: -13px;
	}
	.summer .section_newface.slider .left_box img {
		width: 80px;
	}
	.summer .section_newface.slider .right_box {
		top: -19px;
		right: -5px;
	}

	.summer .section_newface.slider .right_box img {
		width: 80px;
	}

	.summer .section_topics {
		width: 88%;
	}


	.summer .section_blog .title img{
		max-width: 180px;
		top: -50px;
		left: -12px;
	}
	.summer .col_two > section .title img {
		max-width: 160px;
		top: -32px;
		left: -32px;
	}
	.summer .member_box{
		margin: 0;
	}

	/* recruit */
	.summer .section_recruit .recruit_box p.btn_01 {
		width: 200px;
		padding: 5px 0;
		bottom: 10%;
	}
	.summer .section_recruit .title {
		margin-bottom: 20px;
	}

	.summer .content {
		background: url(../images/summer/bg_content.jpg) no-repeat center top;
		background-size: cover;
	}
	.summer .bnr_box {
		background: url(../images/summer/bg_footer.jpg) repeat 0 0, url(../images/summer/bg_recruit.jpg) repeat 0 0;
	}


	.summer .section_recruit .recruit_box .recruit_deco_icon_01 {
		top: -50px;
		left: 0;
		width: 50px;
	}
	.summer .section_recruit .recruit_box .recruit_deco_icon_02 {
		top: -30px;
		right: 0;
		width: 70px;
	}
}



