.main-visual {
  position: relative;
  height: 100vh;
  min-height: 68rem;
  width: 100%;
  background-color: transparent;
  color: var(--custom_style_color_white);
}
.main-visual.main-visual-nooverlay::after {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .main-visual {
    height: 100svh;
    min-height: unset;
  }
}

.main-visual::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.35);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.main-visual__bg__outer,
.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;
}

.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%;
}
.main-visual.main-visual--half {
  min-height: unset;
  height: 46rem;
}

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

.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;
}

.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-family: "EB Garamond", "Zen Old Mincho", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.hh-top__heading-sub {
  font-size: 1.2rem;
  font-family: "EB Garamond", "Zen Old Mincho", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  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: 25.8rem;
  }
  .main-visual__scroll {
    font-family: "EB Garamond", serif;
    line-height: 1;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 50%;
    translate: -50%;
    font-size: 1.2rem;
  }
  .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: 1.5rem;
  }
  .component-breadcrumbs {
    margin: 6rem 12rem;
    font-size: 1rem;
  }
	.component-breadcrumbs .rank-math-breadcrumb .separator {
		padding-inline: 1.5rem;
	}
  .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__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--half
  .main-visual__heading-hlr{
    top: 12.3rem;
    translate: -50% 0;
  }
  .main-visual__heading-hlr .main-visual__heading-sub {
    font-size: 2.3rem;
    margin-bottom: 0.6rem;
  }
  .main-visual--half .main-visual__heading-hlr .main-visual__heading-sub {
    margin-top: 0.2rem;
    font-size: 0.8rem;
  }
  .main-visual__heading-hlr .main-visual__heading-title {
    font-size: 3.2rem;
    text-align: center;
  }
  .main-visual--half .main-visual__heading-hlr .main-visual__heading-title {
    font-size: 2.5rem;
  }
  .main-visual__heading-hlr .main-visual__heading-catch {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
  .main-visual--half .main-visual__heading-hlr .main-visual__heading-catch {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
  .main-visual__heading-hlr .main-visual__heading-desc {
    font-size: 1.2rem;
    margin-top: 2rem;
  }
  .main-visual--half .main-visual__heading-hlr .main-visual__heading-desc {
    margin-top: 0.5rem;
    font-size: 0.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;
  }
  .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);
  }
	.component-breadcrumbs .rank-math-breadcrumb .separator {
		padding-inline: 1rem;
	}
}
/*
* footer
*/
.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#colophon {
  background: #E8E6DA;
}

#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-bottom {
  display: grid;
  font-size: 1rem;
}

.footer-bottom a {
  color: var(--custom_style_color_black);
}

.footer-bottom__social-list {
  font-family: "EB Garamond", serif;
  display: flex;
}

.footer-link-btn.link-btn {
  font-family: "EB Garamond", serif;
}

.footer-link-btn.link-btn {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.2em;
}

.footer-bottom__copyright {
  font-family: "Zen Old Mincho", serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 768px) {
  .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-menu {
    display: flex;
    gap: 3rem 4rem;
    padding: 6rem 0;
    width: 66rem;
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-bottom__terms-list,
  .footer-bottom__social-list {
    display: flex;
    gap: 3rem;
    letter-spacing: 0.2em;
  }
  .footer-bottom__social-list {
    justify-content: end;
    order: 1;
    font-family: "Zen Old Mincho", serif;
  }
  .footer-bottom {
    padding: 3.2rem 6rem;
    justify-content: space-between;
    grid-template-columns: 1fr auto 1fr;
  }
  .footer-top__info {
    padding: 9rem 0 10rem;
  }
  .footer-top__info-img {
    margin-bottom: 6rem;
    width: 17.3rem;
  }
}
@media screen and (max-width: 767px) {
  .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: 9rem 0 6rem;
  }
  .footer-top__info-img {
    margin-bottom: 5rem;
    width: 10.9rem;
  }
  .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-bottom {
    padding: 4rem 4rem 9.2rem;
  }
  .footer-bottom__terms-list {
    display: grid;
    gap: 3rem;
  }
  .footer-bottom__terms-list,
  .footer-bottom__social-list {
    font-size: 1.2rem;
    line-height: 1;
  }
  .footer-bottom__social-list {
    font-family: "EB Garamond", serif;
    gap: 1.5rem;
    flex-wrap: wrap;
    padding: 4rem 0;
    letter-spacing: 0.1em;
  }
  .footer-bottom__terms-list {
    letter-spacing: 0.2em;
  }
  .footer-bottom__copyright {
    padding: 2rem 0;
    font-size: 1rem;
  }
}
.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;
  }
}
