@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/*---------Common---------------*/
* {
	box-sizing: border-box;
	position: relative;
}

.aplha {
	-ms-filter: "alpha( opacity=0 )";
	filter: alpha(opacity=0);
	opacity: 0.0;
}

.onalpha {
	opacity: 1.0;
	transition: 0.2s;
	cursor: default;
}

.onalpha:hover {
	opacity: 0.6;
	transition: 0.2s;
	cursor: pointer;
}


.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

a:focus,
*:focus {
	outline: none;
}


.sp,
.sp_b {
	display: none;
}

.pc {
	display: inline-block;
}

.pc_b {
	display: block;
}

/*-----Loading-------*/
#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 999;
	background: #000;
	text-align: center;
	color: #fff;
	display: none;
}

#loading_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*-----Main-------*/
#top_box {
	width: 100%;
	min-width: 1000px !important;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	overflow: hidden;
	background-color: #000;
}

#top_flex{
	display: flex;
	
}


.topL{
	width: 47%;	/* 846px */
	text-align: center;
	z-index: 10;
}

.topR{
	width: 53%;
}

.topL_inbox{
	width: 49.65%;
	margin: 8% auto 0;
}

.top_logo{
	width: 100%;
	height: auto;
	margin: 0 auto 7%;
}

.top_koukai{
	width: 100%;
	height: auto;
	margin: 0 auto 4%;
}

.top_cc{
	width: 100%;
	height: auto;
	margin: 0 auto 7%;
}



.top_menu{
	width: 100%;
	height: 6%;
/*	aspect-ratio: 420 / 82;*/
/*	padding-bottom: 19.524%;*/
	background-color: #fee101;
	padding: 2.5% 3.8%;
	margin-bottom: 5%;
	transition: 0.4s;
}

.top_menu_sns{
	width: 100%;
	height: 5%;
/*	aspect-ratio: 420 / 56;*/
/*	padding-bottom: 13.333%;*/
}


.inmenu{
	text-align: center;
	font-family: "Bebas Neue", sans-serif;
	font-size: 2vw;
	letter-spacing: 0.2em;
	color: #000;
	width: 100%;
	height: 100%;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	transition: 0.4s;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top_menu:hover{
	cursor: pointer;
	background-color: rgba(254, 225, 1, 0.9);
}

.top_menu:hover .inmenu{
	width: 90%;
	letter-spacing: 0.4em;
}

.top_bg{
	width: 100%;
	height: auto;
	margin: 0;
}

.top_sns_btn{
	color: #000;
	background-color: #fee101;
	width: 16%;
	height: 100%;
/*	aspect-ratio: 100 / 100;*/
	font-size: 2vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top_sns_btn:hover{
	cursor: pointer;
	background-color: rgba(254, 225, 1, 0.9);
}


/*-----ftr-------*/

#ftr_box {
	z-index: 40;
	margin: 0px 0 0;
	padding: 1px 0px 30px 0px;
	text-align: center;
	background-color: #fee101;
}


#ftr_naka {
	text-align: center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
}


#ftr_bnr {
	width: 1000px;
	margin: 0px auto 0px auto;
	text-align: center;
}


#ftr_bnr img {
	margin: 0px 5px 5px 0px;
}


.footer_link{
	margin-top: 30px;
	font-size: 11pt;
	color: #000;
}

.footer_link a:link,
.footer_link a:visited,
.footer_link a:active{
	color: #161616;
	margin: 0 10px;
}


.footer_link a:hover {
	color: #161616;
	text-decoration: underline;
}

.haikyu{
	margin-top: 10px;
	font-size: 11pt;
	text-align: center;
	color: #000;
}

.copy{
	margin-top: 10px;
	font-size: 11pt;
	text-align: center;
	color: #000;
}








/*------- SNS ----------------*/

#top_tw {
	position: relative;
	display: inline-block;
	z-index: 500;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: 25px;
}

.fb {
	margin: 2px 0px 0px 5px;
	padding: 0px;
	display: inline;
	float: left;
}

.tw {
	margin: 2px 0px 0px 5px;
	padding: 0px;
	display: inline;
	float: left;
}

.line {
	margin: 2px 0px 0px 10px;
	padding: 0px;
	display: inline;
	float: left;
}


.eigacom {
	margin: 2px 0px 0px 10px;
	padding: 0px;
	display: inline;
	float: left;
}






/*------- SUB PAGE ----------------*/
.sub_box {
	width: 100%;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.in_box {
	margin: 0 auto;
	width: 1000px;
	font-size: 10pt;
	font-weight: normal;
}

.pad_lr {
	padding-left: 13px;
	padding-right: 13px;
}

.txt_box{
	font-size: 11pt;
	line-height: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}










