article, aside, figure, footer, header, nav, section, main {
  display: block;
}

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, pre, form, input, img, iframe, article, aside, figure, figcaption, footer, header, nav, section, main {
  margin: 0;
  padding: 0;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 100%;
}

img, object, video {
  max-width: 100%;
  max-height: 100%;
  border: 0;
  vertical-align: top;
}

ul {
  list-style: none;
}

ol {
  margin: 0 0 1em;
  padding: 0 0 0 1.4em;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

em, address, i {
  font-style: normal;
}

p {
  margin: 0 0 2em;
  padding: 0;
}

picture {
  line-height: 1;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
}

input, button, textarea, select {
  font: inherit;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.r {
  text-align: right;
}

.c {
  text-align: center;
}

.emph,
.alert,
.bold {
  font-weight: bold;
}

.attention,
.alert {
  color: #d71718;
}

.disc {
  list-style-type: disc;
  margin-bottom: 1em;
  padding-left: 1.4em;
}

.hide {
  display: none;
}

.clear {
  clear: both;
}

.pc {
  display: none;
}

@media (min-width: 800px) {
  .pc {
    display: initial;
  }
  .sp {
    display: none;
  }
}
[data-scroll-item] {
  transition-property: var(--property);
  transition-timing-function: var(--easing);
}
[data-scroll-item][data-animated=true] {
  transition-duration: var(--duration);
}

[data-scroll-item=fadeIn] {
  --property: opacity, translate;
  --easing: ease;
  --duration: 1s;
}
[data-scroll-item=fadeIn]:not([data-animated=true]) {
  opacity: 0;
  translate: 0 20px;
}

:root {
  --color_text: #1e1e1e;
  --color_off: #2cac38;
  --color_on: #ea5550;
  --color_bg: #1e1e1e;
  --label_blue: #25bcef;
  --label_red: #eb6d5e;
}

article * {
  margin: 0;
  padding: 0;
}

article li + li,
article h2 + h3 {
  margin-top: 0;
}

#common_page_header.js_ready {
  z-index: 4;
}

article * img {
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

a:link:focus-visible img {
  transition: opacity 0.2s;
  opacity: 0.6;
}
@media (any-hover: hover) {
  a:link:hover img {
    transition: opacity 0.2s;
    opacity: 0.6;
  }
}

.monst_body {
  background-color: var(--color_bg);
  color: var(--color_text);
}

.monst_kv {
  margin-inline: auto;
  max-width: 1200px;
}

.monst_ft_link {
  padding-block-start: 8.3333333333vw;
  text-align: center;
}
@media (min-width: 800px) {
  .monst_ft_link {
    padding-block-start: 90px;
  }
}

.monst_ft_logo {
  width: 75vw;
  max-width: 600px;
  margin-block-end: 10.4166666667vw;
}
@media (min-width: 800px) {
  .monst_ft_logo {
    margin-block-end: 40px;
  }
}

.monst_ft_copy {
  color: #fff;
  text-align: center;
  font-size: 12px;
}
@media (min-width: 800px) {
  .monst_ft_copy {
    font-size: 16px;
  }
}

.btn_ext {
  display: block flow;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block-end: 10.4166666667vw;
  padding: 6px 1em;
  border-radius: 8px;
  background-color: var(--color_off);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
@media (min-width: 800px) {
  .btn_ext {
    margin-block-end: 60px;
    padding-block: 10px;
    font-size: 25px;
  }
}
.btn_ext:focus-visible {
  background-color: var(--color_on);
  color: #fff;
}
@media (any-hover: hover) {
  .btn_ext:hover {
    background-color: var(--color_on);
    color: #fff;
  }
}

.monst_info {
  margin-block-end: 6.25vw;
}
@media (min-width: 800px) {
  .monst_info {
    margin-block-end: 60px;
  }
}

.info_inner {
  position: relative;
  width: 87.5vw;
  max-width: 1000px;
  margin-inline: auto;
}

.info_title {
  padding-block: 6.25vw;
  text-align: center;
}
@media (min-width: 800px) {
  .info_title {
    padding-block: 56px 20px;
  }
}
.info_title img {
  width: 47%;
}
@media (min-width: 800px) {
  .info_title img {
    width: auto;
  }
}

.info_list {
  padding: 4.7vw;
  border-radius: 3px;
  background-color: #fff;
  font-weight: bold;
}
@media (min-width: 800px) {
  .info_list {
    padding: 20px 24px;
    border-radius: 7px;
  }
}
.info_list li {
  padding-block-end: 5px;
}
.info_list li:not(:first-of-type) {
  padding-block-start: 5px;
}

.info_date {
  color: #bf0d76;
}

.monst_campaign {
  text-align: center;
}

.monst_catch {
  width: 87.5vw;
  margin-inline: auto;
}
@media (min-width: 800px) {
  .monst_catch {
    width: auto;
  }
}

.monst_limit {
  position: relative;
  padding-block-end: 10.4166666667vw;
  background: url(../images/ptn_red.png);
  background-size: 40px 40px;
  text-align: center;
}
@media (min-width: 800px) {
  .monst_limit {
    margin-inline: auto;
    padding-block-end: 70px;
    background-size: auto;
  }
}

.monst_limit_inner {
  width: 87.5vw;
  margin-inline: auto;
}
@media (min-width: 800px) {
  .monst_limit_inner {
    width: 1200px;
  }
}

.monst_limit_title {
  position: relative;
  line-height: 1;
  margin-block-end: 4.1666666667vw;
  padding-block-end: 2.0833333333vw;
  background: url(../images/ptn_head_red.png);
  background-size: 38px 38px;
}
@media (min-width: 800px) {
  .monst_limit_title {
    margin-block-end: 50px;
    padding-block-end: 10px;
    background-size: auto;
  }
}
.monst_limit_title img {
  width: 80vw;
}
@media (min-width: 800px) {
  .monst_limit_title img {
    width: auto;
  }
}

.monst_limit_catch {
  margin-block-end: 4.1666666667vw;
}
@media (min-width: 800px) {
  .monst_limit_catch {
    margin-block-end: 60px;
  }
}

.monst_limit_item {
  margin-block-end: 4.1666666667vw;
}
.monst_limit_flex .monst_limit_item {
  margin-block-end: 6.25vw;
}
@media (min-width: 800px) {
  .monst_limit_item {
    margin-block-end: 50px;
  }
  .monst_limit_flex .monst_limit_item {
    margin-block-end: 30px;
  }
}

.monst_limit_plus {
  margin-block-end: 6.25vw;
}
@media (min-width: 800px) {
  .monst_limit_plus {
    margin-block-end: 30px;
  }
}

.monst_limit_note {
  text-align: left;
  max-width: 1000px;
  margin-inline: auto;
  font-size: 12px;
}

@media (min-width: 800px) {
  .monst_limit_flex {
    display: flex;
    justify-content: center;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}

.monst_shop {
  padding-block-end: 6.25vw;
  background: url(../images/ptn_green.png);
  background-size: 40px 40px;
}
@media (min-width: 800px) {
  .monst_shop {
    padding-block-end: 40px;
    background-size: auto;
  }
}

.monst_shop_inner {
  width: 93.75vw;
  max-width: 1200px;
  margin-inline: auto;
  padding: 4vw;
  background-color: #fff;
}
@media (min-width: 800px) {
  .monst_shop_inner {
    padding: 40px 140px;
  }
}

.monst_shop_title {
  margin-block-end: 4.1666666667vw;
  padding-block: 6.25vw;
  background: url(../images/ptn_head_green.png);
  background-size: 38px 38px;
  line-height: 1;
  text-align: center;
}
@media (min-width: 800px) {
  .monst_shop_title {
    margin-block-end: 84px;
    padding-block: 40px;
    background-size: auto;
  }
}
.monst_shop_title img {
  width: 86.6666666667vw;
}
@media (min-width: 800px) {
  .monst_shop_title img {
    width: auto;
  }
}

.fantop {
  overflow: clip;
}

.fantop_inner {
  margin-block-start: 8.3333333333vw;
  margin-inline: -40vw;
  padding-inline: 40vw;
  padding-block: 9.5833333333vw 6.25vw;
  border-radius: 84vw 84vw 0 0;
  background: url(../images/ptn_yellow.png);
  background-size: 40px 40px;
}
@media (min-width: 800px) {
  .fantop_inner {
    margin-block-start: 60px;
    margin-inline: -100px;
    padding-inline: 100px;
    padding-block: 86px 46px;
    border-radius: 4200px 4200px 0 0/1600px 1600px 0 0;
    background-size: auto;
  }
}/*# sourceMappingURL=maps/style.css.map */
