@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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 {
  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] {
  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 */
  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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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;
}

/**
 * 1. 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 */
}

/**
 * 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 {
  overflow: auto;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  font-size: 1.6em;
  line-height: 1.8;
  height: 100%;
  color: #343434;
  letter-spacing: 0.1em;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

/* common link */
a:link {
  color: #f45d67;
  text-decoration: none;
}

a:visited {
  color: #f45d67;
  text-decoration: none;
}

a:active {
  color: #f45d67;
  text-decoration: none;
}

a:hover {
  color: #f45d67;
  text-decoration: underline;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
    text-decoration: none;
  }
}
.l-wrapper {
  position: relative;
  margin: 0 auto;
}

.js-fade-in,
.js-fade-up,
.js-fade-down,
.js-fade-pop {
  opacity: 0;
}

#btn_ptop {
  position: fixed;
  bottom: min(2vw, 20px);
  right: min(2vw, 20px);
  z-index: 8888;
}
#btn_ptop a:hover .arrow {
  background: #d4b147;
}
#btn_ptop .arrow {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #000;
  padding-bottom: 8px;
  height: 60px;
  width: 60px;
  border-radius: 9999px;
  transition: all 0.25s ease-in-out;
}
#btn_ptop .arrow::before {
  position: absolute;
  content: "";
  clip-path: polygon(7% 100%, 0 93%, 50% 43%, 100% 93%, 93% 100%, 50% 57%, 7% 100%);
  height: 0.8em;
  aspect-ratio: 1;
  background-color: #fff;
}

@media (max-width: 768px) {
  #btn_ptop a:hover .arrow {
    background: #000;
  }
  #btn_ptop .arrow {
    padding-bottom: 7px;
    height: 50px;
    width: 50px;
    transition: all 0s ease-in-out;
  }
  #btn_ptop .arrow::before {
    height: 0.8em;
  }
}
/* .l-header */
.l-header {
  position: fixed;
  top: 0;
  height: 100px;
  z-index: 10;
}
.l-header__logo {
  position: fixed;
  top: min(2vw, 20px);
  left: min(3vw, 30px);
  z-index: 30;
}
.l-header__logo img {
  display: block;
  width: 140px;
  transition: all 0.25s ease;
}
.l-header__logo img:hover {
  opacity: 0.8;
}
.top .l-header__logo {
  display: none;
}

@media (max-width: 1024px) {
  /* .l-header */
  .l-header__logo {
    top: 2vw;
    left: 4vw;
  }
  .l-header__logo img {
    width: 120px;
    transition: all 0.25s ease;
  }
  .l-header__logo img:hover {
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  /* .l-header */
  .l-header__logo img {
    width: 100px;
    transition: all 0s ease;
  }
  .l-header__logo img:hover {
    opacity: 1;
  }
}
/* .l-main */
.l-main {
  width: 100%;
}

.l-main__wrapper {
  position: relative;
  margin: 0 auto;
}

/* .l-contents */
.l-contents {
  margin: 0 auto;
  padding: 0 min(4vw, 40px);
}

/* .l-footer */
.l-footer {
  padding: min(6vw, 60px) min(1vw, 10px) min(6vw, 60px);
  background: #f7f7f7;
  text-align: center;
}

.c-title-1 {
  margin: 0 auto min(6vw, 60px);
  text-align: center;
  color: #b4922c;
}
.c-title-1 .-en {
  margin-bottom: 0.1em;
  display: block;
  font-family: "Poppins";
  font-size: 7rem;
  font-weight: 300;
  line-height: 1.2;
}
.c-title-1 .-jp {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
}

.c-title-2 {
  margin: 0 auto min(5vw, 50px);
  max-width: 1080px;
  text-align: center;
  color: #b4922c;
}
.c-title-2 .-en {
  margin-bottom: 0.1em;
  display: flex;
  align-items: center;
  font-family: "Poppins";
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.2;
}
.c-title-2 .-en:before, .c-title-2 .-en:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #d9d9d9;
}
.c-title-2 .-en:before {
  margin-right: 0.8em;
}
.c-title-2 .-en:after {
  margin-left: 0.8em;
}
.c-title-2 .-en .-small {
  display: inline-block;
  padding: 0 0.5em;
  font-size: 0.8em;
}
.c-title-2 .-jp {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
}

.c-title-3 {
  display: flex;
  align-items: center;
  margin: 0 auto min(4vw, 40px);
  font-family: "Poppins";
  font-size: 2.4rem;
}
.c-title-3:before {
  content: "";
  width: 35px;
  height: 3px;
  background-color: #000;
}
.c-title-3:before {
  margin-right: 0.8em;
}

@media (max-width: 768px) {
  .c-title-1 .-en {
    font-size: 6rem;
  }
  .c-title-1 .-jp {
    font-size: 1.8rem;
  }
  .c-title-2 .-en {
    font-size: 3.4rem;
  }
  .c-title-2 .-jp {
    font-size: 1.8rem;
  }
  .c-title-3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 576px) {
  .c-title-1 .-en {
    font-size: 10vw;
  }
  .c-title-1 .-jp {
    font-size: 1.6rem;
  }
  .c-title-2 .-en {
    font-size: 6vw;
  }
  .c-title-2 .-en .-small {
    display: none;
  }
  .c-title-2 .-jp {
    font-size: 1.6rem;
  }
  .c-title-3 {
    font-size: 2.4rem;
  }
}
a.c-button-1,
a.c-button-2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #b4922c;
  padding: 10px;
  height: 70px;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  transition: all 0.25s linear;
}
a.c-button-1::before,
a.c-button-2::before {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: "";
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 0.8em;
  aspect-ratio: 1;
  background-color: #fff;
  transition: all 0.25s linear;
}
a.c-button-1:hover,
a.c-button-2:hover {
  background: #d4b147;
}

a.c-button-2 {
  background: #fff;
  color: #b4922c;
  border: 1px solid #b4922c;
}
a.c-button-2::before {
  background-color: #b4922c;
}
a.c-button-2:hover {
  background: #d4b147;
  color: #fff;
  border: 1px solid #d4b147;
}
a.c-button-2:hover::before {
  background-color: #fff;
}

.c-button-frame-1 {
  margin: 0 auto;
  max-width: 480px;
}

.c-button-frame-2 {
  max-width: 420px;
}

@media (max-width: 768px) {
  a.c-button-1:hover,
  a.c-button-2:hover {
    background: #b4922c;
  }
  a.c-button-2 {
    background: #fff;
    color: #b4922c;
    border: 1px solid #b4922c;
  }
  a.c-button-2::before {
    background-color: #b4922c;
  }
  a.c-button-2:hover {
    background: #fff;
    color: #b4922c;
    border: 1px solid #b4922c;
  }
  a.c-button-2:hover::before {
    background-color: #b4922c;
  }
}
@media (max-width: 576px) {
  .c-button-frame-1 {
    max-width: inherit;
    width: 100%;
  }
  .c-button-frame-2 {
    max-width: inherit;
    width: 100%;
  }
}
.c-table-1 {
  display: grid;
  grid-template-columns: 14em 1fr;
}
.c-table-1 .-head {
  padding: min(2.5vw, 25px) min(3vw, 30px);
  border-bottom: solid 1px #e1e1e1;
  border-right: solid 1px #e1e1e1;
  font-weight: 400;
  background: #f9f9f9;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.c-table-1 .-head:nth-of-type(1) {
  border-top: solid 1px #e1e1e1;
}
.c-table-1 .-body {
  padding: min(2.5vw, 25px) min(3vw, 30px);
  border-bottom: solid 1px #e1e1e1;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.c-table-1 .-body span {
  display: inline-block;
}
.c-table-1 .-body:nth-of-type(1) {
  border-top: solid 1px #e1e1e1;
}

@media (max-width: 768px) {
  .c-table-1 {
    display: grid;
    grid-template-columns: 1fr;
  }
  .c-table-1 .-head {
    padding: 2vw;
    border-right: none;
  }
  .c-table-1 .-body {
    padding: 2vw;
  }
  .c-table-1 .-body:nth-of-type(1) {
    border-top: none;
  }
}
.c-scroll {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
  /*全体の高さ*/
  height: 150px;
  /*高さ・位置・透過が変化して線が上から下に動く*/
}
.c-scroll span {
  /*描画位置*/
  position: absolute;
  bottom: 0;
  font-size: 1.4rem;
  transform: translateX(-45%);
}
.c-scroll::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.7);
  animation: pathmove 1.8s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 60px;
    opacity: 0.5;
  }
  100% {
    height: 0;
    top: 100px;
    opacity: 0;
  }
}

.c-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  left: 0;
  color: #000;
  padding: min(1vw, 10px) min(3vw, 30px);
  z-index: 20;
}
.c-breadcrumb__list {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  padding: min(1vw, 10px) 30px min(1vw, 10px) min(1vw, 10px);
  line-height: 1.4;
}
.c-breadcrumb__list::before {
  position: absolute;
  margin-bottom: -2px;
  right: 0;
  content: "";
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 0.8em;
  aspect-ratio: 1;
  background-color: #000;
}
.c-breadcrumb__list:last-child::before {
  display: none;
}
.c-breadcrumb__list a {
  color: #000;
  text-decoration: none;
  transition: all 0.15s linear;
}
.c-breadcrumb__list a:hover {
  color: #d4b147;
}

#breadcrumbs {
  color: #000;
  padding: min(1vw, 10px) min(3vw, 30px);
  z-index: 20;
}
#breadcrumbs a {
  color: #000;
  text-decoration: none;
  transition: all 0.15s linear;
}
#breadcrumbs a:hover {
  color: #d4b147;
}

@media (max-width: 768px) {
  .c-breadcrumb__list {
    padding: min(1vw, 10px) 30px min(1vw, 10px) min(1vw, 10px);
    font-size: 1.4rem;
  }
  .c-breadcrumb__list::before {
    height: 0.8em;
  }
  .c-breadcrumb__list a {
    transition: all 0s linear;
  }
  .c-breadcrumb__list a:hover {
    color: #000;
  }
  #breadcrumbs {
    width: 100svw;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
  }
  #breadcrumbs a {
    transition: all 0s linear;
  }
  #breadcrumbs a:hover {
    color: #000;
  }
}
.p-top-mv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #646464;
  height: 100svh;
  width: 100%;
}
.p-top-mv__title {
  position: relative;
  z-index: 5;
  text-align: center;
  width: min(70vw, 680px);
}
.p-top-mv__title .-logo {
  margin-bottom: min(5vw, 50px);
}
.p-top-mv__title .-title {
  font-family: "Poppins";
  font-size: min(5vw, 2.4rem);
  font-weight: 300;
  color: #fff;
  line-height: 1.4;
}
.p-top-mv__ph {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.p-top-mv__ph img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.p-top-mv .-mask-1 {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  transform: translate3d(0px, 0px, 0px);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.52) 32%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 2;
}
.p-top-mv .-mask-2 {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
}
.p-top-mv .-scroll {
  position: absolute;
  bottom: min(4vw, 30px);
  left: 50%;
  z-index: 4;
  color: #fff;
  transform: translateX(-50%);
}

@media (orientation: landscape) and (max-width: 880px) {
  .p-top-mv {
    align-items: flex-start;
  }
  .p-top-mv__title {
    width: min(70vw, 680px);
  }
  .p-top-mv__title .-logo {
    width: 38vw;
    margin: 6vw auto 2vw;
  }
  .p-top-mv__title .-title {
    font-size: 1.8rem;
  }
  .p-top-mv .-scroll {
    bottom: 2vw;
    left: 50%;
  }
}
.p-top-about {
  margin-bottom: min(18vw, 180px);
  text-align: center;
}
.p-top-about__inner {
  margin: 0 auto;
  max-width: 1400px;
}
.p-top-about__lead {
  display: flex;
  flex-direction: column;
  gap: min(4vw, 30px);
  margin-bottom: min(8vw, 80px);
  font-size: 1.6rem;
  line-height: 2.2;
}
.p-top-about__lead .-txt {
  font-size: 1.6rem;
}
.p-top-about__ph {
  margin: 0;
}

.p-top-instructor {
  margin-bottom: min(18vw, 180px);
}
.p-top-instructor__inner {
  display: grid;
  grid-template-columns: min(39.2vw, 580px) 1fr;
  grid-template-areas: "ph profile" "message message";
  gap: min(6vw, 60px);
  margin: 0 auto;
  max-width: 1320px;
}
.p-top-instructor__ph {
  grid-area: ph;
  margin: 0;
}
.p-top-instructor__profile {
  grid-area: profile;
  margin: 0;
}
.p-top-instructor__profile .-profile__name {
  margin-bottom: min(4vw, 40px);
  font-family: "Poppins";
  font-size: 4.2rem;
}
.p-top-instructor__profile .-profile__txt {
  margin-bottom: min(8vw, 80px);
}
.p-top-instructor__profile .-profile__txt .-txt {
  font-size: 1.6rem;
}
.p-top-instructor__profile .-profile__lists {
  display: flex;
  flex-direction: column;
  gap: min(1vw, 10px);
}
.p-top-instructor__message {
  grid-area: message;
  margin: 0 auto;
  max-width: 920px;
}
.p-top-instructor__message .-message__txt {
  display: flex;
  flex-direction: column;
  gap: min(4vw, 30px);
}
.p-top-instructor__message .-message__txt .-txt {
  font-size: 1.6rem;
}

.p-top-information {
  margin-bottom: min(18vw, 180px);
}
.p-top-information__inner {
  margin: 0 auto;
  max-width: 1400px;
}
.p-top-information__ph {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "ph1 ph2" "ph1 ph3";
  margin-bottom: min(5vw, 50px);
}
.p-top-information__ph .-ph-1 {
  grid-area: ph1;
}
.p-top-information__ph .-ph-2 {
  grid-area: ph2;
}
.p-top-information__ph .-ph-3 {
  grid-area: ph3;
}
.p-top-information__lists {
  display: grid;
  gap: min(3vw, 25px);
  margin: 0 auto;
  max-width: 880px;
}
.p-top-information__lists-list {
  display: flex;
  align-items: center;
  gap: min(2vw, 20px);
  padding: min(3vw, 25px) min(5vw, 55px);
  border-radius: 9999px;
  background: #e3f39e;
  font-size: min(3.4vw, 2.8rem);
  font-weight: 500;
  line-height: 1.4;
}
.p-top-information__lists-list .-icon img {
  width: min(6vw, 50px);
}
.p-top-information__lists-list .-txt {
  flex: 1;
}

@media (max-width: 1024px) {
  .p-top-instructor__inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "ph" "profile" "message";
  }
  .p-top-instructor__ph {
    margin: 0 auto;
    max-width: 580px;
  }
  .p-top-instructor__profile .-profile__name {
    font-size: 4.2rem;
  }
}
@media (max-width: 768px) {
  .p-top-about {
    text-align: left;
  }
}
@media (max-width: 576px) {
  .p-top-information__ph {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "ph1" "ph2" "ph3";
  }
  .p-top-information__ph .-ph-1 {
    height: 80vw;
    overflow: hidden;
  }
  .p-top-information__lists {
    display: grid;
    gap: min(3vw, 25px);
    margin: 0 auto;
    max-width: 880px;
  }
  .p-top-information__lists-list {
    gap: 10px;
    padding: 4vw 5vw;
    font-size: 1.8rem;
    font-size: 4.6vw;
    font-weight: 500;
    line-height: 1.4;
  }
  .p-top-information__lists-list .-icon img {
    width: 30px;
  }
  .p-top-information__lists-list .-txt {
    flex: 1;
  }
}
.p-top-price {
  margin-bottom: min(18vw, 180px);
}
.p-top-price__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(6vw, 60px);
  margin: 0 auto;
  max-width: 740px;
}
.p-top-price .-price__lists {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: min(3vw, 30px);
}
.p-top-price .-price__lists-list {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: solid 2px #000;
  font-size: 2rem;
}
.p-top-price .-price__title {
  padding: 0 8px;
  font-size: 1.6rem;
  line-height: 1.4;
}
.p-top-price .-price__title span {
  font-size: 1.4rem;
}
.p-top-price .-price__info {
  padding: 10px;
  font-size: 1.4rem;
  text-align: right;
}

.p-top-payment {
  margin-bottom: min(18vw, 180px);
}
.p-top-payment__inner {
  margin: 0 auto;
  max-width: 1400px;
  text-align: center;
}
.p-top-payment .-payment__lists {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5vw min(1vw, 10px);
  margin-bottom: min(1vw, 10px);
}
.p-top-payment .-payment__lists-list {
  padding: 10px;
  min-width: 220px;
  font-size: 1.6rem;
  line-height: 1;
  border: 1px solid #d9d9d9;
  border-radius: 9999px;
}
.p-top-payment .-payment__lists-info {
  margin-bottom: min(3vw, 30px);
}

.p-top-reserve {
  margin-bottom: min(18vw, 180px);
}
.p-top-reserve__inner {
  margin: 0 auto;
  max-width: 1400px;
  text-align: center;
}
.p-top-reserve .-reserve__txt-1 {
  margin-bottom: min(3vw, 30px);
  font-size: 1.6rem;
}
.p-top-reserve .-reserve__txt-1 em {
  font-weight: 500;
  font-style: normal;
  color: #6aad00;
}
.p-top-reserve .-reserve__txt-2 {
  margin-top: min(5vw, 50px);
  font-size: 1.6rem;
}
.p-top-reserve .-reserve__txt-2 em {
  font-size: 1.8rem;
  font-weight: 500;
  font-style: normal;
  color: #6aad00;
}
.p-top-reserve .-reserve__logo {
  display: block;
  margin: 0 auto min(1vw, 10px);
  width: 60px;
}

.p-top-access {
  margin-bottom: min(18vw, 180px);
}
.p-top-access__inner {
  margin: 0 auto;
  max-width: 1400px;
  text-align: center;
}
.p-top-access__lead {
  margin-bottom: min(5vw, 50px);
}
.p-top-access .-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 580px; /* 比率を4:3に固定 */
}
.p-top-access .-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-top-inquiry__inner {
  margin: 0 auto;
  max-width: 1400px;
  text-align: center;
}
.p-top-inquiry__lead {
  margin-bottom: min(4vw, 40px);
}

@media (max-width: 1024px) {
  .p-top-access .-map {
    padding-top: 60%;
  }
}
@media (max-width: 576px) {
  .p-top-price__inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .p-top-price .-price__lists {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 8vw;
  }
  .p-top-price .-price__lists-list {
    display: flex;
    justify-content: space-between;
    padding: 2vw;
  }
  .p-top-price .-price__info {
    padding: 0 1vw;
  }
  .p-top-payment .-payment__lists-list {
    width: 100%;
  }
  .p-top-reserve__inner {
    text-align: left;
  }
  .p-top-reserve .-reserve__txt-2 em {
    font-size: 1.6rem;
  }
  .p-top-reserve .-reserve__logo {
    margin: 0 auto 1.5vw;
    width: 50px;
  }
  .p-top-access__lead {
    text-align: left;
  }
  .p-top-access .-map {
    padding-top: 80%;
  }
  .p-top-inquiry__lead {
    text-align: left;
  }
}
.p-contents-mv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #646464;
  height: 340px;
  width: 100%;
}
.p-contents-mv__title {
  position: relative;
  z-index: 5;
  text-align: center;
}
.p-contents-mv__title .-title {
  padding-top: 40px;
  color: #b4922c;
}
.p-contents-mv__title .-title .-en {
  margin-bottom: 0.1em;
  display: block;
  font-family: "Poppins";
  font-size: 6.4rem;
  font-weight: 300;
  line-height: 1.2;
}
.p-contents-mv__title .-title .-jp {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
}
.p-contents-mv__ph {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.p-contents-mv__ph img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.p-contents-mv .-mask-1 {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  transform: translate3d(0px, 0px, 0px);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.52) 50%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 2;
}
.p-contents-mv .-mask-2 {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
}

.p-top-contents {
  margin: 0 auto;
  padding: min(16vw, 160px) 0 min(18vw, 180px);
  max-width: 1400px;
}

.p-contents {
  margin: 0 auto;
  padding: min(8vw, 80px) 0 min(18vw, 180px);
  max-width: 1400px;
}

@media (max-width: 768px) {
  .p-contents-mv {
    height: 45vw;
  }
  .p-contents-mv__title .-title {
    padding-top: 12vw;
  }
  .p-contents-mv__title .-title .-en {
    font-size: 8vw;
  }
  .p-contents-mv__title .-title .-jp {
    font-size: 1.8rem;
  }
}
.p-pp {
  margin: 0 auto;
  max-width: 940px;
}
.p-pp__lead {
  margin: 0 auto min(6vw, 60px);
  font-size: 1.6rem;
}
.p-pp .-pp-title {
  margin-bottom: min(1vw, 10px);
  font-size: 1.8rem;
  font-weight: 500;
}
.p-pp .-pp-box {
  margin-bottom: min(4vw, 40px);
}
.p-pp .-pp-txt-1 {
  margin-bottom: min(1vw, 10px);
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-pp .-pp-txt-r {
  margin-bottom: min(1vw, 10px);
  font-size: 1.6rem;
  text-align: right;
  line-height: 1.6;
}
.p-pp .-pp-list-1 > li {
  margin-bottom: min(1vw, 5px);
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-pp .-pp-list-2 > li {
  margin-bottom: min(1vw, 5px);
  text-indent: -2.5em;
  padding-left: 2.5em;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .p-pp .-pp-title {
    font-size: 1.8rem;
  }
  .p-pp .-pp-txt-1 {
    font-size: 1.6rem;
  }
  .p-pp .-pp-txt-r {
    font-size: 1.6rem;
  }
  .p-pp .-pp-list-1 li {
    font-size: 1.6rem;
  }
  .p-pp .-pp-list-2 li {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  .p-pp .-pp-title {
    font-size: 1.8rem;
  }
  .p-pp .-pp-txt-1 {
    font-size: 1.6rem;
  }
  .p-pp .-pp-list-1 li {
    font-size: 1.6rem;
  }
  .p-pp .-pp-list-2 li {
    font-size: 1.6rem;
  }
}
.p-contact__inner {
  margin: 0 auto;
  max-width: 1020px;
}
.p-contact__lead {
  margin-bottom: min(6vw, 60px);
  font-size: 1.6rem;
  text-align: center;
}
.p-contact__box {
  padding: min(10vw, 100px) min(12vw, 120px);
  background: #f4f4f4;
}
.p-contact__lists dt {
  padding: min(1vw, 10px);
  font-size: 1.8rem;
  font-weight: normal;
}
.p-contact__lists dd {
  padding: min(1vw, 10px) min(1vw, 10px) min(3vw, 30px);
}
.p-contact__lists dd .-info-txt {
  padding-left: 1em;
  font-size: 1.4rem;
}
.p-contact .-hissu,
.p-contact .-hissu-2 {
  margin-left: min(2vw, 15px);
  padding: 0.4em 1.5em 0.5em;
  background: #e3f39e;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 3px;
}
.p-contact .-hissu-2 {
  background: #e3f39e;
}

.date-list {
  margin-bottom: min(1.5vw, 10px);
  display: flex;
  align-items: flex-start;
  max-width: 680px;
  gap: min(1.5vw, 10px);
}
.date-list-title {
  padding-top: 1.2em;
  padding-right: min(1.5vw, 10px);
  width: 9em;
  text-align: right;
  display: flex;
  align-items: center;
}
.date-list-title:before {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #d7d7d7;
}
.date-list-title:before {
  margin-right: 0.5em;
}
.date-list-date {
  flex: 1;
}
.date-list-time {
  width: 11em;
}

#confirm .date-list-title {
  padding-top: 0;
}

.-info-day {
  display: inline-block;
  margin-left: 1.2em;
  font-size: 1.4rem;
}

.check-lists {
  display: flex;
  flex-wrap: wrap;
  column-gap: min(2.5vw, 20px);
}

.radio-lists {
  display: flex;
  flex-wrap: wrap;
  column-gap: min(2.5vw, 20px);
}
.radio-lists__list {
  padding-left: 34px;
  position: relative;
}

.p-contact__agree {
  margin-top: min(4vw, 40px);
}
.p-contact__agree-txt-1 {
  margin-bottom: min(2vw, 20px);
  font-size: 1.6rem;
  text-align: center;
}
.p-contact__agree-txt-2 {
  font-size: 1.8rem;
  text-align: center;
}
.p-contact__agree a {
  color: #000;
  text-decoration: underline;
}
.p-contact__agree a:hover {
  text-decoration: none;
}

.p-contact__btn-lists {
  margin-top: min(5vw, 50px);
  display: flex;
  justify-content: center;
  gap: min(2vw, 20px);
}
.p-contact__btn-lists-list {
  width: 100%;
  max-width: 420px;
}

.p-contact__complete-lead {
  margin-bottom: min(4vw, 35px);
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.6;
}
.p-contact__complete-txt {
  margin-bottom: min(6vw, 60px);
  text-align: center;
  font-size: 1.6rem;
}
.p-contact__complete-logo {
  margin: 0 auto min(8vw, 80px);
  width: 480px;
}
.p-contact__complete-logo a {
  transition: all 0.15s ease-out;
}
.p-contact__complete-logo a:hover {
  opacity: 0.7;
}

@media (max-width: 1024px) {
  .p-contact__lead {
    font-size: 1.6rem;
    text-align: left;
  }
  .p-contact__box {
    padding: 6vw 8vw;
  }
  .p-contact__lists dt {
    font-size: 1.8rem;
  }
  .p-contact .-hissu,
  .p-contact .-hissu-2 {
    font-size: 1.4rem;
  }
  .p-contact__agree-txt-1 {
    font-size: 1.6rem;
    text-align: left;
  }
  .p-contact__agree-txt-2 {
    font-size: 1.8rem;
  }
  .p-contact__agree a:hover {
    text-decoration: none;
  }
  .p-contact__complete-lead {
    text-align: center;
    font-size: 3rem;
  }
  .p-contact__complete-txt {
    text-align: left;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .p-contact__lead {
    font-size: 1.6rem;
  }
  .p-contact__box {
    padding: 2vw 3vw;
  }
  .p-contact__lists dt {
    font-size: 1.6rem;
  }
  .p-contact .-hissu,
  .p-contact .-hissu-2 {
    font-size: 1.3rem;
  }
  .p-contact__agree-txt-1 {
    font-size: 1.6rem;
  }
  .p-contact__agree-txt-2 {
    font-size: 1.8rem;
  }
  .p-contact__agree a:hover {
    text-decoration: underline;
  }
  .date-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .date-list-title {
    padding-right: calc(100% - 6em);
    width: 100%;
    display: flex;
    align-items: center;
  }
  .date-list-title:before {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #d7d7d7;
  }
  .date-list-title:before {
    margin-right: 0.5em;
  }
  .date-list-date {
    width: 65%;
  }
  .date-list-time {
    width: calc(35% - 1.5vw);
  }
  .p-contact__btn-lists {
    display: flex;
    flex-flow: column;
    gap: 3vw;
  }
  .p-contact__btn-lists-list {
    max-width: inherit;
  }
  .p-contact__btn-lists .-order-1 {
    order: 1;
  }
  .p-contact__btn-lists .-order-2 {
    order: 2;
  }
  .p-contact__complete-lead {
    text-align: center;
    font-size: 2.4rem;
  }
  .p-contact__complete-txt {
    font-size: 1.6rem;
  }
  .p-contact__complete-logo {
    width: 65vw;
  }
  .p-contact__complete-logo a {
    transition: all 0s ease-out;
  }
  .p-contact__complete-logo a:hover {
    opacity: 1;
  }
}
@media (max-width: 576px) {
  .p-contact__complete-lead {
    font-size: 2.2rem;
    text-align: left;
  }
  .p-contact__complete-txt {
    font-size: 1.6rem;
  }
}
.-form input[type=submit],
.-form input[type=text],
.-form input[type=tel],
.-form input[type=email],
.-form input[type=date],
.-form select,
.-form textarea,
.-form button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}
.-form input[type=text],
.-form input[type=tel],
.-form input[type=email],
.-form input[type=date],
.-form select,
.-form textarea {
  background: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  padding: min(2vw, 15px) min(3vw, 25px);
  width: 100%;
  transition: 0.25s;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #ebebeb;
}
.-form input[type=text]:focus,
.-form input[type=tel]:focus,
.-form input[type=email]:focus,
.-form input[type=date]:focus,
.-form select:focus,
.-form textarea:focus {
  background: #fff;
  border: 2px solid #d4b147;
  box-shadow: 0 0 0 1px #ebebeb;
}
.-form textarea[name=content] {
  display: inline-block;
  width: 100%;
}
.-form input::placeholder,
.-form textarea::placeholder {
  color: #ccc;
}
.-form label {
  display: inline-block;
  cursor: pointer;
}
.-form select,
.-form select:focus {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"><polygon points="0,0 10,0 5,5" fill="%23000000"/></svg>') no-repeat right 1.5em center;
  padding-right: 3em;
}

.arrow-next,
.arrow-prev {
  display: inline-block;
  position: relative;
  width: 100%;
}
.arrow-next .arrow,
.arrow-prev .arrow {
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 7px;
  height: 40px;
  width: 40px;
  transition: all 0.1s linear;
  z-index: 30;
}
.arrow-next .arrow::before,
.arrow-prev .arrow::before {
  position: absolute;
  content: "";
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 0.8em;
  aspect-ratio: 1;
  background: #fff;
}
.arrow-prev .arrow {
  left: 15px;
  padding-left: inherit;
}
.arrow-prev .arrow::before {
  clip-path: polygon(100% 7%, 93% 0, 43% 50%, 93% 100%, 100% 93%, 57% 50%, 100% 7%);
  background-color: #fff;
}
.arrow-prev:hover .arrow {
  right: inherit;
}

.c-button-next,
.c-button-prev {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #b4922c;
  text-align: center;
  height: 70px;
  padding: 10px;
  width: 100%;
  border: none;
  font-size: 2rem;
  text-decoration: none;
  color: #fff;
  transition: all 0.25s linear;
}
.c-button-next:disabled,
.c-button-prev:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.c-button-next:hover,
.c-button-prev:hover {
  background: #d4b147;
}

.c-button-prev {
  background: #5d5d5d;
}
.c-button-prev:hover {
  background: #6f6f6f;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  margin-top: min(1vw, 10px);
  color: #e62020 !important;
}

.custom-checkbox {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.custom-checkbox input[type=checkbox] {
  display: none;
}
.custom-checkbox .icon-wrapper {
  position: relative;
  font-size: 22px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.custom-checkbox .fa-regular.fa-square {
  position: absolute;
  margin-top: 10px;
  margin-right: 0;
  color: #000;
}
.custom-checkbox .fa-solid.fa-check {
  margin-top: 10px;
  margin-right: 0;
  position: absolute;
  color: #b4922c;
  display: none;
}
.custom-checkbox input[type=checkbox]:checked + .icon-wrapper .fa-regular.fa-square {
  display: none;
}
.custom-checkbox input[type=checkbox]:checked + .icon-wrapper .fa-solid.fa-check {
  display: block;
}

.radio-lists label::before,
.radio-lists label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.radio-lists label::before {
  border: 2px solid #000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}
.radio-lists label::after {
  border-radius: 50%;
  opacity: 0;
  width: 12px;
  height: 12px;
  left: 9px;
}
.radio-lists input:checked + label::after {
  opacity: 1;
}
.radio-lists .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

@media (max-width: 768px) {
  .arrow-next .arrow,
  .arrow-prev .arrow {
    transition: all 0s linear;
  }
  .arrow-next .arrow::before,
  .arrow-prev .arrow::before {
    height: 0.8em;
    transition: all 0s linear;
  }
  .c-button-next,
  .c-button-prev {
    transition: all 0s linear;
  }
  .c-button-next:hover,
  .c-button-prev:hover {
    background: #b4922c;
  }
  .c-button-prev:hover {
    background: #5d5d5d;
  }
}
.p-404 {
  text-align: center;
  padding: min(4vw, 40px) min(4vw, 40px) min(12vw, 120px);
}
.p-404__frame {
  margin: 0 auto;
  max-width: 1040px;
}

.p-404__en-1 {
  font-family: "Poppins";
  font-size: 140px;
  line-height: 1;
  font-weight: 500;
}

.p-404__en-2 {
  font-family: "Poppins";
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
}

.p-404__lead {
  margin-bottom: 80px;
  font-size: 16px;
}

@media (max-width: 576px) {
  .p-404__en-1 {
    font-size: 26vw;
  }
  .p-404__en-2 {
    margin-bottom: 3vw;
    font-size: 6vw;
    line-height: 1;
  }
  .p-404__lead {
    margin-bottom: 8vw;
    font-size: 15px;
  }
}
.p-gnav-wide {
  position: fixed;
  top: 25px;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 20;
  transition: all 0.15s linear;
}
.p-gnav-wide__lists {
  display: flex;
  padding: 0 20px;
  border-radius: 5px;
  transition: all 0.15s linear;
}
.p-gnav-wide__lists.is-scrolled {
  background: #000;
}
.p-gnav-wide__lists-list {
  padding: 15px;
  transition: all 0.15s linear;
}
.p-gnav-wide__lists-list a {
  display: inline-flex;
  align-items: center;
  font-family: "Poppins";
  font-size: 1.6rem;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  color: transparent;
  text-shadow: 0 -1.5em 0 #fff, 0 0 0 #fff;
  transition: text-shadow 0.2s;
  transition: all 0.15s linear;
}
.p-gnav-wide__lists-list a:hover {
  text-shadow: 0 0 0 #fff, 0 1.5em 0 #fff;
}

@media (max-width: 1240px) {
  .p-gnav-wide {
    top: 30px;
  }
  .p-gnav-wide__lists-list {
    padding: 10px;
  }
  .p-gnav-wide__lists-list a {
    font-size: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .p-gnav-wide {
    display: none;
  }
}
.p-gnav {
  display: none;
}

/* スマホメニュー開閉ボタン */
.p-gnav__wrap {
  display: none;
}

.p-gnav__wrap.open {
  display: block;
}

.p-gnav__wrap.close {
  display: none;
}

/* スマホメニュー開閉ボタン */
/* nav-wrap */
.p-gnav__wrap {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  opacity: 0;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100vw;
  height: 100svh;
  transition: all 0.25s;
}
.p-gnav__wrap.open {
  display: block;
  opacity: 1;
}
.p-gnav__wrap.close {
  display: none;
  opacity: 0;
  transition-delay: 0s;
}

/* p-gnav__button */
.p-gnav__button {
  z-index: 60;
  position: fixed;
  top: 20px;
  right: 20px;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 9999px;
  transition: all 0.25s;
  cursor: pointer;
}
.p-gnav__button.is-scrolled {
  background: #000;
}
.p-gnav__button:hover {
  background: #d4b147;
}
.p-gnav__button span {
  display: inline-block;
  position: absolute;
  left: 20px;
  width: 30px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transition: all 0.25s;
}
.p-gnav__button span:nth-of-type(1) {
  top: 24px;
}
.p-gnav__button span:nth-of-type(2) {
  top: 34px;
}
.p-gnav__button span:nth-of-type(3) {
  top: 44px;
}

.p-gnav__button.active {
  position: fixed;
}
.p-gnav__button.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.p-gnav__button.active span:nth-of-type(2) {
  opacity: 0;
}
.p-gnav__button.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

.p-gnav {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100svh;
  width: 100vw;
  text-align: center;
}
.p-gnav__lists-list a {
  display: block;
  padding: 10px;
  font-family: "Poppins";
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.6;
  color: #fff;
  text-decoration: none;
  transition: all 0.15s linear;
}
.p-gnav__lists-list a:hover {
  color: #d4b147;
}
.p-gnav__lists-list a.-logo {
  margin-bottom: 40px;
}
.p-gnav__lists-list a.-logo img {
  width: 180px;
}
.p-gnav__lists-list a.-logo:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  /* p-gnav__button */
  .p-gnav__button {
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
  }
  .p-gnav__button:hover {
    background: #343434;
  }
  .p-gnav__button span {
    left: 16px;
    width: 28px;
  }
  .p-gnav__button span:nth-of-type(1) {
    top: 20px;
  }
  .p-gnav__button span:nth-of-type(2) {
    top: 29px;
  }
  .p-gnav__button span:nth-of-type(3) {
    top: 38px;
  }
  .p-gnav__button.active {
    position: fixed;
  }
  .p-gnav__button.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  .p-gnav__button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .p-gnav__button.active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
  .p-gnav__lists-list a {
    padding: 1vw;
    font-size: 5.4vw;
    transition: all 0s linear;
  }
  .p-gnav__lists-list a:hover {
    color: #fff;
  }
  .p-gnav__lists-list a.-logo {
    margin-bottom: 6vw;
  }
  .p-gnav__lists-list a.-logo img {
    width: 40vw;
  }
  .p-gnav__lists-list a.-logo:hover {
    opacity: 1;
  }
}
@media (max-width: 576px) {
  /* p-gnav__button */
  .p-gnav__button {
    width: 50px;
    height: 50px;
  }
  .p-gnav__button:hover {
    background: #343434;
  }
  .p-gnav__button span {
    left: 12px;
    width: 26px;
  }
  .p-gnav__button span:nth-of-type(1) {
    top: 16px;
  }
  .p-gnav__button span:nth-of-type(2) {
    top: 24px;
  }
  .p-gnav__button span:nth-of-type(3) {
    top: 32px;
  }
  .p-gnav__button.active {
    position: fixed;
  }
  .p-gnav__button.active span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .p-gnav__button.active span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
}
@media (orientation: landscape) and (max-width: 768px) {
  .p-gnav__inner {
    display: flex;
    column-gap: 5vw;
    flex-direction: row;
  }
  .p-gnav__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .p-gnav__lists-list a {
    display: block;
    padding: 5px;
    font-size: 1.8rem;
    transition: all 0s;
  }
  .p-gnav__lists-list a:hover {
    color: #fff;
  }
  .p-gnav__lists-list a {
    padding: 0.5vw;
  }
  .p-gnav__lists-list a.-logo {
    margin-bottom: 2vw;
  }
  .p-gnav__lists-list a.-logo img {
    width: 24vw;
  }
}
.p-footer__logo {
  margin: 0 auto min(3vw, 30px);
  width: 280px;
}
.p-footer__address {
  margin: 0 auto min(8vw, 80px);
}
.p-footer__copyright {
  font-size: 1.4rem;
}

@media (max-width: 576px) {
  .p-footer__logo {
    width: 30vw;
  }
  .p-footer__copyright {
    font-size: 1.2rem;
  }
}
.display-none {
  display: none;
}

/* display none */
.xl-none {
  display: inline-block;
}

.lg-none {
  display: inline-block;
}

.md-none {
  display: inline-block;
}

.sm-none {
  display: inline-block;
}

/* display on */
.xl-on {
  display: none;
}

.lg-on {
  display: none;
}

.md-on {
  display: none;
}

.sm-on {
  display: none;
}

@media (max-width: 1240px) {
  /* display */
  .xl-none {
    display: none;
  }
  .lg-none {
    display: inline-block;
  }
  .md-none {
    display: inline-block;
  }
  .sm-none {
    display: inline-block;
  }
  /* display on */
  .xl-on {
    display: inline-block;
  }
  .lg-on {
    display: none;
  }
  .md-on {
    display: none;
  }
  .sm-on {
    display: none;
  }
}
@media (max-width: 1024px) {
  /* display */
  .lg-none {
    display: none;
  }
  .md-none {
    display: inline-block;
  }
  .sm-none {
    display: inline-block;
  }
  /* display on */
  .lg-on {
    display: inline-block;
  }
  .md-on {
    display: none;
  }
  .sm-on {
    display: none;
  }
}
@media (max-width: 768px) {
  .md-none {
    display: none;
  }
  .sm-none {
    display: inline-block;
  }
  /* display on */
  .lg-on {
    display: inline-block;
  }
  .md-on {
    display: inline-block;
  }
  .sm-on {
    display: none;
  }
}
@media (max-width: 576px) {
  /* display */
  .sm-none {
    display: none;
  }
  .sm-on {
    display: inline-block;
  }
}

/*# sourceMappingURL=style.css.map */
