@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
body.item .content-wrap {
  padding-bottom: 8em;
}
body.item .detail-item__wrap .review-list-score-wrap,
body.item .detail-item__wrap .item-detail-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
}
body.item .detail-item__wrap .review-list-score-wrap .reviewRate,
body.item .detail-item__wrap .item-detail-review .reviewRate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.item .detail-item__wrap .review-list-score-wrap .reviewRateStar,
body.item .detail-item__wrap .item-detail-review .reviewRateStar {
  font-size: 0;
  margin-left: 2px;
}
body.item .detail-item__wrap .review-list-score-wrap .reviewRateStar::before,
body.item .detail-item__wrap .item-detail-review .reviewRateStar::before {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Font Awesome 6 Free";
  content: "\f005";
  font-weight: 400;
  color: #e9cd6b;
}
body.item .detail-item__wrap .review-list-score-wrap .reviewRateStar.starOn::before,
body.item .detail-item__wrap .item-detail-review .reviewRateStar.starOn::before {
  content: "\f005";
  font-weight: 900;
}
body.item .detail-item__wrap .review-list-score-wrap .review-score,
body.item .detail-item__wrap .item-detail-review .review-score {
  margin: 0 0 0 3px;
  font-weight: 400;
}
body.item .detail-item__img .item-image {
  width: 100%;
  margin-top: 0;
  float: none;
}
body.item .detail-item__img .item-image_nav {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.item .detail-item__img .item-image_nav li {
  width: calc(12.5% - 7px);
  margin-right: 8px;
  margin-bottom: 8px;
}
body.item .detail-item__img .item-image_nav li:nth-child(8n) {
  margin-right: 0;
}
body.item .detail-item__img .item-image-list {
  margin-bottom: 0;
}
body.item .detail-item__side .item-detail-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 0;
}
body.item .detail-item__side .item-price {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 10px;
}
body.item .detail-item__side .item-price .yen {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
}
body.item .detail-item__side .item-price .item-tax {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
}
body.item .detail-item__side .item-point-text {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 5px;
}
body.item .detail-item__side .item-option .makeshop-option-label {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 3px;
}
body.item .detail-item__side .item-option .makeshop-option-select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  border-radius: 7px;
  border-color: #ccc;
  background: #F7F7F7 url(../img/icon_select.svg) no-repeat;
  background-size: 11px;
  background-position: top 50% right 20px;
  padding: 18px;
  margin-bottom: 0;
}
body.item .detail-item__side .item-detail-review {
  margin-top: 1.6em;
}
body.item .detail-item__side .item-detail-review-title {
  margin-right: 5px;
}
body.item .detail-item__side .item-detail-review-score {
  margin-right: 3px;
}
body.item .detail-item__side .item-detail-addcart a {
  background: #202124;
  border: 2px solid #202124;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  font-weight: 550;
}
body.item .detail-item__side .item-detail-addcart a:hover {
  background: #fff;
  color: #202124;
  border: 2px solid #202124;
}
body.item .detail-item__side .item-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
body.item .detail-item__side .item-quantity input {
  width: 80px;
  color: #000;
  border-radius: 7px;
  border-color: #ccc;
  background: #F7F7F7;
  padding: 9px 18px;
  margin: 0 0 0 1em;
}
body.item .detail-item__side .nameprint-area {
  margin-top: 1.6em;
}
body.item .detail-item__side .nameprint-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: 0;
}
body.item .detail-item__side .nameprint-text-wrap p {
  margin-top: 0;
}
body.item .detail-item__side .nameprint-text input {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  border-radius: 7px;
  border-color: #ccc;
  background: #F7F7F7;
  padding: 9px 18px;
}
body.item .detail-item__side .nameprint-text textarea {
  width: 100% !important;
  height: inherit !important;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  border-radius: 7px;
  border-color: #ccc;
  background: #F7F7F7;
  padding: 18px;
}
body.item .detail-item__side .nameprint-total, body.item .detail-item__side .nameprint-character {
  display: none;
}
body.item .detail-item__side .add-cart {
  display: block;
  margin-top: 1.6em;
}
body.item .detail-item__side .add-cart .add-cart-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 7px;
  background: #BA0612;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1.6em;
  padding: 18px 0;
}
body.item .detail-item__side .add-cart .add-cart-btn::before {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/icon_btn_cart.svg) 50% 50% no-repeat;
  background-size: 30px;
  margin-right: 3px;
}
body.item .detail-item__side .modal-open {
  display: block;
  margin-top: 1.6em;
}
body.item .detail-item__side .modal-wrapper {
  border-radius: 8px;
}
body.item .detail-item__side .modal-wrapper .modalContents p {
  text-align: center;
}
body.item .detail-item__side .modal-cart-btn li {
  overflow: hidden;
}
body.item .detail-item__side .modal-cart-btn li a {
  width: 200px;
}
body.item .detail-item__side .modal-order a {
  background: #BA0612;
}
body.item .detail-item__side .item-contact::before {
  content: none;
}
body.item .detail-item__side .item-contact a {
  color: #202124;
  border-color: #202124;
  border-radius: 7px;
  padding: 10px 0;
}
body.item .detail-item__side .item-contact a::before {
  color: #202124;
}
body.item .detail-item__side .item-contact a:hover {
  background: #202124;
  color: #fff;
  opacity: 1;
}
body.item .detail-item__side .item-contact a:hover::before {
  color: #fff;
}
body.item .detail-item__content h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 1.6em;
}
body.item .detail-item__content h2 span {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  margin-left: 0;
}
body.item .detail-item__content h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
  padding: 10px;
  margin-top: 1.6em;
  border-bottom: 1px solid #C3C3C3;
}
body.item .detail-item__content h4 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
  position: relative;
}
body.item .detail-item__content h4::before {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  background: #202124;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
body.item .detail-item__content h4::after {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  background: #C3C3C3;
  position: absolute;
  left: 0;
  top: 50%;
}
body.item .detail-item__content p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
body.item .detail-item__content p.lead {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
body.item .detail-item__content p.text01 {
  font-family: Georgia, "游明朝", Yu Mincho, YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-size: 32px;
  font-size: 3.2rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1.2;
  color: #BA0612;
  margin-top: 10px;
}
body.item .detail-item__content p.text02 {
  font-family: Georgia, "游明朝", Yu Mincho, YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-size: 32px;
  font-size: 3.2rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1.2;
  color: #52b1b6;
  margin-top: 0;
}
body.item .detail-item__content .item-info-box {
  margin-top: 2.4em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
body.item .detail-item__content .item-info-box > div {
  list-style: 1.6;
}
body.item .detail-item__content .item-info-box table th, body.item .detail-item__content .item-info-box table td {
  padding: 10px;
  border: 1px solid #ccc;
}
body.item .detail-item__content .item-info-box table th {
  background: #f4f4f4;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  body.item .detail-item__content .item-info-box {
    border-bottom: 1px solid #ccc;
  }
  body.item .detail-item__content .item-info-box th, body.item .detail-item__content .item-info-box td {
    display: block;
    width: 100%;
    border-bottom: none !important;
  }
}
@media screen and (max-width: 1022px) {
  body.item .detail-item__side {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1023px) {
  body.item .detail-item__wrap {
    position: relative;
  }
  body.item .detail-item__img {
    width: calc(60% - 50px);
  }
  body.item .detail-item__side {
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  body.item .detail-item__side .side-wrap {
    position: sticky;
    top: 0;
  }
  body.item .detail-item__side .item-detail-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
  body.item .detail-item__side .item-price {
    font-size: 34px;
    font-size: 3.4rem;
    margin-top: 1.6em;
  }
  body.item .detail-item__side .item-price .yen {
    font-size: 20px;
    font-size: 2rem;
  }
  body.item .detail-item__side .item-price .item-tax {
    font-size: 15px;
    font-size: 1.5rem;
  }
  body.item .detail-item__side .item-option .makeshop-option-label {
    font-size: 16px;
    font-size: 1.6rem;
  }
  body.item .detail-item__side .inner {
    max-height: 100%;
  }
  body.item .detail-item__content {
    width: calc(60% - 50px);
  }
}
body.item .item-review-detail {
  margin-top: 4.8em;
}
body.item .item-review-detail .review-list-index {
  margin-top: 1.6em;
  text-align: right;
}
body.item .item-review-detail .review-list-index a {
  color: #666;
  text-decoration: underline;
}
body.item .item-review-detail .review-list-empty {
  text-align: center;
}
body.item .item-review-detail .btn-review-post {
  margin-top: 2.4em;
}
body.item .item-review-detail .btn-review-post a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 220px;
  height: 50px;
  border: 1px solid #202124;
  border-radius: 3px;
  font-weight: 550;
  color: #202124;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
body.item .item-review-detail .btn-review-post a i {
  margin-right: 0.5em;
}
body.item .item-review-detail .btn-review-post a:hover {
  background: #202124;
  color: #fff;
}
body.item .item-review-title h2 {
  background: none;
  padding: 0;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 350;
  color: #202124;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 0;
}
body.item .item-review-title h2 .sub {
  font-size: 14px;
  font-size: 1.4rem;
  color: #202124;
  font-weight: 300;
  letter-spacing: 0.05em;
}
body.item .item-review-title h2 .sub::before {
  content: "\a";
  white-space: pre;
}
body.item .item-review-list {
  margin-top: 1.6em;
}
body.item .item-review-list .review-list-unit {
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
}
body.item .item-review-list .review-list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.item .item-review-list .review-list-head .review-list-name {
  margin-top: 0;
}
body.item .item-review-list .review-list-head .review-list-name span {
  font-size: 16px;
  font-size: 1.6rem;
}
body.item .item-review-list .review-list-content {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 15px;
}
body.item .item-review-list .review-list-date {
  margin-top: 15px;
  margin-top: 15px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
}
@media print, screen and (min-width: 768px) {
  body.item .item-review-title h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  body.item .item-review-title h2 .sub {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
body.item .specific_info {
  display: none;
}
body.item .review-area {
  margin-top: 1.6em;
  background: url(../img/item/bg_review.jpg) 50% 50% no-repeat;
  background-size: cover;
  border: 6px solid #C3C3C3;
  padding: 1em 2em;
}
body.item .review-area h2 {
  margin-top: 0;
}
body.item .review-area .inner {
  width: 50%;
  margin: auto;
}
body.item .review-area .inner p {
  margin-top: 0.4em;
  color: #fff;
}
body.item .review-area .inner p .anchor {
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  body.item .review-area .inner {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}