@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700;900&family=Montserrat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hachi+Maru+Pop&display=swap');

@font-face {
	font-family:'CSerif';
	src:url('images/fonts/CSerif.ttf') format('truetype');
}
@font-face {
	font-family:'CGothic';
	src:url('images/fonts/CGothic.ttf') format('truetype');
}

@media screen and (min-width:800px) { 
	.dispSP {
		display:none !important;
	}
}
@media screen and (max-width:799px) {
	.dispPC {
		display:none !important;
	}
}

@-webkit-keyframes animateBlink {
	  0% { opacity:1;	transform:scale(1.1) rotate(0deg); }
	100% { opacity:0.4;	transform:scale(1) rotate(-3deg); }
}
@keyframes animateBlink {
	  0% { opacity:1;	transform:scale(1.1) rotate(0deg); }
	100% { opacity:0.4;	transform:scale(1) rotate(-3deg); }
}


/* ==============================================
	fonts
=============================================== */
* {
	--body-fonts:'Noto Serif JP' ,Serif;
	--title-fonts:'DM Serif Display' ,'Noto Serif JP' ,Serif;
	--navi-fonts:'Noto Serif JP' ,Serif;
	--info-fonts:'DM Serif Display' ,'Noto Serif JP' ,Serif;
	--cast-fonts:'Hachi Maru Pop' ,sans-Serif;
}



/* ==============================================
	CSS reset
=============================================== */
* {
	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 ,i ,em ,
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;
	font-weight:inherit;
	font-style:inherit;
	text-decoration:inherit;
	line-height:inherit;
}
button ,input ,textarea ,select {
	font-size:16px;
	letter-spacing:1px;
	font-family:var(--body-fonts);
}
button {
	padding:5px 20px;
}

html ,body {
	min-height:100%;
	height:100%;
}
a ,a:link ,a:visited {
	color:#06f;
	text-decoration:none;
}
a:hover {
	color:#f06;
	text-decoration:none;
}

img ,video {
	vertical-align:bottom;
	max-width:100%;
	text-shadow:none;
	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;
}

a {
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

@media screen and (max-width:799px) {
	header ,footer ,nav ,article ,section ,aside {
		display:block;
	}
}

/* ==============================================
	cleafix
=============================================== */
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	line-height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	display: block; /* for IE8 */
	zoom: 1; 
}


/* ==============================================
	common
=============================================== */
.titleBar {
	width:100%;
	margin-bottom:30px;
	letter-spacing:1px;
	display:flex;
	justify-content:center;
	flex-direction:column;
	text-align:center;
	color:#333;
	font-family:var(--title-fonts);
}

.titleBar.sub {
	font-size:200%;
	letter-spacing:2px;
	text-align:center;
	color:#00f;
}
.titleBar.sub.link {
	color:#666;
	font-size:150%;
	border-bottom:3px solid #ccc;
}
.titleBar.sub.color0 {
	color:#00f;
	border-bottom:3px solid #03f;
}
.titleBar.sub.color1 {
	color:#f30;
	border-bottom:3px solid #f60;
}
.titleBar.sub.color2 {
	color:#f06;
	border-bottom:3px solid #f06;
}

.titleBar:not(.sub) span {
	text-shadow:0 0 0.1em #fff,0 0 0.1em #fff,0 0 0.1em #fff;
}
.titleBar span:nth-child(1) {
	line-height:1.2;
	font-size:350%;
	color: #f37;
}
.titleBar span:nth-child(2) {
	font-size:150%;
	font-weight:bold;
	color:#333;
}

.titleImage {
	text-align:center;
	margin:20px auto;
}
.titleImage img {
	border:1px solid #fff;
	box-shadow:2px 2px 5px #666;
}

.noData {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	min-height:300px;
	padding-top:80px;
	color:#666;
	text-align:center;
}

.commonList {
	text-align:center;
	margin-bottom:15px;
}

.contentsBloc {
	padding-top:30px;
	padding-bottom:60px;
}

.infoBox {
	width:100%;
	max-width:1400px;
	margin:0 auto 2em;
	padding:1em 2em;
	background-color:rgba(255,255,255,0.85);
	box-shadow:0 0 0.1em #999;
}
.infoBox.noBorder {
	box-shadow:none;
}

.center {
	text-align:center;
}
.infoBox p {
	padding:5px 0;
}
.infoBox.notes {
	width:80%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}
.infoBox.wPadding {
	padding:2em 4em;
}

.infoBox.notes .headline ,
.noData .headline {
	color:#f06;
	font-size:24px;
}
.infoBox.notes .comment ,
.noData .comment {
	font-size:14px;
	color:#666;
}
.noData .comment2 {
	margin-top:15px;
	font-size:18px;
	line-height:1.6;
	color:#00f;
}

.sendIP {
	margin-top:1em;
	color:#999;
	font-size:xx-small;
	text-align:right;
}

.noticeInfo {
	color:#90f;
}
.noticeAlert {
	color:#f06;
}

.noticeLink a {
	color:#f9c;
}
.noticeLink a:hover {
	text-decoration:underline;
}

.mBottom {
	margin-bottom:30px;
}

.strong {
	color:#f30;
	font-size:18px;
}

.commonTable {
	width:100%;
	margin:0 auto;
	line-height:1.6;
	background:rgba(255,255,255,0.8);
}
.commonTable th {
	width:20%;
	padding:5px;
	border:1px solid #ccc;
	letter-spacing:2px;
}
.commonTable td {
	padding:5px 10px;
	border:1px solid #ccc;
}

.imageList {
	max-width:100%;
	text-align:center;
}
.imageList li:not(.noData) {
	display:inline-block;
	margin:auto 20px 30px;
	padding:10px;
}
.imageList li img {
	border:1px solid #fff;
	box-shadow:2px 2px 5px #666;
}
#page-discount .imageList li {
	display:block;
	text-align:center;
}

@media screen and (max-width:799px) {
	.titleBar {
		font-size:80%;
	}
	.noData {
		width:96%;
		color:#333;
	}
		
	.infoBox {
		width:96%;
		margin:auto auto 30px;
		padding:10px 10px;
		font-size:14px;
	}
	
	.infoBox.notes .headline ,
	.noData .headline {
		font-size:16px;
	}
	.infoBox.notes .comment ,
	.noData .comment {
		font-size:12px;
	}
	.infoBox.notes {
		width: 95%;
		min-width: auto;
	}

	.noData .comment2 {
		margin-top:10px;
		font-size:14px;
	}	
	.strong {
		font-size:20px;
	}
	
	.commonTable {
		font-size:14px;
		line-height:1.4;
	}
	.commonTable th {
		white-space:nowrap;
		padding:5px;
	}	
	.imageList li {
		max-width:100%;
	}
	.imageList li:not(.noData) {
		margin-bottom:30px;
	}
}

/* ==============================================
	body
=============================================== */
body {
	position:relative;
	font-family:var(--body-fonts);
	font-size:16px;
	line-height:1.6;
	color:#333;
/*
	background:url(images/common/bg.jpg) 50% 0 repeat;
*/
}

body div#bgLayer {
	position:relative;
	z-index:2;
}

body #body ,
#header .innerFrame ,
#footer .innerFrame {
	position:relative;
	min-width:1200px;
	width:100%;
	max-width:1920px;
	margin-left:auto;
	margin-right:auto;
}

.innerFrame {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}


body #body {
	padding:1em 1em 3em;
}


#pagepath {
	padding-bottom:2em;
	font-size:90%;
}
#pagepath-list {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:wrap;
}
#pagepath-list > li + li:before {
	content:">";
	padding:0 0.5em;
}


@media screen and (max-width:799px) {
	body #bgLayer {
		width:480px;
		margin:0 auto;
		min-width:480px;
		max-width:480px;
	}
	body #body {
		position:relative;
		width:95%;
		padding-top:75px;
	}

	.mainBloc {
		width:100%;
		padding:0 10px;
		margin-bottom:15px;
	}
	.contentsBloc {
		padding-top:20px;
		padding-bottom:40px;
	}

	body #body ,
	#header .innerFrame ,
	#footer .innerFrame {
		min-width:480px;
		max-width:480px;
	}
	
	#pagepath {
		padding:0.5em 0.5em 2em;
		font-size:80%;
	}
}


/* ==============================================
	header
=============================================== */
header {
	position:relative;
	z-index:10002;
	background:rgba(255,255,255,0.8);
}

@media screen and (min-width:800px) {

	#header {
		position:relative;
		margin:0 auto;
	}

	#header #h1 {
		background-color:#eee;
		border-bottom:1px solid #fff;
		box-shadow:0px 2px 3px #ccc;
	}

	#header #h1 h1 {
		padding:3px 10px;
		font-size:12px;
	}
	#header #headerImagePane {
		position:relative;
		text-align:center;
		height:100px;
		padding:5px 20px;
		overflow:hidden;
		z-index:2;
		display:flex;
		justify-content:space-between;
		align-items:center;
	}
	#header #headerImagePane #headerLogo {
		padding-left:20px;
		text-align:left;
		max-height:100%;
	}
	#header #headerImagePane #headerLogo a > span {
		font-size:54px;
		color:#0cf;
		display:inline-block;
		vertical-align:baseline;
		font-weight:900;
	}
	#header #headerImagePane #headerLogo a > span > span.sub {
		font-size:24px;
		color:#ccc;
	}
	#header #headerImagePane #headerLogo img {
		max-height:85px;
	}

	#header #headerImagePane #headerInfoPane {
		align-self:flex-end;
		padding-left:2em;
		padding-bottom:5px;
		line-height:1.1;
		text-align:right;
		font-family:var(--info-fonts);
	}
	#header #headerImagePane #headerInfoPane #headerText {
		display:block;
	}
	#header #headerImagePane #headerInfoPane #headerTel {
		display:block;
		font-size:30px;
	}
	#header #headerImagePane #headerInfoPane #headerTel a {
		color:#000;
	}
	#header #headerImagePane #headerInfoPane .tel2 {
		display:block;
	}
	#header #headerImagePane #headerInfoPane .tel2 a {
		color:#000;
	}

	#header #headerImagePane #headerCredit {
		margin-left:auto;
		height:80px;
	}
	#header #headerImagePane #headerCredit .flex {
		color:#000;
		transition:all 0.3s ease;
		-webkit-transition:all 0.3s ease;

		display:flex;
		align-items:center;
	}
	#header #headerImagePane #headerCredit .flex > img {
		height:80px;
	}
	#header #headerImagePane #headerCredit .flex > span {
		padding:0 0.5em;
		font-size:90%;
	}
	#header #headerImagePane #headerCredit a:hover .flex {
		box-shadow:0 0 5px #f06;
	}
}

@media screen and (max-width:799px) {

	#header {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:60px;
		background-color:rgba(255,255,255,1);
		box-shadow:2px 2px 5px #666;
		z-index:10002;
	}
	#header > div {
		width:480px;
		margin:0 auto;
	}
	#header #headerImagePane {
		text-align:left;
		z-index:10003;
		height:60px;
		display:flex;
		justify-content:space-between;
		align-items:center;
		padding:5px;
	}
	#header #headerImagePane img {
		max-height:100%;
	}
	
	#header #headerImagePane #headerLogo {
		margin-right:auto;
		padding-left:10px;
		text-align:right;
		line-height:1;
	}
	#header #headerImagePane #headerLogo a > span {
		font-size:36px;
	}
	#header #headerImagePane #headerLogo a > span > span.sub {
		display:block;
		font-size:12px;
	}
	#header #headerImagePane #headerLogo img {
		max-height:45px;
	}
	
	#header #headerImagePane #headerInfoPane {
		padding-right:10px;
	}
	#header #headerImagePane #headerInfoPane #headerText {
		display:none;
	}
	#header #headerImagePane #headerInfoPane #headerTel a {
		display:block;
	}
	#header #headerImagePane #headerInfoPane #headerTel a img {
		width:50px;
		height:50px;
	}
	#header #headerImagePane #headerCredit ,
	#header #headerImagePane #headerSPMenuIcon {
		padding-right:10px;
	}
	#header #headerImagePane #headerCredit img {
		height:50px;
	}
	#header #headerImagePane #headerSPMenuIcon img {
		width:50px;
		height:50px;
	}
}

/* ==============================================
	header > menu
=============================================== */
#headerNav {
	position:sticky;
	top:0;
	left:0;
	min-width:1200px;
	width:100%;
	background-color:rgba(255,255,255,1);
	box-shadow:0px 2px 5px #666;
	z-index:10000;
	font-family:var(--navi-fonts);
}
#headerNav .navMenuBloc {
	width:100%;
	max-width:1920px;
	margin:0 auto;
	display:block;
}
#headerNav .navMenuBloc ul.navMenu {
	text-align:center;
	display:flex;
	justify-content:center;
	align-items:center;
	white-space:nowrap;
}
#headerNav .navMenuBloc li {
	width:100%;
	padding:3px 5px 8px;
	line-height:1.2;
	overflow:hidden;
	border-left:1px solid #eee;
}
#headerNav .navMenuBloc li.navMenu01 {
	border-left:0 none;
}
#headerNav .navMenuBloc li .aLink {
	display:inline-block;
	width:100%;
	height:100%;
	border-bottom:4px solid #eee;
	padding:10px 0 5px;
}
#headerNav .navMenuBloc li .aLink span {
	color:#666;
	letter-spacing:0px;
}
#headerNav .navMenuBloc li .aLink span:nth-child(1) {
	font-weight:bold;
}
#headerNav .navMenuBloc li .aLink span:nth-child(2) {
	display:block;
	padding-bottom:3px;
	color:#999;
	font-size:80%;
}
#headerNav .navMenuBloc li.active .aLink {
	border-bottom:4px solid #f48;
}

#headerNav .navMenuBloc li:not(.active):hover .aLink {
	border-bottom:4px solid #88f;
}

@media screen and (max-width:799px) {
	#headerNav .navMenuBloc {
		position:fixed;
		top:0;
		right:-100%;
		padding-top:70px;
		width:360px;
		background: rgba(255,255,255,0.95);
		z-index:10001;
		transition:all 0.2s ease;
		-webkit-transition:all 0.2s ease;
	}
	#headerNav .navMenuBloc.on {
		right:0px;
	}
	#headerNav .navMenuBloc .navMenuBlocInner {
		width:100%;
	}
	#headerNav .navMenuBloc ul.navMenu {
		width:100%;
		margin:auto;
		display:flex;
		flex-direction:column;
	}
	#headerNav .navMenuBloc li {
		width:100%;
		padding:5px 20px;
		line-height:1;
		border-bottom:1px solid #f06;
		overflow:hidden;
	}
	#headerNav .navMenuBloc li .aLink {
		position:relative;
		display:block;
		padding:15px 0;
		color:#f69;
		font-size:20px;
		font-weight:bold;
		letter-spacing:1px;
		font-family:var(--navi-fonts);
		display:flex;
		justify-content:space-between;
		align-items:center;
	}
	#headerNav .navMenuBloc li .aLink span:nth-child(1) {
		padding-left:10px;
		margin-right:auto;
		color: #000;
	}
	
	#headerNav .navMenuBloc li .aLink span:nth-child(2) {
		margin-right:10px;
		padding:0;
		font-size:13px;
		color: #000;
	}
	
	#headerNav .navMenuBloc li .aLink:after {
		content:">";
		font-size:20px;
	}
	
	#headerNav .navMenuBloc .spNavLink {
		width:300px;
		margin:60px auto;
		border:1px solid #fff;
		box-shadow:2px 2px 5px #666;
	}
	#headerNav .navMenuBloc li.active .aLink {
		border-bottom:0;
	}

	#headerNav .navMenuBloc li .aLink {
		border-bottom:0;
	}
	
	#headerNav .navMenuBloc li:not(.active):hover .aLink {
		border-bottom:0;
	}
}

/* ==============================================
	footer
=============================================== */
footer {
	position:relative;
	z-index:2;
}
#footer {
	position:relative;
	padding:2em 0;
	text-align:center;
	background:rgba(255,255,255,0.8);
	box-shadow:0 0 1em #eee;
}

#footer .navMenuBloc {
}
#footer .navMenuBloc ul.navMenu {
	text-align:center;
	z-index:10;
	font-family:var(--navi-fonts);
	display:flex;
	justify-content:center;
	align-items:center;
}
#footer .navMenuBloc li {
	border-right:1px solid #333;
}
#footer .navMenuBloc li:last-child {
	border-right:0px none;
}
#footer .navMenuBloc li .aLink {
	display:block;
	padding:0 15px;
	line-height:1.6;
	font-size:90%;
	letter-spacing:1px;
	font-weight:bold;
	color:#666;
	text-shadow:1px 1px 0 #fff;
}
#footer .navMenuBloc li .aLink span {
}
#footer .navMenuBloc li .aLink span:nth-child(2) {
	display:none;
}
#footer .navMenuBloc li .aLink:hover {
	color:#f06;
	text-shadow:1px 1px 0 #000;
}


#footer #footerInfo {
	text-align:center;
	line-height:1.3;
	font-size:18px;
	color:#000;
	text-shadow:1px 1px 0 #fff;
	padding-top:30px;
	font-family:var(--info-fonts);
}
#footer #footerInfo #footerLogo {
	width:480px;
	margin:0 auto;
	padding:40px 0 20px;
}

#footer #footerInfo #footerLogo > span {
	display:block;
	padding:10px 0 30px;
	font-size:60px;
	line-height:1.2;
	color:#0cf;
	font-weight:900;
}
#footer #footerInfo #footerLogo > span > span {
	display:block;
	font-size:24px;
	color:#ccc;
}

#footer #footerInfo a {
	color:#000;
}
#footer #footerInfo #footerTel a {
	font-size:30px;
}

#footer #footerInfo #footerLine {
	width:400px;
	margin:0 auto;
	padding:1em 0;
	text-align:center;
}
#footer #footerInfo #footerLine img {
	border:1px solid #fff;
	border-radius:22px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
#footer #footerInfo #footerLine a:hover img {
	box-shadow:0 0 5px #090;
}


#copyright {
	color:#000;
	line-height:3;
	text-align:center;
	font-family:var(--info-fonts);
}
#copyright a {
	color:inherit;
}
#copyright a:hover {
	color:#f06;
	text-decoration:underline;
}

@media screen and (max-width:799px) {
	#footer {
		padding:10px 0;
	}
	#footer .innerFrame {
		width:100%;
		margin:auto;
	}
	
	#footer #footerNavPane {
		display:none;
	}

	#footer #footerInfo #footerLogo {
		padding:25px 0 20px;
	}
	
	#footer #footerLogo img {
		max-width:360px;
		padding-bottom:10px;
	}
	#footer #footerInfo {
		line-height:1.6;
		padding-top:0;
	}
	
	#footer #footerInfo #footerLogo > span {
		font-size:48px;
	}
	#footer #footerInfo #footerLogo > span > span {
		font-size:20px;
	}
	
	#footer #footerInfo #footerText ,
	#footer #footerInfo #footerTel {
		display:block;
		line-height:1.4;
		overflow:hidden;
		text-align:center;
	}
	#footer #footerInfo #footerText {
		font-size:18px;
	}
	#footer #footerInfo #footerLine {
		width:70%;
	}

	#copyright {
		margin-top:5px;
		font-size:12px;
		line-height:1.6;
		padding:10px;
	}
	#copyright a:hover {
		font-weight:bold;
		text-decoration:underline;
	}
}

/* ==============================================
	page layout
=============================================== */

/* ==============================================
	index > enter buttons
=============================================== */
#page-index #body {
	padding:0;
	width:100%;
}
#page-index #header {
	position:relative;
	height:auto;
}

#enterMainFrame {
	position:relative;
	width:100%;
	padding:1em 0 5em;
	text-align:center;
}
#enterMainFrame .innerFrame {
	position:relative;
	width:1200px;
	max-width:100%;
	margin:0 auto;
}


#enterButtonBloc {
	min-height:80vh;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}
#enterButtonBloc li {
	padding:1em;
}
#enterButtonBloc li#enterLogo {
	width:480px;
}
#enterButtonBloc li#enterLogo img {
	filter: drop-shadow(0 0 0.5em #fff);
}
#enterButtonBloc li a {
	display:block;
	margin:0 auto;
	width:300px;
	padding:2px;
	color:#111;
	text-shadow:1px 1px 0 #fff;
	background:linear-gradient(0deg, #c96, #fec);
	border:1px solid #600;
}
#enterButtonBloc li a span {
	width:100%;
	height:100%;
	padding:0.3em;
	font-size:130%;
	font-weight:900;
	letter-spacing:2px;
	text-indent:2px;
	border:1px solid rgba(102,0,0,0.3);
	font-family:var(--button-fonts);
	display:flex;
	justify-content:center;
	align-items:center;
}
#enterButtonBloc li a:hover {
	border:1px solid #fff;
	box-shadow:0 0 0.5em 0.1em #fff;
	filter:brightness(1.1);
}

#enterButtonBloc li#exitButton a {
	text-shadow:none;
	background:#ccc;
}
#enterButtonBloc li#exitButton a span {
	font-size:100%;
	font-weight:bold;
	border:1px solid rgba(0,0,0,0.3);
}
#enterButtonBloc li#exitButton a:hover {
	border:1px solid #ccc;
	box-shadow:none;
	filter:brightness(1.05);
}

#enterButtonBloc li#alertMessage {
	padding:0.5em 1em 1em;
	font-size:90%;
	color:#222;
	text-shadow:0 0 0.5em #fff,0 0 0.5em #fff;
	background:rgba(255,255,255,0.5);
	box-shadow:0 0 0.5em #fff;
}


.openText {
	padding-top:60px;
	font-size:48px;
	color:#333;
}
.openText span {
	font-size:30px;
}
.openText + .logoText {
	padding-top:80px;
}


@media screen and (max-width:799px) {
	#page-index #body {
		padding-top:0;
	}
	
	#enterButtonBloc {
		padding-top:100px;
		flex-direction:column;
		align-items:center;
	}
	#enterButtonBloc li {
		height:auto;
		padding:20px 0;
	}
}



/* ==============================================
	body mainBloc
=============================================== */
#mainBloc {
	width:100%;
	padding:15px;
	padding-left:15px;
}


/* ==============================================
	home  slider
=============================================== */
.slider {
	text-align:center;
}
.slider a.link {
	display:inline-block;
	padding:0.5em 0;
}
.slider a.link img {
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.slider a.link:hover img {
	filter:brightness(1.1);
	box-shadow:0 0 0.5em #06f;
}


.slider .bx-pager {
	display:flex;
	justify-content:center;
	align-items:center;
}

.slider .bx-pager > a {
	margin:3px;
	width:calc(100% / 10);
	aspect-ratio:5/3;
	cursor:pointer;
}
.slider .bx-pager > a img{
	width:100%;
	height:100%;
	object-fit:cover;
	border:2px solid #ccc;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
.slider .bx-pager > a.active img ,
.slider .bx-pager > a:hover img {
	border:2px solid #f06;
}

@media screen and (max-width:799px) {
}


/* ==============================================
	home > main > news
=============================================== */
ul#homeNews {
	overflow-y:auto;
	margin-bottom:5px;
	box-shadow:0px 0px 5px #ccc;
}
#page-home ul#homeNews{
	height:450px;
}
ul#homeNews li {
	position:relative;
	padding:10px;
	border-bottom:1px dashed #666;
}
ul#homeNews li:last-child {
	border-bottom:0px none;
}

ul#homeNews li .newsDate {
	font-weight:bold;
	color:#f06;
	margin-bottom:0.5em;
}

ul#homeNews li .newsText {
	font-size:16px;
}

ul#homeNews li .newsText strong {
	font-weight:900;
}

ul#homeNews li.infoBox {
	padding:5px;
	border-bottom:0px none;
}

div#newsLink {
	padding:5px;
	text-align:right;
}

@media screen and (max-width:799px) {
	#page-home ul#homeNews ,
	#page-system ul#homeNews {
		height:20em;
	}	
	div#newsLink {
		font-size:14px;
	}

/* =================
home news [display]
====================*/
	ul#homeNews li {
		display:none;
	}
	ul#homeNews li:nth-child(1) ,
	ul#homeNews li:nth-child(2) ,
	ul#homeNews li:last-child {
		display:block;
	}
}



/* ==============================================
	system
=============================================== */
div.system {
	width:900px;
	padding-top:1em;
	max-width:100%;
	margin:0 auto;
	text-align:center;
}
div.system ul.infoBox {
	padding:0.5em 1em;
	font-size:180%;
}
div.system ul.infoBox li.cate {
	padding-bottom:0.5em;
}
div.system ul.infoBox li.cate > span.title {
	color:#06f;
	font-size:120%;
}
div.system ul.infoBox li.cate > span.sub {
	font-size:80%;
}
div.system ul.infoBox li.cate > span.sub p {
	padding:0;
}
div.system ul.infoBox li.cate > span.playtime {
	padding-left:1em;
	font-size:28px;
}
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.5em;
	color:#333;
}
div.system ul.infoBox li.flex > span.time {
	width:50%;
	padding:0 2em;
	text-align:right;
}
div.system ul.infoBox li.flex > span.price {
	width:50%;
	padding:0 2em;
	text-align:left;
}




@media screen and (max-width:799px) {
	div.system ul.infoBox {
		padding:0.5em;
		font-size:120%;
	}
}




/* ==============================================
	option
=============================================== */
div.option {
	width:900px;
	padding-top:1em;
	max-width:100%;
	margin:0 auto;
	text-align:center;
}
div.option ul.infoBox {
	padding:0.5em 0;
	font-size:150%;
}
div.option ul.infoBox li.cell {
	padding:0.5em 1em 1em;
	color:#333;
}
div.option ul.infoBox li.cell > .price {
	color:#06f;
	font-weight:bold;
}
div.option ul.infoBox li.cell > .notes {
	color:#06f;
	font-size:90%;
}
div.option ul.infoBox li.cell > .data {
	padding-left:1em;
}




@media screen and (max-width:799px) {
	div.option {
		text-align:left;
	}
	div.option ul.infoBox {
		font-size:110%;
	}
}





/* ==============================================
	castlist
=============================================== */
.castList {
	padding-bottom:1em;
	width:100%;
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	text-align:center;
	font-family:var(--cast-fonts);
	font-weight:bold;
}
.castList > .castCell {
	position:relative;
	width:calc(100% / 4);
	padding:40px 10px;
}

.castList > .castCell .aFrame {
	display:block;
	color:#333;
	text-align:center;
	background:rgba(255,255,255,0.5);
	box-shadow:0 0 0.1em #999;
}

.castCell .castImage {
	display:block;
	width:100%;
	aspect-ratio:600/800;
	overflow:hidden;
}
.castCell .castImage img {
	width:100%;
	height:100%;

}

.castCell .castInfo {
	padding:0 1em;
}

.castCell .castInfo {
	position:relative;
	padding:0.3em 0;
}
.castCell .castInfo > .castName {
	position:relative;
	font-size:200%;
	line-height:1.2;
	letter-spacing:1px;
	display:flex;
	justify-content:center;
	align-items:center;

	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
}
.castCell .castInfo > .castName  .castIcon-newface {
	margin-top:0.1em;
	width:75px;

	-webkit-animation:animateBlink 1s infinite alternate ease-in;
	animation:animateBlink 1s infinite alternate ease-in;
}


.castCell .castInfo > .castSize {
	color:#333;
	font-size:120%;
/*
	font-family:var(--info-fonts);
*/
	letter-spacing:1px;
}

.castCell .castInfo .cup {
}
.castCell .castInfo .unit {
	font-size:80%;
}


.castCell .castSche {
	padding:0.3em 0;
	font-size:120%;
	color:#999;
}
.castCell .castSche.today {
	color:#fff;
	background:#09f;
}
.castCell .castSche.next {
	color:#fff;
	background:#f9c;
}

.castCell .castSche .weekday {
	font-size:90%;
}


@media screen and (max-width:799px) {
	ul.castList li.castCell {
		width:calc(100% / 2);
		padding:30px 5px;
	}
	.castCell .castInfo > .castName {
		font-size:150%;
	}
	.castCell .castInfo > .castName  .castIcon-newface {
		width:50px;
	}


	.castCell .castInfo > .castSize {
		font-size:110%;
	}
	.castCell .castSche {
		font-size:90%;
	}
}


/* ==============================================
	cast cell icons
=============================================== */



/* ==============================================
	cast cell hover
=============================================== */
.castCell .castImage img {
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.castCell a:hover .castImage img {
	transform:scale(1.1);
}



/* ==============================================
	schedule
=============================================== */
#dateList {
	width:100%;
	padding:15px 5px 45px;
	text-align:center;
	display:flex;
	justify-content:space-between;
}
#dateList li {
	width:13.5%;
	line-height:2.8;
	font-weight:bold;
	font-size:90%;
	color:#666;
	cursor:pointer;
	border:1px solid #fff;
	background-color:rgba(255,255,255,0.4);
	box-shadow:0px 1px 3px #666;
}
#dateList li.on {
	color: #fff;
	text-shadow:1px 1px 1px #000;
	background:#06f;
	box-shadow:1px 1px 3px #06f;
}
#dateList li:not(.on):hover {
	border:1px solid #06f;
    box-shadow: 0px 0px 3px #06f;
}

@media screen and (max-width:799px) {
	#dateList li {
		padding:0.5em 0;
		line-height:1.2;
	}
	#dateList li span {
		display:block;
	}
}


/* ==============================================
	discount
============================================== */
#page-discount .imageList {
	display:flex;
	flex-wrap:wrap;
}
#page-discount .imageList li {
	width:50%;
	margin:0;
	padding:20px;
}

#page-discount .imageList li.noData {
	width:100%;
}

@media screen and (max-width:799px) {
	#page-discount .imageList li {
		display:block;
		text-align:center;
	}
	#page-discount #printButton {
		display:none;
	}
}

.imageList.col2 {
	width:90%;
	max-width:1800px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}
.imageList.col2 li {
	width:50%;
	margin:0;
	padding:30px 3vw;
	text-align:right;
}
.imageList.col2 li:nth-child(2n) {
	text-align:left;
}
.imageList.col2 li img {
	max-height:90vh;
}
.imageList.col2 li.noData {
	width:100%;
	text-align:center;
}

@media screen and (max-width:799px) {
	#page-discount .imageList li {
		display:block;
		text-align:center;
	}
	#page-discount #printButton {
		display:none;
	}

	#monthSelect {
		margin:40px 0 20px;
	}	
	#monthSelectList {
		justify-content:space-evenly;
	}
	#monthSelectList > li {
		width:40%;
		font-size:160%;
		line-height:2;
	}
	.imageList.col2 li {
		width:100%;
		padding:10px;
	}
}

/* ==============================================
	recruit
=============================================== */
#page-recruit #mainBloc .infoBox {
	width:96%;
	margin:5px auto;
	padding:0;
	background-color:rgba(255,255,255,0.6);
}

.recruit-0 .commonTable {
	color:#333;
}
.recruit-0 .titleBar span:nth-child(1) {
	color:#f06;
}
.recruit-0 .commonTable th {
	color:#f06;
	border:1px solid #f39;
}
.recruit-0 .commonTable td {
	border:1px solid #f39;
}
.recruit-0 a.recruitButton:hover {
	text-shadow:1px 1px 0 #f06;
	background-color:rgba(255,128,192,0.4);
	border:1px solid #f09;
}

.recruit-1 .commonTable {
	color:#333;
}
.recruit-1 .titleBar span:nth-child(1) {
	color:#06f;
}
.recruit-1 .commonTable th {
	color:#06f;
	border:1px solid #9cf;
}
.recruit-1 .commonTable td {
	border:1px solid #9cf;
}
.recruit-1 a.recruitButton:hover {
	text-shadow:1px 1px 0 #03f;
	background-color:rgba(128,192,255,0.4);
	border:1px solid #06f;
}

a.recruitButton {
	display:block;
	width:80%;
	max-width:600px;
	margin:30px auto 60px;
	height:50px;
	line-height:46px;
	text-align:center;
	font-size:22px;
	letter-spacing:1px;
	color:#000;
	text-shadow:1px 1px 0 #fff;
	background-color: rgba(255,255,255,0.9);
	border:1px solid #ccc;
	border-radius:10px;
	box-shadow:2px 2px 5px #666;
}
a.recruitButton:hover {
	color:#fff;
}

@media screen and (max-width:799px) {

	.recruit-0 .commonTable {
		background-color:rgba(255,192,240,0.2);
	}
	.recruit-0 .commonTable td {
		background-color: rgba(255,255,255,1);
	}
	.recruit-0 a.recruitButton {
		background-color:rgba(255,128,192,0.4);
		border:1px solid #f09;
	}
	
	.recruit-1 .commonTable {
		background-color:rgba(192,224,255,0.2);
	}

	.recruit-1 .commonTable td {
		background-color: rgba(255,255,255,1);
	}
	.recruit-1 a.recruitButton {
		background-color:rgba(128,192,255,0.4);
		border:1px solid #06f;
	}
	
	a.recruitButton {
		text-align:center;
		background-color:rgba(192,192,192,0.4);
	}
}


/* ==============================================
	recruit form
=============================================== */
form .commonTable {
	width:1000px;
}
form .commonTable th {
	width:30%;
}
.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;
	}
}






/* ==============================================
	link banner
=============================================== */
.linkList {
	display:flex;
	justify-content:center;
	align-items:stretch;
	flex-wrap:wrap;
}
.linkList li {
	padding:0.5em;
}
.linkList li a {
	display:block;
	padding:0.5em;
	text-align:center;
	font-size:90%;
	color:#666;
}
.linkList li a:hover {
	color:#f00;
	bcakground:rgba(255,255,255,0.6);
	box-shadow:0 0 0.5em #fff;
	filter:brightness(1.1);
}






/* ==============================================
	profile
=============================================== */
#profileMainBloc {
	max-width:1200px;
	margin:0 auto;
}


.profileBloc {
	position:relative;
	width:100%;
	margin:0 auto;
	text-align:center;
	padding-bottom:4em;
}



/* ==============================================
	profile > image frame
=============================================== */
#profileImage {
    box-shadow:0 0 0.1em #666;
}


.profileBloc video {
    box-shadow:0 0 0.1em #666;
}

@media screen and (max-width:799px) {
}


/* ==============================================
	profile  thumbs
=============================================== */
#profileThumbs {
	text-align:center;
}
#profileThumbs li {
}
#profileThumbs li.imageOn {
	cursor:pointer;
}
#profileThumbs li img {
	width:auto;
	height:100px;
    box-shadow:0 0 0.1em #666;
}



/* ==============================================
	profile > options
=============================================== */
.profileOptions {
	padding:1em;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:wrap;
	font-family:var(--cast-fonts);
}
.profileOptions > .optionCell {
	width:calc(100% / 4);
	padding:1em;
}
.profileOptions > .optionCell > span {
	display:block;
	padding:1em 0 1.2em;
	border-radius:0.5em;
	color:#999;
	font-size: 120%;
	box-shadow:0 0 0.1em #999;
}
.profileOptions > .optionCell.on > span {
	color:#f06;
	font-weight:bold;
	background:rgba(255,153,204,0.1);
	box-shadow:0 0 0.1em #f06;
}


@media screen and (max-width:799px) {
	.profileOptions > .optionCell {
		width:calc(100% / 2);
		font-size:140%;
		padding:0.3em;
	}
}


/* ==============================================
	profile > comment
=============================================== */
.profileComment {
	text-align:left;
}



/* ==============================================
	profile > name
=============================================== */
.profileName {
	position:relative;
	width:100%;
	padding-bottom:20px;
	font-size:48px;
	letter-spacing:2px;
	text-align:center;
	color:#000;
	font-family:var(--cast-fonts);
	font-weight:bold;
}
.profileName span.number {
	font-size:32px;
}
.profileName .name {
	display:flex;
	justify-content:center;
	align-items:center;
}
.profileName .name .castIcon-newface {
	margin-top:0.1em;
	width:120px;
}

.profileName span.name.castFlagMovie:after  {
	content:"　";
	display:inline-block;
	width:1.4em;
	background:url(images/icons/movie2_icon.png) 50% 50% no-repeat;
	background-size:80%;
	margin-left:0.3em;
}

.profileName span.profileSize {
	display:block;
	font-size:20px;
	letter-spacing:1px;
	color:#666;
}

@media screen and (max-width:799px) {
	.profileName span.number {
		font-size:28px;
	}
	.profileName span.name.castFlagMovie:after  {
		margin-left:0.1em;
	}
}


/* ==============================================
	profile > shop comment
=============================================== */
.profileComment {
	font-size:110%;
}

@media screen and (max-width:799px) {
}


/* ==============================================
	profile > right info frame > bottom schedule
=============================================== */
#profileScheduleBloc {
}

.profileSchedule {
	width:100%;
	margin:auto;
	border-spacing:3px;
	padding:3px;
	line-height:1.6;
	text-align:center;
	border-collapse:separate;
	font-family:var(--cast-fonts);
}

.profileSchedule th ,
.profileSchedule td {
	width:calc(100% / 7);
	padding:10px 0;
	font-weight:bold;
	box-shadow:0 0 0.1em #666;
	vertical-align:middle;
	background-color:rgba(255,255,255,0.3);
}
.profileSchedule .week0 {
	background-color:rgba(255,192,192,0.4);
}
.profileSchedule .week6 {
	background-color:rgba(192,192,255,0.4);
}

@media screen and (max-width:799px) {
	.profileSchedule {
		font-size:110%;
	}

	.profileSchedule th ,
	.profileSchedule td {
		padding:5px 0;
	}

	.profileSchedule th {
		width:40%;
	}
	.profileSchedule td {
		width:60%;
	}
}


/* ==============================================
	profile icons
=============================================== */
.profileIcons {
	text-align:center;
	padding-bottom:15px;
	display:flex;
	justify-content:center;
}
.profileIcons .textIcon {
	font-size:20px;
	padding:0 3px;
	margin:0 3px;
	border-radius:3px;
	box-shadow:1px 1px 3px #ccc;
	background-color: #fff;
}
.profileIcons .textCatch {
	display:inline-block;
	font-size:24px;
	letter-spacing:0;
}

.profileIcons + #profileScheduleBloc {
	margin-top:60px;
	padding-bottom:60px;
}
.profileIcons + #profileScheduleBloc .titleBar.sub {
	margin-bottom:10px;
}

@media screen and (max-width:799px) {
	.profileIcons {
		padding-bottom:20px;
	}
	.profileIcons .textIcon {
		color:#333;
	}
	
	.profileIcons + #profileScheduleBloc {
		margin-top:50px;
	}
	.profileIcons + #profileScheduleBloc .titleBar.sub {
		margin-bottom:0;
	}
	.profileIcons + #profileScheduleBloc .titleBar.sub span:nth-child(2) {
		font-size:16px;
	}
}

/* ==============================================
	profile(event)
=============================================== */

#profileInfoFrame.eventInfo #profileProfileBloc {
	display:none;
}
#profileInfoFrame.eventInfo #profileMessageBloc {
	float:none;
	width:100%;
}

/* ==============================================
	profile > guide(bottom)
=============================================== */
#profileGuideBottom {
	width:451px;
	height:40px;
	margin:60px auto 30px;
	border-left:1px solid #fff;
	overflow:hidden;
	background-color:rgba(255,255,255,1);
	box-shadow:2px 2px 5px #666;
}
#profileGuideBottom li {
	float:left;
	display:block;
	width:150px;
	height:40px;
	line-height:40px;
	font-size:13px;
	text-align:center;
}

#profileGuideBottom li a {
	display:block;
	width:150px;
	height:40px;
	color:#03f;
	border-top:1px solid #fff;
	border-right:1px solid #999;
	border-bottom:1px solid #fff;
}

#profileGuideBottom li:last-child a {
	border-right:0px none;
}

#profileGuideBottom li a:hover {
	color:#00f;
	text-shadow:1px 1px 0 #fff;
	background-color: rgba(255, 153, 187, 1);
}

@media screen and (max-width:799px) {
	#profileGuideBottom {
		width:452px;
		background-color:rgba(255,255,255,0.8);
		font-size:0;
	}
	#profileGuideBottom li {
		display:inline-block;
	}
	
	#profileGuideBottom li a {
		width:148px;
		color:#00f;
	}
}

/* ==============================================
	ranking
=============================================== */
.ranking {
	text-align:center;
	padding-bottom:60px;
}

.rankFlex {
}
.rankFlex > .rankFlexBloc {
	width:80%;
	margin:0 auto;
}

.rankList {
}
.rankList .rankCell {
	padding-bottom:30px;
	width:680px;
	margin:0 auto;
}
.rankList .rankCell .aFrame {
	width:100%;
	height:100%;
	padding:5px 5px 10px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	border:1px solid #ddd;
	box-shadow:3px 3px 5px #999;
	background-color: rgba(255,255,255,0.7);
}
.rankList .rankCell .aFrame > .castRank {
	order:1;
	width:100%;
	padding-bottom:5px;
	display:block;
	font-size:24px;
	line-height:1.6;
	text-align:center;
}
#ranking0 .rankList .rankCell .aFrame > .castRank {
	color:#06f;
}
#ranking1 .rankList .rankCell .aFrame > .castRank {
	color:#f60;
}
#ranking2 .rankList .rankCell .aFrame > .castRank {
	color:#f06;
}

.rankList .rankCell .aFrame > .castImage {
	position:relative;
	order:2;
	width:300px;
	height:400px;
}
.rankList .rankCell .aFrame img.castImageA {
	position:relative;
	opacity:1;
	z-index:2;
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}
.rankList .rankCell .aFrame img.castImageB {
	position:absolute;
	top:0;
	left:0;
	width:auto;
	height:auto;
	vertical-align:initial;
	z-index:1;
}

.rankList .rankCell a.aFrame:hover {
	border:1px solid #06f;
	box-shadow:3px 3px 5px #06f;
}
.rankList .rankCell a:hover .castImageA {
	opacity:0;
}

.rankList .rankCell a:hover .castName {
	color:#f00 !important;
}

.rankList .rankCell .aFrame > .castInfo {
	order:3;
	width:calc(100% - 300px - 10px);
	height:400px;
	padding:5px 10px;
	overflow:auto;
	color:#666;
	text-align:center;
	box-shadow:0 0 3px #666;
}
.rankList .rankCell .aFrame > .castInfo .castName {
	display:block;
	padding-bottom:10px;
	font-size:26px;
	line-height:1;
	color:#333;
	letter-spacing:1px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-o-text-overflow: ellipsis;
}


.rankList .rankCell .aFrame > .castInfo .castName.castFlagMovie:after  {
	content:"　";
	display:inline-block;
	width:1.2em;
	background:url(images/icons/movie2_icon.png) 50% 50% no-repeat;
	background-size:90%;
	margin-left:5px;
}

.rankList .rankCell a:hover .castName {
	color:#f00;
}

.rankList .rankCell .aFrame > .castInfo .castIcon {
	padding:5px 0;
	display:flex;
	justify-content:center;
	align-items:flex-start;
	flex-wrap:wrap;
	overflow:hidden;
}
.rankList .rankCell .aFrame > .castInfo .castIcon > .textIcon {
	padding:0 3px;
	margin:0 3px;
	border-radius:3px;
	box-shadow:1px 1px 3px #ccc;
}
.rankList .rankCell .aFrame > .castInfo .castSize {
	display:block;
	color:#666;
}
.rankList .rankCell .aFrame > .castInfo .castTime {
	display:block;
	padding-bottom:5px;
	color:#09f;
}
.rankList .rankCell .aFrame > .castInfo .castText {
	display:block;
	width:100%;
	padding:0 5px;
	font-size:14px;
	height:8em;
	overflow:auto;
	border-top:1px solid #ccc;
	text-align:left;
}
.rankList .rankCell .aFrame > .castInfo .castProf {
	width:100%;
	font-size:14px;
	text-align:left;
	padding:5px;
	border-top:1px solid #ccc;
}
.rankList .rankCell .aFrame > .castInfo .castProf dt {
	color:#00f
}
.rankList .rankCell .aFrame > .castInfo .castProf dd {
	padding-left:1em;
}

@media screen and (max-width:799px) {
	
	.rankFlex {
		display:flex;
		justify-content:center;
		flex-wrap:wrap;
	}
	.rankFlex > .rankFlexBloc {
		width:450px;
	}
	
	.rankList .rankCell {
		width: auto;
	}

	.rankList .rankCell .aFrame > .castRank {
		padding-bottom:10px;
		font-size:20px;
	}

	.rankList .rankCell .aFrame > .castImage {
		width:195px;
		height:260px;
	}

	.rankList .rankCell .aFrame > .castInfo {
		width:calc(100% - 195px - 10px);
		height:260px;
	}

	.rankList .rankCell .aFrame > .castInfo .castName > span.number:after {
		content:".";
	}
	.rankList .rankCell .aFrame > .castInfo .castName.castFlagMovie:after  {
		background-size:80%;
		margin-left:3px;
	}
	
	.rankList .rankCell .aFrame > .castInfo .castIcon {
		height:36px;
	}
	.rankList .rankCell .aFrame > .castInfo .castIcon > .textIcon {
		margin:2px 3px;
	}
	.rankList .rankCell .aFrame > .castInfo .castText {
		height:5em;
	}
}

/* ==============================================
	scroll top
=============================================== */
@media screen and (max-width:799px) {
	#scrollTop {
		position:fixed;
		display:none;
		bottom:0;
		right:0;
		width:60px;
		height:60px;
		padding-right:10px;
		padding-bottom:10px;
		background-color:rgba(0,0,0,0.6);
		text-align:center;
		cursor:pointer;
		z-index:10000;
	}
	#scrollTopInner {
		display:block;
		width:100%;
		height:100%;
		padding-left:10px;
		padding-top:10px;
	}
}


/* ==============================================
	2019.8.28
	index > information
=============================================== */

#page-index #renewalText{
	position:absolute;
	bottom:100px;
	right:240px;
	text-align:right;
	font-size:42px;
}
#page-index #indexInfo {
	width:600px;
	margin:0 auto;
	padding-bottom:60px
}
#page-index #indexInfo #homeNews {
	width:100%;
	height:400px;
	overflow:auto;
}

@media screen and (max-width:1420px) { 
	#page-index #renewalText{
		bottom:80px;
		right:100px;
		font-size:36px;
	}
}

@media screen and (max-width:799px) {
	
	#page-index #renewalText{
		top:10px;
		right:0;
		font-size:24px;
		font-weight:bold;
	}
	#page-index #indexInfo {
		width:400px;
		padding-bottom:40px;
	}
	#page-index #indexInfo #homeNews {
		height:300px;
	}
}


.nopage {
	padding:6em 0;
	text-align:center;
}
