@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

@font-face {
	font-family:'CGothic';
	src:url('images/fonts/CGothic.ttf') format('truetype');
}
@font-face {
	font-family:'CSerif';
	src:url('images/fonts/CSerif.ttf') format('truetype');
}
@font-face {
	font-family:'Cplate';
	src:url('images/fonts/Cplate.ttf') format('truetype');
}


li.castCell .castInfo.castFlagBlog:before {
	background:none !important;
}

#header .navMenuBloc li.navMenu06 a ,
#footer .navMenuBloc li.navMenu06 {
	display:none;
}




@-webkit-keyframes blink {
	0%{opacity:0;} 100%{opacity:1;}
}
@-moz-keyframes blink {
	0%{opacity:0;} 100%{opacity:1;}
}
@keyframes blink{
	0%{opacity:0;} 100%{opacity:1;}
}



.dispPC {
	display:none;
}
.brSP {
	display:block;
}


/* ==============================================
	CSS reset
=============================================== */
* {
	box-sizing:border-box;
	text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}
.bx-wrappwr * {
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
html ,body ,div ,p ,span ,iframe ,a ,img ,
h1 ,h2 ,h3 ,h4 ,h5 ,h6 ,
dl ,dt ,dd ,ol ,ul ,li ,
form ,label ,
table ,thead ,tbody ,tfoot ,tr ,th ,td ,
blockquote ,q ,pre ,
header ,footer ,nav ,article ,section ,aside {
	margin:0;
	padding:0;
	border:0 none;
	font-size:inherit;
	vertical-align:baseline;
	font-weight:inherit;
}
button ,input ,textarea ,select {
	max-width:100%;
	font-size:20px;
	letter-spacing:1px;
	font-family:"CGothic" ,"Noto Sans JP" ,sans-serif;
}
button {
	padding:5px 20px;
}

html ,body {
	min-height:100%;
	height:100%;
	font-family:"CGothic" ,"Noto Sans JP" ,sans-serif;
	line-height:1.3;
}
a ,a:link ,a:visited {
	color:#00f;
	text-decoration:none;
}
a:hover {
	color:#f06;
	text-decoration:none;
}

img {
	vertical-align:bottom;
	max-width:100%;
}
ol ,ul ,li {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
blockquote ,q {
	quotes:none;
}
blockquote:before ,blockquote:after
,q:before ,q:after {
	content:'';
	content:none;
}
header ,footer ,nav ,article ,section ,aside {
	display:block;
	position:relative;
}

input,textarea,select,option,button,label {
	font-size:14px;
}

/* ==============================================
	cleafix
=============================================== */
.clearfix:after,
#homeRightBloc ul#homeNews li:after {
	display:block;
	clear:both;
	height:0px;
	line-height:0px;
	visibility:hidden;
	content:".";
}
.clearfix ,
#homeRightBloc ul#homeNews li {
	display: block; /* for IE8 */
	zoom: 1; 
}


/* ==============================================
	common
=============================================== */
.titleBar {
	margin-bottom:10px;
	box-shadow:1px 1px 3px #999;
	font-family:"Cplate" ,"Noto Sans JP" ,sans-serif;
}
.titleBar:not(.sub) {
	padding:0 10px;
	height:40px;
	line-height:1;
	color:#555;
	background:url(images/pc/title.png) 0 50% repeat-x;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.titleBar:not(.sub) > span:nth-child(1) {
	font-size:24px;
	letter-spacing:0.05em;
}
.titleBar:not(.sub) > span:nth-child(2) {
	font-size:14px;
}

.titleBar.sub {
	margin-top:20px;
    padding: 5px 10px;
    font-size: 16px;
	color:#555;
	background:linear-gradient(#f8f8f8, #ddd) #eee;
	background:-webkit-gradient(linear, center top, center bottom, from(#f8f8f8), to(#ddd));
	border-left:5px solid #f6c;
	border-bottom:1px solid #f6c;
}



.noData {
	width:100%;
	padding:10px;
	min-height:300px;
	padding-top:80px;
	color:#666;
	text-align:center;
}

.commonList {
	text-align:center;
	margin-bottom:15px;
}

.infoBox {
	width:100%;
	margin:15px auto 30px;
	padding:10px;
	font-size:12px;
	line-height:1.6;
}
.center {
	text-align:center;
}
.infoBox p {
	padding:5px 0;
}

.sendIP {
	margin-top:1em;
	color:#999;
	font-size:xx-small;
	text-align:right;
}

.noticeInfo {
	color:#60c;
}
.noticeAlert {
	color:#60c;
}
.noticeLink {
}
.noticeLink a {
	color:#f9c;
}
.noticeLink a:hover {
	text-decoration:underline;
}

.strong {
	color:#f00;
	font-size:20px;
}


/* ==============================================
	body
=============================================== */
body {
	font-size:13px;
	color:#000;
	text-shadow:1px 1px 0 #fff;
	background-color:#fff;
	background-image:url(images/pc/bg.jpg);
	background-position:50% 0%;
	background-repeat:repeat-y;
	background-size:250%;
}

body #body {
	position:relative;
	width:480px;
	padding:120px 10px 60px;
	background:rgba(255,255,255,0.7);
	margin:0 auto;
}

.innerFrame {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.mainBloc {
	width:100%;
	padding:0 10px;
	margin-bottom:15px;
}



/* ==============================================
	header
=============================================== */
body:not(#indexHtmlBody) #header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:105px;
	z-index:10000;
	background-color:rgba(240,240,255,0.9);
	box-shadow:0px 1px 5px #ccc;
}
body#indexHtmlBody #header ,
body#comingsoonHtmlBody #header {
	display:none;
}

#header > div {
	width:480px;
	margin:0 auto;
}
body#comingsoonHtmlBody #header > div {
	background-color:rgba(0,0,0,0.9);
	box-shadow:0px 1px 5px #ccc;
}
body#comingsoonHtmlBody > article {
	min-height:calc(100% - 197px);
	display:flex;
	align-items:stretch;
}
body#comingsoonHtmlBody > article #body {
	padding:20px 10px;
	display:flex;
	align-items:center;
}


/* ==============================================
	header > spHeaderMenu
=============================================== */
#spHeaderMenu {
	position:relative;
	min-width:480px;
	height:70px;
	margin:auto;
	z-index:10002;
}
#spHeaderMenu li {
	float:left;
	display:inline-block;
	height:100%;
	text-align:center;
}
#spHeaderMenu li img {
	max-height:100%;
}
#spHeaderMenu #spHeaderLogo {
	margin-left:10px;
	padding-bottom:5px;
}
#spHeaderMenu #spHeaderIcon {
	float:left;
	width:51px;
	height:51px;
	margin-top:4px;
	margin-left:10px;
	border:1px solid #999;
	border-radius:5px;
}
#spHeaderMenu #spHeaderIcon div {
	display:inline-block;
	width:100%;
	height:100%;
}
#spHeaderMenu #spHeaderIcon div span {
	display:none;
}
#spHeaderMenu li#spHeaderTel {
	float:right;
	margin-top:20px;
	margin-right:10px;
	height:45px;
	line-height:45px;
}


/* ==============================================
	header > navMenu
=============================================== */
#header .navMenuBloc {
	width:100%;
}
#header .navMenuBloc ul.navMenu {
	margin:auto;
	width:100%;
	height:30px;
	font-size:0;
	text-align:center;
}
#header .navMenuBloc li {
	display:inline-block;
	width:19%;
	margin:0 2px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	background-color:#f6c;
	background:linear-gradient(#f9c,#f69);
	background:-webkit-gradient(linear,center top,center bottom,from(#f9c),to(#f69));
}
#header .navMenuBloc li a {
	display:block;
	width:100%;
	height:100%;
	color:#000;
	text-shadow:1px 1px 0 #fff;
	font-size:14px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:75px 24px;
}
#header .navMenuBloc li a span {
	display:none;
}
#header .navMenuBloc li.navMenu06 ,
#header .navMenuBloc li.navMenu07 ,
#header .navMenuBloc li.navMenu08 ,
#header .navMenuBloc li.navMenu09 {
	display:none;
}

#header .navMenuBloc li.navMenu01 a {
	background-image:url(images/sp/sma_top_txt_w.png);
}
#header .navMenuBloc li.navMenu02 a {
	background-image:url(images/sp/sma_system_map_txt_w.png);
}
#header .navMenuBloc li.navMenu03 a {
	background-image:url(images/sp/sma_todays_cast_txt_w.png);
}
#header .navMenuBloc li.navMenu04 a {
	background-image:url(images/sp/sma_cast_txt_w.png);
}
#header .navMenuBloc li.navMenu05 a {
	background-image:url(images/sp/sma_event_txt_w.png);
}


/* ==============================================
	footer
=============================================== */
#footer {
	width:480px;
	margin:auto;
	text-align:center;
	line-height:1.4;
	background:rgba(255,255,255,0.7);
}
#footer .innerFrame {
	width:480px;
	padding:0 10px;
	margin:auto;
}

#indexHtmlBody #footer .navMenuBloc {
	display:none;
}
#footer .navMenuBloc {
	padding-top:20px;
	padding-bottom:10px;
}
#footer .navMenuBloc ul.navMenu {
	position:relative;
	font-size:0;
	text-align:left;
	padding-top:50px;
	width:98%;
	margin:auto;
}
#footer .navMenuBloc ul.navMenu:before {
	content:"メインメニュー";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;

	background-color:#f9c;
	background:linear-gradient(#f9c,#f69);
	background:-webkit-gradient(linear,center top,center bottom,from(#f9c),to(#f69));

	font-size:16px;
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	border-bottom:1px solid #333;
}

#footer .navMenuBloc ul.navMenu li {
	width:100%;
}
#footer .navMenuBloc ul.navMenu li a {
	display:block;
	height:50px;
	line-height:52px;
	overflow:hidden;

	color:#000;
	text-shadow: 1px 1px 5px #fff;
	background-color:#eee;
	background:url(images/sp/x2.png) 95% 10px no-repeat, linear-gradient(linear,center top,center bottom,from(#fff),to(#ccc));
	background:url(images/sp/x2.png) 95% 10px no-repeat, -webkit-gradient(linear,center top,center bottom,from(#fff),to(#ccc));
	border-bottom:1px solid #999;
}
#footer .navMenuBloc ul.navMenu li a span {
	font-weight:bold;
}
#footer .navMenuBloc ul.navMenu li a span:nth-child(1) {
	font-size:20px;
	padding-left:1.5em;
}
#footer .navMenuBloc ul.navMenu li a span:nth-child(2) {
	font-size:14px;
	padding-left:1em;
}

#footer .navMenuBloc ul.navMenu li a.toplink {
	display:block;
	width:80%;
	padding:0.5em;
	margin:0.5em;

	color:#000;
	text-shadow: 1px 1px 1px #fff;
	background-color:#6cc;
	background:linear-gradient(#9cc, #9ff);
	background:-webkit-gradient(linear,center top,center bottom,from(#6cc),to(#9ff));

	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border:1px solid #036;

}

#indexHtmlBody .footerBanners {
	display:none;
}
.footerBanners {
	padding:10px 0;
	margin-bottom:10px;
	text-align:center;
	font-size:13px;
}
.footerBannerHeader {
}
ul.footerBannerList {
	margin-bottom:15px;
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;
}
ul.footerBannerList li {
	width:200px;
	margin:auto;
}
ul.footerBannerList li a {
	display:block;
	width:100%;
}
ul.footerBannerList li a img {
	box-shadow:0px 0px 3px #f06;
}

.footerBanners h3.footerShopHeader {
	padding-top:20px;
	color:#00f;
}
.footerBanners ul.footerShopList li {
	width:50%;
	padding:0 1% 15px;
}

#body .footerBannerHeader  {
	display:none;
}
#body .footerBannerList {
	margin-bottom:30px;
}

.footerBannerList .blogBanner {
	width:85%;
}




#footer #footerInfo {
	text-align:center;
	font-size:18px;
	color:#333;
	padding-top:20px;
	padding-bottom:20px;
}
#footer #footerInfo img {
	margin-bottom:10px;
}
#footer #footerInfo a.tellink {
	color:#333;
	font-size:28px;
}
#copyright {
	font-size:11px;
	color:#fff;
	text-shadow: 1px 1px 1px #000;
	line-height:1.6;
	text-align:center;
	background-color:rgba(102,102,102,0.8);
}
#copyright.innerFrame {
	width:480px;
	margin:auto;
}
#copyright a {
	display:block;
	color:#fff;
}
#copyright a:hover {
	tex-decoration:underline;
}



/* ==============================================
	innerFrame > bannerMenu
=============================================== */
ul#bannerMenu {
}
ul#bannerMenu li {
	display:none;
	margin-bottom:10px;
}
ul#bannerMenu li.SP {
	display:inline-block;
}
ul#bannerMenu li img {
	border:1px solid #9e803f;
}
ul#bannerMenu li a:hover {
	opacity:0.8;
}
ul#bannerMenu li:nth-child(2n+1) {
	float:left;
}
ul#bannerMenu li:nth-child(2n+2) {
	float:right;
}



/* ==============================================
	page layout
=============================================== */
#comingsoonFrame {
	position:relative;
	padding-top:40px;
	padding-bottom:30px;
}
#comingsoonFrame .openText {
	position:absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
}

/* ==============================================
	index > enter buttons
=============================================== */
#indexHtmlBody #body {
	padding-top:20px;
}
#indexHtmlBody #header {
	position:relative;
	height:auto;
}


div#enterButtonFrame {
	margin:0 auto;
	padding-top:30px;
	width:100%;
}
div#enterButtonFrame ul {
	margin:auto;
	position:relative;
	height:90px;
	background-image:url(images/pc/enter_button_mix.png);
	background-position:-132.5px 0;
	background-repeat:no-repeat;
	background-size:720px 180px;
}
div#enterButtonFrame ul li {
	position:absolute;
	display:block;
	top:15px;
	height:60px;
}
div#enterButtonFrame ul li#enterButton {
	left:0px;
	width:195px;
}
div#enterButtonFrame ul li#exitButton {
	left:270px;
	width:195px;
}
div#enterButtonFrame ul li a {
	display:block;
	width:100%;
	height:100%;
	background-image:url(images/pc/enter_button_mix.png);
	background-repeat:no-repeat;
	background-size:720px 180px;
	opacity:0;
}
div#enterButtonFrame ul li#enterButton a {
	background-position:-131px -104px;
}
div#enterButtonFrame ul li#exitButton a {
	background-position:-396px -104px;
}

div#enterButtonFrame ul li a span {
	display:none;
}


/* ==============================================
	home > header > slider
=============================================== */
#spHomeSliderBloc {
	width:100%;
	max-height:430px;
	padding-bottom:30px;
	overflow:hidden;
}
#spHomeSliderBloc #spHomeSliderLoader {
	width:100%;
	height:100%;
	padding-top:100px;
	text-align:center;
}
#spHomeSliderBloc #spHomeSlider {
	opacity:0;
	overflow:hidden;
}

#spHomeSliderBloc .bx-wrapper {
	margin-bottom:10px;
}
#spHomeSliderBloc .bx-wrapper .bx-viewport {
	border:0px none;
	box-shadow:0px 1px 5px #999;
	overflow:initial !important;
}
#spHomeSliderBloc .bx-wrapper img {
	border:1px solid #fff;
}

#spHomeSliderBloc .bx-wrapper img {
	width:100%;
	aspect-ratio:640 / 445;
	object-fit:contain;
}

#spHomeSliderBloc #spbx-pager {
	display:flex;
	justify-content:center;
	gap:6px;
}
#spHomeSliderBloc #spbx-pager a {
	display:block;
	width:calc(100% / 5);
	margin:0;
	border:2px solid #666;
}
#spHomeSliderBloc #spbx-pager a img {
	width:100%;
	aspect-ratio:640 / 445;
	object-fit:cover;
}



/* ==============================================
	home > left > pickup slider
=============================================== */
#homeLeftBloc {
	width:100%;
	margin-bottom:15px;
}

#homeLeftBloc #pickup {
	width:320px;
	height:480px;
	margin:auto;
	padding:9px;
	overflow:hidden;
	border:1px solid #333;
}
#homeLeftBloc #pickup ul#pickupSlider {
	width:300px;
	height:460px;
	overflow:hidden;
}
#homeLeftBloc #pickup ul#pickupSlider li ,
#homeLeftBloc #pickup ul#pickupSlider li a {
	display:block;
	width:100%;
	height:100%;
	color:#fff;
}
#homeLeftBloc #pickup ul#pickupSlider li a span.castImage {
	display:block;
	height:400px;
	line-height:400px;
	text-align:center;
	vertical-align:middle;
}
#homeLeftBloc #pickup ul#pickupSlider li a span.castImage img {
	width:auto;
	max-width:100%;
	height:auto;
	min-width:100%;
}
#homeLeftBloc #pickup ul#pickupSlider li a span.castInfo {
	display:block;
	padding:10px;
	font-size:20px;
}
#homeLeftBloc #pickup ul#pickupSlider li a span.castInfo .castSize {
	display:block;
}
#homeLeftBloc #pickup ul#pickupSlider li a span.castInfo .castSize {
	color:#cff;
}
#homeLeftBloc #pickup ul#pickupSlider li a span.castInfo .castIcons ,
#homeLeftBloc #pickup ul#pickupSlider li a span.castInfo .castTime {
	display:none;
}



/* ==============================================
	home > right > news
=============================================== */
#homeRightBloc {
	width:100%;
	margin-bottom:15px;
}

#homeRightBloc ul#homeNews {
	width:100%;
	min-height:480px;
	max-height:640px;
	border:1px solid #333;
	line-height:1.3;
	overflow-y:scroll;
	background-color:rgba(0, 0, 0, 0.8);
}
#homeRightBloc ul#homeNews li {
	position:relative;
	padding:10px;
	border-bottom:1px dashed #90f;
}
#homeRightBloc ul#homeNews li:last-child {
	border-bottom:0px none;
}
#homeRightBloc ul#homeNews li p.news_photo {
	display:block;
	width:180px;
	margin:auto;
	text-align:center;
}
#homeRightBloc ul#homeNews li p.news_photo img {
	width:auto !important;
	max-width:100% !important;
	height:auto !important;
	max-height:100% !important;
}
#homeRightBloc ul#homeNews li p.news_headline ,
#homeRightBloc ul#homeNews li p.news_text ,
#homeRightBloc ul#homeNews li div.news_info {
	display:block;
}
#homeRightBloc ul#homeNews li p.news_headline {
	color:#f9c;
	font-size:18px;
	padding-top:20px;
	margin-bottom:1em;
}
#homeRightBloc ul#homeNews li p.news_text {
}
#homeRightBloc ul#homeNews li p.news_date {
	position:absolute;
	top:10px;
	right:10px;
	color:#ccc;
	font-size:12px;
}



/* ==============================================
	system
=============================================== */
#systemCampaign {
	width:100%;
	margin:auto auto 15px;
}

#systemCampaign li {
	margin-bottom:20px;
	padding:1px;
	border-radius:5px;
	box-shadow:1px 1px 3px #fff;
}
#systemCampaign li h3.systemCampaignHead {
	padding:6px 12px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-shadow:1px 1px 0 #333;
	background-color:#c9f;
	background:linear-gradient(#fcf,#c9f);
	background:-webkit-gradient(linear,center top,center bottom,from(#fcf),to(#c9f));
	border-radius:5px 5px 0 0;
}
#systemCampaign li div.systemCampaignBody {
	padding:10px;
	line-height:1.4;
	font-size:12px;
	color:#000;
	text-shadow:1px 1px 0 #fff;
	background:#eee;
	background:linear-gradient(#f8f8f8,#ddd);
	background:-webkit-gradient(linear,center top,center bottom,from(#f8f8f8),to(#ddd));
	border:1px solid #c6f;
	border-radius:0 0 5px 5px;
}



#system {
	margin-bottom:20px;
}
#system li {
	text-align:center;
	margin-bottom:2px;
}



/* ==============================================
	access
=============================================== */
#access {
	font-size:14px;
}
#access iframe {
	width:100%;
	height:480px;
	border:1px solid #999;
}
#access p {
	text-align:center;
	margin-bottom:0.5em;
	line-height:1.8;
}
#access p.shopName {
	font-size:24px;
	color:#06f;
}



/* ==============================================
	castlist
=============================================== */
ul.castList {
	margin-bottom:15px;
	width:100%;
}
ul.castList li.castCell {
	display:block;
	position:relative;
	float:left;
	width:90px;
	height:230px;
	margin:1px;
	box-shadow:1px 1px 3px #ccc;
	line-height:1.2;
	text-align:center;
	font-size:10px;
	overflow:hidden;
}
ul.castList li.castCell:nth-child(odd) {
	background-color:rgba(224,240,255,0.8);
}
ul.castList li.castCell:nth-child(even) {
	background-color:rgba(240,224,255,0.8);
}

ul.castList li.castCell a {
	display:block;
	width:100%;
	height:100%;
	color:#000;
	text-shadow:1px 1px 0px #fff;
}
ul.castList li.castCell a:hover {
	background-color:rgba(0,102,255,0.2);
	text-shadow:1px 1px 0 #000;
}

ul.castList li.castCell .castName {
	display:block;
	font-size:12px;
	padding-top:2px;
	padding-bottom:2px;
	height:18px;
	line-height:18px;
	width:100%;
	overflow:hidden;
	text-align:left;
	padding-left:3px;
}

ul.castList li.castCell .castImage {
	display:block;
	width:94px;
	height:141px;
}
ul.castList li.castCell .castImage img {
	display:inline-block;
	width:auto;
	max-width:94px;
	height:auto;
	max-height:141px;
	vertical-align:middle;
}

ul.castList li.castCell .castInfo {
	position:relative;
	display:block;
	font-size:10px;
	color:#000;
	text-shadow:none;
}
ul.castList li.castCell .castInfo .castSize {
	display:block;
	height:32px;
	line-height:16px;
	text-align:center;
	overflow:hidden;
}
ul.castList li.castCell .castInfo .castIcons {
	display:block;
	overflow:hidden;
	height:18px;
	line-height:18px;
	font-size:0;
	text-align:center;
	margin-bottom:2px;
}
ul.castList li.castCell .castInfo .castIcons img {
	width:45px;
	height:18px;
}
ul.castList li.castCell .castInfo .castIcons img:nth-child(3) {
	display:none;
}
ul.castList li.castCell .castInfo .castIcons .textIcon {
	display:inline-block;
	width:68px;
	height:18px;
	line-height:18px;
	margin-left:0.5px;
	margin-right:0.5px;
	color:#000;
	text-shadow:none;
	font-size:10px;
	background:#faeec3;
	background:linear-gradient(#faeec3,#7f5d19);
	background:-moz-linear-gradient(center top,#faeec3,#7f5d19);
	background:-webkit-gradient(linear,center top,center bottom,from(#faeec3),to(#7f5d19));
	border-radius:3px;
	box-shadow:inset -1px -1px 1px #000;
	overflow:hidden;
}

ul.castList li.castCell .castInfo .castTime {
	display:block;
	color:#fff;
	text-shadow:1px 1px 0 #000;
	height:16px;
	line-height:16px;
	margin:0 2px;
	border-radius:6px;
	background-color:rgba(153,153,153,0.8);
}


li.castCell .castInfo.castFlagNewface:after ,
li.castCell .castInfo.castFlagBlog:before {
	content:"";
	position:absolute;
	width:25px;
	height:25px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:25px 25px;
	background-image:url(images/icons/newface.gif);
	top:-159px;
	right:0;
}
li.castCell .castInfo.castFlagBlog:before {
	background-image:url(images/icons/blog.gif);
}
li.castCell .castInfo.castFlagNewface.castFlagBlog:before {
	top:-134px;
}





/* ==============================================
	schedule
=============================================== */
#dateList {
	margin-bottom:30px;
	text-align:center;
	font-size:0;
	display:flex;
	justify-content:space-around;
}
#dateList li {
	display:block;
	width:13.6%;
	cursor:pointer;
	padding:6px;
	font-size:14px;
	color:#000;
	text-shadow:1px 1px 1px #fff;
	cursor:pointer;
	border:1px solid #999;
	background-color:rgba(255,255,255,0.4);
}
#dateList li.on {
	color: #fff;
	text-shadow:1px 1px 1px #000;
	background:#f9c;
	border:1px solid #c0f;
	box-shadow:1px 1px 3px #fff inset;
}
#dateList li:not(.on):hover {
	color:#fff;
	text-shadow:1px 1px 1px #000;
	background-color:rgba(255,153,204,0.4);
}



/* ==============================================
	mailmagazine
=============================================== */
#mailmagazineForm {
	padding:20px;
	text-align:center;
}
#mailmagazineForm input[type='text'] {
	max-width:100%;
}


/* ==============================================
	event colorbox
=============================================== */
.eventImage {
	padding-top:10px;
	text-align:center;
}
.eventText {
	width:100%;
	padding:10px;
	display:none;
}




/* ==============================================
	recruit
=============================================== */
.recruitImage {
	margin-bottom:15px;
	text-align:center;
}
.recruitImage img {
	box-shadow:1px 1px 5px #ccc;
}
.recruitImage a img {
	border-radius:10px;
}
.recruitImage a:hover img {
	opacity:0.9;
}
.recruitTable {
	width:90%;
	margin:15px auto;
	border:1px solid #333;
	font-size:14px;
	line-height:1.6;
}
.recruitTable th {
	vertical-align:top;
	font-weight:normal;
	width:180px;
	padding:10px;
	border:1px solid #333;
	color:#f9f;
}
.recruitTable th.blue {
	color:#9ff;
}
.recruitTable td {
	vertical-align:top;
	padding:10px;
	border:1px solid #333;
}



/* ==============================================
	recruit form
=============================================== */
.thankyouText ,
#formTable {
	width:100%;
	margin:15px auto;
	padding:0 10px;
	border:1px solid #333;
	font-size:14px;
	line-height:1.8;
}
#formTable dt {
	padding-top:5px;
}
#formTable dd {
	padding:5px 15px 10px;
	border-bottom:1px dotted #666;
}
#formTable dd .memo {
	color:#666;
}
#formTable dd:last-child {
	border-bottom:0px none;
}

.error {
	color:#f06;
}
#formTable input.widthS {
	width:4em;
}
#formTable input.widthM {
	width:12em;
}
#formTable input.widthL {
	width:20em;
}
#formTable textarea {
	width:20em;
	height:5em;
}
#recruitHtmlBody #formTable label {
	display:inline-block;
	width:32%;
}
#enqueteHtmlBody #formTable label {
	display:block;
}
#enqueteHtmlBody .formButton input.widthM {
	width:8em;
	padding:2px 0;
}
#enqueteHtmlBody .formButton input.widthL {
	width:10em;
	padding:2px 0;
}

.formButton {
	margin:10px auto;
}

.formButton input {
	padding:5px 20px;
}



/* ==============================================
	link banner
=============================================== */
table.bannerTable {
	margin:10px auto;
}
table.bannerTable td {
	padding:10px;
}
table.bannerTable td img {
	box-shadow: 0 0 3px #999;
}

.linkList {
}
.linkList li {
	float:left;
	margin-left:10px;
	margin-bottom:10px;
}
.linkList li a {
	display:block;
	width:138px;
	height:54px;
	padding-top:5px;
	text-align:center;
	font-size:11px;
	color:#333;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-o-text-overflow: ellipsis;
	border:1px solid #ccc;
}
.linkList li a img {
	width:88px;
	height:31px;
}
.linkList li a:hover {
	color:#000;
	text-shadow:1px 1px 0px #fff;
	background-color:rgba(255,153,204,0.4);
	box-shadow:0 0 3px 1px #c06;
}



/* ==============================================
	profile
=============================================== */
#profileHtmlBody .infoBox {
}
#profileLeftFrame {
	padding-top:5px;
	padding-bottom:20px;
}
#profileImageFrame {
	position:relative;
	width:302px;
	height:452px;
	border:1px solid #fff;
	box-shadow:0px 0px 5px #999;
	font-size:0;
}
#profileImageFrame img {
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
}
#profileImageFrame.castFlagNewface:after {
	content:"";
	position:absolute;
	width:70px;
	height:70px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:70px 70px;
	background-image:url(images/icons/newface.gif);
	top:-5px;
	left:-5px;
/*
	-webkit-animation: blink 1.2s ease infinite alternate;
	-moz-animation: blink 1.2s ease infinite alternate;
	animation: blink 1.2s ease infinite alternate;
*/
}


#profileInfoFrame {
	position:relative;
	width:100%;
}
#profileInfoFrame #profileThumbs {
	position:absolute;
	top:-470px;
	right:0;
	width:140px;
	text-align:right;
	font-size:0;
}
#profileInfoFrame #profileThumbs li {
	display:inline-block;
	width:58px;
	height:86px;
	line-height:84px;
	border:1px solid #666;
	margin-right:5px;
	margin-bottom:5px;
	border:1px solid #fff;
	box-shadow:0px 0px 5px #999;
}
#profileInfoFrame #profileThumbs li img {
	width:auto;
	max-width:100%;
	height:auto;
	max-height:100%;
	vertical-align:middle;
}


#profileInfoFrame .profileName {
	position:relative;
	font-size:28px;
	padding:3px 10px;
	background-color:#c9f;
	background:linear-gradient(#fcf,#c9f);
	background:-webkit-gradient(linear,center top,center bottom,from(#fcf),to(#c9f));
	color:#fff;
	text-shadow:1px 1px 0 #000;
}
#profileInfoFrame .profileName #profileSize {
	display:block;
	padding-left:1em;
	color:#cff;
	font-size:20px;
}

#profileInfoFrame .profileName #profileIcons {
	position:absolute;
	display:inline-block;
	top:8px;
	right:0;
	font-size:0;
}
#profileInfoFrame .profileName #profileIcons img {
	vertical-align:top;
	width:80px;
}

#profileInfoFrame .profileName #profileIcons .textIcon {
	display:inline-block;
	width:70px;
	height:24px;
	line-height:24px;
	margin-left:1px;
	margin-right:1px;
	color:#000;
	text-shadow:none;
	font-size:12px;
	background:#faeec3;
	background:linear-gradient(#faeec3,#7f5d19);
	background:-moz-linear-gradient(center top,#faeec3,#7f5d19);
	background:-webkit-gradient(linear,center top,center bottom,from(#faeec3),to(#7f5d19));
	border-radius:3px;
	box-shadow:inset -1px -1px 1px #000;
	text-align:center;
}



#profileInfoFrame #profileTable {
	width:100%;
	padding:10px;
	line-height:1.6;
	border-spacing:0px;
}
#profileInfoFrame #profileTable th ,
#profileInfoFrame #profileTable td {
	vertical-align:top;
	padding:5px;
	border-bottom:1px solid #c0f;
}
#profileInfoFrame #profileTable th {
	color:#c0f;
	font-weight:bold;
	text-align:right;
	width:140px;
}
#profileInfoFrame #profileTable td {
	padding-left:2em;
}

#profileInfoFrame #profileMessage {
	margin-top:15px;
	width:100%;
}
#profileInfoFrame p ,
#profileMessage p {
	padding-left:1em;
}

#profileInfoFrame #profileGallery .profileSubHeader {
	display:none;
}




.profileSubHeader {
	padding:3px 10px;
	margin-top:15px;
	margin-bottom:5px;
	text-align:left;
	color:#333;
	background:linear-gradient(#eee, #ccc) #eee;
	background:-webkit-gradient(linear, center top, center bottom, from(#eee), to(#ccc));
	border-left:5px solid #c0f;
	border-bottom:1px solid #c0f;
}

#profileInfoFrame #profile-info-message {
	width:90%;
	height:400px;
	margin:0 auto;
	padding:5px;
	border:1px solid #06f;
	background-color:#fff;
	overflow:hidden;
}
#profileInfoFrame #profile-info-message #profile-info-message-inner {
	width:100%;
	height:100%;
	-webkit-overflow-scrolling:touch;
}
#profileInfoFrame #profile-info-message #profile-info-message-inner iframe {
	width:100%;
	height:100%;
	border:0 none;
}





#profileSchedule {
	width:100%;
	margin:auto;
	text-align:center;
	border-spacing:3px;
	box-shadow:0px 0px 5px #999;
}
#profileSchedule caption {
}
#profileSchedule th ,
#profileSchedule td {
	width:14%;
	padding-top:5px;
	font-weight:normal;
	border:1px solid #f9c;
	height:40px;
	font-size:12px;
}
#profileSchedule th {
	line-height:15px;
}
#profileSchedule td {
	line-height:30px;
}

#profileSchedule .week0 {
	background-color:rgba(255,153,153,0.3);
}
#profileSchedule .week6 {
	background-color:rgba(153,153,255,0.3);
}




#profileGuideBottom {
	width:450px;
	height:40px;
	margin:60px auto 30px;
	box-shadow:0px 0px 5px #c0f;
	display:flex;
	justify-content:space-between;
}
#profileGuideBottom li {
	width:150px;
	height:40px;
	line-height:40px;
	font-size:13px;
	text-align:center;
}

#profileGuideBottom li a {
	display:block;
	width:100%;
	height:100%;
	color:#c0f;
	border:1px solid #999;
}
#profileGuideBottom li a span {
}
#profileGuideBottom li a:hover {
	color:#000;
	text-shadow:1px 1px 0 #fff;
	background:rgba(204,153,255,0.3);
}






/* ==============================================
	[sitemove]
=============================================== */
body.sitemove #paraFrame {
	padding-bottom:60px;
	text-align:center;
}
body.sitemove #paraFrame a img {
	border:1px solid #fff;
	box-shadow:0px 0px 10px #009;
}
body.sitemove #paraFrame a img.dispSP {
	width:92%;
}
body.sitemove #paraFrame a:hover img {
	border:1px solid #f00;
	box-shadow:0px 0px 5px #f00;
}
body.sitemove #footer #footerInfo {
	padding-bottom:20px;
}
body.sitemove #footer .navMenuBloc {
	display:none;
}







.melmagaResistButton img {
	width:90%;
}





