@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;
	-mos-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
html{
	font-size: 62.5%;
	overflow-x: hidden;
}
body {
	width: 100%;
	min-width: 320px;
	min-height: 800px;
	background: #fff url(../images/bg_body.png) repeat;
	background-size: 150px;
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
	color: #000;
	line-height: 1.4;
	letter-spacing: 0.1rem;
	text-align: center;
	font-family: "FOT-筑紫オールド明朝 Pro R","TsukuOldMinPro-R",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',"HiraMinProN-W3","HGS明朝E", serif;
	font-size: 1.3rem;
	-webkit-animation: fade 1.4s ease-in-out;
	animation: fade 1.4s ease-in-out;
	position: relative;
}
@-webkit-keyframes fade {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes fade {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

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: #000000;
	text-decoration: none;
}
p {
	max-height: 999999px;
	padding: 0px 13px 3px;
}
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: 15px;
	text-align: left;
}
select {
	width: 100%;
	max-width: 380px;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 0px;
	text-align: center;
	vertical-align: middle;
	color: #828282;
}
textarea {
	width: 100%;
	max-width: 580px;
	height: 250px;
	padding: 15px;
	font-size: 1.3rem;
	background: #fff;
	border: 1px solid #d9d9d9;
}
label {
	margin-bottom: 2px;
	padding: 15px;
	background: #f9f9f9;
	display: block;
	text-align: left;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
label:last-child {
	margin-bottom: 0;
}
input, select {
	font-size: 1.3rem;
	vertical-align: middle;
}
button, textarea, select {
	padding: 15px;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #d9d9d9;
	-webkit-appearance: none;
}
input:focus,
button:focus,
textarea:focus,
select:focus {
	outline: 0;
}
input[type="text"],
input[type="email"] {
	width: 100%;
	max-width: 380px;
	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="submit"],
input[type="reset"],
input[type="button"] {
	cursor : pointer;
}
input[type=radio],
input[type=checkbox] {
	display: inline;
	background: #eaeaea;
	padding: 5px 10px;
}
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;
}
::-webkit-input-placeholder {
	color: #828282;
}
::-ms-input-placeholder {
	color: #828282;
}
::placeholder {
	color: #828282;
}
.form_reset{
	-webkit-appearance: none;
	border:none;
	background-color: transparent;
}

/* common */
.atten_01,
a.atten_01 {
	font-weight: 600;
	color: #e76593;
}
.atten_02,
a.atten_02 {
	font-weight: 600;
	color: #345b8c;
}

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

/* font */
.fs_12 {
	font-size: 1.2rem;
}
.fs_14 {
	font-size: 1.4rem;
}
.fs_16 {
	font-size: 1.9rem;
	font-family: "Zen Maru Gothic", sans-serif;
}
.fs_18 {
	font-size: 1.8rem;
}
.fs_20 {
	font-size: 2rem;
}
.fs_w {
	font-weight: 600;
}

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

/* 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.6;
}
.link_act_02 {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.link_act_02:hover {
	opacity: 0.4;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* animation */
.fade {
	opacity: 0;
	-webkit-transition: 1.4s ease-in-out;
	transition: 1.4s ease-in-out;
}
.up {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}
.lt {
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
}
.rt {
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
}
.on {
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0);
}
.bg_animation {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.bg_animation:after {
	width: 100%;
	height: 100%;
	background: #fff;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: 1.4s ease-in-out;
	transition: 1.4s ease-in-out;
}
.bg_animation.on:after {
	width: 0%;
}

/* btn */
.btn_01,
.btn_01 a {
	width: 100%;
	max-width: 260px;
	margin: 0 auto;
	border: 1px solid #000; 
	line-height: 50px;
	color: #000;
	text-align: center;
	box-sizing: border-box;
	display: block;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	position: relative;
	cursor: pointer;
}
.btn_01::after,
.btn_01 a::after {
	width: 0.3rem;
	height: 0.3rem;
	margin-top: -0.2rem;
	border-top: 0.1rem solid #000;
	border-right: 0.1rem solid #000;
	font-size: 1.6rem;
	position: absolute;
	top: 50%;
	right: 1.6rem;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	z-index:2;
}
.btn_01 input {
	width: 100%;
	padding: 0;
	line-height: 55px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: #000;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.btn_01 input:hover {
	color: #fff;
}

.btn_01:hover,
.btn_01:hover a {
	background: #000;
	color: #fff;
}
.btn_01:hover::after,
.btn_01 a:hover::after {
	border-top: 0.1rem solid #fff;
	border-right: 0.1rem solid #fff;
	right: 1.2rem;
}
.inner {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 10px;
}
.outer {
	padding: 4% 0;
}

/* title */
.title {
	width: 100%;
	padding: 25px 10px;
	background: url(../images/bg_mark_01.png) center no-repeat;
	background-size: 85px 90px;
	font-size: 3rem;
	line-height: 1.2;
	letter-spacing: 0.4rem;
	text-indent: 0.4rem;
	position: relative;
}
.title span {
	font-size: 1.4rem;
	display: block;
}

/* subtitle */
.subtitle {
	margin-bottom: 10px;
	font-size: 2.4rem;
	line-height: 1.2;
}
.subtitle span {
	display: block;
	font-size: 1.2rem;
	color: #6f6f6f;
}
/* table_01 */
.table_01 {
	width: 100%;
	background: #fff;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	table-layout: fixed;
}
.table_01 th,
.table_01 td {
	padding: 10px;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.table_01 th:last-of-type,
.table_01 td:last-of-type {
	border-right: 0;
}
.table_01 th {
	background: #e76587;
	color: #fff;
}

/* dl_box_01 */
.dl_box_01 {
	width: 100%;
	padding: 15px;
	background: #fff;
	border: 10px solid #f4f4f4;
	text-align: left;
	table-layout: fixed;
}
.dl_box_01 a {
	color: #e76587;
}

.dl_box_01 span.required {
	padding: 4px 10px;
	background: #e76587;
	border-radius: 2px;
	font-size: 1rem;
	color: #fff;
	vertical-align: 2px;
}
.dl_box_01 span.required_err {
	color: #d06353;
	font-weight: 600;
}
.dl_box_01 dt {
	margin-bottom: 10px;
	padding-left: 5px;
	border-left: 4px solid #e76587;
	font-size: 1.6rem;
}
.dl_box_01 dd {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #d8d8d8;
	color: #545454;
}
.dl_box_01 dd:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

/* dl_box_02 */
.dl_box_02 {
	width: 100%;
	margin-bottom: 40px;
	text-align: left;
	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;
	font-size: 1.4rem;
}
.dl_box_02 dl {
	width: 45%;
	padding: 15px 0;
	border-bottom: 1px dashed #e6e6e6;
	text-align: left;
	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;
}
.dl_box_02 dt::before {
	content: '\f0da';
	display: inline-block;
	font-family: FontAwesome;
}
.dl_box_02 dd {
	text-align: right;
	color: #a62a53;
}

/* txt_box_01 */
.txt_box_01 {
	padding: 15px;
	background: #f7f7f7;
}
/* txt_box_02 */
.txt_box_02 {
	padding: 15px;
	background: #f7f7f7;
	text-align: justify;
}

/* link_box */
.link_box {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    box-sizing: border-box;
    font-size: 1rem;
}
.link_box li {
	margin: 0 1% 2% 1%;
}
.link_box li a {
	display: block;
}

/* cast */
.cast_box {
	display: -webkit-box;
	flex-wrap: wrap;
	/*display: -ms-flexbox;*/
	/*display: flex;*/
	/*-ms-flex-wrap: wrap;*/
	/*flex-wrap: wrap;*/
	/*-webkit-box-pack: center;*/
	/*-ms-flex-pack: center;*/
	/*justify-content: center;*/
	/*-webkit-box-align: stretch;*/
	/*-ms-flex-align: stretch;*/
	/*align-items: stretch;*/
}
.cast_box li {
	margin: 0 1% 2% 1%;
	position: relative;
}
.cast_box li .cast_wrap {
	width: 220px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.cast_box li .img_box{
	width: 220px;
	height: auto;
	padding-top: 330px;
	background: #e76587;
	overflow: hidden;
	display: block;
	position: relative;
}
.cast_box li .img_box a {
	display: block;
}
.cast_box li .img_box img.staff {
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 5px;
	display: block;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.cast_box li .txt_box {
	width: 100%;
	padding: 10px;
	background: #fff;
	font-size: 1.4rem;
}
.cast_box li .txt_box span {
	color: #e76587;
	font-size: 1rem;
}
/*icon*/
.cast_box li .icon_twitter a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #1a97f0;
	color: #fff;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 100;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	font-size: 2rem;
}
.cast_box li .icon_twitter a:hover {
	background: #fff;
	color: #1a97f0;
}
.cast_box li .class  {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	z-index: 100;
}
.cast_box li .icon_new {
	width: 98px;
	position: absolute;
	top: 0;
	left: -15px;
	z-index: 100;
}
.cast_box li .time {
	width: 100%;
	margin: 0;
	background: #f4f4f4;
	box-shadow: none;
	color: #e76587;
	line-height: 2;
	font-size: 1.2rem;
}
.profile_box_schedule p.shop_01,
.cast_box li p.shop_01{
  background: #d65151;
  color: #fff;
  border-radius: 2rem;
  max-width: 140px;
  margin: 8px auto 0;
  padding: 2px 0;
}
.profile_box_schedule p.shop_02,
.cast_box li p.shop_02{
  background: #3fb563;
  color: #fff;
  border-radius: 2rem;
  max-width: 140px;
  margin: 8px auto 0;
  padding: 2px 0;
}
.profile_box_schedule p.shop_03,
.cast_box li p.shop_03{
	background: #3f94b5;
    color: #fff;
    border-radius: 2rem;
    max-width: 140px;
    margin: 8px auto 0;
    padding: 2px 0;
}
.profile_box_schedule p.shop_04,
.cast_box li p.shop_04{
	background: #B04E98;
    color: #fff;
    border-radius: 2rem;
    max-width: 140px;
    margin: 8px auto 0;
    padding: 2px 0;
}
/* header */
header {
	width: 100%;
	height: 110px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
/*header.fixed {
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
}*/
header .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header h1 {
	width: 300px;
	line-height: 110px;
	position: relative;
}
header .info_box {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 2rem;
	color: #e76587;
}
header .info_box li {
	width: 190px;
}
header .info_box li span {
	margin-right: 5px;
	font-size: 1.2rem;
}
header .info_box li a {
	color: #e76587;
	display: block;
}
header .info_box li a.reserve {
	background: #000;
	/*background: -webkit-linear-gradient(left, #e76593 0%,#f66fa5 100%);
	background: linear-gradient(to right, #e76593 0%,#f66fa5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76593', endColorstr='#f66fa5',GradientType=1 );*/
	border-radius: 1px;
	color: #fff;
	font-size: 1.2rem;
	position: relative;
	line-height: 2.8;
}
header .info_box li a.reserve::after {
	width: 0.3rem;
	height: 0.3rem;
	margin-top: -0.2rem;
	border-top: 0.1rem solid #fff;
	border-right: 0.1rem solid #fff;
	position: absolute;
	top: 50%;
	right: 10px;
	content: '';
	transform: rotate(45deg);
	z-index: 2;
}

/* pc menu */
header .nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header .nav ul li {
	border-right: 1px solid #e6e6e6;
}
header .nav ul li:last-child{
	border-right: 0;
}
header .nav ul li a {
	width: 110px;
	display: block;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	color: #000;
	position: relative;
}
header .nav ul li a span {
	display: block;
	font-size: 1rem;
	color: #4c4c4c;
}

/* full screen menu */
body.fixed {
	min-height: 100%;
	position: fixed;
	left: 0;
	right: 0;
}
.nav_btn {
	width: 45px;
	height: 45px;
	background: #000;
	padding-top: 15px;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 9999;
	cursor: pointer;
	display: none;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.nav_btn.on {
	background: 0;
}
.nav_line {
	width: 25px;
	height: 15px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.nav_line span {
	width: 100%;
	height: 1px;
	background: #fff;
	display: block;
	position: absolute;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.on .nav_line span {
	background: #000;
}
.nav_line span:nth-child(2){
	top: 7px;
}
.nav_line span:nth-child(3){
	bottom: 0;
}
.on .nav_line span:nth-child(1) {
	top: 9px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.on .nav_line span:nth-child(2) {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}
.on .nav_line span:nth-child(3) {
	bottom: 5px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.nav_wrap {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.95);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	display: none;
	overflow: hidden;
	overflow-y: auto;
}
.nav_content {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.nav_box {
	width: 100%;
	height: 100%;
	padding: 40px;
	opacity: 0;
	-webkit-transition: 1.4s ease-in-out;
	transition: 1.4s ease-in-out;
}
.nav_wrap.on .nav_box {
	opacity: 1;
}
.nav_box nav {
	margin-bottom: 20px;
}
.nav_box nav ul li {
	border-bottom: 1px dotted #dadada;
}
.nav_box nav ul li:last-child {
	border-bottom: 0;
}
.nav_box nav ul li a {
	padding: 10px;
	color: #000;
	font-size: 1.6rem;
	display: block;
	text-align: left;
}
.nav_box nav ul li a span {
	font-size: 1rem;
	color: #797979;
}

/* nav_bottom */
.nav_bottom a {
	color: #fff;
}
.nav_bottom .name {
	padding: 5px;
	color: #e76487;
	font-size: 1.3rem;
	letter-spacing: 1px;
	font-family: "Zen Maru Gothic", sans-serif;
}

/* info */
.nav_box .nav_info {
	padding: 5px 0;
	background: #f486a6;
	border-bottom: 1px solid #cd305e;
	font-size: 2rem;
	color: #fff;
}
.nav_box .nav_info li {
	padding: 5px 0;
	line-height: 1;
}
.nav_box .nav_info li span {
	margin-right: 5px;
	font-size: 1.2rem;
}
/* sns */
.nav_box .nav_sns {
	padding: 5px;
	background: #e76587;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.nav_box .nav_sns li {
	margin: 0 10px;
}
.nav_box .nav_sns li:first-child a {
	font-size: 2.4rem;
}
.nav_box .nav_sns li a img {
	width: 20px;
}

main.sub {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 4% 10px;
	position: relative;
}

/* footer */
footer {
	/*background: url(../images/fb.jpg) repeat;*/
}
footer .inner {
	padding: 0px 10px;
}
footer .logo {
	width: 100%;
	max-width: 240px;
	margin-bottom: 20px;
	opacity: 0.8;
}
footer nav {
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #383838;
}
footer .footer_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
footer .footer_nav li {
	width: 110px;
	margin-bottom: 20px;
	border-right: 1px solid #383838;
}
footer .footer_nav li:last-child {
	border-right: 0;
}
footer .footer_nav li a {
	color: #000000;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	display: block;
	line-height: 1;
}
footer .footer_sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
footer .footer_sns li {
	margin: 0 10px;
}
footer .footer_sns li a {
	width: 40px;
	height: 40px;
	background: #fff;
	line-height: 40px;
	color: #000;
	display: block;
}
footer .footer_sns li:first-child a {
	font-size: 2.4rem;
}
footer .footer_sns li a img {
	width: 20px;
}
footer .copywriter {
	/*background: #fff;*/
	color: #e76587;
	/*background: #e76593;
	background: -webkit-linear-gradient(left, #e76593 0%,#f66fa5 100%);
	background: linear-gradient(to right, #e76593 0%,#f66fa5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76593', endColorstr='#f66fa5',GradientType=1 );
	color: #fff;*/
	font-size: 1.3rem;
	line-height: 1.5;
}

/* footer_btn */
footer .footer_btn {
	width: 100%;
	padding: 10px;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	display: none;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
footer .footer_btn li {
	width: 32.333%;
	background: #bb2b5b;
	border-bottom: 3px solid #5d0825;
}
footer .footer_btn li:nth-child(2) {
	background: #2bbb38;
	border-bottom: 3px solid #014a0a;
}
footer .footer_btn li:nth-child(2) i {
	font-size: 1.5rem;
}
footer .footer_btn li:nth-child(3) {
	background: #bb902b;
	border-bottom: 3px solid #4e3702;
}
footer .footer_btn li a {
	color: #fff;
	display: block;
	line-height: 47px;
}

/* mainvisual_top */
.mainvisual_top {
	width: 100%;
	height: 100%;
	padding-top: 80px;
	position: relative;
}


.mainvisual {
	width: 100%;
	height: 100%;
	max-width: 1020px;
	padding: 86px 0;
	overflow: hidden;
	position: relative;
}
.mainvisual ul li {
	width: 100%;
	height: 500px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mainvisual ul li::after {
	width: 100%;
	height: 100%;
	max-width: 600px;
	margin-right: 10px;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.mainvisual ul li:nth-child(1)::after {
	background: #fff url(../images/bg_visual_01.png) center no-repeat;
	background-size: 98% 98%;
}
.mainvisual ul li:nth-child(2)::after {
	background: #fff url(../images/bg_visual_02.png) center no-repeat;
	background-size: 98% 98%;
}
.mainvisual ul li .img_box {
	padding: 0 10px;
}
.mainvisual ul li img {
	width: 100%;
	max-width: 540px;
}

/* sub_mainvisual */
.sub_mainvisual {
	padding-top: 110px;
	background: #000 ;
	position: relative;
}
.sub_mainvisual .title {
	background: url(../images/bg_mark_02.png) center no-repeat;
	background-size: 0%;
	color: #000000;
}
.sub_mainvisual > section {
    background: url(../images/bg_title.jpg) repeat;
	width: 100%;
	height: 100vh;
	max-height: 200px;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

/* pankuzu */
.pankuzu {
	width: 100%;
	padding: 5px 0;
}
.pankuzu ol {
	font-size: 1.2rem;
}
.pankuzu ol li {
	display: inline-block;
	list-style-type: none;
	color: #e76587;
}
.pankuzu ol li:first-child:before {
	content: none;
}
.pankuzu ol li:before {
	content: " > ";
	color: #000;
}
.pankuzu ol li:first-child {
	color: #000;
}
.pankuzu ol li a {
	color: #000;
}

/*--------------------------------------
top page 
--------------------------------------*/

/* corona */
.corona {
	max-width: 800px;
	width: 100%;
	text-align: center;
	margin: 0 auto 40px;
	border: 5px solid #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

/* two_col */
.two_col {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 40px;
	padding: 0 10px;
	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: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.two_col > section {
	width: 48%;
	padding: 4%;
	
	border: 5px solid #fff;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
	position: relative;
}
.two_col > section .col_wrap {
	width: 100%;
	padding: 3%;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	outline: solid 2px rgba(255, 255, 255, 0.85);
    outline-offset: 2px;
}

/* concept */
.section_concept .bg_animation {
	background: url(../images/bg_concept.jpg) top center no-repeat;
	background-size: cover;
}
.section_concept .concept_box h3 {
	margin-bottom: 20px;
	font-size: 2rem;
	font-family: "Zen Maru Gothic", sans-serif;
}
.section_concept .concept_box h3 span {
	color: #e76587;
}
.section_concept .concept_box img {
	margin-bottom: 20px;
	border-radius: 2px;
}
.section_concept .concept_box p {
	text-align: justify;
}

/* event */
.section_event {
	margin-top: 10%;
}
.section_event .bg_animation {
	background: url(../images/bg_event.jpg) top center no-repeat;
	background-size: cover;
}
.event_notes .app {
	padding: 15px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.event_notes .app li {
	width: 140px;
	margin: 0 5px;
}
.event_notes .app li a {
	display: block;
	color: #fff;
}
.event_notes .app li p {
	background: #000;
	padding: 5px;
	letter-spacing: 0;
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
}
.event_notes p {
	text-align: justify;
}
.effect_slide {
	margin-bottom: 20px;
}

/* today_schedule */
.section_today_schedule {
	position: relative;
}
.section_today_schedule .bg_animation {
	background: url(../images/bg_today_schedule.jpg) top center no-repeat;
	background-size: cover;
}
.section_today_schedule .cast_box {
	padding: 0 10px;
}
/* twitter */
.section_twitter {
	margin-top: 10%;
}
.section_twitter .bg_animation {
	background: url(../images/bg_twitter.jpg) top center no-repeat;
	background-size: cover;
}
.section_twitter .twitter-timeline {
	width: 99999px !important;
}

/* pickup */
.section_pickup .bg_animation {
	background: url(../images/bg_pickup.jpg) top center no-repeat;
	background-size: cover;
}
.section_pickup .cast_box {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.section_pickup .cast_box li {
	margin: 0;
}
.section_pickup .cast_box li .cast_wrap {
	width: 280px;
	margin: 0 auto;
	box-shadow: none;
}
.section_pickup .cast_box li .img_box {
    width: 280px;
    height: auto;
    padding-top: 420px;
    background: #e76587;
    overflow: hidden;
    display: block;
    position: relative;
}

/* system */
.section_system {
	position: relative;
}
.section_system .bg_animation {
	background: url(../images/bg_system.jpg) top center no-repeat;
	background-size: cover;
}
.system_box {
	width: 100%;
	padding: 3%;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
	outline: solid 2px rgba(255, 255, 255, 0.85);
	outline-offset: 2px;
	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;
}
.table_system {
	width: 49%;
	margin-bottom: 3%;
	font-size: 2rem;
}
.table_system:last-child {
	width: 100%;
	margin-bottom: 0
}
.table_system th,
.table_system td {
	width: 35%;
	padding: 10px;
	vertical-align: middle;
}
.table_system th {
	background: #ffdcea;
	background: -webkit-linear-gradient(left, #ffdcea 0%,#f9e0e2 100%);
	background: linear-gradient(to right, #ffdcea 0%,#f9e0e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdcea', endColorstr='#f9e0e2',GradientType=1 );
	outline: solid 1px #ffdcea;
	outline-offset: 2px;
	color: #e76593;
}
.table_system td:nth-child(2) {
	width: 30%;
	color: #a0a0a0;
	font-size: 1.2rem;
}
.table_system span {
	font-size: 1.6rem;
}

/* topics */
.section_topics .inner {
	max-width: 800px;
}
.section_topics article {
	margin-bottom: 20px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.06);
	text-align: left;
}
.section_topics article:last-of-type {
	margin-bottom: 40px;
}
.section_topics article h3 {
	padding: 15px;
	background: #fff;
	font-size: 1.4rem;
	cursor: pointer;
	position: relative;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.section_topics article h3:hover {
	opacity: .6;
}
.section_topics article h3:after {
	width: 0.3rem;
	height: 0.3rem;
	margin-top: -0.3rem;
	border-top: 0.1rem solid #000;
	border-right: 0.1rem solid #000;
	position: absolute;
	top: 50%;
	right: 1rem;
	content: '';
	z-index: 2;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.section_topics article h3.open:after {
	border-left: 0.1rem solid #000;
	border-right: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.section_topics article h3 time {
	margin-right: 5px;
	padding: 5px;
	background: #e76587;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
}
.section_topics article .topics_txt {
	display: none;
	padding: 15px;
	background: #fff;
}

/* access */
.section_access {
	position: relative;
}
.section_access .bg_animation {
	background: url(../images/bg_access.jpg) top center no-repeat;
	background-size: cover;
}
.section_access .access_box {
	width: 100%;
	margin-bottom: 40px;
	padding: 3%;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
	outline: solid 2px rgba(255, 255, 255, 0.5);
	outline-offset: 2px;
	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;
}
.section_access .access_box .room {
	width: 100%;
	padding: 3%;
	background: #fff;
	text-align: justify;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.section_access .access_box .room h3 {
	margin-bottom: 10px;
	padding: 10px;
	background: #ffdcea;
	background: -webkit-linear-gradient(left, #ffdcea 0%,#f9e0e2 100%);
	background: linear-gradient(to right, #ffdcea 0%,#f9e0e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdcea', endColorstr='#f9e0e2',GradientType=1 );
	outline: solid 1px #ffdcea;
	outline-offset: 2px;
	font-size: 2rem;
	color: #e76593;
	text-align: center;
}
.section_access .access_box .room .info {
	margin-bottom: 20px;
	font-size: 1.4rem;
}
.section_access .access_box .room .info span {
	margin-right: 5px;
	font-size: 1rem;
	color: #616161;
}
.section_access .access_box .room .desc {
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px dotted #ccc;
}
.section_access .access_box .room .desc span {
	margin-bottom: 5px;
	font-size: 1.4rem;
	display: block;
	color: #e76587;
}
.section_access .access_box .room .desc span::after {
	margin-left: 5px;
	content: '\f0d7';
	display: inline-block;
	font-family: FontAwesome;
}
.section_access .access_box .btn_access {
	width: 100%;
	max-width: 260px;
	margin: 0 auto;
	background: #294fa3;
	background: -webkit-linear-gradient(left, #294fa3 0%,#3a81de 100%);
	background: linear-gradient(to right, #294fa3 0%,#3a81de 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#294fa3', endColorstr='#3a81de',GradientType=1 );
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	line-height: 50px;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	display: block;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	position: relative;
	cursor: pointer;
}

/* section_bnr */
.bnr_credit {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	padding: 2% 10px;
}
.bnr_credit a {
	padding: 20px;
	background: #fff;
	border: 1px solid #000;
	display: block;
	text-align: center;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.bnr_credit a:hover {
	background: #000;
}
.bnr_credit a:hover .btn_credit::after {
	border-top: 0.1rem solid #000;
	border-right: 0.1rem solid #000;
	right: 1.2rem;
}
.bnr_credit a img {
	width: 100%;
	max-width: 400px;
	margin-bottom: 5px;
}
.bnr_credit .btn_credit {
	width: 100%;
	max-width: 390px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #000;
	line-height: 35px;
	color: #000;
	text-align: center;
	box-sizing: border-box;
	display: block;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	position: relative;
	cursor: pointer;
}
.bnr_credit .btn_credit::after {
	width: 0.3rem;
	height: 0.3rem;
	margin-top: -0.2rem;
	border-top: 0.1rem solid #000;
	border-right: 0.1rem solid #000;
	font-size: 1.6rem;
	position: absolute;
	top: 50%;
	right: 1.6rem;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	z-index:2;
}
/* link_bnr */
.section_bnr ul.link_bnr {
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.section_bnr ul.link_bnr li {
	width: 25%;
	position: relative;
	overflow: hidden;
}
.section_bnr ul.link_bnr li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.section_bnr ul.link_bnr li:nth-child(1):after {
	background: url(../images/bg_bnr_therapist.jpg) top center no-repeat;
	background-size: cover;
}
.section_bnr ul.link_bnr li:nth-child(2):after {
	background: url(../images/bg_bnr_schedule.jpg) top center no-repeat;
	background-size: cover;
}
.section_bnr ul.link_bnr li:nth-child(3):after {
	background: url(../images/bg_bnr_recruit.jpg) top center no-repeat;
	background-size: cover;
}
.section_bnr ul.link_bnr li:nth-child(4):after {
	background: url(../images/bg_bnr_contact.jpg) top center no-repeat;
	background-size: cover;
}
.section_bnr ul.link_bnr li:hover:after {
	opacity: .6;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.section_bnr ul.link_bnr li a {
	padding: 20% 20% 20% 0;
	outline: solid 1px #fff;
	outline-offset: -5px;
	display: block;
	color: #000;
	text-align: left;
}
.section_bnr ul.link_bnr li a .img_link {
	width: 180px;
	margin-left: 5px;
	padding: 10px;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.section_bnr ul.link_bnr li a .img_link h2 {
	padding-left: 8px;
	border-left: 3px solid #e76693;
	line-height: 1.2;
	font-size: 2rem;
}
.section_bnr ul.link_bnr li a .img_link h2 span {
	display: block;
	font-size: 1.2rem;
}

/*--------------------------------------
system page 
--------------------------------------*/
.contents_system .system_event {
	padding: 3%;
	background: url(../images/bg_event.jpg) top center no-repeat;
	background-size: cover;
	border: 5px solid #fff;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.contents_system .system_event_wrap {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 10px;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	outline: solid 2px rgba(255, 255, 255, 0.85);
	outline-offset: 2px;
}
.contents_system .system_event_wrap .effect_slide {
	margin-bottom: 20px;
}
.contents_system .system_wrap {
	padding: 3%;
	background: url(../images/bg_system.jpg) top center no-repeat;
	background-size: cover;
	border: 5px solid #fff;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.contents_system .table_system {
	width: 100%;
}
.contents_system .bnr_credit {
	padding: 0;
}
.contents_system .bnr_credit a {
	border: 0;
}

/*--------------------------------------
profile page 
--------------------------------------*/
.contents_profile .profile_box {
	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: center;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.contents_profile .profile_box_right {
	width: 55%;
	margin-bottom: 40px;
	padding: 10px;
	background: #fff4f7;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
.contents_profile .profile_box_right .icon_class img {
	padding-top: 5px;
}
.contents_profile .profile_box_right .icon_twitter {
	padding-top: 5px;
}
.contents_profile .profile_box_right .icon_twitter a {
	width: 180px;
	height: 25px;
	margin: 0 auto;
	line-height: 25px;
	background: #1a97f0;
	color: #fff;
	font-size: 1.6rem;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
}
.contents_profile .profile_box_right .icon_twitter a:hover {
	background: #fff;
	box-shadow: 0 0 0 1px #1a97f0;
	color: #1a97f0;
}
.contents_profile .profile_box_right .icon_check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.contents_profile .profile_box_right .icon_check li {
	width: 50%;
	padding: 3px;
}
.contents_profile .profile_box_right .profile_txt_box {
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.contents_profile .profile_box_right .dl_box_01 {
	border: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.contents_profile .profile_box_left {
	width: 40%;
	margin-bottom: 20px;
}
.contents_profile .profile_box_left .img_box {
	width: 100%;
	max-width: 300px;
	height: auto;
	margin: 0 auto 20px;
	padding-top: 450px;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.03);
	overflow: hidden;
	display: block;
	position: relative;
}
.contents_profile .profile_box_left .img_box img.staff {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.contents_profile .profile_box_left a img {
	margin: 0 1% 20px 1%;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.contents_profile .profile_box_left .img_box .icon_new {
	width: 111px;
	position: absolute;
	top: 0;
	left: -16px;
	z-index: 100;
}
.contents_profile .profile_box_left .profile_tweets {
	padding: 10px;
	background: #f4f4f4;
}
.contents_profile .profile_box_left .twitter-timeline {
	width: 99999px !important;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.03);
}
.contents_profile .profile_box_schedule {
	clear: both;
}
.contents_profile .profile_box_left a img.bnr_report{
	margin: 0 0 20px 0;
	width: 100%;
	max-width: 500px;
}

/*--------------------------------------
schedule page 
--------------------------------------*/
.contents_schedule .schedule_nav {
	margin-bottom: 20px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contents_schedule .schedule_nav li {
	width: 100%;
	margin: 0 1% 1% 1%;
}
.contents_schedule .schedule_nav li a {
	padding: 10px;
	background: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	letter-spacing: 0;
	font-size: 1.2rem;
	display: block;
	position: relative;
	color: #000;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.contents_schedule .schedule_nav li a::after {
	width: 0.3rem;
	height: 0.3rem;
	margin-top: -0.2rem;
	border-top: 0.1rem solid #000;
	border-right: 0.1rem solid #000;
	position: absolute;
	top: 50%;
	right: 1.6rem;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	z-index:2;
}
.contents_schedule .schedule_nav li a:hover {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}
.contents_schedule .schedule_nav li a:hover::after {
	border-top: 0.1rem solid #fff;
	border-right: 0.1rem solid #fff;
	right: 1.2rem;
}
.contents_schedule .schedule_nav li.active a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	font-weight: 600;
}
.contents_schedule .schedule_nav li.active a::after {
	border-top: 0.1rem solid #fff;
	border-right: 0.1rem solid #fff;
}
.contents_schedule .schedule_nav li.active a:hover::after {
	right: 1.2rem;
}

/*--------------------------------------
access page 
--------------------------------------*/
.contents_access .access_box {
	padding: 15px;
	background: #fff;
	border: 10px solid #f4f4f4;
	text-align: left;
}
.contents_access .access_box .room h3 {
	margin-bottom: 10px;
	padding-left: 5px;
	border-left: 3px solid #e76593;
	font-size: 2.4rem;
	line-height: 1;
}
.contents_access .access_box .room .info {
	margin-bottom: 20px;
	font-size: 1.4rem;
}
.contents_access .access_box .room .info span {
	margin-right: 5px;
	font-size: 1rem;
	color: #616161;
}
.contents_access .access_box .room .desc {
	margin-bottom: 40px;
	padding-top: 20px;
	border-top: 1px dotted #ccc;
}
.contents_access .access_box .room .desc span {
	margin-bottom: 5px;
	font-size: 1.4rem;
	display: block;
	color: #e76587;
}
.contents_access .access_box .room .desc span::after {
	margin-left: 5px;
	content: '\f0d7';
	display: inline-block;
	font-family: FontAwesome;
}
.contents_access .access_box .room .btn_01 {
	max-width: 200px;
	line-height: 40px;
}
/*--------------------------------------
recruit page 
--------------------------------------*/
.contents_recruit .recruit_box {
	padding: 3%;
	background: url(../images/bg_recruit.jpg) top center no-repeat;
	background-size: cover;
	box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.2);
	position: relative;
}
.contents_recruit .recruit_box .check {
	width: 90px;
	height: 90px;
	padding-top: 30px;
	background: #000;
	border-radius: 50%;
	position: absolute;
	top: -30px;
	left: -30px;
	color: #fff;
}
.contents_recruit .recruit_desc {
	width: 100%;
	padding: 3%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}
.contents_recruit .recruit_desc h3 {
	margin-bottom: 20px;
	padding: 10px 0;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	font-size: 2rem;
}
.contents_recruit .recruit_desc h3 span {
	color: #e2c696;
}
.contents_recruit .recruit_desc ul li {
	margin-bottom: 20px;
	padding: 10px;
	background: rgba(255, 253, 253, 0.85);
	outline: solid 1px rgba(255, 255, 255, 0.85);
	outline-offset: 2px;
	color: #000;
	font-size: 3rem;
	line-height: 1.2;
}
.contents_recruit .recruit_desc ul li span {
	color: #d03155;
}
.contents_recruit .recruit_desc p {
	font-size: 1.6rem;
}

.contents_recruit .dl_box_01 .form_btn {
	width: 250px;
	margin-bottom: 10px;
	display: block;
	letter-spacing: 0;
}
.contents_recruit .dl_box_01 .form_btn::before {
	width: 25px;
	height: 25px;
	margin-right: 10px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	display: inline-block;
	font-family: FontAwesome;
}
.contents_recruit .dl_box_01 .tel {
	border: 1px solid #bb2b5b;
	color: #bb2b5b;
}
.contents_recruit .dl_box_01 .tel::before {
	background: #bb2b5b;
	content: '\f095';
}
.contents_recruit .dl_box_01 .line {
	border: 1px solid #2bbb38;
	color: #2bbb38;
}
.contents_recruit .dl_box_01 .line::before {
	font-size: 1.8rem;
	background: #2bbb38;
	content: '\f10b';
}
.contents_recruit .dl_box_01 .mail {
	margin-bottom: 0;
	border: 1px solid #bb902b;
	color: #bb902b;
}
.contents_recruit .dl_box_01 .mail::before {
	background: #bb902b;
	content: '\f108';
}

/*--------------------------------------
link page 
--------------------------------------*/
.contents_link .dl_box_01 dt::after {
	margin-left: 2px;
	content: '\f0d7';
	display: inline-block;
	font-family: FontAwesome;
}

/*--------------------------------------
error page 
--------------------------------------*/
.contents_err .err_title {
	margin: 0;
	padding: 0;
	font-size: 4rem;
	color: #e76587;
}
.contents_err .err_subtitle {
	margin-bottom: 20px;
	font-size: 1.6rem;
	font-weight: 600;
}

/*--------------------------------------
tablet css
--------------------------------------*/
@media screen and (max-width: 1024px) {

	/* header */
	header {
		height: 75px;
	}
	header h1 {
		width: 176px;
		line-height: 73px;
	}
	header .header_info {
		display: none;
	}
	.nav_btn {
		display: block;
	}

	/* footer */
	footer nav {
		display: none;
	}
}

/*------------------------------------------
mobile css
------------------------------------------*/
@media screen and (max-width: 768px) {

	/* footer */
	footer {
		padding-bottom: 70px;
	}

	footer .footer_btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.outer {
		padding: 8% 0;
	}
	main.sub {
		padding: 8% 10px;
	}

	/* title */
	.title {
		font-size: 2.4rem;
	}
	.subtitle {
		font-size: 2rem;
	}
	.title span {
		font-size: 1.2rem;
	}

	/* table_01 */
	.table_01 {
		border-bottom: 1px solid #e6e6e6;
	}
	.table_01 tr {
		width: 50%;
		padding: 3%;
		display: inline-block;
		vertical-align: middle;
	}
	.table_01 th,
	.table_01 td {
		display: block;
		border-right: 0;
		height: 72px;
	}

	/* mainvisual */
	.mainvisual_top {
		padding-top: 75px;
	}
	.mainvisual_top .bg_animation {
		display: none;
	}
	.mainvisual {
		padding: 0;
		overflow: visible !important;
	}
	.mainvisual ul li {
		height: 400px;
		margin-bottom: 100px;
		display: block;
	}
	.mainvisual ul li::after {
		max-width: 100%;
		margin: 0;
		box-shadow: none;
	}
	.mainvisual ul li:nth-child(1)::after,
	.mainvisual ul li:nth-child(2)::after {
		background-size: cover;
	}
	.mainvisual ul li .img_box {
		position: absolute;
		bottom: -91px;
		left: 0;
		right: 0;
	}
	.mainvisual ul li img {
		max-width: 400px;
	}

	/* sub_mainvisual */
	.sub_mainvisual {
		padding-top: 75px;
	}

	/* two_col */
	.two_col > section {
		width: 100%;
	}

	/* concept */
	.section_concept {
		margin-bottom: 20px;
	}
	.section_concept .concept_box h3 {
		font-size: 1.6rem;
		font-family: "Zen Maru Gothic", sans-serif;
	}

	/* event */
	.section_event {
		margin-top: 0;
	}

	/* twitter */
	.section_twitter {
		margin: 0 0 20px 0;
	}

	/* system */
	.table_system {
		width: 100%;
		font-size: 1.6rem;
	}
	.table_system span {
	    font-size: 1.2rem;
	}

	/* access */
	.section_access .access_box .room {
		width: 100%;
	}
	.section_access .access_box .room h3 {
		font-size: 1.6rem;
	}

	/* link_bnr */
	.section_bnr ul.link_bnr li {
		width: 50%;
	}

	/* profile page */
	.contents_profile .profile_box_left,
	.contents_profile .profile_box_right {
		width: 100%;
	}
	.contents_profile .profile_box_left .img_box {
		max-width: 260px;
		padding-top: 390px;
	}
	.profile_box_schedule p.shop_01,
	.profile_box_schedule p.shop_02,
	.profile_box_schedule p.shop_03,
	.profile_box_schedule p.shop_04{
		width: 100%;
	}
	.contents_profile .profile_box_schedule .table_01 th,
	.contents_profile .profile_box_schedule .table_01 td{
		display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
	}

	/* recruit page */
	.contents_recruit .recruit_box .check {
		display: none;
	}
	.contents_recruit .recruit_desc ul li {
		font-size: 2rem;
	}

}

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

	/* dl_box_02 */
	.dl_box_02 {
		width: 80%;
		margin: 0 auto 40px;
	}
	.dl_box_02 dl {
		width: 100%;
	}

	/* cast_box */
	.cast_box li .cast_wrap {
		width: 144px;
	}
	.cast_box li .img_box {
		width: 144px;
		padding-top: 216px;
	}
	.cast_box li .txt_box {
		padding: 5px;
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	.cast_box li .icon_new {
		width: 79px;
	}
	.cast_box li .time {
		font-size: 1rem;
	}

	/* pickup */
	.section_pickup .cast_box li .cast_wrap {
		width: 240px;
	}
	.section_pickup .cast_box li .img_box {
		width: 240px;
		padding-top: 360px;
	}
	.section_pickup .cast_box li .icon_new {
		width: 60px;
	}

	/* topics */
	.section_topics article h3 {
		padding: 10px;
	}

	/* link_bnr */
	.section_bnr ul.link_bnr li {
		width: 100%;
	}
	.section_bnr ul.link_bnr li a {
		padding: 10% 10% 10% 0;
	}

	/* schedule page */
	.contents_schedule .schedule_nav li {
		width: 100%;
	}

	/* profile page */
	.contents_profile .profile_box_left img.cast_thumb {
		width: 50px;
		height: 80px;
	}

	/* access page */
	.contents_access .access_box .room h3 {
		font-size: 2rem;
	}

	/* link page */
	.contents_link .dl_box_01{
		display: none;
	}
}

/* swiper slide */
.effect_slide .swiper-button-next,
.effect_slide .swiper-container-rtl .swiper-button-prev,
.effect_slide .swiper-button-prev,
.effect_slide .swiper-container-rtl .swiper-button-next,
.effect_slide2 .swiper-button-next,
.effect_slide2 .swiper-container-rtl .swiper-button-prev,
.effect_slide2 .swiper-button-prev,
.effect_slide2 .swiper-container-rtl .swiper-button-next {
	background-image:none;
}
.effect_slide .swiper-button-next,
.effect_slide2 .swiper-button-next {
	right: 0;
}
.effect_slide .swiper-button-prev,
.effect_slide2 .swiper-button-prev {
	left: 0;
}
.effect_slide .swiper-button-next,
.effect_slide .swiper-button-prev,
.effect_slide2 .swiper-button-next,
.effect_slide2 .swiper-button-prev {
	width: 30px;
	height: 45px;
	/*margin-top: -50px;*/
	background: #000;
	border-radius: 1px;
	opacity: .9;
}
.effect_slide .swiper-button-next i,
.effect_slide .swiper-button-prev i,
.effect_slide2 .swiper-button-next i,
.effect_slide2 .swiper-button-prev i {
	line-height: 45px;
	font-size: 2rem;
	color: #fff;
}
.effect_slide .swiper-pagination,
.effect_slide2 .swiper-pagination {
	position: initial;
	bottom: 0 !important;
}
.effect_slide .swiper-pagination-bullet,
.effect_slide2 .swiper-pagination-bullet {
	background: #000;
	opacity: .4;
}
.effect_slide .swiper-pagination-bullet-active,
.effect_slide2 .swiper-pagination-bullet-active {
	background-color: #000;
	opacity: 1;
}