@charset "utf-8";

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

@font-face {
	font-family:'CGothic';
	src:url('https://r-c-omiya.com/images/fonts/CGothic.ttf') format('truetype');
}
@font-face {
	font-family:'CSerif';
	src:url('https://r-c-omiya.com/images/fonts/CSerif.ttf') format('truetype');
}

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


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

#body {
	opacity:0;
}


/* ==============================================
	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 ,
header ,footer ,nav ,article ,section ,aside {
	margin:0;
	padding:0;
	border:0 none;
	font-size:inherit;
	vertical-align:inherit;
	font-weight:inherit;
}
button ,input ,textarea ,select {
	font-size:16px;
	padding:2px 5px;
	letter-spacing:1px;
	font-family: 'Kosugi Maru', sans-serif;
}
input[type="submit"] ,button {
	font-size:18px;
	padding:10px 30px;
}

html ,body {
	min-height:100%;
	height:100%;
}
a ,a:link ,a:visited {
	color:#06f;
	text-decoration:none;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
a:hover {
	color:#f06;
	text-decoration:none;
}

img {
	vertical-align:middle;
	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;
}
.iframeOuter {
	overflow:auto;
	-webkit-overflow-scrolling:touch;
}
.iframeOuter iframe {
	display:block;
	width:100%;
	height:100%;
	height:-webkit-fill-available;
}


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


/* ============================================================================================
	common
============================================================================================= */
/* ==============================================
	titlebar
=============================================== */
.titleBar {
	margin:0 auto;
	padding-bottom:20px;
	line-height:1.6;
	font-size:50px;
	text-align:center;
	color:#f06;
	display:flex;
	flex-direction:column;
	align-items:center;
}
.titleBar span {
	display:block;
}
.titleBar:not(.sub) span:nth-child(1) {
	line-height:1;
	font-family: 'Hachi Maru Pop', cursive;
}
.titleBar:not(.sub) span:nth-child(2) {
	margin-top:-0.3em;
	font-size:32px;
	font-weight:bold;
	line-height:1;
	padding-bottom:0.5em;
	letter-spacing:0.2em;
	text-indent:0.2em;
	color: #000;
	font-family: 'Hachi Maru Pop', cursive;
}
@media screen and (max-width:799px) {
	.titleBar:not(.sub) span:nth-child(2) {
		font-size:24px;
	}
}

.titleBar.sub {
	display:block;
	margin-top:20px;
	margin-bottom:20px;
	padding:15px;
	line-height:1em;
	font-size:200%;
	font-weight:bold;
	letter-spacing:0.2em;
	text-indent:0.2em;
	border-bottom:2px solid #666;
}
.titleBar.sub.center {
	text-align:center;
}

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

.titleBar.sub span:nth-child(1) {
	padding-right:0.5em;
}

.titleBar:not(.sub) span:nth-child(1) {
	padding:0 1.2em 0.5em;
}

@media screen and (max-width:799px) {
	.titleBar {
		padding-bottom:15px;
		font-size:40px;
	}
	.titleBar span:nth-child(2) {
		font-size:30px;
	}
	.titleBar.sub {
		margin-left:5px;
		margin-right:5px;
		max-width:100%;
		padding:10px;
		font-size:24px;
		letter-spacing:0.05em;
		text-indent:0.05em;
	}
}


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


/* ==============================================
	common attribute
=============================================== */
.contentsBloc {
	margin-bottom:80px;
}
@media screen and (max-width:799px) {
	.contentsBloc {
		margin-bottom:60px;
	}
}

.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:30px;
}

.strong {
	color:#f06;
	font-size:120%;
}

.bold {
	font-weight:bold;
}


/* ==============================================
	infoBox option
=============================================== */
.noData {
	margin-left:auto;
	margin-right:auto;
	min-height:300px;
	padding-top:80px;
	color:#666;
	font-size:16px;
	text-align:center;
}

.infoBox {
	width:100%;
	margin-bottom:30px;
	padding:20px;
	font-size:18px;
	line-height:1.6;
}
.infoBox.box {
	background:transparent;
}
.infoBox.frame {
	color:#000;
	background:rgba(255,255,255,0.6);
	border:3px solid #f39;
	border-image:linear-gradient(15deg ,#f9c ,#fde ,#f36 ,#f69 ,#fde ,#f36) 30;
}

.infoBox p {
	padding:5px 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 {
	color:#000;
	background:rgba(255,255,255,0.6);
	border:3px solid #f39;
	border-image:linear-gradient(15deg ,#f9c ,#fde ,#f36 ,#f69 ,#fde ,#f36) 30;
}
.infoBox.white h3.titleBar.sub.center.black {
	padding:15px 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:150%;
}
.infoBox.notes .comment ,
.noData .comment {
	font-size:90%;
}
.noData .comment2 {
	margin-top:15px;
}

.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%;
	}
	.infoBox {
		padding:10px;
		font-size:95%;
	}

	.infoBox.notes {
		width:100%;
		min-width:initial;
	}
	.infoBox.notes .headline ,
	.noData .headline {
		font-size:120%;
	}
}



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

.commonTable tr:last-child th ,
.commonTable tr:last-child td {
	border-bottom:0 none;
}

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




/* ==============================================
	image list
=============================================== */
.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:not(.noData) {
	width:calc(100% / 4);
	margin:auto 0 30px;
	padding:10px;
}
.imageList.eventList li.noData {
	width:100%;
}
#PAGE_home .imageList.eventList li {
	margin:auto 0;
	max-width:300px;
}

@media screen and (max-width:1400px) { 
	.imageList.eventList li {
		width:calc(100% / 3);
	}
	#PAGE_home .imageList.eventList {
		max-width:800px;
	}
	#PAGE_home .imageList.eventList li {
		width:calc(100% / 2);
	}
}
@media screen and (max-width:799px) {
	.imageList.eventList li:not(.noData) {
		width:calc(100% / 2);
	}
}

body .sl-overlay {
	background:#bbe3f9;
	background:linear-gradient(#bbe3f9 ,#f7c9dd);
	background:-moz-linear-gradient(center top ,#bbe3f9 ,#f7c9dd);
	background:-webkit-gradient(linear ,center top ,center bottom ,from(#bbe3f9), to(#f7c9dd));
	opacity:0.8;
}
body .sl-wrapper .sl-image img {
	border:1px solid #fff;
	box-shadow:2px 2px 5px #666;
}


/* ==============================================
	body
=============================================== */
body {
	position:relative;
	font-size:14px;
	line-height:1.6;
	color:#000;
	background: radial-gradient(#fee 15%, rgba(0,0,0,0) 16%), radial-gradient(#fee 15%, rgba(0,0,0,0) 16%), #fff;
	background-position: 0 0, 30px 30px;
	background-origin: padding-box;
	background-clip: border-box;
	background-size: 60px 60px;
	background-repeat: repeat;
	font-family: 'Kosugi Maru', sans-serif;
}

#bgLayer {
}

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


#h1 {
	position:relative;
	margin-left:280px;
	padding:5px 0;
	line-height:1.4;
	font-weight:bold;
	z-index:11;
	text-align:center;
	color:#f06;
}


@media screen and (max-width:799px) { 
	body {
		padding:0;
	}
	body #bgLayer {
		width:480px;
		min-width:initial;
		margin:auto;
		padding-left:5px;
		padding-right:5px;
		overflow:hidden;
	}
	body #mainBloc {
		padding-top:40px;
	}
}


/* ==============================================
	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.8);
		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:60px;
		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 & 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;
}
#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#headerInfoBloc {
		padding:5px;
	}
	#header ul#headerTitle li#headerInfoBloc .time {
		font-size:150%;
		border-bottom:2px dotted #666;
	}
	#header ul#headerTitle li#headerInfoBloc .tel {
		font-size:180%;
	}

}
@media screen and (max-width:799px) { 
	#header ul#headerTitle {
		width:480px;
		height:100%;
		margin:auto;
		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 10px 0 30px;
	}
	#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 .headerIcon {
		margin:0;
		width:70px;
		padding:5px 10px;
	}
	#header ul#headerTitle .headerIcon img {
		width:50px;
		height:50px;
	}
	#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: 'Hachi Maru Pop', cursive;
}

@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%;
		margin-bottom:5px;
		padding:2px;
		background:#f9c;
		background:linear-gradient(15deg ,#f9c ,#fff ,#f36 ,#f69 ,#fde ,#f36);
		filter:hue-rotate(-90deg) grayscale(0.3);
		border-radius:0.3em;
	}
	#header ul.navMenu li a {
		position:relative;
		width:100%;
		padding-left:1.8em;
		font-size:150%;
		font-weight:bold;
		line-height:1.6;
		color:#333;
		background:url(images/icons/diamond2_100.png) 0.5em 50% no-repeat rgba(255,255,255,0.95);
		background-size:1em;
		border:1px solid #f06;
		display:flex;
		justify-content:flex-start;
		align-items:center;
		border-radius:0.2em 0.5em 0.2em 0.5em;
	}
	#header ul.navMenu li a span:nth-child(2) {
		display:none;
	}

	#header ul.navMenu li.active {
		filter:grayscale(0);
	}
	#header ul.navMenu li.active a {
		color:#f06;
		box-shadow:0 0 3px #f69;
	}

	#header ul.navMenu li:not(.active):hover {
		filter:grayscale(0);
	}

}


@media screen and (max-width:799px) { 
	#header .navMenuBloc a span:nth-child(1) {
		display:none;
	}
	#header .navMenuBloc a span:nth-child(2) {
		padding-left:1.5em;
		background:url(images/icons/diamond2_100.png) 0 80% no-repeat;
		background-size:1.1em;
	}

	#header .navMenuBloc{
		position:fixed;
		top:63px;
		right:-100%;
		padding:10px 0;
		background:rgba(255,255,255,0.9);
		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 a {
	}
	#header .navMenuBloc a {
		display:block;
		font-size:20px;
		font-weight:bold;
		padding:0.5em 3em 0.5em 2em;
		color:#000;
		border-bottom:1px solid #f39;
		border-image:linear-gradient(15deg ,#f9c ,#fde ,#f36 ,#f69 ,#fde ,#f36) 2;
	}
}

/* ==============================================
	header(left side fixed) nav menu
=============================================== */
#header #headerInner .navMenuBloc .navMenuBlocInner ul.navIcons {
	width:224px;
	height:55px;
	margin:0 auto 20px;
	display:flex;
	justify-content:space-around;
	background:url(https://r-c-omiya.com/images/icons/side_navi_icon.png) 0 0 no-repeat;
}
#header #headerInner .navMenuBloc .navMenuBlocInner ul.navIcons li {
}
#header #headerInner .navMenuBloc .navMenuBlocInner ul.navIcons li a {
	position:relative;
	display:block;
	width:56px;
	height:56px;
	background:url(https://r-c-omiya.com/images/icons/side_navi_icon.png) no-repeat;
	opacity:0;
}
#header #headerInner .navMenuBloc .navMenuBlocInner ul.navIcons li a span {
	display:none;
}
#header #headerInner .navMenuBloc .navMenuBlocInner ul.navIcons li a:hover {
	opacity:1;
}

#header #headerInner .navMenuBloc .navMenuBlocInner ul.navIcons li:nth-child(1) a { background-position:   0px -55px; }
#header #headerInner .navMenuBloc .navMenuBlocInner ul.navIcons li:nth-child(2) a { background-position: -56px -55px; }
#header #headerInner .navMenuBloc .navMenuBlocInner ul.navIcons li:nth-child(3) a { background-position:-112px -55px; }
#header #headerInner .navMenuBloc .navMenuBlocInner ul.navIcons li:nth-child(4) a { background-position:-168px -55px; }

#header #headerInner .navMenuBloc .navMenuBlocInner ul.navIcons li a:hover:before {
	content:attr(data-title);
	color:#232323;
	position:absolute;
	top:calc(100% + 5px);
	padding:5px;
	background:#fff;
	border-radius:10px;
	box-shadow:1px 1px 3px #333;
	white-space:nowrap;
}
@media screen and (min-width:800px) { 
}



#navBottomIcon {
	padding-bottom:30px;
	text-align:center;
}
#navBottomIcon img {
	width:80px;
}
@media screen and (max-width:799px) { 
	#navBottomIcon {
		padding-top:20px;
		padding-bottom:10px;
	}
}


/* ==============================================
	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;
		background:#f09;

		font-size:12px;
		line-height:24px;
		font-family:"futura-XI",'Noto Sans JP',sans-serif;
		letter-spacing:1px;
		color:#fff;

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

		z-index:101;
	}
	#copyright a {
		color:#fff;
	}
	#copyright a:hover {
		color:#ffff00;
	}
}
@media screen and (max-width:799px) { 
	#copyright {
		line-height:4;
		text-align:center;
		font-size:90%;
		color:#fff;
		text-shadow:2px 3px 0 #000 ,0 0 20px #f6c ,0 0 20px #f6c ,0 0 20px #f6c;
	}
	#copyright.innerFrame {
		width:480px;
		margin:auto;
		background:rgba(0,0,0,0.3);
	}
	#copyright a {
		color:#fff;
	}
}



/* ==============================================
	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;
}
#footer .navMenuBloc .navMenuBlocInner ul.navMenu li a {
	display:block;
	position:relative;
	width:100%;
	height:100%;
	padding:5px 0;
	color:#333;
	font-size:80%;
}
#footer .navMenuBloc .navMenuBlocInner ul.navMenu li a span {
	display:block;
	white-space:nowrap;
	font-weight:bold;
}

#footer .navMenuBloc .navMenuBlocInner ul.navMenu li a span:nth-child(1) {
	color:#f06;
}
#footer .navMenuBloc .navMenuBlocInner ul.navMenu li a span:nth-child(2) {
	font-size:70%;
	color:#000;
}
#footer .navMenuBloc .navMenuBlocInner ul.navMenu li a:hover {
	text-shadow:1px 1px 2px #f06,1px 1px 0px #fff;
}


@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 > logo & info
=============================================== */

#footer #footerInfo {
}
#footer #footerInfo #footerLogo {
	max-width:40%;
	margin:auto;
	padding-bottom:40px;
}

#footer #footerInfo li {
	padding:0 10px;
}

@media screen and (max-width:799px) { 
	#footer #footerInfo #footerLogo {
		max-width:60%;
	}
	#footer #footerInfo #footerTel a {
		color:#fff;
		font-size:120%;
	}
}





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

@media screen and (min-width:800px) { 
	#body {
		min-width:1400px;
		max-width:1980px;
		min-height:100%;
		padding-top:40px;
		padding-bottom:10px;
		padding-left:300px;
		padding-right:20px;
		z-index:10;
		overflow:hidden;
	}
	#mainBloc {
		padding-top:30px;
	}
}
@media screen and (max-width:799px) { 
	#body {
		padding-top:90px;
	}
}


/* ==============================================
	index
=============================================== */
#PAGE_index #bgLayer {
	background:#fff;
}

#PAGE_index #h1 {
	display:none;
}
#PAGE_index #header {
	display:none;
}
#PAGE_index #footer #footerInner {
	padding-bottom:30px;
}
#PAGE_index #filterBg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#fff;
	opacity:0;
	z-index:10000;
}
@media screen and (min-width:800px) { 
	#PAGE_index #body {
		padding-top:30px;
		padding-left:34px;
		box-shadow:10px 0px 30px 10px rgba(255,255,255,0.8);
	}
}

#enterMainFrame {
	max-width:1200px;
	margin:0 auto;
	text-align:center;
	padding-bottom: 60px;
}
#enterMainFrame > div img {
	border:1px solid #fff;
	box-shadow:1px 1px 5px #666;
}
#enterMainFrame ul#enterButtonBloc {
	position:relative;
	width:800px;
	height:120px;
	margin:30px auto 60px;
	text-align:center;
	background:url(images/icons/18yo.png) 50% 50% no-repeat;
	background-size:100px;
	display:flex;
	justify-content:space-between;
	flex-direction:row;
	flex-wrap:wrap;
	align-items:flex-end;
}
#enterMainFrame ul#enterButtonBloc li {
	display:block;
	width:300px;
	height:100%;
}
#enterMainFrame ul#enterButtonBloc li a {
	display:block;
	width:100%;
	height:100%;
	font-size:240%;
	line-height:1;
	color:#000;
}
#enterMainFrame ul#enterButtonBloc li a span {
	display:block;
}
#enterMainFrame ul#enterButtonBloc li a span:nth-child(1) {
	font-size:200%;
}

ul#enterButtonBloc li a span:nth-child(1):first-letter {
	font-size:120%;
	color:#f39;
}
ul#enterButtonBloc li a:hover {
	text-shadow:1px 1px 0 #fff,0 0 10px #f39;
}


@media screen and (max-width:799px) {
	#PAGE_index #body {
		padding-top:20px;
	}
	#enterMainFrame ul#enterButtonBloc {
		display:block;
		width:100%;
		height:auto;
		margin:auto;
		background-size:80px;
	}
	#enterMainFrame ul#enterButtonBloc li {
		margin:auto;
		padding:50px 0;
	}
}




/* ==============================================
	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;
}
#headline h2 {
	width:200px;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	font-family: 'Kosugi Maru', sans-serif;
}
#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;
	}
	#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 > homeTop > 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 {
	max-width:100%;
	border:1px solid #fff;
	box-shadow:2px 2px 5px #666;
}
#bgLayer #homeSliderBloc .bx-wrapper .bx-pager {
	bottom:-50px;
}


#bgLayer .bx-wrapper .bx-pager {
	text-align:center;
	font-size:0;
	margin:auto;
	bottom:auto;
}

#bgLayer .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
}

#bgLayer .bx-wrapper .bx-pager.bx-default-pager a {
	display:inline-block;
	width:40px;
	height:40px;
	font-size:0;
	vertical-align:top;
	background-color:transparent;
	border:0 none;
	box-shadow:none;
}
#bgLayer .bx-wrapper .bx-pager.bx-default-pager a.active {
}
a.bx-pager-link:after {
	content:"\02665";
	font-size:200%;
	color:#ccc;
}
a.bx-pager-link.active:after {
	font-size:320%;
	color:#f2447f;
}




/* ==============================================
	home newgirls
=============================================== */
#homeNewface {
}

#homeNewface.slider ul.castList {
	display:block;
}
#homeNewface.slider ul.castList li.castCell {
	margin:0;
	padding:10px 0;
}


/* ==============================================
	home schedule
=============================================== */
#homeSchedule {
}



/* ==============================================
	cast search panel
=============================================== */
#searchPanel {
	max-width:1200px;
}
#searchPanel .titleBar {
	font-size:360%;
	padding-bottom:20px;
}
.searchList {
	max-width:960px;
	margin:0 auto;
	padding-left:3em;
	padding-bottom:0.3em;
	font-size:160%;
	display:flex;
	justify-content:space-between;
}
.searchList > * {
	width:calc(100% / 3);
}
.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:120%;
	}
	.searchListTable {
		display:table;
		width:100%;
	}
	.searchListTable .searchList {
		display:table-row;
	}
	.searchListTable .searchList > * {
		display:table-cell;
		width:auto;
		padding:0.3em 0;
	}

	#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:23%;
	margin:5px 1% 15px;
	text-align:center;
}

ul.castList li.castCell .castImage {
	display:block;
	position:relative;
	overflow:hidden;
}

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

ul.castList li.castCell .castImage .noimageText {
	position:absolute;
	top:0px;
	bottom:0px;
	left:3%;
	right:3%;
	padding-top:48%;
	text-align:center;
	font-size:30px;
	line-height:1.4;
	font-weight:700;
	color:#000;
	text-shadow:0px 0px 5px #fff ,0px 0px 5px #fff ,0px 0px 5px #fff
				,0px 0px 10px #fff ,0px 0px 10px #fff ,0px 0px 10px #fff
				,0px 0px 10px #fff ,0px 0px 10px #fff ,0px 0px 10px #fff;
}
ul.castList li.castCell .castImage .noimageText > span {
	display:block;
	width:100%;
	overflow:hidden;
	white-space:nowrap;
}

@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:14px;
	}
}
@media screen and (max-width:799px) { 
	ul.castList li.castCell .castImage .noimageText {
		font-size:14px;
	}
}


ul.castList li.castCell .aFrame {
	display:block;
	color:#fff;
	background:#fef;
	padding:3px;
	box-shadow: 5px 5px 0 0 #ccc;
}

ul li.castFlagNewface .castImage:before ,
ul li.castFlagPickup .castImage:after {
	content:"";
	position:absolute;
	top:10px;
	left:10px;
	width:15%;
	height:100px;
	background-image:url(images/icons/newface_icon.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:contain;
	z-index:5;
}
ul li.castFlagPickup .castImage:after {
	top:initial;
	bottom:5px;
	left:5px;
	width:25%;
	background-image:url(images/icons/pickup_icon.png);
	background-position:0 100%;
}



ul.castList li.castCell .castInfo {
	display:block;
	font-size:14px;
	line-height:1.6;
	color:#fff;
	background:rgba(255,0,102,0.3);
	transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
}
ul.castList li.castCell a.aFrame:hover .castInfo {
	background:rgba(255,0,102,0.6);
}
ul.castList li.castCell .castInfo .castName {
	display:block;
	font-size:24px;
	line-height:1.3;
	border-bottom:1px solid #fff;
}
ul.castList li.castCell .castInfo .castSize {
	display:block;
	height:24px;
	overflow:hidden;
}
ul.castList li.castCell .castInfo .castIcon {
	display:flex;
	height:24px;
	line-height:24px;
	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:12px;
	letter-spacing:0;
	color:#fff;
	background:#f39;
	border-radius:0.3em;
}

ul.castList li.castCell .castInfo .castTime {
	display:block;
	margin-top:5px;
	height:24px;
	line-height:24px;
	overflow:hidden;
	color:#000;
	background:#fff;
}
ul.castList li.castCell .castInfo .castTime.castFlagToday {
}
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 li.castFlagNewface .castImage:before {
		top:5px;
		left:5px;
	}
	ul li.castFlagPickup .castImage:after {
		left:3px;
	}

	ul.castList li.castCell .castInfo {
		font-size:12px;
	}
	ul.castList li.castCell .castInfo .castName {
		font-size:18px;
	}
	ul.castList li.castCell .castInfo .castSize {
		height:36px;
		line-height:1.4;
		letter-spacing:0;
	}
	ul.castList li.castCell .castInfo .castSize span {
		display:block;
	}
	ul.castList li.castCell .castInfo .castIcon .textIcon {
		min-width:25%;
		margin:0 1px;
		padding:0 2px;
	}
	ul.castList li.castCell .castInfo .castCatch {
		height:22px;
		font-size:11px;
		letter-spacing:-1px;
	}
	ul.castList li.castCell .castInfo .castTime {
		height:22px;
		line-height:22px;
	}
}
@media screen and (max-width:1120px) { 
	ul.castList li.castCell a.aFrame {
		padding:3px;
	}
	ul.castList li.castCell .castInfo {
		margin-top:5px;
	}
	ul.castList li.castCell .castInfo .castName {
		font-size:14px;
		height: 1.3em;
	}
	ul.castList li.castCell .castInfo .castTime.castFlagToday:before {
		content:"";
	}
}
@media screen and (max-width:799px) { 
	ul.castList li.castCell {
		width:calc(100% / 3 - 2%);
	}
	ul.castList li.castCell a.aFrame {
		padding:3px;
	}
	ul.castList li.castCell .castInfo {
		margin:4px 0 0;
	}
	ul.castList li.castCell .castInfo .castSize {
		height:36px;
	}
	ul.castList li.castCell .castInfo .castSize span {
		display:block;
	}
	ul.castList li.castCell .castInfo .castIcon {
		height:20px;
		line-height:20px;
	}
	ul.castList li.castCell .castInfo .castIcon .textIcon {
		min-width:initial;
		margin:0 1px;
		padding:0 2px;
		font-size:10px;
	}
}




/* ==============================================
	cast schedule
=============================================== */
#dateList {
	width:100%;
	margin:15px auto;
	padding:1px;
	text-align:center;
	font-size:0;
}
#dateList li {
	display:inline-block;
	width:13.6%;
	line-height:40px;
	margin-right:0.6%;
	font-size:16px;
	color:#999;
	background:rgba(255,255,255,0.6);

	border:2px solid #999;
	cursor:pointer;
}
#dateList li.on {
	color:#f06;
	font-weight:bold;
	border-color:#f39;
	border-image:linear-gradient(15deg ,#f9c ,#fde ,#f36 ,#f69 ,#fde ,#f36) 2;
}
#dateList li:not(.on):hover {
	color:#000;
	border-color:#000;
}

#dateList li span.wday {
	font-size:12px;
}

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




/* ==============================================
	cast ranking
=============================================== */
#PAGE_ranking ul.castList li.rankTitle {
	margin-top:20px;
	margin-bottom:20px;
}

#PAGE_ranking ul.castList li.castCell {
	width:19%;
	margin:5px 0.5% 15px;
}

.castRank {
	display:inline-block;
	width:100%;
	line-height:30px;
	font-size:120%;
	color:#020202;
	background:#fff;
}
.ranking ul.castList li.castCell.castFlagNewface a.aFrame:after {
	top:35px;
}
.ranking ul.castList li.castCell {
	font-size:85%;
}

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

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




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

div.system ul.infoBox li.cate {
	border-bottom:1px solid #fff;
	margin-bottom:0.5em;
}
div.system ul.infoBox li.cate > span.course {
	font-size:48px;
	color:#f39;
}
div.system ul.infoBox li.cate > span.playtime {
	padding-left:1em;
	font-size:28px;
	color:#f39;
}
div.system ul.infoBox li.cate > span.image {
	width:100%;
}

div.system ul.infoBox li.flex {
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	padding:0 1em 0.3em;
}
div.system ul.infoBox li.flex > span.time {
	width:50%;
	text-align:left;
}
div.system ul.infoBox li.flex > span.price {
	width:50%;
	text-align:right;
}


div.system ul.discount.infoBox {
	padding-top:0.5em;
}
div.system ul.discount.infoBox li.cate {
	line-height:1.4;
	padding-bottom:10px;
	border-bottom:3px solid #fff;
}
div.system ul.discount.infoBox li.cate > span.course {
	font-weight:700;
}
div.system ul.discount.infoBox li.cate > span.playtime {
	display:block;
	padding-left:0;
	font-size:28px;
}
div.system ul.discount.infoBox li.flex {
	justify-content:center;
	flex-direction:column;
	text-align:center;
}
div.system ul.discount.infoBox li.flex > span.time {
	width:100%;
	text-align:center;
}
div.system ul.discount.infoBox li.flex > span.price {
	width:100%;
	text-align:center;
	font-size:60px;
}

@media screen and (max-width:799px) { 
	div.system ul.infoBox {
		padding:10px 15px;
		font-size:24px;
	}
	div.system ul.infoBox li.cate > span.course {
		display:block;
		font-size:28px;
	}
	div.system ul.infoBox li.cate > span.playtime {
		display:block;
		padding:0;
		font-size:20px;
	}

	div.system ul.discount.infoBox li.cate > span.playtime {
		font-size:20px;
	}
	div.system ul.discount.infoBox li.flex > span.time {
		font-size:20px;
		padding-bottom:10px;
	}
	div.system ul.discount.infoBox li.flex > span.price {
		font-size:42px;
	}
}






/* ==============================================
	access
=============================================== */
#access {
	max-width:100%;
	text-align:center;
}
#access iframe {
	width:90%;
	height:360px;
	margin:auto auto 30px;
	border:1px solid #fff;
}

#system.accessMap {
	text-align:center;
}



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

.recruitButton {
	padding:30px 0;
	text-align:center;
}
.recruitButton a {
	display:inline-block;
	padding:0.5em 3em;
	color:#000;
	background-color:rgba(255,255,255,0.9);
	font-size:120%;
	font-weight:bold;
	border:2px solid #ccc;
	border-radius:0.5em;
}
.recruitButton a:before {
	content:">> ";
}
.recruitButton a:hover {
	color:#fff;
	background-color:rgba(51,51,51,0.9);
}

.recruit-0 .titleBar {
	color:#f06;
}
.recruit-0 .infoBox.white {
	border-color:#f9c;
}
.recruit-0 .commonTable th {
	background-color:#fcf;
}
.recruit-0 .commonTable th ,
.recruit-0 .commonTable td {
	border-color:#f6c;
}

.recruit-1 .titleBar {
	color:#06f;
}
.recruit-1 .infoBox {
	border:3px solid #09f;
}
.recruit-1 .commonTable th {
	background-color:#cdf;
}

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


#recruitForm .titleBar {
	-webkit-text-stroke:1px #6c0;
	text-shadow: 1px 1px 0 #000, 0 0 20px #6c0, 0 0 20px #6c0, 0 0 20px #6c0;
}
#recruitForm .infoBox {
	border:3px solid #6c0;
}


@media screen and (max-width:799px) {
	.contentsBloc.recruitBloc .infoBox {
		padding:5px 10px;
	}
}


/* ==============================================
	recruit form
=============================================== */
.formNotes {
	padding-bottom:30px;
	font-size:16px;
	letter-spacing:0.1em;
	padding-left:3em;
	text-align:left;
}
.formNotes.center {
	text-align:center;
	color: #6b6b6b;
}

@media screen and (max-width:799px) {
	.formNotes {
		font-size:14px;
	}
}

form .commonTable {
	width:100%;
	padding:0 2em;
	line-height:1.8;
	letter-spacing:0.1em;
	text-align:left;
	color:#000;
}
form .commonTable th {
	width:35%;
	padding:20px 0 20px 20px;
	border-bottom:1px solid #999;
}
form .commonTable td {
	width:65%;
	padding:20px;
	border-bottom:1px solid #999;
}

#PAGE_recruit_form .commonTable td:not(.noData) ,
form.status2 .commonTable td:not(.noData) {
	padding:20px 10px;
}

@media screen and (max-width:799px) {
	#PAGE_recruit_form .commonTable td:not(.noData) {
		padding-top:5px;
	}
}

form .commonTable .flex {
	display:flex;
	justify-content:flex-start;
}

form .commonTable .form-comment {
	font-size:80%;
	letter-spacing:1px;
}

form .commonTable label {
	display:inline-block;
	text-align:left;
	padding-right:1em;
}


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:#666;
}


@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 caption,
	form .commonTable thead,
	form .commonTable tbody,
	form .commonTable tfoot,
	form .commonTable tr,
	form .commonTable th,
	form .commonTable td {
		display:block;
		text-align:left;
	}
	form .commonTable {
		padding:0 0.5em;
	}
	form .commonTable th {
		width:100%;
		padding:0.5em 1em;
		border-bottom:0 none;
	}
	form .commonTable td {
		width:100%;
		padding:0 2em 0.5em;
	}
	form .commonTable .flex.field-group {
		flex-direction:column;
	}
	form th .required:before {
		content:attr(data-text);
		margin-right:0.3em;
	}
}
.error {
	display:block;
	color:#ff5fbe;
}

input {
	max-width:100%;
}
input.widthS {
	width:3em;
}
input.widthMS {
	width:8em;
}
input.widthM {
	width:10em;
}
input.widthL {
	width:20em;
}
textarea {
	width:80%;
	max-width:100%;
	height:5em;
}
textarea.heightL {
	height:8em;
}
.formButton {
	width:100%;
	margin:auto 10px;
	padding:30px 0;
	text-align:center;
	font-size:13px;
}




.recruitBloc #formTable {
	padding:0;
	letter-spacing:0.1em;
}
.recruitBloc #formTable dt {
	width:40%;
	text-align:right;
	padding:10px 5px;
}
.recruitBloc #formTable dd {
	width:60%;
	padding:10px 5px;
}


@media screen and (max-width:799px) {
	.recruitBloc #formTable dt {
		width:100%;
		text-align:left;
		padding-left:1em;
		padding-bottom:0;
	}
	.recruitBloc #formTable dd {
		width:100%;
		padding-left:2em;
	}

}







/* ==============================================
	mail magazine
=============================================== */
#PAGE_melmaga {
}

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

#PAGE_melmaga .infoBox.notes p {
	padding:10px 0;
}



/* ==============================================
	link banner
=============================================== */
.linkList {
	text-align:center;
}
.linkList li {
	padding:5px;
}
.linkList li a {
	display:block;
	padding:5px;
	text-align:center;
	font-size:70%;
	color:#333;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-o-text-overflow: ellipsis;
}
#PAGE_index .linkList li a {
}
.linkList li a img {

}
.linkList li a:hover {
	background:rgba(204,0,255,0.3);
}


.linkList468 {
	padding-bottom:10px;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	text-align:center;
}
.linkList468 li {
	padding:10px 20px;
}
.linkList468 li p {
	padding:0;
}
@media screen and (max-width:799px) { 
	.linkList468 li {
		padding:10px 0;
	}
}




/* ==============================================
	profile
=============================================== */
#profileMainBloc .infoBox.notes {
	margin-bottom:30px;
	padding:5px;
	color:#000;
	background:#f9c;
	background:linear-gradient(15deg ,#f9c ,#fff ,#f36 ,#f69 ,#fde ,#f36);
	letter-spacing:0.1em;
}
.profileName {
	text-align:center;
	font-size:42px;
	background:#fef;
}
.profileName .number {
}
.profileName .profileSize {
	display:block;
	font-size:24px;
}



/* ==============================================
	profile icons
=============================================== */
.profileIcons {
	text-align:center;
	padding:15px 0;
	background:#fef;
}
.profileIcons .textIcon {
	display:inline-block;
	margin:5px 5px;
	padding:5px 20px;
	font-size:24px;
	line-height:32px;
	letter-spacing:1px;
	color:#fff;
	background:#f39;
	border-radius: 0.3em;
}






/* ==============================================
	profile thumbs slider
=============================================== */
#profileImageFrame {
	position:relative;
	text-align:center;
	margin:auto auto 60px;
	max-width:720px;
}
#profileImageFrame .bx-wrapper .bx-pager {
	bottom:-55px;
	text-align:center;
}
#profileImageFrame.castFlagNewface:after {
	content:"";
	position:absolute;
	top:0%;
	left:10%;
	width:30%;
	height:120px;
	background:url(images/icons/newface_icon.png) 0 0 no-repeat;
	background-size:contain;
}


#profileImageFrame ul#profileThumbs li > div {
	display:inline-block;
	padding:8px;
}

#profileImageFrame ul#profileThumbs li.noimage .noimageText {
	position:absolute;
	top:0px;
	bottom:0px;
	left:5%;
	right:5%;
	padding-top:45%;
	text-align:center;
	font-size:60px;
	line-height:1.4;
	color:#000;
	text-shadow:0px 0px 5px #fff ,0px 0px 5px #fff ,0px 0px 5px #fff
				,0px 0px 10px #fff ,0px 0px 10px #fff ,0px 0px 10px #fff
				,0px 0px 10px #fff ,0px 0px 10px #fff ,0px 0px 10px #fff;
}
#profileImageFrame ul#profileThumbs li.noimage .noimageText > span {
	display:block;
	width:100%;
	overflow:hidden;
	white-space:nowrap;
}


@media screen and (max-width:799px) {
	#profileImageFrame.castFlagNewface:after {
		left:5px;
	}
	#profileImageFrame.castFlagPickup:before {
		left:0;
	}
	#profileImageFrame ul#profileThumbs li.noimage > .noimageText {
		top:55%;
		font-size:48px;
	}
}




/* ==============================================
	profile information
=============================================== */
#profileInfoFrame {
	max-width:800px;
	margin:auto auto 60px;
	font-size:14px;
	line-height:1.8;
}
#profileInfoFrame #profileProfileBloc {
}
#profileInfoFrame #profileProfileBloc img {
	vertical-align:top;
}
#profileInfoFrame #profileTable {
	padding:0.5em;
	color:#000;
	background:rgba(255,255,255,0.6);
	border:3px solid #f39;
	border-image:linear-gradient(15deg ,#f9c ,#fde ,#f36 ,#f69 ,#fde ,#f36) 30;
	text-align:left;
	display:flex;
	flex-wrap:wrap;
}
#profileInfoFrame #profileTable dt {
	color:#f39;
	font-weight:bold;
	width:270px;
	padding:5px 1em;
}
#profileInfoFrame #profileTable dt > span {
	padding-left:1.2em;
	background:url(images/icons/diamond2_100.png) 0% 80% no-repeat;
	background-size:1.1em;
}

#profileInfoFrame #profileTable dd {
	width:calc(100% - 270px);
	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 > right info frame > bottom schedule
=============================================== */
#profileScheduleBloc {
	max-width:1000px;
	margin:40px auto;
	color:#000;
	background:rgba(255,255,255,0.9);
}

.profileScheduleCaption {
	text-align:center;
	font-weight:bold;
	line-height:2;
	font-size:130%;
}
.profileSchedule {
	width:100%;
	margin:auto;
	text-align:center;
	border-spacing:3px;
	padding:3px;
	border-collapse:collapse;
	font-weight:bold;
}

.profileSchedule th ,
.profileSchedule td {
	width:14%;
	border:1px solid #666;
}
.profileSchedule th {
	padding:5px 0;
	font-size:120%;
	color:#fff;
	background:rgba(0,0,0,0.4);
}
.profileSchedule th.week0 {
	background:rgba(255,0,0,0.4);
}
.profileSchedule th.week6 {
	background:rgba(0,0,255,0.4);
}

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

.profileSchedule td {
	padding:10px 0;
}



/* ==============================================
	profile > right info frame > chart
=============================================== */
#profileChartOuter {
	margin:30px;
	border:2px solid #f6c;
}
#profileChartOuter .titleBar.sub {
	padding:0;
	margin-bottom:0;
}

#profileChart {
	height:360px;
	padding-top:20px;
	overflow:hidden;
}

@media screen and (max-width: 799px) { 
	#profileChartOuter {
		margin:30px auto;
	}
}



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


/* ==============================================
	profile > guide(bottom)
=============================================== */
#profileGuideBottom {
	height:40px;
	margin:60px auto 30px;
	overflow:hidden;
	text-align:center;
	font-family:"futura-XI",'Noto Sans JP',sans-serif;
	display:flex;
	justify-content:center;
}
#profileGuideBottom li {
	width:150px;
	line-height:2;
	font-size:120%;
	text-align:center;
	padding:0 1px;
}

#profileGuideBottom li a {
	display:block;
	width:148px;
	height:100%;
	color:#eee;
	background:rgba(0,0,0,0.6);
	border:2px solid #f6c;
}
#profileGuideBottom li:last-child a {
}
#profileGuideBottom li a span {
}
#profileGuideBottom li a:hover {
	color:#f6c;
	background:rgba(255,255,255,0.95);
}




/* ==============================================
	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(https://r-c-omiya.com/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;
	padding:5px;
	text-align:center;
	background:#e229;
}
#scrollTop #scrollTopInner {
	cursor:pointer;
}
#scrollTop img {
}




/* ==============================================
	diary
=============================================== */
#diary > iframe.infoBox.frame {
	width:800px;
	max-width:100%;
	height:800px;
	margin:auto;
	padding:5px;
}
@media screen and (max-width:799px) {
	#diary > iframe.infoBox.frame {
		width:420px;
		height:420px;
	}
}

#profileProfileBloc #diary {
	padding-top:30px;
}
#profileProfileBloc #diary > iframe {
	width:600px;
	max-width:100%;
	height:600px;
	margin:auto;
}
@media screen and (max-width:799px) {
	#profileProfileBloc #diary > iframe {
		width:420px;
		height:420px;
	}
}