<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700;900&amp;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:'LNPOPsub';
	src:url('images/fonts/LNPOP_subset.otf') format('opentype'),url("images/fonts/LNPOP_subset.woff") format("woff");
}

@media screen and (min-width:800px) { 
	.dispSP {
		display:none !important;
	}
}
@media screen and (max-width:799px) { 
	.dispPC {
		display:none !important;
	}
}

@keyframes animateBlink {
	  0% { opacity:1; }
	100% { opacity:0.1; }
}

/* ==========================================================================================================================================
	variables
=========================================================================================================================================== */
* {
	--base-font:'LNPOPsub','Noto Sans JP',sans-serif;
	--base-color:#000;

	--enterButton-font:var(--base-font);

	--title-font:var(--base-font);
	--title-color:#0000ff;
	--title-shadow:0px 0px 0.2em #fff ,0px 0px 0.3em #fff ,1px 1px 0 #fff;

	--box-color:#000;
	--box-bg:rgba(255,255,255,0.8);
	--box-border:solid 3px #0000ff;
	--box-border-color:#0000ff;
	--box-shadow:0 0 0.5em #fff;

	--noData-color:#fff;
	--noData-shadow:1px 1px 0 #000,1px 1px 0.2em #000;

	--strong-color:#2b2bc0;

	--color-dark:#3a39d7;
	--color-dark2:#692b1399;
	--color-dark3:#0000cb;
	--color-dark4:#fafad2;
	--color-dark5:#4169e1;

	--color-light:#bfeffd;
	--color-light2:#fff;
	--color-light3:#000;
	--color-light4:#ff1493;
	--color-light5:#555;
}

/* ==============================================
	CSS reset
=============================================== */
* ,*:before ,*:after {
	box-sizing:border-box;
	text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}
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 ,
button ,input ,textarea ,select ,
header ,footer ,nav ,article ,section ,aside {
	margin:0;
	padding:0;
	border:0 none;
	color:inherit;
	font-size:inherit;
	font-weight:inherit;
	font-style:inherit;
	text-decoration:inherit;
	font-family:inherit;
}
button ,input ,textarea ,select {
	font-size:120%;
	padding:5px;
	letter-spacing:1px;
	border:2px solid #999;
	border-radius:0.2em;
}
input[type="submit"] ,button {
	padding:5px 30px;
}

html ,body {
	min-height:100%;
	height:100%;
	font-weight:900;
	font-family:var(--base-font);
	line-height:1.3;
}

a {
 	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

a:hover {
	color:#f06;
}

img {
	max-width:100%;
	vertical-align:top;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}

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;
}
.iframeOuter {
	overflow:auto;
	-webkit-overflow-scrolling:touch;
}
.iframeOuter &gt; * {
	display:block;
	width:100%;
	height:100%;
	height:-webkit-fill-available;
}

.noDisp {
	display:none;
}

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

/* ============================================================================================
	common
============================================================================================= */
/* ==============================================
	text-stroke
=============================================== */
.stroke {
	position:relative;
}
.stroke &gt; span:first-child {
	position:relative;
	z-index:2;
	color:var(--color-dark);
}
.stroke &gt; span:last-child {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:1;
	display:flex;
	justify-content:center;
	align-items:center;
	-webkit-text-stroke:8px var(--color-light2);
}


/* ==============================================
	bx-slider override
=============================================== */
#bgLayer .bx-wrapper ul ,
#bgLayer .bx-wrapper li {
	height:100%;
}

#bgLayer .bx-wrapper .bx-pager {
	position:relative;
	margin:auto;
	bottom:initial;
	padding-top:2em;
	display:flex;
	justify-content:center;
}

#bgLayer .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {
	padding:0 0.5em;
	text-align:center;
}

#bgLayer .bx-wrapper .bx-pager.bx-default-pager a {
	display:inline-block;
	width:4em;
	height:4em;
	margin:0;
	text-indent:-9999px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	border:0 none;
	box-shadow:none;
	background:url(images/icons/star2.png) 50% 50% no-repeat;
	background-size:70%;
	border-radius:50%;
}
#bgLayer .bx-wrapper .bx-pager.bx-default-pager a:hover {
	filter:drop-shadow(0 0 2px #fff);
}
#bgLayer .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-image:url(images/icons/star1.png);
	background-size:100%;
	filter:drop-shadow(1px 1px 3px #000);
}


/* ==============================================
	titlebar
=============================================== */
.titleBar {
	margin:0 auto;
	padding-bottom:1em;
	text-align:center;
	color:var(--title-color);
	font-family:var(--title-font);
	display:flex;
	flex-direction:column;
	align-items:center;
}
.titleBar &gt; span {
	display:block;
	line-height:1.2;
}
.titleBar:not(.sub) &gt; span:nth-child(1) {
	font-size:300%;
}
.titleBar:not(.sub) &gt; span:nth-child(2) {
	font-size:200%;
	letter-spacing:0.2em;
	text-indent:0.2em;
}
@media screen and (max-width:799px) {
	.titleBar:not(.sub) &gt; span:nth-child(1) {
		font-size:240%;
	}
	.titleBar:not(.sub) &gt; span:nth-child(2) {
		font-size:150%;
	}
}

.titleBar.sub {
	display:block;
	margin:0 auto 1em;
	padding:0.5em 1em;
	line-height:1.2;
	font-size:200%;
	letter-spacing:0.2em;
	text-indent:0.2em;
	border-bottom:2px solid var(--box-border-color);
}
.titleBar.sub.center {
	text-align:center;
}

.titleBar.sub &gt; span {
	display:inline-block;
}

@media screen and (max-width:799px) {
	.titleBar {
		padding-bottom:1em;
	}
	.titleBar &gt; span:nth-child(2) {
	}
	.titleBar.sub {
		max-width:100%;
		padding:0.5em;
		font-size:170%;
		letter-spacing:0.05em;
		text-indent:0.05em;
	}
}

/* ==============================================
	list
=============================================== */
.commonList {
	text-align:center;
	margin-bottom:15px;
}

/* ==============================================
	common attribute
=============================================== */
.contentsBloc {
	margin-bottom:50px;
}

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


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

.noticeInfo {
	color:#90f;
}
.noticeAlert {
	color:#f06;
}
.noticeLink {
}
.noticeLink a {
	color:#f06;
}
.noticeLink a:hover {
	text-decoration:underline;
}

.mBottom {
	margin-bottom:2em;
}

.strong {
	color:var(--color-light4);
	font-size:18px;
}

strong {
}

.bold {
}


/* ==============================================
	infoBox option
=============================================== */
.noData {
	margin-left:auto;
	margin-right:auto;
	min-height:10em;
	padding-top:5em;
	color:var(--noData-color);
	text-shadow:var(--noData-shadow);
	text-align:center;
}

.infoBox {
	width:100%;
	margin-bottom:2em;
	padding:1.5em;
	color:var(--box-color);
	background:var(--box-bg);
	border:var(--box-border);
	box-shadow:var(--box-shadow);
}

.contentsBloc.recruit-0 .infoBox{
	border-color:var(--color-light4);
}

.infoBox.box {
	background:transparent;
}
.infoBox.frame {
}

.infoBox p {
	padding:0.3em 0;
}
.infoBox.notes {
	width:85%;
	min-width:630px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.infoBox.notes.left {
	text-align:left;
}

.infoBox.white {
}
.infoBox.white h3.titleBar.sub.center.black {
	padding:1em 0;
	color:#000;
	border-bottom:2px solid #232323;
	text-align:center;
	letter-spacing:0.2em;
	text-indent:0.2em;
}

.infoBox.white a {
}
.infoBox.white a:hover {
}

.infoBox.notes .headline ,
.noData .headline {
	color:#f06;
	font-size:24px;
}
.infoBox.notes .comment ,
.noData .comment {
	font-size:14px;
}
.noData .comment2 {
	margin-top:15px;
	font-size:18px;
	line-height:1.6;
}

.infoBox.textLink {
	padding:30px 20px;
}
.infoBox.notes.textLink .comment {
	padding-top:30px;
}
.infoBox .p30 {
	padding:30px 0;
}


@media screen and (max-width:799px) { 
	.noData {
		width:100%;
		min-height:5em;
		padding-top:2em;
	}
	.infoBox {
		padding:0.5em;
	}

	.infoBox.notes {
		width:100%;
		min-width:initial;
	}
	.infoBox.notes .headline ,
	.noData .headline {
		font-size:120%;
	}
	.infoBox.notes.white h3.titleBar.sub.center {
		letter-spacing:1px;
	}
}



/* ==============================================
	common table
=============================================== */
.commonTable {
	width:96%;
	max-width:1400px;
}
.commonTable th {
	width:20%;
	padding:5px 15px;
	border-bottom:1px solid #00f;
	white-space:nowrap;
}
.commonTable td:not(.noData) {
	padding:5px 10px;
	border-bottom:1px solid #00f;
	text-align:left;
}


@media screen and (max-width:799px) { 
	.commonTable {
		font-size:90%;
	}

}



.imageList {
	max-width:100%;
	text-align:center;
}
.imageList li:not(.noData) {
	display:block;
	margin:auto 20px 30px;
	padding:10px;
}
.imageList li img {
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
.imageList li a:hover img {
	box-shadow:0px 0px 10px #fff;
}

.imageList.eventList {
	display:flex;
	flex-wrap:wrap;
	margin:auto;
}
#PAGE_home .imageList.eventList {
	padding:30px 0;
	justify-content:center;
}
.imageList.eventList li {
	width:calc(100% / 4);
	margin:auto 0 30px;
	padding:10px;
}
.imageList.eventList li.noData {
	width:100%;
}
/*
#PAGE_home .imageList.eventList li {
	width:calc(100% / 2);
	margin:auto 0;
	max-width:680px;
}
*/

@media screen and (max-width:1370px) { 
	.imageList.eventList li {
		width:calc(100% / 3);
	}
}
@media screen and (max-width:1120px) { 
	.imageList.eventList li {
		width:calc(100% / 2);
	}
}
@media screen and (max-width:1120px) { 
	#PAGE_home .imageList.eventList li {
		width:100%;
	}
}
@media screen and (max-width:799px) { 
	#PAGE_home .imageList.eventList li {
		width:calc(100% / 2);
		margin:0 auto;
	}
}


body .sl-overlay {
	background:rgba(0,0,0,0.6);
	opacity:0.8;
}
body .sl-wrapper .sl-image img {
	border:var(--box-border);
	box-shadow:var(--box-shadow);
}


/* ==============================================
	body
=============================================== */
body {
	position:relative;
	font-size:16px;
	line-height:1.6;
	color:#000;
	background:#fff;
}
#bgLayer {
	position:relative;
}

.innerFrame {
	position:relative;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	max-width:1290px;
}

#PAGE_index #body &gt; .innerFrame {
	max-width:initial;
}



#h1 {
	position:relative;
	margin-left:280px;
	padding:5px;
	line-height:1;
	font-size:12px;
	color:#000;
	z-index:11;
	text-align:center;
	overflow:hidden;
}


@media screen and (min-width:800px) { 
	#bgLayer:before {
		content:"";
		position:fixed;
		top:0;
		left:0;
		display:block;
		width:100%;
		min-width:1380px;
		height:100%;
		background:url(images/common/bg.webp) 50% 100% no-repeat;
		z-index:1;
	}
}
@media screen and (max-width:799px) { 
	body {
		padding:0;
	}

	body #bgLayer {
		width:480px;
		min-width:initial;
		min-height:100%;
		margin:auto;
		padding:0 0.5em;
	}

	#bgLayer:before {
		content:"";
		background:url(images/common/bg.webp) 90% 100% no-repeat;
		position:fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
}


/* ==============================================
	header(left side fixed)
=============================================== */
@media screen and (min-width:800px) { 
	#header {
		position:fixed;
		left:0;
		top:0;
		width:280px;
		height:100%;
		padding-left:24px;
		background:rgba(255,255,255,0.9);
		z-index:100;
		box-shadow:0 3px 5px #666;
	}
	#header #headerInner {
		height:100%;
		overflow:hidden;
	}
}

@media screen and (max-width:799px) { 
	#header {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:80px;
		z-index:102;
	}
	#header #headerInner {
		position:relative;
		z-index:103;
		width:100%;
		height:100%;
		background:rgba(255,255,255,0.9);
		box-shadow:1px 0 3px #666;
	}
}



/* ==============================================
	header(left side fixed) shopname &amp; shopinfo
=============================================== */
#header ul#headerTitle {
	width:100%;
	text-align:center;
	display:flex;
	flex-direction:column;
	justify-content:space-around;
	align-items:center;
}
#header ul#headerTitle li {
	display:block;
	margin:auto;
}
#header ul#headerTitle li#headerLogo a {
	display:block;
	width:100%;
	height:100%;
}

@media screen and (min-width:800px) { 
	#header ul#headerTitle {
		padding-top:5px;
	}
	#header ul#headerTitle li {
		width:100%;
	}
	#header ul#headerTitle li#headerLogo a img {
	}
	#header ul#headerTitle li#headerInfo {
		padding:5px;
	}
	#header ul#headerTitle li#headerInfo .time {
		font-size:130%;
		border-bottom:2px dotted #666;
	}
	#header ul#headerTitle li#headerInfo .tel {
		font-size:150%;
	}

}
@media screen and (max-width:799px) { 
	#header ul#headerTitle {
		width:480px;
		height:100%;
		margin:auto;
		padding:0 5px;
		justify-content:space-between;
		flex-direction:row;
	}
	#header ul#headerTitle li#headerLogo {
		width:50%;
		margin-left:0;
		margin-right:auto;
		height:100%;
		text-align:left;
		padding:0 5px;
	}
	#header ul#headerTitle li#headerLogo a {
		display:flex;
		justify-content:flex-start;
		align-items:center;
	}
	#header ul#headerTitle li#headerLogo a img {
		max-height:100%;
	}

	#header ul#headerTitle li#headerInfo {
		margin-right:0;
	}

	#header ul#headerTitle .headerIcon {
		margin:0;
		width:80px;
		padding:5px;
	}
	#header ul#headerTitle .headerIcon img {
		width:60px;
		height:60px;
	}
	#header ul#headerTitle li#headerLogo a span {
		padding-left:10px;
	}
}



/* ==============================================
	header(left side fixed) price panel
=============================================== */
#headerPrice {
	width:210px;
	padding-bottom:10px;
	margin:auto;
	text-align:center;
}
#headerPrice #headerPriceC {
	color:#000;
	font-size:10px;
}

@media screen and (max-width:799px) { 
	#header {
		min-width:initial;
	}
}

/* ==============================================
	header(left side fixed) nav menu
=============================================== */
#header ul.navMenu {
	font-family:var(--title-font);
}

@media screen and (min-width:800px) { 
	#header #headerInner .navMenuBloc {
		display:block !important;
			padding-bottom:30px;
	}
	#header ul.navMenu {
		width:230px;
		margin:0 auto;
	}
	#header ul.navMenu li {
		position:relative;
		width:100%;
		padding:3px 2px;
	}

	#header ul.navMenu li a {
		position:relative;
		width:100%;
		padding-left:1.7em;
		font-size:140%;
		color:var(--color-light2);
		background:url(images/icons/star1.png) 0.3em 50% no-repeat var(--color-dark);
		background-size:1.1em;
		border:2px solid var(--color-dark);
		display:flex;
		justify-content:flex-start;
		align-items:center;
	}

	#header ul.navMenu li a span:nth-child(2) {
		display:none;
	}

	#header ul.navMenu li.active {
	}
	
	#header ul.navMenu li.active a ,
	#header ul.navMenu li a:hover {
		color:var(--color-dark);
		background:url(images/icons/star2.png) 0.25em 50% no-repeat var(--color-light);
		background-size:1.2em;
	}
}


@media screen and (max-width:799px) { 
	#header .navMenuBloc{
		position:fixed;
		top:83px;
		right:-100%;
		padding:0;
		background:var(--color-dark2);
		box-shadow:-1px 1px 3px #666;
		z-index:102;
		transition:all 0.3s ease;
		-webkit-transition:all 0.3s ease;
	}
	#header .navMenuBloc.on {
		right:0;
	}

	#header .navMenuBloc &gt; .navMenuBlocInner {
		background:var(--color-dark5);
	}
	
	#header .navMenuBloc a {
		display:block;
		font-size:130%;
		padding:0.8em 3em 0.8em 1.5em;
		color:var(--color-light2);
		border-bottom:2px solid var(--color-light2);
	}

	#header .navMenuBloc a span:nth-child(1) {
		display:none;
	}
	#header .navMenuBloc a span:nth-child(2) {
		padding-left:1.7em;
		background:url(images/icons/star1.png) 0 50% no-repeat;
		background-size:1.2em;
	}

}



/* ==============================================
	footer contents links (sidemenu)
=============================================== */
.sidemenu {
	width:100%;
	margin:auto;
	padding-top:50px;
	text-align:center;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.sidemenu li {
	padding:10px;
	width:50%;
}
.sidemenu li a {
	display:inline-block;
	overflow:hidden;
	padding:3px;
}
.sidemenu li span {
	display:none;
}
.sidemenu li img {
}
.sidemenu li a:hover {
	background: #0cf;
	box-shadow:0 0 5px #999;
}

@media screen and (max-width:799px) { 
	.sidemenu li {
		width:80%;
	}
	.sidemenu li a {
	}
}


/* ==============================================
	header(left side fixed) copyright
=============================================== */
@media screen and (min-width:800px) { 
	#copyright {
		position:fixed;
		top:0;
		left:0;
		width:24px;
		height:100%;
		padding-top:20px;
		color:#fff;
		background:#c66;
		line-height:24px;
		font-size:12px;
		letter-spacing:1px;

		writing-mode:vertical-rl;
		-ms-writing-mode:tb-rl;
		-webkit-writing-mode: vertical-rl;

		z-index:101;
	}
	#copyright a {
		color:inherit;
	}
	#copyright a:hover {
		color:#fcc;
	}
}
@media screen and (max-width:799px) { 
	#copyright {
		padding:0.5em 0 1em;
		text-align:center;
		font-size:80%;
		color:#1313f7;
		background:transparent;
	}
	#copyright span {
		padding:0 0.5em;
		background:rgba(255,255,255,0.8);
		border-radius:0.3em;
	}

	#copyright a:active {
		color:#f06;
	}
}


/* ==============================================
	footer
=============================================== */
#footer {
	position:relative;
	width:100%;
	margin:0;
	text-align:center;
}

#footer #footerInner {
	position:relative;
	width:100%;
	padding-top:100px;
	padding-bottom:30px;
}
#footer #footerInner #footerNavPane .navMenuBloc {
	position:absolute;
	bottom:20px;
	left:0px;
	width:100%;
}
#footer .navMenuBloc .navMenuBlocInner ul.navMenu {
	width:680px;
	max-width:100%;
	margin:auto;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
#footer .navMenuBloc .navMenuBlocInner ul.navMenu li {
	padding:0 10px;
	letter-spacing:1px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
#footer .navMenuBloc .navMenuBlocInner ul.navMenu li a {
	display:block;
	position:relative;
	width:100%;
	height:100%;
	padding:5px 0;
	color:#333;
	font-size:12px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
#footer .navMenuBloc .navMenuBlocInner ul.navMenu li a span {
	display:block;
	white-space:nowrap;
}

#footer .navMenuBloc .navMenuBlocInner ul.navMenu li a span:nth-child(1) {
	font-size:16px;
	color:#f06;
}
#footer .navMenuBloc .navMenuBlocInner ul.navMenu li a span:nth-child(2) {
	font-size:11px;
	color:#000;
}


@media screen and (max-width:799px) { 
	#footer #footerInner {
		padding:60px 0 10px;
	}

	#footer #footerNavBloc {
		padding:10px 0;
	}
	#footer #footerNavBloc ul.navMenu {
		display:flex;
		justify-content:center;
		flex-wrap:wrap;
		align-items:stretch;
	}
	#footer #footerNavBloc ul.navMenu li {
		width:32%;
		height:50px;
		line-height:50px;
		margin:0 0.5% 5px;
		text-align:center;
	}
	#footer #footerNavBloc ul.navMenu li:nth-child(1) {
		width:98%;
	}
	#footer #footerNavBloc ul.navMenu li a {
		color:#f06;
		background:#fff;
		text-decoration:none;
		letter-spacing:0;
	}
}


/* ==============================================
	footer &gt; logo &amp; info
=============================================== */
#footer #footerInfo {
	color:#600;
}
#footer #footerInfo #footerLogo {
	max-width:50%;
	margin:auto;
}
#footer #footerInfo #footerLogo a {
}
#footer #footerInfo #footerText {
	font-size:160%;
}
#footer #footerInfo #footerTel a {
	letter-spacing:0.05em;
	font-size:240%;
}

@media screen and (max-width:799px) { 
	#footer #footerInfo {
		display:block;
		text-align:center;
	}
	#footer #footerInfo li {
		padding:0 10px 5px;
	}
	#footer #footerInfo #footerLogo {
		max-width:60%;
		padding-bottom:20px;
	}
	#footer #footerInfo #footerText {
		padding-bottom:0.3em;
	}
	#footer #footerInfo #footerTel {
		padding-bottom:1em;
	}
	#footer #footerInfo #footerTel a {
	}
}



/* ==============================================
	contents body
=============================================== */
#body {
	position:relative;
	width:100%;
	margin:0;
	z-index:10;
}

@media screen and (min-width:800px) { 
	body:not(#PAGE_index) #body {
		min-width:1200px;
		min-height:100%;
		padding-top:3em;
		padding-bottom:1em;
		padding-left:calc(280px + 2em);
		padding-right:2em;
	}
	#mainBloc {
		padding-top:2em;
	}
}
@media screen and (max-width:799px) { 
	#body {
		padding-top:90px;
	}
}


/* ==============================================
	index
=============================================== */

#PAGE_index #h1 {
	display:none;
}
#PAGE_index #header {
	display:none;
}
#PAGE_index #footer #footerInner {
	padding-bottom:30px;
}

#PAGE_index #body {
	padding-top:0.5em;
}

#enterMainFrame {
	position:relative;
	padding-bottom:60px;
}
#enterImage {
	position:relative;
	display:flex;
	justify-content:center;
}
#enterImage img {
	border:3px solid #fff;
	box-shadow:0 0 0.5em #000;
}

ul#enterButtonBloc {
	position:relative;
	width:100%;
	padding-top:30px;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:var(--title-font);
}
ul#enterButtonBloc li {
	padding:0 20px;
}
ul#enterButtonBloc li#icon18kin img {
	height:100px;
}
ul#enterButtonBloc li a {
	display:block;
	padding:0 0.5em;
}
ul#enterButtonBloc li a &gt; * {
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:480%;
	color:var(--color-dark);
 	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
ul#enterButtonBloc li a .first-letter {
	font-size:120%;
	color:#f39;
}
ul#enterButtonBloc li a:hover &gt; div {
	text-shadow:var(--title-shadow);
}



#enterMainFrame .date {
	color:#60f;
	font-size:500%;
	text-shadow:2px 2px 1px #fff;
}


@media screen and (max-width:799px) { 
	ul#enterButtonBloc {
		justify-content: space-evenly;
	}
	ul#enterButtonBloc li {
		padding:0;
	}

	ul#enterButtonBloc li a &gt; * {
		font-size:320%;
		-webkit-text-stroke-width:1px;
	}
	ul#enterButtonBloc li#icon18kin img {
		height:4em;
	}

	#enterMainFrame .date {
		font-size:300%;
	}
}




/* ==============================================
	headline
=============================================== */
#headline {
	position:relative;
	height:100px;
	padding:5px;
	margin-bottom:40px;
	background:#f9c;
	background:linear-gradient(15deg ,#f9c ,#fff ,#f36 ,#f69 ,#fde ,#f36);
	display:flex;
	box-shadow: 5px 5px 0 0 #ccc;
	display: none;
}
#headline h2 {
	width:200px;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}
#headline h2 span:nth-child(1){
	font-size:220%;;
	border-bottom:2px solid #000;
}
#headline h2 span:nth-child(2){
	font-size:140%;
	line-height:1.6;
	letter-spacing:0.5em;
	text-indent:0.5em;
}
@media screen and (max-width:799px) { 
	#headline h2 span:nth-child(1){
		font-size:110%;;
	}
	#headline h2 span:nth-child(2){
		font-size:90%;
	}
}

#headline #headlineText {
	width:calc(100% - 200px);
	height:100%;
	padding:10px;
	color:#000;
	background:rgba(255,255,255,0.9);
}
#headline #headlineText #headlineTextInner {
	width:100%;
	height:100%;
	overflow:hidden;
}
#headline #headlineText #headlineTextInner ul {
	display:inline-block;
	font-size:0;
	white-space:nowrap;
}
#headline #headlineText #headlineTextInner ul li {
	display:inline-block;
	padding-left:200px;
	line-height:65px;
	font-size:36px;
}
#headline #headlineText #headlineTextInner ul li span {
	padding-left:0.5em;
	font-size:16px;
	color:#ccc;
}


@media screen and (max-width:799px) {
	#headline {
		height:50px;
		padding:7.5px 7.5px 7.5px 0;
		display: none;
	}
	#headline h2 {
		width:100px;
		overflow:hidden;
	}
	#headline h2 img {
		width:100px;
		max-width:none;
	}
	#headline #headlineText {
		width:calc(100% - 100px);
		padding:5px;
	}
	#headline #headlineText #headlineTextInner ul li {
		font-size:20px;
		line-height:26px;
	}
}






/* ==============================================
	home &gt; homeTop &gt; slider
=============================================== */
#homeSliderBloc {
	margin:auto;
	padding-bottom:50px;
}
#homeSliderBloc .bx-wrapper {
}
#homeSliderBloc .bx-wrapper .bx-viewport {
	background:transparent;
	border:0 none;
	text-align:center;
}
#homeSliderBloc .bx-wrapper .bx-viewport img {
	border:var(--box-border);
	background:var(--box-bg);
	box-shadow:var(--box-shadow);
	width:100%;
	height:100%;
	object-fit:contain;
}


/* ==============================================
	home pickup
=============================================== */
#homePickup {
	width:1000px;
	margin:auto;
	padding-bottom:40px;
}
#homePickup ul.pickupList {
}
ul li.castPickupCell:not(.castCell) {
}
ul li.castPickupCell:not(.castCell) .castImage {
	display:block;
	float:left;
	width:422px;
	height:562px;
	margin:20px;
	position:relative;
}
ul li.castPickupCell:not(.castCell) .castImage a img {
	border:1px solid #fff;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	box-shadow:0 0 5px #333;
}
ul li.castPickupCell:not(.castCell) .castImage a:hover img {
	box-shadow:0 0 15px 5px #999;
}

ul li.castPickupCell:not(.castCell) .castInfo {
	display:block;
	float:left;
	width:520px;
	height:562px;
	margin:20px 0;
	padding:15px;
	box-shadow:0 0 5px #333;
	overflow:auto;
	font-size:13px;
	line-height:1.5;
	letter-spacing:1px;
	background-color:rgba(255,153,204,0.6);
}
ul li.castPickupCell:not(.castCell) .castInfo img {
	vertical-align:sub;
}
ul li.castPickupCell:not(.castCell) .castInfo .castName {
	display:block;
	text-align:center;
	font-size:36px;
	color:#f06;
	line-height:1.3;
	letter-spacing:2px;

	background-color:var(--box-bg);
	box-shadow:1px 1px 3px #333 inset;
	border-radius:20px;
}
ul li.castPickupCell:not(.castCell) .castInfo .castName span {
	display:inline-block;
}
ul li.castPickupCell:not(.castCell) .castInfo .castName span:nth-child(1) {
	font-size:28px;
}
ul li.castPickupCell:not(.castCell) .castInfo .castSize {
	display:block;
	text-align:center;
	font-size:16px;
	color:#000;
}
ul li.castPickupCell:not(.castCell) .castInfo .castIcon {
	display:block;
	text-align:center;
	font-size:12px;
}
ul li.castPickupCell:not(.castCell) .castInfo .castIcon .textIcon {
	display:inline-block;
	margin:0 2.5px;
	font-size:13px;
	line-height:20px;
	letter-spacing:0;
	padding:7px 20px 5px 15px;
	background:#e2b2cd;
}
ul li.castPickupCell:not(.castCell) .castInfo .castCatch {
	display:block;
	text-align:center;
	font-size:14px;
}

ul li.castPickupCell:not(.castCell) .castInfo .castTime {
	display:block;
	width:95%;
	margin:3px auto;
	height:25px;
	color:#90f;
	padding-top:2px;
	overflow:hidden;
	text-align:center;
}
ul li.castPickupCell:not(.castCell) .castInfo .castTime.castFlagToday {
	background-color:var(--box-bg);
	box-shadow:1px 1px 5px #666 inset;
}
ul li.castPickupCell:not(.castCell) .castInfo .castTime.castFlagToday:before {
	content:"本日出勤　";
	color:#900;
}
ul li.castPickupCell:not(.castCell) .castInfo .castText {
	display:block;
	text-align:left;
	margin:auto 10px;
	padding:10px;
	background-color:var(--box-bg);
	box-shadow:1px 1px 5px #666 inset;
}

ul li.castPickupCell:not(.castCell) .castInfo dl.castProf {
	display:block;
	padding:10px 1em;
}
ul li.castPickupCell:not(.castCell) .castInfo dl.castProf dt {
	color:#f06
}
ul li.castPickupCell:not(.castCell) .castInfo dl.castProf dt:before {
	content:"★";
}
ul li.castPickupCell:not(.castCell) .castInfo dl.castProf dd {
	padding-left:1em;
}
@media screen and (max-width:1370px) { 
	#homePickup {
		width:820px;
	}
	ul li.castPickupCell:not(.castCell) .castImage {
		width:302px;
		height:402px;
	}
	ul li.castPickupCell:not(.castCell) .castInfo {
		width:460px;
		height:402px;
	}
}
@media screen and (max-width:1170px) { 
	#homePickup {
		width:730px;
	}
	ul li.castPickupCell:not(.castCell) .castImage {
		width:272px;
		height:362px;
	}
	ul li.castPickupCell:not(.castCell) .castInfo {
		width:400px;
		height:362px;
		font-size:12px;
	}
}
@media screen and (max-width:1070px) { 
	#homePickup {
		width:640px;
	}
	ul li.castPickupCell:not(.castCell) .castImage {
		width:242px;
		height:322px;
	}
	ul li.castPickupCell:not(.castCell) .castInfo {
		width:340px;
		height:322px;
	}

	ul li.castPickupCell:not(.castCell) .castInfo .castName {
		font-size:28px;
	}
	ul li.castPickupCell:not(.castCell) .castInfo .castName span:nth-child(1) {
		font-size:20px;
	}
	ul li.castPickupCell:not(.castCell) .castInfo .castSize {
		font-size:14px;
	}
}




/* ==============================================
	home schedule
=============================================== */
#homeSchedule {
	padding-bottom:40px;
}

/* ==============================================
	home blog
=============================================== */
#homeBlog {
	width:960px;
	margin:auto;
	height:640px;
}

@media screen and (max-width:1170px) { 
	#homeBlog {
		width:700px;
	}
}
@media screen and (max-width:1070px) { 
	#homeBlog {
		width:600px;
	}
}


/* ==============================================
	home news
=============================================== */
#homeNews {
	margin:auto;
	overflow:auto;
}
#PAGE_news #homeNews {
	height:auto;
}
#homeNews .newsInfo {
	line-height:1.1;
}


#newsLink {
	padding:20px 0;
}
#newsLink a {
	color: #00f;
}
#newsLink a:hover {
	color:#f06;
	text-shadow: 1px 1px 0 #fff,1px 1px 0 #fff;
}



/* ==============================================
	cast search panel
=============================================== */
#searchPanel {
	width:100%;
}
#searchPanel .titleBar {
	font-size:360%;
	padding-bottom:20px;
}
.searchList {
	max-width:1000px;
	margin:0 auto;
	padding-left:2em;
	padding-bottom:0.8em;
	font-size:160%;
	display:flex;
	justify-content:space-between;
}
.searchList &gt; * {
	width:calc(100% / 3);
}
.searchList .checkbox-flex {
	display:flex;
	align-items:center;
}

.searchList input {
	width:1.5em;
	height:1.2em;
}


#searchButtonBox {
	max-width:600px;
	margin:0 auto;
	padding:1em 0;
}
#searchButton {
	font-size:140%;
	line-height:2;
	color:#fff;
	text-shadow:none;
	background-color:#666;
	text-align:center;
	border-radius:3px;
	cursor:pointer;
}
#searchButton:hover {
	background-color:#000;
}


.castList.search .noData {
	font-size:130%;
}

@media screen and (max-width:799px) {
	#searchPanel .titleBar {
		font-size:240%;
		padding-bottom:10px;
	}

	.searchList {
		padding-left:0;
		font-size:105%;
	}
	.searchListTable {
		display:table;
		width:100%;
	}
	.searchListTable .searchList {
		display:table-row;
	}
	.searchListTable .searchList &gt; * {
		display:table-cell;
		width:auto;
		padding:0.3em 0 0.6em;
	}

	#searchButtonBox {
		padding:0.5em 0;
	}

	.castList.search .noData {
		font-size:110%;
	}
}




/* ==============================================
	cast list
=============================================== */

ul.castList {
	display:flex;
	flex-wrap:wrap;
}
ul.castList li.castCell {
	position:relative;
	display:block;
	width:calc(100% / 4);
	padding:0.3em 0.3em 1em;
	text-align:center;
}

ul.castList li.castCell .aFrame {
	display:block;
	padding:3px;
	color:var(--color-light3);
	background:var(--box-bg);
	border:3px solid var(--box-border-color);
}


ul.castList li.castCell .castImage {
	display:block;
	position:relative;
	overflow:hidden;
}
ul.castList li.castCell .castImage img {
	width:100%;
	aspect-ratio:600/800;
	object-fit:cover;
}

.aFrame .castImage img {
	transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	transform-origin:50% 50%;
}
a.aFrame:hover .castImage img {
	transform:scale(1.1);
}

ul.castList li.castCell .castImage .noimageText {
	position:absolute;
	top:35%;
	left:3%;
	right:3%;
	text-align:center;
	font-size:180%;
	line-height:1.4;
	color:var(--color-dark);
}

@media screen and (max-width:1620px) { 
	ul.castList li.castCell .castImage .noimageText {
		font-size:1.5vw;
	}
}
@media screen and (max-width:1120px) { 
	ul.castList li.castCell .castImage .noimageText {
		font-size:90%;
	}
}
@media screen and (max-width:799px) { 
	ul.castList li.castCell .aFrame {
		padding:1px;
		border-width:1px;
	}
	ul.castList li.castCell .castImage .noimageText {
		font-size:90%;
	}
}


/* ==============================================
	cast catchcopy
=============================================== */
ul.castList li.castCell .castCatch {
	display:block;
}
ul.castList li.castCell .castCatch &gt; span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
}


/* ==============================================
	cast image
=============================================== */
ul li.castFlagNewface .castImage:before ,
ul li.castFlagPickup .castImage:after {
	content:"";
	position:absolute;
	left:0;
	width:22%;
	aspect-ratio:1/1;
	background:url(images/icons/newface_icon.png) 50% 50% no-repeat;
	background-size:contain;
	z-index:5;
}
ul li.castFlagNewface .castImage:before {
	top:3px;
}
ul li.castFlagPickup .castImage:after {
	bottom:3px;
	background-image:url(images/icons/pickup_icon.png);
}


/* ==============================================
	cast info
=============================================== */
ul.castList li.castCell .castInfo {
	display:block;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
ul.castList li.castCell a.aFrame:hover .castInfo {
	color:var(--color-dark);
	background:var(--color-light2);
}
ul.castList li.castCell .castInfo .castName {
	display: block;
	padding-top: 8px;
	font-size: 150%;
	line-height: 1.4;
}
ul.castList li.castCell .castInfo .castName .number {
	font-size:80%;
}
ul.castList li.castCell .castInfo .castSize {
	display:block;
	height:1.6em;
	font-size:95%;
	overflow:hidden;
}

ul.castList li.castCell .castInfo .castSize &gt; span {
	color: #ff14ff;
}

ul.castList li.castCell .castInfo .castIcon {
	display:flex;
	height:1.3em;
	justify-content:center;
	flex-wrap:wrap;
	overflow:hidden;
}
ul.castList li.castCell .castInfo .castIcon .textIcon {
	display:block;
	min-width:25%;
	margin:0 3px;
	padding:0 2px;
	font-size:70%;
	letter-spacing:0;
	color:var(--color-dark);
	background:var(--color-light2);
	border:1px solid var(--color-dark);
	border-radius:0.3em;
}

ul.castList li.castCell .castInfo .castTime {
	display:block;
	margin-top:5px;
	height:1.5em;
	line-height:1.5;
	overflow:hidden;
	color:var(--color-light2);
	background:#fde;
}
ul.castList li.castCell .castInfo .castTime.castFlagToday {
	background: var(--color-light4);
}
ul.castList li.castCell .castInfo .castTime.castFlagToday:before {
	content:"本日出勤 ";
}
ul.castList li.castCell .castInfo .castText {
	display:none;
}
ul.castList li.castCell .castInfo .castProf {
	display:none;
}



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

	ul.castList li.castCell .castInfo {
		font-size:80%;
	}
	ul.castList li.castCell .castInfo .castName {
		padding-top: 5px;
	}
	ul.castList li.castCell .castInfo .castName .number {
		display:none;
	}
	ul.castList li.castCell .castInfo .castSize {
		padding-top:0.2em;
		height:3em;
		line-height:1.3;
		font-size:110%;
		letter-spacing:0;
	}
	ul.castList li.castCell .castInfo .castSize span {
		display:block;
	}

	ul.castList li.castCell .castInfo .castIcon {
		height: 100%;
	}
	ul.castList li.castCell .castInfo .castIcon .textIcon {
		min-width:25%;
		margin:0 1px;
		padding:0 2px;
	}
	ul.castList li.castCell .castInfo .castCatch {
		font-size:80%;
	}
	ul.castList li.castCell .castInfo .castTime {
	}
}
@media screen and (max-width:799px) { 
	ul.castList li.castCell {
		width:calc(100% / 3);
		padding:0em 0.1em 1em;
	}
	ul.castList li.castCell .castCatch {
		font-size:80%;

	}
	ul.castList li.castCell .castInfo .castName {
		font-size:130%;
	}
	ul.castList li.castCell .castInfo .castSize {
		font-size:95%;
	}
	ul.castList li.castCell .castInfo .castSize span {
		display:block;
	}
	ul.castList li.castCell .castInfo .castIcon {
		height: 1.4em;
	}
	ul.castList li.castCell .castInfo .castIcon .textIcon {
		min-width:initial;
		margin:0 1px;
		padding:0 2px;
	}
	ul.castList li.castCell .castInfo .castTime.castFlagToday:before {
		content:"";
	}
}



/* ==============================================
	cast schedule
=============================================== */
#dateList {
	width:100%;
	padding:1em 0;
	display:flex;
	justify-content:space-between;
	text-align:center;
}
#dateList li {
	width:calc(100% / 7 - 3px);
	padding:0.3em 0;
	color:var(--color-light2);
	background:var(--color-dark);
	border:2px solid var(--color-dark);
	cursor:pointer;
 	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
#dateList li.on {
	color:var(--color-dark);
	background:var(--color-light2);
}
#dateList li:not(.on):hover {
	color:var(--color-dark);
	background:var(--color-light);
}

#dateList li span.wday {
	font-size:80%;
}

@media screen and (max-width:799px) { 
	#dateList li {
		padding:0.5em 0;
		line-height:1.2;
	}
	#dateList li span.wday {
		display:block;
	}
}




/* ==============================================
	cast ranking
=============================================== */
#PAGE_ranking ul.castList li.castCell {
	width:calc(100% / 5);
}

.castRank {
	display:block;
	width:100%;
	padding-bottom:3px;
	line-height:1.3;
	font-size:90%;
	text-align:center;
}
.castRank &gt; span {
}

.ranking ul.castList li.castCell.castFlagNewface a.aFrame:after {
	top:35px;
}

@media screen and (max-width:799px) {
	#PAGE_ranking ul.castList li.castCell {
		width:calc(100% / 3);
	}


	/* ==============================================
		rank 2,3 custom
	=============================================== */
	#PAGE_ranking ul.castList li.castCell.rank1 ,
	#PAGE_ranking ul.castList li.castCell.rank2 {
		width:calc(100% / 2);
	}
}








/* ==============================================
	system
=============================================== */
div.system {
	width:900px;
	padding-top:1em;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
div.system ul.infoBox {
	padding:1em;
	line-height:1.4;
}

div.system ul.infoBox li.cate {
	padding-bottom:1.5em;
}
div.system ul.infoBox li.cate &gt; span.course {
	font-size:280%;
	color:var(--strong-color);
}
div.system ul.infoBox li.cate &gt; span.playtime {
	font-size:160%;
	color:var(--strong-color);
	padding-left:0.5em;
}
div.system ul.infoBox li.cate &gt; div.comment {
	font-size:160%;
	color:var(--strong-color);
}


div.system ul.infoBox li.cate &gt; span.image {
	width:100%;
}

div.system ul.infoBox li.flex {
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	padding:0 1em 0.3em;
	font-size:240%;
}
div.system ul.infoBox li.flex &gt; span.time {
	width:50%;
	text-align:left;
}
div.system ul.infoBox li.flex &gt; span.price {
	width:50%;
	text-align:right;
}
div.system ul.infoBox li.flex &gt; span.text {
	width:100%;
	padding-left:1em;
	font-size:60%;
	color:#fa39a0;
	text-align:left;
}

div.system.discount ul.infoBox li.flex {
	padding: 0 0.5em 0.3em;
	justify-content:space-between;
}
div.system.discount ul.infoBox li.flex &gt; span.time {
	width:auto;
}
div.system.discount ul.infoBox li.flex &gt; span.price {
	width:auto;
}

@media screen and (max-width:799px) { 
	div.system ul.infoBox {
		padding:0.5em 1em;
	}
	div.system ul.infoBox li.cate &gt; span.course {
		display:block;
		font-size:220%;
	}
	div.system ul.infoBox li.cate &gt; span.playtime {
		display:block;
		padding:0;
		font-size:140%;
	}
	div.system ul.infoBox li.cate &gt; div.comment {
		font-size:140%;
	}
	div.system ul.infoBox li.flex {
		padding:0 0.3em 0.3em;
		font-size:170%;
	}

	div.system.discount ul.infoBox li.flex {
		justify-content:space-evenly;
	}
}





/* ==============================================
	access
=============================================== */
#access {
	max-width:100%;
	text-align:center;
}
#access iframe {
	width:96%;
	height:40vh;
	margin:auto auto 1em;
	border:1px solid #fff;
}
#access .infoBox {
	width:90%;
	margin:auto;
}

#access .infoBox .shopName {
	color:var(--strong-color);
	font-size:150%;
}



/* ==============================================
	recruit
=============================================== */

.recruitButton {
	padding:30px 0;
	text-align:center;
}
.recruitButton a {
	display:inline-block;
	padding:0.5em 3em;
	font-size:120%;
	color:var(--color-light2);
	background:var(--color-dark3);
	border:2px solid var(--color-light2);
	border-radius:0.5em;
}
.recruitButton a:before {
	content:"&gt;&gt; ";
}
.recruitButton a:hover {
	color:var(--color-light2);
	background:var(--color-light4);

}

.recruit-0 .commonTable th {
	background-color: #ffc0cb;
}
.recruit-0 .commonTable th ,
.recruit-0 .commonTable td {
	border-color: #ff8bd8;
}

.recruit-1 .titleBar {
	text-shadow:1px 1px 2px #fff ,1px -1px 2px #fff ,-1px 1px 2px #fff ,-1px -1px 2px #fff;
}
.recruit-1 .infoBox.white {
	border-color:#03f;
}
.recruit-1 .commonTable th {
	background-color:#87cefa;
}

@media screen and (max-width:799px) { 
	.recruitButton a {
		font-size:100%;
	}
}



/* ==============================================
	recruit form
=============================================== */

.error {
	color:#f00;
}

input[type='text']{
	width:20em;
}

input.widthS {
	width:4em;
}
input.widthMS {
	width:8em;
}
input.widthM {
	width:12em;
}
input.widthL {
	width:20em;
}
textarea {
	width:100%;
	max-width:100%;
	height:5em;
}

.formButton {
	width:100%;
	margin:0 auto;
	padding:10px;
	text-align:center;
}

form th {
	text-align:right;
}
form td span {
	display:block;
}
form th .required:after ,
form th .required:before {
	display:inline-block;
	padding:0 0.3em;
	font-size:80%;
	color:#fff;
	background:#f06;
	border-radius:3px;
}

form .form-comment {
	padding-top:0.3em;
	font-size:90%;
	color:#999;
}
form .error {
	display:block;
}


@media screen and (min-width:800px) { 
	form th .required:after {
		content:attr(data-text);
		margin-left:0.3em;
	}
}
@media screen and (max-width:799px) { 
	form .commonTable ,
	form .commonTable tbody,
	form .commonTable tr,
	form .commonTable th,
	form .commonTable td {
		display:block;
		width:auto;
		border:0 none;
		text-align:left;
	}
	form .commonTable td:not(.noData) {
		border:0 none;
		padding:0.3em 2em 1em;
	}

	form .commonTable {
		width:100%;
		font-size:100%;
	}
	form th .required:before {
		content:attr(data-text);
		margin-right:0.3em;
	}
}






/* ==============================================
	melmaga
=============================================== */
#PAGE_melmaga input[type='text'] {
	width:480px;
	max-width:75%;
}

#PAGE_melmaga .infoBox.notes p {
	padding:0.5em 0;
}



/* ==============================================
	link banner
=============================================== */
.linkList {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.linkList li {
	padding:5px;
}
.linkList li.w100 {
	width:100%;
	text-align:center;
}

.linkList li a {
	display:block;
	padding:5px;
	text-align:center;
	font-size:70%;
	color:#eee;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
}
.linkList li a:hover {
	background:#666;
}




/* ==============================================
	profile
=============================================== */
#profileMainBloc .infoBox.notes {
	margin-bottom:30px;
	letter-spacing:0.1em;
}
.profileName {
	text-align:center;
	font-size:300%;
}
.profileName .number {
	font-size:80%;
}
.profileName .profileSize {
	display:block;
	font-size:50%;
}

@media screen and (max-width:799px) { 
	.profileName {
		font-size:250%;
	}
}

/* ==============================================
	profile icons
=============================================== */
.profileIcons {
	text-align:center;
	padding:1em 0;

	display:flex;
	justify-content:center;
}
.profileIcons .textIcon {
	margin:0 5px;
	padding:0 1em;
	font-size:150%;
	letter-spacing:1px;
	color:var(--color-dark);
	background:var(--color-light);
	border:1px solid var(--color-dark);
	border-radius: 0.3em;
}

@media screen and (max-width:799px) { 
	.profileIcons .textIcon {
		font-size:110%;
	}
}


/* ==============================================
	profile thumbs slider
=============================================== */
#profileImageFrame {
	position:relative;
	text-align:center;
	margin:auto auto 60px;
	max-width:730px;
	padding:5px;
}

#profileImageFrame.castFlagNewface:before ,
#profileImageFrame.castFlagPickup:after {
	content:"";
	position:absolute;
	top:15px;
	left:calc(50% - 290px);
	width:20%;
	height:100px;
	background-image:url(images/icons/newface_icon.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:contain;
	z-index:5;
}
#profileImageFrame.castFlagPickup:after {
	top:initial;
	bottom:10px;
	left:calc(50% - 295px);
	width:30%;
	background-image:url(images/icons/pickup_icon.png);
	background-position:0 100%;
}

#profileImageFrame .bx-wrapper .bx-pager {
	bottom:-55px;
	text-align:center;
}
#profileImageFrame #profileThumbs li img {
	border:5px solid #ff00ff;
}

#profileImageFrame ul#profileThumbs li.noimage {
	position:relative;
	display:inline-block;
}
#profileImageFrame ul#profileThumbs li.noimage &gt; .noimageText {
	position:absolute;
	top:32%;
	left:2%;
	right:2%;
	text-align:center;
	font-size:350%;
	line-height:1.4;
	color:var(--color-dark);
}

@media screen and (max-width:799px) { 
	#profileImageFrame.castFlagNewface:before {
		left:15px;
	}
	#profileImageFrame.castFlagPickup:after {
		left:10px;
	}
	#profileImageFrame ul#profileThumbs li.noimage &gt; .noimageText {
		font-size:48px;
	}
}






/* ==============================================
	profile information
=============================================== */
#profileInfoFrame {
	max-width:800px;
	margin:auto auto 60px;
	line-height:1.8;
}
#profileInfoFrame #profileProfileBloc {
}
#profileInfoFrame #profileProfileBloc img {
	vertical-align:top;
}
#profileInfoFrame #profileTable {
	padding:0.5em;
	color:var(--box-color);
	background:var(--box-bg);
	border:var(--box-border);
	box-shadow:var(--box-shadow);
	text-align:left;
	display:flex;
	flex-wrap:wrap;
}
#profileInfoFrame #profileTable dt {
	color:var(--strong-color);
	width:300px;
	padding:5px 1em;
}

#profileInfoFrame #profileTable dd {
	width:calc(100% - 300px);
	padding:5px 1em;
}

#profileInfoFrame #profileMessageBloc {
	background:#98999b;
	padding:0.5em;
}
#profileInfoFrame .profileSubHeader {
	color:#f06;
	padding-left:1em;
}

#profileInfoFrame #profileMessageBloc p {
	padding-left:2em;
}

@media screen and (max-width:799px) { 
	#profileInfoFrame {
		font-size:16px;
		line-height:1.6;
	}
	#profileInfoFrame #profileTable dt {
		width:100%;
		padding-bottom:0;
	}
	#profileInfoFrame #profileTable dd {
		width:100%;
		padding-top:0;
		padding-left:2em;
	}
}



/* ==============================================
	profile &gt; right info frame &gt; bottom schedule
=============================================== */
#profileScheduleBloc {
	width:100%;
	max-width:800px;
	margin:0 auto;
	padding-bottom:4em;
}

#profileScheduleBloc .titleBar &gt; span {
	font-size:250%;
}

.profileSchedule {
	width:100%;
	margin:auto;
	text-align:center;
	background:var(--color-light5);
	border-collapse:separate;
	border-spacing:2px;
}
.profileSchedule th ,
.profileSchedule td {
	width:calc(100% / 7);
	color:var(--color-light3);
	background:var(--color-light2);
}
.profileSchedule th {
	padding:0.5em 0;
	background:var(--color-dark4);
	background-color: #777;
	color: #fff;
}
.profileSchedule th.week0 {
	background-color: #ff1493;
}

.profileSchedule th.week6 {
	background-color: #33f;
}

.profileSchedule th span.wday {
	font-size:85%;
}

.profileSchedule td {
	padding:0.5em 0;
}

@media screen and (max-width:799px) { 
	#profileScheduleBloc .titleBar {
		font-size:80%;
	}
}




/* ==============================================
	profile review
=============================================== */
#profileReviewFrame {
	max-width:800px;
	margin:auto auto 60px;
	font-size:14px;
	line-height:1.8;
}

#profileReviewFrame .reviewList {
	width:90%;
	margin:auto;
}



/* ==============================================
	profile diary
=============================================== */
#profileDiaryFrame {
	max-width:800px;
	margin:auto auto 60px;
	font-size:14px;
	line-height:1.8;
}




/* ==============================================
	profile(event)
=============================================== */
#profileInfoFrame.eventInfo {
}
#profileInfoFrame.eventInfo #profileProfileBloc {
	display:none;
}
#profileInfoFrame.eventInfo #profileMessageBloc {
	float:none;
	width:100%;
}




/* ==============================================
	profile &gt; guide(bottom)
=============================================== */
#profileGuideBottom {
	padding-top:2em;
	display:flex;
	justify-content:center;
	text-align:center;
}
#profileGuideBottom li {
	padding:0 1px;
}

#profileGuideBottom li a {
	display:block;
	width:140px;
	padding:0.3em 0;
	font-size:90%;
	color:var(--color-light2);
	background:var(--color-dark);
	border:2px solid var(--color-light2);
}
#profileGuideBottom li a:hover {
	color:var(--color-light2);
	background:var(--color-light4);
}

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

	#profileGuideBottom li a:active {
		color:var(--color-light2);
		background:var(--color-light4);
	}
}




/* ==============================================
	loading filter
=============================================== */
#loadingFilter {
	display:none;
	position:fixed;
	top:0;
	left:0;
	margin:0;
	width:100%;
	height:100%;
	z-index:9999;
	background-color:rgba(255,255,255,0.9);
}
body:not(#PAGE_index) #loadingFilter #loadingFrame {
	width:100%;
	height:100%;
	padding-bottom:15%;
}
#loadingFilter #loadingFrame #loadingImg {
	width:100%;
	height:100%;
	background-image:url(img/loading.gif);
	background-position:50% 50%;
	background-repeat:no-repeat;
}

@media screen and (min-width:800px) { 
	body:not(#PAGE_index) #loadingFilter #loadingFrame {
		min-width:1000px;
		max-width:1600px;
		padding-left:300px;
		padding-right:10px;
	}
}




/* ==============================================
	scrollTop
=============================================== */
#scrollTop {
	position:fixed;
	bottom:0;
	right:0;
	display:none;
	width:60px;
	height:60px;
	text-align:center;
	border:3px solid #f39;
	border-image:linear-gradient(15deg ,#f9c ,#fde ,#f36 ,#f69 ,#fde ,#f36) 2;
}
#scrollTop #scrollTopInner {
	cursor:pointer;
	border:2px solid #fff;
	background:rgba(255,0,102,0.3);
	width:100%;
	height:100%;
	display:flex;
}
#scrollTop img {
}






/* ==============================================
	transfer Banner
=============================================== */
.innerFrame.comingsoon .date {
	font-size:450%;
	background:-webkit-linear-gradient(90deg ,#ff8 20% ,#ffd 30% ,#db5 45% ,#ff9 65% ,#c95 80%);
	-webkit-background-clip:text;
	-webkit-text-stroke:1px #000;
	color:transparent;
	text-shadow:none;

	display:flex;
	justify-content:center;
	align-items:center;
}
.innerFrame.comingsoon .date small {
	font-size:75%;
}


.innerFrame.comingsoon .dispPC img {
	max-width:900px;
}

.transBanner {
	margin:60px auto 30px;
	text-align:center;
}
.transBanner a {
	display:inline-block;
	font-size:18px;
	line-height:2;
	color:#f9c;
}
.transBanner a img {
	border:2px solid transparent;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.transBanner a:hover img {
	border:2px solid #fff;
}


@media screen and (max-width:799px) { 
	.innerFrame.comingsoon .date {
		font-size:240%;
	}
	.transBanner a {
		font-size:14px;
	}

}


/* ==============================================
	price panel(sp)
=============================================== */
@media screen and (max-width:799px) { 
	#PAGE_home .imageList.eventList {
		padding-bottom:0;
	}
	#spPrice {
		padding:0 20px 40px;
		text-align:center;
	}
	#spPrice #spPriceC {
		color:#b83;
		font-size:16px;
	}
}




/* ==============================================
	filterBg
=============================================== */
#filterBg {
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:block;
	width:100%;
	height:100%;
	background:#fff;
	z-index:10000;
	opacity:0;
}



</pre></body></html>