
@charset "UTF-8";

/*common*/

body
{
	color: #333;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 14px;
	line-height: 1.7em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
	background: #333;
}

a:link
{
	text-decoration: none;
	color: #f60;
}
a:visited
{
	text-decoration: none;
	color: #f60;
}
a:hover
{
	text-decoration: underline;
	color: #F90;
}
p
{
	margin-bottom: 1em;
}
p:last-child
{
	margin-bottom: 0;
}
#wrap
{
	max-width: 1000px;
	width: 100%;
	background: #fff;
	margin: 0 auto;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}

/*PC--------------------------------------------------------------------------------------*/

/* header */

header
{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0;
    padding-top: 25%;
	position: relative;
	display: block;
	overflow: hidden;
	background: url(../images/header.jpg) no-repeat;
	background-size: cover;
}
h1
{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0;
    padding-top: 16%;
	position: absolute;
	display: block;
	overflow: hidden;
	background: url(../images/title1.png) no-repeat;
	background-size: cover;
	text-indent: -9999px;
}
.camp-btn a
{
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 0;
    padding-top: 9%;
	position: absolute;
	display: block;
	overflow: hidden;
	background: url(../images/camp_btn1.png) no-repeat;
	background-size: cover;
	text-indent: -9999px;
	-moz-transition: all 500ms 0s ease;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}
.camp-btn a:hover
{
	opacity: 0.7;
	text-decoration: none;
	bottom: 5px;
}

/* navi */

nav ul
{
	width: 100%;
	overflow: hidden;
	list-style: none;
}
nav ul li.lineup1 a
{
	top: 0px;
	left: 0px;
	width: 33.3%;
	height: 0;
    padding-top: 50%;
	position: relative;
	display: block;
	overflow: hidden;
	background: url(../images/lineup_a1.jpg) no-repeat;
	background-size: cover;
	text-indent: -9999px;
	float: left;
	-moz-transition: all 500ms 0s ease;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}
nav ul li.lineup2 a
{
	top: 0px;
	left: 0px;
	width: 33.4%;
	height: 0;
    padding-top: 50%;
	position: relative;
	display: block;
	overflow: hidden;
	background: url(../images/lineup_b1.jpg) no-repeat;
	background-size: cover;
	text-indent: -9999px;
	float: left;
	-moz-transition: all 500ms 0s ease;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}
nav ul li.lineup3 a
{
	top: 0px;
	left: 0px;
	width: 33.3%;
	height: 0;
    padding-top: 50%;
	position: relative;
	display: block;
	overflow: hidden;
	background: url(../images/lineup_c1.jpg) no-repeat;
	background-size: cover;
	text-indent: -9999px;
	float: left;
	-moz-transition: all 500ms 0s ease;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}
nav ul li.lineup1 a:hover
{
	opacity: 0.7;
	text-decoration: none;
}


/*products*/

#products01-bg
{
	background: url(../images/products_a1.jpg) no-repeat;
	background-size: cover;
}
#products01
{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0;
    padding-top: 50%;
	position: relative;
	display: block;
	overflow: hidden;
}
#products01 ul.sns
{
	list-style: none;
	position: absolute;
	top: 4%;
	right: 2%;
}
#products01 ul.sns li
{
	float: left;
	margin-left: 5px;
	width: 40px;
}
#products01 ul.sns li img
{
	width: 100%;
}
#products01 ul.btn
{
	list-style: none;
	position: absolute;
	bottom: 2%;
	left: 2%;
}
#products01 ul.btn li
{
	margin-top: 10px;
}
#products01 ul.btn li.btn1 a,
#products01 ul.btn li.btn2 a,
#products01 ul.btn li.btn3 a
{
	width: 100%;
	background-image:
	url(../images/btn_top_left.jpg),
	url(../images/btn_top_right.jpg),
	url(../images/btn_bottom_left.jpg),
	url(../images/btn_bottom_right.jpg),
	url(../images/btn_top.jpg),
	url(../images/btn_bottom.jpg),
	url(../images/btn_left.jpg),
	url(../images/btn_right.jpg),
	url(../images/btn_bg.jpg);
	background-size:14px 14px,14px 14px,14px 14px,14px 14px,14px 14px,14px 14px,14px 14px,14px 14px,14px 14px;
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,repeat-x,repeat-x,repeat-y,repeat-y,repeat;
	background-position: left top,right top,left bottom,right bottom,left top,left bottom,left top,right top,left center;
	padding: 23px;
	box-sizing: border-box;
	overflow: hidden;
	display: block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	color: #e5004a;
	font-weight: bold;
	-moz-transition: all 500ms 0s ease;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
	font-size: 1.3em;
}
#products01 ul.btn li.btn1 span:before
{
	position: relative;
	content:"";
	display:inline-block;
	width:24px;
	height:24px;
	background:url(../images/btn_icon1.png) no-repeat;
	background-size:contain;
	margin-right: 0.3em;
}
#products01 ul.btn li.btn2 span:before
{
	position: relative;
	content:"";
	display:inline-block;
	width:24px;
	height:24px;
	background:url(../images/btn_icon2.png) no-repeat;
	background-size:contain;
	margin-right: 0.3em;
}
#products01 ul.btn li.btn3 span:before
{
	position: relative;
	content:"";
	display:inline-block;
	width:24px;
	height:24px;
	background:url(../images/btn_icon3.png) no-repeat;
	background-size:contain;
	margin-right: 0.3em;
}
#products01 ul.btn li.btn1 a:hover,
#products01 ul.btn li.btn2 a:hover,
#products01 ul.btn li.btn3 a:hover
{
	opacity: 0.7;
	text-decoration: none;
}
#products01t
{
	width: 100%;
	overflow: hidden;
	background-size: cover;
	padding: 1% 2% 2% 2%;
	box-sizing: border-box;
}
#products01t .text-box
{
	background: rgba(255,255,255,0.8);
	padding: 2%;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#products02-bg
{
	background: url(../images/products_b1.jpg) no-repeat;
	background-size: cover;
}
#products02
{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0;
    padding-top: 50%;
	position: relative;
	display: block;
	overflow: hidden;
}
#products02 ul.sns
{
	list-style: none;
	position: absolute;
	top: 4%;
	right: 2%;
}
#products02 ul.sns li
{
	float: left;
	margin-left: 5px;
	width: 40px;
}
#products02 ul.sns li img
{
	width: 100%;
}
#products02 ul.btn
{
	list-style: none;
	position: absolute;
	bottom: 2%;
	left: 2%;
}
#products02 ul.btn li
{
	margin-top: 10px;
}
#products02 ul.btn li.btn1 a,
#products02 ul.btn li.btn2 a,
#products02 ul.btn li.btn3 a
{
	width: 100%;
	background-image:
	url(../images/btn_top_left.jpg),
	url(../images/btn_top_right.jpg),
	url(../images/btn_bottom_left.jpg),
	url(../images/btn_bottom_right.jpg),
	url(../images/btn_top.jpg),
	url(../images/btn_bottom.jpg),
	url(../images/btn_left.jpg),
	url(../images/btn_right.jpg),
	url(../images/btn_bg.jpg);
	background-size:14px 14px,14px 14px,14px 14px,14px 14px,14px 14px,14px 14px,14px 14px,14px 14px,14px 14px;
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,repeat-x,repeat-x,repeat-y,repeat-y,repeat;
	background-position: left top,right top,left bottom,right bottom,left top,left bottom,left top,right top,left center;
	padding: 23px;
	box-sizing: border-box;
	overflow: hidden;
	display: block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	color: #e5004a;
	font-weight: bold;
	-moz-transition: all 500ms 0s ease;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
	font-size: 1.3em;
}
#products02 ul.btn li.btn1 span:before
{
	position: relative;
	content:"";
	display:inline-block;
	width:24px;
	height:24px;
	background:url(../images/btn_icon1.png) no-repeat;
	background-size:contain;
	margin-right: 0.3em;
}
#products02 ul.btn li.btn2 span:before
{
	position: relative;
	content:"";
	display:inline-block;
	width:24px;
	height:24px;
	background:url(../images/btn_icon2.png) no-repeat;
	background-size:contain;
	margin-right: 0.3em;
}
#products02 ul.btn li.btn3 span:before
{
	position: relative;
	content:"";
	display:inline-block;
	width:24px;
	height:24px;
	background:url(../images/btn_icon3.png) no-repeat;
	background-size:contain;
	margin-right: 0.3em;
}
#products02 ul.btn li.btn1 a:hover,
#products02 ul.btn li.btn2 a:hover,
#products02 ul.btn li.btn3 a:hover
{
	opacity: 0.7;
	text-decoration: none;
}
#products02t
{
	width: 100%;
	overflow: hidden;
	background-size: cover;
	padding: 1% 2% 2% 2%;
	box-sizing: border-box;
}
#products02t .text-box
{
	background: rgba(255,255,255,0.8);
	padding: 2%;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


#products03-bg
{
	background: url(../images/products_c1.jpg) no-repeat;
	background-size: cover;
}
#products03
{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0;
    padding-top: 50%;
	position: relative;
	display: block;
	overflow: hidden;
}
#products03 ul.sns
{
	list-style: none;
	position: absolute;
	top: 4%;
	right: 2%;
}
#products03 ul.sns li
{
	float: left;
	margin-left: 5px;
	width: 40px;
}
#products03 ul.sns li img
{
	width: 100%;
}
#products03 ul.btn
{
	list-style: none;
	position: absolute;
	bottom: 2%;
	left: 2%;
}
#products03 ul.btn li
{
	margin-top: 10px;
}
#products03 ul.btn li.btn1 a,
#products03 ul.btn li.btn2 a,
#products03 ul.btn li.btn3 a
{
	width: 100%;
	background-image:
	url(../images/btn_top_left.jpg),
	url(../images/btn_top_right.jpg),
	url(../images/btn_bottom_left.jpg),
	url(../images/btn_bottom_right.jpg),
	url(../images/btn_top.jpg),
	url(../images/btn_bottom.jpg),
	url(../images/btn_left.jpg),
	url(../images/btn_right.jpg),
	url(../images/btn_bg.jpg);
	background-size:14px 14px,14px 14px,14px 14px,14px 14px,14px 14px,14px 14px,14px 14px,14px 14px,14px 14px;
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,repeat-x,repeat-x,repeat-y,repeat-y,repeat;
	background-position: left top,right top,left bottom,right bottom,left top,left bottom,left top,right top,left center;
	padding: 23px;
	box-sizing: border-box;
	overflow: hidden;
	display: block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	color: #e5004a;
	font-weight: bold;
	-moz-transition: all 500ms 0s ease;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
	font-size: 1.3em;
}
#products03 ul.btn li.btn1 span:before
{
	position: relative;
	content:"";
	display:inline-block;
	width:24px;
	height:24px;
	background:url(../images/btn_icon1.png) no-repeat;
	background-size:contain;
	margin-right: 0.3em;
}
#products03 ul.btn li.btn2 span:before
{
	position: relative;
	content:"";
	display:inline-block;
	width:24px;
	height:24px;
	background:url(../images/btn_icon2.png) no-repeat;
	background-size:contain;
	margin-right: 0.3em;
}
#products03 ul.btn li.btn3 span:before
{
	position: relative;
	content:"";
	display:inline-block;
	width:24px;
	height:24px;
	background:url(../images/btn_icon3.png) no-repeat;
	background-size:contain;
	margin-right: 0.3em;
}
#products03 ul.btn li.btn1 a:hover,
#products03 ul.btn li.btn2 a:hover,
#products03 ul.btn li.btn3 a:hover
{
	opacity: 0.7;
	text-decoration: none;
}
#products03t
{
	width: 100%;
	overflow: hidden;
	background-size: cover;
	padding: 1% 2% 2% 2%;
	box-sizing: border-box;
}
#products03t .text-box
{
	background: rgba(255,255,255,0.8);
	padding: 2%;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


/*campaign*/

#campaign
{
	width: 100%;
	background-image:
	url(../images/frame_top_left.jpg),
	url(../images/frame_top_right.jpg),
	url(../images/frame_bottom_left.jpg),
	url(../images/frame_bottom_right.jpg),
	url(../images/frame_top.jpg),
	url(../images/frame_bottom.jpg),
	url(../images/frame_left.jpg),
	url(../images/frame_right.jpg),
	url(../images/frame_bg.jpg);
	background-size:70px 70px,70px 70px,70px 70px,70px 70px,70px 70px,70px 70px,70px 70px,70px 70px,70px 70px;
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,repeat-x,repeat-x,repeat-y,repeat-y,repeat;
	background-position: left top,right top,left bottom,right bottom,left top,left bottom,left top,right top,left center;
	padding: 60px;
	box-sizing: border-box;
	overflow: hidden;
	display: block;
}
#campaign h2
{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0;
    padding-top: 7.95454%;
	position: relative;
	display: block;
	overflow: hidden;
	background: url(../images/camp_title1.png) no-repeat;
	background-size: cover;
	text-indent: -9999px;
	margin-bottom: 3%;
}
#campaign span
{
	font-weight: bold;
	color: #e5004a;
}
#campaign .bookcover
{
	float: right;
	margin-left: 4%;
	width: 38%;
}
#campaign .bookcover img
{
	width: 100%;
}

/*footer*/

footer
{
	text-align: center;
	padding: 1.5em;
	box-sizing: border-box;
	background: #3446a6;
	color: #fff;
}

/*page top*/

#page-top
{
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 50px;
}
#page-top img
{
	width: 100%;
}

/*MOBILE--------------------------------------------------------------------------------------*/

@media screen and (max-width: 800px) {

#products01 ul.btn li.btn1 a,
#products01 ul.btn li.btn2 a,
#products01 ul.btn li.btn3 a,
#products03 ul.btn li.btn1 a,
#products03 ul.btn li.btn2 a,
#products03 ul.btn li.btn3 a
{
	width: 100%;
	background-image:
	url(../images/btn_top_left.jpg),
	url(../images/btn_top_right.jpg),
	url(../images/btn_bottom_left.jpg),
	url(../images/btn_bottom_right.jpg),
	url(../images/btn_top.jpg),
	url(../images/btn_bottom.jpg),
	url(../images/btn_left.jpg),
	url(../images/btn_right.jpg),
	url(../images/btn_bg.jpg);
	background-size:14px 14px,14px 14px,14px 14px,14px 14px,14px 14px,14px 14px,14px 14px,14px 14px,14px 14px;
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,repeat-x,repeat-x,repeat-y,repeat-y,repeat;
	background-position: left top,right top,left bottom,right bottom,left top,left bottom,left top,right top,left center;
	padding: 18px;
	box-sizing: border-box;
	overflow: hidden;
	display: block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	color: #e5004a;
	font-weight: bold;
	-moz-transition: all 500ms 0s ease;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
	font-size: 1em;
}
	
}

@media screen and (max-width: 650px) {
	
body
{
	font-size: 13px;
}
	
/* header */

header
{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0;
    padding-top: 42.46153%;
	position: relative;
	display: block;
	overflow: hidden;
	background: url(../images/header2.jpg) no-repeat;
	background-size: cover;
}
h1
{
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
    padding-top: 29.23076%;
	position: absolute;
	display: block;
	overflow: hidden;
	background: url(../images/title2.png) no-repeat;
	background-size: cover;
	text-indent: -9999px;
}
.camp-btn a
{
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
    padding-top: 13.23076%;
	position: absolute;
	display: block;
	overflow: hidden;
	background: url(../images/camp_btn2.png) no-repeat;
	background-size: cover;
	text-indent: -9999px;
	-moz-transition: all 500ms 0s ease;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}
.camp-btn a:hover
{
	opacity: 0.7;
	text-decoration: none;
	top: auto;
}
	
/* navi */

nav ul li.lineup1 a
{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0;
    padding-top: 24.61538%;
	position: relative;
	display: block;
	overflow: hidden;
	background: url(../images/lineup_a2.jpg) no-repeat;
	background-size: cover;
	text-indent: -9999px;
	float: none;
	-moz-transition: all 500ms 0s ease;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}
nav ul li.lineup2 a
{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0;
    padding-top: 24.61538%;
	position: relative;
	display: block;
	overflow: hidden;
	background: url(../images/lineup_b2.jpg) no-repeat;
	background-size: cover;
	text-indent: -9999px;
	float: none;
	-moz-transition: all 500ms 0s ease;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}
nav ul li.lineup3 a
{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0;
    padding-top: 24.61538%;
	position: relative;
	display: block;
	overflow: hidden;
	background: url(../images/lineup_c2.jpg) no-repeat;
	background-size: cover;
	text-indent: -9999px;
	float: none;
	-moz-transition: all 500ms 0s ease;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}

/*products*/

#products01-bg
{
	background: url(../images/products_a2.jpg) no-repeat #fff;
	background-size: contain;
}
#products01
{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0;
    padding-top: 146.15384%;
	position: relative;
	display: block;
	overflow: hidden;
	
}
#products01 ul.sns
{
	list-style: none;
	position: absolute;
	top: 2%;
	right: auto;
	left: 2%;
}
#products01 ul.sns li
{
	float: left;
	margin-right: 5px;
	margin-left: 0;
	width: 30px;
}
#products01 ul.sns li img
{
	width: 100%;
}
#products01 ul.btn
{
	list-style: none;
	position: absolute;
	bottom: 2%;
	left: 2%;
	background-image:
	url(../images/btn_top_left.jpg),
	url(../images/btn_top_right.jpg),
	url(../images/btn_bottom_left.jpg),
	url(../images/btn_bottom_right.jpg),
	url(../images/btn_top.jpg),
	url(../images/btn_bottom.jpg),
	url(../images/btn_left.jpg),
	url(../images/btn_right.jpg),
	url(../images/btn_bg.jpg);
	background-size:7px 7px,7px 7px,7px 7px,7px 7px,7px 7px,7px 7px,7px 7px,7px 7px,7px 7px;
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,repeat-x,repeat-x,repeat-y,repeat-y,repeat;
	background-position: left top,right top,left bottom,right bottom,left top,left bottom,left top,right top,left center;
	padding: 10px 5px;
	box-sizing: border-box;
	overflow: hidden;
	display: table;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	width: 96%;
}
#products01 ul.btn li
{
	margin-top: 0;
	display: table-cell;
	border-right: 1px solid #ccc;
}
#products01 ul.btn li:last-child
{
	border-right: none;
}
#products01 ul.btn li.btn1 a,
#products01 ul.btn li.btn2 a,
#products01 ul.btn li.btn3 a
{
	background: none;
	color: #e5004a;
	font-weight: bold;
	-moz-transition: all 500ms 0s ease;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
	font-size: 1em;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	text-align: center;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: block;
	padding: 10px 0;
}
#products01 ul.btn li.btn1 span:before,
#products01 ul.btn li.btn2 span:before,
#products01 ul.btn li.btn3 span:before
{
	display:none;
}
#products01t
{
	width: 100%;
	overflow: hidden;
	background-size: cover;
	padding: 0 10px 10px 10px;
	box-sizing: border-box;
}
#products01t .text-box
{
	background: #3088b1;
	padding: 15px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	color: #fff;
}

#products02-bg
{
	background: url(../images/products_b2.jpg) no-repeat #fff;
	background-size: contain;
}
#products02
{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0;
    padding-top: 146.15384%;
	position: relative;
	display: block;
	overflow: hidden;
	
}
#products02 ul.sns
{
	list-style: none;
	position: absolute;
	top: 2%;
	right: 2%;
}
#products02 ul.sns li
{
	float: left;
	margin-right: 5px;
	margin-left: 0;
	width: 30px;
}
#products02 ul.sns li img
{
	width: 100%;
}
#products02 ul.btn
{
	list-style: none;
	position: absolute;
	bottom: 2%;
	left: 2%;
	background-image:
	url(../images/btn_top_left.jpg),
	url(../images/btn_top_right.jpg),
	url(../images/btn_bottom_left.jpg),
	url(../images/btn_bottom_right.jpg),
	url(../images/btn_top.jpg),
	url(../images/btn_bottom.jpg),
	url(../images/btn_left.jpg),
	url(../images/btn_right.jpg),
	url(../images/btn_bg.jpg);
	background-size:7px 7px,7px 7px,7px 7px,7px 7px,7px 7px,7px 7px,7px 7px,7px 7px,7px 7px;
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,repeat-x,repeat-x,repeat-y,repeat-y,repeat;
	background-position: left top,right top,left bottom,right bottom,left top,left bottom,left top,right top,left center;
	padding: 10px 5px;
	box-sizing: border-box;
	overflow: hidden;
	display: table;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	width: 96%;
}
#products02 ul.btn li
{
	margin-top: 0;
	display: table-cell;
	border-right: 1px solid #ccc;
}
#products02 ul.btn li:last-child
{
	border-right: none;
}
#products02 ul.btn li.btn1 a,
#products02 ul.btn li.btn2 a,
#products02 ul.btn li.btn3 a
{
	background: none;
	color: #e5004a;
	font-weight: bold;
	-moz-transition: all 500ms 0s ease;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
	font-size: 1em;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	text-align: center;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: block;
	padding: 10px 0;
}
#products02 ul.btn li.btn1 span:before,
#products02 ul.btn li.btn2 span:before,
#products02 ul.btn li.btn3 span:before
{
	display:none;
}
#products02t
{
	width: 100%;
	overflow: hidden;
	background-size: cover;
	padding: 0 10px 10px 10px;
	box-sizing: border-box;
}
#products02t .text-box
{
	background: #3088b1;
	padding: 15px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	color: #fff;
}
	
#products03-bg
{
	background: url(../images/products_c2.jpg) no-repeat #fff;
	background-size: contain;
}
#products03
{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0;
    padding-top: 146.15384%;
	position: relative;
	display: block;
	overflow: hidden;
	
}
#products03 ul.sns
{
	list-style: none;
	position: absolute;
	top: 2%;
	right: 2%;
}
#products03 ul.sns li
{
	float: left;
	margin-right: 5px;
	margin-left: 0;
	width: 30px;
}
#products03 ul.sns li img
{
	width: 100%;
}
#products03 ul.btn
{
	list-style: none;
	position: absolute;
	bottom: 2%;
	left: 2%;
	background-image:
	url(../images/btn_top_left.jpg),
	url(../images/btn_top_right.jpg),
	url(../images/btn_bottom_left.jpg),
	url(../images/btn_bottom_right.jpg),
	url(../images/btn_top.jpg),
	url(../images/btn_bottom.jpg),
	url(../images/btn_left.jpg),
	url(../images/btn_right.jpg),
	url(../images/btn_bg.jpg);
	background-size:7px 7px,7px 7px,7px 7px,7px 7px,7px 7px,7px 7px,7px 7px,7px 7px,7px 7px;
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,repeat-x,repeat-x,repeat-y,repeat-y,repeat;
	background-position: left top,right top,left bottom,right bottom,left top,left bottom,left top,right top,left center;
	padding: 10px 5px;
	box-sizing: border-box;
	overflow: hidden;
	display: table;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	width: 96%;
}
#products03 ul.btn li
{
	margin-top: 0;
	display: table-cell;
	border-right: 1px solid #ccc;
}
#products03 ul.btn li:last-child
{
	border-right: none;
}
#products03 ul.btn li.btn1 a,
#products03 ul.btn li.btn2 a,
#products03 ul.btn li.btn3 a
{
	background: none;
	color: #e5004a;
	font-weight: bold;
	-moz-transition: all 500ms 0s ease;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
	font-size: 1em;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	text-align: center;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: block;
	padding: 10px 0;
}
#products03 ul.btn li.btn1 span:before,
#products03 ul.btn li.btn2 span:before,
#products03 ul.btn li.btn3 span:before
{
	display:none;
}
#products03t
{
	width: 100%;
	overflow: hidden;
	background-size: cover;
	padding: 0 10px 10px 10px;
	box-sizing: border-box;
}
#products03t .text-box
{
	background: #3088b1;
	padding: 15px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	color: #fff;
}

/*campaign*/

#campaign
{
	width: 100%;
	background-image:
	url(../images/frame_top_left.jpg),
	url(../images/frame_top_right.jpg),
	url(../images/frame_bottom_left.jpg),
	url(../images/frame_bottom_right.jpg),
	url(../images/frame_top.jpg),
	url(../images/frame_bottom.jpg),
	url(../images/frame_left.jpg),
	url(../images/frame_right.jpg),
	url(../images/frame_bg.jpg);
	background-size:35px 35px,35px 35px,35px 35px,35px 35px,35px 35px,35px 35px,35px 35px,35px 35px,35px 35px;
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,repeat-x,repeat-x,repeat-y,repeat-y,repeat;
	background-position: left top,right top,left bottom,right bottom,left top,left bottom,left top,right top,left center;
	padding: 30px;
	box-sizing: border-box;
	overflow: hidden;
	display: block;
}
#campaign h2
{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0;
    padding-top: 21.41706%;
	position: relative;
	display: block;
	overflow: hidden;
	background: url(../images/camp_title2.png) no-repeat;
	background-size: cover;
	text-indent: -9999px;
	margin-bottom: 5%;
}
#campaign .bookcover
{
	float: none;
	margin: 0 auto 5% auto;
	max-width: 600px;
	width: 80%;
}

	
}




