@charset "UTF-8";

/* css Dpcument */

@media screen and (max-width: 736px){
	.consepttext-pc {
		display: none;
	}
	.consepttext-sp {
		display: block;
	}

body{
	font-family: YuGothic,'Yu Gothic',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
}
	img{
		display: block;
		width: 100%;
		height: auto;
	}
	a{
		text-decoration:none;
	color:#333;
	}
	li{
		list-style-type: none;
	}
	
	 /*nav {
    display: none;
  }*/
  .sp {
    display: block;
  }
.pc{
display: none
	}
  /*g-navメニュー消す*/
  .clearfix{
	  display: none;
  }
  	.header-btn{
		display:none;
	}
  #headerInner{
    height: 80px;
  }
  .box-right{       
  width:90%;
  padding: 5%; 
	}
 	.box-left{
		width:100%;
    float: inherit;
	}
	.consepttext{
		top:30px;
		bottom: 15px;
		width:90%;
		padding: 5%;
		line-height: 1.85;
		margin-bottom: 24px;
		font-size: 12px;  
		}
	.boxtitle{
		text-align: center;
		top:30px;               
         font-size: 16.8px; 
		 font-weight: bold;
		 font-family: 'Noto Serif JP', serif;
		 color:#B95B49;
		}
	
	header{
		background-color: #fff;
		width:100%;
	}
	#logo{
		float: left;
		width: 60%;	
	}
	main{
	clear: both;
	width:100%;
	}
		/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
  background: rgba(0,0,0,0);
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
  height: 100%;
}

nav.globalMenuSp ul {
	padding-top: 50px;
	padding-bottom: 85px;
    /* display: block; */
    position: fixed;
    right: -108px;
    top: 0;
    height: 100%;
    width: 136px;
    z-index: 1001;
    /* overflow-y: auto; */
    box-sizing: border-box;
    background-color: #F2F2F2;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1em 0;
  text-decoration :none;
}
	.globalMenuSp span{
		display: block;
	}
	
	
	span .nav-en-home{
		font-size: 16px;
	}
	span.nav-jp-home{
		font-size: 10px; 
	}
	span .nav-en-concept{
		font-size: 16px;
	}
	span.nav-jp-concept{
		font-size: 10px; 
	}
	span .nav-en-menu{
		font-size: 16px;
	}
	span.nav-jp-menu{
		font-size: 10px; 
	}
	span .nav-en-corporation{
		font-size: 16px;
	}
	span.nav-jp-corporation{
		font-size: 10px; 
	}
	span .nav-en-onlineshop{
		font-size: 16px;
	}
	span.nav-jp-onlineshop{
		font-size: 10px; 
	}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}


	.conseptTitle{
		margin-top: 40px;
	}
	h3{
		text-align: center;
	    font-size: 16.8px;  
		font-family: 'Noto Serif JP', serif;
	}
	video{
		width:100%;
	}
/* 	.bandaisanPhoto{
	   margin-top: 30px;
       display: flex;
       align-items: center;
       justify-content: center;
	   padding: 0 3%;
	} */
	.conseptTitle p{
	top: 30px;
    bottom: 15px;
    width: 90%;
    padding: 5%;
    line-height: 1.85;
    margin-bottom: 24px;
    font-size: 12px;
}
	
	#conseptbox{               
    top: 30px;                              
    width: 100%;		
	}

	.nmbertitle{
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	.nmbertitle::before{
    content: "";
	position: absolute;	
		border: solid 2px;
		width:100px;
    }
	.kodawari{
		font-size: 12px;
		font-family:メイリオ,meiryo,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro;
	}
	.numbertitle1{
		font-size: 35px;
		font-family: 'Noto Serif JP';
		margin-left: 10px;
		 
	}

.consepttext{
      width: 90%;
    margin: 0 auto;
    font-size: 12px;
}
	footer{
		width:100%;
		}
#footerInner img{
  width: 40%;
  margin: auto;
}
#footer-menu{
  display: none;
}

	#footerLogo{
		margin: auto;
margin: 20px auto 70px;
}
	#copyRight{
		display: none;
}
		/*ボタン練習*/
	.btn li {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  cursor: pointer;
  text-align: center;
}
	.footer-btn-email{
    width: 44%;
    height: 24px;
    display: block;
    text-align: center;
    background-color: #ACACAC;
    font-size: 14px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    box-shadow: 1px 6px 10px -8px rgb(0 0 0 / 30%);
    border: 1px solid #eeeeee;
	color: #FFF;
	padding: 3%;
}
	.footer-btn-tel{
    width: 44%;
    height: 24px;
    display: block;
    text-align: center;
    background-color: #ACACAC;
    font-size: 14px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    box-shadow: 1px 6px 10px -8px rgb(0 0 0 / 30%);
    border: 1px solid #eeeeee;
	color: #FFF;
	padding: 3%;
}
}der: 1px solid #eeeeee;
	color: #FFF;
	padding: 3%;
}
}