@charset "utf-8";
/*======================


======================*/
/*
基本設定
=============*/
.dis_pc {display:block;}
.dis_sp {display:none;}
  @media screen and (max-width: 768px) {
.dis_pc {display:none;}
.dis_sp {display:block;}
}


.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

a img,a:hover img {transition:.3s;}
a:hover img {opacity:.85;-ms-filter: "alpha(opacity=85)";}

h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd { margin:0; padding:0;}
ul,ol { list-style: none;}

body{ width: 100%; min-width: 1300px; }

h2{
	background-image: url("../img/ttl_bg.png");
	background-position: center;
	background-repeat: no-repeat;
	height: 280px;
	text-align: center;
	margin: 12em 0 0 0;
}
h2 img{ display: none; }
p.h2txt{
	font-size: 1.3em;
	font-family:'Hiragino Mincho Pro','Yu Mincho',serif;
	text-align: center;
	margin-bottom: 8em;
	font-weight: 700; 
}

.contents_inner{ width: 1060px; margin: 0 auto; font-family:'Hiragino Mincho Pro','Yu Mincho',serif; font-weight:bold; font-size: 1.1em; }

  @media screen and (max-width: 768px) {
	body{ width: 100%; min-width: 100%; }
	img{max-width: 100%;}
  h2{ margin: 0; }
  .contents_inner{ width: 90%; margin: 0 auto; font-size: 0.9em;}
  p.h2txt{ font-size: 1.4em; margin-bottom: 3em;}
}


/*背景
============================*/
.menuWrap{
  background: #000;
  padding-bottom: 1vw;
}

#contents_wrap {
  background-color: rgba(0,0,0,0);
  color: #FFFFFF;
  position: relative;
  z-index: 2;
  padding-bottom: 10px;
  overflow: hidden;
}
#bg-video{
 position: fixed;
 right: 0;
 bottom: 0;
 min-width: 100%;
 min-height: 100%;
 width: auto;
 height: auto;
 z-index: -1;
 background-size: cover;
}

.start {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}
.start .keyvisual {
  position: fixed;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  text-align: center;
}

.start .keyvisual img{
  max-width: 100%;
}

.start .logo{
padding: 1vw 0 0 0;
width: 400px;
margin: 0 200px 0 auto;
display: flex;
}

.start .logo_ppc{ margin: 2em 0 0 0; }
/*.start .logo_ppc img{ width: 100%; }*/
.start .logo_kmt { margin: 0 0 0 0.5em; }
/*.start .logo_kmt img { width: 100%; }*/

@media screen and (max-width: 768px) {
  .start .keyvisual{
    top: 50%;
    width: 90%;
    /*height: auto;*/
  }
  .start .logo{
    padding: 1vw 0 0 0;
    width: 60%;
    margin: 0 auto 0 1em;
    display:flex;
  }

  .start .logo_ppc{ margin: 1em 0; }
  .start .logo_kmt { margin: 0.5em 0 0 0.5em; }

  .start .logo_ppc img{ width: 100%; }
  .start .logo_kmt img{ width: 80%; }
}


/*メインエリア
============================*/
.mainArea{
	background-image: url("../img/main_img.png");
	background-repeat: no-repeat;
	background-size: 100%;
	height: 100vh;
	position: relative;
  background-size: 60%;
  background-position: center -5vh;
}

.mainArea .maininfo{
  position: absolute;
  width: 61vw;
  bottom: 14em;
  left: calc(4.5em + 250px);
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  border: 3px solid #952903;
  padding: 20px;
	color: #FFFF00;
	display: none; /*受注開始時削除*/
}
.mainArea .maininfo img{ width: 100%; }


.mainArea .btn_other{
	position: absolute;
  /*bottom: 8em;*/
  bottom: 12em;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
.mainArea .btn_other p {
    width: 30%;
    display:inline-block;
}
.mainArea .btn_other p img {
  width:100%;
}

.mainArea .btn_item{
  position: absolute;
  /*bottom: 2em;*/
  bottom: 7em;
  left: 50%;
  transform: translateX(-50%);
}


.mainArea .txt_main{ text-align: right; padding: 30px 60px 0 0; }
.mainArea .txt_main img{ height: 80vh; }

@media screen and (max-width: 768px) {
	.mainArea{ background-size: 100%; background-position: -10vw 10%; height: auto !important; }
	.mainArea .maininfo{
    position: inherit;
    width: 90%;
    bottom: auto;
    left: 5%;
    padding-top: 2em;
    font-size: 0.8em;
    margin: 2% 0;
  }
	.mainArea .btn_other{
		position: inherit;
		margin-top: 1vh;
		bottom: auto;
		width: 90%;
		text-align: center;
	}
  .mainArea .btn_other p{ width: 49%; padding-bottom: 10px; }
	.mainArea .btn_other img{ width: 90%; }
  .mainArea .btn_item{ bottom: -3em; }
	.mainArea .txt_main{ text-align: right; padding: 0 15px 0 0; margin-top: 0; }
	.mainArea .txt_main img{ height: 60vh; }
}

/*コンテンツ01 サウンド
============================*/

#sound{ padding-top: 3em; }
#sound .txt01{ padding: 0 0 5em 0 ; text-align: center; font-size: 1.3em; }
#sound .txt02{ padding: 0 0 5em 0 ; text-align: center; font-size: 1.3em; }
#sound .txt01 img, #sound .txt02 img{ margin: 1em 0; }
#sound  h3{ padding: 10em 0 1em 0;}
#sound .h3txt{ text-align: center; font-size: 1.3em; padding-bottom: 1em; }

.txt{
  position: relative;
  display: inline-block;
  z-index: 1;
}
/*.txt:after{
  background: url(../img/ico_voice.png) no-repeat;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 43px;
  width: 57px;
}*/

#sound .sounds01{
  position: relative;
  padding: 5em 0;
  margin: 5em 0;
}
#sound .sounds01 .sphoto01{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
#sound .sounds01 .txt:after{
  bottom: -3em;
}

#sound .photo01{ padding: 5em 0 ; margin-left: 4em; float: left; }
#sound .photo02{ padding: 4em 0 ; margin-right: 5em; float: right; }
#sound .photo03{ padding: 1em 0 ; text-align: center; }
#sound .photo04{ padding: 1em 0 ; text-align: center;  }

#sound .sounds02{
  position: relative;
  padding: 5em 0;
  margin: 5em 0 16em;
}
#sound .sounds02 .photo05.txt:after{ top: -3em; left: 0; }
#sound .sounds02 .photo06{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
#sound .sounds02 .photo06.txt:after{ top: -3em; left: 58%; transform: translateX(-50%); }
#sound .sounds02 .photo07{
  position: absolute;
  top: 26.5em;
  right: 14em;
  z-index: 0;
}

#sound .sounds02 .photo07.txt:after{ top: 0; left: inherit; right: -4em; }

#sound .photo08{ margin: 5em 0 2em 0; text-align: center; }
#sound .photo09{ margin: 2em 0; text-align: center; }
#sound .photo10{ margin: 4em 0; float: left; padding-top: 5em; }
#sound .photo11{ margin: 4em 0; float: right; }



@media screen and (max-width: 768px) {
#sound{ padding-top: 6em; }
#sound  h3{ padding: 1em 0;}
#sound  h3 img{width: 100%;}

#sound .txt01{ padding: 0 0 2em 0 ; text-align: center; font-size: 1em; }
#sound .txt02{ padding: 0 0 2em 0 ; text-align: center; font-size: 1em; }
#sound .txt01 img, #sound .txt02 img{ margin: 0.5em 0; width: 70%; }

.txt:after{ background-size: contain; height: 33px; width: 43px; }
#sound .sounds01{ padding: 2em 0; margin: 2em 0; }
#sound .sounds01 .sphoto01{ position: relative; margin-bottom: 2em; }
#sound .sounds01 .txt{ margin: 1em 0 3em; }

#sound .photo01{ padding: 1em 0 ; margin-left: 0; float: none; text-align: center; }
#sound .photo02{ padding: 1em 0 ; margin-right: 0; float: none; text-align: center; }
#sound .photo03{ padding: 1em 0 ; text-align: center; }
#sound .photo04{ padding: 1em 0 ; text-align: center; }

#sound .sounds02{ margin: 2em 0; padding: 2em 0; }
#sound .sounds02 .photo05{ padding: 1em 0 ; margin: 0; text-align: center; }
#sound .sounds02 .photo05.txt:after{ top: -2em; }
#sound .sounds02 .photo06{ position: relative; margin: 3em 0 1em; float: right; width: 28%; text-align: center; }
#sound .sounds02 .photo06.txt:after{ top: -2.5em; }
#sound .sounds02 .photo07{ width: 12%; top: 34.5em; right: 10em; }
#sound .sounds02 .photo07.txt:after{ right: -3.5em; }

#sound .photo08{ margin: 1em 0 2em 0; text-align: center; }
#sound .photo09{ margin: 1em 0; text-align: center; }
#sound .photo10{ margin: 1em 0; float: none; padding-top: 5em; }
#sound .photo11{ margin: 1em 0; float: none; }

#sound .sounds01 .txt img{ width: 80%; }
#sound .photo02 img{ width: 25%; }

}


/*コンテンツ02　造形
============================*/

#molding{ padding-bottom: 3em; }
#molding .photo01{ padding: 0 0 5em 0 ; margin: auto; max-width: 696px; }
#molding .photo02{  float: left; }
#molding .photo03{ float: right; }


  @media screen and (max-width: 768px) {
	  
	#molding{ padding-bottom: 1em; }
	#molding .photo01{ padding: 0 0 2em 0 ; }
	#molding .photo02{ padding: 2em 0 ; margin-top: 0; float: none; }
	#molding .photo03{ padding: 2em 0 ; margin-top: 0; float: none; }

	#molding .photo01 img,
	#molding .photo02 img,
	#molding .photo03 img{ width: 100%; float: none; }
  
}


/*コンテンツ03 彩色
============================*/

#coloring{ }
#coloring .photo01{ padding: 0 0 5em 0; display:-webkit-box; display:-ms-flexbox; display:flex; }
#coloring .photo01 p{ padding-left: 1em; }

#coloring .photo02{
  padding: 5em 0;
  margin-top: -12em;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#coloring .photo02 p{
  padding-right: 1em;
  text-align: right;
}

@media screen and (max-width: 768px) {
#coloring .photo01{ padding: 0 0 2em 0 ; display: block; }
#coloring .photo02{ padding: 2em 0 ; margin-top: 0; display: block; }
#coloring .photo01 p,
#coloring .photo02 p{
  padding: 0;
  text-align: left;
}

#coloring .photo01 img,
#coloring .photo02 img{ width: 100%; float: none; }
}



/*コンテンツ04 付属
============================*/

#attached{ padding-top: 3em; padding-bottom: 3em;}
#attached .photo01{ padding: 3em 0 ; text-align: center; }
#attached .photo02{ padding: 3em 0 ; text-align: center; }

#attached .photo02img{
	display: flex;
	align-items:flex-end;
	justify-content: center;
	margin-left: 180px;
	font-family: 'Noto Serif JP',"游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho","ＭＳ 明朝","MS Mincho",serif;
}
#attached .photo02img .attention{ font-size: 0.7em; text-align: left; }

@media screen and (max-width: 768px) {
#attached .photo01{ padding: 1em 0 ; text-align: center; }
#attached .photo02{ padding: 1em 0 ; text-align: center; }
#attached .photo01 img{ width: 100%; float: none; }
#attached .photo02 img{ width: 70%; float: none; }

#attached .photo02img{ margin-left: 0; display: flex; }
#attached .attention{ font-size: 0.5em; padding-top: 0.5em; }

}
#productimage{ height: 100vh; background-image: url("../img/product_img.png"); background-repeat: no-repeat; background-size: cover; }
#productimage .catch{ text-align: right; margin-right: 10vw; padding-top: 30vh; }

@media screen and (max-width: 768px) {
#productimage{ height: 30vh; background-image: url("../img/product_img.png"); background-repeat: no-repeat; background-size: cover; }	
#productimage .catch{ text-align: right; margin-right: 20em; padding-top: 0; }
}

/*MOVIE
============================*/
.movieWrap {
    width: 100%;
    margin: 7vw auto;
}

.movieInner video{
  width: 100%;
}

/*#pv*/
#pv{
  position: relative;
}

#pv .movieTtl{
  position: absolute;
  top: 30vh;
  left: 50%;
  transform: translateX(-50%);
  font-size: 35px;
  text-align: center;
}

#pv .movieWrap{
  width: 100%;
  margin: 0 auto;
}

#pv .movieInner{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#pv .movieInner iframe{
  position: absolute !important;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#pv .movieWrap:before{
  content: "";
  display: block;
  background: url(../img/bg_pv_top.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 381px;
}

#pv .movieWrap:after{
  content: "";
  display: block;
  background: url(../img/bg_pv_btm.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 381px;
}


@media screen and (max-width: 768px) {
#pv .movieTtl{
  position: static;
  transform: translateX(0);
	text-align: center;
  font-size: 23px;
	}
#pv .movieTtl img{ width: 90%; }
#pv .movieWrap:before{
  height: 80px;
}

#pv .movieWrap:after{
  height: 80px;
	}
}




/*#detail
---------------------------------------*/
#detail .contentInner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 70%;
  margin: 0 auto;
  padding-top: 10vw;
	font-size: 0.9em;
}

#detail .itemName{
  padding-right: 1vw;
}

#detail .itemName > div, #detail .itemDtl > div {
    margin-bottom: 2vw;
}

#detail .itemDtl .attention{ font-size: 0.9em; padding-top: 5px; }


#detail .itemDtl ul{
  font-size: 1.1em;
}

@media screen and (max-width: 768px) {
	#detail .contentInner {width: 90%;}
	#detail .itemDtl img{ width: 100%; }
	#detail .itemDtl{ font-size: 0.9em; }
	#detail .itemDtl ul{width: 90%;}
	#detail .itemName{ width: 100%; text-align: left; padding: 1.5vh 0; }
	#detail .itemName img{ width: 50%; }
}

/*#site
---------------------------------------*/

#site .contentInner {
    width: 70%;
    margin: 5vw auto;
	font-size: 0.9em;
	background-color: rgba(0,0,0,0.8);
}

#site .siteInfo{
    padding: 2vw;
    border: 1px solid #fff;
}

#site .ttl{
  text-align: center;
}

.siteList{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2vw auto 0;
  font-family: 'Noto Serif JP',"游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho","ＭＳ 明朝","MS Mincho",serif;
  font-size: 1.3em;
}

.siteList li {
    width: 46%;
	height: 100px;
    text-align: center;
    border: 1px solid #fff;
    padding: 1vw 2vw;
    position: relative;
    margin: 0 1vw 1vw;
}

.siteList li::before {
    content: '';
    display: block;
    position: absolute;
    background-color: #b48832;
    top: 0;
    height: 3px;
    width: 100%;
    left: 0;
}
.siteList li a {
  color:#ffffff;
  text-decoration:none;
  display:flex;
  align-items: center;
  width:100%;
  height: 100%;
}

.siteList li a span {
  display:block;
  text-align: center;
  width:100%;
}

@media screen and (max-width: 768px) {
	#site .contentInner {width: 90%; margin: 8vw auto; }
	#site .ttl img{ width: 55%; }
	#site .siteList li{ width: 100%; margin: 1.5vw 1vw; font-size: 0.7em; height: 70px; font-weight:bold; }
}


/*#brand
---------------------------------------*/
#brand .contentInner {
    width: 70%;
    margin: 5vw auto;
	font-size: 0.9em;
	background-color: rgba(0,0,0,0.8);
}

#brand .ttl{
  text-align: center;
}

.brandWrap{
    border: 1px solid #fff;
    padding: 3vw;
}

.brandinfoWrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: 2vw auto 0;
}
.brandinfoWrap .brandInfo { width: 470px; }

.brandinfoWrap .brandInfo .txt{
  margin-bottom: 2vw;
}

@media screen and (max-width: 768px) {
	#brand .contentInner { width: 90%; margin: 8vw auto; }
	#brand .ttl img{ width: 70%; }
	#brand .logo { text-align: center; }
	#brand .logo img{ width: 70%; padding: 2vh 0; }
	#brand .brandinfoWrap .brandInfo{ width: 100%;}
	#brand .brandinfoWrap .brandInfo img{ width: 100%;}
}

	

/*animation
-----------------------------------------*/
.fadeinUp{
  opacity: 0;
  transform : translate(0, 100px);
  transition : all 1500ms;
}

#color .dtl .fadeinUp{
  transition : all 1500ms;
}

.fadeinDown {
  opacity: 0;
  transform : translate(0, -100px);
  transition : all 1500ms;
}

.fadeinLeft {
  opacity: 0;
  transform : translate(-100px, 0);
  transition : all 1500ms;
}

.fadeinRight {
  opacity: 0;
  transform : translate(100px, 0);
  transition : all 1500ms;
}

.fadeIn{
	opacity: 0;
	transition : all 1500ms;
}

.fade{
  opacity: 1;
}

.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.zoomAnime{ 
opacity: 0;  
transform: scale(2);
}
.zoomImg{
  opacity: 1;
  transform: scale(1);
	animation: umai 0.3s linear ;
}

	@keyframes umai{
	   0% { transform: scale(2); }
	 60% {transform: scale(1); }
	 80% {transform: scale(1.5); }
	 100% { transform: scale(1); }
	}



/*------------- コピーライト--------------------- */
.copy {
	text-align:center;
	padding-bottom: 5em;
	font-size: 0.9em;
	color: #FFFFFF;
	line-height: 1.5em;
	font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.copy span{ display: block; padding-top: 20px; font-size: 0.8em; line-height: 1.3em; }
@media screen and (max-width: 768px) {}



/*ナビ
============================*/
/*ナビ*/
.header-menu{
  position: relative;
  z-index: 2;
}

.header-menu ul{
  position: absolute;
  right: 165px;
  top: 60px;
  display: flex;
}

.header-menu ul li{
  padding-left: 20px;
}

.header-menu .logo{
padding: 1vw 0 0 0;
width: 400px;
margin: 0 200px 0 auto;
display: flex;
}

.header-menu .logo_ppc{ margin: 2em 0 0 0; }
/*.header-menu .logo_ppc img{ width: 100%; }*/
.header-menu .logo_kmt { margin: 0 0 0 0.5em; }
/*.header-menu .logo_kmt img { width: 100%; }*/

@media screen and (max-width: 768px) {
.header-menu .logo{
padding: 1vw 0 0 0;
width: 60%;
margin: 0 auto 0 1em;
display:flex;
}

.header-menu .logo_ppc{ margin: 1em 0; }
.header-menu .logo_kmt { margin: 0.5em 0 0 0.5em; }

.header-menu .logo_ppc img{ width: 100%; }
.header-menu .logo_kmt img{ width: 80%; }
	
}




  /*ハンバーガーボタン*/
.el_humburger {
  position: fixed;
  top: 30px;
  right: 60px;
  width: 85px;
  height: 85px;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  z-index: 20;
  cursor: pointer;
  pointer-events: auto;
  color: #fff;
  text-align: center;
  background: linear-gradient(#c69b49,#90672b);
  border-right: 3px solid #b51718;
font-size: 14px;
}

 .js_humburgerClose .el_humburger{
    background: linear-gradient(#c69b49,#90672b);
}


@media screen and (max-width: 768px) {
  .el_humburger {
    display: block;
    right: 0;
    top: 0;
    padding-top: 10px;
    width: 40px;
    height: 40px;
  }
    #factory .el_humburger {
      display: none;
  }
}

.el_humburger_wrapper {
  margin-bottom: 5px;
  width: 42px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .el_humburger_wrapper {
    margin-bottom: 5px;
    width: 20px;
}
}

.el_humburger_text {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none;
}

.el_humburger_text.el_humburger_text__close {
  display: none;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: block;
}

@media screen and (max-width: 768px) {
  .el_humburger_text {
    font-size: 10px;
    padding-top: 2px;
}
}

@media screen and (max-width: 768px) {
  .el_humburger_text svg path {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #fff;
}
}

@media screen and (max-width: 768px) {
  .js_humburgerOpen .el_humburger_text svg path {
    fill: #fff; }
}

.el_humburger span.el_humburger_bar {
  display: block;
  width: 100%;
  margin: 0 auto 9px;
  height: 1px;
  background: #fff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
 
.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0;
}
 
.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .el_humburger span.el_humburger_bar {
    left: 0;
    top: 0;
    background: #fff;
    }
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-11px) rotate(45deg);
  -ms-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #fff;
}

.el_humburgerButton__close span.el_humburger_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}
.el_humburger_inner p{
  padding-bottom: 10px;
  padding-top: 10px;
  margin-left: -12px;
}

.js_humburgerOpen .el_humburger_inner p{
  display: none;
}

.js_humburgerOpen .el_humburger_inner{
  padding-top: 30px;
}

.navi {
  position: fixed;
  right: 0;
  height: 100%;
  background: url(../img/nav/bg_nav.png) no-repeat;
  background-size: cover;
  width: 0;
  z-index: 3;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  overflow: hidden;
  top: 0;
}
  .js_humburgerOpen .navi {
    /*width: 450px;*/
    width: 100%;
  }
    @media screen and (max-width: 768px) {
      .js_humburgerOpen .navi {
        width: 100%;
        padding: 100px 5% 0;
    }
   }

.navi_inner{
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}

.nav_txt_item{
  padding-right: 6vw;
  padding-top: 3vw;
}

.nav_ttl{
  padding-right: 3vw;
}

.navi_item {
  margin-bottom: 28px;
  font-size: 20px;
  font-family: "Marcellus", serif !important;
  white-space: nowrap;
  margin-left: 90px;
  display: flex;
  flex-direction: row-reverse;
}
  .navi_item.op_innerLink {
    cursor: pointer;
}
  @media screen and (max-width: 768px) {
    .navi_item {
      margin-left: 0;
      font-size: 18px;
  }
}

.navi_item{
  display: flex;
  width: 70%;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
  margin-left: auto;
  padding-right: 13vw;
}

.navi_item > li{
  display: flex;
  flex-direction: row-reverse;
}

.navi_item > li:nth-of-type(3){
  position: absolute;
  right: 13vw;
  bottom: -6vw;
  width: 22%;
}

.sub_navi_item{
  display: flex;
  flex-direction: row-reverse;
    max-height: 22vh;
}

.sub_navi_item li{
    padding-right: 1em;
}

.sub_navi_item:nth-of-type(3) li{
    padding-right: 1.2em;
}

.sub_navi_item:nth-of-type(4) li{
    padding-right: 1.2em;
}

/*-----他の日輪刀を見る非表示の際に使用*/
.navi_item{
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .navi_item{
    width: 60%;
  }
}


.navi {
  position: fixed;
  right: 0;
  height: 100%;
  background: url(../img/nav/bg_nav.png) no-repeat;
  background-size: cover;
  width: 0;
  z-index: 3;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  overflow: hidden;
  top: 0;
}
  .js_humburgerOpen .navi {
    /*width: 450px;*/
    width: 100%;
  }
    @media screen and (max-width: 768px) {
      .js_humburgerOpen .navi {
        width: 100%;
        padding: 8vh 5% 0;
    }
   }

.navi_inner{
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}

.nav_txt_item{
  padding-right: 6vw;
  padding-top: 3vw;
}

.nav_ttl{
  padding-right: 3vw;
}

.navi_item {
  margin-bottom: 28px;
  font-size: 20px;
  font-family: "Marcellus", serif !important;
  white-space: nowrap;
  margin-left: 90px;
  display: flex;
  flex-direction: row-reverse;
}
  .navi_item.op_innerLink {
    cursor: pointer;
}
  @media screen and (max-width: 768px) {
    .navi_item {
      margin-left: 0;
      font-size: 18px;
  }
}

.navi_item{
  display: flex;
  width: 70%;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
  margin-left: auto;
  padding-right: 13vw;
}

.navi_item > li{
  display: flex;
  flex-direction: row-reverse;
}

/*--20210618調整分--*/
.navi_item > li:nth-of-type(2){
  display:none
}
/*--/20210618調整分--*/

.navi_item > li:nth-of-type(3){
  position: absolute;
  right: 13vw;
  bottom: -6vw;
  width: 22%;
}

.sub_navi_item{
  display: flex;
  flex-direction: row-reverse;
    max-height: 22vh;
}

.sub_navi_item li{
    padding-right: 1em;
}

.sub_navi_item:nth-of-type(3) li{
    padding-right: 1.2em;
}

@media screen and (max-width: 768px) {
	
    .header-menu ul{
        display: none;
    }

    .el_humberger{
      padding-top: 25px;
    }

    .js_humburgerOpen .el_humburger_inner{
      padding: 0;
    }

    .el_humburger_inner p{
      display: none;
    }

    .js_humburgerOpen .navi{
      border-right: 4px solid #c3191a;
    }

    .navi .nav_txt_item{
      padding-right: 0;
    }

    .nav_ttl{
      width: 15%;
    }

    .navi_item{
      width: 100%;
      padding-right: 3vw;
    }

    .navi_item > li{
      padding-left: 3vw;
    }

    .navi_item > li:nth-of-type(3){
      width: 43%;
      right: 4vw;
      bottom: -8vw;
    }

    .navi_item > li:nth-of-type(4){
      position: absolute;
      width: 43%;
      right: 4vw;
      bottom: -66vw;
    }
}




/*フッター
============================*/
@media screen and (max-width: 768px) {

html {
  overflow-y: scroll;
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
  width:100%;
}
html::-webkit-scrollbar {  /* Chrome, Safari 対応 */
  display:none;
}
body {
  overflow-x:hidden;
}
/*.pcnone {display:inline-block;}
.spnone {display:none;}*/

/*img {width:100%;}*/

#wrap {
  min-width:100%;
}
/*------------------------------------------
フッター【スマホ用】※基本的に改変しない※
--------------------------------------------*/
#footer_wrap {
  padding-bottom:30px;
}
#footer_Box {
  width:96%;
  padding:2%;
  text-align:left;
}
#footer_Box > ul {
  width:100%!important;
}
#footer_Box ul,
#footer_Box ul .top_box,
#footer_Box ul .top_box2 {
  display:block;
  width:96%;
}
#footer_Box ul .top_box ul li {
  float:none;
  display:block;
  width:100%;
}
#footer_Box ul .top_box2 ul {
  width:100%;
}
#footer_Box ul .top_box2 ul li {
  float:none;
  width:100%;
}
#footer_Box ul .top_box2 ul li p {
  position:static;
}
#footer_bottom ul {
  width:100%;
}
#footer_bottom ul li {
  display:block;
}
#footer_bottom ul li:first-child {
  width:20%;
  float:left;
}
#footer_bottom ul li:nth-child(2) {
  display:none;
}
#footer_bottom ul li:nth-child(3) {
  width:16%;
  float:right;
}

.sp_fs_09em {
  font-size:0.9em;
}

}




/*ダイレクトカートイン 固定
============================*/

#pbcartin {
    display: block;
    width: 326px;
    position: fixed;
    bottom: 1em;
    right: 60px;
    transition: all 0.5s;
    opacity: 1;
    z-index: 2;
    animation: cartani 0.5s linear 0s;
}
#pbcartin .attention{ 
	font-size: 10px;
	padding: 5px;
	margin: 5px 0;
	display: block;
	border: 1px solid #555555;
	background: rgba(0,0,0,0.7);
}

#pbcartin .cartBtn{
	border-width: 1px;
	border-color: rgb(255, 170, 36);
	border-style: solid;
	background: linear-gradient(#c69b49,#90672b);
	font-family:'Hiragino Mincho Pro','Yu Mincho',serif;
	text-align: center;
	padding: 0.5em 0;
	font-size: 1.4em;
	color: #FFF;
	text-decoration: none;
	width: 100%;
}
#pbcartin .cartBtn:hover{cursor: pointer;}

.mainArea .cartBtn span,
#pbcartin .cartBtn span{ margin-left: 40px; position: relative; }

#pbcartin .cartBtn a{
  position: relative;
  margin-left: 40px;
  color: #fff;
  text-decoration: none;
}
.mainArea .cartBtn span::before,
#pbcartin .cartBtn span::before,
#pbcartin .cartBtn a::before{
	position:absolute; 
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	left: -45px;
	top: -5px;
	background-image: url("../img/icon_cart.png");
	background-repeat: no-repeat;
	padding: 0;
}

.btn_item .btn_link,
#pbcartin .btn_link{
  display: block;
  border-width: 1px;
  border-color: rgb(255, 170, 36);
  border-style: solid;
  background: linear-gradient(#c69b49,#90672b);
  font-family:'Hiragino Mincho Pro','Yu Mincho',serif;
  text-align: center;
  padding: 0.5em 0;
  font-size: 1.4em;
  color: #FFF;
  text-decoration: none;
  width: 100%;
}

.btn_item .btn_link{
  min-width: 330px;
}


.is-fixed{ display: none !important; animation: cartani2 0.5s linear 0s;}

@keyframes cartani {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes cartani2 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}


.siteList li.cartin .btn_shoten{
	position: absolute;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    cursor: pointer;
}
.siteList li.cartin .cartBtn{
    height: 100px;
}

.mainArea .cartBtn.close,
#pbcartin .cartBtn.close,
.siteList li.cartin .cartBtn.close{
	background: linear-gradient(#999999,#999999);
	border-color: #999999;
	cursor: auto;
}

.popupContents{ display: none !important; }
.linkTargetBlank{ display: none !important; }
.popupInline{ display: none !important; }
.itemBrand{ display: none !important; }
.itemSchedule{ display: none !important; }

  @media screen and (max-width: 768px) {


.mainArea .main_cart{
	width: 90%;
	position: inherit;
	right: 0;
	margin: 1em 5%;
}
.mainArea .cartBtn{ width: 100%; margin-top: 2%; }

#pbcartin {
	width: 90%;
	margin: 0 5%;
	right: 0;
  bottom: 1.5em;
  }

.siteList li.cartin .cartBtn{
    height: 70px;
}

}



/*ダイレクトカートイン
==============================*/
.btn_item .dc_btn {
  background: url(../img/btn_buy.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  width: 400px;
  height: 56px;
}

.btn_item .dc_btn a {
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.btn_item .dc_btn.close {
  color: #fff;
  text-align: center;
  font-size: 26px;
  padding: 10px;
  background: #999999;
      font-family: 'Hiragino Mincho Pro','Yu Mincho',serif;
}

  @media screen and (max-width: 768px) {
    .btn_item .btn_link{
      font-size: 16px;
      padding: 10px 20px;
      min-width: 200px;
    }
    .btn_item .dc_btn{
      width: 70vw;
      background-size: contain;
      max-width: 400px;
    }

    .navi_item > li:nth-of-type(1){
      width: 70%;
    }

    .navi_item > li:nth-of-type(3){
      width: 43%;
      bottom: -5vw;
    }

    .navi_item > li:nth-of-type(4){
      width: 55%;
      bottom: -70vw;
    }
  }