@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%;
  /* max-width: 1200px; */
  margin: 0 auto;
  background: url("/images/usss2023summer/bg_b.png") repeat;
  background-size: 40px 40px;
}

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

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

.content {
  padding: 0;
  border-bottom: 2px solid #000;
}

.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;
  margin: 60px auto;
  padding: 20px 0;
}
.live_box .catchy {
  position: relative;
  text-align: center;
  max-width: 1000px;
  margin: -23% auto 2%;
}
.live_box.bg_white {
  background: url(/images/usss2023summer/bg_w.png) repeat;
  background-size: 40px 40px;
  padding: 0;
}
.live_box.bg_white .bg_giza01 {
  position: absolute;
  top: -39px;
  left: 0;
  width: 100%;
  height: 40px;
  background: url("/images/usss2023summer/bg_w_giza_re.png") repeat-x;
  background-size: 40px 40px;
}
.live_box .url_disc {
  position: absolute;
  top: 55.9%;
  left: 68%;
  width: 20%;
  background: #fff;
  height: 2%;
  opacity: 0;
}
.live_box .url_wess {
  position: absolute;
  top: 65.6%;
  left: 60%;
  width: 20%;
  background: #fff;
  height: 2%;
  opacity: 0;
}
.live_box .url01 {
  position: absolute;
  top: 82.7%;
  left: 24%;
  width: 58%;
}
.live_box .rep-btn {
  position: absolute;
  top: 36.5%;
  left: 6%;
  width: 86%;
}
.live_box .url02 {
  position: absolute;
  top: 37%;
  left: 30%;
  width: 54%;
}
.live_box .url03 {
  position: absolute;
  top: 50.5%;
  left: 10%;
  width: 50%;
}
.live_box .url04 {
  position: absolute;
  top: 52.1%;
  left: 10%;
  width: 59%;
}

.bg_giza02 {
  position: absolute;
  bottom: 0;
  top: -99px;
  width: 100%;
  height: 56px;
  background: url(/images/usss2023summer/bg_w_giza_b.png) repeat-x;
  background-size: 40px 40px;
}

.bg_giza03 {
  position: absolute;
  bottom: -39px;
  left: 0;
  width: 100%;
  height: 40px;
  background: url("/images/usss2023summer/bg_w_giza.png") repeat-x;
  background-size: 40px 40px;
}

#spring2023 .wrapper {
  width: 98%;
}

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

#live_archive {
  background: #fff;
  padding: 80px 0;
}

@media screen and (max-width: 460px) {
  #live-halloween2022 .content_ticket .url_eplus-info01 {
    top: 68.6%;
    left: 7.6%;
    width: 84%;
  }

  #live-halloween2022 .content_ticket .bnr_cocoa {
    top: 88.4%;
    left: 7.7%;
  }

  #live-halloween2022 .content_ticket .url_eplus-info02 {
    top: 83.6%;
    left: 21.6%;
    width: 55%;
  }

  #live-halloween2022 .content_qa .url_step01 {
    top: 51.4%;
  }

  #live-halloween2022 .content_qa .url_bunpai {
    top: 53.1%;
  }
}
/* ============================================
 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: 480px) {
  /*---------------- LIVE ---------------*/
  .live_box {
    position: relative;
    text-align: center;
    margin: 60px auto;
    padding: 20px 0;
  }
  .live_box .catchy {
    position: relative;
    text-align: center;
    max-width: 1000px;
    margin: -20% auto 2%;
  }
  .live_box.bg_white {
    background: url(/images/usss2023summer/bg_w.png) repeat;
    background-size: 40px 40px;
    padding: 0 0 0;
  }
  .live_box.bg_white .bg_giza01 {
    position: absolute;
    top: -39px;
    left: 0;
    width: 100%;
    height: 40px;
    background: url("/images/usss2023summer/bg_w_giza_re.png") repeat-x;
    background-size: 40px 40px;
  }
  .live_box.bg_white .bg_giza03 {
    position: absolute;
    bottom: -39px;
    left: 0;
    width: 100%;
    height: 40px;
    background: url("/images/usss2023summer/bg_w_giza.png") repeat-x;
    background-size: 40px 40px;
  }
  .live_box .url01 {
    position: absolute;
    top: 82.7%;
    left: 24%;
    width: 58%;
  }
  .live_box .url02 {
    position: absolute;
    top: 37%;
    left: 30%;
    width: 54%;
  }
  .live_box .url03 {
    position: absolute;
    top: 50.5%;
    left: 10%;
    width: 50%;
  }
  .live_box .url04 {
    position: absolute;
    top: 52.1%;
    left: 10%;
    width: 59%;
  }
}
@media screen and (min-width: 770px) {
  /*---------------- LIVE ---------------*/
  .live_box {
    position: relative;
    text-align: center;
    margin: 60px auto;
    padding: 20px 0;
  }
  .live_box .catchy {
    position: relative;
    text-align: center;
    max-width: 1000px;
    margin: -16% auto 2%;
  }
  .live_box.bg_white {
    background: url(/images/usss2023summer/bg_w.png) repeat;
    background-size: 40px 40px;
    padding: 0;
    padding: 40px 0;
  }
  .live_box.bg_white .bg_giza01 {
    position: absolute;
    top: -39px;
    left: 0;
    width: 100%;
    height: 40px;
    background: url("/images/usss2023summer/bg_w_giza_re.png") repeat-x;
    background-size: 40px 40px;
  }
  .live_box.bg_white .bg_giza03 {
    position: absolute;
    bottom: -39px;
    left: 0;
    width: 100%;
    height: 40px;
    background: url("/images/usss2023summer/bg_w_giza.png") repeat-x;
    background-size: 40px 40px;
  }
  .live_box .url01 {
    position: absolute;
    top: 82.7%;
    left: 24%;
    width: 58%;
  }
  .live_box .rep-btn {
    position: absolute;
    top: 36.5%;
    left: 3%;
    width: 92%;
  }
  .live_box .url02 {
    position: absolute;
    top: 37%;
    left: 30%;
    width: 54%;
  }
  .live_box .url03 {
    position: absolute;
    top: 50.5%;
    left: 10%;
    width: 50%;
  }
  .live_box .url04 {
    position: absolute;
    top: 52.1%;
    left: 10%;
    width: 59%;
  }

  .bg_giza02 {
    position: absolute;
    bottom: 0;
    top: -99px;
    width: 100%;
    height: 56px;
    background: url(/images/usss2023summer/bg_w_giza_b.png) repeat-x;
    background-size: 40px 40px;
  }

  .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;
    width: 100%;
    margin: 0 auto;
  }

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

  .content {
    padding: 0;
    border-bottom: 2px solid #000;
  }

  .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 {
    position: relative;
    width: 870px;
    margin: 0 auto;
  }

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

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

  /*---------------- LIVE ---------------*/
  .live_box {
    position: relative;
    text-align: center;
    margin: 100px auto;
    padding: 40px 0;
  }
  .live_box .catchy {
    position: relative;
    text-align: center;
    max-width: 1000px;
    margin: -210px auto 2%;
  }
  .live_box.bg_white {
    background: url(/images/usss2023summer/bg_w.png) repeat;
    background-size: 40px 40px;
    padding: 0;
    padding: 70px 0;
  }
  .live_box.bg_white .bg_giza01 {
    position: absolute;
    top: -39px;
    left: 0;
    width: 100%;
    height: 80px;
    background: url(/images/usss2023summer/bg_w_giza_re.png) repeat-x;
    background-size: 40px 40px;
  }
  .live_box.bg_white .bg_giza03 {
    position: absolute;
    bottom: -42px;
    left: 0;
    width: 100%;
    height: 56px;
    background: url(/images/usss2023summer/bg_w_giza.png) repeat-x;
    background-size: 40px 40px;
  }
  .live_box .url01 {
    position: absolute;
    top: 82.7%;
    left: 22%;
    width: 58%;
  }
  .live_box .url02 {
    position: absolute;
    top: 37.1%;
    left: 28%;
    width: 54%;
  }
  .live_box .url03 {
    position: absolute;
    top: 50.5%;
    left: 7%;
    width: 50%;
  }
  .live_box .url04 {
    position: absolute;
    top: 52.1%;
    left: 7%;
    width: 59%;
  }

  .bg_giza02 {
    position: absolute;
    bottom: 0;
    top: -139px;
    width: 100%;
    height: 56px;
    background: url(/images/usss2023summer/bg_w_giza_b.png) repeat-x;
    background-size: 40px 40px;
  }

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

  #spring2023 .wrapper {
    width: 960px;
  }

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

  #live_archive {
    background: #fff;
    padding: 120px 0;
  }
}

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