@charset "UTF-8";
@import 'variables.css';

html, body {
  overflow-x: hidden;
}
body {
  background: #F6F6F6;
}
.p-wedding__mv {
  position: relative;
}
.p-wedding__image {
  width: 100%;
  height: auto;
}
.p-what-we-do {
  margin-top: 9.5rem;
}
.p-what-we-do__container {
  display: flex;
  gap: 5rem;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1210px;
  margin: 0 auto;
}
.p-what-we-do__left {
  max-width: 455px;
}
.p-what-we-do__label {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: var(--wedding-blue);
}
.p-what-we-do__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.65;
  letter-spacing: 0.05em;
  margin-top: 3rem;
}
.p-what-we-do__description {
  margin-bottom: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.3;
  max-width: 592px;
}
.p-movie {
  padding-top: 8.5rem;
  position: relative;
}
.p-movie::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -150px;
  background-image: url(../img/wedding/bg-icon--movie.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 311px;
  height: 410px;
}
.p-movie__container {
  max-width: 800px;
  margin: 0 auto;
}
.p-movie__title {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-movie__video {
  max-width: 800px;
  width: 100%;
  height: 450px;
  position: relative;
  margin-top: 2rem;
}
.p-movie__thumbnail {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/wedding/wedding-video-thumbnail.webp);
  background-size: cover;
  background-position: center center;
}
.p-movie__thumbnail.is-hidden {
  display: none;
}
.p-movie__play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  background-image: url(../img/common/play-icon.webp);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.p-movie__play-button.is-hidden {
  display: none;
}
.p-movie__iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 800 / 450;
}
.p-solution {
  position: relative;
}
.p-solution::before {
  content: "";
  position: absolute;
  bottom: 270px;
  right: -150px;
  background-image: url(../img/wedding/bg-icon--solution.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 233px;
  height: 410px;
}
.p-solution__section-title-container {
  padding-top: 13rem;
  width: 100%;
  position: relative;
}
.p-solution__section-title {
  color: var(--wedding-blue);
}
.p-solution__container {
  max-width: 1140px;
  margin: 0 auto;
}
.p-solution__list {
  margin-top: 8rem;
  position: relative;
}
.p-solution-item:not(:first-child) {
  margin-top: 8rem;
  border-top: 1px solid var(--gray-secondary);
  padding-top: 8rem;
}
.p-solution-item__container {
  display: flex;
  flex-direction: row-reverse;
  gap: 6rem;
}
.p-solution-item:nth-child(odd) .p-solution-item__container {
  flex-direction: row;
}
.p-solution-item__content {
  width: calc(((100% - 6rem) / 2) - 1rem);
  margin-top: 1rem;
}
.p-solution-item__number {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 2.7rem;
  line-height: 100%;
  letter-spacing: 0.01em;
  position: relative;
  display: inline-block;
  margin-bottom: 0.8rem;
}
.p-solution-item__number::before {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--black);
}
.p-solution-item__number-prefix {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  display: inline-block;
}
.p-solution-item__title {
  margin-top: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
}
.p-solution-item__title-emphasis {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
}
.p-solution-item__title-emphasis--blue {
  color: var(--wedding-blue);
}
.p-solution-item__description {
  margin-top: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.85;
  letter-spacing: 0.02em;
  color: var(--gray);
}
.p-solution-item__image {
  width: calc(((100% - 6rem) / 2) + 1rem);
}
.p-solution-item__image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-service {
  padding-top: 11rem;
  padding-bottom: 10rem;
}
.p-service__container {
  max-width: 1140px;
  margin: 0 auto;
}
.p-service__box {
  border: 2px solid var(--wedding-blue);
  border-radius: 8px;
}
.p-service__inner {
  padding: 3.5rem 8rem 8rem;
}
.p-service__top {
  position: relative;
  margin: 0 auto;
  width: fit-content;
}
.p-service__decoration {
  position: absolute;
  top: 0;
  width: 24px;
  height: 53px;
}
.p-service__decoration--left {
  left: -25px;
}
.p-service__decoration--right {
  right: -16px;
}
.p-service__description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.85;
  letter-spacing: 0.02em;
  text-align: center;
}
.p-service__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--wedding-blue);
  margin-top: 1.5rem;
}
.p-service__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2.5rem;
  column-gap: 2rem;
  margin-top: 6.5rem;
}
.p-service__item {
  width: calc((100% - 2rem) / 2);
  position: relative;
  padding-left: 3.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  color: var(--gray);
}
.p-service__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/wedding/check-icon--blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 26px;
  height: 26px;
}
.p-service-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  max-width: 900px;
  width: 100%;
  height: 140px;
  margin: 8rem auto 0;
  background: var(--wedding-blue);
  color: var(--white);
  position: relative;
}
.p-service-button::before {
  content: "";
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: var(--white);
  opacity: 0.6;
}
.p-service-button::after {
  content: "";
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 12px;
  background-image: url(../img/common/footer__contact-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-service-button__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
}
.p-service-button__text--sp {
  display: none;
}
.p-case {
  padding: 10rem 0;
  background: var(--wedding-blue);
  position: relative;
}
.p-case::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/wedding/bg-icon--case.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 426px;
  height: 537px;
}
.p-case__section-title,
.p-case__section-subtitle {
  color: var(--white);
}
.p-case__container {
  margin-top: 4rem;
}
.p-case-item {
  background: var(--white);
  padding: 4rem 3.25rem;
}
.p-case-item.swiper-slide {
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.p-case-item.swiper-slide-active {
  transform: scale(1);
}
.p-case-item__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
  margin-top: 0.5rem;
}
.p-case-item__bottom {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5rem;
}
.p-case-item__image {
  width: 100%;
  height: auto;
}
.p-case-item__content {
  margin-left: 2.5rem;
}
.p-case-item__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5;
  letter-spacing: 0.02em;
}
.p-case-item__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.85;
  letter-spacing: 0.02em;
  color: var(--gray);
  margin-top: 1rem;
}
.p-case__navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-top: 4rem;
}
.p-case__button-prev,
.p-case__button-next {
  position: relative;
  top: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}
.p-case__button-prev {
  left: auto;
}
.p-case__button-prev::after,
.p-case__button-next::after {
  display: none;
}
.p-case__button-prev svg,
.p-case__button-next svg {
  width: 10px;
  height: 16px;
}
.p-case__button-next {
  right: auto;
}
.p-case__pagination.swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.p-case__pagination .swiper-pagination-bullet {
  width: 7.2px;
  height: 7.2px;
  background: var(--white);
  opacity: 1;
}
.p-case__pagination .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: var(--black);
}
.p-flow {
  padding-top: 12rem;
  padding-bottom: 13rem;
  position: relative;
}
.p-flow__section-title {
  color: var(--wedding-blue);
}
.p-flow__description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.85;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--gray);
  margin-top: 4rem;
}
.p-flow {
  position: relative;
  padding-top: 10.5rem;
  padding-bottom: 10rem;
}
.p-flow::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -150px;
  background-image: url(../img/wedding/bg-icon--flow-top.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 23.16%;
  max-width: 264px;
  height: auto;
  aspect-ratio: 264 / 381;
}
.p-flow__container {
  max-width: 1260px;
}
.p-flow__heading {
  font-size: 5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: -0.02em;
  text-align: center;
  margin-top: 5.5rem;
}
.p-flow__heading--marker {
  position: relative;
}
.p-flow__heading--marker::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: var(--wedding-blue);
  z-index: -1;
}
.p-flow__text {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 5rem;
}
.p-flow__content {
  max-width: 1220px;
  margin: 0 auto;
}
.p-flow__box {
  margin-top: 6rem;
  display: flex;
}
.p-flow-item {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.p-flow-item::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  width: 84%;
  height: 15px;
  background-image: url(../img/wedding/flow-line.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-flow-item:last-child::before {
  display: none;
}
.p-flow-item__number {
  width: 60px;
  height: 60px;
  background: var(--wedding-blue);
  color: var(--white);
  font-size: 2.6rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-flow-item__image {
  margin-top: 4rem;
}
.p-flow-item__title {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.65;
  text-align: center;
  margin-top: 3.5rem;
}
.p-flow-item__text {
  max-width: 240px;
  margin: 2rem auto 0;
  padding: 0 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.65;
  color: var(--gray);
}
@media screen and (max-width: 1279px) {
  .p-what-we-do__container {
    align-items: flex-start;
  }
  .p-what-we-do__left {
    max-width: 50%;
  }
  .p-what-we-do__title {
    font-size: 3rem;
  }
  .p-movie__video {
    width: 100%;
    height: auto;
    margin-top: 1.5rem;
  }
  .p-solution-item__container {
    gap: 3rem;
  }
  .p-solution-item__content {
    flex-grow: 1;
  }
  .p-solution::before {
    width: 200px;
    height: auto;
    aspect-ratio: 233 / 410;
    bottom: 200px;
  }
}
@media screen and (max-width: 1023px) {
  .p-movie::before {
    width: 200px;
    height: auto;
    aspect-ratio: 311 / 410;
    top: 20px;
    left: -60px;
  }
  .p-what-we-do__container {
    flex-direction: column;
    gap: 3.5rem;
    align-items: flex-start;
  }
  .p-what-we-do__left {
    max-width: none;
  }
  .p-what-we-do__description {
    max-width: none;
    margin-bottom: 0;
  }
  .p-solution::before {
    width: 150px;
    bottom: 200px;
    right: -60px;
  }
  .p-service__list {
    flex-direction: column;
  }
  .p-service__item {
    width: 100%;
  }
  .p-case {
    z-index: var(--layer-content);
  }
  .p-case::before {
    width: 280px;
    height: auto;
    aspect-ratio: 142 / 179;
  }
  .p-case-item {
    padding: 2rem;
  }
  .p-case-item__bottom {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  .p-case-item__content {
    margin-left: 0;
  }
  .p-case-item__heading {
    line-height: 1;
  }
  .p-flow::before {
    left: -60px;
  }
  .p-flow-item::before {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .p-what-we-do {
    margin-top: 6rem;
  }
  .p-what-we-do__label {
    font-size: 1.4rem;
  }
  .p-what-we-do__title {
    font-size: 2.4rem;
    letter-spacing: 0.03em;
  }
  .p-what-we-do__description {
    font-size: 1.4rem;
  }
  .p-movie {
    padding-top: 7rem;
  }
  .p-movie::before {
    background-image: url(../img/wedding/bg-icon-sp--movie.svg);
    top: -10px;
    left: -30px;
    width: 76px;
    height: 191px;
  }
  .p-movie__title {
    font-size: 2.4rem;
  }
  .p-movie__container {
    margin: 1.5rem auto 0;
  }
  .p-movie__play-button {
    width: 90px;
    height: 90px;
  }
  .p-solution::before {
    background-image: url(../img/wedding/bg-icon-sp--solution.svg);
    width: 91px;
    height: 191px;
    bottom: 400px;
  }
  .p-solution__section-title-container {
    padding-top: 9rem;
  }
  .p-solution__list {
    margin-top: 4rem;
  }
  .p-solution-item:not(:first-child) {
    margin-top: 6rem;
    border-top: none;
    padding-top: 0;
  }
  .p-solution-item__container {
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .p-solution-item:nth-child(odd) .p-solution-item__container {
    flex-direction: column-reverse;
  }
  .p-solution-item__content {
    width: 100%;
    margin-top: 0;
  }
  .p-solution-item__number {
    font-size: 2.2rem;
    letter-spacing: 0;
    margin-bottom: 0.3rem;
  }
  .p-solution-item__number::before {
    bottom: -0.3rem;
  }
  .p-solution-item__number-prefix {
    font-size: 1.2rem;
  }
  .p-solution-item__image {
    width: 100%;
  }
  .p-solution-item__title {
    margin-top: 1.5rem;
    font-size: 2.2rem;
    letter-spacing: 0.02em;
  }
  .p-solution-item__title-emphasis {
    font-size: 2.2rem;
    letter-spacing: 0.02em;
  }
  .p-solution-item__description {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .p-service {
    padding-top: 4rem;
    padding-bottom: 10rem;
  }
  .p-service__inner {
    padding: 3rem 2.5rem;
  }
  .p-service__decoration {
    top: auto;
    bottom: 0;
  }
  .p-service__decoration--left {
    left: -25px;
  }
  .p-service__decoration--right {
    right: -16px;
  }
  .p-service__description {
    font-size: 1.2rem;
    line-height: 1.65;
    letter-spacing: 0;
  }
  .p-service__title {
    margin-top: 2rem;
    font-size: 1.8rem;
    line-height: 1.65;
    letter-spacing: 0;
    text-align: center;
  }
  .p-service__list {
    margin-top: 4rem;
  }
  .p-service__item {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.45;
    letter-spacing: 0;
    padding-left: 3rem;
  }
  .p-service__item::before {
    width: 18px;
    height: 18px;
  }
  .p-service-button {
    max-width: 300px;
    height: 110px;
    justify-content: flex-start;
    padding-left: 3rem;
    margin: 4rem auto 0;
  }
  .p-service-button::before {
    right: 50px;
    height: 35px;
  }
  .p-service-button::after {
    right: 20px;
    width: 12px;
    height: 10px;
  }
  .p-service-button__mail-icon {
    width: 20px;
    height: 15px;
  }
  .p-service-button__text {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .p-service-button__text--pc {
    display: none;
  }
  .p-service-button__text--sp {
    display: block;
  }
  .p-case__navigation {
    margin-top: 3rem;
    gap: 2.5rem;
  }
  .p-case__button-prev,
  .p-case__button-next {
    width: 40px;
    height: 40px;
  }
  .p-case__button-prev svg,
  .p-case__button-next svg {
    width: 8px;
    height: 12px;
  }
  .p-case__pagination {
    gap: 0.8rem;
  }
  .p-case__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .p-case__pagination .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }
  .p-case-item__title {
    font-size: 2.2rem;
  }
  .p-case-item__heading {
    font-size: 1.8rem;
  }
  .p-case-item__text {
    font-size: 1.4rem;
    line-height: 1.65;
  }
  .p-flow {
    padding-top: 5.5rem;
    padding-bottom: 6rem;
  }
  .p-flow::before {
    left: -30px;
    top: -55px;
    background-image: url(../img/wedding/bg-icon-sp--flow-top.svg);
    width: 18.8%;
    aspect-ratio: 62 / 191;
  }
  .p-flow__heading {
    margin-top: 4.5rem;
    font-size: 2.3rem;
  }
  .p-flow__heading--marker::before {
    height: 10px;
    bottom: -3px;
  }
  .p-flow__text {
    font-size: 1.4rem;
    line-height: 185%;
    letter-spacing: 0;
    text-align: left;
    margin-top: 3rem;
  }
  .p-flow__box {
    flex-direction: column;
    gap: 2rem;
    max-width: 500px;
    margin: 6rem auto 0;
  }
  .p-flow-item {
    width: 100%;
    gap: 1.2rem;
    flex-direction: row;
    justify-content: flex-start;
  }
  .p-flow-item::before {
    background-image: url(../img/wedding/flow-line--sp.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 8px;
    height: 100%;
    left: 21px;
    top: 0;
    aspect-ratio: 10 / 91;
  }
  .p-flow-item__number {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    align-self: flex-start;
    font-size: 2rem;
    position: relative;
  }
  .p-flow-item__image {
    margin-top: 0;
    width: 100px;
  }
  .p-flow-item__info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .p-flow-item__title {
    margin-top: 0;
    font-size: 1.6rem;
  }
  .p-flow-item__text {
    font-size: 1.3rem;
    padding: 0;
    max-width: none;
  }
}