@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media only screen and (max-width: 48em) {
  *,
  *::before,
  *::after {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  font-size: 1rem;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  line-break: strict;
}

*:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

figure,
img,
picture,
svg {
  display: block;
}

img,
picture,
svg {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 48em) {
  img,
  picture,
  svg {
    width: 100%;
  }
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  border-radius: 0;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=password],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

select {
  background: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select::-ms-value {
  color: inherit;
  background: transparent;
}
select::-ms-expand {
  display: none;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 0;
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
  background: transparent;
  font: inherit;
  border: 0;
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

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

html {
  font-weight: 400;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", sans-serif;
  color: #000;
}
@media only screen and (max-width: 48em) {
  html {
    font-family: "Noto Sans JP", sans-serif;
  }
}

@media only screen and (max-width: 48em) {
  .pc-only {
    display: none !important;
  }
}

@media only screen and (min-width: 48.0625em) {
  .sp-only {
    display: none !important;
  }
}

html,
body {
  scroll-padding-top: min(128px, 128 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  html,
  body {
    scroll-padding-top: calc(128 / 390 * var(--inner-width) * 1px);
  }
}

.header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
  top: 0;
  height: min(64px, 64 / 1280 * var(--inner-width) * 1px);
  background: #f3f3f3;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: 1px solid #caccca;
}
@media only screen and (max-width: 48em) {
  .header {
    height: calc(64 / 390 * var(--inner-width) * 1px);
  }
}

.header__brand {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: min(32px, 32 / 1280 * var(--inner-width) * 1px);
  flex-grow: 1;
  background: #f3f3f3;
}
@media only screen and (max-width: 48em) {
  .header__brand {
    padding-left: calc(12.5 / 390 * var(--inner-width) * 1px);
  }
}
.header__brand a {
  width: min(284px, 284 / 1280 * var(--inner-width) * 1px);
  height: min(33px, 33 / 1280 * var(--inner-width) * 1px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.header__brand a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 48em) {
  .header__brand a {
    width: auto;
    height: auto;
    gap: calc(14 / 390 * var(--inner-width) * 1px);
  }
}
.header__brand img {
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 48em) {
  .header__brand img {
    width: calc(136 / 390 * var(--inner-width) * 1px);
    height: auto;
  }
}
.header__brand span {
  font-family: "Albert Sans";
  font-weight: 400;
  font-size: min(13px, 13 / 1280 * var(--inner-width) * 1px);
  letter-spacing: -0.02em;
  opacity: 0.5;
}
@media only screen and (max-width: 48em) {
  .header__brand span {
    font-size: calc(12 / 390 * var(--inner-width) * 1px);
  }
}

.header-menu-button {
  display: none;
}
@media only screen and (max-width: 48em) {
  .header-menu-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #8b8c8b;
    color: #fff;
    width: calc(64 / 390 * var(--inner-width) * 1px);
  }
  .header-menu-button svg {
    width: calc(32 / 390 * var(--inner-width) * 1px);
  }
  .header-menu-button line {
    stroke-width: 2px;
    stroke: currentColor;
    transform-origin: center center;
    transition-property: opacity, transform;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }
  .header-menu-button line:nth-child(1) {
    transform: translate(0, calc(-10 / 390 * var(--inner-width) * 1px));
  }
  .header-menu-button line:nth-child(3) {
    transform: translate(0, calc(10 / 390 * var(--inner-width) * 1px));
  }
}
.header-menu-button.is-active line:nth-child(1) {
  transform: rotate(135deg);
}
.header-menu-button.is-active line:nth-child(2) {
  opacity: 0;
}
.header-menu-button.is-active line:nth-child(3) {
  transform: rotate(-135deg);
}

.menu {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
}
@media only screen and (max-width: 48em) {
  .menu {
    display: none;
    flex-direction: column;
    position: absolute;
    z-index: 50;
    left: 0;
    top: calc(64 / 390 * var(--inner-width) * 1px);
    width: 100%;
    height: auto;
    max-height: calc(100vh - 64 / 390 * var(--inner-width) * 1px);
    max-height: calc(100dvh - 64 / 390 * var(--inner-width) * 1px);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #fff;
    padding: calc(32 / 390 * var(--inner-width) * 1px) calc(32 / 390 * var(--inner-width) * 1px) calc(52 / 390 * var(--inner-width) * 1px);
    box-shadow: 0 calc(8 / 390 * var(--inner-width) * 1px) calc(8 / 390 * var(--inner-width) * 1px) rgba(0, 0, 0, 0.15);
    pointer-events: none;
  }
  .menu.is-active {
    pointer-events: all;
  }
}

.menu-bg {
  display: none;
}
@media only screen and (max-width: 48em) {
  .menu-bg {
    position: absolute;
    z-index: 49;
    left: 0;
    top: calc(64 / 390 * var(--inner-width) * 1px);
    width: 100%;
    height: calc(100vh - 64 / 390 * var(--inner-width) * 1px);
    height: calc(100dvh - 64 / 390 * var(--inner-width) * 1px);
    overflow: hidden;
  }
  .menu-bg.is-active {
    display: block;
  }
}

.menu-root-item {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: min(104px, 104 / 1280 * var(--inner-width) * 1px);
  flex-shrink: 0;
  border-left: 1px solid #caccca;
  background: #f3f3f3;
  font-size: min(14px, 14 / 1280 * var(--inner-width) * 1px);
  line-height: 1.3;
  font-weight: 500;
  transition-property: background, color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.menu-root-item.is-active, .menu-root-item:hover {
  background: #45993d;
  color: #fff;
}
@media only screen and (max-width: 48em) {
  .menu-root-item {
    width: auto;
    font-size: calc(16 / 390 * var(--inner-width) * 1px);
    background: transparent;
    border-left: 0;
    border-top: 1px solid #caccca;
    justify-content: space-between;
    align-items: center;
    min-height: calc(48 / 390 * var(--inner-width) * 1px);
    background: #fff;
  }
  .menu-root-item.is-active, .menu-root-item:hover {
    background: inherit;
    color: inherit;
  }
  .menu-root-item:nth-last-of-type(2) {
    border-bottom: 1px solid #cacaca;
  }
}

.menu-root-item__icon {
  display: none;
}
@media only screen and (max-width: 48em) {
  .menu-root-item__icon {
    display: flex;
    width: calc(42 / 390 * var(--inner-width) * 1px);
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
  }
  .menu-root-item__icon img,
  .menu-root-item__icon svg {
    width: calc(13 / 390 * var(--inner-width) * 1px);
    height: auto;
  }
  .menu-root-item__icon line {
    stroke: #45993d;
    stroke-width: 2px;
  }
}

@media only screen and (max-width: 48em) {
  .menu-root-item--toggle .menu-root-item__icon line {
    transform-origin: center center;
    transition-property: transform, opacity;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }
  .menu-root-item--toggle .menu-root-item__icon line:nth-child(2) {
    transform: rotate(-90deg);
  }
  .menu-root-item--toggle.is-active .menu-root-item__icon line:nth-child(1) {
    transform: rotate(180deg);
  }
  .menu-root-item--toggle.is-active .menu-root-item__icon line:nth-child(2) {
    transform: rotate(90deg);
    opacity: 0;
  }
}

.menu-root-item--entry {
  background: #8b8c8b;
  color: #ffffff;
  font-family: "Albert Sans";
  font-weight: 400;
}
@media only screen and (max-width: 48em) {
  .menu-root-item--entry {
    display: none;
  }
}

.menu-group {
  background: #fff;
  position: absolute;
  z-index: 50;
  left: 0;
  top: min(64px, 64 / 1280 * var(--inner-width) * 1px);
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
  padding: min(56px, 56 / 1280 * var(--inner-width) * 1px) 0 min(32px, 32 / 1280 * var(--inner-width) * 1px);
  box-shadow: 0 min(8px, 8 / 1280 * var(--inner-width) * 1px) min(8px, 8 / 1280 * var(--inner-width) * 1px) rgba(0, 0, 0, 0.15);
  display: none;
}
@media only screen and (max-width: 48em) {
  .menu-group {
    display: block;
    position: relative;
    left: auto;
    top: auto;
    height: 0;
    padding: 0;
    filter: none;
    flex-shrink: 0;
    box-shadow: none;
  }
}

@media only screen and (max-width: 48em) {
  .menu-group--entry {
    height: auto;
    margin-top: calc(48 / 390 * var(--inner-width) * 1px);
  }
}

.menu-group__title {
  width: 100%;
  font-weight: 500;
  font-size: min(18px, 18 / 1280 * var(--inner-width) * 1px);
  text-align: center;
  margin-top: max(-24px, -24 / 1280 * var(--inner-width) * 1px);
  margin-bottom: min(20px, 20 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .menu-group__title {
    font-size: calc(18 / 390 * var(--inner-width) * 1px);
    text-align: center;
    margin: 0 0 calc(12 / 390 * var(--inner-width) * 1px);
  }
}

.menu-body {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 48em) {
  .menu-body {
    flex-wrap: wrap;
    gap: calc(8 / 390 * var(--inner-width) * 1px);
    padding-bottom: calc(16 / 390 * var(--inner-width) * 1px);
  }
}

.menu-body--1 {
  gap: min(24px, 24 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .menu-body--1 {
    gap: calc(8 / 390 * var(--inner-width) * 1px);
  }
  .menu-body--1 .menu-item {
    width: calc((100% - 8 / 390 * var(--inner-width) * 1px) / 2);
  }
  .menu-body--1 .menu-item__image {
    width: 100%;
  }
}

.menu-body--3 {
  width: min(856px, 856 / 1280 * var(--inner-width) * 1px);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 48em) {
  .menu-body--3 {
    width: auto;
  }
}

.menu-body--4 {
  width: min(752px, 752 / 1280 * var(--inner-width) * 1px);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 48em) {
  .menu-body--4 {
    width: auto;
  }
}

.menu-body--5 {
  gap: min(72px, 72 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .menu-body--5 {
    gap: calc(22 / 390 * var(--inner-width) * 1px);
    justify-content: stretch;
  }
}

.menu-body--6 {
  gap: min(72px, 72 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .menu-body--6 {
    gap: calc(22 / 390 * var(--inner-width) * 1px);
    justify-content: stretch;
  }
}

.menu-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.menu-item__label {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  color: #4ba32c;
  font-weight: 500;
  font-size: min(20px, 20 / 1280 * var(--inner-width) * 1px);
  padding-left: min(24px, 24 / 1280 * var(--inner-width) * 1px);
  position: relative;
}
@media only screen and (max-width: 48em) {
  .menu-item__label {
    font-size: calc(18 / 390 * var(--inner-width) * 1px);
    padding-left: calc(24 / 390 * var(--inner-width) * 1px);
    align-items: flex-start;
    margin-bottom: calc(6 / 390 * var(--inner-width) * 1px);
  }
}
.menu-item__label::before {
  content: "";
  width: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  border-top: 2px solid currentColor;
  position: absolute;
  left: 0;
  top: min(16px, 16 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .menu-item__label::before {
    width: calc(16 / 390 * var(--inner-width) * 1px);
    top: calc(16 / 390 * var(--inner-width) * 1px);
  }
}
.menu-item__label b {
  font-weight: 500;
}
@media only screen and (max-width: 48em) {
  .menu-item__label b {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}
.menu-item__label small {
  font-size: min(16px, 16 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .menu-item__label small {
    font-size: calc(14 / 390 * var(--inner-width) * 1px);
  }
}
.menu-item__label span {
  font-size: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  font-weight: 500;
}
@media only screen and (max-width: 48em) {
  .menu-item__label span {
    font-size: calc(14 / 390 * var(--inner-width) * 1px);
    margin-left: 0;
  }
}
.menu-item__label span small {
  font-size: min(14px, 14 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .menu-item__label span small {
    font-size: calc(14 / 390 * var(--inner-width) * 1px);
  }
}

.menu-item__image {
  margin-top: min(8px, 8 / 1280 * var(--inner-width) * 1px);
  width: min(282px, 282 / 1280 * var(--inner-width) * 1px);
  height: min(144px, 144 / 1280 * var(--inner-width) * 1px);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 48em) {
  .menu-item__image {
    flex-shrink: 0;
    width: calc(150 / 390 * var(--inner-width) * 1px);
    height: calc(72 / 390 * var(--inner-width) * 1px);
  }
}
.menu-item__image img {
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
a:hover .menu-item__image img {
  transform: scale(1.1);
}

.menu-item__image figcaption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: 700;
  font-size: min(18px, 18 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .menu-item__image figcaption {
    font-size: calc(16 / 390 * var(--inner-width) * 1px);
  }
}

@media only screen and (max-width: 48em) {
  .menu-item--horizontal-sp {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .menu-item--horizontal-sp .menu-item__label {
    margin-bottom: 0;
  }
  .menu-item--horizontal-sp .menu-item__label b {
    flex-direction: row;
    align-items: center;
  }
  .menu-item--horizontal-sp .menu-item__label small {
    padding-top: 0.1em;
  }
}

@media only screen and (max-width: 48em) {
  .menu-item--links {
    width: 100%;
  }
}

.menu-links {
  display: grid;
  row-gap: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  margin-top: min(18px, 18 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .menu-links {
    white-space: nowrap;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
    row-gap: calc(14 / 390 * var(--inner-width) * 1px);
    padding-left: calc(24 / 390 * var(--inner-width) * 1px);
  }
}

.menu-links--3 {
  width: min(658px, 658 / 1280 * var(--inner-width) * 1px);
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 48em) {
  .menu-links--3 {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    padding-left: 0;
  }
}
@media only screen and (max-width: 48em) {
  .menu-links--3 .menu-link {
    width: calc(138 / 390 * var(--inner-width) * 1px);
  }
}

.menu-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.menu-link span {
  width: min(32px, 32 / 1280 * var(--inner-width) * 1px);
  height: min(32px, 32 / 1280 * var(--inner-width) * 1px);
  border-radius: min(32px, 32 / 1280 * var(--inner-width) * 1px);
  border: 1px solid currentColor;
  flex-shrink: 0;
  margin-right: min(8px, 8 / 1280 * var(--inner-width) * 1px);
  font-weight: 500;
  font-size: min(14px, 14 / 1280 * var(--inner-width) * 1px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #45993d;
}
@media only screen and (max-width: 48em) {
  .menu-link span {
    width: calc(32 / 390 * var(--inner-width) * 1px);
    height: calc(32 / 390 * var(--inner-width) * 1px);
    border-radius: calc(32 / 390 * var(--inner-width) * 1px);
    font-size: calc(14 / 390 * var(--inner-width) * 1px);
    margin-right: calc(8 / 390 * var(--inner-width) * 1px);
  }
}
.menu-link b {
  font-weight: 500;
  font-size: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition-property: -webkit-text-decoration;
  transition-property: text-decoration;
  transition-property: text-decoration, -webkit-text-decoration;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
@media only screen and (max-width: 48em) {
  .menu-link b {
    font-size: calc(14 / 390 * var(--inner-width) * 1px);
  }
}
.menu-link:hover b {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}

.menu-person {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 48em) {
  .menu-person {
    width: 100%;
    align-items: stretch;
  }
}

.menu-person__title {
  font-weight: 500;
  font-size: min(20px, 20 / 1280 * var(--inner-width) * 1px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(8px, 8 / 1280 * var(--inner-width) * 1px);
  margin-bottom: min(16px, 16 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .menu-person__title {
    font-size: calc(18 / 390 * var(--inner-width) * 1px);
    margin-bottom: calc(16 / 390 * var(--inner-width) * 1px);
    gap: calc(8 / 390 * var(--inner-width) * 1px);
    display: none;
  }
}
.menu-person__title::before {
  content: "";
  display: block;
  width: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  border-top: 2px solid currentColor;
}
@media only screen and (max-width: 48em) {
  .menu-person__title::before {
    width: calc(16 / 390 * var(--inner-width) * 1px);
  }
}

.menu-person__items {
  display: grid;
  place-content: start start;
  grid-template-columns: auto auto auto;
  row-gap: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  -moz-column-gap: min(58px, 58 / 1280 * var(--inner-width) * 1px);
       column-gap: min(58px, 58 / 1280 * var(--inner-width) * 1px);
  padding-top: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  border-top: 1px solid #48a63f;
}
@media only screen and (max-width: 48em) {
  .menu-person__items {
    padding-top: 0;
    border-top: 0;
    grid-template-columns: 1fr;
    row-gap: calc(16 / 390 * var(--inner-width) * 1px);
    -moz-column-gap: calc(16 / 390 * var(--inner-width) * 1px);
         column-gap: calc(16 / 390 * var(--inner-width) * 1px);
  }
}
.menu-person__items .menu-person__title {
  grid-column: 1/4;
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 0;
  color: #4ba32c;
}
@media only screen and (max-width: 48em) {
  .menu-person__items .menu-person__title {
    display: flex;
    grid-column: 1/2;
  }
}

.menu-person-item {
  display: grid;
  grid-template-columns: auto 1fr;
  font-weight: 500;
  font-size: min(14px, 14 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .menu-person-item {
    font-size: calc(14 / 390 * var(--inner-width) * 1px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}
.menu-person-item span {
  display: block;
  white-space: nowrap;
}
@media only screen and (max-width: 48em) {
  .menu-person-item span {
    white-space: normal;
  }
}
.menu-person-item span:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/2;
  color: #48a63f;
}
.menu-person-item span:nth-child(1)::after {
  content: "｜";
}
.menu-person-item span:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
  color: #48a63f;
}
@media only screen and (max-width: 48em) {
  .menu-person-item span:nth-child(2) {
    color: inherit;
    text-indent: -2.5em;
    padding-left: 2.5em;
  }
}
.menu-person-item span:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}

.menu-entries {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(24px, 24 / 1280 * var(--inner-width) * 1px);
  padding-bottom: min(32px, 32 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .menu-entries {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    gap: calc(8 / 390 * var(--inner-width) * 1px);
  }
}

.menu-entry {
  width: min(285px, 285 / 1280 * var(--inner-width) * 1px);
  height: min(64px, 64 / 1280 * var(--inner-width) * 1px);
  padding: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  border-bottom: 1px solid currentColor;
  color: #45993d;
  display: grid;
  grid-template-columns: calc(100% - min(32px, 32 / 1280 * var(--inner-width) * 1px)) min(32px, 32 / 1280 * var(--inner-width) * 1px);
  place-content: center start;
}
@media only screen and (max-width: 48em) {
  .menu-entry {
    overflow: hidden;
    position: relative;
    border-radius: calc(4 / 390 * var(--inner-width) * 1px);
    border: 0;
    width: auto;
    height: calc(88 / 390 * var(--inner-width) * 1px);
    padding: 0 calc(16 / 390 * var(--inner-width) * 1px);
    background: no-repeat left center/auto 100%;
    color: #fff;
    grid-template-columns: calc(100% - 32 / 390 * var(--inner-width) * 1px) calc(32 / 390 * var(--inner-width) * 1px);
  }
}
.menu-entry span:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/2;
  font-size: min(14px, 14 / 1280 * var(--inner-width) * 1px);
  font-weight: 500;
}
@media only screen and (max-width: 48em) {
  .menu-entry span:nth-child(1) {
    font-size: calc(12 / 390 * var(--inner-width) * 1px);
  }
}
.menu-entry span:nth-child(2) {
  grid-column: 1/2;
  grid-row: 2/3;
  font-size: min(18px, 18 / 1280 * var(--inner-width) * 1px);
  font-weight: 500;
}
@media only screen and (max-width: 48em) {
  .menu-entry span:nth-child(2) {
    font-size: calc(24 / 390 * var(--inner-width) * 1px);
  }
}
.menu-entry .arrow {
  align-self: center;
  grid-column: 2/3;
  grid-row: 1/3;
  --arrow-size: 32;
  --arrow-sp-size: 32;
  background: #45993d;
  color: #fff;
}
@media only screen and (max-width: 48em) {
  .menu-entry .arrow {
    grid-row: 2/3;
    background: #fff;
    color: #45993d;
  }
}

@media only screen and (max-width: 48em) {
  .menu-entry--1 {
    background-image: url(../img/feature/menu-entry-1.jpg);
  }
}

@media only screen and (max-width: 48em) {
  .menu-entry--2 {
    background-image: url(../img/feature/menu-entry-2.jpg);
  }
}

@media only screen and (max-width: 48em) {
  .menu-entry--3 {
    background-image: url(../img/feature/menu-entry-3.jpg);
  }
}

.footer-upper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: min(282px, 282 / 1280 * var(--inner-width) * 1px);
  position: relative;
}
@media only screen and (max-width: 48em) {
  .footer-upper {
    display: block;
    height: auto;
  }
}

.footer-copy {
  position: relative;
  width: calc(50% + min(160px, 160 / 1280 * var(--inner-width) * 1px));
  background: linear-gradient(180deg, #a9cb03 0%, #9ac50c 12%, #48a63f 86%, #48a63f 100%);
}
@media only screen and (max-width: 48em) {
  .footer-copy {
    width: auto;
    height: calc(240 / 390 * var(--inner-width) * 1px);
  }
}

.footer-copy__inner {
  width: min(800px, 800 / 1280 * var(--inner-width) * 1px);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 48em) {
  .footer-copy__inner {
    width: 100%;
  }
}
.footer-copy__inner img {
  width: min(518px, 518 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .footer-copy__inner img {
    width: calc(358 / 390 * var(--inner-width) * 1px);
  }
}

.footer-entries {
  position: relative;
  width: calc(50% - min(160px, 160 / 1280 * var(--inner-width) * 1px));
  background: #fff;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
}
@media only screen and (max-width: 48em) {
  .footer-entries {
    width: auto;
    display: block;
  }
}

.footer-entry {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: min(94px, 94 / 1280 * var(--inner-width) * 1px);
  font-weight: 500;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #caccca;
}
@media only screen and (max-width: 48em) {
  .footer-entry {
    height: calc(88 / 390 * var(--inner-width) * 1px);
    padding-left: calc(32 / 390 * var(--inner-width) * 1px);
    padding-right: calc(54 / 390 * var(--inner-width) * 1px);
    justify-content: space-between;
  }
}
.footer-entry:last-child {
  border-bottom: 0;
}
.footer-entry p {
  width: min(265px, 265 / 1280 * var(--inner-width) * 1px);
  flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: min(3px, 3 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .footer-entry p {
    width: auto;
  }
}
.footer-entry p > span:first-child {
  font-size: min(16px, 16 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .footer-entry p > span:first-child {
    font-size: calc(16 / 390 * var(--inner-width) * 1px);
  }
}
.footer-entry p > span:last-child {
  font-size: min(20px, 20 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .footer-entry p > span:last-child {
    font-size: calc(20 / 390 * var(--inner-width) * 1px);
  }
}
.footer-entry .arrow {
  --arrow-size: 32;
  --arrow-sp-size: 32;
  background: #000;
  color: #fff;
}

.footer-lower {
  background: #251e1c;
  color: #fff;
  padding: min(80px, 80 / 1280 * var(--inner-width) * 1px) 0;
}
@media only screen and (max-width: 48em) {
  .footer-lower {
    padding: calc(64 / 390 * var(--inner-width) * 1px) 0 calc(32 / 390 * var(--inner-width) * 1px);
  }
}

.footer-lower__inner {
  width: min(1040px, 1040 / 1280 * var(--inner-width) * 1px);
  margin: 0 auto;
  display: grid;
  grid-template-areas: "brand menu" "copyright external";
}
@media only screen and (max-width: 48em) {
  .footer-lower__inner {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

.footer-brand {
  grid-area: brand;
}
@media only screen and (max-width: 48em) {
  .footer-brand {
    margin-bottom: calc(44 / 390 * var(--inner-width) * 1px);
  }
}

.footer-brand__logo {
  width: min(263px, 263 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .footer-brand__logo {
    width: calc(199 / 390 * var(--inner-width) * 1px);
    text-align: center;
  }
}
.footer-brand__logo img {
  margin-bottom: min(24px, 24 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .footer-brand__logo img {
    margin-bottom: calc(27 / 390 * var(--inner-width) * 1px);
  }
}
.footer-brand__logo span {
  font-family: "Albert Sans";
  font-weight: 400;
  font-size: min(18px, 18 / 1280 * var(--inner-width) * 1px);
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 48em) {
  .footer-brand__logo span {
    font-size: calc(18 / 390 * var(--inner-width) * 1px);
  }
}

.footer-menu {
  grid-area: menu;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: min(32px, 32 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .footer-menu {
    display: block;
    width: calc(326 / 390 * var(--inner-width) * 1px);
    margin: 0 auto;
  }
}
.footer-menu a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition-property: -webkit-text-decoration;
  transition-property: text-decoration;
  transition-property: text-decoration, -webkit-text-decoration;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.footer-menu a:hover {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}

.footer-menu__column {
  width: min(184px, 184 / 1280 * var(--inner-width) * 1px);
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
}
@media only screen and (max-width: 48em) {
  .footer-menu__column {
    width: auto;
    display: block;
  }
}

.footer-menu__item {
  display: block;
  padding: min(12px, 12 / 1280 * var(--inner-width) * 1px) 0;
  border-top: 1px solid currentColor;
  font-size: min(16px, 16 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .footer-menu__item {
    padding: calc(16 / 390 * var(--inner-width) * 1px) 0;
    font-size: calc(16 / 390 * var(--inner-width) * 1px);
  }
}

.footer-menu__title {
  display: block;
  font-size: min(16px, 16 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .footer-menu__title {
    font-size: calc(16 / 390 * var(--inner-width) * 1px);
  }
}

.footer-menu__links {
  display: grid;
  margin-top: min(6px, 6 / 1280 * var(--inner-width) * 1px);
  row-gap: min(10px, 10 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .footer-menu__links {
    margin-top: calc(16 / 390 * var(--inner-width) * 1px);
    row-gap: calc(23 / 390 * var(--inner-width) * 1px);
  }
}

.footer-menu__links--1 {
  grid-template-columns: 1fr;
}
@media only screen and (max-width: 48em) {
  .footer-menu__links--1 {
    grid-template-columns: auto auto;
  }
}

.footer-menu__links--2 {
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: min(12px, 12 / 1280 * var(--inner-width) * 1px);
       column-gap: min(12px, 12 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .footer-menu__links--2 {
    grid-template-columns: auto auto auto;
  }
}
.footer-menu__links--2 > *:nth-child(2n) {
  align-content: center;
}

.footer-menu__link {
  font-size: min(14px, 14 / 1280 * var(--inner-width) * 1px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 48em) {
  .footer-menu__link {
    font-size: calc(14 / 390 * var(--inner-width) * 1px);
  }
}
.footer-menu__link::before {
  content: "";
  display: block;
  width: min(8px, 8 / 1280 * var(--inner-width) * 1px);
  margin-top: 0.8em;
  flex-shrink: 0;
  margin-right: min(6px, 6 / 1280 * var(--inner-width) * 1px);
  border-top: 1px solid #caccca;
}
@media only screen and (max-width: 48em) {
  .footer-menu__link::before {
    width: calc(8 / 390 * var(--inner-width) * 1px);
    margin-right: calc(6 / 390 * var(--inner-width) * 1px);
  }
}
.footer-menu__link a {
  margin-left: 0.8em;
}

.footer-copyright {
  grid-area: copyright;
  align-self: end;
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: min(10px, 10 / 1280 * var(--inner-width) * 1px);
  text-align: left;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 48em) {
  .footer-copyright {
    margin-top: calc(24 / 390 * var(--inner-width) * 1px);
    align-self: stretch;
    text-align: center;
    font-size: calc(10 / 390 * var(--inner-width) * 1px);
  }
}

.footer-corporate {
  font-weight: 400;
  font-size: min(10px, 10 / 1280 * var(--inner-width) * 1px);
  letter-spacing: -0.02em;
  color: #fff;
  justify-self: end;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: min(4px, 4 / 1280 * var(--inner-width) * 1px);
}
.footer-corporate::after {
  content: "";
  width: min(8px, 8 / 1280 * var(--inner-width) * 1px);
  height: min(8px, 8 / 1280 * var(--inner-width) * 1px);
  background: url(../img/common/external-white.svg) no-repeat center center/contain;
}

.cover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f3f3f3;
  z-index: 999999;
}

.inner {
  width: min(1280px, 1280 / 1280 * var(--inner-width) * 1px);
  margin: 0 auto;
}
@media only screen and (max-width: 48em) {
  .inner {
    width: auto;
    margin: 0;
  }
}

.button {
  width: min(240px, 240 / 1280 * var(--inner-width) * 1px);
  height: min(56px, 56 / 1280 * var(--inner-width) * 1px);
  border-radius: min(56px, 56 / 1280 * var(--inner-width) * 1px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: inset 0 0 0 1px currentColor;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 min(24px, 24 / 1280 * var(--inner-width) * 1px) 0 min(22px, 22 / 1280 * var(--inner-width) * 1px);
  font-family: "Syncopate", "Noto Sans JP", "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  font-size: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #4dad30;
}
@media only screen and (max-width: 48em) {
  .button {
    width: calc(240 / 390 * var(--inner-width) * 1px);
    height: calc(56 / 390 * var(--inner-width) * 1px);
    border-radius: calc(56 / 390 * var(--inner-width) * 1px);
    padding: 0 calc(24 / 390 * var(--inner-width) * 1px) 0 calc(22 / 390 * var(--inner-width) * 1px);
    font-size: calc(16 / 390 * var(--inner-width) * 1px);
  }
}
.button > span {
  will-change: transform;
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.button:hover > span {
  transform: translate(0.5em, 0);
}

.button__text {
  margin-top: 0.1em;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.img-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.text-link {
  text-decoration: underline;
}

.text-link__external {
  display: inline-block;
  width: 1.2em;
  height: 0.8em;
  background: url(../img/common/external-black.svg) no-repeat center center/contain;
}

.sidenav {
  width: min(1280px, 1280 / 1280 * var(--inner-width) * 1px);
  height: 0;
  margin: 0 auto;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  top: min(64px, 64 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .sidenav {
    display: none;
  }
}

.sidenav__body {
  width: min(156px, 156 / 1280 * var(--inner-width) * 1px);
  display: flex;
  flex-direction: column;
  gap: min(2px, 2 / 1280 * var(--inner-width) * 1px);
}

.sidenav__item {
  flex: 1;
  background: #707070;
  font-size: min(13px, 13 / 1280 * var(--inner-width) * 1px);
  padding: min(11px, 11 / 1280 * var(--inner-width) * 1px) 0;
  font-weight: 700;
  color: #fff;
  font-family: "Syncopate", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: background 0.2s ease;
}
.sidenav__item:hover {
  background: #000;
}
.sidenav__item.is-active {
  background: #000;
}

:root {
  --arrow-size: 56;
  --arrow-sp-size: 56;
  --arrow-border: 0;
}

.arrow {
  font-style: normal;
  font-weight: 700;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  will-change: transform;
  width: min(var(--arrow-size) * 1px, var(--arrow-size) / 1280 * var(--inner-width) * 1px);
  height: min(var(--arrow-size) * 1px, var(--arrow-size) / 1280 * var(--inner-width) * 1px);
  border-radius: min(var(--arrow-size) * 1px, var(--arrow-size) / 1280 * var(--inner-width) * 1px);
  box-shadow: inset 0 0 0 calc(var(--arrow-border) * 1px) currentColor;
  transition-property: background, color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
@media only screen and (max-width: 48em) {
  .arrow {
    width: calc(var(--arrow-sp-size) / 390 * var(--inner-width) * 1px);
    height: calc(var(--arrow-sp-size) / 390 * var(--inner-width) * 1px);
    border-radius: calc(var(--arrow-sp-size) / 390 * var(--inner-width) * 1px);
  }
}
.arrow svg {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
}
.arrow path {
  fill: currentColor;
  transition-property: transform, fill;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

@media (hover: hover) {
  a:hover .arrow.to-right path,
  button:hover .arrow.to-right path {
    transform: translate(100%, 0);
  }
}

@media (hover: hover) {
  a:hover .arrow.to-left path,
  button:hover .arrow.to-left path {
    transform: translate(-100%, 0);
  }
}

.mv {
  color: #fff;
  position: relative;
  height: calc(100vh - min(64px, 64 / 1280 * var(--inner-width) * 1px));
  overflow: hidden;
}
@media only screen and (max-width: 48em) {
  .mv {
    height: calc(462 / 390 * var(--inner-width) * 1px);
  }
}
.mv::after {
  display: block;
  content: "";
  background: url(../img/common/mv-frame.svg) no-repeat center center/cover;
  width: 100%;
  height: min(175px, 175 / 1280 * var(--inner-width) * 1px);
  position: absolute;
  bottom: max(-90px, -90 / 1280 * var(--inner-width) * 1px);
  left: 0;
}
@media only screen and (max-width: 48em) {
  .mv::after {
    height: calc(53 / 390 * var(--inner-width) * 1px);
    bottom: calc(-30 / 390 * var(--inner-width) * 1px);
  }
}
.mv.is-compact {
  height: min(560px, 560 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .mv.is-compact {
    height: calc(462 / 390 * var(--inner-width) * 1px);
  }
}

.mv__bg {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mv__bg picture,
.mv__bg img {
  transition-property: transform;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.1, 0.6, 0.3, 1);
  transform: scale(1.2);
}
.mv.is-active .mv__bg {
  height: 100%;
}
.mv.is-active .mv__bg picture,
.mv.is-active .mv__bg img {
  transform: scale(1);
}

.mv__cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition-property: height;
  transition-duration: 0.6s;
  transition-timing-function: ease-out;
}
.mv.is-active .mv__cover {
  height: 0;
}

.mv__inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transition-delay: 0.6s;
}
.mv.is-active .mv__inner {
  opacity: 1;
}

.mv__title-en {
  text-align: center;
  font-family: "Syncopate", sans-serif;
  font-size: min(20px, 20 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
}
@media only screen and (max-width: 48em) {
  .mv__title-en {
    font-size: calc(20 / 390 * var(--inner-width) * 1px);
  }
}

.mv__title-pair {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: min(17px, 17 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .mv__title-pair {
    margin-bottom: calc(8 / 390 * var(--inner-width) * 1px);
  }
}
.mv__title-pair span:first-child {
  font-size: min(20px, 20 / 1280 * var(--inner-width) * 1px);
  margin-right: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Syncopate", sans-serif;
}
@media only screen and (max-width: 48em) {
  .mv__title-pair span:first-child {
    font-size: calc(20 / 390 * var(--inner-width) * 1px);
    margin-right: calc(16 / 390 * var(--inner-width) * 1px);
  }
}
.mv__title-pair span:first-child::after {
  display: block;
  content: "";
  width: min(2px, 2 / 1280 * var(--inner-width) * 1px);
  height: min(25px, 25 / 1280 * var(--inner-width) * 1px);
  background: #fff;
  margin-left: min(16px, 16 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .mv__title-pair span:first-child::after {
    width: calc(2 / 390 * var(--inner-width) * 1px);
    height: calc(25 / 390 * var(--inner-width) * 1px);
    margin-left: calc(16 / 390 * var(--inner-width) * 1px);
  }
}
.mv__title-pair span:last-child {
  font-size: min(20px, 20 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .mv__title-pair span:last-child {
    font-size: calc(20 / 390 * var(--inner-width) * 1px);
  }
}
.mv__title-pair span:last-child span {
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
}

.mv__title-crosstalk {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(8px, 8 / 1280 * var(--inner-width) * 1px);
  margin-bottom: min(17px, 17 / 1280 * var(--inner-width) * 1px);
  font-size: min(18px, 18 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
}
@media only screen and (max-width: 48em) {
  .mv__title-crosstalk {
    margin-bottom: calc(8 / 390 * var(--inner-width) * 1px);
    font-size: calc(20 / 390 * var(--inner-width) * 1px);
    gap: calc(16 / 390 * var(--inner-width) * 1px);
  }
}
.mv__title-crosstalk span:first-child {
  font-family: "Syncopate", sans-serif;
  font-size: min(20px, 20 / 1280 * var(--inner-width) * 1px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  transform: translateY(0.1em);
}
@media only screen and (max-width: 48em) {
  .mv__title-crosstalk span:first-child {
    font-size: calc(20 / 390 * var(--inner-width) * 1px);
    transform: translateY(0.05em);
  }
}
.mv__title-crosstalk span:first-child::after {
  display: block;
  content: "";
  width: min(2px, 2 / 1280 * var(--inner-width) * 1px);
  height: min(25px, 25 / 1280 * var(--inner-width) * 1px);
  background: currentColor;
  margin-left: min(8px, 8 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .mv__title-crosstalk span:first-child::after {
    width: calc(2 / 390 * var(--inner-width) * 1px);
    height: calc(25 / 390 * var(--inner-width) * 1px);
    margin-left: calc(16 / 390 * var(--inner-width) * 1px);
  }
}

.mv__title {
  text-align: center;
  font-size: min(40px, 40 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
}
@media only screen and (max-width: 48em) {
  .mv__title {
    font-size: calc(32 / 390 * var(--inner-width) * 1px);
  }
}

.next .arrow {
  --arrow-size: 40;
  --arrow-sp-size: 40;
  --arrow-border: 1;
  color: #fff;
}

.next__link {
  width: 100%;
  height: min(282px, 282 / 1280 * var(--inner-width) * 1px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 min(114px, 114 / 1280 * var(--inner-width) * 1px);
  position: relative;
}
@media only screen and (max-width: 48em) {
  .next__link {
    height: calc(224 / 390 * var(--inner-width) * 1px);
    padding: calc(24 / 390 * var(--inner-width) * 1px) 0;
  }
}
.next__link::before {
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.next__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.next__text {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 48em) {
  .next__text {
    flex-direction: column;
    height: 100%;
  }
}
.next__text p {
  color: #fff;
  font-size: min(24px, 24 / 1280 * var(--inner-width) * 1px);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: min(40px, 40 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .next__text p {
    flex-direction: column;
    gap: calc(7 / 390 * var(--inner-width) * 1px);
    font-size: calc(24 / 390 * var(--inner-width) * 1px);
  }
}
.next__text p span {
  font-family: "Syncopate", sans-serif;
  font-size: min(56px, 56 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 48em) {
  .next__text p span {
    font-size: calc(56 / 390 * var(--inner-width) * 1px);
  }
}

.lines {
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.line {
  pointer-events: none;
  position: absolute;
}

.line__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  display: none;
}
.line__item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  max-width: unset;
}

.line-1 {
  width: min(548px, 548 / 1280 * var(--inner-width) * 1px);
  height: min(362px, 362 / 1280 * var(--inner-width) * 1px);
}
.line-1 img {
  width: min(548px, 548 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .line-1 {
    width: calc(548 / 390 * var(--inner-width) * 1px);
    height: calc(0.6605839416 * 548 / 390 * var(--inner-width) * 1px);
  }
  .line-1 img {
    width: calc(548 / 390 * var(--inner-width) * 1px);
  }
}

.line-2 {
  width: min(528px, 528 / 1280 * var(--inner-width) * 1px);
  height: min(318px, 318 / 1280 * var(--inner-width) * 1px);
}
.line-2 img {
  width: min(528px, 528 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .line-2 {
    width: calc(528 / 390 * var(--inner-width) * 1px);
    height: calc(0.6022727273 * 528 / 390 * var(--inner-width) * 1px);
  }
  .line-2 img {
    width: calc(528 / 390 * var(--inner-width) * 1px);
  }
}

.line-3 {
  width: min(464px, 464 / 1280 * var(--inner-width) * 1px);
  height: min(366px, 366 / 1280 * var(--inner-width) * 1px);
}
.line-3 img {
  width: min(464px, 464 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .line-3 {
    width: calc(464 / 390 * var(--inner-width) * 1px);
    height: calc(0.7887931034 * 464 / 390 * var(--inner-width) * 1px);
  }
  .line-3 img {
    width: calc(464 / 390 * var(--inner-width) * 1px);
  }
}

.line-4 {
  width: min(666px, 666 / 1280 * var(--inner-width) * 1px);
  height: min(572px, 572 / 1280 * var(--inner-width) * 1px);
}
.line-4 img {
  width: min(666px, 666 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .line-4 {
    width: calc(666 / 390 * var(--inner-width) * 1px);
    height: calc(0.8588588589 * 666 / 390 * var(--inner-width) * 1px);
  }
  .line-4 img {
    width: calc(666 / 390 * var(--inner-width) * 1px);
  }
}

.line-5 {
  width: min(732px, 732 / 1280 * var(--inner-width) * 1px);
  height: min(674px, 674 / 1280 * var(--inner-width) * 1px);
}
.line-5 img {
  width: min(732px, 732 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .line-5 {
    width: calc(732 / 390 * var(--inner-width) * 1px);
    height: calc(0.9207650273 * 732 / 390 * var(--inner-width) * 1px);
  }
  .line-5 img {
    width: calc(732 / 390 * var(--inner-width) * 1px);
  }
}

[data-fade-status=init] {
  opacity: 0;
}

[data-fade-status=ready] {
  opacity: 0;
  transform: translate(0, min(60px, 60 / 1280 * var(--inner-width) * 1px));
}

[data-fade-status=active] {
  transition-property: opacity, transform;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.28, 0.25, 0.45, 1);
  opacity: 1;
  transform: translate(0, 0);
}

.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.loading__message {
  margin-bottom: min(80px, 80 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .loading__message {
    margin-bottom: calc(40 / 390 * var(--inner-width) * 1px);
  }
}
.loading__message svg {
  width: min(606px, 606 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .loading__message svg {
    width: calc(350 / 390 * var(--inner-width) * 1px);
  }
}

.loading__logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: min(16px, 16 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .loading__logo {
    gap: calc(14 / 390 * var(--inner-width) * 1px);
  }
}
.loading__logo svg:first-child {
  width: min(184px, 184 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .loading__logo svg:first-child {
    width: calc(136 / 390 * var(--inner-width) * 1px);
  }
}
.loading__logo svg:last-child {
  width: min(83px, 83 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .loading__logo svg:last-child {
    width: calc(61 / 390 * var(--inner-width) * 1px);
  }
}

html.in-loading {
  overflow: hidden;
  scrollbar-gutter: stable;
  background: #f3f3f3;
}/*# sourceMappingURL=common.css.map */