﻿@charset "UTF-8";
/* ----ページ---- */

.block-page-sns,
.block-page-block,
.block-page-freespace--bottom {
  margin: 0 20px;
}

.block-page-freespace--top{
  margin: 0 20px 40px;
}

.block-page-sns{
  display: none;
}

.block-page-caption,
.block-page-freespace--top,
.block-page-freespace--bottom,
.block-page-block--contents {
  word-break: break-all;
}

.block-page-block--frame {
  margin-bottom: 40px;
}

.block-page-block--contents-goodslist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 18px;
  justify-content: center;
}

.block-page-block--contents-goodslist dl {
  word-break: break-all;
  display: block;
  width: calc((100% - 18px) / 2);
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 0 0 rgba(0,0,0,0.16);
  overflow: hidden;
  padding: 0 0 20px;
}

.block-page-block--contents-goodslist dl:nth-child(n+5) {
  display: none;
}

.block-page-block--goods-image .block-goods-favorite{
  display: none;
}

.block-page-block--goods-info{
  padding: 10px 10px;
}

.block-page-block--contents-goodslist dl dd:has(.revico-star-zone){
  padding: 0 10px;
}

.block-page-block--contents-goodslist dl dd .revico-star-block--total{
  margin-right: 0;
}

.block-page-block--goods-name {
  font-size: 16px;
  font-family: var(--font-700);
  font-weight: bold;
  line-height: 1.62;
}

.block-page-block--goods-name a{
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.block-page-block--goods-comment{
  display: none;
}

.block-page-block--contents-goodslist dd:has(.revico-star-zone){
  padding-inline: 10px;
}


.block-page-block--contents-body-img-slider-1column {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.block-page-block--contents-body-imgtext-slider-1column {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.block-page-freespace--caption{
  padding: 0 20px;
}

.page-page .pane-main{
  padding: 0 0 120px;
}

.block-page-column-hero-img{
  margin: 0 0 16px;
}

.block-page-column-hero-img img{
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.block-page-column-hero h1{
  font-size: 18px;
  font-family: var(--font-700);
  font-weight: bold;
  margin: 0 0 20px;
}

.block-page-column-contents{
  border-top: 1px solid #007BD0;
  padding: 30px 0 0;
}

.block-page-column-contents h2{
  font-size: 20px;
  text-align: center;
  margin: 0 0 10px;
}

.block-page-column-contents-inner{
  border-radius: 4px;
  background: linear-gradient(-45deg, rgba(0, 123, 208, 0.1), rgba(0, 172, 90, 0.1));
  padding: 20px 10px;
}

.block-page-column-contents-list{
  list-style: none;
  counter-reset: number 0; 
}

.block-page-column-contents-list > * + *{
  margin: 10px 0 0;
}

.block-page-column-contents-list li{
  line-height: 1.42;
  background: #FFF;
  border-radius: 4px;
  padding: 16px 10px ;
  position: relative;
}

.block-page-column-contents-list li::before{
  counter-increment: number 1;
  content: counter(number)".";
  font-size: 20px;
  color: var(--color01);
  font-family: var(--font-500);
  font-weight: 500;
  font-style: italic;
  position: absolute;
  top: 10px;
  left: 10px;
}

.block-page-column-contents-list li a{
  display: block;
  text-decoration: none;
  position: relative;
  padding: 0 0 0 22px;
}

.block-page-column-related-list h2{
  text-align: center;
  margin: 0 0 10px;
}

.block-page-column-related-list ul{
  display: flex;
  flex-wrap: wrap;
  gap: 40px 18px;
}

.block-page-column-related-list ul li{
  width: calc((100% - 18px) / 2);
}

.block-page-column-related-list__img{
  margin: 0 0 16px;
}

.block-page-column-related-list__img img{
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.block-page-column-related-list__title{
  line-height: 1.5;
  margin: 0 0 10px;
}

.block-page-column-related-list__link{
  text-align: right;
}

.block-page-column-related-list__link a{
  font-size: 16px;
}

.block-page-block{
  counter-reset: sub-chapter;
}

.block-page-block-column h2{
  font-size: 18px;
  font-family: var(--font-500);
  font-weight: 500;
  line-height: 1.44;
  margin: 0 0 20px;
  padding: 0 0 0 28px;
  position: relative;
}

.block-page-block-column h2::before{
  counter-increment: sub-chapter;
  content: counter(sub-chapter)".";
  font-size: 24px;
  color: var(--color01);
  font-style: italic;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-bottom: 2px solid var(--color01);
  line-height: 1;
  padding-bottom: 4px;
}

.block-page-column-headline01{
  font-size: 18px;
  font-family: var(--font-500);
  font-weight: 500;
  line-height: 1.44;
  border-bottom: 1px solid #C9C9C9;
  margin: 0 0 20px;
  padding: 0 0 5px;
}

.block-page-column-headline02{
  font-size: 18px;
  font-family: var(--font-700);
  font-weight: bold;
  line-height: 1.44;
  margin: 0 0 20px;
}

.block-page-block-column-contents{
  margin: 0 0 40px;
}

.block-page-block-column-contents:last-child{
  margin-bottom: 0;
}

.block-page-block--contents-body-img-1column{
  width: 100%;
  text-align: center;
}

.block-page-block--contents-body-img-1column img{
  border-radius: 4px;
}

.block-page-block--contents-body-img-2column img{
  border-radius: 4px;
}

.block-page-block--contents-body-imgtext-1column img{
  border-radius: 4px;
}

.block-page-block--contents-body-imgtext-1column-text{
  margin: 20px 0 0;
}

/* ---- Swiper表示 ---- */
.block-page-block--contents-swiper {
  margin: 40px 0 80px 0;
  position: relative;
}

.block-page-block--contents-swiper .swiper-pageblock {
  overflow: hidden;
}

.block-page-block--contents-swiper .swiper-pageblock .swiper-wrapper {
  z-index: 0;
}

.block-page-block--contents-swiper .swiper-button-disabled {
  display: none;
}

.block-page-block--contents-swiper .swiper-page-next, .block-page-block--contents-swiper .swiper-page-prev {
  width: 40px;
  height: 40px;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  background: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.block-page-block--contents-swiper .swiper-page-next{
  right: -12px;
}
.block-page-block--contents-swiper .swiper-page-next::after{
  content: "";
  width: 18px;
  height: 5px;
  background: url(../../img/usr/common/arrow_next.png) center center / contain no-repeat;
  display: block;
}
.block-page-block--contents-swiper .swiper-page-prev{
  left: -12px;
}
.block-page-block--contents-swiper .swiper-page-prev::after {
  content: "";
  font-size: 0;
  width: 18px;
  height: 5px;
  background: url(../../img/usr/common/arrow_prev.png) center center / contain no-repeat;
  display: block;
}

.block-page-block--contents-swiper .swiper-page-prev.swiper-button-disabled,.block-page-block--contents-swiper .swiper-page-next.swiper-button-disabled {
  opacity: 1;
  background: #DEDEDE;
  box-shadow: none;
}
.block-page-block--contents-swiper .swiper-page-prev.swiper-button-disabled::after {
  background: url(../../img/usr/common/arrow_prev_w.png) center center / contain no-repeat;
}
.block-page-block--contents-swiper .swiper-page-next.swiper-button-disabled::after{
  background: url(../../img/usr/common/arrow_next_w.png) center center / contain no-repeat;
}

.block-page-block--contents-swiper .swiper-pagination {
  justify-content: center;
  bottom: -20px !important;
}

.block-page-block--contents-swiper .swiper-pagination-bullet {
  width: 23px;
  height: 3px;
  background: #C9C9C9;
  border-radius: 0;
  opacity: 1;
}

.block-page-block--contents-swiper .swiper-pagination-bullet-active {
  background: var(--color01);
}

.block-page-block--contents-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0;
}

.block-page-block--frame:has(.block-page-block--contents-goodslist){
  margin: 0 calc(50% - 50vw) 40px;
  padding: 30px 20px 50px;
  background: #F1F9FF;
}

.block-page-block-goods-title{
  font-size: 18px;
  font-family: var(--font-500);
  font-weight: 500;
  text-align: center;
  margin: 0 0 16px;
}