@charset "UTF-8";
.only-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

* {
  outline: #333;
}

.only-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .only-sp {
    display: block !important;
  }
}

.p-supportkyusyu {
  width: 100%;
  color: #333;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .p-supportkyusyu {
    font-size: 3.25vw;
  }
}

.p-supportkyusyu-inner {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .p-supportkyusyu-inner {
    padding-inline: 3.488372093023256vw;
  }
}

.p-supportkyusyu a {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.p-supportkyusyu a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.p-supportkyusyu-head {
  background-color: #fff4f4;
}

/* MV */
.p-supportkyusyu-kv {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-supportkyusyu-kv {
    margin-bottom: 2.3255813953488373vw;
    padding-inline: 0;
    width: 100vw;
  }
}

/* リード文 */
.p-supportkyusyu-lead {
  font-weight: bold;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .p-supportkyusyu-lead {
    margin-bottom: 11.627906976744185vw;
  }
}

.p-supportkyusyu-lead-date {
  font-size: 16px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .p-supportkyusyu-lead-date {
    font-size: 3.255813953488372vw;
  }
}

.p-supportkyusyu-lead p {
  font-size: 21px;
  text-align: center; 
}

@media screen and (max-width: 768px) {
  .p-supportkyusyu-lead p {
    font-size: 3.488372093023256vw;
    text-align: left; 
  }
}

/* イベントブロック */
.p-supportkyusyu-items {
  padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .p-supportkyusyu-items {
    padding-bottom: 18.6046511627907vw;
  }
}

.p-supportkyusyu-item {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .p-supportkyusyu-item {
    margin-bottom: 13.953488372093023vw;
  }
}

.p-supportkyusyu-item:last-child {
  margin-bottom: 0;
}

.p-supportkyusyu-items__ttl {
  display: flex;
  align-items: center;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .p-supportkyusyu-items__ttl {
    font-size: 4.651162790697675vw;
    margin-bottom: 3.488372093023256vw;
  }
}



@media screen and (max-width: 768px) {
  .p-supportkyusyu-items__ttl:before {
    margin-right: 2.3255813953488373vw;
    width: 11.627906976744185vw;
  }
}

.p-supportkyusyu-items__ttl:after {
  content: "";
  flex: 1;
  background: #BB5E6E;
  height: 2px;
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .p-supportkyusyu-items__ttl:after {
    margin-left: 6.976744186046512vw;
  }
}

.p-supportkyusyu-items__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 512px;
  width: 100%;
  height: 68px;
  margin-inline: auto;
  background: #BB5E6E;
  color: #FFF;
  font-weight: bold;
  font-size: 19px;
  border-radius: 13px;
  box-shadow: 4px 5px 0 #FFC0C4;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .p-supportkyusyu-items__btn {
    margin-top: 6vw;
    max-width: 76.04651162790698vw;
    min-height: 40px;
    font-size: 14px;
    border-radius: 2vw;
  }
}

.p-supportkyusyu-items__btn:after {
  position: absolute;
  display: block;
  content: "";
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 27px;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .p-supportkyusyu-items__btn:after {
    border-width: 1px;
    right: 2.651162790697675vw;
    width: 2.1627906976744187vw;
    height: 2.1627906976744187vw;
  }
}

[data-browse-mode="P"] .p-supportkyusyu-item .block-pickup-list-p--goods-name,
[data-browse-mode="S"] .p-supportkyusyu-item .block-thumbnail-t--goods-name {
  height: 90px;
}




/* その他おすすめ情報はこちら！ */

.p-supportkyusyu-banner {
  padding: 27px 0 61px;
}

@media screen and (max-width: 768px) {
  .p-supportkyusyu-banner {
    padding: 5.75vw 0 5vw;
  }
}

.p-supportkyusyu-banner__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 2.24px;
  text-align: center;
  color: #333333;
  margin-bottom: 54px;
}

.p-supportkyusyu-banner__title::before {
  display: none;
}

.p-supportkyusyu-banner__title > span {
  display: inline-block;
  border-bottom: 2px dotted #333333;
}

@media screen and (max-width: 768px) {
  .p-supportkyusyu-banner__title {
    font-size: 5.5vw;
    line-height: 1.72;
    letter-spacing: 0.0088em;
    margin-bottom: 0.75vw;
  }
}

.p-supportkyusyu-banner__combo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-inline: 100px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .p-supportkyusyu-banner__combo {
    max-width: 100%;
    padding: 0 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1px;
    gap: 0;
  }
}

.p-supportkyusyu-banner__combo .p-supportkyusyu-banner__links {
  width: calc(50% - 10px);
}

@media screen and (max-width: 768px) {
  .p-supportkyusyu-banner__combo .p-supportkyusyu-banner__links {
    width: 100%;
    margin-top: 4vw;
  }
}

@media screen and (max-width: 768px) {
  .p-supportkyusyu-banner__combo .p-supportkyusyu-banner__links + .p-supportkyusyu-banner__links {
    margin-top: 4vw;
  }
}

/* 調整 */

.block-event-page {
  width: 100vw;
}

.block-event-page--header, h1.block-event-page--header {
  display: none;
}

.pane-main {
  padding-top: 0px;
}

[data-browse-mode="P"] .pane-main {
  max-width: none;
}

[data-browse-mode="P"] .block-event-page {
  width: 100%;
}

[data-browse-mode="S"] .block-event-page {
  width: 100%;
  padding: 0;
}

[data-browse-mode="P"] .container {
  width: 100%;
}

[data-browse-mode="P"] .pane-right-menu {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.block-event-page--accessory {
  display: none;
}

[data-browse-mode="S"] .p-supportkyusyu-item .block-thumbnail-t.swiper-container {
  margin-right: 0 !important;
}
[data-browse-mode="S"] .p-supportkyusyu-item .block-thumbnail-t--items {
  gap: 2.3255813953488373vw !important;
  justify-content: center !important;
}
[data-browse-mode="S"] .p-supportkyusyu-item .block-thumbnail-t--item:nth-child(n + 3) {
  display: none;
}
.p-supportkyusyu-items__btnWrap {
  display: flex;
  justify-content: center;
  max-width: 880px;
  margin: 0 auto;
}

.p-supportkyusyu-items__btn {
  flex: 1 1 0;
  max-width: 400px; /* 元の幅に合わせて調整 */
}
[data-browse-mode="S"] {
  .p-supportkyusyu-items__btnWrap {
    flex-direction: column;
  }
}
.sp-only {
  display: none;
}

[data-browse-mode="S"] {
  .sp-only {
    display: inline;
  }
}

.pc-only {
  display: inline;
}

[data-browse-mode="S"]{
  .pc-only {
    display: none;
  }
  .left {
  display: block;
  text-align: left;
  margin-bottom: -20px;
}

.links {
  display: block;
  text-align: center;
}
}
