﻿@charset "EUC-JP";
@import url('../../../../css-8');

/*////////// ??Reset [html5]?? //////////*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{margin:0; padding:0; border:0; outline:0; font-size:100%; font:inherit;}
a{margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after{content: '';	content: none;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse; border-spacing:0;}
button{ border:none; background:none; margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,var{font-weight:normal; font-style:normal;}
caption,th{text-align:left;}
abbr,acronym{border:0;}
.clear{clear:both;}
/*////////// ??Reset [html5]?? //////////*/

body{
	color: #000;
	background:#fff;
	font-family: "Verdana", "Lucida Grande", "Hiragino Kaku Gothic Pro", "?????   ?", "YuGothic", "????", sans-serif;
	margin: 0px auto;
	height: auto;
	width: 100%;
	overflow-x: hidden;
} 
html, body {
	height: 100%;
}
* html body{  
    overflow: hidden;  
}  

/*////////// ?? ?????? //////////*/

a{
	word-break: break-all;
}

a img{
	border:none;
	text-decoration:none;
}
a:link{
	color: #313131;
	text-decoration: none;
	display: block;
}
a:visited{
	color: #313131;
	text-decoration: none;
}
a:focus{
	outline:none;
	color: #000;
	text-decoration:none;
}
a:hover{
}
.main-nav a:link , .RoundedBtn a:link , .accordion a:link , #mainNewfaceSection a:link{
	text-decoration:none;
}

/*////////// ?? ?????? //////////*/


/*////////// ?? ???? ?? //////////*/

.clearfix::after {content: ""; clear: both; display: block;}

.fontFigure {font-family: "Cinzel", "Crimson Text", "???????    ProN W3", "Hiragino Mincho ProN", "????   ", "YuMincho", "HG??   E", "??? ????   ", "??? ??   ", serif;}
.fontGothic {font-family: "?????   ?", "YuGothic", "Hiragino Kaku Gothic Pro", "????", sans-serif;}
.fontMincho {font-family: "????   ", "YuMincho", "???????    ProN W3", "Hiragino Mincho ProN", "HG??   E", "??? ????   ", "??? ??   ", serif; }

p{
	font-family: "?????   ?", "YuGothic", "Hiragino Kaku Gothic Pro", "????", sans-serif; 
	font-size: 1em;
	letter-spacing: 1.5px;
	line-height: 24px;
	color: #313131;
	word-break: break-all;
}
.center {text-align:center;}
.right {float:right;}
.left {float:left;}
.pink {color:#ff2361;}
.red {color:#cd0000;}
.blue{color:#00b4c8;}
.grey {color:#666;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb50 {margin-bottom: 50px;}
.mb100 {margin-bottom: 100px;}
.m-center {margin: 0 auto; }
.tright {text-align: right;}

#page-select{
	width: 96%;
	max-width: 1180px;
	margin: 10px auto 30px;
}
#page-select div{
	margin: 0 8px;
}
#page-select #prev{
	float: left;
}
#page-select #next{
	float: right;
}
@media screen and (max-width: 700px){
	#page-select{
		width: 308px;
	}
	#page-select div {
		margin: 0 auto;
	}
	#page-select #prev{
		float: none;
	}
}
.button-box{
	width: 308px;
	margin: 8px auto;
	text-align: center;
}
.button-shine {
	width: 300px;
	height: 40px;
	line-height: 40px;
	letter-spacing: 0.2em;
	padding: 0 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.button-box a {
	display: inline-block;
	text-align: center;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
}
.button {
	color: #000;
	border: 2px solid #fff;
	padding: 2px 2px;
	position: relative;
}
.change-border::after,
.change-border::before,
.change-border__inner::after,
.change-border__inner::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
}
.change-border::after {
	height: 2px;
	left: -2px;
	top: -2px;
	width: 0px;
}
.change-border::before {
	bottom: -2px;
	height: 2px;
	right: -2px;
	width: 0px;
}
.change-border__inner::after {
	bottom: -2px;
	height: 0px;
	left: -2px;
	width: 2px;
}
.change-border__inner::before {
	height: 0px;
	right: -2px;
	top: -2px;
	width: 2px;
}
.change-border:hover::after,
.change-border:hover::before {
	width: 100%;
	width: calc(100% + 2px);
}
.change-border:hover .change-border__inner::after,
.change-border:hover .change-border__inner::before {
	height: 100%;
	height: calc(100% + 2px);
}
span.change-border__inner{
	font-size: 0.9em;
	letter-spacing: 4px;
	line-height: 40px;
}

span.small-letter{
	font-size: 0.8em;
	padding-left: 8px;
}

.listFade{
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
	transition: .3s;
    -webkit-transform: translate(0,5px);
    -moz-transform: translate(0,5px);
    -o-transform: translate(0,5px);
    -ms-transform: translate(0,5px);
	transform: translate(0,5px);
	opacity: 0;
}
.fadeIn{
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
	transform: translate(0,0);
	opacity: 1;
}
.tablelist{
	display: table;
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
}
.tablelist .tablerow{
	display: table-row;
}
.tablelist .tablerow li,
.tablelist .tablerow dt,
.tablelist .tablerow dd
{
	display: table-cell;
}
/*////////// ?? ???? ?? //////////*/

/*////////// ?? index / ?????????? ?? //////////*/

#index header {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	background-position: top center;
	background-repeat:  repeat-y;
	padding-bottom: 10px;
}
#enter-container{
	text-align: center;
	position: relative;
	top: 20%;
	width: 90%;
	max-width: 340px;
	margin: 0 auto 80px;
}
#enter-container h1{
	margin-bottom: 20px;
	padding-top: 40px;
}
#enter-container h1 img{
	width: 100%;
}
#enter-container ul#enterbtn{
	width: 260px;
	position: relative;
	margin: 0 auto 60px;
}
#enter-container ul#enterbtn li{
	background-color: rgba(80,80,80,.4);
    position: relative;
    z-index: 1000;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
s#enter-container ul#enterbtn li:hover{
	opacity: 0.5;
}
#enter-container ul#enterbtn li a {
	display: block;
	cursor: pointer;
	font-size: 18px;
	letter-spacing: 2px;
}
#enter-container ul#enterbtn svg {
	margin-top: 10px;
	width: 100%;
	height: 48px;
}
#enter-container ul#enterbtn span {
	font-size: 0.8em;
	line-height: 22px;
	vertical-align: middle;
	z-index: 900;
}
/************* ????????????? ************/
ul#enterbtn.btn-circle{
	width: 600px;
}
ul#enterbtn.btn-circle li{
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
}
#enter-container ul#enterbtn.btn-circle li:first-child{
	float: left;
}
#enter-container ul#enterbtn.btn-circle li:nth-child(2){
	float: right;
}
#enter-container ul#enterbtn.btn-circle svg {
	position: absolute;
	right: 0;
	left: 0;
	top: 6px;
}
#enter-container ul#enterbtn.btn-circle span {
	position: absolute;
	left: 0;
	right: 0;
	top: 86px;
}

/************* ????????????? ************/
#enter-container ul#enterbtn.btn-square{
	width: 320px;
}
#enter-container ul#enterbtn.btn-square li{
	width: 320px;
	height: 60px;
	line-height: 60px;
	margin-bottom: 24px;
}

/************* ?????????????? ************/
#enter-container ul#enterbtn.btn-kadomaru{
	width: 320px;
}
#enter-container ul#enterbtn.btn-kadomaru li{
	width: 320px;
	height: 60px;
	line-height: 60px;
	border-radius: 12px;
	margin-bottom: 24px;
}

#enter-container ul.tablelist{
	width: 100%;
	max-width: 680px;
}
#link-container{
	width: 100%;
	min-height: 60px;
}
#link-container h2{
	height: 46px;
	line-height: 46px;
	text-align: center;
}
#link-container ul{
	width: 100%;
	margin: 0 auto 0px;
}
#link-container ul li{
    width: 100%;
    height: 44px;
	line-height: 44px;
	padding: 0 10px 0;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	opacity: 1;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#link-container ul li a{
	display: block;
}
#link-container ul li:hover{
	opacity: 0.75;
}
#link-container ul li span{
	font-size: 12px;
	width: 100%;
}
#link-container ul li svg{
	position: absolute;
	right: 12px;
	top: 14px;
	width: 16px;
	height: 16px;
}
.enter-freespace {
    width: 100%;
    padding: 20px 0;
    margin: 0 auto;
}
.enter-freespace img {
    width: 100%;
    height: 100%;
}
.enter-freespace table {
    margin: 0 auto;
}

/*////////// ?? index / ?????????? ?? //////////*/


/*////////// ?? top / ??   ????? ?? //////////*/

/************* header / ??   ??? ************/
header{
	height: auto;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 870;
}
header #h1-container{
	display: block;
	height: 70px;
	padding-left: 10px;
}
header #h1-container h1{
	height: 70px;
}
header #h1-container img{
	height: 70px;
}
/************* /header / ??   ??? ************/

/************* Nav / ????????????************/
ul#header-navi{
	width: 100%;
	top: 0;
	z-index: 1000;
}
ul#header-navi li{
	width: 70px;
	height: 70px;
	position: absolute;
}
ul#header-navi li#menu{
	right: 0;
	top: 0;
	overflow: hidden;
}
ul#header-navi li#tel{
	display: none;
	text-align: center;
	left: 0;
	top: 0;
	padding-top: 20px;
}
ul#header-navi li a{
	display: block;
}
ul#header-navi li#tel svg{
	width: 38px;
	fill: #000;
}

body.open,body:after{
	overflow: hidden;
}
.b-nav,body:after{
	position: absolute;
}
.b-brand,.b-link{
	text-decoration:none;
}
	@-webkit-keyframes slideInLeft{
		0%{
		-webkit-transform:translate3d(-100%,0,0);
		transform:translate3d(-100%,0,0);
		visibility:visible;
		}
		100%{
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0);
		}
	}
	@keyframes slideInLeft{
		0%{
		-webkit-transform:translate3d(-100%,0,0);
		transform:translate3d(-100%,0,0);
		visibility:visible;
		}
		100%{
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0);
		}
	}
	@-webkit-keyframes slideOutLeft{
		0%{
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0);
		}
		100%{
		-webkit-transform:translate3d(200%,0,0);
		transform:translate3d(200%x,0,0);
		visibility:hidden;
		}
	}
	@keyframes slideOutLeft{
		0%{
		-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)
		}
		100%{
		-webkit-transform:translate3d(-200%,0,0);
		transform:translate3d(200%,0,0);
		visibility:hidden;
		}
	}
*{
	box-sizing: border-box;
}
body:after{
	content:'';
	height:100%;
	left:0;
	opacity:0;
	padding:0;
	top:0;
	visibility:hidden;
	-webkit-transition:all .4s ease;
	transition:all .4s ease;
	width:100%;
	position: fixed;
    z-index: 980;
}
body.open:after{
	opacity:1;
	visibility:visible;
}
.b-nav{
	z-index:990;
}
.b-nav:not(.open){
	visibility:hidden;
}
.b-nav li{
	color:#fff;
	list-style-type:none;
	text-align:left;
	-webkit-transform:translateX(-250px);
	-ms-transform:translateX(-250px);
	transform:translateX(-250px)
}
.b-nav li:not(.open){
	animation-duration:.4s;
	animation-fill-mode:both;
	-webkit-animation-name:slideOutLeft;
	animation-name:slideOutLeft;
}
.b-nav li:not(.open),.b-nav.open li{
	-webkit-animation-duration:.4s;
	-webkit-animation-fill-mode:both;
}
.b-nav.open{
	visibility:visible;
}
.b-nav.open li{
	animation-duration:.4s;
	animation-fill-mode:both;
	-webkit-animation-name:slideInLeft;
	animation-name:slideInLeft;
}
.b-link{
	background:0 0;
	border-left:rgba(255,255,255,0)solid 2px;
	color:#fff;
	transition:all .4s ease;
	width:auto;
}
.b-link,.b-menu{
	-webkit-transition:all .4s ease;
}
.b-link--active,.b-link:hover{
}
.b-menu{
	cursor: pointer;
	display: inline-block;
	padding: 25px 20px;
	width: 70px;
	height: 70px;
	position: relative;
	transition: all .4s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 12;
}
.b-bun--bottom,.b-bun--mid,.b-bun--top{
	height: 2px;
	width: 30px;
}
.b-bun{
	background: #575757;
	transition: all .4s ease;
}
.b-brand,.b-bun{
	position: relative;
	-webkit-transition: all .4s ease;
}
.b-bun--top{
	top: 0;
}
.b-bun--mid{
	top:6px;
}
.b-bun--bottom{
	top:12px;
}
.b-container{
	position:absolute;
	height: 70px;
	z-index: 1000;
}
.b-container:hover:not(.open) .bun-bottom,.b-container:hover:not(.open) .bun-mid,.b-container:hover:not(.open) .bun-top{
	background-color: rgba(245,245,245,0.8);
}
.b-container.open .b-bun--top{
	background: #000;
	top: 9px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform:rotate(45deg);
}
.b-container.open .b-bun--mid{
	opacity: 0;
}
.b-container.open .b-bun--bottom{
	background: #000;
	top: 4px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.b-container.open .b-brand{
	color:#fff;
}
header nav {
    display: table;
    width: 100%;
    position: fixed;
    top: 60px;
}
nav #gnavi-wrapper{
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	z-index: 1000;
}
nav #gnavi-wrapper ul#gnavi{
	width: 100%;
	max-width: 480px;
	margin: 8px auto;
	position: fixed;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
nav ul#gnavi li{
	font-size: 1em;
	letter-spacing: 1.4px;
	cursor: pointer;
	line-height: 18px;
	width: 50%;
	text-align: center;
	padding: 3px 2%;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 8px;
}
nav ul#gnavi li span.en{
	display: block;
}
nav ul#gnavi li a{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	opacity: 1;
}
nav ul#gnavi li a:hover{
	opacity: 0.8;
}
nav ul#gnavi li .gnavi-ja{
	display: inline-block;
	font-size: 0.65em;
	letter-spacing: 1px;
	line-height: 14px;
	margin: 0 12px;
}
/************* /Nav / ????????????************/

/************* stickyHeader / ??????   ?????   ??? ************/
#stickyHeader{
	width: 100%;
	position: fixed;
	bottom: 0;
	display: none;
	z-index: 950;
    padding: 6px 0;
}
#stickyHeader .tablelist{
	width: 100%;
	display: table;
}
#stickyHeader .tablelist ul{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	display: table-row;
}
#stickyHeader .tablelist ul li{
	font-size: 0.8em;
	text-align: center;
	line-height: 18px;
	width: 20%;
	border-right: 1px solid #cecece;
	margin: 6px 0 3px;
	display: table-cell;
}
@media screen and (max-width: 979px){
	#stickyHeader .tablelist ul li:last-child{
		border-right: none;
	}
}
@media screen and (min-width: 980px){
	#stickyHeader .tablelist ul li:nth-child(1){
		border-left: 1px solid #cecece;
	}
}
#stickyHeader .tablelist ul li a{
	display: block;
}
#stickyHeader .tablelist ul li svg{
	height: 20px;
	margin: 3px auto 0px;
}
#stickyHeader .tablelist ul li span{
	text-align: center;
	font-size: 0.9em;
	letter-spacing: 2px;
}
#iconLine .stickyIcon {
    fill: #60ff00;
}
#stickyHeader #iconLine a span{
	color: #60ff00;
}
/************* /stickyHeader / ??????   ?????   ??? ************/

/************* header-bottom / ??   ????? ************/
.hedder-bottom{
	margin-top: 70px;
	text-align: center;
}
.hedder-bottom #SP-cover{
	width: 100%;
	margin-bottom: -8px;
}
.hedder-bottom #SP-cover img{
	width: 100%;
}
.hedder-bottom h1{
	font-size: 1em;
	letter-spacing: 2px;
	padding: 6px 5%;
}
ul#shopinfo{
	width: 100%;
	margin: 6px auto 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #b0b0b0;
}
ul#shopinfo li{
	font-size: 1.2em;
	text-align: center;
	width: 100%;
	padding: 4px 2.5%;
}
ul#shopinfo li span{
	padding: 0 4px;
}

/************* /header-bottom / ??   ????? ************/

/************* bread crumb / ???? ************/
#breadcrumContainer{
	width: 100%;
	border-bottom: 1px solid #b0b0b0;
}
.breadcrumbs{
	text-align: left;
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 4px 2px
}
.breadcrumbs span{
	display: inline-block;
	font-size: 0.9em;
	line-height: 28px;
	letter-spacing: 2px;
	margin: 0 4px;
}
/************* /bread crumb / ???? ************/

main{
	width: 100%;
 	height: auto;
    position: relative;
	z-index: 1;
}
.contents{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.contents section{
	padding-bottom: 10px;
}
.contents-title{
	text-align: center;
}
.contents-title h2{
	font-size: 1.3em;
	letter-spacing: 1px;
	padding: 10px 0;
	position: relative;
}
.contents-title h2 span.small-letter{
	font-size: 0.6em;
	letter-spacing: 1.2px;
    padding-top: 7px;
	padding-left: 10px;
	margin-left: 5px;
}

/************* free / ?????????? ************/

.free{
	text-align: center;
}
.free img{
	max-width: 100%;
}

/************* free / ?????????? ************/

/************* info / ??????  ???????????************/

#top-info{
	margin: 0 auto 50px;
}
.info-slider{
	width: 100%;
	position: relative;
}
.info-slider::before{
	content: "";
	background-image: -webkit-linear-gradient(right, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.9)));
	background-image: -moz-linear-gradient(right, rgba(255,255,255,0.9), rgba(255,255,255,0));
	background-image: -o-linear-gradient(right, rgba(255,255,255,0), rgba(255,255,255,0.9));
	background-image: linear-gradient(right, rgba(255,255,255,0), rgba(255,255,255,0.9));
	width: 356px;
	height: 325px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.info-slider::after{
	content: "";
	background-image: -webkit-linear-gradient(left, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.9)));
	background-image: -moz-linear-gradient(left, rgba(255,255,255,0.9), rgba(255,255,255,0));
	background-image: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.9));
	background-image: linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.9));
	width: 356px;
	height: 325px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

/************* info / ??????  ???????????************/

/************* castlist / ???  ??   ??? ************/

ul.cast-list{
	width: 100%;
	max-width: 980px;
	height: auto;
	min-height: 140px;
	margin: 8px auto 10px;
	font-size: 0;
	letter-spacing: -100px;
	overflow: hidden;
}
@-moz-document url-prefix() {
  ul.cast-list{
      word-spacing: 0.1em;
  }
}
ul.cast-list li.profile{
	width: calc(100% / 2 - 2px);
	max-width: 360px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin: 0px 1px 14px;
	position: relative;
	overflow: hidden;
	font-size: 1rem;
	letter-spacing: normal;
}
@media screen and (max-width: 349px){
	ul.cast-list li.profile{
		width: calc(100% - 2px);
	}
}
@media screen and (min-width: 740px){
	ul.cast-list li.profile{
		width: calc(100% / 3 - 2px);
	}
}
ul.cast-list.cast-slider {
    width: 100%;
    margin: 8px 0 10px;
}
ul.cast-list.cast-slider li.profile {
    width: 100%;
    max-width: none;
    margin: 0px 0 10px;
}

ul.cast-list li img.thum{
	width: 100%;
	height: 100%;
}
ul.cast-list li figure{
	position: relative;
}
ul.cast-list li a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.top-newcast .thumBox::before{
	bottom: 0px;
}
.thum{
	position: relative;
	overflow: hidden;
}
.thum a,
ul.cast-list li a figure{
	opacity: 1;
    -moz-transition: all 800ms ease-in-out;
    -webkit-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}
.thum a:hover,
ul.cast-list li a figure:hover{
	opacity: 0.8;
}
ul.cast-list li figcaption{
	width: 100%;
	bottom: 12px;
	z-index: 100;
	margin-bottom: 4px;
}
figcaption p {
    color: #1e1e1e;
    font-size: 0.8em;
    line-height: 18px;
    letter-spacing: 0.5px;
    margin-left: 10px;
}
ul.state{
	position: absolute;
	z-index: 100;
	bottom: 8px;
	left: 4px;
}
ul.state li{
    font-size: 0.8em;
    letter-spacing: 1px;
	line-height: 20px;
	text-align: center;
	float: left;
	margin-right: 3px;
	margin-bottom: 6px;
}
ul.state li span{
	padding: 0px 10px;
}
ul.state li img{
	margin-bottom: -5px;
}
.icon-new {
	color: #fff;
	background-color: rgba(255,55,110,0.8);
}
.icon-today {
	color: #fff;
	background-color: rgba(0,50,255,0.8);
}
.icon-rank {
	color: #fff;
	background-color: rgba(60,180,205,0.8);
}
p.name {
    font-size: 1em;
    letter-spacing: 1px;
    margin-bottom: 6px;
	white-space:nowrap;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
}
p.size {
    font-size: 0.85em;
}
.thisSchedule{
	position: relative;
	width: 100%;
	z-index: 130;
}
.thisSchedule p.time{
	font-size: 0.85em;
	background-size: 100%;
	padding: 1px 0 1px 12px;
	margin-left: 0;
}
.thisSchedule p.timer{
	font-size: 0.75em;
	height: 26px;
	margin-left: 4px;
}
ul.tag{
	width: 100%;
	position: relative;
	margin: 0 auto 4px;
	z-index: 130;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
ul.tag li{
	font-size: 10px;
	text-align: center;
	width : calc(50% - 1px) ;
	border: 1px solid #666;
	padding: 0.1% 5px;
	margin: 1px 0;
	overflow: hidden;
	text-overflow: "";
	white-space: nowrap;
}

ul.tag li.icon-img {
	border: none;
	margin: 4px 0 0 0;
	padding: 0;
}
ul.tag li.icon-img > img {
	width: 100%;
	max-width: 120px !important;
	max-height: unset !important;
	vertical-align: top;
}

ul.tag li:nth-child(odd){
	margin-right: 2px;
}
.add-marquee{
	padding: 0 4px 0;
}
ul.cast-list li svg.twitter,
.thum svg.twitter {
	width: 34px;
	height: 34px;
	position: absolute;
	top: 6px;
	left: 6px;
	z-index: 130;
}
svg.twitter path{
	fill: #1DA1F2;
}

ul.cast-list li .room-box + a svg.twitter {
	width: 34px;
	height: 34px;
	position: absolute;
	top: 52px;
	left: 6px;
	z-index: 130;
}

/************* /castlist / ???  ??   ??? ************/

/************* topics / ????????************/

#topics .topics-container{
	width: 94%;
	max-width: 780px;
	margin: 10px auto;
	padding: 4%;
	overflow: hidden;
}
#topics .topics-container .thum{
	width: 100%;
	min-width: 160px;
	max-width: 360px;
	max-height: 480px;
	margin: 10px auto;
	overflow: hidden;
}
.topics-container .thum img{
	width: 100%
}
#topics .topics-container h3{
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 14px;
}
#topics .topics-container p{
	text-align: center;
}
#topics .topics-container p.date{
	margin-bottom: 6px;
}
#topics-accoordion {
	margin-bottom: 20px;
}
.acd-check{
    display: none;
}
.acd-label{
	border: 1px solid #333;
	background: rgba(255,255,255,0.1);
	display: block;
	margin-bottom: 1px;
	padding: 20px;
	position: relative;
	cursor: pointer;
}
.acd-label:after{
	font-family: "Font Awesome 5 Free";
	content: '\f078';
	font-weight: 900;
	position: absolute;
	right: 24px;
	top: calc(50% - 14px);
	font-size: 30px;
}
.acd-label h3 {
	width: calc(100% - 36px);
}
.acd-content{
	border: 1px solid #333;
	height: 0;
	opacity: 0;
	padding: 0 30px;
	-moz-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	display: none;
}
.acd-content img {
	max-width: 100%;
	margin-right: 20px;
}
.acd-check:checked + .acd-label:after{
    content: '\f068';
	font-weight: 900;
}
.acd-check:checked + .acd-label + .acd-content{
    text-align: center;
    height: auto;
    opacity: 1;
    padding: 30px;
	margin-bottom: 2px;
	margin-top: -2px;
	display: block;
}

/************* /topics / ????????************/

/************* diary / ???????????? ************/

#diary ul{
	width: 96%;
	max-width: 1180px;
	margin: 10px auto;	
}
#diary ul li.blog-container{
	width: -webkit-calc(50% - 17px);
	width: calc(50% - 17px);
	height: auto;
	overflow: hidden;
	margin: 7px 8px;
	padding: 16px 20px;
	float: left;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	border: solid 1px;
}
#diary ul li.blog-container.personal-blog{
	height: 492px;
}
@media screen and (max-width: 700px){
	#diary ul li.blog-container{
		width: -webkit-calc(100% - 17px);
		width: calc(100% - 17px);
	}
	#diary ul li.blog-container.personal-blog{
		height: 100%;
	}
}
#diary ul li.blog-container:hover:not(.personal-blog){
	opacity: .65;
}
.box-border{
	border: 2px solid #000;
}
#diary ul li.blog-container .thum{
	max-width: 160px;
	max-height: 250px;
	overflow: hidden;
	float: left;
}
#diary ul li.blog-container .thum img,
article .thum img{
	width: 100%;
}
#diary ul li.blog-container .textBox{
	width: -webkit-calc(100% - 176px);
	width: calc(100% - 176px);
	max-height: 250px;
	overflow: hidden;
	margin-left: 16px;
	float: left;
}
#diary ul li.blog-container.personal-blog .thum{
	float: none;
}
#diary ul li.blog-container.personal-blog .textBox{
	width: 100%;
	margin-left: 0;
	height: auto;
	max-height: none;
}
@media screen and (min-width: 701px){
	#diary ul li.blog-container.personal-blog .textBox{
		max-height: 450px;
		overflow-y: auto;
	}
}
p.date,
#diary .textBox time{
	font-size: 11px;
	letter-spacing: 2px;
}
#diary .textBox p{
	font-size: 14px;
	text-align: left;
	line-height: 26px;
	width: 100%;
	padding: 0;
	margin: 6px 0 10px;
}
#diary h3{
	font-size: 1.2em;
	letter-spacing: 4px;
	margin: 30px auto 20px;
}
#diary h3 > a {
	display: inline-block;
	padding: 0.6em 1em;
	border: solid 1px;
}

article.diary-detail{
	width: 94%;
	max-width: 1080px;
	margin: 22px auto;
}
article.diary-detail .thum{
	text-align: center;
	max-width: 480px;
	margin: 18px auto;
}
article.diary-detail h4{
	font-size: 1.2em;
	line-height: 31px;
	margin: 8px 0;
}
#diary ul li.blog-container .textBox .text img{
	max-width: 100%;
}

#diary #page-select {
	margin-top: 50px;
}

/************* /diary / ???????????? ************/

/************* schedule / ? ا ??? ************/

ul#total{
	width: 600px;
	margin: 10px auto 20px;
}
ul#total li{
	font-size: 0.9em;
	text-align: center;
	width: 290px;
	float: left;
	padding: 4px 0;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
ul#total li:hover{
	opacity: 0.8;
}

ul#total li:first-child{
	margin-right: 20px;
}
ul#total li span{
	font-size: 1.2em;
	padding: 0 6px;
}
ul#total li a{
	display: block;
}
@media screen and (max-width: 620px){
	ul#total{
		width: 290px;
	}
	ul#total li:first-child{
		margin-right: 0px;
		margin-bottom: 4px;
	}
}
/************* /schedule / ? ا ??? ************/

/************* newface / ??????? ************/

#newface .newface-container{
	width: 94%;
	max-width: 780px;
	margin: 20px auto;
}
#newface .newface-container .thum{
	width: 32%;
	min-width: 160px;
	max-width: 360px;
	max-height: 480px;
	float: left;
	position: relative;
	overflow: hidden;
}
#newface .newface-container .thum img{
	width: 100%
}
#newface .newface-container .textBox{
	width : 50%; /* IE8?????Android4.3???????????     ??*/
	width : -webkit-calc(100% - 32%) ;
	width : calc(100% - 32%) ;
	float: left;
	padding-left: 5%;
}
@media screen and (max-width: 600px){
	#newface .newface-container .thum{
		width: 100%;
		min-width: 280px;
	}
	#newface .newface-container .thum{
		float: none;
		margin: 0 auto 20px;
	}
	#newface .newface-container .textBox{
		width : 95%;
		float: none;
	}
}
#newface .newface-container p.date{
	font-size: 0.85em;
	letter-spacing: 3px;
	line-height: 14px;
	margin-bottom: 12px;
}
#newface .newface-container .textBox ul.state{
	position: relative;
	bottom: 0;
	left: 0;
	margin-bottom: 6px;
}
#newface .newface-container .textBox ul.tag{
	margin-bottom: 12px;
}
#newface .newface-container .textBox .comment{
	max-height: 150px;
	overflow-y: auto;
}

/************* /newface / ??????? ************/

/************* Ranking / ?????************/

#top-ranking .ranking-slider{
	width: 100%;
	height: 615px;
	position: relative;
	margin: 10px auto 10px;
	padding-bottom: 20px;
}
#top-ranking .flickity-page-dots{
	display: none;
}
#top-ranking .ranking-slider .gallery-cell{
	position: relative;
}
#top-ranking .ranking-slider .gallery-cell .ranking-box a{
	width: 100%;
	height: 480px;
	display: block;
}
#top-ranking .ranking-slider .gallery-cell .ranking-data{
	color: #000;
	width: 100%;
	position: relative;
	bottom: 0px;
	padding-top: 10px;
	z-index: 11;
}
#top-ranking .ranking-slider .gallery-cell .ranking-number{
	font-size: 1.4em;
	letter-spacing: 8px;
	text-align: center;
	color: #fff;
	background: #000;
	width: 100%;
	height: 32px;
	position: relative;
}
#top-ranking .ranking-slider .gallery-cell .ranking-number::after{
	content: "";
	width: 356px;
	height: 28px;
	background-image: url(../images/rankBG-1.png);
	position: absolute;
	top: 2px;
	left: 2px;
}
#top-ranking .ranking-slider .gallery-cell .ranking-number.rank1{
	background-color: #89760e;
}
#top-ranking .ranking-slider .gallery-cell .ranking-number.rank2{
	background-color: #918f82;
}
#top-ranking .ranking-slider .gallery-cell .ranking-number.rank3{
	background-color: #987b3d;
}
#top-ranking .ranking-slider .gallery-cell .ranking-number span{
	font-size: 1.2em;
	padding-left: 4px;
}
#top-ranking .ranking-slider .gallery-cell ul.state {
	position: absolute;
	left: 14px;
	bottom: 0;
}
#top-ranking .ranking-slider .gallery-cell .ranking-box p{
	line-height: 22px;
	margin-left: 14px;
}

/************* / Ranking / ?????************/

/************* recommended / ??   ????   ? ************/

#recommend ul.cast-list {
    max-width: 1120px;
}
#recommend ul.cast-list li.profile {
	width : calc(100% / 3 - 8px) ;
}
@media screen and (min-width: 481px){
	#recommend ul.cast-list {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-flow: nowrap;
		flex-flow: nowrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-line-pack: start;
		align-content: flex-start;
	}
}
@media screen and (max-width: 480px){
	#recommend ul.cast-list li.profile {
		width: 90%;
		max-width: 360px;
		margin: 10px auto;
		display: block;
	}
}
/************* /recommended / ??   ????   ? ************/

/************* livechat / ????????   ????????????? ************/

ul#chat-container li{
	text-align: center;
}
.other-contents .tablelist{
	border-collapse: separate;
	border-spacing: 6px 10px;
	width: 880px;
	margin: 0 auto 10px;
	padding-bottom: 20px;
}
.other-contents ul li iframe{
	width: 100%;
	margin: 0 auto;
}

/************* /liveChat / ????????   ????????????? ************/

/************* access / ???????? ************/

.contents section.access{
	padding-bottom: 28px;
}
.map-container {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto 4px;
	text-align: center;
}

/************* /access / ???????? ************/

/************* contents / ??????     ?? ************/

#contents-banner{
	width: 100%;
	max-width: 600px;
	padding-bottom: 20px;
}
#contents-banner ul{
	width: 90%;
 	height: auto;
	margin: 0 auto;
	position: relative;
}
#contents-banner ul li.contents-box{
	position: relative;
	width: calc(100% / 2 - 8px);
	max-width: 310px;
	height: 180px;
	overflow: hidden;
	margin: 4px;
	float: left;
}
@media screen and (max-width: 720px){
	#contents-banner ul{
		width: 318px;
	}
	#contents-banner ul li.contents-box{
		width: 310px;
	}
}
#contents-banner ul li.contents-box a{
	display: block;
	width: 100%;
	height: 100%;
}
#contents-banner ul li.contents-box p{
	font-size: 1.4em;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 34px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 36%;
	padding: 0 14px;
	z-index: 10;
}
#contents-banner ul li.contents-box p span{
	font-size: 0.7em;
}
#contents-banner ul li.contents-box img{
	width: 100%;
	position: absolute;
	z-index: 0;
}
#contents-banner ul li.contents-box .contents-box-inner::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.scale {
	overflow: hidden;
}
.scale img {
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}
.scale:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

/************* /contents / ??????     ?? ************/

/************* footer-menu / ??   ??????   ?************/

#footer-menu{
	display: none;
	width: 100%;
}
#footer-menu .contents-title{
	margin-bottom: 1px;
}
#footer-menu ul{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
#footer-menu ul li{
	font-size: 1em;
	letter-spacing: 1.4px;
	cursor: pointer;
	line-height: 28px;
	width: 50%;
	height: 80px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 1px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
#footer-menu ul li::after{
	content: "";
	width: 186px;
	height: 78px;
	background-image: url(../images/footer-menuBG-1.png);
	position: absolute;
	top: 2px;
	left: 2px;
	overflow: hidden;
	z-index: 0;
}
#footer-menu ul li:nth-child(odd){
	width: calc(50% - 1px);
	margin-right: 1px;
}
#footer-menu ul li span.en{
	display: block;
}
#footer-menu ul li a{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	opacity: 1;
	position: relative;
	z-index: 1;
	background: none;
}
#footer-menu ul li a:hover{
	opacity: 0.8;
}
#footer-menu ul li .gnavi-ja{
	display: inline-block;
	font-size: 0.65em;
	letter-spacing: 1px;
	line-height: 28px;
	margin: 0 12px;
}

/************* /footer-menu / ??   ??????   ?************/

/*////////// ?? top / ??   ????? ?? //////////*/


/*////////// ?? footer / ??   ??? ?? //////////*/

footer{
	width: 100%;
	color: #313131;
	clear: both;
	background-color: rgba(255,255,255,0.95);
	position: relative;
	padding-top: 12px;
}
address{
	width: 100%;
	font-size: 10px;
	text-align: center;
	letter-spacing: 2px;
	margin: 4px auto 0;
	padding-bottom: 72px;
}

/*////////// ?? footer / ??   ??? ?? //////////*/


/*////////// ?? profile / ??????????????? ?? //////////*/

ul.btnList{
	width: 972px;
	margin: 0 auto;
}
ul.btnList li{
	float: left;
	margin: 20px 8px;
}
ul.btnList lispan{
	padding-left: 6px;
}
#profile-main{
	width: 100%;
	max-width: 680px;
	margin: 10px auto;
}
#profile-detail{
	width: 96%;
	max-width: 680px;
	margin: 10px auto 0;
}
#profile h3{
	font-size: 1.2em;
	text-align: left;
	position: relative;
	width: 92%;
	padding-bottom: 8px;
	margin: 0 auto 10px;
}
#profile h3 span{
	font-size: 0.6em;
	padding-left: 8px;
}
#profile h3::before{
	content: "";
	width: 44px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#profile .thum-slider{
	margin-bottom: 50px;
    position: relative;
}
#profile .thum-slider > a {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 20;
}
#profile-main p{
	text-align: left;
	letter-spacing: 2px;
	line-height: 150%;
	width: 92%;
	margin-bottom: 10px;
}
#profile-main p.name{
	font-size: 1.2em;
	margin-bottom: 2px;
}
#profile-main p.age{
	font-size: 0.9em;
	margin-bottom: 10px;
}
#profile ul.state{
	width: 92%;
	margin: 0 auto 2px;
	position: relative;
	bottom: 0;
	left: 0;
}
#profile ul.state li {
	font-size: 0.8em;
	line-height: 30px;
	padding: 0px 8px;
	margin-bottom: 6px;
}
.icon-time {
	color: #fff;
	background-color: rgba(255,0,0,0.8);
}
#profile .tagwrapper{
 	display: table;
	border-collapse: separate;
    border-spacing: 2px 4px;
	width: 92%;
	margin: 0 auto 8px;
}
#profile ul.tag {
	display: table-row;
	height: auto;
}
#profile ul.tag li{
	width: auto;
	display: table-cell;
	float: none;
	padding: 1px;
}
#profile ul.tag li.icon-img {
	border: none;
	margin: 4px 0 0 0;
}
#profile-detail #profile-data{
	position: relative;
	height: auto;
}
#profile-detail #profile-data dl{
	font-size: 0.9em;
	letter-spacing: 2px;
	width: 92%;
	margin: 0px auto 30px;
}
#profile-detail #profile-data dl .data-row{
	font-size: 0.9em;
	line-height: 180%;
	letter-spacing: 3px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #848484;
	width: 100%;
	padding: 8px 0;
}
#profile-detail #profile-data dt{
	margin: 2px 6px;
}
#profile-detail #profile-data dd{
	margin: 2px 6px 2px 22px;
}
#profile #profile-detail .profile-comment{
	margin-bottom: 30px;
}
#profile #profile-detail .profile-comment p{
	font-size: 0.8em;
	line-height: 200%;
	width: 92%;
}
#profile #profile-option{
    position: relative;
	margin-bottom: 30px;
}
#profile #profile-option ul{
	display: table;
	margin: 0 3% 10px;
}
#profile #profile-option ul li{
	font-size: 0.8em;
	letter-spacing: 0;
	line-height: 40px;
	text-align: center;
	color: #A8A8A8;
	background-color: #e1e1e1;
	width: calc(100% / 2 - 4px);
	height: 40px;
	margin: 2px;
	padding: 0 6px;
	position: relative;
	display: table-cell;
	float: left;
	opacity: 0.8;
	overflow: hidden;
}
#profile #profile-option ul li.active{
	opacity: 1;
}
#profile #profile-option ul li::after{
	content:"";
	border: 1px solid rgba(255,255,255,0.4);
	background: url(../images/schedule_day-1.png) no-repeat;
	background-position: 1px 1px;
	background-size: 100% 44px;
	width: calc(100% - 2px);
	height: 38px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}
#profile #profile-option ul.optionswitch li{
	float: left;
	width: 80px;
	height: 20px;
	position: relative;
	margin-right: 80px;
	overflow: visible;
}
#profile #profile-option ul.optionswitch li::after{
	width: 78px;
	height: 18px;
	background-position: 0px 0px;
}
#profile #profile-option ul.optionswitch li span{
	line-height: 20px;
	white-space: nowrap;
	height: 20px;
	position: absolute;
	top: 0;
	left: 86px;
}
#profile-schedule{
	width: 100%;
	margin: 0 auto 30px;
}
#profile-schedule #today-container{
	width: 24%;
	height: 100%;
	border: 1px solid rgba(255,255,255,0.4);
	position: relative;
}
#profile-schedule #today-container::after{
	content:"";
	background: url(../images/schedule_day-1.png) no-repeat;
	background-position: 1%;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 2;
}
#profile-schedule #today-container h3{
	font-size: 1.2em;
	text-align: center;
	letter-spacing: 6px;
	line-height: 44px;
	margin: 8px 0;
	position: relative;
}
#profile-schedule #today-container h3{
	width: 100%;
}
#profile-schedule #today-container{
	text-align: center;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(255,255,255,0.4);
	position: relative;
	float: left;
}
#profile-schedule #weekly-container{
	width: 100%;
	height: 100%;
	position: relative;
	float: left;
}
#profile-schedule #weekly-container ul{
	width: 100%;
	max-width: 600px;
	position: relative;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	margin: 0 auto;
	display: flex;
}
#profile-schedule #weekly-container ul li{
	font-size: 14px;
	text-align: center;
	width: -webkit-calc(100% / 7);
	width: calc(100% / 7);
	line-height: 16px;
	margin: 0px 0px;
	padding: 16px 2px 10px;
}
#profile-schedule #weekly-container ul li .time-box{
	min-height: 64px;
	display: flex;
	justify-content: center;
}
#profile-schedule #weekly-container ul li span.day{
	font-size: 11px;
    display: block;
	position: relative;
	padding: 6px 0 8px;
	margin-bottom: 7px;
}
#profile-schedule #weekly-container ul li span.day::after{
	content: "";
	width: 90%;
	max-width: 36px;
	height: 1px;
	background-color: #d4d4d4;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
#profile-schedule #weekly-container ul li span.time{
	font-size: 12px;
	letter-spacing: 1.2px;
	line-height: 20px;
	position: relative;
}
ul li#sat span.day{
	color: #089fff;
}
ul li#sun span.day{
	color: #e90000;
}
#profile-schedule #weekly-container ul li .reserveBTN{
	padding: 4px 0;
	margin:  6px auto 0;
}
#profile-schedule #weekly-container ul li .reserveBTN a span{
	font-size: 12px;
	line-height: 36px;
	height: 36px;
	padding: 16px 4px;
}
#profile #photodiary{
	text-align: center;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	padding-bottom: 10px;
}
#profile #movieBox {
	width: 100%;
	max-width: 480px;
	margin: 0 auto 24px;
	text-align: center;
	background-size: 100% auto;
}
#profile #movieBox object,
#profile #movieBox video {
	width: 100%;
    margin: 0 auto;
}
#profile-enquete {
	clear: both;
	width: 100%;
}
#profile-enquete ul {
	width: 92%;
	max-height: 300px;
	margin: 0 auto;
	overflow: auto;
}
#profile-enquete ul li {
	border: 1px solid #333;
	padding: 20px 18px;
	margin-bottom: 10px;
}
#profile-enquete ul li div {
	display: flex;
	border-bottom: 1px solid #dadada;
	margin-bottom: 14px;
}
#profile-enquete ul li p {
	margin: 0 0 14px;
}
#profile-enquete ul li div p:last-child {
	text-align: right;
}

/*////////// ?? profile / ??????????????? ?? //////////*/


/*////////// ?? cast / ????????? ?? //////////*/

/*////////// ?? cast / ????????? ?? //////////*/


/*////////// ?? schedule / ? ا ??? ?? //////////*/

#schedule ul.shop-list {
	width: 100%;
	max-width: 600px;
	position: relative;
	border-left: 1px solid #d4d4d4;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	height: auto;
	margin: 18px auto;
}
#schedule ul.shop-list li{
	font-size: 0.9rem;
	text-align: center;
	width: -webkit-calc(100% / 7);
	width: calc(100% / 7);
	line-height: 18px;
	float: left;
	border-right: 1px solid #d4d4d4;
	margin: 0px 0px;
	padding: 0px 5px;
}
#schedule ul.shop-list li a{
	display: block;
	width: 100%;
	height: 64px;
	padding-top: 14px;
}
#schedule ul.shop-list li.active{
	background-color: rgba(220, 220, 220, 0.8);
	background-size: 100%;
}
#schedule ul.shop-list li.more .more-inner{
	line-height: 23px;
	padding-top: 8px;
}
#schedule ul.shop-list li span{
	font-size: 0.8rem;
	display: block;
}

/*////////// ?? schedule / ? ا ??? ?? //////////*/


/*////////// ?? newface / ??????? ?? //////////*/

/*////////// ?? newface / ??????? ?? //////////*/


/*////////// ?? ranking / ??????? //////////*/

#rankingNavi-container ul li:not(#active){
	opacity: 0.4;
}
#rankingNavi-container ul li:not(#active):hover{
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	opacity: 0.8;
}
#rankingNavi-container ul li .button-box{
	width: 100%;
	max-width: 480px;
}
#rankingNavi-container ul li .button-box a{
	width: 88%;
	padding: 0 5%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#rankingNavi-container ul li .button-box a .button-shine{
	width: 100%;
}
#ranking .ranking-container{
	width: 94%;
	max-width: 780px;
	margin: 10px auto;
    padding: 20px;
}
#ranking .ranking-container .thum{
	width: 32%;
	min-width: 160px;
	max-width: 360px;
	max-height: 480px;
	float: left;
	position: relative;
	overflow: hidden;
}
#ranking .ranking-container .thum img{
	width: 100%
}
#ranking .ranking-container .textBox{
	width : 50%; /* IE8?????Android4.3???????????     ??*/
	width : -webkit-calc(100% - 32%) ;
	width : calc(100% - 32%) ;
	float: left;
	padding-left: 5%;
}
@media screen and (max-width: 600px){
	#ranking .ranking-container .thum{
		width: 32%;
		min-width: 280px;
	}
	#ranking .ranking-container .thum{
		float: none;
		margin: 0 auto 20px;
	}
	#ranking .ranking-container .textBox{
		width : 95%;
		float: none;
	}
}
ul#ranking-wrapper li .ranking-container h4{
	font-size: 2em;
	position: relative;
	padding-bottom: 4px;
	margin-bottom: 14px;
	background: none;
}
ul#ranking-wrapper li .ranking-container h4::after{
	content: "";
	width: 32px;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: 0px;
	margin: auto;
}
ul#ranking-wrapper li .ranking-container h4.no1{
	color: #89760e;
}
ul#ranking-wrapper li .ranking-container h4.no2{
	color: #918f82;
}
ul#ranking-wrapper li .ranking-container h4.no3{
	color: #987b3d;
}
ul#ranking-wrapper li .ranking-container ul.state{
	margin-top: 8px;
	margin-bottom: 12px;
	position: relative;
	bottom: 0;
	left: 0;
}

/*////////// ?? ranking / ??????? //////////*/


/*////////// ?? event / ???????????? //////////*/

#event-wrapper li{
	width: 100%;
	margin: 10px auto 20px;
}
#event-wrapper .eventTitle{
	padding: 16px 0;
}
#event-wrapper .eventTitle h3,
#event-wrapper .eventTitle p.date{
	letter-spacing: 3px;
	width: 90%;
	max-width: 780px;
}
#event-wrapper .eventTitle p.date{
	font-size: 0.85em;
	line-height: 14px;
	margin: 0px auto 8px;
}
#event-wrapper .eventTitle h3{
	font-size: 1em;
	text-align: center;
	margin: 0px auto 0px;
}
#event-wrapper .event-container{
	text-align: center;
	width: 100%;
	max-width: 936px;
	margin: 0px auto;
}
#event-wrapper .event-container>img{
	width: 100%;
	max-width: 936px;
	margin: 8px auto;
}
#event-wrapper .event-container p.comment{
	width: 90%;
	max-width: 780px;
	margin: 8px auto;
}

/*////////// ?? event / ???????????? //////////*/


/*////////// ?? news / ?????????? //////////*/

/*////////// ?? news / ?????????? //////////*/


/*////////// ?? lower / ??????? ?? //////////*/

.lower h3{
	font-size: 1.1em;
    text-align: center;
	letter-spacing: 3px;
	width: calc(100% - 20px);
	max-width: 680px;
	margin: 18px auto 10px;
}

.lower p,
.text-box{
    text-align: center;
	letter-spacing: 2px;
	width: calc(100% - 20px);
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.lower p img,
.text-box img{
	max-width: 100%;
}
.lower h4{
	font-size: 0.9em;
	line-height: 24px;
	text-align: center;
	letter-spacing: 3px;
	width: 100%;
	padding: 8px 5% 8px;
}
.lower h4 span{
	font-size: 0.7em;
	border: 1px solid #fff;
	padding: 2px 14px;
	margin-right: 10px;
}
.cover,
.cover img{
	width: 100%;
}

/*////////// ?? lower / ??????? ?? //////////*/


/*////////// ?? access / ???????? ?? //////////*/

.ggmap {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 400px;
	margin-bottom: 50px;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*////////// ?? access / ???????? ?? //////////*/


/*////////// ?? system / ????????? ?? //////////*/

#system h3{
	font-size: 1em;
	text-align: center;
	margin: 30px auto 14px;
	padding: 10px 5%;
	position: relative;
}
#system h3 span{
	font-size: 0.6em;
	padding-left: 6px;
}
h3 span.ttl-smaller{
	font-size: 0.35em;
	letter-spacing: 6px;
}
.systemBox{
	margin-bottom: 50px;
}
.price-list{
	width: 90%;
	max-width: 360px;
	margin: 30px auto 20px;
	display: table;
}
.price-list dl{
	font-size: 1.4em;
	line-height: 18px;
	margin: 0 auto;
	display: table-row;
}
.price-list dl dt{
	display: table-cell;
	width: 44%;
	font-size: 0.8em;
	text-align: right;
	letter-spacing: 1.5px;
	vertical-align: middle;
	padding: 5px 10px 8px;
	margin: 0 5px 5px 0;
}
.price-list dl dd{
	display: table-cell;
	width: 44%;
	text-align: left;
	letter-spacing: 2px;
	vertical-align: middle;
	white-space: nowrap;
	padding: 10px 10px 20px;
	margin: 0 5px 5px 0;
}
.price-list dl dd span,
#transportation .tablelist .tablerow dt span,
#transportation .tablelist .tablerow dd span {
	font-size: 0.6em;
	white-space: break-spaces;
}
@media screen and (min-width: 1080px){
	.price-list{
		width: 900px;
		max-width: 900px;
	}
	.price-list dl{
		width: 450px;
		float: left;
	}
}
#basicplan p{
	width: 70%;
	margin: 20px auto;
}
#system #card .tablelist{
	max-width: 680px;
}
#system #card .tablelist ul.tablerow li{
	text-align: center;
}
#option .price-list dl dt{
	font-size: 0.6em;
	line-height: 20px;
	width: 55%;
}
#attention p{
	font-size: 0.9em;
	text-align: left;
	line-height: 30px;
	width: 80%;
	max-width: 860px;
	margin: 10px auto 30px;
}

/*////////// ?? system / ????????? ?? //////////*/


/*////////// ?? hotellist / ?????????? //////////*/

#hotellist ul.hotel{
	width: 94%;
	margin: 0 auto 20px;
}
#hotellist ul.hotel li{
	line-height: 28px;
	letter-spacing: 1.5px;
	border: 1px #d1d1d1 solid;
	margin-top: -1px;
	padding: 10px 20px;

}
#hotellist ul.hotel li a{
	display: block;
}
#hotellist ul.hotel li.business {
	font-weight: bold;
	letter-spacing: 2.5px;
	color: #FFFFFF;
	background-color: #589ee3;
}
#hotellist ul.hotel li.lovehotel {
	font-weight: bold;
	letter-spacing: 2.5px;
	color: #FFFFFF;
	background-color: #ff2361;
}
#hotellist h3,
#meetup h3{
	font-size: 1em;
	text-align: center;
	line-height: 26px;
	width: 100%;
	max-width: 100%;
	padding: 10px 5%;
}
#hotellist .listContainer ul.hotel li h4{
	font-size: 1em;
	padding: 0 5%;
}
#hotellist .hotelDetail p span,
#meetup h3 + p span{
	font-size: 0.8em;
	padding: 4px 24px;
	margin-right: 10px;
	border: 1px solid #000;
}

/*////////// ?? hotellist / ?????????? //////////*/


/*////////// ?? transport / ?????? ?? //////////*/

#transportation .tablelist{
	border-collapse: separate;
	border-spacing: 2px 5px;
}
#transportation .tablelist .tablerow dt,
#transportation .tablelist .tablerow dd{
	font-size: 0.9em;
	line-height: 200%;
	vertical-align: middle;
	padding: 0 20px;
	border: 1px #666666 solid;
}
#transportation .tablelist .tablerow dt{
	font-size: 1.2em;
	text-align: right;
	white-space: nowrap;
}
#transportation p{
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
}

/*////////// ?? transport / ?????? ?? //////////*/


/*////////// ?? link / ?????? //////////*/

.mybanner img{
	max-width: 100%;
}
.linkCollection{
	width: 100%;
	position: relative;
}
.linkCollection ul{
	width: 100%;
	margin: 0 auto 0px;
	padding-bottom: 100px;
}
.linkCollection ul li{
	display: inline-block;
	max-width: 160px;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
	margin: 4px;
}
.linkCollection ul li img{
	width: 100%;
}

/*////////// ?? link / ?????? //////////*/


/*////////// ?? contact & reservation / ????????????? ?? //////////*/

/************* / formstyle / ????????????? ************/
#form{
	margin: 0px auto 20px;
	font-size: 0.8em;
}
#contact_form{
	width: 100%;
}
.tbl_form {
	display: table;
	border-collapse: separate;
	border-spacing: 6px 10px;
	margin: 0 auto 0;
}
.tbl_form > dl {
}
.tbl_form > dl > dt {
	letter-spacing: 1.5px;
	vertical-align: middle;
	border: 1px solid #AAAAAA;
	padding: 10px 20px 10px;
	margin: 0 5px 0 0;
}
.tbl_form > dl > dd {
	letter-spacing: 2px;
	vertical-align: middle;
	border: 1px solid #AAAAAA;
	padding: 10px 20px 10px;
	margin: 0 5px 5px 0;
}
.tbl_form > dl > dd span {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-right: 6px;
}
.tbl_form > dl > dd span input:not(#input_reply){
	margin: 0 8px;
}
.tbl_form > dl > dd .radioBox label {
	cursor: pointer;
	display: flex;
	align-items: center;
}
.essential {
	margin-left: 10px;
	color: #ff2850;
}
input, select {
	color: #000;
    vertical-align: middle;
    -webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #d1d1d1;
    cursor: pointer;
	margin-top: -2px;
	padding: 8px 10px;
}
input::placeholder {
	color: #000;
}
#form .tbl_form select{
	margin-right: 10px;
}
#recruit_form .tbl_form select option:first-child{
	display: none;
}
.input_inq1 {
    width: 100%;
	background-color: #f2f2f2;
	border: 1px solid #d1d1d1;
	padding: 6px 10px;
}
.input_inq2 {
    width: 240px;
	background-color: #f2f2f2;
	border: 1px solid #d1d1d1;
	padding: 6px 10px;
}
.input_inq3 {
    width: 64px;
	background-color: #f2f2f2;
	border: 1px solid #d1d1d1;
	padding: 6px 10px;
}
.select_inq1 {
	width: 240px;
	background-color: #f2f2f2;
	border: 1px solid #d1d1d1;
	padding: 6px 10px;
}
.select_inq2 {
	background-color: #f2f2f2;
	border: 1px solid #d1d1d1;
	padding: 6px 10px;
}
dl.radio-box dd span{
	color: #fff;
	padding-top: 2px;
}
ul, ol, li {
    list-style: outside none none;
}
.radio-box{
	margin-bottom: -6px;
}
ul.radio{
	width: 290px;
}
.fotm_list_inline li{
    margin-right: 14px;
	float: left;
}
label.input_radio{
    padding-left: 15px;
    position: relative;
}
label.input_radio::before,
label.input_checkbox::before,
.btn_confirm, .fotm_list_inline li,
.ftxt3,
.ftxt4 {
    display: inline-block;
    vertical-align: middle;
}
dd#message-box{
	height: 300px;
}
#form .more button{
	width: 100%;
	height: 100%;
}
.more button span{
	font-size: 0.8em;
	padding-left: 6px
}
.error_style { color: red; }
.form_box1 { display: inline;}

/************* / formstyle / ????????????? ************/

/*////////// ?? contact & reservation / ????????????? ?? //////////*/


/*////////// ?? selfie / ??????????? //////////*/

.infiniteslide{
	height: 140px;
	margin-bottom: 20px;
}
.infiniteslide ul li{
	max-width: 200px;
}
.infiniteslide ul li img{
	width: 100%;
}
#selfie{
	width: 100%;
}
#gallery {
    margin: 0 auto;
    overflow: hidden;
    transition: opacity 0.3s;
    opacity: 0;
    max-height: 100vh;
    box-sizing: border-box;
}
#gallery.on {
    opacity: 1;
    max-height: 100%;
}
#gallery li {
    max-width: 150px;
    padding: 5px;
	box-sizing: border-box;
	border-color: #d2d2d2;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 5px;
}
#gallery li img {
    max-width: 100%;
    height: auto;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#gallery li article p{
	font-size: 11px;
	line-height: 16px;
	padding: 4px 0;
	margin-bottom: 2px;
	opacity: 1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#gallery li article p:hover,
#gallery li img:hover {
	opacity: 0.6;
}
#gallery li article a:last-child p{
	text-align: center;
}
#loading {
    text-align: center;
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
}
#loading p {
    text-align: center;
    font-size: 70px;
}
#profile #selfie h3{
	font-size: 1.2em;
	text-align: left;
	position: relative;
	width: 92%;
	padding-bottom: 8px;
	margin: 0 auto 10px;
}
#profile #selfie h3 span{
	font-size: 0.6em;
	padding-left: 8px;
}
#profile #selfie h3::before{
	content: "";
	width: 44px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#profile #gallery li article a:last-child p{
	text-align: left;
}

/*////////// ?? selfie / ??????????? //////////*/


/*////////// ?? group-schedule / ????????   ?????? ?? //////////*/

#group-schedule ul.cast-list li.profile{
	width: calc(100% / 3 - 2px);
	max-width: 360px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin: 0px 1px 14px;
	position: relative;
	overflow: hidden;
	font-size: 1rem;
	letter-spacing: normal;
}
@media screen and (max-width: 349px){
	#group-schedule ul.cast-list li.profile{
		width: calc(100% / 2 - 2px);
	}
}
@media screen and (min-width: 740px){
	#group-schedule ul.cast-list li.profile{
		width: calc(100% / 4 - 2px);
	}
}
.shoptag {
	text-align: center;
    position: relative;
    width: 100%;
    margin-bottom: 1px;
}

/* ??   ????   ? */
[type="color1"] .coloredBG {
	color: #fff;
	background-color: #000;
}

/* ??????????? */
[type="color2"] .coloredBG {
	color: #fff;
	background-color: #ff0088;
}

/* ???????? */
[type="color4"] .coloredBG {
	color: #fff;
	background-color: #69411e;
}

/* ???????  ?????   ??*/
[type="color5"] .coloredBG {
	color: #fff;
	background-color: #640096;
}

/* ?????????????*/
[type="color6"] .coloredBG {
	color: #fff;
	background-color: #b928f5;
}

/* 	???????????? */
[type="color7"] .coloredBG {
	color: #fff;
	background-color: #ecd000;
}

/* ????????*/
[type="color8"] .coloredBG {
	color: #fff;
	background-color: #000000;
}

/* ???????????? */
[type="color9"] .coloredBG {
	color: #fff;
	background-color: #00afeb;
}

/* ????????????? */
[type="color10"] .coloredBG {
	color: #fff;
	background-color: #003cff;
}

/* ?????????   ??*/
[type="color11"] .coloredBG {
	color: #fff;
	background-color: #dc0000;
}

/* ??????????? */
[type="color12"] .coloredBG {
	color: #fff;
	background-color: #f69bad;
}

/* ????????????????*/
[type="color13"] .coloredBG {
	color: #fff;
	background-color: #beaa00;
}

/* ????????? */
[type="color14"] .coloredBG {
	color: #fff;
	background-color: #000;
}

/* ???????????   ??*/
[type="color15"] .coloredBG {
	color: #fff;
	background-color: #d70000;
}

/* ?????????????????   ??*/
[type="color16"] .coloredBG {
	color: #fff;
	background-color: #960000;
}

/* ???????????? */
[type="color17"] .coloredBG {
	color: #fff;
	background-color: #000a96;
}

/* ???????????? */
[type="color18"] .coloredBG {
	color: #fff;
	background-color: #ff0082;
}

/* ??????????????? */
[type="color19"] .coloredBG {
	color: #fff;
	background-color: #8f0b81;
}

/* ????????????????????? */
[type="color20"] .coloredBG {
	color: #fff;
	background-color: #00afeb;
}

/* ?????   ?????   ? */
[type="color21"] .coloredBG {
	color: #fff;
	background-color: #222;
}

/* ????????*/
[type="color22"] .coloredBG {
	color: #000;
	background-color: #f0f0f0;
}

/* ????????   ? */
[type="color23"] .coloredBG {
	color: #fff;
	background-color: #2b2b2b;
}

/* ???   ???????????   ? */
[type="color24"] .coloredBG {
	color: #fff;
	background-color: #640096;
}

/* ??????????? */
[type="color25"] .coloredBG {
	color: #fff;
	background-color: #8bf593;
}

/* ?????????   ? */
[type="color26"] .coloredBG {
	color: #fff;
	background-color: #111;
}

/*////////// ?? group-schedule / ????????   ?????? ?? //////////*/

/*login-form*/

.login-form {
	position: relative;
	text-align: center;
	border-bottom: solid 1px #ccc;
	padding: 5px 0;
}

.login-form input[type="text"] {
	position: relative;
	width: 180px;
	height: 30px;
	font-size: 16px;
}

.login-form input[type="submit"] {
	position: relative;
	-webkit-appearance: none;
	border-radius: 0;
	background-color: #000;
	color: #fff;
	padding: 6px 10px;
	margin-top: 0;
}

/*///????#??#??#??#?????????#????????????    ///*/
.other-contents-frame {
	position: relative;
	max-width: 800px;
	width: 96%;
	margin: 20px auto 0;
}

.other-contents-frame li{
	margin-bottom: 40px;
}

.other-contents-frame li iframe{
	width: 100%;
	height: 400px;
}

/*///?????????JINE????"??????ss///*/
.line-box {
	background-color: #29b040;
	border-radius: 10px;
	position: relative;
	display: inline-block;
	height: 50px;
}

.line-box .inner {
	display: flex;
	height: 50px;
	padding: 0 10px;
	color: #fff;
	font-weight: bold;
	align-items: center;
}

.line-box .inner span:first-child {
	min-width: 60px;
	justify-content: center;
}

.line-box .inner span:last-child {
	background-color: #fff;
	color: #29b040;
	height: 34px;
	padding: 0 10px;
	margin-right: 0;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1;
}

a.line-url{
	text-decoration:underline;
}

/*  ???????????4??ss */
.room-box {
	text-align: center;
	font-size: 16px;
	min-height: 46px;
	display: flex;
	align-items: end;
}
.room-box img{
	width: 100%;
}
.room-box p {
	padding: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
}

/*     ??????????????????????????????????????*/
#profile-main .prof-room-box {
	font-size: 16px;
	max-width: 300px;
	margin: 0 auto 10px;
	width: 92%;
}

#profile-main .prof-room-box img{
	width: 100%;
}

#profile-main .prof-room-box p {
	padding: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 0;
	text-align: center;
}

#newface-wrapper .slick-prev, #newface-wrapper .slick-next {
	top: 30%;
}

.slick-prev::before,.slick-next::before {
	content: '' !important;
}