@charset "UTF-8";
/*!
 * Bootstrap Reboot v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*# sourceMappingURL=bootstrap-reboot.css.map */
:root {
  scroll-behavior: auto;
}

html,
body {
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", helvetica, arial, verdana, sans-serif;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  font-size: 62.5%;
  font-weight: 400;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #111;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.l-header {
  position: absolute;
  width: 100vw;
}
@media screen and (min-width: 769px) {
  .l-header {
    height: 120px;
    display: flex;
    align-items: center;
  }
}
.l-header__logo {
  position: fixed;
  z-index: 8;
  top: 23px;
  left: 32px;
  width: clamp(120px, 35vw, 188px);
  height: 74px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.l-header__logo.is-show {
  opacity: 1;
}
.l-header__logo path {
  fill: #001735;
  transition: fill 0.2s ease;
}
@media screen and (min-width: 769px) {
  .l-header a:hover .l-header__logo path {
    fill: #EE002B;
  }
  .l-header a:hover .l-header__logo.is-open path {
    fill: #FFB50A;
  }
}
.l-header__nav {
  display: none;
  margin: 0 220px 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .l-header__nav {
    display: block;
  }
}
.l-header .l-nav {
  display: flex;
}
.l-header .l-nav__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #111;
  font-size: clamp(1.6rem, 1.2vw, 2rem);
  font-weight: bold;
  letter-spacing: 3px;
}
.l-header .l-nav__item a small {
  font-size: clamp(1rem, 0.8vw, 1.2rem);
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .l-header .l-nav__item a:hover {
    color: #EE002B;
    text-shadow: -1px -1px 1px #fff, -1px 0 1px #fff, -1px 1px 1px #fff, 0 -1px 1px #fff, 0 1px 1px #fff, 1px -1px 1px #fff, 1px 0 1px #fff, 1px 1px 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
    transition: all 0.2s ease;
  }
  .l-header .l-nav__item a:hover small {
    color: inherit;
  }
}
.l-header .l-nav__item + .l-nav__item {
  margin-left: min(3vw, 56px);
}
.l-header__menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 12;
  top: 12px;
  right: 12px;
  width: 80px;
  height: 80px;
  background: url(../img/menu.svg) center center no-repeat;
  background-size: contain;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .l-header__menu {
    top: 0;
    right: 0;
    width: 104px;
    height: 104px;
  }
}
.l-header__menu span {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  transition: all 0.3s ease;
}
.l-header__menu span:nth-child(1) {
  margin-top: -8px;
}
.l-header__menu span:nth-child(2) {
  margin-top: -1px;
}
.l-header__menu span:nth-child(3) {
  margin-top: 7px;
}
@media screen and (min-width: 769px) {
  .l-header__menu span {
    width: 32px;
  }
  .l-header__menu span:nth-child(1) {
    margin-top: -10px;
  }
  .l-header__menu span:nth-child(2) {
    margin-top: -1px;
  }
  .l-header__menu span:nth-child(3) {
    margin-top: 9px;
  }
}
@media screen and (min-width: 769px) {
  .l-header__menu:hover span {
    background: #FFB50A;
  }
}
.l-header__menu.is-open {
  z-index: 21;
}
.l-header__menu.is-open span:nth-child(1) {
  margin-top: -1px;
  transform: rotate(225deg);
}
.l-header__menu.is-open span:nth-child(2) {
  opacity: 0;
  transform: translateX(10px);
}
.l-header__menu.is-open span:nth-child(3) {
  margin-top: -1px;
  transform: rotate(-225deg);
}

.l-drawer {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  user-select: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  background: #001735;
  transition: all 0.3s ease;
}
.l-drawer__logo {
  position: absolute;
  top: 23px;
  left: 32px;
  width: clamp(120px, 35vw, 188px);
  height: 74px;
}
.l-drawer__logo path {
  fill: #fff;
  transition: fill 0.2s ease;
}
@media screen and (min-width: 769px) {
  .l-drawer a:hover .l-drawer__logo path {
    fill: #EE002B;
  }
}
.l-drawer__inner {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: clamp(80px, 24vw, 120px) 0 40px 0;
}
@media screen and (min-width: 769px) {
  .l-drawer__inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.l-drawer.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  user-select: auto;
}
.l-drawer__bg {
  opacity: 0.01;
  position: absolute;
  top: 0;
  right: -5vw;
  bottom: 0;
  left: -5vw;
  margin: auto;
  width: 110vw;
  height: 100vh;
  pointer-events: none;
  user-select: none;
}
.l-drawer__bg path {
  fill: #fff;
}
.l-drawer__nav {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .l-drawer__nav {
    padding: 0 64px;
  }
}
.l-drawer__nav.is-animate .l-nav__item,
.l-drawer__nav.is-animate .l-sns__item {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 0s 1 both;
}
.l-drawer__nav.is-animate .l-nav > li:nth-child(1) {
  animation-delay: 0.07s;
}
.l-drawer__nav.is-animate .l-nav > li:nth-child(2) {
  animation-delay: 0.14s;
}
.l-drawer__nav.is-animate .l-nav > li:nth-child(3) {
  animation-delay: 0.21s;
}
.l-drawer__nav.is-animate .l-nav > li:nth-child(4) {
  animation-delay: 0.28s;
}
.l-drawer__nav.is-animate .l-nav > li:nth-child(5) {
  animation-delay: 0.35s;
}
.l-drawer__nav.is-animate .l-nav > li:nth-child(6) {
  animation-delay: 0.42s;
}
.l-drawer__nav.is-animate .l-nav > li:nth-child(7) {
  animation-delay: 0.49s;
}
@media screen and (min-width: 769px) {
  .l-drawer__nav.is-animate .l-nav > li:nth-child(3) {
    animation-delay: 0.14s;
  }
  .l-drawer__nav.is-animate .l-nav > li:nth-child(5) {
    animation-delay: 0.21s;
  }
  .l-drawer__nav.is-animate .l-nav > li:nth-child(2) {
    animation-delay: 0.28s;
  }
  .l-drawer__nav.is-animate .l-nav > li:nth-child(4) {
    animation-delay: 0.35s;
  }
}
.l-drawer__nav.is-animate .l-sns > li:nth-child(1) {
  animation-delay: 0.28s;
}
.l-drawer__nav.is-animate .l-sns > li:nth-child(2) {
  animation-delay: 0.35s;
}
.l-drawer__nav.is-animate .l-sns > li:nth-child(3) {
  animation-delay: 0.42s;
}
.l-drawer__nav.is-animate .l-sns > li:nth-child(4) {
  animation-delay: 0.49s;
}
.l-drawer__nav.is-animate .l-sns > li:nth-child(5) {
  animation-delay: 0.56s;
}
@media screen and (min-width: 769px) {
  .l-drawer .l-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .l-drawer .l-nav > li:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .l-drawer .l-nav > li:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .l-drawer .l-nav > li:nth-child(3) {
    grid-area: 2/1/3/2;
  }
  .l-drawer .l-nav > li:nth-child(4) {
    grid-area: 2/2/3/3;
  }
  .l-drawer .l-nav > li:nth-child(5) {
    grid-area: 3/1/4/2;
  }
  .l-drawer .l-nav > li:nth-child(6) {
    grid-area: 3/2/4/3;
  }
  .l-drawer .l-nav > li:nth-child(7) {
    grid-area: 1/3/4/4;
  }
}
.l-drawer .l-nav__item {
  margin: 20px 32px;
}
@media screen and (min-width: 769px) {
  .l-drawer .l-nav__item {
    margin: 20px clamp(24px, 4vw, 62px);
  }
}
.l-drawer .l-nav__item > a,
.l-drawer .l-nav__item > span {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: clamp(3rem, 4vw, 6rem);
  font-weight: bold;
  letter-spacing: 3px;
}
.l-drawer .l-nav__item > a > small,
.l-drawer .l-nav__item > span > small {
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: normal;
  transition: color 0.2s ease;
}
.l-drawer .l-nav__item > a {
  transition: color 0.2s ease;
}
@media screen and (min-width: 769px) {
  .l-drawer .l-nav__item > a:hover {
    color: #FFB50A;
  }
  .l-drawer .l-nav__item > a:hover small {
    color: inherit;
  }
}
.l-drawer .l-sns {
  display: flex;
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .l-drawer .l-sns {
    flex-direction: column;
    margin-top: 40px;
  }
}
.l-drawer .l-sns__item a {
  display: flex;
  align-items: center;
  width: 26px;
  color: #fff;
  font-size: 0;
  letter-spacing: 3px;
  transition: color 0.2s ease;
}
@media screen and (min-width: 769px) {
  .l-drawer .l-sns__item a {
    width: auto;
    font-size: clamp(1.8rem, 2.3vw, 2.6rem);
  }
  .l-drawer .l-sns__item a:hover {
    color: #FFB50A;
  }
  .l-drawer .l-sns__item a:hover .c-snsIcon path {
    fill: #FFB50A;
  }
}
.l-drawer .l-sns__item + .l-sns__item {
  margin-left: 24px;
}
@media screen and (min-width: 769px) {
  .l-drawer .l-sns__item + .l-sns__item {
    margin: 24px 0 0;
  }
}
.l-drawer .l-sns__item .c-snsIcon {
  width: 26px;
  height: 24px;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .l-drawer .l-sns__item .c-snsIcon {
    margin-right: 24px;
  }
}
.l-drawer .l-sns__item .c-snsIcon path {
  transition: fill 0.2s ease;
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.l-container {
  animation: fadeIn 1s ease 0.3s both;
}

.l-main {
  display: flex;
}
.l-main__inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-right: -104px;
  padding-bottom: clamp(80px, 24vw, 208px);
}

.l-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(16px, 5vw, 32px);
}
@media screen and (min-width: 769px) {
  .l-inner {
    box-sizing: content-box;
    padding: 0 104px;
  }
}
.l-inner--footer {
  padding: 0 clamp(16px, 5vw, 32px);
}

.l-side {
  display: none;
  overflow: hidden;
  position: sticky;
  left: calc(100% - 104px);
  top: 0;
  width: 104px;
  height: 100vh;
  padding-bottom: 32px;
}
@media screen and (min-width: 769px) {
  .l-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
}
.l-side__label {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  transform: rotate(90deg);
  height: calc(6em + 64px);
}
.l-side__label::after {
  width: 32px;
  height: 1px;
  margin-left: 32px;
  background: #111;
  content: "";
}
.l-side__sns {
  margin-top: 32px;
}
@media screen and (min-width: 769px) {
  .l-side .l-sns__item a:hover .c-snsIcon path {
    fill: #EE002B;
  }
}
.l-side .l-sns__item + .l-sns__item {
  margin-top: 32px;
}
.l-side .l-sns__item .c-snsIcon {
  width: 26px;
  height: 24px;
}
.l-side .l-sns__item .c-snsIcon path {
  fill: #111;
  transition: fill 0.2s ease;
}

.l-join__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding: 0 clamp(16px, 5vw, 32px);
  background: url(../img/photo-07.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}
.l-join__catch {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: bold;
}
.l-join__text {
  margin-top: 24px;
  font-size: clamp(1.6rem, 4vw, 1.8rem);
}
.l-join__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  height: 64px;
  margin: 24px clamp(16px, 5vw, 32px) 0;
  border: solid 1px #fff;
  border-radius: 8px;
  font-size: 2rem;
  color: #fff;
  transition: all 0.2s ease;
}
.l-join__link:hover {
  color: #111;
  background: #fff;
}

.l-footer {
  background: #001735;
  padding: 80px 0;
}
.l-footer .l-inner {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media screen and (min-width: 769px) {
  .l-footer .l-inner {
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(2, auto);
  }
}
.l-footer .l-inner > a {
  grid-area: 2/1/3/2;
  margin-top: 56px;
}
@media screen and (min-width: 769px) {
  .l-footer .l-inner > a {
    grid-area: 1/1/2/2;
    margin: 0;
  }
}
.l-footer__logo {
  width: 152px;
  height: 60px;
}
.l-footer__logo path {
  transition: fill 0.2s ease;
}
@media screen and (min-width: 769px) {
  .l-footer a:hover .l-footer__logo path {
    fill: #FFB50A;
  }
}
.l-footer__copyright {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  grid-area: 2/2/3/3;
  color: #fff;
  font-size: 1.2rem;
  margin-top: 56px;
}
@media screen and (min-width: 769px) {
  .l-footer__copyright {
    justify-content: flex-start;
    grid-area: 2/1/3/2;
    margin: 0;
  }
}
.l-footer__nav {
  grid-area: 1/1/2/3;
}
@media screen and (min-width: 769px) {
  .l-footer__nav {
    grid-area: 1/2/3/3;
  }
}
.l-footer .l-nav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(4, auto);
  grid-column-gap: 0;
  grid-row-gap: 0;
}
@media screen and (max-width: 768px) {
  .l-footer .l-nav > li:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .l-footer .l-nav > li:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .l-footer .l-nav > li:nth-child(3) {
    grid-area: 2/1/3/2;
  }
  .l-footer .l-nav > li:nth-child(4) {
    grid-area: 2/2/3/3;
  }
  .l-footer .l-nav > li:nth-child(5) {
    grid-area: 3/1/4/2;
  }
  .l-footer .l-nav > li:nth-child(6) {
    grid-area: 3/2/4/3;
  }
  .l-footer .l-nav > li:nth-child(7) {
    grid-area: 4/1/5/3;
  }
  .l-footer .l-nav > li:nth-child(2) ~ li {
    margin-top: 24px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .l-footer .l-nav {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    margin-left: 15vw;
  }
  .l-footer .l-nav > li:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .l-footer .l-nav > li:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .l-footer .l-nav > li:nth-child(3) {
    grid-area: 1/3/2/4;
  }
  .l-footer .l-nav > li:nth-child(4) {
    grid-area: 2/1/3/2;
  }
  .l-footer .l-nav > li:nth-child(5) {
    grid-area: 2/2/3/3;
  }
  .l-footer .l-nav > li:nth-child(6) {
    grid-area: 2/3/3/4;
  }
  .l-footer .l-nav > li:nth-child(7) {
    grid-area: 3/1/4/4;
  }
  .l-footer .l-nav > li:nth-child(3) ~ li {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer .l-nav {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    margin-left: 240px;
  }
  .l-footer .l-nav > li:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .l-footer .l-nav > li:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .l-footer .l-nav > li:nth-child(3) {
    grid-area: 1/3/2/4;
  }
  .l-footer .l-nav > li:nth-child(4) {
    grid-area: 2/1/3/2;
  }
  .l-footer .l-nav > li:nth-child(5) {
    grid-area: 2/2/3/3;
  }
  .l-footer .l-nav > li:nth-child(6) {
    grid-area: 2/3/3/4;
  }
  .l-footer .l-nav > li:nth-child(7) {
    grid-area: 1/4/3/5;
  }
  .l-footer .l-nav > li:nth-child(4),
.l-footer .l-nav > li:nth-child(5),
.l-footer .l-nav > li:nth-child(6) {
    margin-top: 24px;
  }
}
.l-footer .l-nav__item > a,
.l-footer .l-nav__item > span {
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
}
.l-footer .l-nav__item > a small,
.l-footer .l-nav__item > span small {
  margin-top: 4px;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 1px;
}
.l-footer .l-nav__item > a {
  transition: color 0.2s ease;
}
@media screen and (min-width: 769px) {
  .l-footer .l-nav__item > a:hover {
    color: #FFB50A;
  }
  .l-footer .l-nav__item > a:hover small {
    color: inherit;
  }
}
.l-footer .l-sns {
  display: flex;
  margin-top: 24px;
}
.l-footer .l-sns__item + .l-sns__item {
  margin-left: 24px;
}
.l-footer .l-sns__item .c-snsIcon {
  width: 26px;
  height: 24px;
}
.l-footer .l-sns__item .c-snsIcon path {
  transition: fill 0.2s ease;
}
@media screen and (min-width: 769px) {
  .l-footer .l-sns__item a:hover .c-snsIcon path {
    fill: #FFB50A;
  }
}

.p-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
}
.p-loading.is-active > div:nth-child(1),
.p-loading.is-active > div:nth-child(3) {
  animation: slideOut01 1s cubic-bezier(0.65, 0, 0.35, 1) 1s 1 both;
}
.p-loading.is-active > div:nth-child(2) {
  animation: slideOut02 1s cubic-bezier(0.65, 0, 0.35, 1) 1s 1 both;
}
.p-loading > div:nth-child(1),
.p-loading > div:nth-child(2),
.p-loading > div:nth-child(3) {
  position: absolute;
  top: 0;
  bottom: 0;
}
.p-loading > div:nth-child(1),
.p-loading > div:nth-child(3) {
  width: 200%;
  overflow: hidden;
}
.p-loading > div:nth-child(1) div,
.p-loading > div:nth-child(3) div {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: skewX(-45deg);
  background: #EE002B;
}
.p-loading > div:nth-child(1) {
  left: 0;
}
.p-loading > div:nth-child(1) div {
  right: 107.5%;
}
@media screen and (min-width: 769px) {
  .p-loading > div:nth-child(1) div {
    right: 97.5%;
  }
}
.p-loading > div:nth-child(2) {
  right: -15%;
  left: -15%;
  width: 130%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-loading > div:nth-child(2) {
    right: 0;
    left: 0;
    width: 90%;
  }
}
.p-loading > div:nth-child(2) div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #001735;
  transform: skewX(-45deg);
}
.p-loading > div:nth-child(3) {
  right: 0;
}
.p-loading > div:nth-child(3) div {
  left: 107.5%;
}
@media screen and (min-width: 769px) {
  .p-loading > div:nth-child(3) div {
    left: 97.5%;
  }
}
.p-loading__logo {
  width: clamp(200px, 50vw, 526px);
  max-height: 208px;
  transform: skewX(45deg);
}

@keyframes slideOut01 {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(2000px, -2000px);
  }
}
@keyframes slideOut02 {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(-2000px, 2000px);
  }
}
.p-fv {
  position: relative;
  height: calc(var(--vh, 1vh) * 100);
  pointer-events: none;
  user-select: none;
}
.p-fv__decoration {
  position: absolute;
  transform: skew(-45deg);
  transform-origin: top right;
  z-index: -1;
}
.p-fv__decoration--01 {
  width: 222px;
  height: 300px;
  background: #001735;
  top: 0;
  left: -2%;
  margin-left: -52px;
}
.p-fv__decoration--02 {
  opacity: 0;
  width: min(30vw, 260px);
  height: 400px;
  background: #EE002B;
  top: -280px;
  left: 30%;
  margin-left: 350px;
  transition: opacity 1s ease;
}
@media screen and (min-width: 769px) {
  .p-fv__decoration--02 {
    opacity: 1;
  }
}
.p-fv__decoration--03 {
  width: 210px;
  height: 500px;
  background: #EE002B;
  top: -250px;
  right: -360px;
  transition: background 1s ease;
}
@media screen and (min-width: 769px) {
  .p-fv__decoration--03 {
    background: #001735;
  }
}
.p-fv__decoration--04 {
  width: 120px;
  height: 300px;
  background: #001735;
  top: 30%;
  left: 120px;
}
.p-fv__decoration--05 {
  width: 600px;
  height: 300px;
  background: #EE002B;
  bottom: 90px;
  left: -340px;
  transform: skewY(-45deg);
}
.p-fv__kv {
  position: absolute;
  overflow: hidden;
  top: clamp(8px, 3vw, 64px);
  left: clamp(8px, 3vw, 32px);
  right: clamp(8px, 3vw, 32px);
  bottom: clamp(8px, 3vw, 32px);
}
@media screen and (min-width: 769px) {
  .p-fv__kv {
    left: 104px;
    right: 104px;
  }
}
@media screen and (min-width: 1200px) {
  .p-fv__kv {
    top: 120px;
  }
}
.p-fv__scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  width: 104px;
  height: calc(6em + 80px);
  color: #fff;
}
.p-fv__scroll span {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  transform: rotate(90deg);
  height: 6em;
}
.p-fv__scroll::after {
  margin-top: 16px;
  width: 1px;
  height: 64px;
  background: #fff;
  transform-origin: top center;
  animation: scaleY 2s cubic-bezier(0.25, 1, 0.5, 1) 0s infinite both;
  content: "";
}
.p-fv__logo {
  position: absolute;
  z-index: 10;
  top: clamp(60px, 12vw, 80px);
  left: 16px;
  width: clamp(200px, 50vw, 336px);
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .p-fv__logo {
    left: 32px;
    width: clamp(336px, 28vw, 497px);
  }
}
@media screen and (min-width: 1200px) {
  .p-fv__logo {
    top: 120px;
  }
}
.p-fv__catch {
  position: absolute;
  z-index: 10;
  left: 2vw;
  bottom: 5vh;
  width: clamp(200px, 80vw, 500px);
  filter: drop-shadow(6px 6px 0 #fff);
}
@media screen and (min-width: 769px) {
  .p-fv__catch {
    width: clamp(500px, 60vw, 790px);
    left: -20px;
    bottom: -20px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scaleY {
  0% {
    transform: scaleY(0) translateY(0);
  }
  35%, 55% {
    transform: scaleY(1) translateY(0);
  }
  90%, 100% {
    transform: scaleY(1) translateY(105%);
  }
}
.p-kv__item {
  border-radius: 16px;
  overflow: hidden;
  transition-duration: 0.8s !important;
}
.p-kv__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.15);
  transition: transform 9s linear;
}
.p-kv__item.swiper-slide-active img {
  transform: scale(1);
}

.p-top {
  margin-top: clamp(80px, 24vw, 208px);
}
.p-top--intro, .p-top--access {
  position: relative;
}
.p-top--topics, .p-top--album {
  position: relative;
}
.p-top__inner--intro {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .p-top__inner--intro {
    flex-direction: row;
  }
}
.p-top__inner--album {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (min-width: 1200px) {
  .p-top__inner--access {
    display: flex;
    align-items: center;
  }
}
.p-top__kv {
  position: relative;
  width: 90vw;
  min-height: 26vw;
  border-radius: 0 16px 16px 0;
  overflow: hidden;
  margin-left: -32px;
}
@media screen and (min-width: 769px) {
  .p-top__kv {
    width: 44vw;
    margin-left: -104px;
  }
}
@media screen and (min-width: 1408px) {
  .p-top__kv {
    margin-left: calc(600px - 50vw);
  }
}
.p-top__kv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top__content--intro {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  margin-top: 32px;
}
@media screen and (min-width: 769px) {
  .p-top__content--intro {
    width: 60%;
    margin: 0 0 0 clamp(40px, 5vw, 80px);
  }
}
@media screen and (min-width: 1200px) {
  .p-top__content--intro {
    width: calc(1200px - 45%);
  }
}
.p-top__content--topics {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 56px;
}
@media screen and (min-width: 1200px) {
  .p-top__content--topics {
    flex-direction: row;
  }
}
.p-top__content--album {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  margin-top: 56px;
}
.p-top__catch {
  display: flex;
  flex-wrap: wrap;
  font-size: 7vw;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-top__catch {
    font-size: clamp(3rem, 4vw, 6rem);
  }
}
.p-top__catch p {
  margin-right: 16px;
}
.p-top__catch p:last-child {
  margin-right: 0;
}
.p-top__catch span {
  color: #EE002B;
}
.p-top__text {
  margin: 32px 0 40px;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  line-height: 1.8;
}
.p-top__decoration01 {
  letter-spacing: 10px;
  font-size: 8rem;
  font-weight: 900;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", helvetica, arial, verdana, sans-serif;
  opacity: 0.2;
  position: absolute;
  margin-top: -24%;
  right: 5%;
  user-select: none;
  width: 80vw;
}
@media screen and (min-width: 769px) {
  .p-top__decoration01 {
    margin-top: -15%;
    width: 60vw;
  }
}
.p-top__decoration01 .front {
  fill: #fff;
}
.p-top__decoration01 .back {
  stroke: #FFB50A;
  stroke-width: 6;
  stroke-linejoin: round;
}
.p-top__decoration02 {
  display: block;
  position: absolute;
  right: 5%;
  bottom: -280px;
  z-index: -1;
  width: clamp(240px, 39vw, 416px);
}
@media screen and (min-width: 1200px) {
  .p-top__decoration02 {
    right: auto;
    left: 50%;
    bottom: -440px;
    margin: 0 0 0 320px;
  }
}
.p-top__decoration03 {
  position: absolute;
  width: min(50vw, 300px);
  height: 2000px;
  background: #FFB50A;
  transform: skew(-45deg);
  top: -970px;
  left: -20vw;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .p-top__decoration03 {
    transform-origin: top right;
    top: -248px;
    left: 200px;
  }
}
@media screen and (min-width: 1408px) {
  .p-top__decoration03 {
    right: 50%;
    left: auto;
    margin-right: 200px;
  }
}
.p-top__decoration04 {
  position: absolute;
  width: min(50vw, 300px);
  height: 2000px;
  background: #EE002B;
  transform: skewX(-45deg);
  top: -950px;
  right: -20vw;
  z-index: -2;
}
@media screen and (min-width: 769px) {
  .p-top__decoration04 {
    top: -1700px;
    right: -836px;
  }
}
@media screen and (min-width: 1408px) {
  .p-top__decoration04 {
    right: auto;
    left: 50%;
    margin-left: 1240px;
  }
}
.p-top__decoration05 {
  position: absolute;
  width: min(50vw, 300px);
  height: 2000px;
  background: #001735;
  transform: skewX(-45deg);
  bottom: -900px;
  left: -20vw;
  z-index: -2;
}
@media screen and (min-width: 769px) {
  .p-top__decoration05 {
    transform-origin: top right;
    top: 150vw;
    bottom: auto;
    left: 120px;
  }
}
@media screen and (min-width: 1408px) {
  .p-top__decoration05 {
    top: 510px;
    left: auto;
    right: 50%;
    margin-right: 280px;
  }
}
.p-top__decoration06 {
  position: absolute;
  top: -270px;
  left: -5%;
  z-index: -1;
  width: clamp(360px, 65vw, 689px);
}
@media screen and (min-width: 1200px) {
  .p-top__decoration06 {
    top: -270px;
    left: 50%;
    margin-left: -880px;
  }
}
.p-top__decoration07 {
  position: absolute;
  width: min(50vw, 300px);
  height: 2000px;
  background: #FFB50A;
  transform: skewX(-45deg);
  transform-origin: bottom left;
  bottom: -210px;
  right: 180px;
  z-index: -1;
}
@media screen and (min-width: 1408px) {
  .p-top__decoration07 {
    right: auto;
    left: 50%;
    margin-left: 220px;
  }
}
.p-top__decoration08 {
  position: absolute;
  top: -70px;
  right: 5%;
  z-index: -1;
  width: clamp(360px, 47vw, 563px);
}
@media screen and (min-width: 1200px) {
  .p-top__decoration08 {
    top: -180px;
    right: auto;
    left: 50%;
    margin-left: -740px;
  }
}
.p-top__heading {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  margin-right: -20px;
  font-size: clamp(3rem, 4vw, 6rem);
  font-weight: bold;
  letter-spacing: 20px;
}
.p-top__heading small {
  margin-right: 20px;
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  font-weight: normal;
  letter-spacing: 10px;
}
.p-top__heading--album {
  align-items: flex-end;
}
.p-top .p-album {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  margin-bottom: 56px;
}
.p-top .p-album > li:nth-child(1) {
  grid-area: 1/1/3/3;
}
.p-top .p-album > li:nth-child(2) {
  grid-area: 1/3/2/4;
}
.p-top .p-album > li:nth-child(3) {
  grid-area: 2/3/3/4;
}
.p-top .p-album > li:nth-child(4) {
  grid-area: 3/1/4/2;
}
.p-top .p-album > li:nth-child(5) {
  grid-area: 4/1/5/2;
}
.p-top .p-album > li:nth-child(6) {
  grid-area: 3/2/5/4;
}
.p-top .p-album > li:nth-child(7) {
  grid-area: 5/1/7/3;
}
.p-top .p-album > li:nth-child(8) {
  grid-area: 5/3/6/4;
}
.p-top .p-album > li:nth-child(9) {
  grid-area: 6/3/7/4;
}
@media screen and (min-width: 1408px) {
  .p-top .p-album {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .p-top .p-album > li:nth-child(1) {
    grid-area: 1/1/3/3;
  }
  .p-top .p-album > li:nth-child(2) {
    grid-area: 3/1/4/2;
  }
  .p-top .p-album > li:nth-child(3) {
    grid-area: 3/2/4/3;
  }
  .p-top .p-album > li:nth-child(4) {
    grid-area: 1/3/2/4;
  }
  .p-top .p-album > li:nth-child(5) {
    grid-area: 1/4/2/5;
  }
  .p-top .p-album > li:nth-child(6) {
    grid-area: 2/3/4/5;
  }
  .p-top .p-album > li:nth-child(7) {
    grid-area: 1/5/3/7;
  }
  .p-top .p-album > li:nth-child(8) {
    grid-area: 3/5/4/6;
  }
  .p-top .p-album > li:nth-child(9) {
    grid-area: 3/6/4/7;
  }
}
.p-top .p-album__item {
  position: relative;
}
.p-top .p-album__item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: filter 0.3s ease;
}
@media screen and (min-width: 769px) {
  .p-top .p-album__item a:hover {
    filter: brightness(1.2);
  }
}
.p-top .p-album__item img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top .p-album__item::before {
  display: block;
  padding-top: 100%;
  content: "";
}
.p-top__adress {
  margin-top: 56px;
}
.p-top__adress em {
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: bold;
  font-style: normal;
}
.p-top__adress p {
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  margin-top: 16px;
}
.p-top__map {
  position: relative;
  width: 100%;
  margin-top: 32px;
}
@media screen and (min-width: 1200px) {
  .p-top__map {
    margin: 0 0 0 96px;
  }
}
.p-top__map::before {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 75%;
  content: "";
}
.p-top__map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-about,
.p-join {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(16px, 5vw, 32px);
}
.p-about__team,
.p-join__team {
  display: flex;
  flex-wrap: wrap;
}
.p-about__teamInner,
.p-join__teamInner {
  flex: 1 1 auto;
  min-width: 160px;
  margin: 0 16px 16px 0;
}
.p-about__comment,
.p-join__comment {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .p-about__comment,
.p-join__comment {
    flex-direction: row;
  }
}
.p-about__thumb,
.p-join__thumb {
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  width: clamp(80px, 15vw, 160px);
  height: clamp(80px, 15vw, 160px);
  margin-bottom: 16px;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .p-about__thumb,
.p-join__thumb {
    margin: 0 40px 0 0;
  }
}
.p-about__thumb::before,
.p-join__thumb::before {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  content: "";
}
.p-about__thumb img,
.p-join__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-topics {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(16px, 5vw, 32px);
}
.p-topics__tab {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(40px, 10vw, 80px);
}
.p-topics__tab li {
  flex-shrink: 0;
  position: relative;
  margin: 0 clamp(4px, 1.5vw, 16px);
  font-size: clamp(1.4rem, 2.5vw, 2.4rem);
  letter-spacing: 0.1em;
}
.p-topics__tab li a {
  display: block;
  padding: 8px clamp(4px, 1.5vw, 16px);
  color: #111;
}
@media screen and (min-width: 769px) {
  .p-topics__tab li a:hover {
    color: #EE002B;
  }
}
.p-topics__tab li.is-active {
  color: #EE002B;
  font-weight: bold;
  pointer-events: none;
}
.p-topics__tab li.is-active a {
  color: #EE002B;
}
.p-topics__tab li.is-active::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: solid 1px #EE002B;
  content: "";
}
.p-topics__pager {
  display: flex;
  justify-content: center;
  margin-top: clamp(40px, 10vw, 80px);
}
.p-topics__pager li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  margin: 0 clamp(4px, 1.5vw, 16px);
  width: clamp(32px, 9vw, 56px);
  height: clamp(32px, 9vw, 56px);
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
}
.p-topics__pager li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #111;
}
@media screen and (min-width: 769px) {
  .p-topics__pager li a:hover {
    color: #EE002B;
  }
}
.p-topics__pager li.is-active {
  color: #fff;
  font-weight: bold;
  background: #EE002B;
  border-radius: 50%;
  pointer-events: none;
}
.p-topics__pager li.is-active a {
  color: #fff;
}
.p-topics__pager li.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.p-topics__decoration {
  position: absolute;
  bottom: 0;
  right: 20%;
  z-index: -1;
  width: min(50vw, 240px);
  height: 2000px;
  background: #FFB50A;
  transform-origin: bottom center;
  transform: skewX(-45deg);
}

.p-schedule {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(16px, 5vw, 32px);
}
.p-schedule__calendar {
  position: relative;
}
.p-schedule__calendar::before {
  display: block;
  width: 100%;
  padding-top: 100%;
  content: "";
}
.p-schedule__calendar iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.c-link {
  display: inline-flex;
  align-items: center;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  color: #111;
  transition: all 0.2s ease;
}
.c-link--intro {
  margin: 0 0 0 auto;
}
.c-link--topics {
  margin-bottom: -1em;
}
.c-link svg {
  margin-left: 32px;
  width: clamp(60px, 8vw, 80px);
}
.c-link svg g {
  fill: #fff;
  transition: all 0.2s ease;
}
.c-link svg rect {
  transition: all 0.2s ease;
}
@media screen and (min-width: 769px) {
  .c-link:hover {
    color: #EE002B;
  }
  .c-link:hover g > g:nth-child(1) {
    stroke: #EE002B;
    fill: #EE002B;
  }
  .c-link:hover g > g:nth-child(2) rect {
    fill: #fff;
    stroke: #fff;
    stroke-width: 1;
    stroke-linejoin: round;
  }
}
.c-titleBox {
  margin: 120px 0 clamp(40px, 10vw, 80px);
}
@media screen and (min-width: 1200px) {
  .c-titleBox {
    margin: 160px 0 80px;
  }
}
.c-titleBox__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 clamp(16px, 5vw, 32px);
}
@media screen and (min-width: 769px) {
  .c-titleBox__content {
    flex-direction: row;
  }
}
.c-titleBox__content::before {
  display: none;
  order: 2;
  width: 1px;
  height: 300px;
  margin: 0 clamp(16px, 4vw, 80px);
  background: #001735;
  content: "";
}
@media screen and (min-width: 769px) {
  .c-titleBox__content::before {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .c-titleBox__content--simple {
    height: 160px;
  }
}
.c-titleBox__content--simple::before {
  display: none;
}
.c-titleBox__heading {
  order: 1;
  font-size: clamp(4rem, 6vw, 6rem);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.25em;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .c-titleBox__heading {
    text-align: right;
    margin-bottom: 0;
  }
}
.c-titleBox__heading small {
  display: block;
  font-size: 0.4em;
  font-weight: normal;
  margin-top: 0.4em;
}
.c-titleBox__heading--center {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-titleBox__heading--center {
    text-align: center;
  }
}
.c-titleBox__text {
  order: 3;
  max-width: 400px;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  line-height: 2.2;
}
.c-titleBox__thumbWrap {
  position: relative;
  max-width: 1200px;
  margin: clamp(32px, 8vw, 80px) auto;
  padding: 0 clamp(16px, 5vw, 32px);
}
.c-titleBox__thumb {
  overflow: hidden;
  width: 100%;
  height: clamp(160px, 50vw, 480px);
  border-radius: 16px;
}
.c-titleBox__thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-titleBox__decoration {
  position: absolute;
  z-index: -1;
}
.c-titleBox__decoration--01 {
  top: 0;
  left: 20%;
  width: min(50vw, 240px);
  height: 2000px;
  background: #EE002B;
  transform-origin: top center;
  transform: skewX(-45deg);
}
.c-titleBox__decoration--02 {
  bottom: 0;
  right: 20%;
  width: min(50vw, 240px);
  height: 2000px;
  background: #001735;
  transform: skewX(-45deg);
  transform-origin: bottom center;
}
.c-content + .c-content {
  margin-top: clamp(32px, 8vw, 80px);
}
.c-heading--primary {
  display: flex;
  align-items: center;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: bold;
  margin-bottom: clamp(16px, 4vw, 40px);
}
.c-heading--primary::after {
  display: block;
  flex: 1 1 auto;
  height: 1px;
  margin-left: 24px;
  background: #ccc;
  content: "";
}
.c-text {
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  line-height: 2.2;
}
.c-text em {
  font-size: 1.33em;
  font-weight: bold;
  font-style: normal;
}
.c-imageList {
  display: flex;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  margin: 24px clamp(-32px, -5vw, -16px) 0 clamp(-32px, -5vw, -16px);
  padding: 0 clamp(16px, 5vw, 32px);
  box-sizing: content-box;
}
.c-imageList--enhance {
  width: calc(100% + 16px);
}
@media screen and (min-width: 769px) {
  .c-imageList--enhance {
    width: 100%;
  }
}
.c-imageList li {
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
  min-width: 200px;
  margin-right: 16px;
}
.c-imageList li:last-child {
  margin-right: 0;
}
.c-imageList li::before {
  display: block;
  width: 100%;
  padding-top: 75%;
  height: 0;
  content: "";
}
.c-imageList li img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-textList {
  list-style-type: disc;
  padding-left: 1.8em;
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  line-height: 2.2;
}
.c-topics {
  flex-grow: 1;
  width: 100%;
  margin: 0 0 32px;
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
}
@media screen and (min-width: 1200px) {
  .c-topics {
    width: auto;
    margin: 0 56px 0 0;
  }
}
.c-topics__item + .c-topics__item {
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .c-topics__item + .c-topics__item {
    margin-top: 32px;
  }
}
.c-topics__item a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 8px;
  color: #111;
  transition: all 0.2s ease;
}
@media screen and (min-width: 769px) {
  .c-topics__item a {
    flex-wrap: nowrap;
  }
}
.c-topics__item a::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #EE002B;
  transform: translateX(-50%);
  transition: all 0.2s ease;
  content: "";
}
.c-topics__item a > p:nth-last-of-type(1) {
  width: 84vw;
  padding-right: 16px;
}
@media screen and (min-width: 769px) {
  .c-topics__item a > p:nth-last-of-type(1) {
    width: auto;
  }
}
.c-topics__item a svg {
  margin-left: auto;
  transition: all 0.2s ease;
}
@media screen and (min-width: 769px) {
  .c-topics__item a:hover {
    color: #EE002B;
  }
  .c-topics__item a:hover rect {
    fill: #EE002B;
  }
  .c-topics__item a:hover::before {
    width: 100%;
  }
}
.c-topics__date {
  margin-right: 40px;
}
.c-topics__category {
  margin-right: 40px;
}
.u-marginBottom--m {
  margin-bottom: clamp(32px, 8vw, 80px);
}

/*# sourceMappingURL=style.css.map */
