@charset "UTF-8";
/* urashimasatatasen site CSS (page.css) */
/* ================= contents =================
[0] base
[1] news
[2] live
[3] goods
[4] footerArea
============================================ */
/* ============================================
0.base
============================================ */
#container {
  z-index: 100;
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: url("https://d20dfxyuz7q532.cloudfront.net/usss2023/halloween/bg.png") repeat;
  background-size: 26px 26px;
}

#contentArea {
  padding-top: 90px;
  z-index: 10;
  position: relative;
  top: 0;
  width: 100%;
}

.contentAreaInner {
  position: relative;
  top: 0;
  padding-top: 0;
  background: transparent;
  width: 100%;
  padding-top: 0;
  overflow-y: hidden;
}

.content {
  padding: 0;
  border-bottom: none;
  box-shadow: 0px 0 20px #ea6e9a;
}

.content h2 {
  font-size: 20px;
  font-size: 1.6666666667rem;
  font-family: "Times New Roman", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 40px;
}

.wrapper {
  width: 92%;
  margin: 0 auto;
}

/* ============================================
 1.news
============================================ */
/*---------------- NEWS ---------------*/
/*---------------- LIVE ---------------*/
.live_box {
  position: relative;
  text-align: center;
}

#live-halloween2022 .content_live-halloween2022 {
  position: relative;
}

#live-halloween2022 .content_schedule .url_ticket {
  top: 75.1%;
  left: 26%;
  width: 48%;
}

#live-halloween2022 .content_schedule .url_ticket_qa {
  top: 79.2%;
  left: 52%;
  width: 27%;
}

#live-halloween2022 .content_ticket .url_eplus-info01 {
  top: 16.2%;
  left: 27%;
  width: 39%;
}

#live-halloween2022 .content_ticket .url_eplus-info02 {
  top: 18.5%;
  left: 38.1%;
  width: 32%;
}

#live-halloween2022 .content_ticket .bnr_cocoa {
  top: 71.6%;
  left: 9.3%;
  width: 84.2%;
}

#live-halloween2022 .url_step01 {
  top: 72%;
  left: 30.3%;
  width: 52%;
}

#live-halloween2022 .url_bunpai {
  top: 72.8%;
  left: 35.8%;
  width: 55%;
}

.lity {
  background: rgba(0, 0, 0, 0.6) !important;
}

/* ============================================
 4.footerArea
============================================ */
footer {
  background: #fff;
  position: relative;
  z-index: 100000;
}

footer .img_loop_wrap {
  padding: 70px 0 10px;
  width: 100vw;
  overflow: hidden;
}

footer .img_loop_wrap img {
  width: auto;
  max-width: 150px;
  margin: 0 2px;
}

#loop_area {
  display: flex;
  width: 100vw;
  align-items: flex-start;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.page_top {
  text-align: center;
  width: 100%;
}

.page_top a {
  padding: 10px 0;
  border-radius: 20px 20px 0 0/20px 20px 0 0;
  background: #fff;
  display: block;
}

.page_top i {
  font-size: 20px;
  font-size: 1.6666666667rem;
  color: #000;
}

.copyrights {
  position: relative;
  width: 100%;
  margin: 20px auto;
  bottom: auto;
  text-align: center;
  font-size: 12px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 2px;
  color: #000;
}

.no_pc {
  display: inline-block;
}

.no_sp {
  display: none;
}

@media screen and (min-width: 770px) {
  #live-halloween2022 .content_schedule .url_ticket {
    top: 75%;
    left: 24%;
    width: 52%;
  }

  #live-halloween2022 .content_schedule .url_ticket_qa {
    top: 79.7%;
    left: 52%;
    width: 27%;
  }

  #live-halloween2022 .content_ticket .url_eplus-info01 {
    top: 16.4%;
    left: 27%;
    width: 41%;
  }

  #live-halloween2022 .content_ticket .url_eplus-info02 {
    top: 18.7%;
    left: 38.1%;
    width: 33%;
  }

  #live-halloween2022 .content_ticket .bnr_cocoa {
    top: 71.6%;
    left: 9.3%;
    width: 84.2%;
  }

  #live-halloween2022 .url_step01 {
    top: 72.3%;
    left: 30.3%;
    width: 52%;
  }

  #live-halloween2022 .url_bunpai {
    top: 73%;
    left: 35.8%;
    width: 55%;
  }

  .popup_caution {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000000;
  }

  .popup_caution .popup_bg {
    background: #fff;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .popup_caution .popup_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
  }

  .popup_caution .popup_container {
    position: relative;
    top: 0;
    left: 0;
    width: 770px;
    max-width: 770px;
    margin: 0 auto;
    padding: 100px 0;
  }

  .popup_caution .url0308 {
    position: absolute;
    top: 23.5%;
    left: 7%;
    width: 82%;
  }

  .popup_caution .url02 {
    position: absolute;
    top: 1770px;
    left: 70px;
    width: 82%;
  }
}
@media screen and (min-width: 870px) {
  .no_pc {
    display: none;
  }

  .no_sp {
    display: inline-block;
  }

  /* ============================================
   2.headerArea
  ============================================ */
  /* ============================================
  3.contentsArea
  ============================================ */
  #container {
    z-index: 100;
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    /* max-width: 1200px; */
    margin: 0 auto;
  }

  #contentArea {
    padding-top: 130px;
    z-index: 10;
    position: relative;
    top: 0;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 0;
    padding-bottom: 130px;
  }

  .contentAreaInner {
    position: relative;
    top: 0;
    width: 100%;
    padding-top: 0;
    background: transparent;
    overflow-y: hidden;
    max-width: 1000px;
    margin: 0 auto;
  }

  .content {
    padding: 0;
    box-shadow: 0px 0 30px #ea6e9a;
  }

  .content h2 {
    font-size: 28px;
    font-size: 2.3333333333rem;
    font-family: "Times New Roman", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 6.5px;
    text-align: center;
    margin-bottom: 70px;
  }

  .wrapper {
    width: 870px;
    margin: 0 auto;
  }

  .lity {
    background: rgba(0, 0, 0, 0.6) !important;
  }

  /*---------------- LIVE ---------------*/
  .live_box {
    position: relative;
  }

  #spring2020 .spring_bus_tour {
    position: absolute;
    cursor: pointer;
    left: 20%;
    width: 70%;
    top: 34.2%;
    max-width: 540px;
  }

  .page_top {
    text-align: center;
    width: 100%;
  }

  .page_top a {
    padding: 10px 0;
    border-radius: 20px 20px 0 0/20px 20px 0 0;
    background: #fff;
    display: block;
  }

  .page_top a:hover {
    background: #eeeeee;
  }

  .page_top i {
    font-size: 30px;
    font-size: 2.5rem;
    color: #000;
  }

  #live-spring2021online .online_content {
    position: relative;
  }

  #live-spring2021online .online_content .btn_attention {
    position: absolute;
    top: 12.4%;
    left: 12%;
    width: 76%;
  }

  #live-spring2021online .online_content .btn_ticket {
    position: absolute;
    top: 38%;
    left: 23%;
    width: 54%;
  }

  #live-spring2021online .online_content .bnr_zaiko {
    position: absolute;
    top: 44%;
    left: 13%;
    width: 74%;
  }

  #live-spring2021online .online_content .bnr_bilibili {
    position: absolute;
    top: 47.7%;
    left: 13%;
    width: 74%;
  }

  #live-spring2021online .online_content #attention {
    position: absolute;
    top: 52.6%;
    left: 0;
    height: 1px;
    width: 100%;
    background: transparent;
  }

  #live-spring2021online .online_content .attention_url01 {
    position: absolute;
    top: 59.8%;
    left: 9.3%;
    width: 74%;
  }

  .no_pc {
    display: none;
  }

  .no_sp {
    display: inline;
  }

  #caution_popup {
    height: 100vh;
    padding: 50px;
  }

  #caution_popup .popup_inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 800px;
    background: #fff;
    padding: 70px 50px;
    overflow-y: scroll;
    color: #000;
  }

  #caution_popup h2 {
    font-size: 24px;
    font-size: 2rem;
    color: #e60012;
    font-weight: bold;
    margin-bottom: 30px;
  }

  #caution_popup p {
    margin: 20px 0;
    font-size: 16px;
    font-size: 1.3333333333rem;
    word-break: break-all;
  }

  #caution_popup p a {
    color: #e60012;
    text-decoration: underline;
  }

  #caution_popup p a:hover {
    text-decoration: none;
  }
}

/*# sourceMappingURL=halloween2023.css.map */
