@charset "utf-8";

.contents_wrap{
	color: #fff;
	font-family: 'Meiryo', "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;	
}
.contents_wrap img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* pc sp */
.is_sp {
	display: none;
}
.dis_pc {
	display: block;
}
.dis_sp {
	display: none;
}
.dis_pc_imp {
	display: block!important;
}
.dis_sp_imp {
	display: none!important;
}
.dis_mv_pc {
	display: block;
}
.dis_mv_tb_sp {
	display: none;
}
section > .inner {
	max-width: 950px;
	margin: 0 auto;
	padding: 0 10px;
}
.contents_wrap header > .inner {
	max-width: 950px;
	margin: 0 auto;
}
.contents_wrap p {
	color: #0c0b0b;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.contents_wrap :not(.l-chocokoka__header__gnav) a:hover {
	opacity: 0.8;
}
.contents_wrap .l-chocokoka__header__gnav a:hover {
	opacity: 1;
}
.contents_wrap {
	background-color: #5e0d0d;
	position: relative;
}
/*====================== header style ======================*/

#header {
	background: #130202;
	height: 53px;
	border-bottom: #e6ba67 2px solid;
	box-shadow: 0 0 20px #321300;
	position: relative;
	z-index: 3;
}
#header:after {
	content: "";
	display: block;
	position: absolute;
	top: 49px;
	left: 0;
	height: 0;
	width: 100%;
	border-bottom: #573b0a 2px solid;
	z-index: 10;
}
/*====================== footer_link style ======================*/
.page_top {
	width: 84px;
	position: absolute;
	bottom: 10px;
	right: 0px;
}

/*====================== SP style ======================*/

@media screen and (max-width: 640px) {
/* pc sp */
.dis_pc {
	display: none;
}
.dis_sp {
	display: block;
}
.dis_pc_imp {
	display: none!important;
}
.dis_sp_imp {
	display: block!important;
}
.dis_mv_pc {
	display: none;
}
.dis_mv_tb_sp {
	display: block;
}
.contents_wrap {
	color: #fff;
	font-size: 12px !important;
	font-family: 'Meiryo', "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
}
.page_top {
	width: 71px;
	position: absolute;
	bottom: 5px;
	right: 10px;
}
.sp_goTop {
	text-align: right;
	margin: 10px 10% 0 0;
	font-size: 16px;
}
.bland_link {
	margin: 0 auto;
	padding-top: 20px;
	width: 90%;
	text-align: center;
}
.bland_link h2 {
	/*width: 169px;*/
}
.bland_link img {
	display: block;
	margin-bottom: 5px;
}
.is_sp {
	display: block;
}
}
