@charset "UTF-8";

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent
}

html {
  font-size: 62.5%
}

html,
body {
  height: 100%;
  overflow: hidden
}

body {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #000;
}

main {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline
}

main {
  display: block
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top
}

address {
  font-style: normal
}

caption,
th,
td {
  font-weight: 400;
  text-align: left
}

a:focus {
  outline: thin dotted
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block
}

audio,
canvas,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none
}

del {
  color: #333
}

ins {
  background: #fff9c0;
  text-decoration: none
}

hr {
  border: 0;
  height: 1px;
  border-bottom: 1px solid #ccc
}

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

button {
  border: none;
  background: none;
  display: block;
  cursor: pointer
}

textarea,
input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

small {
  font-size: smaller
}

button,
a {
  text-decoration: none;
  opacity: 1;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  font-weight: 400;
  color: #000
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

img {
  border: 0px none;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto
}

br {
  font-size: 0px
}

form {
  display: inline
}

a:focus,
*:focus {
  outline: none
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 480px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

.l-footer {
  display: block;
  background-color: #4EA6CF;
}

/* コンテンツ */
.l-wrapper {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border: 1px solid #FFF;
  border-radius: 10px;
  width: 100%;
  height: 90svh;
  max-height: 90svh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none
}

.l-wrapper::-webkit-scrollbar {
  display: none
}

@media only screen and (min-width: 480px) {
  .l-wrapper {
    max-width: 375px
  }
}
@media screen and (max-width: 480px) {
  .l-wrapper {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
  }
}

.l-wrapper__inner {
  position: relative;
  max-width: 100vw;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 0 18px 138px;
  max-width: 375px
}

@media screen and (max-width: 480px) {
  .l-wrapper__inner {
    max-width: 100%;
  }
}

@media screen and (min-width: 1121px) {
  .l-wrapper__left,
  .l-wrapper__right {
    position: fixed;
    width: calc(50% - 187.5px);
    height: 100vh;
    z-index: 0
  }
}

.l-wrapper__left {
  left: 0
}

.l-wrapper__left,
.l-wrapper__right {
  opacity: 0;
  animation: mv-fade-in 0.5s ease 3.8s forwards;
}

.l-wrapper__left--kv {
  position: absolute;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 30vw
}

@media screen and (max-width: 1120px) {
  .l-wrapper__left--kv {
    display: none
  }
}

.l-wrapper__right {
  right: 0
}

.l-wrapper__right--nav {
  width: 295px;
  max-width: 295px
}

@media screen and (min-width: 1121px) {
  .l-wrapper__right--nav {
    position: absolute;
    top: 5vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    z-index: 10;
    pointer-events: auto
  }
}

@media screen and (max-width: 1120px) {
  .l-wrapper__right {
    position: fixed;
    top: 41px;
    width: auto;
    height: auto;
    z-index: 1000;
    pointer-events: none
  }

  .l-wrapper__right--nav {
    display: none;
    pointer-events: auto;
    overflow: visible
  }

  .l-wrapper__right--nav.open {
    display: block
  }
}

@media screen and (max-width: 480px) {
  .l-wrapper__right {
    top: 11px;
  }
  .l-wrapper__right {
    right: 9px
  }
}

@media screen and (min-width: 481px) and (max-width: 1120px) {
  .l-wrapper__right {
    right: calc(50% - 187.5px + 9px)
  }
}


/* ハンバーガーメニュー */
.c-ham {
  position: fixed;
  width: 50px;
  height: 2.4rem;
  z-index: 999;
  box-sizing: border-box;
  cursor: pointer;
  background: #000;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: all .4s;
  transition: all .4s;
  display: none
}

@media screen and (max-width: 1120px) {
  .c-ham {
    display: block;
    position: relative
  }
}

.c-ham span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 1rem;
  -webkit-transition: all .4s;
  transition: all .4s
}

.c-ham span:nth-child(1) {
  top: 0
}

.c-ham span:nth-child(2) {
  top: 1rem
}

.c-ham span:nth-child(3) {
  top: 2rem
}

.c-ham.open span:nth-child(1) {
  top: .6rem;
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  transform: rotate(-35deg)
}

.c-ham.open span:nth-child(2),
.c-ham.open span:nth-child(3) {
  top: .6rem;
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  transform: rotate(35deg)
}

.c-nav {
  background: #000;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 18px 16px 18px 45px;
  box-sizing: border-box;
  font-size: 1.4rem
}

@media screen and (max-width: 1120px) {
  .c-ham__nav {
    position: relative
  }
}

.c-ham--close {
  display: none
}

@media screen and (max-width: 1120px) {
  .c-ham--close {
    display: block;
    position: absolute;
    top: 9px;
    right: 10px;
    width: 13px;
    height: 13px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    cursor: pointer;
    z-index: 1
  }

  body.is-ham-open .p-top__ham .c-ham {
    visibility: hidden;
    pointer-events: none
  }
}

.c-ham--close span {
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 0;
  background: #fff
}

.c-ham--close span:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.c-ham--close span:nth-child(2) {
  opacity: 0
}

.c-ham--close span:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

@media screen and (min-width: 1121px) {
  .p-top__ham {
    position: static;
    height: 0;
    width: 0;
    overflow: visible;
    pointer-events: none
  }
}

.c-nav__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-left: 0;
  text-align: left
}

.c-nav__list--label {
  display: block;
  line-height: 1.5
}

.c-nav__list--item {
  background-color: transparent;
  max-width: none;
  width: auto;
  padding: 0;
  height: auto;
  position: static;
  margin: 0
}

.c-nav__list--item:before,
.c-nav__list--item:after {
  display: none
}

.c-nav__list--anker {
  display: block;
  position: relative;
  height: auto;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5
}

.c-nav__list--anker::before {
  content: "▶";
  display: none;
  position: absolute;
  left: -45px;
  top: 50%;
  width: 45px;
  text-align: center;
  transform: translateY(-50%)
}

@media (hover: hover) {
  .c-nav__list--anker:hover::before {
    display: block;
    animation: c-nav-arrow-blink 0.8s step-start infinite
  }
}

@keyframes c-nav-arrow-blink {
  0%,
  49% {
    opacity: 1
  }

  50%,
  100% {
    opacity: 0
  }
}

.c-title {
  margin: -40px -16px 0;
  position: relative;
  z-index: 1;
}

.c-button {
  display: block
}

.c-button:hover {
  opacity: .6
}

.c-faq {
  position: relative
}

.c-faq-list {
  display: flex;
  flex-direction: column;
  gap: 7px 0;
  max-width: 322.5px;
  width: 100%;
  margin: 21px auto 0
}

.c-faq-item {
  border: 4.5px solid #0F1219;
  background-color: #fff;
  border-radius: 28px;
  padding-left: 24px;
  padding-right: 18px
}

.c-faq-item-cross {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  transform: translateY(-50%)
}

.c-faq-item-cross:before,
.c-faq-item-cross:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #009de6;
  width: 100%;
  height: 4px;
  transition: transform .2s ease, opacity .2s ease
}

.c-faq-item-cross:after {
  transform: translate(-50%, -50%) rotate(90deg)
}

.c-faq-item-lead-box {
  margin-top: 16px;
  padding-bottom: 32px;
  display: none
}

.c-faq-item-lead-box-item+.c-faq-item-lead-box-item {
  margin-top: 36px
}

.c-faq-item-lead-box-item-a {
  margin-top: 12px
}

.c-faq-item-lead-box-item-q-title,
.c-faq-item-lead-box-item-a-title {
  font-size: 16px;
  font-weight: 600;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6
}

.c-faq-item-lead-box-item-a-title-anker {
  font-weight: 500;
  text-decoration: underline;
  color: #007aff
}

@media (hover: hover) {
  .c-faq-item-lead-box-item-a-title-anker:hover {
    opacity: .7
  }
}

.c-faq-item-title {
  color: #009de6;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  transition: opacity .2s ease
}

.c-faq-item-title-wrap {
  position: relative;
  min-height: 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-right: 30px
}

.c-faq-item-title-wrap.is-open .c-faq-item-cross:after {
  transform: translate(-50%, -50%);
  opacity: 0
}

@media (hover: hover) and (pointer: fine) {
  .c-faq-item-title-wrap:hover .c-faq-item-title {
    opacity: .7
  }

  .c-faq-item-title-wrap:hover .c-faq-item-cross:after,
  .c-faq-item-title-wrap:hover .c-faq-item-cross:before {
    opacity: .7
  }
}

.u-bg-color {
  background-image: linear-gradient(0deg, #ff9815, #ff870f 20%, #ff670a 40%, #e54b08 55%, #ff520c 78%, #F9520C);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-top{
  height: calc(90vh + 40px);
  position: relative;
}

@keyframes mv-slide-left {
  from {
    transform: translate(calc(-50% - 100vw), -50%);
  }
  to {
    transform: translate(-50%, -50%);
  }
}

@keyframes mv-slide-right {
  from {
    transform: translate(100vw, -50%);
  }
  to {
    transform: translate(0, -50%);
  }
}

@keyframes mv-slide-right-sp {
  from {
    transform: translateX(100vw);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes mv-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mv-first-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes ham-fade-in {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

.p-top__mv {
  width: 100%;
  height: 567px;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  overflow: hidden;
}

.p-top__mv--first {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 204px;
  width: 100%;
  z-index: 5;
  animation: mv-first-fade-out 0.2s ease 2s forwards;
}

.p-top__mv--left {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(calc(-50% - 100vw), -50%);
  max-width: 353px;
  width: 100%;
  z-index: 2;
  animation: mv-slide-left 0.8s ease 2s forwards;
}

.p-top__mv--right {
  position: absolute;
  top: 76%;
  right: 0;
  transform: translate(100vw, -50%);
  max-width: 175.5px;
  width: 100%;
  z-index: 3;
  animation: mv-slide-right 0.8s ease 2s forwards;
}

.p-top__mv--title {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 343px;
  width: 100%;
  z-index: 10;
  opacity: 0;
  animation: mv-fade-in 0.5s ease 2.8s forwards;
}

.p-top__mv--text {
  position: absolute;
  bottom: 71px;
  left: 18.5px;
  max-width: 176px;
  width: 100%;
  z-index: 11;
  opacity: 0;
  animation: mv-fade-in 0.5s ease 3.3s forwards;
}

@media screen and (max-width: 480px) {
  .p-top {
    height: calc(100svh + 40px);
  }
}

@media screen and (max-width: 1120px) {
  .p-top__ham {
    position: sticky;
    top: 16px;
    z-index: 999;
    height: 0;
    margin-bottom: 0;
    pointer-events: none
  }

  .p-top__ham .c-ham {
    position: absolute;
    top: 0;
    right: 15px;
    width: 40px;
    height: 36px;
    z-index: 1001;
    pointer-events: auto;
    opacity: 0;
    visibility: hidden;
    animation: ham-fade-in 0.3s ease 3.8s forwards
  }

}

.p-top__ham .c-ham span {
  left: 8px;
  width: calc(100% - 16px);
  height: 2px;
  border-radius: 0;
  background: #fff
}

.p-top__ham .c-ham span:nth-child(1) {
  top: 9px
}

.p-top__ham .c-ham span:nth-child(2) {
  top: 16px
}

.p-top__ham .c-ham span:nth-child(3) {
  top: 23px
}

.p-quest{
  background-color: #EAD3AB;
  padding-bottom: 86px;
}

.p-quest .c-title {
  margin-bottom: -11px;
}

.p-quest__text {
  padding: 0 26px;
  margin-bottom: 14.5px;
}

.p-quest__day01 {
  margin-bottom: 9px;
}

.p-collaboration{
  background-color: #4EA6CF;
}

.p-collaboration__main{
  margin-top: -30px;
  margin-bottom: 20px;
  margin-left: -17px;
  width: 113%;
}

.p-collaboration__note{
  margin-top: 4px;
  margin-bottom: 50px;
}

.p-collaboration__figure{
  margin-bottom: 50px;
}

.p-collaboration__figure--list{
  margin: 0 -17px;
}

.p-collaboration__figure--list li:last-child{
  margin-top: -10px;
}

.p-collaboration__takeout--note{
  margin: 50px 0;
}

.p-campaign{
  background-color: #F08300;
}

.p-campaign .c-title{
  margin-bottom: 15px;
}

.p-campaign__dsc{
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-left: -20px;
}

@media screen and (min-width: 481px) {
  .p-campaign__dsc {
    max-width: 372px;
  }
}

.p-campaign .c-button{
  margin-bottom: 15px;
}

.p-campaign__point{
  margin: 15px 0 11px;
}

.p-point{
  background-color: #F08300;
  padding-top: 55px;
}

.p-point ul li:not(:last-child){
  margin-bottom: 20px;
}

.p-join{
  background-color: #F08300;
}

.p-join .c-title{
  margin-bottom: 17.5px;
}

.p-join__howto{
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-left: -17px;
}

@media screen and (min-width: 481px) {
  .p-join__howto {
    max-width: 372px;
  }
}

.p-join__note{
  font-size: 14px;
  margin: 14px auto 17.5px;
}

.p-faq {
  background-color: #F08300;
}

.p-faq__item {
  font-feature-settings: "palt"
}

.p-faq__item--title {
  color: #0F1219
}

.p-faq__item--cross:before,
.p-faq__item--cross:after {
  background-color: #0F1219
}

.p-shop{
  background-color: #FFF;
}

.p-shop .c-title{
  margin-bottom: 11px;
}

.p-shop__main{
  margin-bottom: 16px;
  padding: 0 27px;
}

.p-shop__note{
  padding: 0 27px;
}

.p-shop .c-button{
  margin-bottom: 16px;
}

.p-game{
  background-color: #4EA6CF;
  padding-bottom: 101px;
}

.p-game .c-title{
  margin-bottom: 11px;
}

.p-game__date{
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin: 11px 0 16px;
}

.p-game__app-list{
  margin: 32px auto 11px;
  display: flex;
  gap: 16px;
  max-width: 246px;
}

.p-youtube{
  background-color: #4EA6CF;
}

.p-youtube__inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.p-youtube__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}