/*---------Common---------------*/

*{
	box-sizing: border-box;
	position: relative;
}

.mincho{
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	font-feature-settings : "palt" 1;
}

.aplha{
	-ms-filter: "alpha( opacity=0 )";
	filter: alpha( opacity=0 );
	opacity: 0.0;
}

.clearfix::after{
	content: "";
	display: block;
	clear: both;
}


a:focus, *:focus {outline:none;}

.rot_box{
	-webkit-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -o-transform: rotate(0.028deg);
    transform: rotate(0.028deg);
	font-feature-settings : "palt" 1;
}

/*-----Header Menu-------*/

#nav_box{
	width: 100%;
	min-width: 1000px !important;
	height:33px;
	position: fixed;
	top:0;
	z-index:300;
	background-color: #98af23;
	background-repeat: no-repeat;
	background-position: top center;
}

#nav_set_box{
	padding:0;
	width:1000px;
	height:33px;
	margin:0px auto 0 auto;
	box-sizing: border-box;
	z-index:300;
}

.menu_btn{
	height:33px;
	font-family: 'Noto Sans Japanese', serif;
	font-size: 12pt;
	font-weight: 600;
	color:#ffffff;
	background-color: rgba(0,0,0,0.00);
	border: 0;
	cursor: default;
	overflow:hidden;
	position: relative;
	padding-left: 18px;
	padding-right: 18px;
	float: left;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
}

.menu_btn:hover{
	cursor: pointer;
	background-color: rgba(152, 175, 35, 0.7);
	color:rgba(255, 255, 255, 0.70);
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
}

.menu_btn2{
	height:33px;
	font-family: 'Noto Sans Japanese', serif;
	font-size: 14pt;
	font-weight: 600;
	color:rgba(255, 255, 255, 0.30);
	background-color: rgba(0,0,0,0.00);
	border: 0;
	cursor: default;
	overflow:hidden;
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
	float: left;
}

.btn_sepa{
	width: 1px;
	height:33px;
	border-right: 1px #ffffff solid;
	float: left;
	box-sizing: border-box;
}

/*-----Top Page-------*/

#top_box{
	width: 100%;
	min-width: 1000px !important;
	height: 1090px;
	margin-top: 33px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-image: url(../images/top_pt.jpg);
	background-repeat: no-repeat;
	background-position: center 0%;
	overflow: hidden;
	background-color: #fed700;
}

#top_set_box{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: 1055px;
	background-repeat: no-repeat;
}

.top_koukai{
	position: absolute;
	margin-top: 763px;
	margin-left: 16px;
}

.top_koukai3{
	position: absolute;
	margin-top: 770px;
	margin-left: 154px;
}



.yokoku{
	width: 234px;
	height: 132px;
	position: absolute;
	margin-top: 17px;
	margin-left: 747px;
	background-color: #000000;
}

#player_btn{
	position: absolute;
	top:0;
	left:0;
	width: 234px;
	height: 132px;
	z-index: 20;
	color:rgba(255,255,255,0.20);
	font-size: 60pt;
	transition: all 0.4s;
	text-align: center;
	padding-top: 4px;
	cursor: default;
}

#player_btn:hover{
	color:rgba(255,255,255,0.80);
	cursor: pointer;
}


#player{
	width: 234px;
	height: 132px;
	z-index: 19;
}



.bnr_mb242_64{
	position: absolute;
	margin-top: 590px;
	margin-left: 610px;
}

.bnr_onlineshop242_64{
	position: absolute;
	margin-top: 664px;
	margin-left: 610px;
}



/*-----ftr-------*/

#ftr_box{
	position: relative;
	z-index: 40;
	width: 100%;
	min-width: 1000px !important;
	margin: 0px 0px 0px 0px;
	clear: both;
	padding: 0px 0px 20px 0px;
}




#ftr_naka{
	width: 1000px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 210px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
}




#ftr_bnr{
	width: 1000px;
	margin: 0px auto 0px auto;
	text-align: center;
	}


#ftr_bnr img{	margin: 0px 5px 5px 0px;}



/*------- SNS ----------------*/

#top_tw{
	position: absolute;
	z-index: 500;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 240px;
	margin-bottom: 0px;
	height: 25px;
	width: 500px;
	display: flex;
	justify-content: center;

}


.fb {
	margin: -1px 1px 0px 0px;
	padding: 0px;
	display: inline;
	float: left;
} 

.tw {
	margin: 2px 0px 0px 10px;
	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-------*/
#main{
	width: 100%;
	overflow:hidden;
	min-width: 1000px !important;
}


.sub_box{
	width: 100%;
	min-width: 1000px !important;
	margin-left: auto;
	margin-right: auto;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}

.in_box{
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 1000px;
	position: relative;
	box-sizing: border-box;
	font-size: 12pt;
	line-height: 1.4em;
	color: #691f2e;
	font-weight: 500;
}

h3{
	width: 100%;
	text-align: center;
	color:#de0010;
	font-family: 'Leckerli One', cursive;
	font-size: 30pt;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 0;
}

.sub_head{
	width: 100%;
	min-width: 1000px !important;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 10;
}

.sub_head_inbox{
	width: 1000px;
	margin:0 auto;
	position: relative;
	z-index: 10;
}

.txt_box{
	font-size: 11pt;
	line-height: 1.5em;
}

.rot_box{
	-webkit-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -o-transform: rotate(0.028deg);
    transform: rotate(0.028deg);
	font-feature-settings : "palt" 1;
}


#slide_photo_box{
	position: relative;
	width: 100%;
	height: 345px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	z-index: 30;
	max-width: 2200px !important;
	min-width: 1000px !important;
	box-sizing: border-box;
	padding-top: 0;
}




.photo_slider1,
.photo_slider2{
	width:8100px;
	height: 345px;
	background-repeat:repeat-x;
	position:absolute;
	margin-top:0;
	margin-left:0;
	z-index:30;
	align-content:flex-start;
}

.column_box{
	display: table;
	width: 100%;
}

.column{
	display: table-cell;
}




/*----------INTRODUCTION------------*/

#intro_box{
	margin-top:0;
	height: 873px;
	z-index: 10;
	overflow: hidden;
	background-image: url(../images/intro_bg.jpg);
	background-color: #ffffff;
}

.intro_txt{
	width: 392px;
	margin-top: 129px;
	margin-left: 597px;
}

.intro_laed{
	color:#de0010;
	font-size: 16pt;
	font-weight: 600;
	width: 100%;
	margin-bottom: 25px;
	text-align: center;
}




/*----------Profile------------*/

#prof_box{
	margin-top:0;
	height: 1027px;
	z-index: 10;
	overflow: hidden;
	background-image: url(../images/prof_bg.jpg)
}

#prof_box h3{
	margin-top: 72px;
}

.prof_txt{
	width: 464px;
	margin-top: 60px;
	margin-left: 520px;
}

.prof_laed{
	color:#de0010;
	font-size: 16pt;
	font-weight: 600;
	width: 100%;
	margin-bottom: 25px;
	text-align: center;
}



/*----------STAFF------------*/

#staff_box{
	margin-top:0;
	height: 901px;
	z-index: 10;
	overflow: hidden;
	background-image: url(../images/staff_bg.jpg)
}

#staff_box h3{
	margin-top: 72px;
}

.staff_txt{
	width: 598x;
	margin-top: 85px;
	margin-left: 384px;
}

.staff_laed{
	color:#de0010;
	font-size: 16pt;
	font-weight: 600;
	width: 100%;
	margin-bottom: 25px;
	text-align: center;
}


/*----------Sub Footer------------*/

#sub_footer{
	margin-top:0;
	height: 360px;
	z-index: 10;
	overflow: hidden;
	background-color: #98af23;
	text-align: center;
}

.sub_logo{
	margin-top: 65px;
}


.btn_back{
	width: 145px;
	height: 145px;
	text-align: center;
	background-color: #0176c3;
	color: #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	margin-top: 30px;
	margin-left: 450px;
	font-family: 'Leckerli One', cursive;
	font-size: 18pt;
	padding-top: 40px;
	cursor: default;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
}

.btn_back:hover{
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
	cursor: pointer;
}
