@charset "UTF-8";
/*	Web Fonts
=========================================================================== */
@import url('//fonts.googleapis.com/css?family=Noto+Sans+JP:400,700');

/*	Reset
=========================================================================== */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul, ul li{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

html{
	min-width: 980px;
}
body{
	font-family: 'Noto Sans JP','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo',sans-serif;
	-webkit-text-size-adjust: 100%;
	min-width: 980px;
	font-size: 13px;
}
@media screen and (max-width: 750px) {
	html, body{
		min-width: 100%;
	}
}
img{
	max-width: 100%;
}
.sp-view{display: none;}
@media screen and (max-width: 750px) {
	.sp-view{display: block;}
	.pc-view{display: none;}
}

/*	structure
=========================================================================== */
.inner{
	margin: 0 auto;
	padding: 0 20px;
	width: 980px;
}
@media screen and (max-width: 750px) {
	.inner{
		padding: 0 5.46875%;
		width: auto;
	}
}


/*	container
=========================================================================== */
.arrows-be-title{
	text-align: center;
	padding: 0 20px;
	margin: 60px 0 0;
}
@media screen and (max-width: 750px) {
	.arrows-be-title{
		padding: 0 3.125%;
		margin: 5.468% 0 4.687%;
	}
}

.arrows-be-container{
	position: relative;
	background: url(/product/phone/f-04k/fishing/assets/img/bg01.png) no-repeat center 0;
	background-size: 1920px auto;
	overflow: hidden;
}
.arrows-be-container:after{
	content: "";
	background: url(/product/phone/f-04k/fishing/assets/img/bg02.png) no-repeat center 0;
	background-size: 1920px auto;
	position: absolute;
	top: 303px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.arrows-be-container .inner{
	padding: 303px 20px 0;
}
.arrows-be-container .main-box{
	text-align: center;
	position: relative;
}
.arrows-be-container .main-box:after{
	content: "";
	position: absolute;
	top: -100px;
	right: -140px;
	background: url(/product/phone/f-04k/fishing/assets/img/anime_sakana01.gif) no-repeat center;
	background-size: 340px auto;
	width: 340px;
	height: 300px;
}
@media screen and (max-width: 750px) {
	.arrows-be-container{
		background: url(/product/phone/f-04k/fishing/assets/img/bg01_sp.png) no-repeat center 0;
		background-size: 100% auto;
		padding: 30% 0 0;
	}
	.arrows-be-container:after{
		background: url(/product/phone/f-04k/fishing/assets/img/bg02_sp.png) no-repeat center 1px;
		background-color: #005DBD;
		background-size: 100% auto;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		margin: 27.5% 0 0;
	}
	.arrows-be-container .inner{
		padding: 0 5.46875%;
	}
	.arrows-be-container .main-box{
		z-index: 1;
	}
	.arrows-be-container .main-box h3 img{
		margin: auto;
		width: 82.03125%;
	}
	.arrows-be-container .main-box:after{
		top: -16%;
		right: 0;
		background-size: 100% auto;
		width: 30%;
		height: 30%;
	}
}

.movie{
	margin: 0 0 50px;
	position: relative;
}
.movie:before,
.movie:after{
	content: "";
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 300px auto;
	width: 300px;
	height: 300px;
}
.movie:before{
	background-image: url(/product/phone/f-04k/fishing/assets/img/anime_kurage.gif);
	top: -200px;
	left: -80px;
}
.movie:after{
	background-image: url(/product/phone/f-04k/fishing/assets/img/anime_tatsu.gif);
	top: -65px;
	left: 720px;
}
.movie .subtitle{
	color: #ffffff;
	letter-spacing: 0.19em;
	padding: 50px 0 20px;
	text-align: center;
	line-height: 1.2;
	font-size: 32px;
	margin: 100px auto 35px;
}
.movie .subtitle span{
	position: relative;
	display: inline-block;
	padding: 0 45px 20px;
}
.movie .subtitle span:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(/product/phone/f-04k/fishing/assets/img/title_wavyline.png) repeat-x 0 0;
	background-size: 100px auto;
	height: 8px;
	width: 100%;
}
.movie .movie-box{
	position: relative;
	padding: 0 0 56%;
	height: 0;
	overflow: hidden;
}
.movie .movie-box iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
@media screen and (max-width: 750px) {
	.movie{
		margin: 0 0 10.526%;
	}
	.movie:before,
	.movie:after{
		background-size: 100% auto;
	}
	.movie:before{
		top: -106%;
		left: 2%;
		width: 30%;
		height: 30%;
	}
	.movie:after{
		top: -5%;
		left: 77%;
		width: 30%;
		height: 30%;
	}
	.movie .subtitle{
		padding: 0;
		line-height: 1.3;
		font-size: 22px;
		font-size: 3.5vw;
		margin: 8.772% auto 5.263%;
	}
	.movie .subtitle span{
		display: block;
		padding: 0 0 15px;
	}
	.movie .subtitle span:after{
		background-image: url(/product/phone/f-04k/fishing/assets/img/title_wavyline_sp.png);
		background-size: 8% auto;
	}
}


.products{
	margin: 140px 0 70px;
	position: relative;
}
.products:before,
.products:after{
	content: "";
	background-size: 300px auto;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	width: 300px;
	height: 300px;
}
.products:before{
	background-image: url(/product/phone/f-04k/fishing/assets/img/anime_tako.gif);
	top: -70px;
	left: -80px;
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
	z-index: 1;
}
.products:after{
	background-image: url(/product/phone/f-04k/fishing/assets/img/anime_fugu.gif);
    right: -30px;
    bottom: -80px;
}
.products h3{
	background-color: #325fb4;
	border-radius: 30px 30px 0 0;
	text-align: center;
	padding: 25px 160px 0;
	height: 75px;
	position: relative;
}
.products h3:after{
	content: "";
	background: url(/product/phone/f-04k/fishing/assets/img/icn_smp01.png) no-repeat center;
	background-size: 123px auto;
	position: absolute;
    top: -50px;
    right: 35px;
	width: 123px;
	height: 193px;
}
.products .products-inner{
	background-color: #dbeefb;
	border-radius: 0 0 30px 30px;
	padding: 0 30px 160px;
}
.products .feature{
	padding: 110px 20px 0;
}
.products .feature:after{
	content: "";
	display: table;
	clear: both;
}
.products .feature:first-child{
	padding: 95px 20px 0;
}
.products .feature > *{
	float: right;
}
.products .feature .img{
	float: left;
}
.products .feature .img.set_img01{
	position: relative;
}
.products .feature .img.set_img01:after{
	content: "";
	background: url(/product/phone/f-04k/fishing/assets/img/balloon01.png) no-repeat center;
	background-size: 163px auto;
	position: absolute;
	top: 13px;
	left: -23px;
	width: 163px;
	height: 166px;
}
.products .feature .copy,
.products .feature .txt,
.products .feature .remarks{
	width: 360px;
}
.products .feature .copy{
	margin: 0 0 30px;
}
.products .feature .txt,
.products .feature .remarks{
	color: #325fb4;
}
.products .feature .txt{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 30px;
	line-height: 1.5;
	letter-spacing: 0.02em;
}
.products .feature .remarks{
	line-height: 1.4;
	font-size: 14px;
}
.products .feature .remarks li{
	    padding-left: 1em;
    text-indent: -1em;
}
.products .feature .btn01{
	margin: 30px 0 0;
	text-align: center;
	clear: both;
	width: 100%;
	height: 40px;
	background-color: #4fbeff;
	border-radius: 28px;
	padding: 15px 0 0;
	z-index: 1;
	position: relative;
}
@media screen and (max-width: 750px) {
	.products{
		margin: 21.053% 0 8.772%;
	}
	.products:before,
	.products:after{
		background-size: 100% auto;
	}
	.products:before{
		display: none;
	}
	.products:after{
	    right: -20px;
	    bottom: -15px;
	    width: 30%;
		height: 3%;
	}
	.products h3{
		padding: 3.5% 22.80701754385965%;
		height: 100%;
	}
	.products h3:before{
		content: "";
		background: url(/product/phone/f-04k/fishing/assets/img/anime_tako.gif) no-repeat center;
		background-size: 100% auto;
		position: absolute;
		top: 27%;
		left: -5%;
		width: 30%;
		height: 100%;
		-webkit-transform: rotate(-5deg);
	    -moz-transform: rotate(-5deg);
	    -ms-transform: rotate(-5deg);
	    transform: rotate(-5deg);
	}
	.products h3:after{
		background-size: 100% auto;
		top: 50%;
		right: 5%;
		width: 17.543%;
		margin: -100px 0 0;
	}
	.products h3 img{
		margin: auto;
	}
	.products .products-inner{
		padding: 0 7.895% 15.789%;
	}
	.products .feature,
	.products .feature:first-child{
		padding: 10.4167% 0 0;
	}
	.products .feature > *{
		float: none;
	}
	.products .feature .img{
		margin: 0 0 10px;
		text-align: center;
		float: none;
	}
	.products .feature .img.set_img01:after{
		background-size: 100% auto;
		width: 33.958%;
		top: 2.708%;
		left: -4.791%;
		height: 55%;
	}
	.products .feature .copy,
	.products .feature .txt,
	.products .feature .remarks{
		text-align: left;
		width: 100%;
	}
	.products .feature .copy{
		margin: 0 auto 15px;
		text-align: center;
		width: 62.5%;
	}
	.products .feature .txt{
		font-size: 22px;
		margin: 0 0 10px;
	}
	.products .feature .btn01{
		display: block;
		margin: 30px 0 0;
		height: 100%;
		padding: 3.73% 0;
	}
	.products .feature .btn01 img{
		width: 39.5833%;
	}
}


.bnr-link{
	margin: 0 0 70px;
}
.bnr-link a img{
	margin: auto;
}
.bnr-link + .bnr-link{
	margin: 0;
}
@media screen and (min-width: 751px) {
	a, a:hover{
		-webkit-transition: opacity .12s ease;
		-moz-transition: opacity .12s ease;
		-ms-transition: opacity .12s ease;
		transition: opacity .12s ease;
	}
	a:hover{
		opacity: .8;
	}
}
@media screen and (max-width: 750px) {
	.bnr-link{
		margin: 0 0 8.772%;
	}
}


.floor{
	height: 565px;
}
.floor .floor-inner{
	background-color: #005DBD;
	width: 1920px;
	margin: 0 auto;
	height: 100%;
	position: relative;
	z-index: 10;
}
.floor .floor-inner img{
	vertical-align: top;
}
.floor .floor-inner > *{
	position: absolute;
}
.floor .bg, .floor .bg_front{
	bottom: 0;
}
.floor .bg{	z-index: 1;	}
.floor .bg_front{	z-index: 2;	}
.floor .img01{	top: 160px;	left: 0;	z-index: 1;	}
.floor .img02{	top: 130px;	left: 410px;	z-index: 1;	}
.floor .img03{	top: 150px;	left: 1120px;	z-index: 2;	}
.floor .img04{	top: 150px;	left: 1590px;	}
.floor .img05{	top: 40px; left: 130px;	}
.floor .img06{	top: 175px;	left: 800px;	z-index: 2;	}
.floor .img07{	top: 60px;	left: 1270px;	}
@media screen and (max-width: 750px) {
	.floor{
		height: 100%;
	}
	.floor .floor-inner{
		width: 100%;
		padding: 40% 0 0;
		z-index: 10;
	}
	.floor .bg img, .floor .bg_front img{
		width: 100%;
	}
	.floor .bg_front img{
		margin: auto;
		width: 100%;
	}
	.floor .img01{	top: 49%;	left: 0;	z-index: 1;	width: 15%;	}
	.floor .img02{	top: 45%;	left: 22%;	z-index: 1;	width: 15%;	}
	.floor .img03{	top: 48%;	left: 60%;	z-index: 2;	width: 15%;	}
	.floor .img04{	top: 47%;	left: 83%;	width: 15%;	}
	.floor .img05{	top: 17%; left: 7%;	width: 20%;	}
	.floor .img06{	top: 50%;	left: 43%;	z-index: 2;	width: 20%;	}
	.floor .img07{	top: 25%;	left: 60%;	width: 20%;	}

}

footer{
	background-color: #111;
	height: 60px;
}
footer .footer-copy{
	padding: 20px 0 0;
	line-height: 1.2;
	text-align: center;
	color: #fff;
}
@media screen and (max-width: 750px) {
	footer{
		height: 40px;
	}
	footer .footer-copy{
		font-size: 10px;
		padding: 15px 0 0;
	}
}