640/**=
 * ========================================
 * HTML 
 * ========================================
 */

html {
	margin: 0;
	padding: 0;
	border: 0;
}

.hack:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

* html .hack {
	display: inline-block;
}

/* no ie mac \*/
* html .hack {
	height: 1%;
}

.hack {
	display: block;
}

.onlySp {
	display: none;
}


/**=
 * ========================================
 * メイン 
 * ========================================
 */


body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-size: 14px;
	line-height: 160%;
	color: #999999;
	z-index: 0;
	background-color: #000000;
}

img {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

a {
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #ff0005;
	text-decoration: underline;
}

hr {
	display: none;
}

/* p {
	margin: 0;
	border: 0px;
	padding: 0px;
} */
h1 {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

h2 {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.btn_sns img {
	width: 40px;
	margin: 0 5px;
}

.btn_box {
	background-color: #fcca00;
	display: block;
	color: #2b2b2b;
	width: 80%;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 auto;
	text-decoration: none;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
}

.btn_box a:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
}

#header {
	display: block;
	background-color: #000000;
}

#footer {
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
#footer img.top_page {
	filter: invert();
}

footer#footer .footer_bg_wrapper #f_PC ul#footer_article *{
    box-sizing: content-box;
}

.cop {
	border: 0px;
	position: relative;
	display: block;
	margin: 0px;
	color: #FFFFFF;
	height: 20px;
	width: 100%;
	padding: 0px;
}

#pan_box {
	background: #000;
	color: #fff;
	font-size: 0.8em;
	padding: 3px 0 3px 10px;
	margin: 0px 0 0 0 !important;
	width: 100%;
}

#pan_box .in {
	text-align: left;
	margin: 0 auto;
	width: 960px;
}

#pan_box a {
	color: #fff;
	text-decoration: none;
}

#pan_box a:hover {
	text-decoration: underline;
}

#pan_box span {
	color: #fff;
	font-weight: bold;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

/**=
 * ========================================
 * 内容
 * ========================================
 */

.main {
	background-color: #ffffff;
	background-image: url(../img/bg.jpg);
	display: block;
	margin: 0px;
	padding: 0px 0px 30px 0px;
}

.main h1 {
	width: 100%;
	display: block;
	margin: 0px auto 0px;
	padding: 0px;
	background-image: url(../img/title_back.jpg);
	background-size: cover;
	background-position: center;
	height: 400px;
}

.logoBox {
	margin-bottom: 30px;
	position: relative;
}

.main h1 img {
	z-index: 999;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 600px;
}

.main_box {
	width: 960px;
	margin: 0px auto 0px;
}

.infoBox {
	display: block;
	width: 100%;
	border: 4px solid #fbc500;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 15px 15px 20px 15px;
	text-align: left;
	color: #282828;
	margin: 0px 0px 30px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	float: left;
	/* box-shadow */
	/*box-shadow:rgba(0, 0, 0, 0.20) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.20) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.20) 0px 0px 6px 3px;*/
}

.twitter {
	float: left;
	margin-left: 20px;
	width: 330px;
	height: 770px;
	border: 4px solid #fbc500;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-sizing: border-box;
}

@media all and (-ms-high-contrast: none) {

	/*IE*/
	.twitter {
		height: 781px;
	}
}

@-moz-document url-prefix() {

	/*firefox*/
	.twitter {
		height: 776px;
	}
}

.infoTitle {
	font-size: 24px;
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 15px 0px;
	border-bottom: 2px solid #b2b2b2;
	color: #ff0005;
}

.infoTxt {
	width: 100%;
	font-size: 110%;
	display: block;
	padding: 7px;
	line-height: 1.7;
	overflow: hidden;
}

.text_red {
	display: block;
	color: #ff0005;
	font-weight: bold;
}

.clear {
	clear: both;
}

.redTxt {
	color: #ed0000;
}

/**/
#contents {
	width: 100%;
	padding: 20px 0px 0px 0px;
}

#infoBoxS {
	padding: 20px 0px 20px 0px;
}

#infoBoxS h3 {
	font-style: italic;
	font-size: 140%;
	line-height: 145%;
	color: #d4b64d;
}

/**/
.recruitTable {
	width: 100%;
	margin: 0px auto 0px;
	padding: 0px;
	display: block;
	text-align: left;
	border: 1px solid #333333;
	color: #ffffff;
}

.listBox {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	clear: both;
	overflow: auto;
	position: relative;
	border-bottom: 1px solid #333333;
}

.listBoxLast {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	clear: both;
	overflow: auto;
	position: relative;
	border-bottom: 1px solid #333333;
	border-bottom: none;
}

.listTitle {
	width: 100px;
	float: left;
	display: block;
	margin: 0px;
	padding: 10px;
	color: #ccc;
}

.listTxt {
	width: 810px;
	padding: 10px;
	float: left;
	display: block;
	border-left: 1px solid #333333;
	color: #ccc;
}
.listTxt span {
	display: inline-block;
	padding-left: 2em;
}
.listTxt span::before {
	content: '・';
	margin-left: -1em;
	font-weight: bold;
}
.h_logo {
	width: 10%;
	max-width: 100px;
	vertical-align: middle;
	margin: 0.5em auto;
}

.listTxt a:hover {
	opacity: 0.8;
}

#keikoku {
	width: 100%;
	margin: 0px 0px 12px 0px;
	padding: 12px 0px 12px 0px;
	background-color: #ffe400;
	display: block;
}

#keikokuIn {
	width: 712px;
	display: block;
	margin: 0px auto 0px;
	padding: 12px 0px 12px 0px;
	border: 4px solid #000000;
	position: relative;
}

#keikokuIn p {
	width: 100%;
	height: 29px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(img/keikoku_pv.jpg);
	background-position: center;
}

#keikokuIn p b {
	display: none;
}

.underLine {
	text-decoration: underline;
}

.fee {
	padding-left: 1em;
}

/*プレゼント*/
.pre_box {
	width: 100%;
	margin: 0px auto 0px;
	overflow: auto;
	clear: both;
	text-align: left;
}

.pre_img {
	width: 260px;
	display: block;
	margin: 0px 0px 0px 0px;
	float: left;
}

.pre_text {
	display: block;
	float: left;
	width: 442px;
	padding: 16px 0px 16px 18px;
	font-size: 120%;
	line-height: 160%;
	font-style: italic;
	color: #f2c528;
	background-image: url(img/pre_allow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 16px;
}

.box_wrapper, .link_banner {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto 30px;
}
 .link_banner{
	max-width: 960px;
}

.link_banner a {
	display: block;
	width: 31%;
}

.mc_box {
	width: 100%;
	overflow: hidden;
	margin: 24px auto 0px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #FFFFFF;
	text-align: left;
}

.mc50 {
	width: 48% !important;
}

.box_wrapper .mc_box {
	width: 32%;
	margin: 24px 0 0 0;
}

.mc_bar {
	color: #333;
	background-color: #fcca00;
	padding: 10px 16px 7px 16px;
	font-size:min(4vw,1.4em);
	text-align: center;
}

.mc_bar span {
	display: block;
	font-size: 14px;
}

.mc_date {
	display: block;
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
	border-bottom: solid rgba(255, 255, 255, 0.8) 0.1em;
}

.mc_info {
	padding: 16px;
}

.mc_photo {
	width: min(15em, 400px);
	height: min(15em, 400px);
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
}
.mc_photo img {
	width: 100%;
}

.mc_noimg {
	background-color: rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgba(0, 0, 0, 0.3);
}

.mc_text {
	width: 100%;
	float: left;
	color: #282828;
}

.mc_text p a {
	color: #A1840F;
}

.mc_text2 {
	width: 100%;
	color: #282828;
	font-size: 1rem;
	line-height: 1.7;
}

.mc_text2 p {
	padding-bottom: 5px;
}

.mc_text_title {
	width: 3.2em;
}

.mc_text_pro {
	margin: 12px 0px 0px 0px;
	color: #454545;
	font-size: 92%;
	line-height: 160%;
}

.oubo_chu {
	width: 680px;
	overflow: hidden;
	margin: 0px auto 24px;
	background-color: #FFFFFF;
	text-align: left;
	padding: 20px;
	border: 2px solid #e50012;
	color: #e50012;
	text-align: left;
	font-size: 128%;
	line-height: 160%;
}

.guest24 {
	width: 100%;
	float: left;
	border: 4px solid #fbc500;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	overflow: hidden;
	box-sizing: border-box;
}

.guest24_2 dl,
.guest24 dl {
	margin: 0px;
	padding: 0px;
}

.guest24_2 dl dt,
.guest24 dl dt {
	margin: 0px;
	padding: 12px 0px 12px 0px;
	background-color: #ffffff;
	border-bottom: dotted 1px #fcca00;
}

.guest24 .circle img {
	border-radius: 100px;
}

.guest24 .guest_title {
	margin: 0px 0px 8px 0px;
	color: #333333;
}

.guest24 dl dd {
	margin: 0px;
	padding: 12px;
	text-align: left;
	font-size: 87%;
	line-height: 148%;
	background-color: #FFFFFF;
}

.guest24_2 dl dd .guest_info,
.guest24 dl dd .guest_info {
	color: #454545;
}

.guest24 dl dd p span {
	font-size: 90%;
	line-height: 148%;
	color: #8E8E8E;
}


.guest24 {
	color: #333;
	margin-bottom: 30px;
}

.guest24 a:hover {
	color: #333;
}

copy {
	margin-bottom: 50px;
	display: inline-block;
}

.uniform {
	box-sizing: border-box;
	width: 40%;
	float: right;
	text-align: center;
	margin: 0 0 0 2%;
}

.uniform img {
	width: 100%;
	max-width: 350px;
}
p.img_txt {
	width: 80%;
	margin: 5px auto 0 auto;
}
.gentei_img {
	width: 80%;
	margin: 0 auto;
}
.gentei_img img {
	width: 100%;
}

.guest_day {
	color: #222;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 15px;
	padding-top: 15px;
	background-color: #fcca00;
}

.guest_title {
	color: #fcca00;
	font-size: 1.3rem;
	font-weight: 900;
}

.guest_01,
.guest_02 {
	box-sizing: border-box;
	width: 50%;
	min-height: 600px;
	background: #fff;
	float: left;
	position: relative;
}

.mark_alldays {
	width: 95px;
	position: absolute;
	top: 100px;
	left: 95px;
}

.mark_alldays img {
	width: 100%;
}

.guest24_2 .guest_01 {
	width: 100% !important;
	float: left;
	box-sizing: border-box;
}

.guest24 .guest_02,
.guest24 .guest_03 {
	border-left: solid #fcca00 4px;
}

.nijiuketsuke {
	font-weight: bold;
	color: #fcca00;
	padding-bottom: 25px;
}

.contact_btn {
	display: block;
	background-color: #fff;
	width: 80%;
	padding: 10px;
	text-align: center;
	margin: 10px auto;
	border-radius: 10px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

.archive {
	clear: both;
	background-color: #000;
	border: 4px solid #fbc500;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	margin: 24px auto;
}

.archive p {
	color: #222;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 15px;
	padding-top: 15px;
	background-color: #fcca00;
}

.archive p span {
	font-size: 0.7rem;
}

.archive img {
	width: 50%;
	margin: 0 auto;
}

.video-container {
	padding: 56.25% 0 0;
	position: relative;
	width: 100%;
}

.video-container iframe {
	height: 100% !important;
	position: absolute;
	right: 0;
	top: 0;
	width: 100% !important;
}

.mov_area {
	width: 80%;
	margin: 0 auto;
}

.link_banner img {
	vertical-align: bottom;
	width: 100%;
}

.event_box{
	margin-bottom: 30px;
}

.ticket_detail, .ticket_caution {
	padding-left: 2em;
	margin: 1em auto;
}
.ticket_detail::before {
	content: '▼';
	margin-left: -1em;
}
.ticket_caution {
	opacity: 0.9;
	background-color: #222;
	border-radius: 0.5em;
	display: inline-block;
	margin: auto 1em;
	padding: 1em;
}
.ticket_caution ul {
	list-style-type: none;
}
.ticket_caution ul li::before {
	content: '※';
	margin-left: -1em;
}
span.view_timer {
	padding-left: 0;
	display: block;
}
span.view_timer::before {
	content: '';
	margin-left: 0;
}