@charset "UTF-8";

@font-face {
	font-family: Cinzel;
	src: url(./Cinzel-Regular.ttf) format('truetype');
}
* {
	box-sizing: border-box;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #fff;
	background-color: #060f31;
	-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: none;
	color: #fff887;
}
a:hover ,
a:active {
	text-decoration: none;
	color: #ffb400;
}


h1,h2,h3,h4,h5,div,a,p,form {
	box-sizing: border-box;
	vertical-align: bottom;
}

#inframe {
	background: transparent;
	text-align: center;
}
video ,
img {
	border: none;
	max-width: 100%;
	height: auto;
}
img.campain-s {
	max-width: 600px;
}
.en ,
.no {
	font-family: 'Cinzel',serif;
}
.clear {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
#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;
	cursor: pointer;
	color: #fff;
	background: none;
	border: solid 0px #222;
	border-radius: 0px;
	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: #fff;
}
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%;
background: -webkit-gradient(linear,from(#206ad9),to(#1f3574));
background: -webkit-linear-gradient(#206ad9,#1f3574);
background: linear-gradient(#206ad9,#1f3574);
	border: solid 1px #2164bf;
	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%;
	background:-webkit-gradient(linear,from(#80b9ff),to(#206ad9));
	background:-webkit-linear-gradient(#80b9ff,#206ad9);
	background:linear-gradient(#80b9ff,#206ad9);
	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: #111;
}
.thumbparkmenu ul li button.mixitup-control-active:before {
	background:-webkit-gradient(linear,from(#f0f0f0),to(#a0a0a0));
	background:-webkit-linear-gradient(#f0f0f0,#a0a0a0);
	background:linear-gradient(#f0f0f0,#a0a0a0);
}




/* header
 * --------------------------------------- */
#header {
	position: relative;
	padding: 0;
	overflow: hidden;
	z-index: 400;
}
body#toppage #header {
	height: auto;
	padding: 0 0 56px;
}
body#toppage.sp #header {
	padding: 0 0 40px;
}
#second #header {
	height: 320px;
}
#header-top {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	text-align: center;
	background-color: rgba(6,15,49,0.3);
	z-index: 500;
}
body.up #header-top {
	background-color: rgba(6,15,49,0.3);
	transition: .4s;
}
body.down #header-top {
	background-color: rgba(6,15,49,0.8);
	transition: .4s;
}
#header-inner {
	position: relative;
	margin: 0 auto 0;
	padding: 0;
	display: block;
	text-align: center;
	width: 1080px;
	height: 100px;
}
body#toppage #header-inner {
	height: 180px;
}
body#toppage.up #header-inner {
	transition: .4s;
}
body#toppage.down #header-inner {
	height: 140px;
	transition: .4s;
}
body.sp #header-inner {
	width: 680px;
	height: 80px;
}
body#toppage.sp #header-inner {
	height: 140px;
}
body#toppage.sp.up #header-inner {
	transition: .4s;
}
body#toppage.sp.down #header-inner {
	height: 84px;
	transition: .4s;
}
#logo {
	display: block;
	padding: 0;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 640px;
	margin: 0 0 0 -320px;
	text-align: center;
}
body#toppage #logo {
	top: 0px;
}
body#toppage.up #logo {
	transition: .4s;
}
body#toppage.down #logo {
	top: 0px;
	transition: .4s;
}
#logo img {
	margin: 0 auto 0;
	width: auto;
	height: 80px;
}
body.sp #logo img {
	height: 64px;
}
body#toppage #logo img {
	height: 116px;
}
body#toppage.up #logo img {
	transition: .4s;
}
body#toppage.down #logo img {
	height: 80px;
	transition: .4s;
}
#header-bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#header-bottom ,
#footer-bottom {
	display: block;
	width: 100%;
	height: 56px;
	color: #fff;
    background: linear-gradient(45deg, #32a6ff 0%, #3f6fff 49%, #8d54ff 82%);
    background-size: 200%;
    animation: aurora 8s infinite;
	z-index: 60;
	letter-spacing: -.40em; /*隙間対策 */
}
#header-bottom::after ,
#footer-bottom::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    background: radial-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15));
    background-size: 200%;
    animation: aurora 5s infinite;
	z-index: -1;
}
#header-bottom > div ,
#footer-bottom > div {
	display: inline-block;
	margin: 19px 8px 0;
	padding: 0;
	letter-spacing: 0.02em;
	color: #fff;
	vertical-align: bottom;
	font-size: 19px;
	line-height: 1em;
	font-weight: bold;
	font-family: 'Cinzel',serif;
	letter-spacing: normal; /*隙間対策 */
}
body.sp #header-bottom > div ,
body.sp #footer-bottom > div {
	margin: 19px 3px 0;
	font-size: 20px;
	line-height: 1em;
}
#header-bottom a ,
#footer-bottom a {
	color: #fff;
}
#header-bottom .no ,
#footer-bottom .no {
	font-size: 1.2em;
}

/* footer
 * --------------------------------------- */
#footer {
	position: relative;
	width: 100%;
	margin: 0;
	text-align: center;
	overflow: hidden;
	padding: 24px 0 24px;
	color: #fff;
	background-color: #060f31;
}
body.sp #footer {
	padding: 28px 0 120px;
}
#footer-inner {
	position: relative;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	width: 1060px;
}
body.sp #footer-inner {
	width: 680px;
}
#footer-menu {
	display: block;
	padding: 0;
	list-style-type: none;
	margin: 0 auto 20px;
}
body.sp #footer-menu {
	width: 600px;
	margin: 0 auto 20px;
}
#footer-menu li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	position: relative;
	text-align: center;
	color: #2164bf;
}
body.sp #footer-menu li {
	display: block;
	margin: 0 auto 0px;
	padding: 0;
	width: 100%;
	text-align: left;
}
#footer-menu li a {
	margin: 0 12px;
	text-decoration: none;
	padding: 6px 0 6px 20px;
	font-size: 14px;
	line-height: 1.0em;
	background: url(../images/nav.png) left center no-repeat;
	background-size: 16px auto;
}
body.sp #footer-menu li a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 12px 0 12px 32px;
	font-size: 30px;
	line-height: 1.0em;
	font-family: 'Cinzel',serif;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	background: url(../images/nav.png) left center no-repeat;
	background-size: 24px auto;
}
#footer-menu li a:link ,
#footer-menu li a:visited {
	color: #fff;
}
#footer-menu li a:hover {
	color: #2164bf;
	opacity: 0.6;
}
#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 16px;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.3em;
}
body.sp #footer-txt {
	width: 640px;
	text-align: left;
	font-size: 22px;
	line-height: 1.4em;
}
#footer-logo {
	display: table;
	text-align: center;
	width: 648px;
	margin: 40px auto 40px;
	padding: 0;
}
body.sp #footer-logo {
}
#footer-logo:hover {
	background: none;
}
#footer-logo img {
	display: block;
	margin: 0 auto;
	width: 360px;
	height: auto;
}
body.sp #footer-logo img {
}
#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;
}

/* SP */
body.pct #recruitsp {
	display: none;
}
body.sp #recruitsp {
	position: fixed;
	bottom: 96px;
	left: 90px;
	display: block;
	width: 500px;
	height: autox;
	padding: 0.6em 0.8em 0.5em 0;
	font-family: serif;
	font-weight: bold;
	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: 3em;
	z-index: 980;
}
body.sp #recruitsp .re {
	font-family: sans-serif;
	letter-spacing: 0.1em;
}

body.pct #footersp {
	display: none;
}
body.sp #footersp {
	position: fixed;
	bottom: -1px;
	left: 0;
	display: block;
	width: 680px;
	height: 90px;
	padding: 8px 0 0;
	text-align: left;
	font-family: sans-serif;
	line-height: 0em;
	color: #fff;
    background: linear-gradient(45deg, #32a6ff 0%, #3f6fff 49%, #8d54ff 82%);
    background-size: 200%;
    animation: aurora 8s infinite;
	letter-spacing: -.40em; /*隙間対策 */
	z-index: 960;
}
body.sp #footersp::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    background: radial-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15));
    background-size: 200%;
    animation: aurora 5s infinite;
	z-index: -1;
}


body.sp #footersp a {
	display: inline-block;
	width: 113px;
	height: 72px;
	margin: 0 auto 0 0;
	padding: 6px 0 0;
	font-size: 18px;
	line-height: 1.2em;
	letter-spacing: 0em;
	text-align: center;
	color: #fff;
	border-right: solid 1px #80b9ff;
	letter-spacing: normal; /*隙間対策 */
}
body.sp #footersp a img {
	display: block;
	width: auto;
	height: 36px;
	margin: 0 auto 6px;
}
/* //SP */


/* #menu
 * --------------------------------------- */
/* PC TAB */
body.pct #menubtn {
	display: none;
}
body.pct #menu-wrap {
	position: fixed;
	top: 84px;
	right: 0px;
	display: block;
	width: 100%;
	height: 56px;
	margin: 0;
	padding: 0px 0 0;
	text-align: center;
	color: #fff;
    background: linear-gradient(45deg, #32a6ff 0%, #3f6fff 49%, #8d54ff 82%);
    background-size: 200%;
    animation: aurora 8s infinite;
	z-index: 600;
}
body.pct #menu-wrap::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    background: radial-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15));
    background-size: 200%;
    animation: aurora 5s infinite;
	z-index: -1;
}

@keyframes aurora {
    0% {
        background-position: left top;
    }
    25% {
        background-position: right top;
    }
    50% {
        background-position: right bottom;
    }
    75% {
        background-position: left bottom;
    }
    100% {
        background-position: left top;
    }
}


body#toppage.pct #menu-wrap {
	top: 124px;
}
body#toppage.pct.up #menu-wrap {
	transition: .4s;
}
body#toppage.pct.down #menu-wrap {
	top: 84px;
	transition: .4s;
}
body.pct #menu {
	display: table;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	list-style-type: none;
	border-collapse: collapse;
	border-spacing: 0;
	letter-spacing: -1em; /*隙間対策 */
}
body.pct #menu li {
	display: inline-block;
	margin: 0 auto;
	padding: 0 6px;
	list-style-type: none;
	letter-spacing: normal; /*隙間対策 */
}
body.pct #menu li:nth-child(7) {
}
body.pct #menu li a {
	position: relative;
	display: block;
	width: 140px;
	height: 56px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Cinzel',serif;
	font-size: 12px;
	line-height: 1em;
	color: #fff;
	background: none;
}
body.pct #menu li a:link ,
body.pct #menu li a:visited {
	color: #fff;
}
body.pct #menu li a.menuon {
	color: #fff;
}
body.pct #menu li a img {
	display: none;
}
/*
	display: block;
	height: 22px;
	margin: 0 auto 1px;
	vertical-align: top;
*/
body.pct menu li a span {
	vertical-align: top;
}
body.pct #menu li a span.en {
	display: block;
	padding: 20px 0 0;
	font-size: 16px;
	line-height: 1em;
	letter-spacing: 0.4em;
	font-weight: bold;
	color: #fff;
}
body.pct #menu li#menu3 a span.en ,
body.pct #menu li#menu4 a span.en {
	letter-spacing: 0.16em;
}
body.pct #menu li a span.jp {
	position: absolute;
	left: 20px;
	bottom: -16px;
	display: block;
	width: 100px;
	height: 24px;
	padding: 7px 0 0px;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1em;
	color: #fff;
	background: #3f6fff;
	opacity: 0.0;
}
body.pct #menu li a:hover span.jp {
	bottom: -8px;
	opacity: 1.0;
	transition: .3s;
}
/* //PC TAB */

/* SP */
body.sp #menubtn {
	position: fixed;
	bottom: 9px;
	right: 18px;
	width: 80px;
	height: 80px;
	font-size: 18px;
	line-height: 1em;
	letter-spacing: 0em;
	font-family: sans-serif;
	color: #fff;
	z-index: 990;
}
body.sp .navBtn {
	position: relative;
	width: 80px;
	height: 58px;
	margin: 0 auto;
	padding: 0;
	cursor: pointer;
}
body.sp .navBtn .line {
	position: absolute;
	left: 16px;
	width: 48px;
	height: 4px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
body.sp .navBtn .line.lineT {
	top: 16px;
	-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.sp .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;
}
body.sp .navBtn .line.lineC {
	top: 44px;
	-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.sp.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.sp.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.sp.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;
}
body.sp #menu-wrap {
	z-index: 900;
	visibility: visible;
	overflow: hidden;
	position:fixed;
	top: 0;
	left: -101%;
	display: block;
	width: 100%;
	height: 100vh;
	background-color: rgba(18,16,13,0.88);
	transition: left 0.6s ease-in 0.2s;
}
body.sp.open #menu-wrap {
	position: fixed;
	left: 0;
	transition: left 0.4s ease-out 0s;
}
body.sp #menu {
	display: block;
	width: 100%;
	height: auto;
	margin: 20vh auto 0;
	padding: 0 0 20px;
	list-style-type: none;
	vertical-align: middle;
}
body.sp #menu li {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
body.sp #menu li:last-child {
}
body.sp #menu li a {
	display: block;
	width: 400px;
	margin: 0 auto;
	padding: 24px 0 24px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 0.04em;
	line-height: 1.0em;
	font-family: 'Cinzel',serif;
	color: #fff;
}
body.sp #menu li a:link ,
body.sp #menu li a:visited {
	color: #fff;
}
body.sp #menu li a:hover ,
body.sp #menu li a:active {
	color: #fff;
}
body.sp #menu li a img {
	display: inline-block;
	height: 44px;
	margin: 0 12px 0 0;
	vertical-align: middle;
}
body.sp #menu li a span.en {
	font-size: 26px;
	font-family: 'Cinzel',serif;
}
body.sp #menu li a span.jp {
	margin-left: 16px;
	font-size: 20px;
}
body.sp #menu li a span {
	vertical-align: middle;
}
/* //SP */


/* top
 * --------------------------------------- */
#top {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto 0;
}
body.pct #top {
	height: 280px;
	padding: 190px 0 0;
	background: url(../images/top.jpg) center center no-repeat;
	background-size: cover;
}
body.sp #top {
	height: 280px;
	padding: 140px 0 0;
	background: url(../images/topsp.jpg) center center no-repeat;
	background-size: cover;
}
body#toppage #top {
	height: auto;
	min-height: calc(100vh - 56px);
}
body#toppage.sp #top {
	height: auto;
	min-height: 1060px;
}
body#toppage #top video {
	position: absolute;
	bottom: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}
#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 {
	width: 984px;
	margin: 0 auto;
	letter-spacing: -.40em; /*隙間対策 */
}
body.sp #topbanner {
	width: 680px;
	text-align: center;
}
#topbanner a {
	display: inline-block;
	margin: 0 1px 2px;
	letter-spacing: normal; /*隙間対策 */
}
#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: 600px;
	margin: 0 auto 0px;
	padding: 0;
}
#detail #tw {
	float: none;
	width: 400px;
	height: 400px;
	margin: 0 auto 8px;
}
body.sp #detail #tw {
	width: 640px;
}

/* Contents
 * --------------------------------------- */
#contents {
	width: 100%;
	margin: 0 auto 0;
	padding: 20px 0 0;
	border-top: solid 0px #2164bf;
	border-bottom: solid 1px #2164bf;
	background: url(../images/contents.jpg) center top repeat #0a214d;
	background-size: 100% auto;
	overflow: hidden;
}
.main {
	margin: 0 auto;
	padding: 0;
}
#detail .main {
	width: 920px;
}
body.sp #detail .main {
	width: 680px;
}
.section {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.section#today  {
	margin: 0 auto 40px;
	padding: 24px 0 24px;
}
.section#newcast {
	margin: 0 auto 60px;
	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 0.1em;
	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 {
	margin: 0px 0px;
	padding: 0.4em 0 0.4em 1.5em;
	line-height: 1.4em;
	background: url(../images/li.png) left center no-repeat;
	background-size: 1.2em auto;
}
body.sp .txt ul li {
}
.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: #fff6e6;
}
.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: #111;
}
.red {
	color: #fff887;
}
.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%, #bcf19e 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-transform: uppercase;
	text-indent: 0.2em;
	font-weight: normal;
	font-family: 'Cinzel',serif;
	font-size: 1.0em;
	line-height: 1.0em;
	letter-spacing: 0.2em;
	color: #fff;
	text-shadow:
0 0 4px rgba(0,0,0,0.9),
0 0 8px rgba(0,0,0,0.9),
0 0 12px rgba(0,0,0,0.9),
0 0 16px rgba(0,0,0,0.9),
0 0 20px rgba(0,0,0,0.9);
}
h2 .en {
	font-size: 3.2em;
	letter-spacing: 0.2em;
}
body.sp h2 .en {
	font-size: 3.2em;
}
body#toppage h2 .en {
	font-size: 2.8em;
	letter-spacing: 0.1em;
}
body#toppage.sp h2 .en {
	font-size: 1.6em;
	line-height: 1.1em;
	letter-spacing: 0.0em;
}
h2 .jp {
	display: block;
	padding: 0;
	font-size: 1.4em;
	line-height: 1.6em;
	letter-spacing: 0.02em;
}

/* Box
body#second .en span:nth-child(1) {color: #c4a56e;}
body#second .en span:nth-child(2) {color: #dfbe72;}
body#second .en span:nth-child(3) {color: #f5dd9a;}
body#second .en span:nth-child(4) {color: #fff3ca;}
body#second .en span:nth-child(5) {color: #f5dd9a;}
body#second .en span:nth-child(6) {color: #f5dd9a;}
body#second .en span:nth-child(7) {color: #f0d182;}
body#second .en span:nth-child(8) {color: #dfbe72;}
body#second .en span:nth-child(9) {color: #c4a56e;}
*/

#home-copy h2 .blurfadein span {
	opacity:0;
	animation-name: blur;
	animation-duration: 1.4s;
	animation-timing-function: ease-out;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
@keyframes blur {/*opacityとtext-shadow+animationでフェードインを表現する*/
	0%{opacity:0;}
	100%{opacity:1;}
}
body.pct  #home-copy .blurfadein span:nth-child(1) {color: #c4a56e;}
body.pct  #home-copy .blurfadein span:nth-child(2) {color: #ceb47a;}
body.pct  #home-copy .blurfadein span:nth-child(3) {color: #d7b976;}
body.pct  #home-copy .blurfadein span:nth-child(4) {color: #dfbe72;}
body.pct  #home-copy .blurfadein span:nth-child(5) {color: #e7c36f;}
body.pct  #home-copy .blurfadein span:nth-child(6) {color: #f0d182;}
body.pct  #home-copy .blurfadein span:nth-child(7) {color: #f5dd9a;}
body.pct  #home-copy .blurfadein span:nth-child(8) {color: #fcebb5;}
body.pct  #home-copy .blurfadein span:nth-child(9) {color: #fcecb8;}
body.pct  #home-copy .blurfadein span:nth-child(10) {}
body.pct  #home-copy .blurfadein span:nth-child(11) {color: #fff3ca;}
body.pct  #home-copy .blurfadein span:nth-child(12) {color: #fff3ca;}
body.pct  #home-copy .blurfadein span:nth-child(13) {color: #fcecb8;}
body.pct  #home-copy .blurfadein span:nth-child(14) {color: #fcebb5;}
body.pct  #home-copy .blurfadein span:nth-child(15) {color: #f5dd9a;}
body.pct  #home-copy .blurfadein span:nth-child(16) {color: #f0d182;}
body.pct  #home-copy .blurfadein span:nth-child(17) {}
body.pct  #home-copy .blurfadein span:nth-child(18) {color: #e7c36f;}
body.pct  #home-copy .blurfadein span:nth-child(19) {color: #dfbe72;}
body.pct  #home-copy .blurfadein span:nth-child(20) {color: #d7b976;}
body.pct  #home-copy .blurfadein span:nth-child(21) {color: #ceb47a;}
body.pct  #home-copy .blurfadein span:nth-child(22) {color: #c4a56e;}

body.sp #home-copy .blurfadein span:nth-child(1) {color: #c4a56e;}
body.sp #home-copy .blurfadein span:nth-child(2) {color: #d7b976;}
body.sp #home-copy .blurfadein span:nth-child(3) {color: #e7c36f;}
body.sp #home-copy .blurfadein span:nth-child(4) {color: #f5dd9a;}
body.sp #home-copy .blurfadein span:nth-child(5) {color: #fff3ca;}
body.sp #home-copy .blurfadein span:nth-child(6) {color: #f5dd9a;}
body.sp #home-copy .blurfadein span:nth-child(7) {color: #e7c36f;}
body.sp #home-copy .blurfadein span:nth-child(8) {color: #d7b976;}
body.sp #home-copy .blurfadein span:nth-child(9) {color: #c4a56e;}
body.sp #home-copy .blurfadein span:nth-child(10) {}

body.sp #home-copy .blurfadein span:nth-child(11) {color: #c4a56e;}
body.sp #home-copy .blurfadein span:nth-child(12) {color: #d7b976;}
body.sp #home-copy .blurfadein span:nth-child(13) {color: #e7c36f;}
body.sp #home-copy .blurfadein span:nth-child(14) {color: #f5dd9a;}
body.sp #home-copy .blurfadein span:nth-child(15) {color: #fcecb8;}
body.sp #home-copy .blurfadein span:nth-child(16) {color: #fff3ca;}
body.sp #home-copy .blurfadein span:nth-child(17) {}
body.sp #home-copy .blurfadein span:nth-child(18) {color: #fcecb8;}
body.sp #home-copy .blurfadein span:nth-child(19) {color: #f5dd9a;}
body.sp #home-copy .blurfadein span:nth-child(20) {color: #e7c36f;}
body.sp #home-copy .blurfadein span:nth-child(21) {color: #d7b976;}
body.sp #home-copy .blurfadein span:nth-child(22) {color: #c4a56e;}

#home-copy .blurfadein span:nth-child(1) {/*一文字ずつ遅延させる*/
	animation-delay: 0.6s;
}
#home-copy .blurfadein span:nth-child(2) {;animation-delay: 0.7s;}
#home-copy .blurfadein span:nth-child(3) {;animation-delay: 0.8s;}
#home-copy .blurfadein span:nth-child(4) {;animation-delay: 0.9s;}
#home-copy .blurfadein span:nth-child(5) {;animation-delay: 1.0s;}
#home-copy .blurfadein span:nth-child(6) {;animation-delay: 1.1s;}
#home-copy .blurfadein span:nth-child(7) {;animation-delay: 1.2s;}
#home-copy .blurfadein span:nth-child(8) {;animation-delay: 1.3s;}
#home-copy .blurfadein span:nth-child(9) {;animation-delay: 1.4s;}
#home-copy .blurfadein span:nth-child(10) {;animation-delay: 0s;}
#home-copy .blurfadein span:nth-child(11) {;animation-delay: 1.5s;}
#home-copy .blurfadein span:nth-child(12) {;animation-delay: 1.6s;}
#home-copy .blurfadein span:nth-child(13) {;animation-delay: 1.7s;}
#home-copy .blurfadein span:nth-child(14) {;animation-delay: 1.8s;}
#home-copy .blurfadein span:nth-child(15) {;animation-delay: 1.9s;}
#home-copy .blurfadein span:nth-child(16) {;animation-delay: 2.0s;}
#home-copy .blurfadein span:nth-child(17) {;animation-delay: 0s;}
#home-copy .blurfadein span:nth-child(18) {;animation-delay: 2.1s;}
#home-copy .blurfadein span:nth-child(19) {;animation-delay: 2.2s;}
#home-copy .blurfadein span:nth-child(20) {;animation-delay: 2.3s;}
#home-copy .blurfadein span:nth-child(21) {;animation-delay: 2.4s;}
#home-copy .blurfadein span:nth-child(22) {;animation-delay: 2.5s;}

.typing {
	max-width: 1020px;
	margin: 0 auto 0;
	padding: 20px 20px 0;
	font-family: 'Cinzel',serif;
	font-size: 1.5em;
	line-height: 1.3em;
	color: #e9c899;
	-webkit-animation: 10s linear 0s 1 normal fadetyp;
	-moz-animation: 10s linear 0s 1 normal fadetyp;
	-o-animation: 10s linear 0s 1 normal fadetyp;
	animation: 10s linear 0s 1 normal fadetyp;
	animation-fill-mode: forwards;
}
body.sp .typing {
	padding: 12px 0px 0;
	font-size: 1.2em;
	line-height: 1.3em;
}

@-webkit-keyframes fadetyp { 0%{opacity:0;} 32%{opacity:0;} 48%{opacity:1;}}
@-moz-keyframes fadetyp { 0%{opacity:0;} 32%{opacity:0;} 48%{opacity:1;}}
@-o-keyframes fadetyp { 0%{opacity:0;} 32%{opacity:0;} 48%{opacity:1;}}
@keyframes fadetyp { 0%{opacity:0;} 32%{opacity:0;} 48%{opacity:1;}}

.typing span.opening {
	display: block;
	margin: 0 auto;
	padding: 6px 0;
	font-size: 1.2em;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	color: #fcebb5;
}
body.sp .typing span.opening {
	padding: 10px 0;
	font-size: 1.1em;
	line-height: 1.1em;
}


h3 {
	position: relative;
	width: 1100px;
	max-width: 100%;
	margin: 0 auto 12px;
	padding: 0 12px 6px;
	text-align: left;
	font-weight: normal;
	font-family: 'Cinzel',serif;
	font-size: 1.0em;
	line-height: 1.0em;
	letter-spacing: 0.04em;
	color: #f0f0f0;
}
h3::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 2.6em;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, #0e0e0e 0%, #2164bf 44%, #2164bf 56%, #0e0e0e 100%);
}
body.sp h3::after {
	height: 2px;
	background: linear-gradient(90deg, #0e0e0e 0%, #2164bf 36%, #2164bf 64%, #0e0e0e 100%);
}
#detail h3 {
	margin: 0 auto 10px;
	padding: 8px 0 0px;
}
#detail h3::after {
	height: 1px;
	bottom: auto;
	top: 2.4em;
}
h3.firstiview {
	animation-name: firstiview;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
@keyframes firstiview {
0%   {opacity:0;transform: translateX(4em);}
100% {opacity:1;transform: translateX(0);}
}

h3.scview {
	opacity: 0;
	transform: translateX(4em);
}
h3.effect {
	opacity: 1;
	transform: translateX(0);
	transition: 1.2s ease 0.0s;
}

h3 span.en {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0.1em;
	line-height: 1.0em;
	white-space: nowrap;
}
body.pct h3 span.en {
	font-size: 4.8em;
	letter-spacing: 0.2em;
}
body.sp h3 span.en {
	font-size: 3.6em;
	letter-spacing: 0.1em;
}
h3.firstiview span.en span ,
h3.scview span.en span {
	opacity: 0;
}
h3.firstiview span.en span ,
h3.effect span.en span {
	animation-name: delayin;
	animation-duration: 1.0s;
	animation-timing-function: ease-out;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

/*一文字ずつ遅延させる*/
span.en span:nth-child(1) {animation-delay: 0.2s;}
span.en span:nth-child(2) {animation-delay: 0.3s;}
span.en span:nth-child(3) {animation-delay: 0.4s;}
span.en span:nth-child(4) {animation-delay: 0.5s;}
span.en span:nth-child(5) {animation-delay: 0.6s;}
span.en span:nth-child(6) {animation-delay: 0.7s;}
span.en span:nth-child(7) {animation-delay: 0.8s;}
span.en span:nth-child(8) {animation-delay: 0.9s;}
span.en span:nth-child(9) {animation-delay: 1.0s;}
span.en span:nth-child(10) {animation-delay: 1.1s;}
span.en span:nth-child(11) {animation-delay: 1.2s;}
span.en span:nth-child(12) {animation-delay: 1.3s;}
span.en span:nth-child(13) {animation-delay: 1.4s;}
span.en span:nth-child(14) {animation-delay: 1.5s;}
span.en span:nth-child(15) {animation-delay: 1.6s;}
span.en span:nth-child(16) {animation-delay: 1.7s;}
span.en span:nth-child(17) {animation-delay: 1.8s;}
span.en span:nth-child(18) {animation-delay: 1.9s;}
span.en span:nth-child(19) {animation-delay: 2.0s;}
span.en span:nth-child(20) {animation-delay: 2.1s;}
span.en span:nth-child(21) {animation-delay: 2.2s;}
span.en span:nth-child(22) {animation-delay: 2.3s;}
span.en span:nth-child(23) {animation-delay: 2.4s;}
span.en span:nth-child(24) {animation-delay: 2.5s;}

@keyframes delayin {
0%   {opacity:0;letter-spacing: 0.8em;}
100% {opacity:1;letter-spacing: 0.04em;}
}



#detail h3 span.en {
	padding: 0 0 0.1em;
	font-size: 1.8em;
}
body.sp #detail h3 span.en {
	padding: 0 0.6em 0px;
	border-bottom: solid 1px #2164bf;
	font-size: 2.0em;
}
h3 span.jp {
	display: block;
	font-size: 1.6em;
	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 12px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	text-indent: 0.1em;
	font-family: 'Cinzel',serif;
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.0em;
	letter-spacing: 0.1em;
	color: #f0f0f0;
	z-index: 2;
}
h4 .red {
	color: #fff887;
}
h4 span.en {
	position: relative;
	display: inline-block;
	width: auto;
	margin: 0 auto 0.2em;
	padding: 0em 6em 0.1em;
	font-size: 2.8em;
	line-height: 1.0em;
}
body.sp h4 span.en {
	width: 100%;
	padding: 0em 0 0.1em;
	font-size: 2.2em;
}
h4 span.en::after {
	content: '';
	position: absolute;
	left: 0;
	top: 1.0em;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, #221c12 0%, #2164bf 36%, #2164bf 64%, #221c12 100%);
}
h4 span.jp {
	display: block;
	font-size: 1.2em;
}
h4 span.fp {
	display: inline-block;
	margin: 0 auto 6px;
	padding: 0 12px 1px;
	line-height: 1.2em;
	letter-spacing: 0px;
	font-size: 1.7em;
	font-weight: normal;
	text-align: center;
	font-family: 'Cinzel',serif;
	color: #fff;
	background: linear-gradient(transparent 60%, #3f6fff 60%);
}
h5 {
	margin: 0 auto 6px;
	padding: 0 0 4px;
	line-height: 1.2em;
	letter-spacing: 0px;
	font-size: 1.4em;
	font-weight: normal;
	text-align: center;
	font-family: 'Cinzel',serif;
	color: #fff887;
}
/* Box
 * --------------------------------------- */
.box {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto 60px;
	padding: 0px 40px 0px;
	overflow: hidden;
}
.txt-box.scview ,
.box.scview {
	opacity: 0;
	transform: translate(0,120px);
	-webkit-transform: translate(0,120px);
}
.txt-box.scview.effect ,
.box.scview.effect {
	opacity: 1;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	transition: .8s;
	-webkit-transition: .8s;
}
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 0px;
	padding: 12px 0px 20px;
}
#toptop .box {
	width: 1080px;
	margin: 0 auto 0px;
	padding: 12px 0px 60px;
}
body.sp #toptop .box {
	width: 680px;
}
#news .box {
	background: rgba(0,0,0,0.4);
	border: 1px solid #2164bf;
}
body.pct #detail .box {
	max-width: 1120px;
	margin: 0 auto 40px;
	padding: 12px 20px 12px;
	background: rgba(0,0,0,0.4);
}
body.sp #detail .box {
	margin: 0 auto 40px;
	padding: 12px 0px 12px;
	background: rgba(0,0,0,0.4);
}
.box p {
	margin: 0 0 2em;
	padding: 0;
	text-align: left;
}
.box p:last-of-type {
	margin: 0 0 0px;
}
.box p.rp {
	margin: 0 auto;
}
body.pct .box p.rp {
	max-width: 800px;
	font-size: 1.24em;
	line-height: 2.0em;
}
body.sp .box p.rp {
	font-size: 1.1em;
	line-height: 2.0em;
}
.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: #fff;
}
.white-box a {
	vertical-align: middle;
}
.white-box img {
	vertical-align: middle;
}
.txt-box {
	width: 100%;
	margin: 0 auto 28px;
	padding: 28px 28px;
	background-color: rgba(6,15,49,0.7);
	border: 1px solid #2164bf;
}
.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: 600px;
	height: 320px;
	float: left;
	margin: 0 28px 0 0;
	padding: 0;
	overflow-y: auto;
}
body.sp #newsbox {
	float: none;
	width: 600px;
	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 #134d9b;
	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: 0px auto 12px;
	padding: 0;
	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 {
	display: inline-block;
	width: 216px;
	height: 322px;
	position: relative;
	margin: 0 8px 16px;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1em;
	overflow: hidden;
	letter-spacing: normal; /*隙間対策 */
	background-color: #1f3574;
	border: solid 1px #2164bf;
}
.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: #f0f0f0;
}
.thumb figure {
	width: 214px;
	height: 280px;
	margin: 0 auto 0;
	position: relative;
	padding: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	overflow: hidden;
}
body.sp .thumb figure {
	width: 312px;
	height: 408px;
	margin: 0 auto 0;
}
.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;
}
body.sp .thumb figcaption {
}
.thumbname {
	display: block;
	width: 100%;
	height: 36px;
	margin: 0 auto;
	padding: 10px 0 0;
	font-size: 1em;
	line-height: 1em;
	text-align: center;
	background:-webkit-gradient(linear,from(#206ad9),to(#1f3574));
	background:-webkit-linear-gradient(#206ad9,#1f3574);
	background:linear-gradient(#206ad9,#1f3574);
}
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: 7px 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: 9px 0 0;
	font-size: 0.92em;
}
.thumb .thumbroom {
	width: 100%;
	height: 22px;
	margin: 0 0 1px;
	padding: 2px 0 0;
	font-size: 108%;
	color: #fff;
	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: #f0f0f0;
	background-color: #1f3574;
}
#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;}

.thumb .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 64px;
	height: 64px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
body.sp .thumb .icon {
	width: 80px;
	height: 80px;
}
.thumb .icon {display: none;}
#today .thumb .icon {display: block;}
.tday-mon .thumb .zan1 {display: block;}
.tday-tue .thumb .zan2 {display: block;}
.tday-wed .thumb .zan3 {display: block;}
.tday-thu .thumb .zan4 {display: block;}
.tday-fri .thumb .zan5 {display: block;}
.tday-sat .thumb .zan6 {display: block;}
.tday-sun .thumb .zan7 {display: block;}

.thumb .icona {background-image: url(../images/icona.gif);}
.thumb .iconb {background-image: url(../images/iconb.gif);}
.thumb .iconc {background-image: url(../images/iconc.gif);}
.thumb .icond {background-image: url(../images/pickup2.png);}
.thumb .icone {background-image: url(../images/icong.gif);}
.thumb .iconf {background-image: url(../images/iconf.gif);}

#detail .icon {
	display: inline-block;
	max-width: 5.0em;
	margin: 0 0 0 6px;
	padding: 0.2em 0.4em;
	text-align: center;
	font-size: 1em;
	line-height: 1em;
	color: #fff;
	border-radius: 0.2em;
}
#detail .icond {background: #ff70a2;}



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;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 26;
	background-image: url(../images/pickup2.png);
	left: 0;
	top: 0;
	width: 64px;
	height: 64px;
}
body.sp .thumb .pickup {
	width: 80px;
	height: 80px;
}
.thumb .new {
	position: absolute;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 26;
	background-image: url(../images/new2.png);
	right: 0;
	top: 0;
	width: 64px;
	height: 64px;
}
body.sp .thumb .new {
	width: 80px;
	height: 80px;
}
.thumbnew .new {
	display: none;
}
.thumb .insta ,
.thumb .bs ,
.thumb .tw {
	position: absolute;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 26;
	top: 240px;
	width: 44px;
	height: 44px;
}
.thumb .insta {
	background-image: url(../images/insta.png);
	left: 0px;
}
.thumb .bs {
	background-image: url(../images/bs.png);
	right: 50px;
}
body.sp .thumb .bs {
	right: 64px;
}
.thumb .tw {
	background-image: url(../images/tw5.png);
	right: 0px;
}
body.sp .thumb .insta ,
body.sp .thumb .bs ,
body.sp .thumb .tw {
	width: 60px;
	height: 60px;
	top: 360px;
}
#detail .bs {
	right: 60px;
	bottom: 44px;
	width: 50px;
	height: 50px;
}
#detail .tw {
	right: 0px;
	bottom: 44px;
	width: 50px;
	height: 50px;
}
.review {
	width: 440px;
	max-height: 680px;
	overflow: auto;
}
.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: 16px 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: -8px 0 0;
	padding: 3px 6px 0 0;
	text-align: center;
	font-size: 40px;
	line-height: 1em;
	font-style: italic;
	color: #fff;
	background: #3f6fff;
	-webkit-border-radius: 36px; /*角丸*/
	-moz-border-radius: 36px;
	border-radius: 36px;
}
/* flow */
.flowbox {
	width: 100%;
	margin: 0 auto 10px;
	padding: 28px 0px 20px;
}
.flow {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto 4px;
	padding: 18px 40px 20px 80px;
	text-align: center;
	background: rgba(191,239,255,0.2);
	border: solid 2px #c2f2fc;
	-webkit-border-radius: 24px; /*角丸*/
	-moz-border-radius: 24px;
	border-radius: 24px;
}
body.sp .flow {
	padding: 32px 20px 32px 40px;
}
.flow h5 {
	display: inline-block;
	margin: 0 32px 6px auto;
	padding: 0 12px 1px;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.2em;
	color: #fff60a;
	background: linear-gradient(transparent 70%, #3f6fff 70%);
}
body.sp .flow h5 {
	margin: 0 20px 16px auto;
	font-size: 1.7em;
}
.flow .no {
	position: absolute;
	left: 0;
	top: 0;
	width: 240px;
	height: 100px;
	margin: -40px 0 0 -80px;
	padding: 60px 20px 0 0;
	font-weight: bold;
	font-size: 2.4em;
	line-height: 1.0em;
	letter-spacing: 0em;
	color: #fff;
	background-color: #2aa2ff;
	-webkit-transform: rotate(-34deg);
	transform: rotate(-34deg);
}
body.sp .flow .no {
	padding: 64px 20px 0 0;
	font-size: 1.7em;
}

.flowpic {
	margin: 0 auto;
	padding: 0 0 8px;
	text-align: center;
}
.arrow {
	position: relative;
	height: 2em;
	margin: 20px auto;
}
.arrow::after {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 2em);
	border: 2rem solid transparent;
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 2rem;
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 2em;
	border-top: 2em solid #1869c4;
}
.qabox {
	display: block;
	max-width: 800px;
	margin: 0 auto 1.2em;
	padding: 0.8em 0;
	text-align: left;
	background: rgba(191,239,255,0.2);
	border: solid 2px #c2f2fc;
	-webkit-border-radius: 20px; /*角丸*/
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.qabox .ques {
	position: relative;
	display: inline-block;
	margin: 0 auto 0.5em 3.6em;
	padding: 0.5em 0.2em 0.2em;
	font-family: 'Cinzel',serif;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.2em;
	color: #fff60a;
	background: linear-gradient(transparent 70%, #3f6fff 70%);
}
body.sp .qabox .ques {
	margin: 0 0.5em 0.5em 3em;
	font-size: 1.44em;
	line-height: 1.6em;
}
.qabox .ans {
	position: relative;
	height: auto;
	margin: 0 1.2em 0.5em 4.0em;
	padding: 0.5em 0.8em 0.2em;
	font-size: 1.2em;
	line-height: 1.6em;
}
body.sp .qabox .ans {
	margin: 0 1.2em 0.5em 3.0em;
	font-size: 1.1em;
	line-height: 1.8em;
}
.qabox .no {
	position: absolute;
	left: -1.6em;
	top: 0.2em;
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	margin: 0;
	padding: 0.1em 0 0 0em;
	text-align: center;
	font-weight: bold;
	font-style: nomal;
	font-size: 1.6em;
	line-height: 1em;
	color: #fff;
	background: #2aa2ff;
	-webkit-border-radius: 36px; /*角丸*/
	-moz-border-radius: 36px;
	border-radius: 36px;
}
.recruit .qabox .ques .no {
	background: #2aa2ff;
}
.recruit .qabox .ans .no {
	left: -1.2em;
	background: #fb689c;
}

.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: #fff;
}
.qabtn:after {
	position: absolute;
right: 23px;
top: 14px;
content: "";
display: block;
width: 4px;
height: 22px;
background: #fff;
}
.open .qabtn:after {
	position: absolute;
right: 23px;
top: -5px;
content: "";
display: block;
width: 0px;
height: 0px;
background: #fff;
}

#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: #fff;
}
.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: #fff0f2;
	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: #fff;
}
#recruit7 {
	padding: 40px 0;
	background: #fff;
}
#recruit9 {
	padding: 40px 0;
	background: #fff;
}


/* Cell
 * --------------------------------------- */
.cell {
	width: 100%;
	margin: 0 auto 4px;
	padding: 0;
	overflow: hidden;
}
.cell .cset {
	margin: 0 auto 6px;
	overflow: hidden;
	line-height: 1.4em;
	border-bottom: solid 1px #134d9b;
}
.plcell .cset {
	position: relative;
	border-bottom: solid 0px #af7c35;
}
.plcell .cset::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, #0e0e0e 0%, #2164bf 44%, #2164bf 56%, #0e0e0e 100%);
}
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: #fff887;
}
.pdcell .cset .cright {
	color: #f2612f;
}
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 1px #fdcf8b;
}
.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: #fff;
	background: #b15624;
	border-radius: 2px;
}
body.pct #detail .dcell .cset {
	float: left;
	margin: 0 auto 0px;
	width: 33.33%;
	border-left: solid 1px #2164bf;
	border-bottom: solid 0px #134d9b;
}
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 #2164bf;
	border-bottom: solid 1px #134d9b;
}
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: #eee;
	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: 100%;
	margin: 0 auto 0;
	padding: 8px 0px 20px;
}
.profilebox {
	position: relative;
	margin: 0 auto 20px;
	padding: 8px 20px 20px;
	text-align: center;
	background: #191510;
	border-top: solid 2px #134d9b;
	overflow: hidden;
}
#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: #fff;
	border: solid 0px #222;
	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 #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: .4s;
}
a.snsbutton img {
	height: 2.7em;
	margin-right: 1em;
	vertical-align: middle;
}
a.imgbutton {
	padding: 0.2em 4.4em 0.2em 3em;
}
a.linebutton {
	background: #00c300;
}
a.instabutton {
	background: #e23864;
}
a.bsbutton {
	background: #00409f;
}
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(255,255,255,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: 400;
}
body.sp #page-top {
	bottom: 104px;
}
#page-top a {
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
background: -webkit-gradient(linear,from(#206ad9),to(#1f3574));
background: -webkit-linear-gradient(#206ad9,#1f3574);
background: linear-gradient(#206ad9,#1f3574);
	border: solid 1px #2164bf;
	text-align: center;
	border-radius: 4px;
	opacity: 0;
	-webkit-transition: .4s;
	 transition: .4s;
}
.down #page-top a {
	opacity: 1;
}
#page-top a:hover {
	opacity: 0.4;
	-webkit-transition: .4s;
	 transition: .4s;
}
#page-top a::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 24px;
	width: 20px;
	height: 20px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* 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;
}
