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

/* 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 {
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  line-height: 1.15; /* 1 */
}

/* 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 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* 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 */
  margin: 0;
  clear: both;
  overflow: visible; /* 2 */
  border-top-width: 1px;
  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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

address {
  font-style: inherit;
}

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

/**
 * 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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * 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 {
  min-width: 0;
  margin: 0;
  padding: 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 {
  padding: 0;
  vertical-align: top;
}

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

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-name: fadeUpAnime;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    translate: 0 2.5rem;
    opacity: 0;
  }
  to {
    translate: 0 0;
    opacity: 1;
  }
}

@keyframes fadeUpAnime {
  from {
    translate: 0 2.5rem;
    opacity: 0;
  }
  to {
    translate: 0 0;
    opacity: 1;
  }
}
.fadeUpTrigger {
  opacity: 0;
}

.fadeUpTrigger2 {
  opacity: 0;
}

@media screen and (min-width: 1280px) {
  html {
    font-size: calc(16 / 1280 * 100vw);
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  overflow-x: clip;
  background-color: #ffffff;
  color: #1c1c1c;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
body.is_fixed {
  left: 0;
  width: 100%;
  overflow: hidden;
}

body *,
body *::before,
body *::after {
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.05em;
}

video,
img,
picture,
svg {
  -o-object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

picture,
img {
  /* SPの長押し禁止 */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -ms-user-select: none;
  display: block;
  pointer-events: none;
  user-select: none;
}

a,
span {
  display: inline-block;
}

button {
  border: none;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
.l-header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.25rem;
}
@media (min-width: 768px) {
  .l-header {
    position: sticky;
    height: 100dvh;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .l-header {
    height: 50dvh;
  }
}

.l-main {
  -webkit-margin-before: 3.25rem;
  position: relative;
  margin-block-start: 3.25rem;
}
@media (min-width: 768px) {
  .l-main {
    -webkit-margin-before: 0;
    margin-block-start: 0;
  }
}

.l-inner {
  position: relative;
  width: 100%;
  height: inherit;
  margin-inline: auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 40.375rem;
    padding: 0 1.4375rem;
  }
}

.l-inner__narrow {
  position: relative;
  width: 100%;
  height: inherit;
  margin-inline: auto;
  padding: 0 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    width: 100%;
    max-width: 40.375rem;
    padding: 0 1.4375rem;
  }
}

.l-wrapper {
  display: flex;
  position: relative;
  flex-direction: column;
}
@media (min-width: 768px) {
  .l-wrapper {
    flex-direction: row;
  }
}

.l-wrapper__side {
  flex-shrink: 0;
  min-width: 13.125rem;
}

.l-wrapper__main {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .l-wrapper__main.-top::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0rem;
    width: 13.125rem;
    height: calc(100dvh + 16.25rem);
    background: #ffffff;
    content: "";
    transition: height 0.3s ease;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .l-wrapper__main.-top::before {
    height: calc(50dvh + 16.25rem);
  }
}

.l-breadcrumb {
  -webkit-margin-before: -1.875rem;
  -webkit-padding-after: 3rem;
  margin-block-start: -1.875rem;
  padding-block-end: 3rem;
}
@media (min-width: 768px) {
  .l-breadcrumb {
    -webkit-padding-after: 5rem;
    padding-block-end: 5rem;
  }
}

.c-hamburger {
  display: block;
  aspect-ratio: 1/1;
  width: 3.25rem;
  background: #1c1c1c;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .c-hamburger:hover {
    opacity: 0.7;
  }
}
.c-hamburger:focus-visible {
  outline: none;
  opacity: 0.7;
}

.c-hamburger__line {
  display: block;
  position: relative;
  width: 1.625rem;
  height: 0.0625rem;
  margin-inline: auto;
}
.c-hamburger__line::before, .c-hamburger__line::after {
  position: absolute;
  right: 0;
  width: 100%;
  height: 0.0625rem;
  content: "";
  transition: all 0.3s ease-out;
}
.c-hamburger__line::before {
  bottom: 0.25rem;
  border-radius: 3.125rem;
  background: #ffffff;
}
.c-hamburger__line::after {
  top: 0.25rem;
  border-radius: 3.125rem;
  background: #ffffff;
}

.c-hamburger.is_open .c-hamburger__line::before {
  bottom: 0;
  rotate: 23deg;
}
.c-hamburger.is_open .c-hamburger__line::after {
  top: 0;
  rotate: -23deg;
}

.c-icon-arrow {
  position: relative;
  flex-shrink: 0;
  width: 2.375rem;
  height: 1.625rem;
  overflow: hidden;
  background: url(../img/c-icon-arrow_bg-black.svg) no-repeat center center/cover;
}
.c-icon-arrow::before, .c-icon-arrow::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 0.3125rem;
  height: 0.375rem;
  translate: -50% -50%;
  background: url(../img/c-icon-arrow_arrow-white.svg) no-repeat center center/cover;
  content: "";
  transition: all 0.3s ease-out;
}
.c-icon-arrow::before {
  left: 50%;
}
.c-icon-arrow::after {
  left: -100%;
  opacity: 0;
}

*:hover > .c-icon-arrow::before {
  left: 100%;
  opacity: 0;
}
*:hover > .c-icon-arrow::after {
  left: 50%;
  opacity: 1;
}

*:focus > .c-icon-arrow::before {
  left: 100%;
  opacity: 0;
}
*:focus > .c-icon-arrow::after {
  left: 50%;
  opacity: 1;
}

.c-icon-arrow.-white {
  background-image: url(../img/c-icon-arrow_bg-white.svg);
}
.c-icon-arrow.-white::before, .c-icon-arrow.-white::after {
  background-image: url(../img/c-icon-arrow_arrow-black.svg);
}
.c-icon-arrow.-midi {
  width: 3rem;
  height: 2rem;
}
@media (min-width: 768px) {
  .c-icon-arrow.-midi {
    width: 3.9375rem;
    height: 2.6875rem;
  }
  .c-icon-arrow.-midi::before, .c-icon-arrow.-midi::after {
    width: 0.5rem;
    height: 0.625rem;
  }
}
@media (min-width: 768px) {
  .c-icon-arrow.-pcBig {
    width: 3.9375rem;
    height: 2.6875rem;
  }
  .c-icon-arrow.-pcBig::before, .c-icon-arrow.-pcBig::after {
    width: 0.5rem;
    height: 0.625rem;
  }
}
.c-icon-arrow.-big {
  width: 3.9375rem;
  height: 2.6875rem;
}
.c-icon-arrow.-big::before, .c-icon-arrow.-big::after {
  width: 0.5rem;
  height: 0.625rem;
}
.c-icon-arrow.-under::before, .c-icon-arrow.-under::after {
  left: 50%;
  width: 0.25rem;
  height: 0.25rem;
  rotate: -45deg;
  border-bottom: 0.0625rem solid #ffffff;
  border-left: 0.0625rem solid #ffffff;
  background: none;
}
@media (min-width: 768px) {
  .c-icon-arrow.-under::before, .c-icon-arrow.-under::after {
    width: 0.375rem;
    height: 0.375rem;
    border-bottom: 0.125rem solid #ffffff;
    border-left: 0.125rem solid #ffffff;
  }
}
.c-icon-arrow.-under::before {
  top: 50%;
}
.c-icon-arrow.-under::after {
  top: -100%;
  opacity: 0;
}
.c-icon-arrow.-reverse::before, .c-icon-arrow.-reverse::after {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  rotate: 180deg;
}
.c-icon-arrow.-reverse::after {
  left: 100%;
  opacity: 0;
}

*:hover > .c-icon-arrow.-under::before {
  top: 100%;
  opacity: 0;
}
*:hover > .c-icon-arrow.-under::after {
  top: 50%;
  opacity: 1;
}

*:focus > .c-icon-arrow.-under::before {
  top: 100%;
  opacity: 0;
}
*:focus > .c-icon-arrow.-under::after {
  top: 50%;
  opacity: 1;
}

*:hover > .c-icon-arrow.-reverse::before {
  left: -100%;
  opacity: 0;
}
*:hover > .c-icon-arrow.-reverse::after {
  left: 50%;
  opacity: 1;
}

*:focus > .c-icon-arrow.-reverse::before {
  left: -100%;
  opacity: 0;
}
*:focus > .c-icon-arrow.-reverse::after {
  left: 50%;
  opacity: 1;
}

.c-curve-line {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/sp/bg_wave.png) repeat-y top center/100% auto;
  pointer-events: none;
}
@media (min-width: 768px) {
  .c-curve-line {
    background-image: url(../img/bg_wave.png);
  }
}

.c-button {
  display: flex;
  align-items: center;
  gap: 0.5625rem;
}
.c-button span {
  text-box-trim: trim-both;
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.8;
  font-family: "EB Garamond", serif;
  transition: all 0.3s ease-out;
}
.c-button span::after {
  -webkit-transform-origin: top left;
  display: inline-block;
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  transform-origin: top left;
  scale: 0;
  background: #ffffff;
  content: "";
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .c-button:hover span::after {
    scale: 1;
  }
}
.c-button:focus {
  outline: none;
}
.c-button:focus span::after {
  scale: 1;
  outline: none;
}

.c-button.-black span {
  color: #1c1c1c;
}
.c-button.-black span::after {
  background: #1c1c1c;
}
.c-button.-underLine span {
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .c-button.-underLine span {
    font-weight: 600;
    font-size: 1.125rem;
  }
}
.c-button.-underLine span::after {
  display: none;
}
@media (any-hover: hover) {
  .c-button.-underLine:hover span {
    opacity: 0.7;
  }
}
.c-button.-underLine:focus span {
  outline: none;
  opacity: 0.7;
}

.c-heading {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.c-heading__en {
  text-box-trim: trim-both;
  font-weight: 400;
  font-size: 1rem;
  line-height: 3;
  font-family: "EB Garamond", serif;
  opacity: 0.6;
}

.c-heading__ja {
  text-box-trim: trim-both;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
}

.c-heading__lead {
  -webkit-margin-before: 0.75rem;
  margin-block-start: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .c-heading__lead {
    line-height: 2;
  }
}
.c-heading__lead a {
  font-weight: 600;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .c-heading__lead a:hover {
    opacity: 0.7;
  }
}
.c-heading__lead a:focus {
  outline: none;
  opacity: 0.7;
}

.c-heading.-nowrap .c-heading__ja {
  word-break: keep-all;
  overflow-wrap: break-word;
}
.c-heading.-fz25-32 .c-heading__ja {
  font-size: 1.5625rem;
}
@media (min-width: 768px) {
  .c-heading.-fz25-32 .c-heading__ja {
    font-size: 2rem;
  }
}
.c-heading.-fz26-32 .c-heading__ja {
  font-size: 1.625rem;
}
@media (min-width: 768px) {
  .c-heading.-fz26-32 .c-heading__ja {
    font-size: 2rem;
  }
}
.c-heading.-fz30-36 .c-heading__ja {
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .c-heading.-fz30-36 .c-heading__ja {
    font-size: 2.25rem;
  }
}
.c-heading.-fz30-32 .c-heading__ja {
  font-size: 1.875rem;
}
.c-heading.-fz30-32 .c-heading__ja span {
  font-size: 1.625rem;
}
@media (min-width: 768px) {
  .c-heading.-fz30-32 .c-heading__ja {
    font-size: 2rem;
  }
  .c-heading.-fz30-32 .c-heading__ja span {
    font-size: 2rem;
  }
}
.c-heading.-fz30-40 .c-heading__ja {
  font-size: 1.875rem;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media (min-width: 768px) {
  .c-heading.-fz30-40 .c-heading__ja {
    font-size: 2.5rem;
  }
}
.c-heading.-fz32-40 .c-heading__ja {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .c-heading.-fz32-40 .c-heading__ja {
    font-size: 2.5rem;
  }
}
.c-heading.-fz32 .c-heading__ja {
  font-size: 2rem;
}
.c-heading.-center {
  align-items: center;
}
.c-heading.-center .c-heading__ja {
  text-align: center;
}
.c-heading.-spCenter {
  align-items: center;
}
.c-heading.-spCenter .c-heading__ja {
  text-align: center;
}
@media (min-width: 768px) {
  .c-heading.-spCenter {
    align-items: flex-start;
  }
  .c-heading.-spCenter .c-heading__ja {
    text-align: left;
  }
}
.c-heading.-spCenter .c-heading__lead {
  text-align: center;
}
@media (min-width: 768px) {
  .c-heading.-spCenter .c-heading__lead {
    text-align: left;
  }
}
.c-heading.-white {
  color: #ffffff;
}

.c-heading__lead.-fz15-16 {
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .c-heading__lead.-fz15-16 {
    font-size: 1rem;
    line-height: 2.4;
  }
}
@media (min-width: 768px) {
  .c-heading__lead.-fz16 {
    font-size: 1rem;
    line-height: 2.4;
  }
}

.c-form-text {
  display: block;
  width: 100%;
  height: 2.75rem;
  padding: 0.625rem 0.9375rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .c-form-text:hover {
    -webkit-filter: brightness(95%);
    border: 0.0625rem solid #1c1c1c;
    filter: brightness(95%);
  }
}
.c-form-text:focus, .c-form-text:active {
  border: 0.0625rem solid #1c1c1c;
  outline: none;
}

.c-form-textarea {
  display: block;
  width: 100%;
  height: 13.75rem;
  padding: 0.625rem 0.9375rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  resize: none;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .c-form-textarea:hover {
    -webkit-filter: brightness(95%);
    border: 0.0625rem solid #1c1c1c;
    filter: brightness(95%);
  }
}
.c-form-textarea:focus, .c-form-textarea:active {
  border: 0.0625rem solid #1c1c1c;
  outline: none;
}

.c-form-privacy {
  display: inline-block;
}

.c-form-privacy__input {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  overflow: hidden;
  opacity: 0;
}
.c-form-privacy__input:focus {
  outline: none;
}

.c-form-privacy__text {
  -webkit-padding-start: 1.6875rem;
  text-box-trim: trim-both;
  display: inline-block;
  position: relative;
  padding-inline-start: 1.6875rem;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .c-form-privacy__text {
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .c-form-privacy__text:hover {
    opacity: 0.7;
  }
  .c-form-privacy__text:hover::before {
    -webkit-filter: brightness(95%);
    border-color: #1c1c1c;
    outline: none;
    filter: brightness(95%);
  }
}
.c-form-privacy__text:focus {
  outline: none;
  opacity: 0.7;
}
.c-form-privacy__text:focus::before {
  -webkit-filter: brightness(95%);
  border-color: #1c1c1c;
  outline: none;
  filter: brightness(95%);
}
.c-form-privacy__text::before, .c-form-privacy__text::after {
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  content: "";
}
.c-form-privacy__text::before {
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  transition: all 0.3s ease-out;
}
.c-form-privacy__text::after {
  top: 0.375rem;
  left: 0.375rem;
  width: 0.5625rem;
  height: 1.125rem;
  rotate: 50deg;
  border-right: 0.1875rem solid #1c1c1c;
  border-bottom: 0.1875rem solid #1c1c1c;
  opacity: 0;
}
@media (min-width: 768px) {
  .c-form-privacy__text::after {
    top: 0.5rem;
  }
}

.c-form-privacy__link {
  text-box-trim: trim-both;
  font-weight: 500;
  line-height: 1.8;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .c-form-privacy__link:hover {
    font-weight: bold;
  }
}
.c-form-privacy__link:focus {
  outline: none;
  font-weight: bold;
  opacity: 0.7;
}

.wpcf7-list-item {
  margin: 0;
}

.c-form-privacy__input:checked ~ .wpcf7-list-item-label .c-form-privacy__text::after {
  opacity: 1;
}

.c-form-privacy__input:focus-visible + .wpcf7-list-item-label .c-form-privacy__text {
  opacity: 0.7;
}
.c-form-privacy__input:focus-visible + .wpcf7-list-item-label .c-form-privacy__text::before {
  border-color: #1c1c1c;
  outline: none;
}

.c-form-file {
  display: flex;
  color: #1c1c1c !important;
  font-weight: 500;
  font-size: 1rem;
}
@media (any-hover: hover) {
  .c-form-file:hover::-webkit-file-upload-button {
    background: #1c1c1c !important;
    color: #ffffff !important;
  }
}
.c-form-file:focus {
  outline: none;
}
.c-form-file:focus-visible {
  outline: none;
}
.c-form-file:focus-visible::-webkit-file-upload-button {
  background: #1c1c1c;
  color: #ffffff !important;
}

.c-form-file::-webkit-file-upload-button {
  -webkit-margin-end: 1rem;
  -webkit-transition: all 0.3s ease-out;
  margin-inline-end: 1rem;
  padding: 0.3125rem 0.625rem;
  border: 0.0625rem solid #1c1c1c;
  color: #1c1c1c !important;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.p-header {
  height: 100%;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-header {
    padding-block: 6.0625rem 5.0625rem;
    border: none;
    background: none;
  }
}
@media (min-width: 768px) and (orientation: landscape) and (min-aspect-ratio: 1369/802) {
  .p-header {
    padding-block: 2rem;
  }
}

.p-header__inner {
  -webkit-padding-start: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-inline-start: 0.9375rem;
}
@media (min-width: 768px) {
  .p-header__inner {
    flex-direction: column;
    padding-inline: 1rem;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  .p-header__inner {
    justify-content: flex-start;
    gap: 10rem;
  }
}
@media (min-width: 768px) and (orientation: landscape) and (min-aspect-ratio: 1369/802) {
  .p-header__inner {
    justify-content: center;
    gap: 2.5rem;
  }
}

.p-header__logo {
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-header__logo:hover {
    opacity: 0.7;
  }
}
.p-header__logo:focus {
  outline: none;
  opacity: 0.7;
}

.p-header__logoImage img {
  width: 6.8125rem;
}
@media (min-width: 768px) {
  .p-header__logoImage img {
    width: 5.25rem;
  }
}

.p-header__spWrapper {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 1.3125rem;
}

.p-header__hamburger {
  height: 100%;
}

.p-header__pcWrapper {
  -webkit-padding-before: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-block-start: 1rem;
  gap: 1.5rem;
}

.p-header__list {
  display: flex;
  flex-direction: column;
  width: 8.625rem;
  gap: 1.5rem;
}

.p-header__item {
  display: block;
  position: relative;
  width: 100%;
  cursor: pointer;
}

.p-header__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  isolation: isolate;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: normal;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
}
.p-header__link span {
  display: inline-block;
  position: relative;
}
.p-header__link span::after {
  -webkit-transform-origin: top left;
  display: inline-block;
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  transform-origin: top left;
  scale: 0;
  background: #1c1c1c;
  content: "";
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-header__link:hover span::after {
    scale: 1;
  }
}
.p-header__link:focus {
  outline: none;
}
.p-header__link:focus span::after {
  scale: 1;
}

.p-header__subList {
  -webkit-padding-start: 3.125rem;
  display: none;
  z-index: 100;
  position: absolute;
  bottom: 50%;
  left: 6.25rem;
  padding-inline-start: 3.125rem;
  translate: 0 100%;
}
@media (max-aspect-ratio: 1219/847) {
  .p-header__subList {
    bottom: 43%;
  }
}
@media (max-aspect-ratio: 1450/1245) {
  .p-header__subList {
    bottom: 36%;
  }
}

.p-header__subList-inner {
  display: flex;
  flex-direction: column;
  padding: 1.1875rem 1.5625rem;
  gap: 1rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.p-header__subItem {
  display: block;
}

.p-header__subLink {
  display: block;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: normal;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.p-header__subLink span {
  display: inline-block;
  position: relative;
}
.p-header__subLink span::after {
  -webkit-transform-origin: top left;
  display: inline-block;
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  transform-origin: top left;
  scale: 0;
  background: #1c1c1c;
  content: "";
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-header__subLink:hover span::after {
    scale: 1;
  }
}
.p-header__subLink:focus {
  outline: none;
}
.p-header__subLink:focus span::after {
  scale: 1;
  outline: none;
}

.p-header__link.-accordion {
  position: relative;
}
.p-header__link.-accordion::before {
  display: block;
  position: absolute;
  top: calc(50% + 0.1875rem);
  right: 0.75rem;
  width: 0.75rem;
  height: 0.4375rem;
  translate: 0 -50%;
  rotate: 180deg;
  background: url(../img/icon_arrow-top.svg) no-repeat center center/cover;
  content: "";
  transition: all 0.3s ease-out;
}

.p-header__link.is_open::before {
  rotate: 0deg;
}

.p-drawer {
  visibility: hidden;
  z-index: 101;
  position: fixed;
  top: 3.25rem;
  right: 0;
  width: 100%;
  height: calc(100dvh - 3.25rem);
  padding-block: 2.9375rem 4rem;
  overflow-y: scroll;
  translate: 100vw;
  background: #ffffff;
  transition: all 0.3s ease-out;
}

.p-drawer__list {
  width: 15.3125rem;
  margin-inline: auto;
}

.p-drawer__item {
  display: block;
  border-bottom: 0.0625rem solid rgba(28, 28, 28, 0.1);
}

.p-drawer__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-block: 1.0625rem 1rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: normal;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-drawer__link:hover {
    opacity: 0.7;
  }
}
.p-drawer__link:focus-visible {
  outline: none;
  opacity: 0.7;
}

.p-drawer__subList {
  -webkit-padding-after: 1rem;
  display: none;
  padding-block-end: 1rem;
}

.p-drawer__subItem {
  display: block;
  width: 100%;
}
.p-drawer__subItem + .p-drawer__subItem {
  -webkit-margin-before: 0.8125rem;
  margin-block-start: 0.8125rem;
}

.p-drawer__subLink {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: normal;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-drawer__subLink:hover {
    opacity: 0.7;
  }
}
.p-drawer__subLink:focus-visible {
  outline: none;
  opacity: 0.7;
}

.p-drawer__banner {
  -webkit-margin-before: 1.75rem;
  display: block;
  width: 100%;
  max-width: 15.75rem;
  margin-inline: auto;
  margin-block-start: 1.75rem;
}
@media (any-hover: hover) {
  .p-drawer__banner:hover {
    opacity: 0.8;
  }
}
.p-drawer__banner:focus {
  outline: none;
  opacity: 0.8;
}

.p-drawer__link.-accordion {
  position: relative;
  transition: padding 0.3s linear, opacity 0.3s ease-out;
}
.p-drawer__link.-accordion::before {
  display: block;
  position: absolute;
  top: calc(50% + 0.1875rem);
  right: 0.75rem;
  width: 0.75rem;
  height: 0.4375rem;
  translate: 0 -50%;
  rotate: 180deg;
  background: url(../img/icon_arrow-top.svg) no-repeat center center/cover;
  content: "";
  transition: all 0.3s ease-out;
}

.p-drawer.is_open {
  visibility: visible;
  translate: 0;
}

.p-drawer__link.is_open {
  -webkit-padding-after: 0.75rem;
  padding-block-end: 0.75rem;
}
.p-drawer__link.is_open::before {
  rotate: 0deg;
}

.p-top-fv {
  position: relative;
  width: 100%;
  height: calc(100vh - 3.25rem);
  overflow: hidden;
}
.p-top-fv::before {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1c1c1c;
  content: "";
  opacity: 0.3;
}
@media (min-width: 768px) {
  .p-top-fv {
    height: 100dvh;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .p-top-fv {
    height: 50dvh;
  }
}

.p-top-fv__catch {
  -webkit-margin-before: -1.25rem;
  display: flex;
  z-index: 99;
  position: absolute;
  top: 50%;
  left: 50%;
  flex-direction: column;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-block-start: -1.25rem;
  gap: 0.3125rem;
  translate: -50% -50%;
}
@media (min-width: 768px) {
  .p-top-fv__catch {
    gap: 0.5rem;
  }
}

.p-top-fv__image {
  width: 16.75rem;
}
@media (min-width: 768px) {
  .p-top-fv__image {
    width: 24rem;
  }
}
.p-top-fv__image img {
  width: 100%;
}

.p-top-fv__lead {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: normal;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.12em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-fv__lead {
    font-size: 1.5rem;
  }
}

.p-top-fv__swiper-container,
.p-top-fv__swiper {
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 3.25rem);
}
@media (min-width: 768px) {
  .p-top-fv__swiper-container,
  .p-top-fv__swiper {
    min-height: 100dvh;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .p-top-fv__swiper-container,
  .p-top-fv__swiper {
    min-height: 50dvh;
  }
}

.p-top-fv__swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-top-fv__swiper-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-top-fv__swiper-image img {
    height: 100dvh !important;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .p-top-fv__swiper-image img {
    height: 50dvh !important;
  }
}

.p-top-fv__swiper-container,
.p-top-fv__swiper,
.p-top-fv__swiper-wrapper,
.p-top-fv__swiper-slide {
  position: relative;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.p-top-fv__swiper .swiper-slide-active .p-top-fv__swiper-image,
.p-top-fv__swiper .swiper-slide-duplicate-active .p-top-fv__swiper-image,
.p-top-fv__swiper .swiper-slide-prev .p-top-fv__swiper-image {
  -webkit-animation: zoomUp 7s linear 0s normal both;
  animation: zoomUp 7s linear 0s normal both;
}
.p-top-fv__swiper .swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 100%;
}

.p-top-gate {
  padding-block: 1.8125rem 2.5rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-top-gate {
    padding-block: 3.5rem;
  }
}

.p-top-gate__inner {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 1.125rem;
}
@media (min-width: 768px) {
  .p-top-gate__inner {
    flex-direction: row;
    align-items: center;
    gap: 3.75rem;
  }
}

.p-top-gate__button {
  position: absolute;
  top: 0.25rem;
  right: 1.4375rem;
}
@media (min-width: 768px) {
  .p-top-gate__button {
    top: unset;
    right: unset;
    bottom: 0.875rem;
    left: 6rem;
  }
}

.p-top-gate__title {
  -webkit-padding-after: 0.875rem;
  padding-block-end: 0.875rem;
  border-bottom: 0.0625rem solid #000;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: normal;
  font-family: "Shippori Mincho", serif;
}
@media (min-width: 768px) {
  .p-top-gate__title {
    flex-shrink: 0;
    padding-inline: 3.75rem 3.6875rem;
    padding-block: 2.125rem 2.5rem;
    border-right: 0.0625rem solid #000;
    border-bottom: none;
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .p-top-gate__content {
    flex-grow: 1;
  }
}

.p-top-gate__open {
  text-box-trim: trim-both;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: normal;
}
@media (min-width: 768px) {
  .p-top-gate__open {
    font-size: 1.25rem;
  }
}

.p-top-gate__list {
  -webkit-margin-before: 1.0625rem;
  text-box-trim: trim-both;
  display: flex;
  flex-direction: column;
  margin-block-start: 1.0625rem;
  gap: 0.375rem;
}
@media (min-width: 768px) {
  .p-top-gate__list {
    gap: 0.75rem;
  }
}

.p-top-gate__group {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
@media (min-width: 768px) {
  .p-top-gate__group {
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
  }
}

.p-top-gate__term {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-top-gate__term {
    position: relative;
    font-weight: 400;
  }
  .p-top-gate__term::before {
    display: block;
    position: absolute;
    top: 50%;
    right: -0.625rem;
    translate: 0 -53%;
    content: "/";
  }
}

.p-top-gate__description {
  font-size: 0.9375rem;
  line-height: 1.4;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media (min-width: 768px) {
  .p-top-gate__description {
    font-size: 1rem;
  }
}

.p-top-gate__attention {
  -webkit-margin-before: 0.375rem;
  display: block;
  margin-block-start: 0.375rem;
  font-weight: 300;
  font-size: 0.6875rem;
  line-height: normal;
}
@media (min-width: 768px) {
  .p-top-gate__attention {
    -webkit-margin-before: 0.75rem;
    margin-block-start: 0.75rem;
  }
}

.p-top-feature {
  z-index: 1;
  position: relative;
}

.p-top-feature__list {
  -webkit-margin-end: calc(50% - 50vw);
  -webkit-margin-start: calc(50% - 50vw);
  display: -ms-grid;
  display: grid;
  margin-inline-start: calc(50% - 50vw);
  margin-inline-end: calc(50% - 50vw);
}
@media (min-width: 768px) {
  .p-top-feature__list {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "main main main" "first second third";
    margin-inline: 0;
  }
}

.p-top-feature__item {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  aspect-ratio: 375/320;
  padding-inline: 1.4375rem;
  padding-block: 2.25rem;
  overflow: hidden;
}
.p-top-feature__item::before {
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  transition: all 0.3s ease-out;
}
.p-top-feature__item::after {
  display: block;
  z-index: -1;
  position: absolute;
  inset: 0;
  background: #1c1c1c;
  content: "";
  opacity: 0.3;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-top-feature__item {
    aspect-ratio: auto;
    width: 100%;
    height: 31.0625rem;
    padding-inline: 2rem;
  }
}
@media (any-hover: hover) {
  .p-top-feature__item:hover::before {
    scale: 1.1;
  }
  .p-top-feature__item:hover::after {
    opacity: 0;
  }
  .p-top-feature__item:hover .p-top-feature__button span::after {
    scale: 1;
  }
  .p-top-feature__item:hover .c-icon-arrow::before {
    left: 100%;
    opacity: 0;
  }
  .p-top-feature__item:hover .c-icon-arrow::after {
    left: 50%;
    opacity: 1;
  }
}
.p-top-feature__item:focus {
  outline: none;
}
.p-top-feature__item:focus::before {
  scale: 1.1;
}
.p-top-feature__item:focus::after {
  opacity: 0;
}
.p-top-feature__item:focus .p-top-feature__button span::after {
  scale: 1;
}
.p-top-feature__item:focus .c-icon-arrow::before {
  left: 100%;
  opacity: 0;
}
.p-top-feature__item:focus .c-icon-arrow::after {
  left: 50%;
  opacity: 1;
}
.p-top-feature__item.-main {
  aspect-ratio: 375/604;
  border-bottom: 0.0625rem solid #ffffff;
}
.p-top-feature__item.-main::before {
  background-image: url(../img/sp/p-top-feature_001-min.webp);
}
@media (min-width: 768px) {
  .p-top-feature__item.-main {
    grid-area: main;
    aspect-ratio: auto;
    width: 100%;
    height: 39.375rem;
  }
  .p-top-feature__item.-main::before {
    background-image: url(../img/p-top-feature_001-min.webp);
  }
  .p-top-feature__item.-main .p-top-feature__textArea {
    gap: 1.875rem;
  }
  .p-top-feature__item.-main .p-top-feature__ja {
    font-size: 2rem;
  }
}
@media (any-hover: hover) {
  .p-top-feature__item.-main:hover::before {
    scale: 1.05;
  }
}
.p-top-feature__item.-main:focus::before {
  scale: 1.05;
}
.p-top-feature__item.-first {
  border-bottom: 0.0625rem solid #ffffff;
}
.p-top-feature__item.-first::before {
  background-image: url(../img/sp/p-top-feature_002-min.webp);
}
@media (min-width: 768px) {
  .p-top-feature__item.-first {
    grid-area: first;
    border-bottom: none;
  }
  .p-top-feature__item.-first::before {
    background-image: url(../img/p-top-feature_002-min.webp);
  }
}
.p-top-feature__item.-second {
  border-bottom: 0.0625rem solid #ffffff;
}
.p-top-feature__item.-second::before {
  background-image: url(../img/sp/p-top-feature_003-min.webp);
}
@media (min-width: 768px) {
  .p-top-feature__item.-second {
    grid-area: second;
    border-right: 0.0625rem solid #ffffff;
    border-bottom: none;
    border-left: 0.0625rem solid #ffffff;
  }
  .p-top-feature__item.-second::before {
    background-image: url(../img/p-top-feature_003-min.webp);
  }
}
.p-top-feature__item.-third::before {
  background-image: url(../img/sp/p-top-feature_004-min.webp);
}
@media (min-width: 768px) {
  .p-top-feature__item.-third {
    grid-area: third;
    border-bottom: none;
  }
  .p-top-feature__item.-third::before {
    background-image: url(../img/p-top-feature_004-min.webp);
  }
}
@media (min-width: 768px){
  .p-top-feature__item.-main {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-top-feature__item.-first {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-top-feature__item.-second {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .p-top-feature__item.-third {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
}

.p-top-feature__textArea {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .p-top-feature__textArea {
    flex-direction: row-reverse;
    height: 27.9375rem;
  }
}

.p-top-feature__heading {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .p-top-feature__heading {
    flex-direction: row-reverse;
    width: 4.375rem;
  }
}

.p-top-feature__en {
  text-box-trim: trim-both;
  color: #ffffff;
  font-size: 0.8125rem;
  line-height: 3.7;
  font-family: "EB Garamond", serif;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .p-top-feature__en {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    font-size: 1rem;
    line-height: 3;
    writing-mode: vertical-rl;
  }
}

.p-top-feature__ja {
  text-box-trim: trim-both;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.5625rem;
  line-height: 1.52;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-top-feature__ja {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    font-size: 1.875rem;
    letter-spacing: 0.2em;
    writing-mode: vertical-rl;
  }
}

.p-top-feature__text {
  color: #ffffff;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-top-feature__text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    font-size: 0.9375rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-orientation: upright;
    writing-mode: vertical-rl;
  }
}

.p-top-feature__button {
  -webkit-margin-before: 1.25rem;
  display: flex;
  align-items: center;
  margin-block-start: 1.25rem;
  gap: 0.5625rem;
}
.p-top-feature__button span {
  text-box-trim: trim-both;
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.8;
  font-family: "EB Garamond", serif;
}
.p-top-feature__button span::after {
  -webkit-transform-origin: top left;
  display: inline-block;
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  transform-origin: top left;
  scale: 0;
  background: #ffffff;
  content: "";
  transition: all 0.3s ease-out;
}

.p-top-first {
  position: relative;
  padding-block: 34.125rem 3.5rem;
}
@media (min-width: 768px) {
  .p-top-first {
    padding-block: 47.1875rem 2.25rem;
  }
}

.p-top-first__content {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .p-top-first__content {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 4.375rem;
  }
}

@media (min-width: 768px) {
  .p-top-first__textArea {
    width: 33.25rem;
  }
}

.p-top-first__text {
  -webkit-margin-before: 1.375rem;
  text-box-trim: trim-both;
  margin-block-start: 1.375rem;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .p-top-first__text {
    -webkit-margin-before: 2rem;
    margin-block-start: 2rem;
    font-size: 1rem;
    line-height: 2.4;
    letter-spacing: 0.05em;
  }
}

.p-top-first__button {
  -webkit-margin-before: 1.375rem;
  margin-block-start: 1.375rem;
}
@media (min-width: 768px) {
  .p-top-first__button {
    -webkit-margin-before: 2.5rem;
    margin-block-start: 2.5rem;
  }
}

.p-top-first__image003 {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .p-top-first__image003 {
    translate: -1.75rem;
  }
}
.p-top-first__image003 img {
  width: 13.5rem;
}
@media (min-width: 768px) {
  .p-top-first__image003 img {
    width: 21.75rem;
  }
}

.p-top-first__image001 {
  position: absolute;
  top: 4rem;
  left: 0;
}
@media (min-width: 768px) {
  .p-top-first__image001 {
    top: 8.25rem;
    left: -13.125rem;
  }
}
.p-top-first__image001 img {
  width: 14.125rem;
}
@media (min-width: 768px) {
  .p-top-first__image001 img {
    width: 24.3125rem;
  }
}

.p-top-first__image002 {
  position: absolute;
  top: 16.375rem;
  right: 0;
}
@media (min-width: 768px) {
  .p-top-first__image002 {
    top: 12.6875rem;
  }
}
.p-top-first__image002 img {
  width: 19.8125rem;
}
@media (min-width: 768px) {
  .p-top-first__image002 img {
    width: 45.625rem;
  }
}

.p-top-guide {
  padding-block: 3.4375rem 2.75rem;
  background: url(../img/sp/p-top-guide_bg-min.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-top-guide {
    padding-block: 7.3125rem 7.125rem;
    background-image: url(../img/p-top-guide_bg-min.webp);
  }
}

.p-top-guide__content {
  -webkit-margin-before: 2.5rem;
  margin-block-start: 2.5rem;
}
@media (min-width: 768px) {
  .p-top-guide__content {
    -webkit-margin-before: 3.75rem;
    margin-block-start: 3.75rem;
  }
}

.p-top-guide__list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .p-top-guide__list {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2.8125rem;
  }
}

.p-top-guide__item {
  width: 100%;
}
@media (min-width: 768px) {
  .p-top-guide__item {
    max-width: 440px;
  }
}
@media (min-width: 768px) {
  .p-top-guide__item:nth-child(2) {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
  }
}
@media (min-width: 768px) {
  .p-top-guide__item:nth-child(3) {
    -webkit-margin-before: 3.75rem;
    margin-block-start: 3.75rem;
  }
}

.p-top-guide__link {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  gap: 1.75rem;
}
@media (any-hover: hover) {
  .p-top-guide__link:hover .p-top-guide__image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .p-top-guide__link:hover .p-top-guide__button span::after {
    scale: 1;
  }
  .p-top-guide__link:hover .c-icon-arrow::before {
    left: 100%;
    opacity: 0;
  }
  .p-top-guide__link:hover .c-icon-arrow::after {
    left: 50%;
    opacity: 1;
  }
}
.p-top-guide__link:focus {
  outline: none;
}
.p-top-guide__link:focus .p-top-guide__image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.p-top-guide__link:focus .p-top-guide__button span::after {
  scale: 1;
}
.p-top-guide__link:focus .c-icon-arrow::before {
  left: 100%;
  opacity: 0;
}
.p-top-guide__link:focus .c-icon-arrow::after {
  left: 50%;
  opacity: 1;
}

.p-top-guide__textArea {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.p-top-guide__title {
  text-box-trim: trim-both;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.p-top-guide__text {
  font-size: 0.875rem;
}

.p-top-guide__button {
  display: flex;
  align-items: center;
  gap: 0.5625rem;
}
.p-top-guide__button span {
  text-box-trim: trim-both;
  display: inline-block;
  position: relative;
  color: #1c1c1c;
  font-size: 1rem;
  line-height: 1.8;
  font-family: "EB Garamond", serif;
}
.p-top-guide__button span::after {
  -webkit-transform-origin: top left;
  display: inline-block;
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  transform-origin: top left;
  scale: 0;
  background: #1c1c1c;
  content: "";
  transition: all 0.3s ease-out;
}

.p-top-guide__image {
  overflow: hidden;
}
.p-top-guide__image img {
  aspect-ratio: 328/206;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-top-guide__image img {
    aspect-ratio: 280/380;
  }
}

.p-top-access {
  padding-block: 2rem 3.5rem;
}
@media (min-width: 768px) {
  .p-top-access {
    padding-block: 2rem 7.5rem;
  }
}

.p-top-access__content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .p-top-access__content {
    flex-direction: row;
    align-items: center;
    gap: 0.8125rem;
  }
}

.p-top-access__textArea {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .p-top-access__textArea {
    width: 28.75rem;
  }
}

.p-top-access__text {
  -webkit-margin-before: 1.3125rem;
  margin-block-start: 1.3125rem;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-top-access__text {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
    font-size: 0.9375rem;
  }
}
.p-top-access__text a {
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-top-access__text a:hover {
    opacity: 0.7;
  }
}
.p-top-access__text a:focus {
  outline: none;
  opacity: 0.7;
}

.p-top-access__list {
  -webkit-margin-before: 1.5rem;
  display: flex;
  margin-block-start: 1.5rem;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .p-top-access__list {
    gap: 0.625rem;
  }
}

.p-top-access__item {
  width: 100%;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-top-access__item.-train {
    width: 11.875rem;
  }
}
.p-top-access__item.-train .p-top-access__icon {
  -webkit-mask-image: url(../img/icon_train.svg);
  mask-image: url(../img/icon_train.svg);
}
@media (min-width: 768px) {
  .p-top-access__item.-car {
    width: 13.9375rem;
  }
}
.p-top-access__item.-car .p-top-access__icon {
  -webkit-mask-image: url(../img/icon_car.svg);
  mask-image: url(../img/icon_car.svg);
}

.p-top-access__link {
  display: flex;
  position: relative;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  gap: 0.375rem;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-top-access__link {
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 0.9375rem 2.5rem 0.9375rem 1rem;
    gap: 1.125rem;
  }
}
.p-top-access__link::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/icon_arrow-right-black.svg);
  display: block;
  position: absolute;
  top: 50%;
  right: 0.6875rem;
  width: 0.5rem;
  height: 0.625rem;
  translate: 0 -50%;
  background: #1c1c1c;
  content: "";
  mask-image: url(../img/icon_arrow-right-black.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-top-access__link::before {
    right: 1.25rem;
  }
}
@media (any-hover: hover) {
  .p-top-access__link:hover {
    background: #1c1c1c;
  }
  .p-top-access__link:hover::before {
    background: #ffffff;
  }
  .p-top-access__link:hover .p-top-access__linkTitle {
    color: #ffffff;
  }
  .p-top-access__link:hover .p-top-access__icon {
    background: #ffffff;
  }
}
.p-top-access__link:focus {
  outline: none;
  background: #1c1c1c;
}
.p-top-access__link:focus::before {
  background: #ffffff;
}
.p-top-access__link:focus .p-top-access__linkTitle {
  color: #ffffff;
}
.p-top-access__link:focus .p-top-access__icon {
  background: #ffffff;
}

.p-top-access__linkTitle {
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.3;
  text-align: center;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-top-access__linkTitle {
    text-align: left;
  }
}

.p-top-access__icon {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  display: inline-block;
  width: 2.0625rem;
  height: 1.875rem;
  background: #1c1c1c;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: all 0.3s ease-out;
}

.p-top-access__mapArea {
  flex-grow: 1;
  width: 100%;
}

.p-top-access__map {
  width: 100%;
}
.p-top-access__map iframe {
  aspect-ratio: 328/265;
  width: 100%;
}
@media (min-width: 768px) {
  .p-top-access__map iframe {
    aspect-ratio: 462/288;
  }
}

.p-top-cta {
  -webkit-margin-before: -3.5rem;
  z-index: -2;
  position: relative;
  margin-block-start: -3.5rem;
}
@media (min-width: 768px) {
  .p-top-cta {
    -webkit-margin-before: -8.125rem;
    width: 100dvw;
    margin-block-start: -8.125rem;
    translate: -13.125rem;
  }
}

.p-top-information {
  padding-block: 3.5rem 4.5rem;
}
@media (min-width: 768px) {
  .p-top-information {
    padding-block: 7.5rem 10.125rem;
  }
}

.p-top-information__content {
  -webkit-margin-before: 1.8125rem;
  position: relative;
  margin-block-start: 1.8125rem;
}
@media (min-width: 768px) {
  .p-top-information__content {
    -webkit-margin-before: 3.125rem;
    margin-block-start: 3.125rem;
  }
}

.p-top-information__list {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
@media (min-width: 768px) {
  .p-top-information__list {
    flex-direction: row;
    gap: 3.4375rem;
  }
}

.p-top-information__item {
  display: flex;
  width: 100%;
}
@media (min-width: 768px) {
  .p-top-information__item {
    width: calc((100% - 6.875rem) / 3);
    max-width: 440px;
  }
}

.p-top-information__button {
  -webkit-margin-before: 2.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block-start: 2.25rem;
}
@media (min-width: 768px) {
  .p-top-information__button {
    position: absolute;
    top: -5.75rem;
    right: 1.25rem;
    margin: 0;
  }
}

.p-top-banner__image {
  display: block;
  margin-inline: -0.3125rem;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-top-banner__image {
    margin-inline: -1.125rem;
  }
}
@media (any-hover: hover) {
  .p-top-banner__image:hover {
    opacity: 0.8;
  }
}
.p-top-banner__image:focus {
  outline: none;
  opacity: 0.8;
}

.p-language {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
}
.p-language > :first-child {
  order: 1;
}
.p-language > :nth-child(2) {
  order: 3;
}
@media (min-width: 768px) {
  .p-language > :nth-child(2) {
    -webkit-padding-start: 0.1875rem;
    padding-inline-start: 0.1875rem;
  }
}
.p-language > :nth-child(3) {
  -webkit-padding-end: 0.75rem;
  position: relative;
  order: 2;
  padding-inline-end: 0.75rem;
}
@media (min-width: 768px) {
  .p-language > :nth-child(3) {
    -webkit-padding-end: 1rem;
    padding-inline-end: 1rem;
  }
}
.p-language > :nth-child(3)::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  content: "/";
}
@media (min-width: 768px) {
  .p-language > :nth-child(3)::before {
    right: 0.0625rem;
  }
}

.p-language-icon {
  -webkit-margin-before: 0.1875rem;
  margin-block-start: 0.1875rem;
}
.p-language-icon img {
  width: 1rem;
}

.p-language > a {
  text-box-trim: trim-both;
  display: block;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: normal;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
  text-decoration: underline !important;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0.4;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-language > a:hover {
    opacity: 0.7;
  }
}
.p-language > a:focus {
  outline: none;
  opacity: 0.7;
}
.p-language > a.gt-current-lang {
  text-decoration: none !important;
  opacity: 1;
  pointer-events: none;
}
.p-language > a.gt-current-lang:focus {
  outline: none;
}

.p-card {
  display: flex;
  width: 100%;
}
@media (any-hover: hover) {
  .p-card:hover .p-card__image img {
    scale: 1.1;
  }
  .p-card:hover .p-card__textArea {
    opacity: 0.7;
  }
}
.p-card:focus {
  outline: none;
}
.p-card:focus .p-card__image img {
  scale: 1.1;
}
.p-card:focus .p-card__textArea {
  opacity: 0.7;
}

.p-card__inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  gap: 1.125rem;
}
@media (min-width: 768px) {
  .p-card__inner {
    flex-direction: column-reverse;
    gap: 0.75rem;
  }
}

.p-card__textArea {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  width: 100%;
  transition: all 0.3s ease-out;
}

.p-card__title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-card__title {
    -webkit-margin-after: 0.75rem;
    margin-block-end: 0.75rem;
    line-height: 1.8;
  }
}

.p-card__meta {
  -webkit-margin-before: 0.8125rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-block-start: 0.8125rem;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .p-card__meta {
    -webkit-margin-before: auto;
    margin-block-start: auto;
  }
}

.p-card__label {
  text-box-trim: trim-both;
  display: inline-block;
  padding: 0.25rem 0.5625rem;
  background: #2b2b2b;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.75rem;
}

.p-card__date {
  text-box-trim: trim-both;
  font-size: 1.125rem;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.02em;
}

.p-card__imageArea {
  flex-shrink: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-card__imageArea {
    width: 100%;
  }
}

.p-card__image {
  width: 7.3125rem;
}
@media (min-width: 768px) {
  .p-card__image {
    width: 100%;
  }
}
.p-card__image img {
  aspect-ratio: 1/1;
  width: 7.3125rem;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-card__image img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-card.-spLarge .p-card__inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    gap: 0.9375rem;
  }
  .p-card.-spLarge .p-card__imageArea {
    width: 100%;
  }
  .p-card.-spLarge .p-card__image {
    width: 100%;
  }
  .p-card.-spLarge .p-card__image img {
    aspect-ratio: 328/195;
    width: 100%;
  }
}

.p-footer-loop__swiper-wrapper {
  height: auto;
  transition-timing-function: linear;
}

.p-footer-loop__swiper-slide {
  width: 11.0625rem !important;
}
@media (min-width: 768px) {
  .p-footer-loop__swiper-slide {
    width: 19.0625rem !important;
  }
}
.p-footer-loop__swiper-slide img {
  aspect-ratio: 1/1;
}

.p-footer {
  padding-block: 3.5rem 2.625rem;
  background: #2b2b2b;
}
@media (min-width: 768px) {
  .p-footer {
    padding-block: 7.0625rem 6.625rem;
  }
}

.p-footer__inner {
  max-width: 75rem;
  margin-inline: auto;
}

.p-footer__body {
  -webkit-margin-before: 3.3125rem;
  margin-block-start: 3.3125rem;
}
@media (min-width: 768px) {
  .p-footer__body {
    -webkit-margin-before: 7.75rem;
    margin-block-start: 7.75rem;
  }
}

.p-footer-head__list {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .p-footer-head__list {
    flex-direction: row;
    gap: 2.5rem;
  }
}

.p-footer-head__item {
  display: block;
  width: 100%;
}

.p-footer-body__head {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 3.125rem;
}
@media (min-width: 768px) {
  .p-footer-body__head {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.p-footer-body__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .p-footer-body__list {
    flex-direction: row;
    justify-content: space-between;
  }
}

.p-footer-body__information {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .p-footer-body__information {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-footer-body__logo {
  display: block;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-footer-body__logo:hover {
    opacity: 0.7;
  }
}
.p-footer-body__logo:focus {
  outline: none;
  opacity: 0.7;
}
.p-footer-body__logo img {
  width: 13.5625rem;
}

.p-footer-body__address {
  -webkit-margin-before: 1.375rem;
  text-box-trim: trim-both;
  margin-block-start: 1.375rem;
  color: #ffffff;
  font-size: 0.875rem;
}

.p-footer-body__sns {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .p-footer-body__sns {
    right: unset;
    bottom: -4.5rem;
    left: 0;
  }
}

.p-footer-body__instagram {
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-footer-body__instagram:hover {
    opacity: 0.7;
  }
}
.p-footer-body__instagram:focus {
  outline: none;
  opacity: 0.7;
}
.p-footer-body__instagram img {
  width: 2.375rem;
}

.p-footer-body__foot {
  -webkit-margin-before: 3.125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-block-start: 3.125rem;
}
@media (min-width: 768px) {
  .p-footer-body__foot {
    -webkit-margin-before: 2.25rem;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
    margin-block-start: 2.25rem;
  }
}

.p-footer-body__banner {
  transition: all 0.3s ease-out;
}
.p-footer-body__banner img {
  width: 16.875rem;
}
@media (any-hover: hover) {
  .p-footer-body__banner:hover {
    opacity: 0.8;
  }
}
.p-footer-body__banner:focus {
  outline: none;
  opacity: 0.8;
}

.p-footer-body__copy {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
  text-align: center;
}
.p-footer-body__copy small {
  text-box-trim: trim-both;
  color: #ffffff;
  font-size: 0.625rem;
}
@media (min-width: 768px) {
  .p-footer-body__copy small {
    font-size: 0.75rem;
  }
}
.p-footer-body__copy a {
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-footer-body__copy a:hover {
    opacity: 0.7;
  }
}
.p-footer-body__copy a:focus {
  outline: none;
  opacity: 0.7;
}

.p-footer-headBox {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1.6875rem 1.375rem;
  border: 0.0625rem solid #ffffff;
}
@media (min-width: 768px) {
  .p-footer-headBox {
    padding: 2.875rem 4.125rem;
  }
}
@media (any-hover: hover) {
  .p-footer-headBox:hover .c-icon-arrow::before {
    left: 100%;
    opacity: 0;
  }
  .p-footer-headBox:hover .c-icon-arrow::after {
    left: 50%;
    opacity: 1;
  }
  .p-footer-headBox:hover::before, .p-footer-headBox:hover::after {
    width: 0;
    height: 0;
    border-color: transparent;
  }
}
.p-footer-headBox:focus {
  outline: none;
}
.p-footer-headBox:focus .c-icon-arrow::before {
  left: 100%;
  opacity: 0;
}
.p-footer-headBox:focus .c-icon-arrow::after {
  left: 50%;
  opacity: 1;
}
.p-footer-headBox:focus::before, .p-footer-headBox:focus::after {
  width: 0;
  height: 0;
  border-color: transparent;
}
.p-footer-headBox::before, .p-footer-headBox::after {
  display: block;
  position: absolute;
  width: 1.1875rem;
  height: 1.1875rem;
  background: #2b2b2b;
  content: "";
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-footer-headBox::before, .p-footer-headBox::after {
    width: 1.4375rem;
    height: 1.4375rem;
  }
}
.p-footer-headBox::before {
  top: -0.1875rem;
  right: -0.1875rem;
}
.p-footer-headBox::after {
  bottom: -0.1875rem;
  left: -0.1875rem;
}

.p-footer-headBox__text {
  -webkit-margin-before: 1rem;
  margin-block-start: 1rem;
  color: #ffffff;
  font-size: 0.875rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer-headBox__text {
    width: 20.125rem;
  }
}

.p-footer-headBox__button {
  -webkit-margin-before: 0.75rem;
  margin-block-start: 0.75rem;
}
@media (min-width: 768px) {
  .p-footer-headBox__button {
    -webkit-margin-before: 2rem;
    margin-block-start: 2rem;
  }
}

.p-footer-menu__titleGroup {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .p-footer-menu__titleGroup {
    gap: 0.875rem;
  }
}

.p-footer-menu__title {
  text-box-trim: trim-both;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .p-footer-menu__title {
    font-size: 1.0625rem;
  }
}
.p-footer-menu__title.-none {
  pointer-events: none;
}
.p-footer-menu__title.-information {
  -webkit-margin-before: 1.5rem;
  display: block;
  margin-block-start: 1.5rem;
}
@media (min-width: 768px) {
  .p-footer-menu__title.-information {
    -webkit-margin-before: 0.875rem;
    margin-block-start: 0.875rem;
  }
}

.p-footer-menu__list {
  -webkit-margin-before: 0.75rem;
  -webkit-padding-start: 0.75rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 0.75rem;
  padding-inline-start: 0.75rem;
  gap: 0.75rem;
  border-left: 0.0625rem solid rgba(255, 255, 255, 0.4);
}
@media (min-width: 768px) {
  .p-footer-menu__list {
    gap: 0.875rem;
  }
}

.p-footer-menu__item {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 7.5rem;
}

.p-footer-menu__link {
  text-box-trim: trim-both;
  display: block;
  color: #ffffff;
  font-size: 1rem;
  opacity: 0.6;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-footer-menu__link {
    font-size: 0.9375rem;
  }
}
@media (any-hover: hover) {
  .p-footer-menu__link:hover {
    opacity: 0.8;
  }
}
.p-footer-menu__link:focus {
  outline: none;
  opacity: 0.8;
}

.p-footer-menu__title span {
  display: inline-block;
  position: relative;
}
.p-footer-menu__title span::after {
  -webkit-transform-origin: top left;
  display: inline-block;
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  transform-origin: top left;
  scale: 0;
  background: #ffffff;
  content: "";
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-footer-menu__title:hover span::after {
    scale: 1;
  }
}
.p-footer-menu__title:focus {
  outline: none;
}
.p-footer-menu__title:focus span::after {
  scale: 1;
  outline: none;
}

.p-page-fv {
  position: relative;
  max-height: 100dvh;
}
@media (min-width: 768px) {
  .p-page-fv {
    height: 100dvh;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .p-page-fv {
    height: 50dvh;
  }
}

.p-page-fv__inner {
  max-height: 100dvh;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-page-fv__inner {
    height: 100dvh;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .p-page-fv__inner {
    height: 50dvh;
  }
}

.p-page-fv__content {
  display: flex;
  position: relative;
  align-items: flex-end;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .p-page-fv__content {
    align-items: center;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .p-page-fv__content {
    height: 50dvh;
  }
}

.p-page-fv__textArea {
  display: flex;
  width: 100%;
}

.p-page-fv__heading {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  gap: 0.25rem;
  writing-mode: vertical-rl;
}
.p-page-fv__en {
  text-box-trim: trim-both;
  line-height: 3;
  font-family: "EB Garamond", serif;
  text-transform: capitalize;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .p-page-fv__en {
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 2.4;
  }
}

.p-page-fv__ja {
  text-box-trim: trim-both;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.3em;
}
@media (min-width: 768px) {
  .p-page-fv__ja {
    font-size: 2.5rem;
    line-height: normal;
    letter-spacing: 0.4em;
  }
}

.p-page-fv__imageArea {
  display: block;
  z-index: -2;
  position: relative;
  flex-shrink: 0;
  aspect-ratio: 243/328;
  width: 64.8%;
  min-width: 15.1875rem;
  height: 20.5rem;
  max-height: 100dvh;
}
.p-page-fv__imageArea.-feature {
  background: url(../img/sp/p-page-fv_phoenix-min.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-page-fv__imageArea.-feature {
    background: url(../img/p-page-fv_phoenix-min.webp) no-repeat center center/cover;
  }
}
.p-page-fv__imageArea.-first {
  background: url(../img/sp/p-page-fv_first-min.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-page-fv__imageArea.-first {
    background: url(../img/p-page-fv_first-min.webp) no-repeat center center/cover;
  }
}
.p-page-fv__imageArea.-access {
  background: url(../img/sp/p-page-fv_access-min.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-page-fv__imageArea.-access {
    background: url(../img/p-page-fv_access-min.webp) no-repeat center center/cover;
  }
}
.p-page-fv__imageArea.-guide {
  background: url(../img/sp/p-page-fv_guide-min.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-page-fv__imageArea.-guide {
    background: url(../img/p-page-fv_guide-min.webp) no-repeat center center/cover;
  }
}
@media (min-width: 768px) {
  .p-page-fv__imageArea {
    aspect-ratio: 596/804;
    width: 37.25rem;
    height: 100dvh;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .p-page-fv__imageArea {
    height: 50dvh;
  }
}
.p-page-fv__imageArea img {
  width: 100%;
}

.p-page-fv.-list {
  -webkit-padding-after: 9.25rem;
  padding-block-end: 9.25rem;
}
@media (min-width: 768px) {
  .p-page-fv.-list {
    -webkit-padding-after: 0;
    padding-block-end: 0;
  }
}
.p-page-fv.-list .p-page-fv__content {
  align-items: center;
}
@media (min-width: 768px) and (orientation: landscape) and (min-aspect-ratio: 1369/802) {
  .p-page-fv.-list .p-page-fv__textArea {
    -webkit-margin-before: -6.25rem;
    margin-block-start: -6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-fv.-list .p-page-fv__imageArea {
    aspect-ratio: 243/263;
    height: 16.4375rem;
  }
}
.p-page-fv.-list .p-page-fv__list {
  display: flex;
  position: absolute;
  top: 19.0625rem;
  left: 1.4375rem;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .p-page-fv.-list .p-page-fv__list {
    top: unset;
    bottom: 4.25rem;
    left: 3.75rem;
    gap: 1.5rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (orientation: landscape) and (min-aspect-ratio: 1369/802) {
  .p-page-fv.-list .p-page-fv__list {
    bottom: 2rem;
  }
}
.p-page-fv.-list .p-page-fv__item {
  width: 100%;
}
.p-page-fv.-list .p-page-fv__link {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0.375rem;
  font-weight: 600;
  line-height: 2.3;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .p-page-fv.-list .p-page-fv__link {
    gap: 0.75rem;
    font-size: 1.125rem;
  }
}
.p-page-fv.-list .p-page-fv__link span {
  text-box-trim: trim-both;
  display: inline-block;
  position: relative;
}
.p-page-fv.-list .p-page-fv__link span::after {
  -webkit-transform-origin: top left;
  display: inline-block;
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  transform-origin: top left;
  scale: 0;
  background: #1c1c1c;
  content: "";
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-page-fv.-list .p-page-fv__link:hover span::after {
    scale: 1;
  }
}
.p-page-fv.-list .p-page-fv__link:focus {
  outline: none;
}
.p-page-fv.-list .p-page-fv__link:focus span::after {
  scale: 1;
  outline: none;
}

.p-feature-main {
  -webkit-margin-before: 7.1875rem;
  margin-block-start: 7.1875rem;
  padding-block: 23.4375rem 3.6875rem;
  background: url(../img/sp/p-phoenix-main-min.webp) no-repeat top center/cover;
}
@media (min-width: 768px) {
  .p-feature-main {
    -webkit-margin-before: 8.875rem;
    width: 100dvw;
    margin-block-start: 8.875rem;
    padding-block: 9.625rem 10.1875rem;
    translate: -13.125rem;
    background: url(../img/p-phoenix-main-min.webp) no-repeat top left/cover;
  }
}

.p-feature-main__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .p-feature-main__inner {
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .p-feature-main__content {
    -webkit-margin-start: auto;
    width: 26.9375rem;
    margin-inline-start: auto;
  }
}

.p-feature-main__heading {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .p-feature-main__heading {
    gap: 0.75rem;
  }
}

.p-feature-main__en {
  text-box-trim: trim-both;
  color: #ffffff;
  font-size: 0.8125rem;
  font-family: "EB Garamond", serif;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .p-feature-main__en {
    font-size: 1rem;
  }
}

.p-feature-main__ja {
  text-box-trim: trim-both;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.5625rem;
  line-height: 1.52;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media (min-width: 768px) {
  .p-feature-main__ja {
    font-size: 2rem;
    line-height: 1.15;
  }
}

.p-feature-main__textGroup {
  -webkit-margin-before: 1.375rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 1.375rem;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .p-feature-main__textGroup {
    -webkit-margin-before: 2.875rem;
    margin-block-start: 2.875rem;
    gap: 1rem;
  }
}

.p-feature-main__text {
  color: #ffffff;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-feature-main__text {
    line-height: 2.4;
  }
}

.p-feature-sub {
  padding-block: 4rem 2.5625rem;
}
@media (min-width: 768px) {
  .p-feature-sub {
    padding-block: 10.8125rem 4.5625rem;
  }
}

.p-feature-sub__list {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
@media (min-width: 768px) {
  .p-feature-sub__list {
    gap: 9.125rem;
  }
}

.p-feature-sub__item {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 2.125rem;
}
@media (min-width: 768px) {
  .p-feature-sub__item {
    flex-direction: row;
    gap: 3.75rem;
  }
  .p-feature-sub__item.-reverse {
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .p-feature-sub__textArea {
    flex-shrink: 0;
    width: 34.21875%;
    min-width: 27.375rem;
  }
}

.p-feature-sub__heading {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media (min-width: 768px) {
  .p-feature-sub__heading {
    gap: 0.375rem;
  }
}

.p-feature-sub__en {
  text-box-trim: trim-both;
  font-size: 0.8125rem;
  font-family: "EB Garamond", serif;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .p-feature-sub__en {
    font-size: 1rem;
  }
}

.p-feature-sub__ja {
  text-box-trim: trim-both;
  font-weight: 600;
  font-size: 1.5625rem;
  line-height: 1.52;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .p-feature-sub__ja {
    font-size: 2rem;
    line-height: 1.15;
  }
}

.p-feature-sub__textGroup {
  -webkit-margin-before: 1.375rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 1.375rem;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .p-feature-sub__textGroup {
    -webkit-margin-before: 2rem;
    flex-shrink: 0;
    margin-block-start: 2rem;
    gap: 1rem;
  }
}

.p-feature-sub__text {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-feature-sub__text {
    line-height: 2.4;
  }
}
.p-feature-sub__text span {
  -webkit-margin-before: 0.125rem;
  display: inline-block;
  margin-block-start: 0.125rem;
  font-size: 0.75rem;
}

.p-feature-sub__imageArea {
  width: 100%;
}
.p-feature-sub__imageArea img {
  aspect-ratio: 328/286;
  width: 100%;
}
@media (min-width: 768px) {
  .p-feature-sub__imageArea img {
    aspect-ratio: 459/639;
  }
}

.p-feature-seasons {
  padding-block: 2.5rem 5.875rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-feature-seasons {
    padding-block: 4.5625rem 9.375rem;
  }
}

.p-feature-seasons__content {
  -webkit-margin-before: 2.5rem;
  margin-block-start: 2.5rem;
}

.p-feature-seasons__list {
  display: flex;
  flex-direction: column;
  gap: 5.25rem;
}
@media (min-width: 768px) {
  .p-feature-seasons__list {
    gap: 6.6875rem;
  }
}

.p-feature-seasons__item {
  display: flex;
  position: relative;
  flex-direction: column-reverse;
  gap: 5.125rem;
}
@media (min-width: 768px) {
  .p-feature-seasons__item {
    -webkit-padding-start: 8rem;
    padding-inline-start: 8rem;
    gap: 1.125rem;
  }
}

.p-feature-seasons__season {
  display: -ms-grid;
  display: grid;
  z-index: 50;
  position: absolute;
  top: -0.0625rem;
  left: 0;
  place-content: center;
  width: 5.125rem;
  height: 5.125rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-feature-seasons__season {
    width: 8rem;
    height: 8rem;
  }
}

.p-feature-seasons__seasonEn {
  font-weight: 400;
  line-height: 1;
  font-family: "EB Garamond", serif;
  text-align: center;
  opacity: 0.6;
}

.p-feature-seasons__seasonJa {
  -webkit-margin-before: 0.1875rem;
  margin-block-start: 0.1875rem;
  font-size: 2.625rem;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
@media (min-width: 768px) {
  .p-feature-seasons__seasonJa {
    font-size: 4.5rem;
  }
}

.p-feature-seasons__title {
  text-box-trim: trim-both;
  position: absolute;
  top: 22rem;
  left: 0;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media (min-width: 768px) {
  .p-feature-seasons__title {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    top: 8.75rem;
    left: 3.875rem;
    translate: -50%;
    font-size: 1.5rem;
    writing-mode: vertical-rl;
  }
}

.p-feature-seasons__text {
  text-box-trim: trim-both;
  font-size: 0.875rem;
  line-height: 2.2;
  letter-spacing: 0.07em;
}
@media (min-width: 768px) {
  .p-feature-seasons__text {
    -webkit-padding-end: 1.0625rem;
    padding-inline-end: 1.0625rem;
  }
}

.p-feature-seasons__foot {
  -webkit-margin-before: 1.8125rem;
  margin-block-start: 1.8125rem;
  padding: 1.1875rem;
  background: #f2f2f2;
}
@media (min-width: 768px) {
  .p-feature-seasons__foot {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
    padding: 1.375rem 5.4375rem 1.5rem 1.625rem;
  }
}

.p-feature-seasons__footTitle {
  text-box-trim: trim-start;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2.4;
}
.p-feature-seasons__footText {
  text-box-trim: trim-both;
  font-size: 0.875rem;
}
.p-feature-seasons__imageArea {
  -webkit-margin-end: calc(50% - 50vw);
  -webkit-margin-start: calc(50% - 50vw);
  margin-inline-start: calc(50% - 50vw);
  margin-inline-end: calc(50% - 50vw);
}
@media (min-width: 768px) {
  .p-feature-seasons__imageArea {
    margin-inline: 0;
  }
}

.p-feature-seasons__swiper-image img {
  aspect-ratio: 375/310;
  width: 100%;
}
@media (min-width: 768px) {
  .p-feature-seasons__swiper-image img {
    aspect-ratio: 822/448;
  }
}

.p-feature-seasons__swiper-nav {
  -webkit-margin-before: 1rem;
  margin-block-start: 1rem;
}

.p-feature-seasons__swiper-container,
.p-feature-seasons__swiper,
.p-feature-seasons__swiper-wrapper,
.p-feature-seasons__swiper-slide {
  position: relative;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  margin: 0;
  padding: 0;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
@media (min-width: 768px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    justify-content: flex-end;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 0.8125rem;
  height: 0.0625rem;
  margin-inline: 0;
  border-radius: 0 !important;
  background: #1c1c1c;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 1.125rem;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  width: 1.9375rem;
  opacity: 1;
}
@media (min-width: 768px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
    width: 2.5625rem;
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.p-feature-seasons__swiper .swiper-slide-active .p-feature-seasons__swiper-image,
.p-feature-seasons__swiper .swiper-slide-duplicate-active .p-feature-seasons__swiper-image,
.p-feature-seasons__swiper .swiper-slide-prev .p-feature-seasons__swiper-image {
  -webkit-animation: zoomUp 7s linear 0s normal both;
  animation: zoomUp 7s linear 0s normal both;
}
.p-feature-seasons__swiper .swiper-slide img {
  width: 100%;
  height: auto;
}

.p-feature-seasons__item.-reverse .p-feature-seasons__season {
  right: 0;
  left: unset;
}
@media (min-width: 768px) {
  .p-feature-seasons__item.-reverse {
    -webkit-padding-start: 0;
    -webkit-padding-end: 8rem;
    padding-inline-start: 0;
    padding-inline-end: 8rem;
  }
  .p-feature-seasons__item.-reverse .p-feature-seasons__season {
    right: 0;
    left: unset;
  }
  .p-feature-seasons__item.-reverse .p-feature-seasons__title {
    right: 4.0625rem;
    left: unset;
    translate: 50%;
  }
}

.p-first-go {
  padding-block: 6.375rem 2.1875rem;
}
@media (min-width: 768px) {
  .p-first-go {
    padding-block: 5.625rem 4.5625rem;
  }
}

.p-first-go__content {
  -webkit-margin-before: 1.5rem;
  margin-block-start: 1.5rem;
}
@media (min-width: 768px) {
  .p-first-go__content {
    -webkit-margin-before: 2.6875rem;
    margin-block-start: 2.6875rem;
  }
}

.p-first-go__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 4rem;
}
@media (min-width: 768px) {
  .p-first-go__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.4375rem 3.75rem;
  }
}

.p-first-go__item {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .p-first-go__item {
    width: calc((100% - 7.5rem) / 3);
  }
}
.p-first-go__item:not(:first-child)::before {
  display: block;
  position: absolute;
  top: -3rem;
  left: 50%;
  width: 4.5rem;
  height: 1.375rem;
  translate: -50%;
  background: url(../img/icon_p-first-arrow-bottom-min.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-first-go__item:not(:first-child)::before {
    display: none;
  }
}
@media (min-width: 768px) {
  .p-first-go__item:not(:nth-child(3n))::after {
    display: block;
    position: absolute;
    top: 4.25rem;
    right: -2.375rem;
    width: 0.875rem;
    height: 2.6875rem;
    background: url(../img/icon_p-first-arrow-right-min.webp) no-repeat center center/cover;
    content: "";
  }
}

.p-item {
  display: flex;
  position: relative;
  flex-direction: column-reverse;
  gap: 0.8125rem;
}
@media (min-width: 768px) {
  .p-item {
    gap: 1.1875rem;
  }
}

.p-item__number {
  text-box-trim: trim-both;
  display: -ms-grid;
  display: grid;
  position: absolute;
  top: 0;
  left: 0;
  place-content: center;
  width: 2.375rem;
  height: 2.375rem;
  background: #ffffff;
  font-size: 1.25rem;
  line-height: 1;
  font-family: "EB Garamond", serif;
}
@media (min-width: 768px) {
  .p-item__number {
    width: 2rem;
    height: 2rem;
    font-size: 1.125rem;
  }
}

.p-item__title {
  text-box-trim: trim-both;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-item__title {
    line-height: 1.8;
  }
}

.p-item__text {
  font-size: 0.875rem;
  line-height: 1.9;
}
@media (min-width: 768px) {
  .p-item__text {
    line-height: 1.8;
  }
}
@media (min-width: 768px) {
  .p-item__text span {
    font-size: 0.75rem;
  }
}
.p-item__text .p-item__image {
  width: 100%;
}
.p-item__text .p-item__image img {
  aspect-ratio: 328/211;
}

@media (min-width: 768px) {
  .p-item.-heading {
    gap: 0.875rem;
  }
}
.p-item.-heading .p-item__text {
  -webkit-margin-before: 0.5625rem;
  margin-block-start: 0.5625rem;
}
@media (min-width: 768px) {
  .p-item.-heading .p-item__text {
    -webkit-margin-before: 0.4375rem;
    margin-block-start: 0.4375rem;
  }
}
@media (min-width: 768px) {
  .p-item.-heading .p-item__image img {
    aspect-ratio: 288/186;
  }
}

.p-item__number.-black {
  background: #1c1c1c;
  color: #ffffff;
}
@media (min-width: 768px) {
  .p-item__number.-black {
    font-size: 1.25rem;
  }
}

.p-first-buy {
  padding-block: 2.1875rem 2.6875rem;
}
@media (min-width: 768px) {
  .p-first-buy {
    padding-block: 4.5625rem 3.125rem;
  }
}

.p-first-buy__content {
  -webkit-margin-before: 1.9375rem;
  margin-block-start: 1.9375rem;
}

.p-first-buy__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 4rem;
}
@media (min-width: 768px) {
  .p-first-buy__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.4375rem 3.75rem;
  }
}

.p-first-buy__item {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .p-first-buy__item {
    width: calc((100% - 7.5rem) / 3);
  }
}
.p-first-buy__item:not(:first-child)::before {
  display: block;
  position: absolute;
  top: -3.25rem;
  left: 50%;
  width: 4.5rem;
  height: 1.375rem;
  translate: -50%;
  background: url(../img/icon_p-first-arrow-bottom-min.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-first-buy__item:not(:first-child)::before {
    display: none;
  }
}
@media (min-width: 768px) {
  .p-first-buy__item:not(:nth-child(3n))::after {
    display: block;
    position: absolute;
    top: 4.25rem;
    right: -2.375rem;
    width: 0.875rem;
    height: 2.6875rem;
    background: url(../img/icon_p-first-arrow-right-min.webp) no-repeat center center/cover;
    content: "";
  }
}

.p-first-rule {
  padding-block: 2.6875rem 5.3125rem;
}
@media (min-width: 768px) {
  .p-first-rule {
    padding-block: 3.125rem 9.0625rem;
  }
}

.p-first-rule__list {
  display: flex;
  flex-direction: column;
  gap: 4.625rem;
}
@media (min-width: 768px) {
  .p-first-rule__list {
    gap: 5.875rem;
  }
}

.p-first-rule__item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .p-first-rule__item {
    flex-direction: row;
    align-items: center;
    gap: 5.0625rem;
  }
}

@media (min-width: 768px) {
  .p-first-rule__textArea {
    flex-shrink: 0;
    width: 26.9375rem;
  }
}

.p-first-rule__text {
  -webkit-margin-before: 1.125rem;
  margin-block-start: 1.125rem;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-first-rule__text {
    -webkit-margin-before: 1.3125rem;
    margin-block-start: 1.3125rem;
    line-height: 2.4;
  }
}
.p-first-rule__text span {
  -webkit-margin-before: 0.75rem;
  display: inline-block;
  margin-block-start: 0.75rem;
  font-size: 0.75rem;
  line-height: 2.4;
}
@media (min-width: 768px) {
  .p-first-rule__text span {
    -webkit-margin-before: 0.625rem;
    margin-block-start: 0.625rem;
  }
}

.p-first-rule__imageArea {
  -webkit-margin-end: calc(50% - 50vw);
  margin-inline-end: calc(50% - 50vw);
}
@media (min-width: 768px) {
  .p-first-rule__imageArea {
    -webkit-margin-end: 0;
    flex-grow: 1;
    margin-inline-end: 0;
  }
}

.p-first-rule__image img {
  aspect-ratio: 351/250;
}
@media (min-width: 768px) {
  .p-first-rule__image img {
    aspect-ratio: 438/367;
  }
}

@media (min-width: 768px) {
  .p-first-rule__item.-reverse {
    flex-direction: row-reverse;
  }
}
.p-first-rule__item.-reverse .p-first-rule__imageArea {
  -webkit-margin-end: 0;
  -webkit-margin-start: calc(50% - 50vw);
  margin-inline-start: calc(50% - 50vw);
  margin-inline-end: 0;
}
@media (min-width: 768px) {
  .p-first-rule__item.-reverse .p-first-rule__imageArea {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
  }
}

.p-first-route {
  padding-block: 4.25rem 3.4375rem;
  background: #f2f2f2;
}
@media (min-width: 768px) {
  .p-first-route {
    -webkit-padding-start: 13.125rem;
    width: 100dvw;
    padding-inline-start: 13.125rem;
    padding-block: 7.1875rem 6.625rem;
    translate: -13.125rem;
  }
}

.p-first-route__head {
  display: flex;
  flex-direction: column;
  gap: 1.6875rem;
}
@media (min-width: 768px) {
  .p-first-route__head {
    flex-direction: row;
    align-items: center;
    gap: 2.375rem;
  }
}

@media (min-width: 768px) {
  .p-first-route__textArea {
    flex-shrink: 0;
    width: 26.4375rem;
  }
}

.p-first-route__heading {
  word-break: keep-all;
  overflow-wrap: break-word;
}

.p-first-route__text {
  -webkit-margin-before: 1.125rem;
  margin-block-start: 1.125rem;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-first-route__text {
    line-height: 2.4;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-first-route__text {
    -webkit-margin-before: 1.5rem;
    margin-block-start: 1.5rem;
  }
}

.p-first-route__imageArea img {
  flex-grow: 1;
}

.p-first-route__list {
  -webkit-margin-before: 2.75rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-block-start: 2.75rem;
  gap: 4rem;
}
@media (min-width: 768px) {
  .p-first-route__list {
    -webkit-margin-before: 4.75rem;
    flex-direction: row;
    flex-wrap: wrap;
    margin-block-start: 4.75rem;
    gap: 3rem 2.6875rem;
  }
}

.p-first-route__item {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .p-first-route__item {
    width: calc((100% - 5.375rem) / 3);
  }
}
.p-first-route__item:not(:first-child)::before {
  display: block;
  position: absolute;
  top: -3rem;
  left: 50%;
  width: 4.5rem;
  height: 1.375rem;
  translate: -50%;
  background: url(../img/icon_p-first-arrow-bottom-min.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-first-route__item:not(:first-child)::before {
    display: none;
  }
}

.p-first-outdoor {
  padding-block: 5.25rem 4.0625rem;
}
@media (min-width: 768px) {
  .p-first-outdoor {
    padding-block: 6.8125rem 8.9375rem;
  }
}

.p-first-outdoor__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-first-outdoor__content {
    flex-direction: row;
    align-items: center;
    gap: 5.0625rem;
  }
}

.p-first-outdoor__textArea {
  display: contents;
}
@media (min-width: 768px) {
  .p-first-outdoor__textArea {
    display: block;
    flex-shrink: 0;
    width: 26.9375rem;
  }
}

.p-first-outdoor__heading {
  order: 1;
}

.p-first-outdoor__text {
  -webkit-margin-before: 1.5625rem;
  order: 3;
  margin-block-start: 1.5625rem;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-first-outdoor__text {
    -webkit-margin-before: 1.3125rem;
    margin-block-start: 1.3125rem;
  }
}
.p-first-outdoor__text span {
  -webkit-margin-before: 0.75rem;
  display: inline-block;
  margin-block-start: 0.75rem;
  font-size: 0.75rem;
  line-height: 2.4;
}
@media (min-width: 768px) {
  .p-first-outdoor__text span {
    -webkit-margin-before: 0.625rem;
    margin-block-start: 0.625rem;
  }
}

.p-first-outdoor__imageArea {
  -webkit-margin-before: 2.0625rem;
  display: flex;
  justify-content: center;
  order: 2;
  margin-block-start: 2.0625rem;
  gap: 1rem;
}
@media (min-width: 768px) {
  .p-first-outdoor__imageArea {
    -webkit-margin-before: 0rem;
    margin-block-start: 0rem;
    gap: 0.625rem;
  }
}

.p-first-outdoor__imageGroup:nth-child(2) {
  -webkit-margin-before: 1rem;
  margin-block-start: 1rem;
}
@media (min-width: 768px) {
  .p-first-outdoor__imageGroup:nth-child(2) {
    -webkit-margin-before: 0rem;
    margin-block-start: 0rem;
  }
}
@media (min-width: 768px) {
  .p-first-outdoor__imageGroup:first-child {
    -webkit-margin-before: 3.1875rem;
    margin-block-start: 3.1875rem;
  }
}

.p-first-outdoor__imageText {
  font-size: 0.75rem;
  line-height: 2.4;
}

.p-guide-prayer {
  -webkit-padding-before: 4.125rem;
  padding-block-start: 4.125rem;
}
@media (min-width: 768px) {
  .p-guide-prayer {
    -webkit-padding-before: 5.625rem;
    padding-block-start: 5.625rem;
  }
}

.p-guide-prayer__content {
  -webkit-margin-before: 2.5rem;
  margin-block-start: 2.5rem;
}
@media (min-width: 768px) {
  .p-guide-prayer__content {
    -webkit-margin-before: 4.25rem;
    margin-block-start: 4.25rem;
  }
}

.p-guide-prayer__list {
  display: flex;
  flex-direction: column;
}

.p-guide-prayer__item {
  -webkit-margin-end: calc(50% - 50vw);
  -webkit-margin-start: calc(50% - 50vw);
  margin-inline-start: calc(50% - 50vw);
  margin-inline-end: calc(50% - 50vw);
  padding-inline: 1.4375rem;
  padding-block: 2.125rem;
  background: #f2f2f2;
}
@media (min-width: 768px) {
  .p-guide-prayer__item {
    margin-inline: 0;
    padding-block: 2.8125rem;
  }
}
.p-guide-prayer__item:nth-child(2n) {
  padding-block: 2.75rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-guide-prayer__item:nth-child(2n) {
    padding-block: 2.8125rem;
  }
}

.p-prayer-item {
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
}
@media (min-width: 768px) {
  .p-prayer-item {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 3.5rem;
  }
}

@media (min-width: 768px) {
  .p-prayer-item__head {
    display: -ms-grid;
    display: grid;
    flex-shrink: 0;
    place-content: center;
    width: 10rem;
  }
}

.p-prayer-item__title {
  text-box-trim: trim-both;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.54;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .p-prayer-item__title {
    font-size: 1.75rem;
    text-align: center;
  }
  .p-prayer-item__title.-justify {
    text-align: justify;
  }
}

.p-prayer-item__lead {
  -webkit-margin-before: 0.5rem;
  text-box-trim: trim-both;
  position: relative;
  margin-block-start: 0.5rem;
  padding-inline: 1.25rem;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.54;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .p-prayer-item__lead {
    font-size: 0.75rem;
  }
}
.p-prayer-item__lead::before, .p-prayer-item__lead::after {
  display: block;
  position: absolute;
  bottom: 0.1875rem;
  width: 0.3125rem;
  height: 1.125rem;
  border-top: 0.0625rem solid #1c1c1c;
  border-bottom: 0.0625rem solid #1c1c1c;
  content: "";
}
@media (min-width: 768px) {
  .p-prayer-item__lead::before, .p-prayer-item__lead::after {
    bottom: 0rem;
    height: 2.0625rem;
  }
}
.p-prayer-item__lead::before {
  left: 0.5rem;
  border-left: 0.0625rem solid #1c1c1c;
}
.p-prayer-item__lead::after {
  right: 0.5rem;
  border-right: 0.0625rem solid #1c1c1c;
}

@media (min-width: 768px) {
  .p-prayer-item__body {
    flex-grow: 1;
  }
}

.p-prayer-item__calendar {
  padding-block: 1rem 2rem;
}

.p-prayer-item__text {
  text-box-trim: trim-both;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-prayer-item__text.-small {
    display: inline-block;
    font-size: 0.75rem;
  }
}
.p-prayer-item__text a {
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-prayer-item__text a:hover {
    opacity: 0.7;
  }
}
.p-prayer-item__text a:focus {
  outline: none;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .p-prayer-item__text {
    font-size: 1rem;
  }
}
.p-prayer-item__text.-margin {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
}

.p-prayer-item__button {
  -webkit-margin-before: 1.625rem;
  margin-block-start: 1.625rem;
}
@media (min-width: 768px) {
  .p-prayer-item__button {
    -webkit-margin-before: 1.5rem;
    margin-block-start: 1.5rem;
  }
}

.p-prayer-item__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .p-prayer-item__list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.1875rem 2.25rem;
  }
}

.p-prayer-item__group {
  display: flex;
  align-items: center;
  gap: 1.1875rem;
}
.p-prayer-item__group.-small {
  -webkit-margin-before: 0.5rem;
  margin-block-start: 0.5rem;
}

.p-prayer-item__term {
  text-box-trim: trim-both;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6.25rem;
  height: 1.875rem;
  padding: 0.25rem;
  background: rgba(28, 28, 28, 0.1);
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
}
.p-prayer-item__term.-small {
  font-size: 0.875rem;
}

.p-prayer-item__description {
  text-box-trim: trim-both;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.3;
}
.p-prayer-item__description span {
  text-box-trim: trim-both;
  display: inline-block;
  font-size: 1.375rem;
}

.p-prayer-item__caption {
  -webkit-margin-before: 1.125rem;
  text-box-trim: trim-both;
  margin-block-start: 1.125rem;
  font-size: 0.75rem;
}
.p-prayer-item__caption a {
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-prayer-item__caption a:hover {
    opacity: 0.7;
  }
}
.p-prayer-item__caption a:focus {
  outline: none;
  opacity: 0.7;
}

.p-prayer-item__table {
  border: 0.0625rem solid #d3d3d3;
  border-collapse: collapse;
  vertical-align: middle;
  table-layout: fixed;
}

.p-prayer-item__tableRow {
  border-bottom: 0.0625rem solid #d3d3d3;
}

.p-prayer-item__tableHead {
  text-box-trim: trim-both;
  width: 4.25rem;
  padding: 0.9375rem 0.375rem;
  background: #f2f2f2;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.2;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .p-prayer-item__tableHead {
    width: 7.9375rem;
    padding: 0.9375rem 1.4375rem;
    font-size: 1rem;
  }
}

.p-prayer-item__tableData {
  text-box-trim: trim-both;
  padding: 0.9375rem 0.5625rem;
  border-left: 0.0625rem solid #d3d3d3;
  font-weight: 500;
  font-size: 0.875rem;
  text-align: left;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .p-prayer-item__tableData {
    padding: 0.9375rem 1.4375rem;
    font-size: 1rem;
  }
}
.p-prayer-item__tableData:nth-of-type(1) {
  width: 6.375rem;
}
@media (min-width: 768px) {
  .p-prayer-item__tableData:nth-of-type(1) {
    width: 14.1875rem;
  }
}
.p-prayer-item__tableData:nth-of-type(2) {
  font-size: 0.75rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-prayer-item__tableData:nth-of-type(2) {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.p-prayer-item__attention {
  -webkit-margin-before: 2.8125rem;
  text-box-trim: trim-both;
  margin-block-start: 2.8125rem;
  font-weight: 700;
  font-size: 1.25rem;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .p-prayer-item__attention {
    -webkit-margin-before: 1.6875rem;
    margin-block-start: 1.6875rem;
  }
}

.p-guide-for {
  padding-block: 3.8125rem 2.3125rem;
}
@media (min-width: 768px) {
  .p-guide-for {
    padding-block: 8.625rem 4.625rem;
  }
}

.p-guide-for__pdf {
  -webkit-margin-before: 1.0625rem;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 9.875rem;
  margin-block-start: 1.0625rem;
  overflow: hidden;
}

.p-guide-for__button {
  display: block;
  margin-block-start: 0.625rem;
}

@media (min-width: 768px) {
.p-guide-for__button {
  margin-block-start: 2rem;
}

}

@media (min-width: 768px) {
  .p-guide-for__pdf {
    -webkit-margin-before: 2.1875rem;
    height: 27.9375rem;
    margin-block-start: 2.1875rem;
  }
}
.p-guide-for__pdf embed {
  -o-object-fit: cover;
  aspect-ratio: 300/158;
  width: 100%;
  overflow: auto;
  object-fit: cover;
}
@media (min-width: 768px) {
  .p-guide-for__pdf embed {
    aspect-ratio: 852/447;
  }
}

.p-guide-for__noImage {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-guide-for__noImage {
    font-size: 1.125rem;
  }
}
.p-guide-for__noImage a {
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-guide-for__noImage a:hover {
    opacity: 0.7;
  }
}
.p-guide-for__noImage a:focus {
  outline: none;
  opacity: 0.7;
}

.p-guide-for__content {
  -webkit-margin-before: 1.5rem;
  margin-block-start: 1.5rem;
}
@media (min-width: 768px) {
  .p-guide-for__content {
    -webkit-margin-before: 2.9375rem;
    margin-block-start: 2.9375rem;
  }
}

.p-guide-for__pdf.is_touch {
  aspect-ratio: auto;
  height: auto;
}

.p-qa-box {
  border-bottom: 0.0625rem solid rgba(28, 28, 28, 0.1);
}
.p-qa-box:first-child {
  border-top: 0.0625rem solid rgba(28, 28, 28, 0.1);
}

.p-qa-box__summary {
  list-style: none;
  transition: all 0.3s ease-out;
}
.p-qa-box__summary::-webkit-details-marker, .p-qa-box__summary::marker {
  display: none;
}
.p-qa-box__summary:focus-visible {
  outline: none;
  opacity: 0.7;
}

.p-qa-box__q {
  display: block;
  position: relative;
  padding-block: 1.625rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-qa-box__q {
    padding-block: 2.25rem;
    font-size: 1.25rem;
    line-height: 1.7;
  }
}
.p-qa-box__q::before, .p-qa-box__q::after {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #1c1c1c;
  content: "";
}
.p-qa-box__q::before {
  right: 0;
  width: 0.875rem;
  height: 0.125rem;
}
@media (min-width: 768px) {
  .p-qa-box__q::before {
    right: 1.25rem;
    width: 1.25rem;
  }
}
.p-qa-box__q::after {
  right: 0.375rem;
  width: 0.125rem;
  height: 0.875rem;
  transition: rotate 0.3s ease;
}
@media (min-width: 768px) {
  .p-qa-box__q::after {
    right: 1.8125rem;
    height: 1.25rem;
  }
}
@media (any-hover: hover) {
  .p-qa-box__q:hover {
    cursor: pointer;
  }
}

.p-qa-box.is_opened .p-qa-box__q::after {
  rotate: 90deg;
}

.p-qa-box__q-text {
  padding-inline: 3rem 1.375rem;
  list-style: none;
}
@media (min-width: 768px) {
  .p-qa-box__q-text {
    padding-inline: 4.6875rem;
  }
}
.p-qa-box__q-text::before {
  -webkit-padding-after: 0.125rem;
  display: -ms-grid;
  display: grid;
  position: absolute;
  top: 50%;
  left: 0;
  place-content: center;
  width: 2.5625rem;
  height: 1.75rem;
  padding-block-end: 0.125rem;
  translate: 0 -50%;
  background: url(../img/c-icon-arrow_bg-black.svg) no-repeat center center/cover;
  content: "Q";
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1;
  font-family: "EB Garamond", serif;
  text-align: center;
}
@media (min-width: 768px) {
  .p-qa-box__q-text::before {
    width: 3.75rem;
    height: 2.5rem;
    font-size: 1.125rem;
  }
}

.p-qa-box__a {
  -webkit-padding-after: 1.625rem;
  padding-block-end: 1.625rem;
}
@media (min-width: 768px) {
  .p-qa-box__a {
    -webkit-padding-before: 0.25rem;
    -webkit-padding-after: 2.25rem;
    width: 100%;
    padding-block-start: 0.25rem;
    padding-block-end: 2.25rem;
  }
}

.p-qa-box__a-text {
  -webkit-padding-start: 3rem;
  position: relative;
  padding-inline-start: 3rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.7;
  list-style: none;
}
.p-qa-box__a-text a {
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-qa-box__a-text a:hover {
    opacity: 0.7;
  }
}
.p-qa-box__a-text a:focus {
  outline: none;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .p-qa-box__a-text {
    -webkit-padding-start: 4.6875rem;
    padding-inline-start: 4.6875rem;
    font-size: 1rem;
  }
}
.p-qa-box__a-text span {
  font-weight: 600;
}
.p-qa-box__a-text::before {
  -webkit-padding-after: 0.125rem;
  display: -ms-grid;
  display: grid;
  position: absolute;
  top: 0;
  left: 0;
  place-content: center;
  width: 2.5625rem;
  height: 1.75rem;
  padding-block-end: 0.125rem;
  background: url(../img/c-icon-arrow_bg-gray.svg) no-repeat center center/cover;
  content: "A";
  color: #1c1c1c;
  font-size: 0.875rem;
  line-height: 1;
  font-family: "EB Garamond", serif;
  text-align: center;
}
@media (min-width: 768px) {
  .p-qa-box__a-text::before {
    width: 3.75rem;
    height: 2.5rem;
    font-size: 1.125rem;
  }
}

.p-guide-application {
  padding-block: 2.3125rem 6.0625rem;
}
@media (min-width: 768px) {
  .p-guide-application {
    padding-block: 4.5625rem 8.625rem;
  }
}

.p-guide-application__content {
  -webkit-margin-before: 3.75rem;
  margin-block-start: 3.75rem;
}
@media (min-width: 768px) {
  .p-guide-application__content {
    -webkit-margin-before: 4.875rem;
    margin-block-start: 4.875rem;
  }
}

.p-guide-application__list {
  display: flex;
  flex-direction: column;
  gap: 2.9375rem;
}
@media (min-width: 768px) {
  .p-guide-application__list {
    gap: 5.5625rem;
  }
}

.p-guide-application__item {
  display: flex;
  flex-direction: column;
  gap: 1.6875rem;
}
@media (min-width: 768px) {
  .p-guide-application__item {
    gap: 1.3125rem;
  }
}

.p-guide-application__title {
  -webkit-padding-after: 1.125rem;
  text-box-trim: trim-both;
  display: block;
  position: relative;
  width: 100%;
  padding-block-end: 1.125rem;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.6;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .p-guide-application__title {
    -webkit-padding-after: 1.375rem;
    padding-block-end: 1.375rem;
    font-size: 1.75rem;
  }
}
.p-guide-application__title::before, .p-guide-application__title::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.0625rem;
  background: #1c1c1c;
  content: "";
}
.p-guide-application__title::before {
  width: 100%;
  opacity: 0.1;
}
.p-guide-application__title::after {
  width: 4.6875rem;
}
@media (min-width: 768px) {
  .p-guide-application__title::after {
    width: 5.75rem;
  }
}

.p-guide-application__text {
  -webkit-margin-before: 1.125rem;
  margin-block-start: 1.125rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-guide-application__text {
    -webkit-margin-before: 1.3125rem;
    margin-block-start: 1.3125rem;
  }
}

.p-guide-application__imageArea {
  padding: 1.25rem 0.875rem;
  background: #f2f2f2;
}
@media (min-width: 768px) {
  .p-guide-application__imageArea {
    padding: 3rem;
  }
}

.p-guide-application__buttons {
  display: flex;
  flex-direction: column;
  gap: 0.8125rem;
}
@media (min-width: 768px) {
  .p-guide-application__buttons {
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
  }
}

.p-guide-application__image {
  -webkit-margin-before: 1.0625rem;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 9.875rem;
  margin-block-start: 1.0625rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-guide-application__image {
    -webkit-margin-before: 2.1875rem;
    height: 27.9375rem;
    margin-block-start: 2.1875rem;
  }
}
.p-guide-application__image embed {
  -o-object-fit: cover;
  aspect-ratio: 300/158;
  width: 100%;
  overflow: auto;
  object-fit: cover;
}
@media (min-width: 768px) {
  .p-guide-application__image embed {
    aspect-ratio: 852/447;
  }
}

.p-guide-application__noImage {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-guide-application__noImage {
    font-size: 1.125rem;
  }
}
.p-guide-application__noImage a {
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-guide-application__noImage a:hover {
    opacity: 0.7;
  }
}
.p-guide-application__noImage a:focus {
  outline: none;
  opacity: 0.7;
}

.p-guide-application__image.is_touch {
  aspect-ratio: auto;
  height: auto;
}

.p-access-map {
  -webkit-padding-before: 4.125rem;
  padding-block-start: 4.125rem;
}
@media (min-width: 768px) {
  .p-access-map {
    -webkit-padding-before: 5.625rem;
    padding-block-start: 5.625rem;
  }
}

.p-access-map__content {
  padding: 1.875rem 1.125rem 1.4375rem;
  background: #f2f2f2;
}
@media (min-width: 768px) {
  .p-access-map__content {
    padding: 2.8125rem 3.125rem 3.125rem;
  }
}

.p-access-map__textArea {
  display: flex;
  align-items: center;
  gap: 2.0625rem;
}
@media (min-width: 768px) {
  .p-access-map__textArea {
    gap: 2.8125rem;
  }
}

.p-access-map__title {
  text-box-trim: trim-both;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.54;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .p-access-map__title {
    font-size: 1.75rem;
  }
}

.p-access-map__text {
  flex-grow: 1;
}

.p-access-map__name {
  text-box-trim: trim-both;
  font-weight: 600;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-access-map__name {
    font-size: 1.125rem;
  }
}

.p-access-map__address {
  -webkit-margin-before: 0.25rem;
  text-box-trim: trim-both;
  margin-block-start: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .p-access-map__address {
    -webkit-margin-before: 0.5rem;
    margin-block-start: 0.5rem;
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}

.p-access-map__imageArea {
  -webkit-margin-before: 1.5rem;
  margin-block-start: 1.5rem;
}
@media (min-width: 768px) {
  .p-access-map__imageArea {
    -webkit-margin-before: 2.1875rem;
    margin-block-start: 2.1875rem;
  }
}

.p-access-map__map {
  width: 100%;
}
.p-access-map__map iframe {
  aspect-ratio: 328/265;
  width: 100%;
}
@media (min-width: 768px) {
  .p-access-map__map iframe {
    aspect-ratio: 850/433;
  }
}

.p-access-car {
  padding-block: 1.9375rem 2.3125rem;
}
@media (min-width: 768px) {
  .p-access-car {
    padding-block: 3.6875rem 3.375rem;
  }
}

.p-access-car__content {
  -webkit-margin-before: 1.3125rem;
  display: flex;
  flex-direction: column-reverse;
  margin-block-start: 1.3125rem;
  gap: 1.3125rem;
}
@media (min-width: 768px) {
  .p-access-car__content {
    -webkit-margin-before: 2.375rem;
    flex-direction: row;
    align-items: flex-start;
    margin-block-start: 2.375rem;
    gap: 2.75rem;
  }
}

@media (min-width: 768px) {
  .p-access-car__textArea {
    flex-shrink: 0;
    width: 23.9375rem;
  }
}

.p-access-car__list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .p-access-car__list {
    gap: 0.6875rem;
  }
}

.p-access-car__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.375rem 0.75rem;
  background: #1c1c1c;
}
@media (min-width: 768px) {
  .p-access-car__item {
    padding: 1.875rem 1.25rem;
  }
}
.p-access-car__item img {
  flex-shrink: 0;
  height: 0.15625rem;
}
@media (min-width: 768px) {
  .p-access-car__item img {
    height: 0.1875rem;
  }
}
.p-access-car__item:first-child img {
  width: 1.9375rem;
}
@media (min-width: 768px) {
  .p-access-car__item:first-child img {
    width: 3.5rem;
  }
}
.p-access-car__item:nth-child(2) img {
  width: 4.375rem;
}
@media (min-width: 768px) {
  .p-access-car__item:nth-child(2) img {
    width: 5.875rem;
  }
}
.p-access-car__item:last-child img {
  width: 5.4375rem;
}
@media (min-width: 768px) {
  .p-access-car__item:last-child img {
    width: 7.1875rem;
  }
}

.p-access-car__text {
  text-box-trim: trim-both;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 1.8;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .p-access-car__text {
    font-size: 1.125rem;
  }
}
.p-access-car__text span {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .p-access-car__text span {
    font-size: 1.375rem;
  }
}

.p-access-car__imageArea {
  width: 100%;
}

.p-access-car__image {
  width: 100%;
}
.p-access-car__image img {
  aspect-ratio: 328/160;
}

.p-access-train {
  padding-block: 3.75rem 1.875rem;
}
@media (min-width: 768px) {
  .p-access-train {
    padding-block: 7.3125rem 3.75rem;
  }
}

.p-access-train__content {
  -webkit-margin-before: 1.3125rem;
  display: flex;
  flex-direction: column-reverse;
  margin-block-start: 1.3125rem;
  gap: 1.3125rem;
}
@media (min-width: 768px) {
  .p-access-train__content {
    -webkit-margin-before: 2.3125rem;
    flex-direction: row;
    align-items: flex-start;
    margin-block-start: 2.3125rem;
    gap: 2.75rem;
  }
}

@media (min-width: 768px) {
  .p-access-train__textArea {
    flex-shrink: 0;
    width: 23.9375rem;
  }
}

.p-access-train__list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .p-access-train__list {
    gap: 0.6875rem;
  }
}

@media (min-width: 768px) {
  .p-access-train__imageArea {
    flex-grow: 1;
  }
}

.p-access-train__image {
  width: 100%;
}
.p-access-train__image img {
  aspect-ratio: 328/202;
  width: 100%;
}

.p-train {
  width: 100%;
}

.p-train__summary {
  width: 100%;
  background: #1c1c1c;
  list-style: none;
  transition: all 0.3s ease-out;
}
.p-train__summary:focus-visible {
  outline: none;
  opacity: 0.7;
}

.p-train__q {
  position: relative;
  width: 100%;
  padding: 1.25rem 2.5rem 1.25rem 1.0625rem;
}
@media (min-width: 768px) {
  .p-train__q {
    padding: 1.875rem 2.9375rem 1.875rem 1.25rem;
  }
}
.p-train__q::-webkit-details-marker, .p-train__q::marker {
  display: none;
}
@media (any-hover: hover) {
  .p-train__q:hover {
    cursor: pointer;
  }
}
.p-train__q::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.0625rem;
  width: 0.5rem;
  height: 0.5rem;
  translate: 0 -50%;
  rotate: 45deg;
  border-right: 0.0625rem solid #ffffff;
  border-bottom: 0.0625rem solid #ffffff;
  content: "";
  transition: rotate 0.6s ease;
}
@media (min-width: 768px) {
  .p-train__q::after {
    right: 1.25rem;
  }
}

details.is_opened .p-train__q::after {
  rotate: -135deg;
}

.p-train__q-text {
  text-box-trim: trim-both;
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.03em;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media (min-width: 768px) {
  .p-train__q-text {
    font-size: 1.125rem;
  }
}
.p-train__q-text span {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-train__q-text span {
    font-size: 1rem;
  }
}

.p-train__a {
  padding: 1.125rem;
  background: #f2f2f2;
}
@media (min-width: 768px) {
  .p-train__a {
    padding: 1.25rem;
  }
}

.p-train__a-text {
  font-size: 0.875rem;
  line-height: 1.8;
}
.p-train__a-text a {
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-train__a-text a:hover {
    opacity: 0.7;
  }
}
.p-train__a-text a:focus {
  outline: none;
  opacity: 0.7;
}

.p-access-parking {
  padding-block: 2.3125rem;
}
@media (min-width: 768px) {
  .p-access-parking {
    padding-block: 3.375rem;
  }
}

.p-access-parking__content {
  -webkit-margin-before: 1.3125rem;
  margin-block-start: 1.3125rem;
}
@media (min-width: 768px) {
  .p-access-parking__content {
    -webkit-margin-before: 2.375rem;
    margin-block-start: 2.375rem;
  }
}

.p-access-parking__mainImage {
  width: 100%;
}
.p-access-parking__mainImage img {
  aspect-ratio: 328/170;
}
@media (min-width: 768px) {
  .p-access-parking__mainImage img {
    aspect-ratio: 950/350;
  }
}

.p-access-parking__box {
  -webkit-margin-before: 1.3125rem;
  margin-block-start: 1.3125rem;
  padding: 1.5rem 0.875rem 1.9375rem;
  background: #f2f2f2;
}
@media (min-width: 768px) {
  .p-access-parking__box {
    -webkit-margin-before: 3.5rem;
    margin-block-start: 3.5rem;
    padding: 2.75rem 3.125rem;
  }
}

.p-access-parking__list {
  display: flex;
  flex-direction: column;
  gap: 2.8125rem;
}
@media (min-width: 768px) {
  .p-access-parking__list {
    flex-direction: row;
    gap: 2.25rem;
  }
}

.p-access-parking__item {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.375rem;
}
@media (min-width: 768px) {
  .p-access-parking__item {
    flex-direction: column;
    width: calc((100% - 1.375rem) / 2);
    gap: 0;
  }
}

@media (min-width: 768px) {
  .p-access-parking__textArea {
    display: contents;
  }
}

.p-access-parking__title {
  text-box-trim: trim-both;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.8;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .p-access-parking__title {
    order: 1;
    font-size: 1.5rem;
    line-height: 1.54;
  }
}

.p-access-parking__text {
  -webkit-margin-before: 0.75rem;
  margin-block-start: 0.75rem;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-access-parking__text {
    -webkit-margin-before: 1.25rem;
    order: 3;
    margin-block-start: 1.25rem;
    font-size: 1rem;
  }
}

.p-access-parking__imageArea {
  width: 100%;
}
@media (min-width: 768px) {
  .p-access-parking__imageArea {
    -webkit-margin-before: 1.875rem;
    order: 2;
    margin-block-start: 1.875rem;
  }
}

.p-access-parking__image {
  width: 100%;
}
.p-access-parking__image img {
  aspect-ratio: 300/175;
}
@media (min-width: 768px) {
  .p-access-parking__image img {
    aspect-ratio: 407/295;
  }
}

.p-information {
  padding-block: 2.5625rem 5.8125rem;
}
@media (min-width: 768px) {
  .p-information {
    padding-block: 5.375rem 6.75rem;
  }
}

.p-information__article {
  -webkit-margin-before: 3.125rem;
  margin-block-start: 3.125rem;
}
@media (min-width: 768px) {
  .p-information__article {
    -webkit-margin-before: 3.5625rem;
    margin-block-start: 3.5625rem;
  }
}

.p-information__pagination {
  -webkit-margin-before: 3.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block-start: 3.625rem;
  gap: 0.875rem;
  font-size: 1.125rem;
  line-height: 1;
  font-family: "EB Garamond", serif;
}
@media (min-width: 768px) {
  .p-information__pagination {
    -webkit-margin-before: 5.9375rem;
    margin-block-start: 5.9375rem;
    gap: 1rem;
    font-size: 1.25rem;
  }
}
.p-information__pagination .page-numbers {
  transition: all 0.3s ease-out;
}
.p-information__pagination .page-numbers.current {
  opacity: 0.5;
  pointer-events: none;
}
@media (any-hover: hover) {
  .p-information__pagination .page-numbers:hover {
    opacity: 0.5;
  }
}
.p-information__pagination .page-numbers:focus {
  outline: none;
  opacity: 0.5;
}

.p-information__paginationArrowL,
.p-information__paginationArrowR {
  display: block;
  width: 0.6875rem;
  height: 0.875rem;
  transition: all 0.3s ease-out;
}

.p-information__paginationArrowL {
  -webkit-margin-end: 1.3125rem;
  margin-inline-end: 1.3125rem;
  background: url(../img/p-pagination-arrowL.webp) no-repeat center center/cover;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-information__paginationArrowL {
    -webkit-margin-end: 1.5625rem;
    margin-inline-end: 1.5625rem;
  }
}
@media (any-hover: hover) {
  .p-information__paginationArrowL:hover {
    background-image: url(../img/p-pagination-arrowL-hover.webp);
  }
}
.p-information__paginationArrowL:focus {
  outline: none;
  background-image: url(../img/p-pagination-arrowL-hover.webp);
}

.p-information__paginationArrowR {
  -webkit-margin-start: 1.3125rem;
  margin-inline-start: 1.3125rem;
  background: url(../img/p-pagination-arrowR.webp) no-repeat center center/cover;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-information__paginationArrowR {
    -webkit-margin-start: 1.5625rem;
    margin-inline-start: 1.5625rem;
  }
}
@media (any-hover: hover) {
  .p-information__paginationArrowR:hover {
    background-image: url(../img/p-pagination-arrowR-hover.webp);
  }
}
.p-information__paginationArrowR:focus {
  outline: none;
  background-image: url(../img/p-pagination-arrowR-hover.webp);
}

.p-article {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}
@media (min-width: 768px) {
  .p-article {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4.3125rem 3.4375rem;
  }
}

.p-article__item {
  display: flex;
  width: 100%;
}
@media (min-width: 768px) {
  .p-article__item {
    width: calc((100% - 6.875rem) / 3);
  }
}

.p-single {
  padding-block: 1.9375rem 5.75rem;
}
@media (min-width: 768px) {
  .p-single {
    padding-block: 7.3125rem 6.625rem;
  }
}

@media (min-width: 768px) {
  .p-single__content {
    width: 53.125rem;
  }
}

.p-single__head {
  display: flex;
  flex-direction: column;
}

.p-single__title {
  -webkit-margin-before: 1rem;
  text-box-trim: trim-both;
  order: 2;
  margin-block-start: 1rem;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: normal;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .p-single__title {
    -webkit-margin-before: 1.3125rem;
    margin-block-start: 1.3125rem;
    font-size: 2rem;
  }
}

.p-single__meta {
  display: flex;
  align-items: center;
  order: 1;
  gap: 0.75rem;
}

.p-single__label {
  text-box-trim: trim-both;
  display: inline-block;
  padding: 0.25rem 0.5625rem;
  background: #2b2b2b;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.75rem;
}

.p-single__date {
  text-box-trim: trim-both;
  font-size: 1.125rem;
  line-height: 2.66;
  font-family: "EB Garamond", serif;
}

.p-single__thumbnail {
  -webkit-margin-before: 2rem;
  order: 3;
  width: 100%;
  margin-block-start: 2rem;
}
@media (min-width: 768px) {
  .p-single__thumbnail {
    -webkit-margin-before: 3.0625rem;
    margin-block-start: 3.0625rem;
  }
}
.p-single__thumbnail img {
  aspect-ratio: 328/195;
}
@media (min-width: 768px) {
  .p-single__thumbnail img {
    aspect-ratio: 850/452;
  }
}

.p-single__body {
  -webkit-margin-before: 1.75rem;
  margin-block-start: 1.75rem;
}
@media (min-width: 768px) {
  .p-single__body {
    -webkit-margin-before: 3.125rem;
    margin-block-start: 3.125rem;
  }
}
.p-single__body > *:first-child {
  -webkit-margin-before: 0;
  margin-block-start: 0;
}
.p-single__body > *:last-child {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
.p-single__body h2 {
  -webkit-padding-after: 0.9375rem;
  position: relative;
  margin-block: 3.125rem 1.875rem;
  padding-block-end: 0.9375rem;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.7;
}
.p-single__body h2::before, .p-single__body h2::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.125rem;
  background: #1c1c1c;
  content: "";
}
.p-single__body h2::before {
  width: 100%;
  opacity: 0.1;
}
.p-single__body h2::after {
  width: 3.75rem;
}
@media (min-width: 768px) {
  .p-single__body h2::after {
    width: 5.75rem;
  }
}
@media (min-width: 768px) {
  .p-single__body h2 {
    margin-block: 3.9375rem 2.5rem;
    line-height: 1.8;
  }
}
.p-single__body h3 {
  text-box-trim: trim-both;
  position: relative;
  margin-block: 3.125rem 1.75rem;
  padding: 0.75rem 1.0625rem 0.75rem 1.625rem;
  background: #f2f2f2;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-single__body h3 {
    margin-block: 3.9375rem 2.5rem;
    padding: 1.25rem 1.4375rem 1.4375rem;
  }
}
.p-single__body h3::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  translate: 0 -50%;
  background: #1c1c1c;
  content: "";
}
.p-single__body h4 {
  -webkit-padding-after: 0.8125rem;
  margin-block: 3.125rem 1.75rem;
  padding-block-end: 0.8125rem;
  border-bottom: 0.125rem solid rgba(28, 28, 28, 0.1);
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-single__body h4 {
    -webkit-padding-after: 0.9375rem;
    margin-block: 3.9375rem 2.5rem;
    padding-block-end: 0.9375rem;
  }
}
.p-single__body h5 {
  -webkit-padding-start: 2rem;
  text-box-trim: trim-both;
  position: relative;
  margin-block: 3.125rem 1.5rem;
  padding-inline-start: 2rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.8;
}
.p-single__body h5::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1rem;
  height: 1rem;
  translate: 0 -50%;
  rotate: 45deg;
  background: #1c1c1c;
  content: "";
}
@media (min-width: 768px) {
  .p-single__body h5 {
    margin-block: 3.9375rem 2.5rem;
  }
}
.p-single__body h6 {
  margin-block: 3.125rem 1.5rem;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-single__body h6 {
    margin-block: 3.9375rem 1.625rem;
  }
}
.p-single__body p {
  text-box-trim: trim-both;
  font-size: 0.875rem;
}
.p-single__body p a {
  text-box-trim: trim-both;
  display: inline-block;
  margin-block: 0;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-single__body p a:hover {
    opacity: 0.7;
  }
}
.p-single__body p a:focus {
  outline: none;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .p-single__body p {
    font-size: 1rem;
  }
}
.p-single__body p + p {
  -webkit-margin-before: 1.125rem;
  margin-block-start: 1.125rem;
}
.p-single__body p:empty {
  display: none;
}
.p-single__body b,
.p-single__body strong {
  font-weight: 700;
}
.p-single__body figure {
  display: contents;
}
.p-single__body figcaption {
  font-size: 0.75rem;
  font-family: "Shippori Mincho", serif;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .p-single__body figcaption {
    font-size: 0.875rem;
  }
}
.p-single__body a {
  text-box-trim: trim-both;
  display: block;
  margin-block: 3.125rem;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-single__body a {
    margin-block: 3.9375rem;
  }
}
@media (any-hover: hover) {
  .p-single__body a:hover {
    opacity: 0.7;
  }
}
.p-single__body a:focus {
  outline: none;
  opacity: 0.7;
}
.p-single__body img {
  aspect-ratio: 328/174;
  width: 100%;
}
@media (min-width: 768px) {
  .p-single__body img {
    aspect-ratio: 850/452;
  }
}
.p-single__body ul {
  display: flex;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-block: 3.125rem;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .p-single__body ul {
    margin-block: 3.9375rem;
  }
}
.p-single__body ul li {
  -webkit-padding-start: 1.1875rem;
  text-box-trim: trim-both;
  position: relative;
  padding-inline-start: 1.1875rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-single__body ul li {
    font-size: 1.125rem;
  }
}
.p-single__body ul li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.8125rem;
  height: 0.1875rem;
  translate: 0 -50%;
  background: #1c1c1c;
  content: "";
}
.p-single__body ol {
  display: flex;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-block: 3.125rem;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .p-single__body ol {
    margin-block: 3.9375rem;
  }
}
.p-single__body ol li {
  -webkit-padding-start: 1.3125rem;
  text-box-trim: trim-both;
  position: relative;
  padding-inline-start: 1.3125rem;
  font-weight: 500;
  font-size: 1.125rem;
  list-style-position: inside;
  list-style-type: decimal-leading-zero;
}
.p-single__body ol li::marker {
  color: #1c1c1c;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  font-family: "EB Garamond", serif;
}

.p-single__foot-button {
  -webkit-margin-before: 3.8125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block-start: 3.8125rem;
}
@media (min-width: 768px) {
  .p-single__foot-button {
    -webkit-margin-before: 6.125rem;
    margin-block-start: 6.125rem;
  }
}

.p-single__footBox {
  -webkit-margin-before: 3.8125rem;
  margin-block-start: 3.8125rem;
}
@media (min-width: 768px) {
  .p-single__footBox {
    -webkit-margin-before: 4.4375rem;
    margin-block-start: 4.4375rem;
  }
}

.p-single-box {
  display: flex;
  flex-direction: column;
  padding: 2.75rem 1.25rem 2.4375rem;
  gap: 1.875rem;
  background: #f2f2f2;
}
@media (min-width: 768px) {
  .p-single-box {
    padding: 2.1875rem 2.3125rem;
    gap: 2.25rem;
  }
}

.p-single-box__group {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-single-box__group {
    flex-direction: row;
    gap: 2rem;
  }
}

.p-single-box__title {
  text-box-trim: trim-both;
  font-weight: 600;
  font-size: 1.125rem;
}

.p-single-box__list {
  -webkit-margin-before: 0.375rem;
  display: flex;
  flex-wrap: wrap;
  margin-block-start: 0.375rem;
  gap: 0.375rem 1.75rem;
}
@media (min-width: 768px) {
  .p-single-box__list {
    -webkit-margin-before: 0rem;
    margin-block-start: 0rem;
  }
}

.p-single-box__item {
  display: block;
  position: relative;
}
.p-single-box__item::before {
  display: block;
  position: absolute;
  top: 50%;
  right: -1.0625rem;
  translate: 0 -50%;
  content: "/";
  font-size: 1rem;
  line-height: 1;
}
.p-single-box__item:last-child::before {
  display: none;
}

.p-single-box__link {
  text-box-trim: trim-both;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-single-box__link:hover {
    opacity: 0.7;
  }
}
.p-single-box__link:focus {
  outline: none;
  opacity: 0.7;
}

.p-single-box__detailsGroup {
  -webkit-margin-before: 0.375rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 0.375rem;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .p-single-box__detailsGroup {
    -webkit-margin-before: 0rem;
    margin-block-start: 0rem;
  }
}

.p-single-box__summary {
  -webkit-padding-end: 0.9375rem;
  display: inline-block;
  position: relative;
  padding-inline-end: 0.9375rem;
}
@media (any-hover: hover) {
  .p-single-box__summary:hover {
    cursor: pointer;
  }
}
.p-single-box__summary:focus-visible {
  outline: none;
  opacity: 0.7;
}
.p-single-box__summary::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  translate: 0 -50%;
  rotate: 45deg;
  border-right: 0.0625rem solid #1c1c1c;
  border-bottom: 0.0625rem solid #1c1c1c;
  content: "";
  transition: rotate 0.6s ease;
}

summary::-webkit-details-marker {
  display: none;
}

details[open] .p-single-box__summary::after {
  rotate: -135deg;
}

.p-single-box__accordion {
  text-box-trim: trim-both;
  font-weight: 600;
  font-size: 1rem;
}

.p-contact {
  padding-block: 2.5625rem 4.875rem;
}
@media (min-width: 768px) {
  .p-contact {
    padding-block: 5.5625rem 7.375rem;
  }
}

.p-contact__content {
  -webkit-margin-before: 2.375rem;
  margin-block-start: 2.375rem;
}

.p-contact__form {
  -webkit-margin-end: calc(50% - 50vw);
  -webkit-margin-start: calc(50% - 50vw);
  margin-inline-start: calc(50% - 50vw);
  margin-inline-end: calc(50% - 50vw);
  padding-inline: 1.4375rem;
  padding-block: 3.25rem 4.5625rem;
  background: #f1f1f1;
}
@media (min-width: 768px) {
  .p-contact__form {
    padding-inline: 3.75rem;
    padding-block: 3.625rem;
  }
}
@media (min-width: 768px) {
  .p-contact__form {
    margin-inline: 0;
  }
}

.p-contact__foot {
  -webkit-margin-before: 2.5625rem;
  margin-block-start: 2.5625rem;
}
@media (min-width: 768px) {
  .p-contact__foot {
    -webkit-margin-before: 3.625rem;
    margin-block-start: 3.625rem;
  }
}

.p-contact__lead {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.8;
  text-align: center;
}

.p-contact__list {
  -webkit-margin-before: 1.4375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-block-start: 1.4375rem;
  padding: 1.25rem;
  gap: 1.875rem;
  background: #2b2b2b;
}
@media (min-width: 768px) {
  .p-contact__list {
    -webkit-margin-before: 1.25rem;
    flex-direction: row;
    justify-content: center;
    max-width: 52.875rem;
    margin-inline: auto;
    margin-block-start: 1.25rem;
    padding: 2.125rem;
    gap: 6.4375rem;
  }
}

.p-contact__item {
  position: relative;
}
.p-contact__item:first-child::before {
  display: block;
  position: absolute;
  bottom: -0.9375rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: #ffffff;
  content: "";
}
@media (min-width: 768px) {
  .p-contact__item:first-child::before {
    top: 50%;
    right: -2.9375rem;
    bottom: unset;
    left: unset;
    width: 0.0625rem;
    height: 3.375rem;
    translate: 0 -50%;
    rotate: 30deg;
  }
}

.p-contact__tel {
  text-box-trim: trim-both;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.3;
  font-family: "EB Garamond", serif;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .p-contact__tel {
    font-size: 2.25rem;
  }
}
.p-contact__tel span {
  font-size: 1.4375rem;
}
@media (min-width: 768px) {
  .p-contact__tel span {
    font-size: 1.625rem;
  }
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.p-form__recaptcha {
  -webkit-margin-before: 1.5rem;
  margin-block-start: 1.5rem;
  font-size: 0.75rem;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .p-form__recaptcha {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
    font-size: 0.78125rem;
    text-align: center;
  }
}
.p-form__recaptcha a {
  font-weight: 600;
  text-decoration: underline;
}

.p-form__table {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .p-form__table {
    max-width: 43.75rem;
    margin-inline: auto;
  }
}
.p-form__table tbody {
  display: contents;
}

.p-form__privacy {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
  text-align: center;
}

.p-form__buttons {
  -webkit-margin-before: 1.625rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  width: 18.125rem;
  margin-inline: auto;
  margin-block-start: 1.625rem;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .p-form__buttons {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 36.875rem;
  }
}
.p-form__buttons .p-form__button {
  -webkit-margin-before: 0;
  margin-block-start: 0;
}

.p-form__button {
  -webkit-margin-before: 1.625rem;
  text-box-trim: trim-both;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 18.125rem;
  height: 3.9375rem;
  margin-inline: auto;
  margin-block-start: 1.625rem;
  padding: 0.625rem;
  border: 0.0625rem solid #2b2b2b;
  background: #2b2b2b;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: normal;
  text-align: center;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-form__button:hover {
    background: #ffffff;
    color: #2b2b2b;
  }
}
.p-form__button:focus {
  outline: none;
  background: #ffffff;
  color: #2b2b2b;
}
.p-form__button.-white {
  background: #ffffff;
  color: #2b2b2b;
}
@media (any-hover: hover) {
  .p-form__button.-white:hover {
    background: #2b2b2b;
    color: #ffffff;
  }
}
.p-form__button.-white:focus {
  outline: none;
  background: #2b2b2b;
  color: #ffffff;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  -webkit-margin-before: 0.25rem;
  margin: 0 !important;
  margin-block-start: 0.25rem;
  padding: 0 !important;
  border: none !important;
  color: #b63829 !important;
  font-size: 1.125rem;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output.wpcf7-response-output,
.wpcf7-response-output {
  -webkit-margin-before: 0.25rem;
  margin: 0 !important;
  margin-block-start: 0.25rem;
  padding: 0 !important;
  border: none !important;
  color: #b63829 !important;
  font-size: 1.125rem;
  text-align: center !important;
}

.p-form-radios .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.p-form-radios .wpcf7-radio .wpcf7-list-item-label {
  text-box-trim: trim-both;
  position: relative;
  padding-left: 1.8125rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-form-radios .wpcf7-radio .wpcf7-list-item-label:hover {
    opacity: 0.7;
  }
  .p-form-radios .wpcf7-radio .wpcf7-list-item-label:hover::before {
    -webkit-filter: brightness(95%);
    border-color: #1c1c1c;
    outline: none;
    filter: brightness(95%);
  }
}
.p-form-radios .wpcf7-radio .wpcf7-list-item-label:focus {
  outline: none;
  opacity: 0.7;
}
.p-form-radios .wpcf7-radio .wpcf7-list-item-label:focus::before {
  -webkit-filter: brightness(95%);
  border-color: #1c1c1c;
  outline: none;
  filter: brightness(95%);
}
.p-form-radios .wpcf7-radio .wpcf7-list-item-label::before, .p-form-radios .wpcf7-radio .wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  content: "";
}
.p-form-radios .wpcf7-radio .wpcf7-list-item-label::before {
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  transition: all 0.3s ease-out;
}
.p-form-radios .wpcf7-radio .wpcf7-list-item-label::after {
  top: 0.5rem;
  left: 0.375rem;
  width: 0.5625rem;
  height: 1.125rem;
  rotate: 50deg;
  border-right: 0.1875rem solid #1c1c1c;
  border-bottom: 0.1875rem solid #1c1c1c;
  opacity: 0;
}
.p-form-radios input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-form-radios input[type=radio]:focus-visible + .wpcf7-list-item-label {
  opacity: 1;
}
.p-form-radios input[type=radio]:focus-visible + .wpcf7-list-item-label::before {
  border-color: #1c1c1c;
  outline: none;
}

.p-form-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.625rem;
}

.p-form-item__body.-confirm {
  -webkit-padding-after: 0.75rem;
  padding-block-end: 0.75rem;
  border-bottom: 0.0625rem solid rgba(28, 28, 28, 0.3);
  font-size: 1.125rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-form-item__body.-confirm {
    font-size: 1.125rem;
  }
}

.p-form-head {
  display: flex;
  position: relative;
  align-items: center;
  gap: 0.5rem;
}

.p-form-head__name {
  text-box-trim: trim-both;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.5rem;
  color: #333;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5;
}

.p-form-head__label {
  display: inline-block;
  padding: 0.3125rem 0.4375rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
}
.p-form-head__label.-required {
  background: #1c1c1c;
}

.p-thanks {
  height: calc(100vh - 3.25rem);
}
@media (min-width: 768px) {
  .p-thanks {
    height: 100vh;
  }
}

.p-thanks__inner {
  height: 100%;
}

.p-thanks__content {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 100%;
}

.p-thanks__lead {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
}
@media (min-width: 768px) {
  .p-thanks__lead {
    -webkit-margin-before: 2.5rem;
    margin-block-start: 2.5rem;
  }
}

.p-thanks__button {
  -webkit-margin-before: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block-start: 2.5rem;
}
@media (min-width: 768px) {
  .p-thanks__button {
    -webkit-margin-before: 3rem;
    margin-block-start: 3rem;
    font-size: 1.125rem;
  }
}

.p-404 {
  height: calc(100vh - 3.25rem);
}
@media (min-width: 768px) {
  .p-404 {
    height: 100vh;
  }
}

.p-404__inner {
  height: 100%;
}

.p-404__content {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 100%;
}

.p-404__lead {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
}
@media (min-width: 768px) {
  .p-404__lead {
    -webkit-margin-before: 2.5rem;
    margin-block-start: 2.5rem;
  }
}

.p-404__button {
  -webkit-margin-before: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block-start: 2.5rem;
}
@media (min-width: 768px) {
  .p-404__button {
    -webkit-margin-before: 3rem;
    margin-block-start: 3rem;
    font-size: 1.125rem;
  }
}

.p-privacy {
  padding-block: 2.5625rem 5.75rem;
}
@media (min-width: 768px) {
  .p-privacy {
    padding-block: 5.375rem 8.375rem;
  }
}

.p-privacy__content {
  margin-block: 2.5rem;
}
.p-privacy__content h2 {
  -webkit-padding-after: 0.875rem;
  margin-block: 2.5rem 2.25rem;
  padding-block-end: 0.875rem;
  border-bottom: 0.125rem solid rgba(28, 28, 28, 0.1);
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.8;
}
.p-privacy__content p {
  text-box-trim: trim-both;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-privacy__content p {
    font-size: 1rem;
  }
}

.p-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem 0.9375rem;
}
@media (min-width: 768px) {
  .p-breadcrumb {
    justify-content: flex-end;
    padding-inline: 3.75rem;
  }
}
.p-breadcrumb span {
  font-size: 0.625rem;
  line-height: 1.7;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.p-breadcrumb span a {
  opacity: 0.5;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-breadcrumb span a:hover {
    opacity: 0.7;
  }
}
.p-breadcrumb span a:focus {
  outline: none;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .p-breadcrumb span {
    font-size: 0.75rem;
  }
}
.p-breadcrumb span:not(:first-child) {
  -webkit-padding-start: 1.125rem;
  position: relative;
  padding-inline-start: 1.125rem;
}
.p-breadcrumb span:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  translate: 0 -50%;
  rotate: -45deg;
  border-right: 0.0625rem solid #1c1c1c;
  border-bottom: 0.0625rem solid #1c1c1c;
  content: "";
  opacity: 0.5;
}
.p-breadcrumb span .current-item {
  color: #1c1c1c;
  text-decoration: none;
  pointer-events: none;
}

.p-guide-school {
  padding-block: 2.3125rem;
}
@media (min-width: 768px) {
  .p-guide-school {
    padding-block: 4.5625rem;
  }
}

.p-guide-school__content {
  -webkit-margin-before: 1rem;
  margin-block-start: 1rem;
}

.p-guide-school__text {
  font-size: 1rem;
}

.p-guide-school__imageArea {
  -webkit-margin-before: 1.0625rem;
  margin-block-start: 1.0625rem;
  padding: 1.25rem 0.875rem;
  background: #f2f2f2;
}
@media (min-width: 768px) {
  .p-guide-school__imageArea {
    -webkit-margin-before: 2.1875rem;
    margin-block-start: 2.1875rem;
    padding: 3rem;
  }
}

.p-guide-school__buttons {
  display: flex;
  flex-direction: column;
  gap: 0.8125rem;
}
@media (min-width: 768px) {
  .p-guide-school__buttons {
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
  }
}

.p-guide-school__image {
  -webkit-margin-before: 1.0625rem;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 9.875rem;
  margin-block-start: 1.0625rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-guide-school__image {
    -webkit-margin-before: 2.1875rem;
    height: 27.9375rem;
    margin-block-start: 2.1875rem;
  }
}
.p-guide-school__image embed {
  -o-object-fit: cover;
  aspect-ratio: 300/158;
  width: 100%;
  overflow: auto;
  object-fit: cover;
}
@media (min-width: 768px) {
  .p-guide-school__image embed {
    aspect-ratio: 852/447;
  }
}

.p-guide-school__noImage {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-guide-school__noImage {
    font-size: 1.125rem;
  }
}
.p-guide-school__noImage a {
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-guide-school__noImage a:hover {
    opacity: 0.7;
  }
}
.p-guide-school__noImage a:focus {
  outline: none;
  opacity: 0.7;
}

.p-guide-school__image.is_touch {
  aspect-ratio: auto;
  height: auto;
}

.p-access-parking2 {
  padding-block: 2.3125rem 6.625rem;
}
@media (min-width: 768px) {
  .p-access-parking2 {
    padding-block: 3.375rem 9.3125rem;
  }
}

.p-access-parking2__content {
  -webkit-margin-before: 1.3125rem;
  margin-block-start: 1.3125rem;
}
@media (min-width: 768px) {
  .p-access-parking2__content {
    -webkit-margin-before: 2.375rem;
    margin-block-start: 2.375rem;
  }
}

.p-access-parking2__mainImage {
  width: 100%;
}
.p-access-parking2__mainImage img {
  aspect-ratio: 328/170;
}
@media (min-width: 768px) {
  .p-access-parking2__mainImage img {
    aspect-ratio: 950/350;
  }
}

@media (min-width: 768px) {
  .u-only__sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-only__pc {
    display: none !important;
  }
}
@media screen and (orientation: landscape) {
  .u-only__portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .u-only__landscape {
    display: none !important;
  }
}
.u-only__en {
  display: none;
}

html.translated-ltr .u-only__en {
  display: block;
}

.u-separate {
  margin-block: 24px;
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

.u-visually-hidden {
  clip: rect(0, 0, 0, 0) !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
}

html.translated-ltr font:empty {
  display: none;
}
html.translated-ltr br.u-only__sp, html.translated-ltr br.u-only__pc {
  display: none;
}
@media screen and (orientation: landscape) {
  html.translated-ltr .p-header__pcWrapper {
    overflow: auto;
  }
}
html.translated-ltr .p-header__subList {
  translate: 0 75%;
}
html.translated-ltr .p-top-gate__description {
  white-space: wrap;
}
html.translated-ltr .p-top-feature__ja {
  white-space: wrap;
  word-break: keep-all;
  overflow-wrap: break-word;
}
html.translated-ltr .p-top-feature__text {
  width: 60%;
}
html.translated-ltr .p-top-guide__title {
  white-space: inherit;
}
html.translated-ltr .p-footer-body__address {
  -webkit-margin-before: 0;
  margin-block-start: 0;
}
html.translated-ltr .p-footer-menu__title {
  display: block;
}
html.translated-ltr .p-footer-menu__title span {
  display: block;
}
html.translated-ltr .p-footer-menu__link span {
  display: block;
}
html.translated-ltr .p-footer-body__sns {
  bottom: -1.5rem;
}
@media (min-width: 768px) {
  html.translated-ltr .p-footer-body__sns {
    bottom: -3.75rem;
  }
}
@media (min-width: 768px) {
  html.translated-ltr .p-top-gate__group {
    row-gap: 0.0625rem;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  html.translated-ltr .p-top-feature__en,
  html.translated-ltr .p-top-feature__ja,
  html.translated-ltr .p-top-feature__text {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}
@media (min-width: 768px) {
  html.translated-ltr .p-top-feature__heading {
    flex-direction: column;
    width: 100%;
  }
}
@media (min-width: 768px) {
  html.translated-ltr .p-top-feature__textArea {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  html.translated-ltr .p-top-access__link {
    flex-direction: column-reverse;
    gap: 0;
  }
}
@media (min-width: 768px) {
  html.translated-ltr .p-footer-head__item {
    display: flex;
  }
}
html.translated-ltr .p-feature-main__ja {
  white-space: inherit;
}
html.translated-ltr .p-feature-seasons__item:last-child .p-feature-seasons__title {
  top: 22.125rem;
}
@media (min-width: 768px) {
  html.translated-ltr .p-feature-seasons__item:last-child .p-feature-seasons__title {
    top: 9.125rem;
  }
}
html.translated-ltr .p-top-feature__text {
  display: none;
}
@media (min-width: 768px) {
  html.translated-ltr .p-top-feature__text {
    display: block;
  }
}
html.translated-ltr .p-feature-seasons__title {
  line-height: 1.5;
  white-space: inherit;
}
@media screen and (max-width: 767px) {
  html.translated-ltr .p-feature-seasons__title {
    top: 20.8125rem;
  }
}
html.translated-ltr .p-feature-seasons__seasonEn {
  display: none;
}
html.translated-ltr .p-feature-seasons__seasonJa {
  font-size: 1.125rem;
}
html.translated-ltr .p-feature-seasons__textArea {
  -webkit-margin-before: 3.75rem;
  margin-block-start: 3.75rem;
}
@media (min-width: 768px) {
  html.translated-ltr .p-feature-seasons__textArea {
    -webkit-margin-before: 0;
    margin-block-start: 0;
  }
}
html.translated-ltr .p-first-route__heading {
  white-space: inherit;
}
html.translated-ltr .p-page-fv__link {
  line-height: 1.5 !important;
}
@media (min-width: 768px) {
  html.translated-ltr .p-page-fv__link {
    font-size: 1rem !important;
  }
}
html.translated-ltr .p-page-fv__content {
  align-items: center;
}
@media screen and (max-width: 767px) {
  html.translated-ltr .p-page-fv__ja {
    font-size: 1.5rem;
  }
}
html.translated-ltr .p-page-fv {
  max-height: 100vh;
}
html.translated-ltr .p-page-fv__imageArea {
  height: 100vh;
  max-height: initial;
}
html.translated-ltr .p-page-fv__inner {
  max-height: initial;
}
html.translated-ltr .p-prayer-item__group {
  flex-wrap: wrap;
}
html.translated-ltr .p-prayer-item__term {
  width: auto;
  max-width: 40%;
  height: auto;
  line-height: 1.5;
}
@media (min-width: 768px) {
  html.translated-ltr .p-prayer-item__term {
    max-width: initial;
  }
}
html.translated-ltr .p-train__q-text {
  white-space: inherit;
}
html.translated-ltr .p-access-car__item {
  gap: 0.5rem;
}
html.translated-ltr .c-form-privacy__text {
  white-space: inherit;
}
/*# sourceMappingURL=sourcemaps/style.css.map */