@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  word-break: break-all;
  font-size: 10px; /* ベース：10px（1rem = 10px） */
  margin: 0;
  padding: 0;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 980px) {
  html {
    font-size: 1.0204081633vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Kaisei Opti", "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: 400;
  letter-spacing: 0;
  color: #efcb85;
  margin: 0;
  padding: 0;
  height: 100%;
}

/* PC、SPの非表示 */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
img {
  width: 100%;
  height: auto;
  display: block;
}

#container {
  width: 100%;
}

.inner {
  width: 92rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner {
    width: 31.5rem;
  }
}

.header {
  width: 100%;
  height: 8rem;
  background-color: rgba(13, 28, 76, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 999;
}
@media (max-width: 767px) {
  .header {
    height: 5rem;
  }
}
.header .header__container {
  width: 92rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .header .header__container {
    width: 100%;
    padding-right: 2rem;
  }
}
.header .header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .header .header__left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.header .header__left .header__logo {
  font-size: 3rem;
  font-weight: 600;
  padding: 1.7rem 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .header .header__left .header__logo {
    font-size: 2rem;
    padding: 1rem 0;
  }
}
.header .header__left .header__logo:hover {
  opacity: 0.6;
}
.header .header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .header .header__right {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.header .header__hb-btn {
  width: 7.2rem;
  height: 5rem;
  position: relative;
  background-color: #000;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  z-index: 110;
}
.header .header__hb-btn:hover {
  opacity: 0.6;
}
.header .header__hb-btn span {
  display: block;
  width: 3.2rem;
  height: 0.4rem;
  background-color: #efcb85;
  position: absolute;
  left: 2rem;
  border-radius: 0.2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .header__hb-btn span:nth-child(1) {
  top: 0.9rem;
}
.header .header__hb-btn span:nth-child(2) {
  top: 2.3rem;
}
.header .header__hb-btn span:nth-child(3) {
  top: 3.7rem;
}
.header .header__hb-btn.active span:nth-child(1) {
  top: 2.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .header__hb-btn.active span:nth-child(2) {
  display: none;
}
.header .header__hb-btn.active span:nth-child(3) {
  top: 2.5rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header .header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
@media (max-width: 767px) {
  .header .header__nav {
    display: block;
    width: 75%;
    position: fixed;
    top: 5rem;
    left: -90%;
    padding-right: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 100;
  }
}
@media (max-width: 767px) {
  .header .header__nav li {
    background-color: #000;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header .header__nav li:hover {
    background-color: #fff;
  }
}
.header .header__nav a {
  font-size: 1.8rem;
  padding: 3rem 0;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .header .header__nav a {
    display: inline-block;
    padding: 2.5rem;
    width: 100%;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.6rem;
  }
}
.header .header__nav a::before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background-color: #efcb85;
  position: absolute;
  bottom: 2.4rem;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0.6;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media (max-width: 767px) {
  .header .header__nav a::before {
    display: none;
  }
}
.header .header__nav a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .header .header__nav a:hover {
    opacity: 1;
  }
}
.header .header__nav a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.header .header__nav.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  height: auto;
  left: 0;
}

.line-icon {
  width: 4rem;
  height: 4rem;
  margin-left: 1rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.line-icon:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .line-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 80;
}

.fv {
  width: 100%;
  height: auto;
  padding-top: 12rem;
}
@media (max-width: 767px) {
  .fv {
    padding-top: 5.5rem;
  }
}
.fv .fv__container {
  width: 96rem;
  height: 100%;
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .fv .fv__container {
    width: 100%;
    gap: 1.5rem;
  }
}
.fv .fv__container .fv__img {
  width: 55%;
  height: 100%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .fv .fv__container .fv__img {
    width: calc(50% - 0.75rem);
    padding-left: 1rem;
  }
}
.fv .fv__container .fv__img img {
  width: 35rem;
  height: 35rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .fv .fv__container .fv__img img {
    width: 100%;
    height: auto;
  }
}
.fv .fv__container .fv__img p {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .fv .fv__container .fv__img p {
    font-size: 1.5rem;
  }
}
.fv .fv__container .fv__img02 {
  width: 45%;
  height: auto;
  position: relative;
  aspect-ratio: 430/580;
  cursor: pointer;
}
@media (max-width: 767px) {
  .fv .fv__container .fv__img02 {
    width: calc(50% - 0.75rem);
    padding-right: 1rem;
  }
}
.fv .fv__container .fv__img02::before {
  content: "";
  position: absolute;
  top: -4rem;
  left: -4rem;
  right: -4rem;
  bottom: -4rem;
  background: url(../images/frame.png) no-repeat center/cover;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 767px) {
  .fv .fv__container .fv__img02::before {
    top: -1.4rem;
    left: -1.4rem;
    right: -1.4rem;
    bottom: -1.4rem;
  }
}
.fv .fv__container .fv__img02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}
.fv .fv__container .fv__img02 .slide-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}
.fv .fv__container .fv__img02 .slide-item.active {
  opacity: 1;
}
.fv .fv__container .fv__img02 .slideshow-control {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8rem;
  height: 8rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  z-index: 10;
}
.fv .fv__container .fv__img02 .slideshow-control::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
  border-left: 3rem solid white;
}
@media (max-width: 767px) {
  .fv .fv__container .fv__img02 .slideshow-control {
    width: 4rem;
    height: 4rem;
  }
  .fv .fv__container .fv__img02 .slideshow-control::before {
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-left: 1.5rem solid white;
  }
}

.fv__news-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(5%, #000), color-stop(95%, #000), to(transparent));
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(5%, #000), color-stop(95%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.fv__news-container .fv__news {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  gap: var(--gap, 60rem);
}
.fv__news-container .fv__news::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--gap, 60rem);
          flex: 0 0 var(--gap, 60rem); /* 幅ちょうど gap と同じだけのダミー */
}
.fv__news-container .fv__news.is-clone {
  position: absolute;
  left: 0;
  top: 0;
}
.fv__news-container .fv__news-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5rem 3rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.fv__news-container .fv__news-inner::before {
  content: "";
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin-right: 1rem;
  background-image: url("../images/news.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.fv__news-container p {
  font-size: 2.4rem;
  letter-spacing: 0.3em;
}

/* SP調整 */
@media (max-width: 767px) {
  .fv__news-container .fv__news {
    --gap: 20rem;
  }
  .fv__news-container p {
    font-size: 2rem;
  }
}
.sec-title {
  text-align: center;
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .sec-title {
    padding-bottom: 3rem;
  }
}
.sec-title h2 {
  font-size: 3rem;
  color: #efcb85;
  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;
  gap: 2rem;
}
@media (max-width: 767px) {
  .sec-title h2 {
    font-size: 2rem;
    gap: 2rem;
  }
}
.sec-title h2::before, .sec-title h2::after {
  content: "";
  display: inline-block;
  width: 6rem;
  height: 6rem;
  background-image: url("../images/rose.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .sec-title h2::before, .sec-title h2::after {
    width: 3rem;
    height: 3rem;
  }
}

.rose-line {
  width: 60rem;
  height: 10rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .rose-line {
    width: 100%;
    height: 4rem;
  }
}
.rose-line img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.parallax {
  background-color: rgba(13, 28, 76, 0.1);
}
.parallax::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/background.jpg") center/cover no-repeat;
  z-index: -1;
}

html, body {
  -ms-touch-action: manipulation;
      touch-action: manipulation; /* ズームやスワイプなどのジェスチャーを無効化 */
}

.footer__content {
  width: 100%;
  background-color: rgba(13, 28, 76, 0.9);
  padding-top: 3rem;
}
.footer__content .footer__nav {
  width: 100%;
  display: inline-block;
  border-bottom: 0.2rem solid #efcb85;
}
.footer__content .footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .footer__content .footer__nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    row-gap: 0.5rem;
    padding-bottom: 3rem;
  }
}
.footer__content .footer__nav ul li a {
  font-size: 2rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer__content .footer__nav ul li a:hover {
  opacity: 0.7;
}
.footer__content .footer__nav ul .footer__contact {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__content .footer__nav ul .footer__contact::after {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-image: url("../images/LINE.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.5rem;
}
.footer__content .footer__sns ul {
  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;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .footer__content .footer__sns ul {
    padding-top: 3rem;
  }
}
.footer__content .footer__sns ul li a {
  display: block;
  width: 4.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer__content .footer__sns ul li a:hover {
  opacity: 0.7;
}
.footer__content .footer__copyright {
  display: block;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .footer__content .footer__copyright {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

#page-top {
  width: 6.8rem;
  height: 6.8rem;
  border-radius: 50%;
  overflow: hidden;
  position: fixed;
  bottom: 6rem;
  right: 6rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#page-top:hover {
  cursor: pointer;
  opacity: 0.6;
}
@media (max-width: 767px) {
  #page-top {
    width: 4rem;
    height: 4rem;
    right: 1rem;
  }
}

.gallery {
  width: 100%;
  height: auto;
  padding-top: 9rem;
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .gallery {
    padding-top: 6rem;
    padding-bottom: 1.5rem;
  }
}
.gallery .gallery__container {
  width: 100%;
}
.gallery .gallery__container .gallery__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem;
  gap: 4rem;
}
@media (max-width: 767px) {
  .gallery .gallery__container .gallery__images {
    padding: 0;
    gap: 0.5rem;
  }
}
.gallery .gallery__container .gallery__images .image-frame {
  position: relative;
  width: calc((100% - 12rem) / 4);
  text-align: center;
  aspect-ratio: 1774/2364;
  display: inline-block;
  /* 枠 */
}
@media (max-width: 767px) {
  .gallery .gallery__container .gallery__images .image-frame {
    width: calc((100% - 1.5rem) / 4);
  }
}
.gallery .gallery__container .gallery__images .image-frame::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: -2rem;
  right: -2rem;
  bottom: -2rem;
  background: url(../images/frame.png) no-repeat center/cover;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .gallery .gallery__container .gallery__images .image-frame::before {
    top: 0.3rem;
    left: 0.3rem;
    right: 0.3rem;
    bottom: 0.3rem;
  }
}
.gallery .gallery__container .gallery__images .image-frame img {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .gallery .gallery__container .gallery__images .image-frame img {
    padding: 1rem;
  }
}
.gallery .gallery__container .gallery__images .image-frame img:hover {
  opacity: 0.6;
}
.gallery .gallery__container .load-more {
  text-align: center;
  margin-top: 2rem;
}
.gallery .gallery__container .load-more .load-more-btn {
  padding: 1rem 2rem;
  font-size: 2.5rem;
  background-color: #000;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .gallery .gallery__container .load-more .load-more-btn {
    font-size: 1.5rem;
  }
}
.gallery .gallery__container .load-more .load-more-btn:hover {
  opacity: 0.6;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-content {
  background-color: #15204c;
  padding: 2rem;
  text-align: center;
  width: 60rem;
  max-height: 90vh;
  position: relative;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .modal-content {
    width: 90%;
    height: auto;
  }
}

.prev {
  position: absolute;
  top: 45%;
  left: 1rem;
  font-size: 3rem;
  font-weight: 800;
  cursor: pointer;
  display: inline-block;
}
@media (max-width: 767px) {
  .prev {
    left: 1.5rem;
    font-size: 2rem;
  }
}

.next {
  position: absolute;
  top: 45%;
  right: 1rem;
  font-size: 3rem;
  font-weight: 800;
  cursor: pointer;
  display: inline-block;
}
@media (max-width: 767px) {
  .next {
    font-size: 2rem;
    right: 1.5rem;
  }
}

.close {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  font-size: 3rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .close {
    font-size: 2rem;
  }
}

.images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .images {
    gap: 1rem;
  }
}
.images .image-frame {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(45% - 0.75rem);
          flex: 0 0 calc(45% - 0.75rem);
  position: relative;
  width: auto !important;
  aspect-ratio: 1774/2364;
}
.images .image-frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.images .image-frame::before {
  content: "";
  position: absolute;
  top: -4rem; /* 画像の外側に枠を配置 */
  left: -2rem;
  right: -2rem;
  bottom: -4rem;
  background: url(../images/frame.png) no-repeat center/cover;
  z-index: 1;
  display: block;
  pointer-events: none;
}
@media (max-width: 767px) {
  .images .image-frame::before {
    top: -2rem; /* 画像の外側に枠を配置 */
    left: -1rem;
    right: -1rem;
    bottom: -2rem;
  }
}

.description {
  margin-top: 1rem;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .description {
    width: 100%;
    font-size: 1.1rem;
  }
}

.price {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 0.5rem;
}

/* bodyのスクロールを無効にするクラス */
.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.menu {
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .menu {
    padding-top: 6rem;
  }
}

.menu__container {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .menu__container {
    text-align: left;
  }
}
.menu__container .menu__images {
  padding: 0rem 8rem 6rem 8rem;
}
@media (max-width: 767px) {
  .menu__container .menu__images {
    padding: 0rem 0rem 3rem 0rem;
  }
}
.menu__container p {
  font-size: 2.4rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .menu__container p {
    font-size: 1.6rem;
  }
}

.access {
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .access {
    padding-top: 6rem;
  }
}

.access__container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .access__container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.access__container .access__image {
  width: 50%;
  height: auto;
}
@media (max-width: 767px) {
  .access__container .access__image {
    width: 100%;
    height: auto;
    text-align: center;
  }
}
.access__container .access__image .access__video {
  position: relative;
  width: 60%;
  height: auto;
  margin-left: 8rem;
}
@media (max-width: 767px) {
  .access__container .access__image .access__video {
    margin-left: 0;
  }
}
.access__container .access__image .button__box {
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: 90%;
  left: 23%;
  z-index: 99;
  text-align: center;
  margin-left: 8rem;
}
@media (max-width: 767px) {
  .access__container .access__image .button__box {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0;
    top: 51.5%;
    left: 74%;
  }
}
.access__container .access__info {
  width: 60%;
}
@media (max-width: 767px) {
  .access__container .access__info {
    width: 100%;
  }
}
.access__container .access__info .store-info__address {
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .access__container .access__info .store-info__address {
    font-size: 2.4rem;
  }
}
.access__container .access__info p {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .access__container .access__info p {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}
.access__container .access__info .store-info__phone {
  font-size: 2.8rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .access__container .access__info .store-info__phone {
    font-size: 2.6rem;
    pointer-events: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .access__container .access__info .store-info__phone:hover {
    opacity: 0.6;
  }
  .access__container .access__info .store-info__phone span {
    -webkit-transition: none;
  }
  .access__container .access__info .store-info__phone span:hover {
    opacity: 1;
  }
}
.access__container .access__info .store-info__note {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .access__container .access__info .store-info__note {
    font-size: 1.6rem;
    letter-spacing: -0.02em;
  }
}

.access__map {
  margin: 0 auto;
  width: 76rem;
}
@media (max-width: 767px) {
  .access__map {
    width: 100%;
  }
}
.access__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 760/300;
}
@media (max-width: 767px) {
  .access__map iframe {
    aspect-ratio: 315/300;
  }
}

.contact {
  width: 100%;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.contact .contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 3rem;
}
.contact .contact__btn .btn {
  width: 50rem;
  height: 10rem;
  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;
  background-color: rgb(13, 28, 76);
  border: 0.2rem solid #efcb85;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
@media (max-width: 767px) {
  .contact .contact__btn .btn {
    width: 100%;
  }
}
.contact .contact__btn .btn img {
  width: 4.5rem;
  height: 4.5rem;
  margin-right: 1rem;
}
.contact .contact__btn .btn p {
  font-size: 4rem;
  display: block;
}
@media (max-width: 767px) {
  .contact .contact__btn .btn p {
    font-size: 2rem;
  }
}
.contact .contact__btn .btn p::after {
  content: "";
  position: absolute;
  top: 28%;
  margin-left: 1rem;
  width: 3rem;
  height: 4.5rem;
  background-color: #efcb85;
  clip-path: polygon(50% 50%, 0 0, 0 100%);
  pointer-events: none;
}
.contact .contact__btn .btn:hover {
  color: rgb(13, 28, 76);
  background-color: rgba(255, 255, 255, 0.8);
}/*# sourceMappingURL=style.css.map */