/* [ layout_punirubber_tg.css ] プニラバTG スタイルシート */

@charset "utf-8";

body,p,h1,h2{
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #000;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック",Roboto,"Droid Sans",sans-serif;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
h1,h2{

}
img{
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
a{
	text-decoration: none;
}
a:hover{
	opacity: 0.7;
}

table{
	border-collapse: collapse;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
	table span{
		font-weight: bold;
	}
td{
	border: solid 1px #888;
	padding: 8px 10px 7px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

/* ------------------------------------------------------ */

	#box_main_img{
		width: 100%;
		position: relative;
	}
		#main_img_spacer{
			width: 100%;
		}
			#main_img_spacer img{
				width: 100%;
			}
		#main_img_body{
			position: absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
			overflow: hidden;
		}
			#main_img1{
				position: absolute;
				top: 0px;
				left: 0%;
				width: 100%;
				height: 100%;
			}
			#main_img2, #main_img3, #main_img4, #main_img5, #main_img6, #main_img7{
				position: absolute;
				top: 0px;
				left: 100%;
				width: 100%;
				height: 100%;
			}
			#main_img1, #main_img2, #main_img3, #main_img4, #main_img5, #main_img6, #main_img7{
				animation-duration: 50s;
				animation-timing-function: linear;
				animation-delay: 0s;
				animation-iteration-count: infinite;
				animation-direction: normal;
			}
				#main_img1 img, #main_img2 img, #main_img3 img, #main_img4 img, #main_img5 img, #main_img6 img, #main_img7 img{
					width: 100%;
				}
				/* ---------------------------------- */
				@keyframes anime1 {
					0% { left:0%; }
					15% { left:0%; }
					16% { left:-100%; }
					30% { left:-100%; }
					31% { left:100%; }
					99% { left:100%; }
					100% { left:0%; }
				}
				@keyframes anime2 {
					0% { left:100%; }
					15% { left:100%; }
					16% { left:0%; }
					29% { left:0%; }
					30% { left:-100%; }
					100% { left:-100%; }
				}
				@keyframes anime3 {
					0% { left:100%; }
					29% { left:100%; }
					30% { left:0%; }
					43% { left:0%; }
					44% { left:-100%; }
					100% { left:-100%; }
				}
				@keyframes anime4 {
					0% { left:100%; }
					43% { left:100%; }
					44% { left:0%; }
					57% { left:0%; }
					58% { left:-100%; }
					100% { left:-100%; }
				}
				@keyframes anime5 {
					0% { left:100%; }
					57% { left:100%; }
					58% { left:0%; }
					71% { left:0%; }
					72% { left:-100%; }
					100% { left:-100%; }
				}
				@keyframes anime6 {
					0% { left:100%; }
					71% { left:100%; }
					72% { left:0%; }
					85% { left:0%; }
					86% { left:-100%; }
					100% { left:-100%; }
				}
				@keyframes anime7 {
					0% { left:100%; }
					85% { left:100%; }
					86% { left:0%; }
					99% { left:0%; }
					100% { left:-100%; }
				}
				/* ---------------------------------- */

	.box_spliter{
		background-color: #fff;
	}
		.spliter{
			width: 40px;
			height: 8px;
			border-radius: 4px;
			background-color: #ccc;
			margin: 0px auto;
		}

	#layer_loading{
		position: fixed;
		z-index: 10;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		opacity: 1;
		background-color: #fff;
	}
		#layer_loading div#circle_outer{
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			width: 180px;
			height: 180px;
			padding: 0px;
			border-radius: 90px;
			background-color: #ccc;
		}
		#layer_loading div#circle_inner{
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			width: 140px;
			height: 140px;
			border-radius: 70px;
			background-color: #fff;
		}
		#layer_loading div#circle_spliter_bg{
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			width: 180px;
			height: 180px;
		}
			#layer_loading div#circle_spliter{
				width: 190px;
				height: 10px;
				padding: 0px;
				margin: 85px 0px 0px;
				background-color: #fff;
				animation: anime_loading 1.5s ease 0s infinite normal;
		    }
				/* ---------------------------------- */
				@keyframes anime_loading {
					0% { transform: rotate(0deg); }
					100% { transform: rotate(360deg); }
				}
				/* ---------------------------------- */
		#layer_loading div#loading_img{
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			width: 110px;
			animation: anime_loading_img 1.5s ease 0s infinite normal;
	    }
				/* ---------------------------------- */
				@keyframes anime_loading_img {
					0% { opacity: 0; }
					25% { opacity: 1; }
					75% { opacity: 1; }
					100% { opacity: 0; }
				}
				/* ---------------------------------- */
			#layer_loading div#loading_img img{
				width: 100%;
		    }

		.loaded {
			animation: page_loaded 0.5s linear 0s 1 normal;
		}
				/* ---------------------------------- */
				@keyframes page_loaded {
					0% { opacity: 1; }
					100% { opacity: 0; }
				}
				/* ---------------------------------- */


/* ------------------------------------------------------ */



/* 画面サイズ ( S ) ここから --------------------------------------------------------- */
@media screen and (max-width: 640px){

body{
	font-size: 15px;
	line-height: 28px;
}

h1{
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	margin: 10px 0px 30px;
}
	h1 span:first-child{
		display: inline-block;
		width: 100%;
		padding-bottom: 15px;
	}
	h1 span:last-child{
		display: inline-block;
		font-size: 15px;
		line-height: 20px;
		width: 90%;
	}
h2{
	color: #fff;
	font-size: 16px;
	line-height: 22px;
}

header{
	background: url(header_bg.gif);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
}
	#header_logo{
		background: url(header_lumica.png);
		background-size: 120px 18px;
		background-position: 18px 8px;
		background-repeat: no-repeat;
		width: 100%;
	}
		#header_logo img{
			width: 100%;
			height: 30px;
		}

footer{
	padding: 25px 0px 30px;
}
	#chemihotaru{
		padding: 0px 0px 15px;
		text-align: center;
	}
		#chemihotaru img{
			width: 160px;
		}
	#copyright{
		font-size: 11px;
		line-height: 11px;
		color: #fff;
		text-align: center;
	}

/* ------------------------------------------------------ */

#back{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#main{
	width: 100%;
}

	#box_caption{
		background: url(splash_bg.gif);
		background-size: 320px;
		background-position: center;
		background-repeat: no-repeat;
		background-color: #fff;
		width: 100%;
	}
		#caption{
			width: 90%;
			margin: 0px;
			padding: 30px 5% 40px;
		}

	#box_detail{
		width: 100%;
	}
		#detail{
			width: 100%;
		}
		#detail img{
			width: 100%;
		}

	#box_illust{
		background-color: #fff;
		color: #000;
		width: 90%;
		padding: 30px 5% 20px;
	}
		#box_illust h2{
			color: #000;
			margin-bottom: 20px;
			text-align: center;
		}
		#illust{
			padding: 15px 0px 20px;
		}
			#illust img{
				width: 100%;
				padding: 0px;
			}
		.box_illust_text{
			width: 100%;
			margin: 0px;
			padding: 0px;
		}
			.box_illust_text p{
				display: inline-block;
				vertical-align: top;
				width: 100%;
				margin: 0px;
				padding: 0px 0px 10px;
			}
				.box_illust_text p span{
					display: inline-block;
					width: 26px;
					padding: 3px 0px;
					margin-right: 12px;
					border-radius: 6px;
					font-family: 'Days One', sans-serif;
					font-size: 18px;
					line-height: 18px;
					background-color: #b70000;
					color: #fff;
					vertical-align: 2px;
					text-align: center;
				}

	#box_item{
		width: 90%;
		padding: 30px 5% 10px;
	}
		#box_item h2{
			text-align: center;
			margin-bottom: 20px;
		}
		#box_item img{
			width: 100%;
		}
		#box_item p:nth-child(3n+1){
			width: 96%;
			padding: 8px 0px 6px 4%;
			font-size: 14px;
			line-height: 14px;
			color: #fff;
			border-radius: 6px;
		}
		#box_item p:nth-child(3n){
			width: 90%;
			padding: 0px 5% 20px;
			text-align: right;
			font-size: 12px;
			line-height: 12px;
			color: #fff;
		}
		#box_item div{
			display: inline-block;
			width: 100%;
			vertical-align: top;
		}
		#box_item div div{
			width: 100%;
		}
		#box_item div#dummy{
			display: none;
		}

	#box_fireflysquid{
		width: 80%;
		padding: 20px 5% 15px;
		margin: 0px auto 30px;
		border: solid 2px #fff;
		border-radius: 10px;
		text-align: center;
	}
		#box_fireflysquid h2{
			margin-bottom: 20px;
		}
		#box_fireflysquid img{
			width: 100%;
			margin-bottom: 5px;
			border-radius: 6px;
		}

	#box_choose_color_bg{
		width: 90%;
		height: 289px;
		margin: 0px 5% 5px;
		position: relative;
		overflow: hidden;
		border-left: solid 1px #888;
		border-right: solid 1px #888;
	}
		#box_choose_color{
			position: absolute;
			left: 0%;
			background-color: #000;
			width: 220%;
			height: 289px;
			font-size: 14px;
			line-height: 20px;
		}
			#box_choose_color table tr:first-child{
				background-color: #555;
			}
			#box_choose_color table tr td:first-child{
				border-left: none;
			}
			#box_choose_color table tr td:last-child{
				border-right: none;
			}
				.text_nowrap{
					white-space: nowrap;
				}

				/* ---------------------------------- */
				@keyframes anime_st0 {
					0% { left:0%; }
					100% { left:-40%; }
				}
				@keyframes anime_st1 {
					0% { left:-40%; }
					100% { left:-80%; }
				}
				@keyframes anime_st2 {
					0% { left:-80%; }
					100% { left:-120%; }
				}
				@keyframes anime_st0r {
					0% { left:-40%; }
					100% { left:0%; }
				}
				@keyframes anime_st1r {
					0% { left:-80%; }
					100% { left:-40%; }
				}
				@keyframes anime_st2r {
					0% { left:-120%; }
					100% { left:-80%; }
				}
				/* ---------------------------------- */

	#table_button{
		width: 90%;
		margin: 0px 5% 30px;
		text-align: center;
		color: #fff;
		line-height: 0px;
	}
		#table_button a{
			display: inline-block;
			background-color: #777;
			width: 48%;
			height: 30px;
			border-radius: 6px;
			margin: 0px 1%;
		}
			#table_button a div.outer{
				width: 16px;
				height: 20px;
				margin: 5px auto;
				overflow: hidden;
				position: relative;
			}
				#table_button a div.inner_l{
					width: 20px;
					height: 20px;
					border: solid 4px #fff;
					margin: 0px 0px;
					transform: rotate(-45deg);
					position: absolute;
					top: -4px;
					left: 6px;
				}
				#table_button a div.inner_r{
					width: 20px;
					height: 20px;
					border: solid 4px #fff;
					margin: 0px 0px;
					transform: rotate(-45deg);
					position: absolute;
					top: -4px;
					left: -18px;
				}

	#box_spec{
		width: 90%;
		margin: 0px auto 0px;
		padding: 0px 0px 40px;
		color: #fff;
		text-align: center;
	}
		#spec_sub{
			font-size: 14px;
			line-height: 14px;
			text-align: center;
		}
			#spec_sub div{
				display: inline-block;
				padding: 2px 0px;
			}
			#spec_sub div:nth-child(1){
				width: 130px;
			}
			#spec_sub div:nth-child(2){
				width: 240px;
			}

	#box_tackle{
		background-color: #fff;
		width: 100%;
		margin: 0px;
		padding: 30px 0px 20px;
	}
		#box_tackle h2{
			color: #000;
			text-align: center;
			margin-bottom: 20px;
			width: 90%;
			padding: 0px 5%;
		}
		#tackle_illust{
			text-align: center;
			margin: 10px 0px 20px;
		}
			#tackle_illust img{
				width: 100%;
			}
			.box_tackle_text p{
				width: 90%;
				padding: 0px 5% 10px;
			}
				.box_tackle_text p span{
					display: inline-block;
					padding: 6px 10px 4px;
					margin-right: 12px;
					border-radius: 8px;
					font-weight: bold;
					font-size: 15px;
					line-height: 15px;
					background-color: #269eb7;
					color: #fff;
					vertical-align: 3px;
				}

	#box_howto{
		background-color: #fff;
		width: 100%;
		padding: 30px 0px 10px;
	}
		#box_howto h2{
			color: #000;
			width: 90%;
			padding: 0px 5% 20px;
			text-align: center;
		}
		#box_howto img{
			width: 100%;
			margin: 0px 0px 30px;
		}
		#box_howto p#summary{
			width: 90%;
			margin: 0px 5% 30px;
		}
		#box_howto p{
			width: 90%;
			margin: 0px 5% 20px;
		}
			#box_howto p span{
				display: inline-block;
				width: 26px;
				padding: 3px 0px;
				margin-right: 12px;
				border-radius: 6px;
				font-family: 'Days One', sans-serif;
				font-size: 18px;
				line-height: 18px;
				background-color: #7ab700;
				color: #fff;
				vertical-align: 2px;
				text-align: center;
			}
			#box_howto p span.caution{
				background-color: #ff9000;
			}

	#box_predatoryfish{
		width: 90%;
		color: #fff;
		padding: 30px 5% 30px;
	}
		#box_predatoryfish h2{
			padding: 0px 0px 20px;
			text-align: center;
		}
		#box_predatoryfish p{
			padding: 0px 0px 20px;
		}
		#box_predatoryfish img{
			width: 32%;
			border-radius: 6px;
			margin-bottom: 1.5%;
		}
		#box_predatoryfish div:nth-child(3) img:nth-child(2){
			margin-left: 2%;
			margin-right: 2%;
		}
		#box_predatoryfish div:nth-child(4) img:nth-child(2){
			width: 66%;
			margin-left: 2%;
		}
		#box_predatoryfish div:nth-child(5) img:nth-child(1){
			width: 66%;
			margin-right: 2%;
		}

	#box_youtube{
		background-color: #fff;
		color: #000;
		width: 90%;
		padding: 20px 5% 20px;
	}
		#youtube_title{
			width: 100%;
			padding: 0px 0px 20px 0px;
			text-align: center;
		}
			#youtube_title img{
				height: 20px;
			}
		#youtube_movie{
			width: 100%;
			padding: 0px 0px 0px 0px;
			text-align: center;
		}
			.youtube_frame{
				display: inline-block;
				background: url(youtube_frame.gif);
				width: 304px;
				height: 172px;
				padding: 34px 8px;
				margin-bottom: 10px;
			}

	#box_accessory{
		width: 90%;
		padding: 20px 5% 10px;
		color: #fff;
	}
		#accessory_title{
			width: 100%;
			padding: 0px 0px 20px 0px;
			text-align: center;
		}
			#accessory_title img{
				height: 20px;
			}
		.box_accessory_sub1{
			display: inline-block;
			width: 100%;
			padding: 0px 0px 20px 0px;
			margin: 0px;
		}
		.box_accessory_sub2{
			display: inline-block;
			width: 100%;
			padding: 0px 0px 20px 0px;
			margin: 0px;
		}
		.accessory_img{
			text-align: center;
			margin-bottom: 20px;
		}
			.accessory_img img{
				width: 100%;
				border-radius: 10px;
			}
		.accessory_name{
			font-weight: bold;
			font-size: 15px;
			line-height: 15px;
			margin-bottom: 10px;
		}
		.accessory_price{
			text-align: right;
			font-weight: bold;
			margin-top: 10px;
			padding-top: 5px;
			border-top: solid 1px #aaa;
		}

	#box_shop{
		background-color: #fff;
		width: 90%;
		padding: 30px 5% 30px;
	}
		#shop_link{
			width: 100%;
			text-align: center;
		}
			#shop_link div:nth-child(1){
				display: inline-block;
				width: 280px;
				padding: 0px;
				font-size: 14px;
				line-height: 14px;
				color: #000;
			}
			#shop_link div:nth-child(2){
				display: inline-block;
				width: 220px;
				padding: 0px;
			}


}
/* 画面サイズ ( S ) ここまで --------------------------------------------------------- */

/* 画面サイズ ( M ) ここから --------------------------------------------------------- */
@media screen and (min-width: 641px) and (max-width: 1080px){

body{
	font-size: 15px;
	line-height: 28px;
}

h1{
	font-size: 22px;
	line-height: 22px;
	text-align: center;
	margin: 10px 0px 30px;
}
	h1 span:first-child{
		display: inline-block;
		width: 100%;
		padding-bottom: 15px;
	}
	h1 span:last-child{
		display: inline-block;
		font-size: 16px;
		line-height: 16px;
		width: 100%;
	}
h2{
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	margin: 10px 0px 20px;
}

header{
	background: url(header_bg.gif);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
}
	#header_logo{
		background: url(header_lumica.png);
		background-size: 180px 27px;
		background-position: 30px 9px;
		background-repeat: no-repeat;
		width: 100%;
	}
		#header_logo img{
			width: 100%;
			height: 40px;
		}

footer{
	padding: 25px 0px 30px;
}
	#chemihotaru{
		padding: 0px 0px 15px;
		text-align: center;
	}
		#chemihotaru img{
			width: 160px;
		}
	#copyright{
		font-size: 11px;
		line-height: 11px;
		color: #fff;
		text-align: center;
	}


/* ------------------------------------------------------ */

#back{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#main{
	width: 100%;
}

	#box_caption{
		background: url(splash_bg.gif);
		background-size: 400px;
		background-position: center;
		background-repeat: no-repeat;
		background-color: #fff;
		width: 100%;
	}
		#caption{
			width: 90%;
			margin: 0px;
			padding: 30px 5% 40px;
		}

	#box_detail{
		width: 100%;
	}
		#detail{
			width: 100%;
		}
		#detail img{
			width: 100%;
		}

	#box_illust{
		background-color: #fff;
		width: 100%;
		padding: 30px 0px 30px;
		margin: 0px auto;
	}
		#box_illust h2{
			color: #000;
			margin-bottom: 40px;
		}
		#illust{
			width: 100%;
			margin: 20px 0px 40px;
			text-align: center;
		}
			#illust img{
				width: 80%;
			}
		.box_illust_text{
			width: 94%;
			margin: 0px auto;
			padding: 0px 0px;
		}
			.box_illust_text p{
				display: inline-block;
				vertical-align: top;
				width: 46%;
				margin: 0px;
				padding: 0px 2% 10px;
			}
				.box_illust_text p span{
					display: inline-block;
					width: 34px;
					padding: 5px 0px;
					margin-right: 12px;
					border-radius: 8px;
					font-family: 'Days One', sans-serif;
					font-size: 22px;
					line-height: 22px;
					background-color: #b70000;
					color: #fff;
					vertical-align: 5px;
					text-align: center;
				}

	#box_item{
		width: 90%;
		padding: 30px 5% 30px;
	}
		#box_item h2{
			margin-bottom: 0px;
		}
		#box_item img{
			width: 100%;
		}
		#box_item p:nth-child(3n+1){
			width: 92%;
			font-size: 16px;
			line-height: 16px;
			border-radius: 6px;
			padding: 7px 0px 6px 4%;
			margin: 25px 2% 0px;
			color: #fff;
		}
		#box_item p:nth-child(3n){
			width: 90%;
			padding: 0px 5% 0px;
			text-align: right;
			font-size: 12px;
			line-height: 12px;
			color: #fff;
		}
		#box_item div{
			display: inline-block;
			width: 50%;
			vertical-align: top;
		}
		#box_item div div{
			width: 96%;
			margin: 0px 2%;
		}
		#box_item img{
			width: 100%;
		}

	#box_fireflysquid{
		width: 86%;
		padding: 10px 2%;
		margin: 0px auto 30px;
		border: solid 3px #fff;
		border-radius: 16px;
		text-align: center;
	}
		#box_fireflysquid img{
			width: 48%;
			margin: 0px 1%;
			border-radius: 8px;
		}

	#box_choose_color_bg{
		width: 90%;
		margin: 0px 5% 10px;
		overflow: visible;
		border: none;
		position: static;
	}
		#box_choose_color{
			position: static;
			background-color: #000;
			width: 100%;
			padding: 0px;
			font-size: 12px;
			line-height: 18px;
		}
			#box_choose_color table{
				width: 100%;
			}
			#box_choose_color table tr:first-child{
				background-color: #555;
			}
			#box_choose_color table tr td:first-child{
				border-left: solid 1px #888;
			}
			#box_choose_color table tr td:last-child{
				border-right: solid 1px #888;
			}
				.text_nowrap{
					white-space: nowrap;
				}
	#table_button{
		display: none;
	}

	#box_spec{
		width: 90%;
		margin: 0px 5% 0px;
		padding: 0px 0px 40px;
		color: #fff;
		text-align: center;
	}
		#spec_sub{
			font-size: 14px;
			line-height: 14px;
			text-align: center;
		}
			#spec_sub div{
				display: inline-block;
				padding: 2px 0px;
			}
			#spec_sub div:nth-child(1){
				width: 130px;
			}
			#spec_sub div:nth-child(2){
				width: 240px;
			}

	#box_tackle{
		background-color: #fff;
		width: 100%;
		margin: 0px;
		padding: 20px 0px 20px;
	}
		#box_tackle h2{
			color: #000;
			text-align: center;
			margin-bottom: 20px;
			width: 90%;
			padding: 0px 5%;
		}
		#tackle_illust{
			text-align: center;
			margin: 10px 0px 20px;
		}
			#tackle_illust img{
				width: 100%;
			}
			.box_tackle_text p{
				display: inline-block;
				margin: 0px 5% 10px 5%;
			}
				.box_tackle_text p span{
					display: inline-block;
					padding: 6px 12px 4px;
					margin-right: 12px;
					border-radius: 8px;
					font-weight: bold;
					font-size: 15px;
					line-height: 15px;
					background-color: #269eb7;
					color: #fff;
					vertical-align: 3px;
				}

	#box_howto{
		background-color: #fff;
		width: 100%;
		padding: 20px 0px 20px;
	}
		#box_howto h2{
			color: #000;
			width: 90%;
			padding: 0px 5% 10px;
			text-align: center;
		}
		#box_howto img{
			width: 100%;
			margin: 0px 0px 30px;
		}
		#box_howto p#summary{
			width: 90%;
			margin: 0px 5% 30px;
		}
		#box_howto p{
			width: 90%;
			margin: 0px 5% 20px;
		}
			#box_howto p span{
				display: inline-block;
				width: 26px;
				padding: 3px 0px;
				margin-right: 12px;
				border-radius: 6px;
				font-family: 'Days One', sans-serif;
				font-size: 18px;
				line-height: 18px;
				background-color: #7ab700;
				color: #fff;
				vertical-align: 2px;
				text-align: center;
			}
			#box_howto p span.caution{
				background-color: #ff9000;
			}

	#box_predatoryfish{
		width: 90%;
		color: #fff;
		padding: 30px 5% 40px;
	}
		#box_predatoryfish h2{
			padding: 0px 0px 0px;
			text-align: center;
		}
		#box_predatoryfish p{
			padding: 0px 0px 20px;
		}
		#box_predatoryfish img{
			width: 32%;
			border-radius: 8px;
			margin-bottom: 1.5%;
		}
		#box_predatoryfish div:nth-child(3) img:nth-child(2){
			margin-left: 2%;
			margin-right: 2%;
		}
		#box_predatoryfish div:nth-child(4) img:nth-child(2){
			width: 66%;
			margin-left: 2%;
		}
		#box_predatoryfish div:nth-child(5) img:nth-child(1){
			width: 66%;
			margin-right: 2%;
		}

	#box_youtube{
		background-color: #fff;
		color: #000;
		width: 90%;
		padding: 40px 5% 40px;
	}
		#youtube_title{
			width: 100%;
			padding: 0px 0px 20px 0px;
			text-align: center;
		}
			#youtube_title img{
				height: 25px;
			}
		#youtube_movie{
			width: 100%;
			padding: 0px 0px 0px 0px;
			text-align: center;
		}
			.youtube_frame{
				display: inline-block;
				background: url(youtube_frame.gif);
				width: 304px;
				height: 172px;
				padding: 34px 8px;
				margin: 0px 5px 10px;
			}

	#box_accessory{
		width: 90%;
		padding: 40px 5% 20px;
		color: #fff;
	}
		#accessory_title{
			width: 100%;
			padding: 0px 0px 20px 0px;
			text-align: center;
		}
			#accessory_title img{
				height: 25px;
			}
		.box_accessory_sub1{
			display: inline-block;
			width: 48%;
			padding: 0px 0px 20px 0px;
			margin-right: 4%;
			vertical-align: top;
		}
		.box_accessory_sub2{
			display: inline-block;
			width: 48%;
			padding: 0px 0px 20px 0px;
			margin: 0px;
			vertical-align: top;
		}
		.accessory_img{
			text-align: center;
			margin-bottom: 20px;
		}
			.accessory_img img{
				width: 100%;
				border-radius: 10px;
			}
		.accessory_name{
			font-weight: bold;
			font-size: 16px;
			line-height: 16px;
			margin-bottom: 10px;
		}
		.accessory_price{
			text-align: right;
			font-weight: bold;
			margin-top: 10px;
			padding-top: 5px;
			border-top: solid 1px #aaa;
		}

	#box_shop{
		background-color: #fff;
		width: 90%;
		padding: 30px 5% 30px;
	}
		#shop_link{
			width: 100%;
			text-align: center;
		}
			#shop_link div:nth-child(1){
				display: inline-block;
				width: 280px;
				padding: 0px;
				font-size: 14px;
				line-height: 14px;
				color: #000;
			}
			#shop_link div:nth-child(2){
				display: inline-block;
				width: 220px;
				padding: 0px;
			}


}
/* 画面サイズ ( M ) ここまで --------------------------------------------------------- */

/* 画面サイズ ( L ) ここから --------------------------------------------------------- */
@media screen and (min-width: 1081px){

body{
	background: url(body_bg.gif);
	background-size: 160px 50px;
	background-position: center top;
	font-size: 16px;
	line-height: 30px;
}

h1{
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	margin: 10px 0px 40px;
}
	h1 span:first-child{
		display: inline-block;
		text-align: left;
		width: 150px;
	}
	h1 span:last-child{
		display: inline-block;
		font-size: 18px;
		line-height: 18px;
		text-align: right;
		width: 480px;
	}
h2{
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	margin: 10px 0px 20px;
}

header{
	background: url(header_bg.gif);
	width: 1080px;
	height: 54px;
	margin: 0px auto;
}
	#header_logo{
		background: url(header_lumica.png);
		background-size: 240px 36px;
		background-position: 40px 12px;
		background-repeat: no-repeat;
		width: 100%;
	}
		#header_logo img{
			width: 100%;
			height: 54px;
		}

footer{
	padding: 25px 0px 30px;
}
	#chemihotaru{
		padding: 0px 0px 15px;
		text-align: center;
	}
		#chemihotaru img{
			width: 160px;
		}
	#copyright{
		font-size: 11px;
		line-height: 11px;
		color: #fff;
		text-align: center;
	}

/* ------------------------------------------------------ */

#back{
	background: url(back_bg.png);
	width: 1080px;
	padding: 0px 10px;
	margin: 0px auto;
}

#main{
	width: 100%;
}

	#box_caption{
		background: url(splash_bg.gif);
		background-size: 40%;
		background-position: center;
		background-repeat: no-repeat;
		background-color: #fff;
		width: 100%;
	}
		#caption{
			width: 900px;
			margin: 0px auto;
			padding: 50px 0px 60px;
		}

	#box_detail{
		background: url(detail_bg.jpg);
		background-position: center;
		background-repeat: no-repeat;
		width: 100%;
	}
		#detail{
			width: 1080px;
			margin: 0px auto;
			padding: 0px;
		}

	#box_illust{
		background-color: #fff;
		width: 100%;
		padding: 50px 0px 50px;
		margin: 0px auto;
	}
		#box_illust h2{
			color: #000;
			margin-bottom: 40px;
		}
		#illust{
			width: 100%;
			margin: 20px 0px 40px;
			text-align: center;
		}
			#illust img{
				width: 880px;
			}
		.box_illust_text{
			width: 940px;
			margin: 0px auto;
			padding: 0px 0px;
		}
			.box_illust_text p{
				display: inline-block;
				vertical-align: top;
				width: 430px;
				margin: 0px;
				padding: 0px 20px 10px;
			}
				.box_illust_text p span{
					display: inline-block;
					width: 34px;
					padding: 5px 0px;
					margin-right: 12px;
					border-radius: 8px;
					font-family: 'Days One', sans-serif;
					font-size: 22px;
					line-height: 22px;
					background-color: #b70000;
					color: #fff;
					vertical-align: 5px;
					text-align: center;
				}

	#box_item{
		width: 940px;
		margin: 60px auto 60px;
		padding-bottom: 0px;
	}
		#box_item h2{
			margin-bottom: 10px;
		}
		#box_item img{
			width: 100%;
		}
		#box_item p:nth-child(3n+1){
			width: 92%;
			font-size: 16px;
			line-height: 16px;
			border-radius: 6px;
			padding: 7px 0px 6px 4%;
			margin: 35px 2% 0px;
			color: #fff;
		}
		#box_item p:nth-child(3n){
			width: 90%;
			padding: 0px 5% 0px;
			text-align: right;
			font-size: 14px;
			line-height: 14px;
			color: #fff;
		}
		#box_item div{
			display: inline-block;
			width: 50%;
			vertical-align: top;
		}
		#box_item div div{
			width: 96%;
			margin: 0px 2%;
		}
		#box_item img{
			width: 100%;
		}

	#box_fireflysquid{
		width: 894px;
		padding: 20px 20px;
		margin: 0px auto 50px;
		border: solid 3px #fff;
		border-radius: 20px;
		text-align: center;
	}
		#box_fireflysquid img{
			width: 48%;
			margin: 0px 1%;
			border-radius: 10px;
		}

	#box_choose_color_bg{

	}
		#box_choose_color{
			background-color: #000;
			width: 940px;
			padding: 0px 70px 30px;
		}
			#box_choose_color table tr:first-child{
				background-color: #555;
			}
				.text_nowrap{
					white-space: nowrap;
				}
	#table_button{
		display: none;
	}

	#box_spec{
		width: 940px;
		padding: 0px 70px 60px;
		color: #fff;
		text-align: center;
	}
		#spec_sub{
			font-size: 14px;
			line-height: 14px;
			text-align: center;
		}
			#spec_sub div{
				display: inline-block;
				padding: 2px 0px;
			}
			#spec_sub div:nth-child(1){
				width: 130px;
			}
			#spec_sub div:nth-child(2){
				width: 240px;
			}

	#box_tackle{
		background-color: #fff;
		width: 940px;
		padding: 40px 70px 40px;
	}
		#box_tackle h2{
			color: #000;
			margin-bottom: 30px;
		}
		#tackle_illust{
			width: 100%;
			margin: 20px 0px;
		}
			#tackle_illust img{
				width: 100%;
			}
			.box_tackle_text p{
				display: inline-block;
				margin: 0px 30px 10px 0px;
			}
				.box_tackle_text p span{
					display: inline-block;
					padding: 8px 15px 5px;
					margin-right: 15px;
					border-radius: 12px;
					font-weight: bold;
					font-size: 18px;
					line-height: 18px;
					background-color: #269eb7;
					color: #fff;
					vertical-align: 3px;
				}

	#box_howto{
		background-color: #fff;
		width: 940px;
		padding: 40px 70px 40px;
	}
		#box_howto h2{
			color: #000;
			margin-bottom: 30px;
		}
		#box_howto img{
			width: 100%;
			margin: 0px 0px 30px;
		}
		#box_howto p#summary{
			margin-bottom: 30px;
		}
		#box_howto p{
			margin-bottom: 20px;
		}
			#box_howto p span{
				display: inline-block;
				width: 34px;
				padding: 5px 0px;
				margin-right: 12px;
				border-radius: 8px;
				font-family: 'Days One', sans-serif;
				font-size: 22px;
				line-height: 22px;
				background-color: #7ab700;
				color: #fff;
				vertical-align: 5px;
				text-align: center;
			}
			#box_howto p span.caution{
				background-color: #ff9000;
			}

	#box_predatoryfish{
		background-color: #000;
		color: #fff;
		padding: 50px 70px 50px;
	}
		#box_predatoryfish p{
			padding: 10px 0px 30px;
		}
		#box_predatoryfish img{
			width: 32%;
			border-radius: 10px;
			margin-bottom: 1.5%;
		}
		#box_predatoryfish div:nth-child(3) img:nth-child(2){
			margin-left: 2%;
			margin-right: 2%;
		}
		#box_predatoryfish div:nth-child(4) img:nth-child(2){
			width: 66%;
			margin-left: 2%;
		}
		#box_predatoryfish div:nth-child(5) img:nth-child(1){
			width: 66%;
			margin-right: 2%;
		}

	#box_youtube{
		background-color: #fff;
		color: #000;
		padding: 50px 70px 40px;
	}
		#youtube_title{
			width: 940px;
			padding: 0px 0px 30px 0px;
			text-align: center;
		}
		#youtube_movie{
			width: 940px;
			padding: 0px 0px 0px 0px;
			text-align: center;
		}
			.youtube_frame{
				display: inline-block;
				background: url(youtube_frame.gif);
				width: 304px;
				height: 172px;
				padding: 34px 8px;
				margin: 0px 10px 20px;
			}

	#box_accessory{
		width: 940px;
		margin: 0px auto;
		padding: 50px 0px 20px;
		color: #fff;
	}
		#accessory_title{
			width: 940px;
			padding: 0px 0px 30px 0px;
			text-align: center;
		}
		.box_accessory_sub1{
			display: inline-block;
			width: 450px;
			padding: 0px 40px 30px 0px;
			margin: 0px;
			vertical-align: top;
		}
		.box_accessory_sub2{
			display: inline-block;
			width: 450px;
			padding: 0px 0px 30px 0px;
			margin: 0px;
			vertical-align: top;
		}
		.accessory_img{
			text-align: center;
			margin-bottom: 20px;
		}
			.accessory_img img{
				border-radius: 10px;
			}
		.accessory_name{
			font-weight: bold;
			font-size: 18px;
			line-height: 18px;
			margin-bottom: 10px;
		}
		.accessory_price{
			text-align: right;
			font-weight: bold;
			margin-top: 10px;
			padding-top: 5px;
			border-top: solid 1px #aaa;
		}

	#box_shop{
		background-color: #fff;
		width: 940px;
		padding: 30px 70px 30px;
	}
		#shop_link{
			width: 100%;
			text-align: center;
		}
			#shop_link div:nth-child(1){
				display: inline-block;
				width: 320px;
				padding: 0px;
				font-size: 16px;
				line-height: 16px;
				color: #000;
			}
			#shop_link div:nth-child(2){
				display: inline-block;
				width: 220px;
				padding: 0px;
			}


}
/* 画面サイズ ( L ) ここまで --------------------------------------------------------- */



