.product__main-image img {
  display: block;
  margin: 0 auto;
}

.product__thumbs {
  padding-top: 2px;
  margin: 0 -1px;
}

.product__thumb__unit {
  padding: 0 1px 1px;
}
.product__thumb__unit img {
  max-height: 150px;
  cursor: pointer;
}

.product__name {
  text-align: left;
}

.product__price {
  font-size: 1.5em;
  letter-spacing: 0.05em;
}

.product__option__block th,
.product__option__block td {
  text-align: center;
}
.product__option__block label {
  margin: 1em 0 0;
  font-size: 0.9em;
}

.product__init .dl-vertical-list__content {
  margin-bottom: 0;
}

.product__init-num {
  font-size: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: right;
  width: 50px;
  border: 2px solid #999;
  display: inline-block;
}

.product__init-updw {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.product__order__btns {
  list-style-type: none;
  margin: 40px 0 20px;
}

.product__order__btn {
  margin-bottom: 1em;
}
.product__order__btn i {
  margin-right: 0.8em;
}

.btn--addcart {
  padding: 0.7em 0;
}

.btn--quick-order {
  padding: 0.4em 0;
}

.btn--soldout {
  padding: 0.7em 0;
  border: none;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.btn--soldout:hover {
  background: #ddd;
}

.product__info {
  background: #f5f5f5;
  padding: 2em 0;
  margin: 3em 0;
}

.product__info__list {
  margin: 2em 0 0;
  list-style-type: none;
}
.product__info__list:first-child {
  margin-top: 0;
}
.product__info__list.is_sns {
  display: flex;
  align-items: flex-start;
}
.product__info__list.is_sns .product__info__list__unit {
  margin-right: 10px;
}
.product__info__list__unit {
  font-size: 0.9em;
  line-height: 1.8;
  margin: 0;
}
.product__info__list__unit:first-child {
  margin-top: 0;
}
.product__info__list__unit a {
  color: #111;
}

.text-titles {
  margin: 0 auto 2em;
}
.text-titles-list__detail-text {
  width: 100%;
  height: 30px;
  padding: 0.5em;
  border: 1px solid #ccc;
  display: inline-block;
}

@media (max-width: 980px) {
  /* ~980px */
}
@media (max-width: 768px) {
  /* ~768px */
  .product__images img {
    margin: 0 auto;
  }

  .product__name {
    text-align: center;
  }

  .product__info {
    padding: 1.5em 0;
    margin: 1.5em 0;
  }

  .product__info__list:first-child {
    margin-top: 2em;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}

/*  クイックカートイン CSS  */

.cart_in_modal,
.cart_in_error_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 20000;
  display: flex;
  overflow: auto;
}

@media screen and (min-width: 960px) {
  .cart_in_modal,
  .cart_in_error_modal {
    align-items: center;
  }
}

.cart_in_modal__bg {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20000;
}

.cart_in_modal__outline {
  width: 90%;
  margin: 20px 5%;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  text-align: center;
  position: absolute;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__outline {
    width: 900px;
    margin: auto;
    padding: 20px 70px;
    position: relative;
  }
}

.cart_in_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__heading {
    font-size: 26px;
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_error_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_error_modal__heading {
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_modal__detail {
  display: flex;
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__detail {
    flex-direction: row;
  }
}

.cart_in_modal__name {
  font-size: 16px;
  flex: 1;
  line-height: 1.4;
  text-align: left;
  margin: 0;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__name {
    font-size: 18px;
  }
}

.cart_in_modal__image-wrap {
  padding: 5px;
  width: 170px;
  height: 170px;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
  border: 5px solid transparent;
  box-sizing: border-box;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__image-wrap {
    margin: 0 30px 0 0;
    flex-basis: 170px;
  }
}

.cart_in_modal__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.cart_in_modal__text-link {
  color: #2169f3;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
  padding: 0 0 0 20px;
  line-height: 1.15;
}
.cart_in_modal__text-link::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2169f3;
  border-right: 2px solid #2169f3;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.cart_in_modal__button-wrap {
  width: 100%;
  margin: 30px auto;
  font-size: 17px;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__button-wrap {
    width: 350px;
  }
}
.cart_in_modal__button {
  font-size: 17px;
  font-weight: bold;
  line-height: 23px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 4px;
  width: 100%;
  height: 58px;
  padding: 15px;
  background: #2169f3;
  box-shadow: 0 2px 0 #1a54c2;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cart_in_modal__button:hover,
.cart_in_modal__button:focus {
  height: 58px;
  color: #e9f0fe;
  background-color: #1e5fdb;
  box-shadow: none;
  transform: translate3d(0, 2px, 0);
}

.cart_in_modal__close-icon {
  cursor: pointer;
}

.cart_in_modal__close-icon::before,
.cart_in_modal__close-icon::after {
  content: "";
  width: 35px;
  height: 6px;
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  background: #eee;
  border-radius: 4px;
}

.cart_in_modal__close-icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cart_in_modal__close-icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.spinner::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50%;
  border: 5px solid #eee;
  border-top-color: #fd7f23;
  animation: spinner 0.5s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 960px) {
  .sp-br {
    display: none;
  }
}

/*
    追加分
============================================================*/
.topicpath-nav {
  font-size: 1.2rem;
}
.topicpath-nav ul {
  margin: 50px 0;
}
.topicpath-nav li {
  padding: 0;
}
/* mito */
/* .topicpath-nav ul li:not(:last-child) a:after {
  content: "/";
  display: inline-block;
  padding: 0 0.5em;
}*/
.topicpath-nav.is_detail {
  /* mito */
  /* font-size: 1.4rem; */
  font-size: 0.8rem;
}
.topicpath-nav.is_detail ul {
  /* mito */
  /* margin: 0 0 30px; */
  margin: 0 0 0.5rem;
}
.topicpath-nav.is_detail ul li a {
  color: #000;
}
.section__title-h2 {
  /* mito */
  /* margin: 30px 0; */
  margin: 0 0 30px 0;
  font-size: 2.2rem;
  text-align: left;
}
.detail__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.detail__left {
  max-width: 600px;
}
.detail__right {
  flex: 1 1 0%;
  padding-left: 86px;
}
.product__main-image {
  margin-bottom: 10px;
}
.product__main-image img {
  width: 100%;
  height: auto;
}
.product__thumb__unit {
  padding: 0 5px 0;
}
.productExplain {
  margin-top: 90px;
  padding: 100px 0;
  position: relative;
}
.productExplain:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fafafa;
  z-index: -1;
}
.itemSliderCont__text {
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
}
.product__price {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.dl-vertical-list__title {
  font-size: 1.4rem;
  font-weight: normal;
}
.formSelect {
  overflow: hidden;
  position: relative;
  border: 1px solid #c5c5c5;
  background: #ffffff;
  border-radius: 4px;
}
.formSelect:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #c5c5c5 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}
.formSelect select {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  box-shadow: none;
  width: 100%;
  height: 52px;
  padding: 8px 50px 8px 8px;
}
.formSelect select::-ms-expand {
  display: none;
}
.product__init-num {
  /*font-size: 1.8rem;*/
  width: 86px;
  height: 52px;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
}

.product__init-updw-iconUp,
.product__init-updw-iconDown {
  display: block;
  width: 10px;
  height: 5px;
}
.product__init-updw-iconDown {
  margin-top: 5px;
}
.product__init-updw-iconUp:before,
.product__init-updw-iconDown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}
.product__init-updw-iconUp:before {
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #626262 transparent;
}
.product__init-updw-iconDown:before {
  border-width: 5px 5px 0 5px;
  border-color: #626262 transparent transparent transparent;
}
.orderBtn {
  outline: none;
  border: none;
  padding: 0;
  height: 70px;
  line-height: 70px;
  color: #fff;
  background-color: #d54f5c;
  font-size: 1.8rem;
  text-align: center;
}
.orderBtn:hover {
  background-color: #bd1b2b;
}
.orderBtn span {
  display: inline-block;
  padding-left: 70px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 23px auto;
  background-image: url(https://file003.shop-pro.jp/PA01445/649/images/icon_cart_w.png);
}
.section__block {
  margin: 0 auto;
}
.product__info__list__unit {
  font-size: 1.2rem;
  margin-bottom: 0;
}

.product__info__list__unit a {
  color: #726d6f;
}
/* mito */
.review_poster {
  display: flex;
  flex-wrap: wrap;
}
.review_poster li {
  margin-right: 1.5rem;
}
.review_see_btn a {
  font-size: 1.5rem;
  border: 1px solid #726d6f;
  padding: 1rem;
}
.icon_star {
  overflow: hidden;
  width: 75px;
}
.icon_star img {
  max-width: none;
}
.review_see_btn + li {
  margin-top: 1rem;
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction a {
  background: 10px auto;
  background-color: #fbfbfb;
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  background-image: url(https://file003.shop-pro.jp/PA01445/649/images/slider_arrow01_prev.png);
  background-position: center center;
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  background-image: url(https://file003.shop-pro.jp/PA01445/649/images/slider_arrow01_next.png);
  background-position: center center;
}

#wrapper .bx-wrapper .bx-controls-direction a {
  z-index: 10;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
  .detail__left {
    width: calc(100vw / 1366 * 600);
  }
}

@media screen and (max-width: 768px) {
  .detail__inner {
    display: block;
  }
  .detail__left {
    width: auto;
    margin-top: 20px;
  }
  .detail__right {
    padding-left: 0;
  }
  .topicpath-nav {
    font-size: 1.1rem;
  }
  .topicpath-nav ul {
    margin: 20px 0;
  }
  .topicpath-nav.is_detail {
    /* mito */
    /* font-size: 1.3rem; */
    font-size: 0.5rem;
  }
  .topicpath-nav.is_detail ul {
    /* mito */
    /* margin: 30px 0 20px; */
    margin: 1rem 0 0.5rem;
  }
  .topicpath-nav.is_detail ul li a {
    color: #000;
  }
  .section__title-h2 {
    font-size: 2rem;
    text-align: left;
    margin: 20px 0;
  }
  .product__price {
    font-size: 1.4rem;
  }
  .productExplain {
    font-size: 1.4rem;
  }
  .product__info__list__unit {
    font-size: 1.2rem;
  }
  .product__thumb__unit {
    width: calc(100% / 4);
  }
  .productExplain {
    margin-top: 50px;
    padding: 50px 0;
  }
  #wrapper .carousel-slide .bx-wrapper .bx-controls .bx-controls-direction a {
    background-size: 8px auto;
  }
}
