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

foundation/base.scss

***************************/
@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
* {
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
}

:root {
  --black: #0b1c25;
  --gold: #80765a;
  --en: "Marcellus", serif;
  --ja: "Shippori Mincho", serif;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}

body {
  color: #363b48;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  height: 100%;
  color: var(--black);
  margin: 0;
  padding: 0;
  line-height: 1;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  display: block;
}

a:hover {
  opacity: 0.6;
}

a:active,
a:hover {
  outline-width: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-align: left;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

figcaption,
figure,
main,
picture {
  display: block;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: inherit;
}

[hidden] {
  display: none;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
}

/***************************

layout/_header.scss

***************************/
.header {
  position: fixed;
  max-width: 50rem;
  width: 100%;
  top: 0;
  z-index: 5;
  padding: 3rem 0 0;
  transition: all 0.5s ease-in-out;
  background: transparent;
}
@media screen and (min-width: 901px) {
  .header {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 900px) {
  .header {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 550px) {
  .header {
    padding-top: 2rem;
    opacity: 1;
    pointer-events: auto;
  }
}
.header .inner {
  max-width: 44rem;
  display: flex;
  justify-content: space-between;
}
.header.is-show {
  opacity: 1;
  pointer-events: all;
}
@media screen and (min-width: 901px) {
  .header.is-show {
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .header.is-show {
    padding-top: 3rem;
  }
}
.header.is-show .header-logo {
  color: #000;
  transition: all 0.3s ease;
}
.header.is-show .header-logo.is-on-dark {
  color: #fff;
}
.header.is-show .toggle {
  opacity: 1;
  pointer-events: fill;
}
@media screen and (min-width: 901px) {
  .header.is-show .toggle {
    opacity: 0;
    perspective: none;
  }
}
.header-logo {
  position: relative;
  z-index: 12;
  color: #fff;
}
.header-logo .f17 {
  margin-top: 5px;
  display: block;
}

/* Hamburger menu */
.gnav {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 50rem;
  padding-top: 8rem;
  width: 100%;
  height: 100dvh;
  z-index: 11;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  pointer-events: none;
  align-items: stretch;
  overflow-y: scroll;
}
@media screen and (max-width: 1200px) {
  .gnav {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.gnav.active {
  opacity: 1;
  visibility: visible;
  pointer-events: fill;
  background-color: #112530;
  overflow-y: auto;
}
.gnav-list {
  margin: 0 auto 3.9rem;
  color: #fff;
  font-size: 1.5rem;
}
@media screen and (max-width: 450px) {
  .gnav-list {
    font-size: 1.4rem;
  }
}
.gnav-list {
  width: 90%;
}
.gnav-item {
  padding: 2.5rem 1.1rem;
  border-top: 1px solid rgba(238, 238, 233, 0.2);
}
.gnav-item:last-of-type {
  border-bottom: 1px solid rgba(238, 238, 233, 0.2);
}
.gnav .c-btn01 {
  max-width: 21.6rem;
  margin: 2.2rem auto 5.8rem;
}

/* toggle button */
.toggle.active .toggle__bar {
  background-color: transparent;
}

.toggle.active .toggle__bar:nth-child(2) {
  background-color: #fff;
  transform: translateY(0.47rem) rotate(-135deg);
}

.toggle.active .toggle__bar:nth-child(3) {
  background-color: #fff;
  transform: translateY(-0.47rem) rotate(135deg);
}

.toggle {
  position: relative;
  z-index: 3;
  width: 3.6rem;
  height: 3.6rem;
  cursor: pointer;
  display: block;
  background: transparent;
  border: none;
  outline: none;
  text-align: center;
  z-index: 100;
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .toggle {
    opacity: 1;
    pointer-events: all;
  }
}
.toggle__bar {
  position: absolute;
  top: 50%;
  left: calc(50% - 1rem);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: block;
  width: 2rem;
  height: 0.1rem;
  background-color: #fff;
  outline: 1px solid transparent;
  transition-property: background-color, transform;
  transition-duration: 0.5s;
}
.toggle__bar:nth-child(2) {
  top: calc(50% - 0.5rem);
}
.toggle__bar:nth-child(3) {
  top: calc(50% + 0.5rem);
}

.reserve-btn {
  margin-top: 3rem;
  border-width: 0;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .reserve-btn {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    display: block;
    width: 100%;
  }
}

.reserve-nav {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 100;
  transition: all 0.5s ease;
  max-width: 65rem;
  width: calc(50% - 20.5rem);
  height: 100vh;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0 2rem 2rem 0;
  -webkit-border-radius: 0 2rem 2rem 0;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.06), inset 0 0 38px rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 900px) {
  .reserve-nav {
    max-width: 100%;
    width: 100%;
    height: auto;
    top: auto;
    left: 0;
    bottom: -100%;
    padding: 3rem 2rem;
    border-radius: 2rem 2rem 0 0;
    -webkit-border-radius: 2rem 2rem 0 0;
  }
  .reserve-nav a:not(:first-child) {
    margin-top: 1rem;
  }
  .reserve-nav a img {
    max-height: 10rem;
  }
}
@media screen and (max-width: 450px) {
  .reserve-nav {
    padding: 2rem;
  }
}
.reserve-nav.is-active {
  left: 0;
}
@media screen and (max-width: 900px) {
  .reserve-nav.is-active {
    left: 0;
    bottom: 0;
  }
}
.reserve-nav__txt {
  position: relative;
  z-index: 2;
  max-width: 22rem;
  display: block;
  margin-bottom: 5vh;
}
@media screen and (max-width: 900px) {
  .reserve-nav__txt {
    display: none;
  }
}
.reserve-nav__inner {
  position: relative;
  z-index: 2;
}

.batu-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  margin: 3rem 3rem 0 auto;
  max-width: 4rem;
  border-width: 0;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .batu-btn {
    display: none;
  }
}

@media screen and (min-width: 901px) {
  .sp-cont .reserve-btn {
    display: none;
  }
}

/***************************

layout/_footer.scss

***************************/
.footer {
  position: relative;
  z-index: 2;
  margin: -1.2rem 1.5rem 0;
  padding: 5.6rem 0 4.5rem;
  color: #f8f8e9;
  background-color: #0b1c25;
  border-radius: 1.1rem 1.1rem 0 0;
  -webkit-border-radius: 1.1rem 1.1rem 0 0;
}
@media screen and (max-width: 901px) {
  .footer {
    padding-bottom: 14.5rem;
  }
}
@media screen and (max-width: 550px) {
  .footer {
    margin-left: 0;
    margin-right: 0;
  }
}
.footer .c-txt__undline {
  margin: 2.8rem 0 3.6rem;
}
.footer .f13.tac {
  margin-bottom: 3.6rem;
}

.ft-tel {
  display: block;
  margin: 1.4rem 0 1rem;
}
@media screen and (min-width: 835px) {
  .ft-tel {
    pointer-events: none;
  }
}

.ft-gmap {
  margin: 3.4rem 0 2.8rem;
  width: 100%;
  aspect-ratio: 650/450;
  height: auto;
  border-radius: 0.56rem;
  -webkit-border-radius: 0.56rem;
  filter: grayscale(0.8);
}

.copy {
  margin-top: 7.3rem;
  display: block;
  text-align: center;
  color: #f8f8e9;
  font-family: "Marcellus", serif;
  font-size: 1.3rem;
  opacity: 0.7;
}

/***************************

object/object/project/_mv.scss

***************************/
.top-fv {
  position: relative;
  margin-top: -9.5rem;
  opacity: 0;
  overflow: hidden;
}
@media screen and (max-width: 901px) {
  .top-fv {
    height: calc(100vh - 3rem);
  }
}
@media screen and (max-width: 550px) {
  .top-fv {
    margin-top: -11.5rem;
    height: 100vh;
  }
}
.top-fv__swiper .swiper-slide img {
  transform: scale(1.2); /* 常に1.15倍で待機 */
  transition: transform 8s linear;
}
.top-fv__swiper .zoom-img img {
  transform: scale(1);
}
.top-fv .f45 {
  position: absolute;
  content: "";
  bottom: 15rem;
  left: 5%;
  z-index: 1;
  line-height: 1.25;
}

@keyframes zoomDown {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
/***************************

object/object/project/_info.scss

***************************/
.top-info {
  padding: 5.6rem 0 5.2rem;
  background-color: #eeeee9;
}
.top-info__wrap {
  margin: 3.6rem 0 2.2rem;
}
.top-info__link {
  padding: 2.6rem 0;
  border-top: 1px solid rgba(161, 164, 156, 0.3);
}
.top-info__link:last-of-type {
  border-bottom: 1px solid rgba(161, 164, 156, 0.3);
}
.top-info__link:hover {
  opacity: 1;
}
.top-info__link:hover .top-info__ttl span {
  background-size: 100% 1px;
  background-position: bottom left;
}
.top-info__time {
  color: #80765a;
  font-family: "Arial", sans-serif;
  font-size: 1.2rem;
}
.top-info__ttl {
  position: relative;
  margin-top: 1rem;
  padding-bottom: 0.3rem;
  line-height: 1.3;
  font-size: 1.7rem;
  font-weight: 400;
}
.top-info__ttl span {
  transition: background-size 0.3s ease;
  background-image: linear-gradient(#0b1c25, #0b1c25);
  background-size: 0 1px;
  background-position: bottom right;
  background-repeat: no-repeat;
  -webkit-box-decoration-break: slice;
  box-decoration-break: slice;
}
.top-info .c-link {
  text-align: right;
}

/***************************

object/object/project/_doctor.scss

***************************/
.top-dct {
  padding-top: 1.2rem;
  padding-bottom: 10.8rem;
  background-color: #eeeee9;
  background-image: url(../img/top/doctor-bg.webp);
  background-position: top 1.2rem center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.top-dct .c-hg {
  margin-bottom: 2rem;
}
.top-dct__img01, .top-dct__img02 {
  margin: 3.4rem 0 3.7rem;
  overflow: hidden;
}
.top-dct__img01 {
  margin-right: -3rem;
}
@media screen and (max-width: 450px) {
  .top-dct__img01 {
    margin-right: -5%;
  }
}
.top-dct__img01 img {
  border-radius: 0.5rem 0 0 0.5rem;
  -webkit-border-radius: 0.5rem 0 0 0.5rem;
}
.top-dct__img02 img {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
}
.top-dct__intro {
  margin: 4.9rem 0 4.3rem;
}
.top-dct__intro-img {
  max-width: 50%;
  margin: 0 auto;
}
.top-dct__intro-img img {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
}
.top-dct__intro-cap {
  display: block;
  margin-top: 3.4rem;
}
.top-dct__intro-cap .f18 {
  margin: 1.9rem 0 2.1rem;
}

/***************************

object/object/project/_about.scss

***************************/
.top-about {
  padding-bottom: 6.1rem;
  background-color: #0b1c25;
  background-image: url(../img/top/about-bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
.top-about .c-hg {
  margin-bottom: 3.9rem;
}
.top-about .c-btn02 {
  margin-top: 3.9rem;
}

/***************************

object/object/project/_policy.scss

***************************/
.top-policy {
  padding: 7.2rem 0 6.9rem;
  background-color: #eeeee9;
}
.top-policy__img {
  margin: 2.2rem 0 3.2rem;
  overflow: hidden;
}
.top-policy__img img {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
}
.top-policy__list {
  margin: 3.3rem 0 3.7rem;
}
.top-policy__item {
  padding: 2.4rem 2.8rem 3.1rem;
  background-color: #fff;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
}
.top-policy__item:not(:first-of-type) {
  margin-top: 2rem;
}
.top-policy__hg {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  gap: 1.3rem;
}
.top-policy__hg .c-bg__txt {
  margin-left: 0;
}

/***************************

object/object/project/_approrch.scss

***************************/
.top-appr {
  padding-bottom: 5.3rem;
}
.top-appr__img {
  margin: 5.6rem 0;
}

/***************************

object/object/project/_menu.scss

***************************/
.top-menu {
  padding: 7rem 0 9rem;
  background-color: #eeeee9;
}
.top-menu .c-hg {
  margin-bottom: 2.8rem;
}
.top-menu__list {
  margin: 3.1rem 0 3.6rem;
}
.top-menu__item:not(:first-of-type) {
  margin-top: 1.1rem;
}
.top-menu__item:nth-of-type(2) img {
  max-width: 4.6rem;
}
.top-menu__item:nth-of-type(3) img {
  max-width: 3.6rem;
}
.top-menu__item:nth-of-type(4) img {
  max-width: 3.6rem;
}
.top-menu__link {
  position: relative;
  display: block;
  padding: 2rem 2.3rem;
  background-color: #fff;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
}
.top-menu__link:hover {
  opacity: 1;
  background-color: rgba(248, 248, 233, 0.3);
}
.top-menu__link-num {
  position: absolute;
  top: 1.3rem;
  right: 1.2rem;
  color: #bfc9cd;
}
.top-menu__fig {
  display: flex;
  align-items: center;
  gap: 2.6rem;
}
.top-menu__img {
  width: 5.8rem;
  aspect-ratio: 103/91;
  text-align: center;
}

/***************************

object/object/project/_facility.scss

***************************/
.top-faci {
  padding-bottom: 6rem;
  overflow: hidden;
}
.top-faci .c-btn02 {
  margin-top: 2.8rem;
}
.top-faci__swiper {
  margin-top: 3.4rem;
}

/***************************

object/object/project/_journal.scss

***************************/
.top-journal {
  padding: 6.4rem 0 7.8rem;
  background-color: #eeeee9;
  background-image: url(../img/top/jounal-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.top-journal__swiper {
  margin: 2.2rem 0 3.9rem;
  padding-left: 3rem;
}
.top-journal__link:hover {
  opacity: 1;
}
.top-journal__link:hover .top-journal__thum img {
  transform: scale(1.15);
}
.top-journal__thum {
  overflow: hidden;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
}
.top-journal__thum img {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  transition: all 0.3s ease;
}
.top-journal__time {
  display: block;
  margin: 2rem 0 1.4rem;
  color: #80765a;
  font-family: "Arial", sans-serif;
  font-size: 1.2rem;
}

/***************************

object/component/_heading.scss

***************************/
.c-hg__sm {
  color: #90999d;
  font-family: "Marcellus", serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 450px) {
  .c-hg__sm {
    font-size: 1.5rem;
  }
}

.c-ttl {
  position: relative;
  padding-left: 2.2rem;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
  color: #304048;
}
.c-ttl::before {
  position: absolute;
  content: "";
  width: 1.5rem;
  aspect-ratio: 1;
  top: calc(50% - 0.75rem);
  left: 0;
  z-index: 1;
  background: url(../img/common/c-ttl_circle.webp) no-repeat center center/cover;
}

.c-catch {
  margin-top: 2.4rem;
  font-size: 2.7rem;
  line-height: 1.4;
}
.c-catch:has(.c-hg__sm) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 1.7rem;
}
.c-catch.en {
  margin-top: 1rem;
  font-size: 3.1rem;
}

/***************************

object/component/_box.scss

***************************/
.inner {
  max-width: 47rem;
  width: calc(100% - 6rem);
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  .inner {
    width: 90%;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 450px) {
  .sp {
    display: inline-block;
  }
}

.radius10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.radius60 {
  border-radius: 60px;
  -webkit-border-radius: 60px;
}
@media screen and (max-width: 500px) {
  .radius60 {
    border-radius: 30px;
    -webkit-border-radius: 30px;
  }
}

.radius100vmax {
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}

.pc-fv {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  top: 0;
  left: 0;
  background: url(../img/common/pc-fv.webp) no-repeat center center/cover;
}
.pc-fv__nav {
  width: calc((100% - 50rem) / 2);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 2.1rem;
}
@media screen and (max-width: 450px) {
  .pc-fv__nav {
    font-size: 4.7vw;
  }
}
@media screen and (max-width: 900px) {
  .pc-fv__nav {
    display: none;
  }
}
.pc-fv__nav-link {
  position: relative;
  display: block;
  margin-bottom: 1.5em;
  padding-left: 1em;
  color: #f8f8e9;
}
.pc-fv__nav-link::before {
  position: absolute;
  content: "";
  width: 1rem;
  aspect-ratio: 1;
  top: calc(50% - 0.5rem);
  left: 0;
  z-index: 1;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
.pc-fv__nav-link.current::before {
  background-color: #a09472;
}
.pc-fv__rgt {
  padding: 0 2rem;
  width: calc((100% - 50rem) / 2);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .pc-fv__rgt {
    display: none;
  }
}
.pc-fv__rgt-box {
  max-width: 34rem;
  width: 100%;
  margin: 0 auto;
  padding: 3.5rem 5rem 2.5rem;
  background: radial-gradient(circle, rgba(78, 93, 105, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
@media screen and (max-width: 1320px) {
  .pc-fv__rgt-box {
    padding: 3.5rem 2rem 2.5rem;
  }
}
.pc-fv__rgt-box .c-btn01 {
  margin-top: 1.5rem;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}
@media screen and (min-width: 835px) {
  .pc-fv__rgt-box .c-btn01 {
    pointer-events: none;
  }
}
.pc-fv__rgt .c-tb {
  margin-top: 2.4rem;
  max-width: 34rem;
}
.pc-fv__btm {
  position: absolute;
  width: 98%;
  bottom: -1.5vw;
  left: 1%;
  z-index: 0;
  font-size: 9.5vw;
  color: #f8f8e9;
  opacity: 0.1;
  text-align: center;
  mix-blend-mode: overlay;
}

.fv-swiper {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}
.fv-swiper .swiper-slide:nth-of-type(1) .fv-swiper__img {
  background-image: url(../img/common/fv-slide01.webp);
}
@media screen and (max-width: 900px) {
  .fv-swiper .swiper-slide:nth-of-type(1) .fv-swiper__img {
    background-position: left 60% center;
  }
}
.fv-swiper .swiper-slide:nth-of-type(2) .fv-swiper__img {
  background-image: url(../img/common/fv-slide02.webp);
}
.fv-swiper .swiper-slide:nth-of-type(3) .fv-swiper__img {
  background-image: url(../img/common/fv-slide03.webp);
}
.fv-swiper .swiper-slide:nth-of-type(4) .fv-swiper__img, .fv-swiper .swiper-slide:nth-of-type(5) .fv-swiper__img {
  background-image: url(../img/common/fv-slide04.webp);
}
.fv-swiper .swiper-slide.swiper-slide-active .fv-swiper__img {
  animation: zoomDown 8s linear forwards;
}
.fv-swiper__img {
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@keyframes zoomDown {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.pc-nav__link {
  position: relative;
  margin-top: 4rem;
  padding-left: 4rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 450px) {
  .pc-nav__link {
    font-size: 1.6rem;
  }
}
.pc-nav__link::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 25px;
  aspect-ratio: 25/7;
  transform: translateY(-50%);
  z-index: 1;
  background: url(../img/common/ico-wave.webp) no-repeat center center/cover;
  opacity: 0;
}
.pc-nav__link::after {
  position: absolute;
  content: "";
  width: 130%;
  height: 1px;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
}
.pc-nav__link.now::before, .pc-nav__link.now::after {
  opacity: 1;
}

.c-tb {
  width: 100%;
}
.c-tb caption {
  margin-top: 2rem;
  caption-side: bottom;
  text-align: left;
}
.c-tb caption .f12 {
  display: block;
}
.c-tb th {
  font-weight: 400;
}
.c-tb td {
  text-align: center;
  font-weight: 400;
}
.c-tb thead {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.c-tb thead th:first-of-type {
  padding: 1rem 0.5rem;
}
.c-tb tbody {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.c-tb tbody th {
  width: 11rem;
  padding: 1.5rem 0.8rem;
}
.c-tb tbody tr:last-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.sp-cont {
  position: relative;
  max-width: 50rem;
  margin: 4.3rem auto 0;
  border: 1px solid #fff;
}
@media screen and (max-width: 550px) {
  .sp-cont {
    margin-top: 0;
    border-width: 0;
  }
}
.sp-cont::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.2);
  mix-blend-mode: screen;
}
@media screen and (max-width: 550px) {
  .sp-cont::before {
    display: none;
  }
}
.sp-cont__fix {
  position: fixed;
  max-width: 410px;
  padding: 0 5px;
  bottom: 5px;
  display: flex;
  justify-content: center;
  gap: 5px;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}
@media screen and (min-width: 901px) {
  .sp-cont__fix {
    display: none;
  }
}
.sp-cont__fix.is-show {
  opacity: 1;
  pointer-events: fill;
}

.rht-fix {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  margin: 0 0 0 auto;
  padding: 2.4rem 1.3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 450px) {
  .rht-fix {
    font-size: 1.5rem;
  }
}
.rht-fix {
  color: #9c7838;
  text-align: center;
  background-color: #fff;
  writing-mode: vertical-rl;
  border-radius: 0.5rem 0 0 0.5rem;
  -webkit-border-radius: 0.5rem 0 0 0.5rem;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 550px) {
  .rht-fix {
    opacity: 1;
    pointer-events: all;
  }
}
.rht-fix.is-show {
  opacity: 1;
  pointer-events: all;
}
@media screen and (min-width: 901px) {
  .rht-fix.is-show {
    opacity: 0;
    pointer-events: none;
  }
}

.top-main {
  position: relative;
  z-index: 2;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 550px) {
  .top-main {
    padding-left: 0;
    padding-right: 0;
  }
}

.top-c__top {
  position: relative;
}
.top-c__top .c-hg {
  position: absolute;
  left: 3rem;
  bottom: 3rem;
}
.top-c__top .c-ttl {
  color: #acada1;
}
.top-c__top .c-catch {
  color: #f8f8e9;
}

.top-sec__top-img {
  position: relative;
  top: -1.2rem;
  display: block;
  width: 100%;
  margin-bottom: 5.4rem;
  overflow: hidden;
}
.top-sec__top-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 1.1rem 1.1rem 0 0;
  -webkit-border-radius: 1.1rem 1.1rem 0 0;
}

/*////////////////////////

fade

////////////////////////*/
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  opacity: 1;
  animation: fadeUpAnime 0.5s ease-in-out;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeImgTrigger {
  opacity: 0;
}

.fadeImg {
  opacity: 1;
  animation: zoomDown 0.5s ease;
}

/***************************

object/component/_button.scss

***************************/
.c-btn01 {
  padding: 2rem 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 2.4rem;
  color: #fff;
  background-color: #967943;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}

.c-btn02 {
  padding: 1.7rem 1.7rem 1.7rem 2.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f4f4f2;
  border: 1px solid rgba(11, 28, 37, 0.3);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  transition: all 0.3s ease;
}
.c-btn02.-navy {
  background-color: #14252e;
  border-color: rgba(248, 248, 233, 0.3);
}
.c-btn02.-navy .c-btn02__arw {
  border-color: rgba(248, 248, 233, 0.3);
}
.c-btn02.-navy .c-btn02__arw::before {
  background-image: url(../img/common/arw-rht.webp);
}
.c-btn02:hover {
  opacity: 1;
  background-color: #dbdbcb;
}
.c-btn02:hover .c-btn02__arw {
  background-color: #14252e;
}
.c-btn02:hover .c-btn02__arw::before {
  transform: translate(-50%, -50%);
  transition-delay: 0.2s;
}
.c-btn02:hover .c-btn02__arw img {
  transform: translateX(300%);
}
.c-btn02:hover.-navy {
  background-color: #264453;
}
.c-btn02:hover.-navy .c-btn02__arw {
  background-color: #dbdbcb;
}
.c-btn02__txt {
  font-size: 1.7rem;
}
.c-btn02__arw {
  position: relative;
  max-width: 4.8rem;
  width: 100%;
  aspect-ratio: 85/50;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(11, 28, 37, 0.3);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: background-color 0.3s ease 0.2s;
  overflow: hidden;
}
.c-btn02__arw::before {
  position: absolute;
  content: "";
  width: 1.3rem;
  aspect-ratio: 24/14;
  top: 50%;
  left: 50%;
  transform: translate(-300%, -50%);
  z-index: 1;
  background: url(../img/common/arw-rht_wht.webp) no-repeat center center/cover;
  transition: transform 0.3s ease;
}
.c-btn02__arw img {
  max-width: 1.3rem;
  transform: all 0.3s ease;
}

.btm-fix {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  max-width: 46.8rem;
  width: 100%;
  display: flex;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 550px) {
  .btm-fix {
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (max-width: 901px) {
  .btm-fix.is-show {
    opacity: 1;
    pointer-events: all;
  }
}
.btm-fix__btn {
  width: 50%;
  padding: 1.5rem 1.3rem 1.5rem 1.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 450px) {
  .btm-fix__btn {
    gap: 1rem;
  }
}
@media screen and (max-width: 435px) {
  .btm-fix__btn {
    padding: 1rem;
    gap: 0.5rem;
  }
}
.btm-fix__btn.bg-gld {
  background-color: #9c7838;
}
.btm-fix__btn.bg-db {
  background-color: #193f53;
}
.btm-fix__btn-txt {
  font-size: 1.6rem;
  color: #f8f8e9;
  line-height: 1.3;
}
@media screen and (max-width: 435px) {
  .btm-fix__btn-txt {
    font-size: 1.4rem;
  }
}
.btm-fix__btn .c-btn02__arw {
  max-width: 3.9rem;
  border-color: #fff;
}
@media screen and (max-width: 435px) {
  .btm-fix__btn .c-btn02__arw {
    max-width: 3.2rem;
  }
}
.btm-fix__btn .c-btn02__arw img {
  max-width: 1.1rem;
}
@media screen and (max-width: 435px) {
  .btm-fix__btn .c-btn02__arw img {
    max-width: 0.9rem;
  }
}

/***************************

object/utility/_background.scss

***************************/
.bg-white {
  background-color: #fff;
}

.bg-dark-pink {
  background-color: #f2e7e4;
}

.bg-gold {
  background-color: #a09472;
}

.bg-db {
  color: #f8f8e9;
  background-color: #0b1c25;
}
.bg-db .c-ttl {
  color: #acada1;
}

/***************************

object/utility/_link.scss

***************************/
.c-link {
  padding-bottom: 0.5rem;
  font-size: 1.7rem;
}
.c-link span {
  transition: background-size 0.3s ease;
  background-image: linear-gradient(rgba(161, 164, 156, 0.7), rgba(161, 164, 156, 0.7));
  background-size: 100% 1px;
  background-position: bottom left;
  background-repeat: no-repeat;
  -webkit-box-decoration-break: slice;
  box-decoration-break: slice;
}
.c-link:hover {
  opacity: 1;
}
.c-link:hover span {
  background-size: 0 1px;
  background-position: bottom right;
}

/***************************

object/utility/_text.scss

***************************/
.c-txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 450px) {
  .c-txt {
    font-size: 1.6rem;
  }
}
.c-txt {
  line-height: 1.68;
}

.c-txt02 {
  font-size: 1.7rem;
  line-height: 1.6;
}

.c-txt__undline {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.c-bg__txt {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.3rem 0.5rem 0.5rem;
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
}
.c-bg__txt.bg-gold {
  color: #fff;
}

.txt-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.txt-ellipsis02 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* ← 最大2行まで */
  max-height: 3em; /* 2行分の高さ */
  white-space: normal;
  text-overflow: ellipsis;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.fwm {
  font-weight: 500;
}

.f8 {
  font-size: 8px;
}

.f12 {
  font-size: 1.2rem;
}

.f13 {
  font-size: 1.3rem;
}

.f14 {
  font-size: 1.4rem;
}

.f15 {
  font-size: 1.5rem;
}
@media screen and (max-width: 450px) {
  .f15 {
    font-size: 1.4rem;
  }
}

.f16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 450px) {
  .f16 {
    font-size: 1.5rem;
  }
}

.f17 {
  font-size: 1.7rem;
}

.f18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 450px) {
  .f18 {
    font-size: 1.6rem;
  }
}

.f20 {
  font-size: 2rem;
}

.f21 {
  font-size: 2.1rem;
}
@media screen and (max-width: 450px) {
  .f21 {
    font-size: 4.7vw;
  }
}

.f22 {
  font-size: 2.2rem;
}

.f24 {
  font-size: 2.4rem;
}

.f25 {
  font-size: 2.5rem;
}

.f27 {
  font-size: 2.7rem;
}

.f28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 450px) {
  .f28 {
    font-size: 6vw;
  }
}

.f31 {
  font-size: 3.1rem;
}

.f32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 550px) {
  .f32 {
    font-size: 5.4vw;
  }
}

.f35 {
  font-size: 3.5rem;
}

.f40 {
  font-size: 4rem;
}
@media screen and (max-width: 600px) {
  .f40 {
    font-size: 6.6vw;
  }
}

.f45 {
  font-size: 4.5rem;
}
@media screen and (max-width: 500px) {
  .f45 {
    font-size: 9vw;
  }
}

.f48 {
  font-size: 4.8rem;
}
@media screen and (max-width: 500px) {
  .f48 {
    font-size: 7vw;
  }
}

.f50 {
  font-size: 5rem;
}

.f56 {
  font-size: 5.6rem;
}
@media screen and (max-width: 450px) {
  .f56 {
    font-size: 12vw;
  }
}

.f80 {
  font-size: 8rem;
}
@media screen and (max-width: 500px) {
  .f80 {
    font-size: 16vw;
  }
}

.f120 {
  font-size: 12rem;
}
@media screen and (max-width: 834px) {
  .f120 {
    font-size: 14.4vw;
  }
}

.fc-blue {
  color: #08a6e5;
}

.fc-light-blue {
  color: #6bb7d5;
}

.fc-wht {
  color: #fff;
}

.fc-gold {
  color: #80765a;
}

.lh-1_3 {
  line-height: 1.3;
}

.lh-1_4 {
  line-height: 1.4;
}

.lh-1_5 {
  line-height: 1.5;
}

.lh-1_6 {
  line-height: 1.6;
}

.lh-1_7 {
  line-height: 1.7;
}

.lh-1_8 {
  line-height: 1.8;
}

.lh-2 {
  line-height: 2;
}

.lh-2_2 {
  line-height: 2.2;
}

.lh-2_5 {
  line-height: 2.5;
}
@media screen and (max-width: 450px) {
  .lh-2_5 {
    line-height: 1.8;
  }
}

.lh-2_7 {
  line-height: 2.7;
}
@media screen and (max-width: 450px) {
  .lh-2_7 {
    line-height: 2;
  }
}

.bg-pink_txt {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem;
  color: #fff;
  background-color: #cd356f;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.w-50em {
  display: inline-block;
  width: 0.5em;
}

.wm-rl {
  writing-mode: vertical-rl;
}

/***************************

object/utility/_font.scss

***************************/
.en {
  font-family: "Marcellus", serif;
}

.num {
  font-family: "Arial", sans-serif;
}/*# sourceMappingURL=style.css.map */