
@media (max-width: 768px) {
  #wrapper {
    background-color: #fff;
  }
  .product_contents {
    padding: 1em;
  }
}
.product-name {
  font-weight: normal;
  padding: 2em 0;
  border-bottom: solid 1px #ddd;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .product-name {
    font-size: 1.2em;
  }
}

/*icon*/
.icon-arrow-list {
  margin-right: 1em;
}

.icon-arrow-list .path {
  fill: rgba(0, 0, 0, 0);
  stroke: #333;
  stroke-width: 2px;
}

#ProductImage .flex-active-slide {
  display: block !important;
}

#ProductImage li {
  display: none !important;
}

.input-prepend.input-append input {
  font-size: 24px;
  height: 1.7em;
  padding-top: 11px;
  padding-bottom: 11px;
  text-align: right;
  width: 100px;
}

.product-image-box {
  max-width: min(1024px, 110vh);
  margin: 0 auto;
}
.product-image-box::after {
  content: "";
  display: block;
  clear: both;
}

#ProductImage {
  float: left;
  width: 77%;
  max-width: 100%;
}
#ProductImage img {
  width: 100%;
}

#ProductImage-thumb {
  border: none;
  float: left;
  width: 23%;
}

#ProductImage-thumb .slides,
#ProductImage-thumb .slides > li > img {
  width: 100% !important;
}

#ProductImage-thumb .slides > li {
  width: 46% !important;
  margin: 0 0 2% 2% !important;
}

.carousel-thumb {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: opacity 0.3s;
}

.carousel-thumb:hover {
  opacity: 0.7;
}

.carousel-thumb::before {
  content: "";
  display: block;
  padding-top: 110%;
}

.carousel-thumb > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.price {
  font-size: 0.8em;
}

.product-price {
  font-size: 1.6em;
}

.discount-rate {
  color: #c20;
  margin-left: 1em;
  font-size: 1.5em;
}

.discount-rate b {
  font-weight: normal;
}

.product-teika {
  font-size: 1.2em;
}

.smalltext {
  display: block;
  font-size: 0.7rem;
}

@media (max-width: 768px) {
  #ProductImage {
    width: 100%;
  }
  #ProductImage-thumb {
    width: 100%;
    margin: 10px 0 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  #ProductImage-thumb .slides {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
  #ProductImage-thumb .slides > li {
    width: 60px !important;
  }
  .product-order {
    margin-bottom: 0;
  }
}
/*詳細*/
#productDetail th {
  padding-left: 0;
}

.table {
  border-radius: 8px;
  max-width: 80%;
}

.ditales-table th {
  font-size: 0.9em;
}

.ditales-table th,
.ditales-table td {
  border-top: none;
  font-weight: normal;
}

/*サイズ表*/
.txt-table th,
.txt-table td {
  border: solid 1px #ddd;
  font-weight: normal;
  padding: 0.5em;
  text-align: center;
}

/*オプション選択*/
#option_tbl .cell_2 div,
#option_tbl .cell_2 label {
  display: inline-block !important;
}

#option_tbl .cell_2 label {
  margin-top: 1px;
}

#option_tbl .cell_2 input {
  margin-right: 0.5em;
}

#option_tbl .cell_2 input[type=radio] {
  margin-top: 0;
}

#prd-opt-table {
  display: flex;
  justify-content: center;
}

/*関連リンク*/
.relation-link {
  margin: 0 0 20px;
  padding-left: 0;
}

.relation-link li {
  list-style-type: none;
  margin-bottom: 0.5em;
}

.relation-link a {
  display: flex;
  align-items: center;
}
.relation-link a::before {
  content: "";
  display: block;
  border-radius: 10px;
  background: #efefef;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 1em;
}

.sns iframe {
  height: 21px !important;
}

.chevron-bt {
  display: inline-block;
  margin-right: 0;
  border-radius: 100%;
}
.chevron-bt:hover {
  background-color: #efefef;
}

.input-prepend.input-append input {
  border-radius: 5px;
  margin: 0 15px;
}

.icon-svg-chevron_up,
.icon-svg-chevron_dn {
  overflow: visible;
}
.icon-svg-chevron_up .path,
.icon-svg-chevron_dn .path {
  stroke: #333;
  stroke-width: 3px;
  stroke-linecap: round;
}

.btn-addcart {
  background-color: #555;
  border: none;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.1em;
  max-width: 360px;
  padding: 18px;
  transition: background-color 0.6s;
  width: 90%;
}

.btn-addcart:hover {
  background-color: #777;
  color: #fff;
}

.btn-addcart > span,
.btn-addcart > svg {
  width: 20px !important;
  vertical-align: middle;
}

.continue > a {
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 0.8em 0;
  border-radius: 5px;
  max-width: 358px;
  margin: 0 auto;
  width: 90%;
  text-align: center;
  transition: background-color 0.6s;
  border: solid 1px #999;
}

.continue > a:hover {
  background-color: #eee;
  text-decoration: none;
}

/*
* jQuery FlexSlider v2.7.1
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 and later license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*
*/
/* ====================================================================================================================
* FONT-FACE
* ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
* RESETS
* ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
* BASE STYLES
* ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
* DEFAULT THEME
* ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: "\f002";
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.product-soldout {
  text-align: center;
  padding: 3em 0 1em;
  font-size: 2em;
}

/* ====================================================================================================================
* RESPONSIVE
* ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}/*# sourceMappingURL=product.css.map */