@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');






/*---------Common---------------*/
* {
	box-sizing: border-box;
	position: relative;
}

.aplha {
	-ms-filter: "alpha( opacity=0 )";
	filter: alpha(opacity=0);
	opacity: 0.0;
}

.onalpha {
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha(opacity=100);
	opacity: 1.0;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: default;
}

.onalpha:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity: 0.8;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-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;
}

/*-----Header------*/
#header {
	width: 100%;
	min-width: 1000px;
	overflow-x: hidden;
}

.haishin_logo {
	width: 100%;
	max-width: 1800px;
	height: auto;
	margin: 0 auto;
}



.btn_home {
	width: 90px;
	height: 35px;
	position: absolute;
	top: 0;
	right:0;
	text-align: center;
	color: #E61237;
	text-decoration: none;
	z-index: 20;
	font-size: 11pt;
	line-height: 35px;
	font-weight: 700;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	z-index: 100;
	/*  font-family: 'Anton', sans-serif;*/
	background-color: #FFFFFF;
}




.btn_home:hover {
	background-color: rgba(255, 255, 255, 0.8);
	filter: alpha(opacity=80);
	opacity: 0.8;
	cursor: pointer;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
}






/*-----配信-------*/

#hashin_head_box{
	margin-top: 0%;
	margin-left: 0%;
	width: 100%;
	min-width: 1000px;
	padding: 1%;
}

.haishin_head{
	width: 100%;
	height: auto;
}

.haishin_head_txt{
	width: 100%;
	height: auto;
	position: absolute;
	margin-top: 0%;
	margin-left: 0%;
	z-index: 20;
}


#haishin_head {
	width: 90%;
	min-width: 1000px;
	margin: 0;
}





#haishin_box {
	margin: 0 auto;
	width: 100%;
	min-width: 1000px;
	font-size: 11pt;
	line-height: 1.6em;
	padding-bottom: 0px;
	z-index: 20;
	text-align: center;
}

.haishin_midashi {
	display: block;
	margin: 0px auto 0 auto;
	text-align: center;
	font-weight: 900;
	font-size: 25pt;
	line-height: 1.2em;
	color: #FFFFFF;
	z-index: 20;
}

.haishin_kome {
	font-size: 17pt;
	font-weight: 700;
	margin: 39px 0 0;
	z-index: 20;
}

.pt_pc {
	width: 100%;
	max-width: 1800px;
	margin: -5% auto 0;
}




#haishin_box2 {
	margin: 0 auto;
	width: 100%;
	min-width: 1000px;
	font-size: 11pt;
	line-height: 1.6em;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 0px;
	z-index: 20;
	background-image: url(../images/haishin_midashi_bg.gif);
	background-position: center top;
	background-color: #e61237;
	background-position: center top;
	background-repeat: no-repeat;
}


.haishin_cc {
	display: block;
	margin-top: 34px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	width: 100%;
	max-width: 1000px;
	height: auto;
}

@media screen and (max-width: 1400px) {
	.haishin_cc {
		width: 90%;
	}
}

.txt_box {
	width: 100%;
	max-width: 1258px;
	margin: 0px auto;
	text-align: center;
}


.txt1 {
	font-size: 30pt;
	font-weight: 400;
	line-height: 1.6em;
	margin-top: 50px;
	color: #fff7c3;
	margin-bottom: 50px;
	font-family: 'Zen Antique', serif;
}

.txt2 {
	font-size: 24pt;
	font-weight: 700;
	line-height: 1.6em;
	margin-top: 60px;
	margin-bottom: 75px;
	color: #000000;
}


@media screen and (max-width: 1100px) {
	.txt1 {
		font-size: 20pt;
	}

	.txt2 {
		font-size: 24pt;
	}
}


#haishin_box3 {
	margin: 0 auto;
	width: 100%;
	min-width: 1000px;
	position: relative;
	box-sizing: border-box;
	font-size: 11pt;
	line-height: 1.6em;
	padding-bottom: 100px;
	z-index: 20;
	background-position: center top;
	background-color: #000000;
	text-align: center;
	padding-top: 50px;
}

.txt3 {
	font-size: 24pt;
	font-weight: 700;
	margin-bottom: 60px;
}

.txt4 {
	font-size: 16pt;
	font-weight: 700;
	margin-top: 200px;
	margin-bottom: 60px;
	padding: 0 20px;
	line-height: 1.6em;
}

.sho {
	display: none;
}

/*----------PHOTO SCROLL------------*/

#slide_photo_pc1{
	width: 100%;
	height: 270px;
	background: repeat-x url("../images/haishin_scrl.jpg") left top/auto 100%;
	-webkit-animation: loop-pc infinite 40s linear;
	animation: loop-pc infinite 40s linear;
	z-index: 20;
}

@-webkit-keyframes loop-pc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -4000px 0;
	}
}

@keyframes loop-pc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -4000px 0;
	}
}











@media screen and (max-width: 1200px) {
	.sho {
		display: inline-block;
	}

}


ul {
	list-style: none;
	padding: 0;
	margin: 0
}

li {
	padding-left: 1em;
	text-indent: -1em;
}



#haishin_btnbox {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;

}

#haishin_btnbox img {
	margin: 0 12px 25px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
}

#haishin_btnbox img:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

/*-----ftr-------*/

#footer {
	z-index: 40;
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	clear: both;
	padding: 50px 0px 50px 0px;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	font-size: 60%;
	font-size: 11pt;
}
