﻿@charset "UTF-8";

/* ----ページ---- */

.block-page-caption,
.block-page-freespace--top,
.block-page-freespace--bottom,
.block-page-block--contents {
  word-break: break-all;
}

.block-page-caption .block-page-caption--text {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px;
}

.block-page-block {
  font-weight: normal;
  line-height: 1.8;
}
.block-page-block--frame {
  margin-bottom: 40px;
}
.block-page-block--freespace-top {
  margin-bottom: 20px;
}
.block-page-block--freespace-bottom {
  margin-top: 20px;
}
.block-page-block--freespace-top h2,
.block-page-block--freespace-bottom h2 {
  text-align: center;
}


.block-page-block--contents-text {
  display: flex;
  gap: 50px;
}
.block-page-block--contents-text .block-page-block--contents-body-text-1column {
  width: 100%;
}
.block-page-block--contents-text .block-page-block--contents-body-text-2column {
  width: calc((100% - 50px) / 2);
  min-width: calc((100% - 50px) / 2);
}
.block-page-block--contents-img {
  display: flex;
  gap: 50px;
}
.block-page-block--contents-img .block-page-block--contents-body-img-1column {
  text-align: center;
  width: 100%;
}
.block-page-block--contents-img .block-page-block--contents-body-img-2column {
  text-align: center;
  width: calc((100% - 50px) / 2);
  min-width: calc((100% - 50px) / 2);
}
.block-page-block--contents-body-imgtext-1column {
  display: flex;
  gap: 50px;
  align-items: center;
}


.block-page-block--frame:has(.block-page-block--contents-goodslist) {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
.block-page-block--frame:has(.block-page-block--contents-goodslist)::before {
    display: block;
    content: '';
    position: absolute;
    left: min(calc((1000px - 100vw + var(--scrollbar-width)) / 2),-12px);
    right: min(calc((1000px - 100vw + var(--scrollbar-width)) / 2),-12px);
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #F5F5F5;
}
.block-page-block--contents-goodslist {
  position: relative;
  overflow: hidden;
}
.block-page-block--contents-goodslist-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 20px;
  line-height: 1.4;
}
.block-page-block--contents-goodslist-container.swiper-wrapper {
  gap: 0;
  display: grid;
  grid-template-columns: repeat(9999,1fr);
}
.block-page-block--contents-goodslist dl {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
  gap: 0;
}
.block-page-block--contents-goodslist .block-page-block--contents-goodslist-container:not(.swiper-wrapper) dl:nth-child(n+5) {
  display: none;
}


.block-page-block--goods-image {
  margin: 0 0 5px;
}

.block-page-block--goods-info {
  width: auto;
    margin: 0;
    padding: 5px 5px 0;
    display: inherit;
    grid-template-rows: inherit;
    grid-row: inherit;
}
.block-page-block--goods-name-area {
  margin: 0 0 10px;
}
.block-page-block--goods-name {
  font-size: 14px;
}

.block-page-block--contents-body-img-slider-1column {
  display: inline-block;
  vertical-align: top;
  width: 500px;
}

.block-page-block--contents-body-imgtext-slider-1column {
  display: inline-block;
  vertical-align: top;
  width: 500px;
}
.block-page-block--goods-image {
  margin: 0 0 5px;
}
.block-page-block--goods-image .img-center {
  position: relative;
}

.block-page-block--contents-goodslist .block-pickup-list-p--attr {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.4;
  color: #848484;
}
.block-page-block--contents-goodslist .block-pickup-list-p--goods-size {
  margin-top: 5px;
  font-size: 12px;
}
.block-page-block--goods-comment {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 1.4;
}

/* ---- Swiper表示 ---- */
.block-page-block--contents-swiper {
  margin: 20px 0 60px 0;
  position: relative;
}

.block-page-block--contents-swiper .swiper-pageblock {
  overflow: hidden;
  width: 830px;
  margin: 0 auto;
}

.block-page-block--contents-swiper .swiper-pageblock .swiper-wrapper {
  z-index: 0;
}

.block-page-block--contents-swiper .swiper-button-disabled,
.block-page-block--contents-goodslist .swiper-button-disabled {
  display: none;
}

.block-page-block--contents-swiper .swiper-page-prev,
.block-page-block--contents-goodslist .swiper-page-prev {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  left: 15px;
}

.block-page-block--contents-swiper .swiper-page-next,
.block-page-block--contents-goodslist .swiper-page-next {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  right: 15px;
}
.block-page-block--contents-goodslist .swiper-page-prev,
.block-page-block--contents-goodslist .swiper-page-next {
  top: 120px;
  height: 50px;
  background: rgba(255,255,255,0.8);
}
.block-page-block--contents-goodslist .swiper-page-prev { left: 0; }
.block-page-block--contents-goodslist .swiper-page-next { right: 0; }


.block-page-block--contents-swiper .swiper-page-prev::before,
.block-page-block--contents-swiper .swiper-page-next::before,
.block-page-block--contents-goodslist .swiper-page-prev::before,
.block-page-block--contents-goodslist .swiper-page-next::before {
  content: "";
    width: 22px;
    height: 22px;
    border-top: solid 2px #BFBFBF;
    border-right: solid 2px #BFBFBF;
    transform: rotate(45deg);
    position: absolute;
    right: calc(50% - 4px);
    top: calc(50% - 9px);
}
.block-page-block--contents-swiper .swiper-page-prev::before,
.block-page-block--contents-goodslist .swiper-page-prev::before {
    transform: rotate(-135deg);
    right: calc(50% - 18px);
}


.block-page-block--contents-swiper .swiper-pagination {
  bottom: -30px !important;
}
.block-page-block--contents-goodslist .swiper-pagination {
  position: static;
}

.block-page-block--contents-swiper .swiper-pagination-bullet,
.block-page-block--contents-goodslist .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  margin: 0 8px!important;
}

.block-page-block--contents-swiper .swiper-pagination-bullet-active,
.block-page-block--contents-goodslist .swiper-pagination-bullet-active {
  --swiper-theme-color: #666 !important;
}
