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

/* ============================================
 main_visual
============================================ */
#main_visual .logo {
  width: 90%;
  position: relative;
  margin: -58% auto 1%;
}
#main_visual h1 {
  position: relative;
}
#main_visual h1 .btn_album {
  position: absolute;
  right: 3%;
  bottom: 6%;
  width: 23.5%;
}

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

section {
  width: 100%;
  position: relative;
  margin: 15px auto;
  padding: 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: 0px;
  width: 100%;
}

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

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

.catchy {
  max-width: 900px;
  padding-top: 5%;
  margin: 0% 3% 0 3.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 92%;
  position: relative;
  z-index: 1;
}
.catchy a {
  display: inline-block;
  width: 48%;
  margin: 0 2% 0 0;
}

.btn_area {
  position: relative;
  margin: 5% auto 0;
  display: block;
  width: 94.5%;
  left: 0%;
}
.btn_area .btn-question {
  position: absolute;
  width: 44%;
  left: 55%;
  top: -11%;
}
.btn_area .btn-request {
  position: absolute;
  width: 46%;
  left: 0%;
  top: -11%;
}

#news .inner {
  background: rgba(232, 70, 81, 0.66);
  border-radius: 20px;
  padding: 30px 25px;
}

.box_news ul li a {
  display: block;
}
.box_news ul li p {
  font-size: 11px;
  font-size: 3.4375vw;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 auto 5px;
  color: #fff;
}
/*-----------------------------------------------------------------
  schedule
------------------------------------------------------------------*/
#schedule01 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
#schedule01 .box_ticket {
  margin-bottom: 0 !important;
}

#schedule01 h3, #schedule02 h3 {
  font-size: 18px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.5;
}
#schedule01 .btn_attention, #schedule02 .btn_attention {
  margin: 10px auto;
  width: 91%;
}
#schedule01 .box_schedule, #schedule02 .box_schedule {
  position: relative;
  text-align: center;
}
#schedule01 .box_schedule .info_url, #schedule02 .box_schedule .info_url {
  width: 45%;
}
#schedule01 .box_schedule .link_disc, #schedule02 .box_schedule .link_disc {
  position: absolute;
  top: 83%;
  opacity: 0;
  background: #fff;
  display: block;
  width: 30%;
  height: 1.6%;
  left: 35%;
}
#schedule01 .box_schedule .link_disc2, #schedule02 .box_schedule .link_disc2 {
  position: absolute;
  top: 94.5%;
  opacity: 0;
  background: #fff;
  display: block;
  width: 30%;
  height: 1.6%;
  left: 35%;
}
#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-bottom: 20px;
  position: relative;
  padding: 0;
}
#schedule01 .box_ticket .url, #schedule02 .box_ticket .url {
  z-index: 1;
  display: block;
  position: absolute;
  top: 76.8%;
  left: 16%;
  width: 68%;
}
#schedule01 .box_ticket .repticket, #schedule02 .box_ticket .repticket {
  position: absolute;
  top: 51.2%;
  width: 72%;
  margin: 0;
  left: 14%;
}
#schedule01 .box_ticket .qa_url, #schedule02 .box_ticket .qa_url {
  position: absolute;
  top: 93.5%;
  left: 62%;
  width: 21%;
  background: transparent;
  height: 2%;
  z-index: 1;
}

@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%;
  margin-top: 5%;
}
#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 .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;
}

.notice_wrap {
  position: relative;
  margin: 25px auto;
  width: 96%;
}
.notice_wrap.logo {
  text-align: center;
}
.notice_wrap.logo img {
  width: 70%;
}
.notice_wrap .url01 {
  position: absolute;
  width: 42%;
  top: 8.9%;
  left: 33%;
}
.notice_wrap .url02 {
  position: absolute;
  width: 44%;
  top: 12.2%;
  left: 44%;
}
.notice_wrap .url03 {
  position: absolute;
  width: 65%;
  top: 45.2%;
  left: 11.5%;
}
.notice_wrap .url04 {
  position: absolute;
  width: 69%;
  top: 46.5%;
  left: 12%;
}

#attention {
  width: 100%;
}

.lity {
  background: rgba(255, 255, 255, 0.8);
}

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

.lity-content:after {
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.lity-close {
  color: #333;
  font-style: normal;
  font-size: 35px;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6);
  border: 0;
}

#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: 900px) {
  .catchy {
    max-width: 900px;
    margin: 0% 0% 0% 3.2%;
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 93%;
    left: 0%;
    position: relative;
  }
  .catchy a {
    display: inline-block;
    width: 49%;
    margin: 0 1% 0 0;
  }
  .btn_area {
    position: relative;
    margin: 4% auto 2%;
    display: block;
    width: 104%;
    left: -2%;
  }
  .btn_area .btn-question {
    position: absolute;
    width: 44%;
    left: 55%;
    top: -11%;
  }
  .btn_area .btn-request {
    position: absolute;
    width: 46%;
    left: 0%;
    top: -11%;
  }
  /* ============================================
   main_visual
  ============================================ */
  #main_visual {
    max-width: 960px;
    margin: 0 auto;
  }
  #main_visual .logo {
    margin-bottom: 5%;
  }
  #main_visual h1 .btn_album {
    position: absolute;
    right: 3%;
    bottom: 6%;
    width: 23.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: 960px;
    position: relative;
    margin: 1% 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;
  }
  .bg {
    width: 100%;
    height: auto;
  }
  .btn_info {
    width: 82%;
    position: relative;
    margin: 70px auto -30px;
    text-align: center;
    max-width: 700px;
  }
  /*-----------------------------------------------------------------
    news
  ------------------------------------------------------------------*/
  #news .inner {
    background: rgba(232, 70, 81, 0.66);
    border-radius: 20px;
    padding: 50px 40px;
  }
  .box_news ul li a {
    display: block;
  }
  .box_news ul li p {
    font-size: 20px;
    font-size: 1.6666666667rem;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 auto 7px;
    color: #fff;
  }
  /*-----------------------------------------------------------------
    schedule
  ------------------------------------------------------------------*/
  #schedule01 {
    position: relative;
    z-index: 1;
  }
  #schedule01 h3, #schedule02 h3 {
    font-size: 18px;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 50px;
    line-height: 1.5;
  }
  #schedule01 .btn_attention, #schedule02 .btn_attention {
    margin: 10px auto;
  }
  #schedule01 .box_schedule, #schedule02 .box_schedule {
    position: relative;
    text-align: center;
  }
  #schedule01 .box_schedule .info_url, #schedule02 .box_schedule .info_url {
    width: 40%;
  }
  #schedule01 .btn, #schedule02 .btn {
    position: absolute;
    top: 86%;
    width: 82%;
  }
  #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-bottom: 50px;
  }
  #schedule01 .box_ticket .url, #schedule02 .box_ticket .url {
    z-index: 1;
    display: block;
    position: absolute;
    top: 76.8%;
    left: 16%;
    width: 68%;
  }
  #schedule01 .box_ticket .repticket, #schedule02 .box_ticket .repticket {
    position: absolute;
    top: 51.2%;
    width: 72%;
    margin: 0;
    left: 14%;
  }
  #schedule01 .box_ticket .qa_url, #schedule02 .box_ticket .qa_url {
    position: absolute;
    top: 93.3%;
    left: 63%;
    width: 19%;
    background: transparent;
    height: 2%;
  }
  /*-----------------------------------------------------------------
    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: 100%;
  }
  #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;
    width: 94%;
    margin: 30px auto;
  }
  #notice02 .notice_wrap.logo {
    text-align: center;
  }
  #notice02 .notice_wrap.logo img {
    width: 70%;
  }
  #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 */
