﻿:root {
  --max-contener: 960px;
  --primary-accent-color: #0096ff;
  --primary-light-color: #a0a9c9;
  --primary-dark-color: #3c4346;
  --primary-lightblue-color: #7dc8fd;
  --hover-color: #adf;
  --light-bg: #fafafa;
  --blue-shadow: drop-shadow(0 0 3px rgb(21 125 210 / 60%));
  --10px: 0.625rem;
  --12px: 0.75rem;
  --14px: 0.875rem;
  --16px: 1rem;
  --18px: 1.125rem;
  --20px: 1.25rem;
  --32px: 2rem;
  --40px: 2.5rem;
  --48px: 3rem
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
p, h1, h2, h3, h4, dl {
  margin: 0
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
  background-color: var(--light-bg);
  background-image: url("../../assets/images/bg-white.webp");
  background-repeat: repeat;
  background-size: 60px
}
a {
  color: inherit;
  text-decoration: none
}
a:hover {
  color: inherit;
  text-decoration: underline
}
a:visited {
  color: inherit
}
ul {
  margin: 0;
  padding: 0
}
li {
  list-style-type: none
}
img {
  width: 100%;
  height: auto
}
button {
  padding: 0;
  border: none;
  background: none;
  outline: none;
  appearance: none
}
#dmm_ntgnavi {
  background: url("../../assets/images/common/bg_navimain.gif") center center repeat-x;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-size: 12px;
  font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Verdana, sans-serif;
  display: flex;
  justify-content: space-between
}
#dmm_ntgnavi ul {
  list-style: none;
  margin: 2px 0;
  padding: 0;
  display: flex;
  width: 50%
}
#dmm_ntgnavi ul.navi_left {
  justify-content: flex-start;
}
#dmm_ntgnavi ul li {
  margin: 0 6px 0 0;
  line-height: 15px
}
#dmm_ntgnavi .navi_left li.ntg_top > a {
    display: flex;
    align-items: center;
    background: #f7f7f7;
    text-decoration: none;
    border: 1px solid #eee;
    box-shadow: none;
    padding: 3px 10px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 1em;
    transition: background 0.2s;
}
#dmm_ntgnavi .navi_left li.ntg_top > a:hover {
    background: #eee;
    text-decoration: underline;
}
#dmm_ntgnavi .navi_left li > a span {
  display: block;
  padding: 7px 8px 7px 12px;
  color: #333;
  font-weight: bold
}
#dmm_ntgnavi .navi_left li.dmm_top img {
  margin: 8px 5px 8px 0
}
#dmm_ntgnavi .navi_left li.ntg_top {
  margin-left: 10px
}
#dmm_ntgnavi .navi_left li.ntg_top span {
  background: url("../../assets/images/common/bg_bt_olgtop.gif") 0 center no-repeat
}
#dmm_ntgnavi .navi_right {
  justify-content: flex-end;
  font-size: 10px
}
#dmm_ntgnavi .navi_right li {
  margin: 0 10px 0 0;
  padding: 8px 5px
}
#dmm_ntgnavi .arrow {
  padding-left: 14px;
  background: url("../../assets/images/common/arrow_common.gif") no-repeat left center
}
#dmm_ntgnavi .tx-point {
  font-size: 16px;
  font-weight: bold;
  color: #ff4b4b !important
}
#dmm_ntgnavi p {
  margin: 0;
  line-height: 2.6em
}
#dmm_ntgnavi .clear {
  clear: both
}
.footer_terms {
  width: 100%
}
.footer_terms .footer-main {
    background-color: #0096ff;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 24px, rgba(255,255,255,0.08) 24px, rgba(255,255,255,0.08) 48px);
    text-align: center;
    padding: 20px 0;
}
.footer_terms .footer-main .copy {
    color: #fff;
    font-weight: bold;
    font-size: 0.8em;
    margin: 0;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    letter-spacing: .05em;
    text-align: center;
}
@media(width <=750px) {
  .footer_terms .footer-main {
    padding: 40px 20px
  }
}
.footer_terms .footer-logo {
  margin-bottom: 10px
}
.footer_terms img {
  width: 280px;
  max-width: 80%;
  height: auto;
  vertical-align: bottom;
  filter: drop-shadow(2px 0 0 #fff) drop-shadow(-2px 0 0 #fff) drop-shadow(0 2px 0 #fff) drop-shadow(0 -2px 0 #fff)
}
.btn-official {
  display: inline-block;
  position: relative;
  background-color: var(--light-bg);
  color: #09f;
  text-decoration: none;
  border: 2px solid var(--primary-accent-color);
  font-weight: bold;
  transition: all .3s;
  border-radius: var(--14px);
  text-align: center;
  padding: 1.2em 4em 1.2em 3.5em;
  line-height: 1
}
.btn-official:hover {
  background-color: #eef9ff
}
.footer_icon-star::before {
  content: "✦";
  color: var(--primary-lightblue-color);
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: var(--20px)
}
.footer_wrap {
  background-color: #333;
  padding: 15px 0;
  text-align: center
}
.footer_wrap .copy {
  margin: 0;
  font-size: 11px;
  color: #ccc;
  font-family: Arial, sans-serif;
  letter-spacing: .05em
}
.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px
}
@media(width <=750px) {
  .container {
    padding: 0;
    background-color: rgba(0, 0, 0, 0)
  }
}
.section {
  padding: 40px 20px;
  max-width: 960px;
  margin: 0 auto
}
@media(width <=750px) {
  .section {
    padding: 30px 15px
  }
}
.section-title {
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-dark-color);
  margin-bottom: 30px;
  display: flex;
  align-items: center
}
.section-title .title-left {
  display: flex;
  align-items: center;
  margin-right: 20px
}
.section-title .title-left::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: url("../../assets/images/section-title-mark.webp") no-repeat center/contain
}
.section-title .title-left .en {
  font-family: sans-serif;
  font-size: 1.2em
}
.section-title .title-right {
  flex-grow: 1;
  border-bottom: 1px solid var(--primary-dark-color);
  padding-bottom: 8px;
  display: flex;
  align-items: flex-end
}
.section-title .title-right .ja {
    font-size: var(--16px);
    font-weight: bold;
    white-space: nowrap;
}
.goods-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr
}
@media(width <=750px) {
  .goods-grid {
    grid-template-columns: 1fr
  }
}
.goods-item {
  background-color: #098e8e;
  aspect-ratio: 16/9;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
  background-image: url("../../assets/images/sample.webp");
  border-radius: var(--20px);
  border: 2px solid var(--primary-accent-color)
}
.media-area-bg {
  width: 100%;
  background-color: #eef5f9;
  padding-top: var(--20px);
  padding-bottom: var(--48px);
  background-image: url("../../assets/images/bg-gray.webp");
  background-repeat: repeat;
  background-size: 60px
}
.button-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--14px);
  color: var(--primary-accent-color)
}
@media(width <=750px) {
  .button-list {
    flex-direction: column;
    gap: var(--14px)
  }
}
.link-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 40px;
  border: 2px solid var(--primary-accent-color);
  border-radius: var(--14px);
  background-color: var(--light-bg);
  font-weight: bold;
  transition: all .3s;
  text-align: center;
  width: calc((100% - 40px)/3);
  flex: 0 0 auto
}
@media(width <=750px) {
  .link-btn {
    width: 100%
	margin: 0 auto; /* 左右の余白を自動調整 */
  }
}
.link-btn:hover {
  background-color: #eef9ff
}
.link-btn span {
  flex-grow: 0
}
.icon-star {
    color: #181818 !important;
}
.icon-star::before {
    content: "✦";
    color: var(--primary-lightblue-color);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--20px)
}
.icon-ext::after {
  content: "";
  background-image: url("../../assets/images/icon-ext.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: var(--14px);
  height: var(--14px);
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%)
}
.hero-section {
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-image: url("../../assets/images/hero/hero-pc.webp");
  max-width: 1920px;
  padding-top: 27%
}
@media(width <=750px) {
  .hero-section {
    background-image: url("../../assets/images/hero/hero-sp.webp");
    padding-top: 100%
  }
}
.header-logo-area {
  background-color: #1190e8;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 24px, rgba(255, 255, 255, 0.06) 24px, rgba(255, 255, 255, 0.06) 48px);
  text-align: center;
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 1000
}
.header-logo-area .logo-image {
  display: inline-block;
  vertical-align: middle;
  max-height: 60px;
  width: auto;
  filter: drop-shadow(2px 0 0 #fff) drop-shadow(-2px 0 0 #fff) drop-shadow(0 2px 0 #fff) drop-shadow(0 -2px 0 #fff)
} /*# sourceMappingURL=index.css.map */

@charset "UTF-8";

section.serial .section__header[data-inview=true] {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

section.serial .section__header {
    text-align: center;
    letter-spacing: 0;
    font-size: 0;
}

section.serial .section__header span {
    font-size: 90px;
    font-weight: 700;
    font-family: Orbitron, sans-serif;;
}

.game-pages .main > .section.serial:first-child:not(#game-information) {
    padding: 66px 0 0 0 !important;
}

@media only screen and (max-width: 950px) {
    section.serial .section__header span {
        font-size: 10.6666666667vw;
    }

    .game-pages .main > .section.serial:first-child:not(#game-information) {
        padding-top: 10.7333333333vw;
    }
}

.section.serial .section__contents {
    padding: 0 4%;
}


.serial_body {
    margin: 0 auto 30px auto;
    width: 100%;
    max-width: 870px;
    padding: 3vw 2vw;
    border: 5px solid #0096ff;
    border-radius: 12px;
    background-color: #ffffff;
    position: relative;
}



form.serial-form {
    padding: 0 4%;
}

.serial-form_body .form_input {
    padding: 0 14px;
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: inherit;
    border-radius: 4px;
    border: 1px solid #767676;
    color: #181818;
    background-color: #efefef;
}

.serial-form_body .form_item {
    display: flex;
    margin-bottom: 20px;
}


.serial-form_body .form_label {
    width: 25%;
}

.serial-form_body .form_content {
    width: 75%;
}


@media only screen and (max-width: 950px) {
    .serial-form_body .form_item {
        display: inherit;
        margin-bottom: 10pt;
    }

    .serial-form_body .form_label {
        width: 100%;
    }

    .serial-form_body .form_content {
        width: 100%;
    }
}

label {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: min(5.3vw, 24px);
    font-weight: 700;
    color: #0096ff;
}

.serial-form_body .form_error {
    padding: 5px 0 5px 0;
    min-height: 30px;
    font-size: 16px;
    line-height: 20px;
    color: red;
}

.serial-form_body .form_error::before {
    content: "";
    position: relative;
    top: 1px;
    vertical-align: top;
    margin-right: 6px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAEQ0lEQVRYR62XS2hUVxjHf0ej1pj4qMFH08RHjG01oibSaEWjoBjrRsWFK10ZcONK7Mb3a+dWEIVAN9WV4KJVRy0V4iMRomgeFTUPplZFfLQ21WBy5X/PuTgzmZl7Z/TA5E6Ye+/5ff/vO9/DkGF5MBwYA0wFZgLzgG+BGcBkYCwwyj3+DngNPAMeAX8Cd933v4E+A+/TbWWyAEwEvgIqgErgG3ctB0qAopRn3wDPgR7ggYPQ9SHw2Njfhqy0AJ7doBb4AVgIfA1MAMa5jQ3GwHCJBAwMgOfpm/4IRGq8BP4CbgPXgZsGnqYSJAF4UOAkrwFWAUuBOcDIpAeLi6GiAiorYXAQOjuhqwv6+lLf3++UuAbEgFuCSnRHKoDk1cargUXO8i+G6FZbCzt2wOLF1vpYDI4fh7a2dCorPh4DLQ4iZqyb/OUDOMslsSzeDCx3SqRxmoGNG+HIEZg920rf0gK7d8Ply4Er0oE8Aa4CvwBNcpGUMC7avwS+B9YC9S7wMsUnrF8Pe/fC/Pl2w6YmOHQoDEDvU0CeB35TTPgQnj1O05zlAtBRG515dzlpFezZA0slmISNweHDFiT7+h/odABSolcAOl7fAQ1AHVAY9hZWrrQAy+Up4MIF65JrirXQpUj9AzghGAH8CFQBW4C5oY/rhro66wJdtS5etApEA9ATitafgXsC+MnJLvmV4cKXLBfAihX5AigfKA58BRpd0C0AisN3B5YtswByRX4K/OsS1EMB/O7yu7KdS20hGJ8OMADEgS4ByB9lka0X26e7QG+RCnEBKF9PAYZFkv/zBKHeMgg8FYCqlCpf9JV6DHM/BcFez/MDqK+3eUC1QJnwyhV7DK8q0+a0fAVyd8GmTbBvH8xRoQRu3ICDB20+sGU5ypIL/BjILQjVB2zYAEePfixGzc1WkezFKBVKPYOfinM/htXVsH07LFliy/GlS3DqFHR0RLFc9+gY9gLd+SWioiIoL7cfNSTd3RCPp2tIMgElJSKlYhUjleHsqVjyJ/pY/+sjiGCl3pMeQalYZdlPxetcEYpejLIJHQ2g3RWjNgGo/kuBbZHLsXrCqir76e+H1la4fx/evo0SA0E5Pgl05NeQqAru3Alr1liXnD4Nx47BnTthAEFD8itwRi187i1ZQQE0NMCBA1BSYgHUEe/aBWfPJsfDUJzElqwZeJF7UyqArVth/34oLbUA7e02D5w7lw0gfVOaCOlBeFuuIKupsSqoPdcJUCpubLRt+dBMGN6WBxCRB5PCQigrg+nT7aM9PdDbm2kwUROqySh8MEkASRzNqt2AMh5jxuF5tmuSEsNcBZfVNhd4GPMGz1OafeVGs9bIo1mKO1SiS127Nss/qsbMwvPUwus3Tc4JzPyjoMKYOJ6noVSWB8OpxrHow6k1JWk814QcjOca1Se5QXWEayyUAGR1MB1r83tuENF4/l+m8fwDaNaYD1aizooAAAAASUVORK5CYII=) center/cover no-repeat;
}

.form_action {
    display: flex;
    justify-content: center;
}

section.serial .form_action {
    padding: 20px 0 10px 0;
}

section.serial .movie {
    position: relative;
    display: block;
    cursor: pointer;
    border: 2px solid #9e9e9e;
    border-radius: 30px;
    max-width: 274px;
    width: 100%;
    max-height: 60px;
    height: 100%;
    background-color: #ffffff;
    background-position: center center;
    background-image: url(https://world-dai-star.com/MeNeEcJP/wp-content/themes/wds/assets/images/character/category-bg.png);
    background-repeat: no-repeat;
    background-size: inherit;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto;
}

section.serial .movie::after {
    content: none !important;
}

section.serial .movie:hover {
    color: #fff;
    background-color: #000000;
    border: 2px solid #000000;
}

h2.section__header.serial {
    margin-bottom: 30px;
}


section.serial .game-preregistration__attention--list > li {
    font-size: min(3vw,16px);
}

@media only screen and (max-width: 950px) {

    section.serial .game-preregistration__attention--list > li {
        line-height: 1.8;
        font-size: min(3vw,16px);
    }

    section.serial .game-preregistration__attention--list > li::before {
        font-size: min(3vw,16px);
    }

    section.serial .game-preregistration__attention--title {
        margin-bottom: 4vw;
    }
}

.page-template-page-game-preregistration .movie__modal {
    display: table !important;
}

.movie__modal--container .modal-box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.game-pages .header__wrapper {
    background-color: #00a6f4 !important;
}

.game-pages.page-template-page-game-preregistration .header {
    display: contents !important;
}

.game-pages.page-template-page-game-preregistration .header__logo {
    visibility: inherit;
}

.page-serial .preregistration__modal {
    padding: 5.3333333333vw 0;
}

.page-serial .preregistration__modal--title span {
    font-size: min(5.9vw,28px);
    padding-right: min(7.4vw,40px);
    padding-left: min(7.4vw,40px);
}

.page-serial .preregistration__modal--lead {
    font-size: min(5.9vw,20px);
    padding-top: min(4.3vw,30px);
}

.page-serial .preregistration__modal--title span.code-error {
    color: #ff0000;
}

.page-serial .preregistration__modal--title span.code-error::after {
    background: none;
}

header.header.no_menu {
    position: inherit;
}


footer.footer.no_menu {
    padding: 0 !important;
    margin: 0 !important;
}

footer.footer.no_menu .footer__inner::before {
    height: auto;
}

footer.footer.no_menu .footer__copyright {
    line-height: 1;
    color: #fff;
    text-align: center;
    letter-spacing: -.02em;
    font-size: 13px;
    font-family: Poppins,sans-serif;
    font-weight: 400;
    padding-top: 24px;
    padding-bottom: 24px;
}
.txt_red{
	color: #FC2024;
}

.result-message {
    display: flex;
    align-items: center;
    color: #FC2024;
    font-weight: normal;
    margin: -10px 0 0 0;
    font-size: 0.95em;
    line-height: 1.4;
}

.result-message__icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    flex-shrink: 0;
}

.modal-overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 16px;
    border: 5px solid #0096ff;
    width: 90vw;
    max-width: 900px;
    min-width: 320px;
    padding: 32px;
    box-sizing: border-box;
    box-shadow: 0 4px 32px rgba(0,0,0,0.10);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

.modal-title {
    color: #0096ff;
    font-size: 2.0em;
    font-weight: bold;
    margin-bottom: 32px;
}

.modal-message {
    font-size: 1.2em;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.ntg_top-icon {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    flex-shrink: 0;
}

.customer-support-link {
    color: #0096ff;
}

@media (max-width: 600px) {
    .serial_body {
        padding: 5vw 2vw;
    }

    .serial-form_body .form_item {
        flex-direction: column;
        margin-bottom: 16px;
    }

    .serial-form_body .form_label,
    .serial-form_body .form_content {
        width: 100%;
    }

    .link-btn {
        width: 100%;
        min-width: 0;
        padding: 1em 0;
        font-size: 1em;
        height: auto;
        box-sizing: border-box;
        margin: 0 auto;
        border-radius: 16px;
    }

    .link-btn span {
        font-size: 1em;
        white-space: nowrap;
    }

    .modal-title {
        font-size: 2em;
        white-space: nowrap;
    }
}