@charset "UTF-8";

@font-face {
	font-family: Cinzel;
	src: url(./Cinzel-Regular.ttf) format('truetype');
}
@font-face {
	font-family: Baskvill;
	src: url(./baskvill.ttf) format('truetype');
}
@font-face {
	font-family: Frahv;
	src: url(./frahv.ttf) format('truetype');
}
@font-face {
	font-family: SourceSerif;
	src: url(./SourceSerifPro-Bold.ttf) format('truetype');
}
@font-face {
	font-family: Avant;
	src: url(./AvantGardeXLight.otf) format('opentype');
}
@font-face{
	font-family:"Font Awesome 5 Brands";
	font-style:normal;
	font-weight:400;
	font-display:block;
	src:url(./fa-brands-400.ttf) format("truetype")
}
@font-face{
	font-family:"Font Awesome 5 Free";
	font-style:normal;
	font-weight:400;
	font-display:block;
	src:url(./fa-regular-400.ttf) format("truetype")
}
@font-face{
	font-family:"Font Awesome 5 Free";
	font-style:normal;font-weight:900;
	font-display:block;
	src:url(./fa-solid-900.ttf) format("truetype")
}
.fab{
	font-family:"Font Awesome 5 Brands"
}
.fab,.far{
	font-weight:400
}
.fa,.far,.fas{
	font-family:"Font Awesome 5 Free"
}
.fa,.fas{
	font-weight:900
}

* {
	box-sizing: border-box;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #fefefe;
	background-color: #250c03;
	-webkit-text-size-adjust: 100%;
	font-size: 13px;
	line-height: 1.6em;
	font-family: sans-serif;
}
body.sp {
	width: 680px;
	font-size: 20px;
	line-height: 1.5em;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
}
button ,
form input[type="text"],
form select ,
form textarea {
	font-family: sans-serif;
}


body.pct .pcbr::before {
	content: "\A" ;
	white-space: pre ;
}
body.pct .nopc {
	display: none;
}
body.sp .spbr::before {
	content: "\A" ;
	white-space: pre ;
}
body.sp .nosp {
	display: none;
}


a:link ,
a:visited {
	text-decoration: underline;
	color: #fefefe;
}
a:hover ,
a:active {
	text-decoration: underline;
	color: #ffdc87;
}


h1,h2,h3,h4,h5,div,a,p,form {
	box-sizing: border-box;
	vertical-align: bottom;
}
.sectionin div {
	position: relative;
	overflow: hidden;
}
#inframe {
	background: transparent;
	text-align: center;
}
video ,
img {
	border: none;
	max-width: 100%;
	height: auto;
}
img.campain-s {
	max-width: 600px;
}
.no {
	font-family: 'Cinzel',serif;
}
.clear {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

.scview {
	transform: scale(0.5);
}
.down .scview {
	transition: 0.5s;
	transform: scale(0.5);
}
.scview.effect {
	transform: scale(1);
}
@media screen and (min-width: 801px) {
body .firstiview.effect ,
body .firstiview2.effect ,
body .firstiview3.effect {
	transform: none;
}
body .firstiview {
	transform: scale(0.5);
	animation: firstiview 0.4s ease-in-out 0.0s 1 forwards;
}
body .firstiview2 {
	transform: scale(0.5);
	animation: firstiview2 0.4s ease-in-out 0.3s 1 forwards;
}
body .firstiview3 {
	transform: scale(0.5);
	animation: firstiview3 0.4s ease-in-out 0.5s 1 forwards;
}
}
@media screen and (max-width: 800px) {
body#toppage .firstiview ,
body#recruitpage .firstiview ,
body#systempage .firstiview ,
body#schedulepage .firstiview {
	transform: scale(0.5);
	animation: firstiview 0.4s ease-in-out 0.0s 1 forwards;
}
body#toppage .firstiview {
	transform: scale(0.5);
	animation: firstiview 0.4s ease-in-out 0.8s 1 forwards;
}
body#recruitpage .firstiview2 ,
body#systempage .firstiview2 ,
body#schedulepage .firstiview2 {
	transform: scale(0.5);
	animation: firstiview2 0.4s ease-in-out 0.3s 1 forwards;
}
body#toppage .firstiview2 {
	transform: scale(0.5);
	animation: firstiview2 0.4s ease-in-out 1.1s 1 forwards;
}
body#recruitpage .firstiview3 ,
body#systempage .firstiview3 ,
body#schedulepage .firstiview3 {
	transform: scale(0.5);
	animation: firstiview3 0.4s ease-in-out 0.5s 1 forwards;
}
}
@keyframes firstiview {
	0% { transform: scale(0..5); }
	100% { transform: scale(1); }
}

@keyframes firstiview2 {
	0% { transform: scale(0..5); }
	100% { transform: scale(1); }
}
@keyframes firstiview3 {
	0% { transform: scale(0..5); }
	100% { transform: scale(1); }
}

#bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 240px;
	margin: 0 auto;
	background: url(../images/bg2.jpg) left center no-repeat;
	background-size: cover;
	z-index: -1;
}
body.sp #bg {
	height: 240px;
	background: url(../images/bg2sp.jpg) center top no-repeat;
}
#toppage #bg {
	height: 640px;
	background: url(../images/bg.jpg) left center no-repeat;
	background-size: cover;
}
@media only screen and (max-width: 1480px) {
#toppage #bg {
	background: url(../images/bg.jpg) center center no-repeat;
}
}
body.sp .toppage #bg {
	background: url(../images/bgsp.jpg) center top no-repeat;
}

.file ,
.thumbparkmenu ul li button ,
a.button ,
input[type="submit"] {
	z-index: 4;
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 1em auto;
	padding: 1.2em 4.0em;
	text-align: center;
	font-size: 1.0em;
	line-height: 1em;
	letter-spacing: 0;
	text-decoration: none;
	cursor: pointer;
	color: #fefefe;
	background-color: #6b5b46;
	border-style: none;
	border-radius: 40px;
	overflow: hidden;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
#newsbox a.button {
	width: 208px;
	padding: 0.4em 0em;
}
.file:hover ,
.thumbparkmenu ul li button:hover ,
a.button:hover ,
input[type="submit"]:hover {
	color: #222;
	background-color: #ffdc87;
}
input[type="submit"] {
	margin: 0 auto;
}
.button_wrap {
	z-index: 3;
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 1em auto;
	overflow: hidden;
}
.file::before ,
.thumbparkmenu ul li button::before ,
a.button::before ,
.button_wrap::before {
	z-index: -1;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	color: #fefefe;
	background-color: #6b5b46;
	/*border: solid 1px #ab7f69;*/
	border-radius: 40px;
	box-sizing: border-box;
}
.file::after ,
.thumbparkmenu ul li button::after ,
a.button::after ,
.button_wrap::after {
	z-index: -1;
	content: '';
	position: absolute;
	left: -38%;
	top: 0;
	display: block;
	width: 0;
	height: 100%;
	color: #222;
	background-color: #ffdc87;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.file:hover:after ,
.thumbparkmenu ul li button:hover:after ,
a.button:hover:after ,
a.button:hover:after ,
a.button:hover:after ,
.button_wrap:hover:after {
	width: 135%;
	height: 100%;
}

.thumbparkmenu ul li button.mixitup-control-active {
	color: #222;
	border-style: none;
}
.thumbparkmenu ul li button.mixitup-control-active:before {
	background-color: #ffdc87;
	border-style: none;
}




/* header
 * --------------------------------------- */
#header {
}
body.sp #header {
}
#header-top {
	position: fixed;
	top: 16px;
	left: 0;
	width: 100%;
	z-index: 500;
}
#header-inner {
	position: relative;
	display: block;
	width: 640px;
	height: 80px;
	margin: 0 auto 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
	border: solid 1px #250c03;
	border-radius: 40px;
}
#header-inner {
	background-color: rgb(63 19 8 / 46%);
}
body.up #header-inner {
	background-color: rgb(63 19 8 / 46%);
	transition: .4s;
}
body.down #header-inner {
	background-color: rgb(63 20 7);
	transition: .4s;
}
#logo {
	position: absolute;
	top: 0;
	left: calc(82% - 200px);
	display: block;
	width: 400px;
	height: 80px;
	margin: 0 auto;
	padding: 14px 0 0;
	text-align: center;
	overflow: hidden;
}
#logo img {
	margin: 0 auto 0;
	width: auto;
	height: 59px;
}
#header-top a {
	display: inline-block;
	margin: 0 auto 0 0;
	letter-spacing: 0em;
	color: #fefefe;
}
#header-top a#header-top-left {
	float: left;
	padding: 8px 0 0 10px;
}
#header-top a#header-top-right {
	float: right;
	padding: 8px 10px 0 0;
}
#header-top a span {
	display: inline-block;
	font-size: 18px;
	line-height: 1em;
	letter-spacing: 0em;
}
#header-top a#header-top-left span {
	margin: 0 auto 0 0;
	padding: 21px 0 0 10px;
}
#header-top a#header-top-right span {
	margin: 0 0 0 auto;
	padding: 21px 10px 0 0;
}
#header-top a i {
	cursor: pointer;
	display: inline-block;
	width: 64px;
	height: 64px;
	text-align: center;
	font-size: 40px;
	line-height: 1em;
	background-color: rgba(48,48,48,0.8);
	border: solid 1px #3a3632;
	border-radius: 32px;
}
#header-top a#header-top-left i {
	float: left;
	margin: 0 auto 0 0;
	padding: 12px 0 0;
}
#header-top a#header-top-right i {
	float: right;
	margin: 0 0 0 auto;
	padding: 10px 0 0;
}




#footer-bottom {
	display: block;
	width: 100%;
	height: 56px;
	padding: 10px 0 0;
	z-index: 60;
	letter-spacing: -.40em; /*隙間対策 */
}
#footer-bottom > div {
	margin: 0 auto 0;
	padding: 0;
	vertical-align: bottom;
	font-family: 'Cinzel',serif;
	font-weight: bold;
	font-size: 26px;
	line-height: 1em;
	letter-spacing: normal; /*隙間対策 */
}
#footer-bottom a {
	color: #fefefe;
}
#footer-bottom .desk {
	font-size: 20px;
	line-height: 1em;
}

/* footer
 * --------------------------------------- */
#footer {
	position: relative;
	width: 100%;
	margin: 0;
	text-align: center;
	overflow: hidden;
}
#footer-inner {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 24px 0 24px;
	overflow: hidden;
	width: 1060px;
	border-top: solid 1px #ccc;
}
body.sp #footer-inner {
	width: 680px;
	padding: 0px 0 120px;
	border-top: solid 0px #ccc;
}
#footer-menu {
	display: block;
	padding: 0;
	list-style-type: none;
	margin: 0 auto 20px;
}
body.sp #footer-menu {
	width: 100%;
	margin: 0 auto 60px;
}
#footer-menu li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	position: relative;
	text-align: center;
	color: #fefefe;
}
body.sp #footer-menu li {
	display: block;
	margin: 0 auto 0px;
	padding: 0;
	width: 100%;
	text-align: left;
	border-top: solid 1px #ab7f69;
}
body.sp #footer-menu li:last-child {
	border-bottom: solid 1px #ab7f69;
}
#footer-menu li a {
	margin: 0 12px;
	text-decoration: none;
	padding: 6px 0 6px 20px;
	font-size: 14px;
	line-height: 1.0em;
}
#footer-menu li a:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f35a';
	font-weight: 900;
	margin-right: 6px;
}
#footer-menu li a i {
	margin-right: 6px;
}
body.sp #footer-menu li a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 12px 0 12px 32px;
	font-size: 26px;
	line-height: 1.0em;
}
#footer-menu li a:link ,
#footer-menu li a:visited {
	color: #fefefe;
}
#footer-menu li a:hover {
	color: #fefefe;
	transition: 0.24s;
	transform: scale(1.2);
}

#footer-menu li a span.en {
	display: none;
}
body.sp #footer-menu li a span {
	vertical-align: middle;
}
body.sp #footer-menu li a span.jp {
	margin-left: 12px;
	font-size: 22px;
}
#footer-txt {
	margin: 0 auto 40px;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.3em;
}
body.sp #footer-txt {
	width: 500px;
	text-align: center;
	font-size: 28px;
	line-height: 1.3em;
}
#footer-logo {
	display: inline-block;
	text-align: center;
	margin: 20px auto 10px;
	padding: 0;
}
body.sp #footer-logo {
}
#footer-logo:hover {
	background: none;
}
#footer-logo img {
	margin: 0 auto;
	width: 240px;
	height: auto;
	transition: 0.24s;
}
body.pct #footer-logo img:hover {
	transition: 0.24s;
	transform: scale(1.1);
}
#footer-copy {
	width: 100%;
	margin: 0 auto;
	padding: 44px 0 32px;
	color: #fff;
	font-size: 14px;
	line-height: 1em;
}
body.sp #footer-copy {
	font-size: 20px;
	line-height: 1em;
}

#footer-banner {
	margin: 20px auto 4px;
}
#footer-banner a {
	display: inline-block;
	margin: 0 8px 12px;
	font-family: sans-serif;
	font-size: 12px;
}
#footer-banner a img {
	vertical-align: bottom;
}



#recruitsp {
	position: fixed;
	bottom: 148px;
	left: 20px;
	display: block;
	width: 640px;
	height: 80px;
	padding: 1.0em 0.8em 0 0;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 1.3em;
	line-height: 1.2em;
	color: #fff;
	background: url(../images/arrow.png) right 56px center no-repeat #00bb00;
	background-size: auto 1.4em;
	border-radius: 4em;
	z-index: 980;
}
body.pc #recruitsp {
	display: none;
}
#recruitsp .re {
	letter-spacing: 0.1em;
}

#footersp {
	position: fixed;
	bottom: 16px;
	left: 0;
	width: 100%;
	z-index: 960;
}
body.sp #footersp {
	bottom: 60px;
}
#footersp-inner {
	display: block;
	width: 660px;
	height: 80px;
	margin: 0 auto 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
	background-color: rgba(1,1,1,0.6);
	border: solid 1px #250c03;
	border-radius: 40px;
	letter-spacing: -.40em; /*隙間対策 */
}
#footersp-inner {
	background-color: rgb(63 19 8 / 46%);
}
body.up #footersp-inner {
	background-color: rgb(63 19 8 / 46%);
	transition: .4s;
}
body.down #footersp-inner {
	background-color: rgb(63 20 7);
	transition: .4s;
}
#footersp a {
	display: inline-block;
	margin: 0 auto 0 0;
	letter-spacing: 0em;
	color: #fefefe;
}
#footersp a#footersp-left {
	float: left;
	padding: 8px 0 0 10px;
}
#footersp a#footersp-right {
	float: right;
	padding: 8px 10px 0 0;
}
#footersp a span {
	display: inline-block;
	font-size: 18px;
	line-height: 1em;
	letter-spacing: 0em;
}
#footersp a#footersp-left span {
	margin: 0 auto 0 0;
	padding: 21px 0 0 10px;
}
#footersp a#footersp-right span {
	margin: 0 0 0 auto;
	padding: 14px 10px 0 0;
}
#footersp a i {
	cursor: pointer;
	display: inline-block;
	width: 64px;
	height: 64px;
	text-align: center;
	font-size: 40px;
	line-height: 1em;
	background-color: rgb(38 0 0);
	border: solid 1px #250c03;
	border-radius: 32px;
}
#footersp a#footersp-left i {
	float: left;
	margin: 0 auto 0 0;
	padding: 12px 0 0;
	color: #ffffff;
}
#footersp a#footersp-right i {
	float: right;
	margin: 0 0 0 auto;
	padding: 10px 0 0;
	color: #ffffff;
}



/* #menu
 * --------------------------------------- */
#menubtn {
	z-index: 990;
	position: fixed;
	top: 24px;
	left: calc(50% - 309px);
	width: 280px;
	height: 64px;
	text-align: left;
}
#menubtn span {
	display: inline-block;
	margin: 0 auto 0 0;
	padding: 22px 0 0 10px;
	font-size: 18px;
	line-height: 1em;
	letter-spacing: 0em;
}
.navBtn {
	float: left;
	cursor: pointer;
	position: relative;
	width: 64px;
	height: 64px;
	margin: 0 auto 0 0;
	padding: 0;
	background-color: rgb(38 0 0);
	border: solid 1px #250c03;
	border-radius: 32px;
}
.navBtn .line {
	position: absolute;
	left: 12px;
	width: 40px;
	height: 3px;
	margin: 0;
	padding: 0;
	background-color: #fefefe;
}
.navBtn .line.lineT {
	top: 18px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.navBtn .line.lineB {
	top: 30px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.navBtn .line.lineC {
	top: 42px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
body.open .navBtn .line.lineT {
	top: 30px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
body.open .navBtn .line.lineC {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
body.open .navBtn .line.lineB {
	top: 30px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
#menu-wrap {
	z-index: 480;
	visibility: visible;
	overflow: hidden;
	position:fixed;
	top: -841px;
	left: 0;
	width: 100%;
	height: auto;
	transition: top 0.6s ease-in 0.2s;
}
body.pct #menu-wrap {
	top: -581px;
}
body.sp #menu-wrap {
	top: -841px;
}
body.open #menu-wrap {
	position: fixed;
	top: -50px;
	transition: top 0.4s ease-out 0s;
}
#menu {
	width: 660px;
	height: 580px;
	margin: 0 auto 0;
	padding: 156px 0 20px;
	list-style-type: none;
	vertical-align: middle;
	background-color: rgb(45 10 0 / 97%);
	border: solid 1px #ab7f69;
	border-radius: 48px;
}
body.sp #menu {
	height: 840px;
	padding: 168px 0 20px;
}
#menu li {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border-bottom: solid 1px #ab7f69;
	opacity: 0;
}
#menu li:last-child {
	border-bottom: solid 0px #ccc;
}
#menu li a {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 16px 0 16px 220px;
	text-align: left;
	text-decoration: none;
	letter-spacing: 0em;
	color: #fefefe;
	transition: 0.4s;
}
body.sp #menu li a {
	padding: 28px 0 28px 160px;
}
body.open #menu li:nth-child(1) {
	opacity: 1;
	transition: all 0.6s ease-in 0.6s;
}
body.open #menu li:nth-child(2) {
	opacity: 1;
	transition: all 0.6s ease-in 0.72s;
}
body.open #menu li:nth-child(3) {
	opacity: 1;
	transition: all 0.6s ease-in 0.84s;
}
body.open #menu li:nth-child(4) {
	opacity: 1;
	transition: all 0.6s ease-in 0.96s;
}
body.open #menu li:nth-child(5) {
	opacity: 1;
	transition: all 0.6s ease-in 1.08s;
}
body.open #menu li:nth-child(6) {
	opacity: 1;
	transition: all 0.6s ease-in 1.2s;
}
body.open #menu li:nth-child(7) {
	opacity: 1;
	transition: all 0.6s ease-in 1.32s;
}
body.pct.open #menu li a:hover {
	letter-spacing: 0.1em;
	transition: 0.32s;
	transform: scale(1.2);
}

#menu li a:link ,
#menu li a:visited {
	color: #fefefe;
}
#menu li a:hover ,
#menu li a:active {
	color: #fefefe;
}
#menu li a i {
	float: left;
	margin-right: 12px;
	font-size: 28px;
	line-height: 1.0em;
}
body.sp #menu li a i {
	font-size: 36px;
	line-height: 1.0em;
}
#menu li a span.en {
	font-size: 22px;
	line-height: 1.1em;
	font-family: Baskvill, serif;
}
body.sp #menu li a span.en {
	font-size: 32px;
	line-height: 1.1em;
}
#menu li a span.jp {
	margin-left: 16px;
	font-size: 14px;
}
body.sp #menu li a span.jp {
	font-size: 20px;
}
#menu li a span {
	vertical-align: middle;
}
/* //SP */


/* top
 * --------------------------------------- */
#top {
	position: relative;
	display: block;
	width: 100%;
	height: 280px;
	margin: 0 auto 0;
	padding: 160px 0 0;
}
@media screen and (min-width: 801px) {
body#toppage #top {
	height: 100vh;
}
}
@media screen and (max-width: 800px) {
body#toppage #top {
	height: calc(100vh - 360px);
	min-height: 700px;
}
}


body#detailpage #top {
	height: 180px;
	padding: 140px 0 0;
}
body#detailpage.sp #top {
	height: 180px;
	padding: 130px 0 0;
}
body#systempage.pct #top {
	background: url(../images/top3.jpg) center center no-repeat;
	background-size: cover;
}
body#systempage.sp #top {
	background: url(../images/top3sp.jpg) center center no-repeat;
	background-size: cover;
}
body#schedulepage.pct #top {
	background: url(../images/top2.jpg) center center no-repeat;
	background-size: cover;
}
body#schedulepage.sp #top {
	background: url(../images/top2sp.jpg) center center no-repeat;
	background-size: cover;
}
body#accesspage.pct #top {
	background: url(../images/top1.jpg) center center no-repeat;
	background-size: cover;
}
body#accesspage.sp #top {
	background: url(../images/top1sp.jpg) center center no-repeat;
	background-size: cover;
}
body#recruitpage.pct #top {
	background: url(../images/top3.jpg) center center no-repeat;
	background-size: cover;
}
body#recruitpage.sp #top {
	background: url(../images/top3sp.jpg) center center no-repeat;
	background-size: cover;
}

body#toppage #top video {
	position: absolute;
	left: 0;
}
body#toppage.pct #top video {
	top: 0;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}
body#toppage.sp #top video {
	top: calc(40vh - 375px);
	width: 701px;
	height: 754px;
}
#top-box {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	opacity:0;
	animation: topbox 1.2s linear 1.6s 1 forwards;
}
@keyframes topbox {
	0%{opacity:0;}
	100%{opacity:1;}
}
body#toppage.pct #top-box {
	top: calc(50vh - 120px);
}
body#toppage.sp #top-box {
	top: 380px;
}
#top-box img {
	width: 480px;
}
#eventbox {
	width: 100%;
	margin: 0 auto;
	padding: 12px 0;
	text-align: center;
}
#eventbox img {
	display: block;
	margin: 0 auto;
	vertical-align: top;
}
#top video {
	width: 640px;
	height: 360px;
	margin: 0 auto 0;
}
#home-copy {
	display: block;
	width: 100%;
	margin: 0 auto 0;
	padding: 0 0 12px;
	text-align:center;
}
#toppic {
	margin: 0 auto;
	width: 984px;
	height: 368px;
	overflow: hidden;
}
body.sp #toppic {
	float: none;
	width: 680px;
	height: 260px;
}
#toppic ul {
	margin: 0;
	padding: 0;
}
#toppic ul li {
	list-style: none;
}
#toppic .owl-wrapper-outer {
	height: 348px;
}
body.sp #toppic .owl-wrapper-outer {
	height: 240px;
}
#toppic img {
	width: 984px;
	height: 348px;
	vertical-align: top;
}
body.sp #toppic img {
	width: 680px;
	height: 240px;
}
#topbanner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0;
	text-align:center;
	letter-spacing: -.40em; /*隙間対策 */
}
body.sp #topbanner {
	width: 100%;
}
#topbanner a {
	overflow: hidden;
	display: inline-block;
	margin: 12px 6px 0;
	letter-spacing: normal; /*隙間対策 */
	border: solid 1px #3a3632;
	background: #222;
	border-radius: 20px;
}
body.pct #topbanner a img {
	transition: 0.24s;
}
body.pct #topbanner a img:hover {
	transition: 0.24s;
	transform: scale(1.14);
}
#topbanner img {
	width: 326px;
	height: auto;
	vertical-align: top;
}
body.sp #topbanner img {
	width: 320px;
	height: 112px;
}

body.pct .side {
	float: right;
	margin: 0 0px 0 auto;
	padding: 14px 0 20px;
	width: 240px;
	text-align:center;
}
body.pct .side img {
	vertical-align: top;
	max-width: 240px;
	margin: 0 auto 4px;
}
body.pct .side a:hover {opacity: 0.5;}

#tw {
	width: 360px;
	height: 320px;
	float: right;
	margin: 0;
}
body.sp #tw {
	width: 552px;
	margin: 0 auto 0px;
	padding: 0;
}
#detail #tw {
	float: none;
	width: 400px;
	height: 400px;
	margin: 0 auto 8px;
}
body.sp #detail #tw {
	width: 600px;
}

/* Contents
 * --------------------------------------- */
#contents {
	width: 100%;
	margin: 0 auto 0;
	padding: 20px 0 0;
	overflow: hidden;
}
.main {
	margin: 0 auto;
	padding: 0 0 80px;
}
#detail .main {
	width: 920px;
}
body.sp #detail .main {
	width: 680px;
}
.section {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.section1 {
	padding: 24px 0 24px;
	/*background: url(../images/section1.jpg) center top repeat;*/
}
.section2 {
	padding: 24px 0 24px;
	/*background: url(../images/section2.jpg) center top repeat;*/
}
.section#news {
	padding: 0 0 36px;
}
.section#today  {
	margin: 0 auto 0px;
}
.section#newcast {
	padding: 24px 0 24px;
}
.sectionin {
	width: 100%;
	margin: 0 auto;
	padding: 0px 0 0px;
	overflow: hidden;
}
body.sp .sectionin {
	width: 680px;
}
body.sp #news .sectionin {
	width: 680px;
}
body.schedulepage.sp .sectionin ,
body.castpage.sp .sectionin {
	padding: 12px 0px 12px;
}

.txt ol ,
.txt ul {
	margin: 0px;
	padding: 0.8em 0 0.8em;
	text-align: left;
}
.txt ul {
	list-style-type: none;
}
.txt ol li {
	margin: 0px 0px;
	padding: 0 0 8px;
	line-height: 1.4em;
}
.txt ul li {
	position: relative;
	margin: 0px 0px;
	padding: 0.4em 0 0.4em 1.8em;
	line-height: 1.4em;
}
.txt ul li:before {
	position: absolute;
	left: 0.5em;
	top: 0.4em;
	font-family: 'Font Awesome 5 Free';
	content: '\f058';
	font-weight: 900;
	margin-right: 6px;
}
.txt ul.ru li span {
	display: inline-block;
	padding: 0px 6px 3px;
	background: linear-gradient(transparent 60%, #bc9d3f 60%);
}

.txt ol li:last-child {
	padding: 0 0 0px;
}
.txt dl {
	margin: 0;
	text-align: left;
}
.txt dt {
	color: #333;
	margin: 0;
	padding: 6px 32px 8px;
	background: #2226e6;
}
.txt dd {
	margin: 0;
	padding: 6px 32px 10px;
}

.txt-l {
	font-size: 128%;
	line-height: 1.3em;
}
.txt-ll {
	font-size: 148%;
	line-height: 1.4em;
}
.txt-s {
	font-size: 84%;
	line-height: 96%;
}
.white {
	color: #fefefe;
}
.red {
	color: #ffdc87;
}
.thumbparkmenu ul li button .red ,
.thumbparkmenu ul li button.mixitup-control-active .red {
	margin-right: 4px;
	color: #e9295f;
}
.yellow {
	display: inline-block;
	padding: 0px 6px 3px;
	background: linear-gradient(transparent 60%, #bc9d3f 60%);
}
.leftimg {
	float: left;
	margin: 0 15px 15px 0;
}
.rightimg {
	float: right;
	margin: 0 0 0px 15px;
}


h2 {
	margin: 0 auto;
	padding: 0 0 0;
	text-align: center;
	text-indent: 0.2em;
	font-weight: normal;
	font-family: Baskvill, serif;
	font-size: 1.0em;
	line-height: 1.0em;
	color: #fff;
}
body.pct h2 .en {
	font-size: 5.2em;
	font-weight: bold;
}
body.sp h2 .en {
	font-size: 4.2em;
	font-weight: bold;
}
h2 .jp {
	display: block;
	padding: 0;
	font-family: sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
	letter-spacing: 0.02em;
}



h3 {
	position: relative;
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 0 16px;
	text-align: left;
	font-weight: normal;
	font-family: Baskvill, serif;
	font-size: 1.0em;
	line-height: 1.0em;
	letter-spacing: 0.02em;
	color: #fefefe;
}
body.sp h3 {
	padding: 0 12px 20px;
}
#detail h3 {
	margin: 0 auto 10px;
	padding: 8px 0 0px;
}

h3 span.en {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0.1em;
	letter-spacing: 0em;
	white-space: nowrap;
	font-family: Baskvill, serif;
}
body.pct h3 span.en {
	font-size: 4.8em;
	line-height: 1.0em;
}
body.sp h3 span.en {
	font-size: 3.6em;
	line-height: 1.0em;
}


#detail h3 span.en {
	padding: 0 0 0.1em;
	font-size: 1.8em;
}
body.sp #detail h3 span.en {
	padding: 0 0 0.1em;
	font-size: 2.0em;
}
h3 span.jp {
	display: block;
	font-family: sans-serif;
	font-size: 1.1em;
	line-height: 1.0em;
	letter-spacing: 0.04em;
}
body.sp h3 span.jp {
	padding: 0px 0 6px;
}
#detail h3 span.jp {
	display: inline-block;
	font-size: 1.1em;
}
h4 {
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px;
	text-align: left;
	font-family: 'Cinzel',serif;
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.0em;
	color: #fefefe;
	z-index: 2;
}
#recruitpage h4 {
	padding: 0 0 10px;
}

/*
h4:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f02e';
	font-weight: 900;
	font-size: 1.7em;
	line-height: 1.2em;
	vertical-align: top;
	margin-right: 6px;
}
#recruitpage h4:before {
	content: '\f004';
	font-size: 1.7em;
	line-height: 1.1em;
	color: #ff72a4;
}
body#recruitpage.sp  h4:before {
	font-size: 1.5em;
	line-height: 1.1em;
}
*/
h4 span.en {
	position: relative;
	display: inline-block;
	width: auto;
	margin: 0 auto 0.2em;
	padding: 0 0 0.1em;
	font-size: 2.6em;
	line-height: 1.0em;
	font-weight: bold;
	letter-spacing: 0.03em;
}
body.sp h4 span.en {
	padding: 0em 0 0.1em;
	font-size: 2.2em;
}
h4 span.jp {
	display: block;
	font-size: 1.2em;
}
h4 span.fp {
	font-size: 1.8em;
	line-height: 1.0em;
	font-weight: normal;
	letter-spacing: -0.03em;
}
body.sp h4 span.fp {
	font-size: 1.5em;
	line-height: 1.0em;
}
h5 {
	margin: 0 auto 6px;
	padding: 0 0 4px;
	text-align: left;
	font-size: 1.5em;
	line-height: 1.2em;
	letter-spacing: 0;
	font-weight: normal;
	font-family: sans-serif;
	color: #fefefe;
}
h5:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f02b';
	font-weight: 900;
	margin-right: 6px;
}



/* Box
 * --------------------------------------- */
.box {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto 60px;
	padding: 0px 40px 0px;
	overflow: hidden;
}
.reservebox {
	overflow: hidden;
	margin: 0 auto 28px;
	padding: 0;
	border: solid 1px #3a3632;
	border-radius: 40px;
}
.reservebox a {
	display: block;
	transition: 0.2s;
}
.reservebox a:hover {
	transition: 0.2s;
	transform: scale(1.08);
}
.reservebox img {
	vertical-align: top;
}

body.sp .box {
	margin: 0 auto 60px;
	padding: 0px 20px 0px;
}
#toppage .box {
	max-width: 1080px;
	margin: 0 auto 40px;
	padding: 24px 40px 28px;
}
body#toppage.sp .box {
	width: 680px;
	margin: 0 auto 40px;
	padding: 12px 0px 20px;
}
#toptop .box {
	width: 1080px;
	margin: 0 auto 0px;
	padding: 12px 0px 60px;
}
#news .box {
	margin: 0 auto 16px;
	border: solid 1px #ab7f69;
	border-radius: 40px;
}
body.sp #news .box {
	width: 600px;
	margin: 0 auto 16px;
	padding: 20px 24px 24px;
}
body.pct #detail .box {
	max-width: 1120px;
	margin: 0 auto 40px;
	padding: 12px 20px 12px;
}
body.sp #detail .box {
	margin: 0 auto 40px;
	padding: 12px 0px 12px;
}
.box p {
	margin: 0 0 0em;
	padding: 0;
	text-align: left;
}
.box p:last-of-type {
	margin: 0 0 0px;
}
.box p.lp {
	margin: 0 0 0.1em;
	padding: 0 0 0;
}
.txt-box {
	width: 100%;
	margin: 0 auto 28px;
	padding: 28px 28px;
	background-color: #250c03d9;
	border: solid 1px #ab7f69;
	border-radius: 40px;
}
.txt-box p {
	padding: 0em 0 1.2em;
	text-align: left;
}
.txt-box p:last-child {
	padding: 0 0 0;
}


.point {
	display: block;
	width: 200px;
	height: 100px;
	margin: 0 auto;
	padding: 0 0;
	background: url(../images/point.png) center 20px no-repeat;
}
.banner-m {
	max-width: 640px;
	margin: 0 auto 24px;
}
.txt {
	width: 100%;
	margin: 0 auto 24px;
	padding: 0px 0px;
	text-align: left;
}
.txt:last-of-type {
	margin: 0 auto 12px;
}
.white-box {
	width: 100%;
	margin: 0 auto 28px;
	padding: 12px 0px;
	text-align: center;
	background: #222;
}
.white-box a {
	vertical-align: middle;
}
.white-box img {
	vertical-align: middle;
}
.rec-box {
	display: table;
	list-style-type: none;
	width: 100%;
	margin: 0 auto 28px;
	padding: 12px 40px 12px;
	font-size: 1em;
	border: 1px solid #134d9b;
	background: rgba(0,0,0,0.2);
	-webkit-border-radius: 8px; /*角丸*/
	-moz-border-radius: 8px;
	border-radius: 8px;
}
div.rec-box {
	line-height: 1.8em;
}
p.rec-box {
	margin: 0 auto 28px;
	padding: 12px 40px 12px;
	text-align: left;
}
ul.rec-box {
	margin: 0 auto 28px;
	padding: 20px 12px 8px;
	text-align: center;
}
ul.rec-box li {
	display: inline-block;
	margin: 0 6px 12px;
	padding: 2px 8px;
	line-height: 1em;
}



#newsbox {
	width: 100%;
	height: 320px;
	float: left;
	margin: 0 28px 0 0;
	padding: 0;
	overflow-y: auto;
}
body.sp #newsbox {
	float: none;
	width: 552px;
	height: 320px;
	margin: 0 auto 60px;
}
#newsbox a {
	display: block;
	margin: 0 auto 20px;
}
#newsbox a img {
	vertical-align: bottom;
}

/* news
 * --------------------------------------- */
.kiji {
	overflow: hidden;
	/*width: 580px;*/
	margin: 0 auto 8px;
	padding: 0 0 0 46px;
	text-align: left;
	border-bottom: solid 1px #ab7f69;
	background: url(../images/sns.png) left top no-repeat;
	background-size: 40px auto;
}
body.sp .kiji {
	background: url(../images/sns.png) left top no-repeat;
	background-size: 40px auto;
}
body.sp .kiji {
	margin: 0 auto 12px 0;
	padding: 0 0 0 46px;
}
.kiji .date {
	margin: 0;
	padding: 4px 0 4px;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
}
body.sp .kiji .date {
	padding: 6px 0 6px;
}
.kiji .com {
	margin: 0;
	padding: 0px 0 12px;
	line-height: 1.3em;
}
body.sp .kiji .com {
	padding: 0px 0 12px;
}
.kiji img {
	max-width: 100%;
	height: auto;
	margin: 0 0 15px;
}

#topbanner img {
	vertical-align: top;
}

/* cast
 * --------------------------------------- */
.thumbparkmenu {
	overflow: hidden;
	clear: both;
	text-align: center;
	width: 100%;
}
.thumbparkmenu ul {
	margin: 0 auto;
	padding: 12px 0 24px;
	text-align: center;
}
.thumbparkmenu ul li {
	display: inline-block;
	list-style-type: none;
}
body.sp .thumbparkmenu ul li {
	width: 31%;
	margin: 0 0.2% 20px;
	padding: 0;
}
.thumbparkmenu ul li button {
	margin: 0 0.2em;
	padding: 0.8em 3.2em;
	text-decoration: none;
	font-size: 1.1em;
	white-space: nowrap;
}
body.sp .thumbparkmenu ul li button {
	width: 100%;
	padding: 0.6em 0em;
	font-size: 1.0em;
}
#thumbpark ,
.thumbindex {
	width: 100%;
	margin: 0 auto;
	padding: 2px 0 0;
	text-align: center;
	line-height: 0em;
	letter-spacing: -.40em; /*隙間対策 */
}
.pickupbox {
	display: inline-block;
	overflow: hidden;
}
.thumb {
	position: relative;
	display: inline-block;
	width: 216px;
	height: 322px;
	margin: 0 8px 16px;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1em;
	overflow: hidden;
	letter-spacing: normal; /*隙間対策 */
}
.thumbtime {
	height: 350px;
}
body.sp .thumb {
	width: 314px;
	height: 460px;
	font-size: 22px;
}
body.sp .thumbtime {
	height: 494px;
}
.thumb a.iframe {
	z-index: 8;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	color: #fefefe;
	text-decoration: none;
}
.thumb figure {
	width: 216px;
	height: 280px;
	margin: 0 auto 0;
	position: relative;
	padding: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	overflow: hidden;
	border-radius: 16px;
}
body.sp .thumb figure {
	width: 314px;
	height: 408px;
	margin: 0 auto 0;
	border-radius: 28px;
}
.thumb figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
body.pc .thumb a.iframe:hover figure img {
	transform: scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
}
.thumb figcaption {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
body.sp .thumb figcaption {
}
.thumbname {
	display: block;
	width: 100%;
	height: 36px;
	margin: 0 auto;
	padding: 10px 0 0;
	font-size: 1em;
	line-height: 1em;
}
body.sp .thumbname {
	width: 100%;
	height: 44px;
	padding: 13px 0 0;
}
.thumb .timemon ,
.thumb .timetue ,
.thumb .timewed ,
.thumb .timethu ,
.thumb .timefri ,
.thumb .timesat ,
.thumb .timesun ,
.thumb span.time {
	width: 100%;
	height: 32px;
	margin: 0 auto 0;
	padding: 2px 0 0;
	font-size: 0.92em;
}
body.sp .thumb .timemon ,
body.sp .thumb .timetue ,
body.sp .thumb .timewed ,
body.sp .thumb .timethu ,
body.sp .thumb .timefri ,
body.sp .thumb .timesat ,
body.sp .thumb .timesun ,
body.sp .thumb span.time {
	width: 100%;
	height: 38px;
	margin: 0 auto 0;
	padding: 3px 0 0;
	font-size: 0.92em;
}
.thumb .thumbroom {
	width: 100%;
	height: 22px;
	margin: 0 0 1px;
	padding: 2px 0 0;
	font-size: 108%;
	color: #222;
	background-color: #473212;
}
.rooma {background-color: #ffa55d;}
.roomb {background-color: #ff97bf;}
.roomc {background-color: #d871fa;}

.thumb .room1 ,
.thumb .room2 ,
.thumb .room3 ,
.thumb .room4 ,
.thumb .room5 ,
.thumb .room6 ,
.thumb .room7 {display: none;}

.tday-mon .room1 {display: block;}
.tday-tue .room2 {display: block;}
.tday-wed .room3 {display: block;}
.tday-thu .room4 {display: block;}
.tday-fri .room5 {display: block;}
.tday-sat .room6 {display: block;}
.tday-sun .room7 {display: block;}

.thumb .timemon ,
.thumb .timetue ,
.thumb .timewed ,
.thumb .timethu ,
.thumb .timefri ,
.thumb .timesat ,
.thumb .timesun ,
.thumb span.time {
	display: block;
	font-size: 1em;
	line-height: 1em;
	color: #fefefe;
}
#detail .thumbname {
	width: 100%;
	height: auto;
	margin: 0.4em auto 0.4em;
	padding: 0.4em 0 0.4em;
	font-size: 1.4em;
	line-height: 1em;
}
body.sp #detail .thumbname {
	margin: 4px auto 12px;
}
.thumbsize {
	margin: 1px auto 0;
}
#detail .thumbsize {
	width: 100%;
	margin: 0 auto 0;
	padding: 2px 0 0;
	font-size: 1.1em;
	line-height: 1em;
}
.thumb .timemon ,
.thumb .timetue ,
.thumb .timewed ,
.thumb .timethu ,
.thumb .timefri ,
.thumb .timesat ,
.thumb .timesun {display: none;}

.tday-mon .timemon {display: block;}
.tday-tue .timetue {display: block;}
.tday-wed .timewed {display: block;}
.tday-thu .timethu {display: block;}
.tday-fri .timefri {display: block;}
.tday-sat .timesat {display: block;}
.tday-sun .timesun {display: block;}

.thumbicon {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 50px;
	height: 14px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center top;
}
.icona {background-image: url(../images/icona.gif);}
.iconb {background-image: url(../images/iconb.gif);}
.iconc {background-image: url(../images/iconc.gif);}
.icond {background-image: url(../images/icond.gif);}
.icone {background-image: url(../images/icong.gif);}
.iconf {background-image: url(../images/iconf.gif);}

html > body p.linkarea a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: left;
	text-indent: -200%;
}
html > body p.linkarea a:hover {
}

.thumb .pickup {
	position: absolute;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 26;
	background-image: url(../images/pickup.png);
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
}
body.sp .thumb .pickup {
	width: 60px;
	height: 60px;
}
.thumb .new {
	position: absolute;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 26;
	background-image: url(../images/new.png);
	left: 0;
	top: 0;
	width: 44px;
	height: 44px;
}
body.sp .thumb .new {
	width: 60px;
	height: 60px;
}
.thumbnew .new {
	display: none;
}
.thumb .tw {
	position: absolute;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 26;
	background-image: url(../images/tw.png);
	top: 232px;
	right: 4px;
	width: 44px;
	height: 44px;
}
body.sp .thumb .tw {
	width: 60px;
	height: 60px;
	top: 342px;
	right: 6px;
}
#detail .tw {
	right: 0px;
	bottom: 44px;
	width: 50px;
	height: 50px;
}
.review {
	width: 440px;
	max-height: 680px;
	overflow: auto;
}
.thumbicon {
	position: absolute;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 26;
}
.icona {background-image: url(../images/icona.png);}
.iconb {background-image: url(../images/iconb.png);}
.iconc {background-image: url(../images/iconc.png);}
.icond {background-image: url(../images/icond.png);}
.icone {background-image: url(../images/icong.png);}
.iconf {background-image: url(../images/iconf.png);}




.caption {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 0;
	line-height: 1.2em;
	letter-spacing: -0.06em;
	color: #2164bf;
	text-shadow:
2px 2px 0 #0e0e0e, -2px -2px 0 #0e0e0e,-2px 2px 0 #0e0e0e, 2px -2px 0 #0e0e0e,
1px 1px 0 #0e0e0e, -1px -1px 0 #0e0e0e,-1px 1px 0 #0e0e0e, 1px -1px 0 #0e0e0e,
0px 2px 0 #0e0e0e,0 -2px 0 #0e0e0e,-2px 0 0 #0e0e0e, 2px 0 0 #0e0e0e,
0px 1px 0 #0e0e0e,0 -1px 0 #0e0e0e,-1px 0 0 #0e0e0e, 1px 0 0 #0e0e0e;
	overflow: hidden;
	z-index: 12;
}







.linkbox {
	display: table;
	width: 880px;
	margin: 20px auto 40px;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
.linkbox div {
	display: inline;
	margin: 0 auto;
}
.banner {
	width: 468px;
	margin: 0 auto;
	text-align: center;
}
.banner640  {
	width: 640px;
}
.banner img {
	display: block;
	margin: 0 auto 15px;
}

#map {
	display: block;
	width: 100%;
	max-width: 10e0e0epx;
	height: 360px;
	margin: 0 auto 0px;
}
.access {
	margin: 0 auto;
	padding: 20px 0 0;
	line-height: 1.2em;
	overflow: hidden;
}
.access div {
	position: relative;
	display: block;
	width: 48%;
	float: left;
	margin: 0 1% 16px;
	padding: 20px 2% 12px;
	text-align: left;
}
.access div:nth-child(2n+1) {
	clear: both;
}
.access div img {
	width: 100%;
	margin: 0 auto 4px;
	display: block;
}
.access .no {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 44px;
	height: 44px;
	margin: -0px 0 0;
	padding: 1px 6px 0 0;
	text-align: center;
	font-size: 40px;
	line-height: 1em;
	font-style: italic;
	color: #222;
	background: #fff;
	-webkit-border-radius: 36px; /*角丸*/
	-moz-border-radius: 36px;
	border-radius: 36px;
}
/* flow */
.flowbox {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	max-width: 880px;
	margin: 0 auto 4px;
	padding: 1.4em 2.8em;
	text-align: left;
	background-color: #1f1d19;
	border: solid 1px #3a3632;
	border-radius: 40px;
}
body.sp .flowbox {
	padding: 1.4em 1.6em;
}
.flowbox .no {
	float: left;
	display: block;
	margin: 0 16px 0 0;
	padding: 0;
	text-align: left;
	font-family: 'Cinzel',serif;
	font-weight: bold;
	font-size: 2.8em;
	line-height: 1.0em;
	color: #fefefe;
}
body.sp .flowbox .no {
	font-size: 2.0em;
	line-height: 1.0em;
}
/*
.flowbox .no:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f058';
	font-weight: 900;
	font-size: 0.9em;
	margin-right: 6px;
	color: #ff72a4;
}
*/
#recruitpage .flowbox h4 {
	padding: 0.5em 0 0.9em;
}
body#recruitpage.sp .flowbox h4 {
	padding: 0.3em 0 0.6em;
}
p.rp {
	clear: both;
}
.arrow {
	position: relative;
	margin: 1em auto 0;
}
.arrow:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f0d7';
	font-weight: 900;
	font-size: 6em;
	color: #e3c273;
}

.qabox {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	max-width: 880px;
	margin: 0 auto 28px;
	padding: 1.1em 2.8em;
	text-align: left;
	background-color: #1f1d19;
	border: solid 1px #3a3632;
	border-radius: 40px;
}
body.sp .qabox {
	padding: 1.1em 1.6em;
}
.qabox .ques {
	position: relative;
	overflow: hidden;
	min-height: 2.0em;
	margin: 0;
	padding: 0.4em 0 0.6em 1.9em;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.3em;
}
.qabox .ans {
	position: relative;
	overflow: hidden;
	min-height: 2.4em;
	margin: 0;
	padding: 0.4em 0 0.6em 2.5em;
	font-size: 1.0em;
	line-height: 1.5em;
}
.qabox .no {
	position: absolute;
	left: 0em;
	top: 0em;
	font-family: 'Cinzel',serif;
	font-weight: bold;
}
.qabox .ques .no {
	font-size: 2.0em;
	line-height: 1.0em;
	color: #e3c273;
}
.qabox .ans .no {
	font-size: 2.4em;
	line-height: 1.0em;
	margin-left: 0.1em;
}



.more {
	display: inline-block;
}
.close {
	display: none;
}
.txtopen .more {
	display: none;
}
.txtopen .close {
	display: inline-block;
}
.recbox {
	position: relative;
	display: block;
	width: 100%;
	max-width: 720px;
	margin: 24px auto 24px;
	padding: 20px 20px 20px;
	text-align: left;
	line-height: 1.6em;
	background: url(../images/rec4.png) 24px 8px no-repeat rgba(209,244,251,0.4);
	border: solid 2px #5cd2e7;
	-webkit-border-radius: 36px; /*角丸*/
	-moz-border-radius: 36px;
	border-radius: 36px;
}

.qabtn {
	cursor: pointer;
	position: absolute;
right: 0px;
top: 0px;
display: block;
width: 100%;
height: 3em;
}
.qabtn:before {
	cursor: pointer;
	position: absolute;
right: 14px;
top: 23px;
content: "";
display: block;
width: 22px;
height: 4px;
background: #222;
}
.qabtn:after {
	position: absolute;
right: 23px;
top: 14px;
content: "";
display: block;
width: 4px;
height: 22px;
background: #222;
}
.open .qabtn:after {
	position: absolute;
right: 23px;
top: -5px;
content: "";
display: block;
width: 0px;
height: 0px;
background: #222;
}

#recruit-top {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0px 0;
	background: url(../images/recruit-top.gif) center top repeat-x;
	border-top: solid 4px #a4946b;
	border-bottom: solid 4px #a4946b;
}
#recruit-top img {
	margin: 0 auto;
	vertical-align: top;
}
#recruit2 {
	padding: 40px 0;
	background: #222;
}
.recruitpics {
	width: 1064px;
	margin: 0 auto;
}
.recruitpic {
	display: inline-block;
	text-align: center;
	font-weight: normal;
	font-size: 96%;
	line-height: 1.4em;
	color: #333;
	background: #2220f2;
	width: 510px;
	height: 220px;
	margin: 0 5px 10px;
	padding: 6px 0 0;
	border-radius: 16px;
}
.recruitpic .toppic {
	width: 300px;
}
.recruitpic img {
	vertical-align: top;
}
.recruitpic .leftpic {
	float: left;
	width: 240px;
	margin: 0 6px;
}
.recruitpic p {
	display: block;
	margin: 0 12px 0 0;
	padding: 6px 0 0;
	text-align: left;
}
#recruit5 {
	padding: 40px 0;
	background: #222;
}
#recruit7 {
	padding: 40px 0;
	background: #222;
}
#recruit9 {
	padding: 40px 0;
	background: #222;
}


/* Cell
 * --------------------------------------- */
.cell {
	width: 100%;
	margin: 0 auto 4px;
	padding: 0;
	overflow: hidden;
}
.cell .cset {
	position: relative;
	margin: 0 auto 6px;
	overflow: hidden;
	line-height: 1.4em;
	border-bottom: solid 1px #fff;
}
body.pct .plcell .cset {
	float: left;
	margin: 0 2% 6px;
	width: 46%;
}
.cell .cset div {
	float: left;
	padding: 1em 2% 1em;
}
body.sp .mcell .cset div {
	float: none;
}
#detail .cell .cset div {
	padding: 0.4em 2% 0.4em;
}
.pcell .cset div {
	padding: 0.7em 2% 0.7em;
}
.cell .cset div .en {
	font-size: 1.4em
}
.cell .cset div .no {
	margin-left: 0.1em;
	margin-right: 0.1em;
	font-size: 1.8em;
	font-weight: bold;
}
.cell .cset .cleft {
	width: 20%;
	padding: 1em 1.5% 1em 1%;
	text-align: left;
}
.cell .cset .cright {
	width: 80%;
	padding: 1em 1% 1em 1.5%;
	text-align: left;
}
.pcell .cset .cleft {
	width: 40%;
}
.pcell .cset .cright {
	width: 60%;
	text-align: right;
	color: #ffdc87;
}
.pdcell .cset .cright {
	color: #ffdc87;
}
s {
	text-decoration: none;
	position: relative;
	display: inline-block;
	padding: 0 4px;
}
s::after {
	z-index: 1;
	content: '';
	position: absolute;
	left: 0;
	top: 0.8em;
	display: block;
	width: 100%;
	height: 2px;
	border-top: solid 2px #ffdc87;
}
.mcell .cset .cleft {
	width: 36%;
}
.mcell .cset .cright {
	width: 64%;
}
body.sp .mcell .cset .cleft {
	width: 100%;
	padding: 1em 2% 0.2em;
}
body.sp .mcell .cset .cright {
	width: 100%;
	padding: 0.2em 2% 1em;
}
.need {
	margin: 0 auto 0 4px;
	padding: 1px 3px 1px 3px;
	font-size: 84%;
	line-height: 0.8em;
	text-align: center;
	color: #222;
	background: #b15624;
	border-radius: 2px;
}
body.pct #detail .dcell .cset {
	float: left;
	margin: 0 auto 0px;
	width: 33.33%;
	border-left: solid 1px #ccc;
	border-bottom: solid 0px #ccc;
}
body.pct #detail .dcell .cset:first-child {
	border-left: solid 0px #2164bf;
}
body.pct #detail .dcell .cset div {
	float: none;
}
body.pct #detail .dcell .cset .cleft {
	width: 100%;
	padding: 0.8em 0 0.4em;
	text-align: center;
	border-right: solid 0px #ccc;
	border-bottom: solid 1px #ccc;
}
body.pct #detail .dcell .cset .cright {
	width: 100%;
	padding: 0.4em 0 1.0em;
	text-align: center;
}
#mailframe {
	width: 640px;
	height: 400px;
	margin: 0 auto;
	border: none;
}

/*form
*/
form {
	margin: 0;
	padding: 0;
	text-align: center;
}
form input[type="text"],
form select ,
form textarea {
	margin: 4px 0;
	font-size: 100%;
	line-height: 1.2em;
	border: solid 1px #bbb;
}
form input[type="text"],
form textarea {
	width: 86%;
	padding: 6px 4px 6px;
}
form #inputage {
	width: 20%;
}
.files {
	clear: both;
	width: 100%;
	margin: 0 auto 8px 0;
}
.file {
	clear: both;
	float: none;
	display: inline-block;
	overflow: hidden;
	position: relative;
	margin: 8px auto 0 0;
	padding: 0.6em;
	font-size: 18px!important;
	line-height: 1em;
	color: #111;
	background: #444;
	border: 0px solid #fae5ee;
}
.file input[type="file"] {
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	font-size: 100px;
	cursor: pointer;
}

/*----------------------------------------------------------------
* スライドショー
----------------------------------------------------------------*/
#detailphoto {
	position: relative;
	text-align: center;
	overflow: hidden;
}
body.pct #detailphoto {
	float: left;
	margin: 0px auto 0 0;
	width: 480px;
}
body.sp #detailphoto {
	margin: 0 auto 0px;
	width: 680px;
}
#detailphoto .photos {
	width: 480px;
	height: 840px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
body.sp #detailphoto .photos {
	width: 680px;
	height: 1140px;
}
#detailphoto .photos .flexslider {
	height: 840px;
	margin: 0 auto 0;
}
body.sp #detailphoto .photos .flexslider {
	height: 1140px;
}
.slides::after ,
.slides {
	height: 720px;
}
body.sp .slides::after ,
body.sp .slides {
	height: 1020px;
}
#detailphoto .photos .flexslider .slides img {
	width: 100%;
	height: auto;
}
.flex-control-thumbs {
	display: table;
	width: 480px;
	height: 112px;
	margin: 12px auto 0;
	padding: 0;
	text-align: left;
	overflow: hidden;
	letter-spacing: -.40em; /*隙間対策 */
}
.flex-control-thumbs li {
	display: table-cell;
	width: auto;
	height: 76px;
	margin: 0 4px 0 0;
	padding: 0;
	border-style: none;
	overflow: hidden;
	letter-spacing: normal; /*隙間対策 */
}
.flex-control-thumbs img {
	width: auto;
	height: 76px;
	border-style: none;
}
.flex-control-thumbs img:hover {
	border-style: none;
}
.flex-control-thumbs .flex-active {
	overflow: hidden;
}

#detailphoto video {
	width: 480px;
	height: auto;
}
body.sp #detailphoto video {
	width: 680px;
}
#moviecom {
	font-size: 0.9em;
	margin: 0 auto 20px;
}

.review {
	margin: 0 auto;
}
.review p {
	line-height: 1.3em;
	margin: 0 auto 28px;
	padding: 0;
	text-align: left;
}

/*----------------------------------------------------------------
* content
----------------------------------------------------------------*/
#profile {
	padding: 0;
	overflow: hidden;
}
body.pct #profile {
	float: right;
	width: 580px;
	margin: 0 auto 0 0;
	padding: 0;
}
body.sp #profile {
	width: 640px;
	margin: 0 auto 0;
	padding: 8px 0px 20px;
}
.profilebox {
	overflow: hidden;
	position: relative;
	margin: 0 auto 20px;
	padding: 16px 24px 20px;
	text-align: center;
	border: solid 1px #ab7f69;
	border-radius: 40px;
}
body.sp .profilebox {
	width: 640px;
}
body.sp .gallerybox {
	width: 640px;
	margin: 0 auto 20px;
}
#profile p {
	width: 100%;
	max-height: 480px;
	overflow: auto;
	line-height: 1.6em;
	margin: 0 auto;
	padding: 2px 0;
	text-align: left;
}


a.snsbutton {
	z-index: 4;
	position: relative;
	display: inline-block;
	height: auto;
	margin: 1em auto;
	padding: 0.8em 4.4em 0.8em 3em;
	text-align: center;
	vertical-align: middle;
	font-size: 1.0em;
	line-height: 1em;
	letter-spacing: 0;
	cursor: pointer;
	color: #222;
	border: solid 0px #fefefe;
	border-radius: 4px;
	overflow: hidden;
}
body.pct a.snsbutton {
	width: 500px;
}
body.sp a.snsbutton {
	width: 600px;
}
a.snsbutton::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 4px;
	height: 4px;
	margin-top: -3px;
	border-top: 2px solid #222;
	border-right: 2px solid #222;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: .4s;
}
a.snsbutton img {
	height: 2.8em;
	margin-right: 1em;
	vertical-align: middle;
}
a.imgbutton {
	padding: 0.2em 4.4em 0.0em 3em;
}
a.linebutton {
	background: #00c300;
}
a.twbutton {
	background: #52b5ff;
}


/*----------------------------------------------------------------
* column
----------------------------------------------------------------*/
#columnbox {
	margin: 0 auto 16px;
	overflow: auto;
}
body.pc #columnbox {
	width: 880px;
	max-height: 660px;
}
body.sp #columnbox {
	width: 640px;
	max-height: 800px;
}
.column {
	margin: 0 auto 16px;
	padding: 0;
	overflow: hidden;
}
body.pc .column {
	float: left;
	width: 420px;
	height: 280px;
	padding: 0 8px;
}
body.sp .column {
	width: 520px;
	padding: 0 0 12px;
}
.column p {
	margin: 0 auto 6px;
	padding: 0;
	text-align: left;
}
body.pc .columnpic {
	max-height: 184px;
	overflow: hidden;
}
body.pc .column img {
	width: 320px;
}
body.sp .column img {
	width: 520px;
}
body.pc .column .button {
	margin: 0 auto;
	padding: 0.8em 4.0em;
}
body.sp .column .button {
	margin: 0 auto;
	padding: 0.6em 4.0em 0.4em;
}

/*----------------------------------------------------------------
* gallery
----------------------------------------------------------------*/
.lum-lightbox {
	z-index: 800;
}
.lum-lightbox button::before ,
.lum-lightbox button::after {
}
ul.gallery {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	letter-spacing: -.40em; /*隙間対策 */
}
ul.gallery li {
	display: inline-block;
	width: 140px;
	height: 140px;
	position: relative;
	margin: 0 8px 16px;
	padding: 0;
	text-align: center;
	overflow: hidden;
	letter-spacing: normal; /*隙間対策 */
	border: solid 1px #d4a45a;
}
ul.gallery li a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: solid 5px rgba(1,1,1,0.2);
}
ul.gallery li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



#contents-wrap {
	position: relative;
	margin: 0;
}
#page-top {
	position: fixed;
	right: 12px;
	bottom: 12px;
	margin: 0;
	padding: 0;
	z-index: 980;
}
body.sp #page-top {
	right: 24px;
	bottom: 160px;
}
#page-top a {
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
	text-align: center;
	color: #fefefe;
	opacity: 0;
	transition: .4s;
}
#page-top a:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f35b';
	font-weight: 900;
	font-size: 56px;
	line-height: 1em;
}
.down #page-top a {
	opacity: 0.6;
}
body.pct #page-top a:hover {
	transition: 0.24s;
	transform: scale(1.2);
}

/* shutter
 * --------------------------------------- */
#shutter {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: left;
	z-index: 999;
	-webkit-animation: shutter 1s forwards;
	animation: shutter 1s forwards;
}
@keyframes shutter {
0%{visibility: visible;}
99%{visibility: visible;}
100%{visibility: hidden;}
}

#shutter p {
	position: relative;
	display: inline-block;
	height: 100%;
	margin: 0;
	padding: 0;
}
@media screen and (min-width: 801px) {
#shutter p {
	width: 5%;
}
}
@media screen and (max-width: 800px) {
#shutter p {
	width: 10%;
}
#shutter p.pct {
	display: none;
}
}

#shutter p::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #141212;
	-webkit-animation: shutteropen 1s forwards;
	animation: shutteropen 1s forwards;
}
@keyframes shutteropen {
0%{width: 100%;}
52%{width: 100%;}
99%{width: 0%;}
100%{width: 0%;}
}


body.pct .sp {
	display: none;
}
body.sp .pc {
	display: none;
}
