@charset "UTF-8";

*:where(:not(iframe, canvas, img, video, svg, svg *, symbol *)) {
  all: unset;
  display: revert
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

a, button {
  cursor: revert
}

b {
  font-weight: 600
}

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

img {
  max-width: 100%
}

table {
  border-collapse: collapse
}

textarea {
  white-space: revert
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert
}

::-webkit-input-placeholder {
  color: unset
}

::-moz-placeholder {
  color: unset
}

:-ms-input-placeholder {
  color: unset
}

::-ms-input-placeholder {
  color: unset
}

::placeholder {
  color: unset
}

:where([hidden]) {
  display: none
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  line-break: after-white-space
}

:where([draggable=true]) {
  -webkit-user-drag: element
}

:root {
  --clr-prime: #f8f837;
  --clr-second: #232323;
  --clr-gray-bg: #edebe6;
  --clr-gray-light: #f7f7f7;
  --clr-gray-mid: #e7e7e7;
  --clr-gray-dark: #151515;
  --clr-white: #fff;
  --clr-black: #000;
  --fs-sm: .75em;
  --fs-md: 1em;
  --fs-lg: 1.5em;
  --ff-default: sans-serif;
  --ff-en: sans-serif;
  --ff-ja: sans-serif
}

html {
  font-family: var(--ff-default);
  font-size: var(--fs-md)
}

body {
  font-family: Objective, sans-serif;
  background-color: var(--clr-gray-bg);
  color: var(--clr-text);
  line-height: 1.6
}

body.modal-open {
  overflow: hidden
}

a {
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all
}

img {
  height: auto;
  -o-object-fit: contain;
  object-fit: contain
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@font-face {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 100;
  src: url(/fonts/notosansjp/NotoSansJP-Thin.woff2) format("woff2")
}

@font-face {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 200;
  src: url(/fonts/notosansjp/NotoSansJP-Light.woff2) format("woff2")
}

@font-face {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/notosansjp/NotoSansJP-DemiLight.woff2) format("woff2")
}

@font-face {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/notosansjp/NotoSansJP-Regular.woff2) format("woff2")
}

@font-face {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/notosansjp/NotoSansJP-Medium.woff2) format("woff2")
}

@font-face {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/notosansjp/NotoSansJP-Bold.woff2) format("woff2")
}

@font-face {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 900;
  src: url(/fonts/notosansjp/NotoSansJP-Black.woff2) format("woff2")
}

@font-face {
  font-family: Objective;
  font-style: normal;
  font-weight: 900;
  src: url(/fonts/objective/Objective-Black.woff2) format("woff2")
}

@font-face {
  font-family: Objective;
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/objective/Objective-Bold.woff2) format("woff2")
}

@font-face {
  font-family: Objective;
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/objective/Objective-Medium.woff2) format("woff2")
}

@font-face {
  font-family: Objective;
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/objective/Objective-Regular.woff2) format("woff2")
}

@font-face {
  font-family: Objective;
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/objective/Objective-Light.woff2) format("woff2")
}

@font-face {
  font-family: Objective;
  font-style: normal;
  font-weight: 100;
  src: url(/fonts/objective/Objective-Thin.woff2) format("woff2")
}

.footer__inner {
  max-width: 1148px;
  width: 100%;
  margin: 0 auto;
  padding: 32px 0
}

@media (max-width: 1440px) {
  .footer__inner {
    max-width: 79.7222222222vw;
    padding: 2.2222222222vw 0
  }
}

@media (max-width: 768px) {
  .footer__inner {
    max-width: 100%;
    padding: 6.4vw 4.2666666667vw
  }
}

.footer__text {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6
}

@media (max-width: 1440px) {
  .footer__text {
    font-size: .9722222222vw
  }
}

@media (max-width: 768px) {
  .footer__text {
    font-size: 3.2vw
  }
}

.layout {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.layout__header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100
}

.layout__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh
}

.layout__footer {
  margin-top: auto
}
