﻿.contents {
    min-height: 1000px;
	padding: 0px 50px 50px 50px;
}

@media only screen and (max-width: 768px) {
.contents {
	padding:20px 5% 50px 5%;
}

}
/*
section
----------------------------------------------------------------------------------------------------*/
#about,#products,#item {
	width : 100%;
	max-width:1200px;
    text-align: center;
	margin-right: auto;
	margin-left: auto; 
	overflow: hidden;
    padding-top: 123px;

}

@media only screen and (max-width: 768px) {
    #about,#products,#item {

    padding-top: 83px!important;

}
section {
	width : 100%; /* 画像の枠をさらに上位の枠の80%の横幅にする */
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto; /* 上下のマージンをゼロに、左右のマージンを自動に */
	clear: both;
	padding-top: 0px;
	padding-left: 0%;
	padding-right: 0%;
	
}

}

h1{
   font-family: 'Open Sans', sans-serif;
	clear: both;
	font-size: 240%!important;
    display: inline-block;
	padding-top: 30px;
	line-height: 40px;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;

	margin-left: auto;
	margin-right: auto;
    color: #000;
	}
h1 span{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 40%;
}

h2{
	clear: both;
	font-size: 120%!important;
    color: #000;
    
	}
h2 span{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 40%;
    padding-top: 12px;
    display: block;
}

.col2 h3{
	clear: both;
	text-align:center;
	font-size: 140%;
	padding-left: 0px;
	line-height: 30px;
	}
h4{
	clear: both;
	color: #ce1c2a;
	font-size: 100%;
	padding-left: 0px;
	line-height: 28px;
	margin-bottom: 20px;
	font-weight: bold;
	}
@media only screen and (max-width: 768px) {

h1{
	clear: both;
	font-size: 160%;
	padding-left: 0px;
	line-height: 36px;
	margin-bottom: 0px;
	margin-top: 30px;
	}
h2{
	clear: both;
	font-size: 160%;
	padding-left: 0px;
	line-height:1.2;
	margin-bottom: 0px;
	margin-top: 30px;
	}
			}
	


		/*
category
----------------------------------------------------------------------------------------------------*/
.top_cate {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 30px;
    margin-bottom: 30px;
}
.top_cate figure {
    position: relative;
	float: left;
	width: 46%;
	margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 60px;
	text-align: center;
		}

.top_cate figure img {
    position: relative;
    overflow: hidden;
	width: 100%;
	height:auto;
    z-index: 2;
		}
.top_cate figure:hover {
transform: scale(1.07,1.07);
transition-duration: 0.3s;
}


.top_cate figure h3{
	 font-family: 'Open Sans', sans-serif;
	z-index: 1000;
	-webkit-transition: .3s;
	transition: .3s;
	font-size:120%;
	color: #000;
	padding-bottom: 5px;
    text-align: center!important;
    line-height: 90%;
    margin-top: 15px;

		}	
.top_cate p{
   color: #000;
    font-size: 80%;;
    line-height: 160%!important;
		}
.top_cate figure a{
  
	text-decoration: none;
}
.kana{
 color: #85bfb7;
    margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
.top_cate {
	width: 100%;
	margin-top: 0px;
}
.top_cate figure {
	float: left;
	width: 90%;
	margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 40px;
		}
.top_cate figure h3 {
	z-index: 2;
	-webkit-transition: .3s;
	transition: .3s;
	font-size: 120%;
     line-height: 90%;
	text-align: center;
	padding: 0px 0px 3px 0px;	
		}
	
.top_cate p{
    font-size: 80%;
    
		}
}

		/*
VIDEO
----------------------------------------------------------------------------------------------------*/
.video_list {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 30px;
    margin-bottom: 30px;
}
.video_list figure {
	float: left;
	width: 46%;
	margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 60px;
	text-align: center;
		}

.video_list figure img {
    position: relative;
    overflow: hidden;
	width: 100%;
	height:auto;
    z-index: 2;
		}


.video_list figure h3{
	font-family: 'Roboto Slab', serif;
	z-index: 1000;
	-webkit-transition: .3s;
	transition: .3s;
	font-size:120%;
	color: #85bfb7;
	padding-bottom: 5px;
    text-align: center!important;
    line-height: 90%;
    margin-top: 15px;

		}	
.video_list p{
   color: #85bfb7;
    font-size: 80%;;
    line-height: 160%!important;
		}
.video_list figure a{
	text-decoration: none;
}
.kana{
 color: #85bfb7;
    margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
.video_list {
	width: 100%;
	margin-top: 0px;
}
.video_list figure {
	float: none;
	width: 96%;
	margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 20px;
		}
.video_list figure h3 {
	z-index: 2;
	-webkit-transition: .3s;
	transition: .3s;
	font-size: 120%;
     line-height: 90%;
	text-align: center;
	padding: 0px 0px 3px 0px;	
		}
	
.video_list p{
    font-size: 80%;
    
		}
}


/* sub_menu
--------------------------- */	


#item{
margin-top:-100px;
padding-top:100px;  
  z-index: auto;
    background-color: #fff;
}
.sub_menu{
	font-family: 'Montserrat', sans-serif;
	position: fixed;
	top: 90px;
	width: 100%;
	height: 40px;
	z-index: 900;
	overflow: hidden;
	font-size: 90%;
    background-color: #1a232f;

}
.sub_menu ul{
    text-align: center;
    padding-top: 10px;

}
.sub_menu li{
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    color: #fff!important; 
}
.sub_menu li:first-child{
    margin-right: 30px;
     padding-right: 50px!important;
    border-right: 2px solid #fff;

}
.sub_menu li a{
	
	font-size: 100%;
    color:#fff!important;

}
.sub_menu li a:hover{
    text-decoration: none;
    opacity: 0.6;

}
.dt_menu span,.menu span{
    font-size: 60%;
    color: #666;

}	
@media only screen and (max-width: 1024px) {
.sub_menu{
	top: 80px;
    font-size: 80%;
    }
.sub_menu ul{
    padding-top: 10px;

}
.sub_menu li{
    display: inline-block;
    padding-right: 2%;
    padding-left: 2%;
    color: #fff!important; 
}
.sub_menu li:first-child{
    margin-right: 3%;
     padding-right: 6%!important;
    border-right: 2px solid #fff;

}

	
}
	/*
about
----------------------------------------------------------------------------------------------------*/
#about .text{
    font-size: 100%;
    line-height: 1.9;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: #666;
}
#about img{
    width: 100%;
    height: auto;
    
}

@media only screen and (max-width: 1024px) {
  
#about .text{
    font-size: 100%;
    line-height: 1.9;
    width: 90%;
    margin-left: 5%;
    margin-right:5%;
    text-align: left;
    color: #666;
}
}
		/*
item list
----------------------------------------------------------------------------------------------------*/
.itemlist {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 30px;
    margin-bottom: 30px;
}
.itemlist figure {
    position: relative;
	float: left;
	width: 23%;
	margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 50px;
	text-align: center;
		}

.itemlist figure img {
    position: relative;
    overflow: hidden;
	width: 100%;
	height:auto;
    z-index: 2;
		}
.itemlist figure:hover {
transform: scale(1.07,1.07);
transition-duration: 0.3s;
}


.itemlist figure h3{
	font-family: 'Open Sans', sans-serif;
	z-index: 1000;
	-webkit-transition: .3s;
	transition: .3s;
	font-size:120%;
	color: #000;
	padding-bottom: 5px;
    text-align: center!important;
    line-height: 90%;
    margin-top: 15px;

		}	
.itemlist p{
   color: #000;
    font-size: 80%;;
    line-height: 160%!important;
		}
.itemlist figure a{
	text-decoration: none;
}
.kana{
 color: #000;
    margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
.itemlist {
	width: 100%;
	margin-top: 0px;
}
.itemlist figure {
	float: left;
	width: 90%;
	margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 70px;
		}
.itemlist figure h3 {
	z-index: 2;
	-webkit-transition: .3s;
	transition: .3s;
	font-size: 120%;
     line-height: 90%;
	text-align: center;
	padding: 0px 0px 3px 0px;	
		}
	
.itemlist p{
    font-size: 80%;
    
		}
}

/*
box4 item
----------------------------------------------------------------------------------------------------*/		
		

.box4{
	width : 21%; 

	margin-right: 2%;
	margin-left: 2%;
	float: left;
	padding-bottom: 40px;
		
}
.box4  h4{
	font-size: 130%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #000000;
}
.line_y{
	border-bottom: 7px solid #ffff00;
	}

.b4_text{
	margin-left: 10%;
	margin-right: 10%;
	color: #000000;
	line-height: 25px;
	margin-top: 20px;
	width: 80%;
	display: block;
	}
.box4 img{
width : 100%; /* 画像を枠の100%の横幅にする */
height: auto; /* 高さは自動で設定する */
}

@media only screen and (max-width: 600px) {
.box4{
	width : 46%; /* 画像の枠をさらに上位の枠の80%の横幅にする */
	margin-right: 2%;
	margin-left: 2%;
	float: left;
	padding-bottom: 40px;
		
}
		}
.itemlist .kid{
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
.item .kid{
    width: 90px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}