@charset "euc-jp";
/* CSS Document */

#mv {
	width: 100%;
}
#first {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	margin: -8% 0 2em;
}
#bestrate_btn {
	width: 40%;
	text-align: center;
	z-index: 100;
}
#bestrate_btn a {
	text-decoration: none;
}
#bestrate_btn a span {
	line-height: 1.2 !important;
}
#first-txtbox {
	width: 58%;
	text-shadow: 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF;
	z-index: 100;
}

#reiendayori {
	position: relative;
	padding-bottom: 4%;
}
#reiendayori::before {
	position: absolute;
	content: '';
	display: block;
	width: 38%;
	max-width: 650px;
	padding-top: 20%;
	max-height: 345px;
	overflow: hidden;
	bottom: -8%;
	left: 0;
	background: url(../images/ryusui2.png) no-repeat left bottom;
	background-size: contain;
	z-index: 3;
}
#reiendayori::after {
	position: absolute;
	content: '';
	display: block;
	width: 27%;
	max-width: 480px;
	height: auto;
	max-height: 226px;
	padding-top: 13%;
	top: -10%;
	right: 0;
	background: url(../images/ryusui1.png) no-repeat right top;
	background-size: contain;
}
#reiendayori h2 {
text-shadow: 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 8px #FFF, 0 0 8px #FFF;
}


#tobloglist {
	text-align: right;
	margin: 0 0 1em !important;
}
#tobloglist a:link, 
#tobloglist a:visited {
	color: #333;
}
#tobloglist a:hover, 
#tobloglist a:active {
	color: #96C !important;
}
#blogbox {
	width: 64%;
	float: right;
}
#moviebox {
	width: 34%;
	float: left;
}
#blogbox .fbox {
	width: 24% !important;
}
#topmovie {
	z-index: 10;
}


#top_jumokuso {
	background: #98E0F8 url(../images/bg-green25.webp) no-repeat right top;
	background-size: 40% auto;
	position: relative;
	padding-top: 4%;
}
#top_jumokuso::before {
	position: absolute;
	display: block;
	content: '';
	width: 5%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/bg-min2.png);
	background-size: 54px auto;
}
#top_jumokuso h2 {
	margin-top: 0;
	font-weight: 800;
	color: #FF4D5F;
}
#top_jumokuso h2 span {
	color: #A56631;
	display: block;
	margin-bottom: .3em;
}

#topjumoku_menu {
	display: flex;
	flex-flow: row wrap;
	justify-content:space-around;
}
#topjumoku_menu .box {
	width: 32%;
	text-align: center;
}
#topjumoku_menu .jumokunew {
	position: relative;
}
#topjumoku_menu .jumokunew::before {
	content: '';
	display: block;
	width: 30%;
	padding-top: 24%;
	top: -2px;
	left: -2px;
	background: url(../images/corner-new.png) no-repeat left top;
	background-size: contain;
	position: absolute;
}
#topjumoku_menu .box a {
	text-decoration: none;
}
#topjumoku_menu p {
	line-height: 1.3;
}
#topjumoku_menu .jumoku_sub {
	background: url(../images/line_s.png) no-repeat center bottom;
	background-size: auto 3px;
	color: #666;
	font-size: .875em;
	padding-bottom: .5em;
	margin-bottom: .5em;
}
#topjumoku_menu .jumoku_title {
	color: #F05959;
	font-weight: bold;
}
#topjumoku_menu a:hover .jumoku_title, 
#topjumoku_menu a:active .jumoku_title {
	color: #F36;
}

#banner_con {
	background-color: #FFF;
	background-image: url(../images/bgfl1_l.png), url(../images/bgfl1_r.webp);
	background-repeat: no-repeat;
	background-position: left bottom, right top;
	padding-top: 30px;
	position: relative;
}
#banner_con::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	padding-top: 150px;
	left: 0;
	right: 0;
	top: -65px;
	background: url(../images/fl-w.png) repeat-x center;
	background-size: contain;
}
	@media screen and (min-width: 1400px){
	#banner_con::before {
		padding-top: 200px;
		top: -90px;
	}
	}

#banner_con h2 {
	text-shadow: 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 8px #FFF, 0 0 8px #FFF;
}
#banner_con p {text-shadow: 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF;
}

.container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.bnr-box {
	width: 49%;
}
.bnr-box.hidden hr {
	display: none;
}

#banner_con .bnr-box img {
	margin: 0 0 0.5em;
}
#banner_con .bnr-box p {
	font-size: 1.4rem;
	line-height: 1.4;
}
#banner_con .bnr-box a {
	text-decoration: none;
}
#banner_con .bnr-box a:link {
	color: #333;
}
#banner_con .bnr-box a:visited {
	color: #555;
}
#banner_con .bnr-box a:hover, 
#banner_con .bnr-box a:active {
	color: #36C;
}

@media screen and (max-width:979px){
#banner_con {
	background-size: 50%;
}
#banner_con .bnr-box p {
	font-size: 1.3rem;
}
}

@media screen and (max-width:799px){
#blogbox, #moviebox {
	width: 100%;
	float: none;
}
#first {
	margin-top: -5%;
}
}

@media screen and (max-width:699px){
#hdr {
	margin-bottom: 5px;
}
#first {
	margin-top: -15%;
	align-items: stretch;
}
#bestrate_btn {
	width: 80%;
	top: -40px;
	margin: 0 auto 2em;
}
#first-txtbox {
	width: 100%;
}

#reiendayori::before {
	width: 55%;
	max-width: none;
	max-height: none;
	padding-top: 30%;
	bottom: -3%;
}
#reiendayori::after {
	width: 45%;
	max-width: none;
	max-height: none;
	padding-top: 24%;
	top: -8%;
}

#top_jumokuso {
	padding-top: 6%;
}
#top_jumokuso::before {
	width: 3%;
	left: 0;
	background-size: 36px auto;
}
#banner_con {
	background: #FFF url(../images/bgfl1_r.webp) no-repeat right top;
	background-size: 60%;
	padding-top: 20px;
}
#banner_con .txt {
	font-size: 1rem;
}
}

@media screen and (max-width:599px){
#blogbox .fbox {
	width: 32% !important;
}
#blogbox .fbox:nth-of-type(4) {
	display: none;
}
#topjumoku_menu .box {
	width: 49%;
}
.bnr-box {
	width: 100%;
}
}

@media screen and (max-width:499px){
#reiendayori::before {
	bottom: -2%;
}
#reiendayori::after {
	top: -4%;
}
#blogbox .fbox {
	width: 49% !important;
}
#blogbox .fbox:nth-of-type(4) {
	display: block;
}
}
