@charset "UTF-8";
/* -----------------------------------------------------------------------------

local common

----------------------------------------------------------------------------- */
:root:not(.-loaded) {
  overflow: hidden;
}

@media print, screen and (min-width: 641px) {
  .mod_header .header_inner {
    position: absolute;
    top: calc(100vh - 0.8rem);
    width: 100%;
  }
  .headerMenuFix .mod_header .header_inner {
    position: fixed;
    top: 0;
  }
  .headerMenuDown:not(.headerMenuFix) .mod_header .header_inner {
    transition: transform 0.1s;
  }
}

.content_wrap {
  padding-top: 0;
}

[data-slidearea01] {
  padding: 0;
  overflow: hidden;
}
[data-slidearea01][data-slidearea01-slidelimit] .slidearea01_link.dammy {
  opacity: 0;
}
[data-slidearea01] .slidearea01_wrap {
  width: 100%;
  margin: auto;
  position: relative;
}
[data-slidearea01] .slidearea01_wrapin {
  padding: 0;
}
[data-slidearea01] .slidearea01_content {
  position: relative;
  display: flex;
}
[data-slidearea01] .slidearea01_content.disableTrs {
  transition: none !important;
}
[data-slidearea01] .slidearea01_link {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}
[data-slidearea01] .slidearea01_btns {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
}
[data-slidearea01] .slidearea01_btns button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.4rem;
  height: 0.4rem;
  background-color: rgba(136, 128, 100, 0);
  transition: background-color 0.5s;
}
[data-slidearea01] .slidearea01_btns button .ico_arrow {
  width: 0.14rem;
  height: 0.22rem;
  fill: #888064;
  transition: fill 0.3s;
}
[data-slidearea01] .slidearea01_btns button.next {
  right: -0.6rem;
}
@media screen and (max-width: 640px) {
  [data-slidearea01] .slidearea01_btns button.next {
    right: -0.2rem;
  }
}
[data-slidearea01] .slidearea01_btns button.prev {
  left: -0.6rem;
}
@media screen and (max-width: 640px) {
  [data-slidearea01] .slidearea01_btns button.prev {
    left: -0.2rem;
  }
}
[data-slidearea01] .slidearea01_btns button.prev .ico_arrow {
  transform: scale(-1, 1);
}
[data-slidearea01] .slidearea01_btns button.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.no-touchevents [data-slidearea01] .slidearea01_btns button:hover {
  background-color: #888064;
}
.no-touchevents [data-slidearea01] .slidearea01_btns button:hover .ico_arrow {
  fill: #fff;
}
[data-slidearea01] .slidearea01_pager {
  text-align: center;
}
[data-slidearea01] .slidearea01_pager button {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
[data-slidearea01] .slidearea01_pager button:after, [data-slidearea01] .slidearea01_pager button:before {
  content: "";
  display: block;
  background-color: #DDD;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
@media print, screen and (min-width: 641px) {
  [data-slidearea01] .slidearea01_pager button:after, [data-slidearea01] .slidearea01_pager button:before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 640px) {
  [data-slidearea01] .slidearea01_pager button:after, [data-slidearea01] .slidearea01_pager button:before {
    width: 6px;
    height: 6px;
  }
}
[data-slidearea01] .slidearea01_pager button:after {
  transition: 0.2s;
}
.no-touchevents [data-slidearea01] .slidearea01_pager button:hover:after, [data-slidearea01] .slidearea01_pager button.active:after {
  background-color: #000;
}
[data-slidearea01] .slidearea01_pager button.active {
  cursor: default;
  pointer-events: none;
}

.effect_bg {
  position: fixed;
  overflow: hidden;
  pointer-events: none;
}
.effect_bg.-chapel {
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../img/mv_bg.jpg");
  background-position: center center;
  background-size: cover;
  filter: brightness(150%);
  transition: filter 3s;
}
@media screen and (max-width: 640px) {
  .effect_bg.-chapel {
    background-image: url("../img/mv_bg_sp.jpg");
    bottom: auto;
    height: 100vh;
  }
}
.effect_bg.-chapel.-active {
  filter: brightness(100%);
}
.effect_bg.-overlay {
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(45, 40, 40, 0.9);
  opacity: 0;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 640px) {
  .effect_bg.-overlay {
    bottom: auto;
    height: 100vh;
  }
}
.effect_bg.-light01 {
  z-index: 0;
  left: 30%;
  bottom: 30%;
  width: 100vw;
  height: 100vw;
  opacity: 1;
  mix-blend-mode: lighten;
  background-image: url("../img/effect_light.png");
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  transform-origin: left bottom;
}
@media screen and (max-width: 640px) {
  .effect_bg.-light01 {
    left: 15%;
    top: -70vw;
    bottom: auto;
    width: 160vw;
    height: 160vw;
  }
}
.effect_bg.-light02 {
  z-index: 0;
  left: 40%;
  bottom: 20%;
  width: 80vw;
  height: 40vw;
  opacity: 1;
  mix-blend-mode: overlay;
  background-image: url("../img/effect_light.png");
  background-position: right top;
  background-size: contain;
  background-repeat: no-repeat;
  transform-origin: left bottom;
}
@media screen and (max-width: 640px) {
  .effect_bg.-light02 {
    left: 20%;
    top: 50vw;
    bottom: auto;
    width: 100vw;
    height: 60vw;
  }
}
.effect_bg.-light03 {
  z-index: 0;
  left: 40%;
  bottom: 40%;
  width: 50vw;
  height: 50vw;
  opacity: 1;
  mix-blend-mode: hard-light;
  background-image: url("../img/effect_light.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform-origin: left bottom;
}
@media screen and (max-width: 640px) {
  .effect_bg.-light03 {
    left: 40%;
    top: 40vw;
    bottom: auto;
    width: 80vw;
    height: 80vw;
  }
}

/* -----------------------------------------------------------------------------

content

----------------------------------------------------------------------------- */
.mv_cover {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: opacity 2s;
  opacity: 1;
  width: 100vw;
  pointer-events: none;
}
.mv_cover img {
  width: 1.9rem;
  height: 1.9rem;
}
@media screen and (max-width: 640px) {
  .mv_cover img {
    width: 37.33vw;
    height: 37.33vw;
  }
}
.-loaded .mv_cover {
  opacity: 0;
}

.sec_mv {
  position: relative;
}
.sec_mv > .mv_inner {
  position: relative;
  width: 100%;
  height: 100svh;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .sec_mv > .mv_inner {
    height: 100svh;
  }
}
.sec_mv .inner_effect {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  mix-blend-mode: multiply;
  opacity: 0;
  z-index: -1;
  transition: opacity 1s;
}
@media screen and (max-width: 640px) {
  .sec_mv .inner_effect {
    z-index: 0;
    left: -0.3rem;
    right: -0.3rem;
  }
}
.sec_mv .inner_effect.-active {
  opacity: 1;
}
.sec_mv .mv_txt {
  position: absolute;
  left: 0.8rem;
  top: calc(50% - 0.8rem);
  transform: translateY(calc(-50% + 0.4rem));
  opacity: 0;
  transition: opacity 1s;
}
@media screen and (max-width: 640px) {
  .sec_mv .mv_txt {
    left: 0;
    right: 0;
    margin: 0 0.53rem;
    top: calc(50% + 0.7rem);
    transform: translateY(calc(-50% - 0.35rem));
  }
}
.sec_mv .mv_txt.-active {
  opacity: 1;
}
.sec_mv .mv_title {
  position: relative;
  z-index: 1;
  width: 3.5rem;
  height: auto;
  filter: drop-shadow(0 0 0.1rem rgba(0, 0, 0, 0.7));
}
@media screen and (max-width: 640px) {
  .sec_mv .mv_title {
    width: 100%;
  }
}
.sec_mv .mv_title img {
  width: 100%;
  height: auto;
}
.sec_mv .mv_catch {
  position: relative;
  z-index: 1;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.17rem;
  letter-spacing: 0.15em;
  line-height: 2.35;
  color: #fff;
  text-align: center;
  filter: drop-shadow(0 0 0.05rem rgba(0, 0, 0, 0.7));
}
@media screen and (max-width: 640px) {
  .sec_mv .mv_catch {
    font-size: 0.16rem;
    line-height: 2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.8rem;
  }
}
.sec_mv .mv_movie {
  width: 100%;
  height: 100%;
}
.sec_mv .mv_movie video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.sec_recommend {
  position: relative;
  z-index: 2;
  background-color: #d9d5d2;
}
.sec_recommend > .recommend_inner {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 640px) {
  .sec_recommend > .recommend_inner {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
.sec_recommend .-sec_tit .title {
  align-items: center;
}
.sec_recommend .-sec_tit .title .-sub_txt {
  font-size: 0.34rem;
}
@media screen and (max-width: 640px) {
  .sec_recommend .-sec_tit .title .-sub_txt {
    font-size: 0.32rem;
  }
}
.sec_recommend .recommend_slider {
  margin-top: 0.5rem;
}
@media screen and (max-width: 640px) {
  .sec_recommend .recommend_slider {
    margin-top: 0.6rem;
  }
}
.sec_recommend .recommend_slider .slidearea01_wrap {
  max-width: 12.16rem;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .sec_recommend .recommend_slider .slidearea01_wrap {
    max-width: 78vw;
  }
}
.sec_recommend .recommend_slider .slidearea01_wrapin {
  overflow: hidden;
  padding: 0 75% 0 0;
}
@media screen and (max-width: 640px) {
  .sec_recommend .recommend_slider .slidearea01_wrapin {
    padding: 0;
    overflow: visible;
  }
}
.sec_recommend .recommend_slider .slidearea01_link {
  width: 3.04rem;
}
@media screen and (max-width: 640px) {
  .sec_recommend .recommend_slider .slidearea01_link {
    width: 78vw;
  }
}
.sec_recommend .recommend_slider .slidearea01_btns {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1.9rem;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .sec_recommend .recommend_slider .slidearea01_btns {
    height: 50.66vw;
  }
}
.sec_recommend .recommend_slider .item_inner {
  position: relative;
  max-width: 2.5rem;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .sec_recommend .recommend_slider .item_inner {
    max-width: 66.66vw;
  }
}
.sec_recommend .recommend_slider .item_inner .wrap_link {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.no-touchevents .sec_recommend .recommend_slider .item_inner .wrap_link:hover ~ .thumb img {
  transform: scale(1.03);
  opacity: 0.5;
}
.sec_recommend .recommend_slider .item_inner .thumb {
  position: relative;
  width: 2.5rem;
  height: 1.9rem;
  padding: 0.05rem;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .sec_recommend .recommend_slider .item_inner .thumb {
    width: 100%;
    height: 50.66vw;
  }
}
.sec_recommend .recommend_slider .item_inner .thumb::before {
  content: "";
  position: absolute;
  top: 0rem;
  bottom: 0rem;
  left: 0rem;
  right: 0rem;
  border: 1px solid #888064;
}
.sec_recommend .recommend_slider .item_inner .thumb img {
  transform: scale(1);
  opacity: 1;
  transition: opacity 0.3s, transform 0.3s;
}
.sec_recommend .recommend_slider .item_inner .detail {
  padding: 0 0.05rem;
  margin-top: 0.2rem;
}
.sec_recommend .recommend_slider .item_inner .date {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.14rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #888064;
}
.sec_recommend .recommend_slider .item_inner .date span {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.14rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.sec_recommend .recommend_slider .item_inner .date strong {
  font-size: 1.57em;
  font-weight: 400;
  margin-left: 0.25em;
  margin-right: 0.15em;
}
.sec_recommend .recommend_slider .item_inner .title {
  font-size: 0.15rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.73;
  margin-top: 0.1rem;
}
.sec_recommend .recommend_slider .item_inner .caption {
  font-size: 0.14rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.85;
}
.sec_recommend .link {
  text-align: center;
  margin-top: 0.5rem;
}
@media screen and (max-width: 640px) {
  .sec_recommend .link {
    margin-top: 0.4rem;
  }
}

.sec_chapel {
  clip-path: inset(0px);
}
.sec_chapel > .chapel_inner {
  position: relative;
}
.sec_chapel .chapel_inner_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #d9d5d2;
}
.sec_chapel .chapel_intro {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 50vh;
}
@media screen and (max-width: 640px) {
  .sec_chapel .chapel_intro {
    padding-top: 1rem;
  }
}
.sec_chapel .chapel_detail {
  position: relative;
  z-index: 0;
  padding-top: 1.3rem;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 640px) {
  .sec_chapel .chapel_detail {
    padding-top: 1.2rem;
    padding-bottom: 1rem;
  }
}
.sec_chapel .chapel_detail::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 7rem;
  background-color: #322828;
}
@media screen and (max-width: 640px) {
  .sec_chapel .chapel_detail::before {
    height: 106.66vw;
  }
}
.sec_chapel .intro_title {
  width: 4.7rem;
  height: 1.3rem;
}
@media screen and (max-width: 640px) {
  .sec_chapel .intro_title {
    width: 3.12rem;
    height: 0.84rem;
  }
}
.sec_chapel .intro_title img {
  width: 100%;
  height: auto;
}
.sec_chapel .intro_txt {
  text-align: center;
  color: #fff;
  margin-top: 0.8rem;
}
@media screen and (max-width: 640px) {
  .sec_chapel .intro_txt {
    margin-top: 0.4rem;
  }
}
.sec_chapel .intro_txt .-catch {
  font-size: 0.2rem;
  letter-spacing: 0.2em;
  line-height: 2.5;
}
@media screen and (max-width: 640px) {
  .sec_chapel .intro_txt .-catch {
    font-size: 0.16rem;
    letter-spacing: 0.15em;
    line-height: 2.5;
  }
}
.sec_chapel .intro_txt .-txt {
  font-size: 0.15rem;
  letter-spacing: 0.2em;
  line-height: 3.33;
  margin-top: 0.6rem;
}
@media screen and (max-width: 640px) {
  .sec_chapel .intro_txt .-txt {
    font-size: 0.13rem;
    line-height: 2.61;
    margin-top: 0.4rem;
    text-align: left;
    padding: 0 0.3rem;
    box-sizing: border-box;
  }
}
.sec_chapel .intro_link {
  text-align: center;
  margin-top: 0.7rem;
}
@media screen and (max-width: 640px) {
  .sec_chapel .intro_link {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.sec_chapel .intro_link .-btn02 {
  border-color: #fff;
  transition: border-color 0.3s;
}
.sec_chapel .intro_link .-btn02 span {
  color: #fff;
}
.sec_chapel .intro_link .-btn02 .ico_arrow {
  fill: #fff;
  transition: fill 0.3s;
}
.no-touchevents .sec_chapel .intro_link .-btn02:hover {
  border-color: #888064;
}
.no-touchevents .sec_chapel .intro_link .-btn02:hover .ico_arrow {
  fill: #888064;
}
.sec_chapel .detail_inner {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 641px) {
  .sec_chapel .detail_bg_deco {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 1s;
  }
  .sec_chapel .detail_bg_deco.-active {
    opacity: 1;
  }
}
@media screen and (max-width: 640px) {
  .sec_chapel .detail_bg_deco {
    position: absolute;
    z-index: -1;
    top: 0.6rem;
    left: 0;
    right: 0;
  }
}
.sec_chapel .detail_bg_deco .-deco_txt {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 640px) {
  .sec_chapel .detail_bg_deco .-deco_txt {
    position: relative;
    left: 0.9em;
    text-align: left;
    transform: rotate(90deg);
    transform-origin: left top;
  }
  .sec_chapel .detail_bg_deco .-deco_txt strong {
    margin-left: 1em;
  }
}
@media screen and (max-width: 640px) {
  .sec_chapel .detail_title .title .-sub_txt {
    font-size: 0.4rem;
  }
}
.sec_chapel .detail_ph.-ph01 {
  width: 5.6rem;
  height: 8rem;
  margin: auto;
  margin-top: 0.8rem;
}
@media screen and (max-width: 640px) {
  .sec_chapel .detail_ph.-ph01 {
    width: 78.66vw;
    height: 116.2vw;
    margin-top: 0.55rem;
  }
}
.sec_chapel .detail_ph.-ph02 {
  position: relative;
  left: calc(50% - 7rem);
  margin-top: -0.6rem;
  width: 5rem;
  height: 3.4rem;
}
@media screen and (max-width: 640px) {
  .sec_chapel .detail_ph.-ph02 {
    position: static;
    width: 69.33vw;
    height: 48vw;
    margin-top: 0.8rem;
  }
}
.sec_chapel .detail_ph.-ph03 {
  position: relative;
  left: calc(50% + 2.3rem);
  margin-top: 1.4rem;
  width: 3.2rem;
  height: 4.4rem;
}
@media screen and (max-width: 640px) {
  .sec_chapel .detail_ph.-ph03 {
    left: calc(100% - 53.33vw);
    width: 53.33vw;
    height: 69.33vw;
    margin-top: 0.45rem;
  }
}
.sec_chapel .detail_ph.-ph04 {
  position: absolute;
  z-index: 2;
  left: calc(50% - 5.5rem);
  margin-top: 0.2rem;
  width: 3rem;
  height: 2.06rem;
}
@media screen and (max-width: 640px) {
  .sec_chapel .detail_ph.-ph04 {
    left: 0;
    width: 34.66vw;
    height: 27.46vw;
    margin-top: -0.5rem;
  }
}
.sec_chapel .detail_ph.-ph05 {
  position: relative;
  z-index: 1;
  width: 14rem;
  height: 8rem;
  margin: auto;
  margin-top: 1.4rem;
}
@media screen and (max-width: 640px) {
  .sec_chapel .detail_ph.-ph05 {
    width: 89.33vw;
    height: 106.66vw;
    margin-top: 1.1rem;
  }
}
.sec_chapel .detail_catch {
  position: absolute;
  left: calc(50% + 1.2rem);
  margin-top: 1.3rem;
  font-size: 0.2rem;
  letter-spacing: 0.2em;
  line-height: 3;
}
@media screen and (max-width: 640px) {
  .sec_chapel .detail_catch {
    position: static;
    font-size: 0.16rem;
    letter-spacing: 0.15em;
    line-height: 2.5;
    margin-left: 0.3rem;
    margin-top: 0.7rem;
  }
}
.sec_chapel .detail_txt {
  position: absolute;
  left: calc(50% - 5.5rem);
  max-width: 5.5rem;
  margin-top: 1.4rem;
  font-size: 0.15rem;
  letter-spacing: 0.2em;
  line-height: 3.33;
}
@media screen and (max-width: 640px) {
  .sec_chapel .detail_txt {
    position: static;
    max-width: calc(100% - 0.6rem);
    margin: auto;
    margin-top: 0.7rem;
    font-size: 0.13rem;
    letter-spacing: 0.14em;
    line-height: 2.61;
  }
}
.sec_chapel .detail_link {
  margin: auto;
  margin-top: 0.8rem;
  justify-content: center;
  gap: 0.55rem;
}
@media screen and (max-width: 640px) {
  .sec_chapel .detail_link {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    margin-top: 0.4rem;
  }
}

.sec_party {
  background-color: #f5f5f4;
}
.sec_party .party_inner {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 640px) {
  .sec_party .party_inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.sec_party .party_mv {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 2/1;
}
@media screen and (max-width: 640px) {
  .sec_party .party_mv {
    z-index: 0;
    flex-wrap: wrap;
    height: auto;
    aspect-ratio: auto;
    padding-bottom: 0.5rem;
    background-color: #f5f5f4;
  }
}
.sec_party .party_mv .mv {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .sec_party .party_mv .mv {
    position: static;
    height: 80vw;
  }
}
.sec_party .party_mv .mv.-left {
  left: 0;
}
.sec_party .party_mv .mv.-right {
  right: 0;
}
.sec_party .party_mv .-sec_tit {
  margin-top: 0.7rem;
}
@media screen and (max-width: 640px) {
  .sec_party .party_mv .-sec_tit {
    width: 100%;
    margin-top: 1.1rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_party .party_mv .-sec_tit .title {
    color: #fff;
  }
  .sec_party .party_mv .-sec_tit .title::before {
    filter: drop-shadow(0 0 0.1rem rgba(255, 255, 255, 0.7));
  }
  .sec_party .party_mv .-sec_tit .title .-sub_txt {
    color: #fff;
  }
}
.sec_party .party_mv .-sec_tit .-txt {
  font-size: 0.16rem;
  letter-spacing: 0.2em;
  line-height: 2.5;
  color: #fff;
  text-align: center;
  margin-top: 0.7rem;
}
@media screen and (max-width: 640px) {
  .sec_party .party_mv .-sec_tit .-txt {
    color: #282828;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.37;
    margin-top: 0.5rem;
  }
}
.sec_party .place_detail {
  position: relative;
  max-width: 13rem;
  width: 100%;
  margin: auto;
}
.sec_party .place_detail .tab {
  position: absolute;
  top: 0.88rem;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1px;
  width: 3.4rem;
}
@media screen and (max-width: 640px) {
  .sec_party .place_detail .tab {
    display: none;
  }
}
.sec_party .place_detail .-tab_label {
  position: relative;
  display: flex;
  align-items: center;
  width: 3.4rem;
  height: 1.4rem;
  background-color: rgba(231, 229, 227, 0.9);
  cursor: pointer;
  transition: background-color 0.3s;
}
@media screen and (max-width: 640px) {
  .sec_party .place_detail .-tab_label {
    width: 100%;
    height: 42.66vw;
    background-color: #fff;
  }
}
.sec_party .place_detail .-tab_label .thumb {
  width: 1.5rem;
  height: 1.2rem;
}
@media screen and (max-width: 640px) {
  .sec_party .place_detail .-tab_label .thumb {
    width: 42.66vw;
    height: 100%;
  }
}
.sec_party .place_detail .-tab_label .label {
  display: flex;
  flex-direction: column;
  height: 1.2rem;
  gap: 0.1rem;
  padding: 0.1rem 0;
  margin-left: 0.2rem;
  box-sizing: border-box;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.12rem;
  letter-spacing: 0.1em;
  line-height: 1.83;
  color: #282828;
  transition: color 0.3s;
}
@media screen and (max-width: 640px) {
  .sec_party .place_detail .-tab_label .label {
    margin-left: 0;
    height: 100%;
    font-size: 0.11rem;
    letter-spacing: 0.05em;
    line-height: 1.63;
  }
}
.sec_party .place_detail .-tab_label .label .-sub_txt {
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.24rem;
  letter-spacing: 0;
  line-height: 1.16;
  color: #888064;
  white-space: pre;
  transition: color 0.3s;
}
@media screen and (max-width: 640px) {
  .sec_party .place_detail .-tab_label .label .-sub_txt {
    font-size: 0.26rem;
    letter-spacing: 0.05em;
    line-height: 1.07;
  }
}
.sec_party .place_detail .-tab_label .label:has(.-sub_txt > br) {
  padding: 0;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .sec_party .place_detail .-tab_label .spec {
    font-family: "source-han-serif-jp-subset", sans-serif;
    font-style: normal;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.1rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-top: 0.05rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_party .place_detail .-tab_label .item_txt {
    margin-left: 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_party .place_detail .-tab_label .arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.3rem;
    height: 0.3rem;
    background-color: #888064;
  }
}
.sec_party .place_detail .-tab_label .ico_arrow {
  position: absolute;
  right: 0.2rem;
  top: calc(50% - 0.06rem);
  width: 0.08rem;
  height: 0.12rem;
  fill: #322828;
  transition: fill 0.3s;
}
@media screen and (max-width: 640px) {
  .sec_party .place_detail .-tab_label .ico_arrow {
    position: static;
    transform: rotate(90deg);
    transition: transform 0.3s;
    fill: #fff;
  }
}
@media screen and (max-width: 640px) {
  .sec_party .place_detail .-tab_label.-open .ico_arrow {
    transform: rotate(-90deg);
  }
}
@media print, screen and (min-width: 641px) {
  .sec_party .place_detail .-tab_label.-active, .sec_party .place_detail .-tab_label:hover {
    background-color: rgba(136, 128, 100, 0.95);
  }
  .sec_party .place_detail .-tab_label.-active .label, .sec_party .place_detail .-tab_label:hover .label {
    color: #fff;
  }
  .sec_party .place_detail .-tab_label.-active .label .-sub_txt, .sec_party .place_detail .-tab_label:hover .label .-sub_txt {
    color: #fff;
  }
  .sec_party .place_detail .-tab_label.-active .ico_arrow, .sec_party .place_detail .-tab_label:hover .ico_arrow {
    fill: #fff;
  }
}
.sec_party .place_detail .item {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .sec_party .place_detail .item_detail {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s;
  }
  .sec_party .place_detail .item_detail.-show {
    position: relative;
    opacity: 1;
  }
}
@media screen and (max-width: 640px) {
  .sec_party .place_detail .item_detail + .item_detail {
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_party .place_detail .item_detail .item_inner {
    padding-top: 0.6rem;
    padding-bottom: 1rem;
    background-color: #fff;
  }
}
.sec_party .place_detail .item_detail .mv {
  width: 10rem;
  height: 6rem;
  margin-left: 3rem;
}
@media screen and (max-width: 640px) {
  .sec_party .place_detail .item_detail .mv {
    width: calc(100% - 0.2rem);
    height: 80vw;
    margin-left: 0.2rem;
  }
}
.sec_party .place_detail .item_detail .detail {
  position: relative;
  max-width: 11rem;
  width: 100%;
  min-height: 5.5rem;
  margin: auto;
  margin-top: 0.8rem;
}
@media screen and (max-width: 640px) {
  .sec_party .place_detail .item_detail .detail {
    max-width: calc(100% - 0.6rem);
    min-height: 0;
    margin-top: 0.35rem;
  }
}
.sec_party .place_detail .item_detail .detail .spec {
  font-size: 0.12rem;
  left: 0.1em;
  line-height: 1.5;
  margin-top: 0.2rem;
}
.sec_party .place_detail .item_detail .detail .-txt {
  font-size: 0.14rem;
  letter-spacing: 0.2em;
  line-height: 2.57;
  margin-top: 0.3rem;
}
@media screen and (max-width: 640px) {
  .sec_party .place_detail .item_detail .detail .-txt {
    font-size: 0.13rem;
    line-height: 2.61;
  }
}
.sec_party .place_detail .item_detail .detail .link {
  position: relative;
  z-index: 1;
  gap: 0.6rem;
  margin-top: 0.6rem;
}
@media screen and (max-width: 640px) {
  .sec_party .place_detail .item_detail .detail .link {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    margin-top: 0.4rem;
  }
}
.sec_party .place_detail .item_detail .detail .ph_wrap {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  .sec_party .place_detail .item_detail .detail .ph_wrap {
    position: relative;
    left: -0.1rem;
    right: -0.1rem;
    width: calc(100% + 0.2rem);
    margin-top: 0.6rem;
  }
}
.sec_party .place_detail .item_detail .detail .ph_wrap .ph01 {
  width: 2.8rem;
  height: 3.4rem;
  margin-right: 1.45rem;
}
@media screen and (max-width: 640px) {
  .sec_party .place_detail .item_detail .detail .ph_wrap .ph01 {
    width: 56vw;
    height: 68vw;
    margin: 0;
  }
}
.sec_party .place_detail .item_detail .detail .ph_wrap .ph02 {
  position: relative;
  margin-top: -0.7rem;
  margin-left: 1.85rem;
  width: 2.4rem;
  height: 1.8rem;
}
@media screen and (max-width: 640px) {
  .sec_party .place_detail .item_detail .detail .ph_wrap .ph02 {
    width: 48vw;
    height: 36vw;
    margin-top: -0.4rem;
    margin-left: calc(100% - 48vw);
  }
}

.sec_garden {
  position: relative;
}
@media screen and (max-width: 640px) {
  .sec_garden {
    background-color: #f5f5f4;
  }
}
.sec_garden .inner_garden {
  position: relative;
  z-index: 0;
  max-width: 13rem;
  width: 100%;
  margin: auto;
  margin-top: 0;
  padding: 0 1rem 1.2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .sec_garden .inner_garden {
    max-width: calc(100% - 0.4rem);
    width: 100%;
    margin-top: 1rem;
    padding: 0;
    padding-bottom: 2rem;
  }
}
.sec_garden .inner_garden::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0.6rem;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #d6d8d4;
}
@media screen and (max-width: 640px) {
  .sec_garden .inner_garden::before {
    top: 0;
    bottom: 1rem;
  }
}
.sec_garden .mv {
  width: 6.8rem;
  height: 4.8rem;
}
@media screen and (max-width: 640px) {
  .sec_garden .mv {
    width: 100%;
    height: 62.93vw;
  }
}
.sec_garden .garden_title {
  position: absolute;
  top: 1.7rem;
  right: 0.5rem;
  width: 4.3rem;
}
@media screen and (max-width: 640px) {
  .sec_garden .garden_title {
    position: static;
    width: 100%;
    margin-top: 0.6rem;
  }
}
.sec_garden .garden_title .title {
  align-items: center;
}
.sec_garden .garden_title .title .-sub_txt {
  text-align: center;
}
.sec_garden .garden_title .-txt {
  font-size: 0.14rem;
  letter-spacing: 0.1em;
  line-height: 2.57;
  text-align: center;
  margin-top: 0.5rem;
}
@media screen and (max-width: 640px) {
  .sec_garden .garden_title .-txt {
    max-width: calc(100% - 0.6rem);
    width: 100%;
    margin: auto;
    margin-top: 0.4rem;
    font-size: 0.13rem;
    line-height: 2.61;
    text-align: left;
    margin-top: 0.3rem;
  }
}
.sec_garden .ph01 {
  position: absolute;
  right: 0.5rem;
  margin-top: 0.8rem;
  width: 4.3rem;
  height: 2.7rem;
}
@media screen and (max-width: 640px) {
  .sec_garden .ph01 {
    position: static;
    width: 66.66vw;
    height: 42.13vw;
    margin-left: calc(100% - 66.66vw);
    margin-top: 0.3rem;
  }
}
.sec_garden .-txt {
  font-size: 0.14rem;
  letter-spacing: 0.09em;
  line-height: 2.57;
  margin-top: 0.8rem;
}
@media screen and (max-width: 640px) {
  .sec_garden .-txt {
    max-width: calc(100% - 0.6rem);
    width: 100%;
    margin: auto;
    margin-top: 0.3rem;
    font-size: 0.13rem;
    letter-spacing: 0.05em;
    line-height: 2.61;
  }
}
.sec_garden .ph_wrap {
  display: flex;
  gap: 0.1rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 640px) {
  .sec_garden .ph_wrap {
    max-width: calc(100% - 0.4rem);
    width: 100%;
    margin: auto;
    margin-top: 0.4rem;
  }
}
.sec_garden .ph02 {
  width: 2.4rem;
  height: 1.6rem;
}
@media screen and (max-width: 640px) {
  .sec_garden .ph02 {
    width: calc((100% - 0.1rem) / 2);
    height: 25vw;
  }
}
.sec_garden .ph03 {
  width: 2.4rem;
  height: 1.6rem;
}
@media screen and (max-width: 640px) {
  .sec_garden .ph03 {
    width: calc((100% - 0.1rem) / 2);
    height: 25vw;
  }
}

.sec_cuisine {
  background-color: #e7e5e3;
}
@media screen and (max-width: 640px) {
  .sec_cuisine {
    background-color: #f7f7f6;
  }
}
.sec_cuisine .cuisine_inner {
  position: relative;
  z-index: 0;
  max-width: 13rem;
  width: 100%;
  margin: auto;
  padding: 0 1rem;
  padding-top: 3.3rem;
  padding-bottom: 3rem;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .sec_cuisine .cuisine_inner {
    padding: 0;
    padding-bottom: 1rem;
  }
}
.sec_cuisine .cuisine_inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1.6rem;
  bottom: 1.6rem;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 640px) {
  .sec_cuisine .cuisine_inner::before {
    content: none;
  }
}
.sec_cuisine .mv {
  position: absolute;
  top: 1.2rem;
  left: 50%;
  right: calc(50% - 8rem);
  min-width: 8rem;
  height: 6.6rem;
}
@media screen and (max-width: 640px) {
  .sec_cuisine .mv {
    position: static;
    min-width: 0;
    width: 100%;
    height: 80vw;
  }
}
.sec_cuisine .cuisine_title {
  max-width: 4.2rem;
}
@media screen and (max-width: 640px) {
  .sec_cuisine .cuisine_title {
    max-width: calc(100% - 0.6rem);
    width: 100%;
    margin: auto;
    margin-top: 1.2rem;
  }
}
.sec_cuisine .cuisine_title .-catch {
  font-size: 0.16rem;
  letter-spacing: 0.1em;
  line-height: 2.5;
  text-align: center;
  margin-top: 0.6rem;
}
@media screen and (max-width: 640px) {
  .sec_cuisine .cuisine_title .-catch {
    text-align: left;
    margin-top: 0.5rem;
  }
}
.sec_cuisine .cuisine_title .-txt {
  font-size: 0.14rem;
  letter-spacing: 0.2em;
  line-height: 2.57;
  white-space: pre;
  margin-top: 0.4rem;
}
@media screen and (max-width: 640px) {
  .sec_cuisine .cuisine_title .-txt {
    font-size: 0.13rem;
    letter-spacing: 0.15em;
    line-height: 2.61;
    white-space: normal;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_cuisine .lower {
    position: relative;
    padding-left: 6.2rem;
    margin-top: 0.8rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .sec_cuisine .lower {
    margin-top: 0.6rem;
  }
}
.sec_cuisine .ph01 {
  width: 4.8rem;
  height: 3.2rem;
}
@media screen and (max-width: 640px) {
  .sec_cuisine .ph01 {
    width: 78.66vw;
    height: 53.33vw;
    margin-left: calc(100% - 78.66vw);
    margin-top: 0.6rem;
  }
}
.sec_cuisine .-txt {
  font-size: 0.14rem;
  letter-spacing: 0.2em;
  line-height: 2.57;
  margin-top: 0.5rem;
}
@media screen and (max-width: 640px) {
  .sec_cuisine .-txt {
    font-size: 0.13rem;
    letter-spacing: 0.1em;
    line-height: 2.61;
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .sec_cuisine .lower_txt {
    position: relative;
    max-width: calc(100% - 0.4rem);
    width: 100%;
    margin-top: -0.4rem;
    padding: 0.35rem 0.3rem;
    box-sizing: border-box;
    background-color: #f7f7f6;
  }
}
.sec_cuisine .ph_wrap {
  position: absolute;
  top: 0;
  left: -1.5rem;
  width: 5.9rem;
  height: 4.8rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .sec_cuisine .ph_wrap {
    position: static;
    width: 78.66vw;
    height: 64vw;
  }
}
.sec_cuisine .ph_wrap .ph {
  width: 1.9rem;
  height: 3.8rem;
}
@media screen and (max-width: 640px) {
  .sec_cuisine .ph_wrap .ph {
    width: 25.33vw;
    height: 50.66vw;
  }
}
.sec_cuisine .ph_wrap .ph03 {
  margin-top: 1rem;
}
@media screen and (max-width: 640px) {
  .sec_cuisine .ph_wrap .ph03 {
    margin-top: 0.5rem;
  }
}
.sec_cuisine .ph_wrap .ph04 {
  margin-top: 0.4rem;
}
@media screen and (max-width: 640px) {
  .sec_cuisine .ph_wrap .ph04 {
    margin-top: 0.2rem;
  }
}
.sec_cuisine .link {
  text-align: center;
  margin-top: 0.8rem;
}
@media screen and (max-width: 640px) {
  .sec_cuisine .link {
    margin-top: 0.1rem;
  }
}

.sec_dress {
  position: relative;
}
.sec_dress .dress_inner {
  position: relative;
  width: 100%;
  height: 7.4rem;
  background-color: #e7e5e3;
}
@media screen and (max-width: 640px) {
  .sec_dress .dress_inner {
    height: auto;
  }
}
.sec_dress .ph_wrap {
  position: relative;
  width: 100%;
  height: 7.4rem;
}
@media screen and (max-width: 640px) {
  .sec_dress .ph_wrap {
    height: 80vw;
  }
}
.sec_dress .ph_wrap .ph {
  position: absolute;
}
.sec_dress .ph_wrap .ph img {
  -o-object-position: center top;
     object-position: center top;
}
.sec_dress .ph_wrap .ph01 {
  top: 0;
  left: 0;
  width: 11.25%;
  height: 50%;
}
@media screen and (max-width: 640px) {
  .sec_dress .ph_wrap .ph01 {
    display: none;
  }
}
.sec_dress .ph_wrap .ph02 {
  bottom: 0;
  left: 0;
  width: 11.25%;
  height: 50%;
}
@media screen and (max-width: 640px) {
  .sec_dress .ph_wrap .ph02 {
    display: none;
  }
}
.sec_dress .ph_wrap .spacer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 11.25%;
  width: 30%;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .sec_dress .ph_wrap .spacer {
    display: none;
  }
}
.sec_dress .ph_wrap .ph03 {
  top: 0;
  left: 41.25%;
  width: 33.75%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .sec_dress .ph_wrap .ph03 {
    left: 0;
    width: 57.33vw;
  }
}
.sec_dress .ph_wrap .ph04 {
  width: 25%;
  height: 50%;
  top: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  .sec_dress .ph_wrap .ph04 {
    width: 42.66vw;
    height: 40vw;
  }
}
.sec_dress .ph_wrap .ph05 {
  width: 12.5%;
  height: 50%;
  bottom: 0;
  right: 12.5%;
}
@media screen and (max-width: 640px) {
  .sec_dress .ph_wrap .ph05 {
    right: 21.33vw;
    width: 21.33vw;
    height: 40vw;
  }
}
.sec_dress .ph_wrap .ph06 {
  width: 12.5%;
  height: 50%;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  .sec_dress .ph_wrap .ph06 {
    width: 21.33vw;
    height: 40vw;
  }
}
.sec_dress .dress_detail {
  position: absolute;
  top: 0;
  left: 11.25%;
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .sec_dress .dress_detail {
    position: static;
    display: block;
    width: 100%;
    padding-top: 1.2rem;
    padding-bottom: 1rem;
    background-color: #f7f7f6;
  }
}
.sec_dress .-sec_tit .-catch {
  font-size: 0.16rem;
  letter-spacing: 0.1em;
  line-height: 2.5;
  margin-top: 0.6rem;
}
@media screen and (max-width: 640px) {
  .sec_dress .-sec_tit .-catch {
    text-align: center;
    margin-top: 0.5rem;
  }
}
.sec_dress .-txt {
  font-size: 0.14rem;
  letter-spacing: 0.2em;
  line-height: 2.57;
  margin-top: 0.4rem;
}
@media screen and (max-width: 640px) {
  .sec_dress .-txt {
    max-width: calc(100% - 0.6rem);
    width: 100%;
    margin: auto;
    margin-top: 0.3rem;
    font-size: 0.13rem;
    letter-spacing: 0.2em;
    line-height: 2.61;
  }
}
.sec_dress .link {
  margin-top: 0.7rem;
}
@media screen and (max-width: 640px) {
  .sec_dress .link {
    margin-top: 0.35rem;
    text-align: center;
  }
}

.sec_location {
  background-color: #e7e5e3;
}
.sec_location .location_inner {
  position: relative;
  z-index: 0;
  padding-top: 2.2rem;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 640px) {
  .sec_location .location_inner {
    padding-top: 1.55rem;
    padding-bottom: 1rem;
  }
}
.sec_location .location_inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 6.1rem;
  bottom: 0;
  background-color: #322828;
}
@media screen and (max-width: 640px) {
  .sec_location .location_inner::before {
    top: calc(2.73rem + 26.66vw);
  }
}
.sec_location .ph_wrap {
  display: flex;
  max-width: 13rem;
  width: 100%;
  height: 4.6rem;
  margin: auto;
  margin-top: 0.8rem;
}
@media screen and (max-width: 640px) {
  .sec_location .ph_wrap {
    max-width: calc(100% - 0.4rem);
    height: 53.33vw;
    margin: auto;
    margin-top: 0.55rem;
  }
}
.sec_location .ph_wrap .mv {
  width: 50%;
  height: 100%;
}
.sec_location .lower {
  position: relative;
  max-width: 11rem;
  width: 100%;
  min-height: 2.8rem;
  margin: auto;
  margin-top: 0.9rem;
  padding-left: 6rem;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .sec_location .lower {
    max-width: 100%;
    min-height: 0;
    margin-top: 0.55rem;
    padding: 0;
  }
}
.sec_location .lower .ph {
  position: absolute;
  top: 0;
  left: 0.5rem;
  width: 4.5rem;
  height: 2.8rem;
}
@media screen and (max-width: 640px) {
  .sec_location .lower .ph {
    position: static;
    width: 58.66vw;
    height: 36.26vw;
    margin-top: 0.5rem;
    margin-left: calc(100% - 58.66vw - 0.2rem);
  }
}
.sec_location .lower .-catch {
  position: relative;
  top: -0.1rem;
  font-size: 0.16rem;
  letter-spacing: 0.1em;
  line-height: 2.5;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .sec_location .lower .-catch {
    position: static;
    max-width: calc(100% - 0.6rem);
    width: 100%;
    margin: auto;
  }
}
.sec_location .lower .-txt {
  font-size: 0.14rem;
  letter-spacing: 0.2em;
  line-height: 2.57;
  color: #fff;
  margin-top: 0.3rem;
}
@media screen and (max-width: 640px) {
  .sec_location .lower .-txt {
    max-width: calc(100% - 0.6rem);
    width: 100%;
    margin: auto;
    margin-top: 0.3rem;
    font-size: 0.13rem;
    letter-spacing: 0.2em;
    line-height: 2.61;
  }
}
.sec_location .link {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 0.65rem;
}
@media screen and (max-width: 640px) {
  .sec_location .link {
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
    margin-top: 0.5rem;
  }
}

.intermission {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 7rem;
  background-color: #322828;
}
@media screen and (max-width: 640px) {
  .intermission {
    height: 80vw;
  }
}
.intermission .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.intermission .title {
  width: 4.7rem;
  height: 1.3rem;
  filter: drop-shadow(0 0 0.1rem rgba(0, 0, 0, 0.7)) drop-shadow(0 0 0.05rem rgba(0, 0, 0, 0.7));
}
@media screen and (max-width: 640px) {
  .intermission .title {
    width: 2.52rem;
    height: 0.68rem;
  }
}
.intermission .title img {
  width: 100%;
  height: auto;
}

.sec_plan {
  position: relative;
}
.sec_plan .plan_inner {
  position: relative;
  background-color: #fff;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
@media screen and (max-width: 640px) {
  .sec_plan .plan_inner {
    background-color: #f1efee;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
.sec_plan .plan_detail {
  position: relative;
  max-width: 12.66rem;
  width: 100%;
  margin: auto;
  padding-top: 2.2rem;
  padding-bottom: 1.7rem;
  background-color: #f1efee;
}
@media screen and (max-width: 640px) {
  .sec_plan .plan_detail {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .sec_plan .-deco_border::before, .sec_plan .-deco_border::after {
    content: none;
  }
}
@media screen and (max-width: 640px) {
  .sec_plan .-deco_border .-deco_corner {
    display: none;
  }
}
.sec_plan .-sec_tit .title_catch {
  font-size: 0.16rem;
  letter-spacing: 0.1em;
  line-height: 2.25;
  text-align: center;
  margin-top: 0.5rem;
}
@media screen and (max-width: 640px) {
  .sec_plan .-sec_tit .title_catch {
    margin-top: 0.4rem;
  }
}
.sec_plan .plan_slider {
  margin-top: 0.5rem;
}
.sec_plan .plan_slider .slidearea01_wrap {
  max-width: 10.88rem;
  margin: auto;
}
.sec_plan .plan_slider .slidearea01_wrapin {
  overflow: hidden;
  padding: 0 75% 0 0;
}
.sec_plan .plan_slider .slidearea01_link {
  width: 2.72rem;
}
.sec_plan .plan_slider .slidearea01_btns {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 2.4rem;
  width: 100%;
}
.sec_plan .plan_slider .slidearea01_btns button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.4rem;
  height: 0.4rem;
}
.sec_plan .plan_slider .slidearea01_btns button::before, .sec_plan .plan_slider .slidearea01_btns button::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.09rem);
}
.sec_plan .plan_slider .slidearea01_btns button::after {
  width: 0.18rem;
  height: 0.18rem;
  border-top: 1px solid #888064;
  box-sizing: border-box;
  transition: border 0.3s;
}
.sec_plan .plan_slider .slidearea01_btns button.next {
  right: -0.5rem;
}
.sec_plan .plan_slider .slidearea01_btns button.next::after {
  right: calc(50% - 0.05rem);
  border-right: 1px solid #888064;
  transform: rotate(45deg);
}
.sec_plan .plan_slider .slidearea01_btns button.prev {
  left: -0.5rem;
}
.sec_plan .plan_slider .slidearea01_btns button.prev::after {
  left: calc(50% - 0.05rem);
  border-left: 1px solid #888064;
  transform: rotate(-45deg);
}
.sec_plan .plan_slider .slidearea01_btns button.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.no-touchevents .sec_plan .plan_slider .slidearea01_btns button:hover::after {
  border-color: #fff;
}
@media screen and (max-width: 640px) {
  .sec_plan .plan_list {
    margin-top: 0.5rem;
  }
  .sec_plan .plan_list .item {
    position: relative;
    z-index: 0;
    width: 100%;
    padding: 0.2rem 0;
  }
  .sec_plan .plan_list .item::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0.1rem;
    right: 0.1rem;
    background-color: #fff;
  }
  .sec_plan .plan_list .item + .item {
    margin-top: 0.1rem;
  }
}
.sec_plan .item_inner {
  position: relative;
  max-width: 2.4rem;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .sec_plan .item_inner {
    display: flex;
    align-items: center;
    max-width: 100%;
    margin: 0;
  }
}
.sec_plan .item_inner .wrap_link {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.no-touchevents .sec_plan .item_inner .wrap_link:hover ~ .thumb img {
  transform: scale(1.03);
  opacity: 0.5;
}
.sec_plan .item_inner .thumb {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .sec_plan .item_inner .thumb {
    width: 39.46vw;
    height: 37.33vw;
  }
}
.sec_plan .item_inner .thumb img {
  transform: scale(1);
  opacity: 1;
  transition: opacity 0.3s, transform 0.3s;
}
.sec_plan .item_inner .detail {
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  .sec_plan .item_inner .detail {
    width: 1.8rem;
    margin: auto;
    margin-left: 0.2rem;
  }
}
.sec_plan .item_inner .title {
  font-size: 0.15rem;
  letter-spacing: 0.1em;
  line-height: 1.86;
}
@media screen and (max-width: 640px) {
  .sec_plan .item_inner .title {
    font-size: 0.14rem;
    letter-spacing: 0.05em;
    line-height: 1.85;
  }
}
.sec_plan .item_inner .price {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.14rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #888064;
  border-bottom: 1px solid #888064;
  margin-top: 0.05rem;
}
@media screen and (max-width: 640px) {
  .sec_plan .item_inner .price {
    font-size: 0.13rem;
    letter-spacing: 0;
    margin-top: 0;
  }
}
.sec_plan .item_inner .price strong {
  font-size: 0.34rem;
  letter-spacing: 0.05em;
  line-height: 1.1;
}
@media screen and (max-width: 640px) {
  .sec_plan .item_inner .price strong {
    font-size: 0.32rem;
  }
}
.sec_plan .item_inner .spec {
  font-size: 0.14rem;
  letter-spacing: 0.1em;
  line-height: 2.14;
  color: #888064;
}
@media screen and (max-width: 640px) {
  .sec_plan .item_inner .spec {
    font-size: 0.13rem;
    letter-spacing: 0.05em;
    line-height: 2.3;
  }
}
.sec_plan .item_inner .ico_arrow {
  display: none;
}
@media screen and (max-width: 640px) {
  .sec_plan .item_inner .ico_arrow {
    position: absolute;
    bottom: -0.12rem;
    right: 0.2rem;
    display: block;
    width: 0.1rem;
    height: 0.14rem;
    fill: #888064;
  }
}
.sec_plan .bestrate_bnr {
  width: 5rem;
  height: 1.2rem;
  margin: auto;
  margin-top: 0.7rem;
}
@media screen and (max-width: 640px) {
  .sec_plan .bestrate_bnr {
    width: 89.33vw;
    height: 36.26vw;
    margin-top: 0.6rem;
  }
}
.sec_plan .bestrate_bnr img {
  width: 100%;
  height: auto;
}
.sec_plan .link {
  text-align: center;
  margin-top: 0.6rem;
}
@media screen and (max-width: 640px) {
  .sec_plan .link {
    margin-top: 0.4rem;
  }
}

.sec_bridalfair .bridalfair_inner {
  position: relative;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  background-image: url("../img/bridalfair_bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .bridalfair_inner {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    background-image: none;
    background-color: #fff;
  }
}
.sec_bridalfair .bridalfair_detail {
  position: relative;
  max-width: 12.66rem;
  width: 100%;
  margin: auto;
  padding-top: 2.2rem;
  padding-bottom: 1.7rem;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .bridalfair_detail {
    max-width: calc(100% - 0.4rem);
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .-deco_border::before, .sec_bridalfair .-deco_border::after {
    content: none;
  }
  .sec_bridalfair .-deco_border .-deco_corner {
    display: none;
  }
}
.sec_bridalfair .-sec_tit .title_catch {
  font-size: 0.16rem;
  letter-spacing: 0.1em;
  line-height: 2.25;
  text-align: center;
  margin-top: 0.5rem;
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .-sec_tit .title_catch {
    font-size: 0.13rem;
    line-height: 2.61;
    margin-top: 0.4rem;
  }
}
.sec_bridalfair .calendar_detail {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 10rem;
  width: 100%;
  height: 5rem;
  background-color: #322828;
  margin: auto;
  margin-top: 0.5rem;
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .calendar_detail {
    flex-direction: column;
    height: auto;
    background-color: #d9d5d2;
  }
}
.sec_bridalfair .calendar_detail .calendar_box {
  display: block;
  width: 5rem;
  height: 100%;
  padding: 0.5rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .calendar_detail .calendar_box {
    width: calc(100% - 0.2rem);
    margin: auto;
  }
}
.sec_bridalfair .calendar_detail .fair_box {
  display: block;
  width: 5rem;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .calendar_detail .fair_box {
    width: 100%;
    border-top: 1px solid #fff;
  }
}
.sec_bridalfair .calendar_detail .fair_box .fair_inner {
  padding: 0.5rem 0.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .calendar_detail .fair_box .fair_inner {
    padding: 0.5rem 0.3rem 0.6rem;
  }
}
.sec_bridalfair .calendar_detail .calendar {
  max-width: 4rem;
  width: 100%;
  margin: auto;
  color: #888064;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .calendar_detail .calendar {
    width: calc(100% - 0.2rem);
  }
}
.sec_bridalfair .calendar_detail .calendar .caption {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.18rem;
  letter-spacing: 0.05em;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_bridalfair .calendar_detail .calendar .caption .month {
  font-size: 0.3rem;
  margin: 0 0.5em;
}
.sec_bridalfair .calendar_detail .calendar .thead {
  position: relative;
  display: flex;
  gap: 0.1rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .calendar_detail .calendar .thead {
    margin-top: 0.1rem;
  }
}
.sec_bridalfair .calendar_detail .calendar .thead::before {
  content: "";
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #888064;
}
.sec_bridalfair .calendar_detail .calendar .thead .th {
  display: block;
  text-align: center;
  width: 14.2857142857%;
  padding: 0.05rem 0 0.2rem;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .calendar_detail .calendar .thead .th {
    font-size: 0.11rem;
    color: #282828;
  }
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .calendar_detail .calendar .thead .sat {
    color: #326e80;
  }
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .calendar_detail .calendar .thead .sun {
    color: #888064;
  }
}
.sec_bridalfair .calendar_detail .calendar .tbody {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.1rem;
  margin-top: 0.1rem;
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .calendar_detail .calendar .tbody {
    margin-top: 0;
  }
}
.sec_bridalfair .calendar_detail .calendar .tbody .td {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.4rem;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.16rem;
  letter-spacing: 0.06em;
  line-height: 0.8;
  text-align: center;
  color: #646464;
}
.sec_bridalfair .calendar_detail .calendar .tbody .td:has(.month) {
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .calendar_detail .calendar .tbody .td {
    font-size: 0.14rem;
    color: #282828;
    height: 0.3rem;
  }
}
.sec_bridalfair .calendar_detail .calendar .tbody .td .month {
  font-size: 1.4em;
  letter-spacing: 0;
}
.sec_bridalfair .calendar_detail .calendar .tbody .td .month::after {
  font-size: 0.16rem;
  content: "/";
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .calendar_detail .calendar .tbody .td .month::after {
    font-size: 0.14rem;
  }
}
.sec_bridalfair .calendar_detail .calendar .tbody .td:not([data-rel]) {
  color: #646464;
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .calendar_detail .calendar .tbody .td:not([data-rel]) {
    color: #969696;
  }
}
.sec_bridalfair .calendar_detail .calendar .tbody .td:not([data-rel]).holyday {
  color: #fff;
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .calendar_detail .calendar .tbody .td:not([data-rel]).holyday {
    color: #282828;
  }
}
.sec_bridalfair .calendar_detail .calendar .tbody .td.sat {
  color: #326e80;
}
.sec_bridalfair .calendar_detail .calendar .tbody .td.sun {
  color: #888064;
}
.sec_bridalfair .calendar_detail .calendar .tbody .td[data-rel] {
  cursor: pointer;
  transition: color 0.3s;
}
.sec_bridalfair .calendar_detail .calendar .tbody .td[data-rel]::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: calc(50% - 0.2rem);
  left: calc(50% - 0.2rem);
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #fff;
  transition: background-color 0.3s;
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .calendar_detail .calendar .tbody .td[data-rel]::before {
    top: calc(50% - 0.15rem);
    left: calc(50% - 0.15rem);
    width: 0.3rem;
    height: 0.3rem;
  }
}
.sec_bridalfair .calendar_detail .calendar .tbody .td.current, .no-touchevents .sec_bridalfair .calendar_detail .calendar .tbody .td[data-rel]:hover {
  color: #fff;
}
.sec_bridalfair .calendar_detail .calendar .tbody .td.current::before, .no-touchevents .sec_bridalfair .calendar_detail .calendar .tbody .td[data-rel]:hover::before {
  background-color: #888064;
}
.sec_bridalfair .calendar_detail .-caption {
  max-width: 4rem;
  width: 100%;
  margin: auto;
  margin-top: 0.15rem;
  text-align: right;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  line-height: 2.57;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .calendar_detail .-caption {
    font-size: 0.12rem;
    color: #282828;
    max-width: calc(100% - 0.2rem);
  }
}
.sec_bridalfair .calendar_detail .fair_title {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .calendar_detail .fair_title {
    font-size: 0.18rem;
    color: #282828;
  }
}
.sec_bridalfair .calendar_detail .fair_title .week {
  margin-right: 0.25em;
}
.sec_bridalfair .calendar_detail .fair_title .week::before {
  content: "（";
}
.sec_bridalfair .calendar_detail .fair_title .week::after {
  content: "）";
}
.sec_bridalfair .calendar_detail .fair_detail {
  position: relative;
  display: flex;
  gap: 0.3rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .calendar_detail .fair_detail {
    gap: 0.2rem;
    margin-top: 0.4rem;
  }
}
.sec_bridalfair .calendar_detail .fair_detail + .fair_detail {
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .calendar_detail .fair_detail + .fair_detail {
    margin-top: 0.3rem;
  }
}
.sec_bridalfair .calendar_detail .fair_detail .wrap_link {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.no-touchevents .sec_bridalfair .calendar_detail .fair_detail .wrap_link:hover ~ .thumb img {
  opacity: 0.5;
  transform: scale(1.03);
}
.sec_bridalfair .calendar_detail .fair_detail .thumb {
  width: 1.2rem;
  height: 1.2rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .calendar_detail .fair_detail .thumb {
    width: 24vw;
    height: 24vw;
  }
}
.sec_bridalfair .calendar_detail .fair_detail .thumb img {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.3s, transform 0.3s;
}
.sec_bridalfair .calendar_detail .fair_detail .txt_box {
  flex: 1;
}
.sec_bridalfair .calendar_detail .fair_detail .txt_box .time {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #888064;
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .calendar_detail .fair_detail .txt_box .time {
    font-size: 0.12rem;
  }
}
.sec_bridalfair .calendar_detail .fair_detail .txt_box .time span + span::before {
  content: "/";
}
.sec_bridalfair .calendar_detail .fair_detail .txt_box .title {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-style: normal;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.15rem;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #fff;
  margin-top: 0.1rem;
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .calendar_detail .fair_detail .txt_box .title {
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 1.71;
    color: #282828;
    margin-top: 0.05rem;
  }
}
.sec_bridalfair .calendar_detail .fair_link {
  text-align: center;
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .calendar_detail .fair_link {
    margin-top: 0.3rem;
  }
}
.sec_bridalfair .calendar_detail .fair_link .-more i {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.sec_bridalfair .calendar_detail .fair_link .-more i::before, .sec_bridalfair .calendar_detail .fair_link .-more i::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0.13rem;
  right: 0;
  top: calc(50% - 1px);
  background-color: #888064;
}
.sec_bridalfair .calendar_detail .fair_link .-more i::after {
  transform: rotate(90deg);
}
.sec_bridalfair .link {
  text-align: center;
  margin-top: 0.4rem;
}
.sec_bridalfair .privilege_detail {
  margin-top: 1rem;
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .privilege_detail {
    margin-top: 0.8rem;
  }
}
.sec_bridalfair .privilege_detail .item {
  position: relative;
  display: flex;
  max-width: 10rem;
  width: 100%;
  margin: auto;
  margin-top: 0.2rem;
  padding: 0.4rem 0.3rem;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .privilege_detail .item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    max-width: calc(100% - 0.2rem);
    padding: 0.3rem;
    margin-top: 0.4rem;
  }
}
.sec_bridalfair .privilege_detail .item > dt {
  width: 1.7rem;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.18rem;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #888064;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .privilege_detail .item > dt {
    width: 100%;
    letter-spacing: 0.05em;
  }
}
.sec_bridalfair .privilege_detail .item > dd {
  position: relative;
  flex: 1;
  padding-left: 0.4rem;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.14rem;
  letter-spacing: 0.1em;
  line-height: 2.14;
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .privilege_detail .item > dd {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.sec_bridalfair .privilege_detail .item > dd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.08rem;
  bottom: 0.08rem;
  width: 1px;
  background-color: #888064;
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .privilege_detail .item > dd::before {
    left: 50%;
    top: -0.25rem;
    bottom: auto;
    height: 0.15rem;
  }
}
.sec_bridalfair .privilege_detail .item > dd .title {
  font-size: 0.15rem;
  line-height: 2.4;
}
.sec_bridalfair .privilege_detail .item > dd .-note {
  font-weight: 400;
  font-size: 0.12rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.sec_bridalfair .shuttle_bus {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 1.5rem;
  background-color: #322828;
  margin: auto;
  margin-top: 0.6rem;
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .shuttle_bus {
    flex-direction: column;
    max-width: calc(100% - 0.2rem);
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
}
.sec_bridalfair .shuttle_bus .thumb {
  width: 3rem;
  height: 1.5rem;
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .shuttle_bus .thumb {
    width: 100%;
    height: 34.66vw;
  }
}
.sec_bridalfair .shuttle_bus .detail {
  width: 3rem;
  padding: 0 0.35rem;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .shuttle_bus .detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 34.66vw;
    padding: 0 0.3rem;
  }
}
.sec_bridalfair .shuttle_bus .detail dt {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.18rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #888064;
  text-align: left;
}
.sec_bridalfair .shuttle_bus .detail dd {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.12rem;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: 0.25rem;
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .shuttle_bus .detail dd {
    margin-top: 0.15rem;
  }
}

.sec_report {
  position: relative;
}
.sec_report .report_inner {
  padding-top: 2.1rem;
  padding-bottom: 1.4rem;
  background-color: #e7e5e3;
}
@media screen and (max-width: 640px) {
  .sec_report .report_inner {
    padding-top: 1.55rem;
    padding-bottom: 1rem;
  }
}
.sec_report .-sec_tit .title_catch {
  font-size: 0.16rem;
  letter-spacing: 0.1em;
  line-height: 2.12;
  text-align: center;
  margin-top: 0.5rem;
}
@media screen and (max-width: 640px) {
  .sec_report .-sec_tit .title_catch {
    font-size: 0.13rem;
    font-weight: 400;
    line-height: 2.61;
  }
}
.sec_report .report_slider {
  display: flex;
  gap: 0.1rem;
}
.sec_report .report_slider.-upper {
  margin-top: 0.55rem;
}
@media screen and (max-width: 640px) {
  .sec_report .report_slider.-upper {
    margin-top: 0.4rem;
  }
}
.sec_report .report_slider.-lower {
  margin-top: 0.1rem;
}
@media screen and (max-width: 640px) {
  .sec_report .report_slider.-lower {
    margin-top: 0.05rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_report .report_slider {
    gap: 0.05rem;
  }
}
.sec_report .report_slider .item {
  position: relative;
  z-index: 0;
  width: 3.2rem;
  height: 2.4rem;
}
@media screen and (max-width: 640px) {
  .sec_report .report_slider .item {
    width: 1.6rem;
    height: 1.2rem;
  }
}
.sec_report .report_slider .item::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, white 0%, rgba(0, 0, 0, 0.7) 100%);
  mix-blend-mode: multiply;
}
.sec_report .report_slider .item .wrap_link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.no-touchevents .sec_report .report_slider .item .wrap_link:hover ~ .thumb img {
  transform: scale(1.03);
  opacity: 0.7;
}
.sec_report .report_slider .item .thumb {
  width: 3.2rem;
  height: 2.4rem;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .sec_report .report_slider .item .thumb {
    width: 1.6rem;
    height: 1.2rem;
  }
}
.sec_report .report_slider .item .thumb img {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s;
}
.sec_report .report_slider .item .label {
  position: absolute;
  z-index: 1;
  bottom: 0.2rem;
  left: 0.2rem;
  right: 0.2rem;
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.18rem;
  letter-spacing: 0.15em;
  line-height: 2;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec_report .report_slider .item .label {
    font-size: 0.12rem;
    bottom: 0.05rem;
    left: 0.05rem;
    right: 0.05rem;
  }
}
.sec_report .link {
  text-align: center;
  margin-top: 0.8rem;
}
@media screen and (max-width: 640px) {
  .sec_report .link {
    margin-top: 0.5rem;
  }
}

.sec_news {
  position: relative;
  background-color: #fff;
}
.sec_news .news_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 11rem;
  width: 100%;
  height: 3.6rem;
  margin: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.4rem;
}
@media screen and (max-width: 640px) {
  .sec_news .news_inner {
    align-items: center;
    justify-content: center;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_news .-sec_tit .title {
    text-align: center;
  }
}
.sec_news .news_detail {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  width: 7.2rem;
  height: 3.6rem;
}
@media screen and (max-width: 640px) {
  .sec_news .news_detail {
    position: static;
    gap: 0.4rem;
    max-width: calc(100% - 0.6rem);
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
}
.sec_news .news_detail .item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 1rem;
  padding-left: 1.7rem;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .sec_news .news_detail .item {
    min-height: 26.66vw;
    padding-left: 42.13vw;
  }
}
.sec_news .news_detail .item .wrap_link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.no-touchevents .sec_news .news_detail .item .wrap_link[href]:hover ~ .thumb img {
  transform: scale(1.03);
  opacity: 0.5;
}
.sec_news .news_detail .item .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.4rem;
  height: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .sec_news .news_detail .item .thumb {
    width: 37.33vw;
    height: 26.66vw;
  }
}
.sec_news .news_detail .item .thumb img {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s;
}
.sec_news .news_detail .item .date {
  position: relative;
  padding-left: 0.2rem;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.12rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
.sec_news .news_detail .item .date::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  height: 1px;
  width: 0.1rem;
  background-color: #888064;
}
.sec_news .news_detail .item .title {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.15rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 0.12rem;
}
@media screen and (max-width: 640px) {
  .sec_news .news_detail .item .title {
    font-size: 0.14rem;
    line-height: 1.85;
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .sec_news .link {
    width: 100%;
    margin-top: 0.6rem;
    text-align: center;
  }
}/*# sourceMappingURL=index.css.map */