@charset "UTF-8";
/* soraru CSS (home.css) */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* ============================================
 main_visual
============================================ */
/* ============================================
 slider
============================================ */
#main_slick {
  padding-bottom: 0;
}
#main_slick .wrapper {
  width: 100%;
  padding: 0;
}
#main_slick .full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: auto;
  margin: 0;
}
#main_slick .full div a:hover {
  opacity: 1 !important;
}
#main_slick .full div.img01 {
  background: url(https://d20dfxyuz7q532.cloudfront.net/tag2023/221215/bg01.jpg) no-repeat center;
  background-size: cover;
}
#main_slick .full div.img02 {
  background: url(https://d20dfxyuz7q532.cloudfront.net/tag2023/221215/bg02.jpg) no-repeat center;
  background-size: cover;
}
#main_slick .full .slick-dots {
  bottom: 2%;
  z-index: 1;
}
#main_slick .full .logo {
  position: relative;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 25px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button:before {
  content: "ー";
  width: 40px;
  height: 20px;
  font-family: "slick";
  font-size: 45px;
  line-height: 20px;
  text-align: center;
}

.slick_wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

#slick_next, #slick_preview {
  position: absolute;
  display: block;
  height: 45px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  opacity: 0.7;
}
#slick_next img, #slick_preview img {
  width: 100%;
  max-width: 100%;
}

#slick_next {
  right: 10px;
}

#slick_preview {
  left: 10px;
}

.slick-dots {
  bottom: -30px;
}

.slick-dotted.slick-slider {
  margin: 0;
}

/* ============================================
 contents
============================================ */
#main {
  width: 100%;
  margin-top: 30px;
}

section {
  width: 90%;
  position: relative;
  margin: 50px auto;
  padding: 20px;
}
section h2 {
  position: relative;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #0028e4;
  font-size: 24px;
  font-size: 2rem;
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
section h2 img {
  width: 100%;
}
section .inner {
  position: relative;
  padding: 5px 0;
  margin-top: 10px;
}

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

.btn_info {
  width: 82%;
  position: relative;
  margin: 70px auto -30px;
  text-align: center;
  max-width: 700px;
}

/*-----------------------------------------------------------------
  news
------------------------------------------------------------------*/
#news h2 img {
  width: 17%;
}

.news_list ul li a {
  display: block;
  padding: 10px 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.news_list ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.news_list ul li .news_date {
  position: relative;
  margin-bottom: 0;
  font-weight: 500;
  color: #ff8233;
  font-size: 11px;
  font-size: 3.4375vw;
}
.news_list ul li .news_date .new {
  font-size: 10px;
  font-size: 0.8333333333rem;
  margin-left: 5px;
  color: #ff8233;
}
.news_list ul li .news_tit {
  font-weight: 500;
  font-size: 11px;
  font-size: 3.4375vw;
  color: #fff;
}
.news_list ul li:first-child a {
  padding-top: 0;
}

/*-----------------------------------------------------------------
  schedule
------------------------------------------------------------------*/
#schedule01 h3, #schedule02 h3 {
  font-size: 18px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.5;
}
#schedule01 .box_schedule, #schedule02 .box_schedule {
  position: relative;
}
#schedule01 .chara, #schedule02 .chara {
  position: absolute;
  width: 40%;
}
#schedule01 .chara.urata, #schedule02 .chara.urata {
  left: -20%;
  top: 3%;
}
#schedule01 .chara.tanu, #schedule02 .chara.tanu {
  width: 12%;
  left: -13%;
  top: 5%;
  animation: fuwa 1.5s ease-in-out alternate infinite;
}
#schedule01 .chara.shima, #schedule02 .chara.shima {
  left: -14%;
  top: 14%;
  width: 40%;
}
#schedule01 .chara.sakata, #schedule02 .chara.sakata {
  right: -20%;
  top: 9%;
  width: 43%;
}
#schedule01 .chara.senra, #schedule02 .chara.senra {
  right: -17%;
  top: 16%;
  width: 39%;
}
#schedule01 .btn, #schedule02 .btn {
  position: absolute;
  top: 74%;
  width: 40%;
  left: 30%;
}
#schedule01 .btn2, #schedule02 .btn2 {
  position: absolute;
  top: 91%;
  width: 40%;
  left: 48.5%;
}
#schedule01 p.info, #schedule02 p.info {
  font-size: 11px;
  font-size: 0.9166666667rem;
  margin-top: 15px;
  text-align: center;
}

@keyframes fuwa {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, -15px);
  }
}
/*-----------------------------------------------------------------
  ticket
------------------------------------------------------------------*/
#price .box_price {
  position: relative;
  padding: 0;
}
#price .box_price p {
  color: #fff;
  font-size: 12px;
  font-size: 3.75vw;
  margin-top: 40px;
  text-align: center;
}
#price .box_price p a {
  color: #fff;
}
#price .box_price p small {
  font-size: 9px;
  font-size: 2.8125vw;
}
#price p.info {
  color: #fff;
  font-size: 11px;
  font-size: 0.9166666667rem;
  margin-top: 15px;
  text-align: center;
}
#price p.info a {
  color: #fff;
}

/*-----------------------------------------------------------------
  notice
------------------------------------------------------------------*/
#notice h3 {
  font-size: 14px;
  font-size: 4.375vw;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 1.5;
  background: #ff5c00;
  padding: 10px 5px;
  color: #fff;
  text-align: center;
}
#notice ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
#notice p {
  font-size: 9px;
  font-size: 2.8125vw;
  font-weight: 500;
  margin: 0 auto 25px;
  text-align: center;
}
#notice p:first-child {
  margin-top: 0;
}
#notice .bnr_ac {
  margin-top: 20px;
}

/*-----------------------------------------------------------------
  notice
------------------------------------------------------------------*/
#notice02 {
  width: 98%;
}
#notice02 h3 {
  font-size: 14px;
  font-size: 4.375vw;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 1.5;
  background: #ff5c00;
  padding: 10px 5px;
  color: #fff;
  text-align: center;
}
#notice02 .notice_wrap {
  position: relative;
  margin: 30px auto;
}
#notice02 .notice_wrap.logo {
  text-align: center;
}
#notice02 .notice_wrap.logo img {
  width: 70%;
}
#notice02 .notice_wrap .url01 {
  position: absolute;
  width: 40%;
  top: 35%;
  left: 2%;
}
#notice02 .notice_wrap .url02 {
  position: absolute;
  width: 21%;
  top: 44.7%;
  left: 26%;
}
#notice02 .notice_wrap .url03 {
  position: absolute;
  width: 53%;
  top: 45.8%;
  left: 12.5%;
}
#notice02 .notice_wrap .url04 {
  position: absolute;
  width: 57%;
  top: 48%;
  left: 12.5%;
}
#notice02 .notice_wrap.btn_wrap {
  display: flex;
}
#notice02 .notice_wrap.btn_wrap a {
  width: 25%;
  display: block;
}
#notice02 .btn_gohonnin {
  position: absolute;
  width: 60%;
  top: 13.6%;
  left: 20%;
}
#notice02 p {
  font-size: 9px;
  font-size: 2.8125vw;
  font-weight: 500;
  color: #fff;
  margin: 0 auto 25px;
  text-align: center;
}
#notice02 p:first-child {
  margin-top: 0;
}
#notice02 .bnr_ac {
  margin-top: 20px;
}

#caution_popup, #caution_popup2 {
  padding: 30px;
}
#caution_popup .popup_inner, #caution_popup2 .popup_inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 720px;
  background: #000;
  padding: 0px 0px;
  overflow-y: scroll;
}
#caution_popup .popup_content, #caution_popup2 .popup_content {
  position: relative;
}
#caution_popup .popup_content .btn_iphone, #caution_popup2 .popup_content .btn_iphone {
  position: absolute;
  left: 10.5%;
  top: 22.1%;
  width: 33%;
}
#caution_popup .popup_content .btn_and, #caution_popup2 .popup_content .btn_and {
  position: absolute;
  left: 45%;
  top: 22.1%;
  width: 45%;
}
#caution_popup .popup_content .url_iphone, #caution_popup2 .popup_content .url_iphone {
  position: absolute;
  left: 16%;
  top: 63.1%;
  width: 56%;
}
#caution_popup .popup_content .url_android, #caution_popup2 .popup_content .url_android {
  position: absolute;
  left: 16%;
  top: 65.6%;
  width: 75%;
}
#caution_popup .popup_content .url_joukyo, #caution_popup2 .popup_content .url_joukyo {
  position: absolute;
  left: 18%;
  top: 73.2%;
  width: 28%;
}
#caution_popup .popup_content .wakuchin01, #caution_popup2 .popup_content .wakuchin01 {
  position: absolute;
  left: 16.6%;
  top: 92.5%;
  width: 61%;
}
#caution_popup .popup_content .wakuchin02, #caution_popup2 .popup_content .wakuchin02 {
  position: absolute;
  left: 16.6%;
  top: 95.9%;
  width: 72%;
}

/* ============================================
 Media Queries
============================================ */
@media screen and (min-width: 768px) {
  /* ============================================
   main_visual
  ============================================ */
  #main_visual .illust {
    font-size: 12px;
    font-size: 1rem;
    text-align: right;
    padding-right: 5px;
  }

  /* ============================================
   slider
  ============================================ */
  #main_slick {
    padding-bottom: 0;
  }
  #main_slick .wrapper {
    width: 100%;
    padding: 0;
  }
  #main_slick .full div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    margin: 0;
  }
  #main_slick .full div a:hover {
    opacity: 1 !important;
  }
  #main_slick .full div.img01 {
    background: url(https://d20dfxyuz7q532.cloudfront.net/tag2023/221215/bg01.jpg) no-repeat center;
    background-size: cover;
  }
  #main_slick .full div.img02 {
    background: url(https://d20dfxyuz7q532.cloudfront.net/tag2023/221215/bg02.jpg) no-repeat center;
    background-size: cover;
  }
  #main_slick .full .slick-dots {
    bottom: 2%;
    z-index: 1;
  }
  #main_slick .full .logo {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  #main_slick .full .logo img {
    width: 100%;
    left: auto;
    right: auto;
    position: relative;
    bottom: 0;
    max-width: 1200px;
  }

  .slick_wrapper {
    margin: 0 auto;
    width: 90%;
    max-width: 1000px;
  }

  .slick_inner {
    position: relative;
  }

  #arrows {
    display: block;
  }

  #slick_preview, #slick_next {
    position: absolute;
    display: block;
    height: 80px;
    width: 35px;
    line-height: 0;
    font-size: 35px;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    outline: none;
  }

  #slick_preview {
    left: -80px;
  }

  #slick_next {
    right: -80px;
  }

  .slick-dots {
    bottom: -35px;
  }

  .slick-slide img {
    max-width: none;
    width: 100%;
  }

  .slick-dotted.slick-slider {
    margin: 0;
  }

  /* ============================================
   contents
  ============================================ */
  #main {
    width: 100%;
    margin-top: 30px;
  }

  section {
    position: relative;
    margin: 0 auto;
    max-width: 700px;
    padding: 100px 0px;
  }
  section h2 {
    position: relative;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.5px;
    color: #0028e4;
    font-size: 33px;
    font-size: 2.75rem;
    padding: 1.5rem 1rem;
    margin-bottom: 30px;
  }
  section .inner {
    position: relative;
    padding: 5px 0;
    margin-top: 10px;
  }

  /*-----------------------------------------------------------------
    news
  ------------------------------------------------------------------*/
  #news {
    padding-bottom: 50px;
  }
  #news h2 img {
    width: 17%;
  }

  .news_list {
    max-width: 560px;
    margin: 0 auto;
  }
  .news_list ul li a {
    display: block;
    padding: 10px 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .news_list ul li a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .news_list ul li .news_date {
    position: relative;
    margin-bottom: 0;
    font-weight: 500;
    color: #ff8233;
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  .news_list ul li .news_date .new {
    font-size: 14px;
    font-size: 1.1666666667rem;
    margin-left: 5px;
    color: #ff8233;
  }
  .news_list ul li .news_tit {
    font-weight: 500;
    font-size: 18px;
    font-size: 1.5rem;
    color: #fff;
  }
  .news_list ul li:first-child a {
    padding-top: 0;
  }

  /*-----------------------------------------------------------------
    schedule
  ------------------------------------------------------------------*/
  #schedule01 h3, #schedule02 h3 {
    font-size: 18px;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 50px;
    line-height: 1.5;
  }
  #schedule01 .box_schedule, #schedule02 .box_schedule {
    position: relative;
    text-align: center;
  }
  #schedule01 .chara, #schedule02 .chara {
    position: absolute;
    width: 57%;
  }
  #schedule01 .chara.urata, #schedule02 .chara.urata {
    left: -35%;
    top: 0%;
  }
  #schedule01 .chara.tanu, #schedule02 .chara.tanu {
    width: 19%;
    left: -26%;
    top: 2%;
    animation: fuwa 1.5s ease-in-out alternate infinite;
  }
  #schedule01 .chara.shima, #schedule02 .chara.shima {
    left: -25%;
    top: 8%;
    width: 45%;
  }
  #schedule01 .chara.sakata, #schedule02 .chara.sakata {
    right: -34%;
    top: 9%;
    width: 63%;
  }
  #schedule01 .chara.senra, #schedule02 .chara.senra {
    right: -25%;
    top: 3%;
    width: 47%;
  }
  #schedule01 .btn, #schedule02 .btn {
    position: absolute;
    top: 74%;
    width: 40%;
    left: 30%;
  }
  #schedule01 .btn2, #schedule02 .btn2 {
    position: absolute;
    top: 91%;
    width: 40%;
    left: 48.5%;
  }
  #schedule01 p.info, #schedule02 p.info {
    font-size: 11px;
    font-size: 0.9166666667rem;
    margin-top: 15px;
    text-align: center;
  }

  /*-----------------------------------------------------------------
    ticket
  ------------------------------------------------------------------*/
  #price .box_price {
    position: relative;
    padding: 0;
    text-align: center;
  }
  #price .box_price p {
    color: #fff;
    font-size: 30px;
    font-size: 2.5rem;
    margin-top: 60px;
    text-align: center;
  }
  #price .box_price p a {
    color: #fff;
  }
  #price .box_price p small {
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  #price p.info {
    color: #fff;
    font-size: 11px;
    font-size: 0.9166666667rem;
    margin-top: 15px;
    text-align: center;
  }
  #price p.info a {
    color: #fff;
  }

  /*-----------------------------------------------------------------
    notice
  ------------------------------------------------------------------*/
  #notice h3 {
    font-size: 24px;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 1.5;
    background: #ff5c00;
    padding: 10px 5px;
    color: #fff;
    text-align: center;
  }
  #notice ul li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 5px;
  }
  #notice p {
    font-size: 18px;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 auto 25px;
    text-align: center;
  }
  #notice p:first-child {
    margin-top: 0;
  }
  #notice .bnr_ac {
    margin-top: 20px;
  }

  /*-----------------------------------------------------------------
    notice
  ------------------------------------------------------------------*/
  #notice02 {
    width: 98%;
  }
  #notice02 h3 {
    font-size: 22px;
    font-size: 1.8333333333rem;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 1.5;
    background: #ff5c00;
    padding: 10px 5px;
    color: #fff;
    text-align: center;
  }
  #notice02 .notice_wrap {
    position: relative;
    margin: 30px auto;
  }
  #notice02 .notice_wrap.logo {
    text-align: center;
  }
  #notice02 .notice_wrap.logo img {
    width: 70%;
  }
  #notice02 .notice_wrap .url01 {
    position: absolute;
    width: 40%;
    top: 35%;
    left: 2%;
  }
  #notice02 .notice_wrap .url02 {
    position: absolute;
    width: 21%;
    top: 44.7%;
    left: 26%;
  }
  #notice02 .notice_wrap .url03 {
    position: absolute;
    width: 53%;
    top: 45.8%;
    left: 12.5%;
  }
  #notice02 .notice_wrap .url04 {
    position: absolute;
    width: 57%;
    top: 48%;
    left: 12.5%;
  }
  #notice02 .btn_gohonnin {
    position: absolute;
    width: 60%;
    top: 13.6%;
    left: 20%;
  }
  #notice02 p {
    font-size: 9px;
    font-size: 2.8125vw;
    font-weight: 500;
    margin: 0 auto 25px;
    text-align: center;
  }
  #notice02 p:first-child {
    margin-top: 0;
  }
  #notice02 .bnr_ac {
    margin-top: 20px;
  }

  .lity-content img {
    padding: 50px 20px;
  }

  #caution_popup, #caution_popup2 {
    padding: 0;
  }
  #caution_popup .popup_inner, #caution_popup2 .popup_inner {
    width: 100%;
    height: 80vh;
    margin: 0 auto;
    max-width: none;
    background: #000;
    padding: 0px 100px;
    overflow-y: scroll;
  }
  #caution_popup .popup_content img, #caution_popup2 .popup_content img {
    max-width: 600px;
    margin: 0 auto;
  }
}

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