@charset "UTF-8";

/* ------------------------------
 Html, Body
------------------------------ */
html {
  background: #CCC;
  font-size: 2.6vw;
}

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

body {
  margin: 0 auto;
  padding: 0 0;
  color: #333;
  -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;
  cursor: pointer;
  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;
}

/* ------------------------------
 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;
}

.burasage {
  overflow: hidden;
}

.burasage>* {
  display: block;
  overflow: hidden;
}

.burasage>*:first-child {
  float: left;
  font-feature-settings: normal;
}

.justify {
  text-align: justify;
}

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

/* ------------------------------
 video
------------------------------ */
#video {
  padding: 0 4.444% 10%;
}

#video .video-wrap {
  position: relative;
  padding-top: 56.25%;
  background: black;
}

#video .video-wrap>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* ------------------------------
 detail
------------------------------ */
#detail {
  padding: 3rem 0;
  background: #f2f2f2;
}

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


#bnr {
  margin: 0 auto;
  padding: 4% 16.16%;
}

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

.footer .copyright,
.footer .optout a {
  color: #fff
}

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

.campaign__container {
  max-width: 900px;
}

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

/* ------------------------------
 add
------------------------------ */
.fab {
  display: none;
}

.intro h2 {
  font-size: 2.4rem;
  line-height: 1.3;
  margin-top: 2rem;
}

.intro__point {
  margin-top: 2rem;
  padding: 0 2rem;
}

.intro__point strong {
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  position: relative;
  margin: auto;
  max-width: 640px;
  height: 3rem;
}

.intro__point strong::after {
  background-color: #000;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  width: 24px;
  height: 12px;
}

.intro__point h3 {
  font-size: 2rem;
  line-height: 1.2;
  margin-top: .8rem;
}

.intro__point h4 {
  font-size: 2rem;
  line-height: 1;
  color: #eb6100;
  margin-top: .5rem;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}

.intro__point h4 b {
  font-size: 3rem;
}

.intro__point+p {
  margin-top: 1rem;
}

[class^="btn-entry"] {
  border-radius: 2.4rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 1rem auto 0;
  position: relative;
  max-width: 600px;
  height: 4.8rem;
}

.btn-entry {
  background-color: #eb6100;
  border-bottom: 6px solid #8b3900;
}

.btn-entry:hover {
  color: #fff;
  opacity: .5;
  text-decoration: none;
}

.btn-entry span {
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 1rem;
}

.btn-entry-done {
  background-color: #404040;
  line-height: 4.8rem;
}

.link {
  color: #eb6100;
  display: inline-block;
  margin-top: 1rem;
  text-decoration: underline;
}

.link:hover {
  color: #eb6100;
  opacity: .5;
}

.video__sec {
  background-color: #333;
  border-radius: 16px;
  color: #fff;
  margin: 2rem 1rem 0;
  padding: 2rem;
}

.video h2 {
  font-size: 2.4rem;
  line-height: 1.2;
}

.video h3 {
  font-size: 1.6rem;
  margin-top: 1rem;
}

.video p {
  margin-top: 1rem;
}

.video-wrap {
  margin-top: 1rem;
}

.btn-sns {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
  margin-top: 1rem;
}

.btn-sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
}

.btn-sns--tiktok {
  border-radius: 50%;
  overflow: hidden;
}