@charset "euc-jp";

/* --------------------------------------------------- */
/* product */
/* --------------------------------------------------- */
.section__inner.product {
  padding-bottom: 80px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.product__inner {
  margin-top: 40px;
}

.product__inner--single {
  max-width: 640px;
  margin: 80px auto 0;
  padding: 20px 0;
  border-top: 1px solid #e1e1e1;
}

/* --------------------------------------------------- breadcrumb */
.section__breadcrumb--product {
  display: table;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  color: #bbb;
  font-size: 10px;
}

.section__breadcrumb--product > p,
.section__breadcrumb--product > ul {
  display: table-cell;
  width: 50%;
}

.section__breadcrumb--product > p {
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section__breadcrumb--product > p a {
  color: #302f35;
}

.section__breadcrumb--product > p a:hover {
  color: #e45125;
}

.section__breadcrumb--product > p span {
  margin: 0 10px;
  color: #302f35;
}

.section__breadcrumb--product > ul {
  text-align: right;
  vertical-align: bottom;
}

.section__breadcrumb--product > ul li {
  display: inline-block;
  margin: 0 0 10px 3px;
}

.section__breadcrumb--product > ul li:first-child {
  margin-left: 0;
}

.section__breadcrumb--product > ul li a {
  display: block;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  color: #302f35;
  font-size: 10px;
  background: #f5f5f5;
  border-radius: 12px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.section__breadcrumb--product > ul li a:hover {
  color: #fff;
  background: #302f35;
}

/* --------------------------------------------------- main right */
.product__ttl,
.product__right,
.product__right-fixed {
  float: right;
  width: 39%;
}

.product__ttl {
  margin-bottom: 30px;
}

.product__ttl > p {
  margin-bottom: 5px;
}

.product__ttl > p a {
  font-size: 11px;
}

.product__ttl > h3 {
  font-size: 14px;
}

.product__model {
  margin-top: 5px;
  font-size: 10px;
}

.product__price {
  margin-bottom: 30px;
}

.product__reg {
  text-decoration: line-through;
}

.product__sales {
  font-size: 24px;
  font-weight: bold;
}

.product__sales span {
  margin-left: 8px;
  font-size: 13px;
  font-weight: bold;
  color: #e45125;
  border-bottom: 1px solid #e45125;
}

.product__point {
  font-size: 11px;
}

.product__shipping-auto span {
  font-weight: bold;
  color: #e45125;
}

.product__option {
  border-top: 1px solid #ccc;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}

.product__option table td.cell_2 div,
.product__option table td.cell_2 input,
.product__option table td.cell_2 label {
  cursor: pointer;
}

.product__option table td.cell_2:hover div,
.product__option table td.cell_2:hover input,
.product__option table td.cell_2:hover label {
  background: #f9ebff;
}

.product__option p {
  font-weight: bold;
  color: #e45125
}

.product__box {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 30px;
  background: #f5f5f5;
}

.product__num {
  margin-bottom: 20px;
}

.product__num input {
  width: 30px;
  padding: 5px 10px;
  font-size: 13px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
}

.product__btn,
.product__btn--soldout {
  margin-bottom: 16px;
}

.product__btn input {
  width: 100%;
  height: 70px;
  color: #fff;
  font-size: 16px;
  background-color: #302f35;
  background-image: url(https://img14.shop-pro.jp/PA01077/576/etc/zz_cart.png);
  background-repeat: no-repeat;
  background-size: 14%;
  background-position: 18% center;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.product__btn input:hover {
  background-position: 17% center;
}

.product__btn--soldout input {
  width: 100%;
  height: 70px;
  color: #fff;
  font-size: 13px;
  background-color: #ccc;
  cursor: auto;
}

.product__other li,
.product__other--review li {
  float: left;
  width: 50%;
  font-size: 10px;
  text-align: center;
}

.product__other li a,
.product__other--review li a {
  display: block;
  padding: 10px 0;
  background: #fff;
  color: #302f35;
  border: 1px solid #f5f5f5;
}

.product__other li a:hover,
.product__other--review li a:hover {
  border: 1px solid #302f35;
}

.product__other--review {
  border-top: 1px solid #f5f5f5;
}

.product__share {
  margin-top: 8px;
}

.product__share .sns--fb {
  fill: #3B5998;
}

.product__share .sns--tw {
  fill: #55ACEE;
}

.product__share .sns--pinta {
  fill: #BD081C;
}

.product__share p:nth-child(-n+3) {
  float: left;
  margin-right: 8px;
}

.product__share p:nth-child(-n+3) a {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.product__share p:nth-child(-n+3) a:hover {
  opacity: .6;
}

.product__share .inq {
  float: right;
  font-size: 10px;
}

/* not view */
.product--not-view {
  width: 294px;
  height: 44px;
  line-height: 44px;
  margin: 100px auto;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  border: 3px solid #302f35;
}

.product--soldout {
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #ff0000;
}

.product--login-flg,
.product--login-flg a {
  font-size: 14px;
  font-weight: bold;
}

/* fixed */
.product__right-fixed {
  position: relative;
  margin-top: 10px;
}

.product__fixed {
  width: 100%;
}

/* option table */
#option_tbl {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  font-size: 11px;
  border-left: 1px solid #ccc;
}

#option_tbl th{
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#option_tbl td input{
  float: none;
  margin: 0 0 5px;
  width: auto;
}

#option_tbl th,
#option_tbl td.none {
  background: #f5f5f5;
}

#option_tbl td {
  padding: 5px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.stock_zero {
  color: #ff0000;
}

/* --------------------------------------------------- main left */
.product__left {
  float: left;
  width: 56%;
  margin-right: 5%;
}

/* --------------------------------------------------- main left slider */
.product__slider {
  position: relative;
  height: 100%;
}

.product__img {
}

.product__slider .bx-wrapper .bx-viewport {
  left: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  background: none !important;
  border: none !important;
}

.product__slider .bx-wrapper .bx-pager {
  width: 100%;
  height: 50px;
  bottom: -70px;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
}

.product__slider .bx-wrapper .bx-pager a {
  display: block;
  float: left;
  width: 100%;
  max-width: 50px;
  margin: 0 3px 6px !important;
  padding: 0;
}

.product__slider .bx-wrapper .bx-pager a:hover,
.product__slider .bx-wrapper .bx-pager a.active {
  opacity: .5;
}

.product__slider .bx-wrapper {
  margin-bottom: 0px;
}

.product__slider .bx-wrapper .bx-prev {
  left: -30px !important;
  border-top: 1px solid #302f35;
  border-left: 1px solid #302f35;
}

.product__slider .bx-wrapper .bx-next {
  right: -30px !important;
  border-bottom: 1px solid #302f35;
  border-right: 1px solid #302f35;
}

.product__slider .bx-wrapper .bx-prev,
.product__slider .bx-wrapper .bx-next {
  width: 30px;
  height: 30px;
  background: none !important;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .2s;
  transition: all .2s;
}

.product__slider .bx-wrapper .bx-prev:hover {
  left: -35px !important;
  border-top: 1px solid #e45125;
  border-left: 1px solid #e45125;
}

.product__slider .bx-wrapper .bx-next:hover {
  right: -35px !important;
  border-bottom: 1px solid #e45125;
  border-right: 1px solid #e45125;
}

/* --------------------------------------------------- main left explain */
.product__explain {
  margin-top: 100px;
  padding-top: 20px;
  border-top: 1px solid #e1e1e1;
}

.product__explain .caution {
  color: #e45125;
}

.product__explain p {
  margin-top: 1em;
}

.product__explain hr {
  margin: 2em 0;
  border: none;
  width: 150px;
  height: 1px;
  background: #ccc;
}

.product__explain h4 {
  margin-top: 2em;
  font-weight: bold;
  font-size: 15px;
}

.product__explain p:first-child,
.product__explain h4:first-child {
  margin-top: 0;
}

.product__explain strong {
  font-weight: bold;
  border-bottom: 1px solid #e1e1e1;
}

.product__explain table {
  margin-top: 1em;
  border: 1px solid #ddd;
}

.product__explain table th,
.product__explain table td {
  padding: 5px 20px;
  text-align: center;
  border: 1px solid #ddd;
  word-wrap: break-word;
}

.product__explain table th {
  background: #eee;
}

.product__explain table td.left {
  text-align: left;
}

.product__explain ul {
  margin-top: 1em;
}

.product__explain ul li {
  margin-left: 20px;
  list-style-type: disc;
}

.product__explain span.cap {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin-left: 8px;
  padding: 0 8px;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #e45125;
  color: #e45125;
}

.product__explain span.cap:first-child {
  margin-left: 0;
}

/* --------------------------------------------------- main bottom */
.product__inner--single h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.together__inner {
  margin-top: 40px;
}

.together__inner li {
  float: left;
  width: 30%;
  margin-left: 5%;
}

.together__inner li:first-child {
  margin-left: 0;
}

.together__inner li a {
  display: block;
  text-align: center;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.together__inner li a:hover {
  opacity: .6;
}

.together__bname {
  margin-top: 10px;
  color: #999;
  font-size: 11px;
}

.together__sales {
  font-size: 13px;
}

/* --------------------------------------------------- media query */
@media screen and (max-width: 1020px) {
  .section__breadcrumb--product {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
  .product__inner {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  .product__ttl,
  .product__right,
  .product__right-fixed {
    float: none;
    width: 100%;
    max-width: none;
  }
  .product__right {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e1e1e1;
  }
  .product__price {
    text-align: center;
  }
  .product__shipping-auto {
    text-align: center;
  }
  .product__right-fixed {
    position: static !important;
    height: 100% !important;
  }
  .product__fixed {
    position: static !important;
    max-width: none !important;
    height: 100%;
  }
  .product__left {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .product__btn input {
    font-size: 24px;
    background-size: 10%;
  }
}

@media screen and (max-width: 720px) {
  .section__breadcrumb--product > p,
  .section__breadcrumb--product > ul {
    display: table-row;
    width: 100%;
  }
  .section__breadcrumb--product > ul {
    text-align: left;
  }
  .section__breadcrumb--product > ul li {
    margin: 0 3px 10px 0;
  }
  .section__breadcrumb--product > ul li:first-child {
    margin: 10px 3px 10px 0;
  }
  .product__slider .bx-wrapper .bx-prev {
    left: 20px !important;
  }
  .product__slider .bx-wrapper .bx-next {
    right: 20px !important;
  }
  .product__slider .bx-wrapper .bx-prev:hover {
    left: 15px !important;
  }
  .product__slider .bx-wrapper .bx-next:hover {
    right: 15px !important;
  }
}

@media screen and (max-width: 600px) {
  .product__explain {
    margin-top: 150px;
  }
  .product--soldout {
    text-align: center;
  }
}

@media screen and (max-width: 520px) {
  .product__btn input {
    font-size: 16px;
    background-size: 14%;
  }
}

@media screen and (max-width: 420px) {
  .product__box {
    padding: 20px;
  }
  .product__btn input {
    font-size: 14px;
  }
}

/* --------------------------------------------------- */
/* info */
/* --------------------------------------------------- */
.section__inner.info {
  padding-bottom: 80px;
  border-bottom: 1px solid #e1e1e1;
}

.info__inner {
  width: 100%;
  max-width: 640px;
  margin: 80px auto 0;
}

/* --------------------------------------------------- info header */
.info__header {
  padding-bottom: 10px;
}

.info__box {
  position: relative;
  margin-top: 40px;
}

.info__box p {
  position: absolute;
  bottom: 0;
  left: -180px;
  width: 150px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 13px;
  border-bottom: 1px solid #e1e1e1;
}

.info__header h3 {
  margin-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #e1e1e1;
}

/* --------------------------------------------------- info explain */
.info__explain {
  padding-top: 20px;
}

.info__explain .caution {
  color: #e45125;
}

.info__explain p {
  margin-top: 1em;
}

.info__explain hr {
  width: 150px;
  height: 1px;
  margin: 3em auto;
  border: none;
  background: #ccc;
}

.info__explain h4 {
  margin-top: 3em;
  font-weight: bold;
  font-size: 16px;
}

.info__explain p:first-child,
.info__explain h4:first-child {
  margin-top: 0;
}

.info__explain strong {
  font-weight: bold;
  border-bottom: 1px solid #e1e1e1;
}

.info__explain table {
  margin-top: 1em;
  border: 1px solid #ddd;
}

.info__explain table th,
.info__explain table td {
  padding: 5px 20px;
  text-align: center;
  border: 1px solid #ddd;
  word-wrap: break-word;
}

.info__explain table th {
  background: #eee;
}

.info__explain table td.left {
  text-align: left;
}

.info__explain ul {
  margin-top: 1em;
}

.info__explain ul li {
  margin-left: 20px;
  list-style-type: disc;
}

.info__explain span.cap {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin-left: 8px;
  padding: 0 8px;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #e45125;
  color: #e45125;
}

.info__explain span.cap:first-child {
  margin-left: 0;
}

/* --------------------------------------------------- info footer */
.info__footer {
  margin-top: 80px;
}

.info__link {
  width: 200px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #302f35;
  overflow: hidden;
}

.info__link a {
  position: relative;
  display: block;
  color: #302f35;
  font-weight: 600;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.info__link a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #302f35;
  -webkit-transition: left .5s ease;
  transition: left .5s ease;
  z-index: -1;
}

.info__link a:hover {
  color: #fff;
}

.info__link a:hover::before {
  left: 0;
}

/* --------------------------------------------------- media query */
@media screen and (max-width: 1020px) {
  .info__box p {
    position: static;
    padding-bottom: 0;
    text-align: left;
    border-bottom: none;
  }
}
