@charset "UTF-8";
body {
  padding-top: 10px !important;
  background-color: #fff;
  background-image: url();
  color: #464e54;
  font-family: 'Noto Sans Japanese', sans-serif !important;
  font-weight: 200;
}
a {
  color: #65949F;
}
a:hover {
  color: #5e5e5e;
}
a:hover {
  text-decoration: none !important;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70); /* IE lt 8 */
  -ms-filter: "alpha(opacity=70)"; /* IE 8 */
}
a {
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
#product .col, #product, #product .together-block ul li a {}
/*
     * layout
     */
#wrapper {
  max-width: 1000px;
}
/*
     * contents
     */
#contents {
  float: right; /*padding-right: 30px;*/
  /*float: right;
      padding-left: 30px;*/
}
#contents .topicpath-nav {
  margin-bottom: 5px;
}
#contents .topicpath-nav li {
  padding: 0;
}
#contents .topicpath-nav a {
  margin-left: 5px;
}
/*
     * side
     */
body #side {
  font-size: 12px;
}
#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}
/*
     * temp
     */
/* font */
.txt_l {
  text-align: left;
}
.txt_c {
  text-align: center;
}
.txt_r {
  text-align: right;
}
.txt_fwn {
  font-weight: normal;
}
.txt_fwb {
  font-weight: bold;
}
.txt_fw100 {
  font-weight: 100;
}
.txt_fw200 {
  font-weight: 200;
}
.txt_fw300 {
  font-weight: 300;
}
.txt_fw400 {
  font-weight: 400;
}
.txt_fw500 {
  font-weight: 500;
}
.txt_fw600 {
  font-weight: 600;
}
.txt_fw700 {
  font-weight: 700;
}
.txt_fw800 {
  font-weight: 800;
}
.txt_fw900 {
  font-weight: 900;
}
.txt_10 {
  font-size: 10px;
}
.txt_12 {
  font-size: 12px;
}
.txt_14 {
  font-size: 14px;
}
.txt_16 {
  font-size: 16px;
}
.txt_18 {
  font-size: 18px;
}
.txt_20 {
  font-size: 20px;
}
.txt_24 {
  font-size: 24px;
}
.txt_28 {
  font-size: 28px;
}
.txt_c_333 {
  color: #262626;
}
.txt_c_ccc {
  color: #ccc;
}
.txt_c_nblue {
  color: #5E8C98;
}
.txt_c_gold {
  color: #9B9A77;
}
/* background */
.bgc_gray {
  background-color: #f1f1f1;
}
/* margin */
.mar_auto {
  margin: 0 auto;
}
.mar_0 {
  margin: 0;
}
.mar_t_0 {
  margin-top: 0;
}
.mar_r_0 {
  margin-right: 0;
}
.mar_b_0 {
  margin-bottom: 0;
}
.mar_l_0 {
  margin-left: 0;
}
.mar_5 {
  margin: 5px;
}
.mar_t_5 {
  margin-top: 5px;
}
.mar_r_5 {
  margin-right: 5px;
}
.mar_b_5 {
  margin-bottom: 5px;
}
.mar_l_5 {
  margin-left: 5px;
}
.mar_t_10 {
  margin-top: 10px;
}
.mar_r_10 {
  margin-right: 10px;
}
.mar_b_10 {
  margin-bottom: 10px;
}
.mar_l_10 {
  margin-left: 10px;
}
.mar_t_20 {
  margin-top: 20px;
}
.mar_r_20 {
  margin-right: 20px;
}
.mar_b_20 {
  margin-bottom: 20px;
}
.mar_l_20 {
  margin-left: 20px;
}
.mar_t_30 {
  margin-top: 30px;
}
.mar_r_30 {
  margin-right: 30px;
}
.mar_b_30 {
  margin-bottom: 30px;
}
.mar_l_30 {
  margin-left: 30px;
}
.mar_t_40 {
  margin-top: 40px;
}
.mar_r_40 {
  margin-right: 40px;
}
.mar_b_40 {
  margin-bottom: 40px;
}
.mar_l_40 {
  margin-left: 40px;
}
.mar_t_50 {
  margin-top: 50px;
}
.mar_r_50 {
  margin-right: 50px;
}
.mar_b_50 {
  margin-bottom: 50px;
}
.mar_l_50 {
  margin-left: 50px;
}
.mar_b_100 {
  margin-bottom: 100px;
}
/* padding */
.pad_v_10 {
  padding: 10px 0;
}
.pad_v_20 {
  padding: 20px 0;
}
.pad_v_30 {
  padding: 30px 0;
}
.pad_0 {
  padding: 0;
}
.pad_t_0 {
  padding-top: 0;
}
.pad_r_0 {
  padding-right: 0;
}
.pad_b_0 {
  padding-bottom: 0;
}
.pad_l_0 {
  padding-left: 0;
}
.pad_5 {
  padding: 5px;
}
.pad_t_5 {
  padding-top: 5px;
}
.pad_r_5 {
  padding-right: 5px;
}
.pad_b_5 {
  padding-bottom: 5px;
}
.pad_l_5 {
  padding-left: 5px;
}
.pad_10 {
  padding: 10px;
}
.pad_t_10 {
  padding-top: 10px;
}
.pad_r_10 {
  padding-right: 10px;
}
.pad_b_10 {
  padding-bottom: 10px;
}
.pad_l_10 {
  padding-left: 10px;
}
.pad_20 {
  padding: 20px;
}
.pad_t_20 {
  padding-top: 20px;
}
.pad_r_20 {
  padding-right: 20px;
}
.pad_b_20 {
  padding-bottom: 20px;
}
.pad_l_20 {
  padding-left: 20px;
}
.pad_l_25 {
  padding-left: 25px;
}
.pad_30 {
  padding: 30px
}
.pad_t_30 {
  padding-top: 30px;
}
.pad_r_30 {
  padding-right: 30px;
}
.pad_b_30 {
  padding-bottom: 30px;
}
.pad_l_30 {
  padding-left: 30px;
}
.pad_40 {
  padding: 40px
}
.pad_t_40 {
  padding-top: 40px;
}
.pad_r_40 {
  padding-right: 40px;
}
.pad_b_40 {
  padding-bottom: 40px;
}
.pad_l_40 {
  padding-left: 40px;
}
.pad_50 {
  padding: 50px
}
.pad_t_50 {
  padding-top: 50px;
}
.pad_r_50 {
  padding-right: 50px;
}
.pad_b_50 {
  padding-bottom: 50px;
}
.pad_l_50 {
  padding-left: 50px;
}
.pad_60 {
  padding: 60px
}
.pad_t_60 {
  padding-top: 60px;
}
.pad_r_60 {
  padding-right: 60px;
}
.pad_b_60 {
  padding-bottom: 60px;
}
.pad_l_60 {
  padding-left: 60px;
}
/* border */
.bor_t_1 {
  border-top: 1px solid #eee;
}
.bor_r_1 {
  border-right: 1px solid #eee;
}
.bor_b_1 {
  border-bottom: 1px solid #eee;
}
.bor_l_1 {
  border-left: 1px solid #eee;
}
/* vertical align */
.va-10 {
  vertical-align: -10%;
}
.va-20 {
  vertical-align: -20%;
}
.va-30 {
  vertical-align: -30%;
}
.va-35 {
  vertical-align: -35%;
}
.va-40 {
  vertical-align: -40%;
}
@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp, #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    /*padding-left: 0;*/
  }
}
@media (max-width: 480px) {
  /* ~480px */
}
/*
     * icons
     */
.icon-user {
  background-position: -208px 0px;
}
.icon-lg-b.icon-user {
  background-position: -312px 0px;
}
.icon-adduser {
  background-position: -240px 0px;
}
.icon-lg-b.icon-adduser {
  background-position: -360px 0px;
}
.icon-login {
  background-position: -48px -80px;
}
.icon-lg-b.icon-login {
  background-position: -72px -120px;
}
.icon-logout {
  background-position: -32px -80px;
}
.icon-lg-b.icon-logout {
  background-position: -48px -120px;
}
.icon-home {
  background-position: -176px -16px;
}
.icon-lg-b.icon-home {
  background-position: -264px -24px;
}
.icon-mail {
  background-position: -64px 0px;
}
.icon-lg-b.icon-mail {
  background-position: -96px 0px;
}
.icon-pencil {
  background-position: -96px 0px;
}
.icon-lg-b.icon-pencil {
  background-position: -144px 0px;
}
.icon-help {
  background-position: -272px -80px;
}
.icon-lg-b.icon-help {
  background-position: -408px -120px;
}
.icon-cart {
  background-position: -176px -64px;
}
.icon-lg-b.icon-cart {
  background-position: -264px -96px;
}
.icon-search {
  background-position: -208px -16px;
}
.icon-lg-b.icon-search {
  background-position: -312px -24px;
}
.icon-chevron_up {
  background-position: -0px -144px;
}
.icon-lg-b.icon-chevron_up {
  background-position: -0px -216px;
}
.icon-chevron_down {
  background-position: -352px -128px;
}
.icon-lg-b.icon-chevron_down {
  background-position: -528px -192px;
}
.icon-b, .icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b, .icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png);
}
.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png);
}
.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
}
.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b, .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }
  .icon-lg-b, .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png);
  }
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }
  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}
@media (max-width: 768px) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
  }
}
@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 {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}
/*カスタマイズ*/
@media (max-width: 480px) {
  body {
    padding-top: 60px !important;
  }
  #header .col-xs-12 {
    text-align: center;
  }
}
.navbar-default {
  border: none !important;
  background-color: #5E8C98 !important;
}
.navbar-default .navbar-toggle {
  background-color: #5E8C98 !important;
  border: none;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff !important;
}
#header #h-navi li {
  margin-left: 10px;
}
#header #h-navi li img {
  height: 18px;
  width: auto;
}
/* パンクズリスト */
#bcrumb {
  margin-bottom: 0px; /*font-weight:400;*/
}
#bcrumb ul {
  margin-bottom: 5px;
}
#bcrumb ul li {
  padding-left: 0px;
  padding-right: 0px;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
}
.sb-slidebar {
  background-color: #fff !important;
}
/* トップ画像 */
#slider img {
  border-radius: 6px; /* CSS3草案 */
  -webkit-border-radius: 6px; /* Safari,Google Chrome用 */
  -moz-border-radius: 6px; /* Firefox用 */
}
.bx-wrapper .bx-viewport {
  border: none !important;
}
/* メイン部分 */
#contents ul.unstyled {
  margin-left: -15px !important;
}
#contents ul.unstyled.mar_l_0 {
  margin-left: 0px !important;
}
#contents ul.unstyled.mar_5_0 {
  margin-5ight: 0px !important;
}
/* サイドメニュー */
#side h3 {
  margin-bottom: 2px;
}
#side ul.category-sub li a {
  color: #999999 !important;
}
#side ul.category-sub li a:hover {
  color: #cccccc !important;
}
.sb-slidebar #btn_search, #side #btn_search {
  background-color: #fff;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#footer {
  background-color: #f6f6f6;
  text-align: left;
  font-size: 12px;
  padding-bottom: 20px;
  border-radius: 6px; /* CSS3草案 */
  -webkit-border-radius: 6px; /* Safari,Google Chrome用 */
  -moz-border-radius: 6px; /* Firefox用 */
}
#footer.row {
  margin-left: 0;
  margin-right: 0;
}
#footer ul {
  margin-left: 0;
  list-style: none;
}
#footer ul li {
  border-bottom: 1px solid #dbdbdb;
  padding: 6px 2px;
}
#footer2 address {
  font-size: 10px;
  text-align: center;
}
#product input {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #5E8C98 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc !important;
}
/* カラーミーキットの変更 */
select, textarea, [type="text"], [type="password"], [type="datetime"], [type="datetime-local"], [type="date"], [type="month"], [type="time"], [type="week"], [type="number"], [type="email"], [type="url"], [type="search"], [type="tel"], [type="color"], .uneditable-input {
  display: inline-block;
  padding: 4px 6px;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: inherit;
  vertical-align: middle;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
.table-bordered {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-collapse: collapse;
}
.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
}
.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
}
.table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
}
.table-bordered thead:last-child tr:last-child > th:last-child, .table-bordered tbody:last-child tr:last-child > td:last-child, .table-bordered tbody:last-child tr:last-child > th:last-child, .table-bordered tfoot:last-child tr:last-child > td:last-child, .table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
}
.table-bordered caption + thead tr:first-child th:first-child, .table-bordered caption + tbody tr:first-child td:first-child, .table-bordered colgroup + thead tr:first-child th:first-child, .table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
}
.table-bordered caption + thead tr:first-child th:last-child, .table-bordered caption + tbody tr:first-child td:last-child, .table-bordered colgroup + thead tr:first-child th:last-child, .table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd !important;
}
.freepage .col {
  text-align: center;
}
.btn_nblue {
  background-color: #65949f;
  color: #fff !important;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.btn_nblue:hover {
  background-color: #65949f;
  color: #fff !important;
  text-decoration: none !important;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70); /* IE lt 8 */
  -ms-filter: "alpha(opacity=70)"; /* IE 8 */
}
@media (min-width: 481px) {
  .freepage {
    line-height: 1.8;
  }
  .freepage .c_check {
    line-height: 1.5;
  }
}
.freepage img {
  /*width:100%;
    	height:auto;*/
}
.freepage h1 {
  font-size: 180%;
  font-weight: 400;
  color: #5E8C98;
}
.freepage h2 {
  font-size: 150%;
  font-weight: 400;
}
.freepage h3 {
  font-size: 120%;
  font-weight: 400;
}
.freepage h4, .freepage h5 {
  font-size: 110%;
  font-weight: 400;
}
.title_bluebox {
  background-color: #5E8C98;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  border-radius: 15px;
  vertical-align: middle;
  text-align: center;
  margin-top: 0px;
  font-weight: 100 !important;
  line-height: 180% !important;
}
.title_graybox {
  background-color: #ccc;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  border-radius: 15px;
  vertical-align: middle;
  text-align: center;
  margin-top: 0px;
  font-weight: 100 !important;
  line-height: 180% !important;
}
#bcrumb .new_mark_img1 {
  display: none !important;
}
.new_mark_img1 {
  margin-right: 5px !important;
  vertical-align: 0px;
  height: 13px !important;
}
/* add */
#contents h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}
img {
  border-radius: 4px;
}
h2 img, #h-navi img {
  border-radius: 0px;
}
.topicpath-nav {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
/*body #side {margin-top: 2em;}*/
h1.h1ca {
  font-size: 11px !important;
  color: #aaa !important;
  text-indent: 1em;
  width: 994px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  h1.h1ca {
    width: 745px !important
  }
}
ul.row.unstyled li:nth-child(4n+1) {
  display: block;
  clear: left;
}
@media (max-width: 768px) {
  ul.row.unstyled li:nth-child(2n+1) {
    display: block;
    clear: left;
  }
}
.saikin li:nth-child(4n+1) {
  clear: inherit !important;
}
@media (max-width: 768px) {
  h1.h1ca {
    display: none
  }
  .saikin li:nth-child(2n+1) {
    display: block;
    clear: inherit !important;
  }
  .saikin li:nth-child(3n+1) {
    display: block;
    clear: left;
  }
}
@media (min-width: 478px) {
  /*add0225*/
  #footer ul li {
    width: 50%;
  }
  #footer ul {
    display: flex;
    flex-wrap: wrap;
  }
}
img {
  max-width: 100%;
  max-height: auto;
}
.main__contents img {
  border-radius: 0px;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
a {
  text-decoration: none;
}
header li {
  list-style: none;
}
</style > <style type="text/css" > .input-prepend.input-append input {
  /*font-size: 24px;
      padding-top: 11px;
      padding-bottom: 11px;*/
  width: 100px;
  text-align: right;
}
.stock_error {
  display: block !important;
  background: red;
  color: #fff;
  text-align: center;
}
@media (min-width: 481px) {
  .product-image {
    padding: 30px 15px 15px;
    margin: 0px;
    background-color: #f6f6f6;
    border-radius: 6px; /* CSS3草案 */
    -webkit-border-radius: 6px; /* Safari,Google Chrome用 */
    -moz-border-radius: 6px; /* Firefox用 */
    /*
    	  padding: 0;
    	  margin: 0 0 35px;
    	  */
  }
  .product-image.row {
    margin: 0;
  }
}
@media (max-width: 480px) {
  /* デバイスサイズ 480px以下に適用 */
  .product-image {
    padding: 0;
    margin: 0 0 15px;
  }
}
.product-image-main {
  margin: 0 0 15px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 769px) {
  .product-image-main img.mainImage {
    width: 500px;
    height: auto;
  }
}
.product-image-thumb {
  padding: 0;
}
@media (min-width: 769px) {
  .product-image-thumb .custom-thumb.prd-lst {
    max-width: 530px;
    margin: 0 auto;
    padding-left: 15px;
  }
  .product-image-thumb li {
    padding: 0 15px 0 0;
    cursor: pointer;
    margin: 0 0 15px;
  }
}
@media (max-width: 768px) {
  .product-image-thumb .custom-thumb.prd-lst {}
  .product-image-thumb li {
    padding: 0 2.2% 0 0;
    cursor: pointer;
    margin: 0 0 15px;
  }
}
.product-image-thumb img {
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.custom-thumb {
  margin-right: -2.6%;
}
.prduct-option select {
  width: auto;
}
.input-prepend.input-append .btn {
  padding: 3px 12px;
}
.btn.btn-lg.btn-addcart {
  width: 100%;
  background-color: #65949f;
  color: #fff;
}
.btn.btn-lg.btn-addcart:hover {
  text-decoration: none !important;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70); /* IE lt 8 */
  -ms-filter: "alpha(opacity=70)"; /* IE 8 */
}
.btn.btn-lg.btn-addcart {
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.producth2 {
  font-size: 14px !important;
  font-weight: normal !important;
  margin-top: 4em !important;
}
.producttable1 {
  display: block;
}
.producttable1 tbody {
  width: 100%
}
.producttable1 tbody tr {
  display: block;
  border-bottom: 1px solid #eee;
}
.producttable1 tbody tr th {
  font-weight: normal;
  width: 200px;
  padding: 8px 0;
  vertical-align: top;
  border: none;
}
.producttable1 tbody tr td {
  width: 500px;
  padding: 8px 0;
}
@media (max-width: 481px) {
  .producttable1 tbody tr {
    display: block;
    border: none;
  }
  .producttable1 tbody tr th {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #eee;
  }
  .producttable1 tbody tr td {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #product h2.product_name img {
    width: 62px !important;
    top: 0px;
    left: 0;
    height: 25px !important;
    margin-bottom: 10px !important;
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  #product h2.product_name img {
    width: 49px !important;
    top: 0px;
    left: 0;
    height: 25px !important;
    margin-bottom: 5px !important;
    display: block !important;
  }
}
.product__fav-item {
  margin-top: 3px;
  margin-bottom: 3px;
  right: 0;
  top: 0;
}
.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #777;
  border: 0;
  outline: none;
  background: transparent;
  display: flex;
  align-items: center;
}
.product__fav-item button svg {
  color: #999;
  margin-right: 5px;
  margin-top: 3px;
}
.product__fav-item .fav-items {
  color: #ff7373;
}
.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
}
.product__fav-item .fav-items svg {
  color: #ff7373;
}
.product__inq img {
  width: 20px;
  border-radius: 0;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .c_check ul.saikin .new_mark_img1 {
    position: inherit;
    width: 16% !important;
    height: auto !important;
    border-radius: 8px 0 0 0;
    display: block !important;
    margin-bottom: 5px !important;
    min-width: 40px;
  }
  /*product-info*/
  .product-info {
    max-width: 908px;
    margin: auto;
    width: 90%;
    margin-top: 40px;
    font-size: 15px;
    line-height: 1.7;
    font-feature-settings: "palt";
    text-align: justify;
  }
  .product-info h2 {
    font-size: 20px !important;
    margin-top: 33px !important;
    padding-bottom: 0;
    margin-bottom: 4px;
    border-bottom: none;
    font-weight: bold !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
  }
    .product-info a{
        text-decoration: underline;
    }
  .product-info table {
    border-top: 1px solid #eee;
    /* display: table;*/
    display: flex;
  }
  .product-info table tbody tr {
    width: 100%;
  }
  .product-info table tbody th {
    border-right: 1px solid #eee;
    font-weight: bold;
    vertical-align: middle;
    min-width: 145px;
    width: 16%;
  }
  .product-info table tbody td {
    padding: 24px 0 24px 55px;
    width: 84%;
  }
}
@media screen and (max-width: 767px) {
  .c_check ul.saikin .new_mark_img1 {
    position: inherit;
    min-width: 35px;
    width: 16% !important;
    height: auto !important;
    display: block !important;
    margin-bottom: 5px !important;
  }
  /*product-info*/
  .product-info {
    margin: auto;
    margin-top: 0;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.1px;
    font-feature-settings: "palt";
    text-align: justify;
  }
  .product-info h2 {
    font-size: 15px !important;
    margin-top: 30px !important;
    padding-bottom: 0;
    margin-bottom: 4px;
    border-bottom: none;
    font-weight: bold !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
  }
    .product-info a{
        text-decoration: underline;
    }
  .product-info tbody table {
    border-top: 1px solid #eee;
  }
  .product-info table tbody tr {
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .product-info table tbody th {
    border-right: 1px solid #eee;
    font-weight: bold;
    vertical-align: middle;
    width: 78px;
    display: table-cell;
    border-bottom: none;
    text-align: left;
  }
  .product-info table tbody td {
    padding: 15px 0 15px 13px;
    display: table-cell;
    width: auto;
    text-align: left;
  }
}
.col, #product, #product .together-block ul li a {
  color: #262626 !important;
}
/*detail.css*/
@media(min-width: 768px) {
  #contents {
    width: 100%;
  }
  #product .col-xs-1, #product .col-sm-1, #product .col-md-1, #product .col-lg-1, #product .col-xs-2, #product .col-sm-2, #product .col-md-2, #product .col-lg-2, #product .col-xs-3, #product .col-sm-3, #product .col-md-3, #product .col-lg-3, #product .col-xs-4, #product .col-sm-4, #product .col-md-4, #product .col-lg-4, #product .col-xs-5, #product .col-sm-5, #product .col-md-5, #product .col-lg-5, #product .col-xs-6, #product .col-sm-6, #product .col-md-6, #product .col-lg-6, #product .col-xs-7, #product .col-sm-7, #product .col-md-7, #product .col-lg-7, #product .col-xs-8, #product .col-sm-8, #product .col-md-8, #product .col-lg-8, #product .col-xs-9, #product .col-sm-9, #product .col-md-9, #product .col-lg-9, #product .col-xs-10, #product .col-sm-10, #product .col-md-10, #product .col-lg-10, #product .col-xs-11, #product .col-sm-11, #product .col-md-11, #product .col-lg-11, #product .col-xs-12, #product .col-sm-12, #product .col-md-12, #product .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  #product {
    color: #262626;
  }
  #product > form {
    display: flex;
    align-items: flex-start;
      margin-bottom: 60px;
  }
  #product .product-image.row {
    width: 57.6%;
    margin-right: 3.8%;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
  }
  #product .product-image.row::before, #product .product-image.row::after {
    display: none;
  }
  #product .product-txt.row {
    width: 38.5%;
  }
  #product h2.product_name {
    position: relative;
    font-size: 18px;
    letter-spacing: 0.5px;
    border-bottom: none;
    margin-bottom: 0;
    font-weight: 400;
    margin-top: 28px;
    line-height: 1.4;
  }
  #product h2.product_name img {
    position: relative;
    margin-bottom: 20px;
  }
  #product .product-txt-price {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 33px;
  }
  #product .product-image.row .product-image-main {
    padding: 0;
    width: 74%;
    margin-right: 2%;
  }
  #product .product-image.row .product-image-main img.mainImage {
    width: 100%;
  }
  #product .product-image-thumb {
    padding: 0;
    width: 24%;
  }
  .product-image-thumb .custom-thumb.prd-lst {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    max-height: 532px;
    flex-wrap: wrap;
    min-height: 426px;
  }
  .product-image-thumb li {
    width: 47%;
    padding: 0;
    float: none;
    margin: 0;
  }
  .product-image-thumb li:not(:nth-of-type(n+6)) {
    margin-right: 6.6%;
  }
  .product-image-thumb li:not(:nth-of-type(5n)) {
    margin-bottom: 6%;
  }
  #product .product-txt .table, #product .product-txt .table tr, #product .product-txt .table th, #product .product-txt .table td {
    border: none !important;
    font-size: 15px;
    font-weight: 400;
  }
  #product .product-txt .table {
    margin-bottom: 23px;
  }
  #product .product-txt .table tr:not(:last-of-type) {
    border-bottom: 1px solid #ddd !important;
  }
  #product .product-txt .table th {
    border-right: 1px solid #ddd !important;
    padding: 0;
    line-height: 76px;
    width: 23%;
  }
  #product .product-txt .table td {
    padding: 19px 0px 19px 33px;
    line-height: 38px;
    width: 77%;
  }
  #product .product-txt select::-ms-expand {
    display: none;
  }
  #product .product-txt select {
    width: 85%;
    padding-bottom: 0;
    padding-top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("https://file002.shop-pro.jp/PA01341/941/img/common/product-txt-arrow.svg");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: right 5px center;
    line-height: 30px;
  }
  #product .product-txt .table td input {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    width: 45px;
  }
  #product .product-txt .input-prepend.input-append .btn {
    background-color: transparent;
  }
  #product .product-txt .table td .input-append, #product .product-txt .table td .input-prepend {
    margin-bottom: 0;
    position: relative;
    padding-right: 35px;
  }
  #product .product-txt .table td .input-append .btn {
    position: absolute;
    right: 0;
  }
  #product .product-txt .table td .input-append .btn-up {
    top: -4px;
  }
  #product .product-txt .table td .input-append .btn-down {
    bottom: -4px;
  }
  #product .product__fav-item {
    position: relative;
  }
  #product .btn.btn-lg.btn-addcart {
    background-color: #9CB9C9;
    border-radius: 0;
  }
  #contents #product ul.unstyled.mar_l_0 {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 10px;
  }
    #contents #product .together-block ul.unstyled.mar_l_0 {
    display: flex;
      justify-content: center;
  }
  #contents #product ul.unstyled.mar_l_0 li {
    margin-bottom: 5px;
    margin-top: 0;
  }
  /*関連商品*/
  #product .together-block {
    margin-top: 150px;
  }
  #product .together-block h2 {
    font-size: 1.4rem;
    letter-spacing: 0.6rem;
    margin-bottom: 30px;
    text-align: center;
    color: #729BB2 !important;
    font-weight: 400;
    border-bottom: none;
  }
  #product .together-block h2 span {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 5px;
  }
  #product .together-block ul {
    /*display: flex;*/
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #product .together-block ul li {
    width: 23%;
    text-align: left;
    letter-spacing: 0;
    font-size: 14px;
    margin-bottom: 85px !important;
  }
  #product .together-block ul li:not(:nth-of-type(4n)) {
    margin-right: 2.66%;
  }
  #product .together-block ul li:nth-of-type(n+5) {
    display: none;
  }
  #product .together-block ul li a {
    color: #262626;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #product .col-xs-1, #product .col-sm-1, #product .col-md-1, #product .col-lg-1, #product .col-xs-2, #product .col-sm-2, #product .col-md-2, #product .col-lg-2, #product .col-xs-3, #product .col-sm-3, #product .col-md-3, #product .col-lg-3, #product .col-xs-4, #product .col-sm-4, #product .col-md-4, #product .col-lg-4, #product .col-xs-5, #product .col-sm-5, #product .col-md-5, #product .col-lg-5, #product .col-xs-6, #product .col-sm-6, #product .col-md-6, #product .col-lg-6, #product .col-xs-7, #product .col-sm-7, #product .col-md-7, #product .col-lg-7, #product .col-xs-8, #product .col-sm-8, #product .col-md-8, #product .col-lg-8, #product .col-xs-9, #product .col-sm-9, #product .col-md-9, #product .col-lg-9, #product .col-xs-10, #product .col-sm-10, #product .col-md-10, #product .col-lg-10, #product .col-xs-11, #product .col-sm-11, #product .col-md-11, #product .col-lg-11, #product .col-xs-12, #product .col-sm-12, #product .col-md-12, #product .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  #contents {
    position: relative;
    min-height: 1px;
    padding-left: 21px;
    padding-right: 21px;
  }
  #product {
    color: #262626;
  }
  #product > form {
    margin-bottom: 5px;
  }
  #product .product-image.row {
    margin: 0;
  }
  #product .product-image.row::before, #product .product-image.row::after {}
  #product .product-txt.row {
    margin: 0 auto;
  }
  #product h2.product_name {
    position: relative;
    font-size: 18px;
    letter-spacing: 0.5px;
    border-bottom: none;
    margin-bottom: 0;
    font-weight: 400;
    margin-top: 20px;
    line-height: 1.4;
  }
  #product h2.product_name img {
    position: relative;
    display: block;
    margin-bottom: 15px;
  }
  #product .product-txt-price {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 33px;
  }
  #product .product-image.row .product-image-main {
    margin-bottom: 10px;
    height: 100%;
    min-height: 278px;
  }
  #product .product-image.row .product-image-main img {
    width: 100%;
  }
  #product .product-image-thumb {}
  .product-image-thumb .custom-thumb.prd-lst {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .product-image-thumb li {
    width: 18%;
    margin-bottom: 7px;
  }
  .product-image-thumb li:not(:nth-of-type(5n)) {
    margin-right: 2.5%;
  }
  #product .product-txt .table, #product .product-txt .table tr, #product .product-txt .table th, #product .product-txt .table td {
    border: none !important;
    font-size: 13px;
    font-weight: 400;
  }
  #product .product-txt .table {
    margin-bottom: 30px;
  }
  #product .product-txt .table tr:not(:last-of-type) {
    border-bottom: 1px solid #ddd !important;
  }
  #product .product-txt .table th {
    border-right: 1px solid #ddd !important;
    padding: 0;
    line-height: 55px;
    width: 78px;
  }
  #product .product-txt .table td {
    padding: 15px 0px 15px 23px;
    line-height: 21px;
    width: auto;
    vertical-align: middle;
  }
  #product .product-txt select::-ms-expand {
    display: none;
  }
  #product .product-txt select {
    width: 85%;
    padding-bottom: 0;
    padding-top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("https://file002.shop-pro.jp/PA01341/941/img/common/product-txt-arrow.svg");
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: right 5px center;
    line-height: 26px;
  }
  #product .product-txt .table td input {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    width: 30px;
    line-height: 26px;
    -webkit-appearance: none;
  }
  #product .product-txt .input-prepend.input-append .btn {
    background-color: transparent;
  }
  #product .product-txt .table td .input-append, #product .product-txt .table td .input-prepend {
    margin-bottom: 0;
    position: relative;
    padding-right: 35px;
  }
  #product .product-txt .table td .input-append .btn {
    position: absolute;
    right: 0;
  }
  #product .product-txt .table td .input-append .btn-up {
    top: -11px;
  }
  #product .product-txt .table td .input-append .btn-down {
    bottom: -15px;
  }
  #product .product__fav-item {
    position: relative;
  }
  #product .btn.btn-lg.btn-addcart {
    background-color: #9CB9C9;
    border-radius: 0;
  }
  #contents #product ul.unstyled.mar_l_0 {
    font-size: 12px;
    line-height: 1.7;
    margin-top: 10px;
  }
    #contents #product .together-block ul.unstyled.mar_l_0 {
    display: flex;
      justify-content: center;
  }
  /*関連商品*/
  #product .together-block {
    margin-top: 90px;
  }
  #product .together-block h2 {
    font-size: 1.25rem;
    letter-spacing: 0.6rem;
    margin-bottom: 27px;
    text-align: center;
    color: #729BB2 !important;
    font-weight: 400;
    border-bottom: none;
  }
  #product .together-block h2 span {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 3px;
  }
  #product .together-block ul {
    /*display: flex;*/
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #product .together-block ul li {
    width: 31%;
    text-align: left;
    letter-spacing: 0;
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  #product .together-block ul li:not(:nth-of-type(3n)) {
    margin-right: 3.5%;
  }
  #product .together-block ul li a {
    color: #262626;
    text-align: left;
          display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #bcrumb {
    padding-top: 8px !important;
  }
}