@charset "UTF-8";
:root {
  --color01: #000000;
  --color02: #871815;
  --color03: #005028;
  --color04: #F7F7F7;
  --color05: #E1E1E1;
  --color06: #4A4A4A;
  --color07: #6A6A6A;
  --color08: #9C9C9C;
  --color09: #A8A8A8;
  --color10: #717171;
}

.has-belief-color {
  color: #871815;
}

.has-belief-background-color {
  background-color: #871815;
}

:root {
  --font-family01: "Noto Sans TC", sans-serif;
  --font-family02: "Noto Serif TC", serif;
  --font-family03: "EB Garamond", serif;
  --font-family04: "Manrope", sans-serif;
}

:root {
  --width01: 1200px;
  --width02: 1080px;
  --width03: 980px;
  --width04: 960px;
  --width05: 920px;
  --width06: 900px;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* Sections */
/* ============================================ */
body {
  margin: 0;
}

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
@media (max-width: 374px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  position: relative;
  min-width: 320px;
  color: var(--color01);
  font-family: var(--font-family01);
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 811px) {
  body {
    font-size: 1.4rem;
  }
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-thumb {
  background: #9B9898;
  border-radius: 7px;
}
body::-webkit-scrollbar-track {
  background: #EBEDEF;
}
body.is-form .grecaptcha-badge {
  bottom: 8rem !important;
  visibility: visible;
}
body .grecaptcha-badge {
  visibility: hidden;
}
body.is-active {
  overflow: hidden;
}

main {
  overflow: hidden;
}

picture {
  display: block;
}

img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

a {
  display: block;
  width: 100%;
  height: 100%;
}

sup {
  margin-right: 0.5rem;
}
@media screen and (min-width: 811px) {
  sup {
    font-size: 66.67%;
  }
}

*:focus {
  outline: none;
}

.c-section01 {
  padding: 40px 0;
}
@media screen and (min-width: 811px) {
  .c-section01 {
    padding: 80px 0 60px;
  }
}

.c-section02 {
  margin: 4rem 0 7rem;
}
@media screen and (min-width: 811px) {
  .c-section02 {
    margin: 80px 0 130px;
  }
}

.c-background01 {
  background: rgba(168, 168, 168, 0.2);
}

.c-background02 {
  background: #fff;
}

.c-background03 {
  background: var(--color04) url(../images/common/bg_event_01.webp) repeat top left/30rem 7rem;
}

.c-background04 {
  background: #ECECEC url(../images/common/bg_event_01.webp) repeat top left/30rem 7rem;
}

.c-background05 {
  background: var(--color04);
}

.c-inner01 {
  width: 100%;
  max-width: calc(var(--width01) + 5rem);
  margin: 0 auto;
  padding: 0 2.5rem;
}

.c-inner02 {
  width: 100%;
  max-width: calc(var(--width02) + 5rem);
  margin: 0 auto;
  padding: 0 2.5rem;
}

.c-inner03 {
  width: 100%;
  max-width: calc(var(--width03) + 5rem);
  margin: 0 auto;
  padding: 0 2.5rem;
}

.c-inner04 {
  width: 100%;
  max-width: calc(var(--width04) + 5rem);
  margin: 0 auto;
  padding: 0 2.5rem;
}

.c-inner05 {
  width: 100%;
  max-width: calc(var(--width05) + 5rem);
  margin: 0 auto;
  padding: 0 2.5rem;
}

.c-inner06 {
  width: 100%;
  max-width: calc(var(--width06) + 5rem);
  margin: 0 auto;
  padding: 0 2.5rem;
}

.c-title01 {
  position: relative;
  font-family: var(--font-family02);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (min-width: 811px) {
  .c-title01 {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
  }
}
.c-title01--small {
  font-size: 1.4rem;
}
@media screen and (min-width: 811px) {
  .c-title01--small {
    font-size: 1.6rem;
  }
}
.c-title01-sub {
  margin-top: 5px;
  font-family: var(--font-family03);
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (min-width: 811px) {
  .c-title01-sub {
    margin-top: 8px;
    font-size: 1.6rem;
  }
}
.c-title01-wrap01 {
  margin-bottom: 30px;
}
@media screen and (min-width: 811px) {
  .c-title01-wrap01 {
    margin-bottom: 40px;
  }
}
.c-title01-wrap01--center {
  text-align: center;
}
.c-title01-wrap01--white * {
  color: #fff;
}

.c-title02 {
  position: relative;
  padding-left: 3.5rem;
  font-family: var(--font-family02);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 811px) {
  .c-title02 {
    padding-left: 4.5rem;
    font-size: 2.2rem;
  }
}
.c-title02::before {
  content: "";
  position: absolute;
  display: block;
  width: 2rem;
  height: 1px;
  top: 0.75em;
  right: auto;
  bottom: auto;
  left: 0;
  background: var(--color01);
}
@media screen and (min-width: 811px) {
  .c-title02::before {
    width: 3rem;
  }
}

.c-title03 {
  font-family: var(--font-family02);
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3461538462;
}
@media screen and (min-width: 811px) {
  .c-title03 {
    font-size: 2.6rem;
  }
}
.c-title03:not(:last-child) {
  margin-bottom: 3rem;
}

.c-title04 {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--color05);
  font-family: var(--font-family02);
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3461538462;
}
@media screen and (min-width: 811px) {
  .c-title04 {
    padding-bottom: 2.5rem;
    font-size: 2.6rem;
  }
}
.c-title04:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 811px) {
  .c-title04:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}

.c-title05 {
  position: relative;
  font-family: var(--font-family02);
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5909090909;
}
@media screen and (min-width: 811px) {
  .c-title05 {
    font-size: 2.8rem;
    line-height: 1.25;
  }
}
.c-title05-wrap {
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .c-title05-wrap {
    margin-bottom: 5rem;
    padding-bottom: 2.5rem;
  }
}
.c-title05-wrap::after {
  content: "";
  position: absolute;
  display: block;
  width: 4rem;
  height: 2px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  background: var(--color02);
}
.c-title05-wrap--left {
  text-align: left;
}
.c-title05-wrap--left::after {
  content: none;
}
.c-title05-sub {
  margin-top: 1.5rem;
  font-family: var(--font-family02);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 811px) {
  .c-title05-sub {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}
.c-title05-top {
  margin-top: 0.5rem;
  font-family: var(--font-family02);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 811px) {
  .c-title05-top {
    font-size: 2.2rem;
  }
}

.c-text-wrap01:not(:last-child) {
  margin-bottom: 3rem;
}
.c-text-wrap01--center {
  text-align: center;
}
@media screen and (min-width: 811px) {
  .c-text-wrap01--pc-indent {
    padding-left: 3rem;
  }
}

.c-text01 {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 811px) {
  .c-text01 {
    font-size: 1.6rem;
  }
}
.c-text01 + .c-text01 {
  margin-top: 1.5em;
}
.c-text01--center {
  text-align: center;
}
@media screen and (max-width: 810px) {
  .c-text01--sp-center {
    text-align: center;
  }
}
@media screen and (min-width: 811px) {
  .c-text01--pc-center {
    text-align: center;
  }
}
.c-text01--right {
  text-align: right;
}

.c-text02 {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 811px) {
  .c-text02 {
    font-size: 1.4rem;
  }
}
.c-text02 + .c-text02 {
  margin-top: 1.5em;
}
.c-text02--center {
  text-align: center;
}
@media screen and (min-width: 811px) {
  .c-text02--pc-center {
    text-align: center;
  }
}

.c-text03 {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 811px) {
  .c-text03 {
    font-size: 1.5rem;
  }
}
.c-text03 + .c-text03 {
  margin-top: 1.5em;
}
.c-text03--center {
  text-align: center;
}

.c-text04 {
  font-size: 1.2rem;
  line-height: 1.9166666667;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 811px) {
  .c-text04 {
    font-size: 1.3rem;
  }
}
.c-text04--center {
  text-align: center;
}

.c-note01 {
  position: relative;
  display: inline-block;
  padding-left: 1.2em;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 811px) {
  .c-note01 {
    font-size: 1.5rem;
  }
}
.c-note01::before {
  content: "※";
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.c-note01 + .c-note01 {
  display: block;
  margin-top: 0.6em;
}

.c-circle01 {
  position: relative;
  padding-left: 1em;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 811px) {
  .c-circle01 {
    display: inline-block;
  }
}
.c-circle01::before {
  content: "〇";
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  line-height: 1.4;
}
@media screen and (min-width: 811px) {
  .c-circle01::before {
    line-height: 2;
  }
}

.c-button-wrap01 {
  width: 100%;
  max-width: 280px;
  margin: 0 auto 0 0;
}
.c-button-wrap01--w180 {
  max-width: 18rem;
}
.c-button-wrap01--w180 .c-button01 {
  min-height: 3.6rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 811px) {
  .c-button-wrap01--w180 .c-button01 {
    font-size: 1.3rem;
  }
}
.c-button-wrap01--w180 .c-button01::after {
  right: 1.5rem;
}
@media screen and (min-width: 811px) {
  .c-button-wrap01--w300 {
    max-width: 300px;
  }
}
.c-button-wrap01--center {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 810px) {
  .c-button-wrap01--sp-center {
    margin: 0 auto;
    text-align: center;
  }
}
.c-button-wrap01--2col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem 1.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .c-button-wrap01--2col {
    flex-direction: row;
    justify-content: flex-start;
    max-width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 811px) {
  .c-button-wrap01--2col .c-button01 {
    max-width: 280px;
  }
}
.c-button-wrap01:has(.c-button01--w-auto) {
  max-width: 100%;
}

.c-button01 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 4.8rem;
  padding: 0.5em 3em;
  border: 1px solid var(--color02);
  border-radius: 50px;
  color: var(--color02);
  font-family: var(--font-family02);
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .c-button01 {
    min-height: 50px;
    font-size: 1.5rem;
    transition: background 0.3s ease-in, color 0.3s ease-in;
  }
}
.c-button01::after {
  content: "";
  position: absolute;
  display: block;
  width: 1.8rem;
  height: 1.2rem;
  top: 50%;
  right: 2rem;
  bottom: auto;
  left: auto;
  background: url(../images/icon/icon_arrow_07.svg) no-repeat center/contain;
  transform: translateY(-50%);
  transition: background 0.3s;
}
@media (any-hover: hover) {
  .c-button01:hover {
    background: var(--color02);
    color: #fff;
  }
  .c-button01:hover::after {
    background: url(../images/icon/icon_arrow_02.svg) no-repeat center/contain;
  }
}
.c-button01--red {
  background: var(--color02);
  color: #fff;
}
.c-button01--red::after {
  background: url(../images/icon/icon_arrow_02.svg) no-repeat center/contain;
}
@media (any-hover: hover) {
  .c-button01--red:hover {
    background: rgba(255, 255, 255, 0.8);
    color: var(--color02);
  }
  .c-button01--red:hover::after {
    background: url(../images/icon/icon_arrow_07.svg) no-repeat center/contain;
  }
}
.c-button01--h60 {
  min-height: 60px;
}
.c-button01--w-auto {
  display: inline-block;
  width: auto;
  min-width: 280px;
  padding: 1.5rem 4rem;
  font-size: 1.4rem;
  line-height: 1.2;
  vertical-align: middle;
}
@media screen and (min-width: 811px) {
  .c-button01--w-auto {
    padding: 1.5rem 4.5rem 1.5rem 2.5rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 810px) {
  .c-button01--w-auto::after {
    right: 1.6rem;
  }
}
.c-button01--text-long {
  padding: 0.5em 3em;
}

.c-kv {
  position: relative;
  color: #fff;
}
.c-kv__inner {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .c-kv__inner {
    padding-top: 20px;
  }
}
.c-kv__image01 {
  height: 32rem;
}
@media screen and (min-width: 811px) {
  .c-kv__image01 {
    height: 44rem;
  }
}
.c-kv__image01 picture,
.c-kv__image01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-kv__title01 {
  position: relative;
  font-family: var(--font-family02);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 811px) {
  .c-kv__title01 {
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 811px) {
  .c-kv__title01-wrap {
    position: relative;
    width: 100%;
  }
}
.c-kv__title01-head {
  margin-bottom: 5px;
  font-family: var(--font-family02);
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (min-width: 811px) {
  .c-kv__title01-head {
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    top: auto;
    right: 0;
    bottom: 100%;
    left: 0;
    font-size: 1.6rem;
  }
}
.c-kv__title01-sub {
  margin-top: 8px;
  font-family: var(--font-family03);
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (min-width: 811px) {
  .c-kv__title01-sub {
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    top: 100%;
    right: 0;
    bottom: auto;
    left: 0;
    font-size: 1.6rem;
  }
}

.c-breadcrumb {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 2rem;
  color: #fff;
}
.c-breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px 0;
}
.c-breadcrumb ul > li {
  display: flex;
  font-size: 1.1rem;
  line-height: 1.4;
}
.c-breadcrumb ul > li:not(:first-child)::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  margin-top: 0.4rem;
  margin-right: 1.2rem;
  background: #fff;
  -webkit-clip-path: polygon(20% 0, 0 12%, 60% 50%, 0 88%, 20% 100%, 100% 50%);
  clip-path: polygon(20% 0, 0 12%, 60% 50%, 0 88%, 20% 100%, 100% 50%);
}
.c-breadcrumb ul > li:not(:last-child) {
  margin-right: 1.2rem;
}
.c-breadcrumb ul > li > a {
  position: relative;
  display: inline-block;
  width: auto;
}
.c-breadcrumb ul > li > a::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  background: #fff;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
@media (any-hover: hover) {
  .c-breadcrumb ul > li > a:hover::after {
    transform: scale(0, 1);
    transform-origin: right top;
  }
}

.c-form01__wrap01 {
  margin-bottom: 4rem !important;
}
@media screen and (min-width: 811px) {
  .c-form01__wrap01 {
    margin-bottom: 80px !important;
  }
}
@media screen and (min-width: 811px) {
  .c-form01__define01 > div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 5em;
  }
}
.c-form01__define01 > div + div {
  margin-top: 3rem;
}
@media screen and (min-width: 811px) {
  .c-form01__define01 > div + div {
    margin-top: 2rem;
  }
}
.c-form01__define01 > div dt {
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 811px) {
  .c-form01__define01 > div dt {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    width: 24em;
    min-height: 6rem;
    margin: 0;
    padding: 15px 0;
  }
}
.c-form01__define01 > div dt label {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 811px) {
  .c-form01__define01 > div dd {
    width: calc(100% - 24em - 5em);
  }
}
.c-form01__define01 > div dd .wpcf7-form-control-wrap {
  display: block;
}
.c-form01__define01 > div dd .wpcf7-form-control-wrap:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 811px) {
  .c-form01__define01 > div dd span[data-name=your-address] textarea {
    height: 6rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .c-form01__define01 > div dd span[data-name=your-address] textarea::-webkit-scrollbar {
    display: none;
  }
}
.c-form01 input[type=text],
.c-form01 input[type=email],
.c-form01 input[type=tel],
.c-form01 textarea {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 6rem;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  background: var(--color04);
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 811px) {
  .c-form01 input[type=text],
.c-form01 input[type=email],
.c-form01 input[type=tel],
.c-form01 textarea {
    font-size: 1.5rem;
  }
}
.c-form01 input[type=text]::-moz-placeholder, .c-form01 input[type=email]::-moz-placeholder, .c-form01 input[type=tel]::-moz-placeholder, .c-form01 textarea::-moz-placeholder {
  color: #999999;
  font-size: 1.6rem;
}
.c-form01 input[type=text]::placeholder,
.c-form01 input[type=email]::placeholder,
.c-form01 input[type=tel]::placeholder,
.c-form01 textarea::placeholder {
  color: #999999;
  font-size: 1.6rem;
}
@media screen and (min-width: 811px) {
  .c-form01 input[type=text]::-moz-placeholder, .c-form01 input[type=email]::-moz-placeholder, .c-form01 input[type=tel]::-moz-placeholder, .c-form01 textarea::-moz-placeholder {
    font-size: 1.5rem;
  }
  .c-form01 input[type=text]::placeholder,
.c-form01 input[type=email]::placeholder,
.c-form01 input[type=tel]::placeholder,
.c-form01 textarea::placeholder {
    font-size: 1.5rem;
  }
}
.c-form01 textarea {
  height: 28rem;
  line-height: 2;
}
@media screen and (min-width: 811px) {
  .c-form01 textarea {
    height: 240px;
  }
}
.c-form01 input[type=checkbox],
.c-form01 input[type=radio] {
  display: none;
}
@media screen and (min-width: 811px) {
  .c-form01__radio-wrap {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}
.c-form01__radio-dt {
  margin-bottom: 3rem !important;
}
@media screen and (min-width: 811px) {
  .c-form01__radio-dt {
    min-height: initial !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}
.c-form01__radio .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 3rem;
}
@media screen and (min-width: 811px) {
  .c-form01__radio .wpcf7-radio {
    gap: 2rem 3rem;
  }
}
.c-form01__radio .wpcf7-list-item {
  position: relative;
  margin: 0;
  padding-left: 2.3rem;
}
.c-form01__radio .wpcf7-list-item:has(input[value=未選択]) {
  display: none;
}
.c-form01__radio .wpcf7-list-item > label {
  cursor: pointer;
}
@media screen and (min-width: 811px) {
  .c-form01__radio .wpcf7-list-item > label {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .c-form01__radio .wpcf7-list-item > label:hover {
    opacity: 0.6;
  }
}
.c-form01__radio .wpcf7-list-item > label::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  top: calc(50% + 0.1rem);
  right: auto;
  bottom: auto;
  left: 0;
  border: 1px solid var(--color08);
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
}
.c-form01__radio .wpcf7-list-item > label::after {
  content: "";
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  top: calc(50% + 0.1rem);
  right: auto;
  bottom: auto;
  left: 0.4rem;
  border-radius: 50%;
  background: var(--color02);
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 0.3s;
}
.c-form01__radio .wpcf7-list-item > label:has(input:checked)::after {
  opacity: 1;
}
.c-form01__radio .wpcf7-list-item > label.is-checked::after {
  opacity: 1;
}
.c-form01__radio .wpcf7-list-item > label > span {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 811px) {
  .c-form01__radio .wpcf7-list-item > label > span {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .c-form01__radio .wpcf7-list-item > label > span:hover {
    opacity: 0.6;
  }
}
.c-form01__checkbox .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.c-form01__checkbox .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 1.5rem;
}
.c-form01__checkbox .wpcf7-list-item > label {
  position: relative;
  padding-left: 3.8rem;
  cursor: pointer;
}
@media screen and (min-width: 811px) {
  .c-form01__checkbox .wpcf7-list-item > label {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .c-form01__checkbox .wpcf7-list-item > label:hover {
    opacity: 0.6;
  }
}
.c-form01__checkbox .wpcf7-list-item > label::before {
  content: "";
  position: absolute;
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  border: 1px solid #707070;
  transform: translateY(-50%);
}
.c-form01__checkbox .wpcf7-list-item > label::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 1.4rem;
  top: calc(50% - 0.2rem);
  right: auto;
  bottom: auto;
  left: 0.7rem;
  z-index: 1;
  border-bottom: 2px solid #707070;
  border-right: 2px solid #707070;
  opacity: 0;
  transform: translateY(-50%) rotate(40deg);
  transition: 0.3s;
}
.c-form01__checkbox .wpcf7-list-item > label:has(input:checked)::after {
  opacity: 1;
}
.c-form01__checkbox .wpcf7-list-item > label.is-checked::after {
  opacity: 1;
}
.c-form01__checkbox .wpcf7-list-item > label > span {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .c-form01__checkbox .wpcf7-list-item > label > span {
    font-size: 1.6rem;
  }
}
.c-form01__select select {
  display: inline-block;
  min-width: 25rem;
  padding: 1.3rem 4rem 1.3rem 2rem;
  border: 1px solid #646464;
  border-radius: 3px;
  background: #F1EFEF;
  font-size: 1.4rem;
  cursor: pointer;
  transition: border 0.3s;
}
@media screen and (min-width: 811px) {
  .c-form01__select select {
    min-height: 55px;
    padding: 15px 15px;
    vertical-align: top;
  }
}
.c-form01__label01 {
  position: relative;
  top: -0.1rem;
  display: inline-block;
  margin-left: 1.5rem;
  padding: 0.5rem 0.7rem;
  border-radius: 0.5rem;
  background: var(--color02);
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 811px) {
  .c-form01__label01 {
    margin: 0;
  }
}
.c-form01__label01--ver02 {
  background: #949494;
}
.c-form01__search {
  display: inline-block;
  padding: 1.3rem 2rem;
  border: 1px solid #646464;
  border-radius: 3px;
  background: #F1EFEF;
  font-size: 1.4rem;
  cursor: pointer;
  transition: border 0.3s;
}
@media screen and (min-width: 811px) {
  .c-form01__search {
    min-height: 55px;
    padding: 15px 15px;
    vertical-align: top;
  }
}
@media (any-hover: hover) {
  .c-form01__search:hover {
    border: 1px solid var(--color01);
  }
}
.c-form01__policy {
  margin-top: 3rem;
}
@media screen and (min-width: 811px) {
  .c-form01__policy {
    margin-top: 40px;
  }
}
.c-form01__policy-text {
  display: inline-block;
  padding-left: 3rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7333333333;
}
.c-form01__policy-text a {
  display: inline-block;
  width: auto;
  color: var(--color02);
  text-decoration: underline;
}
.c-form01__policy label {
  position: relative;
  left: 50%;
  display: inline-block;
  width: auto;
  transform: translateX(-50%);
  cursor: pointer;
}
.c-form01__policy label::before {
  content: "";
  position: absolute;
  display: block;
  width: 2rem;
  height: 2rem;
  top: 0.5rem;
  right: auto;
  bottom: auto;
  left: 0;
  border: 1px solid #ACACAC;
}
.c-form01__policy label::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.7rem;
  height: 1.3rem;
  top: 0.7rem;
  right: auto;
  bottom: auto;
  left: 0.6rem;
  z-index: 1;
  border-bottom: 2px solid var(--color01);
  border-right: 2px solid var(--color01);
  opacity: 0;
  transform: rotate(40deg);
  transition: 0.3s;
}
.c-form01__policy label:has(input:checked)::after {
  opacity: 1;
}
.c-form01__policy label.is-checked::after {
  opacity: 1;
}
.c-form01__policy label > span:nth-child(1) {
  display: none;
}
.c-form01__button-wrap01 {
  margin-top: 3rem;
}
@media screen and (min-width: 811px) {
  .c-form01__button-wrap01 {
    max-width: 360px;
    margin-top: 50px;
  }
}
.c-form01__button01 {
  padding: 0;
}
.c-form01__button01::after {
  content: none;
}
.c-form01__button01 input {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 5rem;
  border-radius: 50px;
  font-family: var(--font-family01);
  letter-spacing: 0.08em;
}
@media screen and (min-width: 811px) {
  .c-form01__button01 input {
    min-height: 70px;
    font-size: 1.8rem;
  }
}
.c-form01 .wpcf7-not-valid-tip {
  margin-top: 1rem;
  color: var(--color02);
  font-size: 1.5rem;
}
.c-form01 .wpcf7-spinner {
  position: absolute;
}
.c-form01 .wpcf7-response-output {
  font-size: 1.8rem;
  line-height: 1.6;
}

.c-post01__wrap01 {
  padding: 25px 15px;
}
@media screen and (min-width: 811px) {
  .c-post01__wrap01 {
    padding: 50px 40px 40px;
  }
}
.c-post01__results {
  margin: 6rem 0;
}
@media screen and (min-width: 811px) {
  .c-post01__results {
    margin: 100px 0 70px;
  }
}
.c-post01__results--none {
  margin: 10rem 0 13rem;
}
.c-post01__row01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.5rem;
  padding: 3rem 0 4rem;
  border-bottom: 1px solid var(--color05);
}
@media screen and (min-width: 811px) {
  .c-post01__row01 {
    padding: 4rem 3rem 4.5rem;
  }
}
.c-post01__row01:first-child {
  border-top: 1px solid var(--color05);
}
.c-post01__row01-link {
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (min-width: 811px) {
  .c-post01__row01-link {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .c-post01__row01-link:hover {
    opacity: 0.6;
  }
}
.c-post01__row01-title {
  font-family: var(--font-family02);
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.9444444444;
}
.c-post01__row01-text {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2;
}
.c-post01__row01-text > strong {
  font-weight: bold;
}
.c-post01__head {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--color05);
}
@media screen and (min-width: 811px) {
  .c-post01__head {
    margin-bottom: 25px;
    padding-bottom: 30px;
  }
}
.c-post01__title01 {
  font-family: var(--font-family02);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.75;
}
@media screen and (min-width: 811px) {
  .c-post01__title01 {
    font-size: 2.4rem;
  }
}
.c-post01__title01-sub {
  margin-bottom: 0.5rem;
  font-family: var(--font-family02);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.75;
}
@media screen and (min-width: 811px) {
  .c-post01__title01-sub {
    font-size: 2rem;
  }
}
.c-post01__date01-text {
  color: var(--color08);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3125;
}
@media screen and (min-width: 811px) {
  .c-post01__date01-text {
    font-size: 1.6rem;
  }
}
.c-post01__pagination {
  margin-top: 4rem;
}
@media screen and (min-width: 811px) {
  .c-post01__pagination {
    margin-top: 70px;
  }
}
.c-post01__pagination .pagination {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1.5rem 0.8rem;
}
.c-post01__pagination .pagination > li {
  display: inline-block;
  width: auto;
  height: auto;
  border: 1px solid var(--color02);
  color: var(--color02);
  font-size: 1.6rem;
  font-weight: bold;
}
.c-post01__pagination .pagination > li > a,
.c-post01__pagination .pagination > li > span {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 4rem;
  min-height: 4rem;
  padding: 0.5rem 1.2rem;
}
.c-post01__pagination .pagination > li > a {
  transition: background 0.3s ease-in, color 0.3s ease-in;
}
@media (any-hover: hover) {
  .c-post01__pagination .pagination > li > a:hover {
    background: var(--color02);
    color: #fff;
  }
}
.c-post01__pagination .pagination > li .small {
  font-size: 1rem;
}
.c-post01__pagination .pagination > li.all > span {
  padding: 0.5rem 2rem;
}
.c-post01__pagination .pagination > li.first > a {
  padding-right: 2rem;
}
.c-post01__pagination .pagination > li.last > a {
  padding-left: 2rem;
}
.c-post01__pagination .pagination > li.current > span {
  background: var(--color02);
  color: #fff;
}
.c-post01-article {
  padding: 35px 0 40px;
}
@media screen and (min-width: 811px) {
  .c-post01-article {
    padding: 90px 0 60px;
  }
}
@media screen and (min-width: 811px) {
  .c-post01-article__head {
    margin-bottom: 40px;
  }
}
.c-post01-article__title01 {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.7;
}
@media screen and (min-width: 811px) {
  .c-post01-article__title01 {
    font-size: 2.8rem;
  }
}
.c-post01-article__title01-wrap {
  position: relative;
  margin-bottom: 35px;
}
@media screen and (min-width: 811px) {
  .c-post01-article__title01-wrap {
    margin-bottom: 3rem;
  }
}
.c-post01-article__pagination {
  padding-top: 2.5rem;
  border-top: 1px solid var(--color05);
}
@media screen and (min-width: 811px) {
  .c-post01-article__pagination {
    padding-top: 30px;
  }
}
.c-post01-article__pagination-inner {
  position: relative;
}
.c-post01-article__pagination a {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.3;
}
@media screen and (min-width: 811px) {
  .c-post01-article__pagination a {
    font-size: 1.4rem;
  }
}
.c-post01-article__pagination a::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  background: var(--color01);
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
@media (any-hover: hover) {
  .c-post01-article__pagination a:hover::after {
    transform: scale(0, 1);
    transform-origin: right top;
  }
}
.c-post01-article__pagination a[rel=prev] {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 1.5rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 811px) {
  .c-post01-article__pagination a[rel=prev] {
    left: 1.8rem;
  }
}
.c-post01-article__pagination a[rel=prev]::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.5rem;
  height: 0.8rem;
  top: 50%;
  right: auto;
  bottom: auto;
  left: -1.5rem;
  background: var(--color02);
  -webkit-clip-path: polygon(20% 0, 0 12%, 60% 50%, 0 88%, 20% 100%, 100% 50%);
  clip-path: polygon(20% 0, 0 12%, 60% 50%, 0 88%, 20% 100%, 100% 50%);
  transform: translateY(-50%) rotate(-180deg);
}
@media screen and (min-width: 811px) {
  .c-post01-article__pagination a[rel=prev]::before {
    left: -1.8rem;
  }
}
.c-post01-article__pagination a[rel=next] {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 50%;
  right: 1.5rem;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
@media screen and (min-width: 811px) {
  .c-post01-article__pagination a[rel=next] {
    right: 1.8rem;
  }
}
.c-post01-article__pagination a[rel=next]::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.5rem;
  height: 0.8rem;
  top: 50%;
  right: -1.5rem;
  bottom: auto;
  left: auto;
  background: var(--color02);
  -webkit-clip-path: polygon(20% 0, 0 12%, 60% 50%, 0 88%, 20% 100%, 100% 50%);
  clip-path: polygon(20% 0, 0 12%, 60% 50%, 0 88%, 20% 100%, 100% 50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 811px) {
  .c-post01-article__pagination a[rel=next]::before {
    right: -1.8rem;
  }
}
.c-post01-article__pagination-back {
  position: relative;
  left: 50%;
  display: inline-block;
  width: auto;
  text-align: center;
  transform: translateX(-50%);
}
.c-post01-article__sns {
  margin-top: 4rem;
  padding: 25px 2rem 35px;
  border: 1px solid var(--color02);
}
@media screen and (min-width: 811px) {
  .c-post01-article__sns {
    margin-top: 80px;
    padding: 35px 2rem 45px;
  }
}
.c-post01-article__sns-title {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .c-post01-article__sns-title {
    font-size: 1.8rem;
  }
}
.c-post01-article__sns-title-wrap01 {
  margin-bottom: 20px;
}
@media screen and (min-width: 811px) {
  .c-post01-article__sns-title-wrap01 {
    margin-bottom: 15px;
  }
}
.c-post01-article__sns-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.c-post01-article__sns-list > li {
  width: 3rem;
  height: 3rem;
}
.c-post01-article__sns-list > li > a,
.c-post01-article__sns-list > li > span {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color02);
  border-radius: 50%;
  background: var(--color02);
  cursor: pointer;
  transition: background 0.3s;
}
.c-post01-article__sns-list > li > a > span,
.c-post01-article__sns-list > li > span > span {
  position: relative;
  z-index: 0;
  display: inline-block;
  transition: opacity 0.3s;
}
.c-post01-article__sns-list > li > a > span img,
.c-post01-article__sns-list > li > span > span img {
  height: 1.5rem;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .c-post01-article__sns-list > li > a:hover,
.c-post01-article__sns-list > li > span:hover {
    background: #fff;
  }
  .c-post01-article__sns-list > li > a:hover > span,
.c-post01-article__sns-list > li > span:hover > span {
    opacity: 1;
  }
  .c-post01-article__sns-list > li > a:hover > span img,
.c-post01-article__sns-list > li > span:hover > span img {
    opacity: 0;
  }
}
.c-post01-article__sns-x > span {
  background: url(../images/icon/icon_x_03.svg) no-repeat center/contain;
}
.c-post01-article__sns-facebook > span {
  background: url(../images/icon/icon_facebook_03.svg) no-repeat center/contain;
}
.c-post01-article__sns-instagram > span {
  background: url(../images/icon/icon_instagram_03.svg) no-repeat center/contain;
}
.c-post01-article__sns-link > span {
  background: url(../images/icon/icon_link_02.svg) no-repeat center/contain;
}
.c-post01-article__sns-link.is-tooltip {
  position: relative;
}
.c-post01-article__sns-link.is-tooltip::before {
  content: "URL copied";
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: calc(100% + 0.2rem);
  right: auto;
  bottom: auto;
  left: 50%;
  display: inline-block;
  padding: 0.4rem 1rem 0.6rem 1rem;
  border-radius: 0.4rem;
  background: #555;
  color: #fff;
  font-size: 1.1rem;
  transform: translate(-50%, 0);
  white-space: nowrap;
  animation: fade-tooltip 0.5s 1s 1 forwards;
}
@keyframes fade-tooltip {
  to {
    opacity: 0;
  }
}
.c-post01-article__content01 {
  margin-bottom: 8rem;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 811px) {
  .c-post01-article__content01 {
    margin-bottom: 100px;
  }
}
.c-post01-article__content01 img {
  display: inline-block;
  vertical-align: middle;
}
.c-post01-article__content01 a {
  display: inline;
  width: auto;
  color: var(--color02);
  text-decoration: underline;
}
@media screen and (min-width: 811px) {
  .c-post01-article__content01 a {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .c-post01-article__content01 a:hover {
    opacity: 0.6;
  }
}
.c-post01-article__content01 mark a {
  color: inherit;
}
@media screen and (min-width: 811px) {
  .c-post01-article__content01 a[href^="tel:"] {
    color: var(--color01);
    pointer-events: none;
    text-decoration: none;
  }
}
.c-post01-article__content01 a[href$=".pdf"] {
  display: inline;
  color: var(--color01);
}
.c-post01-article__content01 a[href$=".pdf"]::after {
  content: "PDF";
  display: inline-block;
  margin: 0 0.3rem 0.5rem 0.3rem;
  padding: 0.3rem 0.5rem;
  border-radius: 0.3rem;
  background: var(--color02);
  color: #fff;
  font-family: var(--font-family04);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  vertical-align: middle;
}
.c-post01-article__content01 a[href$=".xls"],
.c-post01-article__content01 a[href$=".xlsx"] {
  display: inline;
  color: var(--color01);
}
.c-post01-article__content01 a[href$=".xls"]::after,
.c-post01-article__content01 a[href$=".xlsx"]::after {
  content: "XLS";
  display: inline-block;
  margin: 0 0.3rem 0.5rem 0.3rem;
  padding: 0.3rem 0.5rem;
  border-radius: 0.3rem;
  background: #0D6E38;
  color: #fff;
  font-family: var(--font-family04);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  vertical-align: middle;
}
.c-post01-article__content01 a[href$=".doc"],
.c-post01-article__content01 a[href$=".docx"] {
  display: inline;
  color: var(--color01);
}
.c-post01-article__content01 a[href$=".doc"]::after,
.c-post01-article__content01 a[href$=".docx"]::after {
  content: "DOC";
  display: inline-block;
  margin: 0 0.3rem 0.5rem 0.3rem;
  padding: 0.3rem 0.5rem;
  border-radius: 0.3rem;
  background: #1F64C2;
  color: #fff;
  font-family: var(--font-family04);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  vertical-align: middle;
}
.c-post01-article__content01 > * {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 811px) {
  .c-post01-article__content01 > * {
    font-size: 1.6rem;
  }
}
.c-post01-article__content01 > *:not(:last-child) {
  margin-bottom: 2em;
}
.c-post01-article__content01 h2 {
  display: block;
  position: relative;
  padding: 0 0 0.75em 0.75em;
  border-bottom: 1px solid #C5C5C4;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 811px) {
  .c-post01-article__content01 h2 {
    font-size: 2.4rem;
  }
}
.c-post01-article__content01 h2:not(:first-child) {
  margin-top: 6rem;
}
@media screen and (min-width: 811px) {
  .c-post01-article__content01 h2:not(:first-child) {
    margin-top: 80px;
  }
}
.c-post01-article__content01 h2:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 811px) {
  .c-post01-article__content01 h2:not(:last-child) {
    margin-bottom: 35px;
  }
}
.c-post01-article__content01 h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.4rem;
  height: calc(100% - 0.75em);
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background: var(--color02);
}
.c-post01-article__content01 h3 {
  position: relative;
  display: block;
  padding: 0.7rem 2rem;
  background: var(--color04);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (min-width: 811px) {
  .c-post01-article__content01 h3 {
    font-size: 1.8rem;
  }
}
.c-post01-article__content01 h3:not(:first-child) {
  margin-top: 3rem;
}
@media screen and (min-width: 811px) {
  .c-post01-article__content01 h3:not(:first-child) {
    margin-top: 3.5rem;
  }
}
.c-post01-article__content01 h3:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 811px) {
  .c-post01-article__content01 h3:not(:last-child) {
    margin-bottom: 18px;
  }
}
.c-post01-article__content01 h4 {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .c-post01-article__content01 h4 {
    font-size: 1.6rem;
  }
}
.c-post01-article__content01 h4:not(:first-child) {
  margin-top: 2rem;
}
@media screen and (min-width: 811px) {
  .c-post01-article__content01 h4:not(:first-child) {
    margin-top: 25px;
  }
}
.c-post01-article__content01 h4:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 811px) {
  .c-post01-article__content01 h4:not(:last-child) {
    margin-bottom: 15px;
  }
}
.c-post01-article__content01 h5 {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}
.c-post01-article__content01 h5:not(:first-child) {
  margin-top: 2rem;
}
@media screen and (min-width: 811px) {
  .c-post01-article__content01 h5:not(:first-child) {
    margin-top: 25px;
  }
}
.c-post01-article__content01 h5:not(:last-child) {
  margin-bottom: 1rem;
}
.c-post01-article__content01 h6 {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
}
.c-post01-article__content01 h6:not(:last-child) {
  margin-bottom: 1rem;
}
.c-post01-article__content01 p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 811px) {
  .c-post01-article__content01 p {
    font-size: 1.6rem;
  }
}
.c-post01-article__content01 p:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 811px) {
  .c-post01-article__content01 p:not(:last-child) {
    margin-bottom: 15px;
  }
}
.c-post01-article__content01 figure {
  margin-bottom: 0;
}
.c-post01-article__content01 figure:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 811px) {
  .c-post01-article__content01 figure:not(:last-child) {
    margin-bottom: 40px;
  }
}
.c-post01-article__content01 figcaption {
  position: relative;
  margin-top: 8px;
  color: var(--color07);
  font-size: 1.2rem;
}
.c-post01-article__content01 table {
  display: table;
}
.c-post01-article__content01 thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
.c-post01-article__content01 tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.c-post01-article__content01 tfoot {
  display: table-footer-group;
  vertical-align: middle;
  border-color: inherit;
}
.c-post01-article__content01 table > tr {
  vertical-align: middle;
}
.c-post01-article__content01 col {
  display: table-column;
}
.c-post01-article__content01 colgroup {
  display: table-column-group;
}
.c-post01-article__content01 tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.c-post01-article__content01 td,
.c-post01-article__content01 th {
  display: table-cell;
  padding: 1em;
  vertical-align: inherit;
}
.c-post01-article__content01 th {
  font-weight: bold;
}
.c-post01-article__content01 caption {
  display: table-caption;
}
.c-post01-article__content01 menu,
.c-post01-article__content01 dir {
  display: block;
  list-style-type: disc;
}
.c-post01-article__content01 ol,
.c-post01-article__content01 ul {
  margin-top: 1em;
  padding-left: 1.3rem;
  line-height: 2;
}
@media screen and (min-width: 811px) {
  .c-post01-article__content01 ol,
.c-post01-article__content01 ul {
    font-size: 1.6rem;
  }
}
.c-post01-article__content01 ol {
  position: relative;
  display: block;
  list-style-type: decimal;
}
.c-post01-article__content01 li {
  margin-top: 6px;
  display: list-item;
}
.c-post01-article__content01 ul > li {
  position: relative;
}
.c-post01-article__content01 ul > li::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  top: calc(1em - 0.4rem);
  right: auto;
  bottom: auto;
  left: -1.3rem;
  border: 1px solid var(--color02);
  border-radius: 50%;
  background: var(--color02);
}
.c-post01-article__content01 ul ul,
.c-post01-article__content01 ul ol,
.c-post01-article__content01 ol ul,
.c-post01-article__content01 ol ol {
  margin: 0;
}
.c-post01-article__content01 ul ul > li::before,
.c-post01-article__content01 ol ul > li::before {
  background: transparent;
}
.c-post01-article__content01 ol ol ul > li::before,
.c-post01-article__content01 ol ul ul > li::before,
.c-post01-article__content01 ul ol ul > li::before,
.c-post01-article__content01 ul ul ul > li::before {
  border-radius: 0;
  background: var(--color02);
}
.c-post01-article__content01 dd {
  display: block;
}
.c-post01-article__content01 dl {
  display: block;
}
.c-post01-article__content01 dt {
  display: block;
}
.c-post01-article__content01 strong {
  font-weight: bold;
}
.c-post01-article__content01 em {
  font-style: italic;
}
.c-post01-article__content01 sup {
  font-size: 70%;
  vertical-align: super;
}
.c-post01-article__content01 sub {
  font-size: 70%;
  vertical-align: sub;
}
.c-post01-article__content01 blockquote {
  position: relative;
  padding: 2rem 2.5rem 2.5rem;
  border: 0.1rem solid var(--color01);
  font-size: 1.4rem;
}
.c-post01-article__content01 blockquote P:not(:last-child) {
  margin-bottom: 1rem;
}
.c-post01-article__content01 blockquote cite {
  position: relative;
  display: block;
}
.c-post01-article__content01 .map {
  position: relative;
  padding-top: 60%;
}
.c-post01-article__content01 .map iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.c-post01-article__content01 .wp-block-columns:not(:first-child) {
  margin-top: 20px;
}
.c-post01-article__content01 .wp-block-columns.is-layout-flex {
  gap: 25px !important;
}
@media screen and (min-width: 811px) {
  .c-post01-article__content01 .wp-block-columns.is-layout-flex {
    gap: 30px !important;
  }
}
.c-post01-article__content01 .wp-block-table th,
.c-post01-article__content01 .wp-block-table td {
  padding: 10px 15px;
  border-color: #ECECEC;
}
@media screen and (min-width: 1024px) {
  .c-post01-article__content01 .wp-block-table th,
.c-post01-article__content01 .wp-block-table td {
    padding: 14px 20px;
  }
}
.c-post01-article__content01 .wp-block-table thead th {
  text-align: center;
}
.c-post01-article__content01 .wp-block-flexible-table-block-table > table tr th,
.c-post01-article__content01 .wp-block-flexible-table-block-table > table tr td {
  padding: 10px 15px !important;
}
@media screen and (min-width: 1024px) {
  .c-post01-article__content01 .wp-block-flexible-table-block-table > table tr th,
.c-post01-article__content01 .wp-block-flexible-table-block-table > table tr td {
    padding: 14px 20px !important;
  }
}
.c-post01-article__content01 .wp-block-embed-youtube.aligncenter iframe {
  display: block;
  margin: 0 auto;
}
.c-post01-article__content01 .wp-block-embed-youtube.alignright {
  margin-left: auto;
}
.c-post01-article__content01 .wp-block-separator {
  border-color: var(--color05);
}
.c-post01-article__content01 .wp-block-separator:not(:last-child) {
  margin-bottom: 3.5rem;
}
.c-post01-article__content01 .wp-block-spacer {
  margin-bottom: 0;
}
.c-post01-article__content01 .wp-block-buttons:not(:first-child) {
  margin-top: 30px;
}
.c-post01-article__content01 .wp-block-button__link {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 26rem;
  min-height: 50px;
  border: 1px solid var(--color02);
  border-radius: 50px;
  background: #fff;
  color: var(--color02);
  font-family: var(--font-family02);
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 811px) {
  .c-post01-article__content01 .wp-block-button__link {
    transition: background 0.3s ease-in, color 0.3s ease-in;
  }
}
.c-post01-article__content01 .wp-block-button__link::after {
  content: "";
  position: absolute;
  display: block;
  width: 2rem;
  height: 1.2rem;
  top: 50%;
  right: 2rem;
  bottom: auto;
  left: auto;
  background: url(../images/icon/icon_arrow_03.svg) no-repeat center/contain;
  transform: translateY(-50%);
  transition: background 0.3s;
}
@media (any-hover: hover) {
  .c-post01-article__content01 .wp-block-button__link:hover {
    background: var(--color02);
    color: #fff;
    opacity: 1;
  }
  .c-post01-article__content01 .wp-block-button__link:hover::after {
    background: url(../images/icon/icon_arrow_02.svg) no-repeat center/contain;
  }
}

.c-contact01__define01 {
  max-width: 480px;
  margin: 0 auto;
  padding: 2.5rem 2.5rem 4rem 2.5rem;
  border: 1px solid var(--color05);
}
@media screen and (min-width: 811px) {
  .c-contact01__define01 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    max-width: 100%;
    padding: 2.5rem 4em 2.5rem 0;
  }
}
.c-contact01__define01 dt {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--color05);
}
@media screen and (min-width: 811px) {
  .c-contact01__define01 dt {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 24em;
    margin: 0;
    padding: 0;
    border-right: 1px solid var(--color05);
    border-bottom: none;
  }
}
.c-contact01__define01 dt > p {
  font-family: var(--font-family02);
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (min-width: 811px) {
  .c-contact01__define01 dd {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 2.5rem 2em;
    width: calc(100% - 24em);
    min-height: 108px;
    padding: 0 0 0 4em;
  }
}
.c-contact01__define01 dd address {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 811px) {
  .c-contact01__define01 dd address {
    flex-shrink: 0;
    max-width: 435px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 811px) {
  .c-contact01__define01 dd .c-button-wrap01 {
    max-width: 200px;
    margin: 0;
  }
}

.c-modal01 {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.c-modal01.is-active {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-modal01__button {
  position: relative;
  z-index: 0;
  width: calc(100% + 5rem);
  margin-left: -2.5rem;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 811px) {
  .c-modal01__button {
    width: 100%;
    margin-left: 0;
  }
}
.c-modal01__button::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 5rem;
  height: 7.9rem;
  background: url(../images/icon/icon_play_01.svg) no-repeat center/contain;
}
@media screen and (min-width: 811px) {
  .c-modal01__button::before {
    width: 70px;
    height: 100px;
  }
}
@media (any-hover: hover) {
  .c-modal01__button:hover img {
    transform: scale(1.1);
  }
}
.c-modal01__button img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s;
}
.c-modal01__fill {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.c-modal01__close {
  position: absolute;
  display: block;
  width: 2.1rem;
  height: 2.1rem;
  top: 2.5rem;
  right: 2.5rem;
  bottom: auto;
  left: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 811px) {
  .c-modal01__close {
    top: 4rem;
    right: 4rem;
  }
}
.c-modal01__close::before, .c-modal01__close::after {
  content: "";
  position: absolute;
  display: block;
  width: 3rem;
  height: 1px;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal01__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-modal01__content {
  position: relative;
  width: calc(100% - 40px);
  max-width: 950px;
  text-align: center;
}
.c-modal01__inner {
  position: relative;
  padding-top: 56%;
}
.c-modal01__inner iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

.c-modal02 {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  padding: 5rem 0;
}
.c-modal02.is-active {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-modal02__button {
  position: relative;
  z-index: 0;
  cursor: pointer;
}
.c-modal02__button::before {
  content: "";
  position: absolute;
  display: block;
  width: 3rem;
  height: 3rem;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 1;
  background: url(../images/icon/icon_magnification_01.svg) no-repeat center/contain;
}
.c-modal02__fill {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: -1;
  background: #fff;
  cursor: pointer;
}
.c-modal02__close {
  position: absolute;
  display: block;
  width: 2.1rem;
  height: 2.1rem;
  top: 2.5rem;
  right: 2.5rem;
  bottom: auto;
  left: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 811px) {
  .c-modal02__close {
    top: 4rem;
    right: 4rem;
  }
}
.c-modal02__close::before, .c-modal02__close::after {
  content: "";
  position: absolute;
  display: block;
  width: 3rem;
  height: 1px;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  background: var(--color01);
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal02__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-modal02__content {
  position: relative;
  width: auto;
  max-width: min(100% - 5rem, 620px);
  text-align: center;
  overflow-y: auto;
}
@media screen and (min-width: 811px) {
  .c-modal02__content {
    width: auto;
  }
}
@media screen and (min-width: 811px) {
  .c-modal02__content--w710 {
    max-width: min(100% - 5rem, 710px);
  }
}
.c-modal02__content figure img {
  margin: 0 auto;
  max-height: 580px;
}
.c-modal02__content figure figcaption {
  margin-top: 1.5rem;
}

.js-animate.js-fadein {
  opacity: 0;
  /* transition: opacity 0.9s cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.2s; */
  transition: opacity 0.6s cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.2s;
}
.js-animate.js-fadein.is-active {
  opacity: 1;
}

.js-openingFadein {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.72, 0.02, 0, 1);
}
.js-openingFadein.is-fadein {
  opacity: 1;
}

.js-flash {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 1;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transition: opacity 1s cubic-bezier(0.72, 0.02, 0, 1) 0.2s;
}
.js-flash.is-fadein {
  animation-name: flash;
  opacity: 0;
}

@keyframes flash {
  99.9% {
    z-index: 1000;
  }
  100% {
    z-index: -1;
  }
}
.js-switch-content {
  display: none;
}

.l-container {
  width: 100%;
  margin: 0 auto;
}

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  color: #fff;
  line-height: 1.4;
  transition: background 0.3s;
}
@media screen and (min-width: 811px) {
  .l-header {
    height: 65px;
    font-size: max(0.6944444444vw, 7.5px);
  }
}
@media screen and (min-width: 1440px) {
  .l-header {
    font-size: 10px;
  }
}
.l-header.is-white:not(.is-active):not(.is-gnav):not(.is-show) {
  background: #fff;
  color: var(--color01);
}
.l-header.is-white:not(.is-active):not(.is-gnav):not(.is-show) .l-header__logo::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background: url(../images/common/logo_common_03.svg) no-repeat center/contain;
}
.l-header.is-white:not(.is-active):not(.is-gnav):not(.is-show) .l-header__logo img {
  opacity: 0;
}
.l-header.is-white:not(.is-active):not(.is-gnav):not(.is-show) .l-header__ham > span {
  background: var(--color01);
}
.l-header.is-white:not(.is-active):not(.is-gnav):not(.is-show) .l-header__ham > p {
  color: var(--color01);
}
.l-header.is-white:not(.is-active):not(.is-gnav):not(.is-show) .l-header__link01 {
  color: var(--color01);
}
.l-header.is-white:not(.is-active):not(.is-gnav):not(.is-show) .l-header__search {
  border-color: var(--color01);
}
.l-header.is-white:not(.is-active):not(.is-gnav):not(.is-show) .l-header__search-input {
  color: var(--color01);
}
.l-header.is-white:not(.is-active):not(.is-gnav):not(.is-show) .l-header__search-input::-moz-placeholder {
  color: var(--color01);
}
.l-header.is-white:not(.is-active):not(.is-gnav):not(.is-show) .l-header__search-input::placeholder {
  color: var(--color01);
}
.l-header.is-white:not(.is-active):not(.is-gnav):not(.is-show) .l-header__search-submit {
  background-image: url(../images/icon/icon_search_02.svg);
}
.l-header.is-white:not(.is-active):not(.is-gnav):not(.is-show) .l-header__language-text {
  border-color: var(--color01);
}
.l-header.is-white:not(.is-active):not(.is-gnav):not(.is-show) .l-header__language-text::before, .l-header.is-white:not(.is-active):not(.is-gnav):not(.is-show) .l-header__language-text::after {
  background: var(--color01);
}
.l-header.is-white:not(.is-active):not(.is-gnav):not(.is-show) .l-header__sns01 > li a {
  position: relative;
}
.l-header.is-white:not(.is-active):not(.is-gnav):not(.is-show) .l-header__sns01 > li a img {
  opacity: 0;
}
.l-header.is-white:not(.is-active):not(.is-gnav):not(.is-show) .l-header__sns01-x a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background: url(../images/icon/icon_x_02.svg) no-repeat center/contain;
}
.l-header.is-white:not(.is-active):not(.is-gnav):not(.is-show) .l-header__sns01-facebook a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background: url(../images/icon/icon_facebook_02.svg) no-repeat center/contain;
}
.l-header.is-white:not(.is-active):not(.is-gnav):not(.is-show) .l-header__sns01-instagram a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background: url(../images/icon/icon_instagram_02.svg) no-repeat center/contain;
}
.l-header.is-white:not(.is-active):not(.is-gnav):not(.is-show) .l-header__sns01-youtube a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background: url(../images/icon/icon_youtube_02.svg) no-repeat center/contain;
}
.l-header .is-active-only {
  display: none;
}
@media screen and (min-width: 811px) {
  .l-header.is-active .l-header__link01::after {
    height: 1px;
  }
}
@media screen and (min-width: 1024px) {
  .l-header.is-active .l-header__link02 br.is-pc {
    display: none;
  }
}
.l-header.is-active .is-active-only {
  display: inline-block;
}
.l-header.is-active .is-active-only--pc-only {
  display: none;
}
@media screen and (min-width: 811px) {
  .l-header.is-active .is-active-only--pc-only {
    display: inline-block;
  }
}
.l-header .is-gnav-only {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-header.is-gnav:not(.is-active) .is-gnav-only {
    display: block;
  }
}
.l-header__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 3em;
  height: calc(100% - 30px);
  margin: 15px 2rem 15px 1.5rem;
}
@media screen and (min-width: 811px) {
  .l-header__inner {
    flex-wrap: nowrap;
    height: calc(100% - 30px);
    margin: 15px 23px 15px 3em;
  }
}
.l-header__logo {
  position: relative;
  z-index: 99;
  display: inline-block;
  width: 18rem;
}
@media screen and (min-width: 811px) {
  .l-header__logo {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .l-header__logo:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 811px) {
  .l-header__logo {
    flex-shrink: 0;
    width: 210px;
  }
}
.l-header__logo img {
  width: 100%;
  height: 100%;
}
.l-header__ham {
  position: absolute;
  display: block;
  width: 3rem;
  height: 32px;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 1;
  cursor: pointer;
}
@media screen and (min-width: 811px) {
  .l-header__ham {
    top: 2px;
  }
}
.l-header__ham > span {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background: #fff;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
}
.l-header__ham > span:nth-of-type(2) {
  top: 6px;
  bottom: 0;
}
.l-header__ham > p {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  transform: translateX(-50%);
}
.l-header__ham > p > span:nth-child(2) {
  display: none;
}
.l-header__ham.is-active > span:nth-of-type(1) {
  top: 3px;
  transform: translateY(-50%) rotate(-15deg);
}
.l-header__ham.is-active > span:nth-of-type(2) {
  top: 3px;
  transform: translateY(-50%) rotate(15deg);
}
.l-header__ham.is-active > p > span:nth-child(1) {
  display: none;
}
.l-header__ham.is-active > p > span:nth-child(2) {
  display: block;
}
.l-header__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
  padding: 70px 0 0;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 811px) {
  .l-header__nav {
    padding: 140px 0 30px;
  }
}
.l-header__nav.is-active {
  opacity: 1;
  visibility: visible;
}
.l-header__nav.is-active .l-header__nav-inner {
  overflow-y: scroll;
}
.l-header__nav.is-active .l-header__nav-inner::-webkit-scrollbar {
  width: 5px;
}
.l-header__nav.is-active .l-header__nav-inner::-webkit-scrollbar-thumb {
  background: var(--color06);
  border-radius: 7px;
}
.l-header__nav.is-active .l-header__nav-inner::-webkit-scrollbar-track {
  background: transparent;
}
.l-header__nav-inner {
  max-height: calc(100dvh - 70px);
  padding: 0 2.5rem 50px;
}
@media screen and (min-width: 811px) {
  .l-header__nav-inner {
    max-height: calc(100dvh - 140px - 30px);
    max-width: calc(1200px + 4rem);
    padding: 0 2rem 3px;
    margin: 0 auto;
  }
}
.l-header__gnav {
  height: 0;
  overflow: hidden;
}
.l-header__gnav.is-active {
  height: auto;
}
@media screen and (min-width: 811px) {
  .l-header__gnav {
    height: auto;
    overflow: visible;
  }
}
.l-header__gnav-item01 {
  display: none;
}
@media screen and (min-width: 811px) {
  .l-header__list01 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 50px 0;
    width: 100%;
  }
}
.l-header__list01 > li {
  position: relative;
  border-bottom: 1px solid #5E5E5E;
  font-size: 1.4rem;
}
@media screen and (min-width: 811px) {
  .l-header__list01 > li {
    width: 50%;
    border: none;
    font-size: 1.4em;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__list01 > li {
    width: 33.33%;
    min-height: 190px;
  }
}
.l-header__list01 > li:first-child {
  border-top: 1px solid #5E5E5E;
}
@media screen and (min-width: 811px) {
  .l-header__list01 > li:first-child {
    border: none;
  }
}
.l-header__list01-more {
  position: absolute;
  display: block;
  width: 6rem;
  height: 6rem;
  top: 0;
  right: -2.4rem;
  bottom: auto;
  left: auto;
  transition: background 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 811px) {
  .l-header__list01-more {
    display: none;
  }
}
.l-header__list01-more:hover {
  background: rgba(156, 156, 156, 0.2);
}
.l-header__list01-more::before, .l-header__list01-more::after {
  content: "";
  position: absolute;
  display: block;
  width: 1.2rem;
  height: 1px;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
.l-header__list01-more::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.l-header__list01-more.is-active::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
@media screen and (min-width: 811px) {
  .l-header__list01-parent {
    position: relative;
    padding: 3px 0 3px min(2.9166666667%, 35px);
  }
}
@media screen and (min-width: 811px) {
  .l-header__list01-parent::before {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 10px;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 2;
    background: var(--color02);
  }
}
@media screen and (min-width: 811px) {
  .l-header__list01-parent::after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 1;
    background: var(--color06);
  }
}
.l-header__list02 {
  padding: 24px 0 24px 1.5rem;
  border-top: 1px solid #5E5E5E;
}
@media screen and (min-width: 811px) {
  .l-header__list02 {
    margin-top: 25px;
    padding: 0;
    border-top: none;
  }
}
@media screen and (min-width: 811px) {
  .l-header__list02 > li {
    position: relative;
    padding-left: 0.8em;
  }
}
.l-header__list02 > li + li {
  margin-top: 15px;
}
@media screen and (min-width: 811px) {
  .l-header__list02 > li::before {
    content: "-";
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.l-header__list03 {
  display: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2rem 5rem;
  width: 100%;
  margin-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--color07);
}
@media screen and (min-width: 811px) {
  .l-header__list03 {
    gap: 1rem 4rem;
    margin-top: 75px;
    padding-bottom: 25px;
  }
}
.l-header__list03 > li {
  position: relative;
  padding-left: 16px;
  font-family: var(--font-family02);
  font-size: 1.4rem;
}
.l-header__list03 > li::before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 1em;
  top: 0.2rem;
  right: auto;
  bottom: auto;
  left: 0;
  background: url(../images/icon/icon_arrow_01.svg) no-repeat center/contain;
}
.l-header__list04 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.2rem 2rem;
  width: 20em;
}
@media screen and (min-width: 811px) {
  .l-header__list04 {
    justify-content: flex-end;
    gap: 1.2rem 4rem;
    width: auto;
  }
}
.l-header__list04 > li {
  position: relative;
  display: inline-block;
}
.l-header__list04 > li a {
  font-size: 1.2rem;
  line-height: 1.2;
}
@media screen and (min-width: 811px) {
  .l-header__list04 > li a {
    font-size: 1.1rem;
  }
}
.l-header__list04 > li:nth-child(2)::before,.l-header__list04 > li:nth-child(3)::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: -1rem;
  background: var(--color08);
}
@media screen and (min-width: 811px) {
  .l-header__list04 > li:nth-child(2)::before,.l-header__list04 > li:nth-child(3)::before {
    left: -2rem;
  }
}
@media screen and (min-width: 811px) {
  .l-header__list04 > li + li::before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: -2rem;
    background: var(--color08);
  }
}
.l-header__link01 {
  position: relative;
  display: block;
  width: calc(100% - 3.8rem);
  padding: 2rem 0;
  font-family: var(--font-family02);
  font-size: 1.4rem;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 810px) {
  .l-header__link01 {
    transition: background 0.3s;
  }
  .l-header__link01:hover {
    background: rgba(156, 156, 156, 0.4);
  }
}
@media screen and (min-width: 811px) {
  .l-header__link01 {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 811px) {
  .l-header__link01::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    top: 101%;
    right: auto;
    bottom: auto;
    left: 0;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
}
@media (any-hover: hover) {
  .l-header__link01:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.l-header__link01 > .is-active {
  display: none;
}
@media screen and (max-width: 810px) {
  .l-header__link01 > .is-pc {
    display: inline-block;
  }
}
.l-header__link02 {
  position: relative;
  padding-left: 16px;
  font-size: 1.3rem;
}
@media screen and (max-width: 810px) {
  .l-header__link02 {
    transition: background 0.3s;
  }
  .l-header__link02:hover {
    background: rgba(156, 156, 156, 0.2);
  }
}
@media screen and (min-width: 811px) {
  .l-header__link02 {
    display: inline-block;
    width: auto;
    padding-left: 0;
  }
}
.l-header__link02::before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 1em;
  top: 0.2rem;
  right: auto;
  bottom: auto;
  left: 0;
  background: url(../images/icon/icon_arrow_01.svg) no-repeat center/contain;
}
@media screen and (min-width: 811px) {
  .l-header__link02::before {
    content: none;
  }
}
@media screen and (min-width: 811px) {
  .l-header__link02::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    top: 101%;
    right: auto;
    bottom: auto;
    left: 0;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
}
@media (any-hover: hover) {
  .l-header__link02:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.l-header__link02 figure {
  display: none;
}
.l-header__link02 br.is-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-header__link02 br.is-pc {
    display: block;
  }
}
@media screen and (min-width: 811px) {
  .l-header__item01 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin: 0;
  }
}
.l-header__item02 {
  padding: 23px 0;
}
@media screen and (min-width: 811px) {
  .l-header__item02 {
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    top: 32px;
    right: 12em;
    bottom: auto;
    left: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    align-self: flex-end;
    padding: 0;
  }
}
@media screen and (min-width: 811px) {
  .l-header__item03 {
    margin-top: 25px;
  }
}
.l-header__search {
  position: relative;
  width: 21rem;
  height: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 811px) {
  .l-header__search {
    width: 150px;
    height: 26px;
    margin-right: 3em;
  }
}
.l-header__search-input {
  display: block;
  width: calc(100% - 2.3rem);
  height: 100%;
  margin-right: 2.3rem;
  padding: 0 0 1rem 0;
  color: #fff;
  font-family: var(--font-family02);
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 811px) {
  .l-header__search-input {
    font-size: 1.2rem;
  }
}
.l-header__search-input::-moz-placeholder {
  color: #fff;
}
.l-header__search-input::placeholder {
  color: #fff;
}
.l-header__search-submit {
  position: absolute;
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  top: 0.3rem;
  right: 0;
  bottom: auto;
  left: auto;
  background: url(../images/icon/icon_search_01.svg) no-repeat center/contain;
}
@media screen and (min-width: 811px) {
  .l-header__search-submit {
    top: 0.1rem;
  }
}
.l-header__language {
  position: fixed;
  top: 20px;
  right: 7rem;
  width: auto;
  height: auto;
}
@media screen and (min-width: 811px) {
  .l-header__language {
    position: relative;
    top: 0;
    right: 0;
    margin-right: 4em;
  }
}
.l-header__language-text {
  position: relative;
  padding: 0 1.6rem 0.8rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  font-family: var(--font-family02);
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (min-width: 811px) {
  .l-header__language-text {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .l-header__language-text:hover {
    opacity: 0.6;
  }
}
.l-header__language-text::before, .l-header__language-text::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.9rem;
  height: 1px;
  top: 0.8rem;
  right: 0;
  bottom: auto;
  left: auto;
  background: #fff;
  transition: transform 0.3s;
}
.l-header__language-text::after {
  transform: rotate(-90deg);
}
.l-header__language-text.is-active::before {
  transform: rotate(135deg);
}
.l-header__language-text.is-active::after {
  transform: rotate(45deg);
}
.l-header__language-nav {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  display: grid;
  grid-template-rows: 0fr;
  transform: translateX(-50%);
  transition: grid-template-rows 0.2s ease-out;
}
.l-header__language-nav.is-active {
  grid-template-rows: 1fr;
}
.l-header__language-list {
  min-width: 12.5rem;
  background: var(--color01);
  overflow: hidden;
}
.l-header__language-list > li {
  border: 1px solid #3D3D3D;
}
.l-header__language-list > li + li {
  border-top: none;
}
.l-header__language-list > li a {
  padding: 1rem 3rem;
  color: #fff;
  font-family: var(--font-family02);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  transition: background 0.3s;
}
.l-header__language-list > li a:hover {
  background: rgba(156, 156, 156, 0.2);
}
.l-header__sns01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 811px) {
  .l-header__sns01 > li > a {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .l-header__sns01 > li > a:hover {
    opacity: 0.6;
  }
}
.l-header__sns01 > li > a img {
  width: auto;
  height: 1.7rem;
}
@media screen and (min-width: 811px) {
  .l-header__sns01 > li > a img {
    height: 1.6rem;
  }
}
.l-header__sns01-wrap {
  margin-top: 3.4rem;
}
@media screen and (min-width: 811px) {
  .l-header__sns01-wrap {
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .is-pc.l-header {
    position: absolute;
    height: 100px;
    transition: background 0.3s;
  }
}
.is-pc.l-header.is-gnav {
  background: rgba(0, 0, 0, 0.9);
}
@media screen and (min-width: 1024px) {
  .is-pc .l-header__inner {
    margin: 0;
    padding: 25px 4em 0 3em;
  }
}
@media screen and (min-width: 1024px) {
  .is-pc .l-header__ham {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .is-pc .l-header__nav {
    position: static;
    width: calc(100% - 250px - 3em);
    height: 100%;
    padding: 0;
    background: none;
    opacity: 1;
    visibility: visible;
  }
}
.is-pc .l-header__nav-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  padding: 0;
  margin-right: 0;
  overflow: visible;
}
@media screen and (min-width: 1024px) {
  .is-pc .l-header__gnav {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
}
@media screen and (min-width: 1024px) {
  .is-pc .l-header__gnav.is-active {
    opacity: 1;
    visibility: visible;
  }
}
.is-pc .l-header__gnav-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px max((100% - 1200px) / 2, 2rem) 70px;
}
@media screen and (min-width: 1024px) {
  .is-pc .l-header__gnav-item01 {
    display: block;
    width: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .is-pc .l-header__gnav-item02 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px 50px;
    width: 78.3333333333%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .is-pc .l-header__gnav-item02 > li {
    width: calc(33.3333333333% - 33.3333333333px);
    padding: 0;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .is-pc .l-header__gnav-item02 > li::before {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 21px;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    background: url(../images/icon/icon_arrow_01.svg) no-repeat center/contain;
  }
}
@media screen and (min-width: 1024px) {
  .is-pc .l-header__gnav-item02 > li:has(figure)::before {
    top: auto;
    bottom: min(1.0416666667vw, 15px);
  }
}
@media screen and (min-width: 1024px) {
  .is-pc .l-header__gnav-item02 a {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 15px;
    font-family: var(--font-family02);
    font-size: min(1.1111111111vw, 1.4rem);
    font-weight: 600;
  }
}
.is-pc .l-header__gnav-item02 a::after {
  content: none;
}
@media screen and (min-width: 1024px) {
  .is-pc .l-header__gnav-item02 a::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    top: auto;
    right: auto;
    bottom: 1px;
    left: 0;
    background: var(--color06);
    transform: scale(1, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
}
@media (any-hover: hover) {
  .is-pc .l-header__gnav-item02 a:hover::before {
    transform: scale(0, 1);
    transform-origin: right top;
  }
}
@media screen and (min-width: 1024px) {
  .is-pc .l-header__gnav-item02--image {
    gap: 20px 40px;
    width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .is-pc .l-header__gnav-item02--image > li {
    width: calc(25% - 30px);
  }
}
@media (any-hover: hover) {
  .is-pc .l-header__gnav-item02--image > li a:hover img {
    transform: scale(1.1);
  }
}
.is-pc .l-header__gnav-item02--image > li figure {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .is-pc .l-header__gnav-item02--image > li img {
    width: 100%;
    transition: transform 0.3s;
  }
}
@media screen and (min-width: 1024px) {
  .is-pc .l-header__gnav-item02--image > li p > span {
    display: none;
  }
}
.is-pc .l-header__gnav-title {
  margin-bottom: 20px;
  font-family: var(--font-family02);
  font-size: 2rem;
  font-weight: 600;
}
.is-pc .l-header__gnav-link {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0 45px 15px 0;
  font-family: var(--font-family02);
  font-size: 1.2rem;
  font-weight: 500;
}
.is-pc .l-header__gnav-link::before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  background: url(../images/icon/icon_arrow_02.svg) no-repeat center/contain;
}
.is-pc .l-header__gnav-link::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  background: #fff;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
@media (any-hover: hover) {
  .is-pc .l-header__gnav-link:hover::after {
    transform: scale(0, 1);
    transform-origin: right top;
  }
}
@media screen and (min-width: 1024px) {
  .is-pc .l-header__list01 {
    justify-content: flex-end;
    gap: 1.7361111111vw;
  }
}
@media screen and (min-width: 1024px) {
  .is-pc .l-header__list01 > li {
    position: static;
    width: auto;
    min-height: initial;
  }
}
@media screen and (min-width: 1024px) {
  .is-pc .l-header__list01-parent {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .is-pc .l-header__list01-parent::before {
    content: none;
  }
}
@media screen and (min-width: 1024px) {
  .is-pc .l-header__list01-parent::after {
    content: none;
  }
}
.is-pc .l-header__list01-parent.js-hover.is-eventnone {
  pointer-events: none;
}
.is-pc .l-header__list03 {
  display: none;
}
@media screen and (min-width: 1024px) {
  .is-pc .l-header__link01 {
    display: inline-block;
    padding-bottom: 14px;
    font-size: clamp(14px, 1.0714285714vw, 15px);
  }
}
@media screen and (min-width: 1024px) {
  .is-pc .l-header__link01--current::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    top: auto;
    right: auto;
    bottom: 0px;
    left: 0;
    background: var(--color02);
  }
}
@media screen and (min-width: 1024px) {
  .is-pc .l-header__link01::after {
    top: auto;
    bottom: 1px;
    background: var(--color02);
  }
}
.is-pc .l-header__link01 > .is-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .is-pc .l-header__item01 {
    order: 2;
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .is-pc .l-header__item02 {
    position: static;
    order: 1;
  }
}
@media screen and (min-width: 1024px) {
  .is-pc .l-header__item03 {
    display: none;
  }
}

.is-show {
  background: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 1024px) {
  .is-show.l-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 65px;
  }
  .is-show.l-header.is-gnav {
    background: rgba(255, 255, 255, 0.95);
  }
}
@media screen and (min-width: 1024px) {
  .is-show .l-header__inner {
    gap: 2em;
    height: calc(100% - 30px);
    margin: 15px 0 15px 0;
    padding: 0 23px 0 3em;
  }
}
.is-show .l-header__logo::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background: url(../images/common/logo_common_03.svg) no-repeat center/contain;
}
.is-show .l-header__logo img {
  opacity: 0;
}
.is-show .l-header__ham {
  display: block;
}
@media screen and (min-width: 1024px) {
  .is-show .l-header__ham {
    right: 23px;
  }
}
.is-show .l-header__ham > span {
  background: var(--color01);
}
.is-show .l-header__ham > p {
  color: var(--color01);
}
.is-show .l-header__nav {
  margin-right: 8.6em;
  padding-top: 7px;
}
.is-show .l-header__gnav {
  top: 50px;
}
@media screen and (min-width: 1024px) {
  .is-show .l-header__item02 {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .is-show .l-header__link01 {
    padding-bottom: 23px;
    color: var(--color01);
  }
}

.l-footer {
  background: var(--color01);
  color: #fff;
}
@media screen and (min-width: 1440px) {
  .l-footer {
    z-index: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer--fornt .l-footer__main, .l-footer--lower .l-footer__main {
    padding-bottom: 7rem;
  }
}
@media screen and (min-width: 811px) {
  .l-footer__inner01 {
    max-width: calc(1200px + 4rem);
    margin: 0 auto;
    padding: 0 2rem;
  }
}
.l-footer__inner02 {
  text-align: center;
}
@media screen and (min-width: 811px) {
  .l-footer__nav {
    padding: 6rem 0;
    background: #1A1A1A;
  }
}
.l-footer__main {
  padding: 4rem 0;
}
@media screen and (min-width: 811px) {
  .l-footer__main {
    padding: 5rem 0 6rem;
  }
}
.l-footer__item01 {
  margin-bottom: 3rem;
}
.l-footer__item02 {
  margin-bottom: 3.8rem;
}
@media screen and (min-width: 811px) {
  .l-footer__list01 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 500px;
    background: linear-gradient(90deg, rgba(236, 236, 236, 0.2) 0, rgba(236, 236, 236, 0.2) 1px, transparent 1px, transparent 50%, rgba(236, 236, 236, 0.2) 50%, rgba(236, 236, 236, 0.2) calc(50% + 1px), transparent calc(50% + 1px));
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__list01 {
    height: 400px;
    background: linear-gradient(90deg, rgba(236, 236, 236, 0.2) 0, rgba(236, 236, 236, 0.2) 1px, transparent 1px, transparent 33.33%, rgba(236, 236, 236, 0.2) 33.33%, rgba(236, 236, 236, 0.2) calc(33.33% + 1px), transparent calc(33.33% + 1px), transparent 66.66%, rgba(236, 236, 236, 0.2) 66.66%, rgba(236, 236, 236, 0.2) calc(66.66% + 1px), transparent calc(66.66% + 1px));
  }
}
@media (min-width: 1240px) {
  .l-footer__list01 {
    background: linear-gradient(90deg, rgba(236, 236, 236, 0.2) 0, rgba(236, 236, 236, 0.2) 1px, transparent 1px, transparent 25%, rgba(236, 236, 236, 0.2) 25%, rgba(236, 236, 236, 0.2) calc(25% + 1px), transparent calc(25% + 1px), transparent 50%, rgba(236, 236, 236, 0.2) 50%, rgba(236, 236, 236, 0.2) calc(50% + 1px), transparent calc(50% + 1px), transparent 75%, rgba(236, 236, 236, 0.2) 75%, rgba(236, 236, 236, 0.2) calc(75% + 1px), transparent calc(75% + 1px));
  }
}
.l-footer__list01 > li {
  border-bottom: 1px solid var(--color07);
}
@media screen and (min-width: 811px) {
  .l-footer__list01 > li {
    width: 50%;
    padding-left: min(2.5%, 30px);
    border-bottom: none;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__list01 > li {
    width: 33.33%;
  }
}
@media (min-width: 1240px) {
  .l-footer__list01 > li {
    width: 25%;
  }
}
@media screen and (min-width: 811px) {
  .l-footer__list01 > li:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__list01 > li:not(:last-child) {
    margin-bottom: min(2.5%, 30px);
  }
}
@media (min-width: 1240px) {
  .l-footer__list01 > li:nth-child(7) {
    margin-bottom: 28%;
  }
}
.l-footer__list01 > li > a {
  height: auto;
  padding: 1.6rem 2rem;
  font-family: var(--font-family02);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 810px) {
  .l-footer__list01 > li > a {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 811px) {
  .l-footer__list01 > li > a {
    padding: 0;
    font-size: 1.7rem;
    font-weight: 400;
    text-align: left;
  }
}
.l-footer__list01-br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-footer__list01-br {
    display: block;
  }
}
.l-footer__list02 {
  margin-top: 11px;
}
@media screen and (min-width: 1024px) {
  .l-footer__list02 {
    margin-top: min(0.9166666667vw, 11px);
  }
}
.l-footer__list02 > li {
  position: relative;
  padding-left: 0.8em;
}
.l-footer__list02 > li::before {
  content: "-";
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 1.5rem;
  line-height: 1.4;
}
.l-footer__list02 > li + li {
  margin-top: 9px;
}
.l-footer__list02 > li > a {
  font-size: 1.5rem;
  line-height: 1.4;
}
.l-footer__list03 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.2rem 2rem;
  width: 20em;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .l-footer__list03 {
    gap: 1.2rem 4rem;
    width: auto;
  }
}
.l-footer__list03 > li {
  position: relative;
  display: inline-block;
}
.l-footer__list03 > li a {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 811px) {
  .l-footer__list03 > li a {
    font-size: 1.1rem;
  }
}
.l-footer__list03 > li:nth-child(2)::before,
.l-footer__list03 > li:nth-child(3)::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: -1rem;
  background: var(--color08);
}
@media screen and (min-width: 811px) {
  .l-footer__list03 > li:nth-child(2)::before,
  .l-footer__list03 > li:nth-child(3)::before {
    left: -2rem;
  }
}
.l-footer__logo01 {
  display: inline-block;
  width: auto;
  height: 3rem;
  margin: 0 auto 1.8rem;
}
@media screen and (min-width: 811px) {
  .l-footer__logo01 {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .l-footer__logo01:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 811px) {
  .l-footer__logo01 {
    height: 3.95rem;
  }
}
.l-footer__logo01 img {
  height: 100%;
}
.l-footer__address01-text {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 811px) {
  .l-footer__address01-text {
    font-size: 1.2rem;
    letter-spacing: 0.12em;
  }
}
.l-footer__sns01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 811px) {
  .l-footer__sns01 > li > a {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .l-footer__sns01 > li > a:hover {
    opacity: 0.6;
  }
}
.l-footer__sns01 > li > a img {
  width: auto;
  height: 1.5rem;
}
@media screen and (min-width: 811px) {
  .l-footer__sns01 > li > a img {
    height: 1.6rem;
  }
}
.l-footer__sns01-wrap {
  margin-bottom: 4rem;
}
@media screen and (min-width: 811px) {
  .l-footer__sns01-wrap {
    margin-bottom: 4.5rem;
  }
}
.l-footer__copyright {
  display: block;
  width: calc(100% + 3em);
  margin-left: -1.5em;
  color: var(--color09);
  font-family: var(--font-family04);
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (min-width: 811px) {
  .l-footer__copyright {
    font-size: 1.1rem;
  }
}
.l-footer__totop {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 10;
  color: #fff;
}
@media screen and (min-width: 811px) {
  .l-footer__totop {
    right: 3rem;
  }
}
.l-footer__totop > a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  border: 1px solid var(--color08);
  border-radius: 50%;
  background: var(--color01);
  font-size: 1.1rem;
}
@media screen and (min-width: 811px) {
  .l-footer__totop > a {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .l-footer__totop > a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 811px) {
  .l-footer__totop > a {
    width: 60px;
    height: 60px;
    font-size: 1.3rem;
  }
}
.l-footer__totop > a > span {
  position: relative;
  transform: translateY(80%);
}
.l-footer__totop > a > span::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.9rem;
  height: 1.4rem;
  top: auto;
  right: auto;
  bottom: calc(100% + 0.5rem);
  left: 50%;
  background: url(../images/icon/icon_arrow_05.svg) no-repeat center/contain;
  transform: translateX(-50%);
}

@media screen and (min-width: 811px) {
  .p-top__title01 {
    width: 100%;
    font-size: 2.4rem;
  }
}
.p-top__link01 {
  position: relative;
  display: inline-block;
  width: auto;
  min-width: 120px;
  height: auto;
  margin-left: auto;
  padding: 0 35px 15px 0;
  font-family: var(--font-family02);
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 811px) {
  .p-top__link01 {
    min-width: 130px;
    margin-left: 0;
  }
}
.p-top__link01::before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  background: url(../images/icon/icon_arrow_04.svg) no-repeat center/contain;
}
.p-top__link01::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  background: var(--color05);
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
@media (any-hover: hover) {
  .p-top__link01:hover::after {
    transform: scale(0, 1);
    transform-origin: right top;
  }
}
.p-top .swiper {
  padding-bottom: 28px;
}
.p-top .swiper-pagination {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 17px;
  padding: 0 2rem;
}
@media screen and (min-width: 811px) {
  .p-top .swiper-pagination {
    margin-top: 25px;
  }
}
.p-top .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
  cursor: pointer;
}
.p-top .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid var(--color02);
  background-color: var(--color02);
}
.p-top-kv {
  position: relative;
  height: 100svh;
  min-height: 670px;
}
@media screen and (min-width: 811px) {
  .p-top-kv {
    min-height: 768px;
  }
}
.p-top-kv::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}
.p-top-kv__movie {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top-kv__footer {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.p-top-kv__info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 610px;
  min-height: 5rem;
  padding: 6px 0;
  margin-left: auto;
  background: var(--color02);
  color: #fff;
}
@media screen and (min-width: 811px) {
  .p-top-kv__info {
    position: relative;
    min-height: 8rem;
    padding: 12px 0 8px;
  }
}
.p-top-kv__info.is-floating {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
  animation: fade 0.3s ease-in 1 normal forwards;
}
@media screen and (min-width: 811px) {
  .p-top-kv__info.is-floating {
    min-height: 8rem;
    padding: 10px 0;
  }
}
.p-top-kv__info.is-floating .p-top-kv__info-date,
.p-top-kv__info.is-floating .p-top-kv__info-status, .p-top-kv__info.is-floating::after {
  display: none;
}
.p-top-kv__info.is-floating .p-top-kv__info-link {
  width: 5rem;
}
@media screen and (min-width: 811px) {
  .p-top-kv__info.is-floating .p-top-kv__info-link {
    width: 8rem;
  }
}
.p-top-kv__info > div:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.p-top-kv__info-date {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 32.3333333333%;
}
@media screen and (min-width: 811px) {
  .p-top-kv__info-date {
    width: 30.2295081967%;
  }
}
.p-top-kv__info-date > p {
  font-size: 1.1rem;
  font-weight: 500;
}
@media screen and (min-width: 811px) {
  .p-top-kv__info-date > p {
    font-size: 1.4rem;
  }
}
.p-top-kv__info-date > p > span {
  margin-right: 0.4rem;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (min-width: 811px) {
  .p-top-kv__info-date > p > span {
    margin-right: 10px;
    font-size: 2.8rem;
  }
}
.p-top-kv__info-status {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 31.6666666667%;
}
@media screen and (min-width: 811px) {
  .p-top-kv__info-status {
    width: 30.4262295082%;
  }
}
.p-top-kv__info-status > p {
  text-align: center;
}
.p-top-kv__info-status > p > span {
  display: inline-block;
}
.p-top-kv__info-status > p > span:nth-child(1) {
  display: block;
  padding: 2px 0.3rem;
  background: #fff;
  color: var(--color02);
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (min-width: 811px) {
  .p-top-kv__info-status > p > span:nth-child(1) {
    padding: 5px 7px;
    font-size: 1.6rem;
    font-weight: bold;
  }
}
.p-top-kv__info-status > p > span:nth-child(2) {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 811px) {
  .p-top-kv__info-status > p > span:nth-child(2) {
    font-size: 1.8rem;
  }
}
.p-top-kv__info-link {
  width: 12%;
}
@media screen and (min-width: 811px) {
  .p-top-kv__info-link {
    width: 13.1147540984%;
  }
}
.p-top-kv__info-link > a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 811px) {
  .p-top-kv__info-link > a {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .p-top-kv__info-link > a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 811px) {
  .p-top-kv__info-link > a {
    justify-content: space-around;
    padding: 4px 0;
  }
}
@media screen and (min-width: 811px) {
  .p-top-kv__info-link > a img {
    height: 25px;
    -o-object-fit: none;
    object-fit: none;
  }
}
@media screen and (max-width: 810px) {
  .p-top-kv__info-link > a p {
    display: none;
  }
}
@media screen and (min-width: 811px) {
  .p-top-kv__info-link > a p {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 2em;
    font-size: 1.1rem;
    font-weight: 500;
    text-align: center;
  }
}
.p-top-kv__news {
  padding: 10px 0;
  background: var(--color06);
}
@media screen and (min-width: 811px) {
  .p-top-kv__news {
    padding: 20px 0;
  }
}
.p-top-kv__news-text {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 811px) {
  .p-top-kv__news-text {
    font-size: 1.3rem;
    text-align: center;
  }
}
.p-top-banner02 {
  padding: 50px 0 60px;
  border-top: 1px solid #ECECEC;
}
@media screen and (min-width: 811px) {
  .p-top-banner02 {
    padding: 60px 0 80px;
  }
}
.p-top-banner02__inner {
  max-width: 450px;
}
@media screen and (min-width: 811px) {
  .p-top-banner02__inner {
    max-width: 910px;
  }
}
.p-top-banner02__list01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0.8rem 1rem;
}
@media screen and (min-width: 811px) {
  .p-top-banner02__list01 {
    gap: 1rem;
  }
}
.p-top-banner02__list01 > li {
  width: calc(50% - 0.5rem);
}
@media screen and (min-width: 811px) {
  .p-top-banner02__list01 > li {
    width: calc(25% - 0.75rem);
  }
}
@media screen and (min-width: 811px) {
  .p-top-banner02__list01 > li a {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .p-top-banner02__list01 > li a:hover {
    opacity: 0.6;
  }
}
.p-top-event {
  padding: 30px 0 40px;
}
@media screen and (min-width: 811px) {
  .p-top-event {
    padding: 90px 0;
  }
}
@media screen and (max-width: 810px) {
  .p-top-event__inner01 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.p-top-event__box01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 2.5rem;
}
@media screen and (min-width: 811px) {
  .p-top-event__box01 {
    flex-direction: row;
    align-items: stretch;
    padding: 0;
  }
}
.p-top-event__box01:not(:first-child) {
  padding-top: 25px;
  border-top: 1px solid #ECECEC;
}
@media screen and (min-width: 811px) {
  .p-top-event__box01:not(:first-child) {
    padding-top: 50px;
  }
}
.p-top-event__box01:not(:last-child) {
  padding-bottom: 35px;
}
@media screen and (min-width: 811px) {
  .p-top-event__box01:not(:last-child) {
    padding-bottom: 50px;
  }
}
.p-top-event__box01-wrap {
  padding: 30px 0 40px;
}
@media screen and (min-width: 811px) {
  .p-top-event__box01-wrap {
    padding: 60px max((100% - 1080px) / 2, 2rem) 70px;
  }
}
.p-top-event__box01-wrap + .p-top-event__box01-wrap {
  margin-top: 15px;
}
@media screen and (min-width: 811px) {
  .p-top-event__box01-wrap + .p-top-event__box01-wrap {
    margin-top: 20px;
  }
}
.p-top-event__box01-item01 {
  display: contents;
}
@media screen and (min-width: 811px) {
  .p-top-event__box01-item01 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 21.2962962963%;
    border-right: 1px solid var(--color05);
  }
}
.p-top-event__box01-item02 {
  width: 100%;
  order: 2;
}
@media screen and (min-width: 811px) {
  .p-top-event__box01-item02 {
    width: 78.7037037037%;
    padding-left: min(5.5555555556%, 6rem);
  }
}
.p-top-event__box01 .c-title01-wrap01 {
  order: 1;
}
.p-top-event__box01 .p-top__link01 {
  order: 3;
}
.p-top-news {
  margin: 60px 0;
}
@media screen and (min-width: 811px) {
  .p-top-news {
    margin: 110px 0 120px;
  }
}
.p-top-news__box01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 811px) {
  .p-top-news__box01 {
    flex-direction: row;
    align-items: stretch;
  }
}
.p-top-news__box01-item01 {
  display: contents;
}
@media screen and (min-width: 811px) {
  .p-top-news__box01-item01 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 230px;
  }
}
.p-top-news__box01-item02 {
  width: 100%;
  order: 2;
}
@media screen and (min-width: 811px) {
  .p-top-news__box01-item02 {
    width: calc(100% - 230px);
  }
}
.p-top-news__box01 .c-title01-wrap01 {
  order: 1;
}
.p-top-news__box01 .p-top__link01 {
  order: 3;
}
.p-top-facility {
  display: block;
  padding-bottom: 6rem;
  background: var(--color01);
}
@media screen and (min-width: 811px) {
  .p-top-facility {
    padding-bottom: 110px;
  }
}
.p-top-facility__background {
  position: relative;
  z-index: 0;
  padding: 6rem 0;
}
@media screen and (min-width: 811px) {
  .p-top-facility__background {
    padding: 120px 0 180px;
  }
}
.p-top-facility__background::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: calc(100% + 8rem);
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: -1;
  background: #000 url(../images/top/bg_facility_01_sp.png) no-repeat center top/cover;
}
@media screen and (min-width: 811px) {
  .p-top-facility__background::before {
    height: 100%;
    background: url(../images/top/bg_facility_01_pc.png) no-repeat center top/cover;
  }
}
.p-top-facility__background::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 13rem;
  top: auto;
  right: auto;
  bottom: -3rem;
  left: 0;
  z-index: -1;
  background: url(../images/top/bg_facility_02_sp.png) no-repeat center top/cover;
}
@media screen and (min-width: 811px) {
  .p-top-facility__background::after {
    bottom: 0;
    height: 170px;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.05) 10%, rgb(0, 0, 0) calc(100% - 50px));
  }
}
.p-top-facility__title01 {
  position: relative;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  font-family: var(--font-family02);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (min-width: 811px) {
  .p-top-facility__title01 {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
}
.p-top-facility__title01::before {
  content: "";
  position: absolute;
  display: block;
  width: 4rem;
  height: 1px;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 0;
  background: var(--color02);
}
.p-top-facility__text01 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.1;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-top-facility__text01 {
    font-size: 1.6rem;
    line-height: 2.3;
  }
}
.p-top-facility__text01-wrap {
  max-width: 450px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 811px) {
  .p-top-facility__text01-wrap {
    max-width: 850px;
    margin-bottom: 35px;
  }
}
.p-top-facility__text02 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 811px) {
  .p-top-facility__text02 {
    font-size: 1.6rem;
  }
}
.p-top-facility__text02-wrap {
  margin: 0 auto 30px;
}
@media screen and (min-width: 811px) {
  .p-top-facility__row01 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}
.p-top-facility__row01:not(:last-child) {
  padding-bottom: 45px;
}
@media screen and (min-width: 811px) {
  .p-top-facility__row01:not(:last-child) {
    padding-bottom: 70px;
  }
}
.p-top-facility__row01-wrap {
  position: relative;
  z-index: 0;
}
.p-top-facility__row01-item01 {
  color: #fff;
}
@media screen and (min-width: 811px) {
  .p-top-facility__row01-item01 {
    width: 42.5925925926%;
  }
}
.p-top-facility__row01-item02 {
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-top-facility__row01-item02 {
    width: 51.8518518519%;
    max-width: 100%;
    margin: 0;
  }
}
.p-top-facility__row01-item02 img {
  width: 100%;
}
.p-top-facility__row01--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 810px) {
  .p-top-facility__row01--order {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .p-top-facility__row01--order .p-top-facility__row01-item01 {
    display: contents;
  }
  .p-top-facility__row01--order .p-top-facility__title01 {
    order: 1;
  }
  .p-top-facility__row01--order .p-top-facility__text02-wrap {
    order: 2;
  }
  .p-top-facility__row01--order .c-button-wrap01 {
    order: 4;
  }
  .p-top-facility__row01--order .p-top-facility__row01-item02 {
    order: 3;
  }
}
.p-top-history {
  display: block;
  padding: 110px 0;
  background: url(../images/top/bg_history_01_sp.webp) no-repeat center/cover;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-top-history {
    padding: 130px 0 140px;
    background: url(../images/top/bg_history_01_pc.webp) no-repeat center/cover;
  }
}
.p-top-history__text01 {
  font-family: var(--font-family02);
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (min-width: 811px) {
  .p-top-history__text01 {
    font-size: 2rem;
  }
}
.p-top-history__text01-wrap {
  margin-bottom: 20px;
}
@media screen and (min-width: 811px) {
  .p-top-history__text01-wrap {
    margin-bottom: 30px;
  }
}
.p-top-link01 {
  padding: 40px 0;
}
@media screen and (min-width: 811px) {
  .p-top-link01 {
    padding: 80px 0;
  }
}
.p-top-link01__3col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  max-width: 450px;
  margin: 0 auto;
  padding: 0 0.5rem;
}
@media screen and (min-width: 811px) {
  .p-top-link01__3col {
    flex-direction: row;
    gap: 45px;
    max-width: 100%;
  }
}
.p-top-link01__3col-item {
  width: 100%;
}
@media screen and (min-width: 811px) {
  .p-top-link01__3col-item {
    width: calc(33.3333333333% - 30px);
  }
}
.p-top-link01__3col-item a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (min-width: 811px) {
  .p-top-link01__3col-item a {
    flex-direction: column;
  }
}
@media (any-hover: hover) {
  .p-top-link01__3col-item a:hover img {
    transform: scale(1.1);
  }
}
.p-top-link01__3col-image {
  width: 34.375%;
  overflow: hidden;
}
@media screen and (min-width: 811px) {
  .p-top-link01__3col-image {
    width: 100%;
  }
}
.p-top-link01__3col-image img {
  transition: transform 0.3s;
}
.p-top-link01__3col-text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 65.625%;
  padding: 2rem;
  background: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 811px) {
  .p-top-link01__3col-text {
    width: 100%;
    padding: 15px 20px;
    font-size: 1.4rem;
    font-weight: 500;
  }
}
.p-top-instagram {
  padding: 4rem 0 5rem;
}
@media screen and (min-width: 811px) {
  .p-top-instagram {
    padding: 90px 0;
  }
}
.p-top-instagram .c-title01 {
  position: relative;
}
.p-top-instagram .c-title01::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1.4em;
  margin-right: 0.8rem;
  background: url(../images/icon/icon_instagram_04.png) no-repeat center/contain;
  vertical-align: bottom;
}
.p-top-instagram__image01 {
  width: 26.3157894737%;
  max-width: 180px;
}
.p-top-instagram__image01-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1px;
  width: calc(100% + 4rem);
  margin-bottom: 35px;
  margin-left: -2rem;
}
@media screen and (min-width: 811px) {
  .p-top-instagram__image01-wrap {
    margin-bottom: 30px;
  }
}
.p-top-desc {
  padding: 7rem 0;
  background: #000000 url(../images/top/bg_desc_01_sp.webp) no-repeat center top/cover;
}
@media screen and (min-width: 811px) {
  .p-top-desc {
    padding: 180px 0 150px;
    padding: 240px 0 210px;
    background-image: url(../images/top/bg_desc_01_pc.webp);
  }
}
.p-top-desc__text01 {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-top-desc__text01 {
    font-size: 1.6rem;
  }
}
.p-top-desc__text01 + P {
  margin-top: 2rem;
}
.p-top-desc__text01-wrap {
  max-width: 450px;
  margin: 0 auto 30px;
  padding: 0 1rem;
}
@media screen and (min-width: 811px) {
  .p-top-desc__text01-wrap {
    max-width: 810px;
    margin-bottom: 50px;
    padding: 0;
  }
}
.p-top-recommend {
  padding: 6rem 0;
}
@media screen and (min-width: 811px) {
  .p-top-recommend {
    padding: 140px 0 120px;
  }
}
.p-top-recommend__title01 {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 1.5rem;
  font-family: var(--font-family02);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (min-width: 811px) {
  .p-top-recommend__title01 {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
}
.p-top-recommend__title01::before {
  content: "";
  position: absolute;
  display: block;
  width: 4rem;
  height: 1px;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 0;
  background: var(--color02);
}
.p-top-recommend__row01 {
  margin-bottom: 6rem;
}
@media screen and (min-width: 811px) {
  .p-top-recommend__row01 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 811px) {
  .p-top-recommend__row01-item01 {
    width: 38.8888888889%;
  }
}
.p-top-recommend__row01-item02 {
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-top-recommend__row01-item02 {
    width: 53.7037037037%;
    max-width: 100%;
    margin: 0;
  }
}
.p-top-recommend__row01-item02 img {
  width: 100%;
}
.p-top-recommend__row01-text {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 811px) {
  .p-top-recommend__row01-text {
    font-size: 1.6rem;
  }
}
.p-top-recommend__row01-text-wrap {
  margin: 0 auto 2rem;
}
@media screen and (min-width: 811px) {
  .p-top-recommend__row01-text-wrap {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 810px) {
  .p-top-recommend__row01--order {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .p-top-recommend__row01--order .p-top-recommend__row01-item01 {
    display: contents;
  }
  .p-top-recommend__row01--order .p-top-recommend__title01 {
    order: 1;
  }
  .p-top-recommend__row01--order .p-top-recommend__row01-text-wrap {
    order: 2;
  }
  .p-top-recommend__row01--order .c-button-wrap01 {
    order: 4;
  }
  .p-top-recommend__row01--order .p-top-recommend__row01-item02 {
    order: 3;
  }
}
.p-top-recommend__inner {
  width: 100%;
  max-width: calc(1340px + 5rem);
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (min-width: 811px) {
  .p-top-recommend__inner {
    padding: 0 25px;
  }
}
@media screen and (min-width: 811px) {
  .p-top-recommend__col01 {
    display: flex;
    gap: 10px;
  }
}
.p-top-recommend__col01-item {
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-top-recommend__col01-item {
    width: calc(33.33% - 6.6666666667px);
  }
}
.p-top-recommend__col01-item + div {
  margin-top: 1rem;
}
@media screen and (min-width: 811px) {
  .p-top-recommend__col01-item + div {
    margin-top: 0;
  }
}
.p-top-recommend__card01 {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 2rem 2.5rem;
  color: #fff;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 811px) {
  .p-top-recommend__card01 {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-recommend__card01 {
    padding: 30px;
  }
}
@media (any-hover: hover) {
  .p-top-recommend__card01:hover .p-top-recommend__card01-image img {
    transform: scale(1.1);
  }
}
.p-top-recommend__card01-image {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.p-top-recommend__card01-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s;
}
.p-top-recommend__card01-title {
  position: relative;
  width: 100%;
  font-family: var(--font-family02);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (811px <= width <= 1023px) {
  .p-top-recommend__card01-title {
    font-size: 1.8rem;
  }
}
.p-top-recommend__card01-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 1.8rem;
  height: 1.3rem;
  top: calc(0.75em - 0.6rem);
  right: 0;
  bottom: auto;
  left: auto;
  background: url(../images/icon/icon_arrow_02.svg) no-repeat center/contain;
}
.p-top-recommend__card01-title .sub {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.4rem;
}
@media (811px <= width <= 1023px) {
  .p-top-recommend__card01-title .sub {
    font-size: 1.2rem;
  }
}
.p-top-recommend__card01-text {
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media (811px <= width <= 1023px) {
  .p-top-recommend__card01-text {
    font-size: 1.1rem;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-event__wrap01 {
  padding: 0 0 7rem;
}
@media screen and (min-width: 811px) {
  .p-event__wrap01 {
    padding: 0 0 130px;
  }
}
.p-event__nav01 {
  margin: 30px 0;
}
@media screen and (min-width: 811px) {
  .p-event__nav01 {
    margin: 60px 0;
  }
}
.p-event__text01 {
  font-size: 1.2rem;
  line-height: 1.6666666667;
}
.p-event__list01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 540px;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 811px) {
  .p-event__list01 {
    justify-content: center;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.p-event__list01 > li {
  width: 50%;
}
@media screen and (min-width: 811px) {
  .p-event__list01 > li {
    max-width: 240px;
  }
}
.p-event__list01 > li:nth-child(even) > a {
  border-left: none;
}
.p-event__list01 > li:nth-child(n+3) > a {
  border-top: none;
}
@media screen and (min-width: 811px) {
  .p-event__list01 > li:nth-child(n+3) > a {
    border-top: 1px solid var(--color02);
  }
}
@media screen and (min-width: 811px) {
  .p-event__list01 > li:not(:first-child) > a {
    border-left: none;
  }
}
.p-event__list01 > li > a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1.4rem 1rem;
  border: 1px solid var(--color02);
  color: var(--color02);
  font-family: var(--font-family02);
  font-weight: 600;
  letter-spacing: 0.1em;
  transition: background 0.3s ease-in, color 0.3s ease-in;
}
.p-event__list01 > li > a p {
  font-size: 1.4rem;
}
@media screen and (min-width: 811px) {
  .p-event__list01 > li > a p {
    font-size: 1.6rem;
  }
}
.p-event__list01 > li > a p > span {
  font-size: 1.2rem;
}
@media screen and (min-width: 811px) {
  .p-event__list01 > li > a p > span {
    font-size: 1.4rem;
  }
}
@media (any-hover: hover) {
  .p-event__list01 > li > a:hover {
    background: var(--color02);
    color: #fff;
  }
}
.p-event__list01 > li > a.is-current {
  position: relative;
  background: var(--color02);
  color: #fff;
  pointer-events: none;
}
.p-event__list01 > li > a.is-current p {
  position: relative;
}
.p-event__list01 > li > a.is-current p::before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 1.1rem;
  margin-right: 0.5rem;
  background: url(../images/icon/icon_arrow_01.svg) no-repeat center/contain;
}
@media screen and (min-width: 811px) {
  .p-event__list01 > li > a.is-current p::before {
    margin-right: 0.8rem;
  }
}
.p-event__row01 {
  width: 100%;
  border-bottom: 1px solid #ECECEC;
}
@media screen and (min-width: 811px) {
  .p-event__row01 {
    border: none;
  }
}
.p-event__row01 + .p-event__row01 > a {
  padding-top: 25px;
}
.p-event__row01 > a,
.p-event__row01 > div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 25px;
}
@media screen and (min-width: 811px) {
  .p-event__row01 > a,
.p-event__row01 > div {
    padding-bottom: 0;
  }
}
@media (any-hover: hover) {
  .p-event__row01 > a:hover img {
    opacity: 0.7;
  }
  .p-event__row01 > a:hover .p-event__row01-title01 {
    background-size: 100% 1px;
  }
}
.p-event__row01-image01 {
  width: 68.75%;
  max-width: 304px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 811px) {
  .p-event__row01-image01 {
    width: 34.1772151899%;
  }
}
.p-event__row01-image01 img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: opacity 0.3s;
}
.p-event__row01-item01 {
  width: 100%;
}
@media screen and (min-width: 811px) {
  .p-event__row01-item01 {
    width: 59.4936708861%;
  }
}
.p-event__row01-title01 {
  display: inline;
  background: linear-gradient(var(--color01), var(--color01)) no-repeat 0 100%/0% 1px;
  font-family: var(--font-family02);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.7142857143;
  transition: background 0.4s;
}
@media screen and (min-width: 811px) {
  .p-event__row01-title01 {
    font-size: 2rem;
  }
}
.p-event__row01-title01-sub {
  margin-bottom: 10px;
  font-family: var(--font-family02);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4166666667;
}
.p-event__row01-title01-wrap {
  margin-bottom: 15px;
}
.p-event__label01 {
  margin-bottom: 15px;
}
@media screen and (min-width: 811px) {
  .p-event__label01 {
    margin-bottom: 20px;
  }
}
.p-event__label01-text {
  padding: 5px 6px;
  display: inline-block;
  border: 1px solid var(--color03);
  color: var(--color03);
  font-family: var(--font-family02);
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (min-width: 811px) {
  .p-event__label01-text {
    padding: 6px 7px;
    font-size: 1.3rem;
  }
}
.p-event__label01-text--held {
  background: var(--color03);
  color: #fff;
}
.p-event__eventdate01-text {
  color: var(--color08);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.6363636364;
}
@media screen and (min-width: 811px) {
  .p-event__eventdate01-text {
    font-size: 1.3rem;
  }
}
.p-event__content01 {
  margin-top: 25px;
  font-size: 1.6rem;
  line-height: 2;
}
.p-event__button-wrap01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (min-width: 811px) {
  .p-event__button-wrap01 {
    gap: 10px;
  }
}
.p-event__button01 {
  max-width: 17rem;
  min-height: 3.6rem;
  padding: 0.5em 3em 0.5em 2em;
  font-size: 1.3rem;
}
.p-event__button01-wrap {
  margin-left: 0;
}
.p-event__button01::after {
  right: 1.5rem;
}
.p-event__button02 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 24rem;
  min-height: 4.2rem;
  border: 1px solid var(--color04);
  border-radius: 2rem;
  background: var(--color04);
  color: var(--color02);
  font-size: 1.3rem;
  font-weight: 500;
  transition: border 0.3s ease-in, background 0.3s ease-in, color 0.3s ease-in;
}
@media screen and (min-width: 811px) {
  .p-event__button02 {
    max-width: 22rem;
    font-size: 1.4rem;
  }
}
.p-event__button02 > span::before {
  content: "";
  display: inline-block;
  margin-right: 0.8rem;
  vertical-align: middle;
}
@media screen and (min-width: 811px) {
  .p-event__button02 > span::before {
    margin-right: 1rem;
  }
}
@media (any-hover: hover) {
  .p-event__button02:hover {
    border: 1px solid var(--color02);
    background: #fff;
  }
}
.p-event__button02--calendar > span::before {
  width: 1.8rem;
  height: 1.7rem;
  background: url(../images/icon/icon_calendar_02.svg) no-repeat center/contain;
}
.p-event__button02--schedule > span::before {
  width: 1.5rem;
  height: 2rem;
  background: url(../images/icon/icon_pdf_01.svg) no-repeat center/contain;
}
.p-event__category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto 2.5rem;
  padding: 1.5rem 3rem;
  border: 1px solid var(--color05);
}
@media screen and (min-width: 811px) {
  .p-event__category {
    position: relative;
    left: 50%;
    width: auto;
    margin-bottom: 40px;
    padding: 2rem;
    transform: translateX(-50%);
  }
}
.p-event__category-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem 3rem;
  max-width: 20.1em;
}
@media screen and (min-width: 768px) {
  .p-event__category-list {
    justify-content: center;
    max-width: 100%;
  }
}
.p-event__category-list > li {
  position: relative;
  min-width: 34%;
  padding-left: 2rem;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .p-event__category-list > li {
    min-width: initial;
  }
}
@media screen and (min-width: 811px) {
  .p-event__category-list > li {
    font-size: 1.2rem;
  }
}
.p-event__category-list > li::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 811px) {
  .p-event__category-list > li::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.p-event__category-list > li:nth-child(1)::before {
  background: #F7DADA;
}
.p-event__category-list > li:nth-child(2)::before {
  background: #DAF2E6;
}
.p-event__category-list > li:nth-child(3)::before {
  background: #E1E1E1;
}
.p-event__category-list > li:nth-child(4)::before {
  background: #E1E1E1;
}
.p-event__category-list > li:nth-child(5)::before {
  background: #C9ECF3;
}
.p-event__archive01 .p-event__row01 {
  border-bottom: 1px solid #E1E1E1;
}
.p-event__archive01 .p-event__row01 > a,
.p-event__archive01 .p-event__row01 > div {
  padding-top: 25px;
}
@media screen and (min-width: 811px) {
  .p-event__archive01 .p-event__row01 > a,
.p-event__archive01 .p-event__row01 > div {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 811px) {
  .p-event__archive01 .p-event__row01-image01 {
    width: 27.5510204082%;
  }
}
@media screen and (min-width: 811px) {
  .p-event__archive01 .p-event__row01-item01 {
    width: 67.3469387755%;
  }
}
.p-event__archive01 .p-event__row01--held {
  position: relative;
  z-index: 0;
}
.p-event__archive01 .p-event__row01--held::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  z-index: -1;
  background: #EAF2EE url(../images/common/bg_event_01.webp) repeat top left/30rem 7rem;
  transform: translateX(-50%);
}
.p-event-article__image01 {
  max-width: 420px;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 811px) {
  .p-event-article__image01 {
    margin-left: 0;
    margin-bottom: 40px;
  }
}
.p-event-article__image01--exhibition {
  width: 68.75%;
  max-width: 320px;
}
.p-event-article__image01 img {
  width: 100%;
}
.p-event .eo-fullcalendar .fc-toolbar {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0;
  border: 1px solid var(--color05);
  border-bottom: none;
  background: var(--color04);
}
.p-event .eo-fullcalendar .fc-toolbar .fc-left {
  order: 1;
  width: 6rem;
}
@media (min-width: 514px) {
  .p-event .eo-fullcalendar .fc-toolbar .fc-left {
    width: calc(14.2857142857% - 1px);
  }
}
.p-event .eo-fullcalendar .fc-toolbar .fc-right {
  order: 3;
  width: 6rem;
}
@media (min-width: 514px) {
  .p-event .eo-fullcalendar .fc-toolbar .fc-right {
    width: calc(14.2857142857% - 1px);
  }
}
.p-event .eo-fullcalendar .fc-toolbar .fc-center {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: calc(100% - 12rem);
  border-right: 1px solid var(--color05);
  border-left: 1px solid var(--color05);
}
@media (min-width: 514px) {
  .p-event .eo-fullcalendar .fc-toolbar .fc-center {
    width: calc(100% - (14.2857142857% - 1px) * 2);
  }
}
.p-event .eo-fullcalendar .fc-toolbar .fc-center h2 {
  font-family: var(--font-family04);
  font-size: 1.6rem;
}
@media screen and (min-width: 811px) {
  .p-event .eo-fullcalendar .fc-toolbar .fc-center h2 {
    font-size: 2.2rem;
  }
}
.p-event .eo-fullcalendar .fc-toolbar .fc-button-group {
  width: 100%;
  margin: 0;
}
.p-event .eo-fullcalendar .fc-toolbar .fc-button {
  width: 100%;
  min-height: 4rem;
  border: none;
}
@media screen and (min-width: 811px) {
  .p-event .eo-fullcalendar .fc-toolbar .fc-button {
    min-height: 70px;
  }
}
.p-event .eo-fullcalendar .fc-toolbar .fc-prev-button .fc-icon,
.p-event .eo-fullcalendar .fc-toolbar .fc-next-button .fc-icon {
  width: 0.6rem;
  height: 1rem;
}
.p-event .eo-fullcalendar .fc-toolbar .fc-prev-button .fc-icon::after,
.p-event .eo-fullcalendar .fc-toolbar .fc-next-button .fc-icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  background: var(--color01);
  -webkit-clip-path: polygon(20% 0, 0 12%, 60% 50%, 0 88%, 20% 100%, 100% 50%);
  clip-path: polygon(20% 0, 0 12%, 60% 50%, 0 88%, 20% 100%, 100% 50%);
  transform: translate(-50%, -50%);
}
.p-event .eo-fullcalendar .fc-toolbar .fc-prev-button .fc-icon::after {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.p-event .fc-view-container .fc-sat {
  color: #5088C1;
}
.p-event .fc-view-container .fc-sun {
  color: #C8423F;
}
.p-event .fc-view-container .fc-view > table {
  width: calc(100% - 1px);
}
.p-event .fc-view-container .fc-widget-header th {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 2.4rem;
}
@media screen and (min-width: 811px) {
  .p-event .fc-view-container .fc-widget-header th {
    font-size: 1.4rem;
    line-height: 45px;
  }
}
.p-event .fc-view-container .fc-widget-content .fc-day-number {
  font-family: var(--font-family04);
  font-size: 1.1rem;
}
@media (min-width: 514px) {
  .p-event .fc-view-container .fc-widget-content .fc-day-number {
    padding: 4px !important;
  }
}
@media screen and (min-width: 811px) {
  .p-event .fc-view-container .fc-widget-content .fc-day-number {
    padding: 10px 10px 5px 10px !important;
    font-size: 1.4rem;
  }
}
.p-event .fc-view-container .fc-widget-content .fc-today {
  background-color: #fffce3;
}
.p-event .fc-view-container .fc-widget-content .fc-content-skeleton .fc-day-grid-event {
  display: block;
  width: auto;
  margin: 0.2rem 0.4rem;
}
@media screen and (min-width: 811px) {
  .p-event .fc-view-container .fc-widget-content .fc-content-skeleton .fc-day-grid-event {
    margin: 4.5px 9px;
  }
}
.p-event .fc-view-container .fc-widget-content .fc-content-skeleton .fc-day-grid-event .fc-content {
  padding: 0.2rem 0.3rem;
}
@media screen and (min-width: 811px) {
  .p-event .fc-view-container .fc-widget-content .fc-content-skeleton .fc-day-grid-event .fc-content {
    padding: 5px;
  }
}
.p-event .fc-view-container .fc-widget-content .fc-content-skeleton .fc-day-grid-event .fc-content .fc-title {
  font-size: 1.1rem;
}
@media screen and (min-width: 811px) {
  .p-event .fc-view-container .fc-widget-content .fc-content-skeleton .fc-day-grid-event .fc-content .fc-title {
    font-size: 1.3rem;
    letter-spacing: 0.13em;
  }
}

.p-news__wrap01 {
  padding: 10px 15px;
}
@media screen and (min-width: 811px) {
  .p-news__wrap01 {
    padding: 10px 60px 0;
  }
}
.p-news__list01-title {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.p-news__row01 {
  border-bottom: 1px solid #ECECEC;
}
.p-news__row01:first-child {
  border-top: 1px solid #ECECEC;
}
.p-news__row01 > a,
.p-news__row01 > div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  padding: 20px 0 25px;
}
@media screen and (min-width: 811px) {
  .p-news__row01 > a,
.p-news__row01 > div {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15px;
    padding: 33px 0;
  }
}
@media (any-hover: hover) {
  .p-news__row01 > a:hover .p-news__row01-title {
    background-size: 100% 1px;
  }
}
.p-news__row01-head {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width: 811px) {
  .p-news__row01-head {
    flex-shrink: 0;
    gap: 20px;
    margin-top: 0.3rem;
  }
}
.p-news__row01-title {
  display: inline;
  background: linear-gradient(var(--color01), var(--color01)) no-repeat 0 100%/0% 1px;
  font-size: 1.3rem;
  line-height: 1.8;
  transition: background 0.4s;
}
@media screen and (min-width: 811px) {
  .p-news__row01-title {
    font-size: 1.5rem;
  }
}
.p-news__label01 {
  padding: 5px 8px;
  border: 1px solid var(--color03);
  color: var(--color03);
  font-size: 1.2rem;
  font-weight: 500;
  font-family: var(--font-family02);
}
.p-news__time01 {
  display: block;
  color: var(--color08);
  font-family: var(--font-family04);
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (min-width: 811px) {
  .p-news__time01 {
    min-height: 19px;
    padding: 5px 0;
  }
}

.p-page {
  font-size: max(min(0.9722222222vw, 10px), 8px);
}
.p-page__section01 {
  display: block;
  margin: 5rem 0 7rem;
}
@media screen and (min-width: 811px) {
  .p-page__section01 {
    margin: 80px 0 130px;
  }
}
.p-page__section02 {
  display: block;
  padding: 7rem 0;
}
@media screen and (min-width: 811px) {
  .p-page__section02 {
    padding: 100px 0 130px;
  }
}
.p-page__section03 {
  display: block;
  margin: 6rem 0;
}
@media screen and (min-width: 811px) {
  .p-page__section03 {
    margin: 110px 0 130px;
  }
}
.p-page__section04 {
  display: block;
  margin: 4rem 0 7rem;
}
@media screen and (min-width: 811px) {
  .p-page__section04 {
    margin: 100px 0 130px;
  }
}
.p-page__head01 {
  margin: 3rem 0 5rem;
}
@media screen and (min-width: 811px) {
  .p-page__head01 {
    margin: 60px 0 100px;
  }
}
.p-page__head02 {
  margin: 5rem 0 6rem;
}
@media screen and (min-width: 811px) {
  .p-page__head02 {
    margin: 80px 0;
  }
}
.p-page__inner01 {
  max-width: calc(760px + 5rem);
  margin: 0 auto;
}
.p-page__text-inner01 {
  max-width: 760px;
  margin: 0 auto;
}
.p-page__wrap01 {
  margin: 5rem 0 7rem;
}
@media screen and (min-width: 811px) {
  .p-page__wrap01 {
    margin: 80px 0 130px;
  }
}
.p-page__wrap02 {
  margin: 7rem 0;
}
@media screen and (min-width: 811px) {
  .p-page__wrap02 {
    margin: 90px 0;
  }
}
.p-page__wrap03 {
  margin: 5rem 0;
}
@media screen and (min-width: 811px) {
  .p-page__wrap03 {
    margin: 60px 0;
  }
}
.p-page__wrap04 {
  margin: 5rem 0 6rem;
}
@media screen and (min-width: 811px) {
  .p-page__wrap04 {
    margin: 70px 0 90px;
  }
}
.p-page__title01 {
  padding-top: 5rem;
  background: url(../images/common/logo_common_04.svg) no-repeat top center/4rem 4rem;
  font-family: var(--font-family02);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-page__title01 {
    padding-top: 6.5rem;
    background-size: 5rem 5rem;
    font-size: 3rem;
  }
}
.p-page__title01 > span {
  display: block;
}
.p-page__title01 > span + span {
  margin-top: 0.5rem;
}
@media screen and (min-width: 811px) {
  .p-page__title01 > span + span {
    margin-top: 0.8rem;
  }
}
.p-page__title01:has(br) {
  line-height: 1.4583333333;
}
.p-page__title01-wrap {
  text-align: center;
}
.p-page__title01-sub {
  margin-top: 1rem;
  font-family: var(--font-family02);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 811px) {
  .p-page__title01-sub {
    font-size: 1.6rem;
  }
}
.p-page__text-wrap01 {
  max-width: 78rem;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 811px) {
  .p-page__text-wrap01 {
    margin-bottom: 60px;
  }
}
.p-page__text-wrap02 {
  max-width: 88rem;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 811px) {
  .p-page__text-wrap02 {
    margin-bottom: 40px;
  }
}
.p-page__text01 {
  font-family: var(--font-family02);
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 811px) {
  .p-page__text01 {
    font-size: 1.6rem;
    line-height: 2.25;
  }
}
.p-page__text01 + .p-page__text01 {
  margin-top: 0.8em;
}
.p-page__text01--center {
  text-align: center;
}
.p-page__text02 {
  font-family: var(--font-family02);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.7777777778;
}
@media screen and (min-width: 811px) {
  .p-page__text02 {
    font-size: 1.8rem;
  }
}
.p-page__text02--center {
  text-align: center;
}
.p-page__text03 {
  font-family: var(--font-family02);
  font-size: 1.5rem;
  line-height: 2.2222222222;
}
@media screen and (min-width: 811px) {
  .p-page__text03 {
    font-size: 1.8rem;
  }
}
.p-page__text03--center {
  text-align: center;
}
.p-page__text04 {
  font-family: var(--font-family02);
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 811px) {
  .p-page__text04 {
    font-size: 2rem;
  }
}
.p-page__wide02 {
  position: relative;
}
.p-page__wide02-image img {
  width: 100%;
  height: 28rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 811px) {
  .p-page__wide02-image img {
    height: 520px;
  }
}
.p-page__wide02-image figcaption {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 9rem;
  right: 0;
  bottom: auto;
  left: 0;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-page__wide02-image figcaption {
    top: 190px;
  }
}
.p-page__wide02-title01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  font-family: var(--font-family02);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.25;
}
@media screen and (min-width: 811px) {
  .p-page__wide02-title01 {
    font-size: 2.8rem;
  }
}
.p-page__wide02-title01 > span {
  position: relative;
  display: inline-block;
  margin-bottom: 1.5rem;
  padding-bottom: 0.3rem;
  font-size: 2rem;
  font-family: var(--font-family03);
  letter-spacing: 0.14em;
  line-height: 1.2307692308;
}
@media screen and (min-width: 811px) {
  .p-page__wide02-title01 > span {
    padding-bottom: 0.5rem;
    font-size: 2.6rem;
  }
}
.p-page__wide02-title01 > span::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 0;
  background: #fff;
}
.p-page__wide02-title02 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.7rem 2rem;
  border: 1px solid #fff;
  font-family: var(--font-family03);
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4166666667;
}
@media screen and (min-width: 811px) {
  .p-page__wide02-title02 {
    padding: 2.5rem 2rem;
    font-size: 3.4rem;
  }
}
.p-page__wide02--center figcaption {
  top: 50%;
  width: 7.2rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 811px) {
  .p-page__wide02--center figcaption {
    width: 8.2rem;
  }
}
.p-page__wide03 {
  position: relative;
}
.p-page__wide03-image {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 350px;
  background: var(--color05);
}
@media screen and (min-width: 811px) {
  .p-page__wide03-image {
    height: auto;
  }
}
.p-page__wide03-image img {
  width: 100%;
  height: 160px;
  margin-top: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}
@media screen and (min-width: 811px) {
  .p-page__wide03-image img {
    height: 360px;
    -o-object-position: top;
    object-position: top;
  }
}
.p-page__wide03-inner {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5rem;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-page__wide03-inner {
    justify-content: center;
    padding-top: 0;
  }
}
.p-page__card01-title {
  margin-bottom: 2rem;
  font-family: var(--font-family02);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4583333333;
}
@media screen and (min-width: 811px) {
  .p-page__card01-title {
    margin-bottom: 2.5rem;
    font-size: 2.4rem;
  }
}
.p-page__card01-title > span {
  font-size: 80%;
}
.p-page__card01-define {
  padding: 1.3rem 0;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (min-width: 811px) {
  .p-page__card01-define {
    padding: 1.4rem 0;
  }
}
.p-page__card01-define > div {
  display: flex;
}
.p-page__card01-define > div + div {
  margin-top: 0.6rem;
}
.p-page__card01-define > div dt {
  font-weight: 400;
}
.p-page__card01-define--row {
  padding: 0;
  border: none;
}
.p-page__card01-define--row > div {
  margin: 0 !important;
  padding: 1.3rem 0;
  border-bottom: 1px solid #ECECEC;
}
@media screen and (min-width: 811px) {
  .p-page__card01-define--row > div {
    padding: 1.4rem 0;
  }
}
.p-page__card01-define--row > div:first-child {
  border-top: 1px solid #ECECEC;
}
.p-page__card01-define--row > div dt {
  width: 5em;
}
.p-page__card01-define--row > div dd {
  width: calc(100% - 5em);
}
.p-page__col01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 4rem;
  max-width: 50rem;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-page__col01 {
    flex-direction: row;
    gap: 5em 6em;
    max-width: 100%;
  }
}
.p-page__col01-item {
  width: 100%;
}
@media screen and (min-width: 811px) {
  .p-page__col01-item {
    width: calc(50% - 3em);
  }
}
.p-page__col01-image {
  margin-bottom: 2.5rem;
}
.p-page__col01-image img {
  width: 100%;
}
.p-page__col01-title {
  margin-bottom: 1.5rem;
  font-family: var(--font-family02);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.4583333333;
}
@media screen and (min-width: 811px) {
  .p-page__col01-title {
    font-size: 2.4rem;
  }
}
.p-page__col02 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4rem;
  max-width: 50rem;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-page__col02 {
    flex-direction: row;
    gap: 5em 4em;
    max-width: 100%;
  }
}
.p-page__col02-item {
  width: 100%;
}
@media screen and (min-width: 811px) {
  .p-page__col02-item {
    width: calc(33.3333333333% - 2.6666666667em);
  }
}
.p-page__col02-image {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 811px) {
  .p-page__col02-image {
    margin-bottom: 2rem;
  }
}
.p-page__col02-image img {
  width: 100%;
}
@media screen and (min-width: 811px) {
  .p-page__col02-title {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
}
.p-page__col02-define {
  padding: 1.2rem 0;
  font-size: 1.2rem;
}
@media screen and (min-width: 811px) {
  .p-page__col02-define {
    min-height: 70px;
  }
}
.p-page__row01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 2.5rem;
  max-width: 50rem;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-page__row01 {
    flex-direction: row;
    gap: 0;
    max-width: 100%;
  }
}
.p-page__row01 + .p-page__row01 {
  margin-top: 4rem;
}
@media screen and (min-width: 811px) {
  .p-page__row01 + .p-page__row01 {
    margin-top: 50px;
  }
}
.p-page__row01-wrap {
  margin-bottom: 7rem;
}
@media screen and (min-width: 811px) {
  .p-page__row01-wrap {
    margin-bottom: 9rem;
  }
}
.p-page__row01-image {
  width: 100%;
}
@media screen and (min-width: 811px) {
  .p-page__row01-image {
    width: 38.8888888889%;
  }
}
.p-page__row01-image img {
  width: 100%;
}
.p-page__row01-item {
  width: 100%;
}
@media screen and (min-width: 811px) {
  .p-page__row01-item {
    width: 55.5555555556%;
  }
}
@media screen and (min-width: 811px) {
  .p-page__row02 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: stretch;
  }
}
@media screen and (min-width: 811px) {
  .p-page__row02:nth-child(even) {
    flex-direction: row;
  }
}
@media screen and (min-width: 811px) {
  .p-page__row02:nth-child(even) .p-page__row02-item {
    padding-right: min(max((50% - 540px) / 2, 2.5rem), 13em);
    padding-left: max((50% - 540px) / 2, 2.5rem);
  }
}
.p-page__row02 + .p-page__row02 {
  margin-top: 6rem;
}
@media screen and (min-width: 811px) {
  .p-page__row02 + .p-page__row02 {
    margin-top: 0;
  }
}
.p-page__row02 > div[class*=inner] {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (min-width: 811px) {
  .p-page__row02 > div[class*=inner] {
    display: contents;
  }
}
.p-page__row02-item {
  width: 100%;
}
@media screen and (min-width: 811px) {
  .p-page__row02-item {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    padding: 4em max((50% - 540px) / 2, 2.5rem) 4em min(max((50% - 540px) / 2, 2.5rem), 13em);
  }
}
@media screen and (min-width: 811px) {
  .p-page__row02-image {
    width: 50%;
  }
}
.p-page__row02-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-page__row02-title {
  margin-bottom: 2rem;
  font-family: var(--font-family02);
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5909090909;
}
@media screen and (min-width: 811px) {
  .p-page__row02-title {
    margin-bottom: 2.5rem;
    font-size: 2.4em;
  }
}
.p-page__row02-wrap {
  margin: 5rem 0 7rem;
}
@media screen and (min-width: 811px) {
  .p-page__row02-wrap {
    margin: 120px 0 100px;
  }
}
@media screen and (max-width: 810px) {
  .p-page__row02--wide {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5rem;
  }
}
@media screen and (min-width: 811px) {
  .p-page__row02--wide:nth-child(even) .p-page__row02-item {
    padding-right: min(max((50% - 400px) / 2, 2.5rem), 16em);
    padding-left: max((50% - 400px) / 2, 2.5rem);
  }
}
.p-page__row02--wide + .p-page__row02 {
  margin-top: 7rem;
}
@media screen and (min-width: 811px) {
  .p-page__row02--wide + .p-page__row02 {
    margin-top: 0;
  }
}
@media screen and (max-width: 810px) {
  .p-page__row02--wide .p-page__row02-item {
    margin-bottom: 0;
    padding: 0 2.5rem;
  }
}
@media screen and (min-width: 811px) {
  .p-page__row02--wide .p-page__row02-item {
    padding-right: max((50% - 400px) / 2, 2.5rem);
    padding-bottom: 4em;
    padding-left: min(max((50% - 400px) / 2, 2.5rem), 16em);
  }
}
.p-page__row03 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 2.5rem;
  max-width: 50rem;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-page__row03 {
    flex-direction: row;
    gap: 0;
    max-width: 100%;
  }
}
.p-page__row03 + .p-page__row03 {
  margin-top: 5rem;
}
@media screen and (min-width: 811px) {
  .p-page__row03 + .p-page__row03 {
    margin-top: 60px;
  }
}
.p-page__row03-image {
  width: 100%;
}
@media screen and (min-width: 811px) {
  .p-page__row03-image {
    width: calc(50% - 30px);
  }
}
.p-page__row03-image img {
  width: 100%;
}
.p-page__row03-item {
  width: 100%;
}
@media screen and (min-width: 811px) {
  .p-page__row03-item {
    width: calc(50% - 30px);
  }
}
.p-page__row04 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.5rem;
  max-width: 50rem;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-page__row04 {
    flex-direction: row;
    gap: 0;
    max-width: 100%;
  }
}
.p-page__row04 + .p-page__row04 {
  margin-top: 5rem;
}
@media screen and (min-width: 811px) {
  .p-page__row04 + .p-page__row04 {
    margin-top: 70px;
  }
}
.p-page__row04-image {
  width: 100%;
}
@media screen and (min-width: 811px) {
  .p-page__row04-image {
    width: 48em;
  }
}
.p-page__row04-image img {
  width: 100%;
}
.p-page__row04-item {
  width: 100%;
}
@media screen and (min-width: 811px) {
  .p-page__row04-item {
    width: 44em;
  }
}
.p-page__row04-title {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ECECEC;
  font-family: var(--font-family02);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4583333333;
}
@media screen and (min-width: 811px) {
  .p-page__row04-title {
    padding-bottom: 2.5rem;
    font-size: 2.4rem;
  }
}
.p-page__define01 > div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem 0 2rem;
  border-bottom: 1px solid var(--color05);
}
@media screen and (min-width: 811px) {
  .p-page__define01 > div {
    gap: 1rem 2rem;
    padding: 2rem 0;
  }
}
.p-page__define01 > div:first-child {
  border-top: 1px solid var(--color05);
}
.p-page__define01 > div dt {
  padding: 0.3rem 0.8rem;
  background: var(--color03);
  color: #fff;
  font-family: var(--font-family02);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4285714286;
}
@media screen and (min-width: 811px) {
  .p-page__define01 > div dt {
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
  }
}
.p-page__define02 {
  padding: 2rem 3rem;
  background: #F6F6F6;
}
.p-page__define02 dt {
  margin-bottom: 1rem;
  font-family: var(--font-family02);
  font-size: 1.4rem;
  font-weight: 600;
}
.p-page__define03 dt {
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 0.4rem 0.8rem;
  border: 1px solid var(--color01);
  font-family: var(--font-family02);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (min-width: 811px) {
  .p-page__define03 dt {
    font-size: 1.6rem;
  }
}
.p-page__list01 {
  list-style: none;
}
.p-page__list01 > li {
  position: relative;
  padding-left: 2rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 811px) {
  .p-page__list01 > li {
    font-size: 1.6rem;
  }
}
.p-page__list01 > li + li {
  margin-top: 0.5rem;
}
@media screen and (min-width: 811px) {
  .p-page__list01 > li + li {
    margin-top: 0.8rem;
  }
}
.p-page__list01 > li::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  top: calc(0.9em - 0.4rem);
  right: auto;
  bottom: auto;
  left: 0;
  border: 1px solid var(--color02);
  border-radius: 50%;
  background: var(--color02);
}
.p-page__list01 > li > p {
  line-height: 1.7333333333;
}
.p-page__list02 {
  list-style: none;
  counter-reset: num;
}
.p-page__list02 > li {
  position: relative;
  padding-left: 2rem;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 811px) {
  .p-page__list02 > li {
    font-size: 1.6rem;
  }
}
.p-page__list02 > li + li {
  margin-top: 0.5rem;
}
@media screen and (min-width: 811px) {
  .p-page__list02 > li + li {
    margin-top: 0.8rem;
  }
}
.p-page__list02 > li > p {
  line-height: 1.7333333333;
}
.p-page__list02 > li::before {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  color: var(--color02);
  font-size: 1.5rem;
  line-height: 1.7333333333;
  counter-increment: num;
  content: counter(num) ".";
}
@media screen and (min-width: 811px) {
  .p-page__list02 > li::before {
    font-size: 1.6rem;
  }
}
.p-page__list03 {
  list-style: none;
  counter-reset: num;
}
.p-page__list03 > li {
  position: relative;
  padding-left: 4.5rem;
}
.p-page__list03 > li + li {
  margin-top: 1rem;
}
@media screen and (min-width: 811px) {
  .p-page__list03 > li + li {
    margin-top: 2rem;
  }
}
.p-page__list03 > li::before {
  position: absolute;
  display: block;
  width: 3rem;
  height: 3rem;
  top: calc(1em - 1.5rem);
  right: auto;
  bottom: auto;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--color02);
  color: #fff;
  font-family: var(--font-family04);
  font-size: 1.4rem;
  font-weight: bold;
  counter-increment: num;
  content: counter(num);
}
.p-page__separator01 {
  margin: 5rem 0 4rem;
  border-top: 1px solid var(--color05);
}
@media screen and (min-width: 811px) {
  .p-page__separator01 {
    margin: 80px 0 50px;
  }
}
.p-page__query01 > div {
  padding-left: 4.5rem;
}
@media screen and (min-width: 811px) {
  .p-page__query01 > div {
    padding-left: 60px;
  }
}
.p-page__query01 > div + div {
  margin-top: 5.5rem;
}
@media screen and (min-width: 811px) {
  .p-page__query01 > div + div {
    margin-bottom: 60px;
  }
}
.p-page__query01 > div dt {
  position: relative;
  margin-bottom: 2rem;
  color: var(--color02);
  font-family: var(--font-family02);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.875;
}
@media screen and (min-width: 811px) {
  .p-page__query01 > div dt {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-page__query01 > div dt::before {
  content: "Q";
  position: absolute;
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  top: 0;
  right: calc(100% + 1rem);
  bottom: auto;
  left: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.3rem;
  border: 1px solid var(--color02);
  border-radius: 50%;
  color: var(--color02);
  font-family: var(--font-family03);
  font-size: 1.4rem;
}
@media screen and (min-width: 811px) {
  .p-page__query01 > div dt::before {
    top: -5px;
    right: calc(100% + 1.5rem);
    width: 45px;
    height: 45px;
    font-size: 1.9rem;
  }
}
.p-page__anchor {
  padding: 2.5rem 0 3rem;
  border-bottom: 1px solid var(--color05);
}
@media screen and (min-width: 811px) {
  .p-page__anchor {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 80px;
    padding: 2rem 0;
  }
}
.p-page__anchor-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 811px) {
  .p-page__anchor-list {
    justify-content: center;
    gap: 2rem 5rem;
  }
}
.p-page__anchor-list > li {
  width: 100%;
}
@media screen and (min-width: 811px) {
  .p-page__anchor-list > li {
    width: auto;
  }
}
.p-page__anchor-list > li a {
  position: relative;
  display: inline-block;
  width: auto;
  padding-right: 2rem;
  font-family: var(--font-family02);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.p-page__anchor-list > li a::before {
  content: "";
  position: absolute;
  display: block;
  width: 1rem;
  height: 1em;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  background: url(../images/icon/icon_arrow_06.svg) no-repeat center/contain;
  transform: translateY(-50%);
}
.p-page__anchor-list > li a::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 0;
  background: #000;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
@media (any-hover: hover) {
  .p-page__anchor-list > li a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.p-page__anchor-list > li.p-page__anchor-button > a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 350px;
  min-height: 3.6rem;
  padding: 0.5rem 4rem;
  border-radius: 1.8rem;
  background: var(--color04);
}
@media screen and (min-width: 811px) {
  .p-page__anchor-list > li.p-page__anchor-button > a {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .p-page__anchor-list > li.p-page__anchor-button > a:hover {
    opacity: 0.6;
  }
}
.p-page__anchor-list > li.p-page__anchor-button > a::before {
  right: 1.5rem;
  transform: translateY(-50%) rotate(-90deg);
}
.p-page__anchor-list > li.p-page__anchor-button > a::after {
  content: none;
}
.p-page a[href$=".pdf"]:not(.c-button01) {
  display: inline;
}
.p-page a[href$=".pdf"]:not(.c-button01)::after {
  content: "PDF";
  display: inline-block;
  margin: 0 0.3rem 0.5rem 0.3rem;
  padding: 0.3rem 0.5rem;
  border-radius: 0.3rem;
  background: var(--color02);
  color: #fff;
  font-family: var(--font-family04);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  vertical-align: middle;
}
.p-page__column01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.5rem;
  width: 100%;
  padding: 3.5rem 3rem;
  border-radius: 1rem;
  background-color: #F5F5F5;
}
@media screen and (min-width: 811px) {
  .p-page__column01 {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 5em;
    padding: 60px 7em;
  }
}
.p-page__column01-image {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-page__column01-image {
    flex-shrink: 0;
    width: 32.0754716981%;
    min-width: 300px;
  }
}
.p-page__column01-image img {
  width: 100%;
}
.p-page__column01-label {
  position: absolute;
  display: block;
  width: 6rem;
  height: 6rem;
  top: -1.6rem;
  right: auto;
  bottom: auto;
  left: -1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--color02);
  color: #fff;
  font-family: var(--font-family02);
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (min-width: 811px) {
  .p-page__column01-label {
    top: 5px;
    left: 5px;
    width: 80px;
    height: 80px;
    font-size: 1.5rem;
    transform: translate(-50%, -50%);
  }
}
.p-page__column01-label > span {
  text-align: center;
}
.p-page__column01-label > span > span {
  display: inline-block;
  font-size: 0.9rem;
  transform: rotate(17deg);
}
@media screen and (min-width: 811px) {
  .p-page__column01-label > span > span {
    font-size: 1.3rem;
  }
}
.p-page__column01-item {
  width: 100%;
}
@media screen and (min-width: 811px) {
  .p-page__column01-item {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
.p-page__column01-title {
  margin-bottom: 2rem;
  font-family: var(--font-family02);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 811px) {
  .p-page__column01-title {
    font-size: 2.8rem;
  }
}
.p-page__column01-text {
  font-size: 1.4rem;
  line-height: 2;
}
.p-page__column01--bg02 {
  background-color: #ECECEC;
}
@media screen and (min-width: 811px) {
  .p-page__column01--circle {
    align-items: center;
    padding: 3.5em 7em 3.5em 6em;
  }
}
.p-page__column01--circle .p-page__column01-image {
  max-width: 260px;
}
@media screen and (min-width: 811px) {
  .p-page__column01--circle .p-page__column01-image {
    width: 24.5283018868%;
    min-width: 260px;
  }
}
.p-page__column01--circle .p-page__column01-label {
  top: 0;
  left: 0;
}
@media screen and (min-width: 811px) {
  .p-page__column01--circle .p-page__column01-label {
    transform: translate(-20px, 0);
  }
}

.p-facility__section01 {
  padding: 5rem 0 6rem;
}
@media screen and (min-width: 811px) {
  .p-facility__section01 {
    padding: 100px 0 120px;
  }
}
.p-facility__section02 {
  padding: 5rem 0 6rem;
}
@media screen and (min-width: 811px) {
  .p-facility__section02 {
    padding: 90px 0 110px;
  }
}
.p-facility__head01 {
  padding: 5rem 0 6rem;
}
@media screen and (min-width: 811px) {
  .p-facility__head01 {
    padding: 110px 0 120px;
  }
}
.p-facility__inner01 {
  max-width: calc(760px + 5rem);
  margin: 0 auto;
}
.p-facility__heading01 {
  padding-top: 5rem;
  background: url(../images/common/logo_common_04.svg) no-repeat top center/4rem 4rem;
  font-family: var(--font-family02);
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-facility__heading01 {
    padding-top: 70px;
    background-size: 50px 50px;
  }
}
.p-facility__heading01:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 811px) {
  .p-facility__heading01:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.p-facility__heading01--icon-none {
  padding-top: 0;
  background: none;
}
.p-facility__heading01-lead {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (min-width: 811px) {
  .p-facility__heading01-lead {
    font-size: 1.8rem;
  }
}
.p-facility__heading01-title {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (min-width: 811px) {
  .p-facility__heading01-title {
    font-size: 3.2rem;
  }
}
.p-facility__heading01-title > span:not([class*=u-]) {
  display: inline-block;
  margin-left: 1em;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 811px) {
  .p-facility__heading01-title > span:not([class*=u-]) {
    font-size: 1.6rem;
  }
}
.p-facility__heading01-small {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (min-width: 811px) {
  .p-facility__heading01-small {
    font-size: 1.6rem;
  }
}
.p-facility__heading01-label {
  margin-top: 2rem;
  display: inline-block;
  padding: 0.6rem 1.9rem;
  border: 1px solid var(--color08);
  border-radius: 0.3rem;
  color: var(--color06);
  font-family: var(--font-family01);
  font-size: 1.3rem;
  line-height: 1.3;
}
.p-facility__heading01-note {
  margin-top: 2.5rem;
  color: var(--color02);
  font-family: var(--font-family01);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 811px) {
  .p-facility__heading01-note {
    margin-top: 1.5rem;
  }
}
.p-facility__heading02 {
  position: relative;
  margin-bottom: 2rem;
  text-align: center;
}
.p-facility__heading02-floor {
  height: 8.2rem;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-facility__heading02-floor {
    height: 130px;
  }
}
.p-facility__heading02-main {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-family: var(--font-family02);
  font-size: 2.2rem;
  line-height: 1.36;
  transform: translateY(-50%);
}
@media screen and (min-width: 811px) {
  .p-facility__heading02-main {
    font-size: 3rem;
    transform: translateY(0);
  }
}
.p-facility__title01 {
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  font-family: var(--font-family02);
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-facility__title01 {
    margin-bottom: 4rem;
    font-size: 2.8rem;
  }
}
.p-facility__title01::after {
  content: "";
  position: absolute;
  display: block;
  width: 4rem;
  height: 2px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  background: var(--color02);
  transform: translateX(-50%);
}
.p-facility__title02 {
  margin-bottom: 3rem;
  font-family: var(--font-family02);
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-facility__title02 {
    margin-bottom: 20px;
    font-size: 3.6rem;
  }
}
.p-facility__section01 {
  padding: 5rem 0 7rem;
}
@media screen and (min-width: 811px) {
  .p-facility__section01 {
    padding: 80px 0 140px;
  }
}
.p-facility__col01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4rem;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-facility__col01 {
    flex-direction: row;
    justify-content: space-between;
    gap: 60px 2px;
    max-width: initial;
  }
}
.p-facility__col01-item {
  width: 100%;
}
@media screen and (min-width: 811px) {
  .p-facility__col01-item {
    width: calc(50% - 1px);
  }
}
.p-facility__col01-image {
  margin-bottom: 2rem;
}
@media screen and (min-width: 811px) {
  .p-facility__col01-image {
    margin-bottom: 1.5rem;
  }
}
.p-facility__row01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3rem;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-facility__row01 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 6.9444444444%;
    max-width: 100%;
  }
}
.p-facility__row01 + div {
  margin-top: 6rem;
}
@media screen and (min-width: 811px) {
  .p-facility__row01 + div {
    margin-top: 80px;
  }
}
@media screen and (min-width: 811px) {
  .p-facility__row01:nth-child(even) {
    flex-direction: row-reverse;
  }
  .p-facility__row01:nth-child(even) .p-facility__row01-item {
    padding-right: 0;
    padding-left: max((100% - 1200px) / 2, 2.5rem);
  }
}
@media screen and (min-width: 811px) {
  .p-facility__row01--flex-start {
    align-items: flex-start;
  }
}
.p-facility__row01-wrap {
  margin-top: 6rem;
}
@media screen and (min-width: 811px) {
  .p-facility__row01-wrap {
    margin-top: 100px;
  }
}
.p-facility__row01-wrap:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (min-width: 811px) {
  .p-facility__row01-wrap:not(:last-child) {
    margin-bottom: 80px;
  }
}
.p-facility__row01-image {
  width: 100%;
}
@media screen and (min-width: 811px) {
  .p-facility__row01-image {
    width: 47.2222222222%;
    max-width: 100%;
  }
}
.p-facility__row01-image img {
  width: 100%;
}
.p-facility__row01-item {
  width: 100%;
  padding: 0 2.5rem;
}
@media screen and (min-width: 811px) {
  .p-facility__row01-item {
    width: 45.8333333333%;
    padding-right: max((100% - 1200px) / 2, 2.5rem);
    padding-left: 0;
  }
}
@media screen and (min-width: 811px) {
  .p-facility__row01-heading {
    margin-bottom: 25px;
    text-align: left;
  }
}
.p-facility__box01 {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 2rem 3.5rem 2.5rem;
  border: 1px solid var(--color03);
}
@media screen and (min-width: 811px) {
  .p-facility__box01 {
    max-width: 580px;
    padding: 35px 18px;
  }
}
.p-facility__box01::before {
  content: "";
  position: absolute;
  display: block;
  width: 2rem;
  height: 2rem;
  top: -1px;
  right: auto;
  bottom: auto;
  left: -1px;
  background: var(--color03);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.p-facility__box01-title {
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--color05);
  font-family: var(--font-family02);
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-facility__box01-title {
    padding-bottom: 0.5rem;
    font-size: 2.1rem;
  }
}
.p-facility__box01-title > span {
  font-size: 1.3rem;
}
@media screen and (min-width: 811px) {
  .p-facility__box01-title > span {
    font-size: 1.4rem;
  }
}
.p-facility__box01-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5rem;
  width: 19rem;
  margin: 0 auto 1.5rem;
}
@media screen and (min-width: 811px) {
  .p-facility__box01-list {
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-facility__box01-list > li {
  padding: 0.2rem 0.9rem;
  background: var(--color03);
  color: #fff;
  font-family: var(--font-family02);
  font-size: 1.4rem;
  line-height: 1.625;
}
@media screen and (min-width: 811px) {
  .p-facility__box01-list > li {
    padding: 0.1rem 0.8rem;
    font-size: 1.6rem;
  }
}
.p-facility__box01-text {
  line-height: 1.6;
}
@media screen and (max-width: 810px) {
  .p-facility__box01-text {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}
.p-facility__info01 {
  display: block;
  padding-top: 5rem;
  padding-bottom: 7rem;
  background: var(--color01) url(../images/facility/bg_facility_01_sp.webp) no-repeat center top/cover;
  color: #fff;
}
@media screen and (min-width: 811px) {
  .p-facility__info01 {
    position: relative;
    padding-top: 60px;
    padding-bottom: 150px;
    background: var(--color01) url(../images/facility/bg_facility_01_pc.webp) no-repeat center top/max(100%, 1440px) auto;
  }
}
@media screen and (min-width: 811px) {
  .p-facility__info01::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 120px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.05) 10%, rgb(0, 0, 0) calc(100% - 50px));
  }
}
.p-facility__image01 {
  width: calc(100% + 3rem);
  margin: 1.5rem auto 6rem -1.5rem;
}
@media screen and (min-width: 811px) {
  .p-facility__image01 {
    width: 100%;
    margin: 10px auto 80px 0;
  }
}
.p-facility__image02 {
  margin-bottom: 3rem;
}
@media screen and (min-width: 811px) {
  .p-facility__image02 {
    margin-bottom: 50px;
  }
}
.p-facility__image02 img {
  width: 100%;
}
.p-facility__slider01 {
  overflow: visible !important;
}
@media screen and (min-width: 811px) {
  .p-facility__slider01 {
    position: static;
    max-width: 680px;
  }
}
.p-facility__slider01-wrap {
  position: relative;
  left: 50%;
  width: calc(100% + 5rem);
  max-width: 500px;
  transform: translateX(-50%);
}
@media screen and (min-width: 811px) {
  .p-facility__slider01-wrap {
    max-width: 1200px;
  }
}
.p-facility__slider01-wrap:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 811px) {
  .p-facility__slider01-wrap:not(:last-child) {
    margin-bottom: 40px;
  }
}
.p-facility__slider01-image figcaption {
  margin-top: 0.5rem;
  padding-left: 1rem;
  font-family: var(--font-family02);
  font-size: 1.1rem;
  letter-spacing: 0;
}
@media screen and (min-width: 811px) {
  .p-facility__slider01-image figcaption {
    margin-top: 1rem;
    padding-left: 0;
    font-size: 1.6rem;
  }
}
.p-facility__slider01-image figcaption > span {
  display: inline-block;
  margin-left: 0.8em;
  font-size: 0.9rem;
}
@media screen and (min-width: 811px) {
  .p-facility__slider01-image figcaption > span {
    font-size: 1.2rem;
  }
}
.p-facility__slider01 .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 8px;
  margin-top: 1.5rem;
}
.p-facility__slider01 .swiper-pagination-bullet {
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid var(--color02);
  border-radius: 50%;
}
@media screen and (min-width: 811px) {
  .p-facility__slider01 .swiper-pagination-bullet {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .p-facility__slider01 .swiper-pagination-bullet:hover {
    opacity: 0.6;
  }
}
.p-facility__slider01 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  background-color: var(--color02);
}
.p-facility__slider01 .swiper-pagination--green .swiper-pagination-bullet {
  border: 1px solid var(--color03);
}
.p-facility__slider01 .swiper-pagination--green .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color03);
}
.p-facility__slider01 .swiper-button-prev,
.p-facility__slider01 .swiper-button-next {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transform: translateY(-100%) rotate(-180deg);
}
@media screen and (min-width: 811px) {
  .p-facility__slider01 .swiper-button-prev,
.p-facility__slider01 .swiper-button-next {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .p-facility__slider01 .swiper-button-prev:hover,
.p-facility__slider01 .swiper-button-next:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 811px) {
  .p-facility__slider01 .swiper-button-prev,
.p-facility__slider01 .swiper-button-next {
    top: calc((100% - 23px) / 2);
    left: 0;
    width: 50px;
    height: 50px;
    transform: translateY(-50%) rotate(-180deg);
  }
}
.p-facility__slider01 .swiper-button-prev::before,
.p-facility__slider01 .swiper-button-next::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2) url(../images/icon/icon_arrow_02.svg) no-repeat center/1.1rem 0.9rem;
}
@media screen and (min-width: 811px) {
  .p-facility__slider01 .swiper-button-prev::before,
.p-facility__slider01 .swiper-button-next::before {
    width: 100%;
    height: 100%;
    background-size: 1.8rem 1.3rem;
  }
}
.p-facility__slider01 .swiper-button-next {
  right: 1.5rem;
  left: auto;
  transform: translateY(-100%);
}
@media screen and (min-width: 811px) {
  .p-facility__slider01 .swiper-button-next {
    right: 0;
    transform: translateY(-50%);
  }
}
.p-facility__nostalgia {
  padding-bottom: 4rem;
  border-bottom: 1px solid var(--color07);
  background-color: var(--color01);
  color: #fff;
}
@media screen and (min-width: 811px) {
  .p-facility__nostalgia {
    position: relative;
    z-index: 0;
    padding-bottom: 12rem;
    border-bottom: none;
  }
}
.p-facility__nostalgia-image img {
  width: 100%;
}
.p-facility__nostalgia-title {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 500px;
  margin: -13.3% auto 4rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 811px) {
  .p-facility__nostalgia-title {
    max-width: 100%;
    margin-top: -11.4%;
  }
}
.p-facility__nostalgia-title::before {
  content: "";
  position: absolute;
  display: block;
  width: 1659px;
  height: 314px;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  z-index: -1;
  background-color: var(--color01);
  -webkit-clip-path: ellipse(50% 50% at 50% 50%);
  clip-path: ellipse(50% 50% at 50% 50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 811px) {
  .p-facility__nostalgia-title::before {
    top: 46%;
    width: 158.3333333333vw;
    min-width: 2280px;
  }
}
@media screen and (min-width: 811px) {
  .p-facility__nostalgia-title::after {
    content: "";
    position: absolute;
    display: block;
    width: 100vw;
    height: auto;
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    z-index: -1;
    background: url(../images/facility/bg_facility_02_pc.webp) no-repeat center top/100% auto;
    transform: translateX(-50%);
    aspect-ratio: 1440/1792;
  }
}
.p-facility__nostalgia-text-wrap {
  position: relative;
  z-index: 0;
  margin-bottom: 5rem;
}
@media screen and (min-width: 811px) {
  .p-facility__nostalgia-text-wrap {
    margin-bottom: 70px;
  }
}
.p-facility__nostalgia-text-wrap > p + p {
  margin-top: 1.2em;
}
.p-facility__nostalgia-col {
  position: relative;
  z-index: 0;
}
.p-facility__nostalgia-col::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  top: -20rem;
  right: auto;
  bottom: auto;
  left: 50%;
  z-index: -1;
  background: url(../images/facility/bg_facility_02_sp.webp) no-repeat center top/100% auto;
  transform: translateX(-50%);
}
@media screen and (min-width: 811px) {
  .p-facility__nostalgia-col::before {
    content: none;
  }
}
.p-facility__nostalgia .p-facility__heading01-label {
  border: 1px solid #fff;
  color: #fff;
}
.p-facility__button-wrap01 {
  max-width: 33rem;
  gap: 1.2rem 1.5rem;
}
@media screen and (min-width: 811px) {
  .p-facility__button-wrap01 {
    justify-content: center;
    max-width: 100%;
    gap: 2rem 4rem;
  }
}
@media screen and (min-width: 811px) {
  .p-facility__button-wrap01 .c-button01 {
    min-width: 340px;
  }
}

.p-collection__head01 {
  margin-bottom: 3.5rem;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-collection__head01 {
    position: relative;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 811px) {
  .p-collection__head01::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 180px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.05) 5%, rgba(0, 0, 0, 0.7) 20%, rgb(0, 0, 0) 50%);
    transform: translateY(25%);
  }
}
@media screen and (min-width: 811px) {
  .p-collection__head01-inner {
    position: relative;
    max-width: 550px;
    margin: 0 auto;
    padding-top: 170px;
    padding-bottom: 120px;
  }
  .p-collection__head01-inner::before {
    content: "";
    position: absolute;
    display: block;
    width: 294px;
    height: 449px;
    top: 35px;
    right: calc(100% + 20px);
    bottom: auto;
    left: auto;
    background: url(../images/collection/p-collection_02_pc.webp) no-repeat center/contain;
  }
  .p-collection__head01-inner::after {
    content: "";
    position: absolute;
    display: block;
    width: 395px;
    height: 478px;
    top: 55px;
    right: auto;
    bottom: auto;
    left: calc(100% - 25px);
    background: url(../images/collection/p-collection_03_pc.webp) no-repeat center/contain;
  }
}
.p-collection__title01 {
  margin-bottom: 1.5rem;
  font-family: var(--font-family02);
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-collection__title01 {
    margin-bottom: 3rem;
    font-size: 3.6rem;
  }
}
.p-collection__title01-sub {
  margin-top: 1rem;
  font-family: var(--font-family02);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 811px) {
  .p-collection__title01-sub {
    font-size: 1.8rem;
  }
}
.p-collection__title01-wrap {
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-collection__title01-wrap {
    margin-bottom: 50px;
  }
}
.p-collection__figure01 + .p-collection__figure01 {
  margin-top: 4rem;
}
@media screen and (min-width: 811px) {
  .p-collection__figure01 + .p-collection__figure01 {
    margin-top: 45px;
  }
}
.p-collection__figure01 figcaption {
  margin-top: 1rem;
  font-family: var(--font-family02);
  font-size: 1.3rem;
  line-height: 1.8;
}
@media screen and (min-width: 811px) {
  .p-collection__figure01 figcaption {
    font-size: 1.6rem;
  }
}
.p-collection__model01 {
  position: relative;
  aspect-ratio: 980/550;
}
.p-collection__model01 iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
@media screen and (min-width: 811px) {
  .p-collection__model01--2col {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 2rem;
  }
}
.p-collection__model01-item {
  position: relative;
  aspect-ratio: 480/640;
}
@media screen and (min-width: 811px) {
  .p-collection__model01-item {
    width: calc(50% - 1rem);
  }
}
.p-collection__model01-item:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 811px) {
  .p-collection__model01-item:not(:last-child) {
    margin-bottom: 0;
  }
}
.p-collection__highlights {
  position: relative;
  padding: 6rem 0 28rem;
  background: var(--color01) url(../images/collection/p-collection_01_sp.webp) no-repeat center bottom/min(100% - 5rem, 380px) auto;
  color: #fff;
}
@media screen and (min-width: 811px) {
  .p-collection__highlights {
    padding: 0 0 100px;
    background: var(--color01);
  }
}
.p-collection__highlights::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 6.2rem;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.05) 10%, rgba(0, 0, 0, 0.6) 35%, rgb(0, 0, 0) 60%);
}
@media screen and (min-width: 811px) {
  .p-collection__highlights::before {
    content: none;
  }
}
.p-collection__3d {
  padding: 6rem 0 7rem;
}
@media screen and (min-width: 811px) {
  .p-collection__3d {
    padding: 100px 0 140px;
  }
}
.p-collection__slider01 {
  overflow: visible !important;
}
@media screen and (min-width: 811px) {
  .p-collection__slider01 {
    position: static;
  }
}
.p-collection__slider01-wrap {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 2.5rem;
}
@media screen and (min-width: 811px) {
  .p-collection__slider01-wrap {
    max-width: 100%;
    padding: 0;
  }
}
.p-collection__slider01-wrap:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 811px) {
  .p-collection__slider01-wrap:not(:last-child) {
    margin-bottom: 40px;
  }
}
.p-collection__slider01-image {
  margin-bottom: 1rem;
}
@media screen and (min-width: 811px) {
  .p-collection__slider01-image {
    margin-bottom: 1.2rem;
  }
}
.p-collection__slider01-image img {
  width: 100%;
}
.p-collection__slider01-item {
  font-family: var(--font-family02);
  line-height: 1.4;
}
.p-collection__slider01-main {
  font-size: 1.6rem;
}
.p-collection__slider01-sub {
  margin-top: 1rem;
  font-size: 1.1rem;
}
.p-collection__slider01 .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 8px;
  margin-top: 3rem;
}
@media screen and (min-width: 811px) {
  .p-collection__slider01 .swiper-pagination {
    margin-top: 40px;
  }
}
.p-collection__slider01 .swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 811px) {
  .p-collection__slider01 .swiper-pagination-bullet {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .p-collection__slider01 .swiper-pagination-bullet:hover {
    opacity: 0.6;
  }
}
.p-collection__slider01 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background-color: var(--color02);
}
.p-collection__slider01 .swiper-button-prev,
.p-collection__slider01 .swiper-button-next {
  position: absolute;
  top: min(0.8333333333 * (100vw - 5rem) / 2, 187.5px);
  left: -1rem;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transform: translateY(-50%) rotate(-180deg);
}
@media screen and (min-width: 811px) {
  .p-collection__slider01 .swiper-button-prev,
.p-collection__slider01 .swiper-button-next {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .p-collection__slider01 .swiper-button-prev:hover,
.p-collection__slider01 .swiper-button-next:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 811px) {
  .p-collection__slider01 .swiper-button-prev,
.p-collection__slider01 .swiper-button-next {
    top: calc(0.8333333333 * (100vw - 20px) / 3 / 2);
    left: 40px;
    width: 50px;
    height: 50px;
  }
}
.p-collection__slider01 .swiper-button-prev::before,
.p-collection__slider01 .swiper-button-next::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2) url(../images/icon/icon_arrow_02.svg) no-repeat center/1.1rem 0.9rem;
}
@media screen and (min-width: 811px) {
  .p-collection__slider01 .swiper-button-prev::before,
.p-collection__slider01 .swiper-button-next::before {
    width: 100%;
    height: 100%;
    background-size: 1.8rem 1.3rem;
  }
}
.p-collection__slider01 .swiper-button-next {
  right: -1rem;
  left: auto;
  transform: translateY(-50%);
}
@media screen and (min-width: 811px) {
  .p-collection__slider01 .swiper-button-next {
    right: 40px;
  }
}

.p-history__wrap01:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (min-width: 811px) {
  .p-history__wrap01:not(:last-child) {
    margin-bottom: 70px;
  }
}
.p-history__title01 {
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-history__title01 {
    position: relative;
    left: 50%;
    width: calc(100% + 100vw - 50px - 100%);
    transform: translateX(-50%);
  }
}
.p-history__title01 > span {
  position: relative;
  display: inline-block;
  max-width: calc(100% - 4rem - 2rem);
  font-family: var(--font-family02);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4090909091;
}
@media screen and (min-width: 811px) {
  .p-history__title01 > span {
    max-width: calc(100% - 140px - 4rem);
    font-size: 2.8rem;
  }
}
.p-history__title01 > span::before, .p-history__title01 > span::after {
  content: "";
  position: absolute;
  display: block;
  width: 2rem;
  height: 1px;
  top: 50%;
  right: calc(100% + 1rem);
  bottom: 0;
  left: auto;
  background: var(--color01);
  transform: translateY(-50%);
}
@media screen and (min-width: 811px) {
  .p-history__title01 > span::before, .p-history__title01 > span::after {
    right: calc(100% + 2rem);
    width: 70px;
  }
}
.p-history__title01 > span::after {
  right: auto;
  left: calc(100% + 1rem);
}
@media screen and (min-width: 811px) {
  .p-history__title01 > span::after {
    left: calc(100% + 2rem);
  }
}
.p-history__title01-sub {
  margin-bottom: 0.5rem;
  font-family: var(--font-family02);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4375;
}
.p-history__title01-wrap {
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-history__title01-wrap {
    margin-bottom: 40px;
  }
}
.p-history__nav01 {
  margin-bottom: 6rem;
}
@media screen and (min-width: 811px) {
  .p-history__nav01 {
    margin-bottom: 70px;
  }
}
.p-history__nav01-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1rem;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-history__nav01-list {
    justify-content: center;
    gap: 1.4rem;
    max-width: 100%;
  }
}
.p-history__nav01-list > li {
  width: 100%;
}
@media screen and (min-width: 811px) {
  .p-history__nav01-list > li {
    display: inline-block;
    width: auto;
    min-width: 240px;
  }
}
.p-history__nav01-link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1.1rem 3rem;
  border: 1px solid var(--color02);
  color: var(--color02);
  font-family: var(--font-family02);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  transition: background 0.3s ease-in, color 0.3s ease-in;
}
.p-history__nav01-link p {
  display: inline-block;
  width: auto;
  padding-left: 1.6rem;
  font-size: 1.4rem;
  text-indent: -1.6rem;
}
@media screen and (min-width: 811px) {
  .p-history__nav01-link p {
    font-size: 1.6rem;
  }
}
.p-history__nav01-link p::before {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.4em;
  margin-right: 0.5rem;
  background: url(../images/icon/icon_arrow_09_off.svg) no-repeat center/contain;
  vertical-align: middle;
  transition: background 0.3s;
}
@media screen and (min-width: 811px) {
  .p-history__nav01-link p::before {
    margin-right: 0.8rem;
  }
}
@media (any-hover: hover) {
  .p-history__nav01-link:hover {
    background: var(--color02);
    color: #fff;
  }
  .p-history__nav01-link:hover p::before {
    background: url(../images/icon/icon_arrow_09_on.svg) no-repeat center/contain;
  }
}
.p-history__row01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (min-width: 811px) {
  .p-history__row01 {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
.p-history__row01-item {
  width: 100%;
}
@media screen and (min-width: 811px) {
  .p-history__row01-item {
    width: 50%;
    overflow: hidden;
  }
}
.p-history__row01-item img {
  width: 100%;
}
@media screen and (min-width: 811px) {
  .p-history__row01-item--text {
    padding-right: max(50% - 460px, 25px);
  }
}
.p-history__row01-item--image {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-history__row01-item--image {
    max-width: 100%;
    border-radius: 0.5rem;
  }
}
.p-history-digital__title-image {
  width: 6rem;
  height: 6.8rem;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 811px) {
  .p-history-digital__title-image {
    width: 100px;
    height: 112px;
  }
}
.p-history-digital__slider {
  overflow: visible !important;
}
.p-history-digital__slider-wrap {
  position: relative;
  left: 50%;
  width: calc(100% + 5rem);
  max-width: 500px;
  transform: translateX(-50%);
}
@media screen and (min-width: 811px) {
  .p-history-digital__slider-wrap {
    width: 100%;
    max-width: 680px;
  }
}
.p-history-digital__slider .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 8px;
  margin-top: 1.5rem;
}
.p-history-digital__slider .swiper-pagination-bullet {
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid var(--color02);
  border-radius: 50%;
}
@media screen and (min-width: 811px) {
  .p-history-digital__slider .swiper-pagination-bullet {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .p-history-digital__slider .swiper-pagination-bullet:hover {
    opacity: 0.6;
  }
}
.p-history-digital__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  background-color: var(--color02);
}
.p-history-digital__slider .swiper-button-prev,
.p-history-digital__slider .swiper-button-next {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transform: translateY(-100%) rotate(-180deg);
  cursor: pointer;
}
@media screen and (min-width: 811px) {
  .p-history-digital__slider .swiper-button-prev,
.p-history-digital__slider .swiper-button-next {
    display: none;
  }
}
.p-history-digital__slider .swiper-button-prev::before,
.p-history-digital__slider .swiper-button-next::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2) url(../images/icon/icon_arrow_02.svg) no-repeat center/1.1rem 0.9rem;
}
.p-history-digital__slider .swiper-button-next {
  right: 1.5rem;
  left: auto;
  transform: translateY(-100%);
}

.p-route__kv {
  padding-top: 60px;
}
@media screen and (min-width: 811px) {
  .p-route__kv {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .p-route__kv {
    padding-top: 100px;
  }
}
.p-route__kv-inner {
  position: relative;
  z-index: 1;
}
.p-route__kv-title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
}
@media screen and (min-width: 811px) {
  .p-route__kv-title {
    margin-right: 50px;
  }
}
.p-route__kv-title > span {
  display: inline-block;
  width: auto;
  padding: 1rem 1.5rem;
  background: var(--color02);
  color: #fff;
  font-family: var(--font-family02);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
}
@media screen and (min-width: 811px) {
  .p-route__kv-title > span {
    padding: 1.5rem 2rem;
    font-size: 2rem;
  }
}
.p-route__kv-title-wrap {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: -3rem;
  right: 2.5rem;
  bottom: auto;
  left: auto;
  z-index: 2;
}
@media screen and (min-width: 811px) {
  .p-route__kv-title-wrap {
    width: 100%;
    right: 0;
    padding: 0 calc((100% - 1200px) / 2);
  }
}
.p-route__breadcrumb {
  position: static;
  width: calc(100% + 1rem);
  margin-left: -0.5rem;
  padding: 2rem 0 6rem;
  color: var(--color01);
}
@media screen and (min-width: 811px) {
  .p-route__breadcrumb {
    width: 100%;
    margin-left: 0;
    padding-top: 5.5rem;
    padding-bottom: 30px;
  }
}
.p-route__breadcrumb ul > li:not(:first-child)::before {
  background: var(--color02);
}
.p-route__breadcrumb ul > li > a::after {
  background: var(--color01);
}
.p-route__slide01 {
  width: 26rem;
  margin: 0 auto;
  overflow: visible;
}
@media screen and (min-width: 811px) {
  .p-route__slide01 {
    width: 520px;
  }
}
.p-route__slide01 .swiper-wrapper {
  transition-timing-function: linear;
}
.p-route__slide01-item {
  border-right: 1px solid #fff;
}
.p-route__slide01-wrap {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 811px) {
  .p-route__slide01-wrap {
    margin-top: 0;
  }
}
.p-route__label01 {
  margin-bottom: 2rem;
  display: inline-block;
  padding: 0.3rem 1.2rem;
  border: 1px solid var(--color08);
  border-radius: 0.3rem;
  color: var(--color08);
  font-family: var(--font-family01);
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6666666667;
}
@media screen and (min-width: 811px) {
  .p-route__label01 {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
}
.p-route__label01-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 811px) {
  .p-route__label01-wrap {
    gap: 10px;
    margin-bottom: 2.5rem;
  }
}
.p-route__label01-wrap .p-route__label01 {
  margin-bottom: 0;
}
.p-route__map01 {
  position: relative;
  aspect-ratio: 330/240;
}
@media screen and (min-width: 811px) {
  .p-route__map01 {
    aspect-ratio: 900/480;
  }
}
.p-route__map01 iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.p-route__list01 {
  margin-bottom: 5rem;
  list-style: none;
  counter-reset: num;
}
@media screen and (min-width: 811px) {
  .p-route__list01 {
    margin-bottom: 90px;
  }
}
.p-route__list01 > li {
  position: relative;
  padding-left: 3rem;
}
@media screen and (min-width: 811px) {
  .p-route__list01 > li {
    padding-left: 50px;
  }
}
.p-route__list01 > li:not(:last-child) {
  background-image: linear-gradient(to bottom, #C5C5C5, #C5C5C5 3px, transparent 3px, transparent 5px);
  background-size: 2px 8px;
  background-position: top left;
  background-repeat: repeat-y;
}
.p-route__list01 > li:last-child .p-route__row01 {
  padding-bottom: 0;
}
.p-route__list01 > li::before {
  position: absolute;
  display: block;
  width: 3rem;
  height: 3rem;
  top: 0;
  right: auto;
  bottom: auto;
  left: -1.4rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--color02);
  color: #fff;
  font-family: var(--font-family04);
  font-size: 1.2rem;
  font-weight: bold;
  counter-increment: num;
  content: counter(num);
}
@media screen and (min-width: 811px) {
  .p-route__list01 > li::before {
    top: -3px;
    left: -1.9rem;
    width: 4rem;
    height: 4rem;
    font-size: 1.4rem;
  }
}
.p-route__list01-time {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: auto;
  right: auto;
  bottom: 4rem;
  left: -4rem;
  display: inline-block;
  padding: 0.6rem 1.2rem;
  border: 2px solid var(--color08);
  border-radius: 1.8rem;
  background: #fff;
  color: var(--color08);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 811px) {
  .p-route__list01-time {
    bottom: 80px;
    left: -65px;
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .p-route__list01-time {
    left: 0;
    transform: translateX(calc(-50% - 50px));
  }
}
.p-route__row01 {
  position: relative;
  padding-bottom: 11rem;
}
@media screen and (min-width: 811px) {
  .p-route__row01 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 200px;
  }
}
.p-route__row01:not(:first-child)::before {
  content: "";
  position: absolute;
  display: block;
  width: 2rem;
  height: 2rem;
  top: 0;
  right: auto;
  bottom: auto;
  left: -3.9rem;
  border-radius: 50%;
  background: #C5C5C5;
}
@media screen and (min-width: 811px) {
  .p-route__row01:not(:first-child)::before {
    top: 5px;
    left: -5.9rem;
  }
}
.p-route__row01-image {
  margin-bottom: 2rem;
}
@media screen and (min-width: 811px) {
  .p-route__row01-image {
    width: 49.5145631068%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 811px) {
  .p-route__row01-item {
    width: 43.6893203883%;
  }
}
.p-route__col01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3.5rem;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-route__col01 {
    flex-direction: row;
    gap: 4em;
    max-width: 100%;
  }
}
.p-route__col01-item {
  width: 100%;
}
@media screen and (min-width: 811px) {
  .p-route__col01-item {
    width: calc(33.3333333333% - 2.6666666667em);
  }
}
.p-route__col01-link {
  position: relative;
}
.p-route__col01-link--current {
  opacity: 0.5;
  pointer-events: none;
}
@media (any-hover: hover) {
  .p-route__col01-link:hover img {
    transform: scale(1.1);
  }
}
.p-route__col01-image {
  overflow: hidden;
}
.p-route__col01-image img {
  width: 100%;
  transition: transform 0.3s;
}
.p-route__col01-title {
  position: absolute;
  display: block;
  width: 10.2rem;
  height: auto;
  top: -1rem;
  right: -1rem;
  bottom: auto;
  left: auto;
}
@media screen and (min-width: 811px) {
  .p-route__col01-title {
    width: 110px;
  }
}
.p-route__col01-title > span {
  display: block;
  padding: 2rem 1rem;
  background: var(--color02);
  color: #fff;
  font-family: var(--font-family02);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.67;
}
@media screen and (min-width: 811px) {
  .p-route__col01-title > span {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 90px;
    padding: 2rem 1.4rem;
  }
}
.p-route__col02 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.5rem;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-route__col02 {
    flex-direction: row;
    gap: 40px 15px;
    max-width: 100%;
  }
}
.p-route__col02-item {
  width: 100%;
}
@media screen and (min-width: 811px) {
  .p-route__col02-item {
    width: calc(33.3333333333% - 10px);
  }
}
.p-route__col02-link {
  margin-bottom: 1rem;
}
@media screen and (min-width: 811px) {
  .p-route__col02-link {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .p-route__col02-link:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 811px) {
  .p-route__col02-link {
    margin-bottom: 2rem;
  }
}
.p-route__col02-image img {
  width: 100%;
}
.p-route__col02-text {
  font-size: 1.3rem;
  line-height: 1.7;
}
@media screen and (min-width: 811px) {
  .p-route__col02-text {
    font-size: 1.4rem;
  }
}
.p-route__box01 {
  padding: 1.2rem 2rem;
  border: 1px solid #ECECEC;
  border-radius: 0.5rem;
  background: #fff;
}
.p-route__guide01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding: 1.8rem 3rem 2.3rem 3rem;
  border: 1px solid #ECECEC;
  border-radius: 0.5rem;
  background: #fff;
}
@media screen and (min-width: 811px) {
  .p-route__guide01 {
    flex-direction: row;
    justify-content: space-between;
    gap: 7em;
    padding: 4.4em 8em;
  }
}
@media screen and (min-width: 811px) {
  .p-route__guide01-text {
    width: calc(100% - 300px - 7em);
  }
}
.p-route__guide01 .c-button-wrap01 {
  margin: 0;
}
.p-route__button01 {
  min-height: 3.6rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 811px) {
  .p-route__button01 {
    font-size: 1.3rem;
  }
}
.p-route__button01::after {
  right: 1.5rem;
}
.p-route__button01-wrap {
  max-width: 18rem;
}
.p-route__plan01 {
  padding-bottom: 7rem;
}
@media screen and (min-width: 811px) {
  .p-route__plan01 {
    padding-bottom: 100px;
  }
}
.p-route__plan01-image {
  position: relative;
}
.p-route__plan01-image img {
  width: 100%;
}
.p-route__plan01-head {
  position: absolute;
  top: calc(50% - 1rem);
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
}
@media screen and (min-width: 811px) {
  .p-route__plan01-head {
    top: calc(50% - 50px);
  }
}
.p-route__plan01-inner {
  padding-right: 2rem;
  padding-left: 2rem;
}
.p-route__plan01-title {
  margin-bottom: 1.5rem;
  padding: 2.7rem 0 2.1rem;
  background: url(../images/tour-route/p_map_01.svg) no-repeat center/auto 100%;
  font-family: var(--font-family02);
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (min-width: 811px) {
  .p-route__plan01-title {
    margin-bottom: 20px;
    padding-top: 50px;
    padding-bottom: 40px;
    font-size: 5rem;
  }
}
.p-route__plan01-box {
  position: relative;
  z-index: 0;
  width: calc(100% - 5rem);
  margin: -5rem auto 0;
  padding: 3rem 2.5rem 4rem;
  background-color: #fff;
}
@media screen and (min-width: 811px) {
  .p-route__plan01-box {
    max-width: 1300px;
    margin-top: -100px;
    padding: 80px 7.6388888889%;
  }
}
.p-route__plan02 {
  padding: 5rem 0 7rem;
}
@media screen and (min-width: 811px) {
  .p-route__plan02 {
    padding: 80px 0 130px;
  }
}
.p-route__plan02-head {
  width: calc(100% + 2rem);
  margin-left: -1rem;
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-route__plan02-head {
    margin-bottom: 50px;
  }
}
.p-route__plan02-title {
  margin-bottom: 1.5rem;
  padding: 4rem 1.3em 3rem;
  background: url(../images/tour-route/p_map_02.svg) no-repeat center/auto 100%;
  font-family: var(--font-family02);
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (min-width: 811px) {
  .p-route__plan02-title {
    margin-bottom: 30px;
    padding: 35px 0 30px;
    font-size: 2.8rem;
  }
}
.p-route__plan02-wrap {
  padding: 0 2.5rem;
}
@media screen and (min-width: 811px) {
  .p-route__plan02-wrap {
    padding: 0;
  }
}

.p-about__wrap01:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (min-width: 811px) {
  .p-about__wrap01:not(:last-child) {
    margin-bottom: 80px;
  }
}
.p-about__image01 {
  width: 50%;
}
.p-about__image01 + .p-about__image01 {
  border-left: 1px solid #fff;
}
.p-about__image01-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 2rem;
}
@media screen and (min-width: 811px) {
  .p-about__image01-wrap {
    margin-bottom: 30px;
  }
}
.p-about__image02 {
  width: 100%;
  margin-bottom: 2rem;
  padding: 7rem 2rem;
  border: 1px solid #E1E1E1;
}
@media screen and (min-width: 811px) {
  .p-about__image02 {
    margin-bottom: 30px;
    padding: 168px 40px 192px;
  }
}
.p-about__image02 img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-about__image02 img {
    max-width: 520px;
  }
}
.p-about__define01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}
@media screen and (min-width: 811px) {
  .p-about__define01 {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}
.p-about__define01 dt {
  width: 100%;
}
@media screen and (min-width: 811px) {
  .p-about__define01 dt {
    width: 26.5306122449%;
  }
}
.p-about__define01 dd {
  width: 100%;
}
@media screen and (min-width: 811px) {
  .p-about__define01 dd {
    width: 69.387755102%;
  }
}
.p-about__define02 > div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
}
@media screen and (min-width: 811px) {
  .p-about__define02 > div {
    gap: 2rem;
  }
}
.p-about__define02 > div + div {
  margin-top: 5rem;
}
@media screen and (min-width: 811px) {
  .p-about__define02 > div + div {
    margin-top: 45px;
  }
}
.p-about__define02 > div dt {
  font-family: var(--font-family02);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3636363636;
}
@media screen and (min-width: 811px) {
  .p-about__define02 > div dt {
    font-size: 2.2rem;
  }
}
.p-about__define02 > div dd ul > li > p {
  display: flex;
}
.p-about__define02 > div dd ul > li > p > span {
  display: inline-block;
}
.p-about__define02 > div dd ul > li > p > span:nth-child(1) {
  flex-shrink: 0;
  width: 5.5em;
}
.p-about__define02 > div dd ul > li > p > span:nth-child(2) {
  color: var(--color06);
}
.p-about__button01 {
  display: block;
  width: 100%;
  margin-top: 6rem;
  padding: 1.3rem 0;
  border-top: 1px solid var(--color05);
  border-bottom: 1px solid var(--color05);
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-about__button01 {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .p-about__button01:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 811px) {
  .p-about__button01 {
    margin-top: 80px;
  }
}
.p-about__button01 > span {
  position: relative;
  padding-left: 1.8rem;
  font-size: 1.4rem;
  line-height: 2.2857142857;
}
.p-about__button01 > span::before {
  content: "";
  position: absolute;
  display: block;
  width: 1rem;
  height: 1em;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  background: url(../images/icon/icon_arrow_06.svg) no-repeat center/contain;
  transform: translateY(-50%);
}

.p-user-guide__table-wrap01 figcaption {
  margin-top: 1rem;
}
.p-user-guide__table-scroll-wrap01 {
  padding-bottom: 1rem;
  overflow-x: auto;
}
.p-user-guide__table-scroll-wrap01::-webkit-scrollbar {
  height: 1.2rem;
}
.p-user-guide__table-scroll-wrap01::-webkit-scrollbar-thumb {
  border: 0.3rem solid var(--color04);
  border-radius: 0.8rem;
  background: var(--color05);
}
.p-user-guide__table-scroll-wrap01::-webkit-scrollbar-track {
  border-radius: 0.5rem;
  background: var(--color04);
}
.p-user-guide__table-scroll-wrap01 + figcaption > p {
  position: relative;
  padding-right: 1.5rem;
  text-align: right;
}
.p-user-guide__table-scroll-wrap01 + figcaption > p::after {
  content: "";
  position: absolute;
  display: block;
  width: 1.2rem;
  height: 0.9rem;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  background: url(../images/icon/icon_arrow_08.svg) no-repeat center/contain;
  transform: translateY(-50%);
}
.p-user-guide__table01 {
  width: 100%;
  border: 1px solid var(--color05);
  table-layout: fixed;
}
.p-user-guide__table01 th,
.p-user-guide__table01 td {
  height: 6rem;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  border: 1px solid var(--color05);
  vertical-align: middle;
}
@media screen and (min-width: 811px) {
  .p-user-guide__table01 th,
.p-user-guide__table01 td {
    padding: 0.5rem 3rem;
  }
}
.p-user-guide__table01 th > p span,
.p-user-guide__table01 td > p span {
  display: inline-block;
  line-height: 1.4545454545;
}
.p-user-guide__table01 th {
  background: var(--color04);
  font-weight: 500;
}
.p-user-guide__table01 th > p {
  line-height: 1.6;
}
.p-user-guide__table01 td > p {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 1.7142857143;
}
@media screen and (min-width: 811px) {
  .p-user-guide__table01 tr > *:first-child {
    width: 280px;
  }
}
@media screen and (min-width: 811px) {
  .p-user-guide__table01 tr > *:not(:first-child) {
    width: calc((100% - 280px) / 4);
  }
}
@media screen and (min-width: 811px) {
  .p-user-guide__table01 thead th {
    padding: 0.5rem 2rem;
  }
}
.p-user-guide__table01--half {
  width: auto;
}
@media screen and (min-width: 811px) {
  .p-user-guide__table01--half {
    width: 100%;
  }
}
.p-user-guide__table01--half th,
.p-user-guide__table01--half td {
  width: 50%;
  height: 9rem;
}
@media screen and (min-width: 811px) {
  .p-user-guide__table01--half td > P {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 811px) {
  .p-user-guide__table01--half tr > *:first-child {
    width: 280px;
  }
}
@media screen and (min-width: 811px) {
  .p-user-guide__table01--half tr > *:not(:first-child) {
    width: calc(100% - 280px);
  }
}
.p-user-guide__table01--sp-scroll {
  min-width: 68rem;
}
@media screen and (min-width: 811px) {
  .p-user-guide__table01--sp-scroll {
    min-width: 980px;
  }
}
.p-user-guide__table01--sp-scroll tr > * {
  width: 13rem;
}
@media screen and (max-width: 810px) {
  .p-user-guide__table01--sp-scroll th > p,
.p-user-guide__table01--sp-scroll td > p {
    font-size: 1.4rem;
  }
}
.p-user-guide__table01--sp-scroll colgroup {
  width: 16rem;
}
@media screen and (min-width: 811px) {
  .p-user-guide__table01--sp-scroll colgroup {
    width: 280px;
  }
}
.p-user-guide__table01--sp-scroll thead th {
  font-weight: 400;
}
@media screen and (min-width: 811px) {
  .p-user-guide__table01--sp-scroll thead th {
    padding: 0.5rem 1rem;
  }
}
.p-user-guide__table01--sp-scroll thead + tbody tr th {
  background: transparent;
}
@media screen and (min-width: 811px) {
  .p-user-guide__table01--sp-scroll thead + tbody tr td {
    padding: 0.5rem 1rem;
  }
}
.p-user-guide__table01--individual thead th:first-child {
  width: 20rem;
}
@media screen and (max-width: 810px) {
  .p-user-guide__table01--individual thead th:not(:first-child) {
    width: 10rem;
  }
}
.p-user-guide__table01-2col col:first-child {
  width: 7rem;
}
@media screen and (min-width: 811px) {
  .p-user-guide__table01-2col col:first-child {
    width: 140px;
  }
}
.p-user-guide__table01-2col col:nth-child(2) {
  width: 9rem;
}
@media screen and (min-width: 811px) {
  .p-user-guide__table01-2col col:nth-child(2) {
    width: 140px;
  }
}
@media screen and (max-width: 810px) {
  .p-user-guide__table01-2row > *:first-child {
    padding: 0.5rem 1rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 810px) {
  .p-user-guide__table01-2row > *:first-child > P {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 810px) {
  .p-user-guide__table01-2row th[scope=rowgroup] {
    padding: 0.5rem 1rem;
    white-space: nowrap;
  }
}
@media screen and (min-width: 811px) {
  .p-user-guide__table01-2row th[scope=rowgroup] {
    padding: 0.5rem 2rem;
  }
}
.p-user-guide__table01-2row th[scope=rowgroup] > p {
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 810px) {
  .p-user-guide__table01-2row th[scope=rowgroup] > p {
    font-size: 1.3rem;
  }
}
.p-user-guide__define01 {
  margin-bottom: 2rem;
  border-top: 1px dashed var(--color08);
}
@media screen and (min-width: 811px) {
  .p-user-guide__define01 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 25px;
    border-bottom: 1px dashed var(--color08);
  }
}
.p-user-guide__define01 > div {
  padding: 2.5rem 0;
  border-bottom: 1px dashed var(--color08);
}
@media screen and (min-width: 811px) {
  .p-user-guide__define01 > div {
    padding: 30px 0;
    border: none;
  }
}
@media screen and (min-width: 811px) {
  .p-user-guide__define01 > div:nth-child(1) {
    width: 18.5714285714%;
  }
}
@media screen and (min-width: 811px) {
  .p-user-guide__define01 > div:nth-child(2) {
    width: 21.4285714286%;
  }
}
@media screen and (min-width: 811px) {
  .p-user-guide__define01 > div:nth-child(3) {
    width: 46.9387755102%;
  }
}
.p-user-guide__define01 > div dt {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}
.p-user-guide__define01 > div dd figure {
  max-width: 500px;
}
.p-user-guide__define01 > div dd figure figcaption {
  text-align: right;
}

.p-access__map {
  position: relative;
  height: 36rem;
  filter: grayscale(100%);
}
@media screen and (min-width: 811px) {
  .p-access__map {
    height: 490px;
  }
}
.p-access__map iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

.p-shop__new {
  position: absolute;
  display: block;
  width: 4rem;
  height: 4rem;
  top: -2rem;
  right: -0.5rem;
  bottom: auto;
  left: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--color02);
  color: #fff;
  font-family: var(--font-family03);
  font-size: 0.9rem;
  font-weight: 500;
}
@media screen and (min-width: 811px) {
  .p-shop__new {
    top: -3.4rem;
    right: -2.5rem;
    width: 6.8rem;
    height: 6.8rem;
    font-size: 1.6rem;
  }
}
@media (min-width: calc(980px + 5rem)) {
  .p-shop__new {
    right: -3.4rem;
  }
}
.p-shop__col01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 4rem 2rem;
  max-width: 50rem;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-shop__col01 {
    gap: 6em;
    max-width: 100%;
  }
}
.p-shop__col01-item {
  position: relative;
  width: calc(50% - 1rem);
}
@media screen and (min-width: 811px) {
  .p-shop__col01-item {
    width: calc(50% - 3em);
  }
}
.p-shop__col01-image {
  margin-bottom: 1rem;
}
@media screen and (min-width: 811px) {
  .p-shop__col01-image {
    margin-bottom: 2em;
  }
}
.p-shop__col01-image img {
  width: 100%;
}
.p-shop__col01-title {
  font-family: var(--font-family02);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 811px) {
  .p-shop__col01-title {
    font-size: 2em;
  }
}
.p-shop__col01-text {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 811px) {
  .p-shop__col01-text {
    font-size: 1.6em;
  }
}
.p-shop__box {
  padding: 2.5rem;
  border: 1px solid var(--color05);
}
@media screen and (min-width: 811px) {
  .p-shop__box {
    padding: 3rem 4rem;
  }
}
.p-shop__box-title {
  margin-bottom: 1rem;
  font-family: var(--font-family02);
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 811px) {
  .p-shop__box-title {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
}

.p-contact__wrap01 {
  margin-bottom: 9rem;
}
@media screen and (min-width: 811px) {
  .p-contact__wrap01 {
    margin-bottom: 140px;
  }
}
.p-contact__title01 {
  font-family: var(--font-family02);
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3461538462;
}
@media screen and (min-width: 811px) {
  .p-contact__title01 {
    font-size: 2.6rem;
  }
}
.p-contact__title01:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 811px) {
  .p-contact__title01:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}

.p-privacy__wrap01 {
  margin-bottom: 5rem;
}
.p-privacy__list01 > li {
  counter-increment: title01;
}
.p-privacy__list01 > li + li {
  margin-top: 5rem;
}
.p-privacy__list01 > li > ol {
  margin-top: 4rem;
}
.p-privacy__list01 > li > ol > li {
  counter-increment: title02;
}
.p-privacy__list01 > li > ol > li + li {
  margin-top: 3rem;
}
.p-privacy__list01 > li > ol > li h3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.7;
}
.p-privacy__list01 > li > ol > li h3::before {
  content: counter(title01) "-" counter(title02) ".";
  display: block;
  flex-shrink: 0;
  margin-right: 0.5em;
}
.p-privacy__list01 > li > ol > li > ol {
  margin: 3rem 0 0 2.5rem;
}
.p-privacy__list01 > li > ol > li > ol > li {
  counter-increment: title03;
}
.p-privacy__list01 > li > ol > li > ol > li + li {
  margin-top: 3rem;
}
.p-privacy__list01 > li > ol > li > ol > li h4 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.7;
}
.p-privacy__list01 > li > ol > li > ol > li h4::before {
  content: counter(title01) "-" counter(title02) "-" counter(title03) ".";
  display: block;
  flex-shrink: 0;
  margin-right: 0.5em;
}
.p-privacy__title01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--color01);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
}
.p-privacy__title01::before {
  content: counter(title01) ".";
  display: block;
  flex-shrink: 0;
  margin-right: 0.5em;
}
.p-privacy__title01-wrap {
  margin-bottom: 2rem;
}

.p-notfound {
  padding: 16rem 0 10rem;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-notfound {
    padding: 210px 0 130px;
  }
}

.u-sp-only {
  display: block !important;
}
@media screen and (min-width: 811px) {
  .u-sp-only {
    display: none !important;
  }
}

.u-pc-only {
  display: none !important;
}
@media screen and (min-width: 811px) {
  .u-pc-only {
    display: block !important;
  }
}

.u-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.u-tel {
  display: inline-block;
  width: auto;
  height: auto;
}
@media screen and (min-width: 811px) {
  .u-tel {
    pointer-events: none;
  }
}

.u-text-link01 {
  position: relative;
  display: inline-block;
  width: auto;
}
.u-text-link01::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: 101%;
  right: auto;
  bottom: auto;
  left: 0;
  background: #000;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
@media (any-hover: hover) {
  .u-text-link01:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}

.u-text-link02 {
  position: relative;
  display: inline-block;
  width: auto;
}
.u-text-link02::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: 101%;
  right: auto;
  bottom: auto;
  left: 0;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
@media (any-hover: hover) {
  .u-text-link02:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}

.u-text-link03 {
  display: inline;
  width: auto;
  text-decoration: underline;
}
@media screen and (min-width: 811px) {
  .u-text-link03 {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .u-text-link03:hover {
    opacity: 0.6;
  }
}

.u-text-color02 {
  color: var(--color02);
}

.u-text-color06 {
  color: var(--color06);
}

.u-text-color08 {
  color: var(--color08);
}

.u-text-color10 {
  color: var(--color10);
}

.u-font02 {
  font-family: var(--font-family02) !important;
}

.u-font03 {
  font-family: var(--font-family03) !important;
}

.u-font04 {
  font-family: var(--font-family04) !important;
}

.u-fz12 {
  font-size: 1.2rem !important;
}

.u-fz13 {
  font-size: 1.3rem !important;
}

.u-fz14 {
  font-size: 1.4rem !important;
}

.u-fz15 {
  font-size: 1.5rem !important;
}

.u-fz16 {
  font-size: 1.6rem !important;
}

.u-fz17 {
  font-size: 1.7rem !important;
}

.u-fz18 {
  font-size: 1.8rem !important;
}

.u-fz19 {
  font-size: 1.9rem !important;
}

.u-fz21 {
  font-size: 2.1rem !important;
}

.u-fz22 {
  font-size: 2.2rem !important;
}

.u-fz23 {
  font-size: 2.3rem !important;
}

.u-fz24 {
  font-size: 2.4rem !important;
}

.u-fz25 {
  font-size: 2.5rem !important;
}

.u-fz26 {
  font-size: 2.6rem !important;
}

@media screen and (max-width: 810px) {
  .u-sp-fz11 {
    font-size: 1.1rem !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-fz12 {
    font-size: 1.2rem !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-fz12 {
    font-size: 1.2rem !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-fz13 {
    font-size: 1.3rem !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-fz14 {
    font-size: 1.4rem !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-fz15 {
    font-size: 1.5rem !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-fz16 {
    font-size: 1.6rem !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-fz17 {
    font-size: 1.7rem !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-fz18 {
    font-size: 1.8rem !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-fz19 {
    font-size: 1.9rem !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-fz20 {
    font-size: 2rem !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-fz21 {
    font-size: 2.1rem !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-fz22 {
    font-size: 2.2rem !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-fz23 {
    font-size: 2.3rem !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-fz24 {
    font-size: 2.4rem !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-fz25 {
    font-size: 2.5rem !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-fz26 {
    font-size: 2.6rem !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-fz12 {
    font-size: 1.2rem !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-fz12 {
    font-size: 1.2rem !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-fz13 {
    font-size: 1.3rem !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-fz14 {
    font-size: 1.4rem !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-fz15 {
    font-size: 1.5rem !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-fz16 {
    font-size: 1.6rem !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-fz17 {
    font-size: 1.7rem !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-fz18 {
    font-size: 1.8rem !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-fz19 {
    font-size: 1.9rem !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-fz20 {
    font-size: 2rem !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-fz21 {
    font-size: 2.1rem !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-fz22 {
    font-size: 2.2rem !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-fz23 {
    font-size: 2.3rem !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-fz24 {
    font-size: 2.4rem !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-fz25 {
    font-size: 2.5rem !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-fz26 {
    font-size: 2.6rem !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-fz27 {
    font-size: 2.7rem !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-fz28 {
    font-size: 2.8rem !important;
  }
}

.u-fw400 {
  font-weight: 400 !important;
}

.u-fw500 {
  font-weight: 500 !important;
}

.u-fw600 {
  font-weight: 600 !important;
}

.u-fw700 {
  font-weight: 700 !important;
}

.u-italic {
  font-style: italic;
}

.u-ta-center {
  text-align: center;
}

.u-ta-right {
  text-align: right;
}

.u-ta-left {
  text-align: left;
}

@media screen and (max-width: 810px) {
  .u-sp-ta-center {
    text-align: center;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-ta-right {
    text-align: right;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-ta-left {
    text-align: left;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-ta-center {
    text-align: center;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-ta-right {
    text-align: right;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-ta-left {
    text-align: left;
  }
}

.u-text-nowrap {
  white-space: nowrap;
}

.u-rl {
  position: relative;
  left: -0.1em;
  transform: rotate(90deg) scaleY(-1);
}

@media screen and (max-width: 810px) {
  .u-sp-rl {
    position: relative;
    left: -0.1em;
    transform: rotate(90deg);
  }
}

@media screen and (min-width: 811px) {
  .u-pc-rl {
    position: relative;
    left: -0.1em;
    transform: rotate(90deg) scaleY(-1);
  }
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb10 {
  margin-bottom: 1rem !important;
}

.u-mb15 {
  margin-bottom: 1.5rem !important;
}

.u-mb20 {
  margin-bottom: 2rem !important;
}

.u-mb25 {
  margin-bottom: 2.5rem !important;
}

.u-mb30 {
  margin-bottom: 3rem !important;
}

.u-mb35 {
  margin-bottom: 3.5rem !important;
}

.u-mb40 {
  margin-bottom: 4rem !important;
}

.u-mb50 {
  margin-bottom: 5rem !important;
}

@media screen and (max-width: 810px) {
  .u-sp-mt0 {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-mt10 {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-mt15 {
    margin-top: 15px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-mt20 {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-mt25 {
    margin-top: 25px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-mt30 {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-mt40 {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-mt50 {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-mt60 {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-mb10 {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-mb15 {
    margin-bottom: 15px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-mb20 {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-mb25 {
    margin-bottom: 25px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-mb30 {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-mb35 {
    margin-bottom: 35px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-mb40 {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-mb45 {
    margin-bottom: 45px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-mb50 {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-mb55 {
    margin-bottom: 55px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-mb60 {
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-mb70 {
    margin-bottom: 70px !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-mt10 {
    margin-top: 10px !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-mt15 {
    margin-top: 15px !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-mt20 {
    margin-top: 20px !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-mt25 {
    margin-top: 25px !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-mt30 {
    margin-top: 30px !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-mt35 {
    margin-top: 35px !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-mt40 {
    margin-top: 40px !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-mt45 {
    margin-top: 45px !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-mt50 {
    margin-top: 50px !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-mt60 {
    margin-top: 60px !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-mt70 {
    margin-top: 70px !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-mt80 {
    margin-top: 80px !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-mt90 {
    margin-top: 90px !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-mt100 {
    margin-top: 100px !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-mb10 {
    margin-bottom: 10px !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-mb15 {
    margin-bottom: 15px !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-mb20 {
    margin-bottom: 20px !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-mb25 {
    margin-bottom: 25px !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-mb30 {
    margin-bottom: 30px !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-mb35 {
    margin-bottom: 35px !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-mb40 {
    margin-bottom: 40px !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-mb50 {
    margin-bottom: 50px !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-mb60 {
    margin-bottom: 60px !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-mb70 {
    margin-bottom: 70px !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-mb80 {
    margin-bottom: 80px !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-mb90 {
    margin-bottom: 90px !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-mb100 {
    margin-bottom: 100px !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-mr10 {
    margin-right: 10px !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-mr15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-ml10 {
    margin-left: 1rem !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-ml15 {
    margin-left: 1.5rem !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-ml10 {
    margin-left: 1rem !important;
  }
}

@media screen and (min-width: 811px) {
  .u-pc-ml15 {
    margin-left: 1.5rem !important;
  }
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pb0 {
  padding-bottom: 0 !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

@media screen and (max-width: 810px) {
  .u-sp-pt0 {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-pt10 {
    padding-top: 10px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-pt15 {
    padding-top: 15px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-pt20 {
    padding-top: 20px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-pt25 {
    padding-top: 25px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-pt30 {
    padding-top: 30px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-pt40 {
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-pt50 {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-pt60 {
    padding-top: 60px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-pb10 {
    padding-bottom: 10px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-pb15 {
    padding-bottom: 15px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-pb20 {
    padding-bottom: 20px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-pb25 {
    padding-bottom: 25px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-pb30 {
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-pb35 {
    padding-bottom: 35px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-pb40 {
    padding-bottom: 40px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-pb45 {
    padding-bottom: 45px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-pb50 {
    padding-bottom: 50px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-pb55 {
    padding-bottom: 55px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-pb60 {
    padding-bottom: 60px !important;
  }
}

@media screen and (max-width: 810px) {
  .u-sp-pb70 {
    padding-bottom: 70px !important;
  }
}