@charset "euc-jp";
/* bxSlider関連 */
.col-lg-thumbs {
width:33%;
}



h2 {
    margin: 100px 0 20px !important;
}

div#container {
    margin: 120px 0 0 0;
}
span.t_stock_num {
    color: white;
    background: red;
    padding: 1px 10px;
}
.col-lg-spthumbs {/* width:20%; */}
.container-section {
  opacity: 0; 
  transition: opacity .3s linear;
  margin-bottom: 50px;
}
.bx-wrapper {
  margin: 0 !important;
}
.bx-wrapper img {
width:100%;}
ul.bxslider {
  margin-left: 0px !important;
      display: flex;
    align-items: center;
}

.bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
  background: transparent;
}

.custom-thumb li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  margin: 0;
  padding: 5px 5px 5px 0;
  display: flex;
  align-items: center;
}

.custom-thumb li a:hover {
  opacity: 0.7;
}

/* サムネイルactive時の枠を付ける */
.custom-thumb a {
  display: inline-block;
}

a.active {
  /* border: 1px solid #999; */
}


ul.bxslider li img {
    width: 582px; /* トリミング後の横幅 */
    height: 582px; /* 正方形の縦幅 */
    object-fit: cover; /* 画像を横幅に合わせてトリミング */
    object-position: center; /* 画像を中央に配置 */
}

ul.row.custom-thumb li.col-lg-2.col.thumb-unit img.thumb {
    width: 134.5px; /* トリミング後の横幅 */
    height: 134.5px; /* 正方形の縦幅 */
    object-fit: cover; /* 画像を横幅に合わせてトリミング */
    object-position: center; /* 画像を中央に配置 */
}


/*
.product-image {
  padding-bottom: 30px;
}
  .product-image-main {
    text-align: center;
  }
  .product-image-thumb li {
    margin-bottom: 20px;
    padding: 0 10px;
    cursor: pointer;
  }
  .product-image-thumb img {
    display: block;
    margin: 0 auto;
  }
 */
.product-order {
  margin: 110px 0 0;
  width: 100%;
}

div#prd-opt-table {
    display:  none;
    /* overflow-x: scroll; */ /* 横スクロールを有効にします */
    /* white-space: nowrap; */
     /* 境界線を表示 */
    margin: 0 0 0px 0;
}

.product-option-select div#prd-opt-table {
    display:  block;
}
  .product-option-table table {
    margin: 0 auto;
  }
  .product-option-table th,
  .product-option-table td {
    text-align: center;
  }
  .product-option-table td input[type="radio"] {
    margin-bottom: 5px;
  }
  .product-option-select {
    position: relative;
    overflow: hidden;
  }
    .product-option-select .product-option-wrapper {
      position: relative;
      left: 50%;
      float: left;
    }
    .product-option-select .product-option-unit {
      width: 300px;
      position: relative;
      left: -50%;
      float: left;
    }
    .product-option-select .product-option-unit div {
      padding: 0 20px;
    }
    .product-option-select .option-select-name {
      display: block;
      margin: .5em 0;
    }
.product-order-price {
  margin: 40px 0;
  color: #999;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
}

/* テーブル全体のスタイル */
#option_tbl {
    border-collapse: collapse; /* セルの境界線を1本の線に結合 */
    table-layout: auto; /* 各セルの幅を内容に合わせる */
    border: 1px solid #ddd; /* テーブル全体の外枠の線 */
}

/* セルのスタイル */
#option_tbl th, #option_tbl td {
    border: 1px solid #ddd; /* 各セル間の境界線 */
    padding: 10px; /* セル内の余白 */
    text-align: center; /* テキストを中央揃え */
    vertical-align: middle; /* テキストの縦位置を中央揃え */
}

/* ヘッダーセルのスタイル */
#option_tbl th {
    /* background-color: #f2f2f2; */ /* ヘッダーの背景色 */
    font-weight: bold;
}

/* ラジオボタンと金額、在庫情報を横並びに整列 */
.cell_2 {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

/* 金額と在庫情報のスタイル */
.table_price {
    font-weight: bold;
    min-width: 80px; /* 金額の幅を固定して揃える */
}

.stock_zero {
    color: red;
    font-weight: bold;
}

.t_stock_num {
    background-color: red;
    color: white;
    padding: 2px 6px;
    font-weight: bold;
    border-radius: 3px;
}

/* 行の背景色を交互に */
#option_tbl tr:nth-child(even) {
    background-color: #f5f5f5;
}

#option_tbl tr:nth-child(odd) {
    background-color: #ffffff;
}


.cell_2 label {
    display: flex !important;
    align-items: center;
    gap: 10px;
    flex-grow: 1;
    justify-content: space-between;
    white-space: nowrap;
}


.product-order ul.inline.unstyled.product-order-price {
    font-size: 20px;
    color: red;
}

div#product table.table.product-order-spec th {
    text-align:  center;
    text-decoration: line-through;
    font-size: 20px;
    border: 0;
}

li.kaiinnsya {
    text-decoration: line-through;
    color: #abaaaa;
}

.product-order ul.inline.unstyled.product-order-price {
    margin: -20px 0 10px;
    color: black;
}
/* クラスが含まれる場合のスタイル */
.table.product-order-spec + .product-order .zeikomi {
  color: red; /* 赤い文字色に設定 */
}

/* クラスが含まれずに th 要素が存在する場合のスタイル */
.product-order .zeikomi {
  color: black; /* 黒い文字色に設定 */
  font-weight: bold;
}

.product-order-regular + .zeikomi {
    color: red;
}

ul.inline.unstyled.product-order-price {
    display: grid;
    width: 100%;
}

/* クラスが含まれずに th 要素が存在しない場合のスタイル */
.table.product-order-spec:not(:has(th)) + .product-order .zeikomi {
  /* color: black; */ /* 黒い文字色に設定 */
}

ul.product-order-price li.zeikomi:nth-child(2) {
    color: red;
}

  .product-order-price li {
    margin: 0 10px;
  }
  .product-order-regular {
    color: #abaaaa;
    text-decoration: line-through;
  }
  .product-order-discount {
    color: #ff0000;
  }
.product-order-input {
  margin: 20px 0 0;
  text-align: center;
  float:  none;
}
a.btn.btn-01.btn-lg.google-font {
 position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #31aa99; /* ボタン背景色 */
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    z-index: 9999;
    transition: background 0.3s ease;
}
a.btn.btn-01.btn-lg.google-font:hover {
    background: #a00000;
    color: #fff;
}
.product-order-input .col {
  display: block;
  float: none;
  margin: 0px auto 10px;
  width: 100%;
}
.product-order-num .btn {
  display: none;
  padding: 10px;
}
.product-unit {
  display: inline-block !important;
  padding-left: 20px;
  font-size: 24px;
  line-height: 40px;
  *display: inline !important;
  *zoom: 1;
}
.product-order-num .input-prepend {
  display: inline;
}
.product-order-num input {
  padding: 12px;
  width: 60px;
  text-align: right;
  font-size: 24px;
  line-height: 1;
}

#floatingSizeButton.fixed-size-select {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #31aa99; /* ボタン背景色 */
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    z-index: 9999;
    opacity: 0;
    transform: translateX(100%) translateY(20px); /* ← 横 + 下で「初期は右に消えてる」 */
    transition: opacity 0.4s ease, transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#floatingSizeButton.fixed-size-select.show {
    opacity: 1;
    transform: translateX(0) translateY(0); /* ← 横も Y もスライドイン！ */
}



.btn-addcart {
  line-height: 24px;
  /* border-radius: 10rem; */
  width: 100%;
  /* background-color: black; */
}
btn-01:hover, .btn-01:focus, .btn-01:active, .btn-01.active, .btn-01.disabled, .btn-01[disabled] {
    /* border: 1px solid #5e5e5e; */
    background-color: red;
    color: #fff;
    opacity: 1;
}
  .btn-addcart .icon-lg-w {
    float: left;
    *float: none;
  }
  .btn-addcart span {
    padding-left: 10px;
  }

.stock_error,
.product-member-sale-msg {
  margin: 20px 0;
  color: #d3473b;
  font-weight: bold;
  font-size: 16px;
}

.product-order-exp.clearfix h3 {
    text-align: left;
    margin: 10px auto 10px;
    font-size: 115%;
    letter-spacing: 1px;
}

.product-order-exp {
  padding: 0px 0 0;
  /* border-top: 1px solid #e7e7e7; */
  /* border-bottom: 1px solid #e7e7e7; */
  text-align:  center;
  margin: 0 auto;
  width: 80%;
}

.product-order-exp.clearfix p {
    margin: 0 auto;
    text-align: left;
    padding: 0 0px 20px 0px;
    line-height: 24px;
    letter-spacing: 0.7px;
}

.product-order-exp.clearfix ul li p {
    width: 100%;
    padding: 0;
    font-size: 100%;
}

.product-order-exp.clearfix ol {
    margin: 0 auto;
    text-align: left;
    padding: 0px 10px 14px 30px;
}

ig-embed#instagram-embed-0 {
    margin: 0 auto !important;
}
.product-order-exp.clearfix ul {
    text-align:  left;
    margin: 0px 0px 20px 20px;
    line-height: 21px;
    letter-spacing: 0.4px;
    padding: 0 0 0 15px;
}

.product-order-exp.clearfix h3 + ul {
    /* margin: -10px 0 20px 20px; */
}

.product-order-exp.clearfix p + ul {
    margin: -10px 0 20px 20px;
}

.product-order-exp.clearfix ol ul {padding: 0;}

.product-order-exp.clearfix ol li p + ul {
    margin: -5px 0px 20px 20px;
}

.product-order-exp.clearfix ul ul {
    display: block;
    margin: 10px 0px 0px 20px;
}
.product-order-exp.clearfix ul li {
    padding: 0 0px 10px 0px;
    line-height: 24px;
    letter-spacing: 0.7px;
}

.product-order-exp.clearfix h4 {
    text-align: left;
    display: block;
    margin: 0 auto;
    padding: 0px 0px 5px 0px;
    font-size: 110%;
}

.product-order-exp.clearfix ol li p {
    padding: 0 0 10px 0;
}

/* 特定のテーブルのスタイル */
.product-order-exp table {
    border-collapse: collapse;
    margin-top: 10px;
    font-size: 14px;
}

.product-order-exp table thead th {
    background-color: #f5f5f5;
    color: #333;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
}

.product-order-exp table tbody td {
    padding: 8px;
    border: 1px solid #ddd;
    text-align: center;
    color: #555;
}

/* 交互の行に背景色を設定 */
.product-order-exp table tbody tr:nth-child(even) {
    background-color: #f5f5f55c;
}


table {
    margin: 30px auto;
}
.product-order-exp.clearfix table th {
    padding:  5px;
    background:  #eee;
    border: 1px solid #fff;
    text-align: center;
}

.product-order-exp.clearfix table td {
    padding: 5px;
    border: 1px solid #eeeeee;
}
.product-order-spec {
  margin: 30px 0 0;
  /* border-bottom: 1px solid #e7e7e7; */
  font-size: 12px;
}
  .product-order-spec th {
    width: 30%;
    font-weight: normal;
  }
  .product-order-spec td {
    width: 70%;
  }
  .product-info-lst {
    text-align: center;
  }
    .product-info-lst li {
      display: inline;
      margin: 1em;
    }
    .product-info-lst .social-share {
      display: block;
    }
    .social-share a {
      margin: 1em;
    }

.text-titles,
.password-field-wrap {
  margin: 40px 0 0;
  text-align: center;
}
  .text-titles .col,
  .password-field-wrap .col {
    float: none;
  }
.text-titles-list__name,
.password-field-list__name {
  text-align: left;
  display: block;
  margin: .5em 0;
}
.text-titles-list__detail-text,
.password_field {
  width: 100%;
  height: 45px;
  padding: 13px;
  box-sizing: border-box;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.st1cky {
  position: sticky;
  top: 110px;
}
/* #container,#product,#wrapper {
  display: inline-block;
} */
@media (max-width: 768px) {
  .product-order-exp.clearfix {
    /* float: right; */
    /* padding: 0; */
    /* margin: 0; */
}

  ul.bxslider li img {
    width: 100%;
    height: 464px;
    object-fit: cover;
    object-position: center;
}

  li.col-lg-spthumbs.col.thumb-unit img.thumb {}

ul.row.custom-thumb li.col-lg-spthumbs.col.thumb-unit img.thumb {
    width: 64.86px; /* トリミング後の横幅 */
    height: 64.86px; /* 正方形の縦幅 */
    object-fit: cover; /* 画像を横幅に合わせてトリミング */
    object-position: center; /* 画像を中央に配置 */
}


.product-order-exp.clearfix p {
    margin: 0 auto;
    /* width: 100%; */
    text-align: left;
    padding: 0px 0px 20px 0px;
}

  .product-order-exp.clearfix ul li p {
    width: 100%;
    padding: 0;
    font-size: 100%;
}
  
  .pc {
  display: none;
}
.sp {
  display: block;
  margin: 0 0 30px 0px;
  width: 100%;
}
.st1cky {
  position: inherit;
    top: inherit;
}
  .product-image-main {
    margin-bottom: 20px;
  }
  .product-image-thumb li {
    /* width: 20%; */
  }
 .product-order-num .btn {
    display: inline-block;
  }
  .product-order-input [class*="col-sm-"] {
    display: block;
    float: left;
    margin-bottom: 30px;
  }
  .product-option-select {
    position: static;
    overflow: auto;
  }
    .product-option-select .product-option-wrapper {
      position: static;
      float: none;
    }
    .product-option-select .product-option-unit {
      position: static;
      float: none;
      margin-bottom: 1em;
      width: 100%;
    }
    .product-option-select .product-option-unit div {
      padding: 0;
    }
  .btn-addcart,
  .btn-quick {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .btn-addcart {
    /* padding-top: 1em; */
    /* padding-bottom: 1em; */
  }
    .btn-addcart .btn-wrap {
      margin: 0 auto;
      max-width: 170px;
      width: 100%;
      text-align: right;
    }
    .btn-addcart span {
      padding-left: 0;
      font-weight: bold;
      font-size: 90%;
      text-align: center;
      display: block;
    }
  .product-order-spec th {
    width: 40%;
  }
  .product-order-spec td {
    width: 60%;
  }
  .product-info-lst li {
    display: block;
    margin: 0;
  }
  .product-info-lst a {
    display: block;
    padding: .5em;
  }
  .social-share a {
    display: inline;
  }

  .text-titles,
  .password-field-wrap {
    margin: 20px 0 0;
  }
}
@media (max-width: 426px) {
  .product-order-exp.clearfix ol {
    padding: 0;
    margin: 0px 20px;
}
#floatingSizeButton.fixed-size-select {text-align: center;padding: 15px 0;}
  .product-order-exp.clearfix h4 {
    width: 100%;
}

      div#product .product-order-exp.clearfix h2 {
        text-align: left;
    }

  .product-order-exp.clearfix table td {
    padding: 5px;
    border: 1px solid #eee;
    text-align: center;
}

      .product-order-exp.clearfix p {
        margin: 0 auto;
        text-align: left;
        padding: 0px 0px 20px 0px;
    }

.product-order-exp.clearfix table {
    overflow-x: auto; /* Enable horizontal scroll */
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap; /* Prevent table cells from wrapping */
    display: block;
    width: 100%;
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap; /* Prevent wrapping */
    border-collapse: collapse;
}
  
  ul.bxslider li img {
    height: 377px;
}

  .product-order-exp.clearfix h3 {
    width: 100%;
}

.product-order-exp.clearfix ul {
}

  
  h2 {
    margin: 0px 0 20px !important;
}
  .grid_row {
    width: 100%;
}
  .product-order-exp {
    padding: 0px 0 0;
    /* border-top: 1px solid #e7e7e7; */
    /* border-bottom: 1px solid #e7e7e7; */
    text-align: left;
    margin: 0px 0 0 0;
    width: 100%;
}
  
  form {
    /* margin: 152px 0 0px 0px; */
}

  .custom-thumb li {

    width: 20%;
}

  .product-image-thumb li {
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .product-order {
    width: 100%;
  }
  ul.row {
    width: 100%;
}

.col-lg-4 {
    width: 100%;
}

li.col.col-sm−2.col-lg-6 {
    width: 19%;
}
}

.ie_wrapper .product-order-num .btn {
  display: none;
}


@media (max-width: 376px) {
      ul.bxslider li img {
        height: 328px;
    }
}

@media (max-width: 321px) {
      .product-order-exp.clearfix ol {
        width: 86%;
    }
      ul.bxslider li img {
        height: 273px;
    }
}