.mv {
  width: 100%;
  height: 100vh;
  background: url("../../img/party/mv.jpg") no-repeat center center;
  position: relative;
    background-size: cover;
}
.mv::before {
  content: "";
  width: 100%;
  height: 25rem;
  position: absolute;
  bottom: 12.6rem;
  left: 0;
  background: linear-gradient(to top, #e3e0da 0%, rgba(227, 224, 218, 0) 100%);
}
.mv::after {
  content: "";
  width: 100%;
  height: 46.2rem;
  position: absolute;
  bottom: 12.7rem;
  left: 0;
  background: linear-gradient(180deg, #e3e0da 0%, #cdc8bf 100%);
  transform: translateY(100%);
}
.mv_heading {
  position: absolute;
  bottom: 6.8rem;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  color: #fff;
  z-index: 1;
}
.mv_ttl {
  width: 28.8rem;
  margin-bottom: 2rem;
}
.mv_lead {
  color: #a08962;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 2;
}
.mv_border {
  content: "";
  width: 0.2rem;
  height: 10rem;
  background: linear-gradient(to bottom, #d6cdbc 0%, #aea189 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 1;
}

.intro {
  padding: 12.2rem 0 26.1rem;
  text-align: center;
  position: relative;
}
.intro::before {
  content: "";
  width: 100%;
  height: 47.6rem;
  background: linear-gradient(180deg, #cdc8bf 0%, rgba(205, 200, 191, 0) 100%);
  position: absolute;
  top: 33.3rem;
  left: 0;
}
.intro::after {
  content: "";
  width: 97rem;
  height: 60rem;
  background: url("../../img/party/intro_item.svg") no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.intro_ttl {
  font-size: 2.8rem;
  letter-spacing: 0.18em;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 3rem;
  color: #a08962;
  position: relative;
  z-index: 1;
}
.intro_desc {
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  line-height: 2.15;
  position: relative;
  z-index: 1;
}

.bg_place {
  padding-bottom: 57.2rem;
  background-color: #e3e0da;
  background: url("../../img/party/place_bg.png") no-repeat bottom center/contain;
}

.place {
  position: relative;
}
.place.is-reverse {
  padding-top: 46rem;
}
.place_inner {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
}
.is-reverse .place_inner {
  flex-direction: row-reverse;
}
.place_heading {
  width: 47.2rem;
  position: absolute;
  top: 2.6em;
  left: calc(50vw - 10.7rem);
  transform: translate(-100%, -100%);
  z-index: 1;
}
.is-reverse .place_heading {
  top: 2.6em;
  left: calc(50vw + 25.7rem);
  transform: translate(0, -100%);
}
.place_heading.is-fixed {
  position: fixed;
  top: 0;
  transform: translate(-100%, 0);
}
.is-reverse .place_heading.is-fixed {
  transform: translate(0, 0);
}
.place_image {
  margin-right: 10rem;
  width: calc(50vw + 11.7rem);
}
.is-reverse .place_image {
  margin-right: 0;
  margin-left: 10rem;
}
.place_content {
  width: calc(100% - (50vw + 11.7rem) - 10rem);
  position: relative;
  top: -5rem;
}
.is-reverse .place_content {
  width: 36rem;
}
.place_lead {
  color: #a08962;
  margin-bottom: 3rem;
  font-size: 1.3rem;
  letter-spacing: 0.16em;
  line-height: 2.15;
  font-weight: 500;
}
.place_ttl {
  margin-bottom: 3rem;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.77;
}
.place_desc {
  margin-bottom: 5rem;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 2.15;
}
.place_list {
  width: 100%;
  position: absolute;
  bottom: 4.8vw;
  left: calc(50% - 32.2rem);
  transform: translateY(100%);
}
.is-reverse .place_list {
  left: calc(50% - 58rem);
}
.place_list .js-place-slider {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
}
.place_list_item {
  width: 29.5rem;
  height: 29.5rem;
}

.bg_sticky_image {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.bg_sticky.is-wedding {
  margin-top: -15.2rem;
}
.bg_sticky.is-wedding .bg_sticky_image {
  background-image: url("../../img/party/wedding_bg.png");
}
.bg_sticky_wrapper {
  position: relative;
  z-index: 1;
  margin-top: -100vh;
}

.wedding {
  padding: 20.5rem 0 0rem;
  position: relative;
}
.wedding_heading {
  width: 50.2rem;
  position: absolute;
  top: -6rem;
  left: calc(50% + 7.8rem);
}
.wedding_heading img {
  width: 100%;
}
.wedding_heading p {
  margin-top: 3rem;
  color: #9c9590;
  font-size: 1.4rem;
  letter-spacing: 0.18em;
  font-weight: 600;
  text-align: right;
}
.wedding_inner {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  position: relative;
}
.wedding_slider {
  margin-right: 14.1rem;
  width: calc(50vw + 4.9rem);
  position: relative;
}
.wedding_slider .slick-list {
  height: 50rem;
  overflow: hidden;
}
.wedding_slider .slick-track {
  height: 50rem;
}
.wedding_slider .slick-track::after {
  content: "";
  display: table;
  clear: both;
}
.wedding_slider .slick-slide {
  float: left;
  height: 50rem;
  min-height: 1px;
}
.wedding_slider .slick-slide img {
  display: block;
  width: 100%;
  height: 50rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.wedding_content {
  width: calc(100% - (50vw + 4.9rem) - 14.1rem);
}
.wedding_ttl {
  margin-bottom: 3.6rem;
  font-size: 2.8rem;
  letter-spacing: 0.18em;
  line-height: 1.77;
  font-weight: 500;
}
.wedding_desc {
  margin-bottom: 5rem;
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  line-height: 2.15;
}

.topics {
  display: flex;
  justify-content: flex-end;
  gap: 0 16rem;
  padding: 12rem 0;
}
.topics h2 {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.18em;
}
.topics h2 img {
  width: 22.7rem;
  margin-bottom: 1.1rem;
}
.topics h2 span {
  display: block;
}
.topics_wrapper {
  width: calc(50vw + 20rem);
}
.topics_list {
  border-top: 0.1rem solid #d2cfcf;
}
.topics_list li {
  border-bottom: 0.1rem solid #d2cfcf;
}
.topics_list a {
  display: flex;
  padding: 2.05rem 2rem;
}
.topics_list figure {
  width: 14.4rem;
}
.topics_box {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  align-content: start;
  max-width: 36rem;
  padding: 0.2rem 0 0 3rem;
}
.topics_box time {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #918e8e;
}
.topics_box h3 {
  width: 100%;
  margin-top: 1.2rem;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
.topics_cat {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0.8rem;
}
.topics_cat span {
  padding: 0.2rem 1.2rem;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  background: #a58f5e;
}
.topics_btn {
  margin-top: 4.2rem;
  margin-right: 6.3rem;
}
.topics .btn {
  margin-left: auto;
}

.p_fair {
  background: linear-gradient(180deg, rgba(175, 184, 164, 0) 0%, rgba(162, 170, 151, 0.23) 10.26%, rgba(151, 159, 139, 0.43) 19.06%, #777e6b 33.7%);
  background-blend-mode: multiply;
}

/* ----------------------------------------
   SP responsive
---------------------------------------- */
@media only screen and (max-width: 768px) {
  /* MV
  ---------------------------------------- */
  .mv {
    background-image: url("../../img/party/mv_sp.jpg");
    background-size: cover;
  }
  .mv::before {
    height: 25rem;
    background: linear-gradient(to top, #e3e0da 0%, rgba(227, 224, 218, 0) 100%);
    bottom: 12.6rem;
  }
  .mv::after {
    height: 46.2rem;
    background: linear-gradient(180deg, #e3e0da 0%, #cdc8bf 100%);
    transform: translateY(100%);
    bottom: 12.7rem;
  }
  .mv_heading {
    bottom: 8.2rem;
  }
  .mv_ttl {
    width: 17.8rem;
    margin: 0 auto 2rem;
  }
  .mv_lead {
    font-size: 1.4rem;
    letter-spacing: 0.18em;
    line-height: 2.57;
  }
  /* Intro
  ---------------------------------------- */
  .intro {
    padding: 8rem 3rem 18rem;
  }
  .intro::before {
    height: 48rem;
    background: linear-gradient(180deg, #cdc8bf 0%, rgba(205, 200, 191, 0) 100%);
    top: 33.4rem;
  }
  .intro::after {
    width: 60rem;
    height: 37rem;
  }
  .intro_ttl {
    font-size: 2rem;
    letter-spacing: 0.18em;
    line-height: 2.1;
    margin-bottom: 2.4rem;
  }
  .intro_desc {
    font-size: 1.3rem;
    letter-spacing: 0.16em;
    line-height: 2.15;
  }
  /* Place
  ---------------------------------------- */
  .bg_place {
    padding-bottom: 24.6rem;
    background-color: #e3e0da;
    background: url("../../img/party/place_bg_sp.png") no-repeat bottom center/contain;
              background-size: 100% 191rem;
  }
  .place {
    padding-bottom: 0;
  }
  .place::before {
    height: 20rem;
  }
  .place.is-reverse {
    padding-top: 19rem;
  }
  .place_inner, .is-reverse .place_inner {
    flex-flow: column;
  }
  .place_heading {
    width: 33rem;
    position: absolute;
    top: 2rem;
    left: auto;
    right: 1.2rem;
    transform: translate(0, -100%);
    z-index: 2;
  }
  .place_heading.is-fixed {
    position: fixed;
    top: 100px;
    left: auto;
    right: 1.2rem;
    transform: translate(0, 0);
  }
  .is-reverse .place_heading {
    width: 22.6rem;
    position: absolute;
    top: 2rem;
    left: auto;
    right: 1.2rem;
    transform: translate(0, -100%);
    z-index: 2;
  }
  .is-reverse .place_heading.is-fixed {
    position: fixed;
    top: 100px;
    left: auto;
    right: 1.2rem;
    transform: translate(0, 0);
  }
  .place_image, .is-reverse .place_image {
    width: calc(100% - 3rem);
    margin: 0 auto -6rem 0;
  }
  .place_content, .is-reverse .place_content {
    width: 100%;
    padding: 0 3rem;
    order: 1;
    top: 0;
  }
  .place_lead {
    margin-bottom: 1.5rem;
  }
  .place_ttl {
    font-size: 2rem;
    letter-spacing: 0.18em;
    margin-bottom: 1.5rem;
    line-height: 1.7;
  }
  .place_desc {
    margin-bottom: 5em;
    line-height: 2.15;
  }
  .place_list, .is-reverse .place_list {
    width: 29rem;
    margin-bottom: 4rem;
    position: relative;
    bottom: auto;
    left: auto;
    right: 0;
    transform: none;
    gap: 0;
    display: block;
    order: 0;
    align-self: flex-end;
    overflow: hidden;
  }
  .place_list .slick-slider, .is-reverse .place_list .slick-slider {
    width: 17.5rem;
  }
  .place_list .slick-slide, .is-reverse .place_list .slick-slide {
    width: 17rem;
    height: 17rem;
    float: left;
    margin-right: 0.5rem;
  }
  .place_list .slick-track::after, .is-reverse .place_list .slick-track::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
  }
  .place_list .slick-dots, .is-reverse .place_list .slick-dots {
    display: flex;
    gap: 1.35rem;
    margin-top: 1.5rem;
    padding: 0.2rem;
  }
  .place_list .slick-dots button, .is-reverse .place_list .slick-dots button {
    width: 0.7rem;
    height: 0.7rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    border: 0;
    background: #a08962;
    opacity: 0.4;
    overflow: hidden;
    text-indent: -99rem;
    transform: rotate(45deg);
  }
  .place_list .slick-dots .slick-active button, .is-reverse .place_list .slick-dots .slick-active button {
    opacity: 1;
  }
  /* Wedding
  ---------------------------------------- */
  .bg_sticky.is-wedding {
    margin-top: -9.6rem;
  }
  .bg_sticky.is-wedding .bg_sticky_image {
    background-image: url("../../img/party/wedding_bg_sp.png");
    background-position: top center;
  }
  .wedding {
    padding: 25.7rem 0 2rem;
    z-index: 1;
  }
  .wedding_heading {
    width: 34.8rem;
    position: absolute;
    top: -3rem;
    left: 3%;
  }
  .wedding_heading p {
    font-size: 1.3rem;
  }
  .wedding_inner {
    flex-direction: column;
    align-items: stretch;
  }
  .wedding_slider {
    width: 100%;
    margin-right: 0;
    margin-left: 3rem;
  }
  .wedding_slider .slick-list {
    height: 24.6rem;
  }
  .wedding_slider .slick-track {
    height: 24.6rem;
  }
  .wedding_slider .slick-slide {
    height: 24.6rem;
  }
  .wedding_slider .slick-slide img {
    height: 24.6rem;
  }
  .wedding_content {
    width: auto;
    padding: 4rem 3rem 0 4rem;
  }
  .wedding_ttl {
    font-size: 2rem;
    letter-spacing: 0.18em;
    line-height: 1.8;
    margin-bottom: 2.5rem;
  }
  .wedding_desc {
    font-size: 1.3rem;
    margin-bottom: 3rem;
  }
  /* Topics
  ---------------------------------------- */
  .topics {
    padding: 20.2rem 0 14.2rem;
    flex-flow: column;
    justify-content: flex-start;
  }
  .topics h2 {
    margin-bottom: 4rem;
    padding: 0 2rem;
    display: block;
    font-size: 1.3rem;
  }
  .topics h2 img {
    width: 18.5rem;
    margin-bottom: 1.1rem;
  }
  .topics_wrapper {
    width: 100%;
  }
  .topics_list figure {
    width: 10.4rem;
  }
  .topics_list figure img {
    width: 100%;
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .topics_box {
    max-width: none;
    padding: 0.2rem 0 0 2rem;
  }
  .topics_box h3 {
    margin-top: 1.2rem;
  }
  .topics_btn {
    margin: 3.1rem auto 0;
  }
  .topics .btn {
    width: 27rem;
    margin: 0 auto;
  }
  .topics .btn::after {
    right: 2.8rem;
  }
}