a {
  text-decoration: none;
}

.contents_wrapper {
  height: 100vh;
  display: block;
}

.contents_wrapper.page-shell {
  display: flex;
}

.default_text_small {
  font-size: 13px;
}

.default_text_small.bold {
  font-size: 13px;
  font-weight: 700;
}

.footer_link_right {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 2;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mobile_view {
  display: none;
}

.pc_view {
  flex: 1;
  min-height: 0;
  display: flex;
}

.containers {
  background-image: url('../images/pc_bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.containers.w100 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-image: none;
  flex: 1;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: 0;
}

.main__img {
  height: auto;
  position: static;
  inset: auto 0% 0%;
}

.main__title {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 20px 40px;
  display: flex;
}

.main__label {
  mix-blend-mode: overlay;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 20px 40px;
  display: flex;
}

.main__img_wrapper {
  background-color: #b1d8f1;
  width: 480px;
  max-width: 480px;
  height: 100%;
  position: relative;
  overflow: visible;
}

.main__img_wrapper.teaser {
  background-color: #b1d8f100;
  flex-flow: column;
  flex: 1;
  width: 480px;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.main__img_wrapper.pre, .main__img_wrapper.pre2 {
  display: none;
}

.image-6 {
  opacity: 1;
  vertical-align: baseline;
  mix-blend-mode: overlay;
  height: 100%;
  display: inline-block;
}

.main__img_title {
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
  top: 20px;
}

.main_contents {
  flex: 1;
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: 0;
  padding-right: 0;
  position: relative;
  overflow: auto;
}

.block_row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.block_row.mt-2 {
  margin-top: 20px;
}

.block_row.bg-beige {
  background-color: #fffddf;
}

.block_row.bg-beige.py-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrapp_row.text-center {
  text-align: center;
  background-color: #ffefa800;
}

.wrapp_row.py-2 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.wrapp_row.bg_beige {
  background-color: #ffefa8;
}

.vh_row {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.p20.text-center {
  text-align: center;
  padding: 20px;
}

.p20.text-center.bold {
  font-weight: 700;
}

.p20.text-center.bold.x-large {
  background-color: #d0eaa900;
  font-size: 20px;
}

.contents_area {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fffddf00;
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-center {
  text-align: center;
}

.heading_2 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.main_window {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 5px solid #02bce5;
  border-radius: 7px;
  flex-flow: column;
  padding: 10px;
  display: flex;
}

.main_window.mini_train {
  border-color: #96c943;
  border-radius: 16px;
  padding: 20px;
}

.main_window.good_present {
  border-color: #96c943;
  border-radius: 16px;
  margin-top: 10px;
  padding: 20px;
}

.f-large {
  color: #94c83c;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.flex_row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex_row.v-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.title_label {
  color: #fff;
  text-align: center;
  background-color: #02bce5;
  border-radius: 3px;
  padding: 2px 4px;
  font-size: 12px;
}

.title_label.mini_train {
  background-color: #96c943;
  flex: 2;
  min-width: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
}

.title_label.goods_present {
  background-color: #96c943;
  flex: 2;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
}

.info_contents {
  flex: 8;
}

.info_area {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.footer {
  background-color: #ea6d8b;
  margin-top: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.green_heading, .green_area {
  background-color: #d0eaa9;
}

.text-block-25 {
  font-size: 12px;
}

.text-block-26, .text-block-27 {
  font-size: 14px;
  font-weight: 700;
}

.text-block-28 {
  font-size: 12px;
}

.text-block-29 {
  font-size: 14px;
  font-weight: 700;
}

.text-block-30 {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.footer_link {
  background-color: #ffefa800;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.footer_link_logo {
  flex: 1;
  padding: 10px;
}

.arrow_img {
  width: 20px;
  max-width: none;
}

.div-block-5 {
  flex: 1;
}

.text-block-31 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.text-block-32 {
  font-size: 13px;
}

.image-20 {
  position: relative;
  top: 5px;
}

.image-21 {
  width: 80%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.default_text-small {
  font-size: 12px;
  line-height: 16px;
}

.default_text-small.bold {
  font-weight: 700;
}

.default_text-small.white {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.image-22 {
  width: 80%;
}

.text-block-33 {
  font-size: 13px;
}

.image-23 {
  width: 90%;
  max-width: 240px;
}

.footer_block {
  flex: 1;
  padding: 10px;
}

.f-xlarge {
  color: #95be01;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.text-block-34 {
  font-size: 13px;
}

.image-24 {
  width: 100%;
  height: 100%;
  padding-right: 0;
}

.div-block-6 {
  background-image: url('../images/bg_left.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  height: 100vh;
  margin-right: 0;
}

.div-block-7 {
  background-image: url('../images/bg_right.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  height: 100vh;
}

.hero_wrap {
  position: relative;
}

.hero_text {
  width: 90%;
  position: static;
  bottom: 10px;
  left: auto;
  right: 0;
}

.hero_text_wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 0;
}

.opening_wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.opening_date {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sunday_wrap {
  background-color: #df1e1f;
  border: 1px #000;
  border-radius: 59%;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  padding: 0;
  font-size: 14px;
  line-height: 0;
  display: flex;
}

.text-block-35 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  border: 1px #fff;
  font-size: 10px;
}

.text-block-36 {
  font-size: 20px;
  font-weight: 700;
}

.saturday_wrap {
  color: #fff;
  background-color: #1aaee5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  font-size: 10px;
  line-height: 10px;
  display: flex;
}

.div-block-9 {
  background-color: #1aaee5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
}

.opening_date_text {
  font-size: 28px;
  font-weight: 700;
}

.text-block-37 {
  color: #fff;
  font-size: 10px;
}

.opening_date_wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.image-26 {
  width: 100%;
}

.image-27 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.image-27.w90 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-27.w80 {
  width: 75%;
}

.image-28 {
  width: 100%;
}

.image-29 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.image-29.pb10 {
  padding-bottom: 10px;
}

.image-30 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 80px;
  height: 80px;
  position: static;
}

.div-block-10 {
  display: none;
  position: fixed;
  inset: auto 0% 10px auto;
}

.anchor_wrap {
  position: absolute;
  inset: auto auto 0% 0%;
}

.cta-inner {
  width: 80%;
}

.link-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block.w--current {
  justify-content: center;
  align-items: center;
}

.body {
  background-color: #fffddf;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .main_v {
    background-image: url('../images/mainback144x.webp');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    max-height: none;
    position: relative;
    overflow: hidden;
  }

  .main_t {
    color: #fff;
    background-color: #000;
    padding: 20px;
  }

  .main_text {
    font-size: 15px;
    line-height: 24px;
  }

  .event_wrapper {
    padding: 20px;
  }

  .event_header {
    width: 100%;
  }

  .text-block-2 {
    color: #fff;
    font-weight: 700;
    display: inline-block;
  }

  .event_label {
    background-color: #000;
    border-radius: 4px;
    padding: 4px 10px;
    display: inline-block;
  }

  .event_info_text {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-size: 15px;
  }

  .event_detail_header {
    text-align: center;
    background-color: #000;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .event_title {
    color: #d80a26;
  }

  .event_detail_header_text {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
  }

  .event_detail_contents {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 15px;
    font-weight: 700;
  }

  .event_rule_wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-image: url('../images/bg_texture.svg');
    background-position: 0 0;
    background-size: auto;
    flex-flow: column;
    padding: 40px 20px;
    display: flex;
  }

  .default_text_small {
    color: #000;
    padding-top: 0;
    padding-bottom: 0;
  }

  .rule_window {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 8px;
    flex-flow: column;
    max-height: 400px;
    padding: 10px;
    display: flex;
    overflow: auto;
  }

  .rule_detail_title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
  }

  .rule_detail_row {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 5px;
    display: flex;
  }

  .event_sub_header {
    margin-bottom: 20px;
  }

  .event_label_red {
    color: #fff;
    background-color: #d80a26;
    border-radius: 5px;
    padding: 4px 10px;
    display: inline-block;
  }

  .app_btn_wrapper {
    color: #fff;
    text-align: center;
    background-image: url('../images/linkbutton02144x.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 55%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .schedule_wrapper {
    background-color: #000;
    background-image: linear-gradient(#000, #160104 46%, #d80a26);
    padding: 40px 20px;
  }

  .schedule_info {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .schedule_info_text {
    color: #fff;
    font-size: 15px;
  }

  .schedule_contents {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #fff;
    border-radius: 8px;
    flex-flow: column;
    padding: 20px;
    display: flex;
  }

  .schedule_title {
    line-height: 20px;
  }

  .schedule_h {
    color: #d80a26;
    font-size: 22px;
    line-height: 22px;
  }

  .schedule_date_row_text {
    font-size: 16px;
    font-weight: 700;
  }

  .accounce_wrapper {
    margin-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .announce_header {
    text-align: center;
  }

  .announce_info_header {
    color: #da3426;
  }

  .announce_info_contents_head {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    color: #000;
    flex-flow: column;
    font-size: 15px;
    font-weight: 700;
    display: flex;
  }

  .announce_footer {
    color: #fff;
    text-align: center;
    background-image: url('../images/linkbutton03144x.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 55%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 18px;
    font-weight: 700;
  }

  .footer_ad_image {
    margin-left: 0;
    margin-right: 0;
  }

  .caution_wrapper {
    padding: 20px;
  }

  .footer_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #000;
    flex-flow: column;
    display: flex;
  }

  .footer_image {
    flex: 1;
    padding: 20px;
  }

  .footer_right {
    flex: 1;
  }

  .main_v_title {
    z-index: 1;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .main_v_img {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 140px;
    display: flex;
    position: absolute;
    inset: 140px 0% 0%;
  }

  .main_img {
    width: 100%;
    position: static;
    inset: auto 0% 0%;
  }

  .top_link_area {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .app_btn_text {
    font-size: 20px;
    font-weight: 700;
  }

  .schedule_footer_wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .ramp {
    width: 60px;
    position: absolute;
    inset: 25% auto auto;
  }

  .footer_ad_logo {
    padding: 40px 20px;
  }

  .footer_ad_logo_img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .copyright_text {
    text-align: right;
    padding-top: 40px;
    font-weight: 700;
  }

  .footer_hp_link {
    color: #fff;
    font-size: 16px;
  }

  .footer_logo_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer_link_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .footer_link_left {
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .footer_link_right {
    flex: 2;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .image-2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .mobile_view {
    display: none;
  }

  .pc_view {
    display: block;
  }

  .main__title, .main__label {
    display: none;
  }

  .image-7 {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 60px 0% auto;
  }

  .image-8 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-9 {
    width: 100%;
    display: block;
  }

  .image-10 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-11 {
    width: 100%;
    display: block;
  }

  .div-block-6, .div-block-7 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .default_text_small {
    font-size: 15px;
  }

  .app_btn_wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    background-size: 80%;
    flex-flow: column;
    display: flex;
  }

  .announce_info_contents_text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .announce_footer {
    background-size: 80%;
  }

  .app_btn_text, .btn_text {
    font-size: 22px;
  }
}

@media screen and (max-width: 479px) {
  .contents_wrapper {
    padding-bottom: 0;
  }

  .contents_wrapper.page-shell {
    flex-flow: column;
  }

  .main_v {
    background-image: url('../images/mainback144x.webp');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    flex-flow: column;
    height: auto;
    display: flex;
    position: relative;
  }

  .main_t {
    background-color: #000;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .main_text {
    color: #fff;
    background-color: #0000;
    border: 1px #fff;
    padding: 0;
    font-size: 13px;
  }

  .event_wrapper {
    padding: 30px 16px 40px;
  }

  .event_header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    color: #d80a26;
    font-size: 22px;
  }

  .div-block {
    display: inline-block;
  }

  .text-block-2 {
    color: #fff;
    background-color: #0000;
    border: 1px #000;
    border-radius: 4px;
    padding: 0;
    font-size: 13px;
    font-weight: 700;
  }

  .event_label {
    background-color: #000;
    border-radius: 4px;
    padding: 4px 10px;
    display: inline-block;
  }

  .event_label.event_label_red {
    background-color: #d80a26;
  }

  .text-block-3 {
    margin-top: 10px;
  }

  .event_info_text {
    color: #000;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 13px;
  }

  .event_detail_header {
    text-align: center;
    background-color: #000;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .event_title {
    color: #d80a26;
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-4 {
    color: #fff;
    font-weight: 700;
  }

  .event_detail_header_text {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
  }

  .event_detail_contents {
    color: #000;
    text-align: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    font-weight: 700;
  }

  .event_rule_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #f0f0f0;
    background-image: url('../images/bg_texture.svg');
    background-position: 0 0;
    background-size: auto;
    flex-flow: column;
    margin-top: 0;
    padding: 30px 16px;
    display: flex;
  }

  .rule_row {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 4px;
    display: flex;
  }

  .default_text_small {
    color: #000;
    flex: 1;
    font-size: 13px;
  }

  .default_text_small.bold {
    font-weight: 700;
  }

  .row_text {
    flex: 1;
  }

  .rule_window {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    border: 1px solid #666;
    border-radius: 8px;
    flex-flow: column;
    height: auto;
    max-height: 400px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    display: flex;
    overflow: auto;
  }

  .rule_window.margin_middle {
    margin-top: 10px;
  }

  .rule_detail_title {
    text-align: center;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
  }

  .rule_detail_title.large_text {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .rule_detail_row {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .rule_detail_row_text {
    flex: 1;
  }

  .small_text {
    flex: 1;
    font-size: 12px;
  }

  .event_sub_header {
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .event_label-copy {
    display: inline-block;
  }

  .event_label-copy.event_label_red {
    background-color: #d80a26;
  }

  .event_label_red {
    background-color: #d80a26;
    border-radius: 4px;
    padding: 4px 10px;
    display: inline-block;
  }

  .app_btn_wrapper {
    background-image: url('../images/linkbutton02144x.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 20px;
    padding: 10px;
  }

  .schedule_wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    background-image: linear-gradient(#000, #d80a26 9%);
    flex-flow: column;
    padding: 10px 16px;
    display: flex;
  }

  .schedule_info {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .schedule_info_text {
    color: #fff;
    font-size: 13px;
  }

  .schedule_contents {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #000;
    border-radius: 8px;
    padding: 20px 16px;
  }

  .schedule_date {
    width: auto;
  }

  .schedule_row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .schedule_title {
    line-height: 20px;
  }

  .schedule_h {
    color: #d80a26;
    white-space: normal;
    word-break: normal;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
  }

  .schedule_h.small {
    font-size: 13px;
  }

  .schedule_date_row {
    color: #fff;
  }

  .schedule_date_row_text {
    font-size: 15px;
    font-weight: 700;
  }

  .accounce_wrapper {
    margin-top: 0;
    padding: 20px 16px;
  }

  .announce_header_text {
    color: #000;
    text-align: center;
  }

  .announce_info {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-2 {
    color: #d80a26;
    margin-top: 0;
    margin-bottom: 0;
  }

  .announce_info_header {
    color: #d80a26;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .announce_info_contents {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .announce_info_contents_head {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex;
  }

  .announce_info_contents_head_text {
    color: #000;
    font-size: 15px;
    font-weight: 700;
  }

  .announce_info_contents_text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .announce_footer {
    background-image: url('../images/linkbutton03144x.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10px;
  }

  .footer_ad_wrapper, .caution_wrapper {
    padding: 20px 16px;
  }

  .footer_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 30px 16px;
    display: flex;
  }

  .footer_image {
    flex: 1;
    padding: 0;
  }

  .footer_right {
    flex: 1;
  }

  .main_v_title {
    background-image: url('../images/ultradays_logo2x.webp');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 90%;
    height: 400px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    inset: 0% 0% auto;
  }

  .main_v_img {
    height: auto;
    margin-top: 180px;
    padding-top: 0;
    display: block;
    position: static;
  }

  .main_img {
    width: 100%;
    height: auto;
  }

  .top_link_area {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0 0;
    display: flex;
  }

  .top_btn_wrapper {
    flex: 1;
    min-width: 45%;
    padding: 0;
  }

  .app_btn_text {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
  }

  .app_btn_sub_text {
    color: #fff;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
  }

  .image {
    width: auto;
    height: 30px;
  }

  .schedule_footer_wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
    position: relative;
  }

  .ramp {
    width: 30px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: 25px;
  }

  .btn_text {
    color: #fff;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 700;
  }

  .footer_ad_logo {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 40px 16px 10px;
    display: flex;
  }

  .footer_ad_logo_img {
    width: 90%;
  }

  .copyright_text {
    text-align: right;
    width: 100%;
    margin-top: 20px;
    padding-top: 0;
    font-size: 12px;
    font-weight: 700;
  }

  .footer_hp_link {
    color: #fff;
    font-size: 13px;
  }

  .footer_logo_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer_link_wrapper {
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .footer_link_left {
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer_link_right {
    flex: 2;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-2 {
    width: 100%;
    height: 120px;
    overflow: clip;
  }

  .image-3, .image-4 {
    width: 100%;
    height: auto;
  }

  .image-5 {
    position: relative;
    top: 0;
    overflow: clip;
  }

  .mobile_view {
    display: none;
  }

  .pc_view {
    display: block;
  }

  .main__title, .main__label, .image-7 {
    display: none;
  }

  .text-block-5 {
    color: #ccc;
    font-size: 16px;
    font-weight: 700;
  }

  .text-block-6 {
    color: #ccc;
  }

  .schedule_image {
    text-align: center;
  }

  .text-block-7 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
  }

  .schedule_detail_row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .schedule_detail_label {
    text-align: center;
    white-space: nowrap;
    background-color: #d80a26;
    border-radius: 2px;
    width: 70px;
    height: auto;
    padding: 0 10px;
  }

  .schedule_detail_data {
    flex: 1;
  }

  .schedule_detail_label_text, .schedule_detail_text {
    color: #fff;
    font-size: 13px;
  }

  .schedule_sub_info_text {
    color: #fff;
    white-space: normal;
    word-break: normal;
    font-size: 11px;
  }

  .image-12 {
    width: 90%;
  }

  .schedule_btn_wrap {
    padding: 10px 0;
    position: relative;
  }

  .image-13 {
    width: 100%;
  }

  .shop_list_wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    z-index: 1;
    background-color: #fff4ba;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    flex-flow: column;
    padding: 0;
    display: flex;
    position: relative;
    top: auto;
  }

  .normal_row {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .shop_list_header {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    margin-top: 10px;
    padding: 4px 0;
  }

  .shop_list_header.bg_white {
    background-color: #fff;
  }

  .shop_list_item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    padding: 10px 4px;
    display: flex;
  }

  .shop_item_content {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    display: flex;
  }

  .shop_item_name {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .shop_item_name_label {
    background-color: #000;
    border-radius: 3px;
    padding: 0 4px;
  }

  .text-block-8 {
    color: #fff;
    text-align: center;
    font-size: 12px;
  }

  .text-block-9 {
    color: #d80a26;
    font-size: 15px;
    font-weight: 700;
  }

  .text-block-10 {
    font-size: 13px;
    font-weight: 700;
  }

  .shop_item_line {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .shop_item_info_label {
    background-color: #d80a26;
    padding: 0 4px;
  }

  .shop_item_info {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .text-block-11 {
    color: #fff;
    white-space: nowrap;
    font-size: 11px;
  }

  .shop_item_info_content {
    white-space: normal;
  }

  .text-block-12 {
    white-space: normal;
    font-size: 12px;
    font-weight: 700;
  }

  .image-14, .image-15 {
    width: auto;
  }

  .text-block-13 {
    font-size: 12px;
    font-weight: 700;
  }

  .div-block-2 {
    flex: 1;
  }

  .div-block-3, .div-block-4 {
    width: 16px;
  }

  .shop_list_nav {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .shop_list_wrapper {
    background-color: #d80a2600;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-top: 0;
    position: relative;
    top: auto;
  }

  .text-block-14 {
    font-size: 12px;
  }

  .text-block-15, .text-block-16 {
    font-size: 11px;
  }

  .shop_list_wrap_split {
    background-color: #fff4ba;
    height: 80px;
    position: relative;
    top: auto;
  }

  .image-16 {
    position: absolute;
    top: -60px;
  }

  .shop_list_hr {
    background-color: #fff4ba;
    position: absolute;
    inset: auto 0% -40px;
  }

  .image-17 {
    position: static;
  }

  .shop_list_wrap_white {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #fff;
    background-image: url('../images/アートボード-32x.webp');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-flow: column;
    padding: 20px 10px 50px;
    display: flex;
  }

  .text-block-17 {
    text-align: center;
    font-weight: 700;
  }

  .text-block-18 {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
  }

  .shop_list_wrap_yellow {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    flex-flow: column;
    padding: 10px;
    display: flex;
  }

  .text-block-19 {
    font-size: 11px;
  }

  .shop_list_footer {
    padding-top: 10px;
  }

  .shop_list_footer_info {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .text-block-20 {
    color: #fff;
    font-size: 12px;
  }

  .text-block-21 {
    color: #fff;
    font-size: 11px;
  }

  .text-block-22 {
    color: #fff;
    font-size: 12px;
  }

  .shop_list_footer_btn {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-18 {
    width: 80%;
  }

  .shop_list_scroll {
    background-color: #0000;
    height: 80vh;
    margin-top: 0;
    padding-top: 0;
    position: relative;
    overflow: auto;
  }

  .red_spacer {
    background-color: #d80a26;
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
  }

  .image-19 {
    z-index: 10;
    position: relative;
  }

  .schedule_sub_info_row {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .text-block-23, .text-block-24 {
    color: #fff;
    font-size: 11px;
  }

  .block_row {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main_window.mini_train, .main_window.good_present {
    padding: 10px;
  }

  .footer_link_logo {
    flex: 1;
  }

  .arrow_img {
    width: 14px;
  }

  .div-block-5 {
    white-space: nowrap;
    overflow-wrap: normal;
  }

  .default_text-small.white {
    color: #fff;
  }

  .f-xlarge {
    font-size: 20px;
    line-height: 26px;
  }

  .text-block-34 {
    font-size: 11px;
  }

  .image-25 {
    width: 60px;
  }
}


