@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;
  }
}

.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);
  }
}

.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);
  }
}

body {
  background: #888;
  --video-cover-opacity: 0;
}

.arrow {
  --lp-arrow-size: 32;
  position: relative;
  z-index: 3;
  width: min(var(--lp-arrow-size) * 1px, var(--lp-arrow-size) / 1280 * var(--inner-width) * 1px);
  height: min(var(--lp-arrow-size) * 1px, var(--lp-arrow-size) / 1280 * var(--inner-width) * 1px);
  border-radius: min(var(--lp-arrow-size) * 1px, var(--lp-arrow-size) / 1280 * var(--inner-width) * 1px);
  background: #fff;
  color: #48a63f;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: calc(min(var(--lp-arrow-size) * 1px, var(--lp-arrow-size) / 1280 * var(--inner-width) * 1px) * 0.5);
}
@media only screen and (max-width: 48em) {
  .arrow {
    width: calc(var(--lp-arrow-size) / 390 * var(--inner-width) * 1px);
    height: calc(var(--lp-arrow-size) / 390 * var(--inner-width) * 1px);
    border-radius: calc(var(--lp-arrow-size) / 390 * var(--inner-width) * 1px);
    font-size: calc(var(--lp-arrow-size) / 390 * var(--inner-width) * 1px * 0.5);
  }
}
.arrow > span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  will-change: transform;
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.arrow > span::before {
  content: "→";
  position: absolute;
  right: 200%;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 48em) {
  .arrow > span::before {
    display: none;
  }
}

a:hover .arrow > span,
a.arrow:hover > span {
  transform: translate(200%, 0);
}

.header__logo {
  position: fixed;
  z-index: 49;
  height: min(86px, 86 / 1280 * var(--inner-width) * 1px);
  top: 0;
  left: min(32px, 32 / 1280 * var(--inner-width) * 1px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
@media only screen and (max-width: 48em) {
  .header__logo {
    height: calc(78 / 390 * var(--inner-width) * 1px);
    left: calc(16 / 390 * var(--inner-width) * 1px);
    flex-direction: column;
    align-items: flex-start;
    gap: calc(8 / 390 * var(--inner-width) * 1px);
    top: calc(16 / 390 * var(--inner-width) * 1px);
  }
}
.header__logo img {
  width: min(184px, 184 / 1280 * var(--inner-width) * 1px);
  margin-right: min(16px, 16 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .header__logo img {
    width: calc(141 / 390 * var(--inner-width) * 1px);
  }
}
.header__logo span {
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  font-size: min(14px, 14 / 1280 * var(--inner-width) * 1px);
  line-height: 1;
  padding-top: 0.15em;
}
@media only screen and (max-width: 48em) {
  .header__logo span {
    font-size: calc(12 / 390 * var(--inner-width) * 1px);
  }
}
.header__logo.is-hidden {
  transform: translate(0, -200%);
}

.header__menu-button {
  position: fixed;
  z-index: 51;
  right: 0;
  top: 0;
  width: min(112px, 112 / 1280 * var(--inner-width) * 1px);
  height: min(86px, 86 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .header__menu-button {
    width: calc(66 / 390 * var(--inner-width) * 1px);
    height: calc(78 / 390 * var(--inner-width) * 1px);
  }
}
.header__menu-button svg {
  width: min(48px, 48 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .header__menu-button svg {
    width: calc(34 / 390 * var(--inner-width) * 1px);
  }
}
.header__menu-button line {
  stroke: #fff;
  stroke-width: 2px;
  transform-origin: center center;
  transition-property: opacity, transform, stroke;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.header__menu-button line:nth-child(1) {
  transform: translate(0, -12px);
}
.header__menu-button line:nth-child(3) {
  transform: translate(0, 12px);
}
.header__menu-button.is-active line:nth-child(1) {
  transform: rotate(150deg);
  stroke: #48a63f;
}
.header__menu-button.is-active line:nth-child(2) {
  opacity: 0;
  stroke: #48a63f;
}
.header__menu-button.is-active line:nth-child(3) {
  transform: rotate(-150deg);
  stroke: #48a63f;
}
.header__menu-button.is-inverted:not(.is-active) line {
  stroke: #000;
}

.menu__bg {
  display: none;
  position: absolute;
  z-index: 49;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}
.menu__bg.is-active {
  display: block;
}

.menu {
  display: none;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  width: min(640px, 640 / 1280 * var(--inner-width) * 1px);
  background: #fff;
  position: fixed;
  z-index: 50;
  right: 0;
  top: 0;
  max-height: 100vh;
  max-height: 100dvh;
  border-radius: 0 0 0 min(16px, 16 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .menu {
    width: 100%;
    border-radius: 0;
  }
}
.menu.is-active {
  pointer-events: all;
}

.menu__body {
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: min(120px, 120 / 1280 * var(--inner-width) * 1px) min(64px, 64 / 1280 * var(--inner-width) * 1px) min(80px, 80 / 1280 * var(--inner-width) * 1px);
  box-shadow: max(-10px, -10 / 1280 * var(--inner-width) * 1px) min(10px, 10 / 1280 * var(--inner-width) * 1px) min(20px, 20 / 1280 * var(--inner-width) * 1px) rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 48em) {
  .menu__body {
    padding: calc(80 / 390 * var(--inner-width) * 1px) calc(32 / 390 * var(--inner-width) * 1px) calc(56 / 390 * var(--inner-width) * 1px);
  }
}

.menu__title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: min(64px, 64 / 1280 * var(--inner-width) * 1px);
  white-space: nowrap;
}
@media only screen and (max-width: 48em) {
  .menu__title {
    margin-bottom: calc(40 / 390 * var(--inner-width) * 1px);
  }
}
.menu__title span {
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  font-size: min(48px, 48 / 1280 * var(--inner-width) * 1px);
  line-height: 1.2;
  color: #4dad30;
}
@media only screen and (max-width: 48em) {
  .menu__title span {
    font-size: calc(48 / 390 * var(--inner-width) * 1px);
    line-height: 1.2;
  }
}
.menu__title b {
  font-weight: 500;
  font-size: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  line-height: 1.5;
}
@media only screen and (max-width: 48em) {
  .menu__title b {
    font-size: calc(16 / 390 * var(--inner-width) * 1px);
  }
}

.menu__categories {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: min(64px, 64 / 1280 * var(--inner-width) * 1px);
  padding-bottom: min(40px, 40 / 1280 * var(--inner-width) * 1px);
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: min(40px, 40 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .menu__categories {
    gap: calc(40 / 390 * var(--inner-width) * 1px);
    padding-bottom: calc(40 / 390 * var(--inner-width) * 1px);
    margin-bottom: calc(40 / 390 * var(--inner-width) * 1px);
  }
}

.menu-category__link img {
  width: min(416px, 416 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .menu-category__link img {
    width: 100%;
  }
}

.menu-category__items {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  gap: min(24px, 24 / 1280 * var(--inner-width) * 1px);
  margin-top: min(32px, 32 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .menu-category__items {
    gap: calc(16 / 390 * var(--inner-width) * 1px);
    margin-top: calc(32 / 390 * var(--inner-width) * 1px);
  }
}

.menu-category__item {
  font-weight: 700;
  font-size: min(24px, 24 / 1280 * var(--inner-width) * 1px);
  line-height: 1.2;
}
@media only screen and (max-width: 48em) {
  .menu-category__item {
    font-size: calc(24 / 390 * var(--inner-width) * 1px);
    white-space: nowrap;
  }
}

.menu__buttons {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  gap: min(8px, 8 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .menu__buttons {
    gap: calc(8 / 390 * var(--inner-width) * 1px);
  }
}

.menu-link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  gap: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  border-radius: min(4px, 4 / 1280 * var(--inner-width) * 1px);
  height: min(185px, 185 / 1280 * var(--inner-width) * 1px);
  padding: min(16px, 16 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .menu-link {
    border-radius: calc(4 / 390 * var(--inner-width) * 1px);
    height: calc(134 / 390 * var(--inner-width) * 1px);
    padding: calc(16 / 390 * var(--inner-width) * 1px);
  }
}

.menu-link__bg,
.menu-link__bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu-link__label {
  position: relative;
  color: #ffffff;
  font-weight: 700;
  font-size: min(24px, 24 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .menu-link__label {
    font-size: calc(24 / 390 * var(--inner-width) * 1px);
  }
}

.menu-entry {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  border-radius: min(4px, 4 / 1280 * var(--inner-width) * 1px);
  height: min(94px, 94 / 1280 * var(--inner-width) * 1px);
  padding: 0 min(24px, 24 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .menu-entry {
    border-radius: calc(4 / 390 * var(--inner-width) * 1px);
    height: calc(88 / 390 * var(--inner-width) * 1px);
    padding: 0 calc(16 / 390 * var(--inner-width) * 1px);
  }
}

.menu-entry__bg,
.menu-entry__bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 48em) {
  .menu-entry__bg,
  .menu-entry__bg img {
    -o-object-position: left center;
       object-position: left center;
  }
}

.menu-entry__caption {
  position: relative;
  font-weight: 500;
  font-size: min(14px, 14 / 1280 * var(--inner-width) * 1px);
  line-height: 2;
  color: #fff;
}
@media only screen and (max-width: 48em) {
  .menu-entry__caption {
    font-size: calc(12 / 390 * var(--inner-width) * 1px);
  }
}

.menu-entry__label {
  position: relative;
  font-weight: 700;
  font-size: min(28px, 28 / 1280 * var(--inner-width) * 1px);
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: min(24px, 24 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .menu-entry__label {
    font-size: calc(24 / 390 * var(--inner-width) * 1px);
    gap: calc(16 / 390 * var(--inner-width) * 1px);
  }
}

.mask {
  pointer-events: none;
  position: relative;
  z-index: 1;
  background: no-repeat center top/100% auto;
  -webkit-mask: no-repeat center top/100% auto;
          mask: no-repeat center top/100% auto;
}
@media only screen and (max-width: 48em) {
  .mask {
    background-size: auto 100%;
    -webkit-mask-size: auto 100%;
            mask-size: auto 100%;
  }
}

.video {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.video::after {
  content: "";
  position: absolute;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: var(--video-cover-opacity);
  opacity: 1;
}
.video iframe {
  position: absolute;
  width: calc(100vw + 80px);
  height: calc((100vw + 80px) * 9 / 16);
  min-width: calc((100vh + 80px) * 16 / 9);
  min-width: calc((100dvh + 80px) * 16 / 9);
  min-height: calc(100vh + 80px);
  min-height: calc(100dvh + 80px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mv {
  position: relative;
  height: 100vh;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 48em) {
  .mv::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(51 / 390 * var(--inner-width) * 1px);
    background: linear-gradient(270deg, #a9cb03 22.69%, #48a63f 68.68%);
  }
}

.mv__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mv__title {
  position: relative;
  width: min(727px, 727 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .mv__title {
    width: calc(358 / 390 * var(--inner-width) * 1px);
  }
}

.mv__mask {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
}
@media only screen and (max-width: 48em) {
  .mv__mask {
    top: calc(50 / 390 * var(--inner-width) * 1px);
    height: calc(100% - 50 / 390 * var(--inner-width) * 1px);
  }
}
.mv__mask {
  --mv-mask-position: 0;
}
.mv__mask > div {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  background: linear-gradient(270deg, #a9cb03 22.69%, #48a63f 68.68%);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: cover;
          mask-size: cover;
  transform: translate(var(--mv-mask-position), 0);
  will-change: transform;
}
@media only screen and (max-width: 48em) {
  .mv__mask > div {
    -webkit-mask-size: auto 100%;
            mask-size: auto 100%;
  }
}

.mv__front {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.mv__front.is-active {
  opacity: 1;
}

.mv__scroll {
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  font-size: min(14px, 14 / 1280 * var(--inner-width) * 1px);
  color: #fff;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: calc(100vh - min(120px, 120 / 1280 * var(--inner-width) * 1px));
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: min(8px, 8 / 1280 * var(--inner-width) * 1px);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
@media only screen and (max-width: 48em) {
  .mv__scroll {
    top: calc(100vh - 90 / 390 * var(--inner-width) * 1px);
    top: calc(100dvh - 90 / 390 * var(--inner-width) * 1px);
  }
}
.mv__scroll.is-active {
  opacity: 1;
}
.mv__scroll.is-active::before, .mv__scroll.is-active::after {
  animation-play-state: running;
}
@media only screen and (max-width: 48em) {
  .mv__scroll {
    font-size: calc(14 / 390 * var(--inner-width) * 1px);
    gap: calc(8 / 390 * var(--inner-width) * 1px);
  }
}
.mv__scroll::before, .mv__scroll::after {
  content: "";
  display: block;
  width: 2px;
  background: #fff;
  animation: 2s linear infinite paused;
}
.mv__scroll::before {
  height: min(200px, 200 / 1280 * var(--inner-width) * 1px);
  animation-name: mv__scroll-1;
}
@media only screen and (max-width: 48em) {
  .mv__scroll::before {
    animation-name: mv__scroll-1-sp;
    height: calc(160 / 390 * var(--inner-width) * 1px);
  }
}
.mv__scroll::after {
  height: min(48px, 48 / 1280 * var(--inner-width) * 1px);
  animation-name: mv__scroll-2;
}
@media only screen and (max-width: 48em) {
  .mv__scroll::after {
    animation-name: mv__scroll-2-sp;
    height: calc(48 / 390 * var(--inner-width) * 1px);
  }
}

@keyframes mv__scroll-1 {
  0% {
    height: min(0px, 0 / 1280 * var(--inner-width) * 1px);
  }
  100% {
    height: min(200px, 200 / 1280 * var(--inner-width) * 1px);
  }
}
@keyframes mv__scroll-1-sp {
  0% {
    height: calc(0 / 390 * var(--inner-width) * 1px);
  }
  100% {
    height: calc(160 / 390 * var(--inner-width) * 1px);
  }
}
@keyframes mv__scroll-2 {
  0% {
    height: min(200px, 200 / 1280 * var(--inner-width) * 1px);
  }
  100% {
    height: min(0px, 0 / 1280 * var(--inner-width) * 1px);
  }
}
@keyframes mv__scroll-2-sp {
  0% {
    height: calc(160 / 390 * var(--inner-width) * 1px);
  }
  100% {
    height: calc(0 / 390 * var(--inner-width) * 1px);
  }
}
.mask--mv {
  height: calc(121 / 1280 * var(--inner-width) * 1px);
  background: linear-gradient(270deg, #a9cb03 22.69%, #48a63f 68.68%);
  -webkit-mask: url(../img/feature/mask-mv.svg) no-repeat left top/100% auto;
          mask: url(../img/feature/mask-mv.svg) no-repeat left top/100% auto;
}

.intro {
  position: relative;
  padding-top: min(203px, 203 / 1280 * var(--inner-width) * 1px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 48em) {
  .intro {
    padding-top: calc(218 / 390 * var(--inner-width) * 1px);
  }
}
.intro .lines:nth-child(1) .line-5 {
  left: calc(50% + min(187px, 187 / 1280 * var(--inner-width) * 1px));
  top: min(0px, 0 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .intro .lines:nth-child(1) .line-5 {
    left: calc(60 / 390 * var(--inner-width) * 1px);
    top: calc(-100 / 390 * var(--inner-width) * 1px);
  }
}
.intro .lines:nth-child(2) .line-5 {
  right: calc(50% + min(227px, 227 / 1280 * var(--inner-width) * 1px));
  bottom: max(-140px, -140 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .intro .lines:nth-child(2) .line-5 {
    right: calc(100 / 390 * var(--inner-width) * 1px);
    bottom: calc(-250 / 390 * var(--inner-width) * 1px);
  }
}

.intro__text {
  position: relative;
  font-weight: 500;
  font-size: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  line-height: 2.4;
  text-align: center;
  letter-spacing: 0.06em;
  color: #fff;
}
@media only screen and (max-width: 48em) {
  .intro__text {
    font-weight: 400;
    font-size: calc(16 / 390 * var(--inner-width) * 1px);
    line-height: 2;
    margin: 0 calc(32 / 390 * var(--inner-width) * 1px) calc(144 / 390 * var(--inner-width) * 1px);
    text-align: left;
  }
}

.intro__images {
  width: 100%;
}
@media only screen and (max-width: 48em) {
  .intro__images {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(8 / 390 * var(--inner-width) * 1px);
    overflow: hidden;
  }
}

.intro__image {
  position: absolute;
  overflow: hidden;
  border-radius: min(8px, 8 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .intro__image {
    position: static;
    border-radius: calc(8 / 390 * var(--inner-width) * 1px);
    flex-shrink: 0;
  }
}
.intro__image.image-1 {
  width: min(239px, 239 / 1280 * var(--inner-width) * 1px);
  height: min(308px, 308 / 1280 * var(--inner-width) * 1px);
  left: calc(50% + min(369px, 369 / 1280 * var(--inner-width) * 1px));
  top: min(0px, 0 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .intro__image.image-1 {
    width: calc(294 / 390 * var(--inner-width) * 1px);
    height: calc(220 / 390 * var(--inner-width) * 1px);
  }
}
.intro__image.image-2 {
  width: min(292px, 292 / 1280 * var(--inner-width) * 1px);
  height: min(347px, 347 / 1280 * var(--inner-width) * 1px);
  right: calc(50% + min(348px, 348 / 1280 * var(--inner-width) * 1px));
  top: min(262px, 262 / 1280 * var(--inner-width) * 1px);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media only screen and (max-width: 48em) {
  .intro__image.image-2 {
    width: calc(294 / 390 * var(--inner-width) * 1px);
    height: calc(220 / 390 * var(--inner-width) * 1px);
    border-radius: calc(8 / 390 * var(--inner-width) * 1px);
  }
}
.intro__image.image-3 {
  position: static;
  width: min(508px, 508 / 1280 * var(--inner-width) * 1px);
  height: min(312px, 312 / 1280 * var(--inner-width) * 1px);
  margin: min(62px, 62 / 1280 * var(--inner-width) * 1px) 0 0 auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media only screen and (max-width: 48em) {
  .intro__image.image-3 {
    width: calc(294 / 390 * var(--inner-width) * 1px);
    height: calc(220 / 390 * var(--inner-width) * 1px);
    margin: 0;
    border-radius: calc(8 / 390 * var(--inner-width) * 1px);
  }
}

.intro__caption {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: min(4px, 4 / 1280 * var(--inner-width) * 1px);
  --intro-caption-delay: 0;
  --intro-caption-duration: 0.5s;
}
@media only screen and (max-width: 48em) {
  .intro__caption {
    gap: calc(4 / 390 * var(--inner-width) * 1px);
  }
}
.intro__caption > span {
  position: relative;
  color: #fff;
  height: min(38px, 38 / 1280 * var(--inner-width) * 1px);
  padding: 0 0.5em 0.15em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  font-size: min(20px, 20 / 1280 * var(--inner-width) * 1px);
  line-height: 1.2;
  white-space: nowrap;
}
@media only screen and (max-width: 48em) {
  .intro__caption > span {
    height: calc(36 / 390 * var(--inner-width) * 1px);
    font-size: calc(16 / 390 * var(--inner-width) * 1px);
  }
}
.intro__caption > span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition-property: transform;
  transition-duration: var(--intro-caption-duration);
  transition-timing-function: ease;
  transition-delay: var(--intro-caption-delay);
  transform: scale(0.001, 1);
  transform-origin: left top;
}
.intro__caption > span > span {
  position: relative;
  opacity: 0;
  transition-property: opacity;
  transition-duration: var(--intro-caption-duration);
  transition-timing-function: ease;
  transition-delay: var(--intro-caption-delay);
}
.intro__caption.is-active > span::before {
  transform: scale(1, 1);
}
.intro__caption.is-active > span > span {
  opacity: 1;
}
.intro__caption.vertical {
  flex-direction: row-reverse;
  gap: min(10px, 10 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .intro__caption.vertical {
    gap: calc(6 / 390 * var(--inner-width) * 1px);
  }
}
.intro__caption.vertical > span {
  height: auto;
  width: min(28px, 28 / 1280 * var(--inner-width) * 1px);
  padding: 0.5em 0;
  line-height: 1;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
}
@media only screen and (max-width: 48em) {
  .intro__caption.vertical > span {
    width: calc(28 / 390 * var(--inner-width) * 1px);
  }
}
.intro__caption.vertical > span::before {
  transform: scale(1, 0.0001);
}
.intro__caption.vertical.is-active > span::before {
  transform: scale(1, 1);
}
.intro__caption.caption-1 {
  right: calc(50% + min(320px, 320 / 1280 * var(--inner-width) * 1px));
  top: min(74px, 74 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .intro__caption.caption-1 {
    right: auto;
    left: 0;
    top: calc(102 / 390 * var(--inner-width) * 1px);
  }
}
.intro__caption.caption-1 > span:nth-child(2) {
  margin-left: min(40px, 40 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .intro__caption.caption-1 > span:nth-child(2) {
    margin-left: calc(40 / 390 * var(--inner-width) * 1px);
  }
}
.intro__caption.caption-2 {
  left: calc(50% + min(400px, 400 / 1280 * var(--inner-width) * 1px));
  top: min(270px, 270 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .intro__caption.caption-2 {
    left: auto;
    right: 0;
    top: auto;
    bottom: calc(264 / 390 * var(--inner-width) * 1px);
  }
}
.intro__caption.caption-2 > span:nth-child(1) {
  margin-left: min(48px, 48 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .intro__caption.caption-2 > span:nth-child(1) {
    margin-left: calc(48 / 390 * var(--inner-width) * 1px);
  }
}
.intro__caption.caption-3 {
  right: calc(50% + min(558px, 558 / 1280 * var(--inner-width) * 1px));
  top: min(557px, 557 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .intro__caption.caption-3 {
    right: auto;
    left: calc(16 / 390 * var(--inner-width) * 1px);
    top: auto;
    bottom: calc(169 / 390 * var(--inner-width) * 1px);
  }
}
.intro__caption.caption-4 {
  left: calc(50% + min(542px, 542 / 1280 * var(--inner-width) * 1px));
  bottom: min(259px, 259 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .intro__caption.caption-4 {
    left: auto;
    right: calc(33 / 390 * var(--inner-width) * 1px);
    bottom: auto;
    top: calc(10 / 390 * var(--inner-width) * 1px);
  }
}
.intro__caption.caption-5 {
  right: calc(50% + min(168px, 168 / 1280 * var(--inner-width) * 1px));
  bottom: min(205px, 205 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .intro__caption.caption-5 {
    display: none;
  }
}
.intro__caption.caption-5 > span:nth-child(2) {
  margin-left: min(40px, 40 / 1280 * var(--inner-width) * 1px);
}
.intro__caption.caption-6 {
  left: calc(50% - min(18px, 18 / 1280 * var(--inner-width) * 1px));
  bottom: 0;
}
@media only screen and (max-width: 48em) {
  .intro__caption.caption-6 {
    display: none;
  }
}
.intro__caption.caption-6 > span:nth-child(2) {
  margin-left: max(-90px, -90 / 1280 * var(--inner-width) * 1px);
}

.attitude {
  position: relative;
  padding-top: min(142px, 142 / 1280 * var(--inner-width) * 1px);
  padding-bottom: min(110px, 110 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .attitude {
    padding-top: calc(86 / 390 * var(--inner-width) * 1px);
    padding-bottom: calc(100 / 390 * var(--inner-width) * 1px);
  }
}

.attitude__container {
  position: -webkit-sticky;
  position: sticky;
  top: max(-240px, -240 / 1280 * var(--inner-width) * 1px);
  overflow: hidden;
}
@media only screen and (max-width: 48em) {
  .attitude__container {
    top: calc(-320 / 390 * var(--inner-width) * 1px);
  }
}

.attitude__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: min(56px, 56 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .attitude__title {
    top: calc(86 / 390 * var(--inner-width) * 1px);
    margin-bottom: calc(40 / 390 * var(--inner-width) * 1px);
  }
}
.attitude__title picture,
.attitude__title img {
  width: min(760px, 760 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .attitude__title picture,
  .attitude__title img {
    width: calc(358 / 390 * var(--inner-width) * 1px);
  }
}

.attitude__lead {
  width: min(734px, 734 / 1280 * var(--inner-width) * 1px);
  margin: 0 auto min(48px, 48 / 1280 * var(--inner-width) * 1px);
  font-weight: 500;
  font-size: min(14px, 14 / 1280 * var(--inner-width) * 1px);
  line-height: 2;
  color: #fff;
}
@media only screen and (max-width: 48em) {
  .attitude__lead {
    width: auto;
    margin: 0 calc(32 / 390 * var(--inner-width) * 1px) calc(40 / 390 * var(--inner-width) * 1px);
    font-size: calc(14 / 390 * var(--inner-width) * 1px);
  }
}

.attitude__sections {
  width: min(1038px, 1038 / 1280 * var(--inner-width) * 1px);
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: min(56px, 56 / 1280 * var(--inner-width) * 1px);
  transform: translate(var(--attitude-translate-x), 0);
}
@media only screen and (max-width: 48em) {
  .attitude__sections {
    width: auto;
    margin: 0 calc(32 / 390 * var(--inner-width) * 1px);
    gap: calc(32 / 390 * var(--inner-width) * 1px);
    transform: translate(var(--attitude-translate-x-sp), 0);
  }
}

.attitude-section {
  flex-shrink: 0;
  width: min(1038px, 1038 / 1280 * var(--inner-width) * 1px);
  height: min(430px, 430 / 1280 * var(--inner-width) * 1px);
  border-radius: min(8px, 8 / 1280 * var(--inner-width) * 1px);
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
@media only screen and (max-width: 48em) {
  .attitude-section {
    width: calc(100vw - 64 / 390 * var(--inner-width) * 1px);
    height: auto;
    border-radius: calc(8 / 390 * var(--inner-width) * 1px);
    flex-direction: column;
  }
}

.attitude-section__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: min(662px, 662 / 1280 * var(--inner-width) * 1px);
  height: 100%;
}
@media only screen and (max-width: 48em) {
  .attitude-section__bg {
    width: 100%;
    height: calc(266 / 390 * var(--inner-width) * 1px);
  }
}

.attitude-section__header {
  position: relative;
  width: min(662px, 662 / 1280 * var(--inner-width) * 1px);
  flex-shrink: 0;
  padding: min(32px, 32 / 1280 * var(--inner-width) * 1px) 0 0 min(40px, 40 / 1280 * var(--inner-width) * 1px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: min(12px, 12 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .attitude-section__header {
    width: auto;
    height: calc(266 / 390 * var(--inner-width) * 1px);
    padding: calc(32 / 390 * var(--inner-width) * 1px) calc(24 / 390 * var(--inner-width) * 1px) 0 calc(24 / 390 * var(--inner-width) * 1px);
    gap: calc(12 / 390 * var(--inner-width) * 1px);
  }
}

.attitude-section__label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 min(8px, 8 / 1280 * var(--inner-width) * 1px);
  gap: min(8px, 8 / 1280 * var(--inner-width) * 1px);
  height: min(38px, 38 / 1280 * var(--inner-width) * 1px);
  background: #000000;
  color: #fff;
  border-radius: min(4px, 4 / 1280 * var(--inner-width) * 1px);
  line-height: 1;
}
@media only screen and (max-width: 48em) {
  .attitude-section__label {
    border-radius: calc(4 / 390 * var(--inner-width) * 1px);
    padding: 0 calc(8 / 390 * var(--inner-width) * 1px);
    gap: calc(8 / 390 * var(--inner-width) * 1px);
    height: calc(28 / 390 * var(--inner-width) * 1px);
  }
}
.attitude-section__label span:first-child {
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  font-size: min(24px, 24 / 1280 * var(--inner-width) * 1px);
  padding-top: 0.1em;
}
@media only screen and (max-width: 48em) {
  .attitude-section__label span:first-child {
    font-size: calc(20 / 390 * var(--inner-width) * 1px);
  }
}
.attitude-section__label span:last-child {
  font-weight: 700;
  font-size: min(18px, 18 / 1280 * var(--inner-width) * 1px);
  padding-bottom: 0.1em;
}
@media only screen and (max-width: 48em) {
  .attitude-section__label span:last-child {
    font-size: calc(16 / 390 * var(--inner-width) * 1px);
  }
}

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

.attitude-section__items {
  flex-grow: 1;
  background: linear-gradient(180deg, #a9cb03 15%, #48a63f 85%);
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  flex-direction: column;
  padding: 0 min(64px, 64 / 1280 * var(--inner-width) * 1px) min(32px, 32 / 1280 * var(--inner-width) * 1px) min(32px, 32 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .attitude-section__items {
    padding: calc(24 / 390 * var(--inner-width) * 1px);
  }
}
.attitude-section__items dt {
  height: min(52px, 52 / 1280 * var(--inner-width) * 1px);
  border-radius: min(4px, 4 / 1280 * var(--inner-width) * 1px);
  background: #fff;
  font-weight: 700;
  font-size: min(24px, 24 / 1280 * var(--inner-width) * 1px);
  color: #48a63f;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  margin-bottom: min(10px, 10 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .attitude-section__items dt {
    height: calc(46 / 390 * var(--inner-width) * 1px);
    border-radius: calc(4 / 390 * var(--inner-width) * 1px);
    font-size: calc(20 / 390 * var(--inner-width) * 1px);
    padding-left: calc(8 / 390 * var(--inner-width) * 1px);
    margin-bottom: calc(6 / 390 * var(--inner-width) * 1px);
  }
}
.attitude-section__items dt::before {
  content: "・";
}
.attitude-section__items dd {
  font-weight: 500;
  font-size: min(14px, 14 / 1280 * var(--inner-width) * 1px);
  color: #ffffff;
  padding-left: min(16px, 16 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .attitude-section__items dd {
    font-size: calc(14 / 390 * var(--inner-width) * 1px);
    padding-left: calc(16 / 390 * var(--inner-width) * 1px);
  }
}
.attitude-section__items dd + dt {
  margin-top: min(20px, 20 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .attitude-section__items dd + dt {
    margin-top: calc(16 / 390 * var(--inner-width) * 1px);
  }
}

.attitude__scroll {
  margin-top: 30vh;
  margin-top: 30dvh;
  height: 300vh;
  height: 300dvh;
}

.mask--history {
  height: calc(100 / 1280 * var(--inner-width) * 1px + min(400px, 400 / 1280 * var(--inner-width) * 1px));
  background: #fff;
  -webkit-mask-image: url(../img/feature/mask-history.svg);
          mask-image: url(../img/feature/mask-history.svg);
  -webkit-mask-position: center top;
          mask-position: center top;
  margin-bottom: max(-300px, -300 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .mask--history {
    height: calc(560 / 390 * var(--inner-width) * 1px);
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    margin-bottom: 0;
    margin-bottom: calc(-400 / 390 * var(--inner-width) * 1px);
  }
}
.mask--history .line-4 {
  left: calc(50% + min(139px, 139 / 1280 * var(--inner-width) * 1px));
  top: max(-60px, -60 / 1280 * var(--inner-width) * 1px);
  z-index: 3;
  transform: scale(-1, 1);
}
@media only screen and (max-width: 48em) {
  .mask--history .line-4 {
    left: calc(160 / 390 * var(--inner-width) * 1px);
    top: calc(-250 / 390 * var(--inner-width) * 1px);
  }
}

.vertical-line__container {
  position: relative;
}

.vertical-line {
  pointer-events: none;
  position: absolute;
  left: calc(50% - 4px);
  width: 8px;
  --vertical-line-scale: 0%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% var(--vertical-line-scale), 0% var(--vertical-line-scale));
          clip-path: polygon(0% 0%, 100% 0%, 100% var(--vertical-line-scale), 0% var(--vertical-line-scale));
}
@media only screen and (max-width: 48em) {
  .vertical-line {
    left: calc(50% - 3px);
    width: 6px;
  }
}

.vertical-line--1 {
  z-index: 2;
  top: 0;
  height: calc(100% + min(110px, 110 / 1280 * var(--inner-width) * 1px));
  background: linear-gradient(0deg, #48a63f 0%, #48a63f 14%, #9ac50c 90%, rgba(169, 203, 3, 0) 98.08%);
}
@media only screen and (max-width: 48em) {
  .vertical-line--1 {
    height: calc(100% + 20 / 390 * var(--inner-width) * 1px);
  }
}

.vertical-line--2 {
  z-index: 2;
  top: min(250px, 250 / 1280 * var(--inner-width) * 1px);
  bottom: 0;
  background: linear-gradient(0deg, #a9cb03 1.92%, #9ac50c 10%, #48a63f 86%, #48a63f 100%);
}
@media only screen and (max-width: 48em) {
  .vertical-line--2 {
    top: calc(180 / 390 * var(--inner-width) * 1px);
  }
}

.vertical-line__mask {
  position: relative;
}
.vertical-line__mask::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 4px);
  top: 0;
  width: 8px;
  height: 100%;
  background: #fff;
}
.vertical-line__mask > * {
  position: relative;
}

.history {
  position: relative;
  background: #fff;
}

.history__container {
  position: relative;
  z-index: 2;
  padding-bottom: min(250px, 250 / 1280 * var(--inner-width) * 1px);
}

.history__title {
  z-index: 2;
  height: min(140px, 140 / 1280 * var(--inner-width) * 1px);
  margin-bottom: min(70px, 70 / 1280 * var(--inner-width) * 1px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 48em) {
  .history__title {
    position: relative;
    height: calc(110 / 390 * var(--inner-width) * 1px);
    margin-bottom: calc(32 / 390 * var(--inner-width) * 1px);
  }
}
.history__title img {
  width: min(432px, 432 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .history__title img {
    width: calc(264 / 390 * var(--inner-width) * 1px);
  }
}

.history__section {
  --history-item-count: 1;
}
.history__section::after {
  content: "";
  display: block;
  height: calc(min(250px, 250 / 1280 * var(--inner-width) * 1px) * var(--history-item-count));
}
@media only screen and (max-width: 48em) {
  .history__section::after {
    height: calc(250 / 390 * var(--inner-width) * 1px * var(--history-item-count));
  }
}

.history__section-body {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.history__year {
  text-align: center;
  padding: min(24px, 24 / 1280 * var(--inner-width) * 1px) 0;
}
@media only screen and (max-width: 48em) {
  .history__year {
    padding: calc(24 / 390 * var(--inner-width) * 1px) 0;
  }
}
.history__year span {
  display: block;
  font-weight: 700;
  font-size: min(64px, 64 / 1280 * var(--inner-width) * 1px);
  line-height: 1.4;
  background: linear-gradient(180deg, #48a63f 15%, #a9cb03 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media only screen and (max-width: 48em) {
  .history__year span {
    font-size: calc(48 / 390 * var(--inner-width) * 1px);
    line-height: 1.2;
  }
}

.history__images {
  overflow: hidden;
  margin-top: min(56px, 56 / 1280 * var(--inner-width) * 1px);
  margin-bottom: min(120px, 120 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .history__images {
    margin-top: calc(32 / 390 * var(--inner-width) * 1px);
    margin-bottom: calc(84 / 390 * var(--inner-width) * 1px);
  }
}

.history__images-body {
  width: min(332px, 332 / 1280 * var(--inner-width) * 1px);
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  --history-translate-x: 0%;
  transform: translate(var(--history-translate-x), 0);
}
@media only screen and (max-width: 48em) {
  .history__images-body {
    width: calc(220 / 390 * var(--inner-width) * 1px);
  }
}

.history-image {
  flex-shrink: 0;
  background: #fff;
  width: min(332px, 332 / 1280 * var(--inner-width) * 1px);
  padding: 0 min(12px, 12 / 1280 * var(--inner-width) * 1px);
  position: relative;
}
@media only screen and (max-width: 48em) {
  .history-image {
    width: calc(220 / 390 * var(--inner-width) * 1px);
    padding: 0 calc(12 / 390 * var(--inner-width) * 1px);
  }
}
.history-image:nth-child(2n) {
  margin-top: min(94px, 94 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .history-image:nth-child(2n) {
    margin-top: 0;
  }
}
.history-image img {
  border-radius: min(4px, 4 / 1280 * var(--inner-width) * 1px);
  overflow: hidden;
}
@media only screen and (max-width: 48em) {
  .history-image img {
    border-radius: calc(4 / 390 * var(--inner-width) * 1px);
  }
}

.history-image__year {
  position: absolute;
  left: min(14px, 14 / 1280 * var(--inner-width) * 1px);
  top: min(172px, 172 / 1280 * var(--inner-width) * 1px);
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  font-size: min(40px, 40 / 1280 * var(--inner-width) * 1px);
  line-height: 1;
  color: #ffffff;
}
@media only screen and (max-width: 48em) {
  .history-image__year {
    left: calc(8 / 390 * var(--inner-width) * 1px);
    top: calc(92 / 390 * var(--inner-width) * 1px);
    font-size: calc(40 / 390 * var(--inner-width) * 1px);
  }
}

.history-image__caption {
  display: block;
  position: relative;
  padding: min(8px, 8 / 1280 * var(--inner-width) * 1px) min(16px, 16 / 1280 * var(--inner-width) * 1px);
  font-weight: 500;
  font-size: min(12px, 12 / 1280 * var(--inner-width) * 1px);
  line-height: 1.6;
}
@media only screen and (max-width: 48em) {
  .history-image__caption {
    padding: calc(6 / 390 * var(--inner-width) * 1px) calc(12 / 390 * var(--inner-width) * 1px);
    font-size: calc(10 / 390 * var(--inner-width) * 1px);
  }
}
.history-image__caption::before {
  content: "";
  display: block;
  position: absolute;
  left: min(4px, 4 / 1280 * var(--inner-width) * 1px);
  top: min(7px, 7 / 1280 * var(--inner-width) * 1px);
  bottom: min(7px, 7 / 1280 * var(--inner-width) * 1px);
  width: 1px;
  background: linear-gradient(90deg, #a9cb03 18.54%, #48a63f 85.63%);
}
@media only screen and (max-width: 48em) {
  .history-image__caption::before {
    left: calc(4 / 390 * var(--inner-width) * 1px);
    top: calc(6 / 390 * var(--inner-width) * 1px);
    bottom: calc(6 / 390 * var(--inner-width) * 1px);
  }
}

.mask--data {
  height: calc(min(200px, 200 / 1280 * var(--inner-width) * 1px) + 95 / 1280 * var(--inner-width) * 1px);
  background: #fff;
  -webkit-mask-image: url(../img/feature/mask-data.svg);
          mask-image: url(../img/feature/mask-data.svg);
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  margin-top: calc(max(-200px, -200 / 1280 * var(--inner-width) * 1px) - 2px);
  overflow: visible;
}
@media only screen and (max-width: 48em) {
  .mask--data {
    height: calc(260 / 390 * var(--inner-width) * 1px);
    margin-top: calc(-200 / 390 * var(--inner-width) * 1px - 2px);
  }
}
.mask--data .lines {
  overflow: visible;
}
.mask--data .line-5 {
  right: calc(50% + min(130px, 130 / 1280 * var(--inner-width) * 1px));
  bottom: max(-150px, -150 / 1280 * var(--inner-width) * 1px);
}

.data {
  position: relative;
  padding-top: min(150px, 150 / 1280 * var(--inner-width) * 1px);
  padding-bottom: min(160px, 160 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .data {
    padding-top: calc(32 / 390 * var(--inner-width) * 1px);
    padding-bottom: calc(76 / 390 * var(--inner-width) * 1px);
  }
}

.data__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: min(74px, 74 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .data__title {
    margin-bottom: calc(64 / 390 * var(--inner-width) * 1px);
  }
}
.data__title picture,
.data__title img {
  width: min(698px, 698 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .data__title picture,
  .data__title img {
    width: calc(286 / 390 * var(--inner-width) * 1px);
  }
}

.data__section {
  position: relative;
  z-index: 3;
  padding: min(64px, 64 / 1280 * var(--inner-width) * 1px) 0;
  background: rgba(255, 255, 255, 0.85);
}
.data__section.right {
  margin-left: min(160px, 160 / 1280 * var(--inner-width) * 1px);
  padding-right: min(160px, 160 / 1280 * var(--inner-width) * 1px);
  border-radius: min(24px, 24 / 1280 * var(--inner-width) * 1px) 0 0 min(24px, 24 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .data__section.right {
    margin-left: 0;
    padding: calc(64 / 390 * var(--inner-width) * 1px) calc(32 / 390 * var(--inner-width) * 1px);
    border-radius: 0;
  }
}
.data__section.left {
  margin-right: min(160px, 160 / 1280 * var(--inner-width) * 1px);
  padding-left: min(160px, 160 / 1280 * var(--inner-width) * 1px);
  border-radius: 0 min(24px, 24 / 1280 * var(--inner-width) * 1px) min(24px, 24 / 1280 * var(--inner-width) * 1px) 0;
}
@media only screen and (max-width: 48em) {
  .data__section.left {
    margin-right: 0;
    padding: calc(64 / 390 * var(--inner-width) * 1px) calc(32 / 390 * var(--inner-width) * 1px);
    border-radius: 0;
  }
}

.data__section + .data__section {
  margin-top: min(32px, 32 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .data__section + .data__section {
    margin-top: calc(56 / 390 * var(--inner-width) * 1px);
  }
}

.data__heading {
  width: min(764px, 764 / 1280 * var(--inner-width) * 1px);
  margin: 0 auto min(24px, 24 / 1280 * var(--inner-width) * 1px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: min(4px, 4 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .data__heading {
    width: auto;
    margin: 0 0 calc(40 / 390 * var(--inner-width) * 1px);
  }
}
.data__heading span {
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  font-size: min(40px, 40 / 1280 * var(--inner-width) * 1px);
  line-height: 1.2;
}
@media only screen and (max-width: 48em) {
  .data__heading span {
    font-size: calc(32 / 390 * var(--inner-width) * 1px);
  }
}
.data__heading b {
  font-weight: 500;
  font-size: min(24px, 24 / 1280 * var(--inner-width) * 1px);
  line-height: 1.5;
}
@media only screen and (max-width: 48em) {
  .data__heading b {
    font-size: calc(24 / 390 * var(--inner-width) * 1px);
  }
}
.right .data__heading {
  text-align: right;
  align-items: flex-end;
  transform: translate(min(176px, 176 / 1280 * var(--inner-width) * 1px), 0);
}
@media only screen and (max-width: 48em) {
  .right .data__heading {
    transform: translate(0, 0);
  }
}

.left .data__heading {
  transform: translate(max(-176px, -176 / 1280 * var(--inner-width) * 1px), 0);
}
@media only screen and (max-width: 48em) {
  .left .data__heading {
    transform: translate(0, 0);
  }
}

.data__text {
  font-weight: 500;
  font-size: min(14px, 14 / 1280 * var(--inner-width) * 1px);
  line-height: 2;
  margin-bottom: min(40px, 40 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .data__text {
    font-size: calc(14 / 390 * var(--inner-width) * 1px);
    margin-bottom: calc(24 / 390 * var(--inner-width) * 1px);
  }
}

.data__items-1 {
  width: min(842px, 842 / 1280 * var(--inner-width) * 1px);
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: min(24px, 24 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .data__items-1 {
    width: auto;
    flex-direction: column;
    gap: calc(16 / 390 * var(--inner-width) * 1px);
  }
}

.data-item-1 {
  flex-shrink: 0;
  width: min(400px, 400 / 1280 * var(--inner-width) * 1px);
  height: min(390px, 390 / 1280 * var(--inner-width) * 1px);
  border-radius: min(8px, 8 / 1280 * var(--inner-width) * 1px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(169, 203, 3, 0.1) 15%, rgba(72, 166, 63, 0.1) 85%), #ffffff;
  padding: min(24px, 24 / 1280 * var(--inner-width) * 1px) 0 0;
}
@media only screen and (max-width: 48em) {
  .data-item-1 {
    width: 100%;
    height: calc(328 / 390 * var(--inner-width) * 1px);
    padding: calc(24 / 390 * var(--inner-width) * 1px) 0;
    border-radius: calc(8 / 390 * var(--inner-width) * 1px);
  }
}

.data-item-1__title {
  font-weight: 700;
  font-size: min(24px, 24 / 1280 * var(--inner-width) * 1px);
  text-align: center;
  margin-bottom: min(8px, 8 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .data-item-1__title {
    font-size: calc(18 / 390 * var(--inner-width) * 1px);
    margin-bottom: calc(24 / 390 * var(--inner-width) * 1px);
  }
}

.data-item-1__image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: min(8px, 8 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .data-item-1__image {
    margin-bottom: calc(24 / 390 * var(--inner-width) * 1px);
    height: calc(100 / 390 * var(--inner-width) * 1px);
  }
  .data-item-1__image img {
    width: auto;
    height: 100%;
  }
}

.data-item-1__num {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  gap: min(4px, 4 / 1280 * var(--inner-width) * 1px);
  margin-bottom: min(8px, 8 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .data-item-1__num {
    gap: calc(4 / 390 * var(--inner-width) * 1px);
    margin-bottom: calc(8 / 390 * var(--inner-width) * 1px);
  }
}
.data-item-1__num strong {
  display: block;
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  font-size: min(64px, 64 / 1280 * var(--inner-width) * 1px);
  background: linear-gradient(180deg, #a9cb03 15%, #48a63f 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media only screen and (max-width: 48em) {
  .data-item-1__num strong {
    font-size: calc(64 / 390 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 48em) {
  .data-item-1__num.is-sp-small strong {
    font-size: calc(54 / 390 * var(--inner-width) * 1px);
  }
}
.data-item-1__num span {
  display: block;
  font-weight: 700;
  font-size: min(18px, 18 / 1280 * var(--inner-width) * 1px);
  padding-bottom: 0.7em;
}
@media only screen and (max-width: 48em) {
  .data-item-1__num span {
    font-size: calc(18 / 390 * var(--inner-width) * 1px);
  }
}

.data-item-1__note {
  font-weight: 500;
  font-size: min(14px, 14 / 1280 * var(--inner-width) * 1px);
  text-align: center;
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 48em) {
  .data-item-1__note {
    font-size: calc(14 / 390 * var(--inner-width) * 1px);
  }
}

.data__items-2 {
  width: min(842px, 842 / 1280 * var(--inner-width) * 1px);
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: min(24px, 24 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .data__items-2 {
    width: auto;
    flex-direction: column;
    gap: calc(16 / 390 * var(--inner-width) * 1px);
  }
}

.data-item-2 {
  position: relative;
  flex-shrink: 0;
  width: min(400px, 400 / 1280 * var(--inner-width) * 1px);
  height: min(390px, 390 / 1280 * var(--inner-width) * 1px);
  border-radius: min(8px, 8 / 1280 * var(--inner-width) * 1px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(169, 203, 3, 0.1) 15%, rgba(72, 166, 63, 0.1) 85%), rgba(255, 255, 255, 0.8);
  padding: min(24px, 24 / 1280 * var(--inner-width) * 1px) 0;
}
@media only screen and (max-width: 48em) {
  .data-item-2 {
    width: 100%;
    height: calc(328 / 390 * var(--inner-width) * 1px);
    padding: calc(24 / 390 * var(--inner-width) * 1px) 0;
    border-radius: calc(8 / 390 * var(--inner-width) * 1px);
  }
}

.data-item-2__title {
  font-weight: 700;
  font-size: min(20px, 20 / 1280 * var(--inner-width) * 1px);
  line-height: 1.9;
  text-align: center;
  margin-bottom: min(8px, 8 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .data-item-2__title {
    font-size: calc(18 / 390 * var(--inner-width) * 1px);
    line-height: 1.4;
    margin-bottom: calc(8 / 390 * var(--inner-width) * 1px);
  }
}

.data-item-2__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mask--images {
  height: calc(167 / 1280 * var(--inner-width) * 1px);
  background-position: center bottom;
  background-image: url(../img/feature/mask-images.svg);
  margin-bottom: -2px;
}
@media only screen and (max-width: 48em) {
  .mask--images {
    height: calc(90 / 390 * var(--inner-width) * 1px);
  }
}

.images {
  position: relative;
  overflow: hidden;
}

.images__line {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: min(269px, 269 / 1280 * var(--inner-width) * 1px);
  background: repeat-x left top/auto 100%;
  --images-line-width: 1661;
  animation: images__line calc(var(--images-line-width) / 50 * 1s) linear infinite;
}
@media only screen and (max-width: 48em) {
  .images__line {
    height: calc(188 / 390 * var(--inner-width) * 1px);
    animation-duration: calc(var(--images-line-width) / 30 * 1s);
  }
}
.images__line.images-1 {
  background-image: url(../img/feature/images-1.jpg);
  --images-line-width: 1661;
}
.images__line.images-2 {
  background-image: url(../img/feature/images-2.jpg);
  animation-direction: reverse;
  --images-line-width: 2076;
}

@keyframes images__line {
  0% {
    background-position: 0 top;
  }
  100% {
    background-position: calc(var(--images-line-width) * -1px) top;
  }
}
.mask--footer {
  height: calc(147 / 1280 * var(--inner-width) * 1px);
  background-position: center top;
  background-image: url(../img/feature/mask-footer.svg);
  background-color: #000;
  margin-top: -2px;
}
@media only screen and (max-width: 48em) {
  .mask--footer {
    height: calc(90 / 390 * var(--inner-width) * 1px);
  }
}

.footer {
  position: relative;
  padding-top: min(86px, 86 / 1280 * var(--inner-width) * 1px);
  padding-bottom: min(140px, 140 / 1280 * var(--inner-width) * 1px);
  background: #000;
}
@media only screen and (max-width: 48em) {
  .footer {
    padding-top: calc(55 / 390 * var(--inner-width) * 1px);
    padding-bottom: calc(120 / 390 * var(--inner-width) * 1px);
  }
}

.footer__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: min(80px, 80 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .footer__title {
    margin-bottom: calc(56 / 390 * var(--inner-width) * 1px);
  }
}
.footer__title img {
  width: min(726px, 726 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .footer__title img {
    width: calc(358 / 390 * var(--inner-width) * 1px);
  }
}

.footer-link {
  color: #fff;
  width: min(1024px, 1024 / 1280 * var(--inner-width) * 1px);
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: min(24px, 24 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .footer-link {
    width: auto;
    margin: 0 calc(16 / 390 * var(--inner-width) * 1px) calc(24 / 390 * var(--inner-width) * 1px);
  }
}
.footer-link .arrow {
  --lp-arrow-size: 52;
}
@media only screen and (max-width: 48em) {
  .footer-link .arrow {
    --lp-arrow-size: 44;
  }
}

.footer-link__caption {
  font-weight: 700;
  font-size: min(24px, 24 / 1280 * var(--inner-width) * 1px);
  margin-bottom: min(8px, 8 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .footer-link__caption {
    font-size: calc(18 / 390 * var(--inner-width) * 1px);
    margin-bottom: calc(8 / 390 * var(--inner-width) * 1px);
  }
}

.footer-link__label {
  font-weight: 700;
  font-size: min(40px, 40 / 1280 * var(--inner-width) * 1px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: min(24px, 24 / 1280 * var(--inner-width) * 1px);
  margin-bottom: min(24px, 24 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .footer-link__label {
    font-size: calc(28 / 390 * var(--inner-width) * 1px);
    gap: calc(24 / 390 * var(--inner-width) * 1px);
    margin-bottom: calc(16 / 390 * var(--inner-width) * 1px);
  }
}

.footer-link__image {
  overflow: hidden;
  border-radius: min(8px, 8 / 1280 * var(--inner-width) * 1px);
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
@media only screen and (max-width: 48em) {
  .footer-link__image {
    border-radius: calc(8 / 390 * var(--inner-width) * 1px);
  }
}
a:hover .footer-link__image {
  opacity: 0.6;
}

.footer__entries {
  width: min(1024px, 1024 / 1280 * var(--inner-width) * 1px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 48em) {
  .footer__entries {
    width: auto;
    margin: 0 calc(16 / 390 * var(--inner-width) * 1px);
    flex-direction: column;
    gap: calc(16 / 390 * var(--inner-width) * 1px);
  }
}

.footer-entry {
  color: #fff;
  width: min(330px, 330 / 1280 * var(--inner-width) * 1px);
  height: min(156px, 156 / 1280 * var(--inner-width) * 1px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: min(8px, 8 / 1280 * var(--inner-width) * 1px);
  padding-left: min(24px, 24 / 1280 * var(--inner-width) * 1px);
  border-radius: min(8px, 8 / 1280 * var(--inner-width) * 1px);
  overflow: hidden;
}
@media only screen and (max-width: 48em) {
  .footer-entry {
    width: auto;
    height: calc(147 / 390 * var(--inner-width) * 1px);
    padding-left: calc(24 / 390 * var(--inner-width) * 1px);
    border-radius: calc(8 / 390 * var(--inner-width) * 1px);
    gap: calc(8 / 390 * var(--inner-width) * 1px);
  }
}

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

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

.footer-entry__label {
  position: relative;
  font-weight: 700;
  font-size: min(28px, 28 / 1280 * var(--inner-width) * 1px);
  line-height: 1.2;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: min(24px, 24 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .footer-entry__label {
    font-size: calc(28 / 390 * var(--inner-width) * 1px);
    gap: calc(24 / 390 * var(--inner-width) * 1px);
  }
}
.footer-entry__label .arrow {
  --lp-arrow-size: 44;
}/*# sourceMappingURL=feature.css.map */