@charset "UTF-8";
/**
 * ファイル名: product-element.scss
 * 概要: 商品詳細ページの要素及びスタイル定義
 * 使用場所: サイト全体・商品詳細ページ
 * 主な処理:
 * 更新履歴:
 * 備考:
 */
aside.side {
  display: none !important;
}

.product-page {
  max-width: 1280px;
  margin: auto;
  margin-top: 140px;
  font-size: 15px;
}
@media screen and (max-width: 599px) {
  .product-page {
    font-size: 14px;
  }
}
.product-page .contents {
  padding: 0px 30px 10px;
}
.product-page .detail {
  padding: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.product-page .detail > div {
  flex: 1 1 340px;
  min-width: 320px;
}
@media screen and (max-width: 767px) {
  .product-page .detail {
    gap: 0px;
  }
}
.product-page .detail .item-image {
  max-width: 550px;
  width: 100%;
}
.product-page .detail .item-image .slick-list .slick-track {
  justify-content: initial;
  gap: 0px 5px;
}
@media screen and (max-width: 599px) {
  .product-page .detail .item-image .choice-btn li {
    width: 30px !important;
    height: 30px;
  }
  .product-page .detail .item-image .choice-btn li img {
    width: 30px;
    height: 30px;
  }
}
.product-page .detail .group-item-list li {
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  .product-page .detail .group-item-list li {
    margin-right: 0px;
  }
}
.product-page .detail .checked-item-list {
  gap: 20px 0px;
}
.product-page .item-description {
  font-size: 15px;
}
.product-page .item-quantity {
  width: 200px;
}
.product-page .item-detail {
  min-width: 320px;
}
@media screen and (max-width: 820px) {
  .product-page .sticky-image-area {
    position: initial;
  }
}
.product-page .choice-btn li {
  width: 45px !important;
  height: 45px;
  margin-right: 0px;
}
.product-page .choice-btn li img {
  width: 45px;
  height: 45px;
}
.product-page .item-title {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 0.85rem;
  align-items: center;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2rem;
}
.product-page .item-content {
  padding: 0.85rem 0.85rem 3rem 0.85rem;
}
@media screen and (max-width: 599px) {
  .product-page .item-content {
    padding: 0.85rem 0rem 3rem 0rem;
  }
}
.product-page .lg-btn {
  margin-top: 2em;
  text-align: left;
}
.product-page .lg-btn p,
.product-page .lg-btn a {
  font-size: 1rem;
  display: inline-flex;
  width: auto;
  background: #1FD5AD;
  color: #fff;
  border: none;
  border-radius: 2rem;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 0.75rem;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  white-space: nowrap;
  margin-bottom: 8px;
}
.product-page .lg-btn p:hover,
.product-page .lg-btn a:hover {
  opacity: 0.8;
}
.product-page .lg-btn p:focus,
.product-page .lg-btn a:focus {
  outline: 2px solid #298f4f;
  outline-offset: 2px;
}
.product-page .lg-btn p:focus:not(:focus-visible),
.product-page .lg-btn a:focus:not(:focus-visible) {
  outline: none;
}
@media screen and (max-width: 820px) {
  .product-page .lg-btn p,
  .product-page .lg-btn a {
    font-size: 0.9em !important;
  }
}
.product-page .product01 .item_detail_01 .product-price span {
  font-size: 15px;
}
.product-page .product01 .item_detail_01 .price_detail {
  background: #e8eaeb;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 0.75rem;
  font-size: 15px;
  position: relative;
}
.product-page .product01 .item_detail_01 .price_detail::before {
  position: absolute;
  content: "";
  border: solid transparent;
  height: 0;
  width: 0;
  border-color: transparent;
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-left-width: 5px;
  border-right-width: 5px;
  border-bottom-color: #e8ebec;
  bottom: 100%;
  left: 3rem;
}
.product-page .product01 .item_detail_01 p a {
  color: #13834e;
  text-decoration: underline;
}
.product-page .product01 .item_detail_01 p a:before {
  content: "";
  background: url(http://gigaplus.makeshop.jp/8fzpycv/theme/img/cursor/right_green.png) no-repeat left center;
  background-size: contain;
  width: 0.65em;
  height: 0.65em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.product-page .product02 .right_side .item_detail_03 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.product-page .product02 .right_side .item_detail_04 {
  margin-bottom: 2rem;
  padding: 0.5rem 0.5rem;
  border: 1px solid #333333;
  border-width: 1px 0;
}
.product-page .product02 .right_side .item_detail_04 dl {
  margin: 0;
}
.product-page .product02 .right_side .item_detail_04 dl dd {
  font-size: 15px;
}
.product-page .product02 a {
  color: #000;
  display: block;
  transition: 0.3s;
}
.product-page .product03 .item-title {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 0.85rem;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2rem;
}
.product-page .product03 .youtube-wrapper {
  width: 60%;
  margin: 0 auto 1em 0;
}
.product-page .product03 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-page .product03 .item-youtube {
  position: relative;
  overflow: hidden;
}
.product-page .product03 .item-youtube::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.product-page .product03 .item-youtube > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-page .product03 .item-youtube {
  margin-top: 30px;
  margin-bottom: 30px;
}
.product-page .choice-btn .slick-track::after {
  width: 36%;
}
@media screen and (max-width: 767px) {
  .product-page .product02 .left_side .slider_nav {
    display: none;
  }
  .product-page .product03 .youtube-wrapper {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .product-page .container {
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .product-page .product02 {
    width: 100%;
    height: auto;
    position: relative;
  }
  .product-page .product02 .slider {
    position: relative;
    margin-bottom: 0.625rem;
  }
  .product-page .product02 .slider .slider-frame {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    padding-top: 100%;
    border: 1px solid #e8eaeb;
    z-index: 1;
  }
  .product-page .product02 .slider_nav {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.3125rem;
  }
  .product-page .product02 .slider_nav .item {
    width: 10%;
    padding: 0 0.3125rem 0.625rem;
  }
  .product-page .product02 .slider_nav .item a {
    border: 1px solid #e8eaeb;
  }
  .product-page .product02 .swiper-button-prev {
    left: -1.25rem !important;
  }
  .product-page .product02 .swiper-button-next {
    right: -1.25rem !important;
  }
  .product-page .right_side .item_detail_02 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.25rem;
  }
  .product-page .right_side .item_detail_06 .favorite_wrap {
    order: 1;
  }
  .product-page .right_side .size-tb .badge {
    margin-left: 0;
  }
  .product-page .right_side .size-tb tr td.new-item {
    display: flex;
  }
  .product-page .right_side .size-tb tr td.new-item .badges {
    padding-left: 0.5rem;
  }
}