/* CSS Document */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   　デフォルト   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



html, body, div, span, iframe,article,figure,
p, a, img, small, dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5,h6{
  border: 0;
  margin: 0;
  padding: 0;
  font-size:100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #000;
  font-feature-settings: "palt";
  vertical-align: bottom;
}

h1, h2, h3, h4, h5,h6,dt{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}

::selection {
  background:#555;
  color:#FFFFFF;
}

::-moz-selection {
  background:#555;
  color:#FFFFFF;
}

body {
  background: #FFF;
}
html{
  scroll-behavior: smooth;

}

html,body {
  line-height: 1;
  width: 100%;
  min-width: 1200px;
  height: 100vh;
  position: relative;
}
ol, ul {
  list-style: none;
}
a{
  outline:none;
  text-decoration:none;
  cursor: pointer;
  display: block;
  }
a img {
  border: none;
  border-style:none;
}

img{
  width: 100%;
  height: auto;
}

li{
  list-style:none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}


.br_sp{
  display: none;
}



/*■■■■■■■■　Font　■■■■■■■■*/



#top .mv{
  width: 100%;
  height:calc(100% - 100px);
  position: relative;
}

#top .mv h1{
  width:230px;
  position:absolute;
  top: 0;
  left:10%;
  transform:0;
}

#top .mv a.mv_btn{
  font-size: 18px;
  line-height: 60px;
  color: #FFF;
  position: absolute;
  bottom:80px;
  right: 70px;
  padding:0 50px;
  box-sizing:border-box;
  border-radius:50px;
  font-weight:500;
  overflow: hidden;
  transition: all 0.2s ease;
}
#top .mv a.mv_btn:hover{
  transform: scale(1.03);
}
#top .mv a.mv_btn:after{
  content: "";
  width: 100%;
  height:60px;
  background: #AB0018;
  display: block;
  z-index:-1;
  position: absolute;
  top:0;
  left:0;
}


#top .mv .bg{
  width: 100% !important;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  z-index:-2;
  background: #000;
}


#top .mv .bg video{
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover !important;
  opacity: 1;
}
#top .mv .bg video.sp{
  display: none;
}

#lower nav#gnav{
  display: none;
}

nav#gnav{
  width: 100%;
  margin: 0 auto 100px;
  height:100px;
  background: url(../images/nav_bg.jpg) no-repeat;
  background-size: cover;
/*  background: #FFF;*/
  -webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}

nav#gnav.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

nav#gnav .wrap{
  max-width: 1280px;
  margin: 0 auto;
}

nav#gnav ul.left{
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0;
  float: left;
}
nav#gnav .right{
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px 0 0;
  float:right;
}

nav#gnav ul.left li{
  border-right: 1px solid #000;
}
nav#gnav ul.left li:last-child{
  border-right: 0;
}

nav#gnav ul.left li:nth-child(1){
  width: 165px;
}
nav#gnav ul.left li:nth-child(2){
  width: 224px;
}
nav#gnav ul.left li:nth-child(3){
  width: 184px;
}
nav#gnav ul.left li:nth-child(4){
  width: 226px;
}
nav#gnav ul.left li:nth-child(5){
}


nav#gnav ul.left li a,
nav#gnav .right li a{
  opacity: 1;
  transition: opacity 0.2s ease-in-out; 
}
nav#gnav ul.left li a:hover,
nav#gnav .right li a:hover{
  opacity: 0.2;
}

nav#gnav .right ul{
  display: flex;
  flex-wrap: wrap;
  padding: 35px 20px 35px 0 ;
}
nav#gnav .right ul li:nth-child(1){
  width: 113px;
}
nav#gnav .right ul li:nth-child(2){
  width: 168px;
}

nav#gnav .right .btn{
  width: 50px;
  padding:30px 0;
}


#furusato_tax{
  width: 860px;
  padding: 100px 0;
  margin: 0 auto;
  text-align: center;
}

#furusato_tax h3{
  font-size: 24px;
  text-align: center;
  margin-bottom:40px;
}
#furusato_tax ul{
  display: flex;
  flex-wrap: wrap;
  margin-bottom:40px;
}
#furusato_tax ul li{
  width: 200px;
  margin-right: 20px;
}
#furusato_tax ul li:last-child{
  margin-right: 0;
}
#furusato_tax ul li a{
  display: block;
  transition: 0.2s ease all;
}

#furusato_tax ul li a:hover{
  opacity: 0.3;
}
#furusato_tax p,
#furusato_tax p a{
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
}
#furusato_tax p a{
  transition: all 0.2s ease;
}
#furusato_tax p a:hover{
  opacity: 0.3;
}





#top .about{
  width: 100%;
  height: 850px;
  margin: 0 auto;
  padding:0px 0 150px;
  position: relative;
  overflow: hidden;
}
#top .about .wrap{
  width:90%;
  max-width: 1280px;
  height:auto;
  margin: 0 auto;
  position: relative;
  padding:157px 0;
}
#top .about .wrap .text_box{
}

#top .about .wrap h2{
  width: 440px;
  margin-bottom:50px;
}
#top .about .wrap p{
  font-size:18px;
  line-height: 42px;
  letter-spacing: 0.3em;
  margin-bottom: 50px;
}

#top .about a.about_btn{
  width: 250px;
  font-size: 18px;
  line-height: 60px;
  color: #FFF;
  padding:0 50px;
  box-sizing:border-box;
  border-radius:50px;
  font-weight:500;
  overflow: hidden;
  transition: all 0.2s ease;
  border: 1px solid #000;
  text-align: center;
  background: #000;
}
#top .about a.about_btn:hover{
  transform: scale(1.03);
  background: #FFF;
  color: #000;
}
#top .about a.about_btn:after{
  content: "";
  width: 100%;
  height:60px;
  display: block;
  z-index: -1;
  position: absolute;
  top:0;
  left:0;
}



#top .about figure{
  width:calc(100% - 200px);
  height: 850px;
  position: absolute;
  top: 50%;
  right:0;
  transform: translate(0,-50%);
  z-index:-1;
  background:url(../images/about_img.jpg) no-repeat center left;
  background-size: cover;
}


#top .ticker{
  width: 100%;
  height:43px;
  padding:0px 0 100px;
  position: relative;
}
#top .ticker .ticker_slide{
  width: 100%;
  height:43px;
  position: absolute;
  top:0;
  left: 0;
  transform: rotate(3deg);
  background-image: url('../images/ticker.png');
  background-size:841.5px auto;
  background-position: 0 0;
  animation: moving 100s infinite linear;
  opacity: 0.3;
}

@keyframes moving {
  0% {
    background-position:0px 0;
    transition-property: background-position;
  }
    100% {
      background-position:-4000px 0 ;
    transition-property: background-position;
    }
}


#top .item_list{
  position: relative;
}


#item_side{
  width:90px;
  height: 100%;
  position:-webkit-sticky;
  position:absolute;
  right:0;
  top:0;
  overflow: visible;
}

#item_side .container{
  width:90px; /* サイドメニューの幅 */
  position: -webkit-sticky;
  position:         sticky;
  right:0px;
  top: 0;
  padding:150px 0 0 0 ;

}

#top #item_side h3{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size:30px;
  letter-spacing:0.15em;
  margin-left: 28px;
  margin-bottom: 28px;
}
#top #item_side h4{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size:20px;
  letter-spacing:0.2em;
  background:#AB0018;
  color: #FFF;
  display: block;
  padding: 30px 35px;
  border-radius:10px 0 0 10px;
  cursor: pointer;
  color: #FFF;
  transition: all 0.2s ease;
}
#top #item_side h4:hover{
  background:#990016;
}




  
#top .item_list .wrap{
  width:1000px;
  margin:0 auto 200px;
  padding-top: 150px;
}

#top .item_list .wrap ul li{
  display: flex;
  flex-wrap: wrap;
  align-items:center;
  margin-bottom:100px;
}
#top .item_list .wrap ul li figure{
  width:600px;
  height: 444px;
  margin-right:80px;
  cursor: pointer;
  position: relative;
}
#top .item_list .wrap ul li figure img{
  position: absolute;
  top: 0;
  left: 0;
}
#top .item_list .wrap ul li figure span{
  font-size: 12px;
  position: absolute;
  bottom:15px;
  left:15px;
  z-index: 10;
}
#top .item_list .wrap ul li figure img.ho{
  opacity: 0;
  transition: all 0.3s ease;
}
#top .item_list .wrap ul li figure:hover img.ho{
  opacity: 1;
}
#top .item_list .wrap ul li .detail{
  width: 320px;
}

#top .item_list .wrap ul li .detail dl dt{
  font-size:24px;
  letter-spacing:0.05em;
  margin-bottom: 15px;
}
#top .item_list .wrap ul li .detail dl dd{
  font-size:28px;
  font-weight:700;
  letter-spacing:0.05em;
  margin-bottom:20px;
  display: none;
}
#top .item_list .wrap ul li .detail dl dd span{
  font-size:14px;
  padding-left:5px;


}
#top .item_list .wrap ul li .detail dl dd.on{
  display: block;
}


#top .item_list .wrap ul li .detail p{
  font-size:14px;
  line-height: 26px;
  letter-spacing:0.1em;
  margin-bottom:20px;
}


#top .item_list .wrap ul li .detail tr.cartjs_option th{
  font-size: 16px;
  line-height: 16px;
  display:inline-block;
}
#top .item_list .wrap ul li .detail tr.cartjs_option th:after{
  content:"※数量をお選びください。";
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  margin-left: 10px;
  color:#999;
}


#top .item_list .wrap ul li .detail tr.cartjs_option td{
  width:100%;
  display: block;
}




#top .item_list .wrap ul li .detail .cartjs_box{
  padding: 0 !important;
}
#top .item_list .wrap ul li .detail .cartjs_product_table table{
  width: 100% !important; 
}
#top .item_list .wrap ul li .detail .cartjs_product_table table tr.cartjs_product_num th,
#top .item_list .wrap ul li .detail .cartjs_product_table table tr.cartjs_product_num td{
   display: none;
}
#top .item_list .wrap ul li .detail tr.cartjs_option td select{
  font-size: 16px;
  height: 40px !important;
  line-height:40px !important;
  border-radius:7px !important;
}


#top .item_list .wrap ul li .detail .cartjs_cart_in input{
  width: 100% !important;
  height: 50px !important;
  line-height: 50px;
  background: #000 !important;
  border-radius: 50px !important;
  margin-bottom: 10px !important;
  transition: all 0.3s ease;
}

#top .item_list .wrap ul li .detail .cartjs_cart_in input:hover{
  background: #AB0018 !important;
  transform: scale(1.02);
}

#top .item_list .wrap ul li .btn{
  width: 100% !important;
  height: 50px !important;
  line-height: 50px;
  background: #EEE !important;
  color: #999;
  border-radius: 50px !important;
  margin-bottom:20px;
  text-align: center;
}



#top .item_list .wrap ul li .detail a.shipping_btn{
  color: #555;
  text-align: left;
  text-decoration: underline;
  text-underline-offset:8px;
}
#top .item_list .wrap ul li .detail a.shipping_btn:hover{
  color:#999;
}
#top .item_list .wrap ul li .detail span.cap{
  font-size: 12px;
  display: block;
  color:#555;
  margin-bottom:20px;
}


.image_slide{
  overflow: hidden;
}

.image_slide .swiper-slide figure{
  width: 100%;
  height:400px;
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
}
.image_slide .swiper-slide-active figure{
  animation: slidemoving 15s infinite ease;
}



@keyframes slidemoving {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.0);
  }

}

.image_slide .swiper-slide.imgslide01 figure{
  background-image: url(../images/slide01.jpg);
}
.image_slide .swiper-slide.imgslide02 figure{
  background-image: url(../images/slide02.jpg);
}
.image_slide .swiper-slide.imgslide03 figure{
  background-image: url(../images/slide03.jpg);
}
.image_slide .swiper-slide.imgslide04 figure{
  background-image: url(../images/slide04.jpg);
}
.image_slide .swiper-slide.imgslide05 figure{
  background-image: url(../images/slide05.jpg);
}
.image_slide .swiper-slide.imgslide06 figure{
  background-image: url(../images/slide06.jpg);
}
.image_slide .swiper-slide.imgslide07 figure{
  background-image: url(../images/slide07.jpg);
}
.image_slide .swiper-slide.imgslide08 figure{
  background-image: url(../images/slide08.jpg);
}

.from_kuba{
  width: 1000px;
  margin: 0 auto;
}

footer{
  border-top: 1px solid #BCBCBC;
  width: 100%;
  min-width: 1000px;
  margin: 0 auto;
  padding:50px 10%;
  box-sizing: border-box;
}


footer h2{
  width:200px;
  margin-bottom:20px;
}
footer .left{
  width:350px;
  float: left;
}
footer .center{
  width:calc(100% - 450px);
  float: left;
}
footer .right{
  width:100px;
  float:right;
  text-align: right;
}
footer .right figure,
footer .right small{
  text-align: right;
}
footer .right figure{
  width: 40px;
  margin-left: 60px;
  margin-bottom:80px;
}

footer .right figure a{
  transition: all 0.2s ease;
}
footer .right figure a:hover{
  transform: scale(1.03);
  opacity: 0.5;
}


footer .right small{
  font-size: 14px;
}



footer .left dl{
  padding-bottom: 20px;
}

footer .left dl dt,
footer .left dl dd{
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  font-weight: normal;
}

footer .left p{
  font-size: 12px;
}



footer .center ul{
  display: flex;
  flex-wrap: wrap;
}
footer .center ul li{
  text-align: center;
  margin-right:40px;
}
footer .center ul li a{
  font-size: 14px;
  line-height: 30px;
  text-align:center;
  transition: 0.2s ease all;
}


footer .center ul li a:hover{
  color: #777;
}




.modal_cover{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background:rgba(0, 0, 0, 0.8);
  display: none;
}

.modal_cover .wrap{
  width:700px;
  background: #FFF;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 50px 50px 0;
  box-sizing: border-box;
}
.modal_cover .wrap .close{
  width: 44px;
  position: absolute;
  top: -22px;
  right: -22px;
}




.modal_cover .wrap h3{
  font-size: 30px;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #000;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.modal_cover .wrap .left{
  width: 200px;
  margin-right:50px;
  float: left;
}

.modal_cover .wrap .left p{
  font-size: 16px;
  line-height: 28px;
}

.modal_cover .wrap .right{
  width:350px;
  float: left;
}

.modal_cover .wrap .right ul li{
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
.modal_cover .wrap .right ul li figure{
  width: 106px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 30px;
}
.modal_cover .wrap .right ul li .text h4{
  font-size: 20px;
  padding-top: 15px;
  margin-bottom: 10px;

}

.modal_cover .wrap .right ul li .text dl{
  display: flex;
  flex-wrap: wrap;
  margin-bottom:15px;
}
.modal_cover .wrap .right ul li .text dl dt{
  background: #000;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.1em;
  color: #FFF;
  border-radius: 20px;
  padding:0 15px;
  display: block;
  margin-right: 10px;
}
.modal_cover .wrap .right ul li .text dl dd{
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.1em;
}



.side_shipping{
  width:500px;
  height: 100vh;
  position: fixed;
  top: 0;
  left:-100%;
  border-right: 1px solid #CCC;
  transition: ease 0.5s left;
  z-index: 9999;
  background: #FFF;
  overflow-y:auto;
}
.side_shipping.active{
  left:0;
}
.shipping_close{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 25px;
  right: 10%;
  display: none;
}
.shipping_close:before{
  content: "";
  width: 40px;
  height: 1px;
  background: #000;
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%) rotate(45deg);
}
.shipping_close:after{
  content: "";
  width: 40px;
  height: 1px;
  background: #000;
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%) rotate(-45deg);
}
.side_shipping .wrap{
  width:80%;
  padding:40px 10%;
}
.side_shipping .wrap h3{
  font-size:22px;
  font-weight:700;
  color: #333;
  padding-bottom:25px;
  border-bottom: 1px solid #999;
  margin-bottom:25px;
}

.side_shipping .wrap ul li{
  display: flex;
  flex-wrap: wrap;
  align-items:flex-start;
  padding-bottom: 20px;
  border-bottom: 1px dotted #CCC;
  margin-bottom: 20px;

}
.side_shipping .wrap ul li .left{
  width:calc(100% - 150px);
  margin-right: 50px;
}
.side_shipping .wrap ul li .right{
  width:100px;
}

.side_shipping .wrap dl dt{
  font-size:18px;
  font-weight:500;
  line-height:18px;
  letter-spacing: 0.05em
}
.side_shipping .wrap dl dd{
  font-size:14px;
  font-weight:500;
  line-height:20px;
  letter-spacing: 0.05em;
  margin-top: 15px;
  color: #999;
}
.side_shipping .wrap ul li .right h5.price{
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: right;
  color: #333;
}




#about .mv{
  width: 100%;
  height: 0;
  padding-bottom:50%;
  background:url(../images/about_mv.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

#about .mv h1{
  width: 130px;
  padding: 25px 0;
  position:absolute;
  left:7%;
  top:5%;
  z-index: 9999;
}

#about .mv .txt_box{
  width:470px;
  padding: 50px 55px;
  box-sizing: border-box;
  position: absolute;
  left:19%;
  bottom:10%;
}

#about .mv .txt_box h2{
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#about .mv .txt_box p{
  font-size:16px;
  line-height:32px;
  letter-spacing:0.1em;
  text-align: justify;
}
#about .sec01 article{
  width: 1100px;
  margin: 0 auto 150px;
}
#about .sec01 article.right figure{
  width: 480px;
  float: left;
  margin-right: 120px;
}
#about .sec01 article.right .txt_box{
  width:500px;
  float: right;
}
#about .sec01 article.left figure{
  width: 480px;
  float: right;
  margin-left: 120px;
}
#about .sec01 article.left .txt_box{
  width:500px;
  float: left;
}
#about .sec01 article .txt_box h3{
  width: 70%;
  margin-bottom:35px;
}

#about .sec01 article .txt_box p{
  font-size:16px;
  line-height:32px;
  letter-spacing:0.1em;
}


#about .sec01 article.message figure{
  margin-bottom:70px;
}


#about .sec01 article.message .txt_box{
  position: relative;
  margin-bottom:100px;

}

#about .sec01 article.message .txt_box .left{
  width:300px;
  float: left;
  margin-right:100px;
}
#about .sec01 article .txt_box .left h3{
  width: 100%;
}
#about .sec01 article.message .txt_box .left dl{
  position: absolute;
  bottom: 0;
  left: 0;
}
#about .sec01 article.message .txt_box .left dl dt{
  font-size: 14px;
  line-height:28px;
  margin-bottom:10px;
  letter-spacing:0.1em;
}
#about .sec01 article.message .txt_box .left dl dd{
  width:90%;
}
#about .sec01 article.message .txt_box .right{
  width:700px;
  float: left;
}

#about .sec01 article a.item_btn{
  width: 40%;
  margin: 0 auto 50px;
  text-align: center;
  font-size: 18px;
  line-height: 60px;
  color: #FFF;
  padding:0 50px;
  box-sizing:border-box;
  border-radius:50px;
  font-weight:500;
  overflow: hidden;
  transition: all 0.2s ease;
  position: relative;
}
#about .sec01 article a.item_btn:hover{
  transform: scale(1.03);
}
#about .sec01 article a.item_btn:after{
  content: "";
  width: 100%;
  height:60px;
  background: #AB0018;
  display: block;
  z-index: -1;
  position: absolute;
  top:0;
  left:0;
}



#lower{
  width: 100%;
}


#lower .container{
  width:1100px;
  margin:0 auto 150px;
  position: relative;
  padding-top:50px;
}


#lower .container header{
  width: 130px;
  height: 100%;
  position:absolute;
  top:50px;
  left:0;
  overflow: visible;
  z-index: 999;
}
#lower .container header h1{
  width: 130px;
  position: -webkit-sticky;
  position:         sticky;
  left:0px;
  top:50px;
}

#lower .container header h1 a{
  transition: 0.2s ease all;
}

#lower .container header h1 a:hover{
  opacity: 0.6;
}

#lower .container .wrap{
  width: 900px;
  margin-left: 200px;
}

#lower .container .pan{
  margin-bottom:100px;
}
#lower .container .pan ul{
  display: flex;
  flex-wrap: wrap;
}
#lower .container .pan ul li,
#lower .container .pan ul li a{
  font-size: 12px;
}
#lower .container .pan ul li a{
  color:#333;
}

#lower .container .pan ul li a{
  transition: 0.2s ease all;
}
#lower .container .pan ul li a:hover{
  color:#AB0018;
}

#lower .container .pan ul li a:after{
  content: ">";
  padding-left: 10px;
  margin-right: 10px;
  display: inline-block;
  font-size: 10px;
  transform: scaleX(0.8) translateY(-2px);
  color: #999;
}


#lower .inner h3{
  font-size: 32px;
  font-weight:700;
  letter-spacing: 0.1em;
  margin-bottom:50px;
  text-align: center;
}
#lower .inner nav{
  width: 100%;
}

#lower .inner p{
  font-size:14px;
  line-height:28px;
  letter-spacing: 0.05em;
  margin-bottom:30px;
}

#lower .inner nav ul{
  width:650px;
  display: flex;
  flex-wrap: wrap;
  margin:0 auto 50px;
}
#lower .inner nav ul li{
  width:300px;
  text-align: center;
}
#lower .inner nav ul li:nth-child(1){
  margin-right:50px;
}

#lower .inner nav ul li a{
  font-size:15px;
  padding: 20px 0;
  background: #FFF;
  border: 1px solid #000;
  display: block;
  border-radius:35px;
  transition: all 0.2s ease;
}

#lower .inner nav ul li a:hover{
  background: #444;
  color: #FFF;
  border: 1px solid #444;
}
#lower .inner nav ul li a.on{
  background: #000;
  color: #FFF;
}
#lower .inner ul.t_list{
  border-top: 1px solid #CCC;
}
#lower .inner ul.t_list li{
  padding-top:30px;
  border-bottom: 1px solid #CCC;
  padding-bottom:30px;
}


#lower .inner ul.t_list li dl{
  display:flex;
  flex-wrap: wrap;
}
#lower .inner ul.t_list li dl dt{
  width: 250px;
  font-weight: 400;
  text-indent: 20px;
  font-size: 14px;
  line-height: 26px;
}
#lower .inner ul.t_list li dl dd{
  width:calc(100% - 250px);
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}
#lower .inner ul.t_list li dl dd span{
  font-size: 12px;
  line-height: 18px;
  display: block;
  padding-top: 10px;
}

#lower .wrap ul.price_list{
  border-top: 1px solid #CCC;
  margin-bottom: 50px;
}

#lower .wrap ul.price_list li{
  display: flex;
  flex-wrap: wrap;
  align-items:flex-start;
  padding:20px 35px 20px;
  border-bottom: 1px solid #CCC;
  box-sizing: border-box;

}
#lower .wrap ul.price_list li .left{
  width:calc(100% - 150px);
  margin-right: 50px;
}
#lower .wrap ul.price_list li .right{
  width:100px;
}

#lower .wrap ul.price_list li dl dt{
  font-size:18px;
  font-weight:500;
  line-height:18px;
  letter-spacing: 0.05em
}
#lower .wrap ul.price_list li dl dd{
  font-size:14px;
  font-weight:500;
  line-height:20px;
  letter-spacing: 0.05em;
  margin-top: 10px;
  color: #999;
}
#lower .wrap ul.price_list li .right h5.price{
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: right;
  color: #333;
}
#lower .shipping .description dl{
  margin-bottom: 30px;
}

#lower .shipping .description dl dt{
  font-size: 18px;
  margin-bottom: 15px;
}
#lower .shipping .description dl dd{
  font-size: 14px;
  line-height: 24px;
}
#lower .shipping .description p.cap{
  font-size: 12px;
  line-height:16px;
  margin-bottom: 10px;
  text-indent: -13px;
  padding-left: 13px;
}


#lower .faq{
  margin-bottom: 30px;
}
#lower .faq .inner h4{
  font-size:26px;
  font-weight:700;
  margin-bottom:20px;
  text-align: left;
}
#lower .faq nav ul{
  width:100%;
  display: flex;
  flex-wrap: wrap;
  margin:0 auto 50px;
}
#lower .faq nav ul li{
  width:32%;
  text-align: center;
  margin-right:2% !important;
  margin-bottom: 2%;
}
#lower .faq nav ul li:nth-child(3n){
  margin-right:0 !important;
}

#lower .faq nav ul li a{
  font-size:16px;
  padding: 20px 0;
  background: #FFF;
  border: 1px solid #000;
  display: block;
  border-radius:35px;
  transition: all 0.2s ease;
}

#lower .faq nav ul li a:hover{
  background: #444;
  color: #FFF;
  border: 1px solid #444;
}
#lower .faq h4{
  font-weight: 400;
  font-size:20px;
  line-height: 26px;
  margin-bottom: 20px;
}

#lower .faq ul.faq_list{
  border-top: 1px solid #CCC;
  margin-bottom: 100px;
}
#lower .faq ul.faq_list li{
  border-bottom: 1px solid #CCC;
}
#lower .faq ul.faq_list li dt {
  cursor: pointer;
  position: relative;
  padding: 1em;
  background: #FFF;
}

#lower .faq ul.faq_list li dd {
  border-top: #DDD dotted 1px;
  display: none;
  padding: 1em;
  background: #FFF;
}

#lower .faq ul.faq_list li dl dt{
  width: 100%;
  font-size:16px;
  line-height: 26px;
  font-weight:500;
  color: #333;
  letter-spacing: 0.1em;
  padding:20px 15px 20px 45px;
  position: relative;
}
#lower .faq ul.faq_list li dl dt:before{
  content: "Q.";
  display:block;
  font-size:20px;
  line-height: 26px;
  padding:20px 15px;
  color: #333;
  font-weight:500;
  position: absolute;
  top: 0;
  left: 0;
}

#lower .faq ul.faq_list li dl dd{
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.1em;
  padding:20px 15px 20px 45px;
  position:relative;
  display: none;
  box-sizing: border-box;
}
#lower .faq ul.faq_list li dl dd:before{
  content: "A.";
  display:block;
  font-size:20px;
  line-height: 26px;
  padding:20px 15px;
  color: #AB0018;
  font-weight:500;
  position: absolute;
  top: 0;
  left: 0;
}




