@charset "UTF-8";
.page-top .site-header {
  opacity: 0;
}
.page-top .wrap {
  padding-top: calc(100vh + 1500px);
}
.page-top .section:not(.section-hero, .section-visit, .section-news) {
  position: relative;
}
.page-top .section:not(.section-hero, .section-visit, .section-news) .section__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.page-top .section:not(.section-hero, .section-visit, .section-news) .section__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-top .section:not(.section-hero, .section-visit, .section-news) .headline {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
}
.page-top .section:not(.section-hero, .section-visit, .section-news) .headline-hgroup {
  line-height: 1.5;
}
.page-top .section:not(.section-hero, .section-visit, .section-news) .headline__title--en {
  font-family: "Volkhov", serif;
  font-style: italic;
  letter-spacing: 0.083em;
}
.page-top .section:not(.section-hero, .section-visit, .section-news) .headline__title--jp {
  font-weight: 600;
  letter-spacing: 0.139em;
}
.page-top .section:not(.section-hero, .section-visit, .section-news) .headline__subtitle {
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.143em;
  margin-top: 0.5em;
}
.page-top .section:not(.section-hero, .section-visit, .section-news) .headline .btn-wrap {
  margin-top: 30px;
}
.page-top .section-wrap {
  background-color: #fff;
}
.page-top .section-feel-wrap {
  overflow: hidden;
}
.page-top .section-feel .section__bg-inner {
  height: 200%;
}
.page-top .section-news .headline,
.page-top .section-visit .headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.page-top .section-news .headline-hgroup,
.page-top .section-visit .headline-hgroup {
  line-height: 1.5;
}
.page-top .section-news .headline__title--en,
.page-top .section-visit .headline__title--en {
  font-family: "Source Serif 4", serif;
  letter-spacing: 0.14em;
  font-style: italic;
  font-size: 1.4rem;
}
.page-top .section-news .headline__title--jp,
.page-top .section-visit .headline__title--jp {
  font-weight: 600;
  letter-spacing: 0.2em;
}
.page-top .mv {
  display: none;
}
.page-top .loading {
  position: absolute;
  z-index: 3;
  inset: 0;
}
.page-top .loading-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100%;
}
.page-top .loading__logo {
  position: relative;
  opacity: 0;
}
.page-top .loading-btns {
  position: relative;
  opacity: 0;
}
.page-top .loading-btns .btn {
  padding: 0.75em;
}
.page-top .loading-btns__text {
  color: #fff;
  font-family: "Volkhov", serif;
}
.page-top #logo-canvas {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.page-top #canvas {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  opacity: 0;
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.page-top #canvas canvas {
  opacity: 1;
}
.page-top #canvas.is-visible {
  -webkit-animation: fadeInZoomOutKeyVisual 3s ease-out forwards;
          animation: fadeInZoomOutKeyVisual 3s ease-out forwards;
}
@-webkit-keyframes fadeInZoomOutKeyVisual {
  from {
    opacity: 0;
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeInZoomOutKeyVisual {
  from {
    opacity: 0;
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.page-top .sound {
  position: fixed;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.page-top .sound-audio {
  display: none;
}
.page-top .sound-btn {
  cursor: pointer;
  position: relative;
  padding: 0.25em 0.5em;
}
.page-top .sound-btn::before, .page-top .sound-btn::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background: #fff;
  position: absolute;
  right: 0.5em;
  bottom: 0.25em;
  -webkit-transition: opacity 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.page-top .sound-btn::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page-top .sound-btn::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-top .sound-btn.is-playing::before, .page-top .sound-btn.is-playing::after {
  opacity: 0;
}
.page-top .sound-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page-top .sound-visual__text {
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  margin-right: 1em;
}
.page-top .sound-visual-waves {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  position: relative;
  height: 25px;
}
.page-top .sound-visual__wave {
  height: 100%;
  scale: 1 0;
  background: #fff;
  width: 1px;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.page-top .section-hero {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.page-top .section-hero .content {
  position: relative;
}
.page-top .section-hero .canvas-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.page-top .section-hero .canvas {
  height: 100vh;
  width: 100%;
  background-color: #000;
  top: 0;
  overflow: hidden;
}
.page-top .section-hero .hero {
  position: relative;
  z-index: 2;
}
.page-top .section-hero .hero-scrollbar-wrap {
  position: relative;
  height: 100vh;
  width: 100%;
}
.page-top .section-hero .hero-scrollbar {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
  opacity: 0;
}
.page-top .section-hero .hero-scrollbar__text {
  font-family: "Mukta", sans-serif;
  color: #fff;
}
.page-top .section-hero .hero-scrollbar__line {
  height: 80px;
  width: 1px;
  background: #fff;
  z-index: 1;
  position: relative;
}
.page-top .section-hero .hero-scrollbar__point {
  background: #fff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0) scale(0);
          transform: translate(-50%, 0) scale(0);
  -webkit-animation: scrollbarAnim 2200ms cubic-bezier(0.645, 0.045, 0.355, 1) infinite, scrollbarScaleAnim 2200ms linear infinite;
          animation: scrollbarAnim 2200ms cubic-bezier(0.645, 0.045, 0.355, 1) infinite, scrollbarScaleAnim 2200ms linear infinite;
}
.page-top .section-hero .intro {
  padding: 15.625vw 0;
  color: #fff;
  font-size: 1.6667vw;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.page-top .section-hero .intro__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-top .section-hero .intro__body {
  font-family: "Zen Old Mincho", serif;
  padding: 0 3.125vw 3.75vw;
}
.page-top .section-hero .intro__body > * + * {
  margin-top: 3.75vw;
}
.page-top .section-hero .intro__paragraph {
  line-height: 3.75vw;
  letter-spacing: 0.075vw;
}
.page-top .section-hero .intro__paragraph .line {
  display: block;
}
@-webkit-keyframes scrollbarAnim {
  0% {
    top: 0%;
  }
  10% {
    top: 0%;
  }
  40% {
    top: calc(100% - 6px);
  }
  50% {
    top: calc(100% - 6px);
  }
}
@keyframes scrollbarAnim {
  0% {
    top: 0%;
  }
  10% {
    top: 0%;
  }
  40% {
    top: calc(100% - 6px);
  }
  50% {
    top: calc(100% - 6px);
  }
}
@-webkit-keyframes scrollbarScaleAnim {
  0% {
    -webkit-transform: translate(-50%, 0) scale(0);
            transform: translate(-50%, 0) scale(0);
    -webkit-transform-origin: center 0;
            transform-origin: center 0;
  }
  10% {
    -webkit-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
  }
  40% {
    -webkit-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
    -webkit-transform-origin: center 100%;
            transform-origin: center 100%;
  }
  50% {
    -webkit-transform: translate(-50%, 0) scale(0);
            transform: translate(-50%, 0) scale(0);
    -webkit-transform-origin: center 100%;
            transform-origin: center 100%;
  }
}
@keyframes scrollbarScaleAnim {
  0% {
    -webkit-transform: translate(-50%, 0) scale(0);
            transform: translate(-50%, 0) scale(0);
    -webkit-transform-origin: center 0;
            transform-origin: center 0;
  }
  10% {
    -webkit-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
  }
  40% {
    -webkit-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
    -webkit-transform-origin: center 100%;
            transform-origin: center 100%;
  }
  50% {
    -webkit-transform: translate(-50%, 0) scale(0);
            transform: translate(-50%, 0) scale(0);
    -webkit-transform-origin: center 100%;
            transform-origin: center 100%;
  }
}
.page-top .section-intro .bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100vh;
  background-color: #000;
}
.page-top .section-intro .bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  visibility: hidden;
}
.page-top .section-intro .bg .video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}
.page-top .section-intro .heading {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100vh;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1.6667vw;
  letter-spacing: 0.0625em;
  visibility: hidden;
}
.page-top .section-intro .heading .sp {
  display: none;
}
.page-top .section-intro .intro {
  padding: 33.3333vw 0;
  color: #fff;
  font-size: 1.3542vw;
  width: 50%;
  margin-left: auto;
}
.page-top .section-intro .intro__body {
  font-family: "Zen Old Mincho", serif;
  padding: 0 3.125vw 3.75vw;
}
.page-top .section-intro .intro__body > * + * {
  margin-top: 3.75vw;
}
.page-top .section-intro .intro__paragraph {
  line-height: 2.7692;
  letter-spacing: 0.075vw;
}
.page-top .section-intro .intro__paragraph .line {
  display: block;
}
.page-worship .section-pray .pray-def-inner:not(:first-of-type) {
  border-top: 1px solid #ddd;
}
.page-worship .section-pray .pray-def__title {
  font-weight: 600;
}
.page-worship .section-pray .pray-table {
  width: 100%;
  border-collapse: collapse;
}
.page-worship .section-pray .pray-table__th, .page-worship .section-pray .pray-table__td {
  text-align: center;
  border: 1px solid #ddd;
  font-weight: 600;
  padding: 0.5em 0.25em;
}
.page-worship .section-pray .pray-table__th {
  background: #fafafa;
}
.page-worship .section-pray .pray-table__th.colored {
  background: #d6e4e4;
}
.page-worship .section-product .product-desc {
  margin-top: 2em;
}
.page-worship .section-product .product-desc__title {
  font-weight: 600;
}
.page-worship .section-product .product-desc__text {
  margin-top: 0.5em;
}
.page-worship .section-product .product-nav {
  position: relative;
}
.page-worship .section-product .product-nav::before {
  content: "";
  display: inline-block;
  background: #fafafa;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.page-worship .section-product .product-nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.page-worship .section-product .product-nav-item {
  display: block;
}
.page-worship .section-product .product-nav__title {
  text-align: center;
  letter-spacing: 0.3em;
  font-weight: 600;
  margin-top: 0.5em;
}
.page-worship .section-product .product-nav__title span {
  display: inline-block;
  position: relative;
  padding-right: 1.3em;
}
.page-worship .section-product .product-nav__title span::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-image: url(../img/worship/icon-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-worship .section-product .product__title {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.3em;
}
.page-worship .section-product .product-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
.page-worship .section-product .product__img img {
  width: 100%;
}
.page-worship .section-product .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-worship .section-product .product__name {
  font-weight: 600;
  letter-spacing: 0.3em;
  margin-right: 0.5em;
}
.page-worship .section-product .product-price {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-worship .section-product .product-price__title, .page-worship .section-product .product-price__num, .page-worship .section-product .product-price__unit {
  display: inline-block;
}
.page-worship .section-product .product-price__num {
  font-weight: 600;
  font-family: "Mukta", sans-serif;
  margin-left: 0.75em;
  letter-spacing: 0.04em;
}
.page-worship .section-product .product-price__unit {
  margin-left: 0.5em;
}
.page-access .section-access .access-map {
  position: relative;
}
.page-access .section-access .access-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.page-access .access-info {
  text-align: center;
}
.page-access .access-info-item:first-of-type {
  background: #fafafa;
}
.page-access .access-info-item:last-of-type {
  background: #D6E4E4;
}
.page-access .access-info__title {
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 1.4;
}
.page-access .access-info__desc {
  line-height: 1.6;
}
.page-news .pagenation .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.page-news .pagenation .pager__item.is-current a,
.page-news .pagenation .pager__item.is-current span, .page-news .pagenation .pager__item.dot a,
.page-news .pagenation .pager__item.dot span {
  pointer-events: none;
  border-color: #fff;
  background: #fff;
  color: #ddd;
}
.page-news .pagenation .pager__item.dot span {
  width: initial;
  letter-spacing: 0.05em;
}
.page-news .pagenation .pager a,
.page-news .pagenation .pager span {
  position: relative;
  display: block;
  font-family: "Mukta", sans-serif;
  border-radius: 50%;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-news .pagenation .pager__prev, .page-news .pagenation .pager__next {
  position: absolute;
  top: 0;
}
.page-news .pagenation .pager__prev a, .page-news .pagenation .pager__next a {
  background-color: #fff;
}
.page-news .pagenation .pager__prev a:hover::before, .page-news .pagenation .pager__next a:hover::before {
  border-color: #fff;
}
.page-news .pagenation .pager__prev a::before, .page-news .pagenation .pager__next a::before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
}
.page-news .pagenation .pager__prev {
  left: 0;
}
.page-news .pagenation .pager__prev a::before {
  -webkit-transform: translate(-25%, -50%) rotate(-135deg);
          transform: translate(-25%, -50%) rotate(-135deg);
}
.page-news .pagenation .pager__next {
  right: 0;
}
.page-news .pagenation .pager__next a::before {
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
}
.page-news .section-news-content .headline .back-btn a {
  position: relative;
  display: block;
  border: 1px solid #000;
  border-radius: 50%;
}
.page-news .section-news-content .headline .back-btn a:hover::before {
  border-color: #fff;
}
.page-news .section-news-content .headline .back-btn a::before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-25%, -50%) rotate(-135deg);
          transform: translate(-25%, -50%) rotate(-135deg);
}
.page-news .section-news-content .news-headline {
  line-height: 1.55;
}
.page-news .section-news-content .news__posted {
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.page-news .section-news-content .news__title {
  font-weight: 600;
}
.page-news .section-news-content .news-content {
  max-width: 600px;
  margin-top: 1.3em;
  line-height: 2.4;
  border-top: 1px solid #ddd;
}
.page-news .section-news-content .news-content small {
  line-height: 2;
  display: inline-block;
}
.page-news .section-news-content .news-content blockquote p {
  margin: 0;
  padding: 1em;
  background: #fafafa;
  border-radius: 5px;
}
.page-news .section-news-content .news-content blockquote p::before {
  content: "“";
}
.page-news .section-news-content .news-content blockquote p::after {
  content: "”";
}
.page-news .section-news-content .news-content table {
  width: 100%;
  border-collapse: collapse;
}
.page-news .section-news-content .news-content table th,
.page-news .section-news-content .news-content table td {
  text-align: center;
  border: 1px solid #ddd;
  font-weight: 600;
  padding: 0.5em 0.25em;
}
.page-news .section-news-content .news-content table th {
  background-color: #fafafa;
  background-color: #d6e4e4;
}
.page-news .section-news-content .news-content table p {
  margin: 0;
}
.page-news .section-news-content .news-content ul li,
.page-news .section-news-content .news-content ol li {
  position: relative;
  padding-left: 1em;
}
.page-news .section-news-content .news-content ul li::before,
.page-news .section-news-content .news-content ol li::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.page-news .section-news-content .news-content ul li::before {
  content: "・";
}
.page-news .section-news-content .news-content ol li {
  counter-increment: num;
}
.page-news .section-news-content .news-content ol li::before {
  content: counter(num) ".";
}
.page-news .section-news-content .news-content figure figcaption {
  margin-top: 0.25em;
}
.page-news .section-news-content .news-content p,
.page-news .section-news-content .news-content ul,
.page-news .section-news-content .news-content ol {
  margin-top: 2em;
}
.page-news .section-news-content .news-content figure,
.page-news .section-news-content .news-content blockquote,
.page-news .section-news-content .news-content hr,
.page-news .section-news-content .news-content table {
  margin-top: 2.5em;
}
.page-news .section-news-content .news-content figure + p,
.page-news .section-news-content .news-content figure + ul,
.page-news .section-news-content .news-content figure + ol,
.page-news .section-news-content .news-content blockquote + p,
.page-news .section-news-content .news-content blockquote + ul,
.page-news .section-news-content .news-content blockquote + ol,
.page-news .section-news-content .news-content hr + p,
.page-news .section-news-content .news-content hr + ul,
.page-news .section-news-content .news-content hr + ol,
.page-news .section-news-content .news-content table + p,
.page-news .section-news-content .news-content table + ul,
.page-news .section-news-content .news-content table + ol {
  margin-top: 2.5em;
}
.page-news .section-news-content .news-content a {
  text-decoration: underline;
}

.page-explore .wrap {
  position: relative;
  z-index: 1;
}
.page-explore .drawer-button {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  color: #fff;
}
.page-explore .drawer-button__button {
  color: inherit;
  width: 100%;
  height: 100%;
  border: 1px solid currentColor;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-explore .drawer-button__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: currentColor;
  border-radius: 50%;
}
.page-explore .drawer-button__line {
  position: absolute;
  top: -18.5px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 40px;
  height: 1px;
  background-image: url(../img/access/line.svg);
  background-repeat: repeat-x;
}
.page-explore .drawer-button__text {
  position: absolute;
  top: -32px;
  right: -32px;
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
  line-height: 1.45;
  font-size: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
.page-explore .drawer-wrap {
  height: 100vh;
  width: 25%;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 2;
  overflow: hidden;
}
.page-explore .drawer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 152px 8.3333% 11.4583%;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.page-explore .drawer.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.page-explore .drawer__close {
  display: none;
}
.page-explore .drawer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.page-explore .drawer__heading-en {
  font-size: 1.4rem;
  letter-spacing: 0.0143em;
  font-weight: 700;
  font-style: italic;
  line-height: 1.4286;
  margin-bottom: 4px;
}
.page-explore .drawer__heading-jp {
  font-size: 3.2rem;
  letter-spacing: 0.1875em;
  line-height: 1.25;
  font-weight: 600;
}
.page-explore .drawer__gallery {
  margin-top: 25px;
  position: relative;
}
.page-explore .drawer__gallery .swiper {
  padding-right: 10%;
  margin-right: -10%;
}
.page-explore .drawer__gallery .swiper-pagination {
  bottom: -24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-explore .drawer__gallery .swiper-pagination-bullet {
  background: #ddd;
  opacity: 1;
}
.page-explore .drawer__gallery .swiper-pagination-bullet-active {
  background: #000;
}
.page-explore .drawer__body {
  margin-top: 49px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  padding-right: 4.25%;
}
.page-explore .drawer__body::-webkit-scrollbar {
  width: 3px;
}
.page-explore .drawer__body::-webkit-scrollbar-track {
  background-color: #ddd;
}
.page-explore .drawer__body::-webkit-scrollbar-thumb {
  background-color: #000;
}
.page-explore .drawer__scroller p + p {
  margin-top: 1.875em;
}
.page-explore .section-explore {
  position: relative;
}
.page-explore .section-explore .content {
  position: relative;
  overflow: hidden;
}
.page-explore .section-explore .explore-img {
  position: relative;
  z-index: 1;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}
.page-explore .section-explore .explore-img__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-explore .section-explore .explore-img__container {
  position: relative;
  height: 100%;
  width: 100%;
}
.page-explore .section-explore .explore-img__container img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1920/1080;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-explore .section-explore1 {
  position: relative;
  z-index: 9;
}
.page-explore .section-explore1 .section-content {
  position: relative;
}
.page-explore .section-explore1 .section-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 75%;
  height: 165px;
  background-color: #fff;
}
.page-explore .section-explore1 .headline {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
}
.page-explore .section-explore1 .headline-hgroup {
  line-height: 1.5;
  -webkit-transform: translateY(24%);
          transform: translateY(24%);
}
.page-explore .section-explore1 .headline__title--en {
  font-family: "Volkhov", serif;
  font-style: italic;
  letter-spacing: 0.083em;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: heroTitleFadeIn 1.2s ease-out 0.6s forwards;
          animation: heroTitleFadeIn 1.2s ease-out 0.6s forwards;
}
.page-explore .section-explore1 .headline__title--jp {
  font-weight: 600;
  letter-spacing: 0.139em;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: heroTitleFadeIn 1.2s ease-out 0.9s forwards;
          animation: heroTitleFadeIn 1.2s ease-out 0.9s forwards;
}
.page-explore .section-explore1 .content {
  position: relative;
  overflow: hidden;
}
.page-explore .section-explore1 .explore-img {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  background-color: #fff;
  padding: 165px 3.125% 0;
}
.page-explore .section-explore1 .explore-img__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.page-explore .section-explore1 .explore-img__container {
  position: relative;
}
.page-explore .section-explore1 .explore-img__container img {
  width: 100%;
  min-height: calc(135vh - 165px);
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-animation: heroBgFadeIn 1.8s ease-out 0s forwards;
          animation: heroBgFadeIn 1.8s ease-out 0s forwards;
}
.page-explore .section-explore1 .drawer-button_1 {
  display: none;
}
@-webkit-keyframes heroBgFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes heroBgFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes heroTitleFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes heroTitleFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.page-explore .section-explore2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
.page-explore .section-explore2 .drawer-button_1 {
  top: 63.7037%;
  left: 39.2188%;
}
.page-explore .section-explore2 .drawer-button_2 {
  top: 76.0185%;
  left: 67.4479%;
}
.page-explore .section-explore3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
}
.page-explore .section-explore3 .drawer-button_1 {
  top: 67.6852%;
  left: 54.0104%;
}
.page-explore .section-explore3 .gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
.page-explore .section-explore3 .gallery__bg {
  width: 100%;
  height: 100vh;
  position: relative;
}
.page-explore .section-explore3 .gallery__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-explore .section-explore3 .gallery__bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-explore .section-explore3 .gallery__list {
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.page-explore .section-explore3 .gallery__item img {
  width: auto;
  height: 35.2113vh;
}
.page-explore .section-explore4 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}
.page-explore .section-explore4 .drawer-button_1 {
  top: 55.5556%;
  left: 54.034%;
}
.page-explore .section-explore4 .drawer-button_2 {
  top: 58.1287%;
  left: 23.094%;
}
.page-explore .section-explore4 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-explore .section-explore4 .bg__item {
  height: 50%;
  overflow: hidden;
}
.page-explore .section-explore4 .bg__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-explore .section-explore4 .bg .bg__item:nth-of-type(2) img {
  -o-object-position: bottom;
     object-position: bottom;
}
.page-explore .section-explore5 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.page-explore .section-explore5 .drawer-button_1 {
  top: 51.4815%;
  left: 76.4063%;
}
.page-explore .section-explore5 .drawer-button_2 {
  top: 51.4815%;
  left: 22.9688%;
}
.page-explore .section-explore5 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.page-explore .section-explore5 .bg__container img {
  width: 100%;
  height: 200vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-explore .section-explore6 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.page-explore .section-explore6 .drawer-button_1 {
  top: 45%;
  left: 97%;
}
.page-explore .section-explore6 .drawer-button_1 .drawer-button__line {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: auto;
  right: 30px;
}
.page-explore .section-explore6 .drawer-button_1 .drawer-button__text {
  right: auto;
  left: -150px;
}
.page-explore .section-explore6 .drawer-button_2 {
  top: 25%;
  left: 25%;
}
.page-explore .section-gallery .gallery {
  overflow: hidden;
  padding-bottom: 1.0417vw;
}
.page-explore .section-gallery .gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: slide 16s linear infinite;
          animation: slide 16s linear infinite;
}
.page-explore .section-gallery .gallery__item {
  margin-right: 1.0417vw;
}
.page-explore .section-gallery .gallery__item img {
  width: auto;
  height: 32.7083vw;
}
@-webkit-keyframes slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.page-explore .section-explore7 .drawer-button_1 {
  display: none;
}

.page-discover {
  font-family: "Zen Old Mincho", serif;
  color: #1c2a4e;
}
.page-discover .section-hero .section-content {
  position: relative;
}
.page-discover .section-hero .headline {
  position: absolute;
  top: 39.6512%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.page-discover .section-hero .headline .headline-hgroup {
  color: #1a1a1a;
  position: relative;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.page-discover .section-hero .headline__title--en {
  position: absolute;
  top: 0;
  right: -2.6667em;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0.6em 0.05em;
  letter-spacing: 0.05em;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: heroTitleFadeIn 1.2s ease-out 0.6s forwards;
          animation: heroTitleFadeIn 1.2s ease-out 0.6s forwards;
}
.page-discover .section-hero .headline__title--jp {
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.2em;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: heroTitleFadeIn 1.2s ease-out 0.9s forwards;
          animation: heroTitleFadeIn 1.2s ease-out 0.9s forwards;
}
.page-discover .section-hero .content {
  position: relative;
}
.page-discover .section-hero .hero {
  position: relative;
  overflow: hidden;
}
.page-discover .section-hero .hero__bg {
  background-image: url(../img/discover/hero-bg.webp), url(../img/discover/hero-bg.jpg);
  aspect-ratio: 1440/860;
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-animation: heroBgFadeIn 1.8s ease-out 0s forwards;
          animation: heroBgFadeIn 1.8s ease-out 0s forwards;
}
.page-discover .section-hero .hero__back-cloud {
  position: absolute;
  top: 81.1628%;
  left: 35.4514%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 122.1528%;
  aspect-ratio: 1759/1036;
}
.page-discover .section-hero .hero__back-cloud-img {
  width: 200%;
  height: 100%;
  background-image: url(../img/discover/hero-back-cloud.webp), url(../img/discover/hero-back-cloud.png);
  background-size: 50% 100%;
  background-repeat: repeat-x;
  -webkit-animation: slide 200s linear infinite;
          animation: slide 200s linear infinite;
}
.page-discover .section-hero .hero__mountain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-discover .section-hero .hero__mountain img {
  display: block;
  width: 92.3611%;
  margin-left: auto;
}
.page-discover .section-hero .hero__front-cloud {
  position: absolute;
  top: 42.2093%;
  left: -10.0694%;
  width: 129.0278%;
  aspect-ratio: 1858/783;
}
.page-discover .section-hero .hero__front-cloud-img {
  width: 200%;
  height: 100%;
  background-image: url(../img/discover/hero-front-cloud.webp), url(../img/discover/hero-front-cloud.png);
  background-size: 50% 100%;
  background-repeat: repeat-x;
  -webkit-animation: slide 220s linear infinite;
          animation: slide 220s linear infinite;
}
@keyframes slide {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes heroBgFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes heroTitleFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.page-discover .section-intro {
  background-color: #f9f8f5;
  color: #1c2a4e;
}
.page-discover .section-intro .headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  height: 100vh;
  overflow: hidden;
}
.page-discover .section-intro .headline .heading {
  width: 11.4583333333vw;
  padding: 12.5vw 0 15.9027777778vw;
}
.page-discover .section-intro .headline .heading img {
  width: 100%;
}
.page-discover .section-intro .headline__left-cloud, .page-discover .section-intro .headline__right-cloud {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 76.3888888889vw;
  height: 100%;
  background-size: cover;
}
.page-discover .section-intro .headline__left-cloud {
  left: 0;
  background-image: url(../img/discover/intro-left-cloud.png);
  background-position: 100% 50%;
}
.page-discover .section-intro .headline__right-cloud {
  right: 0;
  background-image: url(../img/discover/intro-right-cloud.png);
  background-position: 0% 50%;
}
.page-discover .section-intro .content {
  padding: 0 0 13.8888888889vw;
  position: relative;
  overflow-x: clip;
}
.page-discover .section-intro .paragraph {
  font-size: 1.3888888889vw;
  letter-spacing: 0.2em;
  line-height: 2.5;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
}
.page-discover .section-intro .paragraph_1 {
  margin-left: 56.25vw;
}
.page-discover .section-intro .paragraph_2 {
  margin-top: 11.1111111111vw;
  margin-left: 22.3611111111vw;
}
.page-discover .section-intro .paragraph_3 {
  margin-top: 11.1111111111vw;
  margin-left: 42.2222222222vw;
}
.page-discover .section-intro .paragraph_4 {
  margin-top: 20.4166666667vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1111111111vw;
  letter-spacing: 0.08em;
  line-height: 2.125;
}
.page-discover .section-intro .paragraph_5 {
  margin-top: 16.5277777778vw;
  margin-left: auto;
  margin-right: auto;
  width: 21.3194444444vw;
}
.page-discover .section-intro .paragraph_5 img {
  width: 100%;
}
.page-discover .section-intro .box {
  margin-top: 4.1666666667vw;
  margin-left: auto;
  margin-right: auto;
  width: 68.0555555556vw;
  background-color: #fff;
  padding: 6.9444444444vw 8.3333333333vw 6.25vw;
  position: relative;
  z-index: 1;
}
.page-discover .section-intro .box::before, .page-discover .section-intro .box::after {
  content: "";
  position: absolute;
  width: 3.0555555556vw;
  height: 2.9861111111vw;
  background-size: contain;
}
.page-discover .section-intro .box::before {
  top: -1.5972222222vw;
  left: 4.5833333333vw;
  background-image: url(../img/discover/intro-symbol1.svg);
}
.page-discover .section-intro .box::after {
  bottom: -1.25vw;
  right: 4.5833333333vw;
  background-image: url(../img/discover/intro-symbol2.svg);
}
.page-discover .section-intro .box__paragraph {
  font-size: 1.25vw;
  letter-spacing: 0.06em;
  line-height: 2.2222;
}
.page-discover .section-intro .box__caption {
  margin-top: 2.7777777778vw;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9722222222vw;
  letter-spacing: 0.12em;
  line-height: 1.5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #f7f1e1));
  background-image: linear-gradient(180deg, transparent 0%, transparent 50%, #f7f1e1 50%);
}
.page-discover .section-intro .box__caption cite {
  font-style: normal;
}
.page-discover .section-intro .outro {
  font-size: 1.1111111111vw;
  letter-spacing: 0.08em;
  line-height: 2.125;
  width: 59.7222222222vw;
  margin: 11.1111111111vw auto 0;
  position: relative;
  z-index: 1;
}
.page-discover .section-intro .outro p + p {
  margin-top: 6.25vw;
}
.page-discover .section-intro .cloud {
  position: absolute;
}
.page-discover .section-intro .cloud_1 {
  top: -15.9722222222vw;
  left: 48.0555555556vw;
  width: 58.3333333333vw;
}
.page-discover .section-intro .cloud_2 {
  top: 5.5555555556vw;
  left: -20.625vw;
  width: 102.0833333333vw;
}
.page-discover .section-intro .cloud_3 {
  top: 66.6666666667vw;
  left: 28.0555555556vw;
  width: 56.3888888889vw;
}
.page-discover .section-intro .cloud_4 {
  top: 97.2222222222vw;
  left: -20.625vw;
  width: 102.0833333333vw;
}
.page-discover .section-intro .cloud_5 {
  bottom: 0;
  left: 0;
  width: 100%;
}
.page-discover .section-intro .cloud img {
  width: 100%;
}
.page-discover .section-intro .line {
  position: absolute;
  -webkit-filter: brightness(0.7) contrast(2);
          filter: brightness(0.7) contrast(2);
}
.page-discover .section-intro .line_1 {
  top: 0.7638888889vw;
  left: 39.375vw;
  width: 62.8472222222vw;
}
.page-discover .section-intro .line_2 {
  top: 15.6944444444vw;
  left: 60.9027777778vw;
  width: 57.4305555556vw;
}
.page-discover .section-intro .line_3 {
  top: 7.8472222222vw;
  left: -2.6388888889vw;
  width: 62.9166666667vw;
  -webkit-transform: rotate(285deg);
          transform: rotate(285deg);
}
.page-discover .section-intro .line_4 {
  top: 63.8888888889vw;
  left: -28.3333333333vw;
  width: 62.9166666667vw;
  -webkit-transform: rotate(285deg);
          transform: rotate(285deg);
}
.page-discover .section-intro .line_5 {
  top: 72.9166666667vw;
  left: 50vw;
  width: 57.4305555556vw;
}
.page-discover .section-intro .line_6 {
  top: 97.2222222222vw;
  left: 36.1805555556vw;
  width: 62.8472222222vw;
}
.page-discover .section-intro .line_7 {
  top: 98.6111111111vw;
  left: 2.9166666667vw;
  width: 62.9166666667vw;
  -webkit-transform: rotate(285deg);
          transform: rotate(285deg);
}
.page-discover .section-intro .line_8 {
  top: 142.3611111111vw;
  left: 19.8611111111vw;
  width: 62.9166666667vw;
  -webkit-transform: rotate(282deg);
          transform: rotate(282deg);
}
.page-discover .section-intro .line_1sp {
  display: none;
}
.page-discover .section-intro .line_2sp {
  display: none;
}
.page-discover .section-intro .line_3sp {
  display: none;
}
.page-discover .section-intro .line_4sp {
  display: none;
}
.page-discover .section-intro .line_5sp {
  display: none;
}
.page-discover .section-intro .line img {
  width: 100%;
}
.page-discover .section-intro .line svg {
  width: 100%;
  height: auto;
}
.page-discover .section-intro .line .line1 {
  -webkit-mask: url(#line1-mask);
          mask: url(#line1-mask);
}
.page-discover .section-intro .line .line2 {
  -webkit-mask: url(#line2-mask);
          mask: url(#line2-mask);
}
.page-discover .section-intro .line .line3 {
  -webkit-mask: url(#line3-mask);
          mask: url(#line3-mask);
}
.page-discover .section-intro .line .line4 {
  -webkit-mask: url(#line4-mask);
          mask: url(#line4-mask);
}
.page-discover .section-intro .line .line5 {
  -webkit-mask: url(#line5-mask);
          mask: url(#line5-mask);
}
.page-discover .section-intro .line .line6 {
  -webkit-mask: url(#line6-mask);
          mask: url(#line6-mask);
}
.page-discover .section-intro .line .line7 {
  -webkit-mask: url(#line7-mask);
          mask: url(#line7-mask);
}
.page-discover .section-intro .line .line8 {
  -webkit-mask: url(#line8-mask);
          mask: url(#line8-mask);
}
.page-discover .section-intro .line .line-sp1 {
  -webkit-mask: url(#line-sp1-mask);
          mask: url(#line-sp1-mask);
}
.page-discover .section-intro .line .line-sp2 {
  -webkit-mask: url(#line-sp2-mask);
          mask: url(#line-sp2-mask);
}
.page-discover .section-intro .line .line-sp3 {
  -webkit-mask: url(#line-sp3-mask);
          mask: url(#line-sp3-mask);
}
.page-discover .section-intro .line .line-sp4 {
  -webkit-mask: url(#line-sp4-mask);
          mask: url(#line-sp4-mask);
}
.page-discover .section-intro .line .line-sp5 {
  -webkit-mask: url(#line-sp5-mask);
          mask: url(#line-sp5-mask);
}
.page-discover .section-history {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  overflow: hidden;
}
.page-discover .section-history .inner {
  padding: 0 8.3333333333vw 0 9.4444444444vw;
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-image: url(../img/discover/history-bg.webp), url(../img/discover/history-bg.jpg);
  background-size: cover;
}
.page-discover .section-history .inner .decoration img {
  width: 100%;
}
.page-discover .section-history .inner .cloud1 {
  position: absolute;
  bottom: calc(50vh + 8.3333333333vw);
  right: 46.8055555556vw;
  width: 39.0972222222vw;
}
.page-discover .section-history .inner .cloud2 {
  position: absolute;
  bottom: calc(50vh + 1.9444444444vw);
  left: 15.9722222222vw;
  width: 49.1666666667vw;
}
.page-discover .section-history .inner .particle {
  position: absolute;
  top: calc(50vh + 2.3611111111vw);
  right: -1.5972222222vw;
  width: 80.9027777778vw;
}
.page-discover .section-history .inner .flower1 {
  position: absolute;
  mix-blend-mode: multiply;
  top: calc(50vh + 13.8194444444vw);
  right: 1.25vw;
  width: 57.6388888889vw;
}
.page-discover .section-history .inner .flower2 {
  position: absolute;
  mix-blend-mode: multiply;
  top: calc(50vh + 7.0833333333vw);
  left: 29.8611111111vw;
  width: 92.3611111111vw;
}
.page-discover .section-history .section-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  z-index: 1;
}
.page-discover .section-history .headline .headline-hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-discover .section-history .headline__title--en {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.0416666667vw;
  letter-spacing: 0.08em;
  padding-top: 1em;
  position: relative;
  margin-left: 2.3611111111vw;
}
.page-discover .section-history .headline__title--en::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0.3333em;
  height: 0.3333em;
  border-radius: 9999px;
  background-color: currentColor;
}
.page-discover .section-history .headline__title--jp {
  width: 11.875vw;
}
.page-discover .section-history .headline__title--jp img {
  width: 100%;
}
.page-discover .section-history .content {
  margin-right: 8.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-top: 5.5555555556vw;
}
.page-discover .section-history .intro {
  width: 34.3055555556vw;
}
.page-discover .section-history .intro img {
  width: 100%;
}
.page-discover .section-history .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-discover .section-history .section_1 {
  margin-right: 7.6388888889vw;
}
.page-discover .section-history .section_2 {
  margin-right: 5.5555555556vw;
}
.page-discover .section-history .section__heading {
  width: 4.1666666667vw;
}
.page-discover .section-history .section__heading img {
  width: 100%;
}
.page-discover .section-history .section__paragraph {
  margin-right: 4.1666666667vw;
}
.page-discover .section-history .section__paragraph img {
  width: 100%;
}
.page-discover .section-history .section_1 .section__paragraph {
  width: 49.7222222222vw;
}
.page-discover .section-history .section_2 .section__paragraph {
  width: 53.9583333333vw;
}
.page-discover .section-philosophy {
  position: relative;
  background-color: #f9f8f5;
}
.page-discover .section-philosophy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 26.3194444444vw;
  background-image: url(../img/discover/philosophy-decoration.png);
  background-size: 100% 100%;
  z-index: 3;
}
.page-discover .section-philosophy::after {
  content: "";
  position: absolute;
  top: 17.0138888889vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 79.7916666667vw;
  height: 120.8333333333vw;
  background-image: url(../img/discover/philosophy-bg.webp), url(../img/discover/philosophy-bg.png);
  background-size: 100% 100%;
}
.page-discover .section-philosophy .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-discover .section-philosophy .bg__inner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.page-discover .section-philosophy .bg__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 46.0416666667vw;
}
.page-discover .section-philosophy .bg__circle img {
  width: 100%;
}
.page-discover .section-philosophy .bg__lines {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 46.0416666667vw;
  height: 46.1111111111vw;
}
.page-discover .section-philosophy .bg__lines .bg__line-wrap:nth-of-type(1) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.page-discover .section-philosophy .bg__lines .bg__line-wrap:nth-of-type(2) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.page-discover .section-philosophy .bg__lines .bg__line-wrap:nth-of-type(3) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.page-discover .section-philosophy .bg__lines .bg__line-wrap:nth-of-type(4) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}
.page-discover .section-philosophy .bg__lines .bg__line-wrap:nth-of-type(5) {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}
.page-discover .section-philosophy .bg__lines .bg__line-wrap:nth-of-type(6) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-discover .section-philosophy .bg__lines .bg__line-wrap:nth-of-type(7) {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
}
.page-discover .section-philosophy .bg__lines .bg__line-wrap:nth-of-type(8) {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
.page-discover .section-philosophy .bg__lines .bg__line-wrap:nth-of-type(9) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.page-discover .section-philosophy .bg__lines .bg__line-wrap:nth-of-type(10) {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
}
.page-discover .section-philosophy .bg__lines .bg__line-wrap:nth-of-type(11) {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
}
.page-discover .section-philosophy .bg__lines .bg__line-wrap:nth-of-type(12) {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.page-discover .section-philosophy .bg__line-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-discover .section-philosophy .bg__line {
  border-radius: 9999px;
  border: 0.0694444444vw solid #e6d9b5;
  width: 100%;
  height: 100%;
}
.page-discover .section-philosophy .bg__line img {
  opacity: 0.3;
  width: 100%;
}
.page-discover .section-philosophy .section-content {
  position: relative;
  z-index: 2;
  padding: 27.4305555556vw 0 13.8888888889vw;
}
.page-discover .section-philosophy .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 7.8472222222vw;
  margin: auto;
}
.page-discover .section-philosophy .heading::before {
  content: "";
  display: block;
  width: 0.0694444444vw;
  height: 16.6666666667vw;
  background-color: rgba(43, 43, 66, 0.3);
  margin-bottom: 4.1666666667vw;
}
.page-discover .section-philosophy .heading img {
  width: 100%;
}
.page-discover .section-philosophy .content {
  margin-top: 12.5vw;
}
.page-discover .section-philosophy .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 59.7222222222vw;
  margin-right: auto;
  margin-left: auto;
}
.page-discover .section-philosophy .section__heading {
  font-size: 1.6666666667vw;
  letter-spacing: 0.2em;
  line-height: 1.4583;
  padding: 0 4.4444444444vw;
  position: relative;
}
.page-discover .section-philosophy .section__heading::before, .page-discover .section-philosophy .section__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0.0694444444vw;
  height: 2.2222222222vw;
  background-color: currentColor;
}
.page-discover .section-philosophy .section__heading::before {
  left: 0;
}
.page-discover .section-philosophy .section__heading::after {
  right: 0;
}
.page-discover .section-philosophy .section__body {
  margin-top: 4.1666666667vw;
  font-size: 1.1111111111vw;
  letter-spacing: 0.08em;
  line-height: 2.125;
}
.page-discover .section-philosophy .section__body > p + p {
  margin-top: 2.125em;
}
.page-discover .section-philosophy .section + .section {
  margin-top: 10.4166666667vw;
}

.page-feel {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #ffffff;
  overflow: hidden;
}
.page-feel .section-coming-soon {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.page-feel .section-coming-soon__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.page-feel .section-coming-soon__bg-image {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-feel .section-coming-soon__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.page-feel .section-coming-soon .section-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  padding: 8rem 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-feel .coming-soon-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-animation: fadeIn 2s ease-in-out;
          animation: fadeIn 2s ease-in-out;
}
.page-feel .coming-soon-content__accent {
  margin-bottom: 4rem;
  font-family: "Source Serif 4", serif;
  font-size: 1.4rem;
  letter-spacing: 0.4em;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
  opacity: 0;
  -webkit-animation: fadeIn 1.5s ease-in-out 0.5s forwards;
          animation: fadeIn 1.5s ease-in-out 0.5s forwards;
}
.page-feel .coming-soon-content__main {
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.page-feel .coming-soon-content__text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  line-height: 2.5;
  letter-spacing: 0.2em;
  color: #ffffff;
  margin: 0 auto;
  opacity: 0;
  -webkit-animation: fadeIn 2s ease-in-out 1s forwards;
          animation: fadeIn 2s ease-in-out 1s forwards;
  text-align: justify;
  max-width: 30em;
  min-height: 22em;
  display: inline-block;
}
.page-feel .coming-soon-content__footer {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  -webkit-animation: fadeIn 1.5s ease-in-out 2.5s forwards;
          animation: fadeIn 1.5s ease-in-out 2.5s forwards;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
.page-feel .coming-soon-content__footer p {
  margin: 0;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media only screen and (min-width: 769px){
  .page-top .section:not(.section-hero, .section-visit, .section-news) .headline__title--en {
    font-size: 3.2rem;
  }
  .page-top .section:not(.section-hero, .section-visit, .section-news) .headline__title--jp {
    font-size: 6.2rem;
  }
  .page-top .section:not(.section-hero, .section-visit, .section-news) .headline__subtitle {
    font-size: 2.4rem;
  }
  .page-top .section-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-top .section-news,
  .page-top .section-visit {
    width: 50%;
    padding: 85px 55px;
  }
  .page-top .section-news .headline__title--jp,
  .page-top .section-visit .headline__title--jp {
    font-size: 3.2rem;
  }
  .page-top .loading {
    min-height: 550px;
  }
  .page-top .loading-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 70px;
  }
  .page-top .loading-btns .btn {
    min-width: 225px;
    font-size: inherit;
  }
  .page-top .loading-btns__text {
    margin: 0 1em;
    font-size: 1.8rem;
  }
  .page-top .sound {
    right: 50px;
    bottom: 70px;
  }
  .page-top .sound-visual__text {
    font-size: 1.4rem;
  }
  .page-top .section-hero .hero-scrollbar__text {
    font-size: 1.4rem;
  }
  .page-top .section-visit .content {
    margin-top: 45px;
  }
  .page-top .section-news {
    border-left: 1px solid #ddd;
  }
  .page-top .section-news .content {
    margin-top: 70px;
  }
  .page-worship .section-pray {
    padding-top: 120px;
  }
  .page-worship .section-pray .content {
    padding-top: 2em;
  }
  .page-worship .section-pray .pray-img {
    margin-top: 60px;
  }
  .page-worship .section-pray .pray-def {
    margin-top: 40px;
  }
  .page-worship .section-pray .pray-def-inner:not(:first-of-type) {
    margin-top: 1.5em;
    padding-top: 1.5em;
  }
  .page-worship .section-pray .pray-def__text {
    margin-top: 1em;
  }
  .page-worship .section-pray .pray-table {
    margin-top: 1.5em;
  }
  .page-worship .section-pray .pray-table__th, .page-worship .section-pray .pray-table__td {
    width: 16.6666666667%;
  }
  .page-worship .section-product {
    padding-top: 100px;
    padding-bottom: 85px;
  }
  .page-worship .section-product .content {
    padding-top: 2em;
  }
  .page-worship .section-product .product-nav {
    margin-top: 105px;
    padding-bottom: 55px;
  }
  .page-worship .section-product .product-nav::before {
    height: calc(100% - 112px);
  }
  .page-worship .section-product .product-nav-item {
    padding: 0 20px;
  }
  .page-worship .section-product .product-nav__title {
    font-size: 2rem;
  }
  .page-worship .section-product .product__title {
    font-size: 2rem;
  }
  .page-worship .section-product .product-box {
    margin-top: 95px;
  }
  .page-worship .section-product .product-list {
    gap: 55px 30px;
    margin-top: 50px;
  }
  .page-worship .section-product .product-info {
    margin-top: 20px;
  }
  .page-worship .section-product .product__name {
    font-size: 2rem;
  }
  .page-worship .section-product .product-price__title, .page-worship .section-product .product-price__unit {
    font-size: 1.4rem;
  }
  .page-worship .section-product .product-price__num {
    font-size: 2.4rem;
  }
  .page-access .section-access {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .page-access .section-access .access-map {
    height: 605px;
  }
  .page-access .section-access .access-def {
    margin-top: 70px;
  }
  .page-access .access-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-access .access-info-item {
    width: 50%;
    padding: 75px 20px 70px;
  }
  .page-access .access-info__title {
    font-size: 2rem;
  }
  .page-access .access-info__desc {
    margin-top: 2em;
  }
  .page-news .section-news-archive {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .page-news .pagenation {
    margin-top: 75px;
  }
  .page-news .pagenation .pager {
    padding: 0 48px;
    gap: 8px;
  }
  .page-news .pagenation .pager a,
  .page-news .pagenation .pager span {
    font-size: 1.4rem;
    width: 40px;
    height: 40px;
  }
  .page-news .section-news-content {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .page-news .section-news-content .headline .back-btn {
    margin-top: 15px;
  }
  .page-news .section-news-content .headline .back-btn a {
    width: 40px;
    height: 40px;
  }
  .page-news .section-news-content .news__posted {
    font-size: 1.4rem;
  }
  .page-news .section-news-content .news__title {
    font-size: 2.4rem;
  }
  .page-news .section-news-content .news-content small {
    font-size: 1.3rem;
  }
  .page-explore .section-explore1 .headline__title--en {
    font-size: 3.4rem;
  }
  .page-explore .section-explore1 .headline__title--jp {
    font-size: 7.2rem;
  }
  .page-explore .section-explore1 .explore-img__container {
    -webkit-transform: translateY(-22%);
            transform: translateY(-22%);
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px){
  .page-top .section-news,
  .page-top .section-visit {
    padding: 40px 10px;
  }
  .page-top .section-visit .visit-def__title {
    max-width: 135px;
  }
}

@media only screen and (max-width: 768px){
  .page-top .section:not(.section-hero, .section-visit, .section-news) .headline__title--en {
    font-size: 2.4rem;
  }
  .page-top .section:not(.section-hero, .section-visit, .section-news) .headline__title--jp {
    font-size: 3.6rem;
  }
  .page-top .section:not(.section-hero, .section-visit, .section-news) .headline__subtitle {
    font-size: 1.6rem;
  }
  .page-top .section-news,
  .page-top .section-visit {
    padding: 40px 0 45px;
  }
  .page-top .section-news .headline__title--jp,
  .page-top .section-visit .headline__title--jp {
    font-size: 2.6rem;
  }
  .page-top .loading__logo {
    max-width: 125px;
  }
  .page-top .loading-btns {
    text-align: center;
    margin-top: 30px;
  }
  .page-top .loading-btns__text {
    display: block;
    margin: 0.5em 0;
  }
  .page-top .sound {
    right: 20px;
    bottom: 30px;
  }
  .page-top .section-hero .hero-scrollbar {
    display: none;
  }
  .page-top .section-intro .heading {
    top: 44.6009%;
    left: 15.2672%;
    width: auto;
    height: auto;
    font-size: 4.5802vw;
    line-height: 2;
    letter-spacing: 0.1111em;
  }
  .page-top .section-intro .heading .pc {
    display: none;
  }
  .page-top .section-intro .heading .sp {
    display: inline-block;
  }
  .page-top .section-intro .intro {
    padding: 100vh 0 50vh;
    font-size: 3.8168vw;
    width: auto;
  }
  .page-top .section-intro .intro__body {
    padding: 0 5.0891% 10.4326vw 21.1196%;
  }
  .page-top .section-intro .intro__body > * + * {
    margin-top: 10.4326vw;
  }
  .page-top .section-intro .intro__paragraph {
    line-height: 2.7333;
  }
  .page-top .section-visit .content {
    margin-top: 30px;
  }
  .page-top .section-news {
    border-top: 1px solid #ddd;
  }
  .page-top .section-news .content {
    margin-top: 30px;
  }
  .page-worship .section-pray {
    padding-top: 60px;
  }
  .page-worship .section-pray .content {
    margin-top: 30px;
  }
  .page-worship .section-pray .pray-img {
    margin-top: 30px;
  }
  .page-worship .section-pray .pray-def {
    margin-top: 25px;
  }
  .page-worship .section-pray .pray-def-inner:not(:first-of-type) {
    margin-top: 1.25em;
    padding-top: 1.25em;
  }
  .page-worship .section-pray .pray-table {
    margin-top: 1.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ddd;
  }
  .page-worship .section-pray .pray-table-thead {
    width: 30%;
  }
  .page-worship .section-pray .pray-table-tbody {
    width: 70%;
  }
  .page-worship .section-pray .pray-table-tr {
    display: block;
  }
  .page-worship .section-pray .pray-table__th, .page-worship .section-pray .pray-table__td {
    display: block;
  }
  .page-worship .section-product {
    padding-top: 50px;
    padding-bottom: 45px;
  }
  .page-worship .section-product .content {
    margin-top: 30px;
  }
  .page-worship .section-product .product-nav {
    margin-top: 50px;
    padding-bottom: 10px;
  }
  .page-worship .section-product .product-nav::before {
    height: calc(100% - 60px);
  }
  .page-worship .section-product .product-nav-item {
    padding: 0 10px;
  }
  .page-worship .section-product .product-nav__title {
    font-size: 1.6rem;
  }
  .page-worship .section-product .product__title {
    font-size: 1.6rem;
  }
  .page-worship .section-product .product-box {
    margin-top: 50px;
  }
  .page-worship .section-product .product-list {
    gap: 30px 10px;
    margin-top: 30px;
  }
  .page-worship .section-product .product-info {
    margin-top: 10px;
  }
  .page-worship .section-product .product__name {
    font-size: 1.6rem;
  }
  .page-worship .section-product .product-price__num {
    font-size: 2rem;
  }
  .page-access .section-access {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .page-access .section-access .content {
    margin-top: 30px;
  }
  .page-access .section-access .access-map {
    padding-top: 56.25%;
  }
  .page-access .section-access .access-def {
    margin-top: 40px;
  }
  .page-access .access-info-item {
    padding: 30px 20px 30px;
  }
  .page-access .access-info__title {
    font-size: 1.6rem;
  }
  .page-access .access-info__desc {
    margin-top: 1em;
    font-size: 1.3rem;
  }
  .page-news .section-news-archive {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .page-news .section-news-archive .content {
    margin-top: 30px;
  }
  .page-news .pagenation {
    margin-top: 40px;
  }
  .page-news .pagenation .pager {
    gap: 4px;
  }
  .page-news .pagenation .pager a,
  .page-news .pagenation .pager span {
    width: 25px;
    height: 25px;
  }
  .page-news .section-news-content {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .page-news .section-news-content .headline .back-btn {
    margin-top: 10px;
  }
  .page-news .section-news-content .headline .back-btn a {
    width: 30px;
    height: 30px;
    margin: auto;
  }
  .page-news .section-news-content .content {
    margin-top: 30px;
  }
  .page-news .section-news-content .news__posted {
    font-size: 1.3rem;
  }
  .page-news .section-news-content .news__title {
    font-size: 2rem;
  }
  .page-explore .drawer-button {
    width: 20px;
    height: 20px;
  }
  .page-explore .drawer-button__button::before {
    width: 7.5px;
    height: 7.5px;
  }
  .page-explore .drawer-button__line {
    top: -10px;
    left: 16px;
    width: 25px;
  }
  .page-explore .drawer-button__text {
    font-size: 1.2rem;
    top: -20px;
    right: -18px;
  }
  .page-explore .drawer-wrap {
    position: fixed;
    width: 100%;
    height: 575px;
    top: auto;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
  .page-explore .drawer {
    padding: 20px 30px 30px;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    pointer-events: auto;
  }
  .page-explore .drawer__close {
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border: 1px solid currentColor;
    border-radius: 50%;
  }
  .page-explore .drawer__close::before, .page-explore .drawer__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1px;
    background-color: currentColor;
  }
  .page-explore .drawer__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .page-explore .drawer__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .page-explore .drawer__header {
    text-align: center;
  }
  .page-explore .drawer__heading-en {
    font-size: 1.2rem;
  }
  .page-explore .drawer__heading-jp {
    font-size: 2.4rem;
  }
  .page-explore .drawer__gallery {
    margin-top: 20px;
  }
  .page-explore .drawer__gallery .swiper-pagination {
    bottom: -28px;
  }
  .page-explore .drawer__body {
    margin-top: 48px;
  }
  .page-explore .drawer__scroller p + p {
    margin-top: 1.5714em;
  }
  .page-explore .section-explore .explore-img {
    height: auto;
    display: block;
  }
  .page-explore .section-explore .explore-img__inner {
    display: block;
    overflow: auto;
  }
  .page-explore .section-explore .explore-img__container img {
    min-height: auto;
    aspect-ratio: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .page-explore .section-explore1 {
    z-index: auto;
    z-index: 2;
    height: calc(100vh + 1500px);
  }
  .page-explore .section-explore1 .section-content {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .page-explore .section-explore1 .section-content::before {
    width: 100%;
    height: 94px;
  }
  .page-explore .section-explore1 .headline {
    padding: 94px 0 0;
  }
  .page-explore .section-explore1 .headline__title--en {
    font-size: 1.6rem;
  }
  .page-explore .section-explore1 .headline__title--jp {
    font-size: 3.2rem;
  }
  .page-explore .section-explore1 .explore-img {
    padding: 94px 0 0;
  }
  .page-explore .section-explore1 .explore-img__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-explore .section-explore1 .explore-img__container img {
    min-width: 100%;
    min-height: calc(100vh - 94px);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-explore .section-explore1 .drawer-button_1 {
    display: block;
    top: 40%;
    left: 60%;
    opacity: 0;
    visibility: hidden;
  }
  .page-explore .section-explore2 {
    position: relative;
    z-index: auto;
  }
  .page-explore .section-explore2 .drawer-button_1 {
    top: 69.4595%;
    left: 35.3234%;
  }
  .page-explore .section-explore2 .drawer-button_2 {
    top: 90%;
    left: 80%;
  }
  .page-explore .section-explore2 .drawer-button_2 .drawer-button__line {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    left: auto;
    right: 16px;
    width: 25px;
  }
  .page-explore .section-explore2 .drawer-button_2 .drawer-button__text {
    right: auto;
    left: -60px;
  }
  .page-explore .section-explore3 {
    position: relative;
    z-index: auto;
  }
  .page-explore .section-explore3 .drawer-button_1 {
    top: 71%;
    left: 76%;
  }
  .page-explore .section-explore3 .drawer-button_1 .drawer-button__line {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    left: auto;
    right: 16px;
    width: 25px;
  }
  .page-explore .section-explore3 .drawer-button_1 .drawer-button__text {
    right: auto;
    left: -110px;
  }
  .page-explore .section-explore3 .gallery {
    position: relative;
    height: 100vh;
  }
  .page-explore .section-explore3 .gallery__bg {
    height: 66%;
    width: 170%;
  }
  .page-explore .section-explore3 .gallery__bg-overlay {
    display: none;
  }
  .page-explore .section-explore3 .gallery__list {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .page-explore .section-explore3 .gallery__item img {
    height: 34vh;
  }
  .page-explore .section-explore4 {
    position: relative;
    z-index: auto;
  }
  .page-explore .section-explore4 .drawer-button_1 {
    top: 60%;
    left: 88%;
  }
  .page-explore .section-explore4 .drawer-button_1 .drawer-button__line {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    left: auto;
    right: 16px;
    width: 25px;
  }
  .page-explore .section-explore4 .drawer-button_1 .drawer-button__text {
    right: auto;
    left: -60px;
  }
  .page-explore .section-explore4 .drawer-button_2 {
    top: 62%;
    left: 33%;
  }
  .page-explore .section-explore4 .bg {
    position: static;
    height: 100vh;
  }
  .page-explore .section-explore5 {
    position: relative;
    z-index: auto;
  }
  .page-explore .section-explore5 .drawer-button_1 {
    top: 61%;
    left: 73%;
  }
  .page-explore .section-explore5 .drawer-button_1 .drawer-button__line {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    left: auto;
    right: 16px;
    width: 25px;
  }
  .page-explore .section-explore5 .drawer-button_1 .drawer-button__text {
    right: auto;
    left: -60px;
  }
  .page-explore .section-explore5 .drawer-button_2 {
    left: 10%;
  }
  .page-explore .section-explore5 .bg {
    position: static;
    height: auto;
  }
  .page-explore .section-explore5 .bg__container img {
    height: auto;
  }
  .page-explore .section-explore6 {
    position: relative;
    z-index: auto;
  }
  .page-explore .section-explore6 .drawer-button_1 {
    top: 43%;
    left: 96%;
  }
  .page-explore .section-explore6 .drawer-button_1 .drawer-button__line {
    right: 16px;
    width: 25px;
  }
  .page-explore .section-explore6 .drawer-button_1 .drawer-button__text {
    left: -88px;
  }
  .page-explore .section-explore6 .drawer-button_2 {
    top: 40%;
    left: 22%;
  }
  .page-explore .section-gallery .gallery {
    padding-bottom: 0;
  }
  .page-explore .section-gallery .gallery__list {
    -webkit-animation: slide 22s linear infinite;
            animation: slide 22s linear infinite;
  }
  .page-explore .section-gallery .gallery__item {
    margin-right: 2.4876vw;
  }
  .page-explore .section-gallery .gallery__item img {
    height: 49.7512vw;
  }
  .page-explore .section-explore7 .drawer-button_1 {
    display: block;
    top: 69.4595%;
    left: 35.3234%;
  }
  .page-discover .section-hero .headline {
    top: 38.75%;
  }
  .page-discover .section-hero .headline__title--en {
    font-size: 1.2rem;
  }
  .page-discover .section-hero .hero__bg {
    aspect-ratio: 390/800;
    background-size: cover;
  }
  .page-discover .section-hero .hero__back-cloud {
    top: 8.75%;
    left: -101.0526%;
    -webkit-transform: none;
            transform: none;
    width: 288.9744%;
    aspect-ratio: 1127/664;
  }
  .page-discover .section-hero .hero__back-cloud-img {
    background-image: url(../img/discover/hero-back-cloud_sp.webp), url(../img/discover/hero-back-cloud_sp.png);
  }
  .page-discover .section-hero .hero__mountain img {
    width: 100%;
    margin-top: 24.359%;
  }
  .page-discover .section-hero .hero__front-cloud {
    top: 48.75%;
    left: -77.1795%;
    width: 247.6923%;
    aspect-ratio: 966/550;
  }
  .page-discover .section-hero .hero__front-cloud-img {
    background-image: url(../img/discover/hero-front-cloud_sp.webp), url(../img/discover/hero-front-cloud_sp.png);
  }
  .page-discover .section-intro .headline .heading {
    width: 30.5128205128vw;
    padding: 47.1794871795vw 0 51.2820512821vw;
  }
  .page-discover .section-intro .headline__left-cloud, .page-discover .section-intro .headline__right-cloud {
    width: 120vw;
  }
  .page-discover .section-intro .content {
    padding: 0 7.6923076923vw 38.4615384615vw;
  }
  .page-discover .section-intro .paragraph {
    font-size: 3.8461538462vw;
    letter-spacing: 0.12em;
    line-height: 2.3333;
  }
  .page-discover .section-intro .paragraph_1 {
    margin-left: auto;
  }
  .page-discover .section-intro .paragraph_2 {
    margin-top: 38.2051282051vw;
    margin-left: 0;
    margin-right: auto;
  }
  .page-discover .section-intro .paragraph_3 {
    margin-top: 38.2051282051vw;
    margin-left: auto;
    margin-right: auto;
  }
  .page-discover .section-intro .paragraph_4 {
    margin-top: 51.2820512821vw;
    font-size: 3.5897435897vw;
    letter-spacing: 0.05em;
    line-height: 2.1;
    padding: 0 0.6944444444vw;
    text-align: left;
  }
  .page-discover .section-intro .paragraph_5 {
    margin-top: 52.3076923077vw;
    width: 65.8974358974vw;
  }
  .page-discover .section-intro .box {
    margin-top: 16.9230769231vw;
    width: auto;
    padding: 20.5128205128vw 10.2564102564vw 21.5384615385vw;
  }
  .page-discover .section-intro .box::before, .page-discover .section-intro .box::after {
    width: 9.2307692308vw;
    height: 8.9743589744vw;
  }
  .page-discover .section-intro .box::before {
    top: -3.5897435897vw;
    left: 7.1794871795vw;
  }
  .page-discover .section-intro .box::after {
    bottom: -3.5897435897vw;
    right: 7.1794871795vw;
  }
  .page-discover .section-intro .box__paragraph {
    font-size: 3.5897435897vw;
    letter-spacing: 0.05em;
    line-height: 2.1;
  }
  .page-discover .section-intro .box__caption {
    margin-top: 14.6153846154vw;
    font-size: 3.5897435897vw;
  }
  .page-discover .section-intro .outro {
    font-size: 3.5897435897vw;
    letter-spacing: 0.05em;
    line-height: 2.1;
    width: auto;
    margin: 30.7692307692vw 0 0;
    padding: 0 2.5641025641vw;
  }
  .page-discover .section-intro .outro p + p {
    margin-top: 15.3846153846vw;
  }
  .page-discover .section-intro .cloud_1 {
    top: -42.5641025641vw;
    left: -6.1538461538vw;
    width: 164.1025641026vw;
  }
  .page-discover .section-intro .cloud_2 {
    top: 20.5128205128vw;
    left: -100.7692307692vw;
    width: 301.5384615385vw;
  }
  .page-discover .section-intro .cloud_3 {
    top: 179.4871794872vw;
    left: -18.7179487179vw;
    width: 166.6666666667vw;
  }
  .page-discover .section-intro .cloud_4 {
    top: 302.5641025641vw;
    left: -183.8461538462vw;
    width: 301.5384615385vw;
  }
  .page-discover .section-intro .line_1 {
    display: none;
  }
  .page-discover .section-intro .line_2 {
    display: none;
  }
  .page-discover .section-intro .line_3 {
    display: none;
  }
  .page-discover .section-intro .line_4 {
    display: none;
  }
  .page-discover .section-intro .line_5 {
    display: none;
  }
  .page-discover .section-intro .line_6 {
    display: none;
  }
  .page-discover .section-intro .line_7 {
    display: none;
  }
  .page-discover .section-intro .line_8 {
    display: none;
  }
  .page-discover .section-intro .line_1sp {
    display: block;
    top: -4.1025641026vw;
    left: 21.2820512821vw;
    width: 232.0512820513vw;
  }
  .page-discover .section-intro .line_2sp {
    display: block;
    top: 30vw;
    left: -153.3333333333vw;
    width: 232.3076923077vw;
    -webkit-transform: rotate(285deg);
            transform: rotate(285deg);
  }
  .page-discover .section-intro .line_3sp {
    display: block;
    top: 187.1794871795vw;
    left: 12.5641025641vw;
    width: 214.6153846154vw;
  }
  .page-discover .section-intro .line_4sp {
    display: block;
    top: 235.8974358974vw;
    left: -157.9487179487vw;
    width: 232.3076923077vw;
    -webkit-transform: rotate(285deg);
            transform: rotate(285deg);
  }
  .page-discover .section-intro .line_5sp {
    display: block;
    top: 505.1282051282vw;
    left: -138.4615384615vw;
    width: 232.3076923077vw;
    -webkit-transform: rotate(282deg);
            transform: rotate(282deg);
  }
  .page-discover .section-history .inner {
    padding: 0 10.2564102564vw;
  }
  .page-discover .section-history .inner .cloud1 {
    bottom: calc(50vh + 41.0256410256vw);
    right: 143.5897435897vw;
    width: 115.641025641vw;
  }
  .page-discover .section-history .inner .cloud2 {
    bottom: calc(50vh + 7.1794871795vw);
    left: 76.9230769231vw;
    width: 145.3846153846vw;
  }
  .page-discover .section-history .inner .particle {
    top: calc(50vh + 5.1282051282vw);
    right: -11.2820512821vw;
    width: 239.2307692308vw;
  }
  .page-discover .section-history .inner .flower1 {
    top: calc(50vh + 53.8461538462vw);
    right: 7.9487179487vw;
    width: 170.5128205128vw;
  }
  .page-discover .section-history .inner .flower2 {
    top: calc(50vh + 35.8974358974vw);
    left: 128.2051282051vw;
    width: 272.8205128205vw;
  }
  .page-discover .section-history .headline__title--en {
    font-size: 3.0769230769vw;
    margin-left: 7.4358974359vw;
  }
  .page-discover .section-history .headline__title--jp {
    width: 31.7948717949vw;
  }
  .page-discover .section-history .content {
    margin-right: 20.5128205128vw;
    padding-top: 14.8717948718vw;
  }
  .page-discover .section-history .intro {
    width: 126.4102564103vw;
  }
  .page-discover .section-history .section_1 {
    margin-right: 28.2051282051vw;
  }
  .page-discover .section-history .section_2 {
    margin-right: 20.5128205128vw;
  }
  .page-discover .section-history .section__heading {
    width: 15.3846153846vw;
  }
  .page-discover .section-history .section__paragraph {
    margin-right: 15.3846153846vw;
  }
  .page-discover .section-history .section_1 .section__paragraph {
    width: 183.5897435897vw;
  }
  .page-discover .section-history .section_2 .section__paragraph {
    width: 199.2307692308vw;
  }
  .page-discover .section-philosophy::before {
    height: 26.4102564103vw;
  }
  .page-discover .section-philosophy::after {
    top: 35.1282051282vw;
    width: 100%;
    height: 234.358974359vw;
    background-image: url(../img/discover/philosophy-bg_sp.webp), url(../img/discover/philosophy-bg_sp.png);
  }
  .page-discover .section-philosophy .bg__circle {
    width: 80.2564102564vw;
  }
  .page-discover .section-philosophy .bg__lines {
    width: 80.2564102564vw;
    height: 80.2564102564vw;
  }
  .page-discover .section-philosophy .bg__line {
    border: 0.2564102564vw solid #e6d9b5;
  }
  .page-discover .section-philosophy .section-content {
    padding: 52.0512820513vw 0 38.4615384615vw;
  }
  .page-discover .section-philosophy .heading {
    width: 18.4615384615vw;
  }
  .page-discover .section-philosophy .heading::before {
    width: 0.2564102564vw;
    height: 41.0256410256vw;
    margin-bottom: 10.2564102564vw;
  }
  .page-discover .section-philosophy .content {
    margin-top: 30.7692307692vw;
  }
  .page-discover .section-philosophy .section {
    width: 79.4871794872vw;
  }
  .page-discover .section-philosophy .section__heading {
    font-size: 4.6153846154vw;
    letter-spacing: 0.16em;
    line-height: 1.4444;
    padding: 0 8.2051282051vw;
  }
  .page-discover .section-philosophy .section__heading::before, .page-discover .section-philosophy .section__heading::after {
    width: 0.2564102564vw;
    height: 6.4102564103vw;
  }
  .page-discover .section-philosophy .section__body {
    margin-top: 12.3076923077vw;
    font-size: 3.5897435897vw;
    letter-spacing: 0.05em;
    line-height: 2.1;
  }
  .page-discover .section-philosophy .section__body > p + p {
    margin-top: 2.1em;
  }
  .page-discover .section-philosophy .section + .section {
    margin-top: 23.0769230769vw;
  }
  .page-feel .section-coming-soon__bg-image {
    background-position: center;
  }
  .page-feel .section-coming-soon .section-content {
    padding: 2rem 1.5rem;
  }
  .page-feel .coming-soon-content__accent {
    font-size: 1rem;
    margin-bottom: 3rem;
    letter-spacing: 0.3em;
  }
  .page-feel .coming-soon-content__main {
    margin-bottom: 4rem;
  }
  .page-feel .coming-soon-content__text {
    font-size: 1.6rem;
    line-height: 2.2;
    letter-spacing: 0.15em;
    max-width: 90%;
    min-height: 20em;
  }
  .page-feel .coming-soon-content__footer {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
}

@media (max-width: 480px){
  .page-feel .coming-soon-content__text {
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.1em;
    min-height: 18em;
    max-width: 95%;
  }
}

@media (hover: hover){
  .page-top .sound-btn {
    -webkit-transition: opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .page-top .sound-btn:hover {
    opacity: 0.6;
  }
  .page-worship .section-product .product-nav-item {
    -webkit-transition: opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .page-worship .section-product .product-nav-item:hover {
    opacity: 0.6;
  }
  .page-news .pagenation .pager a,
  .page-news .pagenation .pager span {
    -webkit-transition: color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95), background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95), background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .page-news .pagenation .pager a:hover,
  .page-news .pagenation .pager span:hover {
    color: #000;
    background-color: #fff;
  }
  .page-news .pagenation .pager__prev a:hover, .page-news .pagenation .pager__next a:hover {
    background-color: #000;
  }
  .page-news .pagenation .pager__prev a::before, .page-news .pagenation .pager__next a::before {
    -webkit-transition: border-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: border-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .page-news .section-news-content .headline .back-btn a {
    -webkit-transition: color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95), background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95), background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .page-news .section-news-content .headline .back-btn a:hover {
    background-color: #000;
  }
  .page-news .section-news-content .headline .back-btn a::before {
    -webkit-transition: border-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: border-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .page-news .section-news-content .news-content a:hover {
    text-decoration: none;
  }
}

@media (hover: hover) and (pointer: fine){
  .page-explore .drawer-button__button:hover {
    opacity: 0.7;
  }
}
/*# sourceMappingURL=style.css.map */