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, p {
  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;
}

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

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

:root {
  --header_height: min(100px, calc((60 / 480) * 100cqi));
}

.fb-root {
  margin-top: 0;
  height: 0;
}

body {
  background: #100427 url(../images/pc_bg.png) top center no-repeat;
  background-attachment: fixed;
  color: #fff;
  font-size: 10px;
}
@media (min-width: 800px) {
  body {
    font-size: 14px;
  }
}
body.on {
  overflow: hidden;
}

.hd {
  position: fixed;
  z-index: 2;
  display: grid;
  align-content: center;
  width: 100%;
  background-color: #453569;
  color: #fff;
}

.hd_inner {
  width: 100%;
  max-width: 750px;
  margin-inline: auto;
}

.main_nav {
  display: flex;
  align-items: center;
  width: 100%;
  height: var(--header_height);
}
.main_nav .logo {
  display: grid;
  align-content: center;
  margin-inline: 1cqi auto;
  width: min(255px, 35.4166666667cqi);
  height: -moz-fit-content;
  height: fit-content;
}
.main_nav .logo a {
  display: inherit;
}
.main_nav .x {
  width: min(41px, 8.5416666667cqi);
}

.kv,
.container {
  max-width: 750px;
  margin-inline: auto;
}

.container {
  container-type: inline-size;
}

.contents {
  position: relative;
  top: var(--header_height);
  container-type: inline-size;
  background: url(../images/bg_inner.png) center top no-repeat;
  background-size: 100% 100%;
}

.inner {
  width: 87.5cqi;
  margin-inline: auto;
}

.menu_btn {
  width: 42px;
  margin: 2px 10px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  cursor: pointer;
}

.kv {
  margin-block-end: min(18px, 3.75cqi);
}

.pagetop {
  position: fixed;
  width: min(80px, 16.6666666667cqi);
  margin-right: min(20px, 4.1666666667cqi);
  bottom: min(20px, 4.1666666667cqi);
  right: min(20px, 0.2083333333cqi);
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}
.pagetop.on {
  opacity: 1;
  pointer-events: auto;
}

.ft {
  margin-block-start: var(--header_height);
  padding-block: 16.6666666667vw;
  background: url(../images/ft_ribbon.png) center 1.0416666667cqi repeat-x, url(../images/ft_ptn.png);
  background-size: 20.8333333333cqi, auto;
  text-align: center;
}
@media (min-width: 800px) {
  .ft {
    margin-block-start: 95px;
    padding-block: 120px;
    background-size: auto;
  }
}

.ft_link {
  margin-block-end: min(100px, 12.5vw);
}
.ft_link img {
  width: min(610px, 76.4583333333vw);
}

.ft_ext img {
  width: min(244px, 30.625vw);
}

.main_menu {
  position: fixed;
  z-index: 1;
  inset: -100% 0 0;
  width: 100%;
  max-width: 750px;
  height: -moz-fit-content;
  height: fit-content;
  margin-inline: auto;
  text-align: center;
  container-type: size;
  transition: top 0.5s;
}
.main_menu.on {
  top: var(--header_height);
}
.main_menu ul {
  background: linear-gradient(#d792ac, #301F58);
}
.main_menu li:not(:last-of-type) {
  border-block-end: 1px solid #fed2cb;
}
.main_menu a {
  display: block grid;
  place-content: center;
  height: 84px;
}

.page_nav {
  margin-block-end: 3.6111111111cqi;
}
.page_nav ul {
  display: flex;
  -moz-column-gap: 4px;
       column-gap: 4px;
}

/* adjust page scroll */
#goods,
#game,
#food {
  margin-block-start: calc(var(--header_height) * -1);
  padding-block-start: var(--header_height);
}
@media (min-width: 800px) {
  #goods,
  #game,
  #food {
    padding-block-start: 105px;
  }
}

.info {
  margin-block-end: 3.3333333333cqi;
}

.btn_enter {
  container-type: inline-size;
  margin-block-end: 4.1666666667cqi;
  text-align: center;
}
.btn_enter img {
  width: min(625px, 86.8055555556cqi);
}

.info_map {
  margin-block-end: 4.1666666667cqi;
}

.info_online {
  position: relative;
  margin-block-end: 4.1666666667cqi;
}

.info_online_btn {
  position: absolute;
  top: 31%;
  width: 100%;
  text-align: center;
}
.info_online_btn img {
  width: 58.9583333333cqi;
}

.goods {
  position: relative;
  container-type: inline-size;
  margin-block-end: 3.3333333333cqi;
  margin-inline: -1.875cqi;
}
.goods > :not(h2) {
  position: absolute;
  text-align: center;
}

.btn_limit {
  top: 14%;
  width: 100%;
  text-align: center;
}
.btn_limit img {
  width: min(424px, 53.125vw);
}

.goods_item {
  top: 18.2%;
  left: 5.2%;
  width: 89.4495412844cqi;
}
@media (min-width: 800px) {
  .goods_item {
    top: 18.7%;
  }
}
.goods_item:nth-of-type(3) {
  top: 31.9%;
}
@media (min-width: 800px) {
  .goods_item:nth-of-type(3) {
    top: 32.2%;
  }
}
.goods_item:nth-of-type(4) {
  top: 45.6%;
}
@media (min-width: 800px) {
  .goods_item:nth-of-type(4) {
    top: 45.75%;
  }
}
.goods_item:nth-of-type(5) {
  top: 59.25%;
}
@media (min-width: 800px) {
  .goods_item:nth-of-type(5) {
    top: 59.3%;
  }
}
.goods_item:nth-of-type(6) {
  top: 72.8%;
}
.goods_item:nth-of-type(7) {
  top: 86.4%;
}

.goods_online {
  position: relative;
  container-type: inline-size;
  margin-block-end: 4cqi;
}
.goods_online .info_online_btn {
  top: 28%;
}
@media (min-width: 800px) {
  .goods_online .info_online_btn {
    top: 30%;
  }
}

.goods_online_bg {
  margin-block-end: 3.3333333333cqi;
}

.game {
  position: relative;
  container-type: inline-size;
  margin-inline: auto;
  margin-block-end: 2.6666666667cqi;
}
.game > :not(h2) {
  position: absolute;
  text-align: center;
}
.game .btn_limit {
  top: 13.6%;
}

.game_note {
  margin-block-end: 4cqi;
}

.food {
  position: relative;
  container-type: inline-size;
  margin-block-end: 3.3333333333cqi;
  margin-inline: -1.6666666667cqi;
}
.food > :not(h2, .food_note) {
  position: absolute;
  text-align: center;
}
.food .btn_limit {
  top: 6.2%;
}

.food_items {
  top: 8.7%;
  width: 100%;
}
@media (min-width: 350px) {
  .food_items {
    top: 8.88%;
  }
}
@media (min-width: 750px) {
  .food_items {
    top: 9%;
  }
}

.food_title {
  margin-block-end: 3.3333333333cqi;
}
.food_title img {
  width: 94.9771689498cqi;
}

.food_item {
  margin-block-end: 3.3333333333cqi;
}
.food_item.mod {
  margin-block-end: 7.5cqi;
}
.food_item.mod2 {
  margin-block-end: 4.1666666667cqi;
}
.food_item img {
  width: 89.497716895cqi;
}
.food_item.mod3 img {
  width: 91.3242009132cqi;
}

.food_note {
  margin-block-start: 4.1666666667cqi;
  padding-inline-start: 1.6666666667cqi;
}/*# sourceMappingURL=maps/style.css.map */
