@charset "UTF-8";

/* ------------------------------
 Html, Body
------------------------------ */
html {
  background: #060d27;
  font-size: 2.6vw;
  scroll-behavior: smooth;
}

@media (min-width: 901px) {
  html {
    font-size: 24px;
  }
}

body {
  margin: 0 auto;
  padding: 0 0;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt"1;
  max-width: 900px;
  overflow-x: hidden;
  background-color: #000;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}

body * {
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', sans-serif;
}

#page-wrap {
  background: #fff;
  overflow: hidden;
  text-align: center;
}

/* ------------------------------
 Reset CSS
------------------------------ */
* {
  box-sizing: border-box;
}

main,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
picture {
  display: block;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
form {
  margin: 0;
  padding: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  margin: 0;
  padding: 0;
  appearance: none;
  color: currentColor;
}

button::-moz-focus-inner {
  border: 0;
}

ul {
  list-style-type: none;
}

img {
  vertical-align: bottom;
  border: 0;
  width: 100%;
}

/* ------------------------------
 link
------------------------------ */
a {
  outline: 0;
  color: currentColor;
  text-decoration: none;
}

a:hover {
  color: currentColor;
  filter: opacity(70%);
}

/* ------------------------------
 text & layout
------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  line-height: 1.6;
}

p,
ul,
dl {
  font-size: 1rem;
  line-height: 1.6;
}

.ind-1em {
  display: block;
  text-indent: -1em !important;
  padding-left: 1em;
  text-align: left;
}

.ind-1em::first-letter {
  font-feature-settings: normal;
}

.ind-1em>* {
  text-indent: 0;
}

.pd-l {
  padding-left: 1em;
}

/* ------------------------------
 text-size
------------------------------ */
.txt-bold {
  font-weight: bold;
}

.txt-lg {
  font-size: 2rem;
}

.txt-md {
  font-size: 1.75rem;
}

.txt-rg {
  font-size: 1.5rem;
}

.txt-sm {
  font-size: 1.3rem;
}

.txt-xs {
  font-size: 1.1rem;
}

.txt-xxs {
  font-size: 1rem;
}

/* ------------------------------
 line-height
------------------------------ */
.lh-14 {
  line-height: 1.4em;
}

.lh-16 {
  line-height: 1.6em;
}

/* ------------------------------
 margin
------------------------------ */
.mt-0 {
  margin-top: 0 !important;
}

.mt-05em {
  margin-top: 0.5em !important;
}

.mt-1em {
  margin-top: 1em !important;
}

.mt-2em {
  margin-top: 2em !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-025em {
  margin-bottom: 0.25em !important;
}

.mb-05em {
  margin-bottom: 0.5em !important;
}

.mb-1em {
  margin-bottom: 1em !important;
}

.mb-2em {
  margin-bottom: 2em !important;
}

.mb-3em {
  margin-bottom: 3em !important;
}

/* ------------------------------
 text-align
------------------------------ */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/* ------------------------------
 inner-width
------------------------------ */
.side-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

/* ------------------------------
 detail
------------------------------ */
#detail {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #000;
}

#detail h2 {
  font-size: 2.0em;
  text-align: center;
  border-top: 1px solid #202020;
  border-bottom: 1px solid #202020;
  margin-bottom: 3%;
}

#detail a {
  color: #eb5505;
  text-decoration: none;
  border-bottom: 1px dashed #eb5505;
  padding-bottom: 0.5%;
}

#detail li+li {
  padding-bottom: 0.5em;
}


.btnsize {
  width: 85%;
  max-width: 480px;
  margin: auto;
}

.entry_overview {
  margin-top: 3rem;
}

.synopsis {
  color: #000;
  padding: 2rem;
  text-align: left;
}

.synopsis h2 {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 600;
  background-color: #000;
  color: #fff;
  margin-bottom: 1rem;
  padding: 0.2rem 0;
}

@media screen and (max-width:700px) {
  .synopsis h2 {
    font-size: 1.7rem;
    margin-bottom: 1rem;
    padding: 0.2rem 0;
  }

  .synopsis p {
    font-size: 1.5rem;
  }
}

/* ------------------------------
 Footer
------------------------------ */
.page-footer {
  background: #000;
  color: #FFF;
  text-align: center;
  margin-top: -3rem;
  padding-top: 1rem;
}

.footer .copyright,
.footer .optout a {
  color: #fff;
  padding-bottom: 1rem;
}

/* ------------------------------
 GAMPLA
------------------------------ */
div.campaign__container-floating-footer {
  display: none;
}

.campaign__container {
  max-width: 900px;
}

.alert {
  margin-bottom: 0;
  border-radius: 0;
}

/* ------------------------------
 add
------------------------------ */
.intro {
  background-color: #000;
}

.youtube {
  aspect-ratio: 15 / 9;
  margin: 1.5rem auto 0;
  width: 90%;

  iframe,
  video {
    width: 100%;
    height: 100%;
  }
}

.sns {
  display: flex;
  justify-content: center;
  margin: 2.5rem auto 0;

  a {
    display: flex;
    align-items: center;
    max-width: 480px;
    width: 80%;
  }
}

.entry {
  strong {
    background-color: #000;
    color: #fff;
    display: inline-block;
    font-size: 5vw;
    padding: .2rem 4rem;
    position: relative;

    &::after {
      content: "";
      border-style: solid;
      border-width: 7px 6px 0 6px;
      border-color: #000 transparent transparent transparent;
      width: 0px;
      height: 0px;
      transform: rotate(0deg);
      margin: auto;
      position: absolute;
      right: 0;
      bottom: -6px;
      left: 0;
    }
  }

  time {
    color: #000;
    display: block;
    font-size: 3.5vw;
    margin-top: 1.5rem;
  }
}

.h2,
.p {
  position: relative;

  div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    margin: auto;
  }
}

.h2 {
  margin: 1rem auto 0;
  height: 7vw;

  div {
    &.txtshadow {
      -webkit-text-stroke: 5px #000;
    }

    &.txtshadow2 {
      margin-top: 4px;
      -webkit-text-stroke: 5px #000;
    }
  }

  h2 {
    background: linear-gradient(0deg, #dcbd4f 35%, #fff 50%, #dcbd4f 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 5vw;
    font-weight: 800;
  }
}

.p {
  margin: .3rem auto 0;
  height: 20vw;

  div {
    &.txtshadow {
      -webkit-text-stroke: 1px #fff;
    }

    &.txtshadow2 {
      -webkit-text-stroke: 6px #000;
    }

    &.txtshadow3 {
      margin-top: 4px;
      -webkit-text-stroke: 6px #000;
    }
  }

  p {
    background: linear-gradient(0deg, #c0bebf 20%, #fff 21%, #c0bebf 65%, #fff 66%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 4vw;
    font-weight: 400;
    line-height: 1.1;
  }

  b {
    font-size: 9vw;
  }

  span {
    font-size: 6vw;
  }
}

.tocampaign {
  color: #000;
  display: block;
  font-size: 3.5vw;
  margin-top: 2rem;
  text-decoration: underline;
}

@media (min-width: 901px) {
  .youtube {
    max-width: 640px;
  }

  .entry {
    strong {
      font-size: 1.4rem;
    }

    time {
      font-size: 1.1rem;
    }
  }

  .h2 {
    height: 3rem;

    div {

      &.txtshadow,
      &.txtshadow2 {
        -webkit-text-stroke: 10px #000;
      }
    }

    h2 {
      font-size: 2rem;
    }
  }

  .p {
    height: 9rem;

    div {

      &.txtshadow2,
      &.txtshadow3 {
        -webkit-text-stroke: 12px #000;
      }
    }

    p {
      font-size: 1.4rem;
    }

    b {
      font-size: 4rem;
    }

    span {
      font-size: 2rem;
    }
  }

  .tocampaign {
    font-size: 1.2rem;
  }
}