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

body,
h1,
h2,
h3,
p {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  display: block;
  max-width: 100%;
}

input,
textarea {
  font: inherit;
}

/*@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}*/

body {
  background-color: #fff;
  background-color: #ffffff;
}

html,
input,
textarea {
  color: #2b2d31;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Arial', 'Yu Gothic', 'Meiryo', sans-serif;
  line-height: 1.5;
  color: #2b2d31;
  word-wrap: break-word;
  word-wrap: break-word;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-weight: 500;
  word-wrap: break-word;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}

ul {
  padding-left: 0;
  margin: 0;
}

li {
  list-style: none;
}
li img {
  vertical-align: bottom;
}

textarea {
  resize: vertical;
}

a {
  color: #2b2d31;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:focus {
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b4b4b4;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b4b4b4;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #b4b4b4;
}

input::placeholder,
textarea::placeholder {
  color: #b4b4b4;
}

html,
body {
  height: 100%;
}

.spOnly {
  display: block !important;
}

.pcOnly {
  display: none !important;
}

.small {
  font-size: 0.8em;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: normal;
  src: url(../../assets/fonts/NotoSansJP-Regular.otf) format('opentype');
  src: url(../../assets/fonts/NotoSansJP-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: bold;
  src: url(../../assets/fonts/NotoSansJP-Bold.otf) format('opentype');
  src: url(../../assets/fonts/NotoSansJP-Bold.ttf) format('truetype');
}
.l-container {
  width: 100%;
  overflow: hidden;
}

.l-content {
  width: 100%;
  max-width: 900px;
  padding: 0 5%;
  margin: 0 auto;
}

.l-footer {
  position: relative;
  background: #ad0306;
}

.l-footer__inner {
  padding: 4vw 0;
  text-align: center;
}
.l-footer__inner small {
  font-size: 2.1333333333vw;
  font-weight: 300;
  color: #fff;
  opacity: 0.9;
}

.l-footer__btn {
  position: absolute;
  top: -5.2vw;
  right: 4.9333333333vw;
  width: 10.9333333333vw;
  height: 10.9333333333vw;
}
.l-footer__btn a {
  display: block;
}

.l-header {
  position: fixed;
  z-index: 999;
  width: 100%;
}

.l-header__logo {
  position: absolute;
  top: 2.1333333333vw;
  left: 2.1333333333vw;
  width: 26.6666666667vw;
}

.l-header__home {
  position: absolute;
  top: 0;
  right: 0;
  width: 23.8666666667vw;
  background: #000000;
}
.l-header__home a {
  display: block;
  padding: 2.9333333333vw 0;
  font-size: 2.9333333333vw;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.178em;
}

.fade-to-bottom {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
}
.fade-to-bottom.anime-run {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fade-to-bottom02 {
  opacity: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
}
.fade-to-bottom02.anime-run {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (prefers-color-scheme: light) {
  :root {
    --color-base: #ffffff;
    --color-bg: #3b3f43;
    --color-main: #032f40;
    --color-sub: #011c26;
    --color-point: #5c7073;
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    --color-base: #000;
    --color-bg: #3b3f43;
    --color-main: #287496;
    --color-sub: #37a1d0;
    --color-point: #d0b737;
  }
}
@media only screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
  .pcOnly {
    display: block !important;
  }
  .l-footer__inner small {
    font-size: 12px;
  }
  .l-footer__inner {
    padding: 30px 0;
  }
  .l-footer__btn {
    top: -39px;
    right: 37px;
    width: 82px;
    height: 82px;
  }
  .l-header__logo {
    top: 16px;
    left: 16px;
    width: 160px;
  }
  .l-header__home a {
    padding: 18px 0;
    font-size: 1.6rem;
  }
  .l-header__home {
    width: 179px;
  }
}
@media only screen and (min-width: 980px) {
  .l-content {
    padding: 0;
  }
}
