@charset "euc-jp";




body {
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:#630;
  line-height:25px;
  font-size:1em;
  margin:0;
  padding:0;
  width:100%;
  height:;
  background-image:url("https://img21.shop-pro.jp/PA01481/972/etc/kabe1.jpg?cmsp_timestamp=20220303164704");
  background-size:auto;
  background-repeat:cover ;
  font-family:ヒラギノ角ゴ Pro W3;
   overflow-x: hidden;
}





a {
  color: #fff;
  font-size: medium;
  font-weight: normal;
  font-family:メイリオ;
  background:;
  padding: 0px 0px;
  border-radius: 6px;
  transition: .3s;
}
a:hover {
  opacity: 0.8;
}


html {
  font-size: 130%;
}

h5 {
  padding: 0.14em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #839b5c;/*左線*/
  font-size: large;
}


hr{
border:none;
border-top:double 4px #ffefd5;
height:4px;
color:#FFFFFF;
}

.kadomaru {
   background-color: orangered;       /* 背景色の指定 */
   border-radius: 10px; 0         /* 角丸の指定 */
   box-shadow: 0px px 1px 0; /* 影の指定 */
   color: white;             /* 文字色 */
   padding: 10px 10px 12px 10px;   /* 内側の余白 */
   font-size:15px  /* 文字の大きさ */

}

.kadomaru1 {
   background-color: darkgreen;       /* 背景色の指定 */
   border-radius: 10px; 0         /* 角丸の指定 */
   box-shadow: 0px px 1px 0; /* 影の指定 */
   color: white;             /* 文字色 */
   padding: 10px 10px 12px 10px;   /* 内側の余白 */
   font-size:13px  /* 文字の大きさ */

}


details {
  border: 0px solid #ccc;
}
details:not(:last-child) {
  margin-bottom: 3px;
}

/**
 * list-style: none; ←デフォルト三角削除（Chrome非対応）
 * cursor: pointer; ←カーソルをポインターに
**/
details summary {
  list-style: none;
  cursor: pointer;
  padding: 5px;
  background-image:url("https://img21.shop-pro.jp/PA01481/972/etc/kabe1.jpg?cmsp_timestamp=20220303164704");
  color: #630;
  font-size:1.05em;
  font-weight:400;
  font-family:メイリオ;
}


.title { text-align: center; }
.text { display: inline-block; }



.box1background {
  font-size:  medium;
  background-position: bottom;
  width: 100%;
  height:190%;
  background: rgba(22,28,0,0.3);
  text-align: center;
  padding-bottom:0;
     left:  50px;                /* 左からの位置指定 */
    bottom: 50px;                  /* 下からの位置指定 */
}



.boxbackground {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("footer-kuro.png");
  background-size: cover;
  background-color:black;

}
.example {
    width: 80%;
    table-layout: fixed;
}

img.example1  {
max-width: 82％;
height: auto;
}

p {text-align: left}　/* 文字の左寄せ */


}

#navi a:link { color:#fffacd; }
#navi a:visited { color:#e6e6fa; }
#navi a:hover { color:#f0f8ff; }
#navi a:active { color:#ff69b4; }
#navi { color:#ffffff;}



#navi1 a:link { color:#fffacd; }
#navi1 a:visited { color:#e6e6fa; }
#navi1 a:hover { color:#f0f8ff; }
#navi1 a:active { color:#ff69b4; }
#navi1 { color:#ffffff;}
#navi1{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
　  width: 66%;
}





.top        { vertical-align: top;    }
.bottom     { vertical-align: bottom; }
.baseline   { vertical-align: baseline;    }
.top1{
   margin-top:-10px ;
   width: auto;
}

a {
  color: <{$link_normal}>;
}

a:hover {
  color: <{$link_hover}>;
}

form {
  margin: 0;
}

/*
 * layout
 */

#wrapper {p class
  position: relative;
}

.container {
  width: 94%;
  max-width: 1180px;
  margin: 0 auto;
}

a:link, a:visited, a:hover, a:active {
  color: #6d3c32;
}



/*
 * header
 */


.bg_img {
    background: url(https://img21.shop-pro.jp/PA01481/972/etc/kabe5.jpg?cmsp_timestamp=20220314102101);
    height: 170px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}

.wrapper {
    text-align: center;
}



table {
    margin-left: auto;
    margin-right: auto;
    border-collapse: separate;
 　 border-spacing: 10px;
    width: 100%;
    table-layout: fixed;
}

table td {
  word-break: break-all;
  overflow-wrap : break-word;
}

.example2{
   width: 82%;
   margin-left: auto;
   margin-right: 15px;
}




.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  width: 128px;
}

.keyframe5{
  animation-name: anim_sc;
  transform: scale(0.85,0.85);
}

@keyframes anim_sc {
  100% {
    transform: scale(1,1);
  }
}



#scroll {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 200;
}


.btn-scroll1 a {
  padding: 14px 17px;
  display: block;
  color: #333;
}

.btn-scroll1 a:hover {
  text-decoration: none;
}



.btn-scroll {
  padding: 0;
  border: 1px solid #333;
  border-radius: 0;
  background-color: #333;
  display: block;
  text-align: center;
  margin: 1px;
}

.btn-scroll:hover {
  border: 1px solid #777;
  background-color: #777;
}

.btn-scroll a {
  padding: 14px 17px;
  display: block;
  color: #fff;
}

.btn-scroll a:hover {
  text-decoration: none;
}

.btn-home,
.btn-cart,
.btn-tu,
  margin-bottom: 1px;
}



.btn-scroll__txt1 {
  font-size: .7em;
  display: block;
  line-height: 1.0em;
}

.btn-scroll__txt {
  font-size: .9em;
  display: block;
  line-height: 1.0em;
}

/*
 * product lst & seach
 */

.breadcrumb-list__section {
  padding-bottom: 40px;
}

.breadcrumb-list {
  font-size: .9em;
  margin: 0;
  list-style: none;
}

.breadcrumb-list__unit {
  display: inline-block;
}

.breadcrumb-list__unit a,
.breadcrumb-list__unit a:hover {
  color: #2659ff;
}

.freespace__section {
  margin: 0 0 40px;
}

.productlist-sort {
  background: #eee;
  border: 2px solid #ccc;
  margin: 40px 0 20px;
  padding: 15px 10px;
  font-size: .9em;
}

.productlist-sort-list {
  float: left;
  margin: 0;
}

.productlist-sort-totalnumber {
  float: right;
  margin: 0;
  padding-right: 5px;
}

.productlist-sort-totalnumber span {
  padding: 0 5px;
}

.subcategory-list {
  font-size: .9em;
  margin: 0 auto 20px;
}

.subcategory-list__unit {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pagenation__section {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.pagenation-list {
  text-align: right;
  padding-top: 15px;
}

.pagenation-list__unit {
  padding: 0 2px;
  text-align: center;
  line-height: 26px;
  display: inline-block;
}

.pagenation-list__unit a,
.pagenation-list__unit span {
  display: block;
  float: left;
  min-width: 26px;
  height: 26px;
  box-sizing: border-box;
  padding: 0 .5em;
}

.pagenation-list__unit a {
  border: 2px solid #333;
  background-color: #fff;
  color: #333;
  text-decoration: none;
}

.pagenation-list__unit a:hover {
  border: 2px solid #333;
  background-color: #333;
  color: #fff;
}

.pagenation-list__unit span {
  border: 2px solid #ccc;
  background-color: #fff;
  color: #ccc;
}

.pagenation-sp__section {
  text-align: center;
}

.pagenation-sp-list {
  margin: 0;
}

.pagenation-sp-list__unit {
  display: inline;
  margin: 0 5px;
}

/*
 * product
 */

.breadcrumb-list-pdetail {
  padding-bottom: 5px;
}

.product__section {
  margin-bottom: 40px;
}

.product-explain {
  margin-bottom: 40px;
}

.product-images-list {
  text-align: center;
}

.product-images-list__unit {
  padding: 5px 0;
}

.product-info-box {
  padding: 10px 0;
}

.product-info-box p,
.product-info-box ul {
  margin: 0;
}

.product-order-box {
  background: #f0f0f0;
  margin-top: 30px;
  padding: 20px 40px 30px;
}

.product-name {
  margin: 0;
  font-size: 1.42em;
}

.product-model {
  color: #999;
  font-size: .93em;
}

.product-price {
  margin: 0;
  font-size: 1.42em;
  font-weight: bold;
}

.product-price-discount {
  color: #f00;
}

.product-price-discount-rate {
  color: #f00;
}

.product-price-establish {
  color: #999;
  font-size: .93em;
}

.product-stock-str {
  margin: 0;
  font-size: 1.42em;
  font-weight: bold;
}

.product-related-list {
  font-size: .93em;
}

.product-related-list__unit {
  padding: 0;
  margin-right: 10px;
  display: inline-block;
}

.product-related-list__txt {
 color: #2659ff;
}

.product-related-list__txt:hover,
.product-related-list__txt:focus {
  color: #2659ff;
}

.product-social-list {
  list-style: none;
}

.product-social-list__unit {
  display: inline-block;
}

.product-option {
  padding-bottom: 10px;
}

.product-option-table {
  background-color: #fff;
}

.product-option-list__unit {
  margin: 10px 0;
}

.product-option-list__unit dl {
  margin: 0;
}

.product-option-list__name {
  margin: 0;
  padding-bottom: 10px;
  font-size: .93em;
  font-weight: normal;
}

.product-option-list__detail {
  margin: 0;
}

.product-option-list__select {
  height: 40px;
  border: 2px solid #333;
  font-size: .93em;
}

.text-titles {
  padding-bottom: 10px;
}

.text-titles-list__unit {
  margin: 10px 0;
}

.text-titles-list__unit dl {
  margin: 0;
}

.text-titles-list__name {
  margin: 0;
  padding-bottom: 10px;
  font-size: .93em;
  font-weight: normal;
}

.text-titles-list__detail-text {
  height: 40px;
  border: 2px solid #333;
  font-size: .93em;
}

.product-init-list {
  margin: 0;
}

.product-init-list__name {
  margin: 0;
  padding-bottom: 10px;
  font-size: .93em;
  font-weight: normal;
}

.product-init-list__detail {
  margin: 0;
}

.product-init-list__detail-num {
  width: 100px;
  height: 28px;
  border: 2px solid #333;
  font-size: .93em;
  display: inline-block;
}

.product-init-list__detail-updw {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.product-init-list__detail-updw li {
  line-height: 1.2;
}

.product-order-btn-list {
  margin: 0;
  padding-top: 15px;
}

.product-order-btn-list__unit i {
  margin-right: 10px;
}

.btn--addcart {
  padding: 1.2em 0;
  border-radius: 0;
  background: <{$addcart_btn_color}>;
  border: 1px solid <{$addcart_btn_color}>;
  color: #fff;
}

.btn--addcart:hover,
.btn--addcart:focus {
  background: <{$addcart_btn_color_hover}>;
  border: 1px solid <{$addcart_btn_color_hover}>;
  color: #fff;
}

.btn--quick-order {
  padding: 1.2em 0;
  border-radius: 0;
  background: #0079ff;
  border: 1px solid #0079ff;
  color: #fff;
}

.btn--quick-order:hover,
.btn--quick-order:focus {
  background: #62adff;
  border: 1px solid #62adff;
  color: #fff;
}

.btn--soldout {
  padding: 1.4em 0;
  border-radius: 0;
  border: 1px solid #cf0400;
}

.btn--soldout.disabled,
.btn--soldout[disabled] {
  background-color: #cf0400;
  color: #fff;
}

.product-review__section {
  margin-bottom: 60px;
}

.product-review-send-list {
  text-align: right;
  margin-bottom: 20px;
}

.product-review {
  font-size: .93em;
  margin-bottom: 40px;
}

.product-review-star {
  float: left;
  margin-right: 10px;
  padding-top: 1px;
}

.product-review-poster-list {
  margin: 0;
}

.product-review-poster-list__unit {
  display: inline-block;
  margin-right: 10px;
}

.product-review-content-list__unit img {
  max-width: 100px;
}

.product-review-content-list__title {
  font-weight: bold;
  padding-top: 10px;
}

.product-review-content-list__img {
  float: left;
  padding: 10px 10px 0 0;
}

.product-review-content-list__comment {
  padding-top: 10px;
}

.product-review-res-list {
  background: #f6f6f6;
  padding: 20px;
}

.product-review-res-list__title {
  font-weight: bold;
}

.product-review-res-list__comment {
  padding-top: 10px;
}

.stock_error {
  color: #DB5656;
  text-align: center;
  padding-top: 5px;
  font-size: .93em;
}

/*
 * sk & privacy
 */

.privacy-par {
  margin: 0 0 20px;
  font-size: .9em;
}

/*
 * option stock
 */

.option__section {
  padding: 20px;
  text-align: center;
  font-size: .93em;
}

.option-heading {
  margin-bottom: 20px;
  font-size: 1.2em;
  border: none;
}

.btn--osclose {
  padding: .6em 1.2em;
  border-radius: 0;
  background: #333;
  border: 1px solid #333;
  color: #fff;
}

.btn--osclose:hover,
.btn--osclose:focus {
  background: #777;
  border: 1px solid #777;
  color: #fff;
}

/*
 * common
 */

.section-title-h2 {
  margin: 0 0 20px;
  padding: 15px 0;
  font-size: 1em;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}

.section-title-h3 {
  font-size: .8em;
}

.product-list__img {
  padding-bottom: 5px;
}

.product-list__img:hover {
  opacity: 0.8;
}

.product-list__txt,
.product-list__txt:hover {
  color: #2659ff;
}

.product-list__name {
  padding-bottom: 10px;
}

.product-list__expl {
  font-size: .8em;
}
.product-list__regular-price {
  text-decoration: line-through;
}

.product-list__discount {
  color: #f00;
}

.product-list__discount-rate {
  color: #f00;
}

.product-list__soldout {
  color: #f00;
}

.notice-box {
  margin-bottom: 40px;
}

.notice-heading {
  margin: 0 0 20px;
  padding: 10px 0 10px 20px;
  color: #fff;
  font-size: .9em;
  background: <{$key_color}>;
}

.notice-list {
  margin: 0;
}

.notice-list__name {
  margin-bottom: 10px;
  font-size: 1em;
}

.notice-list__unit {
  margin: 0 0 20px;
  font-size: .9em;
}

.inquiry-list__name {
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: bold;
}

@media (max-width: 1280px) {
  .banner-side__section {
    display: none;
  }

.sp {
    display: none;
  }
.tb {
    display: none;
}
  .main__section {
    max-width: 100%;
  }
}

@media screen and  (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
    display: none;
  }
.tb {
    display:  block;
}
 .shopname__logo {
 display: none !important;
}
.sp {
    display: none;
  }
.upbar-list {
    display: none;
}
  /*
   * layout
   */

  .contents__section {
    width: 100%;
    padding: 20px 0 40px;
  }

  .info-list {
    padding: 0 20px;
  }

  .upbar-wrap {
    padding: 53px 0 5px;
  }

  .upbar-list {
    float: none;
    text-align: center;
  }

  .shopname {
    width: 100%;
    padding: 0;
  }

  .shopname h1 {
    margin:  -80px 0px 0px 0px;
    padding: 55px 0px;
    font-size: 1.4em;
    text-align: left;
  }


  .shopname__ad-wrap {
    position: static;
  }

  .shopname__ad {
    padding: 10px 0 5px;
    border-radius: 0;
    width: 100%;
  }

  .downbar {
    text-align: center;
    padding: 20px;
  }

  .downbar-ad {
    float: none;
  }

  .search-wrap {
    background-color: #fff;
  }

  .search {
    padding: 20px 20px 15px;
  }

  .search__select {
    width: 100%;
    margin-bottom: 10px;
  }

  .search__box {
    width: 70%;
    margin-bottom: 20px;
  }

  .search__btn {
    margin-bottom: 20px;
  }

  .search-keyword {
    text-align: center;
  }

  .search-keyword-heading {
    margin-bottom: 20px;
  }

  .primary__section {
    float: none;
  }

  .side-nav__section {
    float: none;
    padding: 0;
  }

  .side-nav-box {
    margin-bottom: 0;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }

  .side-nav-banner-list {
    padding: 0 20px;
  }

  .btn-more-wrap {
    margin-bottom: 40px;
    padding: 0 20px;
  }

  .btn-more {
    border: 1px solid #333;
    border-radius: 0;
    padding: 15px 0;
    background: #333;
    color: #fff;
  }

  .btn-more:hover {
    border: 1px solid #777;
    background: #777;
    color: #fff;
  }

  #scroll {
    bottom: 20px;
  }

  .btn-scroll a {
    padding: 5px 8px;
  }

  .btn-scroll__txt {
    font-size: .8em;
  }

  /*
   * contents
   */

  .main__section {
    float: none;
  }

  /*
   * footer
   */

  .footer__section {
    width: 100%;
    padding: 0;
  }

  .history-list__unit {
    font-size: .9em;
    margin-bottom: 40px;
  }

  .footer-notice-sp-list {
    font-size: .9em;
    margin: 0;
  }

  .footer-notice-sp-list__txt {
    padding: 10px 20px;
    display: block;
  }

  .footer-notice-sp-list__txt:hover,
  .footer-notice-sp-list__txt:focus {
    text-decoration: none;
    color: #999;
  }

  .footer-notice-sp-inquiry {
    padding: 40px 0 20px;
    background: <{$key_color}>;
    color: #fff;
  }

  .footer-notice-sp-inquiry-list {
    padding: 0 20px;
    margin: 0;
  }

  .footer-notice-sp-inquiry-list__name {
    margin-bottom: 5px;
    font-size: 1em;
  }

  .footer-notice-sp-inquiry-list__unit {
    margin: 0 0 20px;
    font-size: .9em;
  }

  .inquiry-sp-list__name {
    margin-bottom: 5px;
    font-size: 1em;
    font-weight: bold;
  }

  .inquiry-sp-list__img {
    border: 2px solid #fff;
  }

  .footer-social__section {
    text-align: center;
    padding-top: 20px;
  }

  .footer-nav-list {
    margin: 0;
    padding: 0 0 20px;
    text-align: left;
    font-size: .9em;
    line-height: 1.8;
    border-bottom: 2px solid #333;
  }

  .footer-nav__section {
    padding: 20px 0;
  }

  .footer-copylight__section {
    text-align: left;
    font-size: .8em;
  }

  /*
   * product lst & seach
   */

  .breadcrumb-list {
    padding: 0 20px 5px;
  }

  .freespace__section {
    padding: 0 0;
  }

  .productlist-sort__section {
    padding: 0 20px;
  }

  .productlist-sort-list {
    float: left;
    margin: 0;
  }

  .productlist-sort-totalnumber {
    float: right;
    margin: 0;
    padding-right: 5px;
  }

  .productlist-sort-totalnumber span {
    padding: 0 5px;
  }

  .subcategory-list {
    padding: 0 20px;
  }

  .pagenation-sp__section {
    text-align: center;
    padding: 20px 0;
  }

  .pagenation-sp-list {
    margin: 0;
  }

  .pagenation-sp-list__unit {
    display: inline;
    margin: 0 5px;
  }

  .pagenation-sp-info {
    padding: 10px 0;
  }

  .pagenation-sp-info span {
    padding: :5px 0;
  }

  .btn-pn {
    padding: 10px 20px;
    border: 2px solid #333;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #333;
    color: #fff;
    font-size: 1em;
  }

  .btn-pn:hover,
  .btn-pn:focus {
    border: 2px solid #777;
    background-color: #777;
    color: #fff;
  }

  .btn-pn.disabled,
  .btn-pn[disabled] {
    border: 2px solid #ccc;
    color: #cecece;
    background-color: #fff;
  }

  /*
   * product
   */

  .product__section {
    padding: 0 20px;
  }

  .product-order-box-wrap {
    padding-top: 50px;
    margin-top: -30px
  }

  .product-order-box {
    margin-top: 0;
  }

  .product-related-list__unit {
    display: block;
    margin-bottom: 5px;
  }

  .product-social-list__unit {
    display: block;
    margin-bottom: 5px;
  }

  .product-review {
    padding: 0 20px;
  }

  /*
   * sk & privacy
   */

  .notice-box {
    padding-top: 50px;
    margin-top: -10px
  }

  .notice-box:first-child {
    padding-top: 0;
    margin-top: 0;
  }

  .privacy-par {
    padding: 0 20px;
  }

  /*
   * common
   */

  .section-title-h2 {
    padding: 15px 20px;
  }

  .product-list {
    padding: 0 20px;
  }

  .notice-list {
    padding: 0 20px;
  }

  .paragraph-item {
    margin-bottom: 20px;
    padding: 0 20px;
  }

}
@media  (max-width: 768px) {
  .container {
    width: auto;
  }


   .tb01 {
    width: 100%;

  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 90%;
    border-bottom:none;
  }

.section-title-h2 {
    display: none;
}


@media only screen and (max-width: 480px){
   html{
     font-size: 10px;
 }

/*
 * icons
 */


@media (max-width: 768px) {
  html{
    font-size: 10px;
 }
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/79/icon24_2x_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/79/icon24_2x_w.png);
  }
}

/* iframe */

#wrap-iframe {
	display: none;
    position: fixed;
    width: 326px;
    height: 164px;
    bottom: 1rem;
    left: 0.7rem;

}

.button-iframe {
	position: relative;
    height: 164px;
}

.iframe-button-close {
	position: absolute;
    top: 8.5%;
    z-index: 10;
    right: 7%;
	animation-name: fadein;
    animation-duration: 3s;
}
