@charset "utf-8";

html,
body {
  overflow-x: visible;
}
html {
  scroll-behavior: smooth;
}
:root {
  --plan-scroll-buffer-pc: 25;
  --plan-scroll-buffer-sp: 70;
  --plan-scroll-unfixed-adjust: 25;
  --plan-scroll-fixed-adjust-ios: -65;
}
main {
  color: #7a5035;
}
.button-primary {
  background-color: #7a5035;
  border-color: #7a5035;
}
@media (min-width: 769px) {
  main {
    min-width: 1140px;
    max-width: 1920px;
    margin-inline: auto;
  }
  .button-primary:hover {
    color: #7a5035;
    border: 1px solid #7a5035;
    &::after {
      border-color: #7a5035;
    }
  }
}
@media (max-width: 768px) {
  .sp-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .button-primary {
    width: 90vw;
  }
}

.autumn-campaign-2026-header {
  position: relative;
  height: 670px;
  padding-top: 60px;
  background: url(../images/mv.webp) no-repeat center top / cover;
  overflow: hidden;
}
.header-text-container {
  position: relative;
  display: grid;
  gap: 30px;
  place-content: center;
  place-items: center;
  text-align: center;
  width: 558px;
  height: auto;
  aspect-ratio: 558 / 600;
  background: url(../images/header-text-container-bg.webp) no-repeat center top / cover;
  font-weight: bold;
}
h1 {
  display: grid;
  gap: 12px;
  align-content: center;
  font-family: var(--ff-yu_mincho);
  font-weight: bold;
}
.h1-line-1 {
  height: 60px;
  font-size: 28px;
  background: url(../images/h1-title-bg.webp) no-repeat center bottom / 199px;
}
.h1-line-2 {
  display: grid;
  font-size: 72px;
  line-height: 1.11;
}
.header-text-en {
  position: absolute;
  left: -10px;
  top: 350px;
}
.header-period {
  display: grid;
  gap: 10px;
  place-items: center;
}
.header-period-head {
  width: fit-content;
  background-color: #7a5035;
  color: #ffffff;
  border-radius: 9999px;
  padding-inline: 20px;
}
.header-period-body {
  font-size: 1.5em;
  font-family: var(--ff-yu_mincho);
  .lg {
    font-size: 1.33em;
  }
  .sm {
    font-size: 0.833em;
  }
}
.header-period-note {
  position: absolute;
  top: 65px;
  right: -25px;
  display: grid;
  place-content: center;
  padding-top: 6px;
  background-color: #f1d6a2;
  color: #7a5035;
  width: 140px;
  height: auto;
  aspect-ratio: 1 / 1;
  font-size: 24px;
  border-radius: 50%;
  line-height: 1.416;
  &::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92%;
    height: auto;
    aspect-ratio: 1 / 1;
    border: 1px solid #7a5035;
    border-radius: 50%;
  }
}
@media (min-width: 769px) {
  h1 {
    margin-top: -20px;
  }
  .wed_header-fixed {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .wed_header-fixed {
    margin-top: 0;
  }
  .autumn-campaign-2026-header {
    height: auto;
    aspect-ratio: 750 / 1100;
    background-color: #f5f3e9;
    background-image: url(../images/mv-sp.webp);
    background-size: 100%;
    overflow: initial;
  }
  .header-text-container {
    position: absolute;
    bottom: 0;
    gap: 3vw;
    width: 100%;
    aspect-ratio: 750 / 628;
    background-image: url(../images/header-text-container-bg-sp.webp);
  }
  h1 {
    gap: 2vw;
  }
  .h1-line-1 {
    height: 11vw;
    margin-bottom: 1vw;
    background-size: calc(320 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
  }
  .h1-line-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: calc(82 / 750 * 100vw);
  }
  .h1-line-2-part-1 {
    width: 100%;
  }
  .h1-line-2-part-1,
  .h1-line-2-part-2 {
    letter-spacing: -0.5vw;
  }
  .header-period {
    gap: 2.5vw;
  }
  .header-period-head {
    font-size: calc(28 / 750 * 100vw);
  }
  .header-period-body {
    font-size: calc(36 / 750 * 100vw);
  }
  .header-text-en {
    left: auto;
    right: 1.5vw;
    top: 18vw;
    width: calc(185 / 750 * 100vw);
  }
  .header-period-note {
    top: -10vw;
    right: 4vw;
    width: calc(164 / 750 * 100vw);
    padding-top: 0;
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.429;
    &::after {
      width: 88%;
    }
  }
}

.ad-copy-wrap {
  display: grid;
  justify-content: center;
  gap: 20px;
  text-align: center;
  padding-block: 50px;
  background-color: #f5f3e9;
}
.ad-copy {
  display: grid;
  justify-content: center;
  text-align: center;
  font-size: 56px;
  font-family: var(--ff-yu_mincho);
  font-weight: bold;
  line-height: 1.1;
}
.ad-copy-line-1 {
  font-size: 0.821em;
  span {
    font-size: 0.85em;
  }
}
.ad-copy-line-2 {
  .em {
    color: #bf4343;
  }
  .lg {
    position: relative;
    top: 5px;
    font-size: 1.45em;
  }
}
.ad-copy-note {
  line-height: 1.5;
}
@media (max-width: 768px) {
  .ad-copy-wrap {
    padding-top: 2vw;
    padding-bottom: 40px;
    gap: 20px;
  }
  .ad-copy {
    font-size: calc(53 / 750 * 100vw);
  }
  .ad-copy-line-1 {
    letter-spacing: -0.5vw;
  }
  .ad-copy-line-2 {
    .em {
      display: inline-flex;
      align-items: flex-end;
    }
  }
  .ad-copy-note {
    font-size: 12px;
  }
}

section {
  position: relative;
  padding-block: 100px;
}
h2 {
  display: grid;
  place-items: center;
  gap: 10px;
  margin-bottom: 50px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: bold;
  font-size: 42px;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  &::after {
    content: "";
    display: block;
    width: 223px;
    height: auto;
    aspect-ratio: 400 / 18;
    background: url(../images/title-bg.webp) no-repeat center/ cover;
  }
}
[class$="-cassette-image-wrap"] {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: -1px;
  &::before {
    content: "";
    display: block;
    aspect-ratio: 660 / 438;
  }
}
.base [class$="-cassette-image"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
@media (max-width: 768px) {
  .base [class$="-cassette-image"] {
    min-height: calc(438 * 100vw / 750);
  }

  section {
    padding-block: 50px;
  }
  h2 {
    align-items: center;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.4;
    &::after {
      width: 200px;
    }
  }
}
@media (max-width: 375px) {
  h2 {
    font-size: 24px;
  }
}

.banner-link {
  transition: 0.2s ease-in-out;
}
@media (min-width: 769px) {
  .banner-link:hover {
    filter: brightness(1.07);
  }
}

/* ---------------------------------------
	Pick Up!
--------------------------------------- */
.pickup {
  padding-top: 60px;
}
.pickup-cassette-item {
  text-align: center;
}
a.pickup-cassette-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #f5f3e9;
  color: #7a5035;
}
.cassette-head {
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  background-color: #7a5035;
  text-align: center;
}
.pickup-cassette-desc {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 20px;
  background-color: #f5f3e9;
  border-bottom: 1px solid #baa494;
  border-right: 1px solid #baa494;
  &::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    rotate: -45deg;
    right: -2px;
    bottom: 4px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #baa494;
    transition: translate 0.2s;
  }
}
.plan-mark {
  display: inline-grid;
  place-content: center;
  width: 70px;
  height: 22px;
  border-radius: 9999px;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  &.-直前割 {
    background-color: #d87268;
    color: #ffffff;
  }
  &.-スタンダード {
    background-color: #639f45;
    color: #ffffff;
    letter-spacing: -0.22em;
    font-size: 13px;
  }
  &.-セット割 {
    background-color: #cd9c00;
    color: #ffffff;
  }
  &.-sm {
    transform: scale(0.85);
    margin-inline: -5px;
  }
}
.plan-mark.-undefined {
  display: none;
}
[class$="cassette-tag-list"] {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
}
[class$="cassette-tag"] {
  display: inline-grid;
  place-content: center;
  min-width: 70px;
  width: fit-content;
  height: 22px;
  padding-inline: 10px;
  background-color: #ffffff;
  color: #7c5339;
  font-size: 14px;
  border-radius: 9999px;
  border: 1px solid #7c5339;
  line-height: 1;
}
.pickup-cassette-tag-list {
  justify-content: center;
}
.pickup-cassette-title {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0 0;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2;
}
.pickup-cassette-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.2;
}
.pickup-cassette-text-em {
  color: #bf4343;
  font-size: 1.42em;
  font-weight: bold;
}
.pickup-cassette-text-em-lg {
  font-size: 1.6em;
}
.pickup-cassette-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: 5px;
  font-size: 1.5em;
  font-weight: 700;
}
.pickup-cassette-max_price-wrap {
  display: flex;
  align-items: baseline;
}
.pickup-cassette-price-unit {
  font-size: 0.75em;
}
.pickup-cassette-period-text {
  font-size: 0.8125em;
}
[data-soldout="true"] {
  pointer-events: none;
  .soldout-layer {
    position: relative;
    &::before {
      content: "Sold Out";
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      inset: 0;
      z-index: 2;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      color: #ffffff;
      font-size: 24px;
      font-weight: bold;
      letter-spacing: 0.05em;
    }
  }
}
@media (min-width: 769px) {
  .pickup-slide {
    visibility: visible;
  }
  .splide.is-initialized:not(.is-active) .pickup-cassette-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 20px;
  }
  .pickup-cassette-link {
    &:hover .pickup-cassette-desc::after {
      translate: 2px 2px;
    }
  }
}
@media (max-width: 768px) {
  .pickup {
    padding-top: 40px;
  }
  .pickup-title {
    &::before {
      transform: scale(0.6);
    }
  }
  .pickup-cassette-item {
    width: 100%;
  }
  .pickup-cassette-desc {
    padding: 17px 10px;
  }
  .pickup-cassette-text {
    b {
      font-size: 1.28em;
      span {
        font-size: 1.55em;
      }
    }
  }
}

/* ---------------------------------------
	benefit
--------------------------------------- */
.benefit {
  padding-block: 70px 120px;
  background: url(../images/benefit-bg.webp) repeat left top / auto;
}
.benefit-title {
  margin-bottom: 100px;
}
.benefit-list {
  align-items: stretch;
}
.benefit-item {
  max-height: 304px;
  transition: max-height 0.8s;

  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 20px;
  color: #333333;
}
.benefit-item-ad-text {
  position: absolute;
  right: 10px;
  top: -65px;
  width: 92px;
  height: 93px;
}
.benefit-item-title {
  position: relative;
  line-height: 110px;
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
.benefit-item-label {
  position: absolute;
  top: -15px;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  line-height: 29px;
  padding: 0 20px;
  background-color: #7a5035;
  border-radius: 15px;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: normal;
}
.benefit-item-button {
  position: relative;
  z-index: 1;
  height: 55px;
  line-height: 55px;
  color: #403937;
  font-size: 1.8rem;
  font-weight: bold;
  border: none;
  background-color: #ffffff;
}
.benefit-item:first-of-type {
  background-color: #f3d4d1;
  .benefit-item-title {
    background-color: #d77267;
  }
  .js-accordion-button {
    &::after {
      background-color: #d77267;
    }
  }
}
.benefit-item:nth-of-type(2) {
  background-color: #d0e2c7;
  .benefit-item-title {
    background-color: #639f45;
  }
  .js-accordion-button {
    &::after {
      background-color: #639f45;
    }
  }
}
.benefit-item:nth-of-type(3) {
  background-color: #f0e1b2;
  .benefit-item-title {
    background-color: #cd9c00;
  }
  .js-accordion-button {
    &::after {
      background-color: #cd9c00;
    }
  }
}
.benefit-item-desc {
  height: 120px;
  min-height: 120px;
  padding: 20px;
}
.benefit-item-dl {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: calc(100% - 40px);
  margin-inline: auto;
  background-color: #ffffff;
  font-size: 1.4rem;
}
.benefit-item-dt {
  padding: 15px 20px;
  color: #403937;
  font-weight: bold;
}
.benefit-item-dd {
  display: flex;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  small {
    margin-top: 20px;
    font-size: 1em;
  }
}
.js-accordion-button {
  position: relative;
  cursor: pointer;
  span {
    position: relative;
    z-index: 1;
  }
  &::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    aspect-ratio: 1 / 1;
    background: url(../images/arrow.webp) no-repeat center center / auto;
    border-radius: 50%;
  }
}
.js-accordion-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  transition: 0.4s ease-in-out;
}
.is-open {
  .js-accordion-button {
    &::after {
      transform: translateY(-50%) scale(1, -1);
    }
  }
  .js-accordion-body {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.benefit-item.is-open {
  max-height: 1000px;
  .js-accordion-body {
    padding-block: 15px;
  }
}
.benefit-notes {
  line-height: 1.5;
}
.benefit-note {
  display: block;
  font-size: 14px;
}
.banner-text {
  margin-top: 70px;
  font-size: 28px;
}
@media (min-width: 769px) {
  .benefit-slide {
    visibility: visible;
    .splide__track {
      overflow: visible;
    }
  }
  .splide.is-initialized:not(.is-active) .benefit-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .benefit-item:first-of-type .js-accordion-button:hover {
    background-color: #fff5f7;
  }
  .benefit-item:nth-of-type(2) .js-accordion-button:hover {
    background-color: #f3fcf4;
  }
  .benefit-item:nth-of-type(3) .js-accordion-button:hover {
    background-color: #fcf8ef;
  }
}
@media (max-width: 768px) {
  .benefit {
    padding-block: 50px;
  }
  .benefit-item {
    max-height: initial;
  }
  .benefit-title {
    margin-bottom: 0;
    &::before {
      transform: scale(0.6);
    }
    .lg {
      font-size: 1.25em;
    }
  }
  .benefit-item-title {
    line-height: 80px;
    font-size: 28px;
  }
  .benefit-item-label {
    top: -10px;
    font-size: 14px;
    line-height: 22px;
  }
  .benefit-item-ad-text {
    width: 69px;
    height: 70px;
    top: -45px;
    img {
      vertical-align: top;
    }
  }
  .benefit-item-desc {
    display: flex;
    align-items: center;
    height: 110px;
    min-height: 110px;
  }
  .banner-text {
    margin-top: -45px;
    font-size: 16px;
  }
  .banner-link {
    width: calc(630px / 2);
  }
  .benefit-item.is-open {
    height: initial;
    max-height: initial;
    .js-accordion-body {
      padding-top: 5px;
    }
  }
  .benefit-notes {
    position: relative;
    top: -120px;
    padding-inline: 20px;
  }
  .benefit-note {
    display: inline;
    font-size: 12px;
  }
}

.consultation {
  background-color: #ffffff;
}
@media (min-width: 769px) {
  .consultation-title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .consultation {
    h2 {
      letter-spacing: -0.05em;
    }
  }
}

/* ---------------------------------------
	plan
--------------------------------------- */
.plan {
  padding-top: 0;
  /* padding-bottom: 130px; */
  background-color: #f5f3e9;
  &::before,
  &::after {
    display: none;
  }
}
.plan-area-section {
  padding-block: 70px 0;
  &::before,
  &::after {
    display: none;
  }
}
.plan-title {
  position: relative;
  display: grid;
  margin-bottom: 75px;
  color: #5a3e19;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.plan-title-en {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 28px; /* 沖縄最大 */
  font-size: 0;
  bottom: -30px;
}
.plan-tablist {
  position: sticky;
  top: 0;
  z-index: 99;
  gap: 1px;
  width: 100%;
  max-width: 1920px;
  background-color: #ecd3a4;
  [role="tab"] {
    position: relative;
    border: none;
    width: 185px;
    height: 70px;
    background-color: #ecd3a4;
    color: #7a5035;
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
  }
  [role="tab"]:last-of-type::after {
    display: none;
  }
  [role="tab"][aria-selected="true"] {
    background-color: #7a5035;
    color: #ecd3a4;
    cursor: default;
  }
}
.plan-nav-fixed {
  .wed_header.is-fixed {
    top: -140px;
    opacity: 0 !important;
  }
  [role="tab"] {
    height: 45px;
  }
  [role="tab"] {
    line-height: 1;
  }
}
.plan-anchor-nav {
  margin-top: 60px;
  li {
    flex: 1;
  }
}
a.plan-anchor-nav-link {
  color: #796a50;
}
.plan-anchor-nav-link {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #796a50;
  text-align: center;
  line-height: 1;
  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 18px;
    aspect-ratio: 18 / 18;
    background: #796a50 url(../images/arrow.webp) no-repeat center center / auto;
    border-radius: 50%;
  }
  &::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: #ecd3a4;
    transition: 0.3s ease-in-out;
  }
}
.plan-subtitle {
  position: relative;
  width: fit-content;
  scroll-margin-top: 30px;
  margin: 0 auto 80px;
  padding-top: 80px;
  color: #796a50;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  &::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 275px;
    height: auto;
    aspect-ratio: 408 / 17;
    background: url(/wed/plan/autumn-campaign/2026/images/plan-subtitle-bg.webp) no-repeat center / cover;
  }
}
.plan-photo {
  .plan-title {
    margin-bottom: 0;
  }
  .plan-mark {
    display: none;
  }
}
@media (min-width: 769px) {
  .plan-tablist {
    [role="tab"]::after {
      content: "";
      position: absolute;
      right: -1px;
      top: 50%;
      transform: translateY(-50%);
      width: 1px;
      height: 47%;
      background-color: #eee2d3;
    }
    [role="tab"]:hover {
      background-color: #7a5035;
      color: #ecd3a4;
    }
  }
  .plan-anchor-nav-link {
    &:hover {
      color: #cbac73;
      border: none;
      &::before {
        background-color: #cbac73;
        background-position: top 1px center;
      }
      &::after {
        width: 100%;
      }
    }
  }
}
@media (max-width: 768px) {
  .plan {
    position: relative;
    /* padding-bottom: 50px; */
  }
  .plan-area-section {
    padding-top: 40px;
  }
  .plan-tablist {
    background-color: transparent;
    [role="tab"] {
      flex: 0 0 calc((100% - 2px) / 3);
    }
    #tab-other {
      font-size: 16px;
    }
  }
  .plan-nav-sticky {
    .wed_header.is-fixed {
      top: -50px;
    }
  }
  .plan-title {
    margin-bottom: 50px;
    font-size: 24px;
  }
  .plan-title-en {
    bottom: -25px;
    transform: translateX(-50%) scale(0.6);
  }
  .plan-anchor-nav {
    margin-top: 35px;
    li {
      flex: none;
      width: calc((100% / 2) - 10px);
    }
  }
  .plan-anchor-nav-link {
    font-size: 16px;
  }
  .plan-subtitle {
    scroll-margin-top: 70px;
    margin-bottom: 40px;
    padding-top: 50px;
    font-size: 24px;
    &::after {
      width: 204px;
      bottom: -17px;
    }
  }
}

.plan-mark-dl {
  background-color: #ffffff;
  transition: height 0.4s ease-in-out;
  .plan-mark {
    width: 70px;
    padding-inline: 0;
  }
}
.plan-mark-dt {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 25px 40px;
  font-size: 24px;
  line-height: 1;
  .plan-mark-wrap {
    display: flex;
    gap: 5px;
  }
}
.plan-mark-dd {
  border-top: 1px solid #c5c5c5;
}
.plan-mark-text {
  .plan-mark-wrap {
    display: inline-flex;
    align-items: center;
    gap: 2px;
  }
}
.plan-mark-list-item {
  .plan-mark {
    margin-right: 7px;
  }
}
.plan-mark-dl {
  .js-accordion-button {
    &::after {
      right: 35px;
      background-color: transparent;
      background-image: url(../images/arrow-brown.webp);
    }
  }
}
.plan-mark-dl.is-open {
  .plan-mark-dd {
    padding-block: 30px;
  }
}
@media (min-width: 769px) {
  .plan-mark-dd {
    width: 1040px;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .plan-mark-dt {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 18px 20px 15px;
    font-size: 16px;
  }
  .plan-mark-dt.js-accordion-button {
    &::after {
      right: 10px;
      font-size: 25px;
    }
  }
  .plan-mark-dd {
    padding-inline: 20px;
  }
  .plan-mark-dl.is-open {
    .plan-mark-dd {
      padding-block: 20px;
    }
  }
  .plan-mark-list {
    .plan-mark {
      margin-bottom: 5px;
    }
  }
}

/* ---------------------------------------
	カセット
--------------------------------------- */
.plan-cassette-list {
  display: grid;
  margin-top: 60px;
}
.plan-cassette-head {
  width: calc(100% + 34px);
  margin-left: -16px;
}
.plan-cassette-item {
  background-color: #ffffff;
}
.plan-cassette-image-wrap {
  max-width: none;
  width: calc(100% + 32px);
  margin-left: -16px;
  margin-bottom: 15px;
}
.plan-cassette-title {
  display: grid;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}
.plan-cassette-period-list {
  display: grid;
  place-content: flex-start;
  gap: 9px;
  font-size: 14px;
  .plan-mark {
    margin-right: 5px;
  }
  li {
    position: relative;
  }
}
.plan-cassette-period {
  display: none;
  font-size: 13px;
}
.plan-cassette-lead {
  margin-block: 20px 15px;
  padding-top: 10px;
  border-top: 1px solid #e3dcd1;
  font-size: 14px;
  line-height: 1.57;
}
.plan-cassette-plan {
  position: relative;
  display: block;
  margin-bottom: 15px;
  border-bottom: 1px solid #d5c8b1;
  border-right: 1px solid #d5c8b1;
  padding: 12px 12px 15px;
  background-color: #f7f3e9;
  color: inherit;
  &::after {
    content: "";
    position: absolute;
    right: -2px;
    bottom: 4px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #bca466;
    transition: translate 0.2s;
    width: 0;
    height: 0;
    rotate: -45deg;
  }
}
.plan-cassette-point {
  display: inline-block;
  color: #776038;
}
.plan-cassette-price {
  display: flex;
  align-items: baseline;
  line-height: 1;
  color: #b85454;
  font-weight: 600;
  text-align: center;
}
.plan-cassette-max_price-wrap {
  display: flex;
  align-items: baseline;
}
.plan-cassette-price-unit {
  font-size: 0.64em;
}
.plan-cassette-footnote {
  line-height: 1.5;
}
.plan-cassette-item [data-soldout="true"] {
  &::before {
    content: "Sold Out";
    position: absolute;
    left: -1%;
    top: -8%;
    width: 102%;
    height: 106%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    font-size: 1.1em;
    font-weight: bold;
    background-color: hsla(0, 0%, 0%, 0.7);
  }
}
@media (min-width: 769px) {
  .plan-cassette-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 20px;
    /* margin-bottom: 30px; */
  }
  .plan-cassette-item {
    display: flex;
    flex-direction: column;
    row-gap: 0;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 17px;
    overflow: hidden;
  }
  .plan-cassette-plan {
    &:hover::after {
      translate: 2px 2px;
    }
  }
  .plan-cassette-tag {
    padding: 4px 1em 3px;
  }
  .plan-cassette-point {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    > b {
      font-size: 16px;
    }
  }
  .plan-cassette-price {
    margin-top: 5px;
    font-size: 28px;
    letter-spacing: -0.01em;
  }
  .plan-cassette-footnote {
    font-size: 13px;
  }
  .plan-cassette-list-more {
    display: none;
  }
}
@media (max-width: 768px) {
  .plan-cassette-list {
    gap: 30px;
    margin-top: 30px;
    margin-inline: auto;
    max-width: 630px;
  }
  .plan-cassette-item {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .plan-cassette-plan {
    margin-bottom: 10px;
    border-bottom: calc(1 * 100vw / 750) solid #d5c8b1;
    border-right: calc(1 * 100vw / 750) solid #d5c8b1;
    padding: 15px;
  }
  .plan-cassette-title {
    margin-bottom: 15px;
  }
  .plan-cassette-tag {
    border: calc(2 * 100vw / 750) solid #d5c8b1;
    font-size: 15px;
    line-height: 23px;
    padding: 0 1em;
  }
  .plan-cassette-period-list {
    gap: 5px;
  }
  .plan-cassette-period {
    font-size: 14px;
  }
  .plan-cassette-lead {
    margin-top: 17px;
  }
  .plan-cassette-point {
    margin-top: 8px;
    font-size: 13px;
    line-height: 23px;
    > b {
      font-size: 16px;
    }
  }
  .plan-cassette-price {
    margin-top: 8px;
    margin-bottom: 5px;
    font-size: 26px;
  }
  .plan-cassette-footnote {
    margin-top: 13px;
    font-size: 12px;
  }
  .plan-cassette-list-more {
    display: block;
    width: 90%;
    margin-inline: auto;
    border: 0;
    line-height: calc(90 * 100vw / 750);
    background-color: #2e91d9;
    color: #ffffff;
  }
  .plan-cassette-item {
    &.-sp-hidden {
      display: none;
    }
  }
}
@media (max-width: 440px) {
  .plan-cassette-price {
    font-size: clamp(22px, 6vw, 26px);
  }
}

.tabpanels .footnote {
  padding-bottom: 130px;
}
@media (max-width: 768px){
  .tabpanels .footnote {
    padding-bottom: 50px;
  }
}

/* ---------------------------------------
	splide
--------------------------------------- */
.splide__slide img {
  vertical-align: top;
}
@media (max-width: 768px) {
  .splide {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
  .splide__arrow {
    width: 40px;
    height: auto;
    aspect-ratio: 40 / 40;
    background: #403937;
  }
  .splide__arrow svg {
    fill: #ffffff;
    height: 1.6em;
    width: 1.6em;
  }
  .splide__pagination {
    position: static;
    margin-top: 30px;
    gap: 20px;
  }
  .splide__pagination__page {
    width: 10px;
    height: auto;
    aspect-ratio: 10 / 10;
    margin: 0;
  }
  .splide__pagination__page.is-active {
    background-color: #5a3e19;
    transform: scale(1);
  }
  .benefit-slide {
    .splide__track {
      padding-top: 55px;
    }
    .splide__arrow {
      position: static;
      transform: translateY(0);
      background: transparent;
    }
    .splide__arrow:disabled {
      opacity: 0;
    }
    .splide__arrows {
      position: absolute;
      bottom: -14px;
      left: 50%;
      transform: translateX(-50%);
      width: 180px;
      display: flex;
      justify-content: space-between;
    }
    .splide__arrow svg {
      fill: #5a3e19;
    }
    .splide__pagination {
      margin-top: 120px;
    }
  }
}

.wedding_about-splide {
  .splide__arrow {
    background-color: #bcb09c;
    width: 50px;
    height: 50px;
    aspect-ratio: 1 / 1;
    border-radius: 5px;
    opacity: 1;
    transition: 0.2s ease-in-out;
  }
  .splide__arrow:disabled {
    opacity: 0.3;
    cursor: default;
  }
  .splide__arrow:hover:not(:disabled) {
    opacity: 1;
    background: #a79a85;
  }
  .splide__arrow--prev {
    left: -70px;
  }
  .splide__arrow--next {
    right: -70px;
  }
  .splide__arrow svg {
    fill: #ffffff;
    height: 30px;
    width: 30px;
  }
  .splide__pagination {
    gap: 20px;
    position: static;
    margin-top: 30px;
  }
  .splide__pagination__page {
    margin: 0;
    width: 18px;
    height: auto;
    aspect-ratio: 1 / 1;
    background: #bcb09c;
    opacity: 0.3;
    transition: 0.2s ease-in-out;
  }
  .splide__pagination__page.is-active {
    background: #bcb09c;
    transform: scale(1);
    z-index: 1;
    opacity: 1;
    cursor: default;
  }
  .splide__pagination__page:hover:not(.is-active) {
    opacity: 1;
    background: #a79a85;
  }
}
@media (max-width: 1290px) {
  .wedding_about-splide {
    .splide__arrow--prev {
      left: -15px;
    }
    .splide__arrow--next {
      right: -15px;
    }
  }
}
@media (max-width: 768px) {
  .wedding_about-splide {
    .splide__arrow {
      width: 40px;
      height: 40px;
    }
    .splide__arrow svg {
      height: 20px;
      width: 20px;
    }
    .splide__arrow--prev {
      left: 10px;
      transform: translateY(-40px);
    }
    .splide__arrow--next {
      right: 10px;
      transform: translateY(-40px);
    }
    .splide__pagination {
      gap: 20px;
    }
    .splide__pagination__page {
      width: 10px;
      height: auto;
      aspect-ratio: 10 / 10;
    }
  }
}
.store_contact__container-sp.is-visible {
  z-index: 101;
}

/* ---------------------------------------
	add_section 
--------------------------------------- */
.add_section {
  padding: 100px 0;
  text-align: center;
}
.fair {
  background-color: #f5f3e9;
  .cassette .detail-container {
    background-color: #fffffd;
  }
  p {
    color: #333333;
  }
}
.wedding_area {
  background-color: #ffffff;
}
.wedding_about-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: normal;
  column-gap: 0;
  row-gap: 0;
}
.wedding_about-item {
  width: 360px;
  border: 1px solid #c8a376;
  gap: 0;
}
.wedding_about-lead {
  color: #333333;
}
.select_nav__container {
  .button-common:not(:hover) {
    background-color: #34251e;
  }
}
.store_list__item {
  .button-secondary {
    font-size: 16px;
  }
  .button-secondary:not(:hover) {
    background-color: #8c7250;
    border-color: #8c7250;
  }
}
.store_list-item__term {
  color: #34251e;
}
@media (max-width: 768px) {
  .add_section {
    padding: 50px 0;
  }
}

.store_list {
  background-color: #f5f3e9;
}

.fixed-link {
  display: none;
}

@media (min-width: 769px) {
  .autumn-campaign-store_contact {
    opacity: 0;
    position: fixed;
    right: 0;
    top: 120px;
    display: grid;
    gap: 10px;
    z-index: 101;
    transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .autumn-campaign-store_contact.is-visible {
    opacity: 1;
    position: fixed;
    top: 120px;
  }
  a.store_contact-link {
    display: grid;
    place-content: center;
    width: 100px;
    height: 60px;
    /* padding-right: 20px; */
    background: #7a5035;
    color: #ffffff;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    font-size: 15px;
    line-height: 1.333;
    text-align: center;
    transition: 0.2s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
    border: 1px solid #7a5035;
  }
  a.store_contact-link:hover {
    background-color: #ffffff;
    color: #7a5035;
  }
}
