﻿/* --------------------------------------------------------------------
	レイアウト
-------------------------------------------------------------------- */
.block-category-event-wrap{
  padding-right: 0;
  align-items: center;
}
.block-top--header{
  margin: 0;
  background: none;
  padding-left: 0;
}
/* PCクラス */
@media screen and (min-width: 769px) {
  div.wrapper_{
    max-width: 100%;
    margin: 0;
    padding-inline: 0;
    padding-top: 100px;
  }
  .block-top--header{
    font-size: 32px;
  }
}
/* スマートフォンクラス */
@media screen and (max-width: 768px) {
  .block-top--header{
    font-size: 20px;
  }
  div.wrapper_ {
    padding-top: 80px !important;
  }
}
@media (min-width: 769px) and (max-width: 1615px) {
  div.wrapper_{
      padding-inline: 0;
  }
}
/* --------------------------------------------------------------------
	共通
-------------------------------------------------------------------- */
.js-tabs-content {
	display: none;
}

.js-tabs-content.is-active {
	display: block;
}

.js-tabs-content[hidden] {
	display: none !important;
}
@media screen and (max-width: 768px) {
	.js-tabs-content .rt-products--item-thumb {
		margin-bottom: 10px;
	}
}
/* --------------------------------------------------------------------
	お知らせ (共通）
-------------------------------------------------------------------- */
.news-item-type {
    text-align: center;
    padding: 3px 12px 4px;
    border-radius: 50vh;
    font-size: 10px;
    border: 1px solid #707070;
}
.top-news-block{
  display: flex;
}
.news-item-title{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.top-news-block .news-item-type {
  background-color: #fff;
  border: none;
  font-size: 10px;
  font-weight: normal;
  padding-inline: 14px;
  border-radius: 50vh;
}

.news-item-date {
  flex-shrink: 0;
  font-size: 12px;
}
/* PCクラス */
@media screen and (min-width: 769px) {
  .top-news-block{
    justify-content: space-between;
    align-items: center;
    max-width: 1600px;
    margin: auto;
    padding: 34px 0;
  }
  .top-news-block .news-item--link{
    display: flex;
    align-items: center;
    transition: var(--transition-all);
  }
  .top-news-block .news-item--link:hover{
    text-decoration: none;
    opacity: .75;
  }
  .news-item-title{
    margin-left: 16px;
    margin-right: 24px;
  }

  .top-news-pickup-block .news-item-title{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .news-item-date {
    min-width: 95px;
  }
}
/* スマートフォンクラス */
@media screen and (max-width: 768px) {
  .top-news-block{
    display: flex;
    gap: 20px;
    padding: 20px 0 30px 24px;
  }

  .top-news-block .block-category-event--all{
    margin-top: auto;
  }

}
@media (min-width: 769px) and (max-width: 1615px) {
  .top-news-block{
      padding-inline: 40px;
  }
}
/* --------------------------------------------------------------------
	お知らせ （ティッカー）
-------------------------------------------------------------------- */
.top-news-block .news-item+.news-item{
  margin-top: 8px;
}
/* スマートフォンクラス */
@media screen and (max-width: 768px) {
  .top-news-block .news-items{
    width: 80%;
  }
  .top-news-block .news-item-title {
    display: block;
    margin-top: 6px;
  }
}
/* --------------------------------------------------------------------
	お知らせ （tab）
-------------------------------------------------------------------- */
.top-news-pickup-block .news-item--link{
  display: flex;
  gap: 12px;
  text-decoration: none;
}

.top-news-pickup-block .news-item-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-news-pickup-block {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 24px 32px;
  background-color: var(--color-gray50);
}
.top-news-pickup-block .news-item-type{
  flex-shrink: 0;
  height: 2.2em;
}
.top-news-pickup-block .news-item{
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 16px;
  margin-top: 16px;
}
.top-news-pickup-block .news-item:first-child{
  margin-top: 0;
}
.top-news-pickup-block .news-item:last-child{
  border: none;
  padding-bottom: 0;
}
/* PCクラス */
@media screen and (min-width: 769px) {
  .top-news-pickup-block .news-item--link{
    gap: 32px;
    transition: var(--transition-all);
    background: url(../../news/img/list-arrow.svg) center right no-repeat;
    padding-right: 11%;
  }
  .top-news-pickup-block .news-item--link:hover{
    text-decoration: none;
    opacity: .75;
  }
  .top-news-pickup-block{
    padding: 26px 92px 60px;
    border-radius: 0 0 8px 8px;
  }

  .news-pickup-tab .news-item-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .top-news-pickup-block .news-item-title {
    margin: 0;
    max-width: 76%;
  }
}
@media (max-width: 1300px) {
  .top-news-pickup-block .news-item--link {
    flex-direction: column;
  }

  .top-news-pickup-block .news-item-title {
    max-width: none;
  }
}
@media (min-width: 769px) and (max-width: 1615px) {
  .top-news-pickup-block {
      padding-inline: 40px;
  }
}
/* --------------------------------------------------------------------
	タブ切替
-------------------------------------------------------------------- */
.news-tablist{
  padding-top: 32px;
  background-color: #f5f5f5;
}
.news-tablist .block-category-event-wrap{
  margin-bottom: 0;
}
.news-pickup-tab{
  display: none;
  background-color: #fff;
}
.news-pickup-tab.is-active{
  display: block;
}
.news-tablist-wrap{
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 34px;
  background-color: var(--color-gray50);
}
.block-top-tablist {
  margin-left: 24px;
  margin-bottom: 24px;
  display: flex;
  gap: 1px;
  width: calc(100% - 24px);
  overflow-x: auto;
}

.block-top-tablist > li {
  flex-shrink: 0;
}

.block-top-tablist > li:first-child .block-top-button{
  border-radius: 50vh 0 0 50vh;
}

.block-top-tablist > li:last-child .block-top-button{
  border-radius: 0 50vh 50vh 0;
}

.block-top--info .block-top-tablist > li {
  width: 50%;
}

.block-top-button {
  appearance: none;
  background-color: #fff;
  color: #595959;
  font-size: 12px;
  font-weight: normal;
  border: 0;
  padding: 8px 16px;
  width: 100%;
}

.block-top-button.is-active {
  background-color: #595959;
  color: #fff;
  font-weight: bold;
  opacity: 1;
}
/* PCクラス */
@media screen and (min-width: 769px) {
  .news-tablist{
    padding-top: 0;
    background-color: #fff;
  }
.news-tablist .block-category-event-wrap{
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 34px;
  margin-bottom: 24px;
}
  .news-pickup-tab,
  .news-tablist{
    padding-inline: clamp(40px, calc(50vw - 800px), 65px);
  }
  .news-tablist-wrap{
    padding-top: 60px;
    border-radius: 8px 8px 0 0;
  }
  .block-top-tablist {
    margin-bottom: 0;
    margin-inline: 92px;
    display: flex;
    width: fit-content;
    border-radius: 50vh;
    overflow: hidden;
  }

  .block-top-tablist > li {
    width: auto;
  }

  .block-top-button {
    appearance: none;
    background-color: #fff;
    color: #595959;
    font-size: 16px;
    font-weight: normal;
    border: 0;
    padding: 8px 26px;
    cursor: pointer;
    transition: var(--transition-opacity);
  }

  .block-top-button:is(:hover, :focus) {
    opacity: .6;
  }

  .block-top-button.is-active {
    background-color: #595959;
    color: #fff;
    font-weight: bold;
    opacity: 1;
  }
}

@media (min-width: 769px) and (max-width: 1615px) {
  .news-tablist .block-category-event-wrap,
  .news-tablist-wrap{
      padding-inline: 40px;
  }

  .news-tablist .block-category-event-wrap {
    padding-inline: 0;
  }

  .news-tablist-wrap .block-top-tablist {
    margin-inline: 0;
  }
}
/* --------------------------------------------------------------------
	カテゴリ
-------------------------------------------------------------------- */
.block-category{
  padding-top: 32px;
  background-color: #fff;
}
.block-category .block-top-content{
  background-color: #fff;
}
/* PCクラス */
@media screen and (min-width: 769px) {
  .block-category{
    padding-top: 0;
    padding-inline: clamp(40px, calc(50vw - 800px), 65px);
  }
  .block-category .block-top-content{
    max-width: 1600px;
    margin: auto;
    padding: 80px 0;
  }
}
/* スマートフォンクラス */
@media screen and (max-width: 768px) {
  .block-category .block-headernav--category-list-wrap {
    overflow-x: auto;
    width: 100vw;
  }
  .block-category .block-headernav--category-list{
    width: 1162px;
    margin: auto 12px 32px;
  }
  .block-category .block-headernav--category-item{
    width: 122px;
    flex-shrink: 0;
  }
}
@media (min-width: 769px) and (max-width: 1615px) {
  .block-category .block-top-content{
      padding-inline: 0;
  }
}
/* --------------------------------------------------------------------
	ブランド
-------------------------------------------------------------------- */
.block-brand{
  background-color: #fff;
}
.block-brand .block-brand-wrap{
  max-width: 1600px;
  margin: auto;
  background-color: #fff;
}
.block-brand .block-brand-list{
  display: flex;
  flex-wrap: wrap;
}
.block-brand .block-brand-item{
  flex-shrink: 0;
}
.block-brand .block-brand-item--link{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px 16px;
  box-sizing: border-box;
  background-color: var(--color-gray50);
}
.block-brand .block-brand-item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
/* PCクラス */
@media screen and (min-width: 769px) {
  .block-brand{
    padding-bottom: 158px;
    padding-inline: clamp(40px, calc(50vw - 800px), 65px);
  }
  .block-brand .block-brand-list{
    gap: 24px 44px;
    margin: auto;
  }
  .block-brand .block-brand-item{
    width: calc((100% / 6) - 37px);
    max-width: 230px;
    aspect-ratio: 46 / 29;
  }
  .block-brand .block-brand-item--link{
     padding: 24px 32px;
    transition: var(--transition-all);
  }
  .block-brand .block-brand-item--link:hover{
    background-color: var(--color-gray100);
  }
}
/* スマートフォンクラス */
@media screen and (max-width: 768px) {
  .block-brand {
    padding-top: 32px;
  }
  .block-brand .block-brand-list-wrap{
    overflow-x: auto;
    width: 100vw;
  }
  .block-brand .block-brand-list{
    width: 772px;
    gap: 8px;
    margin-left: 24px;
    margin-bottom: 32px;
  }
  .block-brand .block-brand-item{
    width: 122px;
    height: 76px;
  }
  .block-brand .block-brand-item img {
    display: block;
    max-width: 90px;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
  }
}
@media (min-width: 769px) and (max-width: 1615px) {
  .block-brand .block-brand-wrap{
      padding-inline: 0;
  }
}
/* --------------------------------------------------------------------
	おすすめ情報
-------------------------------------------------------------------- */
.rt-products-info.rt-products .block-top-button{
  background-color: #fff;
}
.rt-products-info.rt-products .block-top-button.is-active{
  background-color: #595959;
}
.rt-products-info--inner .block-top-button span{
  font-size: 13px;
}
/* スマートフォンクラス */
@media screen and (max-width: 768px) {
  .rt-products-info.rt-products{
  padding: 0;
  background: none;
  }
  .rt-products-info .rt-products-info--inner .js-tabs-content{
    padding: 0 24px 32px;
  }
  .rt-products-info .rt-products-info--inner .rt-products-head{
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 0;
    margin-bottom: 0;
  }

  .rt-products-info .rt-products-info--inner .tablist-wrap {
    padding-left: 24px;
  }

  #rt_top_event_contents .rt-recommend--list{
    display: block;
    overflow: auto;
  }
  #rt_top_event_contents .rt-recommend--item a{
    display: flex;
  }
    .block-recommend-info-unit {
    background-color: var(--color-gray50);
  }

  .block-recommend-info-unit .block-category-event-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 16px;
  }

  .block-recommend-info-unit .block-top--header {
    margin: 0;
    padding: 0;
    background: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
  }

  .block-recommend-info-unit .block-category-event--all {
    margin: 0;
  }

  .block-recommend-info-unit .block-category-event--all > a {
    display: inline-flex;
    align-items: center;
    color: var(--color-primary);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
  }

  .block-recommend-info-unit .block-top-tablist {
    display: flex;
    width: 100%;
    margin: 0 0 20px;
    overflow: hidden;
    border-radius: 50vh;
    background-color: #fff;
  }

  .block-recommend-info-unit .block-top-tablist > li {
    flex: 1 1 0;
    width: auto;
  }

  .block-recommend-info-unit .block-top-button {
    display: block;
    width: 100%;
    padding: 9px 10px;
    border: 0;
    background-color: #fff;
    color: #595959;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
  }

  .block-recommend-info-unit .block-top-button.is-active {
    background-color: #595959;
    color: #fff;
    font-weight: 700;
  }

  .block-recommend-info-unit .rt-recommend,
  .block-recommend-info-unit .rt-recommend--inner,
  .block-recommend-info-unit .rt-recommend--inner.swiper {
    overflow: visible;
  }

  .block-recommend-info-unit .rt-recommend--list,
  .block-recommend-info-unit .rt-recommend--list.swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    transform: none !important;
  }

  .block-recommend-info-unit .rt-recommend--item,
  .block-recommend-info-unit .rt-recommend--item.swiper-slide {
    width: 100% !important;
    max-width: none;
    height: auto;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .block-recommend-info-unit .rt-recommend--item:last-child {
    border-bottom: 0;
  }

  .block-recommend-info-unit .rt-recommend--item > a {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    width: 100%;
    min-height: 90px;
    padding: 12px 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    text-decoration: none;
  }

  .block-recommend-info-unit .template-pickup-items--image {
    width: 140px;
    margin: 0;
    overflow: hidden;
    border-radius: 4px;
    background-color: #fff;
  }

  .block-recommend-info-unit .template-pickup-items--image img {
    display: block;
    width: 100%;
  }

  .template-pickup-items--image .lazyload{
    opacity: 1;
  }

  .block-recommend-info-unit .template-pickup-items--wrap {
    display: block;
    min-width: 0;
    padding: 0;
  }

  .block-recommend-info-unit .template-pickup-items--name {
    margin: 0;
    color: var(--color-gray900);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: .02em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .block-recommend-info-unit .template-pickup-items--text {
    margin-top: 6px;
    color: var(--color-gray700);
    font-size: 14px;
    line-height: 1.65;
    letter-spacing: .02em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .block-recommend-info-unit .parts-swiper-arrow,
  .block-recommend-info-unit .swiper-button-prev,
  .block-recommend-info-unit .swiper-button-next,
  .block-recommend-info-unit .swiper-pagination {
    display: none !important;
  }
    .block-recommend-info-unit .template-pickup-items--image {
    position: relative;
    flex-shrink: 0;
    width: 140px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #fff;
  }

  .block-recommend-info-unit .template-pickup-items--image img {
    display: block;
    width: 100%;
    height: 100%;
    min-width: 100%;
    font-size: 0;
    line-height: 0;
    color: transparent;
  }

  .block-recommend-info-unit .template-pickup-items--image::before {
    position: absolute;
    inset: 0;
    display: block;
    content: "";
    background-color: #fff;
    pointer-events: none;
  }

  .block-recommend-info-unit .template-pickup-items--image:has(img[src])::before {
    content: none;
  }
}

/* PCクラス */
@media screen and (min-width: 769px) {
    .rt-products-info.rt-products{
      background: none;
    }
  .rt-products-info--inner{
    max-width: 1600px;
    margin: 0 auto;
  }
  .rt-products-head-wrap{
    position: relative;
  }
  .rt-products-info--inner .rt-products-head,
  .rt-products--inner .rt-products-head{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  .rt-products-info--inner .rt-products-head--all,
  .rt-products--inner .rt-products-head--all{
    position: static;
  }
  .rt-products-info--inner .tablist-wrap,
  .rt-products--inner .tablist-wrap{
    position: absolute;
    top: 4px;
    left: calc(7rem + 80px);
  }
  .rt-products-info--inner .block-top-button{
    padding: 8px 26px;
  }
  .template-pickup-items--image{
    border-radius: 8px;
    margin-bottom: 24px;
    overflow: hidden;
  }
  .template-pickup-items--image .lazyload{
    opacity: 1;
  }
  .template-pickup-items--name{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 19px;
  }

  .block-top--header {
    padding: 0;
  }
}

@media (min-width: 769px) and (max-width: 1615px) {
  .rt-products-info.rt-products {
    padding-inline: 40px;
  }
}

/* --------------------------------------------------------------------
	ランキング、商品を探す
-------------------------------------------------------------------- */
/* 共通 */
.block-products,
.rt-products {
  background-color: #fff;
}

.block-products--inner,
.rt-products--inner {
  max-width: 1600px;
  margin: auto;
}

.block-products-head-wrap,
.rt-products-head-wrap {
  position: relative;
  display: flex;
}

.block-products-head--title,
.rt-products-head--title {
  padding-left: 0;
  margin-bottom: 0;
  background: none;
}

.block-products .block-top-tablist,
.rt-products .block-top-tablist {
  margin: 0;
  width: 100%;
}

.block-products .block-top-button:not(.is-active),
.rt-products .rt-top-button:not(.is-active){
  background-color: #f5f5f5;
}


/**/
.rt-products-head {
  width: 100%;
}

.rt-products--list {
  display: flex;
}

.rt-products--item-link {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.rt-products--item-thumb {
  margin-bottom: 24px;
}

.rt-products--item-name {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rt-products--item-top {
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.rt-products .block-top-button{
  background-color: #f5f5f5;
}

.rt-products .block-top-button.is-active{
  background-color: #595959;
}

.js-tabs-content .rt-products {
  padding-top: 0;
}

/* PCクラス */
@media (min-width: 769px) {
  .block-products.-search{
    padding-bottom: 1px;
  }
  .rt-ranking-block{
    padding-inline: clamp(40px, calc(50vw - 800px), 65px);

  }
  .rt-products{
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .rt-products .rt-products {
    padding-bottom: 0;
  }
  .block-products.-search .rt-products {
    padding: 0;
  }

  .rt-products.-search {
    padding-top: 40px;
  }

  .block-products.-search .block-top-head-wrap{
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 24px;
  }

  .rt-products-head-wrap {
    margin-bottom: 24px;
    align-items: center;
    justify-content: flex-start;
    gap: 19px;
  }

  .rt-products.-search .rt-products-head-wrap {
    gap: 40px;
  }

  .rt-products-head--all {
    position: absolute;
    top: 0;
    right: 0;
  }

  .rt-products-head--all > a {
    border-radius: 50vh;
    border: 1px solid var(--color-primary);
    padding: 4px 13px 4px 22px;
  }

  .rt-products-head--title {
    font-size: 32px;
  }

  /**/
  .js-rcmd-swiper .rt-products--list.swiper-wrapper{
    padding: 3px 0;
  }
  .rt-products--list {
    gap: 44px;
  }

  .rt-products .rt-products--item {
    box-shadow: 0 2px 12px #0000000D;
  }

  .rt-products--item-link {
    transition: var(--transition-opacity);
  }

  .rt-products--item-link:is(:hover, :focus) {
    opacity: .8;
    text-decoration: none;
  }
}

/* SPクラス */
@media (max-width: 1100px) {
  .rt-products-head-wrap {
    flex-direction: column;
    align-items: start;
    gap: 12px;
    margin-bottom: 20px;
  }

  .rt-products-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
	.rt-products--list {
		overflow: visible;
	}
}

.forcms_block.block-products.-search .js-rcmd-swiper .rt-products--item-link:is(:hover, :focus) {
  text-decoration: none;
}

@media (max-width: 768px) {
  .rt-products {
    padding: 32px 0 32px 24px;
  }

  .block-products--inner .block-top-head{
    margin-bottom: 16px;
  }
  .block-products--inner .rt-products {
    padding: 0;
  }
  .block-products--inner .block-recommend-unit{
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .rt-products .rt-products{
    padding: 0;
  }

  .forcms_block.block-products.-search {
    padding-bottom: 22px;
    padding-left: 24px;
  }

  .forcms_block.block-products.-search .js-rcmd-swiper .rt-products--item-link {
    padding: 0 !important;
  }

  .forcms_block.block-products.-search .block-thumbnail-h {
    margin-top: 24px !important;
    padding-left: 0 !important;
    margin-bottom: 0;
  }

  .forcms_block.block-products.-search .block-thumbnail-h a {
    padding: 0 0 12px;
  }
}

@media (min-width: 769px) and (max-width: 1615px) {
  .rt-products.rt-ranking-block {
    padding-inline: 40px;
  }
  .block-products.-search {
      padding-inline: 0;
  }
}
/* --------------------------------------------------------------------
  ランキング / レコメンド Swiper 崩れ対策
-------------------------------------------------------------------- */
.js-rcmd-swiper .rt-products--inner.swiper {
  overflow: hidden;
}

.js-rcmd-swiper .rt-products--list.swiper-wrapper {
  display: flex;
  gap: 0;
}

.js-rcmd-swiper .rt-products--item.swiper-slide {
  flex: 0 0 auto;
  max-width: none;
  height: auto;
}

.js-rcmd-swiper .rt-products--item-link {
  height: 100%;
  box-sizing: border-box;
  padding: 0;
}

.js-rcmd-swiper .rt-products--item-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.js-rcmd-swiper .rt-products--item-name {
  min-height: calc(1.7em * 2);
  line-height: 1.7;
}

.js-rcmd-swiper .rt-products--item-price {
  margin-top: auto;
}
@media (min-width: 769px) {
  .js-rcmd-swiper .rt-products--item-thumb {
	  padding: 20px 20px 0;
  }
}
/* SPクラス */
@media (max-width: 768px) {
  .js-rcmd-swiper .rt-products--list.swiper-wrapper {
    padding-bottom: 0;
  }
  .js-rcmd-swiper .rt-products--item-thumb {
	  margin-bottom: 10px;
  }
  .js-rcmd-swiper .rt-products--item-name {
	  padding: 0 6px;
  }
  .js-rcmd-swiper .rt-products--item-price {
	  padding: 0 6px 16px;
	 }
	.rt-products--item-name .no {
		width: 30px;
		height: 30px;
	}
}
/* --------------------------------------------------------------------
	ReviCo
-------------------------------------------------------------------- */
.revico-multicomment-top .revico-starability-result{
  background-image: url(/img/usr/revico_star.svg) !important;
}
#revico-review-slider .revico-review-comment-detail--wrap {
  flex-direction: column;
  gap: 0;
}
#revico-review-slider .revico-review-comment-row[data-pickup-review=true] .revico-review-comment-detail {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#revico-review-slider .revico-review-comment-row[data-pickup-review=true] .revico-review-comment-detail .revico-review-comment-detail--wrap {
  flex-grow: 1;
}

#revico-review-slider  .btn-default.btn.icon-svg-link-arrow-anime {
  margin-top: auto;
}
  .revico-multicomment-top.revico-common-background-style {
    background-color: transparent !important;
  }
/* PCクラス */
@media screen and (min-width: 769px) {
  .revico-multicomment-inner .allreview-swiper,
  .revico-multicomment-inner .allreview-new-swiper {
    margin-top: 0 !important;
  }
  .revico-allreview{
    padding-inline: clamp(40px, calc(50vw - 800px), 65px);
  }
  .revico-allreview-head{
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 24px;
  }
  .revico-allreview-head .block-top-tablist{
    margin-inline: 0;
  }
  .revico-allreview-wrap .revico-multicomment-top .revico-comment-main{
      max-width: 100%;
      margin: 0;
  }
  .revico-allreview-wrap{
    max-width: 1600px;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .revico-allreview-wrap .block-category-event-wrap {
    margin-bottom: 0;
  }

  .revico-allreview-wrap .revico-multicomment-top .revico-multicomment-inner{
    max-width: 100%;
  }
  .revico-multicomment-top .revico-widget .revico-review-comment-row-wrapper{
    max-width: 367px;
    border-radius: 8px;
    box-shadow: 0px 2px 12px #0000000D;
    padding: 24px;
  }
  .revico-allreview-wrap .allreview-slick,
  .revico-allreview-wrap .allreview-new-slick{
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
    background: none;
    gap: 44px;
  }
  .revico-multicomment-top .revico-widget .revico-review-comment-detail--wrap{
    padding: 0;
  }
  #revico-review-slider .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review=true] .revico-review-comment-detail--product-name .revico-review-comment-detail--product-name-image img{
    max-width: 319px;
    max-height: 319px;
    width: 100%;
  }
  .revico-allreview-wrap .swiper-container {
    position: relative;
  }

  .revico-allreview-wrap .swiper-container .parts-swiper-arrow--prev,
  .revico-allreview-wrap .swiper-container .parts-swiper-arrow--next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block !important;
    width: 64px;
    height: calc(100% - 49px) !important;
    border-radius: 8px;
    transition: var(--transition-all);
    z-index: 1;
  }

  .revico-allreview-wrap .swiper-container .parts-swiper-arrow--prev::after,
  .revico-allreview-wrap .swiper-container .parts-swiper-arrow--next::after {
    display: block;
    width: 64px;
    height: 100%;
    content: "";
    transition: var(--transition-all);
  }

  .revico-allreview-wrap .swiper-container .parts-swiper-arrow--prev {
    left: -74px;
  }

  .revico-allreview-wrap .swiper-container .parts-swiper-arrow--next {
    right: -74px;
  }

  .revico-allreview-wrap .swiper-container .parts-swiper-arrow--prev::after {
    background: url(../img/icon_arrow_slide_prev.svg) no-repeat 50% 50%;
    background-size: 25px 70px;
  }

  .revico-allreview-wrap .swiper-container .parts-swiper-arrow--next::after {
    background: url(../img/icon_arrow_slide_next.svg) no-repeat 50% 50%;
    background-size: 25px 70px;
  }

  .revico-allreview-wrap .swiper-container .parts-swiper-arrow--next:is(:hover),
  .revico-allreview-wrap .swiper-container .parts-swiper-arrow--prev:is(:hover) {
    background-color: #eae6e2;
  }

  .revico-allreview-wrap .swiper-container .parts-swiper-arrow--prev:is(:hover)::after {
    background-position: top 50% right 55%;
  }

  .revico-allreview-wrap .swiper-container .parts-swiper-arrow--next:is(:hover)::after {
    background-position: top 50% left 55%;
  }

  .revico-widget #revico-review-slider .revico-starability-result:after {
    font-size: 40px;
    top: -45px;
  }

  .revico-allreview .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row {
    width: 100%;
  }

  .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--title .revico-review-comment-detail--title-review-title {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .revico-allreview-wrap .revico-review-comment-detail--product-name-warap {
    margin-bottom: 16px;
  }

  .revico-allreview-wrap .revico-review-comment-detail--comment--content {
    font-size: 16px;
    color: #333;
  }
}

/* SPクラス */
@media (max-width: 768px) {
  .revico-allreview-wrap .block-category-event-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .revico-allreview-head {
    padding: 0;
    flex-direction: column;
  }

  .revico-allreview-head .block-category-event-wrap {
    padding-left: 0;
    margin-bottom: 12px;
  }

  .revico-multicomment-top .revico-review-comment-row-wrapper {
    width: 45% !important;
    flex-basis: 45% !important;
  }

  /* li1つ */
  .vs-staff-block .vs-staff--inner .hacobune-gallery .hacobune-grid-col:only-child,
  .hacobune-gallery .hacobune-swiper-slide:only-child {
    border-radius: 8px;
    box-shadow: 0 3px 6px #0000000D;
    border-right: 0;
    overflow: hidden;
  } 

  /* li2つ */
  .hacobune-gallery .hacobune-grid-row:has(.hacobune-grid-col:first-child:nth-last-child(2)) .hacobune-grid-col:first-child,
  .hacobune-gallery:has(.hacobune-swiper-slide:first-child:nth-last-child(2)) .hacobune-swiper-slide:first-child,
  .allreview-swiper.swiper:has(.revico-review-comment-row-wrapper:first-child:nth-last-child(2)) .revico-review-comment-row-wrapper:first-child,
  .allreview-new-swiper.swiper:has(.revico-review-comment-row-wrapper:first-child:nth-last-child(2)) .revico-review-comment-row-wrapper:first-child {
    border-radius: 8px 0 0 8px;
    box-shadow: 0 3px 6px #0000000D;
  }

  .hacobune-gallery .hacobune-grid-row:has(.hacobune-grid-col:first-child:nth-last-child(2)) .hacobune-grid-col:last-child,
  .hacobune-gallery:has(.hacobune-swiper-slide:first-child:nth-last-child(2)) .hacobune-swiper-slide:last-child,
  .allreview-swiper.swiper:has(.revico-review-comment-row-wrapper:first-child:nth-last-child(2)) .revico-review-comment-row-wrapper:last-child,
  .allreview-new-swiper.swiper:has(.revico-review-comment-row-wrapper:first-child:nth-last-child(2)) .revico-review-comment-row-wrapper:last-child {
    border-radius: 0 8px 8px 0;
    box-shadow: 0 3px 6px #0000000D;
    border-right: 0;
  }

  .hacobune-gallery .hacobune-grid-row:has(.hacobune-grid-col:first-child:nth-last-child(2)) .hacobune-grid-col:first-child,
  .hacobune-gallery .hacobune-grid-row:has(.hacobune-grid-col:first-child:nth-last-child(2)) .hacobune-grid-col:last-child {
    overflow: hidden;
  }

  /* li3つ以上（overflowが発生する状態） */
  .hacobune-gallery .hacobune-mix-list:has(.hacobune-grid-col:nth-last-child(3)),
  .hacobune-gallery:has(.hacobune-swiper-slide:nth-child(3)) .hacobune-slider-container,
  .allreview-swiper.swiper:has(.revico-review-comment-row-wrapper:nth-child(3)),
  .allreview-new-swiper.swiper:has(.revico-review-comment-row-wrapper:nth-child(3)) {
    overflow: hidden;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .1);
  }
}

@media (min-width: 769px) and (max-width: 1615px) {
  .revico-allreview-wrap {
      padding-inline: 0;
  }
}

.revico-multicomment-top .revico-widget .revico-comment-header,
.revico-multicomment-top .revico-widget .revico-comment-footer{
  display: none;
}
/* nishikawaスタッフのおすすめ */
.vs-staff-block{
  background-color: #fff;
}
.hacobune-containers-card-slider[data-v-6d5d5f58] .card-slider-hacobune-slider-next .hacobune-icon-button.icon-slider::after,
.hacobune-containers-card-slider[data-v-6d5d5f58] .card-slider-hacobune-slider-prev .hacobune-icon-button.icon-slider::after{
  display: none;
}
.vs-wrap .hacobune-containers-card-slider .card-slider-hacobune-slider-next .hacobune-icon-button.icon-slider,
.vs-wrap .hacobune-containers-card-slider .card-slider-hacobune-slider-prev .hacobune-icon-button.icon-slider {
  background-color: transparent !important;
}

.vs-staff-block .hacobune-layout-base-top-html {
  display: none;
}

.vs-staff-block .pc--only .hacobune-swiper-wrapper {
  gap: 0;
}
/* スマートフォンクラス */
@media screen and (max-width: 768px) {
  .vs-staff-block .sp--only .hacobune-gallery * {
    font-family: "Zen Kaku Gothic New", "MyYuGothicM", "YuGothic", BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
  }
  .vs-staff-block .sp--only .hacobune-mix-search {
    margin-top: 0; 
  }

  .vs-staff-block .sp--only .hacobune-sort-selector {
    margin-bottom: 0;
  }

  .vs-staff-block .sp--only .hacobune-sort-selector-tab-list {
    width: fit-content;
  }
  
  .vs-staff-block .sp--only .hacobune-sort-selector-tab-list > .hacobune-sort-selector-tab-item .hacobune-sort-selector-tab-button {
    padding: 6px 16px;
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
    font-weight: normal;
  }

  .hacobune-sort-selector-tab-list > li:not(.hacobune-sort-selector-tab-item--active) > .hacobune-sort-selector-tab-button {
    background-color: #fff;
  }

  .hacobune-sort-selector-tab-list > li:last-child > .hacobune-sort-selector-tab-button {
    border-radius: 0 50vh 50vh 0;
  }
  .vs-staff-block .sp--only .hacobune-logo {
    margin-top: 0;
    background-color: #f5f5f5;
    padding-bottom: 32px;
  }
  .vs-staff-block{
    padding-left: 24px;
  background-color: #f5f5f5;
  overflow: hidden;
}
  .vs-staff-head-wrap{
    padding: 32px 0;
    overflow: hidden;
  }
  .vs-staff-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: end;
    gap: 8px;
    margin-bottom: 24px;
    padding: 0;
  }
  .vs-staff-block .sp--only .hacobune-tag-list{
    display: none;
  }
  .vs-staff-block .sp--only .hacobune-grid-content {
    overflow-x: auto;
  }

  .hacobune-gallery .hacobune-mix-list-item,
  .hacobune-gallery .hacobune-card-slider-list-item {
    padding: 0 !important;
  }
}
/* PCクラス */
@media screen and (min-width: 769px) {
  .vs-staff-block{
    padding: 80px 0 85px;
    padding-inline: clamp(40px, calc(50vw - 800px), 65px);
  }
  .vs-staff--inner{
    max-width: 1600px;
    margin: 0 auto;
  }
  .vs-staff-head-wrap{
    margin-bottom: 24px;
  }
  .vs-staff--inner .vs-staff-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .vs-staff-block .vs-staff--inner .hacobune-containers-card-slider .card-slider-hacobune-slider-next .hacobune-icon-button.icon-slider,
  .vs-staff-block .vs-staff--inner .hacobune-containers-card-slider .card-slider-hacobune-slider-prev .hacobune-icon-button.icon-slider {
    background-color: transparent !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }

  .vs-staff-block .vs-staff--inner .hacobune-containers-card-slider .card-slider-hacobune-slider-next .hacobune-icon-button.icon-slider:is(:hover, :focus)::before {
    background-position: top 50% left 55% !important;
  }

  .vs-staff-block .vs-staff--inner .hacobune-containers-card-slider .card-slider-hacobune-slider-prev .hacobune-icon-button.icon-slider:is(:hover, :focus)::before {
    background-position: top 50% right 55% !important;
  }
}
/* --------------------------------------------------------------------
  ReviCo お客様の声：スマホデザイン
-------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .revico-allreview {
    background-color: #f5f5f5;
    padding: 32px 0 32px 24px;
    overflow: hidden;
  }

  .revico-allreview-wrap {
    padding: 0;
  }

  .revico-allreview-head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .revico-allreview-head .block-top--header {
    font-size: 20px;
  }

  .revico-allreview-head .block-category-event--all {
    margin-left: auto;
  }

  .revico-allreview-head .block-category-event--all > a {
    color: var(--color-primary);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
  }

  .revico-allreview-head .block-top-tablist {
    width: 100%;
    margin: 0 24px 20px 0;
    overflow: hidden;
    border-radius: 50vh;
    background-color: #fff;
  }

  .revico-allreview-head .block-top-tablist > li {
    flex: 1 1 0;
    width: auto;
  }

  .revico-allreview-head .block-top-button {
    padding: 9px 10px;
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .revico-allreview-wrap .revico-multicomment-top .revico-comment-main,
  .revico-allreview-wrap .revico-multicomment-top .revico-multicomment-inner {
    max-width: none;
    margin: 0;
  }

  .revico-allreview-wrap .allreview-swiper,
  .revico-allreview-wrap .allreview-new-swiper {
    overflow: visible;
  }

  .revico-allreview-wrap .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }

  .revico-allreview-wrap .revico-review-comment-row-wrapper {
    margin: 0 !important;
    padding: 0;
  }

  .revico-allreview-wrap .revico-review-comment-row {
    height: 100%;
  }

  .revico-allreview-wrap .revico-review-comment-detail {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .revico-allreview-wrap .revico-review-comment-detail--product-name-image {
    margin: 0;
  }

  .revico-allreview-wrap .revico-review-comment-detail--product-name-image img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .revico-allreview-wrap .revico-review-comment-detail--wrap {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 0;
  }

  .revico-allreview-wrap .revico-review-comment-detail--star {
    margin-bottom: 8px;
  }

  .revico-allreview-wrap .revico-review-comment-detail--title-review-title {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
  }

  .revico-allreview-wrap .revico-review-comment-detail--product-name-warap {
    margin-bottom: 12px;
  }

  .revico-allreview-wrap .revico-review-comment-detail--product-item--name {
    color: #777;
    font-size: 12px;
    line-height: 1.6;
  }

  .revico-allreview-wrap .revico-review-comment-detail--comment {
    margin-bottom: 16px;
  }

  .revico-allreview-wrap .revico-review-comment-detail--comment--content {
    color: #444;
    font-size: 14px;
    line-height: 1.8;
  }

  .revico-allreview-wrap .btn-default.btn {
    margin-top: auto;
    width: 100%;
    min-height: 40px;
    border-radius: 50vh;
    background-color: #222;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
  }

  .revico-allreview-wrap .parts-swiper-arrow,
  .revico-allreview-wrap .swiper-button-prev,
  .revico-allreview-wrap .swiper-button-next {
    display: none !important;
  }
}
/* --------------------------------------------------------------------
	サービス紹介
-------------------------------------------------------------------- */
.block-top-service-list{
  display: flex;
  flex-wrap: wrap;
}
.block-top-service-item{
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 3px 6px #0000000D;
  overflow: hidden;
}
.block-top-service-link:hover{
  text-decoration: none;
}
/* PCクラス */
@media screen and (min-width: 769px) {
  .block-top-service{
    padding-inline: clamp(40px, calc(50vw - 800px), 65px);
  }
  .block-top-service-wrap{
    max-width: 1600px;
    margin: auto;
    padding: 80px 0;
  }
  .block-top-service-list{
    gap: 44px;
  }
  .block-top-service-item{
    width: calc((100% / 3) - 30px);
  }
  .block-top-service-link:hover{
    opacity: .75;
    transition: var(--transition-all);
  }
  .block-top-service-title figure{
    margin-bottom: 26px;
  }
  .block-top-service-title b{
    display: block;
    font-size: 20px;
    font-weight: 700;
    padding: 0 24px;
  }
  .block-top-service-content{
    padding: 16px 24px 20px;
    font-size: 14px;
  }
}
/* スマートフォンクラス */
@media screen and (max-width: 768px) {
  .block-top-service{

  }
  .block-top-service-wrap{
    padding: 32px 0 32px 24px;
  }
  .block-top-service-wrap .block-category-event-wrap{
    padding: 0;
  }
  .block-top-service-list{
    gap: 8px;
    padding-right: 24px;
  }
  .block-top-service-item{
    width: calc(50% - 4px);
  }
  .block-top-service-title b{
    margin: 16px;
    display: block;
    font-size: 14px;
  }
  .block-top-service-content{
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1615px) {
    .block-top-service-wrap {
        padding-inline: 0;
    }
}
/* --------------------------------------------------------------------
	リンク一覧下部
-------------------------------------------------------------------- */
.block-banner-link{
  background-color: #fff;
}
.block-top-banner-link-list{
  display: flex;
  flex-wrap: wrap;
}
/* PCクラス */
@media screen and (min-width: 769px) {
  .block-banner-link{
    padding: 80px 0 100px;
    padding-inline: clamp(40px, calc(50vw - 800px), 65px);
  }
  .block-top-banner-link-list{
    gap: 28px 44px;
    max-width: 1600px;
    margin: auto;
  }
  .block-top-banner-link-item:nth-child(-n+4){
    width: calc((100% / 2) - 22px);
    max-width: 778px;
  }
  .block-top-banner-link-item:nth-child(n+5){
    width: calc((100% / 4) - 33px);
    max-width: 367px;
  }
  .block-top-banner-link-item:hover{
    opacity: .75;
    transition: var(--transition-all);
  }
}
/* スマートフォンクラス */
@media screen and (max-width: 768px) {
  .block-banner-link{
    padding: 32px 24px;
  }
  .block-top-banner-link-list{
    gap: 8px;
  }
  .block-top-banner-link-item:nth-child(n+5){
    max-width: calc(50% - 4px);
  }
}
@media (min-width: 769px) and (max-width: 1615px) {
    .block-top-banner-link-list {
        padding-inline: 0;
    }
}
/* --------------------------------------------------------------------
  よみもの
-------------------------------------------------------------------- */
.block-top-column{
  background-color: #fff;
}
.block-top-column-list{
  display: flex;
}
.block-top-column-list-wrap.swiper{
  padding: 24px 10px;
}
.block-top-column-item.swiper-slide{
  flex-shrink: 0;
  box-shadow: 0px 1px 8px #0000001A;
  border-radius: 8px;
  height: auto;
}
.column-title{
  font-size: 16px;
  font-weight: 700;
}
.column-subtitle{
  font-size: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
/* PCクラス */
@media screen and (min-width: 769px) {
  .block-top-column{
    padding-inline: clamp(40px, calc(50vw - 800px), 65px);
  }
  .block-column-wrap{
    max-width: 1600px;
    margin: 0 auto;
  }
  .js-block-top-column-list{
    position: relative;
  }
  .block-top-column-item.swiper-slide {
    max-width: 504px;
  }
  .block-top-column-item.swiper-slide:hover{
    box-shadow: 0px 0px 24px #00000026;
  }
  .block-top-column-link{
    display: block;
    padding: 28px;
    transition: var(--transition-opacity);
  }
  .block-top-column-link:is(:hover, :focus) {
    text-decoration: none;
    opacity: .8;
  }
  .block-top-column-content{
    display: flex;
    gap: 24px;
  }
  .block-top-column-img{
    flex-shrink: 0;
    width: 240px;
    margin: auto;
  }
  .column-title{
    margin-bottom: 16px;
  }
  .block-top-column .parts-swiper-arrow {
    position: absolute;
    top: 0;
    display: block !important;
    width: 64px;
    height: 100% !important;
    border-radius: 8px;
    transition: var(--transition-all);
    z-index: 10;
    cursor: pointer;
  }

  .block-top-column .parts-swiper-arrow::after {
    display: block;
    width: 64px;
    height: 100%;
    content: "";
    transition: var(--transition-all);
  }

  .block-top-column .parts-swiper-arrow--prev {
    left: -74px;
  }

  .block-top-column .parts-swiper-arrow--next {
    right: -74px;
  }

  .block-top-column .parts-swiper-arrow--prev::after {
    background: url(/img/usr/common/icon/icon_arrow_slide_prev.svg) no-repeat 50% 50%;
    background-size: 25px 70px;
  }

  .block-top-column .parts-swiper-arrow--next::after {
    background: url(/img/usr/common/icon/icon_arrow_slide_next.svg) no-repeat 50% 50%;
    background-size: 25px 70px;
  }

  .block-top-column .parts-swiper-arrow:is(:hover, :focus) {
    background-color: #eae6e2;
  }

  .block-top-column .parts-swiper-arrow--prev:is(:hover, :focus)::after {
    background-position: top 50% right 55%;
  }

  .block-top-column .parts-swiper-arrow--next:is(:hover, :focus)::after {
    background-position: top 50% left 55%;
  }

  .block-top-column .swiper-button-disabled {
    display: none !important;
  }
}

@media (max-width: 1300px) {
  .news-tablist-wrap .block-top-tablist {
    overflow-x: auto;
  }

  .block-top-column-content {
    flex-direction: column;
  }
}
/* スマートフォンクラス */
@media screen and (max-width: 768px) {
  .block-column-wrap .block-category-event-wrap{
    padding: 0;
  }
  .block-column-wrap{
    padding: 32px 0 32px 24px;
    overflow: hidden;
  }
  .block-top-column-list-wrap.swiper{
  padding: 0;
  }
  .block-top-column-list{
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 5px;
  }
  .block-top-column-item.swiper-slide{
    width: 263px;
    overflow: hidden;
  }
  .block-top-column-detail{
    padding: 16px 20px 20px;
  }
  .column-title{
    margin-bottom: 4px;
  }
}
@media (min-width: 769px) and (max-width: 1615px) {
    .block-column-wrap {
        padding-inline: 0;
    }
}

/* --------------------------------------------------------------------
  Rtoaster ランキング / あなたにおすすめ：Swiper見切れ・矢印調整
-------------------------------------------------------------------- */
@media screen and (min-width: 769px) {
  .js-rcmd-swiper {
    position: relative;
    overflow: visible;
  }

  .js-rcmd-swiper .rt-products--inner.swiper {
    overflow: hidden;
    padding: 16px 8px 20px;
    margin: -16px -8px -20px;
    box-sizing: content-box;
  }

  .js-rcmd-swiper .rt-products--list.swiper-wrapper {
    display: flex;
    gap: 0;
    align-items: stretch;
  }

  .js-rcmd-swiper .rt-products--item.swiper-slide {
    flex: 0 0 auto;
    max-width: none;
    height: auto;
  }

  .js-rcmd-swiper .rt-products--item-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
  }

  .js-rcmd-swiper .rt-products--item-top {
    flex: 1 1 auto;
    padding: 0;
  }

  .js-rcmd-swiper .rt-products--item-price {
    margin-top: auto;
    border-top: 1px dotted #e9e9e9;
    padding: 10px 0 20px;
    margin-inline: 20px;
  }

  .js-rcmd-swiper .rt-products--item-thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
  }

  .js-rcmd-swiper .rt-products--item-name {
    min-height: calc(1.7em * 3);
    line-height: 1.7;
    padding-inline: 20px;
  }

  .js-rcmd-swiper .parts-swiper-arrow {
    position: absolute;
    top: 16px;
    display: block !important;
    width: 64px;
    height: calc(100% - 36px) !important;
    margin: 0;
    border-radius: 8px;
    transition: var(--transition-all);
    cursor: pointer;
    z-index: 10;
  }

  .js-rcmd-swiper .parts-swiper-arrow::after {
    display: block;
    width: 64px;
    height: 100%;
    content: "";
    transition: var(--transition-all);
  }

  .js-rcmd-swiper .parts-swiper-arrow--prev {
    left: -74px;
  }

  .js-rcmd-swiper .parts-swiper-arrow--next {
    right: -74px;
  }

  .js-rcmd-swiper .parts-swiper-arrow--prev::after {
    background: url(/img/usr/common/icon/icon_arrow_slide_prev.svg) no-repeat 50% 50%;
    background-size: 25px 70px;
  }

  .js-rcmd-swiper .parts-swiper-arrow--next::after {
    background: url(/img/usr/common/icon/icon_arrow_slide_next.svg) no-repeat 50% 50%;
    background-size: 25px 70px;
  }

  .js-rcmd-swiper .parts-swiper-arrow:is(:hover, :focus) {
    background-color: #eae6e2;
  }

  .js-rcmd-swiper .parts-swiper-arrow--prev:is(:hover, :focus)::after {
    background-position: top 50% right 55%;
  }

  .js-rcmd-swiper .parts-swiper-arrow--next:is(:hover, :focus)::after {
    background-position: top 50% left 55%;
  }

  .js-rcmd-swiper .parts-swiper-arrow.swiper-button-disabled {
    display: none !important;
  }

  .js-rcmd-swiper .swiper-navigation-icon {
    display: none;
  }
}

/* --------------------------------------------------------------------
  商品を探す：タブコンテンツ共通の下余白
-------------------------------------------------------------------- */
@media screen and (min-width: 769px) {
  .block-products.-search {
    padding-bottom: 60px;
    padding-inline: clamp(40px, calc(50vw - 800px), 65px);
  }

  .block-products.-search .js-tabs-content.is-active {
    overflow: visible;
  }
  .block-products.-search .block-recommend-unit{
    margin-bottom: 0;
  }
}

/* --------------------------------------------------------------------
  Rtoaster 閲覧履歴：カード見切れ・矢印位置調整
-------------------------------------------------------------------- */
.block-recent-item--pos{
  display: none;
}
@media screen and (min-width: 769px) {
  #rt_all_history_contents,
  #rt_all_history,
  #rt_all_history #itemHistory,
  #rt_all_history #itemHistoryDetail {
    overflow: visible;
  }

  /* 外側は矢印の位置基準のみ */
  #rt_all_history .swiper-container {
    position: relative;
    overflow: visible;
    padding-inline: 0;
    margin-inline: 0;
  }

  /* あなたにおすすめ側と同じ考え方で、Swiper本体に逃げ幅を作る */
  #rt_all_history #goods_list_auto_load_area.block-thumbnail-h.swiper {
    overflow: hidden;
    padding: 8px 8px 14px !important;
    margin: -8px -8px -14px -8px;
    box-sizing: content-box;
  }
  #rt_all_history .block-thumbnail-h--item.swiper-slide {
    flex: 0 0 auto;
    height: auto;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  #rt_all_history .block-thumbnail-h--item > a,
  #rt_all_history .rt-products--item-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid #f5f5f5;
    background-color: #fff;
    box-shadow: 0 2px 12px #0000000D;
    filter: none;
  }

  #rt_all_history .rt-products--item-top {
    flex: 1 1 auto;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  #rt_all_history .rt-products--item-thumb {
    margin-bottom: 24px;
  }

  #rt_all_history .rt-products--item-thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
  }

  #rt_all_history .rt-products--item-name {
    min-height: calc(1.7em * 3);
    font-size: 14px;
    line-height: 1.7;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  #rt_all_history .rt-products--item-price {
    margin-top: auto;
  }

  /* 矢印はあなたにおすすめと同じく外側へ出す */
  #rt_all_history .swiper-container .parts-swiper-arrow {
    position: absolute;
    top: 8px !important;
    display: block !important;
    width: 64px;
    height: calc(100% - 16px) !important;
    margin: 0;
    border-radius: 8px;
    transition: var(--transition-all);
    cursor: pointer;
    z-index: 20;
    color: transparent;
  }

  #rt_all_history .swiper-container .parts-swiper-arrow::after {
    display: block;
    width: 64px;
    height: 100%;
    content: "";
    transition: var(--transition-all);
  }

  #rt_all_history .swiper-container .parts-swiper-arrow--prev::after {
    background: url(/img/usr/common/icon/icon_arrow_slide_prev.svg) no-repeat 50% 50%;
    background-size: 25px 70px;
  }

  #rt_all_history .swiper-container .parts-swiper-arrow--next::after {
    background: url(/img/usr/common/icon/icon_arrow_slide_next.svg) no-repeat 50% 50%;
    background-size: 25px 70px;
  }

  #rt_all_history .swiper-container .parts-swiper-arrow:is(:hover, :focus) {
    background-color: #eae6e2;
  }

  #rt_all_history .swiper-container .parts-swiper-arrow--prev:is(:hover, :focus)::after {
    background-position: top 50% right 55%;
  }

  #rt_all_history .swiper-container .parts-swiper-arrow--next:is(:hover, :focus)::after {
    background-position: top 50% left 55%;
  }

  #rt_all_history .swiper-container .swiper-navigation-icon {
    display: none;
  }

  #rt_all_history .swiper-container .parts-swiper-arrow.swiper-button-disabled,
  #rt_all_history .swiper-container .parts-swiper-arrow[aria-hidden="true"] {
    display: none !important;
  }
}

@media (max-width:768px) {
  .block-thumbnail-h .block-thumbnail-h--items {
    overflow: visible;
  }
  .block-thumbnail-h .block-thumbnail-h--item {
    width: 44.5% !important;
    min-width: 44.5% !important;
  }
}

/* --------------------------------------------------------------------
  店舗を探す
-------------------------------------------------------------------- */

/* ===== map base ===== */
.block-finder{
  background-color: #fff;
}
.jpmap{
  position: relative;
  width: min(980px, 100%);
  margin: 0 auto;
  aspect-ratio: 539.708 / 548.571; /* 背景SVG viewBox */
}

/* 背景（クリック不可） */
.jpmap__bg{
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.jpmap__bg svg{
  width: 100%;
  height: 100%;
  display: block;
}

/* ブロックボタン */
.jpmap__block{
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--w);
  transform: translate(-50%, -50%);
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}
.jpmap__block svg{
  width: 100%;
  height: auto;
  display: block;
}

/* 分割した中部・関東を同じ座標に重ねても、実際のドットだけをクリック対象にする */
.jpmap__block{
  pointer-events: none;
}
.jpmap__block svg rect,
.jpmap__block svg path,
.jpmap__block svg polygon,
.jpmap__block svg polyline,
.jpmap__block svg line{
  pointer-events: all;
}
.jpmap__block:focus-visible{
  outline: 3px solid #999;
  outline-offset: 6px;
  border-radius: 12px;
}

/* ===== 通常時：ブロックは透明（rectだけ透明化） =====
   ※ path/line を殺さない（沖縄罫線対策） */
.jpmap__block svg rect{
  fill: transparent;
  stroke: transparent;
}

/* active時：rectはグレー（塗りつぶし）＋枠線は白 */
.jpmap__block.is-active svg rect{
  fill: #5A5652;
  stroke: #ffffff;
}

/* （もし rect 以外も残ってしまうSVGがあるなら）必要なものだけ追加で無色化 */
.jpmap__block svg path,
.jpmap__block svg polygon,
.jpmap__block svg polyline,
.jpmap__block svg line{
  fill: transparent;
  stroke: transparent;
}
.jpmap__block.is-active svg path,
.jpmap__block.is-active svg polygon,
.jpmap__block.is-active svg polyline,
.jpmap__block.is-active svg line{
  fill: #5A5652;
  stroke: #5A5652;
}
.jpmap__block.is-active svg path.cls-2{
  fill: none;
  stroke: #5A5652;
}
/* ===== 背景：アクティブ地方の背景色だけ消す ===== */
.jpmap[data-active] .jpmap__bg [data-block]{
  opacity: 1;
}
.jpmap[data-active="hokkaido_tohoku"]
.jpmap__bg [data-block="hokkaido_tohoku"],
.jpmap[data-active="chubu"]
.jpmap__bg [data-block="chubu"],
.jpmap[data-active="kanto"]
.jpmap__bg [data-block="kanto"],
.jpmap[data-active="kinki"]
.jpmap__bg [data-block="kinki"],
.jpmap[data-active="chugoku_shikoku"]
.jpmap__bg [data-block="chugoku_shikoku"],
.jpmap[data-active="kyushu_okinawa"]
.jpmap__bg [data-block="kyushu_okinawa"]{
  opacity: 0;
}

/* ===== popover ===== */
.popover{
  position: absolute;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
  overflow: hidden;
  z-index: 100000;
}

/* PC: 下に出す */
.popover.is-below{
  transform: translate(-50%, 0);
}

/* popover head */
.popover__head{
  position: relative;
  display:flex;
  justify-content: center;
  align-items:center;
  gap:12px;
  padding:14px 16px;
  border-bottom:1px solid #eee;
}
.popover__back{
  border:0;
  background:none;
  color:#c00;
  font-weight:600;
  cursor:pointer;
  position: absolute;
  left: 10px;
}
.popover__title{ font-weight:700; }

.popover__close{
  margin-left:auto;
  width: 34px;
  height: 34px;
  border:0;
  border-radius: 999px;
  background: #f0f0f0;
  cursor:pointer;
}

.popover__body{
  padding:14px 16px;
  display:grid;
  gap:18px;
}
.section__label{
  font-size:12px;
  color:#666;
  margin-bottom:10px;
}

.chips{
  display:flex;
  flex-wrap:wrap;
  gap: 4px;
}
.chip{
  position: relative;
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  background:#f4f4f4;
  cursor:pointer;
  user-select:none;
}

.chip input{
  width: 20px;
  height: 20px;
}

.services{ display:grid; gap:10px; }
.serviceRow{
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 12px;
  border-radius:12px;
  background:#f6f6f6;
}
.serviceRow input{ accent-color:#c00; }

.popover__foot{
  padding:14px 16px 18px;
  display:grid;
  gap:10px;
}
.searchBtn{
  border:0;
  border-radius:999px;
  padding:14px 16px;
  background:#c00;
  color:#fff;
  font-weight:700;
  cursor:pointer;
}
.moreLink{
  color:#666;
  text-decoration:none;
  font-size:13px;
  text-align:center;
}

/* 矢印（PCのみ・::after 1本に統一） */
@media (min-width: 769px){
  .popover[hidden]{
    display: none;
  }
  .popover{
    --arrow-x: 50%;
    --arrow-size: 10px;
    width: 323px;
    border-radius: 5px;
    background-color: #5A5652;
    /* PC: 上に出す */
    transform: translate(-50%, -100%);
  }
  /* 既存の上下矢印はPCでは無効化 */
  .popover::before,
  .popover::after{
    content: none;
  }

  .popover:not(.is-below)::after{
    bottom: -8px;
  }
  .popover.is-below::after{
    top: -8px; }
  .popover__head { border-bottom: none;
  }
  .chip{
    padding: 0 8px;
  }
  /* 右側矢印（白い三角） */
  .popover__arrow{
    position: absolute;
    right: calc(var(--arrow-size) * -1);
    top: var(--arrow-y);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: var(--arrow-size) solid transparent;
    border-bottom: var(--arrow-size) solid transparent;
    border-left: var(--arrow-size) solid #fff;
    filter: drop-shadow(0 8px 18px rgba(0,0,0,.10));
    pointer-events: none;
  }
}

/* SP：popoverは下ドロワー */
@media (max-width: 768px){
  .popover[hidden]{
    top: calc(100% + 46px);
    height: calc(100% - 94px);
  }

  .popover{
    position: fixed;
    left: 0;
    top: 94px;
    bottom: 0;
    max-width: none;
    min-width: 0;
    border-radius: 18px 18px 0 0;
    transition: top 0.5s
  }
  .chip {
    padding: 10px 12px;
    width: calc((100% / 3) - 3px);
  }
  .chip input{
    margin-right: 8px;
  }
  .chip:has(input:checked){
    background-color: var(--color-gray900);
  }
  .chip:has(input:checked) span{
    color: #fff;
  }
  .chip input:checked{
    background-image: url(../../img/usr/common/icon/icon_check_white.svg);
  }
  .popover__foot{
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
  }
  .popover::after{ display:none; }

  .popover__body {
    height: calc(100% - 50px - 120px);
    overflow: auto;
  }
}

/* ===== finder layout ===== */
.finder{
  width: min(1400px, 100%);
  margin: 0 auto;
  display:grid;
  gap: 24px;
}
.block-top-store-finder--text{
  font-size: 14px;
}
@media (min-width: 769px){
  .block-finder{
    padding-inline: clamp(40px, calc(50vw - 800px), 65px);
  }
  .block-top-store-finder{
    max-width: 1600px;
    margin: auto;
    padding: 80px 0;
  }
  .block-top-store-finder--text{
    margin-bottom: 24px;
  }
  .finder-wrap{
    width: 100%;
    padding: 45px 10px;
    background-color: var(--color-beige200);
  }
  .finder{
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    align-items:start;
    gap: 45px;
  }
  .finder__map{
    grid-column:1;
    grid-row:1;
    padding: 45px 65px;
    background-color: #fff;
  }
  .finder__side{ grid-column:2; grid-row:1; }
  .finder__submit{
    grid-column: 1 / -1;
    grid-row: 2;
    display:grid;
    justify-items:center;
    gap: 16px;
    margin-top: 6px;
  }
  .finder .jpmap{
    width: 100%;
    margin: 0;
    background-color: #fff;
  }
  .sideCard__title{
    display: none;
  }
}

@media (max-width: 768px){
  .finder{
    grid-template-columns: 1fr;
  }
  .block-top-store-finder--text{
    margin-bottom: 16px;
  }
  .finder__map{
    padding: 22px 46px 34px;
  }
  .block-top-store-finder{
    padding: 32px 0;
  }
  .block-top-store-finder--text {
    padding-inline: 24px;
  }
  .finder-wrap {
    padding-inline: 24px;
  }
  .block-top-store-finder .block-category-event-wrap{
    padding-left: 24px;
  }
  .finder__side{ display:none; }
  .finder__submit{ display:none; }
}
@media (min-width: 769px) and (max-width: 1615px) {
    .block-top-store-finder {
        padding-inline: 0;
    }
}

/* 右カラム */
.sideCard{
  background:#fff;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}
.sideCard__title{
  font-weight: 700;
  margin-bottom: 10px;
}

/* SP/PC表示切替 */
.popover__spOnly{ display:block; }
#serviceListPc, #searchBtnPc{ display:none; }
#searchBtnPc{
  width: 100%;
}

@media (min-width: 1024px){
  .popover__spOnly{ display:none; }
  #serviceListPc, #searchBtnPc{ display:block; }
  #searchBtnPc{
    max-width: 640px;
    font-size: 16px;
  }
}


@media (min-width: 769px){
  /* PC：戻る非表示 */
  .popover__back{ display:none; }
  .sideCard{
    background: none;
    box-shadow: none;
  }
}

/* ===== intro modal ===== */
.intro{
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 20;
}

.intro[hidden]{
  display: none;
}

.intro__panel{
  position: relative;
  width: min(420px, 92%);
  height: 170px;
  border-radius: 12px;
  background:
    rgba(0, 0, 0, .78)
    url(../img/intro_panel_bg.svg)
    center / 100% 100%
    no-repeat;
  color: #fff;

  /* 中央配置を解除 */
  display: block;
}

@media (max-width: 768px){
  .intro__panel{
    background-image: url(../img/intro_panel_bg-sp.svg);
    background-size: contain;
    background-position: center;
  }
}

/* テキスト共通 */
.intro__text{
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  margin: 0;
  color: #fff;
  font-weight: 500;
  letter-spacing: .08em;
  text-align: center;
  line-height: 1.45;
}

/* 閉じるボタン */
.intro__close{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .85);
  cursor: pointer;
  z-index: 1;
}


/* ==========================================
   services cards (new DOM)
========================================== */
.serviceCards{ display:grid; }

/* content */
.serviceCard__top{
  display:flex;
  align-items:flex-start;
}
.serviceCard__caption{
  color:#666;
  font-size: 14px;
  line-height: 1.8;
}
.serviceCard__link{
  color:#666;
  text-decoration:none;
  font-size: 14px;
}
.serviceCard__thumb{
  display:none !important;
}

/* PC: title + caption + link / i無し / sp詳細無し / thumb無し */
@media (min-width: 769px){
  .serviceCards{ gap: 12px; }
  .popover__close,
  .section__label,
  .serviceCard__info{ display:none; }
  .serviceCard__content{
    position: relative;
  }
  .serviceCard__pc{
    display:block;
    padding-left: 50px;
  }
  /* checkbox column */

  .serviceCard__sp{ display:none; }
  .serviceCard__caption{
    margin: 8px 0 0;
  }
  .serviceCard__check{
    position: absolute;
    top: calc(50% - 20px);
    padding-top: 2px;
  }
  .serviceCard__title{
    padding-left: 50px;
  }
  .popover__title{ color: #fff; }
  .serviceCard{
  background:#fff;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
  padding: 20px;
}
  .serviceCard__check input{
    width: 32px;
    height: 32px;
  }
  .serviceCard__title{
    font-weight: 700;
    line-height: 1.4;
    font-size: 20px;
  }
  .serviceCard__link{
    display:inline-block;
    margin-top: 10px;
    color: #8A6F46;
  }
}

/* SP: iあり / PC用ブロックは隠す */
@media (max-width: 768px){
  .serviceCards{ gap: 8px; }
  .serviceCard__pc{ display:none; }
  .serviceCard__top{
    gap: 8px;
    background:var(--color-gray50);
    border-radius: 32px;
    padding: 15px 20px 15px 12px;
  }
  .serviceCard__top:has(input:checked){
    background-color: var(--color-gray900);
    color: #fff;
  }
  .serviceCard__check input{
    width: 20px;
    height: 20px;
  }
  .serviceCard__check input:checked{
    background-image: url(../../img/usr/common/icon/icon_check_white.svg);
  }
  .serviceCard__info{
    margin-left:auto;
    width:32px;
    height: auto;
    border: none;
    background: none;
  }
  .serviceCard__info img{
    width: 100%;
  }
  /* SP details (accordion) */
.serviceCard__sp{
  display: none;
  padding-top: 16px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-2px);
  transition: max-height .28s ease, opacity .18s ease, transform .18s ease;
  }
  .serviceCard.is-open .serviceCard__sp{
    display: flex;
    gap: 16px;
    max-height: 520px;
    opacity: 1;
    transform: none;
  }
  .serviceCard__thumb{
    width: 92px;
    height: 92px;
    border-radius: 10px;
    object-fit: cover;
    display: block;
  }
  .serviceCard__link{
    display:flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 16px;
    font-weight: 500;
  }
}


/* --------------------------------------------------------------------
	MVスライダー
-------------------------------------------------------------------- */
.block-top-mv.swiper {
  position: relative;
  background-color: #fff;
  padding-bottom: 30px;
}

.block-top-mv.swiper .block-top-mv--item {
  width: 100%;
}

.block-top-mv.swiper .block-top-mv--item img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.block-top-mv .block-top-mv--pagenation.swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 30px;
}

.block-top-mv .block-top-mv--pagenation.swiper-pagination .swiper-pagination-bullet {
  background-color: #cecece;
  width: 8px;
  height: 8px;
  border-radius: 50vh;
  margin: 0;
}

.block-top-mv .block-top-mv--pagenation.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #333;
}

.block-top-mv .block-top-mv--button {
  top: auto;
  bottom: 12px;
}

.block-top-mv .block-top-mv--button.swiper-button-next,
.block-top-mv .block-top-mv--button.swiper-button-prev {
  background-color: #fff;
  border-radius: 50vh;
  width: 44px;
  height: 44px;
}

.block-top-mv .block-top-mv--button.swiper-button-next::after,
.block-top-mv .block-top-mv--button.swiper-button-prev::after {
  display: block;
  content: "";
  width: 8px;
  height: 20px;
  position: absolute;
}

.block-top-mv .block-top-mv--button.swiper-button-next .swiper-navigation-icon,
.block-top-mv .block-top-mv--button.swiper-button-prev .swiper-navigation-icon{
  display: none;
}

.block-top-mv .block-top-mv--button.swiper-button-next::after {
  background: url(../img/icon_top_mv_next_arrow.svg) no-repeat 0 0;
  background-size: 100% auto;
}

.block-top-mv .block-top-mv--button.swiper-button-prev::after {
  background: url(../img/icon_top_mv_prev_arrow.svg) no-repeat 0 0;
  background-size: 100% auto;
}

.swiper-button-next svg,
.swiper-button-pre svg {
  display: none !important;
}

@media (max-width: 768px) {
  .block-top-sp-mv.swiper {
    position: relative;
    background-color: #fff;
    padding-bottom: 19px;
  }

  .block-top-sp-mv.swiper .block-top-sp-mv--item {
    width: 100%;
  }

  .block-top-sp-mv.swiper .block-top-sp-mv--item img {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
  }

  .block-top-sp-mv .block-top-mv--pagenation.swiper-pagination {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 19px;
  }

  .block-top-sp-mv .block-top-mv--pagenation.swiper-pagination .swiper-pagination-bullet {
    background-color: #cecece;
    width: 8px;
    height: 8px;
    border-radius: 50vh;
    margin: 0;
  }

  .block-top-sp-mv .block-top-mv--pagenation.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #333;
  }

  .block-top-sp-mv .block-top-mv--button {
    top: auto;
    bottom: 1px;
  }

  .block-top-sp-mv .block-top-mv--button.swiper-button-next,
  .block-top-sp-mv .block-top-mv--button.swiper-button-prev {
    background-color: #fff;
    border-radius: 50vh;
    width: 44px;
    height: 44px;
  }

  .block-top-sp-mv .block-top-mv--button.swiper-button-next::after,
  .block-top-sp-mv .block-top-mv--button.swiper-button-prev::after {
    display: block;
    content: "";
    width: 8px;
    height: 20px;
    position: absolute;
  }

  .block-top-sp-mv .block-top-mv--button.swiper-button-next .swiper-navigation-icon,
  .block-top-sp-mv .block-top-mv--button.swiper-button-prev .swiper-navigation-icon{
    display: none;
  }

  .block-top-sp-mv .block-top-mv--button.swiper-button-next::after {
    background: url(../img/icon_top_mv_next_arrow.svg) no-repeat 0 0;
    background-size: 100% auto;
  }

  .block-top-sp-mv .block-top-mv--button.swiper-button-prev::after {
    background: url(../img/icon_top_mv_prev_arrow.svg) no-repeat 0 0;
    background-size: 100% auto;
  }

  .block-top-sp-mv .swiper-button-next svg,
  .block-top-sp-mv .swiper-button-pre svg {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .block-top-mv.swiper,
  .block-top-sp-mv.swiper {
    --mv-width: min(44.791666vw, 860px);
    --space: 20px;
    --arrow-size: 48px;
  }

  .block-top-mv.swiper .block-top-mv--item,
  .block-top-sp-mv .block-top-mv--item {
    width: var(--mv-width);
  }

  .block-top-sp-mv .block-top-mv--pagenation.swiper-pagination{
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }

  .block-top-mv .block-top-mv--pagenation.swiper-pagination,
  .block-top-sp-mv .block-top-mv--pagenation.swiper-pagination{
    margin-top: 24px;
  }

  .block-top-mv .block-top-mv--pagenation.swiper-pagination .swiper-pagination-bullet,
  .block-top-sp-mv .block-top-mv--pagenation.swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
  }
  .block-top-sp-mv .block-top-mv--pagenation.swiper-pagination .swiper-pagination-bullet {
    background-color: #cecece;
    width: 8px;
    height: 8px;
    margin: 0;
  }
  .block-top-sp-mv .block-top-mv--pagenation.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #333;
  }
  .block-top-mv .block-top-mv--button,
  .block-top-sp-mv .block-top-mv--button {
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 1px 6px #0000000d;
  }

  .rt-recommend--inner.swiper.swiper-initialized.swiper-horizontal{
    max-width: 1600px;
    margin: 0 auto;
  }
  .block-top-mv .block-top-mv--button.block-top-mv--next,
  .block-top-mv .block-top-mv--button.block-top-mv--prev,
  .block-top-sp-mv .block-top-mv--button.block-top-mv--next,
  .block-top-sp-mv .block-top-mv--button.block-top-mv--prev {
    width: 48px;
    height: 48px;
  }

  .block-top-mv .block-top-mv--button.block-top-mv--next,
  .block-top-sp-mv .block-top-mv--button.block-top-mv--next {
    left: calc(50% + var(--mv-width) / 2 + var(--space) / 2 - var(--arrow-size) / 20);
  }

  .block-top-mv .block-top-mv--button.block-top-mv--prev,
  .block-top-sp-mv .block-top-mv--button.block-top-mv--prev {
    left: calc(50% - var(--mv-width) / 2 - var(--space) / 2 - var(--arrow-size));
  }

  .block-top-mv .block-top-mv--button.swiper-button-next::after,
  .block-top-mv .block-top-mv--button.swiper-button-prev::after,
  .block-top-sp-mv .block-top-mv--button.block-top-mv--next::after,
  .block-top-sp-mv .block-top-mv--button.block-top-mv--prev::after {
    left: 50%;
    transform: translateX(-50%);
    transition: var(--transition-all);
  }
  .block-top-mv .block-top-mv--button.swiper-button-next:is(:hover, :focus)::after,
  .block-top-sp-mv .block-top-mv--button.swiper-button-next:is(:hover, :focus)::after {
    left: calc(50% + 4px);
  }
  .block-top-mv .block-top-mv--button.swiper-button-prev:is(:hover, :focus)::after,
  .block-top-sp-mv .block-top-mv--button.swiper-button-prev:is(:hover, :focus)::after {
    left: calc(50% - 4px);
  }
	.block-top-sp-mv .block-top-mv--button.swiper-button-next,
	.block-top-sp-mv .block-top-mv--button.swiper-button-prev {
	  background-color: #fff;
	  border-radius: 50vh;
	  width: 44px;
	  height: 44px;
	}
	.block-top-sp-mv .block-top-mv--button.swiper-button-next::after,
	.block-top-sp-mv .block-top-mv--button.swiper-button-prev::after {
	  display: block;
	  content: "";
	  width: 8px;
	  height: 20px;
	  position: absolute;
	}

	.block-top-sp-mv .block-top-mv--button.swiper-button-next .swiper-navigation-icon,
	.block-top-sp-mv .block-top-mv--button.swiper-button-prev .swiper-navigation-icon{
	  display: none;
	}

	.block-top-sp-mv .block-top-mv--button.swiper-button-next::after {
	  background: url(../img/icon_top_mv_next_arrow.svg) no-repeat 0 0;
	  background-size: 100% auto;
	}

	.block-top-sp-mv .block-top-mv--button.swiper-button-prev::after {
	  background: url(../img/icon_top_mv_prev_arrow.svg) no-repeat 0 0;
	  background-size: 100% auto;
	}

	.swiper-button-next svg,
	.swiper-button-pre svg {
	  display: none !important;
	}
}

/* --------------------------------------------------------------------
   #nishikawaのある暮らし
-------------------------------------------------------------------- */

#block-vs-living {
    position: relative;
    background-color: #fff;
}

#block-vs-living .vs-living--inner {
    max-width: 1600px;
    margin: 0 auto;
}

#block-vs-living .vs-living-head-wrap {
    position: relative;
    margin-bottom: 24px;
}

#block-vs-living .vs-living-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

#block-vs-living .vs-living-head .block-top--header {
    margin: 0;
    padding-left: 0;
    background: none;
}

#block-vs-living .block-category-event--all {
    flex: 0 0 auto;
}

#block-vs-living .vs-living-head-wrap > p {
    margin: 12px 0 0;
    color: #666;
    font-size: 12px;
    line-height: 1.6;
}

#block-vs-living .vs-wrap {
    position: relative;
}

#block-vs-living .hacobune-app-container {
  padding-top: 0 !important;
}

#block-vs-living .hacobune-tag-list {
  gap: 1px;
  background-color: transparent !important;
}

#block-vs-living .hacobune-tag-list > li {
  background-color: #f5f5f5 !important;
}

#block-vs-living .vs-wrap .hacobune-tag-item,
#block-vs-living .vs-wrap .hacobune-card-slider-list-item-insta-user-link,
#block-vs-living .vs-wrap .hacobune-card-slider-list-item-description {
  font-family: "Zen Kaku Gothic New", "MyYuGothicM", "YuGothic", BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

#block-vs-living .hacobune-layout-base-top-html {
  display: none;
}

.hacobune-app-container[data-v-147f80d2] {
  padding-top: 0 !important;
}


@media screen and (min-width: 769px) {
    #block-vs-living {
        padding: 80px 0 60px;
    }

    #block-vs-living .vs-living-head .block-top--header {
        font-size: 32px;
    }

  #block-vs-living .vs-living-head-wrap > p {
    font-size: 14px;
  }

    #block-vs-living .block-category-event--all > a {
        padding: 4px 13px 4px 22px;
        border: 1px solid var(--color-primary);
        border-radius: 50vh;
    }

    .hacobune-containers-card-slider .card-slider-hacobune-slider-next .hacobune-icon-button.icon-slider:before,
    .hacobune-containers-card-slider .card-slider-hacobune-slider-prev .hacobune-icon-button.icon-slider:before {
        width: 25px !important;
        height: 70px !important;
        transform: none !important;
        top: calc(50% - 35px) !important;
    }
    .hacobune-containers-card-slider .card-slider-hacobune-slider-next .hacobune-icon-button.icon-slider:before{
        background: url(../img/icon_arrow_slide_next.svg) no-repeat 50% 50% !important;
        background-size: 25px 70px !important;
        border: none !important;
    }
    .hacobune-containers-card-slider .card-slider-hacobune-slider-prev .hacobune-icon-button.icon-slider:before{
        background: url(../img/icon_arrow_slide_prev.svg) no-repeat 50% 50% !important;
        background-size: 25px 70px !important;
        border: none !important;
    }

    #block-vs-living .hacobune-tag-list {
      top: -100px !important;
    }
}

@media screen and (max-width: 1100px) {
    #block-vs-living .vs-living-head-wrap {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    #block-vs-living {
        padding: 32px 0 32px 24px;
        overflow: hidden;
    }

    #block-vs-living .vs-living--inner {
        width: auto;
        margin: 0;
    }

    #block-vs-living .vs-living-head-wrap {
        margin-bottom: 16px;
    }

    #block-vs-living .vs-living-head .block-top--header {
        font-size: 20px;
    }

    #block-vs-living .vs-living-head-wrap > p {
        display: none;
    }

    #block-vs-living .block-category-event--all .link-text--word {
        color: #d81625;
        font-size: 13px;
    }

    #block-vs-living .hacobune-gallery .hacobune-swiper-slide,
    .vs-staff-block .vs-staff--inner .hacobune-gallery .hacobune-grid-col {
      flex: 0 0 42.5% !important;
      width: 42.5% !important;
      max-width: 42.5% !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1615px) {
    #block-vs-living {
        padding-inline: 40px;
    }
}

#rt_top_mv_contents.is-mv-loading {
    background: linear-gradient(90deg, #f0f0f0 25%, #fafafa 37%, #f0f0f0 63%);
    background-size: 400% 100%;
    animation: mv-skeleton 1.4s ease infinite;
}
@media (min-width: 769px) {
    #rt_top_mv_contents.is-mv-loading { min-height: 500px; }  /* PCのMV高さ(860x500)に合わせる */
}
@media (max-width: 768px) {
    #rt_top_mv_contents.is-mv-loading { aspect-ratio: 1 / 1; }  /* SPは710x710 */
}
@keyframes mv-skeleton {
    0% { background-position: 100% 50%; }
    100% { background-position: 0 50%; }
}

@media (min-width: 769px) {
  .rt-products-info.rt-products .rt-products-head-wrap,
  .rt-products.rt-ranking-block .rt-products-head-wrap,
  .revico-allreview .revico-allreview-head {
    display: flex;
    align-items: center;
    gap: 40px;
  }

  .rt-products-info.rt-products .rt-products-head,
  .rt-products.rt-ranking-block .rt-products-head,
  .revico-allreview .block-category-event-wrap {
    display: contents;
  }

  .rt-products-info.rt-products .block-top--header,
  .rt-products.rt-ranking-block .block-top--header,
  .revico-allreview .block-top--header {
    order: 1;
  }

  .rt-products-info.rt-products .rt-products-head--all,
  .rt-products.rt-ranking-block .rt-products-head--all,
  .revico-allreview .block-category-event--all {
    order: 3;
    margin-left: auto;
  }

  .rt-products-info.rt-products .tablist-wrap,
  .rt-products.rt-ranking-block .tablist-wrap,
  .revico-allreview .tablist-wrap {
    position: static;
    order: 2;
  }
}

@media (max-width: 1610px) {
  .rt-products-info.rt-products .rt-products-head-wrap {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }

  .rt-products-info.rt-products .rt-products-head {
    display: flex;
  }

  .rt-products-info.rt-products .block-top-tablist {
    overflow-x: auto;
  }
}

@media (max-width: 1300px) {
  .rt-products.rt-ranking-block .rt-products-head-wrap {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }

  .rt-products.rt-ranking-block .rt-products-head {
    display: flex;
  }

  .rt-products.rt-ranking-block .block-top-tablist {
    overflow-x: auto;
  }
}

@media (max-width: 768px) {
    .revico-allreview-wrap .revico-multicomment-top .revico-comment-main {
        margin-left: 0 !important;
        margin-right: auto;
        padding-left: 0 !important;
        overflow: visible;
    }

  .hacobune-app-container.hacobune-app-container-no-font {
    background-color: transparent !important;
  }
}

@media (max-width: 1015px) {
  #block-vs-living .vs-living-head-wrap > p {
    display: none;
  }

  #block-vs-living .hacobune-tag-list {
    position: static !important;
    min-width: auto !important;
    margin-bottom: 20px !important;
  }
}


/* --------------------------------------------------------------------
  ReviCo お客様の声：SPはジャンルページ同様にSwiperを使わず横スクロール
-------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .revico-allreview-wrap .allreview-swiper,
  .revico-allreview-wrap .allreview-new-swiper {
    overflow: visible;
  }

  .revico-allreview-wrap .allreview-swiper .swiper-wrapper,
  .revico-allreview-wrap .allreview-new-swiper .swiper-wrapper {
    display: flex;
    gap: 0;
    overflow-x: auto;
    transform: none !important;
    scrollbar-width: none;
    padding: 0;
  }

  .revico-allreview-wrap .allreview-swiper .swiper-wrapper::-webkit-scrollbar,
  .revico-allreview-wrap .allreview-new-swiper .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }

  .revico-allreview-wrap .allreview-swiper--arrow,
  .revico-allreview-wrap .allreview-new-swiper--arrow {
    display: none !important;
  }
}

/* --------------------------------------------------------------------
	Rtoaster カートリマインドPOP UP
-------------------------------------------------------------------- */
#cart_remind_pc .rtPopupTmplF_body-h2 .rtPopupTmplF_heading, .rtPopupTmplF_body-h2 .rtPopupTmplF_column, .rtPopupTmplF_body-h2 .rtPopupTmplF_mutual {
  width: auto !important;
}