@charset "UTF-8";

body {
	font-size: 16px;
}

/*----------------------------------------------- hover */
.ft_cont_link a:hover,
.ft_cont_link a:hover i,
p.privacy a:hover,
.go_top a:hover,
.detail a .tag:hover,
.post_nav_w a:hover,
.cat_link a:hover,
.privacy-policy p a:hover,
.go_back a:hover {
	color: #dfe200;
	transition: all 0.3s ease 0s;
	opacity: 1;
}
.post_nav_w a:hover i,
.cat_link a:hover i {
	color: rgb(140 255 157);
	transition: all 0.3s ease 0s;
	opacity: 1;
}
input[type="submit"]:hover {
	background-color: #dfe200;
	border: solid 1px #dfe200;
	transition: all 0.3s ease 0s;
}


/*----------------------------------------------- 共通 */
.top_img {
	margin-top: 50px;
}
.top_img_item {
	height: calc(100vw / 5);
}
.p_bnr_w ul {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
	
.p_bnr_w li {
	margin: 65px auto;
}
.ft_message {
	max-width: 400px;
	margin: 35px auto 0;
}
h1 {
	margin: 8em auto 3em;
}
.keiba {
	margin: 65px auto;
}
.section_inner {
	max-width: 800px;
	margin: 50px auto;
}
.detail .section_inner {
	max-width: 900px;
	width: 900px;
	margin: 50px auto;
}
.contact_pg .section_inner {
	max-width: 600px;
}
h2 img {
	margin-bottom: 50px;
}
.contact h2 img {
	margin-bottom: 30px;
}
.more_btn {
	width: 175px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	bottom: -20px;
}
.more_btn:hover {
	background-color: rgb(140 255 157);
	transition: all 0.3s;
}
.fix_page,
.detail {
	padding-top: 50px;
}

.back_imgs {
	position: fixed;
	width: 200px;
	height: 200px;
}
.back_imgs.back_imgs_r01 {
	top: 25vh;
}
img.r01_cl_01 {
	width: 160px;
	right: -10px;
	top: 0;
}
img.r01_cl_02 {
	width: 125px;
	top: 75px;
	right: -25px;
}
img.r01_fl_01 {
	width: 80px;
	top: -53px;
	right: -28px;
}
img.r01_fl_02 {
	width: 60px;
	top: 110px;
	right: 70px;
}
.back_imgs.back_imgs_r02 {
	bottom: 15vh;
}
img.r02_cl_01 {
	width: 150px;
	left: 25px;
	top: 23px
}
img.r02_cl_02 {
	width: 130px;
	top: 85px;
	right: -30px;
}
img.r02_fl_01 {
	width: 50px;
	top: -35px;
	right: -10px;
}
img.r02_fl_02 {
	width: 55px;
	top: 0;
	right: 15px;
}
img.r02_fl_03 {
	width: 40px;
	top: 145px;
	right: 65px;
}
.back_imgs.back_imgs_l01 {
	top: 35vh;
}
img.l01_cl_01 {
	width: 160px;
	left: 5px;
	top: 0;
}
img.l01_cl_02 {
	width: 125px;
	top: 35px;
	left: -20px;
}
img.l01_fl_01 {
	width: 50px;
	top: 85px;
	right: 70px;
}
img.l01_fl_02 {
	width: 60px;
	top: 130px;
	left: 35px;
}
.back_imgs.back_imgs_l02 {
	bottom: 0;
}
img.l02_cl_01 {
	width: 160px;
	left: 5px;
	top: 0;
}
img.l02_fl_01 {
	width: 40px;
	top: -60px;
	right: 100px;
}
img.l02_fl_02 {
	width: 70px;
	top: -35px;
	left: -15px;
}
img.l02_fl_03 {
	width: 50px;
	top: 65px;
	right: 10px;
}
img.l02_fl_04 {
	width: 40px;
	top: 100px;
	right: 45px;
}
.hoshino .dtl_bnr {
	height: 51px;
}

/*----------------------------------------------- 固定ページ */
.fix_page h2 {
	font-size: 30px;
}


/*----------------------------------------------- 404 */
.fix_page.page_404 h2 {
	font-size: 60px;
}


/*----------------------------------------------- 詳細ページ */
.not_front .header_inner .ebi {
	width: 80px;
	height: 80px;
	margin: 2em auto 0 5em;
	position: absolute;
	z-index: 99;
}
.not_front .header_inner .ebi:hover {
	width: 100px;
	height: 100px;
}
.dtl_bnr {
	height: 43px;
	margin-bottom: 0;
}
.detail h2 {
	font-size: 18px;
	margin: 35px auto;
}
.dtl_cmnt {
	margin: 35px auto;
	padding-top: 35px;
}


/*----------------------------------------------- footer */
.ft_logo {
	width: 65px;
}
.ft_logo:hover,
.ft_name:hover {
	animation: poyo .6s;
}
@keyframes poyo {
	from, to { transform: none; }
	10% { transform: scale(1.2); }
	40% { transform: scale(.9); }
	60% { transform: scale(1.04); }
	80% { transform: scale(.98); }
}
.ft_name {
	width: 170px;
	margin: 25px auto;
}
.ft_cont_link {
	margin: 15px auto 0;
}
.ft_cont_link:first-of-type{
	margin-top: 30px;
}


/*----------------------------------------------- privacy-policy */
.privacy-policy > div >div {
	margin: 40px auto;
}















