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

/* ============================================
 main_visual
============================================ */
h1 {
  text-align: center;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
h1 img {
  width: 100%;
}

/* ============================================
 slider
============================================ */
#main_slick {
  padding-top: 50px;
  padding-bottom: 0;
  max-width: 700px;
  margin: 0 auto;
}
#main_slick .wrapper {
  width: 100%;
  padding: 0;
}
#main_slick .illust {
  position: absolute;
  right: 0px;
  bottom: -1.6rem;
  font-size: 8px;
  font-size: 2.5vw;
  padding-right: 10px;
  padding-top: 5px;
  text-align: right;
  color: #5a6161;
}

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

#slick_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
}
#slick_bg div {
  position: absolute;
  height: 100%;
  width: 100vw;
  top: 0;
  left: 0;
  background-size: cover;
}
#slick_bg div:first-child {
  height: 100%;
  width: 100vw;
  background-size: cover;
}

#slick_next, #slick_preview {
  position: absolute;
  display: block;
  height: 25px;
  width: 25px;
  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;
}

#slick_next {
  right: 0;
}

#slick_preview {
  left: 0;
}

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

.slick-slide, .slide_selector > div {
  pointer-events: none;
}

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

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

section {
  position: relative;
  margin: 0px auto;
  width: 96%;
  padding: 20px 0 20px;
}
section h2 {
  position: relative;
  text-align: center;
  line-height: 1;
  letter-spacing: 1.5px;
  font-size: 24px;
  font-size: 7.5vw;
  font-family: tt-travels-next, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 1.5rem 0rem 0rem;
  margin-bottom: 15px;
}
section h2 img {
  width: 100%;
}
section .inner {
  position: relative;
  padding: 5px 0;
  margin-top: 10px;
}

.bnr-area {
  margin: 0 auto;
  width: 90%;
  padding: 30px 0 0;
}
.bnr-area div {
  margin: 20px auto;
}

.bg {
  position: relative;
  width: 100%;
  height: auto;
}
.bg.bg00 {
  background: #000;
}
.bg.bg01 {
  background: #d5e3e6;
  margin-top: 0;
}
.bg.bg01 h2 {
  text-align: center;
  padding: 20px 0;
}
.bg.bg01 h2 img {
  width: 80%;
}
.bg.bg01 h3 img {
  width: 100%;
}
.bg.bg02 {
  background: #000 url(https://d20dfxyuz7q532.cloudfront.net/soraru/2024/bg02.jpg) no-repeat center top;
  background-size: cover;
}
.bg.bg04 {
  background: #000 url(https://d20dfxyuz7q532.cloudfront.net/soraru/2024/bg02.jpg) no-repeat center top;
  background-size: cover;
}
#news {
  padding-bottom: 0;
}
#news .inner {
  width: 90%;
  margin: 0 auto;
}

.news_list {
  margin-bottom: 20px;
}
.news_list li {
  position: relative;
}
.news_list li a.text {
  text-decoration: none !important;
  padding: 12px 20px 12px 0;
  display: block;
  font-size: 10px;
  font-size: 3.125vw;
}
.news_list li a.text .news_date {
  margin-bottom: 3px;
  line-height: 1;
}
.news_list li a.text .news_tit {
  letter-spacing: -0.4px;
}
.news_list li a.text .news_tit.indent {
  text-indent: -0.5em;
}
.news_list li a.text .fa-caret-right {
  position: absolute;
  font-size: 18px;
  font-size: 1.5rem;
  right: 2px;
  top: 50%;
  margin-top: -0.5em;
}

/*-----------------------------------------------------------------
  schedule
------------------------------------------------------------------*/
#ticket {
  background: rgba(0, 0, 0, 0.24);
}
#ticket .box_schedule {
  margin: 0 auto 10px;
  width: 90%;
  position: relative;
  text-align: center;
}
#ticket .req_bnr {
  display: block;
  margin: 20px auto;
}
#ticket .price {
  width: 100%;
  margin-bottom: 0px;
}
#ticket #fanmi-target {
  top: 55%;
  position: absolute;
}
#ticket .btn_fanmi {
  position: absolute;
  top: 59%;
  left: 8%;
  width: 84%;
}
#ticket p.info {
  font-size: 9px;
  font-size: 2.8125vw;
  margin-top: 15px;
  text-align: center;
}
#ticket .disc {
  position: absolute;
  width: 38%;
  height: 1.5%;
  top: 76%;
  left: 32%;
  background: #1a1a1a;
  opacity: 0;
}

#tw_ticket {
  background: rgba(0, 0, 0, 0.18);
  padding: 5%;
}
#tw_ticket > div {
  margin-bottom: 28%;
}

.bnr_zaiko {
  display: block;
  margin: 5% auto;
  width: 85%;
}
.bnr_zaiko img {
  width: 100%;
}

.ticket_rep {
  width: 80%;
  margin: 20px auto;
}

#schedule {
  border-top: none;
}
#schedule .inner {
  margin: 0 auto;
  width: 100%;
}
#schedule h3 {
  font-size: 18px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.5;
}
#schedule p.info {
  font-size: 9px;
  font-size: 2.8125vw;
  margin-top: 5px;
  text-align: center;
}
#schedule .btn-attention {
  text-align: center;
  margin: 20px auto;
}
#schedule .btn-attention img {
  width: 80%;
}

/*-----------------------------------------------------------------
  notice
------------------------------------------------------------------*/
#notice .inner {
  width: 90%;
  margin: 0 auto;
}
#notice .inner > div {
  margin: 30px auto;
}
#notice h3 {
  font-size: 11px;
  font-size: 3.4375vw;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 1.5;
  background: rgb(227, 99, 165);
  padding: 5px 5px;
  color: #fff;
  text-align: center;
}
#notice .notice-btn {
  width: 90%;
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#notice .notice-btn a {
  width: 31.33%;
  display: block;
}
#notice ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 8.5px;
  font-size: 2.65625vw;
}
#notice ul li strong {
  font-size: 10px;
  font-size: 3.125vw;
}
#notice ul li a {
  font-weight: bold;
}
#notice ul li .list-child li {
  margin-bottom: 7px;
}
#notice ul.standflower {
  margin: 10px auto;
  position: relative;
  left: -0.5em;
  width: 104%;
  padding: 10px 12px 10px 5px;
  border: 2px solid red;
}
#notice ul.list2 li {
  margin-bottom: 0.4rem;
  line-height: 1.4;
}
#notice .bnr_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0 0 -3%;
}
#notice .bnr_wrap a {
  color: #4a4a4a;
  display: inline-block;
  margin: 0 0 0 3%;
  width: 44%;
}
#notice .img-mibunsho {
  margin-top: 20px;
}
#notice p {
  font-size: 8.5px;
  font-size: 2.65625vw;
  margin: 0 auto 20px;
}
#notice p:first-child {
  margin-top: 0;
}
#notice h4 {
  margin-top: 20px;
  font-size: 12px;
  font-size: 3.75vw;
  font-weight: bold;
}
#notice .bnr_ac {
  margin-top: 20px;
}
#notice .oshirase {
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
#notice .ticket-attention02 {
  position: relative;
}
#notice .url01 {
  position: absolute;
  top: 27.6%;
  left: 41%;
  width: 55%;
}
#notice .url02 {
  position: absolute;
  top: 86.3%;
  left: 53%;
  width: 41%;
}
#notice .url03 {
  position: absolute;
  top: 40%;
  left: 4%;
  width: 66%;
}
#notice .url04 {
  position: absolute;
  top: 62%;
  left: 4%;
  width: 76%;
}

/*-----------------------------------------------------------------
  goods
------------------------------------------------------------------*/
#goods {
  border-top: none;
}
#goods .inner {
  margin-top: 0;
}
#goods h2 {
  margin-bottom: 0;
  margin-top: 30px;
}
#goods h3 {
  font-size: 13px;
  font-size: 4.0625vw;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 1.5;
  background: #4d4d4d;
  padding: 10px 5px;
  color: #fff;
  text-align: center;
}
#goods ul.info {
  margin: 0 auto;
}
#goods ul.info li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 2px;
  line-height: 1.4;
  font-size: 8px;
  font-size: 2.5vw;
}
#goods ul.info li a {
  font-weight: bold;
}
#goods .bnr_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0 0 -3%;
}
#goods .bnr_wrap a {
  display: inline-block;
  margin: 0 0 0 3%;
  width: 44%;
}
#goods h4 {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 3.75vw;
  font-weight: bold;
}
#goods h4 strong {
  font-size: 14px;
  font-size: 4.375vw;
}
#goods .bnr_ac {
  margin-top: 20px;
}

/*-----------------------------------------------------------------
    profile
  ------------------------------------------------------------------*/
#profile {
  width: 100%;
  /* 既存の矢印装飾は非表示に */
  /* Swiper化に必要な最低限 */
  /* ドット（弾丸）ナビ */
  /* ドット（弾丸）ナビの見た目 */
  /* アクティブ */
  /* 画像の上でも見やすく（任意） */
  /* キーボードフォーカスの視認性（任意） */
}
#profile .profile-list ul li {
  width: 100%;
}
#profile .profile-list ul li.profile-soraru {
  background: url("https://d20dfxyuz7q532.cloudfront.net/smus/2025/soraru-bg.jpg") no-repeat center top;
  background-size: cover;
}
#profile .profile-list ul li.profile-soraru .profile-inner .profile-detail .profile-text {
  width: 80%;
  margin: 20px auto;
}
#profile .profile-list ul li.profile-soraru .profile-inner .profile-detail .profile-text dl dt {
  padding: 1% 3%;
  text-align: left;
  font-size: 12px;
  font-size: 3.75vw;
  margin-bottom: 1%;
}
#profile .profile-list ul li.profile-soraru .profile-inner .profile-detail .profile-text dl dd {
  font-weight: 500;
}
#profile .profile-list ul li.profile-soraru .profile-inner .profile-detail .profile-text dl dd img {
  display: inline-block;
  margin-top: 5px;
  width: 88%;
}
#profile .profile-list ul li.profile-soraru .profile-inner .profile-detail .profile-text dl dd strong {
  font-size: 13px;
  font-size: 4.0625vw;
}
#profile .profile-list ul li.profile-soraru .profile-inner .profile-detail .profile-text dl dd a {
  font-weight: 500;
  color: #1e1e1e;
}
#profile .profile-list ul li.profile-soraru .profile-inner .profile-detail .profile-text .profile-comment {
  margin: 14% auto 11%;
}
#profile .profile-list ul li.profile-mafumafu {
  background: url("https://d20dfxyuz7q532.cloudfront.net/smus/2025/mafumafu-bg.jpg") no-repeat center top;
  background-size: cover;
}
#profile .profile-list ul li.profile-mafumafu .profile-inner .profile-detail .profile-text {
  width: 92%;
}
#profile .profile-list ul li.profile-mafumafu .profile-inner .profile-detail .profile-text dl dt {
  background: #ff84a8;
  padding: 1% 3%;
  text-align: left;
  font-size: 12px;
  font-size: 3.75vw;
  margin-bottom: 1%;
}
#profile .profile-list ul li.profile-mafumafu .profile-inner .profile-detail .profile-text dl dd {
  color: #fff;
  white-space: nowrap;
  font-size: 9.2px;
  font-size: 2.875vw;
  letter-spacing: -0.2px;
  margin-bottom: 5%;
}
#profile .profile-list ul li.profile-mafumafu .profile-inner .profile-detail .profile-text dl dd strong {
  font-size: 13px;
  font-size: 4.0625vw;
}
#profile .profile-list ul li.profile-mafumafu .profile-inner .profile-detail .profile-text dl dd a {
  font-weight: 400;
  color: #fff;
}
#profile .profile-list ul li.profile-mafumafu .profile-inner .profile-detail .profile-text .profile-comment img {
  position: relative;
  left: -5%;
  max-width: 105%;
  width: 105%;
}
#profile .profile-list ul li.profile-urata {
  background: url("https://d20dfxyuz7q532.cloudfront.net/smus/2025/urata-bg.jpg") no-repeat center top;
  background-size: cover;
}
#profile .profile-list ul li.profile-urata .profile-inner .profile-detail .profile-text {
  width: 80%;
}
#profile .profile-list ul li.profile-urata .profile-inner .profile-detail .profile-text dl dt {
  background: #40d049;
  padding: 1% 3%;
  text-align: left;
  font-size: 12px;
  font-size: 3.75vw;
  margin-bottom: 1%;
}
#profile .profile-list ul li.profile-urata .profile-inner .profile-detail .profile-text dl dd {
  color: #fff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.631372549);
  font-size: 11.5px;
  font-size: 3.59375vw;
  white-space: nowrap;
  letter-spacing: -0.2px;
  margin-bottom: 5%;
}
#profile .profile-list ul li.profile-urata .profile-inner .profile-detail .profile-text dl dd p {
  margin-bottom: 7px;
}
#profile .profile-list ul li.profile-urata .profile-inner .profile-detail .profile-text dl dd strong {
  display: inline-block;
  text-shadow: none;
  font-size: 13px;
  font-size: 4.0625vw;
}
#profile .profile-list ul li.profile-urata .profile-inner .profile-detail .profile-text dl dd a {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.631372549);
}
#profile .profile-list ul li.profile-urata .profile-inner .profile-detail .profile-text .profile-comment {
  margin: 11% auto 0%;
}
#profile .profile-list ul li.profile-urata .profile-inner .profile-detail .profile-text .profile-comment img {
  position: relative;
  left: -5%;
  max-width: 110%;
  width: 110%;
}
#profile .profile-list ul li.profile-sakata {
  background: url("https://d20dfxyuz7q532.cloudfront.net/smus/2025/sakata-bg.jpg") no-repeat center top;
  background-size: cover;
}
#profile .profile-list ul li.profile-sakata .profile-inner .profile-detail .profile-text {
  width: 80%;
}
#profile .profile-list ul li.profile-sakata .profile-inner .profile-detail .profile-text dl dt {
  background: #f73b48;
  padding: 1% 3%;
  text-align: left;
  font-size: 12px;
  font-size: 3.75vw;
  margin-bottom: 1%;
}
#profile .profile-list ul li.profile-sakata .profile-inner .profile-detail .profile-text dl dd {
  color: #fff;
  font-size: 11px;
  font-size: 3.4375vw;
  white-space: nowrap;
  letter-spacing: -0.2px;
  margin-bottom: 5%;
}
#profile .profile-list ul li.profile-sakata .profile-inner .profile-detail .profile-text dl dd img {
  margin-top: 3%;
  width: 97%;
}
#profile .profile-list ul li.profile-sakata .profile-inner .profile-detail .profile-text dl dd strong {
  display: inline-block;
  text-shadow: none;
  font-size: 13px;
  font-size: 4.0625vw;
}
#profile .profile-list ul li.profile-sakata .profile-inner .profile-detail .profile-text dl dd a {
  font-weight: 500;
  color: #5d412d;
}
#profile .profile-list ul li.profile-sakata .profile-inner .profile-detail .profile-text .profile-comment {
  margin: 15% auto 33%;
}
#profile .profile-list ul li.profile-sakata .profile-inner .profile-detail .profile-text .profile-comment img {
  position: relative;
  left: -3%;
  max-width: 106%;
  width: 106%;
}
#profile .profile-list ul li .profile-inner {
  padding: 20px 0;
  margin: 0 auto;
  width: 88%;
}
#profile .profile-list ul li .profile-inner .meta {
  text-align: right;
  font-size: 9px;
  font-size: 2.8125vw;
  margin-bottom: 10px;
}
#profile .profile-list ul li .profile-inner .meta strong {
  display: inline-block;
  margin-right: -0.5em;
  text-indent: 0.2em;
  color: #ffff52;
  font-size: 10px;
  font-size: 3.125vw;
}
#profile .profile-list ul li .profile-inner h3 {
  width: 100%;
  text-align: center;
}
#profile .profile-list ul li .profile-inner .profile-detail {
  position: relative;
  padding: 5% 0;
}
#profile .profile-list ul li .profile-inner .profile-detail .profile-img {
  width: 55%;
  margin: 0 auto 0;
}
#profile .profile-list ul li .profile-inner .profile-detail .ico-yt {
  position: absolute;
  left: 0;
  top: 1%;
  width: 20%;
}
#profile .profile-list ul li .profile-inner .profile-detail .profile-text {
  width: 75%;
  margin: 20px auto;
}
#profile .profile-list ul li .profile-inner .profile-detail .profile-text dl dt {
  background: #0070ff;
  padding: 1% 3%;
  text-align: left;
  font-size: 12px;
  font-size: 3.75vw;
  margin-bottom: 2%;
}
#profile .profile-list ul li .profile-inner .profile-detail .profile-text dl dd {
  color: #2b2b2b;
  font-size: 12px;
  font-size: 3.75vw;
  margin-bottom: 5%;
}
#profile .profile-list ul li .profile-inner .profile-detail .profile-text dl dd p {
  margin-bottom: 10px;
}
#profile .profile-list ul li .profile-inner .profile-detail .profile-text dl dd strong {
  font-size: 13px;
  font-size: 4.0625vw;
}
#profile .profile-list ul li .profile-inner .profile-detail .profile-text dl dd a {
  font-weight: 500;
  color: #2b2b2b;
}
#profile .profile-list ul li .profile-inner .profile-detail .profile-text .profile-comment {
  margin: 15% auto;
}
#profile .profile-list ul li .profile-inner .profile-detail .profile-text .profile-comment img {
  max-width: 110%;
  width: 110%;
}
#profile .profile-list ul li .profile-inner .arrow-right {
  position: absolute;
  right: -4%;
  top: 7%;
  width: 13%;
  cursor: pointer;
  z-index: 2;
}
#profile .profile-list ul li .profile-inner .arrow-right img {
  pointer-events: none;
}
#profile .profile-list .arrow-right {
  display: none !important;
}
#profile .profile-list {
  overflow: hidden;
}
#profile .profile-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#profile .profile-list li {
  width: 100%;
}
#profile .profile-list img {
  max-width: 100%;
  height: auto;
  display: block;
}
#profile .profile-pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin: 20px 0 20px;
}
#profile .profile-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  opacity: 0.4;
}
#profile .profile-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
#profile .profile-pagination .swiper-pagination-bullet {
  width: 16px; /* ← 約2倍サイズ */
  height: 16px; /* ← 約2倍サイズ */
  background: #fff; /* 非アクティブは白 */
  opacity: 0.9; /* 見やすく */
  border-radius: 50%;
  margin: 0 6px !important; /* 間隔少し広め */
}
#profile .profile-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e363a5; /* 指定色 */
  opacity: 1;
}
#profile .profile-pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin: 12px 0 20px;
  /* 下の2行は必要なら有効化（淡い外郭） */
  /* filter: drop-shadow(0 0 4px rgba(0,0,0,.35)); */
}
#profile .profile-pagination .swiper-pagination-bullet:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 2px;
}

/*-----------------------------------------------------------------
  movie
------------------------------------------------------------------*/
#movie {
  border-top: none;
}
#movie .inner {
  margin: 0 auto;
  width: 90%;
}
#movie .movie_list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 0 0 -5% -5%;
}
#movie .movie_list ul li {
  width: 45%;
  margin: 0 0 8% 5%;
}
#movie .movie_list ul li > div {
  position: relative;
  width: 100%;
}
#movie .movie_list ul li > div iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#movie .movie_list ul li p {
  text-align: left;
  margin-top: 3px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 9px;
  font-size: 2.8125vw;
}

#link {
  background: #fff;
  border-top: none;
  width: 100%;
  max-width: none;
}
#link .inner {
  margin: 0 auto;
  width: 90%;
  max-width: 800px;
}
#link .link-list ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
#link .link-list ul.link-l {
  margin-top: 30px;
}
#link .link-list ul.link-l li:nth-child(1) {
  width: 12%;
}
#link .link-list ul.link-l li:nth-child(2) {
  width: 15%;
}
#link .link-list ul.link-l li:nth-child(3) {
  width: 20%;
}
#link .link-list ul li {
  width: 10%;
  margin: 0 15px;
  text-align: center;
}
#link .link-list ul li a {
  display: block;
}
#link .link-list ul li a img {
  width: 100%;
}

#caution_popup {
  height: 100vh;
  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) {
  /* ============================================
   main_visual
  ============================================ */
  #main_visual .illust {
    font-size: 12px;
    font-size: 1rem;
    text-align: right;
    padding-right: 5px;
  }
  h1 {
    text-align: center;
    position: relative;
  }
  h1 img {
    width: 100%;
  }
  /* ============================================
   slider
  ============================================ */
  #main_slick {
    padding-top: 80px;
    padding-bottom: 0;
    max-width: 100%;
    margin: 0 auto;
  }
  #main_slick .illust {
    position: absolute;
    right: 0px;
    bottom: -40px;
    font-size: 14px;
    font-size: 1.1666666667rem;
    padding-right: 20px;
    padding-top: 5px;
    text-align: right;
    color: #5a6161;
  }
  .slick_wrapper {
    margin: 0 auto;
  }
  .slick_inner {
    position: relative;
  }
  #arrows {
    display: block;
  }
  #slick_preview, #slick_next {
    position: absolute;
    display: block;
    height: 70px;
    width: 60px;
    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: -60px;
  }
  #slick_next {
    right: -60px;
  }
  .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: 800px;
    width: 100%;
    padding: 50px 0px;
  }
  section h2 {
    position: relative;
    text-align: center;
    line-height: 1;
    letter-spacing: 1.5px;
    font-size: 55px;
    font-size: 4.5833333333rem;
    padding: 1.5rem 1rem 0;
    margin-bottom: 20px;
    padding-top: 0;
  }
  section h2 img {
    width: 100%;
  }
  section .inner {
    position: relative;
    padding: 5px 0;
    margin-top: 10px;
  }
  .bnr-area {
    margin: 0 auto;
    width: 90%;
    padding: 50px 0;
    max-width: 800px;
  }
  .bnr-area div {
    margin: 30px auto;
  }
  .bg {
    position: relative;
    width: 100%;
    height: auto;
  }
  .bg.bg00 {
    background: #000;
  }
  .bg.bg01 h2 {
    text-align: center;
    padding: 40px 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .bg.bg01 h2 img {
    max-width: 600px;
    width: 80%;
  }
  .bg.bg01 h3 img {
    width: 100%;
  }
  .bg.bg02 {
    background: #000 url(https://d20dfxyuz7q532.cloudfront.net/soraru/2024/bg02.jpg) no-repeat center top;
    background-size: cover;
  }
  .bg.bg04 {
    background: #000 url(https://d20dfxyuz7q532.cloudfront.net/soraru/2024/bg02.jpg) no-repeat center top;
    background-size: cover;
  }
  #news {
    padding-bottom: 0;
  }
  #news .inner {
    width: 90%;
    max-width: 680px;
    margin: 0 auto;
  }
  .news_list {
    margin-bottom: 20px;
  }
  .news_list li {
    position: relative;
  }
  .news_list li a.text {
    text-decoration: none !important;
    padding: 10px 20px 10px 0;
    display: flex;
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  .news_list li a.text .news_date {
    margin-bottom: 0;
    line-height: 1.4;
    width: 140px;
  }
  .news_list li a.text .news_tit {
    font-size: 19px;
    font-size: 1.5833333333rem;
    text-indent: 0;
    line-height: 1.4;
    flex: 1;
  }
  .news_list li a.text .news_tit.indent {
    text-indent: -0.5em;
  }
  .news_list li a.text .fa-caret-right {
    position: absolute;
    font-size: 18px;
    font-size: 1.5rem;
    right: 2px;
    top: 50%;
    margin-top: -0.5em;
  }
  /*-----------------------------------------------------------------
    schedule
  ------------------------------------------------------------------*/
  #ticket .box_schedule {
    position: relative;
  }
  #ticket .req_bnr {
    display: block;
    margin: 20px auto;
  }
  #ticket .btn_fanmi {
    position: absolute;
    top: 60%;
    left: 9%;
    width: 81%;
  }
  #ticket p.info {
    font-size: 18px;
    font-size: 1.5rem;
    margin-top: 35px;
    text-align: center;
  }
  #ticket .disc {
    position: absolute;
    width: 38%;
    height: 1.5%;
    top: 76%;
    left: 32%;
    opacity: 0;
  }
  .bnr_zaiko {
    display: block;
    margin: 5% auto;
    width: 82%;
  }
  .bnr_zaiko img {
    width: 100%;
  }
  .ticket_rep {
    width: 80%;
    margin: 40px auto;
  }
  #schedule .inner {
    margin: 0 auto;
    width: 82%;
  }
  #schedule h3 {
    font-size: 18px;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 50px;
    line-height: 1.5;
  }
  #schedule p.info {
    font-size: 22px;
    font-size: 1.8333333333rem;
    margin-top: 35px;
    text-align: center;
  }
  /*-----------------------------------------------------------------
    notice
  ------------------------------------------------------------------*/
  #notice .inner {
    margin-top: 0;
  }
  #notice .inner > div {
    margin-top: 50px;
  }
  #notice .notice-btn {
    width: 90%;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #notice h2 {
    margin-bottom: 20px;
  }
  #notice h3 {
    font-size: 22px;
    font-size: 1.8333333333rem;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 1.5;
    padding: 10px 5px;
    color: #fff;
    text-align: center;
  }
  #notice ul li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  #notice ul li strong {
    font-size: 22px;
    font-size: 1.8333333333rem;
  }
  #notice ul li a {
    font-weight: bold;
  }
  #notice ul.standflower {
    margin: 20px auto;
    position: relative;
    left: -2em;
    width: 106%;
    padding: 25px 20px;
    border: 3px solid red;
  }
  #notice .bnr_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0 0 -3%;
  }
  #notice .bnr_wrap a {
    display: inline-block;
    margin: 0 0 0 3%;
    width: 44%;
  }
  #notice p {
    font-size: 18px;
    font-size: 1.5rem;
    margin: 0 auto 20px;
  }
  #notice p:first-child {
    margin-top: 0;
  }
  #notice h4 {
    margin-top: 20px;
    font-size: 22px;
    font-size: 1.8333333333rem;
    font-weight: bold;
  }
  #notice .bnr_ac {
    margin-top: 20px;
  }
  #notice .oshirase {
    margin-top: 40px;
  }
  #notice .ticket-attention02 {
    position: relative;
  }
  #notice .url01 {
    position: absolute;
    top: 27.6%;
    left: 41%;
    width: 55%;
  }
  #notice .url02 {
    position: absolute;
    top: 86.3%;
    left: 53%;
    width: 41%;
  }
  #notice .url03 {
    position: absolute;
    top: 40%;
    left: 4%;
    width: 66%;
  }
  #notice .url04 {
    position: absolute;
    top: 62%;
    left: 4%;
    width: 76%;
  }
  /*-----------------------------------------------------------------
    goods
  ------------------------------------------------------------------*/
  #goods .inner {
    margin-top: 0;
  }
  #goods h2 {
    margin-bottom: 20px;
    font-size: 82px;
    font-size: 6.8333333333rem;
  }
  #goods h3 {
    font-size: 32px;
    font-size: 2.6666666667rem;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 1.5;
    background: #4d4d4d;
    padding: 10px 5px;
    color: #fff;
    text-align: center;
  }
  #goods ul.info {
    max-width: 600px;
  }
  #goods ul.info li {
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 12px;
    line-height: 1.5;
    font-size: 18px;
    font-size: 1.5rem;
  }
  #goods ul.info li a {
    font-weight: bold;
  }
  #goods .bnr_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0 0 -3%;
  }
  #goods .bnr_wrap a {
    display: inline-block;
    margin: 0 0 0 3%;
    width: 44%;
  }
  #goods h4 {
    margin-top: 50px;
    font-size: 32px;
    font-size: 2.6666666667rem;
    font-weight: bold;
  }
  #goods h4 strong {
    position: relative;
    line-height: 1;
    top: -20px;
    font-size: 36px;
    font-size: 3rem;
  }
  #goods .bnr_ac {
    margin-top: 20px;
  }
  /*-----------------------------------------------------------------
    movie
  ------------------------------------------------------------------*/
  #caution_popup {
    height: 100vh;
    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%;
  }
  /*-----------------------------------------------------------------
    profile
  ------------------------------------------------------------------*/
  #profile {
    width: 100%;
  }
  #profile .profile-list ul li {
    width: 100%;
  }
  #profile .profile-list ul li.profile-soraru {
    background: url("https://d20dfxyuz7q532.cloudfront.net/smus/2025/soraru-bg.jpg") no-repeat center top;
    background-size: cover;
  }
  #profile .profile-list ul li.profile-soraru .profile-inner .profile-detail .profile-text dl dt {
    padding: 1% 3%;
    text-align: left;
    margin-bottom: 2%;
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  #profile .profile-list ul li.profile-soraru .profile-inner .profile-detail .profile-text dl dd {
    font-size: 17px;
    font-size: 1.4166666667rem;
    margin-bottom: 5%;
  }
  #profile .profile-list ul li.profile-soraru .profile-inner .profile-detail .profile-text dl dd strong {
    font-size: 22px;
    font-size: 1.8333333333rem;
  }
  #profile .profile-list ul li.profile-soraru .profile-inner .profile-detail .profile-text dl dd a {
    font-weight: 500;
    color: #1e1e1e;
  }
  #profile .profile-list ul li.profile-soraru .profile-inner .profile-detail .profile-text dl dd img {
    display: inline-block;
    margin-top: 5px;
    width: 58%;
  }
  #profile .profile-list ul li.profile-soraru .profile-inner .profile-detail .profile-text .profile-comment {
    margin: 8% auto 4%;
  }
  #profile .profile-list ul li.profile-mafumafu {
    background: url("https://d20dfxyuz7q532.cloudfront.net/smus/2025/mafumafu-bg.jpg") no-repeat center top;
    background-size: cover;
  }
  #profile .profile-list ul li.profile-mafumafu .profile-inner .profile-detail .profile-text {
    width: 92%;
  }
  #profile .profile-list ul li.profile-mafumafu .profile-inner .profile-detail .profile-text dl dt {
    background: #ff84a8;
    padding: 1% 3%;
    text-align: left;
    margin-bottom: 2%;
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  #profile .profile-list ul li.profile-mafumafu .profile-inner .profile-detail .profile-text dl dd {
    color: #fff;
    font-size: 17px;
    font-size: 1.4166666667rem;
    letter-spacing: -0.2px;
    margin-bottom: 5%;
  }
  #profile .profile-list ul li.profile-mafumafu .profile-inner .profile-detail .profile-text dl dd strong {
    font-size: 22px;
    font-size: 1.8333333333rem;
  }
  #profile .profile-list ul li.profile-mafumafu .profile-inner .profile-detail .profile-text dl dd a {
    font-weight: 400;
    color: #fff;
  }
  #profile .profile-list ul li.profile-mafumafu .profile-inner .profile-detail .profile-text .profile-comment {
    margin: 10% auto 10%;
  }
  #profile .profile-list ul li.profile-mafumafu .profile-inner .profile-detail .profile-text .profile-comment img {
    position: relative;
    left: -5%;
    max-width: 103%;
    width: 103%;
  }
  #profile .profile-list ul li.profile-urata {
    background: url("https://d20dfxyuz7q532.cloudfront.net/smus/2025/urata-bg.jpg") no-repeat center top;
    background-size: cover;
  }
  #profile .profile-list ul li.profile-urata .profile-inner .profile-detail .profile-text {
    width: 74%;
  }
  #profile .profile-list ul li.profile-urata .profile-inner .profile-detail .profile-text dl dt {
    background: #40d049;
    padding: 1% 3%;
    text-align: left;
    margin-bottom: 1%;
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  #profile .profile-list ul li.profile-urata .profile-inner .profile-detail .profile-text dl dd {
    color: #fff;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.631372549);
    font-size: 20px;
    font-size: 1.6666666667rem;
    white-space: nowrap;
    letter-spacing: -0.2px;
    margin-bottom: 5%;
  }
  #profile .profile-list ul li.profile-urata .profile-inner .profile-detail .profile-text dl dd strong {
    display: inline-block;
    text-shadow: none;
    font-size: 22px;
    font-size: 1.8333333333rem;
  }
  #profile .profile-list ul li.profile-urata .profile-inner .profile-detail .profile-text dl dd a {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.631372549);
  }
  #profile .profile-list ul li.profile-urata .profile-inner .profile-detail .profile-text .profile-comment {
    margin: 11% auto 5%;
  }
  #profile .profile-list ul li.profile-urata .profile-inner .profile-detail .profile-text .profile-comment img {
    position: relative;
    left: -5%;
    max-width: 110%;
    width: 110%;
  }
  #profile .profile-list ul li.profile-sakata {
    background: url("https://d20dfxyuz7q532.cloudfront.net/smus/2025/sakata-bg.jpg") no-repeat center top;
    background-size: cover;
  }
  #profile .profile-list ul li.profile-sakata .profile-inner .profile-detail .profile-text {
    width: 80%;
  }
  #profile .profile-list ul li.profile-sakata .profile-inner .profile-detail .profile-text dl dt {
    background: #f73b48;
    padding: 1% 3%;
    text-align: left;
    margin-bottom: 1%;
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  #profile .profile-list ul li.profile-sakata .profile-inner .profile-detail .profile-text dl dd {
    color: #fff;
    font-size: 16px;
    font-size: 1.3333333333rem;
    white-space: nowrap;
    letter-spacing: -0.2px;
    margin-bottom: 5%;
  }
  #profile .profile-list ul li.profile-sakata .profile-inner .profile-detail .profile-text dl dd img {
    margin-top: 3%;
    width: 67%;
  }
  #profile .profile-list ul li.profile-sakata .profile-inner .profile-detail .profile-text dl dd strong {
    display: inline-block;
    text-shadow: none;
    font-size: 22px;
    font-size: 1.8333333333rem;
  }
  #profile .profile-list ul li.profile-sakata .profile-inner .profile-detail .profile-text dl dd a {
    font-weight: 500;
    color: #5d412d;
  }
  #profile .profile-list ul li.profile-sakata .profile-inner .profile-detail .profile-text .profile-comment {
    margin: 12% auto 25%;
  }
  #profile .profile-list ul li.profile-sakata .profile-inner .profile-detail .profile-text .profile-comment img {
    position: relative;
    left: -3%;
    max-width: 106%;
    width: 106%;
  }
  #profile .profile-list ul li .profile-inner {
    padding: 20px 0;
    margin: 0 auto;
    width: 88%;
  }
  #profile .profile-list ul li .profile-inner .meta {
    text-align: right;
    font-size: 16px;
    font-size: 1.3333333333rem;
    margin-bottom: 10px;
  }
  #profile .profile-list ul li .profile-inner .meta strong {
    display: inline-block;
    margin-right: -0.5em;
    text-indent: 0.2em;
    color: #ffff52;
    font-size: 18px;
    font-size: 1.5rem;
  }
  #profile .profile-list ul li .profile-inner h3 {
    width: 100%;
    text-align: center;
  }
  #profile .profile-list ul li .profile-inner .profile-detail {
    position: relative;
    padding: 5% 0;
  }
  #profile .profile-list ul li .profile-inner .profile-detail .profile-img {
    width: 55%;
    margin: 0 auto 0;
  }
  #profile .profile-list ul li .profile-inner .profile-detail .ico-yt {
    position: absolute;
    left: 0;
    top: 1%;
    width: 20%;
  }
  #profile .profile-list ul li .profile-inner .profile-detail .profile-text {
    width: 76%;
    margin: 20px auto;
  }
  #profile .profile-list ul li .profile-inner .profile-detail .profile-text dl dt {
    background: #0070ff;
    padding: 1% 3%;
    text-align: left;
    font-size: 20px;
    font-size: 1.6666666667rem;
    margin-bottom: 1%;
  }
  #profile .profile-list ul li .profile-inner .profile-detail .profile-text dl dd {
    color: #2b2b2b;
    font-size: 18px;
    font-size: 1.5rem;
    margin-bottom: 5%;
  }
  #profile .profile-list ul li .profile-inner .profile-detail .profile-text dl dd strong {
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  #profile .profile-list ul li .profile-inner .profile-detail .profile-text dl dd a {
    font-weight: 500;
    color: #2b2b2b;
  }
  #profile .profile-list ul li .profile-inner .profile-detail .profile-text .profile-comment {
    margin: 12% auto 7%;
  }
  #profile .profile-list ul li .profile-inner .profile-detail .profile-text .profile-comment img {
    max-width: 105%;
    width: 105%;
  }
  #profile .profile-list ul li .profile-inner .arrow-right {
    position: absolute;
    right: -4%;
    top: 7%;
    width: 13%;
    cursor: pointer;
    z-index: 2;
  }
  #profile .profile-list ul li .profile-inner .arrow-right img {
    pointer-events: none;
  }
  /*-----------------------------------------------------------------
    movie
  ------------------------------------------------------------------*/
  #movie h2 {
    margin-bottom: 40px;
  }
  #movie .movie_list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin: 0 0 -5% -5%;
  }
  #movie .movie_list ul li {
    width: 45%;
    margin: 0 0 5% 5%;
  }
  #movie .movie_list ul li > div {
    position: relative;
    width: 100%;
  }
  #movie .movie_list ul li > div img {
    width: 100%;
  }
  #movie .movie_list ul li > div iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  #movie .movie_list ul li p {
    text-align: left;
    margin-top: 10px;
    line-height: 1.4;
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  /*-----------------------------------------------------------------
    movie
  ------------------------------------------------------------------*/
  /*-----------------------------------------------------------------
    profile
  ------------------------------------------------------------------*/
  #caution_popup {
    height: 100vh;
    padding: 50px;
  }
  #caution_popup .popup_inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 1200px;
    background: #000;
    padding: 0px 100px;
    overflow-y: scroll;
  }
}

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