@charset "UTF=8";
body{
  background: #f5f5f5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.wrapper{
  width:100%;
  position:relative;
}
.br-pc{display: block;}
.br-tb{display: none;}
.br-sp{display: none;}
li{
  list-style: none;
  border-bottom: none;
}
a{
  border-bottom: none;
  text-decoration: none;
  color: inherit;
}

    #accordion {
        overflow-y: scroll;
        -ms-overflow-style: none;    /* IE, Edge 対応 */
        scrollbar-width: none;       /* Firefox 対応 */
    }
    #accordion::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;
    }

.logo-sp{
  display: none;
}

.cart-sp,
.login-sp{
  display: none;
}

#header{
  width:100%;
  height: 80px;
  position: fixed;
 background: none;
  z-index:10;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
#header.is-animation {
  background:#fff;
  height: 80px;
}
.pc-top-search .form-center{
  position:absolute;
  top:22px;
  left: 300px;
}
#btnHamburger.hamb-anime{
  top: 25px;
}
#top-form.form-anime{
  top: 22px;
}
#top-form{
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
#hamb-line1.hamb-line-anime{
  background:#666;
}
#hamb-line2.hamb-line-anime{
  background:#666;
}
#hamb-line3.hamb-line-anime{
  background:#666;
}


/* nav中身---------------------- */
/* nav検索ボックス ---------------------- */
.nav-search{
  margin-top: 60px;
  height: 50px;
  display: flex;
justify-content: center;
align-items: center;
    
}

.nav-select{
  width: 150px;
  padding:7px;
  border-radius: 5px;
  border:none;
    overflow: scroll;
  }
  .nav-key-box{
    width: 170px;
    padding:8px;
    border-radius: 5px 0 0 5px;
    border:none;
  }
  #nav-search_button{
    padding:5px;
    border-radius: 0 5px 5px 0;
    background:#333333;
    border:none;
    margin-left: -5px;
  }
  input[type="submit"]{
    color:#fff;
  }
  /* nav検索ボックスここまで---------------------- */
#accordion{
  overflow: scroll;
  height: 70vh;
  padding-top:20px;
  margin:auto;
  overflow-x: hidden;
}
.accordion-container .accordion-title,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  padding: 15px 10px;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}
.accordion-title{
  margin-left: 10px;
}
.accordion-content p a{
  display: block;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 15px 10px;
  color: #fff;
  background:none;
  transition: 0.2s ease-in-out;
  -webkit-transition:  0.2s ease-in-out;
  font-size: 12px;
  margin-left: 30px;
  cursor: pointer;
}

.accordion-content p a:hover{
  opacity: 1;
}
.accordion-title{
  position: relative;
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
}
.aco22{
  color:#ccc;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  font-size: 14px;
  margin-left: 20px;
}
.aco22:hover{
  opacity:1;
}
.aco22:after {
  content: "";
  position: absolute;
  right: 26px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 2px #a7a7a7;
  border-right: solid 2px #a7a7a7;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.aco22.open:after{
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.aco-etc{
  display: block;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 15px 10px;
  color: #fff;
  background:none;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  font-size: 16px;
}




.nav-pass{
  width: 100%;
  display: flex;
  justify-content:space-between;
  border-top:1px solid #666;
  border-bottom:1px solid #666;
  box-sizing: border-box;
  padding: 20px;
}

.nav-pass li a{
  display: flex;
  justify-content: start;
}
.nav-pass li a img{
  margin-right: 5px;
}
.footer-nav{
  height: auto;
  padding: 10px;
 display: flex;
 justify-content: space-between;
 padding-top: 20px;
}
.footer-nav p{
  font-size: 12px;
  line-height: 30px;
  text-align: right;
}
.nav-sns{
  display: flex;
}
.nav-sns p{
  font-size: 16px;
  letter-spacing: 1px;
}
.nav-sns img{
  width: 30px;
  margin-right: 5px;
}
.nav-bottom{
  width: 390px;
  height: auto;
  box-sizing: border-box;
  position: fixed;
  bottom:0;
  padding-bottom: 50px;
  background: black;
  padding-top: 20px;
}

/* nav中身ここまで---------------------- */





/* 検索ボックス ---------------------- */
.select{
width: 190px;
padding:9px;
border-radius: 8px;
border:1px solid #333333;
background:#fff;
cursor: pointer;
}
.key-box{
  width: 280px;
  padding:10px;
  border-radius: 8px 0 0 8px;
  border:1px solid #333333;
}

@media screen and (max-width:1100px) { 
  .key-box{
    width: 34%;
  }
}

#search_button{
	padding: 8.3px 8px 9.6px;
  border-radius: 0 8px 8px 0;
  background:#333333;
  border:none;
  margin-left: -5px;
  cursor: pointer;
}
#search_button2{
  padding:8px;
  border-radius: 0 8px 8px 0;
  background:#333333;
  border:none;
  margin-left: -5px;
  cursor: pointer;
}
input[type="submit"]{
  color:#fff;
}
/* 検索ボックスここまで---------------------- */

/* ハンバーガーメニュー */
/*ハンバーガーメニュークリック前の状態*/
.btnHamburger {
  position: fixed;
    /*top: 3.7%;*/
  top:25px;
    right: 80px;
  width: 40px; /* クリックエリアの横幅*/
  height: 26px; /* クリックエリアの高さ*/
  cursor: pointer;
  z-index: 999;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

/* 3本線の1本ごとに共通するスタイルを指定 ---------------------- */
.btnHamburger .line {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px; /* 横幅 */
  height: 2px; /* 1本辺りの高さ */
  background: #f8f8f8; /* 線の色 */

  /* 適用するプロパティ、変化する時間、変化する速度 */
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
 }

/* 3本線の各線の位置を指定 ---------------------- */
.btnHamburger .line_01 { top: 0px; background: #fff;}
.btnHamburger .line_02 { top: 13px; background: #fff;}
.btnHamburger .line_03 { top: 26px; background: #fff;}


/*#coverlayerクリック前の状態*/
#coverlayer{
    position: fixed;
    top: 0;
    right: -1px;
    bottom: 0;
    width: 1px;
    background: #000;
    opacity: 1;
    z-index: 20;
    transition: 0.2s;
    transition-property: all;
    transition-duration: 0.2s;
    transition-delay: 0s;
    transition-timing-function : ease-in-out;
    -webkit-transition: 0.2s;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-delay: 0.1s;
    -webkit-transition-timing-function : ease-in-out;
}
/*#coverlayer2クリック前の状態*/
#coverlayer2{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  opacity: 1;
  transition-delay: 0s;
  transition: 0.2s;
  transition-timing-function : ease-in-out;
  -webkit-transition-delay: 0s;
  -webkit-transition: 0.2s;
  -webkit-transition-timing-function : ease-in-out;
  z-index: -10;
}
/*navクリック前の状態*/
nav{
  position: fixed;
  width: 550px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -550px;
  opacity: 1;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  z-index: 300;
  box-sizing: border-box;
  padding: 30px;
  padding-right: 80px;
  padding-left: 80px;
  transition-delay: 0.1s;
  transition-timing-function : ease-in-out;
  -webkit-transition-delay: 0.1s;
  -webkit-transition-timing-function : ease-in-out;
}
nav ul li a{
display: block;
width: 100%;
height: auto;
font-size: 16px;
text-align: left;
box-sizing: border-box;
color:#fff;
}

/*ハンバーガーメニュークリック後の状態*/
/* 最上部の線のスタイル ---------------------- */
.btnHamburger.is-active .line_01 {
  top: 8px; /* 上から2番目の線の位置に変更 */

  /* 線を45度回転 */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #666;
}

/* 上から2番目の線のスタイル ---------------------- */
.btnHamburger.is-active .line_02 {
  opacity: 0; /* 不透明度を下げて線を消す */
}

/* 最下部の線のスタイル ---------------------- */
.btnHamburger.is-active .line_03 {
  top: 8px; /* 上から2番目の線の位置に変更 */

  /* 線を135度回転 */
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  background: #666;
  }
  
  
  
/*#coverlayerクリック後の状態*/
#coverlayer.is-active{
    width: 550px;
}

/*#coverlayer2クリック後の状態*/
#coverlayer2.is-active{
  width: 100%;
  opacity: 1;
  background:rgba(0, 0, 0,0.3);
  display:block;
  z-index: 11;
}
/* ここまで */
/*navクリック後の状態*/
nav.is-active{
  opacity: 1;
  color: #f8f8f8;
  top: 0;
  right: 0;
  bottom: 0;
  margin:auto;
  z-index: 300;
}





#sidenav{
  position:fixed;
  width:280px;
  height:100vh;
  border-right:1px solid #bababa;
  line-height: 2.2;
  color:#fff;
  letter-spacing: 1px;
  z-index: 10;
}
.bg-is-black #sidenav{
  color:#000;
}
#logo{
  width: 140px;
  position:fixed;
  top:0px;
  z-index:100000;
}
#logo img{
  display: block;
  margin-left: 80px;
  /*width:140px;*/
  margin-top: 22px;
}
.sidenav-center{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: auto;
}
.sidenav-center::-webkit-scrollbar {  
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}
.sidenav-menu{
  width: 200px;
  margin-left: 80px;
  padding: 0;
  margin-top: 50px;
}


.sidenav-menu span:hover{
  background-color: #888;
    color: #fff;
  padding: 5px;
}

.sidenav-pass{
  width: 200px;
  margin-left: 80px;
  padding: 0;
  margin-top: 30px;
}

.sidenav-pass li:hover,
.sidenav-sns li:hover{
opacity: 0.7;
}

.sidenav-sns{
  width: 200px;
  margin-left: 80px;
  padding: 0;
  margin-top:3vh;
}
.sidenav-sns li a{
  width: 100px;
  display:flex;
  justify-content:start;
}
.sidenav-sns .snsicon{
margin-right: 5px;
display:flex;
  align-items:center;
}
.sidenav-sns .snsicon img{
  width:40px;
}

.nav-sns{
margin-right: 5px;
display:flex;
  align-items:center;
}
.nav-sns img{
  width:40px;
}
.sidenav-pass li a{
  display: flex;
  justify-content: start;
  line-height: 20px;
  margin: 15px auto;
}
.sidenav-pass li a img{
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.sidenav-b-icon{
  display: none;
}
.bg-is-black .sidenav-w-icon{
 display: none;
}
.bg-is-black .sidenav-b-icon{
  display: block;
 }
 .bg-is-black #dropmenu li a:hover{
   color: #fff;
 }




main{
  width: 100%;
}
section{
  display:flex;
}
.pc-box{
  width: 100%;
  box-sizing: border-box;
  padding: 50px;
  padding-left: 330px;
  padding-right: 80px;
  flex: 0 1 auto;
}
.inner {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
}
section{
  height: auto;
}
.pc-box h1{
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 50px;
  letter-spacing: 3px;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
.pc-box h2{
  margin-top: 0px;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 100;
}
/* 共通項目ここまで */



/* サイドメニュー */
/*サイドメニュークリック前の状態*/
.side-a,.side-b,.side-c,.side-d{
  cursor: pointer;
  z-index: 999;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
/*#coverlayer3クリック前の状態*/
#coverlayer3{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width:calc(100% - 280px);
  height: 100vh;
  opacity: 1;
  transition-delay: 0.3s;
  transition: 0.3s;
  transition-timing-function : ease-in-out;
  -webkit-transition-delay: 0.3s;
  -webkit-transition: 0.3s;
  -webkit-transition-timing-function : ease-in-out;
  z-index: -10;
}
  
/*#coverlayer3クリック後の状態*/
#coverlayer3.is-active{
  width:calc(100% - 280px);
  opacity: 1;
  background:rgba(0, 0, 0,0.8);
  display:block;
  z-index: 1000;
}
.sidemenu-area{
  width: calc(100% - 280px);
}
.side-a-menu,.side-b-menu,.side-c-menu,.side-d-menu,.side-e-menu,.side-f-menu{
  position: fixed;
  top: 10vh;
  left: 330px;
  color: #fff;
  z-index: 1000;
  display: none;
  width: calc(93.5% - 300px);
  height: 70vh;
  margin:0 auto;
  font-size: 12px;
}
/* サイドメニュークリック後の全画面 */
.side-a-menu.is-active,.side-b-menu.is-active,.side-c-menu.is-active,.side-d-menu.is-active,.side-e-menu.is-active,.side-f-menu.is-active{
  display: block;
  margin:0 auto;
  overflow-y: scroll;
}
.side-content{
  display: flex;
  justify-content: flex-start;
}
.back{
  position: fixed;
  display: none;
  background: #fff;
  width: calc(93.5% - 300px);
  height: 50px;
  position: fixed;
  bottom: 10vh;
  left: 330px;
  margin: auto;
  z-index: 1000;
  text-align: center;
  cursor: pointer;
  line-height: 40px;
  box-sizing: border-box;
}
.back p{
  text-align: center;
  box-sizing: border-box;
  transition: 0.3s;
}
.back p:hover{
  background: #000;
  color: #fff;
  box-sizing: border-box;
  border: 1px solid #fff;
  transition-timing-function:ease-in-out;
  -webkit-transition: 0.3s;
  -webkit-transition-timing-function:ease-in-out;
}
.back.is-active{
  height: 40px;
  display: block;
}
.sidemenu-box{
margin-right: 20px;
}
.sidemenu-box p{
  margin-bottom: 10px;
}
.side-t{
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #fff;
}
.side-t2{
  font-size: 14px; 
  font-weight: bold;
  margin-bottom: 20px;
}
.box-br{
  margin-top: 43px;
}
.hand-flex{
  display: flex;
  justify-content: flex-start;
}
.model-flex{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.hand-flex .sidemenu-box{
  margin-right: 20px;
}

/* サイドメニュークリック後の全画面 ここまで */
/* サイドメニュー ここまで */


/* トップページ */
.top-area{
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.top-img{
  width:100%;
  height: 100vh;
  background: url("https://img21.shop-pro.jp/PA01463/142/etc/ECTOP-1920.jpg?cmsp_timestamp=20220419155319") no-repeat;
  background-size: cover;
  background-position: center;
}
.top-title{
  width: 375px;
  position: absolute;
  top: 38%;
  right: 70px;
}
/* recommend */
#recommend{
  background: #f0f0f0;
}
#topics{
  background:#f0f0f0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.recommend-ul{
  margin: 50px auto;
  display: flex;
  justify-content: space-between;

}
.recommend-ul li{
  position: relative;
  display:block;
  width: 32.5%;
  height: auto;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
  transition:0.5s;
  transition:0.5s;
  -webkit-transition:0.5s;
  -webkit-transition:0.5s;
}
.recommend-ul li:hover{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.box-reco1{
  content: "";
  display: block;
  padding-top: 25vh;
}
.inner {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
}


.recommend-ul li a{
  display:block;
  width: 100%;
  height: 100%;
}
.recommend-ul li a p{
  position:absolute;
  bottom:0;
  left:0;
 font-size: 26px;
  display:block;
  width: 100%;
  line-height: 40px;
  background: rgba(0,0,0,0.5);
  color:#fff;
  letter-spacing: 0px;
  box-sizing: border-box;
  padding-left: 10px;
}
.recommend-ul li a .reco-p{
  position:absolute;
  bottom:0;
  right:10px;
 display:inline;
 text-align: right;
 font-size: 16px;
 color:#fff;
 line-height: 40px;
}
.recommend-ul .magazine{
  background: url("../images/magazine.png");
  background-size: cover;
  background-position: center;
}
.recommend-ul .barrel{
  background: url("../images/barrel.png");
  background-size: cover;
  background-position: center;
}
.recommend-ul .trigger{
  background: url("../images/trigger.png");
  background-size: cover;
  background-position: center;

}
.recommend-search-area{
  display: block;
  margin: auto;
  width: 590px;
  height: 190px;
  background:#434343;
  position: relative;
}
.recommend-search{
  position:absolute;
  width: 550px;
margin: 0 auto;
text-align: center;
top: 0;
left: 0;
right: 0;
bottom:0;
margin: auto;
display: flex;
justify-content: center;
align-items: center;
}
.recommend-search input{
  text-align: center;
}
.recommend-search h3{
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 20px;
}




/* product */
#product{
  background: #fff;
}
.product-ul{
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  padding-inline-start: 0px;
}
.product-ul li{
  position: relative;
  z-index: 0;
  width: 48%;
  height: 350px;
}
.product-ul li img{
  position: absolute;
  display: block;
  width: 300px;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  margin:auto;
}
.product-ul li a{
text-align: center;
  display: block;
  width: 100%;
  padding:15px 0;
  border:1px solid #000;
  top: auto;
  bottom: 0;
  margin:auto;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position:absolute;
}
.product-ul li a p{
  text-align: center;
  color:#fff;;
  }
.product-ul li a:hover{
  background: #2b2b2b;
  color: #fff;
  transition: 0.3s;
  transition-timing-function:ease-in-out;
  -webkit-transition: 0.3s;
  -webkit-transition-timing-function:ease-in-out;
}
.product-ul li a:hover .product-ul li img{
  opacity:0.7;
}
.product-ul li a:after{
  font-family: 'FontAwesome';
  content: "＞";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
}





/* topics */
#topics{
  background: #f0f0f0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#topics .pc-box{
background-image: url("https://img21.shop-pro.jp/PA01463/142/etc/ECtopics1920.jpg?cmsp_timestamp=20220419155134");
    background-size: cover;
  background-position:center;
}

#topics .pc-box h1,
#topics .pc-box h2{
color:#fff;
}


.topics-all{
 display: flex;
 justify-content: center;
}
.news{
  width: 62%;
  height: 400px;
  overflow: scroll;
  background-color: rgba(255,255,255,0.8);
  font-size: 12px;
  box-sizing: border-box;
  padding: 20px;
  line-height: 20px;
  border-radius: 10px;
  margin-block-start: 0em;
}
.news dt{
  margin-top: 12px;
  margin-bottom: 12px;
}
.news dd{
  border-bottom: 1px solid #000;
}


.twitter-box{
  width: 660px;
  height: 400px;
  overflow: scroll;
  border-radius: 10px; 
}
/* info */
#info{
  display: block;
}
#sub-logo img{
display: block;
margin: 0 auto;
width: 100%;
margin-bottom: 30px;
}
#info h1{
  display:block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  width: 100%;
  padding: 10px 0;
  background: #555;
  margin: 15px auto;
  border-radius: 32px;
  color: #fff;
  letter-spacing: 0px;
}
#info dl{
  font-size: 16px;
  line-height: 2;
}
#info dt{
  font-size: 16px;
  font-weight: bold;
  margin-top:30px;
  margin-bottom:10px;
  letter-spacing: 1px;
}
#info dd{
  font-size: 14px;
}
.info-img{
  width: 100%;
}
.guide{
  margin-top: 30px;
}
.guide a{
  display: block;
  width: 100%;
  padding: 15px 0;
  border:1px solid #000;
  background: #fff;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.guide a:hover{
  background: black;
  color: #fff;
}
.guide a p{
  text-align: center;
}
#under-accordion{
  display: none;
}
footer{
  position: relative;
  background:#000;
  height: 296px;
  color: #fff;
}

#footer .pc-box{
    padding: 29px;
}

.ft_logo{
    display: flex;
    justify-content: center; 
}

.ft_logo img:nth-child(2){
  margin-left:10px;
}



/*footer img{
  width: 349px;
  display: block;
  margin: auto;
  margin-top: 30px;
}*/
footer p{
  text-align: center;
  margin: 35px auto;
  letter-spacing: 2px;
  line-height: 1.6;
}
footer small{
  display: block;
  width: 100%;
  background-color:#000;
  text-align: center;
  padding-bottom: 10px;
  box-sizing: border-box;
  /*padding-left:280px;*/
}

.info-flex{
  display: flex;
  justify-content: space-between;
}
.pc-info{
  width: 32%;
}

.footer-pc-menu_about{
    margin: 7px auto 15px;
}

.footer-pc-menu ul{
    display: flex;
    justify-content: center;
    padding-inline-start: inherit;
}

.footer-pc-menu ul li:nth-child(2){
  margin-left:25px;
}

.footer-sp-menu{
  display: none;
}

/* トップページPCここまで */

/* 商品一覧PCここから */
.footstamp{
margin-bottom: 20px;
}

.grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin-left: 320px;
}

.item {
  border-radius: 10px;
  padding: 15px;
  text-align: center;
}
.img-box {
  width: 300px;
  height: 200px;
  background:#ccc;
}
p {
  text-align: left;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
/* 商品一覧PCここまで */


.item_box_wrap{
  display: flex;
  flex-wrap: wrap;
}

.item_box {
  margin: 0 2% 3% 0;
  width: 18%;
  padding: 10px;
  margin-right: 25px;
  margin-bottom: 30px;
}

.item{
  width: 100%;
  border-radius: 0px;
  background: #f0f0f0;
  padding: 0px;
}

.item_name,
.item_price{
margin-top:15px;
}

















/* トップページtab-pc */
@media screen and (max-width:1300px) {
/* TAB-recommend */
.recommend-ul{
  margin: 50px auto;
  display: block;
}
.recommend-ul li{
  width: 100%;
  margin: 20px auto;
}
.recommend-search-area{
  display: block;
  margin: auto;
  width: 100%;
  height: 190px;
  background:#434343;
  position: relative;
}
.recommend-search{
  position:absolute;
  width: 100%;
margin: 0 auto;
text-align: center;
top: 0;
left: 0;
right: 0;
bottom:0;
margin: auto;
display: flex;
justify-content: center;
align-items: center;
}
.recommend-search input{
  text-align: center;
}
.recommend-search h3{
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 20px;
}
}
/* トップページtab-pc */




/* トップページTAB */
@media screen and (max-width:1000px) { 
  
  /*　TAB共有部分　*/
  /* under-accordion */
  #under-accordion{
    overflow: scroll;
    height: auto;
    margin:auto;
    overflow-x: hidden;
    display: block;
    color: #fff;
    background: #000;
    margin-top:60px;
  }
  #under-accordion .accordion-container .accordion-title,
  #under-accordion .accordion-container .content-entry.open .accordion-title {
    padding: 20px 10px;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
  }

  #under-accordion .accordion-container .accordion-title:hover i:before,
  #under-accordion .accordion-container .accordion-title:hover i:active,
  #under-accordion .accordion-container .content-entry.open i {
    color: #fff;
  }
  #under-accordion .accordion-container .accordion-title:hover{
    opacity: 1;
    color: #fff;
  }
  #under-accordion .accordion-title{
    margin-left: 0;
    padding: 20px 0;
    padding-left:35px;
    color: #fff;
    background:#000;
    border-bottom: 1px solid #333;
  }

  #under-accordion .accordion-content p a{
    display: block;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    padding: 20px 10px;
    color: #000;
    background:none;
    transition: 0.2s ease-in-out;
    -webkit-transition:  0.2s ease-in-out;
    font-size: 14px;
    margin-left: 0;
    background: #e2e2e2;
    border-bottom: 1px solid #000;
    padding-left: 35px;
  }
  
  #under-accordion .accordion-content p a:hover{
    opacity: 1;
  }
  #under-accordion .accordion-title{
    position: relative;
  }
  
  #under-accordion .accordion-title:after{
    content: "";
    position: absolute;
    right: 10px;
    top: 38%;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-right: 30px;
  }
  .aco3{
    color: #fff;
    background: #313131;
      }
  #under-accordion .accordion-title.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
  }
  
  #under-accordion .accordion-content {
    display: none;
  }
  #under-accordion .aco22{
    color:#fff;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    font-size: 14px;
    background: #333;
  }
  #under-accordion .aco22:hover{
    opacity: 1;
  }
  #under-accordion .aco22:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 38%;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #under-accordion .aco22.open:after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
  }
  #under-accordion .aco-etc:nth-of-type(1){
    border-top: 1px solid #666;
  }
  #under-accordion .aco-etc{
    display: block;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    padding: 20px 10px;
    color: #fff;
    background:none;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    font-size: 16px;
    border-bottom:solid 1px #666;
    padding-left: 35px;
  }
  /* under-accordionここまで */


  /* アイコン */
   /*.logo-sp{
    background-image: url(https://img21.shop-pro.jp/PA01463/142/etc/logo-sp-w.png?cmsp_timestamp=20220511132554);
    background-position: center;
    background-size:contain;
    width: 60px;
    height: 62.5px;
    position: absolute;
    top:11px;
    left:35px;
    display: block;
  } */
 
  
  /* アイコン */
   /*  .logo-sp-inv{
    background-image: url(https://img21.shop-pro.jp/PA01463/142/etc/logo-sp-b.png?cmsp_timestamp=20220511132245);
    background-position: center;
    background-size:contain;
    width: 60px;
    height: 62.5px;
    position: absolute;
    top:10px;
    left:35px;
    display: block;
  } 
  */
  
     .logo-sp{
background-image: url(https://img21.shop-pro.jp/PA01463/142/etc/ft_logo2.png?cmsp_timestamp=20220413133502);
    background-position: center;
    background-size: contain;
    width: 144px;
    height: 31.5px;
    position: absolute;
    top: 22px;
    left: 35px;
    display: block;
  } 
  
  .logo-sp-inv{
background-image: url(https://img21.shop-pro.jp/PA01463/142/etc/ft_logo2.png?cmsp_timestamp=20220413133502);
    background-position: center;
    background-size: contain;
    width: 144px;
    height: 31.5px;
    position: absolute;
    top: 22px;
    left: 35px;
    display: block;
    filter: invert(100%);
  } 



  
    .cart-line-sp{
    position:absolute;
    top:24px;
    right: 104px;
    width:1px;
    height: 35px;
    background:#fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
  }
  
  .login-line-sp{
    position:absolute;
    top:24px;
    right: 104px;
    width:1px;
    height: 35px;
    background:#fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
  }
  
  .cart-line-sp-inv{
    position:absolute;
    top:24px;
    right: 104px;
    width:1px;
    height: 35px;
    background:#666;
  }

  #btnHamburger.hamb-anime{
    top: 29px;
    right: 35px;
  }
  .pc-top-search{
    display: none;
  }
  #header{
    border-bottom:2px solid #fff;
  }
  #sidenav{
    display: none;
  }
  .pc-box{
    padding: 50px 35px;
  }

.pc-box h1{
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 40px;
  letter-spacing: 2px;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
.pc-box h2{
  margin-top: 0px;
  font-size: 14px;
  letter-spacing: 1px;
}
/* ハンバーガーメニュー */
/*ハンバーガーメニュークリック前の状態*/
.btnHamburger {
  /*top:2.4%;*/
  top:1.8%;
 /* right: 17px;*/
  right: 32px;
  width: 35px; /* クリックエリアの横幅*/
  height: 25px; /* クリックエリアの高さ*/
}
/* 3本線の1本ごとに共通するスタイルを指定 ---------------------- */
.btnHamburger .line {
  width: 35px; /* 横幅 */
  height: 3px; /* 1本辺りの高さ */
 }

/* 3本線の各線の位置を指定 ---------------------- */
.btnHamburger .line_01 { top: 0px; background: #fff;}
.btnHamburger .line_02 { top: 11px; background: #fff;}
.btnHamburger .line_03 { top: 22px; background: #fff;}
/*ハンバーガーメニュークリック後の状態*/
/* 最上部の線のスタイル ---------------------- */
.btnHamburger.is-active .line_01 {
  top: 8px; /* 上から2番目の線の位置に変更 */
}
/* 最下部の線のスタイル ---------------------- */
.btnHamburger.is-active .line_03 {
  top: 8px; /* 上から2番目の線の位置に変更 */
  }
/* ハンバーガーメニュー */




  /*　TAB共有部分ここまで　*/





/*　TABトップ画面　*/
.top-title{
  top:auto;
  left:35px;
  right: 0;
  bottom:120px;
}
.top-img{
  width:100%;
  height: 100vh;
  /*background: url("https://img07.shop-pro.jp/PA01462/564/etc/top-sp.jpg?cmsp_timestamp=20210118143950") no-repeat;*/
  background-size: cover;
  background-position: center;
}
 /*　TABトップ画面ここまで　*/
 /*　TABおすすめサーチ　*/

/* 検索ボックス ---------------------- */
.select{
  width: 100%;
  padding:9px;
  border-radius: 5px;
  border:1px solid #333333;
  background:#fff;
  cursor: pointer;
  margin-bottom:5px;
  }
  .key-box{
    width: 83.8%;
    padding:10px;
    border-radius: 5px 0 0 5px;
    border:1px solid #333333;
  }
  #search_button{
    padding:8px;
    border-radius: 0 5px 5px 0;
    background:#333333;
    border:none;
    margin-left: -5px;
    cursor: pointer;
  }
  #search_button{
    padding:8px;
    border-radius: 0 5px 5px 0;
    background:#333333;
    border:none;
    margin-left: -5px;
    cursor: pointer;
  }
  input[type="submit"]{
    color:#fff;
  }
  /* 検索ボックスここまで---------------------- */
/*　TABおすすめサーチここまで */


/* TAB-product */
.product-ul li img{
  width: 70%;
}
.product-ul{
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  padding-inline-start: 0px;
}
.product-ul li{
  position: relative;
  z-index: 0;
  width: 48%;
  height: 300px;
}
/* TAB-productここまで */

/* TAB-info */
#info{
  display: none;
}
/* TAB-infoここまで */

/* TAB-sp-aco */
.sp-aco{
  overflow: scroll;
  height: 70vh;
  padding-top:20px;
  margin:auto;
  background: #000;
}
.sp-aco,
.sp-aco:active,
.accordion-container .content-entry.open .accordion-title {
  padding: 15px 10px;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.sp-aco:hover i:before,
.sp-aco:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}
.sp-aco:hover{
  opacity: 1;
}
.accordion-content p{
    cursor: pointer;
  }
.accordion-content p a{
  display: block;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 15px 10px;
  color: #fff;
  background:none;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  font-size: 12px;
}
.accordion-content p a:hover{
  opacity: 1.0;
}
.accordion-title{
  position: relative;
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
}
.aco22{
  color:#ccc;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  font-size: 14px;
}
.aco22:hover{
  opacity: 0.7;
}
.aco22:after {
  content: "";
  position: absolute;
  right: 26px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 2px #a7a7a7;
  border-right: solid 2px #a7a7a7;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.aco22.open:after{
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.aco-etc{
  display: block;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 15px 10px;
  color: #fff;
  background:none;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  font-size: 16px;
}
/* TAB-sp-acoここまで */
/* TAB-footer */
footer small{
  padding-top: 40px;
}
  
  .footer-pc-menu{
  display: none;
  }
  
.footer-sp-menu{
  display: block;
  width: 100%;
  background: black;
}
.footer-sp-menu ul{
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  padding-inline-start:0px;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
.footer-sp-menu ul:first{
  border-bottom: none;
}
.footer-sp-menu ul li{
  width: 50%;
  border-right: 1px solid #fff;
}
.footer-sp-menu ul li:last-child{
  border-right: none;
}
.footer-sp-menu ul li a{
  display: block;
  line-height: 60px;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 2px;
  font-weight: 100;
  position: relative;
}
.footer-sp-menu ul li a{
  background: #3c3c3c;
}
.footer-sp-menu ul li a:after {
  content: "";
  position: absolute;
  right: 35px;
  top: 42%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 2px #a7a7a7;
  border-right: solid 2px #a7a7a7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* TAB-footerここまで */
/* トップページTABここまで */
footer small{
  box-sizing: border-box;
  padding-left:0px;
}
}


/* トップページSP-TAB */
@media screen and (max-width:700px) { 
  /*　画面サイズが700pxからはここを読み込む　*/
  /* TAB-topics */
.topics-all{
  display: block;
    margin: auto;
  }
  .news{
  width: 100%;
  }
  .twitter-box{
    margin-top:30px;
    width: 100%;
    }
  /* TAB-topicsここまで */

/* 検索ボックス ---------------------- */
.recommend-search h3{
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 16px;
}
.select{
  width: 84%;
  padding:9px;
  border-radius: 8px;
  border:1px solid #333333;
  background:#fff;
  cursor: pointer;
  margin-bottom: 20px;
  }
  .key-box{
    width: 65.8%;
    padding:10px;
    border-radius: 8px 0 0 8px;
    border:1px solid #333333;
  }
  #search_button{
    padding:8px;
    border-radius: 0 8px 8px 0;
    background:#333333;
    border:none;
    margin-left: -5px;
    cursor: pointer;
  }
  input[type="submit"]{
    color:#fff;
  }
  /* 検索ボックスここまで---------------------- */
    .footer-sp-menu ul li a{
        font-size: 12px;
        background: #000; 
    }
    .footer-sp-menu ul li a:after{
        right: 20px;
    }
        
 
}
/* トップページSP-TABここまで */

@media screen and (max-width:1250px) {
/* サイドメニュー pc-tab */
/*サイドメニュークリック前の状態*/
/*#coverlayer3クリック前の状態*/
#coverlayer3{
  width:calc(100% - 280px);
}
  
/*#coverlayer3クリック後の状態*/
#coverlayer3.is-active{
  width:calc(100% - 280px);
}
.sidemenu-area{
  width: calc(100% - 280px);
}
.side-a-menu,.side-b-menu,.side-c-menu,.side-d-menu,.side-e-menu,.side-f-menu{
  position: fixed;
  top: 10vh;
  left: 330px;
  color: #fff;
  z-index: 1000;
  display: none;
  width: calc(93.5% - 300px);
  height: 70vh;
  margin:0 auto;
  font-size: 12px;
}
/* サイドメニュークリック後の全画面 */
.side-a-menu.is-active,.side-b-menu.is-active,.side-c-menu.is-active,.side-d-menu.is-active,.side-e-menu.is-active{
  display: block;
  margin:0 auto;
  overflow:scroll;
}
.side-content{
  display: block;
}
.hand-flex{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.hand-flex:nth-child(2),.hand-flex:nth-child(3){
margin-left: -10px;
}
.back{
  width: calc(93.5% - 300px);
  height: 40px;
  bottom: 5vh;
  line-height: 40px;
  margin: 0 auto;

}
.back.is-active{
  height: 40px;
  display: block;
}
.sidemenu-box{
  width: 50%;
margin-right: 0px;
}
.sidemenu-box p{
  margin-bottom: 15px;
  color:#e2e2e2;
}
.side-t{
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #fff;
}
.side-t2{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.box-br{
  margin-top: 33px;
}
.model-flex{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
/* サイドメニュークリック後の全画面 ここまで */
/* サイドメニュー pc-tab ここまで */
}








 

/* sp-tab */

@media screen and (max-width:960px) { 
  .topics-all{
    margin: auto;
  }
  .twitter-box{
  	width:100%;
  }
}
@media screen and (max-width:750px) { 
  /*　画面サイズが750pxからはここを読み込む　*/
  /* TAB-topics */
.topics-all{
  display: block;
  }
  .news{
  width: 100%;
  }
  .twitter-box{
    margin-top:30px;
    width: 100%;
    }
  /* tab-topicsここまで */

/* 検索ボックス ---------------------- */
.select{
  width: 84%;
  padding:9px;
  border-radius: 8px;
  border:1px solid #333333;
  background:#fff;
  cursor: pointer;
  margin-bottom: 20px;
  }
  .key-box{
    width: 65.8%;
    padding:10px;
    border-radius: 8px 0 0 8px;
    border:1px solid #333333;
  }
  #search_button{
    padding:8px;
    border-radius: 0 8px 8px 0;
    background:#333333;
    border:none;
    margin-left: -5px;
    cursor: pointer;
  }
  input[type="submit"]{
    color:#fff;
  }
  /* 検索ボックスここまで---------------------- */
    .footer-sp-menu ul li a{
        font-size: 12px;
        background: #000; 
    }
    .footer-sp-menu ul li a:after{
        right: 20px;
    }
        


 /* サイドメニュー sp全画面 */
/*サイドメニュークリック前の状態*/
/*#coverlayer3クリック前の状態*/
#coverlayer3{
  width:100%;
}
/*#coverlayer3クリック後の状態*/
#coverlayer3.is-active{
  width: 100%;
}
.sidemenu-area{
  width:100%;
}
.side-a-menu,.side-b-menu,.side-c-menu,.side-d-menu,.side-e-menu,.side-f-menu{
  top: 5vh;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 1000;
  display: none;
  font-size: 14px;
  width: 90%;
  height: 80vh;
  margin:0 auto;
}
/* サイドメニュークリック後の全画面 */
.side-a-menu.is-active,.side-b-menu.is-active,.side-c-menu.is-active,.side-d-menu.is-active,.side-e-menu.is-active,.side-f-menu.is-active{
  display: block;
  margin:0 auto;
  overflow:scroll;
}
.side-content{
  display: block;
}
.hand-flex{
  display: block;
}
.hand-flex:nth-child(2),.hand-flex:nth-child(3){
margin-left: 0px;
margin-top: -20px;
}
.hand-flex:nth-child(1) .sidemenu-box:first-child p:last-child{
  margin-bottom: 10px;
}
.back{
  width: 90%;
  height: 40px;
  bottom: 5vh;
  left: 0;
  right: 0;
  line-height: 40px;
  margin: 0 auto;
}
.back.is-active{
  height: 40px;
  display: block;
}
.sidemenu-box{
  width: 100%;
margin-right: 0px;
}
.sidemenu-box p{
  margin-bottom: 15px;
}
.sidemenu-box p:last-child{
  margin-bottom: 0px;
}
.side-t{
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #fff;
}
.side-t2{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.box-br{
  margin-top: -15px;
}
.model-flex .box-br{
  margin-top: 15px;
}
.model-flex{
  display: block;
}
/* サイドメニュークリック後の全画面 ここまで */
/* サイドメニュー sp全画面 ここまで */


}
/* sp-tabここまで */


/* トップページ550ナブ */
@media screen and (max-width:550px) { 
  /* nav検索ボックスここまで---------------------- */
/*navクリック前の状態*/
nav{
  width: 100%;
  right: -100%;
  opacity: 1;
  padding: 30px;
  padding:0 10px;
}
nav ul li a{
display: block;
width: 100%;
height: auto;
font-size: 16px;
text-align: left;
box-sizing: border-box;
color:#fff;
}
  
  
  
/*#coverlayerクリック後の状態*/
#coverlayer.is-active{
    width:100%;
}

/*#coverlayer2クリック後の状態*/
#coverlayer2.is-active{
  width: 100%;
  opacity: 1;
  background:rgba(0, 0, 0,0.3);
  display:block;
  z-index: 11;
}
/* ここまで */
/*navクリック後の状態*/
nav.is-active{
  opacity: 1;
  color: #f8f8f8;
  top: 0;
  right: 0;
  bottom: 0;
  margin:auto;
  z-index: 300;
}
.nav-pass{
  margin-top: 20px;
  width: 95%;
  display: flex;
  justify-content:space-between;
  border-top:1px solid #666;
  border-bottom:1px solid #666;
  box-sizing: border-box;
  padding: 10px 15px;
}

.nav-pass li a{
  display: flex;
  justify-content: start;
    font-size: 14px;
}
.nav-pass li a img{
  width: 13px;
    height: 13px;
  margin-right: 3px;
    margin-top: 0px;
}
.footer-nav{
  height: auto;
  padding: 10px;
 display: flex;
 justify-content: space-between;
 padding-top: 20px;
}
.footer-nav p{
  font-size: 12px;
  line-height: 20px;
    text-align: right;
    margin-right: 15px;
    }
.nav-sns{
  display: flex;
}
.nav-sns p{
  font-size: 16px;
  letter-spacing: 1px;
}
.nav-sns img{
  width: 20px;
 height: 20px;
    margin-top: 3px;
  margin-right: 5px;
}
.nav-bottom{
  width:100%;
  height: auto;
  box-sizing: border-box;
  position: fixed;
  bottom:0;
  padding-bottom: 50px;
  background: black;
  padding-top: 20px;
}
}
/* トップページ550ナブここまで */


/* トップページSP */
@media screen and (max-width:430px) { 
  /*　画面サイズが430pxからはここを読み込む　*/
.br-pc{display: none;}
.br-tb{display: none;}
.br-sp{display: block;}
.top-title{
    width: 250px;
    top:auto;
    left:10px;
    right: 0;
    bottom:80px;
  }
  .top-title img{
    width: 250px;
  }
  /*footer img{
  width:250px;
  display: block;
  margin: auto;
  margin-top: 30px;
}*/
    .recommend-ul li a p{
        font-size: 18px;
    }
    .recommend-ul li a .reco-p{
        font-size: 14px;
    }
    .recommend-search h3{
        letter-spacing: 1px;
        font-size: 12px;
    }
    .pc-box{
    padding: 35px 10px;
    }
    .product-ul li a{
        font-size: 12px;
    padding: 10px 0;
    }
    .product-ul li{
       height: 170px;
    }
    .product-ul li a:after {
    font-family: 'FontAwesome';
    content: "＞";
    position: absolute;
    top: 57.5%;
    right: 10px;
}
.select{
  width: 86%;
  padding:9px;
  border-radius: 8px;
  border:1px solid #333333;
  background:#fff;
  cursor: pointer;
  margin-bottom: 20px;
  }
  .key-box{
    width: 65.8%;
    padding:10px;
    border-radius: 8px 0 0 8px;
    border:1px solid #333333;
  }
    .product-ul li img {
    width: 80%;
}
      .news{
          width: 100%;
          height: 250px;
  }
  .twitter-box{
    margin-top:30px;
    width: 100%;
      height:250px;
    }
      /* under-accordion */
  #under-accordion{
    margin-top:40px;
  }
  #under-accordion .accordion-container .accordion-title,
  #under-accordion .accordion-container .content-entry.open .accordion-title {
    padding: 15px 10px;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
  }

  #under-accordion .accordion-container .accordion-title:hover i:before,
  #under-accordion .accordion-container .accordion-title:hover i:active,
  #under-accordion .accordion-container .content-entry.open i {
    color: #fff;
  }
  #under-accordion .accordion-container .accordion-title:hover{
    opacity: 1;
    color: #fff;
  }
  #under-accordion .accordion-title{
    margin-left: 0;
    padding: 15px 0;
    padding-left:15px;
    color: #fff;

  }
  #under-accordion .accordion-content p a{
    display: block;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    padding: 15px 10px;
    color: #000;
    background:none;
    transition: 0.2s ease-in-out;
    -webkit-transition:  0.2s ease-in-out;
    font-size: 14px;
    margin-left: 0;
    background: #ccc;
    border-bottom: 1px solid #fff;
    padding-left: 15px;
  }
  
  #under-accordion .accordion-content p a:hover{
    opacity: 1;
  }
  #under-accordion .accordion-title{
    position: relative;
  }
  
  #under-accordion .accordion-title:after{
    right: 10px;
    margin-right: 10px;
 
  }
  #under-accordion .aco-etc{
    display: block;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    padding: 15px 10px;
    color: #fff;
    background:none;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    font-size: 16px;
    border-bottom:solid 1px #666;
    padding-left: 15px;
  }
  /* under-accordionここまで */
      .logo-sp{
    left:10px;
  }
  .logo-sp-inv{
    left:10px;
  }

  .cart-sp,
  .cart-sp-inv{
    right: 110px;
  }

  .login-sp,
  .login-sp-inv{
     right: 168px;
  }
  .cart-line-sp{
    right: 78px;
  }
  .cart-line-sp-inv{
    right: 78px;
    background:#666;
  }
      #btnHamburger.hamb-anime{
    top: 29px;
    right: 20px;
  }
  .pc-top-search{
    display: none;
  }
  #header{
    border-bottom:1px solid #fff;
  }
    #accordion{
  overflow: scroll;
  height: 60vh;
  padding-top:5px;
  margin:auto;
        margin-top:20px;
  overflow-x: hidden;
    }
   /* nav中身---------------------- */
/* nav検索ボックス ---------------------- */
.nav-search{
  margin-top: 75px;
  height: 50px;
    padding-bottom: 30px;
}
.form-center{
    width: 100%;
    box-sizing: border-box;
    margin: 0 10px;
    }
.nav-select{
  width: 285px;
  padding:7px;
  border-radius: 5px;
  border:none;
    margin-bottom: 10px;
    display: block;
  }
  .nav-key-box{
    width: 230px;
    padding:8px;
    border-radius: 5px 0 0 5px;
    border:none;
  }
  #nav-search_button{
    padding:5px;
    border-radius: 0 5px 5px 0;
    background:#333333;
    border:none;
    margin-left: -5px;
  }
  input[type="submit"]{
    color:#fff;
  }
}
dd{
  margin-left:0px;
}
#info ul{
 padding-left:0px;
}

/* midnight */
.midnightHeader.default {
  background: none;
  color: black;
}
.midnightHeader.white {
  color: black;
  width: 280px;
}
.midnightHeader.black {
  color: white;
  width: 280px;
}
.sidenav-color{
  width: 280px;
  height: 560px;
}
.sidenav-b-icon{
  display: none;
}
.midnightHeader.default .sidenav-w-icon{
 display: none;
}
.midnightHeader.white .sidenav-b-icon{
  display: block;
 }
 .midnightHeader.white .sidenav-w-icon{
   display: none;
 }
 /* midnight */


.tbl_calendar {
  width:100%;
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}

.guideTabBtnBlock li a::after {
  content: '\f107';
}

 /* h1 */
.itemHead {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #fff;
    width: 100%;
    box-sizing: border-box;

    padding-left: 330px;
    padding-right: 80px;
    flex: 0 1 auto;
    background: black;
  height: 310px;
}

.itemHead h1 span{
        font-size: 20px;
}

@media screen and (max-width: 1000px){
  .itemHead {
    padding: 0;
    text-align: center;
    display: table;
    width: 100%;
}
    .itemHead h1 {
        font-size: 7vw;
        display: table-cell;
        vertical-align: middle;
      padding-left:35px;
    }
  .itemHead h1 span{
        font-size: 3vw;
  }
}

  .logo-pc-inv{
    filter: invert(100%);
    position: fixed;
/*top: -1.5%;*/
    cursor: pointer;
    z-index: 999;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
  }

  .login-sp{
    background-image: url(https://img07.shop-pro.jp/PA01463/142/etc/login-icon.png?cmsp_timestamp=20210115220233);
    background-position: center;
    background-size:contain;
    width:30px;
    height: 17px;
    position: absolute;
    display: block;
    padding-right: 20px;
    top:27px;
    right: 270px;
    padding: 5px 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
  }
  
    .login-sp-inv{
    background-image: url(https://img21.shop-pro.jp/PA01463/142/etc/login-icon-b.png?cmsp_timestamp=20220511133116);
    background-position: center;
    background-size:contain;
    width: 30px;
    height: 17px;
    position: absolute;
    display: block;
    padding-right: 20px;
    top:27px;
    right: 270px;
    padding: 5px 0;
  }


  .my-sp{
    background-image: url(https://img07.shop-pro.jp/PA01463/142/etc/mypage-icon.png?cmsp_timestamp=20210118144611);
    background-position: center;
    background-size:contain;
    width:29px;
    height: 28px;
    position: absolute;
    display: block;
    padding-right: 20px;
    top:27px;
    right: 190px;
    padding: 5px 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
  }
  
    .my-sp-inv{
    background-image: url(https://img07.shop-pro.jp/PA01463/142/etc/mypage-icon-b.png?cmsp_timestamp=20210115220105);
    background-position: center;
    background-size:contain;
    width:29px;
    height: 28px;
    position: absolute;
    display: block;
    padding-right: 20px;
    top:27px;
    right: 190px;
    padding: 5px 0;
  }


  .cart-sp{
    background-image: url(https://img21.shop-pro.jp/PA01463/142/etc/cart-icon-sp-w.png?cmsp_timestamp=20220511132513);
    background-position: center;
    background-size:contain;
    width:29px;
    height: 26px;
    position: absolute;
    display: block;
    padding-right: 20px;
    top:27px;
    right: 146px;
    padding: 5px 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
  }
  .cart-sp-inv{
    background-image: url(https://img21.shop-pro.jp/PA01463/142/etc/cart-icon-sp-b.png?cmsp_timestamp=20220511132423);
    background-position: center;
    background-size:contain;
    width: 29px;
    height: 26px;
    position: absolute;
    display: block;
    padding-right: 20px;
    top:27px;
    right: 146px;
    padding: 5px 0;
  }
  

  


#slider img{
width: 100vw
}




/*商品ページ*/
#logo img{
  width: 140px !important;
}

.tab-group{
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  width: 100%;
}
.tab{
  padding:0px;
  list-style:none;
  border-bottom:solid 2px #ccc;
  text-align:center;
  cursor:pointer;
  line-height: 32px;
  position: relative;
}
.panel-group{
  height:auto;
  border-top:none;
  background:#f5f5f5;
}
.panel{
  display:none;
}
.panel.is-show{
  display:block;
}
ul{
  padding-inline-start:0px;
}
.tab-panel{
  margin-bottom: 20px;
}
/*商品一覧ページ*/



/*商品一覧ページ*/

.product_page .aco-etc{
  color:#333;
}
.product_page .accordion-container .accordion-title,.product_page .accordion-container .accordion-title:active,.product_page .accordion-container .content-entry.open .accordion-title{
  color: #333;
}

.product_page #accordion{
  background: #f5f5f5;
  border-right: none;
  border-left: none;
}
.product_page .product_all{
  width: 48%;
  overflow: scroll;
  height: auto;
  overflow-x: hidden;
}

.product_page .product_all_title p a{
  color: #333;
}

.product_page .product_all_title:after{
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  right: 2px;
}
.product_page .product_all_title{
  margin-left: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.product_all_p p a{
  display: block;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 10px;
  color: #333;
  background:none;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  font-size: 12px;
  border-bottom: 1px solid #ccc;
}
.accordion-container{
  background:#f5f5f5;
}
.product_all_title p a{
  border-bottom: 1px solid #ccc;
  margin-left: 0px;
}
.parts_title{
  border-bottom: solid 2px #333;
  margin-top: 20px;
  padding: 10px 0;
  position: relative;
  box-sizing: border-box;
  padding-left: 20px;
}

.con_product{
  margin:60px auto;
}

.parts_img{
  display: block;
  width: 49%;
  box-sizing: border-box;
}
.guns_img{
  display: block;
  width: 100%;
  margin: 0 auto;
}

.parts_box{
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  margin: 24px auto;
}
.line{
  position: absolute;
  background: #ccc;
}

.tr1{
  top: 0;
  right: 0;
  width: 15px;
  height: 1px;
}
.tr2{
    top: 0;
    right: 0;
    width: 1px;
    height: 15px;
}
.tl1{
      top: 0;
      left: 0;
      width: 15px;
      height: 1px;
}
.tl2{
        top: 0;
        left: 0;
        width: 1px;
        height: 15px;
}
.ur1{
  bottom: 0;
  right: 0;
  width: 15px;
  height: 1px;
}
.ur2{
    bottom: 0;
    right: 0;
    width: 1px;
    height: 15px;
}
.ul1{
      bottom: 0;
      left: 0;
      width: 15px;
      height: 1px;
}
.ul2{
        bottom: 0;
        left: 0;
        width: 1px;
        height: 15px;
}

.parts_title::before{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #333;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.guns_title{
  padding: 20px;
  color: #fff;
  background: #333;
  font-size: 20px;
  font-weight: bold;
}

/*

.tab.is-active::before{
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  margin: auto;
  border-right: 5px solid transparent;
  border-top: 8px solid #333;
  border-left: 5px solid transparent; 
}

*/

@media screen and (max-width:1000px) { 
  /*　画面サイズが430pxからはここを読み込む　*/
  .tab-group{
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    width: 100%;
  }
  .con_product{
    margin:60px auto;
  }
  .parts_img {
    width: 100%;
}
.parts_box{
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}
.tab{
  line-height: 2;
}

}













* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.tabs {
  max-width: 1200px;
  margin: 2em auto;
}

.tabs ul {
  display: flex;
  justify-content: space-around;
}

.tabs ul li {
  width: calc(100%/4);
  border: 1px solid #B5B5B5;
  list-style-type: none;
  transition: all 0.2s ease-out;
}

.tabs ul li .is-active {
  color: #324DB5;
  border-bottom: 5px solid #324DB5;
  padding: 10px;
}

.tabs ul li a {
  text-decoration: none;
  color: #4AABD6;
  display: block;
  border-bottom: 5px solid #fff;
  border-top: 5px solid #fff;
  padding: 10px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  outline: none;
}

.tabs-box {
  width: 100%;
  height: 300px;
  padding: 10px;
  color: #212121;
  border: 1px solid #B5B5B5;
  border-top: none;
  font-size: 50px;
  line-height: 300px;
  text-align: center;
}

.hide {
  display: none;
}

.guideTabBtnBlock_product{
  display: flex;
}

.guideTabBtnBlock_product li {
  border-radius: 7px;
  position: relative;
  display: block;
  border: solid 1px;
  width: 24%;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 25px;
  padding: 1%;
}

.guideTabBtnBlock_product li a {
  color: #424344;
  display: block;
  cursor: pointer;
  padding: 5% 10% 5% 5%;
}

.guideTabBtnBlock_product li a:after{
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  right: 2px;
  content: "";
  position: absolute;
  right: 15px;
  top: 40%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  display: block;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.tab.is-active{
  box-sizing: border-box;
  color:#fff;
  transition: all 0.2s ease-out;
  background: #000;
}
.tab.is-active a{
  color: #fff;
}
.tab.is-active a:after{
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

#policy{
  margin: 0px auto;
}

.product_all_p p{
  position: relative;
}
.product_all_p p a:after{
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  right: 2px;
  content: "";
  position: absolute;
  right: 20px;
  top: 40%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  display: block;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.product_all_p p a:hover::after{
  right: 7px;
}

.lum-gallery-button {
  display: none !important;
}
a.zoom{
  position: relative;
  display: block;
}
a.zoom::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
  background-color: rgba(0,0,0,0.7);
  background-image: url("https://file003.shop-pro.jp/PA01463/142/img/zoom.png");
  background-size: 0.8em 0.8em;
  background-position: center center;
  background-repeat: no-repeat;
}
.lum-close-button{
  position: absolute;
    left:auto;
    top: 3.45% !important;
    right: 4.25% !important;
    margin: 0 auto;
    opacity: 1 !important;
  }
.lum-lightbox{
  z-index: 9999;
}
.lum-lightbox-inner{
  overflow-y: scroll;
}

.lum-lightbox-inner img {
  position: relative;
  box-sizing: border-box;
  padding-top:100px;
  width:auto;
  max-height:85vh !important;
}

.lum-lightbox-caption {
  display: block;
  width:auto;
  max-width: none !important;
  margin-top: 10px !important;
}
.lum-lightbox{
  background: rgba(0, 0, 0, 0.8) !important;
}

@media screen and (max-width:1000px) { 
  #policy{
    margin: 40px auto;
  }
  .parts_box{
    display: flex;
  }
  .parts_img{
    width: 50%;
  }
  .guideTabBtnBlock_product{
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;	
  }
  .guideTabBtnBlock_product li{
    width: 48.5%;
    margin-bottom: 2%;
}
.lum-lightbox-inner img {
  position: relative;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  padding-top:100px;
  width: 100%;
}
  }

@media screen and (max-width:540px) { 
  #policy{
    margin: 40px auto;
  }

.parts_box{
  display: block;
}
.parts_img{
  width: 100%;
}
.product_page .product_all{
  width: 100%;
}
.guideTabBtnBlock_product li{
  width: 100%;
}
.product_page .product_all_title{
  margin-top: 20px;
}
.guideTabBtnBlock_product li{
  padding: 5%;
}
.lum-lightbox-inner img {
  max-width: 200vw !important;  /* 軽くスワイプで左端から右端まで動かせる量 */
  max-height: 85vh !important;  /* 上下に適度に余白 */
  padding-top:90px;
  width:auto;
}
.lum-lightbox-caption {
  width: 100%;
  position: absolute;
  top:60px !important;
  bottom: auto !important;
  border-bottom: 2px solid #fff;
  text-align: left !important;
  padding-left: 15px;
  margin-top: 10vh;

}

.lum-lightbox-caption::before{
  content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.lum-lightbox{
  background: rgba(0, 0, 0, 0.8) !important;
}
}

.parts_img img{
  width:100%;
}
.accordion-container{
background:none;
}

.itemHead{
  display:flex;
  align-items:center;
}
@media only screen and (max-width: 1000px){
.itemHead h1 {
    font-size: 2em;
    display: table-cell;
    vertical-align: middle;
    margin-left: 0;
}
}
.product_name_h1{
  margin-top:50px;
}
@media only screen and (max-width: 750px){
  .item_box{
    font-size:14px;
  }
  .sort{
    margin-top:20px;
  }
  }
@media only screen and (max-width: 430px){
  .search_result{
    font-size:12px;
  }
      .itemHead h1 {
      padding-left:10px;
    }
  }

.sidenav-center::-webkit-scrollbar {  
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}
/*
.midnightHeader.black{
  position:fixed;
  top:100px;
}
*/

@media only screen and (max-width: 1000px){
  #logo{
    display:none;
  }
}

.product_none{
  margin:200px auto;
}


.product_none_a{
    padding: 10px;
    border: 1px solid #000;
    width: 240px;
    text-align: center;
    display: block;
    margin: 0 auto;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    margin-top: 15px;
}
.product_none_a:hover{
  color:#fff;
  background:#000;
}

@media only screen and (max-width: 1000px){
  .itemHead h1{
    margin:0 auto;}
}

@media screen and (max-width: 550px) {
    table tr th {
        width: 150px !important;
        /* min-width: 100px; */
        background: #e8e8e8;
        padding: 15px 10px 15px 10px !important;
        text-align: left;
        /* border-bottom: 1px solid #fff; */
    }
}