﻿
/*
section
----------------------------------------------------------------------------------------------------*/
section{
	width : 100%;
	max-width:1200px;
	margin-right: auto;
	margin-left: auto; 
	overflow: hidden;
     min-height: 100%;

}
.inner{
    width : 85%;
    text-align: center;
	margin-right: auto;
	margin-left: auto;  
}

h1 {
    font-family: 'inter',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 0.8;
	z-index: 100;
	font-size: 180%;
	text-align: center;
    margin-top: 10px;
    font-weight: bold;
}
h2{
    font-family: 'inter',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 0.8;
	z-index: 100;
	font-size: 200%;
	text-align: left;
	}
h1 span{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 60%;
    padding-top: 20px;
    display: block;
     font-weight: normal;
  
}

h3{
    font-family: 'lato',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 120%;
    line-height: 0.8;
	z-index: 100;
	
	}

@media only screen and (max-width: 768px) {
h1 {
    margin-top: 20px;
	text-align: center!important;
}
h2{
	text-align: left!important;
	}
.inner{
    width : 90%;
			}
}

		/*
ボタンエリア
----------------------------------------------------------------------------------------------------*/


.btn_area {
    height: 50px;
  margin-top: 50px;
  padding-bottom: 0;
  width: 100%;
  margin: 0 auto;
 
}
.btn_area.outdoor{
     border-bottom: 5px solid #E6B644;
}
.btn_area.indoor{
     border-bottom: 5px solid #5488c1;
}
/*タブのスタイル*/
.a a,.b a {
  width: calc(50%);
  height: 50px;
    box-sizing: border-box;
    padding-top: 18px;
  background-color: #ccc;
  font-size: 15px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
    border-radius: 15px 15px 0px 0px;
}
.outdoor .active a{
     background-color: #E6B644!important;
}
.indoor .active a{
     background-color: #5488c1!important;
}
.tab_item:hover {
  opacity: 0.75;
}
a:hover {
    text-decoration: none;
}
.a a:hover{
     background-color: #E6B644;
}
.b a:hover{
     background-color: #5488c1;
}
@media only screen and (max-width: 768px) {
    .a a,.b a {

  font-size: 13px;

}
}
		/*
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%;
    
		}
}

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

.cate div img {
    position: relative;
    overflow: hidden;
	width: 100%;
	height:auto;
    z-index: 2;
    margin-bottom: 15px;
		}
.cate div:hover {
transform: scale(1.07,1.07);
transition-duration: 0.3s;
}


.cate p{
     font-family: 'inter', sans-serif;
   color: #000;
    font-size: 100%;;
    line-height: 160%!important;
		}
.cate div a{
  
	text-decoration: none;
}
.cate div .btn{
    position: absolute;
    width: 50px;
    bottom:40px;
    right:20px;
}

@media only screen and (max-width: 768px) {
.cate {
	width: 92%;
	margin-top: 0px;
}
.cate div {
	float: left;
	width: 46%;
	margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 40px;
		}
.cate div h3 {
	z-index: 2;
	-webkit-transition: .3s;
	transition: .3s;
	font-size: 120%;
     line-height: 90%;
	text-align: center;
	padding: 0px 0px 3px 0px;	
		}
	
.cate p{
    font-size: 80%;
    
		}
    .cate div .btn{
    position: absolute;
    width: 40px;
    bottom:30px;
    right:10px;
}
}

		/*
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: 'inter', sans-serif;
	z-index: 1000;
	-webkit-transition: .3s;
	transition: .3s;
	font-size:110%;
    font-weight: bold;
	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;
}
.color{
    font-family: 'inter', sans-serif;
    font-size: 100%;
 color: #000;
    margin-bottom: 5px;
}
.price{
    font-weight: bold;
}

@media only screen and (max-width: 1080px) {
    .itemlist {
	width: 90%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 30px;
    margin-bottom: 30px;
}
  .itemlist figure {
    position: relative;
	float: left;
	width: 31.3%;
	margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 50px;
	text-align: center;
		}  
    
}

@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%;
    
		}
}
#contact .text{
    line-height: 1.8;
}
