@charset "utf-8";
/*--------------------------------------------------------*/
/*リセット*/
html{margin:0px;padding:0px;border:0px;}
*{margin:0px;padding:0px;border:0px;}
body{line-height:1;}
h1,h2,h3,h4,h5,h6,p,span,table,a,img,dl,dt,dd,ul,li,ol,iframe,nav{
	margin:0px;
	padding:0px;
	font-size:100%;
	font-weight:normal;
	background:transparent;
	border:none;
	word-break: break-word;
}
ol, ul{list-style:none; list-style-type:none;}
.onlySp {
	display: none;
}
.inline_block { display: inline-block;font-weight: inherit; }
/*-------------カスタムプロパティ------------*/
:root {
	--max-width: 1020px;
}
/*--------------------------------------------------------*/

/*-------------スクリーンリーダー専用（非表示）------------*/
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
/*--------------------------------------------------------*/
html {overflow-y:scroll;}
body{
	background-color: #000000;
	width:100%;
	text-align:center;
	line-height: min(6vw, 1.5em);
	/*font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;*/
}
body::before {
	background-color: #000;
	content:"";
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100vw;
	height:100vh;
	/*
	background: url(../img/bg.png), linear-gradient(#ffc5f3, #ffe3fc, #ffe3fc, #ffe3fc, #ffeffd);
	background: url(../img/bg_all.jpg) center top / cover no-repeat #1a1d1b;
	*/
}
a:link{color:#333333; text-decoration:underline;}
a:visited{color:#333333; text-decoration:underline;}
a:hover{color:#666666; text-decoration:underline;}
#page_all {
	text-align: left;
	word-wrap: break-word;
}
/*--------------------------------------------------------*/
/*--パンくず--*/
#pan_box {
	background: #333;
	color: #fff;
	font-size: 0.8em;
	overflow-x: auto;
	padding: 8px 0 8px 10px;
	width: 100%;
}
#pan_box .in {
	color: #fff;
	display: flex;
	gap: 0.5em;
	margin: 0 auto;
	max-width: 1400px;
	white-space: nowrap;
}
#pan_box .in li + li::before {
	content: ">";
	padding-right: 0.5em;
}
#pan_box a:link{color:#ffffff; text-decoration:none;}
#pan_box a:visited{color:#dddddd; text-decoration:none;}
#pan_box a:hover{color:#fffd4b; text-decoration:underline;}
/*--------------------------------------------------------*/
/*-- SNS ----------------------*/
#sns_button_sp{
display: none;
}
#sns_button_pc{margin: 15px auto;min-height: 50px;width: max-content;}
#sns_button_pc .btn_sns img{height: 50px;width: 50px;margin: 0 5px;}
#sns_button{
width: 30%;
height: 40px;
margin: 20px auto;
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
min-width: 160px;
}
#sns_button a{
display:block;
width:40px;
height:40px;
margin:0 !important;
}
#sns_button img{
width:40px !important;
height:40px !important;
margin:0 !important;
}
/*-- footer/PC	-------------------*/
footer{
background: #333;
clear: both;
font-size: 0.9em;
line-height: 1.5em;
margin-top: 30px;
min-height: 640px;
text-align: center;
}
footer .mx_copyright{
color:#fff;
padding: 8px 0;
}
footer .mx_copyright a{
color:#fff;
text-decoration:underline;
}
footer a{
color: #d00;
text-decoration: none;
}
/*-----------------------------------*/
/*-- 緊急テキスト ----------------------*/
#rp_textbox .txt_text{
border: rgb(255 255 255 / 50%) solid 0.25em;
border-radius: 0.5em;
background: rgba(255,255,255,0.6);
margin: 20px auto;
padding: 8px;
line-height: 1.6em;
text-align: left;
max-width: var(--max-width);
width: 90%;
}
#rp_textbox .pop_text{
-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;
border: #c9c9c9 solid 1px;
font-size:0.9em;
line-height:1.5em;
margin:0 auto;
padding:20px;
text-align:left;
max-width: 900px;
word-break: break-all;
width:75%;
}
#rp_textbox .pop_text .popup_title{
border-bottom: #999 dotted 1px;
font-size:1.1em;
line-height:1.5em;
font-weight:bold;
margin:0 0 15px 0;
padding-bottom:5px;
text-align:center;
width:100%;
}
#rp_textbox .eme_img {
display: block;
text-align: center;
width: 100%;
}
#rp_textbox .eme_img img{
margin: 0 auto 10px;
max-width: 100%;
}
#rp_textbox a{
color:#d00;
text-decoration:underline;
}
.txt_title {
border-left: solid 0.5em #333333;
font-weight: bold;
font-size: 1.2em;
text-align: left;
padding: 0.3em;
margin-bottom: 0.5em;
}
#right_side {
float: right;
}
/*-----------------------------------*/
/*google翻訳*/
.skiptranslate.goog-te-gadget,
a.goog-logo-link,.goog-logo-link:link{color:#666666;text-align:center;}
/*-----------------------------------*/
/* index */
.wrapper {
	width: min(90vw, var(--max-width));
	margin: 0 auto;
}
.main {
	background-color: #ffffff;
	opacity: 1;
	background-image: radial-gradient(#f9c833 2px, #ffffff 2px);
	background-size: 29px 29px;
	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: min(90vw, var(--max-width));
	margin: 0px auto 0px;
}
h2 {
	font-weight: bold;
}
.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: min(5vw, 1.6em);
	display: block;
	margin: 0 0.5em 0.5em;
	padding: 0.5em 0;
	border-bottom: 2px solid #b2b2b2;
	color: #ff0005;
}

.infoTxt {
	font-size: min(4vw,1.2em);
	padding: min(1vw, 1em)
}

.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: flex;
	flex-wrap: wrap;
	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: 6.5em;
	margin: 0px;
	padding: 1em;
	color: #ccc;
	font-weight: bold;
}
.listBox strong {
    font-weight: normal;
    display: block;
    width: 100%;
    padding-left: min(3vw, 1em);
}
.listTxt {
	padding: min(3vw, 1em);
	border-left: 1px solid #333333;
	color: #ccc;
	width: calc(100% - 11em);
	min-width: min(84vw, 26em);
}
.listTxt ul {
	padding-left: min(3vw,1em);
}
/*
.listTxt span::before {
	content: '・';
	margin-left: -1em;
	font-weight: bold;
}*/
.h_logo {
	width: 15vw;
	max-width: 100px;
	vertical-align: middle;
	padding: 0.5em;
	display: inline-block;
}

.listTxt a:hover {
	opacity: 0.8;
	color: #000;
}
.contact {
	padding: min(3vw, 1em);
	display: block;
}
#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;
}
.box_wrapper, .link_banner {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto 30px;
}
 .link_banner{
	width: min(90vw, var(--max-width));
}

.link_banner a {
	display: block;
	width: calc(31% - min(4vw, 1em));
	text-shadow: min(0.5vw, 0.1em) min(0.5vw, 0.1em) min(1vw, 0.5em) rgb(255 255 255 / 30%);
	position: relative;
}
.bnr_x,
.bnr_insta {
	font-size: min(3.4vw, 2em);
	padding: min(1vw, 0.25em) min(2vw, 0.5em);
	line-height: 1em;
	text-align: left;
	color: #ecf0f2 !important;
	font-weight: bold;
	text-decoration: none !important;
}
.bnr_x {
	background: url(../img/bnr_x.jpg) left top / cover #2b2b2b;
}
.bnr_insta {
	background: url(../img/bnr_insta.jpg) left top / cover #302f89;
}
.link_banner a span {
	font-size: min(2.8vw, 0.8em);
	position: absolute;
	bottom: min(2vw, 0.5em);
	right: min(2vw, 0.5em);
}
.catch {
	text-align: center;
	font-size: min(3.8vw, 1.4em);
	line-height: min(5vw, 1.2em);
	font-weight: bold;
	margin: 0.5em 0;
	word-break: keep-all;
}
.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: min(1vw, 0.4em);
	font-size:min(4vw,1.4em);
	text-align: center;
}

.mc_name {
	word-break: keep-all;
}

.mc_memo {
	display: block;
	font-size: min(3vw, 0.65em) !important;
	word-break: keep-all;
	line-height: 1.2em;
	min-height: 3em;
	align-content: center;
}

.mc_date {
	display: block;
	margin-bottom: 0.5em;
	padding-bottom: 0.4em;
	border-bottom: solid rgba(255, 255, 255, 0.8) 0.1em;
	font-size: min(3vw, 1em) !important;
	line-height: min(4vw, 1em);
	min-height: 2em;
	align-content: center;
}

.mc_date span {
	display: inline-block;
}

.mc_info {
	padding: min(3vw, 1em) min(4vw, 1.5em) min(4vw, 1.5em);
}

.mc_photo {
	width: min(100%, 15em);
	height: min(100%, 15em);
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
	line-height: 0.8;
}
.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%;
	color: #282828;
}

.mc_text p a {
	color: #A1840F;
}

.mc_text2 {
	color: #282828;
}

.mc_text_title {
	width: 3.2em;
}

.mc_text_pro {
	margin: 12px 0px 0px 0px;
	color: #454545;
	font-size: 92%;
	line-height: 160%;
}
.uniform {
	box-sizing: border-box;
	width: min(50%, 350px);
	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%;
}
.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 !important;
	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: 60%;
	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;
}
.event_box,
.mc_box {
	box-shadow: 0 0 min(1vw, 0.3em) rgba(0, 0, 0, 0.3);
}
.ticket_detail::first-line {
	font-weight: bold;
}
.ticket_detail, .ticket_caution {
	padding-left: 2em;
	margin: min(3vw,1em) auto;
}
.ticket_detail::before {
	content: '▼';
	margin-left: -1em;
}
.ticket_detail small {
	text-indent: -1em;
	display: inline-block;
	margin-left: 1em;
}
.ticket_caution {
	opacity: 0.9;
	background-color: #222;
	border-radius: 0.5em;
	display: inline-block;
	margin: auto min(3vw,1em);
	padding: min(3vw,1em);
}
.ticket_caution ul {
	list-style-type: none;
	margin-top: 0.5em;
}
.ticket_caution ul li::before {
	content: '※';
	margin-left: -1em;
}
.btn_box {
	background-color: #fcca00;
	display: block;
	color: #2b2b2b;
	width: 80%;
	font-size: min(4.5vw,1.2em);
	font-weight: bold;
	margin: 0 auto;
	text-decoration: none !important;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
}

copy {
	margin-top: 1em;
	display: inline-block;
	color: #999;
}
.slick-dots li button::before {
    color: #fcca00 !important;
}
/*--------------------------------------------------------*/
/*--幅狭い用--*/
@media screen and (max-width: 800px) {
	#pan_box {
		overflow-x: auto;
	}
	/*-- 緊急テキスト ----------------------*/
	#rp_textbox .txt_text{
	border: rgb(255 255 255 / 50%) solid 0.25em;
	border-radius: 0.5em;
	background: rgba(255,255,255,0.9);
	margin: 2% auto;
	width: 95%;
	}
	#rp_textbox .pop_text{}
	#rp_textbox .popup_title{
	border-bottom: #999 dotted 1px;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:5px;
	text-align:center;
	}
	#rp_textbox a{
	color:#d00;
	text-decoration:underline;
	}
	.txt_title {
	border-left: solid 0.5em #333333;
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
	padding: 0.3em;
	margin-bottom: 0.5em;
	}
	/*-------------------------------------*/
	/*--SNS--*/
	#sns_button img{
		width: 30px !important;
		height: 30px !important;
		margin: 0 2%;
	}
	/*-------------------------------------*/
	/* index */

	/*-------------------------------------*/
}