@charset "UTF-8";



/* INTERFACE */


body{
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	color:#000000;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	-webkit-text-size-adjust:100%;
}



#header_area{
	background-color:#ffffff;
	padding:0px 20px 0px;
	box-sizing: border-box;
}

#header_area>div{
	width:100%;
	height:75px;
	margin:0px auto;
	padding:0px;
	position:relative;
}

#header_area h1{
	margin:0px;
	font-size:14px;
	line-height:1em;
	position:absolute;
	top:0px;
	left:0px;
}

#header_area nav{
	display:none;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	padding:1px 5px 1px;
	background-color:#000000;
	-webkit-border-radius:5px;
	border-radius:5px;
	position:absolute;
	top:75px;
	left:0px;
	z-index:999;
}

#header_area nav ul{
	width:100%;
	padding:0px;
	list-style-type:none;
	font-size:15px;
	line-height:1em;
}

#header_area nav ul li{
	width:50%;
	margin:0px;
	float:left;
}

.header_nav_partition{
	display:none;
}

#header_area nav li a,#header_area nav li #now_page{
	display:block;
	padding:10px;
	margin:0px 10px 14px;
	background-color:#ffffff;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-decoration:none;
}

#header_area nav li a:link{
	color:#333333;
}
#header_area nav li a:visited{
	color:#333333;
}
#header_area nav li a:hover{
	color:#b71b2c;
}
#header_area nav li a:active{
	color:#333333;
}
#header_area nav li #now_page{
	color:#b71b2c;
}

#header_area address{
	display:none;
}

#nav_menu{
	display:block;
	width:40px;
	height:40px;
	background-image:url("../img/interface/nav_icon.png");
	background-repeat:no-repeat;
	-webkit-background-size:40px 40px;
	background-size:40px 40px;
	position:absolute;
	top:20px;
	right:0px;
	cursor:pointer;
}


#footer_nav_area_bg{
	background-color:#404040;
	padding:0px 20px 0px;
	position:relative;
}

#footer_nav_area{
	width:100%;
	margin:0px auto;
	overflow:hidden;
	text-align:center;
}

#footer_nav_area h1{
	width:220px;
	height:75px;
	margin:0px auto;
	font-size:14px;
	line-height:1em;
}

#footer_nav_area #footer_pagetop{
	width:150px;
	position:absolute;
	top:-15px;
	right:20px;
	z-index:999;
}

#footer_nav_area #footer_pagetop img{
	width:100%;
	height:auto;
}

.footer_nav_partition{
	display:none;
}

#footer_nav_area ul{
	display:inline;
	margin:10px 0px 0px;
	padding:0px;
	list-style-type:none;
	font-size:12px;
	color:#ffffff;
	line-height:1em;
}

#footer_nav_area li{
	display:block;
	padding:15px 0px;
	border-top:1px solid #939393;
}

#footer_nav_area li a{
	color:#ffffff;
	text-decoration:none;
}

#footer_copy_area_bg{
	background-color:#0c0c0c;
}

#footer_copy_area{
	max-width:980px;
	margin:0px auto;
	text-align:center;
}

#footer_copy_area small{
	display:inline-block;
	color:#ffffff;
	font-size:9px;
	margin:0px auto;
	padding:20px 0px 20px;
	font-family:verdana;
}

/* INTERFACE END*/
/* INTERFACE END*/


#home_key_bg{
	width:100%;
	margin:0px auto 35px;
	background-image:url("../img/home_key_bg.jpg");
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	background-position:center top;
	box-sizing:border-box;
}

#home_key_bg h2{
	width:100%;
	margin:0px auto 3.954802259887006%;
	font-size:10px;
	line-height:1em;
}

#home_key_bg h2 img{
	width:100%;
	height:auto;
}

#home_key_bg .order-box {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#home_key_bg .order-btn {
	width: 270px;
	position: absolute;
	top: 10px;
	right: 0%;
}

#home_key_bg .order-btn img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

#home_promo_area{
	max-width:100%;
	margin:0px auto;
	padding:0px 20px 5.982905982905983%;
	overflow:hidden;
}

#home_promo_area article{
	float:left;
}

#home_promo_area article.honmaru-01 {
	width: 100%;
	margin: 0 0 55px;
}

#home_promo_area article.series-0102 {
	width: 65%;
	margin: 0 5% 55px 0;
}

#home_promo_area article.series-03 {
	width: 30%;
	margin: 0 0 55px;
}

#home_promo_area article.book {
	width: 65%;
	margin: 0 5% 55px 0;
}

#home_promo_area article.about {
	width: 30%;
	margin: 0 0 55px;
}


#home_promo_area article.pochitto-bnr {
	width: 100%;
}

#home_promo_area article.pochitto-bnr img {
  border-radius: 8px;
  box-sizing: border-box;
  border: 2px solid #000;
}

#home_promo_area article a img{
	width:100%;
	height:auto;
}

#home_promo_area article a:hover{
	opacity:0.9;
}


#home_contents_area_upside{
	max-width:980px;
	margin:0px auto;
	padding:0px 20px 0px;
	box-sizing:border-box;
}


#home_contents_column_area{
	max-width:980px;
	margin:0px auto 60px;
	overflow:hidden;
}

#home_contents_column_area_title{
	border-left:3px solid #ad1e2b;
}

#home_contents_column_area h2{
	width:130px;
	margin:0px;
	padding:0px 0px 0px 10px;
	font-size:10px;
	line-height:1em;
}

#home_contents_column_area h2 img{
	width:100%;
	height:auto;
	padding:0px 35px 30px 0px;
	float:left;
}

#home_contents_column_list img{
	width:112px;
	height:27px;
}

#home_contents_column_inside{
	width:100%;
	margin:0px;
	padding:0px;
	list-style-type:none;
	overflow:hidden;
}


#home_contents_column_inside .home_contents_column_article{
	width:48%;
	margin:0px 2% 20px 0px;
	background-color:#eeeeee;
	overflow:hidden;
	float:left;
}

.home_contents_column_left{
	width:50%;
	margin:0px;
	float:left;
	box-sizing:border-box;
}

.home_contents_column_article .home_contents_column_thum{
	margin:0px 20px 0px 0px;
}

.home_contents_column_article .home_contents_column_thum img{
	width:100%;
	height:auto;
}

.home_contents_column_right{
	width:50%;
	padding:5px 10px;
	float:right;
	box-sizing:border-box;
}

.home_contents_column_article h3{
	margin:0px 0px 0px 0px;
	font-size:16px;
	line-height:1.5em;
}

.home_contents_column_article .home_contents_column_date{
	margin:0px 0px 10px 0px;
	font-size:12px;
	line-height:1em;
	font-family:verdana;
	font-weight:bold;
	color:#007e95;
}

.home_contents_column_article .home_contents_column_copy{
	margin:0px;
	font-size:12px;
	line-height:1.5em;
}

.home_contents_column_article .home_contents_column_copy a{
	color:#ad1e2b;
}

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

	#home_contents_column_inside .home_contents_column_article{
		width:100%;
		margin:0px 2% 20px 0px;
		background-color:#eeeeee;
		overflow:hidden;
		float:left;
	}

	.home_contents_column_left{
		width:25%;
		margin:0px;
		float:left;
		box-sizing:border-box;
	}

	.home_contents_column_article .home_contents_column_thum{
		margin:0px 20px 0px 0px;
	}

	.home_contents_column_article .home_contents_column_thum img{
		width:100%;
		height:auto;
	}

	.home_contents_column_right{
		width:75%;
		padding:5px 10px;
		float:right;
		box-sizing:border-box;
	}

	.home_contents_column_article h3{
		margin:0px 0px 0px 0px;
		font-size:16px;
		line-height:1.5em;
	}

	.home_contents_column_article .home_contents_column_date{
		margin:0px 0px 10px 0px;
		font-size:12px;
		line-height:1em;
		font-family:verdana;
		font-weight:bold;
		color:#007e95;
	}

	.home_contents_column_article .home_contents_column_copy{
		margin:0px;
		font-size:15px;
		line-height:1.5em;
	}

	.home_contents_column_article .home_contents_column_copy a{
		color:#ad1e2b;
	}


}
#home_contents_youtube_area{
	max-width: 100%;
	margin: 0px auto 35px;
	overflow:hidden;
}

#home_contents_youtube_area_title{
	border-left:3px solid #ad1e2b;
}

#home_contents_youtube_area h2{
	width:260px;
	height: 25px;
	margin:0px 0 30px;
	padding:0px 0px 0px 15px;
	font-size:10px;
	line-height:1em;
}

#home_contents_youtube_area h2 img{
	width:100%;
	height:auto;
	padding:0px 35px 30px 0px;
	float:left;
}

#home_contents_youtube_list img{
	width:112px;
	height:27px;
}

#home_contents_youtube_inside{
	width:100%;
	position: relative;
	margin:0px;
  padding-top: 56.25%;
	list-style-type:none;
}

#home_contents_youtube_inside iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



#home_contents_develop_area{
	max-width:980px;
	margin:0px auto 35px;
	box-sizing:border-box;
}

#home_contents_develop_area_title{
}

#home_contents_develop_area h2{
	width:207px;
	margin:0px;
	padding:0px 50px 0px 0px;
	font-size:10px;
	line-height:1em;
	float:left;
}

#home_contents_develop_area h2 img{
	width:100%;
	height:auto;
	padding:0px 0px 0px 10px;
	border-left:3px solid #ad1e2b;
}

#home_contents_develop_list{
}


#home_contents_develop_list img{
	width:157px;
	height:27px;
}

.home_contents_develop_article{
	width:48%;
	height:140px;
	margin:35px 2% 30px 0px;
	padding:0px 0px 3%;
	border-bottom:1px solid #666666;
	float:left;
	overflow:hidden;
}

.home_develop_left{
	float:left;
	margin:0px 0px 35px 0px;
}


.home_contents_develop_article h3{
	margin:0px 0px 13px;
	font-size:16px;
	line-height:1em;
}

.home_contents_develop_article .home_contents_develop_thum{
	float:left;
	margin:0px 15px 0px 0px;
}

.home_contents_develop_article .home_contents_develop_thum img{
	width:100px;
	height:77px;
}

.home_contents_develop_thum_new{	
	position:absolute;
}


.home_contents_develop_article .home_develop_tag{
	width:auto;
	height:22px;
	padding:0px 0px 14px 0px;
}

.home_contents_develop_article .home_contents_develop_copy{
	margin:0px;
	font-size:12px;
	line-height:1.5em;
}

.home_contents_develop_article .home_contents_develop_copy>a{
	color:#ad1e2b;
}



#home_contents_blog_area{
	max-width:980px;
	margin:0px auto 35px;
	box-sizing:border-box;
}

#home_contents_blog_area_title{
}

#home_contents_blog_area h2{
	width:340px;
	margin:0px;
	padding:0px 50px 0px 0px;
	font-size:10px;
	line-height:1em;
	float:left;
}

#home_contents_blog_area h2 img{
	width:100%;
	height:auto;
	padding:0px 0px 0px 10px;
	border-left:3px solid #ad1e2b;
}

#home_contents_blog_list{
}


#home_contents_blog_list img{
	width:207px;
	height:27px;
}

.home_contents_blog_article{
	width:48%;
	height:140px;
	margin:35px 2% 30px 0px;
	padding:0px 0px 3%;
	border-bottom:1px solid #666666;
	float:left;
	overflow:hidden;
}

.home_blog_left{
	float:left;
	margin:0px 0px 35px 0px;
}


.home_contents_blog_article h3{
	margin:0px 0px 13px;
	font-size:16px;
	line-height:1em;
}

.home_contents_blog_article .home_contents_blog_thum{
	float:left;
	margin:0px 15px 0px 0px;
}

.home_contents_blog_article .home_contents_blog_thum img{
	width:100px;
	height:77px;
}

.home_contents_blog_thum_new{	
	position:absolute;
}


.home_contents_blog_article .home_blog_tag{
	width:auto;
	height:22px;
	padding:0px 0px 14px 0px;
}

.home_contents_blog_article .home_contents_blog_copy{
	margin:0px;
	font-size:12px;
	line-height:1.5em;
}

.home_contents_blog_article .home_contents_blog_copy>a{
	color:#ad1e2b;
}

#home_series_area{
	width:100%;
	margin:0px auto 35px;
	padding:0px 20px 0px;
	background-image:url(../img/home_series_bg.png);
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	background-position:center top;
	box-sizing:border-box;
}

#home_series_area h2{
	width:375px;
	margin:0px auto 5%;
	padding:5% 0px 0px;
	font-size:10px;
	line-height:1em;
}

#home_series_area h2 img{
	width:100%;
	height:auto;
}

#home_series_area article.honmaru-01 {
	max-width:980px;
	margin: 0 auto 55px;
}

#home_series_area article img{
	width:100%;
	height:auto;
}

#home_series_area article a:hover{
	opacity:0.9;
}

#home_series_product_area{
	width:100%;
	margin:0px auto 2.511111111111111%;
}

#home_series_product_area a:nth-child(1) img{
	display:none;
}

#home_series_product_area a:nth-child(2) img{
	display:none;
}

#home_series_product_area a{
	display:block;
	width:100%;
	height:0px;
	margin:0px 0px 20px 0px;
	padding:21.35416666666667% 0px 0px 0px;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
	background-size:contain;
}

#home_series_product_area a:nth-child(1){
	background-image:url(../img/home_series_product_vol2_tb.png);
}

#home_series_product_area a:nth-child(2){
	background-image:url(../img/home_series_product_vol1_tb.png);
}

#home_series_point_area{
	width:100%;
	margin:0px auto 1.511111111111111%;
}

#home_series_point_area ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#home_series_point_area ul li{
	float:left;
	width:30.61224489795918%;
	margin:0px 4.075102639296188% 0px 0px;
}

#home_series_point_area ul li:nth-child(3n){
	margin:0px;
}

#home_series_point_area ul li img{
	display:none;
}

#home_series_point_area ul li a{
	display:block;
	width:100%;
	height:0px;
	margin:0px 0px 20px 0px;
	padding:46.66666666666667% 0px 0px 0px;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
	background-size:contain;
}

#home_series_point_area ul li:nth-child(1) a{
	background-image:url(../img/home_series_point_01_tb.jpg);	
}

#home_series_point_area ul li:nth-child(2) a{
	background-image:url(../img/home_series_point_02_tb.jpg);	
}

#home_series_point_area ul li:nth-child(3) a{
	background-image:url(../img/home_series_point_03_tb.jpg);	
}

#home_series_point_area ul li:nth-child(4) a{
	background-image:url(../img/home_series_point_04_tb.jpg);	
}

#home_series_point_area ul li:nth-child(5) a{
	background-image:url(../img/home_series_point_05_tb.jpg);	
}

#home_series_point_area ul li:nth-child(6) span{
	display:block;
	width:100%;
	height:0px;
	margin:0px 0px 20px 0px;
	padding:46.66666666666667% 0px 0px 0px;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
	background-size:contain;
	background-image:url(../img/home_series_custom_tb.jpg);	
}

#home_series_custom{
	display:none;
}

#home_series_bottom_area{
	width:100%;
	margin:0px auto;
	padding:0px 0px 2.511111111111111%;
	overflow:hidden;
}

#home_series_bottom_area article{
	width:46.71428571428571%;
	height:120px;
	margin:0px 1% 0px;
	background-image:url(../img/home_series_bottom_article_bg_tb.png);
	background-repeat:no-repeat;
	border-right:9px solid #ffffff;
	float:left;
}

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

	#home_series_bottom_area article{
		width:98%;
		height:120px;
		margin:0px 0px 10px;
		background-image:url(../img/home_series_bottom_article_bg_tb.png);
		background-repeat:no-repeat;
		border-right:9px solid #ffffff;
		float:none;
	}

}

#home_series_bottom_area h3{
	margin:0px;
	padding:13px 0px 18px 4% ;
	font-size:16px;
	line-height:1em;
	font-weight:bold;
	color:#ad1e2b;
}


#home_series_bottom_area article a{
	display:block;
	width:59px;
	padding:0px 4.285714285714286% 0px 4% ;
	float:left;
}

#home_series_bottom_area article a img{
	width:100%;
	height:auto;
}

#home_series_bottom_area article h4{
	margin:0px 0px 5px;
	padding:0px;
	font-size:15px;
	line-height:1em;
	font-weight:bold;
}

#home_series_bottom_area article p{
	font-size:12px;
	font-weight:normal;
}

#home_series_bottom_area article p>a{
	display:inline-block;
	float:none;
	color:#ad1e2b;
	width:auto;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 15px;
	font-weight:bold;
	background-image:url(../img/home_series_bottom_article_link.png);
	background-repeat:no-repeat;
	background-size:12px;
}

#home_series_custom{
	display:none;
}



#home_contents_area_bottom{
	width:100%;
	margin:0px auto 35px;
	overflow:hidden;
}

#home_contents_area_bottom #home_contents_news_area{
	max-width:56.6734693877551%;
	padding:0px 0px 0px 10px;
	float:left;
}

#home_contents_news_area_title{
	border-left:3px solid #ad1e2b;
}

#home_contents_area_bottom #home_contents_news_area h2{
	width:191px;
	margin:0px;
	padding:0px 0px 0px 10px;
	font-size:10px;
	line-height:1em;
}

#home_contents_news_area h2 img{
	width:100%;
	height:auto;
	padding:0px 29px 30px 0px;
	float:left;
}

#home_contents_news_list img{
	width:141px;
	height:auto;
}

.home_contents_news_article{
	width:48.69565217391304%;
	height:65px;
	margin:0px 1.304347826086957% 2.572727272727273% 0px;
	float:left;
	overflow:hidden;
	border-bottom:1px solid #666666;
}

@media screen and (max-width:970px){
	#home_contents_news_area article:nth-child(2n+1){
		display:none;
	}

	.home_contents_news_article{
		width:98%;
		height:65px;
		float:left;
		overflow:hidden;
		border-bottom:1px solid #666666;
	}
	
}

.home_contents_news_article>a{
	float:left;
	margin:0px 10px 0px 0px;
	width:55px;
}

.home_contents_news_article a img{
	width:100%;
	height:auto;
}

.home_contents_news_article h3{
	margin:0px 0px 5px;
	font-size:12px;
	line-height:1em;
	font-family:verdana;
	color:#007e95;
}

.home_contents_news_article p{
	margin:0px;
	font-size:11px;
}


#home_contents_banner_area{
	max-width:38.26530612244898%;
	margin:0px 1%;
	float:right;
	overflow:hidden;
}

#home_contents_banner_area a{
	width:100%;
	margin:0px;
}

#home_contents_banner_area a img{
	padding:0px 0px 15px;
	width:100%;
	height:auto;
}

#home_social_area_bg{
	width:100%;
	background-color:#f7f7f7;
}

#home_social_area{
	width:100%;
	margin:0px auto;
	padding:35px 0px 30px;
	overflow:hidden;
}

#home_fb_area{
	width:58.6734693877551%;
	height:241px;
	border-right:1px solid #cccccc;
	overflow:hidden;
	float:left;
}

#home_tw_area{
	width:38.26530612244898%;
	height:241px;
	overflow:hidden;
	float:right;
}

