@charset 'UTF-8';
.heading-bracket-square,
.heading-bracket-kagi .text-sub,
.wallpaper-container .clear-count .count-text .num {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
body {
  font-weight: 400;
}
.page-home .section-answer .section-contents .text,
.page-home .section-qa .section-contents,
.page-home .section-contact .section-contents .text,
.modal-answer .modal-answer-contents {
  font-weight: 500;
}
.page-hint .section-step .step-accordion .step-accordion-contents,
.page-home .info-close,
.page-home .section-story .section-contents .text,
.page-home .section-howtoplay .section-contents .list-howtoplay li,
.page-home .section-howtoplay .section-contents .time,
.page-home .section-answer .section-contents .close-text,
.page-home .section-collaboration .links a .btn-text,
.page-home .section-qa .section-contents .list-qa dd a,
.page-home .section-contact .section-contents .btn-contact .btn-text {
  font-weight: 700;
}
.heading-bracket-kagi .text-main,
.page-hint .section-step .section-heading,
.page-hint .section-step .step-accordion .step-accordion-heading,
.page-home .section-hero .qr-container .heading,
.page-home .section-character .section-contents .slider .slider-slide .profile-container .name-container .name,
.page-home .section-character .section-contents .slider .slider-slide .text,
.page-home .section-map .section-contents .spot .spot-heading,
.page-home .section-map .section-contents .spot .spot-accordion .spot-accordion-heading,
.page-home .section-map .section-contents .spot .spot-accordion .spot-accordion-contents .list-store li .store-name,
.page-home .section-answer .section-contents .btn-submit,
.page-home .section-collaboration .section-heading,
.page-home .section-qa .section-contents .list-qa dt,
.header .header-nav li,
.header .menu-contents .menu-nav li,
.modal-answer .btn-download,
.modal-answer .btn-hint,
.modal-answer-information-1 .modal-answer-heading,
.modal-answer-information-2 .modal-answer-heading,
.modal-answer-hint .modal-answer-heading,
.modal-answer-clear .modal-answer-heading .clear-count,
.modal-answer-clear .modal-answer-contents .sns .sns-heading,
.modal-answer-clear .modal-answer-contents .app .app-heading,
.modal-answer-clear .modal-answer-contents .wallpaper .wallpaper-text,
.wallpaper-container .clear-count .count-text {
  font-weight: 900;
}
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}
html {
  line-height: 1.15 /* 1 */;
  -webkit-text-size-adjust: 100% /* 2 */;
  -webkit-tap-highlight-color: transparent /* 3 */;
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box /* 1 */;
  height: 0 /* 1 */;
  overflow: visible /* 2 */;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace /* 1 */;
  font-size: inherit /* 2 */;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted /* 2 */;
          text-decoration: underline dotted /* 2 */;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace /* 1 */;
  font-size: inherit /* 2 */;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none /* 1 */;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit /* 2 */;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
}
button:disabled,
[type='button']:disabled,
[type='reset']:disabled,
[type='submit']:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px /* 1 */;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button /* 1 */;
  font: inherit /* 2 */;
}
[type='number'] {
  -moz-appearance: textfield;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit /* 1 */;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}
body {
  font-size: 4vw;
  background-color: #000;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
a {
  color: #fff;
}
small {
  font-size: 100%;
}
img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  img {
    width: auto;
  }
}
svg {
  height: 100%;
  width: 100%;
}
summary {
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
.wrapper {
  overflow: hidden;
}
.heading-bracket-square {
  display: grid;
  position: relative;
  height: 45px;
  width: 162px;
  font-size: 2.7rem;
  line-height: 1.2;
  align-items: center;
  justify-items: center;
  place-items: center;
  background: url("/assets/img/md/heading-bracket-square-bg.webp") left top repeat-x;
  background-size: 9px 45px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2px;
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1441px) {
  .heading-bracket-square {
    background: url("/assets/img/md/heading-bracket-square-bg@2x.webp") left top repeat-x;
    background-size: 9px 45px;
  }
}
@media only screen and (max-width: 767px) {
  .heading-bracket-square {
    height: 12vw;
    width: 43.2vw;
    font-size: 7.199999999999999vw;
    background: url("/assets/img/heading-bracket-square-bg.webp") left top repeat-x;
    background-size: 2.4vw 12vw;
    padding-bottom: 0.266666666666667vw;
  }
}
.heading-bracket-square .bracket-square {
  position: absolute;
  top: 0;
  background: #fff;
  display: block;
  height: 45px;
  width: 3px;
}
@media only screen and (max-width: 767px) {
  .heading-bracket-square .bracket-square {
    height: 12vw;
    width: 0.8vw;
  }
}
.heading-bracket-square .bracket-square::before,
.heading-bracket-square .bracket-square::after {
  position: absolute;
  left: 0;
  background: #fff;
  content: '';
  height: 3px;
  width: 9px;
}
@media only screen and (max-width: 767px) {
  .heading-bracket-square .bracket-square::before,
  .heading-bracket-square .bracket-square::after {
    height: 0.8vw;
    width: 2.4vw;
  }
}
.heading-bracket-square .bracket-square::before {
  top: 0;
}
.heading-bracket-square .bracket-square::after {
  bottom: 0;
}
.heading-bracket-square .bracket-square.bracket-square-left {
  left: 0;
}
.heading-bracket-square .bracket-square.bracket-square-right {
  right: 0;
  transform: scale(-1, 1);
}
.heading-bracket-kagi {
  margin-left: auto;
  margin-right: auto;
}
.heading-bracket-kagi .text-main,
.heading-bracket-kagi .text-sub {
  display: block;
  position: relative;
}
.heading-bracket-kagi .text-main {
  padding-top: 9px;
  font-size: 2.4rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .heading-bracket-kagi .text-main {
    padding-top: 2.266666666666667vw;
    font-size: 6.4vw;
  }
}
.heading-bracket-kagi .bracket-kagi {
  background: #fff;
  position: absolute;
  height: 16px;
  width: 4px;
}
@media only screen and (max-width: 767px) {
  .heading-bracket-kagi .bracket-kagi {
    height: 4.266666666666667vw;
    width: 1.066666666666667vw;
  }
}
.heading-bracket-kagi .bracket-kagi::before {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  content: '';
  height: 4px;
  width: 16px;
}
@media only screen and (max-width: 767px) {
  .heading-bracket-kagi .bracket-kagi::before {
    height: 1.066666666666667vw;
    width: 4.266666666666667vw;
  }
}
.heading-bracket-kagi .bracket-kagi.bracket-left-top {
  left: 0;
  top: 0;
}
.heading-bracket-kagi .bracket-kagi.bracket-right-top {
  right: 0;
  top: 0;
  transform: scale(-1, 1);
}
.heading-bracket-kagi .text-sub {
  font-size: 0.8rem;
  background: #fff;
  color: #000;
  display: flex;
  margin-top: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
}
@media only screen and (max-width: 767px) {
  .heading-bracket-kagi .text-sub {
    font-size: 2.133333333333333vw;
    margin-top: 2vw;
    padding-top: 0.533333333333333vw;
    padding-bottom: 0.533333333333333vw;
    padding-left: 0.533333333333333vw;
    padding-right: 0.533333333333333vw;
  }
}
.heading-bracket-kagi .text-sub::before {
  background: #ff000e;
  content: '';
  margin-right: 2px;
  height: 8px;
  width: 8px;
}
@media only screen and (max-width: 767px) {
  .heading-bracket-kagi .text-sub::before {
    margin-right: 0.533333333333333vw;
    height: 2.133333333333333vw;
    width: 2.133333333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .md {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .sm {
    display: none !important;
  }
}
.visually-hidden {
  height: 4px !important;
  contain: strict !important;
  display: block !important;
  width: 4px !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: fixed !important;
}
.svg-sprites {
  opacity: 0;
  position: absolute;
  height: 0;
  width: 0;
  z-index: -999;
}
.page-hint img {
  width: 100%;
}
.page-hint .main {
  background-color: #000;
  background-image: linear-gradient(0deg, transparent calc(100% - 0.26666666666666666vw), #1a1a1a calc(100% - 0.26666666666666666vw)), linear-gradient(90deg, transparent calc(100% - 0.26666666666666666vw), #1a1a1a calc(100% - 0.26666666666666666vw));
  background-position: center center;
  background-repeat: repeat;
  background-size: 3.2vw 3.2vw;
  padding-top: 17.066666666666666vw;
  padding-bottom: 12.533333333333333vw;
}
.page-hint .logo {
  margin-left: auto;
  margin-right: auto;
  width: 90.8vw;
}
.page-hint .page-heading {
  margin-top: 12.8vw;
}
.page-hint .section-step .section-heading {
  font-size: 4.8vw;
  color: #000;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.4vw;
  padding-bottom: 2.4vw;
  padding-left: 2.133333333333333vw;
  padding-right: 2.133333333333333vw;
  width: -moz-fit-content;
  width: fit-content;
}
.page-hint .section-step .section-contents {
  padding-left: 6.4vw;
  padding-right: 6.4vw;
}
.page-hint .section-step .section-contents .img {
  margin-top: 6.133333333333333vw;
}
.page-hint .section-step .section-contents .img-s {
  margin-left: auto;
  margin-right: auto;
  width: 53.333333333333336vw;
}
.page-hint .section-step .step-accordion {
  border-bottom: 0.266666666666667vw solid #808080;
}
.page-hint .section-step .step-accordion .step-accordion-heading {
  align-items: center;
  display: flex;
  font-size: 4.266666666666667vw;
  cursor: pointer;
  padding-top: 6.800000000000001vw;
  padding-bottom: 6.933333333333333vw;
}
.page-hint .section-step .step-accordion .step-accordion-heading .icon-arrow {
  fill: #fff;
  margin-left: auto;
  margin-right: 1.066666666666667vw;
  height: 6.933333333333333vw;
  width: 4.8vw;
  transform: rotate(90deg);
}
.page-hint .section-step .step-accordion .step-accordion-contents {
  line-height: 2;
  padding-bottom: 6.533333333333332vw;
}
.page-hint .section-step .step-accordion[open] .step-accordion-heading .icon-arrow {
  transform: rotate(-90deg);
}
.page-hint .section-step2,
.page-hint .section-step3,
.page-hint .section-laststep {
  margin-top: 12.4vw;
}
.page-hint .section-step1 {
  margin-top: 12.8vw;
}
.page-hint .section-step3 .step3-hint1 .list-ill {
  display: flex;
  flex-wrap: wrap;
  gap: 9.866666666666667vw 0;
  margin-top: 10.4vw;
  margin-bottom: 9.333333333333334vw;
}
.page-hint .section-step3 .step3-hint1 .list-ill li {
  align-items: start;
  display: flex;
}
.page-hint .section-step3 .step3-hint1 .list-ill li .icon {
  width: 11.066666666666666vw;
}
.page-hint .section-step3 .step3-hint1 .item-1 {
  margin-left: 4vw;
}
.page-hint .section-step3 .step3-hint1 .item-1 .icon {
  margin-right: 2.666666666666667vw;
  margin-top: -1.066666666666667vw;
}
.page-hint .section-step3 .step3-hint1 .item-2 {
  margin-left: 11.733333333333333vw;
}
.page-hint .section-step3 .step3-hint1 .item-2 .icon {
  margin-right: 2.4vw;
  margin-top: -1.6vw;
}
.page-hint .section-step3 .step3-hint1 .item-3 {
  margin-left: 2.133333333333333vw;
}
.page-hint .section-step3 .step3-hint1 .item-3 .icon {
  margin-right: 2.4vw;
  margin-top: -1.333333333333333vw;
}
.page-hint .section-step3 .step3-hint1 .item-4 {
  margin-left: 7.733333333333333vw;
}
.page-hint .section-step3 .step3-hint1 .item-4 .icon {
  margin-right: 2.4vw;
  margin-top: -0.8vw;
}
.page-hint .section-laststep .text-img-block {
  display: flex;
  margin-bottom: 6.4vw;
}
.page-hint .section-laststep .text-img-block .text-img {
  margin-left: 2.133333333333333vw;
  margin-right: 2.133333333333333vw;
  width: 53.333333333333336vw;
}
.page-hint .section-laststep .laststep-hint2 .text-img-block-2 {
  margin-top: 6.4vw;
}
.page-hint .section-laststep .laststep-hint2 .text-img-block-2 .text-img {
  margin-left: 0;
  margin-right: 0;
}
.page-home .section-hero {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-home .section-hero {
    min-height: 620px;
    height: 100vh;
    width: 100%;
  }
}
.page-home .section-hero .section-inner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 44px;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page-home .section-hero .section-inner {
    padding-bottom: 5.866666666666666vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-home .section-hero .kv {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .page-home .section-hero .kv img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    height: 100%;
    width: 100%;
  }
}
.page-home .section-hero .section-heading {
  margin-bottom: -2px;
  margin-left: 31px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .page-home .section-hero .section-heading {
    margin-bottom: -0.185185185185185vw;
    margin-left: 2.87037037037037vw;
    width: 77.87037037037037vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-hero .section-heading {
    margin-bottom: 0.533333333333333vw;
    margin-left: 3.466666666666666vw;
    width: 93.33333333333333vw;
  }
}
.page-home .section-hero .period {
  margin-bottom: -15px;
  margin-left: 47px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .page-home .section-hero .period {
    margin-bottom: -1.388888888888889vw;
    margin-left: 4.351851851851852vw;
    width: 54.629629629629626vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-hero .period {
    margin-bottom: 1.6vw;
    margin-left: 10.133333333333333vw;
    width: 80vw;
  }
}
.page-home .section-hero .qr-container {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 162px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .page-home .section-hero .qr-container {
    bottom: 3.703703703703703vw;
    right: 3.703703703703703vw;
    width: 15vw;
  }
}
.page-home .section-hero .qr-container .heading {
  display: grid;
  line-height: 1.2;
  position: relative;
  height: 45px;
  width: 100%;
  font-size: 1.5rem;
  align-items: center;
  justify-items: center;
  place-items: center;
  background: url("/assets/img/md/heading-bracket-square-bg.webp") left top repeat-x;
  background-size: 9px 45px;
  padding-bottom: 2px;
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1441px) {
  .page-home .section-hero .qr-container .heading {
    background: url("/assets/img/md/heading-bracket-square-bg@2x.webp") left top repeat-x;
    background-size: 9px 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .page-home .section-hero .qr-container .heading {
    height: 4.166666666666666vw;
    font-size: 1.388888888888889vw;
    background-size: 0.833333333333333vw 4.166666666666666vw;
    padding-bottom: 0.185185185185185vw;
  }
}
.page-home .section-hero .qr-container .bracket-square {
  position: absolute;
  top: 0;
  background: #fff;
  display: block;
  height: 45px;
  width: 3px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .page-home .section-hero .qr-container .bracket-square {
    height: 4.166666666666666vw;
    width: 0.277777777777778vw;
  }
}
.page-home .section-hero .qr-container .bracket-square::before,
.page-home .section-hero .qr-container .bracket-square::after {
  position: absolute;
  left: 0;
  background: #fff;
  content: '';
  height: 3px;
  width: 9px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .page-home .section-hero .qr-container .bracket-square::before,
  .page-home .section-hero .qr-container .bracket-square::after {
    height: 0.277777777777778vw;
    width: 0.833333333333333vw;
  }
}
.page-home .section-hero .qr-container .bracket-square::before {
  top: 0;
}
.page-home .section-hero .qr-container .bracket-square::after {
  bottom: 0;
}
.page-home .section-hero .qr-container .bracket-square.bracket-square-left {
  left: 0;
}
.page-home .section-hero .qr-container .bracket-square.bracket-square-right {
  right: 0;
  transform: scale(-1, 1);
}
.page-home .section-hero .qr-container .qr {
  margin-top: 9px;
  padding: 10px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .page-home .section-hero .qr-container .qr {
    margin-top: 0.833333333333333vw;
    padding: 0.925925925925926vw;
  }
}
.page-home .section-hero .qr-container .bracket-kagi {
  background: #fff;
  position: absolute;
  height: 19px;
  width: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .page-home .section-hero .qr-container .bracket-kagi {
    height: 1.759259259259259vw;
    width: 0.092592592592593vw;
  }
}
.page-home .section-hero .qr-container .bracket-kagi::before {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  content: '';
  height: 1px;
  width: 19px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .page-home .section-hero .qr-container .bracket-kagi::before {
    height: 0.092592592592593vw;
    width: 1.759259259259259vw;
  }
}
.page-home .section-hero .qr-container .bracket-kagi.bracket-left-top {
  left: 0;
  top: 0;
}
.page-home .section-hero .qr-container .bracket-kagi.bracket-left-bottom {
  bottom: 0;
  left: 0;
  transform: scale(1, -1);
}
.page-home .section-hero .qr-container .bracket-kagi.bracket-right-top {
  right: 0;
  top: 0;
  transform: scale(-1, 1);
}
.page-home .section-hero .qr-container .bracket-kagi.bracket-right-bottom {
  bottom: 0;
  right: 0;
  transform: scale(-1, 1) scale(1, -1);
}
.page-home .info-close {
  font-size: 1.4rem;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-home .info-close {
    font-size: 3.733333333333334vw;
    line-height: 1.8;
    padding-top: 6.666666666666667vw;
    padding-bottom: 6.133333333333333vw;
  }
}
.page-home .bg-img-block-1 {
  background: url("/assets/img/home/md/bg-img-block-1.webp") left top no-repeat;
  background-size: cover;
  padding-top: 48px;
  padding-bottom: 67px;
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1441px) {
  .page-home .bg-img-block-1 {
    background: url("/assets/img/home/md/bg-img-block-1@2x.webp") left top no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .bg-img-block-1 {
    background: url("/assets/img/home/bg-img-block-1.webp") left top no-repeat;
    background-size: cover;
    padding-top: 4.266666666666667vw;
    padding-bottom: 17.066666666666666vw;
  }
}
.page-home .bg-img-block-2 {
  padding-top: 48px;
  padding-bottom: 80px;
  position: relative;
  background-color: #000;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #1a1a1a calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #1a1a1a calc(100% - 1px));
  background-position: center center;
  background-repeat: repeat;
  background-size: 12px 12px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .page-home .bg-img-block-2 {
    background-color: #000;
    background-image: linear-gradient(0deg, transparent calc(100% - 0.26666666666666666vw), #1a1a1a calc(100% - 0.26666666666666666vw)), linear-gradient(90deg, transparent calc(100% - 0.26666666666666666vw), #1a1a1a calc(100% - 0.26666666666666666vw));
    background-position: center center;
    background-repeat: repeat;
    background-size: 3.2vw 3.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .bg-img-block-2 {
    padding-top: 11.733333333333333vw;
    padding-bottom: 13.866666666666665vw;
  }
}
.page-home .bg-img-block-2::before,
.page-home .bg-img-block-2::after {
  background: #fff;
  content: '';
  position: absolute;
  height: 1px;
  width: calc(100% - 210px);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .page-home .bg-img-block-2::before,
  .page-home .bg-img-block-2::after {
    height: 0.266666666666667vw;
    width: calc(100% - 62.4vw);
  }
}
.page-home .bg-img-block-2::before {
  right: 0;
  top: 8px;
}
@media only screen and (max-width: 767px) {
  .page-home .bg-img-block-2::before {
    top: 2.133333333333333vw;
  }
}
.page-home .bg-img-block-2::after {
  bottom: 8px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .page-home .bg-img-block-2::after {
    bottom: 2.133333333333333vw;
  }
}
.page-home .bg-img-block-2 .bg-diagonal-stripes-top,
.page-home .bg-img-block-2 .bg-diagonal-stripes-bottom {
  background: url("/assets/img/home/md/bg-diagonal-stripes.webp") left top no-repeat;
  background-size: 100%;
  height: 28px;
  width: 210px;
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1441px) {
  .page-home .bg-img-block-2 .bg-diagonal-stripes-top,
  .page-home .bg-img-block-2 .bg-diagonal-stripes-bottom {
    background: url("/assets/img/home/md/bg-diagonal-stripes@2x.webp") left top no-repeat;
    background-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .bg-img-block-2 .bg-diagonal-stripes-top,
  .page-home .bg-img-block-2 .bg-diagonal-stripes-bottom {
    background: url("/assets/img/home/bg-diagonal-stripes.webp") left top no-repeat;
    background-size: 100%;
    height: 7.466666666666668vw;
    width: 62.66666666666667vw;
  }
}
.page-home .bg-img-block-2 .bg-diagonal-stripes-top {
  position: absolute;
  top: 0;
  left: 0;
}
.page-home .bg-img-block-2 .bg-diagonal-stripes-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: scale(-1, -1);
}
.page-home .bg-img-block-2 .bg-splash-top {
  position: absolute;
  top: -73px;
  right: -134px;
  background: url("/assets/img/home/md/bg-splash-top.webp") left top no-repeat;
  background-size: 100%;
  height: 538px;
  width: 519px;
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1441px) {
  .page-home .bg-img-block-2 .bg-splash-top {
    background: url("/assets/img/home/md/bg-splash-top@2x.webp") left top no-repeat;
    background-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .bg-img-block-2 .bg-splash-top {
    right: -19.466666666666665vw;
    top: 2.933333333333333vw;
    background: url("/assets/img/home/bg-splash-top.webp") left top no-repeat;
    background-size: 100%;
    height: 49.86666666666667vw;
    width: 48vw;
  }
}
.page-home .bg-img-block-2 .bg-splash-bottom {
  position: absolute;
  bottom: -242px;
  left: -112px;
  background: url("/assets/img/home/md/bg-splash-bottom.webp") left top no-repeat;
  background-size: 100%;
  height: 473px;
  width: 655px;
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1441px) {
  .page-home .bg-img-block-2 .bg-splash-bottom {
    background: url("/assets/img/home/md/bg-splash-bottom@2x.webp") left top no-repeat;
    background-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .bg-img-block-2 .bg-splash-bottom {
    bottom: -14.799999999999999vw;
    left: -14.666666666666666vw;
    background: url("/assets/img/home/bg-splash-bottom.webp") left top no-repeat;
    background-size: 100%;
    height: 38.13333333333333vw;
    width: 53.333333333333336vw;
  }
}
.page-home .bg-img-block-3 {
  background: #1a1a1a;
  padding-top: 48px;
  padding-bottom: 127px;
}
@media only screen and (max-width: 767px) {
  .page-home .bg-img-block-3 {
    padding-top: 4.399999999999999vw;
    padding-bottom: 17.066666666666666vw;
  }
}
.page-home .section-story .section-inner {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  .page-home .section-story .section-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-story .section-inner {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
    padding-top: 12.8vw;
  }
}
.page-home .section-story .section-contents .text {
  margin-top: 48px;
  font-size: 1.8rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .page-home .section-story .section-contents .text {
    margin-top: 6.4vw;
    font-size: 4.266666666666667vw;
  }
}
.page-home .section-story .section-contents .text .text-yellow {
  color: #ffd400;
}
.page-home .section-movie .section-inner {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  .page-home .section-movie .section-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-movie .section-inner {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
    padding-top: 12.8vw;
  }
}
.page-home .section-movie .section-contents .movie {
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  max-width: 800px;
}
.page-home .section-movie .section-contents .movie iframe {
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page-home .section-movie .section-contents .movie {
    margin-top: 6.4vw;
    max-width: none;
  }
}
.page-home .section-character .section-inner {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-character .section-inner {
    padding-top: 12.8vw;
  }
}
.page-home .section-character .section-contents .slider {
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-home .section-character .section-contents .slider {
    margin-left: auto;
    margin-right: auto;
    max-width: 1048px;
    width: 97.03703703703704vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-home .section-character .section-contents .slider .slider-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    overflow: hidden;
    width: 88.88888888888889vw;
  }
}
.page-home .section-character .section-contents .slider .slider-wrapper {
  cursor: grab;
  display: flex;
}
.page-home .section-character .section-contents .slider .slider-wrapper:active {
  cursor: grabbing;
}
.page-home .section-character .section-contents .slider .slider-slide {
  flex-shrink: 0;
  flex-wrap: nowrap;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  .page-home .section-character .section-contents .slider .slider-slide {
    max-width: 320px;
    width: 29.629629629629626vw;
    opacity: 0;
    transition: opacity 0.7s linear;
  }
  .page-home .section-character .section-contents .slider .slider-slide.swiper-slide-visible {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .page-home .section-character .section-contents .slider .slider-slide {
    padding-left: 1.388888888888889vw;
    padding-right: 1.388888888888889vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-character .section-contents .slider .slider-slide {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.page-home .section-character .section-contents .slider .slider-slide .profile-container {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-home .section-character .section-contents .slider .slider-slide .profile-container {
    height: 37.77777777777778vw;
    max-height: 408px;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-character .section-contents .slider .slider-slide .profile-container {
    height: 107.46666666666667vw;
  }
}
.page-home .section-character .section-contents .slider .slider-slide .profile-container .img {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page-home .section-character .section-contents .slider .slider-slide .profile-container .logo {
    position: absolute;
    top: 6.133333333333333vw;
    left: 11.733333333333333vw;
    width: 16.8vw;
  }
}
.page-home .section-character .section-contents .slider .slider-slide .profile-container .name-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.page-home .section-character .section-contents .slider .slider-slide .profile-container .name-container .name {
  background: #3e3a39;
  margin-left: auto;
  margin-right: auto;
  min-height: 46px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  display: grid;
  line-height: 1.2;
  padding-top: 5px;
  padding-bottom: 5px;
  align-content: center;
  justify-content: center;
  place-content: center;
  border-bottom: 2px solid #f00;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .page-home .section-character .section-contents .slider .slider-slide .profile-container .name-container .name {
    padding-top: 0.462962962962963vw;
    padding-bottom: 0.462962962962963vw;
    padding-left: 2.314814814814815vw;
    padding-right: 2.314814814814815vw;
    font-size: 1.851851851851852vw;
    min-height: 4.25925925925926vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-character .section-contents .slider .slider-slide .profile-container .name-container .name {
    padding-top: 1.333333333333333vw;
    padding-bottom: 1.333333333333333vw;
    padding-left: 6.666666666666667vw;
    padding-right: 6.666666666666667vw;
    font-size: 5.333333333333334vw;
    border-bottom-width: 0.266666666666667vw;
    min-height: 12.266666666666666vw;
  }
}
.page-home .section-character .section-contents .slider .slider-slide .profile-container .name-container .name::before {
  position: absolute;
  top: 0;
  right: 0;
  background-image: linear-gradient(-135deg, #f00 7px, transparent 0);
  content: '';
  height: 10px;
  width: 10px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-character .section-contents .slider .slider-slide .profile-container .name-container .name::before {
    background-image: linear-gradient(-135deg, #f00 1.866666666666667vw, transparent 0);
    height: 2.666666666666667vw;
    width: 2.666666666666667vw;
  }
}
.page-home .section-character .section-contents .slider .slider-slide .profile-container .name-container .name .decoration-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f00;
  height: 4px;
  width: 18px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-character .section-contents .slider .slider-slide .profile-container .name-container .name .decoration-bottom {
    height: 1.333333333333333vw;
    width: 4.8vw;
  }
}
.page-home .section-character .section-contents .slider .slider-slide .profile-container .name-container .name .decoration-bottom::after {
  position: absolute;
  top: -2px;
  right: -7px;
  background-image: linear-gradient(45deg, #f00 4px, transparent 0);
  content: '';
  height: 7px;
  width: 7px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-character .section-contents .slider .slider-slide .profile-container .name-container .name .decoration-bottom::after {
    background-image: linear-gradient(45deg, #f00 0.933333333333333vw, transparent 0);
    right: -1.866666666666667vw;
    height: 1.866666666666667vw;
    width: 1.866666666666667vw;
    top: -0.533333333333333vw;
  }
}
.page-home .section-character .section-contents .slider .slider-slide .text {
  line-height: 2;
  margin-top: 13px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .page-home .section-character .section-contents .slider .slider-slide .text {
    font-size: 1.388888888888889vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-character .section-contents .slider .slider-slide .text {
    margin-top: 3.466666666666666vw;
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}
.page-home .section-character .section-contents .slider .slider-btn-next,
.page-home .section-character .section-contents .slider .slider-btn-prev {
  position: absolute;
  top: 180px;
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  height: 64px;
  width: 64px;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .page-home .section-character .section-contents .slider .slider-btn-next,
  .page-home .section-character .section-contents .slider .slider-btn-prev {
    height: 5.925925925925926vw;
    width: 5.925925925925926vw;
    top: 16.666666666666664vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-character .section-contents .slider .slider-btn-next,
  .page-home .section-character .section-contents .slider .slider-btn-prev {
    height: 10.666666666666668vw;
    width: 10.666666666666668vw;
    top: 45.6vw;
  }
}
.page-home .section-character .section-contents .slider .slider-btn-next .icon-arrow,
.page-home .section-character .section-contents .slider .slider-btn-prev .icon-arrow {
  fill: #fff;
  height: 64px;
  width: 44px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .page-home .section-character .section-contents .slider .slider-btn-next .icon-arrow,
  .page-home .section-character .section-contents .slider .slider-btn-prev .icon-arrow {
    height: 5.925925925925926vw;
    width: 4.074074074074074vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-character .section-contents .slider .slider-btn-next .icon-arrow,
  .page-home .section-character .section-contents .slider .slider-btn-prev .icon-arrow {
    height: 8.533333333333333vw;
    width: 5.866666666666666vw;
  }
}
.page-home .section-character .section-contents .slider .slider-btn-next {
  right: -10px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .page-home .section-character .section-contents .slider .slider-btn-next {
    right: -0.925925925925926vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-character .section-contents .slider .slider-btn-next {
    right: 1.333333333333333vw;
  }
}
.page-home .section-character .section-contents .slider .slider-btn-prev {
  left: -10px;
  transform: scale(-1, 1);
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .page-home .section-character .section-contents .slider .slider-btn-prev {
    left: -0.925925925925926vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-character .section-contents .slider .slider-btn-prev {
    left: 1.333333333333333vw;
  }
}
.page-home .section-character .section-contents .slider .slider-btn-disabled {
  opacity: 0;
}
.page-home .section-character .section-contents .slider .slider-slide-1 .profile-container {
  padding-top: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .page-home .section-character .section-contents .slider .slider-slide-1 .profile-container {
    padding-top: 4.444444444444445vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-character .section-contents .slider .slider-slide-1 .profile-container {
    padding-top: 6.133333333333333vw;
  }
}
.page-home .section-character .section-contents .slider .slider-slide-1 .img {
  margin-left: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .page-home .section-character .section-contents .slider .slider-slide-1 .img {
    margin-left: -2.777777777777778vw;
    width: 27.77777777777778vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-character .section-contents .slider .slider-slide-1 .img {
    margin-left: 0vw;
    width: 83.73333333333333vw;
  }
}
.page-home .section-character .section-contents .slider .slider-slide-2 .profile-container {
  padding-top: 58px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .page-home .section-character .section-contents .slider .slider-slide-2 .profile-container {
    padding-top: 5.37037037037037vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-character .section-contents .slider .slider-slide-2 .profile-container {
    padding-top: 6.4vw;
  }
}
.page-home .section-character .section-contents .slider .slider-slide-2 .img {
  margin-left: -6px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .page-home .section-character .section-contents .slider .slider-slide-2 .img {
    margin-left: -0.555555555555556vw;
    width: 26.851851851851855vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-character .section-contents .slider .slider-slide-2 .img {
    margin-left: 10.133333333333333vw;
    width: 85.33333333333334vw;
  }
}
.page-home .section-character .section-contents .slider .slider-slide-3 .profile-container {
  padding-top: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .page-home .section-character .section-contents .slider .slider-slide-3 .profile-container {
    padding-top: 4.444444444444445vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-character .section-contents .slider .slider-slide-3 .profile-container {
    padding-top: 6.4vw;
  }
}
.page-home .section-character .section-contents .slider .slider-slide-3 .img {
  margin-left: -19px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .page-home .section-character .section-contents .slider .slider-slide-3 .img {
    margin-left: -1.759259259259259vw;
    width: 27.870370370370374vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-character .section-contents .slider .slider-slide-3 .img {
    margin-left: 7.466666666666668vw;
    width: 85.33333333333334vw;
  }
}
.page-home .section-character .section-contents .slider .slider-slide-4 .profile-container {
  padding-top: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .page-home .section-character .section-contents .slider .slider-slide-4 .profile-container {
    padding-top: 4.444444444444445vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-character .section-contents .slider .slider-slide-4 .profile-container {
    padding-top: 6.4vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .page-home .section-character .section-contents .slider .slider-slide-4 .img {
    width: 26.944444444444443vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-character .section-contents .slider .slider-slide-4 .img {
    margin-left: 10.133333333333333vw;
    width: 85.33333333333334vw;
  }
}
.page-home .section-character .section-contents .slider .slider-slide-5 .profile-container {
  padding-top: 58px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .page-home .section-character .section-contents .slider .slider-slide-5 .profile-container {
    padding-top: 5.37037037037037vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-character .section-contents .slider .slider-slide-5 .profile-container {
    padding-top: 6.666666666666667vw;
  }
}
.page-home .section-character .section-contents .slider .slider-slide-5 .img {
  margin-left: -2px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .page-home .section-character .section-contents .slider .slider-slide-5 .img {
    margin-left: -0.185185185185185vw;
    width: 26.851851851851855vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-character .section-contents .slider .slider-slide-5 .img {
    margin-left: 7.466666666666668vw;
    width: 85.33333333333334vw;
  }
}
.page-home .section-character .section-contents .slider .slider-slide-6 .profile-container {
  padding-top: 58px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .page-home .section-character .section-contents .slider .slider-slide-6 .profile-container {
    padding-top: 5.37037037037037vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-character .section-contents .slider .slider-slide-6 .profile-container {
    padding-top: 6.4vw;
  }
}
.page-home .section-character .section-contents .slider .slider-slide-6 .img {
  margin-left: -2px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .page-home .section-character .section-contents .slider .slider-slide-6 .img {
    margin-left: -0.185185185185185vw;
    width: 26.851851851851855vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-character .section-contents .slider .slider-slide-6 .img {
    margin-left: 7.466666666666668vw;
    width: 85.33333333333334vw;
  }
}
.page-home .section-character .section-contents .slider .slider-slide-7 .profile-container {
  padding-top: 58px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .page-home .section-character .section-contents .slider .slider-slide-7 .profile-container {
    padding-top: 5.37037037037037vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-character .section-contents .slider .slider-slide-7 .profile-container {
    padding-top: 6.4vw;
  }
}
.page-home .section-character .section-contents .slider .slider-slide-7 .img {
  margin-left: -2px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .page-home .section-character .section-contents .slider .slider-slide-7 .img {
    margin-left: -0.185185185185185vw;
    width: 26.851851851851855vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-character .section-contents .slider .slider-slide-7 .img {
    margin-left: 7.466666666666668vw;
    width: 85.33333333333334vw;
  }
}
.page-home .section-howtoplay .section-inner {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  .page-home .section-howtoplay .section-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-howtoplay .section-inner {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
    padding-top: 12.8vw;
  }
}
.page-home .section-howtoplay .section-heading {
  width: 116px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-howtoplay .section-heading {
    width: 30.933333333333334vw;
  }
}
.page-home .section-howtoplay .section-contents .list-howtoplay {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-howtoplay .section-contents .list-howtoplay {
    margin-top: 6.4vw;
  }
}
.page-home .section-howtoplay .section-contents .list-howtoplay li {
  display: flex;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8;
  padding-left: 6px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-howtoplay .section-contents .list-howtoplay li {
    font-size: 3.733333333333334vw;
    padding-left: 1.6vw;
  }
}
.page-home .section-howtoplay .section-contents .list-howtoplay li:not(:first-child) {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-howtoplay .section-contents .list-howtoplay li:not(:first-child) {
    margin-top: 3.2vw;
  }
}
.page-home .section-howtoplay .section-contents .list-howtoplay li::before {
  position: absolute;
  top: 4px;
  left: 0;
  background: #ff000e;
  content: '';
  height: 17px;
  width: 4px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-howtoplay .section-contents .list-howtoplay li::before {
    height: 4.533333333333333vw;
    width: 1.066666666666667vw;
    top: 1.066666666666667vw;
  }
}
.page-home .section-howtoplay .section-contents .list-howtoplay li .num {
  flex-shrink: 0;
  margin-right: 4px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-howtoplay .section-contents .list-howtoplay li .num {
    margin-right: 1.066666666666667vw;
  }
}
.page-home .section-howtoplay .section-contents .time {
  align-items: center;
  border: 1px solid #fff;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  margin-top: 22px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 26px;
  padding-right: 26px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-howtoplay .section-contents .time {
    border-width: 0.266666666666667vw;
    font-size: 3.733333333333334vw;
    justify-content: center;
    margin-top: 6vw;
    padding-top: 2vw;
    padding-bottom: 1.733333333333333vw;
    padding-left: 3.466666666666666vw;
    padding-right: 3.466666666666666vw;
    width: 100%;
  }
}
.page-home .section-howtoplay .section-contents .time .icon-time {
  fill: #fff;
  margin-right: 20px;
  height: 32px;
  width: 32px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-howtoplay .section-contents .time .icon-time {
    margin-right: 5.333333333333334vw;
    height: 8.533333333333333vw;
    width: 8.533333333333333vw;
  }
}
.page-home .section-howtoplay .section-contents .time .num {
  margin-left: 4px;
  margin-right: 4px;
  font-size: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .page-home .section-howtoplay .section-contents .time .num {
    margin-left: 1.2vw;
    margin-right: 1.2vw;
    font-size: 8.533333333333333vw;
  }
}
.page-home .section-map {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-map {
    margin-top: 17.066666666666666vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-home .section-map .section-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-home .section-map .section-heading {
  width: 196px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-map .section-heading {
    width: 52.26666666666666vw;
  }
}
.page-home .section-map .section-contents .map {
  margin-top: 48px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-home .section-map .section-contents .map {
    margin-top: 6.4vw;
    text-align: left;
  }
}
.page-home .section-map .section-contents .map .map-text {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-map .section-contents .map .map-text {
    line-height: 1.8;
    margin-top: 6.666666666666667vw;
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}
.page-home .section-map .section-contents .spot {
  padding-top: 87px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page-home .section-map .section-contents .spot {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
    padding-top: 6.266666666666667vw;
  }
}
.page-home .section-map .section-contents .spot .spot-heading {
  font-size: 1.8rem;
  color: #000;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .page-home .section-map .section-contents .spot .spot-heading {
    font-size: 4.8vw;
    padding-top: 2.4vw;
    padding-bottom: 2.4vw;
    padding-left: 2.133333333333333vw;
    padding-right: 2.133333333333333vw;
  }
}
.page-home .section-map .section-contents .spot .spot-text {
  margin-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-home .section-map .section-contents .spot .spot-text {
    line-height: 1.8;
    margin-top: 6.4vw;
    text-align: left;
  }
}
.page-home .section-map .section-contents .spot .spot-accordion {
  margin-top: 54px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-map .section-contents .spot .spot-accordion {
    margin-top: 6.4vw;
  }
}
.page-home .section-map .section-contents .spot .spot-accordion .spot-accordion-heading {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  border: 1px solid #fff;
  cursor: pointer;
  padding-top: 12px;
  padding-bottom: 13px;
  padding-left: 24px;
  padding-right: 24px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-map .section-contents .spot .spot-accordion .spot-accordion-heading {
    font-size: 4.266666666666667vw;
    border-width: 0.266666666666667vw;
    padding-top: 2.133333333333333vw;
    padding-bottom: 2.4vw;
    padding-left: 2.933333333333333vw;
    padding-right: 2.933333333333333vw;
  }
}
.page-home .section-map .section-contents .spot .spot-accordion .spot-accordion-heading .icon-arrow {
  fill: #fff;
  margin-left: auto;
  margin-right: 2px;
  height: 26px;
  width: 18px;
  transform: rotate(90deg);
}
@media only screen and (max-width: 767px) {
  .page-home .section-map .section-contents .spot .spot-accordion .spot-accordion-heading .icon-arrow {
    margin-left: auto;
    margin-right: 1.066666666666667vw;
    height: 6.933333333333333vw;
    width: 4.8vw;
  }
}
.page-home .section-map .section-contents .spot .spot-accordion[open] .spot-accordion-heading .icon-arrow {
  transform: rotate(-90deg);
}
.page-home .section-map .section-contents .spot .spot-accordion .spot-accordion-contents {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-map .section-contents .spot .spot-accordion .spot-accordion-contents {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
}
.page-home .section-map .section-contents .spot .spot-accordion .spot-accordion-contents .list-store {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  counter-reset: alphabet;
}
@media only screen and (max-width: 767px) {
  .page-home .section-map .section-contents .spot .spot-accordion .spot-accordion-contents .list-store {
    gap: 6.533333333333332vw 0;
    -moz-column-count: 1;
         column-count: 1;
  }
}
.page-home .section-map .section-contents .spot .spot-accordion .spot-accordion-contents .list-store li {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  counter-increment: alphabet;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 8px;
  position: relative;
  padding-left: 24px;
  padding-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-map .section-contents .spot .spot-accordion .spot-accordion-contents .list-store li {
    padding-left: 4.8vw;
    width: 100%;
  }
}
.page-home .section-map .section-contents .spot .spot-accordion .spot-accordion-contents .list-store li::before {
  content: counter(alphabet, upper-alpha);
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #ffd400;
}
.page-home .section-map .section-contents .spot .spot-accordion .spot-accordion-contents .note {
  margin-left: 3px;
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-map .section-contents .spot .spot-accordion .spot-accordion-contents .note {
    margin-left: -1.333333333333333vw;
    margin-top: 6.4vw;
  }
}
.page-home .section-map .section-contents .spot .spot-accordion .spot-accordion-contents .note li {
  display: flex;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .page-home .section-map .section-contents .spot .spot-accordion .spot-accordion-contents .note li {
    font-size: 3.2vw;
  }
}
.page-home .section-map .section-contents .spot .spot-accordion .spot-accordion-contents .note li::before {
  content: '※';
  flex-shrink: 0;
  margin-right: 2px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-map .section-contents .spot .spot-accordion .spot-accordion-contents .note li::before {
    margin-right: 0.266666666666667vw;
  }
}
.page-home .section-answer .section-inner {
  background: url("/assets/img/home/answer-bg.webp") left top no-repeat;
  background-size: cover;
  padding-top: 17.066666666666666vw;
  padding-bottom: 17.066666666666666vw;
}
.page-home .section-answer .section-heading {
  width: 52vw;
}
.page-home .section-answer .section-contents {
  margin-top: 12.8vw;
}
.page-home .section-answer .section-contents .text {
  line-height: 2;
  padding-left: 6.4vw;
  padding-right: 6.4vw;
}
.page-home .section-answer .section-contents .input-text {
  background: #fff;
  box-shadow: inset 0 0.533333333333333vw 0.533333333333333vw rgba(0,0,0,0.5), inset 1.066666666666667vw 0 1.066666666666667vw -0.533333333333333vw rgba(0,0,0,0.5);
  color: #000;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 4vw;
  height: 12.8vw;
  width: 87.2vw;
  font-size: 4.266666666666667vw;
  margin-top: 12.8vw;
}
.page-home .section-answer .section-contents .input-text:focus {
  outline: none;
}
.page-home .section-answer .section-contents .close-text {
  font-size: 3.733333333333334vw;
  text-align: center;
  line-height: 1.8;
  margin-top: 6.4vw;
}
.page-home .section-answer .section-contents .btn-submit {
  background: #999;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.933333333333333vw;
  position: relative;
  height: 11.200000000000001vw;
  width: 32vw;
  font-size: 4.266666666666667vw;
  color: #808080;
  display: flex;
  gap: 1.2vw;
  justify-content: center;
  padding-top: 2.4vw;
  pointer-events: none;
}
.page-home .section-answer .section-contents .btn-submit::before {
  position: absolute;
  bottom: 1.6vw;
  background: #808080;
  content: '';
  height: 0.266666666666667vw;
  width: 100%;
}
.page-home .section-answer .section-contents .btn-submit .icon-arrow {
  fill: #808080;
  margin-top: 0.266666666666667vw;
  height: 4.266666666666667vw;
  width: 2.933333333333333vw;
}
.page-home .section-collaboration {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-home .section-collaboration {
    background: url("/assets/img/home/md/collaboration-bg.webp") left top no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1441px) {
  .page-home .section-collaboration {
    background: url("/assets/img/home/md/collaboration-bg@2x.webp") left top no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-collaboration {
    background-color: #000;
    background-image: linear-gradient(0deg, transparent calc(100% - 0.26666666666666666vw), #1a1a1a calc(100% - 0.26666666666666666vw)), linear-gradient(90deg, transparent calc(100% - 0.26666666666666666vw), #1a1a1a calc(100% - 0.26666666666666666vw));
    background-position: center center;
    background-repeat: repeat;
    background-size: 3.2vw 3.2vw;
    overflow: hidden;
  }
  .page-home .section-collaboration::before,
  .page-home .section-collaboration::after {
    background: #fff;
    content: '';
    position: absolute;
    height: 0.266666666666667vw;
    width: calc(100% - 62.4vw);
    z-index: 1;
  }
  .page-home .section-collaboration::before {
    right: 0;
    top: 2.133333333333333vw;
  }
  .page-home .section-collaboration::after {
    bottom: 2.133333333333333vw;
    left: 0;
  }
  .page-home .section-collaboration .bg-diagonal-stripes-top,
  .page-home .section-collaboration .bg-diagonal-stripes-bottom {
    background: url("/assets/img/home/bg-diagonal-stripes.webp") left top no-repeat;
    background-size: 100%;
    height: 7.466666666666668vw;
    width: 62.66666666666667vw;
  }
  .page-home .section-collaboration .bg-diagonal-stripes-top {
    position: absolute;
    top: 0;
    left: 0;
  }
  .page-home .section-collaboration .bg-diagonal-stripes-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: scale(-1, -1);
  }
  .page-home .section-collaboration .bg-splash-top {
    position: absolute;
    right: -16vw;
    top: 2.666666666666667vw;
    background: url("/assets/img/home/bg-splash-top.webp") left top no-repeat;
    background-size: 100%;
    height: 49.86666666666667vw;
    width: 48vw;
  }
  .page-home .section-collaboration .bg-splash-bottom {
    position: absolute;
    bottom: -3.066666666666666vw;
    left: -16.53333333333333vw;
    background: url("/assets/img/home/bg-splash-bottom.webp") left top no-repeat;
    background-size: 100%;
    height: 38.13333333333333vw;
    width: 53.333333333333336vw;
  }
}
.page-home .section-collaboration .section-inner {
  padding-top: 128px;
  padding-bottom: 128px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-home .section-collaboration .section-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-collaboration .section-inner {
    padding-top: 24.4vw;
    padding-bottom: 24.53333333333333vw;
  }
}
.page-home .section-collaboration .kv {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .page-home .section-collaboration .kv {
    max-width: 800px;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-collaboration .kv {
    width: 87.2vw;
  }
}
.page-home .section-collaboration .section-heading {
  font-size: 3.6rem;
  margin-top: 22px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-home .section-collaboration .section-heading {
    font-size: 9.6vw;
    margin-top: 6.133333333333333vw;
  }
}
.page-home .section-collaboration .app {
  text-align: center;
}
.page-home .section-collaboration .app .icon {
  margin-left: auto;
  margin-right: auto;
  margin-top: 47px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-collaboration .app .icon {
    margin-top: 10.933333333333334vw;
    width: 26.8vw;
  }
}
.page-home .section-collaboration .app .btn-container {
  display: flex;
  gap: 32px;
  margin-left: 26px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .page-home .section-collaboration .app .btn-container {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-collaboration .app .btn-container {
    gap: 8.533333333333333vw;
    margin-left: 14.399999999999999vw;
    margin-top: 6.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-collaboration .app .btn-apple {
    width: 31.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-collaboration .app .btn-google {
    width: 38.53333333333334vw;
  }
}
.page-home .section-collaboration .sns .heading {
  margin-top: 46px;
  width: 116px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-collaboration .sns .heading {
    margin-top: 12.8vw;
    width: 30.933333333333334vw;
  }
}
.page-home .section-collaboration .sns .btn-container {
  display: flex;
  gap: 48px;
  justify-content: center;
  margin-top: 26px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-collaboration .sns .btn-container {
    gap: 12.8vw;
    margin-top: 6.4vw;
  }
}
.page-home .section-collaboration .sns .btn-container svg {
  fill: #fff;
}
@media only screen and (min-width: 768px) and (any-hover: hover) {
  .page-home .section-collaboration .sns .btn-container a {
    transition: opacity 0.3s;
  }
  .page-home .section-collaboration .sns .btn-container a:hover {
    opacity: 0.5;
  }
}
.page-home .section-collaboration .sns .btn-x {
  height: 42px;
  width: 41px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-collaboration .sns .btn-x {
    height: 11.200000000000001vw;
    width: 10.933333333333334vw;
  }
}
.page-home .section-collaboration .sns .btn-fb {
  height: 48px;
  width: 48px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-collaboration .sns .btn-fb {
    height: 12.8vw;
    width: 12.8vw;
  }
}
.page-home .section-collaboration .sns .btn-tiktok {
  background: #fff;
  border-radius: 50%;
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  height: 48px;
  width: 48px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-collaboration .sns .btn-tiktok {
    height: 12.8vw;
    width: 12.8vw;
  }
}
.page-home .section-collaboration .sns .btn-tiktok .icon-tiktok {
  fill: #000;
  height: 26px;
  width: 23px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-collaboration .sns .btn-tiktok .icon-tiktok {
    height: 6.933333333333333vw;
    width: 6.133333333333333vw;
  }
}
.page-home .section-collaboration .links {
  display: flex;
  gap: 36px;
  justify-content: center;
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-collaboration .links {
    flex-direction: column;
    align-items: center;
    gap: 6.4vw;
    margin-top: 12.8vw;
  }
}
.page-home .section-collaboration .links a {
  align-items: center;
  background-image: linear-gradient(#fff, #999);
  box-shadow: 0px 4px 8px 0px #000;
  display: flex;
  gap: 12px;
  justify-content: center;
  height: 48px;
  width: 240px;
}
@media only screen and (min-width: 768px) and (any-hover: hover) {
  .page-home .section-collaboration .links a {
    transition: opacity 0.3s;
  }
  .page-home .section-collaboration .links a:hover {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-collaboration .links a {
    box-shadow: 0 0.533333333333333vw 1.066666666666667vw 0 #000;
    gap: 3.2vw;
    height: 12.8vw;
    width: 64vw;
  }
}
.page-home .section-collaboration .links a .btn-text {
  color: #000;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .page-home .section-collaboration .links a .btn-text {
    font-size: 4.266666666666667vw;
  }
}
.page-home .section-collaboration .links a .icon-arrow {
  height: 18px;
  width: 12px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-collaboration .links a .icon-arrow {
    height: 4.8vw;
    width: 3.2vw;
  }
}
.page-home .section-qa .section-inner {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  .page-home .section-qa .section-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-qa .section-inner {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
    padding-top: 12.666666666666668vw;
  }
}
.page-home .section-qa .section-contents {
  line-height: 2;
}
.page-home .section-qa .section-contents .list-qa {
  margin-top: 49px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-qa .section-contents .list-qa {
    margin-top: 6.533333333333332vw;
  }
}
.page-home .section-qa .section-contents .list-qa dt {
  position: relative;
  display: flex;
  padding-left: 16px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-qa .section-contents .list-qa dt {
    padding-left: 4.266666666666667vw;
  }
}
.page-home .section-qa .section-contents .list-qa dt:not(:first-of-type) {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-qa .section-contents .list-qa dt:not(:first-of-type) {
    margin-top: 6.4vw;
  }
}
.page-home .section-qa .section-contents .list-qa dt::before {
  position: absolute;
  top: 4px;
  left: 0;
  background: #fff;
  content: '';
  height: 24px;
  width: 6px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-qa .section-contents .list-qa dt::before {
    height: 6.4vw;
    width: 1.6vw;
    top: 1.333333333333333vw;
  }
}
.page-home .section-qa .section-contents .list-qa dt .num {
  flex-shrink: 0;
  min-width: 36px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-qa .section-contents .list-qa dt .num {
    min-width: 9.6vw;
  }
}
.page-home .section-qa .section-contents .list-qa dd {
  margin-left: 52px;
  margin-top: 8px;
}
.page-home .section-qa .section-contents .list-qa dd a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-qa .section-contents .list-qa dd a {
    text-underline-offset: 0.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-qa .section-contents .list-qa dd {
    margin-left: 13.866666666666665vw;
    margin-top: 2.133333333333333vw;
  }
}
.page-home .section-notice .section-inner {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  .page-home .section-notice .section-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-notice .section-inner {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
    padding-top: 12.666666666666668vw;
  }
}
.page-home .section-notice .section-contents .list-notice {
  margin-top: 48px;
}
.page-home .section-notice .section-contents .list-notice >li {
  display: flex;
  line-height: 2;
}
.page-home .section-notice .section-contents .list-notice >li::before {
  content: '●';
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .page-home .section-notice .section-contents .list-notice >li::before {
    font-size: 4vw;
  }
}
.page-home .section-notice .section-contents .list-notice .note li {
  display: flex;
}
.page-home .section-notice .section-contents .list-notice .note li::before {
  content: '※';
  flex-shrink: 0;
  margin-right: 2px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-notice .section-contents .list-notice .note li::before {
    margin-right: 0.266666666666667vw;
  }
}
.page-home .section-contact .section-inner {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  .page-home .section-contact .section-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-contact .section-inner {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
    padding-top: 12.666666666666668vw;
  }
}
.page-home .section-contact .section-heading {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-contact .section-heading {
    width: 53.333333333333336vw;
  }
}
.page-home .section-contact .section-contents .text {
  margin-top: 32px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-home .section-contact .section-contents .text {
    margin-left: 1.866666666666667vw;
    margin-top: 8.666666666666668vw;
  }
}
.page-home .section-contact .section-contents .btn-contact {
  align-items: center;
  background-image: linear-gradient(#fff, #999);
  box-shadow: 0px 4px 8px 0px #000;
  display: flex;
  gap: 12px;
  justify-content: center;
  height: 64px;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (any-hover: hover) {
  .page-home .section-contact .section-contents .btn-contact {
    transition: opacity 0.3s;
  }
  .page-home .section-contact .section-contents .btn-contact:hover {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 767px) {
  .page-home .section-contact .section-contents .btn-contact {
    box-shadow: 0 0.533333333333333vw 1.066666666666667vw 0 #000;
    gap: 2.666666666666667vw;
    height: 17.066666666666666vw;
    width: 87.2vw;
    margin-top: 8.266666666666666vw;
  }
}
.page-home .section-contact .section-contents .btn-contact .btn-text {
  color: #000;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .page-home .section-contact .section-contents .btn-contact .btn-text {
    font-size: 5.333333333333334vw;
  }
}
.page-home .section-contact .section-contents .btn-contact .icon-arrow {
  height: 24px;
  width: 16px;
}
@media only screen and (max-width: 767px) {
  .page-home .section-contact .section-contents .btn-contact .icon-arrow {
    height: 6.4vw;
    width: 4.266666666666667vw;
  }
}
.footer {
  background: #000;
  font-size: 1.2rem;
  line-height: 1.5;
  padding-top: 25px;
  padding-bottom: 23px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer {
    font-size: 3.2vw;
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.header .header-nav {
  margin-right: 30px;
  margin-top: 30px;
}
.header .header-nav ul {
  display: flex;
  gap: 10.5px;
  justify-content: end;
}
.header .header-nav li {
  font-size: 1.4rem;
}
.header .header-nav li a {
  display: block;
  padding: 10px;
}
@media only screen and (min-width: 768px) and (any-hover: hover) {
  .header .header-nav li a {
    transition: opacity 0.3s;
  }
  .header .header-nav li a:hover {
    opacity: 0.5;
  }
}
.header .menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  height: 100%;
  width: 100%;
  z-index: 9;
  -webkit-overflow-scrolling: touch;
}
.is-menu-opened .header .menu {
  display: block;
}
.header .menu .menu-overlay {
  background: rgba(0,0,0,0.85);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.header .menu .menu-inner {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  width: 100%;
}
.header .menu .menu-contents {
  position: relative;
}
.header .btn-menu {
  position: fixed;
  top: 2.4vw;
  right: 2.666666666666667vw;
  height: 9.6vw;
  width: 9.6vw;
  z-index: 10;
}
.header .btn-menu .btn-menu-line {
  position: absolute;
  top: 50%;
  left: 0;
  background: #d9d9d9;
  display: block;
  height: 0.533333333333333vw;
  width: 9.6vw;
  transition: 0.3s;
}
.header .btn-menu .btn-menu-line:nth-child(1) {
  margin-top: -2.666666666666667vw;
}
.header .btn-menu .btn-menu-line:nth-child(3) {
  margin-top: 2.666666666666667vw;
}
.is-menu-opened .header .btn-menu .btn-menu-line:nth-child(1) {
  margin-top: 0;
  transform: rotate(-45deg);
}
.is-menu-opened .header .btn-menu .btn-menu-line:nth-child(2) {
  background: transparent;
}
.is-menu-opened .header .btn-menu .btn-menu-line:nth-child(3) {
  margin-top: 0;
  transform: rotate(-135deg);
}
.header .menu-contents {
  padding-top: 5.333333333333334vw;
  padding-bottom: 5.333333333333334vw;
}
.header .menu-contents .menu-nav li {
  font-size: 4.8vw;
}
.header .menu-contents .menu-nav li:not(:first-child) {
  margin-top: 5.866666666666666vw;
}
.header .menu-contents .menu-nav li a {
  align-items: center;
  display: flex;
  padding: 2.666666666666667vw;
  position: relative;
}
.header .menu-contents .menu-nav li a::before {
  background: #fff;
  content: '';
  margin-right: 2.133333333333333vw;
  height: 4.8vw;
  width: 1.066666666666667vw;
}
.modal-overlay {
  background: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  height: 100%;
  width: 100%;
  visibility: hidden;
  z-index: 9;
  -webkit-overflow-scrolling: touch;
}
.modal img {
  width: 100%;
}
.modal .modal-inner {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  width: 100%;
}
.modal .modal-contents {
  pointer-events: auto;
  position: relative;
}
.modal .btn-modal-close {
  position: absolute;
  top: -0.266666666666667vw;
  right: 0;
  height: 8vw;
  width: 8vw;
}
.modal .btn-modal-close .btn-modal-close-line {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  display: block;
  margin-left: -5.333333333333334vw;
  height: 0.266666666666667vw;
  width: 10.666666666666668vw;
}
.modal .btn-modal-close .btn-modal-close-line:nth-child(1) {
  transform: rotate(-45deg);
}
.modal .btn-modal-close .btn-modal-close-line:nth-child(2) {
  transform: rotate(-135deg);
}
.modal-answer .modal-contents {
  color: #000;
  width: 85.33333333333334vw;
}
.modal-answer .modal-answer-contents {
  line-height: 1.8;
}
.modal-answer .btn-download,
.modal-answer .btn-hint {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 11.200000000000001vw;
  width: 40vw;
  font-size: 4.266666666666667vw;
  display: flex;
  gap: 1.2vw;
  justify-content: center;
  padding-top: 0.8vw;
}
.modal-answer .btn-download::before,
.modal-answer .btn-hint::before {
  position: absolute;
  bottom: 1.6vw;
  background: #ff000e;
  content: '';
  height: 0.266666666666667vw;
  width: 100%;
}
.modal-answer .btn-download .icon-arrow,
.modal-answer .btn-hint .icon-arrow {
  fill: #ff000e;
  margin-top: 1.6vw;
  height: 4.266666666666667vw;
  width: 2.933333333333333vw;
}
.modal-answer-information-1 .modal-inner,
.modal-answer-information-2 .modal-inner,
.modal-answer-hint .modal-inner {
  padding-top: 5.333333333333334vw;
  padding-bottom: 5.333333333333334vw;
}
.modal-answer-information-1 .modal-contents,
.modal-answer-information-2 .modal-contents,
.modal-answer-hint .modal-contents {
  padding-left: 6.4vw;
  padding-right: 6.4vw;
  padding-top: 12.533333333333333vw;
}
.modal-answer-information-1 .modal-contents::before,
.modal-answer-information-2 .modal-contents::before,
.modal-answer-hint .modal-contents::before,
.modal-answer-information-1 .modal-contents::after,
.modal-answer-information-2 .modal-contents::after,
.modal-answer-hint .modal-contents::after {
  position: absolute;
  left: 0;
  content: '';
  height: 100%;
  width: 100%;
}
.modal-answer-information-1 .modal-contents::before,
.modal-answer-information-2 .modal-contents::before,
.modal-answer-hint .modal-contents::before {
  height: 9.6vw;
  top: 0;
  background: url("/assets/img/home/modal-answer-bg-top.webp") left top no-repeat;
  background-size: 100%;
}
.modal-answer-information-1 .modal-contents::after,
.modal-answer-information-2 .modal-contents::after,
.modal-answer-hint .modal-contents::after {
  background-image: linear-gradient(#fff, #999);
  bottom: 0;
  height: calc(100% - 9.6vw);
}
.modal-answer-information-1 .modal-answer-inner,
.modal-answer-information-2 .modal-answer-inner,
.modal-answer-hint .modal-answer-inner {
  position: relative;
  z-index: 1;
}
.modal-answer-information-1 .modal-answer-heading,
.modal-answer-information-2 .modal-answer-heading,
.modal-answer-hint .modal-answer-heading {
  position: relative;
  font-size: 6.4vw;
  padding-top: 3.466666666666666vw;
  padding-bottom: 3.466666666666666vw;
  text-align: center;
}
.modal-answer-information-1 .modal-answer-heading::after,
.modal-answer-information-2 .modal-answer-heading::after,
.modal-answer-hint .modal-answer-heading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  content: '';
  height: 0.266666666666667vw;
  width: 100%;
}
.modal-answer-information-1 .modal-answer-heading .text-red,
.modal-answer-information-2 .modal-answer-heading .text-red,
.modal-answer-hint .modal-answer-heading .text-red {
  color: #cc000b;
}
.modal-answer-information-1 .modal-contents {
  padding-bottom: 12.533333333333333vw;
}
.modal-answer-information-1 .modal-answer-contents {
  margin-top: 12.8vw;
  font-size: 4.8vw;
}
.modal-answer-information-2 .modal-contents {
  padding-bottom: 13.333333333333334vw;
}
.modal-answer-information-2 .modal-answer-contents {
  margin-top: 12vw;
}
.modal-answer-information-2 .modal-answer-contents ol {
  margin-left: 16vw;
}
.modal-answer-information-2 .modal-answer-contents ol li {
  display: flex;
  font-size: 9.333333333333334vw;
  gap: 2.266666666666667vw;
  line-height: 1;
}
.modal-answer-information-2 .modal-answer-contents ol li:not(:first-child) {
  margin-top: 8vw;
}
.modal-answer-information-2 .modal-answer-contents ol li svg {
  overflow: visible;
}
.modal-answer-information-2 .modal-answer-contents ol .shape-container {
  align-items: center;
  display: flex;
  gap: 1.333333333333333vw;
  margin-top: 0.8vw;
}
.modal-answer-information-2 .modal-answer-contents ol .shape-circle {
  height: 8.799999999999999vw;
  width: 8.799999999999999vw;
}
.modal-answer-information-2 .modal-answer-contents ol .shape-triangle {
  height: 8vw;
  width: 9.2vw;
}
.modal-answer-information-2 .modal-answer-contents ol .shape-square {
  height: 8vw;
  width: 8vw;
}
.modal-answer-hint .modal-contents {
  padding-bottom: 12.8vw;
}
.modal-answer-hint .modal-answer-contents {
  margin-top: 12.8vw;
}
.modal-answer-hint .modal-answer-contents p:not(:first-child) {
  margin-top: 6.4vw;
}
.modal-answer-clear .modal-inner {
  padding-top: 13.333333333333334vw;
  padding-bottom: 13.333333333333334vw;
}
.modal-answer-clear .modal-contents {
  padding-top: 8vw;
  padding-bottom: 14.533333333333335vw;
  padding-left: 6.4vw;
  padding-right: 6.4vw;
  background: url("/assets/img/home/modal-answer-clear-bg.webp") left top no-repeat #000;
  background-size: 100%;
}
.modal-answer-clear .modal-contents::before {
  position: absolute;
  top: 0;
  left: 0;
  border: 0.266666666666667vw solid #fff;
  content: '';
  pointer-events: none;
  height: 100%;
  width: 100%;
}
.modal-answer-clear .modal-answer-heading {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 38.93333333333333vw;
}
.modal-answer-clear .modal-answer-heading .clear-count {
  position: absolute;
  top: 21.066666666666666vw;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(-50%);
  font-size: 5.333333333333334vw;
  color: #fff;
  background: rgba(0,0,0,0.8);
  padding: 2.266666666666667vw 2.133333333333333vw 1.866666666666667vw;
  text-shadow: 0px 0px 1.6vw #51fffe;
  white-space: nowrap;
}
.modal-answer-clear .modal-answer-contents {
  color: #fff;
  text-align: center;
}
.modal-answer-clear .modal-answer-contents .text {
  margin-top: 11.333333333333332vw;
}
.modal-answer-clear .modal-answer-contents .sns {
  background: rgba(255,255,255,0.2);
  margin-top: 6.4vw;
  padding-top: 3.2vw;
  padding-bottom: 3.2vw;
}
.modal-answer-clear .modal-answer-contents .sns .sns-heading {
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 4vw;
}
.modal-answer-clear .modal-answer-contents .sns .sns-heading .icon-tap {
  fill: #fff;
  margin-right: 2.133333333333333vw;
  height: 6.4vw;
  width: 4vw;
}
.modal-answer-clear .modal-answer-contents .sns .sns-btn-container {
  display: flex;
  gap: 9.6vw;
  justify-content: center;
  margin-top: 3.2vw;
}
.modal-answer-clear .modal-answer-contents .sns .sns-btn-container svg {
  fill: #fff;
}
.modal-answer-clear .modal-answer-contents .sns .sns-btn-container .btn-x {
  height: 11.200000000000001vw;
  width: 10.933333333333334vw;
}
.modal-answer-clear .modal-answer-contents .sns .sns-btn-container .btn-fb {
  height: 12.8vw;
  width: 12.8vw;
}
.modal-answer-clear .modal-answer-contents .sns .sns-btn-container .btn-tiktok {
  background: #fff;
  border-radius: 50%;
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  height: 12.8vw;
  width: 12.8vw;
}
.modal-answer-clear .modal-answer-contents .sns .sns-btn-container .btn-tiktok .icon-tiktok {
  fill: #000;
  height: 6.933333333333333vw;
  width: 6.133333333333333vw;
}
.modal-answer-clear .modal-answer-contents .app {
  margin-top: 12.8vw;
}
.modal-answer-clear .modal-answer-contents .app .app-heading {
  background: #fff;
  color: #000;
  font-size: 3.2vw;
}
.modal-answer-clear .modal-answer-contents .app .app-btn-container {
  display: flex;
  gap: 7.199999999999999vw;
  justify-content: center;
  margin-top: 3.2vw;
}
.modal-answer-clear .modal-answer-contents .app .app-btn-container .btn-apple {
  width: 26.13333333333333vw;
}
.modal-answer-clear .modal-answer-contents .app .app-btn-container .btn-google {
  width: 32.266666666666666vw;
}
.modal-answer-clear .modal-answer-contents .wallpaper {
  margin-top: 13.066666666666665vw;
}
.modal-answer-clear .modal-answer-contents .wallpaper .btn-download {
  background: #fff;
  color: #000;
  margin-top: 2.133333333333333vw;
}
.modal-answer-clear .btn-modal-close {
  top: -9.6vw;
}
.modal-answer-error .modal-inner {
  padding-top: 13.333333333333334vw;
  padding-bottom: 13.333333333333334vw;
}
.modal-answer-error .modal-contents {
  background-image: linear-gradient(#fff, #999);
  padding-top: 9.6vw;
  padding-bottom: 9.6vw;
}
.modal-answer-error .modal-answer-heading {
  margin-left: auto;
  margin-right: auto;
  width: 33.06666666666666vw;
}
.modal-answer-error .modal-answer-contents {
  margin-top: 6.4vw;
}
.modal-answer-error .modal-answer-contents .text {
  text-align: center;
}
.modal-answer-error .modal-answer-contents .btn-hint {
  background: #000;
  color: #fff;
  margin-top: 6.4vw;
}
.modal-answer-error .btn-modal-close {
  top: -9.6vw;
}
.modal-answer-wallpaper .modal-contents {
  padding-top: 4vw;
  padding-bottom: 4vw;
}
.modal-answer-wallpaper .modal-answer-contents {
  margin-top: 4vw;
}
.modal-answer-wallpaper .modal-answer-contents .text {
  background-color: #000;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.modal-answer-wallpaper .btn-modal-close {
  top: 0vw;
}
.wallpaper-container {
  position: absolute;
  top: 0;
  left: -720px;
  background: #000;
  height: auto;
  width: 720px;
}
.wallpaper-container img {
  position: relative;
  height: auto;
  width: 720px;
  z-index: 0;
}
.wallpaper-container canvas {
  position: absolute;
  top: 0;
  left: 0;
  height: 1610px;
  width: 720px;
  z-index: 10;
}
.wallpaper-container .clear-count {
  position: absolute;
  bottom: 26px;
  left: 50%;
  display: grid;
  height: 45px;
  align-items: center;
  justify-items: center;
  place-items: center;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
  background: url("/assets/img/home/wallpaper-bracket-square-bg.webp") left top repeat-x;
  background-size: 9px 45px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2px;
  padding-left: 24px;
  padding-right: 24px;
  white-space: nowrap;
}
.wallpaper-container .clear-count .count-text {
  font-size: 20px;
  visibility: hidden;
  align-items: end;
  display: flex;
}
.wallpaper-container .clear-count .count-text .num {
  margin-bottom: -3px;
  margin-right: 2px;
  font-size: 27px;
}
.wallpaper-container .clear-count .bracket-square {
  position: absolute;
  top: 0;
  background: #fff;
  display: block;
  height: 45px;
  width: 3px;
}
.wallpaper-container .clear-count .bracket-square::before,
.wallpaper-container .clear-count .bracket-square::after {
  position: absolute;
  left: 0;
  background: #fff;
  content: '';
  height: 3px;
  width: 9px;
}
.wallpaper-container .clear-count .bracket-square::before {
  top: 0;
}
.wallpaper-container .clear-count .bracket-square::after {
  bottom: 0;
}
.wallpaper-container .clear-count .bracket-square.bracket-square-left {
  left: 0;
}
.wallpaper-container .clear-count .bracket-square.bracket-square-right {
  right: 0;
  transform: scale(-1, 1);
}
