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

/* ============================================
 main_visual
============================================ */
#main_visual {
  padding: 10% 10% 0;
}
#main_visual .logo {
  margin-bottom: 5%;
}
/* ============================================
 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;
}
#main_slick .full .logo img {
  width: 160%;
  left: -30%;
  max-width: none;
  position: relative;
  bottom: 0;
}

.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: 10% auto;
  padding: 0px 3%;
}
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 p {
  margin-bottom: 15px;
}
#news a {
  display: block;
  margin-bottom: 10px;
}

.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;
  text-align: center;
}
#schedule01 .box_schedule .info_url, #schedule02 .box_schedule .info_url {
  width: 45%;
}
#schedule01 .btn, #schedule02 .btn {
  position: absolute;
  top: 86%;
  width: 82%;
  left: 9%;
}
#schedule01 p.info, #schedule02 p.info {
  font-size: 11px;
  font-size: 0.9166666667rem;
  margin-top: 15px;
  text-align: center;
}
#schedule01 .box_ticket, #schedule02 .box_ticket {
  margin-top: 40px;
  position: relative;
  padding: 0;
}
#schedule01 .box_ticket .url, #schedule02 .box_ticket .url {
  position: absolute;
  top: 47.3%;
  left: 33%;
  width: 57%;
}

@keyframes fuwa {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, -15px);
  }
}
/*-----------------------------------------------------------------
  top
------------------------------------------------------------------*/
label {
  cursor: pointer;
}

#top .top_contents {
  margin-bottom: 10%;
}
#top .btn_list {
  position: absolute;
  top: 57%;
  left: 5%;
}
#top .btn_list ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 -2% -2%;
}
#top .btn_list ul li {
  margin: 0 0 2% 2%;
}
#top .btn_list ul li:nth-child(1) {
  width: 22%;
}
#top .btn_list ul li:nth-child(2) {
  width: 37%;
}
#top .btn_list ul li:nth-child(3) {
  width: 37%;
}
#top .btn_list ul li:nth-child(4) {
  width: 23%;
}
#top .btn_list ul li:nth-child(5) {
  width: 23%;
}
#top .btn_list ul li:nth-child(6) {
  width: 23%;
}
#top .btn_list ul li:nth-child(7) {
  width: 23%;
}

/*-----------------------------------------------------------------
  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;
  width: 108%;
  left: -4%;
  position: relative;
  text-align: center;
}
#notice p:first-child {
  margin-top: 0;
}
#notice .bnr_ac {
  margin-top: 20px;
}

/*-----------------------------------------------------------------
  notice
------------------------------------------------------------------*/
#notice02 {
  width: 92%;
}
#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: 37%;
  top: 35.9%;
  left: 5%;
}
#notice02 .notice_wrap .url02 {
  position: absolute;
  width: 21%;
  top: 45.3%;
  left: 29%;
}
#notice02 .notice_wrap .url03 {
  position: absolute;
  width: 53%;
  top: 46.1%;
  left: 12.5%;
}
#notice02 .notice_wrap .url04 {
  position: absolute;
  width: 58%;
  top: 48.1%;
  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;
  color: #fff;
  margin: 0 auto 25px;
  text-align: center;
}
#notice02 p:first-child {
  margin-top: 0;
}
#notice02 .bnr_ac {
  margin-top: 20px;
}

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

#caution_popup {
  padding: 30px;
}
#caution_popup .popup_inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 720px;
  background: #000;
  padding: 0px 0px;
  overflow-y: scroll;
}
#caution_popup .popup_content {
  position: relative;
}
#caution_popup .popup_content .btn_iphone {
  position: absolute;
  left: 10.5%;
  top: 22.1%;
  width: 33%;
}
#caution_popup .popup_content .btn_and {
  position: absolute;
  left: 45%;
  top: 22.1%;
  width: 45%;
}
#caution_popup .popup_content .url_iphone {
  position: absolute;
  left: 16%;
  top: 63.1%;
  width: 56%;
}
#caution_popup .popup_content .url_android {
  position: absolute;
  left: 16%;
  top: 65.6%;
  width: 75%;
}
#caution_popup .popup_content .url_joukyo {
  position: absolute;
  left: 18%;
  top: 73.2%;
  width: 28%;
}
#caution_popup .popup_content .wakuchin01 {
  position: absolute;
  left: 16.6%;
  top: 92.5%;
  width: 61%;
}
#caution_popup .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 {
    padding: 5% 0% 0;
    max-width: 800px;
    margin: 0 auto;
  }
  #main_visual .logo {
    margin-bottom: 5%;
  }
  /* ============================================
   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 {
    width: 100%;
    max-width: 800px;
    position: relative;
    margin: 80px auto;
    padding: 0px 0%;
  }
  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 p {
    margin-bottom: 20px;
  }
  #news a {
    display: block;
    margin-bottom: 15px;
  }

  .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;
    text-align: center;
  }
  #schedule01 .box_schedule .info_url, #schedule02 .box_schedule .info_url {
    margin-top: 5px;
    width: 40%;
  }
  #schedule01 .btn, #schedule02 .btn {
    position: absolute;
    top: 86%;
    width: 82%;
    left: 9%;
  }
  #schedule01 p.info, #schedule02 p.info {
    font-size: 11px;
    font-size: 0.9166666667rem;
    margin-top: 15px;
    text-align: center;
  }
  #schedule01 .box_ticket, #schedule02 .box_ticket {
    margin-top: 60px;
    position: relative;
    padding: 0;
  }
  #schedule01 .box_ticket .url, #schedule02 .box_ticket .url {
    position: absolute;
    top: 47.8%;
    left: 33%;
    width: 57%;
  }

  /*-----------------------------------------------------------------
    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 50px;
    width: 108%;
    left: -4%;
    position: relative;
    text-align: center;
  }
  #notice p:first-child {
    margin-top: 0;
  }
  #notice .bnr_ac {
    margin-top: 20px;
  }

  /*-----------------------------------------------------------------
    notice
  ------------------------------------------------------------------*/
  #notice02 {
    width: 92%;
  }
  #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: 37%;
    top: 35.9%;
    left: 5%;
  }
  #notice02 .notice_wrap .url02 {
    position: absolute;
    width: 21%;
    top: 45.2%;
    left: 28%;
  }
  #notice02 .notice_wrap .url03 {
    position: absolute;
    width: 53%;
    top: 46.1%;
    left: 12.5%;
  }
  #notice02 .notice_wrap .url04 {
    position: absolute;
    width: 58%;
    top: 48.1%;
    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;
    color: #fff;
    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 {
    padding: 0;
  }
  #caution_popup .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 {
    max-width: 600px;
    margin: 0 auto;
  }
}

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