@charset "utf-8";

/* 変数 */
:root {
  --theme-color: #3F4873;
  --bg-color: #F8F9FC;
}

/* サイドメニューから浮き上がってくる絞り込みボタンを非表示にする */
body:has(.move-content) .pane-left-menu .block-filter--form > .block-search-submit-button:first-child  {
  display: none!important;
}

#header {
  margin-bottom: 0;
}

.intro-bnr {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
[data-browse-mode="S"] .intro-bnr {
  margin-bottom: 20px;
}
.intro-bnr img {
  vertical-align: bottom;
}

.intro-firstview {
  position: relative;
  width: 100%;
  overflow: hidden;
    background-image: unset;
    background-size: unset;
    padding-block: unset;
}
[data-browse-mode="S"] .intro-firstview {
    background-image: unset;
    padding: unset;
}

.intro-firstview-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}
.intro-firstview-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}


.intro-firstview-inner > *:last-child {
  margin-bottom: 0;
}


.intro-firstview-hdg {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.45;
  margin: 0;
}
[data-browse-mode="S"] .intro-firstview-hdg {
  font-size: 20px;
  line-height: 1.45;
  text-align: left;
}
.intro-firstview-hdg + .intro-firstview-txt {
  margin-top: 62px;
}

.intro-firstview-txt {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45;
  margin-bottom: 24px;
}
.intro-firstview-hdg.-white,
.intro-firstview-txt.-white {
  color: #FFF;
  text-align: center;
}

.sec-intro {
  padding-block: 80px;
}
[data-browse-mode="S"] .sec-intro {
  padding: 19px 6.976744vw 0;
}
.sec-intro-inner {
  margin-inline: auto;
  max-width: 1200px;
  width: 100%;
}
.sec-intro-inner > *:first-child {
  margin-top: 0;
}
.sec-intro-inner > *:last-child {
  margin-bottom: 0;
}
.sec-intro-hdg {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.45;
  text-align: center;
  padding-bottom: 8px;
  position: relative;
  margin: unset;
  margin-block: 80px 75px;
}
[data-browse-mode="S"] .sec-intro-hdg {
  font-size: 20px;
  letter-spacing: .02em;
  line-height: 1.65;
  padding-bottom: 3px;
  margin-block: 51px 31px;
}
[data-browse-mode="P"] .sec-intro-lead.sp-only + .sec-intro-hdg {
  margin-top: 0;
}
.sec-intro-hdg::after {
  content: '';
  background-color: var(--theme-color);
  border-radius: 20px;
  height: 8px;
  width: 66px;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
}
[data-browse-mode="S"] .sec-intro-hdg::after {
  height: 3px;
  width: 62px;
}
.sec-intro-lead {
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.579;
  margin-bottom: 35px;
}
.intro-items {
  margin-bottom: 40px;
}
[data-browse-mode="S"] .intro-items {
  margin-inline: -6.976744vw;
}
.intro-items > *:last-child {
  margin-bottom: 0;
}
.intro-item {
  margin-bottom: 40px;
}
[data-browse-mode="S"] .intro-item {
  background: linear-gradient(180deg, #fff 0%, #fff 9%, var(--bg-color) 9%, var(--bg-color) 100%);
  padding-inline: 6.976744vw;
}
.intro-item-inner {
  position: relative;
}
.intro-item-img {
  overflow: hidden;
  width: 33.334%;
  position: absolute;
  top: 0;
  left: 0;
}
[data-browse-mode="S"] .intro-item-img {
  width: 100%;
  position: relative;
}
.intro-item.-reverse .intro-item-img {
  right: 0;
  left: auto;
}
.intro-item-img img {
  vertical-align: bottom;
}
.intro-item-img .swiper-button-prev,
.intro-item-img .swiper-button-next {
  background-color: rgba(0, 0, 0, .42);
  height: 76px;
  width: 44px;
  margin-top: unset;
  translate: 0 -50%;
}
[data-browse-mode="S"] .intro-item-img .swiper-button-prev,
[data-browse-mode="S"] .intro-item-img .swiper-button-next {
  height: 66px;
  width: 38px;
}
.intro-item-img .swiper-button-prev {
  left: 0;
}
.intro-item-img .swiper-button-next {
  right: 0;
}
.intro-item-img .swiper-button-prev::after,
.intro-item-img .swiper-button-next::after {
  color: #FFF;
  font-size: 25px;
}
[data-browse-mode="S"] .intro-item-img .swiper-button-prev::after,
[data-browse-mode="S"] .intro-item-img .swiper-button-next::after {
  font-size: 22px;
}
.intro-item-img .swiper-button-disabled {
  display: none;
}
.intro-item-content {
  padding-top: 9.75%;
  max-width: 93.75%;
  margin-left: auto;
}
[data-browse-mode="S"] .intro-item-content {
  padding-top: 15px;
  max-width: 100%;
}
.intro-item.-reverse .intro-item-content {
  margin-right: auto;
  margin-left: unset;
}
.intro-item-content-inner {
  background-color: var(--bg-color);
}
[data-browse-mode="S"] .intro-item-content-inner {
  background-color: transparent;
}
.intro-item-head {
  padding: 46px 3% 52px 32%;
}
[data-browse-mode="S"] .intro-item-head {
  padding: 0 0 43px 0;
}
.intro-item.-reverse .intro-item-head {
  padding-right: 32%;
  padding-left: 3%;
}
[data-browse-mode="S"] .intro-item.-reverse .intro-item-head {
  padding-right: 0;
  padding-left: 0;
}
.intro-item-head > *:last-child {
  margin-bottom: 0;
}
.intro-item-hdg {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.467;
  margin-bottom: 28px;
}
[data-browse-mode="S"] .intro-item-hdg {
  font-size: 20px;
  line-height: 1.45;
  margin-bottom: 20px;
}
.intro-item-price {
  margin-bottom: 19px;
}
[data-browse-mode="S"] .intro-item-price {
  margin-bottom: 20px;
}
.intro-item-price-s {
  font-size: 16px;
  font-feature-settings: "palt";
  line-height: 1.5;
}
[data-browse-mode="S"] .intro-item-price-s {
  font-size: 12px;
  line-height: 1.417;
}
.intro-item-price-m {
  font-size: 20px;
  line-height: 1.45;
}
[data-browse-mode="S"] .intro-item-price-m {
  font-size: 16px;
  line-height: 1.5;
}
.intro-item-price-l {
  font-size: 30px;
  line-height: 1.467;
}
[data-browse-mode="S"] .intro-item-price-l {
  font-size: 20px;
  line-height: 1.45;
}
.intro-item-txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 20px;
}
[data-browse-mode="S"] .intro-item-txt {
  font-size: 14px;
  line-height: 1.429;
  margin-bottom: 20px;
}
.intro-item-txt + .intro-item-txt {
  margin-top: 29px;
}
[data-browse-mode="S"] .intro-item-txt + .intro-item-txt {
  margin-top: 24px;
}
.intro-item-link-btn {
  background-color: var(--theme-color);
  border-radius: 15px;
  color: #FFF;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45;
  text-align: center;
  padding: 16px 16px 15px;
  width: 276px;
}
[data-browse-mode="S"] .intro-item-link-btn {
  display: block;
  font-size: 18px;
  line-height: 1.444;
  padding: 14px 14px 13px;
  margin-inline: auto;
  min-width: 223px;
  max-width: 100%;
  width: fit-content;
}
.intro-item-body {
  padding-block: 4px 46px;
}
[data-browse-mode="S"] .intro-item-body {
  padding-block: 0 46px;
}
.intro-item-brand {
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-inline: auto;
  max-width: 93.778%;
  padding: 20px 3.92% 36px;
}
[data-browse-mode="S"] .intro-item-brand {
  gap: 20px;
  max-width: 100%;
  padding: 20px 4.6511627vw 36px;
}
.intro-item-brand-head {
  display: flex;
  align-items: center;
  gap: 28px;
}
[data-browse-mode="S"] .intro-item-brand-head {
  gap: 19px;
}
.intro-item-brand-logo {
  flex-shrink: 0;
}
[data-browse-mode="S"] .intro-item-brand-logo {
  max-width: 146px;
}
.intro-item-brand-logo img {
  vertical-align: bottom;
    width: 183px;
    height: 105px;
    border: 1px solid var(--theme-color);
}
.swiper-slide.swiper-slide-active img,.intro-item-img img {
    border: 1px solid var(--theme-color);
}

.intro-item-brand-name {
  font-feature-settings: "palt";
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
[data-browse-mode="S"] .intro-item-brand-name {
  gap: 10px;
}
.intro-item-brand-name-main {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
}
[data-browse-mode="S"] .intro-item-brand-name-main {
  font-size: 16px;
  line-height: 1.5;
}
.intro-item-brand-name-sub {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.429;
}
[data-browse-mode="S"] .intro-item-brand-name-sub {
  font-size: 12px;
  line-height: 1.417;
}
.intro-item-brand-txt {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 28px;
}
[data-browse-mode="S"] .intro-item-brand-txt {
  font-size: 14px;
  line-height: 1.429;
  margin-bottom: 20px;
}
.intro-item-brand-link-btn {
  background-color: #FFF;
  border: 2px solid var(--theme-color);
  border-radius: 15px;
  color: var(--theme-color);
  display: block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45;
  text-align: center;
  margin-inline: auto;
  padding: 9px 9px 7px;
  width: 254px;
}
[data-browse-mode="S"] .intro-item-brand-link-btn {
  font-size: 16px;
  line-height: 1.5;
  padding: 12px 12px 10px;
  min-width: 200px;
  max-width: 100%;
  width: fit-content;
}
.intro-item-review {
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-inline: auto;
  max-width: 93.778%;
  padding: 20px 3.92% 47px;
  position: relative;
}
[data-browse-mode="S"] .intro-item-review {
  gap: 14px;
  max-width: 100%;
  padding: 16px 5.4% 27px;
}
.intro-item-review-hdg {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.45;
  text-align: center;
  position: absolute;
  top: -29px;
  left: 50%;
  translate: -50%;
}
[data-browse-mode="S"] .intro-item-review-hdg {
  font-size: 20px;
  letter-spacing: .02em;
  line-height: 1.65;
  top: -16px;
}
.intro-item-review-head {
  display: flex;
  align-items: center;
  gap: 6%;
}
[data-browse-mode="S"] .intro-item-review-head {
  gap: 9.2%;
}
.intro-item-review-icon {
  flex-shrink: 0;
  padding-left: 3.6%;
}
[data-browse-mode="S"] .intro-item-review-icon {
  padding-top: 17px;
  padding-left: 5.3%;
}
.intro-item-review-icon img {
  vertical-align: bottom;
}
[data-browse-mode="S"] .intro-item-review-icon img {
  width: 83px;
}
.intro-item-review-info {
  flex-grow: 1;
  padding-top: 15px;
}
[data-browse-mode="S"] .intro-item-review-info {
  padding-top: 0;
}
.intro-item-review-summary {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.45;
}
[data-browse-mode="S"] .intro-item-review-summary {
  font-size: 16px;
  line-height: 1.5;
}
.intro-item-review-star {
  display: flex;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.45;
  margin-bottom: 3px;
}
[data-browse-mode="S"] .intro-item-review-star {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}
.intro-item-review-star-fill {
  color: var(--theme-color);
}
.intro-item-review-star-unfill {
  color: #CBCBCB;
}
.intro-item-review-name {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.429;
}
[data-browse-mode="S"] .intro-item-review-name {
  font-size: 12px;
  line-height: 1.417;
}
.intro-item-review-txt {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
[data-browse-mode="S"] .intro-item-review-txt {
  font-size: 14px;
  line-height: 1.429;
}

.intro-brands {
  margin-bottom: 55px;
}
[data-browse-mode="S"] .intro-brands {
  margin-inline: -6.976744vw;
}
.intro-brands > *:last-child {
  margin-bottom: 0;
}
.intro-brand {
  background-color: var(--bg-color);
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 3.334% 2.5% 4%;
  margin-bottom: 55px;
}
[data-browse-mode="S"] .intro-brand {
  gap: 28px;
  padding: 25px 6.976744vw 41px;
}
.intro-brand-media {
  display: flex;
  gap: 3.4%;
}
[data-browse-mode="S"] .intro-brand-media {
  flex-direction: column;
  gap: 23px;
}
/* ブランドロゴトリミング */
.intro-brand-media-head {
  flex-shrink: 0;
    width: 296px; 
  height: 196px; 
  overflow: hidden; 
  position: relative;
}
[data-browse-mode="S"] .intro-brand-media-head {
  text-align: center;
    width: unset;
    position: relative;
}
/* トリミングされる <img> 本体 */
.intro-brand-media-head img {
  width: 100%; 
  height: auto;
  display: block;
  position: absolute; 
  top: 50%; 
  left: 0;
  transform: translateY(-50%); 
}

.intro-brand-media-body {
  flex-grow: 1;
}
.intro-brand-name {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.467;
  margin-bottom: 13px;
}
[data-browse-mode="S"] .intro-brand-name {
  font-size: 20px;
  line-height: 1.45;
  margin-bottom: 14px;
}
.intro-brand-txt {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45;
  margin-bottom: 20px;
}
[data-browse-mode="S"] .intro-brand-txt {
  font-size: 14px;
  line-height: 1.429;
}
.intro-brand-link-btn {
  background-color: #FFF;
  border: 2px solid var(--theme-color);
  border-radius: 15px;
  color: var(--theme-color);
  display: block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45;
  text-align: center;
  padding: 14px 14px 13px;
  width: 276px;
}
[data-browse-mode="S"] .intro-brand-link-btn {
  font-size: 18px;
  line-height: 1.444;
  padding: 15px;
  margin-inline: auto;
  min-width: 231px;
  max-width: 100%;
  width: fit-content;
}
[data-browse-mode="S"] .intro-brand-main {
  margin-right: -6.976744vw;
}
.intro-brand-footer .intro-brand-link-btn {
  margin-inline: auto;
}
 /* アイテム一覧center */
a.intro-brand-link-btn.ctr {
        margin: -50px auto 50px;
}
html[data-browse-mode="S"] a.intro-brand-link-btn.ctr {
    margin: 0px auto 0px;
}
.intro-brand-items {
    display: grid;
    grid-auto-columns: 286px;
    grid-auto-flow: column;
    column-gap: 20px;
    overflow-x: auto;
    scrollbar-color: var(--theme-color) #D5DBE2;
    scrollbar-width: thin;
    padding-right: 6.976744vw;
    padding-bottom: 45px;
}
[data-browse-mode="S"] .intro-brand-items {
  grid-auto-columns: 180px;
  column-gap: 16px;
}
.intro-brand-item {
    display: flex;
    flex-direction: column;
}
 /* 商品画像が正方形でない場合対応 */
.intro-brand-item-img {
    margin-bottom: 7px;
    width: 286px;
    height: 286px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

[data-browse-mode="S"] .intro-brand-item-img {
  margin-bottom: 11px;
    width: 180px;            
    height: 180px; 
}
.intro-brand-item-img img {
  vertical-align: bottom;
      max-width: 100%;
    max-height: 100%;
    height: auto; 
    width: auto; 
    display: block;
}
.intro-brand-item-summary {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.429;
    margin-bottom: 7px;
    flex-grow: 1;

}
[data-browse-mode="S"] .intro-brand-item-summary {
  font-size: 12px;
  line-height: 1.417;
  margin-bottom: 10px;
}
.intro-brand-item-name {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 23px;
    flex-grow: 1;          /* こちらも同様に高さ揃える */

}
[data-browse-mode="S"] .intro-brand-item-name {
  font-size: 14px;
  line-height: 1.429;
  margin-bottom: 30px;
}
.intro-brand-item-link-btn {
  background-color: var(--theme-color);
  border-radius: 15px;
  color: #FFF;
  display: block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45;
  text-align: center;
  padding: 16px 16px 15px;
  margin-inline: auto;
  width: calc(100% - 10px);
}
[data-browse-mode="S"] .intro-brand-item-link-btn {
  font-size: 14px;
  line-height: 1.429;
  padding: 11px;
  width: calc(100% - 10px);
}

/* 関連イベントの表示調整 */
.move-content .block-top-event--wrap {
}
.move-content .block-top-event--header {
  display: none;
}
.move-content .block-top-event--goods {
  margin: unset;
}
[data-browse-mode="S"] .move-content .block-top-event--goods {
  padding-bottom: unset;
}
[data-browse-mode="P"] .move-content .block-thumbnail-t {
  display: grid;
  grid-auto-columns: 286px;
  grid-auto-flow: column;
  column-gap: 20px;
  overflow-x: auto;
  scrollbar-color: var(--theme-color) #D5DBE2;
  scrollbar-width: thin;
  padding-bottom: 45px;
}
[data-browse-mode="P"] .move-content .block-thumbnail-t > li {
  margin: unset;
  width: 286px;
}
[data-browse-mode="S"] .move-content .block-thumbnail-t--items {
  display: grid;
  grid-auto-columns: 180px;
  grid-auto-flow: column;
  column-gap: 16px;
  overflow-x: auto;
  scrollbar-color: var(--theme-color) #D5DBE2;
  scrollbar-width: thin;
  padding: 0 6.976744vw 30px 0;
}
[data-browse-mode="S"] .move-content .block-thumbnail-t--items > li {
  width: 100%;
}
.move-content .block-thumbnail-t--goods-image figure,
.move-content .block-thumbnail-t--goods-image img {
  height: 100%;
  width: 100%;
}
.move-content .block-thumbnail-t--goods-description {
  margin-top: 20px;
}
[data-browse-mode="S"] .move-content .block-thumbnail-t--goods-description {
  margin-top: 10px;
}
.move-content .block-thumbnail-t--goods-shop-name {
  display: none;
}

[data-browse-mode="P"] .block-event-page--goods {
  margin: 0 auto;
  width: 930px
}




