.header_spacer {
  padding-top: 5.5rem;
}
.main-visual {
  position: relative;
  height: 100vh;
  width: 100%;
  background-color: transparent;
  color: var(--custom_style_color_white);
}
.main-visual.main-visual-nooverlay::after {
  opacity: 0;
}
div {
	scroll-margin-top: 5.5rem
}
@media screen and (max-width: 767px) {
  .main-visual {
    height: 100svh;
  }
}
.main-visual::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.home .main-visual::after {
  background-color: rgba(0, 0, 0, 0.6);
}

.main-visual__bg__inner,
.main-visual__bg,
.main-visual__bg__item,
.main-visual__slider {
  height: 100%;
  width: 100%;
}

.main-visual__bg__outer {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.main-visual__bg {
  object-fit: cover;
}

.main-visual__inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.main-visual__heading {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.main-visual__heading object {
  object-fit: contain;
  aspect-ratio: 1;
  display: block;
}

div.main-visual__heading {
  display: grid;
  gap: 2rem;
  height: max-content;
  max-height: 100vh;
}

.main-visual__heading-hlr {
  display: grid;
  height: auto;
  max-height: 100vh;
  justify-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

@media screen and (max-width: 767px) {
  div.main-visual__heading {
    max-height: 100svh;
    gap: 1rem;
  }

  .main-visual__heading-hlr {
    max-height: 100svh;
  }
}

.main-visual__heading-hlr .main-visual__heading-sub {
  font-size: 2.3rem;
}
.main-visual__heading-hlr .main-visual__heading-title {
  font-size: 4rem;
}
.main-visual__heading-hlr .main-visual__heading-catch {
  font-size: 2.3rem;
}
.main-visual__heading-hlr .main-visual__heading-desc {
  font-size: 1.4rem;
}
.main-visual__heading-hlr .main-visual__heading-sub,
.main-visual__heading-hlr .main-visual__heading-title,
.main-visual__heading-hlr .main-visual__heading-catch,
.main-visual__heading-hlr .main-visual__heading-desc {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin: 0;
}
.main-visual__heading-hlr .main-visual__heading-desc {
  letter-spacing: 0.1em;
}
.main-visual__news {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
}
.main-visual__news__wrap {
  display: grid;
  grid-template-columns: 18rem 1fr;
  align-items: center;
  background-color: rgba(17, 17, 17, 0.8);
  color: #fff;
  height: 5.5rem;
}
.main-visual__news__wrap a {
  color: #fff;
}
.main-visual__news__wrap__link {
  display: grid;
  justify-items: center;
}
.main-visual__news__wrap__link__title {
  font-size: 0.7rem;
  line-height: 2;
  letter-spacing: 0.3em;
}
.main-visual__news__wrap__link__text {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.2em;
}
.main-visual__news__wrap__list {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
}
.main-visual__news__wrap__list__item {
  display: grid;
  grid-template-columns: 7.7rem 37rem;
  align-items: center;
  padding-inline: 5.9rem;
}
.main-visual__news__wrap__list__item__date {
  font-size: 1rem;
  letter-spacing: 0.2em;
}
.main-visual__news__wrap__list__item__title {
  font-size: 1rem;
  letter-spacing: 0.2em;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.hh-top {
  padding: 24rem 12rem 0;
  height: 46rem;
  position: relative;
}
.hh-top.hh-top-nobg {
  height: auto;
}

.hh-top__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.hh-top__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5333333333);
}

.hh-top__bg.main-visual-nooverlay::after {
  opacity: 0;
}

.hh-top__bg__img {
  width: 100%;
  height: 100%;
}
.hh-top__bg__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hh-top__heading {
  height: 100%;
}
.hh-top__heading.hh-top__heading-border {
  border: solid var(--custom_style_color_gray);
  border-width: 0 0 1px;
}

.hh-top__heading-main {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.1;
}

.hh-top__heading-sub {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.8;
  margin-top: 2.3rem;
}

.component-breadcrumbs {
  letter-spacing: 0.1em;
  line-height: 2;
}

.hh-top-bg .hh-top__heading {
  position: absolute;
  translate: 0 -50%;
  height: auto;
  padding-bottom: 0;
}
.hh-top-bg .hh-top__heading-sub {
  position: absolute;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .main-visual__heading object {
    height: 22rem;
  }
  .main-visual__scroll {
    font-family: "EB Garamond", serif;
    line-height: 1;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 50%;
    translate: -50%;
  }
  .main-visual__scroll::after {
    content: "";
    display: block;
    background-color: var(--custom_style_color_white);
    height: 3.5rem;
    width: 0.1rem;
    margin: auto;
    margin-top: 2rem;
  }
  div.main-visual__heading .main-visual__heading-sub {
    text-indent: 1em;
  }
  .main-visual__heading-hlr {
    max-width: 120rem;
    width: 100%;
  }
  .main-visual__heading-hlr .main-visual__heading-sub {
    font-size: 2.3rem;
  }
  .main-visual__heading-hlr .main-visual__heading-title {
    font-size: 4rem;
  }
  .main-visual__heading-hlr .main-visual__heading-catch {
    font-size: 2.3rem;
    margin-top: 4rem;
  }
  .main-visual__heading-hlr .main-visual__heading-desc {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
  .component-breadcrumbs {
    margin: 6rem 12rem;
    font-size: 1rem;
  }
  .component-breadcrumbs .separator {
    padding-inline: 1.5rem;
    display: inline-block;
    color: transparent;
    position: relative;
    width: 3.7rem;
  }
  .component-breadcrumbs .separator::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    rotate: 45deg;
    width: 0.5rem;
    height: 0.5rem;
    border-block-start: solid 1px #000;
    border-inline-end: solid 1px #000;
  }
  .hh-top__heading.hh-top__heading-border {
    padding-bottom: 14rem;
  }
  .hh-top-bg.hh-top-bg {
    padding: 0 12rem;
  }
  .hh-top-bg .hh-top__heading {
    top: 26.4rem;
    width: 120rem;
  }
  .hh-top-bg .hh-top__heading-sub {
    top: calc(100% + 2.3rem);
  }
}
@media screen and (max-width: 767px) {
  .main-visual__news__wrap__link {
    gap: 0.3rem;
  }
  .main-visual__news__wrap__link__title {
    line-height: 1;
  }
  .main-visual__heading object {
    height: 20.6rem;
  }
  .main-visual__scroll {
    display: none;
  }
  div.main-visual__heading .main-visual__heading-sub {
    text-indent: 0.5em;
  }
  div.main-visual__heading .main-visual__heading-title {
    font-size: 3.2rem;
  }
  .main-visual__heading-hlr {
    max-width: 31rem;
    width: 100%;
  }
  .main-visual__heading-hlr .main-visual__heading-sub {
    font-size: 2.3rem;
    margin-bottom: 0.6rem;
  }
  .main-visual__heading-hlr .main-visual__heading-title {
    font-size: 3.2rem;
  }
  .main-visual__heading-hlr .main-visual__heading-catch {
    font-size: 1.8rem;
    margin-top: 1.5rem;
  }
  .main-visual__heading-hlr .main-visual__heading-desc {
    font-size: 1.2rem;
    margin-top: 3rem;
  }
  .main-visual__news__wrap {
    grid-template-columns: auto;
  }
  .main-visual__news__wrap a {
    padding-block: 1.8rem;
  }
  .hh-top {
    padding: 14rem 4rem 0;
    height: 26.8rem;
  }
  .hh-top__heading {
    padding-bottom: 6.5rem;
  }
  .hh-top__heading.hh-top__heading-border {
    padding-bottom: 6.5rem;
  }
  .hh-top__heading-main {
    font-size: 2rem;
  }
  .hh-top__heading-sub {
    font-size: 1rem;
    margin-top: 1.4rem;
  }
  .component-breadcrumbs {
    margin: 3rem 4rem;
    font-size: 0.9rem;
  }
  .component-breadcrumbs .separator {
    padding-inline: 1rem;
    display: inline-block;
    color: transparent;
    position: relative;
    width: 2.7rem;
  }
  .component-breadcrumbs .separator::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    rotate: 45deg;
    width: 0.5rem;
    height: 0.5rem;
    border-block-start: solid 1px #000;
    border-inline-end: solid 1px #000;
  }
  .hh-top-bg.hh-top-bg {
    padding: 0 4rem;
  }
  .hh-top-bg .hh-top__heading {
    top: 16rem;
    width: 31rem;
  }
  .hh-top-bg .hh-top__heading-sub {
    top: calc(100% + 1.5rem);
  }
}
/*
* footer
*/

.footer-totop {
  display: grid;
  justify-content: center;
}
.footer-news .block-img-and-post-list__item {
  border-block-end: 1px solid var(--custom_style_color_gray);
}
.footer-links__list {
  display: grid;
}

.footer-links__list-item {
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
  --custom_style_color_black: var(--custom_style_color_white);
  color: var(--custom_style_color_white);
}

.footer-links__item-container {
  display: grid;
}

.footer-links__container-heading {
  display: grid;
}

.footer-links__container-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.footer-links__container-img img {
  transition: scale 4s;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.link-btn:hover + .footer-links__container-img img {
  scale: 1.1;
}

#footer-menu {
  list-style: none;
  padding: 0;
}

#footer-menu .menu-item {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: 500;
}

#footer-menu .menu-item a {
  color: var(--custom_style_color_black);
  text-decoration: none;
}

.footer-top__info {
  display: grid;
  justify-items: center;
}

.footer-top__info-time,
.footer-top__info-address {
  font-size: 1.2rem;
}

.footer-top__info-tel {
  font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.footer-top__info-tel > span {
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.footer-top__info-time {
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}

.footer-top__info-address {
  line-height: 2;
  letter-spacing: 0.2em;
}

.is-fade-out-active {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.3s, opacity 0.3s;
}

.is-fade-in.is-fade-out-active {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.3s, opacity 0.3s;
}

.menu-footer-menu-container {
  border: solid rgba(51, 51, 51, 0.0862745098);
  border-width: 1px 0;
}
.footer-top__nav {
  display: grid;
  grid-template-rows: 1fr auto;
  width: 100%;
}
.footer-top__nav .nav-main__list > li > .nav-main__list__title {
  visibility: visible;
  top: 0;
  transition: opacity 2.5s, transform 2.5s;
}
.footer-top__nav .nav-main__list > li > .nav-main__list__title.is-fade-in-active {
  opacity: 1;
}

.footer-bottom {
  display: grid;
}
.footer-bottom__terms-item {
  font-family: "EB Garamond", serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.2em;
}

.footer-bottom__copyright {
  font-family: "EB Garamond", serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 768px) {
  .footer-news .block-img-and-post-list__item__meta {
    color: var(--custom_style_color_black);
  }
  .footer-totop {
    margin-block-start: 15rem;
  }
  .footer-news {
    margin-block-start: 28rem;
  }
  .footer-news .block-img-and-post-list__item:first-child {
    margin-block-start: 7.9rem;
  }
  .footer-links {
    margin-top: 26rem;
  }
  .footer-links__list {
    grid-auto-flow: column;
  }
  .footer-links__item-container {
    padding: 14rem 0;
    justify-content: center;
    align-content: space-between;
    height: 64.5rem;
  }
  .footer-links__container-heading {
    justify-items: center;
    gap: 5.5rem;
  }
  footer#colophon {
    padding: 9rem 0 0;
  }
  .footer-top__nav .nav-main {
    padding-block: 12.8rem;
  }
  .footer-top__nav .nav-main::before {
    top: 12.8rem;
    bottom: 12.8rem;
  }
  .footer-top__nav .nav-main .nav-main__list {
    padding-block: 6.7rem 15.7rem;
  }
  .footer-bottom {
    grid-auto-flow: column;
    align-items: center;
    justify-content: space-between;
  }
  .footer-bottom.nav-sub {
    padding-inline-start: 4rem;
  }

  .footer-bottom__terms-list {
    display: flex;
    gap: 3rem;
  }
  .footer-top__info {
    padding: 15rem 0 12.8rem;
  }
  .footer-top__info-img {
    width: 11rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-totop {
    margin-block-start: 10rem;
  }
  .footer-news {
    margin-block-start: 15rem;
  }
  .footer-links {
    margin-top: 10rem;
  }
  .footer-links__item-container {
    padding: 3rem 2.5rem;
    align-content: space-between;
    min-height: 26rem;
  }
  .footer-links__container-heading {
    grid-auto-flow: column;
    justify-content: space-between;
  }
  .footer-links__container-heading .section-heading {
    margin-top: 0.5rem;
    height: max-content;
  }
  .footer-top__info {
    padding: 15rem 0 6.5rem;
  }
  .footer-top__info-img {
    width: 5.5rem;
  }
  .footer-top__info-address {
    font-size: 1.2rem;
  }
  .footer-top__info-time {
    font-size: 1rem;
  }
  .footer-top__info-tel {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
  }
  .footer-top__info-tel > span {
    font-size: 1rem;
  }
  #footer-menu {
    columns: 2;
    gap: 0;
    margin: 0;
    padding: 2.5rem 2rem 2.5rem 4rem;
  }
  #footer-menu .menu-item {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  #footer-menu .menu-item {
    white-space: nowrap;
    padding: 1.5rem 0;
  }

  .footer-top__nav .nav-main {
    padding-block: 6.5rem 15rem;
  }
  .footer-top__nav .nav-main::before {
    top: 6.5rem;
    bottom: 15rem;
  }
  .footer-bottom.nav-sub {
    grid-auto-flow: row;
    height: auto;
    justify-content: center;
    padding: 3rem 0;
  }

  .footer-bottom__terms-list {
    display: flex;
    gap: 3rem;
    justify-content: center;
    order: 2;
    padding: 2.5rem 0;
  }
  .footer-bottom__copyright {
    font-size: 1rem;
    order: 3;
  }
}
.blur-anim:not(.blur-anim-active) {
  opacity: 0;
}

.blur-anim-main > span,
.blur-anim-sub > span {
  opacity: 0;
}

.blur-anim-main > span.is-blur,
.blur-anim-sub > span.is-blur {
  animation: textBlurFadeIn 1s forwards;
}

@keyframes textBlurFadeIn {
  0% {
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes linear_slider {
  0% {
    translate: 0%;
  }
  100% {
    translate: -50%;
  }
}
@keyframes wedding_tab_inview {
  0% {
    translate: 0 120%;
  }
  100% {
    translate: 0;
  }
}
@keyframes wedding_tab_inview_inner {
  0% {
    translate: 0 -100%;
  }
  100% {
    translate: 0;
  }
}
@media screen and (max-width: 767px) {
  .scrollbar {
    position: relative;
    height: 1px;
    background: var(--custom_style_color_gray);
    margin: 0 4rem;
  }
  .scrollbar .progress {
    position: absolute;
    height: 100%;
    background: var(--custom_style_color_gold);
  }
}
@keyframes wedding_tab_inview {
  0% {
    translate: 0 120%;
  }
  100% {
    translate: 0;
  }
}
@keyframes wedding_tab_inview_inner {
  0% {
    translate: 0 -100%;
  }
  100% {
    translate: 0;
  }
}
.list-wrap {
  display: grid;
  grid-auto-flow: column;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x mandatory;
  width: 100%;
}

.list-wrap.active {
  scroll-snap-type: none;
}

.list-item {
  display: grid;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  align-content: start;
}

.list-item:hover .list-item__image img {
  scale: 1.1;
}

.list-item:hover .list-item__container {
  opacity: 0.5;
}

.list-item__category {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  color: var(--custom_style_color_gold);
  min-height: 1em;
}
.list-item__category span:first-child::before {
  content: unset;
}
.list-item__category span::before {
  content: "／";
}

.list-item__image {
  margin-bottom: 3rem;
  overflow: hidden;
}

.list-item__image img {
  aspect-ratio: 3/2;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: scale 2s;
}

.list-item__container {
  transition: opacity 1s;
}

.list-item__container__tags {
  display: flex;
  gap: 0.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  color: var(--custom_style_color_gold);
}

.list-item__container__tags__item {
  border-radius: 10em;
  padding: 0.5rem 1rem;
  border: solid 1px var(--custom_style_color_gold);
}

.list-item__container__time {
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "EB Garamond", serif;
  color: var(--custom_style_color_gold);
}

.list-item__container__title {
  margin: 0;
  margin-top: 1.5rem;
}

.list-item__container__text {
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  margin-top: 1.5rem;
  -webkit-line-clamp: 3;
}

.post__comp__btn {
  display: grid;
  justify-items: center;
}

@media screen and (min-width: 768px) {
  .post__comp {
    margin: 28rem auto;
    scroll-margin-top: 8rem;
  }
  .post__comp__list {
    padding: 8rem 0 4rem;
  }
  .list-wrap {
    gap: 4rem;
  }
  .list-item {
    scroll-snap-align: start;
    width: 36rem;
  }
  .list-item.list-item-start {
    scroll-margin-left: -7.7rem;
  }
  .list-item.list-item-center {
    scroll-margin-left: -26rem;
  }
  .list-item__category {
    margin-bottom: 2rem;
  }
  .list-item__image,
  .list-item__image img {
    width: 36rem;
  }
  .list-item__container__tags {
    font-size: 1rem;
  }
  .list-item__container__time {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
  .list-item__container__text {
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
  }
  .post__comp__btn {
    justify-items: center;
  }
}
@media screen and (max-width: 767px) {
  .post__comp {
    margin: 10rem auto;
    scroll-margin-top: 13rem;
  }
  .post__comp__list {
    padding: 5rem 0 4rem;
  }
  .list-wrap {
    gap: 2.5rem;
  }
  .list-item {
    scroll-snap-align: center;
    scroll-margin-left: 0rem;
    width: 27rem;
  }
  .list-wrap .list-item:first-of-type {
    margin-left: 4rem;
  }
  .list-item__category {
    margin-bottom: 1.5rem;
  }
  .list-item__image,
  .list-item__image img {
    width: 27rem;
  }
  .list-item__container__tags {
    font-size: 0.9rem;
  }
  .list-item__container__time {
    font-size: 1rem;
    margin-bottom: 1.2rem;
  }
  .list-item__container__text {
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
  }
  .post__comp__btn {
    justify-items: end;
    margin-right: 4rem;
  }
}
