:root {
  --key-visual-scroll-multiplier: 2;
}

body {
  overflow-x: hidden;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  overflow: hidden;
}

.header h1 {
  padding: 0 16px;
  font-size: 0;
}

.header h1 img {
  width: 100%;
  max-width: 210px;
}

.header__reservation-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
  background-color: #666;
  color: white;
  padding: 16px 40px 16px 20px;
  text-decoration: none;
  transition: background-color 0.3s;
  min-width: 140px;
  font-family: 'Noto Serif JP', serif;
}

.header__reservation-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent white;
}

.header__reservation-btn:hover {
  background-color: #555;
}

.reservation-text1 {
  font-size: 8px;
}

.reservation-text2 {
  font-size: 16px;
}

.key-visual {
  position: relative;
  height: calc(100vh + var(--key-visual-scroll-multiplier));
}

.key-visual__bg {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
}

.key-visual__bg-image-scaler {
  width: 100%;
  height: 100%;
  background: url(../../images/weddingphoto/kv-sp.jpg) center center/cover no-repeat;
  transform-origin: center center;
  will-change: transform;
}

.key-visual__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  pointer-events: none;
}

.key-visual__title-en {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.key-visual__title-en img {
  width: 100%;
  max-width: 328px;
}

.key-visual__content-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 60px;
  z-index: 3;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .9));
  padding: 700px 20px 60px;
}

.key-visual__text {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  align-items: center;
  width: 100%;
  font-family: 'Noto Serif JP', serif;
  color: #fff;
}

.key-visual__text h3 {
  font-size: 20px;
  line-height: 2;
  text-align: center;
}

.key-visual__text p {
  font-size: clamp(13px, calc(-2px + 4vw), 14px);
  line-height: 2.5;
  text-align: center;
  word-break: keep-all;
}

.key-visual__video {
  width: 100%;
  max-width: 560px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.key-visual__video video {
  width: 100%;
  height: auto;
  display: block;
}

.consultation-reserve {
  margin-block: 80px;
}

.drone-shooting {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  font-family: 'Noto Serif JP', serif;
  color: #fff;
  background-color: #000;
  padding: 100px 16px;
  z-index: 1;
  overflow: hidden;
}

.drone-shooting__video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
  z-index: -1;
}

.drone-shooting__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
}

.drone-shooting__main-title {
  font-size: 24px;
}

.drone-shooting__subtitle {
  font-size: 12px;
}

.drone-shooting__aban {
  font-size: 16px;
  margin-top: 2em;
  margin-bottom: 1.5em;
}

.drone-shooting__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  text-align: center;
}

.drone-shooting__text {
  font-size: 13px;
  line-height: 1.5;
  padding-inline: 16px;
  word-break: keep-all;
}

.plan-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 48px;
  margin-block: 80px;
  padding-inline: 16px;
  font-family: 'Noto Serif JP', serif;
}

.plan-section__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
}

.plan-section__main-title {
  color: #222;
  text-align: center;
  font-family: serif;
  font-size: 24px;
}

.plan-section__subtitle {
  color: #9D9D9D;
  text-align: center;
  font-size: 12px;
}

.plan-section__description {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.plan-section__features {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #C99388;
  border-radius: 3px;
  padding: 24px 16px;
  width: 100%;
  max-width: 780px;
}

.plan-section__features-title {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background-color: #C99388;
  padding: 4px 8px;
  margin-top: -40px;
  margin-bottom: 24px;
}

.plan-section__feature-list {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.plan-section__feature-item {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.plan-section__feature-name {
  display: flex;
  align-items: center;
  column-gap: 16px;
  position: relative;
  color: #C99388;
  font-size: 20px;
}

.plan-section__contact {
  width: 100%;
  max-width: 1140px;
}

.plan-section__plan-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 80px;
  list-style: none;
}

.plan-section__plan-item {
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.plan-section__plan-image {
  width: calc(100% + 32px);
  max-width: none;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-inline: -16px;
}

.plan-section__plan-details {
  display: grid;
  grid-template-areas:
    "name price"
    "taxprice";
  grid-template-columns: 1fr auto;
  align-items: center;
  row-gap: 4px;
}

.plan-section__plan-name {
  grid-area: name;
  grid-row: 1 / span 2;
  grid-column: 1;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.plan-section__plan-name-jp {
  font-size: 12px;
}

.plan-section__plan-name-en {
  font-size: 24px;
  line-height: 1;
  white-space: nowrap;
}

.plan-section__plan-price {
  grid-area: price;
  grid-row: 1;
  font-size: 20px;
  text-align: right;
  white-space: nowrap;
}

.plan-section__plan-price-taxed {
  grid-area: taxprice;
  font-size: 11px;
  text-align: right;
  white-space: nowrap;
}

.plan-section__plan-description {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  position: relative;
  max-height: 63px;
  transition: max-height 0.3s ease-out;
  margin-bottom: 16px;
}



.plan-section__plan-item:has(.plan-section__plan-toggle.is-open) .plan-section__plan-description {
  max-height: 200px;
}

.plan-section__plan-item:has(.plan-section__plan-toggle.is-open) .plan-section__plan-description::after {
  opacity: 0;
}

.plan-section__plan-toggle {
  display: block;
  width: 59px;
  height: 26px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.plan-section__plan-toggle.open-plan-content {
  background-image: url("../../images/weddingphoto/down.svg");
}

.plan-section__plan-toggle.is-open {
  background-image: url("../../images/weddingphoto/up.svg");
}

.plan-section__plan-toggle:hover {
  background-color: #f7f7f7;
}

.plan-section__plan-content {
  transition: max-height 0.3s ease-out;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.plan-section__plan-content-title {
  font-size: 16px;
  font-weight: bold;
  color: #C99388;
  border: 1px solid #C99388;
  border-radius: 40px;
  padding: 6px 12px;
  line-height: 1;
  width: fit-content;
}

.plan-section__plan-includes-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 5px;
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  list-style: none;
  padding: 4px;
  margin: 0;
  font-size: 12px;
  line-height: 1;
}
.plan-section__plan-include-item{
  border: 1px solid #9D9D9D;
  padding: 0.25em 0.58em;
}
.plan-section__plan-include-item.plus {
  border: 1px solid #C99388;
  background-color: #F0E5E2;
}

.plan-section__feature-name::before {
  content: "";
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}

.plan-section__feature-item:nth-child(1) .plan-section__feature-name::before {
  background-image: url(../../images/weddingphoto/money_icon.png);
}

.plan-section__feature-item:nth-child(2) .plan-section__feature-name::before {
  background-image: url(../../images/weddingphoto/camera_icon.png);
}

.plan-section__feature-item:nth-child(3) .plan-section__feature-name::before {
  background-image: url(../../images/weddingphoto/calendar_icon.png);
}

.plan-section__feature-item:nth-child(4) .plan-section__feature-name::before {
  background-image: url(../../images/weddingphoto/map_icon.png);
}

.plan-section__feature-description {
  color: #3F3F3F;
  font-size: 13px;
  line-height: 1.5;
}

.plan-section__feature-note {
  color: #3F3F3F;
  font-size: 10px;
}

.plan-section__caption {
  font-size: 12px;
  margin: 0 0 0 auto;
}
.plan-section__caption > span {
  color: #F0E5E2;
}

.location-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 48px;
  padding: 60px 16px;
  font-family: 'Noto Serif JP', serif;
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
}

.location-section__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
}

.location-section__main-title {
  color: #222;
  text-align: center;
  font-size: 24px;
}

.location-section__subtitle {
  color: #9D9D9D;
  text-align: center;
  font-size: 12px;
}

.location-section__description {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.location-section__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  list-style: none;
}

.location-section__item {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  width: 100%;
  max-width: 320px;
}

.location-section__item-title {
  font-size: 14px;
  text-align: left;
}

.location-section__item-image {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.photo-style {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 48px;
  padding: 60px 16px;
  font-family: 'Noto Serif JP', serif;
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
}

.photo-style__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
}

.photo-style__main-title {
  color: #222;
  font-size: 24px;
}

.photo-style__subtitle {
  color: #9D9D9D;
  font-size: 12px;
}

.photo-style__description {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.photo-style__list {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
}

.photo-style__item {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.photo-style__item img {
  width: calc(100% + 32px);
  max-width: none;
  margin-inline: -16px;
}

.photo-style__item-content {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  background-color: #fff;
  font-size: 14px;
  padding: 24px;
  margin-top: -48px;
}

.photo-style__item-title-en {
  font-size: 30px;
}

.photo-style__item-title-jp {
  font-size: 14px;
}

.photo-style__item-description {
  font-size: 14px;
  line-height: 2;
}

.gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 48px;
  padding: 60px 0;
  font-family: 'Noto Serif JP', serif;
}

.gallery__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
}

.gallery__main-title {
  font-size: 24px;
}

.gallery__subtitle {
  color: #9D9D9D;
  font-size: 12px;
}

.gallery .splide__slide {
  width: 100%;
  overflow: hidden;
}

.gallery .splide__slide img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.photo-retouch {
  padding: 60px 16px;
  font-family: 'Noto Serif JP', serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 48px;
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
  text-align: center;
}

.photo-retouch__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
}

.photo-retouch__main-title {
  color: #222;
  font-size: 24px;
}

.photo-retouch__subtitle {
  color: #9D9D9D;
  font-size: 12px;
}

.photo-retouch__description {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.photo-retouch__before {
  position: relative;
  display: inline-block;
  max-width: 360px;
  width: 100%;
}

.photo-retouch__image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.photo-retouch__options {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}

.photo-retouch__option {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
}

.photo-retouch__option-title {
  font-size: 24px;
  padding: 4px 20px;
  color: #fff;
  background-color: #C99388;
}

.photo-retouch__option .photo-retouch__image {
  max-width: 360px;
  width: 100%;
}

.photo-retouch__details {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  text-align: left;
  width: 100%;
  max-width: 360px;
}

.photo-retouch__details-title {
  font-size: 20px;
  font-weight: bold;
  color: #C99388;
}

.photo-retouch__details-list {
  list-style: none;
  padding-left: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}

.photo-retouch__details-list li {
  padding-left: 1.5em;
  position: relative;
}

.photo-retouch__details-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.rental-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 48px;
  padding: 60px 16px;
  font-family: 'Noto Serif JP', serif;
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
}

.rental-item__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
}

.rental-item__main-title {
  color: #222;
  font-size: 24px;
}

.rental-item__subtitle {
  color: #9D9D9D;
  font-size: 12px;
}

.rental-item__description {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.rental-item__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  list-style: none;
}

.rental-item__item {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  width: 100%;
  max-width: 270px;
}

.rental-item__item-title {
  font-size: 14px;
  text-align: left;
}

.rental-item__item-image {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
}

.flow {
  padding: 60px 16px 0;
  font-family: 'Noto Serif JP', serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
  text-align: center;
}

.flow__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
}

.flow__main-title {
  color: #222;
  font-size: 24px;
}

.flow__subtitle {
  color: #9D9D9D;
  font-size: 12px;
}

.flow__description {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  text-align: left;
}

.flow__content {
  width: 100%;
  max-width: 940px;
}

.flow__list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}

.flow__item {
  text-align: left;
}

.flow__item-header {
  background-color: #C99388;
  padding: 12px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 8px;
  font-size: 16px;
  color: #fff;
}

.flow__item-title {
  display: inline-block;
  font-size: inherit;
}

.flow__item-body {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.flow__item-description {
  font-size: 14px;
  line-height: 1.8;
}

.flow__item-note {
  font-size: 12px;
  line-height: 1.6;
}


.capry_banner {
  text-align: center;
}
/* 画像全般の共通設定 */
.capry_banner img {
  display: inline-block;
  width: calc(100% - 20px); /* SPは画面幅-左右5px */
  height: auto;    /* アスペクト比を維持 */
  margin: 0 auto; 
}
.banner-link {
  position: relative;
  display: block;
}
/* デフォルトは非表示 */
.external-icon {
  display: none;
}

@media screen and (min-width: 768px) {
  .capry_banner {
    width: 50%;
    margin: 0 auto;
  }

  .banner-link img {
    width: 100%;       
  }

  .external-icon {
    display: flex;
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
    padding: 4px;
    line-height: 1;
    align-items: center;
    justify-content: center;
  }

  .header h1 {
    padding: 0 32px;
  }

  .header h1 img {
    width: 448px;
    max-width: none;
  }

  .header__reservation-btn {
    padding: 20px 120px 20px 80px;
  }

  .header__reservation-btn::after {
    right: 60px;
    border-width: 14px 0 14px 14px;
  }

  .reservation-text1 {
    font-size: 14px;
  }

  .reservation-text2 {
    font-size: 30px;
  }

  .key-visual__bg-image-scaler {
    background-image: url(../../images/weddingphoto/kv.jpg);
  }

  .key-visual__title-en img {
    max-width: 808px;
  }

  .key-visual__text {
    row-gap: 60px;
  }

  .key-visual__text h3 {
    font-size: 36px;
  }

  .key-visual__text p {
    font-size: 22px;
  }

  .key-visual__content-container {
    padding-bottom: 80px;
    row-gap: 120px;
  }

  .key-visual__video {
    max-width: 720px;
  }

  .drone-shooting {
    padding-block: 240px;
  }

  .drone-shooting__text {
    font-size: 14px;
  }

  .plan-section {
    margin-block: 100px;
  }

  .plan-section__plan-image {
    width: 100%;
    margin-inline: auto;
  }

  .plan-section__plan-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
  }

  .location-section__main-title {
    font-size: 24px;
  }

  .location-section__subtitle {
    font-size: 12px;
  }

  .location-section__item-title {
    font-size: 16px;
  }

  .photo-style__item {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }

  .photo-style__item:nth-of-type(2) {
    flex-direction: row-reverse;
  }

  .photo-style__item img {
    width: 100%;
    max-width: 486px;
    margin-inline: 0
  }

  .photo-style__item-content {
    margin-top: 0;
    max-width: 526px;
    padding: 30px 40px;
    margin-left: -60px;
    z-index: 1;
  }

  .photo-style__item:nth-of-type(2) .photo-style__item-content {
    margin-left: 0;
    margin-right: -60px;
  }

  .gallery {
    padding-block: 100px;
  }

  .photo-retouch__options {
    flex-direction: row;
    justify-content: center;
    column-gap: 60px;
    align-items: flex-start;
  }

  .photo-retouch__before {
    max-width: 320px;
  }

  .photo-retouch__option .photo-retouch__image {
    max-width: 370px;
  }

  .rental-item__item-title {
    font-size: 16px;
  }

  .flow__item-body {
    padding-inline: 60px;
  }

  .flow__item-title {
    text-align: left;
  }
}

.js-animate {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}

.js-animate.animate {
  opacity: 1;
  transform: translateY(0);
}

