@charset "UTF-8";
.product__index {
  width: 100%;
  clear: both;
  overflow: hidden;
}

.description {
  width: 100%;
  clear: both;
}

.product__index {
  padding: 100px 40px;
  box-sizing: border-box;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .product__index {
    padding: 10.6666666667vw 0;
  }
}
.product__indexWrap::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 768px) {
  .product__indexWrap {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}
.product__index--lists {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0;
}

@media screen and (max-width: 1200px) {
  .product__index--lists {
    gap: 15px;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
  }
}
.product__index--list {
  display: block;
  padding-bottom: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #000000;
  font-size: 16px;
  background: url(../img/icon_arrow_bottom.svg) no-repeat;
  background-size: 12px;
  background-position: top 40% left 95%;
  width: 185px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .product__index--list {
    font-size: 12px;
    width: auto;
    padding-right: 20px;
  }
}
.description {
  padding: 100px 40px;
  background: #ECECEC;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .description {
    padding: 18.6666666667vw 5.3333333333vw;
  }
}
.description__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.description .section__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .description .section__title {
    margin-bottom: 10.6666666667vw;
  }
}
.description__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .description__box {
    display: block;
  }
}
.description__box:nth-of-type(even) {
  flex-direction: row-reverse;
}
.description__img {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .description__img {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.description__contents {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .description__contents {
    width: 100%;
  }
}
.description__contents h3 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 20px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 768px) {
  .description__contents h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.description__contents p {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .description__contents p {
    font-size: 3.7333333333vw;
  }
}

.set {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .set {
    padding: 18.6666666667vw 5.3333333333vw;
  }
}
.set__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.set__table {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .set__table {
    margin-top: 10.6666666667vw;
  }
}
.set__table tr {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
@media screen and (max-width: 768px) {
  .set__table tr {
    display: flex;
    flex-direction: column;
  }
}
.set__table th {
  padding: 20px 0;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .set__table th {
    width: 100%;
    padding: 20px 0 5px;
  }
}
.set__table td {
  padding: 20px 0;
  box-sizing: border-box;
  font-size: 14px;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .set__table td {
    width: 100%;
    padding: 5px 0 20px;
  }
}

.how {
  padding: 100px 40px;
  background: #ECECEC;
}
@media screen and (max-width: 768px) {
  .how {
    padding: 18.6666666667vw 5.3333333333vw;
  }
}
.how__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.how__lists {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.how__lists.column2 {
  grid-template-columns: repeat(2, 1fr);
  max-width: 1000px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .how__lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    margin-top: 40px;
  }
}
.how__list--img {
  margin-bottom: 20px;
}
.how__list h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .how__list h3 {
    font-size: 5.3333333333vw;
  }
}
.how__list p {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .how__list p {
    font-size: 3.7333333333vw;
  }
}

.product__detail {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .product__detail {
    padding: 18.6666666667vw 5.3333333333vw 0;
  }
}
.product__detail--inner {
  max-width: 1000px;
  margin: 0 auto;
}
.product__detail--table {
  margin-top: 40px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.product__detail--table th {
  background: #ECECEC;
  box-sizing: border-box;
  font-size: 14px;
  padding: 30px 0;
  width: 30%;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .product__detail--table th {
    width: 100%;
    padding: 15px;
    text-align: left;
  }
}
.product__detail--table td {
  box-sizing: border-box;
  width: 70%;
  padding: 30px 45px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .product__detail--table td {
    width: 100%;
    text-align: left;
    padding: 15px;
  }
}
.product__detail--table tr {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}
@media screen and (max-width: 768px) {
  .product__detail--table tr {
    display: flex;
    flex-direction: column;
  }
}

[id] {
  scroll-margin-top: 100px;
}

.checked {
  overflow: hidden;
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .checked {
    padding: 18.6666666667vw 5.3333333333vw;
  }
}

.group-review-section {
  padding: 100px 40px;
  width: 100%;
  box-sizing: border-box;
  background: #ECECEC;
}
@media screen and (max-width: 768px) {
  .group-review-section {
    padding: 18.6666666667vw 5.3333333333vw;
  }
}

.item-title {
  font-size: 30px !important;
  font-weight: normal !important;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 768px) {
  .item-title {
    font-size: 24px !important;
  }
}

.item-text {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .item-text {
    font-size: 14px;
  }
}

.contents {
  width: 1200px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .contents {
    padding: 0 20px;
    padding-top: 120px;
  }
}

.item-image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .item-image {
    width: 100%;
  }
}

.item-detail {
  width: 46%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .item-detail {
    width: 100%;
  }
}

.main-image {
  width: 100%;
}

.item-review {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .item-review {
    font-size: 14px;
  }
}
.item-review span {
  color: #EE1C23;
}

.item-price {
  font-size: 16px !important;
}
.item-price span {
  font-size: 24px !important;
}
.item-price .item-tax {
  font-size: 12px !important;
}

.item-price-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.item-point {
  margin-bottom: 0;
  font-size: 12px !important;
}

.item-quantity {
  font-size: 16px !important;
}

.item-quantity input {
  border-radius: 0 !important;
  width: 80px;
  height: 40px;
  padding: 6px 15px;
  box-sizing: border-box;
  margin-right: 10px;
  margin-left: 20px;
}

.modal-open {
  width: 100%;
}

.add-cart {
  margin-top: 50px;
  width: 100%;
}

.add-cart .add-cart-btn {
  background-color: #333;
  border-radius: 0;
  font-size: 16px;
  font-weight: normal;
  width: 400px;
  border: 1px solid #333;
  background-image: url(../img/icon_arrow_right_wh.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: 92%;
  box-sizing: border-box;
}
@media screen and (max-width: 1320px) {
  .add-cart .add-cart-btn {
    width: 330px;
  }
}
.add-cart .add-cart-btn:hover {
  background-color: #fff;
  opacity: 1;
  color: #333;
  background-image: url(../img/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: 92%;
}
@media screen and (max-width: 768px) {
  .add-cart .add-cart-btn {
    width: 300px;
  }
}

.favorite-on {
  color: #333333;
}

.item-contact::before {
  display: none;
}

.border-top::before {
  display: none;
}

.breadcrumb-item::after {
  content: "—";
}

.breadcrumb-item {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 14px;
}

.item-contact a {
  width: -moz-max-content;
  width: max-content;
  border: none;
  position: relative;
  padding-right: 20px;
  font-size: 16px;
}
.item-contact a span {
  text-decoration: underline;
}

.item-contact a:before {
  display: none;
}

.item-contact a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background-image: url(../img/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 8px;
}

.item-option {
  font-size: 16px;
  margin: 30px 0;
}
.item-option select {
  display: block;
  border: 1px solid #333;
  width: 500px;
  max-width: 100%;
  height: 50px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../img/icon_arrow_bottom.svg) no-repeat;
  background-position: 95%;
  background-size: 14px;
  margin-top: 10px;
  border-radius: 0 !important;
}

.main-image img {
  width: 100%;
  height: auto;
}

.main-image {
  margin-bottom: 10px;
}

.sub-image {
  padding-top: 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sub-image {
    margin-bottom: 40px;
  }
}

.sub-imageWrap::before {
  content: "";
  width: 20px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.sub-imageWrap::after {
  content: "";
  width: 20px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.sub-imageWrap {
  overflow: hidden;
  padding: 0 20px;
}

.sub-image img {
  width: 100%;
  cursor: pointer;
  opacity: 0.6;
}

.sub-image img.active {
  opacity: 1;
}

/* アロー位置調整 */
.sub-image .swiper-button-prev,
.sub-image .swiper-button-next {
  color: #000;
  top: 40%;
}

.sub-image .swiper-button-prev {
  left: -28px;
}

.sub-image .swiper-button-next {
  right: -28px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
}

.reason {
  margin-top: 50px;
}/*# sourceMappingURL=product.css.map */