.lead_wrap .img_wrap {
  margin-top: 80rem;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.about_wrap {
  margin-top: 120rem;
}
.about_wrap::after {
  content: "MUTSU\aGRAND HOTEL\aWEDDING";
  right: 35rem;
  white-space: pre !important;
  line-height: 1.2;
}
.about_wrap .type_wrap {
  margin-top: 80rem;
}
.about_wrap .type_wrap .type {
  gap: 46rem;
  display: flex;
}
.about_wrap .type_wrap .type .txt_wrap h3 {
  font-size: 26rem;
  font-weight: 500;
}
.about_wrap .type_wrap .type .desc {
  margin-top: 40rem;
}
.about_wrap .type_wrap .type > .img_wrap {
  position: relative;
  max-width: 750rem;
}
.about_wrap .type_wrap .type > .img_wrap img {
  height: 420rem;
}
.about_wrap .type_wrap .type.f_reverse {
  flex-direction: row-reverse;
}
.about_wrap .type_wrap .type:nth-of-type(1), .about_wrap .type_wrap .type:nth-of-type(2) {
  max-width: 1130rem;
  align-items: center;
}
.about_wrap .type_wrap .type:nth-of-type(1) {
  margin-left: 0;
  margin-right: auto;
}
.about_wrap .type_wrap .type:nth-of-type(1) .desc {
  width: 355rem;
}
.about_wrap .type_wrap .type:nth-of-type(2) {
  margin-left: auto;
  margin-right: 0;
  margin-top: 100rem;
}
.about_wrap .type_wrap .type:nth-of-type(2) .desc {
  width: 330rem;
}
.about_wrap .type_wrap .type:nth-of-type(3) {
  margin-top: 100rem;
  gap: 48rem;
  align-items: end;
}
.about_wrap .type_wrap .type:nth-of-type(3) .list_wrap {
  width: 330rem;
  margin-top: 40rem;
}
.about_wrap .type_wrap .type:nth-of-type(3) .txt_wrap {
  margin-bottom: 50rem;
}
.about_wrap .type_wrap .type:nth-of-type(3) figcaption {
  text-align: right;
}
.about_wrap .type_wrap .type:nth-of-type(3) .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -15rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: right;
}
.about_wrap .type_wrap .type:nth-of-type(3) .swiper-pagination-bullet {
  width: 7rem;
  height: 7rem;
  background-color: #C2C2C2;
  opacity: 1;
}
.about_wrap .type_wrap .type:nth-of-type(3) .swiper-pagination-bullet-active {
  width: 14rem;
  height: 14rem;
  background-color: #6A6060;
}

.under_page .contents_wrap .desc_wrap > .img_wrap {
  position: relative;
  max-width: 930rem;
  width: calc(100vw - 860rem);
}
.under_page .contents_wrap .desc_wrap > .img_wrap img {
  height: 560rem;
}

.consultation_wrap {
  margin-top: 140rem;
  background-color: #F4EFEF;
  padding-top: 64rem;
  padding-bottom: 75rem;
}
.consultation_wrap .desc {
  display: flex;
  gap: 70rem;
  justify-content: center;
  align-items: end;
}
.consultation_wrap .desc .txt_wrap h3 {
  font-size: 26rem;
}
.consultation_wrap .desc .txt_wrap p {
  margin-top: 40rem;
}

.under_page .plan2 .desc_wrap.smallish {
  max-width: 1425rem;
}
.under_page .plan2 .desc_wrap .txt_wrap {
  max-width: 480rem;
}

.under_page .plan1 .desc_wrap.smallish {
  max-width: 1500rem;
}
.under_page .plan1 .desc_wrap .txt_wrap {
  max-width: 490rem;
}

.plan_wrap {
  margin-top: 200rem;
  position: relative;
  padding-bottom: 170rem;
}
.plan_wrap::after {
  content: "WEDDING PLANS";
  left: 35rem;
  position: absolute;
  display: block;
  font-size: min(4.1666666667vw, 80rem);
  top: -105rem;
  color: #000;
  opacity: 0.06;
  white-space: nowrap;
  font-weight: 500;
}
.plan_wrap .ttl_wrap h3 {
  font-size: 32rem;
}
.plan_wrap .anc_wrap {
  margin-top: 60rem;
}
.plan_wrap .plan_table {
  margin-top: 80rem;
}
.plan_wrap .desc {
  margin-top: 40rem;
}
.plan_wrap .plan1 {
  margin-top: 140rem;
}
.plan_wrap .plan1::after {
  content: "GRAND\aWEDDING PLAN";
  right: 45rem;
  white-space: pre !important;
  line-height: 1.2;
}
.plan_wrap .plan2 {
  margin-top: 285rem;
}
.plan_wrap .plan2::after {
  content: "HEARTFUL\aWEDDING PLAN";
  left: 45rem;
  white-space: pre !important;
  line-height: 1.2;
}
.plan_wrap .plan2 .note {
  margin-top: 20rem;
}
.plan_wrap .plan3 {
  margin-top: 180rem;
}
.plan_wrap .plan3::after {
  content: "AFTER\aWEDDING PLAN";
  right: 45rem;
  white-space: pre !important;
  line-height: 1.2;
}

@media screen and (max-width: 1470px) {
  .under_page .contents_wrap .desc_wrap > .img_wrap img {
    height: 460rem;
  }
}
@media screen and (max-width: 680px) {
  .under_page .under_mv::before {
    content: "WEDDING";
  }
  .under_page .under_mv .ttl_wrap {
    top: 84rem;
  }
  .lead_wrap .img_wrap {
    margin-top: 80rem;
    margin-top: 50rem;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    left: 0;
    animation: scroll 20s linear infinite;
  }
  .lead_wrap .img_wrap li {
    width: 245rem;
  }
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .about_wrap {
    margin-top: 205rem;
  }
  .about_wrap::after {
    right: unset;
    top: -150rem !important;
  }
  .about_wrap .type_wrap {
    margin-top: 40rem;
  }
  .about_wrap .type_wrap .type {
    flex-direction: column-reverse;
    gap: 15rem;
  }
  .about_wrap .type_wrap .type .txt_wrap h3 {
    font-size: 20rem;
  }
  .about_wrap .type_wrap .type .desc {
    margin-top: 10rem;
  }
  .about_wrap .type_wrap .type > .img_wrap {
    width: 100vw;
  }
  .about_wrap .type_wrap .type > .img_wrap img {
    height: auto;
  }
  .about_wrap .type_wrap .type.f_reverse {
    flex-direction: column-reverse;
  }
  .about_wrap .type_wrap .type:nth-of-type(1) .desc {
    width: 345rem;
  }
  .about_wrap .type_wrap .type:nth-of-type(2) {
    margin-top: 80rem;
  }
  .about_wrap .type_wrap .type:nth-of-type(2) .desc {
    width: 345rem;
  }
  .about_wrap .type_wrap .type:nth-of-type(3) {
    margin-top: 80rem;
    gap: 10rem;
    align-items: end;
  }
  .about_wrap .type_wrap .type:nth-of-type(3) .list_wrap {
    width: 100%;
    margin-top: 40rem;
  }
  .about_wrap .type_wrap .type:nth-of-type(3) .txt_wrap {
    margin-bottom: 0;
  }
  .about_wrap .type_wrap .type:nth-of-type(3) .swiper-pagination-bullet {
    width: 5rem;
    height: 5rem;
  }
  .about_wrap .type_wrap .type:nth-of-type(3) .swiper-pagination-bullet-active {
    width: 9rem;
    height: 9rem;
  }
  .about_wrap .type_wrap .type:nth-of-type(3) > .img_wrap {
    margin-left: -15rem;
    margin-right: auto;
  }
  .under_page .contents_wrap .desc_wrap > .img_wrap {
    position: relative;
    max-width: 930rem;
    width: 100vw;
    margin-top: 190rem;
  }
  .under_page .contents_wrap .desc_wrap > .img_wrap img {
    height: auto;
  }
  .consultation_wrap {
    margin-top: 80rem;
    padding-top: 80rem;
    padding-bottom: 40rem;
    position: relative;
  }
  .consultation_wrap .desc {
    flex-direction: column;
    gap: 20rem;
    align-items: center;
  }
  .consultation_wrap .desc .txt_wrap {
    text-align: center;
  }
  .consultation_wrap .desc .txt_wrap h3 {
    font-size: 20rem;
    position: absolute;
    top: 25rem;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .consultation_wrap .desc .txt_wrap p {
    margin-top: 0;
  }
  .plan_wrap {
    margin-top: 80rem;
    padding-bottom: 70rem;
  }
  .plan_wrap::after {
    left: 50%;
    font-size: 40rem;
    top: -65rem;
    transform: translateX(-50%);
  }
  .plan_wrap .ttl_wrap h3 {
    font-size: 32rem;
  }
  .plan_wrap .anc_wrap {
    margin-top: 30rem;
    text-align: center;
  }
  .plan_wrap .plan_table {
    margin-top: 30rem;
  }
  .plan_wrap .plan_table th {
    white-space: nowrap;
  }
  .plan_wrap .txt_wrap h3 {
    position: absolute;
    top: 100rem;
  }
  .plan_wrap .desc {
    margin-top: 0;
  }
  .plan_wrap .plan1 {
    margin-top: 140rem;
  }
  .plan_wrap .plan1::after {
    content: "GRAND\aWEDDING \aPLAN";
    right: unset;
    left: 0;
  }
  .plan_wrap .plan2 {
    margin-top: 180rem;
  }
  .plan_wrap .plan2::after {
    content: "HEARTFUL\aWEDDING\aPLAN";
    right: unset;
    left: 0;
  }
  .plan_wrap .plan2 .note {
    margin-top: 20rem;
  }
  .plan_wrap .plan3 {
    margin-top: 180rem;
  }
  .plan_wrap .plan3::after {
    content: "AFTER\aWEDDING\aPLAN";
    right: unset;
    left: 0;
  }
  .plan_wrap .plan3 .plan_table th {
    text-align: center;
  }
}/*# sourceMappingURL=wedding.css.map */