@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

html {
  color: #000;
  background: #FFF;
}

body {
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
input, textarea, button, select,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

td, th {
  vertical-align: top;
}

img {
  vertical-align: bottom;
}

ul, ol, li {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

p, li, dd, dt, td, th {
  word-wrap: break-word;
}

select, input {
  word-wrap: normal;
}

address, caption, cite, code, dfn, em, strong, th, var, time, mark {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

mark {
  color: #000;
  background: #FFF;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select, keygen {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

pre, code,
kbd, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

input:not([type=radio]):not([type=checkbox]), textarea, button {
  /* iosでボタンなどのデフォルト装飾を解除 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

/* Firefoxでボタン系の高さが1pxずれる対策 */
button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  border: 0px;
}

/*----------------------
     html base
---------------------------------------- */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 10px; /* 1rem = 10px */
}

body {
  min-height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1;
  font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Arimo, sans-serif;
  font-weight: 400;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 1s;
}
a:hover {
  opacity: 0.7;
}

button, input, textarea {
  font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Arimo, sans-serif;
}

input[type=text], textarea, select, input[type=password] {
  padding: 0.5em 1em;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 6px;
  width: 100%;
}

textarea {
  height: 10em;
}

button {
  cursor: pointer;
}

@media (max-width: 767px) {
  img {
    max-width: 100%;
  }
}
.l-container {
  background: #000 url(../images/bg_main.png) no-repeat center top/1920px;
}
@media (max-width: 767px) {
  .l-container {
    background-size: 150%;
  }
}

.l-header {
  width: 100%;
  margin-inline: auto;
  max-width: 100%rem;
}
.l-header_inner {
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.6rem;
  max-width: 193.6rem;
}

.l-main {
  width: 100%;
  margin-inline: auto;
  max-width: 100%rem;
  padding-block: 8rem;
}

.l-top_mv {
  width: 100%;
  margin-inline: auto;
  max-width: 112rem;
}

.l-top_introduction {
  width: 100%;
  margin-inline: auto;
  max-width: 100%rem;
}

.l-top_contents {
  width: 100%;
  margin-inline: auto;
  max-width: 112rem;
  background: #633f2a url(../images/bg_momiji.png) no-repeat center top;
}
@media (max-width: 767px) {
  .l-top_contents {
    background-size: 150%;
  }
}

.l-top_contents_map {
  background: #633f2a url(../images/bg_momiji2.png) no-repeat center top/100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .l-top_contents_map {
    background-size: 150%;
  }
}

.l-header {
  position: relative;
  width: 100%;
  width: 100%;
  margin-inline: auto;
  max-width: 192rem;
}

.l-header_nav {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-inline: auto;
  max-width: 192rem;
  margin: 1.6rem auto;
  display: flex;
  gap: 1.6rem;
  justify-content: space-around;
  align-items: center;
}
.l-header_nav_logo {
  width: 14rem;
}
.l-header_nav_list {
  display: flex;
  row-gap: 0.5em;
  flex-wrap: wrap;
  grid-template-columns: repeat(10, auto);
}
.l-header_nav_list .__item:not(:last-of-type) {
  border-right: 1px solid;
}
.l-header_nav_list a {
  font-weight: 700;
  font-size: 1.8rem;
  display: block;
  padding: 0 1em;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3764705882);
}
@media (max-width: 767px) {
  .l-header_nav {
    margin: 0;
    height: auto;
    display: none;
  }
  .l-header_nav_logo {
    display: none;
  }
  .l-header_nav_list {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 70vw;
    height: 100vh;
    height: 100dvh;
    flex-direction: column;
    justify-content: center;
    padding-top: 5vh;
    margin-top: 0;
    transition: all 0.3s;
  }
  .l-header_nav_list li {
    width: 100%;
    text-align: left;
    padding: 0rem 3.2rem;
  }
  .l-header_nav_list li:not(:last-child):after {
    content: "";
  }
  .l-header_nav_list li:before {
    content: "";
    display: inline-block;
    margin-right: 1em;
  }
  .l-header_nav.open {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background: rgba(0, 0, 0, 0.4);
  }
}

.l-footer {
  position: relative;
}

.c-btn {
  font-weight: 600;
  font-size: 1.6rem;
  font-family: "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  place-content: center;
  background: #e60021;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 2em;
  border-radius: 2em;
  height: 5.5rem;
  min-width: 18rem;
}
.c-btn_contact {
  background: #e60021;
  color: #fff;
}
.c-btn_more {
  background: #005bac;
  color: #fff;
  min-width: 24rem;
}
.c-btn_more:after {
  content: "";
  display: inline-block;
  width: 1em;
  background: url(../images/icon_arrow_wr.svg) no-repeat center center/contain;
  aspect-ratio: 1/1;
}
.c-btn_entry {
  background: #e60021;
}
.c-btn_radio {
  background: #000;
  color: #fff;
  min-width: 24rem;
}
.c-btn_radio:after {
  content: "";
  display: inline-block;
  width: 1em;
  background: url(../images/icon_arrow_wr.svg) no-repeat center center/contain;
  aspect-ratio: 1/1;
}
.c-btn_pdf {
  background: #e60021;
  display: flex;
  gap: 0.5em;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.4;
}
.c-btn_pdf:after {
  content: "PDF";
  background: #fff;
  color: #e60021;
  font-weight: 700;
  font-size: 1.2rem;
  font-family: "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  padding-inline: 0.2em;
}
.c-btn.__disabled {
  background: #969696;
  pointer-events: none;
}

.c-icon_list_item {
  display: flex;
}
.c-icon_list_item:before {
  content: attr(data-icon);
  display: block;
  margin-right: 0.2em;
}

.c-underline {
  display: inline-block;
  border-bottom: 5px solid;
  padding-bottom: 0.2em;
  margin: 0 0.1em;
  font-feature-settings: "palt";
}
.c-underline.__yellow {
  display: inline-block;
  border-bottom: 5px solid #fff;
  margin: 0 0.1em;
  font-feature-settings: "palt";
}

.c-underline_text {
  display: inline-block;
  text-decoration: underline;
  text-decoration-thickness: 5px;
  text-underline-offset: 0.5em;
  margin: 0 0.1em;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .c-underline_text {
    text-underline-offset: 0.2em;
  }
}
.c-underline_text.__yellow {
  display: inline-block;
  border-bottom: 5px solid #fff;
  margin: 0 0.1em;
  font-feature-settings: "palt";
}

.c-font_gradate {
  background: linear-gradient(90deg, #fbcf00 0%, #fffcd1 25%, #cb9b0c 60%, #f3e18b 86%, #fffcd1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-mv {
  margin-block: 6.4rem;
  padding-inline: 1.6rem;
}
.p-mv .__main_title img {
  max-width: 100%;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
}
.p-mv .__time {
  margin-top: 2.4rem;
}
.p-mv .__time_list .__group {
  display: grid;
  grid-template-columns: 1fr 5fr;
  align-items: center;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .p-mv .__time_list .__group {
    grid-template-columns: 1fr 3fr;
    align-items: start;
  }
}
.p-mv .__time_list dt {
  font-weight: 500;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", YuMincho, serif;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.8));
}
@media (max-width: 767px) {
  .p-mv .__time_list dt {
    font-weight: 500;
    font-size: 1.8rem;
  }
}
.p-mv .__time_list dd {
  display: flex;
  gap: 0.5em 1.6rem;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", YuMincho, serif;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.8));
}
@media (max-width: 767px) {
  .p-mv .__time_list dd {
    font-weight: 500;
    font-size: 2rem;
  }
}
.p-mv .__time_list dd .__detail {
  font-weight: 500;
  font-size: 2rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", YuMincho, serif;
}
@media (max-width: 767px) {
  .p-mv .__time_list dd .__detail {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

.p-introduction {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.p-introduction_inner {
  width: 100%;
  margin-inline: auto;
  max-width: 112rem;
  padding-block: 5.4rem 2.4rem;
  text-align: center;
  line-height: 2;
  font-weight: 400;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", YuMincho, serif;
}
.p-introduction_inner .__heading {
  text-align: center;
  font-weight: 400;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", YuMincho, serif;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .p-introduction_inner .__heading {
    font-weight: 400;
    font-size: 2.8rem;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", YuMincho, serif;
  }
}
.p-introduction_inner .__text {
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .p-introduction_inner {
    font-weight: 400;
    font-size: 1.8rem;
    text-align: left;
    padding-inline: 3vw;
  }
}

.p-sponsor {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  overflow: hidden;
}
.p-sponsor_inner {
  width: 100%;
  margin-inline: auto;
  max-width: 112rem;
  padding-block: 5.4rem 2.4rem;
  padding-inline: 1.6rem;
  text-align: center;
  line-height: 2;
  font-weight: 500;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", YuMincho, serif;
}
.p-sponsor_inner .__text {
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .p-sponsor_inner {
    font-weight: 500;
    font-size: 1.8rem;
  }
}
.p-sponsor_list {
  margin-bottom: 2.4rem;
}
.p-sponsor_list .__title {
  letter-spacing: 1em;
  text-indent: 1em;
}
@media (max-width: 767px) {
  .p-sponsor_list .__title {
    letter-spacing: 0.2em;
    text-indent: 0.2em;
  }
}
.p-sponsor_support {
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.6rem;
  max-width: 113.6rem;
}
.p-sponsor_support_title {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}
.p-sponsor_support_title .__upper {
  font-weight: 700;
  font-size: 2.2rem;
  text-align: justify;
  text-justify: inter-ideograph;
  -moz-text-align-last: justify;
       text-align-last: justify;
  margin-bottom: 0.5em;
}
.p-sponsor_support_title .__lower {
  font-weight: 700;
  font-size: 2rem;
  font-family: "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
}
.p-sponsor_support_inner {
  background: #fff;
  border: 1px solid #fff;
  padding: 3.2rem;
}
@media (min-width: 1024px) {
  .p-sponsor_support_inner {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-sponsor_support_inner {
    margin-top: calc(5.6rem * 0.25);
    margin-bottom: calc(5.6rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-sponsor_support_inner {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
.p-sponsor_support_texts {
  padding: 3.2rem 0;
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.6rem;
  max-width: 113.6rem;
  font-size: 2rem;
  font-weight: 400;
  font-size: 1.9rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Arimo", sans-serif;
  text-align: justify;
  text-justify: inter-ideograph;
  -moz-text-align-last: left;
       text-align-last: left;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .p-sponsor_support_texts {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-sponsor_support_texts {
    margin-top: calc(5.6rem * 0.25);
    margin-bottom: calc(5.6rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-sponsor_support_texts {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
.p-sponsor_support_texts .__text_item {
  display: block;
  text-align: justify;
  text-justify: inter-ideograph;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media (max-width: 1023px) {
  .p-sponsor_support_texts .__text_item {
    display: inline;
  }
  .p-sponsor_support_texts .__text_item:after {
    content: "／";
  }
}
@media (max-width: 767px) {
  .p-sponsor_support_texts .__text_item {
    font-size: 1.4rem;
    display: inline;
  }
}
@media (max-width: 767px) {
  .p-sponsor_support_texts .__text_item2 {
    font-size: 1.4rem;
    display: inline;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
@media (min-width: 1024px) {
  .p-sponsor_coop {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-sponsor_coop {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-sponsor_coop {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-sponsor_coop_link {
  margin-left: auto;
  margin-right: auto;
  display: block;
  background: #000;
  color: #fff;
  border: 2px solid #fff;
  padding: 0.5em 1em;
  text-align: center;
  width: 80%;
  max-width: 30rem;
  font-weight: 700;
  font-size: 2rem;
}

.page-en .p-sponsor_support_title .__upper {
  letter-spacing: 1em;
  text-indent: 1em;
}

.p-contents {
  margin-block: 6.4rem 0;
  padding-block: 6.4rem 0;
}
.p-contents_note {
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-contents_note {
    margin-bottom: 1.6rem;
  }
}
.p-contents_reserve {
  margin-bottom: 1.6rem;
  display: grid;
  gap: 1.6rem;
  grid-template-columns: repeat(3, 14em);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-contents_reserve {
    margin-top: 1.6rem;
    grid-template-columns: repeat(2, 14em);
  }
}
@media (max-width: 767px) {
  .p-contents_reserve {
    grid-template-columns: repeat(2, 9.5em);
    gap: 0.8rem 1.6rem;
  }
}
.p-contents_reserve .__reserve_link {
  text-align: center;
  display: block;
  background: #000;
  color: #fff;
  border: 2px solid #fff;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 0.5em;
  width: 12em;
}
@media (max-width: 767px) {
  .p-contents_reserve .__reserve_link {
    width: 9em;
  }
}

.p-lightup {
  padding-inline: 1.6rem;
}
@media (max-width: 767px) {
  .p-lightup {
    padding-inline: 0;
  }
}
.p-lightup_title {
  font-weight: 700;
  font-size: 4rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .p-lightup_title {
    font-weight: 700;
    font-size: 3.2rem;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  }
}
.p-lightup_contents {
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.6rem;
  max-width: 91.6rem;
  display: grid;
  gap: 2.4rem;
  margin-block: 4.8rem;
}
.p-lightup_contents .__item {
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
}
.p-lightup_contents .__item > div {
  width: 50%;
}
.p-lightup_contents .__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .p-lightup_contents .__item {
    flex-direction: column;
  }
  .p-lightup_contents .__item:nth-of-type(even) {
    flex-direction: column;
  }
  .p-lightup_contents .__item > div {
    width: 100%;
  }
}
.p-lightup_contents .__cont {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.p-lightup_contents .__title {
  background: linear-gradient(180deg, #f0cc7e, #e8c47e 18%, #c78a03 60%);
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  color: #000;
  padding: 0.4em 1em;
}
.p-lightup_contents .__desc {
  line-height: 1.6;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
.p-lightup_contents .__image img {
  max-width: 100%;
}

.p-gallery {
  padding-inline: 1.6rem;
  background: url(../images/icon_momiji.png) no-repeat 1rem 3rem, url(../images/icon_momiji_1.png) no-repeat 95% -0.5rem;
}
@media (min-width: 1024px) {
  .p-gallery {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-gallery {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-gallery {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-gallery {
    padding-inline: 0;
  }
}
.p-gallery_title {
  font-weight: 700;
  font-size: 4rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .p-gallery_title {
    font-weight: 700;
    font-size: 2.3rem;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  }
}
.p-gallery_contents {
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.6rem;
  max-width: 91.6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  position: relative;
}
@media (min-width: 1024px) {
  .p-gallery_contents {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-gallery_contents {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-gallery_contents {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-gallery_contents .__image img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 750/497;
}
.p-gallery_contents .__comingsoon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: linear-gradient(180deg, #f0cc7e, #e8c47e 18%, #c78a03 60%);
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.6rem 2em;
  font-weight: 700;
  font-size: 3.2rem;
  font-family: "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
}

.p-event {
  padding-inline: 1.6rem;
  padding-block: 6.4rem;
  background: radial-gradient(ellipse at center, rgba(249, 243, 229, 0.2) 19%, rgba(244, 220, 140, 0.2) 60%, rgba(199, 137, 3, 0.2) 100%);
}
@media (min-width: 1024px) {
  .p-event {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-event {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 0);
  }
}
@media (max-width: 767px) {
  .p-event {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 0);
  }
}
@media (max-width: 767px) {
  .p-event {
    padding-inline: 0;
  }
}
.p-event_title {
  font-weight: 700;
  font-size: 4rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .p-event_title {
    font-weight: 700;
    font-size: 3.2rem;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  }
}
.p-event_lead {
  font-weight: 500;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  text-align: center;
  line-height: 1.4;
  padding-inline: 1.6rem;
}
@media (min-width: 1024px) {
  .p-event_lead {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-event_lead {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-event_lead {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-event_contents {
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.6rem;
  max-width: 91.6rem;
  display: grid;
  gap: 3.2rem;
}
@media (min-width: 1024px) {
  .p-event_contents {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-event_contents {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-event_contents {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-event .__item .__title {
  display: flex;
  gap: 0.8rem;
}
.p-event .__item .__title .__title_inner {
  border-left: 1rem solid #990b12;
  background: #000;
  font-weight: 500;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  padding: 0.4em 1em;
  flex-grow: 3;
  position: relative;
}
.p-event .__item .__title .__title_inner.__title_with_image {
  padding-left: 22rem;
}
@media (max-width: 767px) {
  .p-event .__item .__title .__title_inner.__title_with_image {
    padding-left: 16rem;
  }
}
.p-event .__item .__title .__title_inner .__inner_image {
  position: absolute;
  width: 18rem;
  top: 50%;
  left: 0.5em;
  transform: translateY(-50%);
}
.p-event .__item .__title .__title_inner .__inner_image img {
  width: 100%;
}
@media (max-width: 767px) {
  .p-event .__item .__title .__title_inner .__inner_image {
    width: 14rem;
  }
}
.p-event .__item .__title .__free {
  background: #990b12;
  font-weight: 500;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  padding: 0.4em 1em;
}
@media (max-width: 767px) {
  .p-event .__item .__title .__title_inner, .p-event .__item .__title .__free {
    font-weight: 500;
    font-size: 1.8rem;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  }
}
.p-event .__item .__contents {
  padding-block: 0.5em;
  display: grid;
  gap: 0.8rem 1.6rem;
}
.p-event .__item .__contents.__v1 {
  gap: 1.6rem 1.6rem;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "detail detail detail detail" "detail2 detail2 detail2 image";
}
.p-event .__item .__contents.__v2 {
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "detail detail detail image" "detail2 detail2 detail2 image" "detail2 detail2 detail2 image" "detail2 detail2 detail2 image" "detail2 detail2 detail2 image";
  align-items: start;
}
.p-event .__item .__contents.__v3 {
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "detail detail detail image" "detail2 detail2 detail2 image" "detail3 detail3 detail3 image";
  align-items: start;
}
@media (max-width: 767px) {
  .p-event .__item .__contents.__v1, .p-event .__item .__contents.__v2 {
    grid-template-columns: 1fr;
    grid-template-areas: "detail" "detail2" "image";
  }
  .p-event .__item .__contents.__v3 {
    grid-template-columns: 1fr;
    grid-template-areas: "detail" "detail2" "detail3" "image";
  }
}
.p-event .__item .__detail {
  font-weight: 400;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  line-height: 1.4;
  width: 100%;
  grid-area: detail;
}
@media (max-width: 767px) {
  .p-event .__item .__detail {
    font-weight: 400;
    font-size: 1.6rem;
  }
}
.p-event .__item .__detai3 {
  grid-area: detail3;
}
.p-event .__item .__detail2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: start;
  gap: 1.6rem;
  grid-area: detail2;
}
.p-event .__item .__detail2 .__schedule {
  display: grid;
  gap: 0.4rem;
}
.p-event .__item .__detail2 .__schedule .__group {
  display: grid;
  grid-template-columns: 6em 4fr;
  gap: 0.4rem;
  line-height: 1.6;
  font-weight: 500;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
}
.p-event .__item .__detail2 .__schedule.p-en_schedule .__group {
  grid-template-columns: 20rem auto;
}
@media (max-width: 767px) {
  .p-event .__item .__detail2 .__schedule.p-en_schedule .__group {
    grid-template-columns: 1fr;
  }
}
.p-event .__item .__detail2 .__schedule.p-en_schedule .__list_title_inner {
  width: 10em;
  text-align: left;
  text-justify: none;
  -moz-text-align-last: left;
       text-align-last: left;
}
.p-event .__item .__detail2 .__schedule.p-en_schedule2 .__group {
  grid-template-columns: 20rem auto;
}
@media (max-width: 767px) {
  .p-event .__item .__detail2 .__schedule.p-en_schedule2 .__group {
    grid-template-columns: 1fr;
  }
}
.p-event .__item .__detail2 .__schedule.p-en_schedule2 .__list_title_inner {
  width: 10em;
  text-align: left;
  text-justify: none;
  -moz-text-align-last: left;
       text-align-last: left;
}
.p-event .__item .__detail2 .__schedule .__list_title_inner {
  width: 4em;
  text-align: justify;
  text-justify: inter-ideograph;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.p-event .__item .__detail2 .__schedule .__desc {
  font-feature-settings: "palt";
}
.p-event .__item .__image {
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  gap: 0.8rem;
  grid-area: image;
  justify-self: end;
}
.p-event .__item .__image .__notice {
  font-weight: 400;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
}
@media (max-width: 767px) {
  .p-event .__item .__image {
    width: -moz-fit-content;
    width: fit-content;
    display: grid;
    gap: 0.8rem;
    justify-self: center;
  }
  .p-event .__item .__image.__col2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-map_inner {
  padding-inline: 1.6rem;
}
@media (min-width: 1024px) {
  .p-map_inner {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-map_inner {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-map_inner {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-map_inner {
    padding-inline: 0;
  }
}
.p-map_title {
  font-weight: 700;
  font-size: 4rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .p-map_title {
    font-weight: 700;
    font-size: 3.2rem;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
    text-align: center;
  }
}
.p-map_image {
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.6rem;
  max-width: 91.6rem;
}
.p-map_image img {
  width: 100%;
}
.p-map_access {
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.6rem;
  max-width: 91.6rem;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2.4rem;
}
@media (min-width: 1024px) {
  .p-map_access {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-map_access {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-map_access {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-map_access {
    grid-template-columns: 1fr;
  }
}
.p-map_access .__list {
  display: grid;
  gap: 1.6rem;
}
.p-map_access .__list .__list_item {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-map_access .__list .__list_item {
    font-weight: 500;
    font-size: 1.6rem;
  }
}
.p-map_access .__access {
  color: #f3981c;
  font-weight: 400;
  font-size: 5.4rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", YuMincho, serif;
  letter-spacing: 1.6rem;
}
.p-map_access .__image img {
  max-width: 100%;
}
.p-map .__area {
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.6rem;
  max-width: 91.6rem;
  position: relative;
}
@media (min-width: 1024px) {
  .p-map .__area {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-map .__area {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-map .__area {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-map .__area .__comingsoon {
  position: absolute;
  z-index: 2;
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, #f0cc7e, #e8c47e 18%, #c78a03 60%);
}
.p-map .__area_btn {
  display: block;
  background: linear-gradient(180deg, #f0cc7e, #e8c47e 18%, #c78a03 60%);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  padding: 0.5em 1em;
  font-weight: 700;
  font-size: 2rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  text-align: center;
  color: #000;
  letter-spacing: 0.08em;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
.p-map .__area_btn.__disabled {
  pointer-events: none;
}
.p-map .__area_btn .__comingsoon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: linear-gradient(180deg, #f0cc7e, #e8c47e 18%, #c78a03 60%);
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.6rem 2em;
  font-weight: 700;
  font-size: 3.2rem;
  font-family: "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
}

.p-cooperation {
  width: 100%;
  margin-inline: auto;
  max-width: 112rem;
  background: #633f2a;
  padding: 3.2rem;
}
@media (min-width: 1024px) {
  .p-cooperation {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-cooperation {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-cooperation {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.p-cooperation_list {
  padding-block: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
  row-gap: 0.8rem;
  justify-content: space-between;
  align-items: center;
}
.p-cooperation_list .__break {
  width: 100%;
  height: 1px;
}
.p-cooperation_list .__item {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .p-cooperation_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
    row-gap: 1.6rem;
    justify-items: center;
  }
  .p-cooperation_list .__break {
    display: none;
  }
}

.p-page-gallery {
  width: 100%;
  margin-inline: auto;
  max-width: 112rem;
  background: #633f2a;
  padding: 3.2rem 4.8rem;
}
@media (min-width: 1024px) {
  .p-page-gallery {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-page-gallery {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-page-gallery {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-page-gallery {
    padding: 3.2rem 2.4rem;
  }
}
.p-page-gallery_category {
  padding-block: 3.2rem;
  display: grid;
  gap: 2.4rem;
}
.p-page-gallery .__title {
  font-weight: 700;
  font-size: 3.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-page-gallery .__title {
    font-weight: 700;
    font-size: 2.2rem;
  }
}
.p-page-gallery .__list {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .p-page-gallery .__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-page-gallery .__list img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 750/497;
}

.p-area {
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.6rem;
  max-width: 113.6rem;
}
@media (min-width: 1024px) {
  .p-area {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-area {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-area {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.p-area_title {
  font-weight: 700;
  font-size: 3.2rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  text-align: center;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
.p-area_images {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
}
@media (min-width: 1024px) {
  .p-area_images {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-area_images {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-area_images {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-area_images {
    gap: 0.4rem;
  }
}
.p-area_contents {
  display: flex;
  justify-content: space-between;
  gap: 1.6rem;
  width: 100%;
  margin-inline: auto;
  max-width: 100rem;
}
@media (min-width: 1024px) {
  .p-area_contents {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-area_contents {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-area_contents {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-area_contents {
    flex-direction: column;
  }
}
.p-area_service {
  width: 100%;
  margin-inline: auto;
  max-width: 100rem;
  border: 1rem solid #fff;
  background-color: #fadce5;
  color: #000;
  padding: 2.4rem;
}
@media (min-width: 1024px) {
  .p-area_service {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-area_service {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-area_service {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.p-area_service_title {
  display: flex;
  gap: 2.4rem;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.4;
}
.p-area_service_title:before {
  content: url(../images/icon_service_l.png);
}
.p-area_service_title:after {
  content: url(../images/icon_service_r.png);
}
@media (max-width: 767px) {
  .p-area_service_title {
    font-weight: 700;
    font-size: 1.8rem;
    display: grid;
  }
  .p-area_service_title:before {
    text-align: left;
  }
  .p-area_service_title:after {
    text-align: right;
  }
}
.p-area_service_list {
  line-height: 1.4;
  padding-inline: 5.6rem;
}
@media (min-width: 1024px) {
  .p-area_service_list {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-area_service_list {
    margin-top: calc(5.6rem * 0.25);
    margin-bottom: calc(5.6rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-area_service_list {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
.p-area_service_list .__item {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: 1fr 2fr;
  line-height: 1.4;
}
.p-area_service_list .__item .__upper {
  font-weight: 700;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .p-area_service_list {
    padding-inline: 0;
  }
  .p-area_service_list .__item {
    grid-template-columns: 1fr;
    font-weight: "";
    font-size: 1.4rem;
  }
  .p-area_service_list .__item .__upper {
    font-weight: 700;
    font-size: 1.6rem;
  }
  .p-area_service_list .__item .__lower {
    text-align: center;
  }
  .p-area_service_list .__item a {
    font-weight: "";
    font-size: 1.2rem;
  }
}

.page-en .p-en_small {
  font-size: 80%;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.p-header_root {
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .p-header_root {
    font-weight: 700;
    font-size: 1.8rem;
  }
}
.p-header_inner {
  padding-block: 0.8rem;
  display: flex;
  gap: 3.2rem;
  justify-content: space-between;
  align-items: center;
}
.p-header_logo {
  font-weight: 500;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", YuMincho, serif;
  color: #fff;
  z-index: 11;
}
.p-header_logo .__logo {
  width: 100%;
}
.p-header_language {
  flex-shrink: 0;
}
.p-header_language_btn {
  display: block;
  border: 1px solid #fff;
  padding: 0.5em 1em;
  font-weight: 500;
  font-size: 1.6rem;
  font-family: "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  color: #fff;
}
.p-header_nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3.2rem;
}
@media (max-width: 767px) {
  .p-header_nav {
    background: #000;
    height: calc(100vh - 4.6rem);
    height: calc(100dvh - 4.6rem);
    height: 100vh;
    position: fixed;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    top: 4.6rem;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    visibility: hidden;
  }
  .p-header_nav.is-open {
    display: flex;
    opacity: 1;
    z-index: 10;
    visibility: visible;
  }
}
.p-header_nav_list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  row-gap: 0.8rem;
}
@media (max-width: 767px) {
  .p-header_nav_list {
    justify-content: center;
    flex-direction: column;
  }
}
.p-header_nav_list .__item {
  position: relative;
}
.p-header_nav_list .__item a {
  font-weight: 500;
  font-size: 1.6rem;
  font-family: "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  display: block;
  color: #fff;
}
.p-header_nav_list .__item a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.p-footer {
  width: 100%;
  margin-inline: auto;
  max-width: 100%rem;
  color: #fff;
  padding-block: 1.6rem;
  z-index: 10;
}
.p-footer_copyright {
  font-weight: 400;
  font-size: 1.1rem;
  text-align: center;
}

.p-pagetop {
  position: fixed;
  right: 10px;
  z-index: 9;
  opacity: 0;
  transform: translateY(100px);
}
.p-pagetop > span {
  display: grid;
  place-content: center;
  text-align: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  transition: all 0.3s;
  cursor: pointer;
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
.p-pagetop > span:hover {
  opacity: 0.7;
}
.p-pagetop.upMove {
  animation: UpAnime 0.5s forwards;
}
.p-pagetop.downMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
.u-hidden {
  overflow: hidden;
}

body.is-open {
  position: fixed;
  overflow: hidden;
  height: 100vh;
  height: 100dvh;
}

.c-hamburger {
  display: none;
  position: relative;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background: transparent;
  transition: transform 0.3s;
}
@media (max-width: 767px) {
  .c-hamburger {
    display: block;
    justify-self: end;
    z-index: 11;
  }
}

.c-hamburger__top,
.c-hamburger__center,
.c-hamburger__bottom {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  transition: all 0.3s;
  border-radius: 5px;
  background-color: #fff;
}

.c-hamburger__top {
  top: 0;
}

.c-hamburger__center {
  margin-top: 6px;
  margin-bottom: 6px;
}

.c-hamburger__bottom {
  top: 0;
}

.c-hamburger.is-open .c-hamburger__top {
  top: 8px;
  transform: rotate(-45deg);
  background-color: #fff;
}

.c-hamburger.is-open .c-hamburger__center {
  opacity: 0;
}

.c-hamburger.is-open .c-hamburger__bottom {
  top: -8px;
  transform: rotate(45deg);
  background-color: #fff;
}

@media (min-width: 1024px) {
  .h-pc_hide,
  .h-pc_tab_hide {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .h-tab_hide,
  .h-pc_tab_hide,
  .h-sp_tab_hide {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .h-sp_hide,
  .h-sp_tab_hide {
    display: none !important;
  }
}
.h-hide {
  display: none !important;
}

.h-disabled {
  pointer-events: none;
}

.hp_mb0 {
  margin-bottom: 0rem !important;
}
@media (max-width: 767px) {
  .hp_mb0 {
    margin-bottom: 0rem !important;
  }
}

.hp_pb0 {
  padding-bottom: 0rem !important;
}
@media (max-width: 767px) {
  .hp_pb0 {
    padding-bottom: 0rem !important;
  }
}

.hp_mb10 {
  margin-bottom: 1.6rem !important;
}
@media (max-width: 767px) {
  .hp_mb10 {
    margin-bottom: 0.8rem !important;
  }
}

.hp_pb10 {
  padding-bottom: 1.6rem !important;
}
@media (max-width: 767px) {
  .hp_pb10 {
    padding-bottom: 0.8rem !important;
  }
}

.hp_mb20 {
  margin-bottom: 3.2rem !important;
}
@media (max-width: 767px) {
  .hp_mb20 {
    margin-bottom: 1.6rem !important;
  }
}

.hp_pb20 {
  padding-bottom: 3.2rem !important;
}
@media (max-width: 767px) {
  .hp_pb20 {
    padding-bottom: 1.6rem !important;
  }
}

.hp_mb30 {
  margin-bottom: 4.8rem !important;
}
@media (max-width: 767px) {
  .hp_mb30 {
    margin-bottom: 2.4rem !important;
  }
}

.hp_pb30 {
  padding-bottom: 4.8rem !important;
}
@media (max-width: 767px) {
  .hp_pb30 {
    padding-bottom: 2.4rem !important;
  }
}

.hp_mb40 {
  margin-bottom: 6.4rem !important;
}
@media (max-width: 767px) {
  .hp_mb40 {
    margin-bottom: 3.2rem !important;
  }
}

.hp_pb40 {
  padding-bottom: 6.4rem !important;
}
@media (max-width: 767px) {
  .hp_pb40 {
    padding-bottom: 3.2rem !important;
  }
}

.hp_mb50 {
  margin-bottom: 8rem !important;
}
@media (max-width: 767px) {
  .hp_mb50 {
    margin-bottom: 4rem !important;
  }
}

.hp_pb50 {
  padding-bottom: 8rem !important;
}
@media (max-width: 767px) {
  .hp_pb50 {
    padding-bottom: 4rem !important;
  }
}

.hp_mb60 {
  margin-bottom: 9.6rem !important;
}
@media (max-width: 767px) {
  .hp_mb60 {
    margin-bottom: 4.8rem !important;
  }
}

.hp_pb60 {
  padding-bottom: 9.6rem !important;
}
@media (max-width: 767px) {
  .hp_pb60 {
    padding-bottom: 4.8rem !important;
  }
}

.hp_mb70 {
  margin-bottom: 11.2rem !important;
}
@media (max-width: 767px) {
  .hp_mb70 {
    margin-bottom: 5.6rem !important;
  }
}

.hp_pb70 {
  padding-bottom: 11.2rem !important;
}
@media (max-width: 767px) {
  .hp_pb70 {
    padding-bottom: 5.6rem !important;
  }
}

.hp_mb80 {
  margin-bottom: 12.8rem !important;
}
@media (max-width: 767px) {
  .hp_mb80 {
    margin-bottom: 6.4rem !important;
  }
}

.hp_pb80 {
  padding-bottom: 12.8rem !important;
}
@media (max-width: 767px) {
  .hp_pb80 {
    padding-bottom: 6.4rem !important;
  }
}

.hp_mb90 {
  margin-bottom: 14.4rem !important;
}
@media (max-width: 767px) {
  .hp_mb90 {
    margin-bottom: 7.2rem !important;
  }
}

.hp_pb90 {
  padding-bottom: 14.4rem !important;
}
@media (max-width: 767px) {
  .hp_pb90 {
    padding-bottom: 7.2rem !important;
  }
}

.hp_mb100 {
  margin-bottom: 16rem !important;
}
@media (max-width: 767px) {
  .hp_mb100 {
    margin-bottom: 8rem !important;
  }
}

.hp_pb100 {
  padding-bottom: 16rem !important;
}
@media (max-width: 767px) {
  .hp_pb100 {
    padding-bottom: 8rem !important;
  }
}

.hp_mt0 {
  margin-top: 0rem !important;
}

.hp_mt10 {
  margin-top: 1.6rem !important;
}

.hp_mt20 {
  margin-top: 3.2rem !important;
}

.hp_mt30 {
  margin-top: 4.8rem !important;
}

.hp_mt40 {
  margin-top: 6.4rem !important;
}

.hp_mt50 {
  margin-top: 8rem !important;
}

.hp_mt60 {
  margin-top: 9.6rem !important;
}

.hp_mt70 {
  margin-top: 11.2rem !important;
}

.hp_mt80 {
  margin-top: 12.8rem !important;
}

.hp_mt90 {
  margin-top: 14.4rem !important;
}

.hp_mt100 {
  margin-top: 16rem !important;
}

.hp_bold {
  font-weight: 700;
}

.hp_white {
  color: #fff;
}

.hp_black {
  color: #000;
}

.hp_tac {
  text-align: center;
}

@media (max-width: 767px) {
  .hp_sp_tal {
    text-align: left;
  }
}

.hp_tal {
  text-align: left;
}

@media (max-width: 767px) {
  .hp_sp_padding {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}

.hp_bg_white {
  background: #fff;
}
.hp_bg_white .__note {
  color: #000;
}

.hp_bg_radius {
  border-radius: 1.4rem;
}

.hp_contents_padding {
  padding: 2.4rem;
}

.hp_image_org_width img {
  width: auto !important;
}

.hp_fontL {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .hp_fontL {
    font-size: 1.8rem;
  }
}

.hp_fontS {
  font-size: 80%;
}

.hp_notice {
  font-size: 80%;
}

.h-link_underline {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}