@charset "UTF-8";
:root {
  --white: #ffffff;
  --black: #000000;
  --gray01: #F9F9F9;
  --gray02: #F2F2F2;
  --gray03: #E6E6E6;
  --gray04: #CCCCCC;
  --gray05: #B3B3B3;
  --gray06: #999999;
  --gray07: #808080;
  --gray08: #666666;
  --gray09: #4D4D4D;
  --gray10: #333333;
  --red01: #ff0001;
  --blue-heiwa: #004097;
  --border: var(--gray04);
  --accent: var(--blue-heiwa);
  --inactive: var(--gray06);
  --disabled: var(--gray06);
  --japanese-sans-serif:
    "Noto Sans JP",
    "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, Arial, sans-serif;
  --english-sans-serif: "Montserrat", var(--japanese-sans-serif);
  --space-xs: clamp(1.25rem, 0.1389rem + 2.3148vw, 1.875rem);
  --space-sm: calc(var(--space-xs) * 1.5);
  --space-md: calc(var(--space-xs) * 2);
  --space-lg: calc(var(--space-xs) * 3);
  --space-xl: calc(var(--space-xs) * 4);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: var(--black);
  font-feature-settings: "palt";
  font-family: var(--english-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  margin: 0;
  background-color: #ff0000;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section, a {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

p a {
  display: inline-block;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin: 0;
}

ol,
ul,
dl,
ol ol,
ul ul,
ol ul,
ul ol {
  padding: 0;
  margin: 0;
}

ol li,
ul li {
  list-style-position: inside;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

a, p a {
  color: var(--active);
  display: block;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: var(--active);
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin: 0;
  overflow: auto;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: collapse;
}

caption {
  color: var(--black);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin: 0;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
  vertical-align: top;
  padding: 0.2rem 0.5rem;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=submit] {
  outline: none;
  border: 1px solid var(--border);
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

button, input[type=submit], input[type=button] {
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button, select, input {
  color: var(--black);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
button::-moz-placeholder, select::-moz-placeholder, input::-moz-placeholder {
  color: var(--black);
}
button::placeholder, select::placeholder, input::placeholder {
  color: var(--black);
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb {
  background-color: rgb(0, 64, 151);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.l-wrapper {
  background: url("../../assets/img/bg-base.jpg") no-repeat center 0/cover;
}
.l-header {
  width: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}
.l-header__inner {
  display: flex;
  align-items: center;
}
.l-header__logo {
  margin: 20px auto 0 15px;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    margin: 30px auto 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__logo {
    margin: 50px auto 0 45px;
  }
}

.l-footer {
  position: relative;
  z-index: 100;
  padding-top: 45px;
  padding-bottom: 75px;
}
.l-footer__banner {
  margin: 0 auto;
}
.l-footer__copy {
  margin: 30px auto 0;
  text-align: center;
}
.l-footer__copy small {
  color: var(--white);
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
}
.l-footer__note {
  width: calc(100% - 40px);
  display: table;
  padding: 1.2em 0;
  margin: var(--space-md) 20px;
  border: 3px solid var(--gray04);
  background-color: var(--white);
}
.l-footer__note > p {
  color: var(--black);
  line-height: 1.8;
  font-size: 15px;
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
.l-footer__note > p span {
  display: block;
}
.l-footer__button {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .l-footer__note {
    width: calc(100% - 80px);
    padding: 1.2em 0;
    margin: var(--space-md) 40px;
  }
  .l-footer__note > p {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.1em;
  }
  .l-footer__note > p span {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__note {
    width: auto;
    padding: 1.2em 2.5em;
    margin: 50px auto 70px;
    border-width: 4px;
  }
  .l-footer__note > p {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .l-footer__button {
    right: 25px;
  }
}

.c-logo {
  display: block;
  width: 100%;
  max-width: 130px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-logo {
    max-width: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .c-logo {
    max-width: 183px;
  }
}

a.c-logo {
  transition: all 0.35s ease;
}
a.c-logo:hover {
  color: var(--blue01);
  opacity: 0.5;
}

.c-buttonVisual {
  width: 100%;
  border: 2px solid var(--white);
  border-radius: 5px;
  background-color: #850109;
  transition: all 0.35s ease;
}
.c-buttonVisual:hover {
  opacity: 0.5;
}
.c-buttonVisual__title {
  color: var(--white);
  display: block;
  line-height: 1;
  font-size: inherit;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  margin: 1.25em 0;
}
.c-naviBanner {
  max-width: 1012px;
  margin: 0 auto;
}
.c-naviBanner__list {
  max-width: 183px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.c-naviBanner__item {
  width: 100%;
  line-height: 1;
  margin: 4px 0;
}
.c-naviBanner__item a {
  transition: opacity 0.35s ease;
}
.c-naviBanner__item a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .c-naviBanner__list {
    max-width: 600px;
  }
  .c-naviBanner__item {
    width: calc(33.3333% - 12px);
    margin: 6px 6px;
  }
}
@media screen and (min-width: 1024px) {
  .c-naviBanner__list {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    flex-wrap: nowrap;
  }
  .c-naviBanner__item {
    width: auto;
    margin: 0 6px;
  }
  .c-naviBanner__item a {
    height: 62px;
  }
  .c-naviBanner__item a img {
    height: 62px;
  }
}

.c-buttonToTop {
  color: var(--black);
  position: relative;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}
.c-buttonToTop:hover .c-buttonToTop__circle {
  background-color: var(--accent);
}
.c-buttonToTop__circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background-color: #850109;
  border-radius: 100%;
}
.c-buttonToTop__circle::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-left: 0.125rem solid #fff;
  transform: rotate(45deg);
  transform-origin: left top;
}
@media screen and (min-width: 1024px) {
  .c-buttonToTop__circle {
    width: 5rem;
    height: 5rem;
  }
}

.c-standby {
  width: 100%;
  height: 100dvh;
  background-color: var(--white);
}
.c-standby__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.c-standby__heading {
  color: var(--black);
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 1.0694337442rem + 0.7704160247vw, 1.5625rem);
  text-align: center;
  letter-spacing: 0.1em;
  margin: auto auto;
}
.p-hero {
  position: relative;
  z-index: 5;
  padding-top: var(--space-xl);
}
.p-hero__title {
  display: block;
  width: 95%;
  max-width: 720px;
  margin: 0 auto;
}
.p-hero__movie {
  position: relative;
  aspect-ratio: 1920/1105;
  margin: 10px auto 0px;
  background-color: var(--white);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.4);
}
.p-hero__movie video {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}
.p-hero__buttonSound {
  display: block;
  cursor: pointer;
  width: 40px;
  height: auto;
  position: absolute;
  bottom: 5%;
  left: 5px;
  transition: opacity 0.35s ease;
}
.p-hero__buttonSound:hover {
  opacity: 0.5;
}
.p-hero__buttonSound img {
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .p-hero__title {
    width: 78%;
  }
  .p-hero__movie video {
    top: 8px;
    left: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
  }
  .p-hero__buttonSound {
    width: 48px;
    bottom: 4%;
    left: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero {
    padding-top: 40px;
  }
  .p-hero__title {
    width: 100%;
  }
  .p-hero__movie {
    aspect-ratio: 1920/1097;
    margin: 8px auto 0px;
  }
  .p-hero__movie video {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  .p-hero__buttonSound {
    width: 55px;
    bottom: 20px;
    left: 12px;
  }
}

.p-visual {
  margin-top: var(--space-lg);
}
.p-visual__poster {
  position: relative;
  width: 100%;
}
.p-visual__poster.is-finised::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
}
.p-visual__poster.is-finised::after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2000/2952;
  background: url("../../assets/img/txt-fin.png") no-repeat 0 0/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.p-visual__poster img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.4);
}
.p-visual__caption {
  color: var(--white);
  font-size: 15px;
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 1em auto 0;
}
.p-visual__button {
  max-width: 428px;
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
  margin: 1em auto 0;
}
@media screen and (min-width: 1024px) {
  .p-visual {
    margin-top: 88px;
  }
  .p-visual__button {
    margin: 25px auto 0;
  }
}

.p-notice {
  margin-top: var(--space-lg);
}
.p-notice__title {
  max-width: 591px;
  margin: 0 auto;
}
.p-notice__banner {
  max-width: 310px;
  margin: 25px auto 0;
  transition: opacity 0.35s ease;
}
.p-notice__banner:hover {
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .p-notice {
    margin-top: 70px;
  }
}

.p-terms {
  padding-top: var(--space-xl);
}
.p-terms__content {
  padding: 45px 20px;
  margin: 0 auto;
  background-color: var(--white);
}
.p-terms__heading {
  color: var(--black);
  line-height: 1;
  font-size: 25px;
  font-size: 1.5625rem;
  font-size: clamp(1.5625rem, 1.0208012327rem + 2.311248074vw, 2.5rem);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  padding: 0 0 0.8em;
  margin: 0 auto;
  border-bottom: 2px solid var(--black);
}
.p-terms__lead {
  color: var(--black);
  line-height: 1.8;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  text-align: justify;
  word-break: break-all;
  letter-spacing: 0.02em;
  margin: 3em 0 0;
}
.p-terms__lead a {
  color: #3787FF;
  display: inline;
  word-break: break-all;
  transition: all 0.35s ease;
}
.p-terms__lead a:hover {
  opacity: 0.5;
}
.p-terms__main {
  margin: 50px 0 0;
}
.p-terms__column:not(:first-of-type) {
  margin-top: 3.3em;
}
.p-terms__column > h2 {
  color: var(--black);
  line-height: 1.8;
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
  padding-bottom: 0.5em;
  margin: 0 auto;
}
.p-terms__column > p {
  color: var(--black);
  line-height: 1.8;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  text-align: justify;
  word-break: break-all;
  letter-spacing: 0.02em;
}
.p-terms__column > p + p {
  margin-top: 1.8em;
}
.p-terms__column > p a {
  color: #3787FF;
  display: inline-block;
  transition: all 0.35s ease;
}
.p-terms__column > p a:hover {
  opacity: 0.5;
}
.p-terms__column > ul li {
  color: var(--black);
  position: relative;
  line-height: 1.8;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  text-align: justify;
  word-break: break-all;
  letter-spacing: 0.02em;
  padding-left: 1em;
}
.p-terms__column > ul li::before {
  content: "・";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
}
.p-terms__column > ol li {
  color: var(--black);
  position: relative;
  line-height: 1.8;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  text-align: justify;
  word-break: break-all;
  letter-spacing: 0.02em;
  padding-left: 1em;
}
.p-terms__column > ol li::before {
  content: "※";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
}
.p-terms__button {
  max-width: 428px;
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .p-terms {
    padding-top: 100px;
  }
  .p-terms__content {
    padding: 65px 45px;
  }
}
@media screen and (min-width: 1024px) {
  .p-terms {
    padding-top: 120px;
  }
}

.u-container {
  width: 100%;
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.u-container--max1000 {
  max-width: 1100px;
}
.u-container--max950 {
  max-width: 1050px;
}
.u-container--max900 {
  max-width: 1000px;
}
.u-container--max850 {
  max-width: 950px;
}
.u-container--max800 {
  max-width: 900px;
}
@media screen and (min-width: 768px) {
  .u-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .u-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.p-archives-banner{
    margin: 40px auto;
}

@media screen and (max-width: 768px) {
    .p-archives-banner{
        margin: 20px auto;
    }
}

.p-archives-banner:hover{
    opacity: .8;
}
