@charset "utf-8";

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
main {
  color: #796a50;
}
@media (min-width: 769px) {
  main {
    min-width: 1140px;
    max-width: 1920px;
    margin-inline: auto;
    overflow: hidden;
  }
}

.early_summer-2026-header {
  position: relative;
  display: grid;
  /* padding-block: 75px; */
  height: 670px;
  /* background: url(../images/mv.webp) no-repeat center top / auto 100%; */
  overflow: hidden;
  background-image: linear-gradient(
    90deg,
    #f0fbff 0px,
    #f0fbff 21px,
    /* 1色目の範囲 */ #f7fdff 21px,
    #f7fdff 35px /* 2色目の範囲 (21px + 14px = 35px) */
  );
  background-size: 35px 100%;
  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: solid 2px #fcfeff;
    outline-offset: -10px;
  }
}
.header-text-container {
  display: grid;
  text-align: center;
  max-width: 688px;
  width: 100%;
  margin-inline: auto;
  padding-block: 35px;
  background-color: #fbfeff;
  outline: solid 2px #d4d19e;
  outline-offset: -10px;
}

h1 {
  display: grid;
  justify-content: center;
  margin-bottom: 35px;
  font-family: var(--ff-yu_mincho);
  font-weight: bold;
}
.h1-line-1 {
  margin-bottom: 10px;
  color: #a2932d;
  font-size: 32px;
}
.h1-line-2 {
  margin-bottom: 25px;
}
.h1-line-3 {
  display: grid;
  color: #796a50;
  font-size: 72px;
  line-height: 1;
}
.header-period {
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: fit-content;
  margin-inline: auto;
  background-color: #c5bb70;
  padding: 14px 20px;
  color: #ffffff;
  font-weight: bold;
  font-size: 17px;
  line-height: 1;
  clip-path: polygon(
    20px 0%,
    /* 左上のカット開始点 */ 100% 0%,
    /* 右上の角（そのまま） */ 100% calc(100% - 20px),
    /* 右下のカット開始点 */ calc(100% - 20px) 100%,
    /* 右下のカット終了点 */ 0% 100%,
    /* 左下の角（そのまま） */ 0% 20px /* 左上のカット終了点 */
  );
}
.header-period-body {
  position: relative;
  top: 2px;
  margin-left: 10px;
  padding-left: 10px;
  font-size: 1.41em;
  font-family: var(--ff-yu_mincho);
  &::before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 1px;
    height: 100%;
    background-color: #ffffff;
  }
  .lg {
    font-size: 1.33em;
  }
  .sm {
    font-size: 0.833em;
  }
}
@media (min-width: 769px) {
  .wed_header-fixed {
    margin-top: 60px;
  }
  .plan-nav-fixed {
    margin-top: 130px;
  }
}
@media (max-width: 768px) {
  .wed_header-fixed {
    margin-top: 50px;
  }
  .early_summer-2026-header {
    height: auto;
    aspect-ratio: 750 / 830;
    /* padding-block: 60px; */
    overflow: initial;
    .max-screen {
      margin: auto;
    }
  }
  .h1-line-1 {
    margin-bottom: 1.5vw;
    font-size: calc(40 / 750 * 100vw);
  }
  .h1-line-2 {
    margin-bottom: 2vw;
    img {
      width: calc(420 / 750 * 100vw);
    }
  }
  .h1-line-3 {
    font-size: calc(86 / 750 * 100vw);
  }
  .header-period {
    padding-inline: 10px;
    padding-block: 4px 8px;
    white-space: nowrap;
    font-size: calc(17 / 750 * 100vw);
    clip-path: polygon(
      8px 0%,
      /* 左上のカット開始点 */ 100% 0%,
      /* 右上の角（そのまま） */ 100% calc(100% - 8px),
      /* 右下のカット開始点 */ calc(100% - 8px) 100%,
      /* 右下のカット終了点 */ 0% 100%,
      /* 左下の角（そのまま） */ 0% 8px /* 左上のカット終了点 */
    );
  }
  .header-period-body {
    &::before {
      top: 0;
    }
  }
}

.ad-copy-wrap {
  display: grid;
  justify-content: center;
  gap: 30px;
  text-align: center;
  padding-block: 125px;
  a {
    width: 352px;
    margin-inline: auto;
  }
}
.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.4;
}
.ad-copy-line-1 {
  font-size: 0.821em;
  span {
    font-size: 0.85em;
  }
}
.ad-copy-line-2 {
  .em {
    color: #dc6283;
  }
  .lg {
    position: relative;
    top: 5px;
    font-size: 1.45em;
  }
}
.ad-copy-note {
  line-height: 1.25;
}
@media (max-width: 768px) {
  .ad-copy-wrap {
    padding-block: 55px;
    gap: 20px;
    a {
      width: 84vw;
    }
  }
  .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: 10px;
  }
}

section {
  position: relative;
  padding-block: 100px;
}
h2 {
  margin-bottom: 40px;
  color: #796a50;
  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;
}
[class$="-cassette-image-wrap"] {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: -1px;
  &::before {
    content: "";
    display: block;
  }
}
.base [class$="-cassette-image"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
@media (max-width: 768px) {
  section {
    padding-block: 50px;
  }
  h2 {
    align-items: center;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.4;
  }
}
@media (max-width: 375px) {
  h2 {
    font-size: 24px;
  }
}

.button-primary {
  background-color: #796a50;
  border-color: #796a50;
}
@media (min-width: 769px) {
  .button-primary:hover {
    color: #796a50;
    border: 1px solid #796a50;
    &::after {
      border-color: #796a50;
    }
  }
}

.consultation {
  background-color: #d8eef9;
  h2 {
    margin-bottom: 20px;
  }
}
.button-common.-arrow-line {
  &::after {
    top: 43%;
    right: 20px;
    width: 36px;
    height: 5px;
    border-bottom: solid 1px;
    border-right: solid 1px;
    border-top: none;
    transform: skew(45deg);
    transition: 0.2s ease-out;
    will-change: transform;
  }
}
@media (min-width: 769px) {
  .button-common.-arrow-line:hover {
    &::after {
      right: 16px;
      width: 40px;
    }
  }
}
@media (max-width: 768px) {
  .consultation {
    h2 {
      letter-spacing: -0.05em;
    }
  }
}

/* ---------------------------------------
	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;
  }
  .pickup-slide {
    .splide__arrows {
      display: none;
    }
  }
  .splide__arrow svg {
    fill: #ffffff;
    height: 1.6em;
    width: 1.6em;
  }
  .splide__pagination {
    position: static;
    margin-top: 60px;
    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: 45px;
    }
    .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;
    }
  }
}

.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 {
  .cassette .detail-container {
    background-color: #f0fbff;
  }
  p {
    color: #333333;
  }
}
.wedding_area {
  background-color: #ffffff;
}
.wedding_about {
  padding-top: 0;
}
.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;
  }
}

@media (max-width: 768px) {
  .swiper {
    padding: 0 calc(30 / 750 * 100vw);
    overflow: visible;
  }
  .swiper-pagination {
    position: static;
    display: flex;
    justify-content: center;
    gap: 10px;
    width: fit-content !important;
  }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .swiper-pagination-bullet-active {
    background: #403937;
  }
  .pickup {
    .swiper-pagination {
      margin-top: 30px;
      margin-inline: auto;
    }
    .swiper-button-prev,
    .swiper-button-next {
      top: 0;
      width: 40px;
      height: 100%;
      background-image: none;
      span {
        position: relative;
        width: 40px;
        height: 40px;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 20px;
        &::before {
          content: "";
          position: absolute;
          top: 13px;
          right: 15px;
          width: 12px;
          height: 12px;
          border-top: solid 3px #ffffff;
          border-right: solid 3px #ffffff;
          transform: rotate(45deg);
        }
      }
    }
    .swiper-button-prev {
      left: calc(-10 / 750 * 100vw);
      span {
        &::before {
          content: "";
          right: 11px;
          transform: rotate(225deg);
        }
      }
    }
    .swiper-button-next {
      right: calc(-10 / 750 * 100vw);
    }
  }
  .benefit {
    .swiper-pagination-wrap {
      display: flex;
      align-items: baseline;
      justify-content: center;
      gap: 30px;
      margin-top: 30px;
    }
    .swiper-button-prev,
    .swiper-button-next {
      position: relative;
      top: 3px;
      background-image: none;
      width: 15px;
      height: 15px;
      border-top: solid 3px #403937;
      border-right: solid 3px #403937;
      transform: rotate(45deg);
    }
    .swiper-button-prev {
      transform: rotate(225deg);
    }
  }
  .swiper-conteiner {
    margin-top: 70px;
  }
}
.store_list {
  background-color: #f0fbff;
}

.fixed-link {
  display: none;
}
