@keyframes _scroll-down_8nxqv_1 {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  55% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes _float_8nxqv_1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
._container_8nxqv_30 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 80px 34px;
  background-color: #000;
}

._title_8nxqv_40 {
  margin-bottom: 12px;
  font-size: 40px;
  color: #fff;
  /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
  font-family: "BLG Hudson";
  font-weight: 700;
}

._text_8nxqv_49 {
  margin-bottom: 60px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}

._postList_8nxqv_58 {
  width: 320px;
  margin-bottom: 16px;
}

._button_8nxqv_63 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 61px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border: solid 1px #fff;
  transition: opacity 0.3s ease-in-out;
}
._button_8nxqv_63:hover {
  opacity: 0.8;
}

._showMoreButton_8nxqv_80 {
  margin-bottom: 16px;
}
._showMoreButton_8nxqv_80::after {
  position: absolute;
  right: 16px;
  width: 16px;
  height: 16px;
  content: "";
  background: url("../../../../../../files/user/_/10th/assets/images/thanks/icon_more.svg");
  background-repeat: no-repeat;
  background-position: center;
}@keyframes _scroll-down_n2nc9_1 {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  55% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes _float_n2nc9_134 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
._modal_n2nc9_30 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1010;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

._container_n2nc9_43 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 100%;
  min-height: 100dvh;
  padding: 60px 16px 20px;
  overflow: scroll;
}

._category_n2nc9_56 {
  align-self: flex-start;
  margin-bottom: 8px;
  font-size: 16px;
  color: #fff;
  text-align: left;
  /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
  font-family: "BLG Hudson";
  font-weight: 800;
}

._imageContainer_n2nc9_67 {
  width: 100%;
  margin-bottom: 32px;
}

._addressList_n2nc9_72 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

._addressContainer_n2nc9_78 {
  display: flex;
  gap: 24px;
  width: 80%;
  margin-inline: auto;
}

._addressPin_n2nc9_85 {
  width: 27px;
}

._addressTitle_n2nc9_89 {
  display: flex;
  margin-bottom: 4px;
  font-size: 16px;
  color: #fff;
  /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
  font-family: "BLG Hudson";
  font-weight: 800;
}

._address_n2nc9_72 {
  display: flex;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  text-align: left;
  word-break: auto-phrase;
  text-decoration: underline;
}

._buttonContainer_n2nc9_109 {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 64px;
}

._button_n2nc9_109 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 61px;
  font-size: 18px;
  color: #fff;
  border: solid 1px #fff;
  /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
  font-family: "BLG Hudson";
  font-weight: 800;
  transition: opacity 0.3s ease-in-out;
}
._button_n2nc9_109:hover {
  opacity: 0.8;
}

._floatCloseButton_n2nc9_134 {
  position: fixed;
  top: 20px;
  right: 30px;
  width: 32px;
  height: 32px;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

._closeButton_n2nc9_145 {
  flex-shrink: 0;
  margin-top: 8px;
  font-size: 24px;
}

._locationSection_n2nc9_151:not(:last-of-type) {
  margin-bottom: 48px;
}@keyframes _scroll-down_md9vh_1 {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  55% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes _float_md9vh_1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
._container_md9vh_30 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 16px;
  background-color: #000;
}

._title_md9vh_41 {
  margin-bottom: 12px;
  font-size: 40px;
  color: #fff;
  /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
  font-family: "BLG Hudson";
  font-weight: 700;
}

._text_md9vh_50 {
  margin-bottom: 64px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}

._mapContainer_md9vh_59 {
  position: relative;
  z-index: 1;
  border: solid 1px #fff;
}

._map_md9vh_59 {
  width: 320px;
  height: 500px;
}

._toggleButton_md9vh_70 {
  position: absolute;
  right: 16px;
  bottom: 24px;
  z-index: 1;
  display: flex;
  gap: 12px;
  align-items: center;
  width: 106px;
  padding: 6px;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  border-radius: 22px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
  font-family: "BLG Hudson";
  font-weight: 700;
}
._toggleButton_md9vh_70::after {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  border-radius: 50%;
  transition: background-color 0.2s ease-in-out, right 0.2s ease-in-out;
}
._toggleButton_md9vh_70[data-is-jp=true] {
  padding-left: 23px;
  color: #fff;
  background-color: #000;
  border: solid 1px #fff;
}
._toggleButton_md9vh_70[data-is-jp=true]::after {
  right: 4px;
  background-color: #fff;
}
._toggleButton_md9vh_70[data-is-jp=false] {
  padding-left: 28px;
  color: #000;
  background-color: #fff;
  border: solid 1px #000;
}
._toggleButton_md9vh_70[data-is-jp=false]::after {
  right: calc(100% - 22px);
  background-color: #000;
}@keyframes _scroll-down_rf5k7_1 {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  55% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes _float_rf5k7_1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
._button_rf5k7_30 {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 10;
  width: 90px;
}
@media (min-width: 750px) {
  ._button_rf5k7_30 {
    width: 132px;
  }
}@keyframes _scroll-down_1lxaz_1 {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  55% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes _float_1lxaz_1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
._overlay_1lxaz_30 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background-color: rgb(0, 0, 0);
}

._modal_1lxaz_41 {
  position: relative;
  width: 375px;
  padding: 35px 30px 0;
  margin-inline: auto;
  overflow-y: auto;
  background: #000;
}

._title_1lxaz_50 {
  width: 287px;
  margin-bottom: 40px;
}

._content_1lxaz_55 {
  margin-bottom: 40px;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
}

._statement_1lxaz_62:not(:last-child) {
  margin-bottom: 0.8em;
}

._logos_1lxaz_66 {
  width: 193px;
}

._tapButton_1lxaz_70 {
  width: 100%;
  padding: 18px 0;
  margin: 40px 0 48px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border: solid 1px #fff;
  /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
  font-family: "BLG Hudson";
  font-weight: 700;
}@keyframes _scroll-down_1gw10_1 {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  55% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes _float_1gw10_1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
._container_1gw10_30 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}@keyframes _scroll-down_1oi2b_1 {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  55% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes _float_1oi2b_1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
._header_1oi2b_30 {
  position: fixed;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px;
  background-color: #000;
}

._headerLogo_1oi2b_41 {
  position: absolute;
  top: 50%;
  left: 18px;
  width: 55px;
  transform: translateY(-50%);
}

._headerBackLink_1oi2b_49 {
  display: flex;
  width: 88px;
}@keyframes _scroll-down_198v8_1 {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  55% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes _float_198v8_1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
._modal_198v8_30 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

._container_198v8_43 {
  position: relative;
  width: 100%;
  max-width: 800px;
  max-height: 100dvh;
  padding: 64px 16px 40px;
  overflow: scroll;
}

._title_198v8_52 {
  margin-bottom: 18px;
  font-size: 24px;
  color: #fff;
  /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
  font-family: "BLG Hudson";
  font-weight: 800;
}

._closeButton_198v8_61 {
  position: fixed;
  top: 20px;
  right: 30px;
  width: 32px;
  height: 32px;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

._list_198v8_72 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

._item_198v8_78 {
  width: 100%;
}

._itemButton_198v8_82 {
  display: block;
  width: 100%;
}
@media (min-width: 750px) {
  ._itemButton_198v8_82 {
    transition: opacity 0.3s ease-in-out;
  }
  ._itemButton_198v8_82:hover {
    opacity: 0.8;
  }
}

._showMoreButton_198v8_95 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px;
  margin-top: 32px;
  font-size: 18px;
  color: #fff;
  border: solid 1px #fff;
  /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
  font-family: "BLG Hudson";
  font-weight: 800;
  transition: opacity 0.3s ease-in-out;
}
._showMoreButton_198v8_95:hover {
  opacity: 0.8;
}

._showMoreArrow_198v8_115 {
  position: absolute;
  right: 16px;
  width: 12px;
  height: 12px;
}@keyframes _scroll-down_153d3_1 {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  55% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes _float_153d3_1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
._infiniteScrollContainer_153d3_30 {
  position: fixed;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  background-color: #fff;
}

._mainContent_153d3_38 {
  position: relative;
  width: 100%;
  height: 100%;
  touch-action: none;
}

._contentBox_153d3_45 {
  position: absolute;
}

._measureWrapper_153d3_49 {
  display: inline-block;
}

._transformWrapper_153d3_53 {
  position: absolute;
  width: 100%;
  height: 100%;
}@keyframes _scroll-down_1qqqc_1 {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  55% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes _float_1qqqc_1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
._relive_1qqqc_30 {
  position: absolute;
  top: 147px;
  left: 598px;
  width: 135px;
  height: 31px;
}

._otsuka_1qqqc_38 {
  position: absolute;
  top: 498px;
  left: 788px;
  width: 65px;
  height: 65px;
}

._chibaj_1qqqc_46 {
  position: absolute;
  top: 0;
  left: 190px;
  width: 279px;
  height: 49px;
}

._yasudamisako_1qqqc_54 {
  position: absolute;
  top: 267px;
  left: 236px;
  width: 38px;
  height: 195px;
}

._lineyahoo_1qqqc_62 {
  position: absolute;
  top: 382px;
  left: 945px;
  width: 102px;
  height: 18px;
}

._fukui_1qqqc_70 {
  position: absolute;
  top: 684px;
  left: 809px;
  width: 209px;
  height: 24px;
}

._akita_1qqqc_78 {
  position: absolute;
  top: 514px;
  left: 858px;
  width: 181px;
  height: 17px;
}

._yamashitakenjiro_1qqqc_86 {
  position: absolute;
  top: 612px;
  left: 564px;
  width: 44px;
  height: 200px;
}

._sakaimaki_1qqqc_94 {
  position: absolute;
  top: 519px;
  left: 191px;
  width: 184px;
  height: 46px;
}

._hiejimashin_1qqqc_102 {
  position: absolute;
  top: 322px;
  left: 278px;
  width: 157px;
  height: 40px;
}

._kawamurayuki_1qqqc_110 {
  position: absolute;
  top: 467px;
  left: 684px;
  width: 100px;
  height: 100px;
}

._djnewbill_1qqqc_118 {
  position: absolute;
  top: 47px;
  left: 546px;
  width: 325px;
  height: 45px;
}

._akatsukijapan_1qqqc_126 {
  position: absolute;
  top: 50px;
  left: 879px;
  width: 257px;
  height: 25px;
}

._tomhovas_1qqqc_134 {
  position: absolute;
  top: 99px;
  left: 791px;
  width: 279px;
  height: 45px;
}

._furusato_1qqqc_142 {
  position: absolute;
  top: 2px;
  left: 32px;
  width: 156px;
  height: 21px;
}

._referee_1qqqc_150 {
  position: absolute;
  top: 731px;
  left: 608px;
  width: 407px;
  height: 41px;
}

._slamdunk_1qqqc_158 {
  position: absolute;
  top: 615px;
  left: 610px;
  width: 198px;
  height: 114px;
}

._haraichi_1qqqc_166 {
  position: absolute;
  top: 216px;
  left: 543px;
  width: 187px;
  height: 27px;
}

._tis_1qqqc_174 {
  position: absolute;
  top: 264px;
  left: 278px;
  width: 110px;
  height: 58px;
}

._thefirst_1qqqc_182 {
  position: absolute;
  top: 99px;
  left: 33px;
  width: 348px;
  height: 26px;
}

._anytime_1qqqc_190 {
  position: absolute;
  top: 268px;
  left: 0;
  width: 232px;
  height: 23px;
}

._nba_1qqqc_198 {
  position: absolute;
  top: 367px;
  left: 281px;
  width: 156px;
  height: 64px;
}

._hokkaido_1qqqc_206 {
  position: absolute;
  top: 344px;
  left: 124px;
  width: 108px;
  height: 15px;
}

._sanen_1qqqc_214 {
  position: absolute;
  top: 49px;
  left: 32px;
  width: 405px;
  height: 43px;
}

._koshigaya_1qqqc_222 {
  position: absolute;
  top: 570px;
  left: 193px;
  width: 180px;
  height: 24px;
}

._hiroshima_1qqqc_230 {
  position: absolute;
  top: 170px;
  left: 33px;
  width: 216px;
  height: 22px;
}

._utsunomiya_1qqqc_238 {
  position: absolute;
  top: 547px;
  left: 378px;
  width: 308px;
  height: 40px;
}

._yokohamab_1qqqc_246 {
  position: absolute;
  top: 589px;
  left: 565px;
  width: 207px;
  height: 20px;
}

._achiba_1qqqc_254 {
  position: absolute;
  top: 119px;
  left: 548px;
  width: 183px;
  height: 24px;
}

._shibuya_1qqqc_262 {
  position: absolute;
  top: 289px;
  left: 546px;
  width: 185px;
  height: 21px;
}

._ali_1qqqc_270 {
  position: absolute;
  top: 776px;
  left: 607px;
  width: 414px;
  height: 35px;
}

._rockice_1qqqc_278 {
  position: absolute;
  top: 467px;
  left: 1043px;
  width: 20px;
  height: 132px;
}

._eyjapan_1qqqc_286 {
  position: absolute;
  top: 729px;
  left: 190px;
  width: 184px;
  height: 37px;
}

._andst_1qqqc_294 {
  position: absolute;
  top: 170px;
  left: 255px;
  width: 126px;
  height: 22px;
}

._depo_1qqqc_302 {
  position: absolute;
  top: 172px;
  left: 448px;
  width: 142px;
  height: 17px;
}

._nomura_1qqqc_310 {
  position: absolute;
  top: 183px;
  left: 941px;
  width: 199px;
  height: 39px;
}

._nihonseimei_1qqqc_318 {
  position: absolute;
  top: 597px;
  left: 190px;
  width: 184px;
  height: 46px;
}

._shiga_1qqqc_326 {
  position: absolute;
  top: 592px;
  left: 381px;
  width: 29px;
  height: 174px;
}

._pkcz_1qqqc_334 {
  position: absolute;
  top: 181px;
  left: 599px;
  width: 134px;
  height: 33px;
}

._nanami_1qqqc_342 {
  position: absolute;
  top: 78px;
  left: 1071px;
  width: 64px;
  height: 32px;
}

._kawabuchisaburo_1qqqc_350 {
  position: absolute;
  top: 681px;
  left: 1049px;
  width: 132px;
  height: 132px;
}

._atokyo_1qqqc_358 {
  position: absolute;
  top: 519px;
  left: 379px;
  width: 151px;
  height: 22px;
}

._hirosesuzu_1qqqc_366 {
  position: absolute;
  top: 94px;
  left: 390px;
  width: 53px;
  height: 216px;
}

._soejimajun_1qqqc_374 {
  position: absolute;
  top: 592px;
  left: 512px;
  width: 48px;
  height: 151px;
}

._basukebu_1qqqc_382 {
  position: absolute;
  top: 94px;
  left: 733px;
  width: 51px;
  height: 364px;
}

._sixtones_1qqqc_390 {
  position: absolute;
  top: 403px;
  left: 786px;
  width: 345px;
  height: 60px;
}

._akimotosayaka_1qqqc_398 {
  position: absolute;
  top: 593px;
  left: 416px;
  width: 92px;
  height: 92px;
}

._npb_1qqqc_406 {
  position: absolute;
  top: 536px;
  left: 857px;
  width: 69px;
  height: 29px;
}

._tanakadaiki_1qqqc_414 {
  position: absolute;
  top: 604px;
  left: 1039px;
  width: 144px;
  height: 36px;
}

._mikawa_1qqqc_422 {
  position: absolute;
  top: 184px;
  left: 906px;
  width: 33px;
  height: 217px;
}

._infroneer_1qqqc_430 {
  position: absolute;
  top: 596px;
  left: 5px;
  width: 40px;
  height: 216px;
}

._nikkei_1qqqc_438 {
  position: absolute;
  top: 0;
  left: 2px;
  width: 28px;
  height: 196px;
}

._jleague_1qqqc_446 {
  position: absolute;
  top: 0;
  left: 1137px;
  width: 50px;
  height: 216px;
}

._onononoka_1qqqc_454 {
  position: absolute;
  top: 467px;
  left: 127px;
  width: 62px;
  height: 300px;
}

._fenagoya_1qqqc_462 {
  position: absolute;
  top: 362px;
  left: 1px;
  width: 232px;
  height: 16px;
}

._winner_1qqqc_470 {
  position: absolute;
  top: 644px;
  left: 806px;
  width: 375px;
  height: 36px;
}

._aomori_1qqqc_478 {
  position: absolute;
  top: 256px;
  left: 789px;
  width: 107px;
  height: 22px;
}

._ibaraki_1qqqc_486 {
  position: absolute;
  top: 467px;
  left: 1067px;
  width: 21px;
  height: 132px;
}

._tabuseyuta_1qqqc_494 {
  position: absolute;
  top: 282px;
  left: 786px;
  width: 116px;
  height: 116px;
}

._kubotatoshinobu_1qqqc_502 {
  position: absolute;
  top: 269px;
  left: 940px;
  width: 245px;
  height: 49px;
}

._fujiyuma_1qqqc_510 {
  position: absolute;
  top: 533px;
  left: 926px;
  width: 110px;
  height: 110px;
}

._kobe_1qqqc_518 {
  position: absolute;
  top: 250px;
  left: 544px;
  width: 187px;
  height: 28px;
}

._kanamarukosuke_1qqqc_526 {
  position: absolute;
  top: 468px;
  left: 2px;
  width: 124px;
  height: 124px;
}

._saga_1qqqc_534 {
  position: absolute;
  top: 380px;
  left: 2px;
  width: 231px;
  height: 28px;
}

._fukuoka_1qqqc_542 {
  position: absolute;
  top: 152px;
  left: 789px;
  width: 277px;
  height: 26px;
}

._togashiyuki_1qqqc_550 {
  position: absolute;
  top: 214px;
  left: 443px;
  width: 96px;
  height: 96px;
}

._risona_1qqqc_558 {
  position: absolute;
  top: 467px;
  left: 380px;
  width: 305px;
  height: 45px;
}

._spyair_1qqqc_566 {
  position: absolute;
  top: 225px;
  left: 789px;
  width: 109px;
  height: 26px;
}

._osaka_1qqqc_574 {
  position: absolute;
  top: 589px;
  left: 786px;
  width: 134px;
  height: 20px;
}

._sendai_1qqqc_582 {
  position: absolute;
  top: 432px;
  left: 279px;
  width: 158px;
  height: 27px;
}

._nickfazekas_1qqqc_590 {
  position: absolute;
  top: 2px;
  left: 474px;
  width: 205px;
  height: 23px;
}

._sasakichris_1qqqc_598 {
  position: absolute;
  top: 225px;
  left: 941px;
  width: 247px;
  height: 42px;
}

._kagoshima_1qqqc_606 {
  position: absolute;
  top: 676px;
  left: 193px;
  width: 181px;
  height: 23px;
}

._shizuoka_1qqqc_614 {
  position: absolute;
  top: 596px;
  left: 75px;
  width: 21px;
  height: 168px;
}

._tokyoz_1qqqc_622 {
  position: absolute;
  top: 493px;
  left: 193px;
  width: 180px;
  height: 19px;
}

._tokyohachioji_1qqqc_630 {
  position: absolute;
  top: 80px;
  left: 879px;
  width: 187px;
  height: 16px;
}

._tachikawa_1qqqc_638 {
  position: absolute;
  top: 682px;
  left: 1021px;
  width: 26px;
  height: 130px;
}

._yamagata_1qqqc_646 {
  position: absolute;
  top: 711px;
  left: 811px;
  width: 131px;
  height: 17px;
}

._nara_1qqqc_654 {
  position: absolute;
  top: 310px;
  left: 1px;
  width: 233px;
  height: 30px;
}

._softbank_1qqqc_662 {
  position: absolute;
  top: 196px;
  left: 2px;
  width: 389px;
  height: 68px;
}

._molten_1qqqc_670 {
  position: absolute;
  top: 691px;
  left: 414px;
  width: 96px;
  height: 24px;
}

._survive_1qqqc_678 {
  position: absolute;
  top: 569px;
  left: 689px;
  width: 229px;
  height: 16px;
}

._gunma_1qqqc_686 {
  position: absolute;
  top: 496px;
  left: 858px;
  width: 184px;
  height: 17px;
}

._kawasaki_1qqqc_694 {
  position: absolute;
  top: 467px;
  left: 788px;
  width: 252px;
  height: 24px;
}

._ehime_1qqqc_702 {
  position: absolute;
  top: 597px;
  left: 51px;
  width: 18px;
  height: 216px;
}

._shimane_1qqqc_710 {
  position: absolute;
  top: 128px;
  left: 33px;
  width: 349px;
  height: 37px;
}

._nagoyadd_1qqqc_718 {
  position: absolute;
  top: 293px;
  left: 1px;
  width: 229px;
  height: 16px;
}

._ryukyu_1qqqc_726 {
  position: absolute;
  top: 768px;
  left: 72px;
  width: 491px;
  height: 45px;
}

._toyama_1qqqc_734 {
  position: absolute;
  top: 194px;
  left: 448px;
  width: 142px;
  height: 18px;
}

._fukushima_1qqqc_742 {
  position: absolute;
  top: 468px;
  left: 193px;
  width: 182px;
  height: 19px;
}

._dena_1qqqc_750 {
  position: absolute;
  top: 1px;
  left: 881px;
  width: 67px;
  height: 21px;
}

._tixplus_1qqqc_758 {
  position: absolute;
  top: 440px;
  left: 2px;
  width: 103px;
  height: 24px;
}

._strike_1qqqc_766 {
  position: absolute;
  top: 616px;
  left: 808px;
  width: 115px;
  height: 23px;
}

._asahi_1qqqc_774 {
  position: absolute;
  top: 467px;
  left: 1095px;
  width: 33px;
  height: 132px;
}

._nissin_1qqqc_782 {
  position: absolute;
  top: 114px;
  left: 1071px;
  width: 66px;
  height: 66px;
}

._kyoto_1qqqc_790 {
  position: absolute;
  top: 320px;
  left: 943px;
  width: 244px;
  height: 31px;
}

._nagasaki_1qqqc_798 {
  position: absolute;
  top: 721px;
  left: 415px;
  width: 93px;
  height: 16px;
}

._asariyosuke_1qqqc_806 {
  position: absolute;
  top: 406px;
  left: 1132px;
  width: 48px;
  height: 192px;
}

._basketballlovers_1qqqc_814 {
  position: absolute;
  top: 319px;
  left: 443px;
  width: 284px;
  height: 140px;
}

._iwate_1qqqc_822 {
  position: absolute;
  top: 147px;
  left: 448px;
  width: 146px;
  height: 19px;
}

._tokyoubc_1qqqc_830 {
  position: absolute;
  top: 28px;
  left: 33px;
  width: 156px;
  height: 17px;
}

._shonanbc_1qqqc_838 {
  position: absolute;
  top: 353px;
  left: 943px;
  width: 241px;
  height: 26px;
}

._yamaguchi_1qqqc_846 {
  position: absolute;
  top: 705px;
  left: 193px;
  width: 180px;
  height: 21px;
}

._kagawa_1qqqc_854 {
  position: absolute;
  top: 95px;
  left: 548px;
  width: 183px;
  height: 19px;
}

._okayama_1qqqc_862 {
  position: absolute;
  top: 744px;
  left: 415px;
  width: 145px;
  height: 19px;
}

._yokohamae_1qqqc_870 {
  position: absolute;
  top: 647px;
  left: 193px;
  width: 181px;
  height: 23px;
}

._kanazawa_1qqqc_878 {
  position: absolute;
  top: 440px;
  left: 109px;
  width: 123px;
  height: 24px;
}

._tokushima_1qqqc_886 {
  position: absolute;
  top: 597px;
  left: 102px;
  width: 21px;
  height: 168px;
}

._shinagarabc_1qqqc_894 {
  position: absolute;
  top: 410px;
  left: 1px;
  width: 232px;
  height: 27px;
}

._niigata_1qqqc_902 {
  position: absolute;
  top: 22px;
  left: 881px;
  width: 256px;
  height: 25px;
}

._maggie_1qqqc_910 {
  position: absolute;
  top: 184px;
  left: 789px;
  width: 111px;
  height: 37px;
}

._okazakitaiiku_1qqqc_918 {
  position: absolute;
  top: 47px;
  left: 446px;
  width: 96px;
  height: 96px;
}

._mie_1qqqc_926 {
  position: absolute;
  top: 382px;
  left: 1049px;
  width: 136px;
  height: 18px;
}

._saitama_1qqqc_934 {
  position: absolute;
  top: 1px;
  left: 952px;
  width: 185px;
  height: 21px;
}

._kumamoto_1qqqc_942 {
  position: absolute;
  top: 344px;
  left: 2px;
  width: 120px;
  height: 15px;
}

._dentsu_1qqqc_950 {
  position: absolute;
  top: 711px;
  left: 951px;
  width: 65px;
  height: 17px;
}

._gifu_1qqqc_958 {
  position: absolute;
  top: 519px;
  left: 534px;
  width: 150px;
  height: 22px;
}

._shinshu_1qqqc_966 {
  position: absolute;
  top: 26px;
  left: 471px;
  width: 208px;
  height: 18px;
}

._morikanna_1qqqc_974 {
  position: absolute;
  top: 0;
  left: 684px;
  width: 192px;
  height: 48px;
}@keyframes _scroll-down_1e6na_1 {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  55% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes _float_1e6na_1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
._mask_1e6na_30 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 0;
  height: 100%;
  background-color: #000;
  opacity: 1;
}

._centerLogo_1e6na_41 {
  position: absolute;
  overflow: hidden;
}@keyframes _scroll-down_odv83_1 {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  55% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes _float_odv83_1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
._wordCloudContent_odv83_30 {
  width: 100%;
  height: 100%;
}

._gridItem_odv83_35 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: 1px solid #000;
}@keyframes _scroll-down_1vgf2_1 {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  55% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes _float_1vgf2_1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
._container_1vgf2_30 {
  position: fixed;
  width: 100%;
}

._menuContainer_1vgf2_35 {
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #000;
}

._filterButton_1vgf2_46 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  padding: 12px;
  /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
  font-family: "BLG Hudson";
  font-weight: 800;
}
@media (min-width: 750px) {
  ._filterButton_1vgf2_46 {
    width: 80px;
    height: 80px;
    padding: 24px;
  }
}

._arrow_1vgf2_65 {
  width: 16px;
  height: 16px;
}

._categoryMenu_1vgf2_70 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 230px;
  padding: 0 16px 18px;
  background: #000;
}

._categoryItem_1vgf2_79 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  font-size: 13px;
  color: #fff;
  border: solid 1px #fff;
  /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
  font-family: "BLG Hudson";
  font-weight: 800;
}@keyframes _scroll-down_inecu_1 {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  55% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes _float_inecu_1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
html {
  scroll-padding-top: 60px;
}

._container_inecu_34 {
  width: 100%;
}

._bg_inecu_38 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #000;
}