/*-------------------- reset.css --------------------*/
html,
body,
main,
header,
section,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-size: 16px;
  color: #333;
  scroll-behavior: smooth;
}
article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}
* {
  margin: 0;
  padding: 0;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans", sans-serif;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
ol,
ul {
  list-style: none;
  list-style-type: none;
}
a {
  color: #333;
  display: block;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}
p {
  font-size: 1rem;
  line-height: 1.6;
}
img {
  display: block;
  width: 100%;
  pointer-events: none;
}
img,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p,
span,
em,
strong {
  user-select: none;
  -webkit-user-drag: none;
}
main {
  display: block;
}
/*-------------------- //reset.css --------------------*/
/*-------------------- commmon --------------------*/
#body {
  background-color: #009FE8;
}
#body.fixed {
  overflow: hidden;
  overflow-x: hidden;
}
.all_wrapper {
  color: #333333;
  background: #009FE8;
  text-align: center;
  overflow-x: hidden;
  padding: 6.25rem 3.75rem 0;
}
.all_wrapper .inner_frame {
  position: fixed;
  width: calc(100% - 7.5rem);
  height: calc(100vh - 6.25rem);
  background-color: #fbf213;
  clip-path: inset(0px round 20px 20px 0 0);
  border: solid 4px #fff;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  z-index: 1;
  pointer-events: none;
}
.all_wrapper .inner_frame_line {
  position: fixed;
  width: calc(100% - 7.5rem);
  height: calc(100vh - 6.25rem);
  clip-path: inset(0px round 20px 20px 0 0);
  border: solid 4px #fff;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  z-index: 100;
  pointer-events: none;
}
.all_wrapper .text_flow.left {
  position: fixed;
  top: 0;
  left: 3.75rem;
  width: 100vh;
  height: 3.75rem;
  transform: rotate(90deg);
  transform-origin: left top;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.all_wrapper .text_flow.right {
  position: fixed;
  top: 0;
  right: 3.75rem;
  width: 100vh;
  height: 3.75rem;
  transform: rotate(-90deg);
  transform-origin: right top;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.all_wrapper .text_flow .text_container {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.all_wrapper .text_flow .text_container p {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fbf213;
  margin: 0;
  letter-spacing: .05em;
}
#tekkun {
  width: 60px;
  height: auto;
  position: fixed;
  right: 5rem;
  bottom: 1rem;
  z-index: 10000;
  cursor: pointer;
  opacity: 0;
  transform: translateY(30px) scale(1);
  transition: all .2s;
}
#tekkun.show {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: all .2s;
}
#tekkun:hover {
  transform: translateY(0) scale(1.05);
  transition: all .3s;
}
#tekkun img {
  width: 100%;
  height: auto;
}


#header {
  position: fixed;
  top: 0;
  left: 0;
  height: 6.25rem;
  width: 100vw;
  background: #009FE8;
  z-index: 10000;
}
#header .menu_btn {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
}
#header .menu_btn span {
  display: block;
  background-color: #fbf213;
  border-radius: 10px;
  width: 28px;
  height: 2px;
  margin-bottom: 6px;
  transition: all 0.3s;
}
#header .menu_btn span:last-child {
  margin-bottom: 0;
}
#main {
  padding: 0 4rem;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.sec {
  max-width: 1000px;
  margin: 0 auto 7.5rem;
  padding: 3.75rem 5rem 5rem;
  background-color: #fff;
  border: solid 4px #009FE8;
  border-radius: 20px;
  position: relative;
  scroll-margin: 140px;
}
.sec::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: -2;
  border: solid 4px #009FE8;
  border-radius: 20px;
}
.sec::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: -1;
  border: solid 4px #009FE8;
  border-radius: 20px;
  background-image: url('../images/bg_dot.png');
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 1000px 3600px;
  background-clip: padding-box;
}
.sec_tit {
  margin-bottom: 3.75rem;
}
.sec_tit h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sec_tit h2 span {
  font-size: 3.75rem;
  font-weight: bold;
  color: #E50012;
  line-height: 1;
}

.sec_tit h2::before {
  content: "";
  height: 20px;
  width: 100%;
  background-image: radial-gradient(ellipse 8px 4px at center, #009FE8 2px, transparent 0px);
  background-size: 10px 20px;
  background-repeat: repeat;
  margin-right: 1rem;
}
.sec_tit h2::after {
  content: "";
  height: 20px;
  width: 100%;
  background-image: radial-gradient(ellipse 8px 4px at center, #009FE8 2px, transparent 0px);
  background-size: 10px 20px;
  background-repeat: repeat;
  margin-left: 1rem;
}

.sp {
  display: none;
}
/*-------------------- //commmon --------------------*/
#header .menu_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.25rem;
  z-index: 1000;
}
#header .menu_wrapper .nav_menu {
  width: 100%;
  height: 100%;
}
#header .menu_wrapper .nav_menu .nav_list {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
#header .menu_wrapper .nav_menu .nav_list li {
margin: 0;
}
#header .menu_wrapper .nav_menu .nav_list li a {
  color: #fbf213;
  transition: all 0.3s;
  position: relative;
  font-size: 1.25rem;
  font-weight: 600;
  transform: scale(1) rotate(0deg);
  transition: all .2s;
}
#header .menu_wrapper .nav_menu .nav_list li a:hover {
  transform: scale(1.2) rotate(-3deg);
  transition: all .2s;
}
#top {
  padding-top: 3rem;
  margin-bottom: 3rem;
  scroll-margin: 140px;
}
#top .kv_area {
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
}
#top .lead_txt {
  margin-top: 120px;
}
#top .lead_txt p {
  font-size: 2.5rem;
  font-weight: bold;
  color: #E50012;
  letter-spacing: .01em;
}
#top .lead_txt p span {
  font-size: 2rem;
  font-weight: 600;
  color: #333333;
}
/*-------------------- SCHEDULE --------------------*/
#schedule .sche_box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 2.5rem;
}
#schedule .sche_box .sche_item {
  display: flex;
  flex-direction: column;
}
#schedule .sche_box .sche_item .live_place {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
  margin-bottom: 1rem;
}
#schedule .sche_box .sche_item .live_place h3 {
  font-size: 2.5rem;
  font-weight: bold;
  background: url('../images/flag.svg') no-repeat center / contain;
  padding: 0 1.5rem;
  position: relative;
  text-wrap: nowrap;
  animation: pyonpyon infinite 2s linear forwards;
}
@keyframes pyonpyon {
  0%{transform: translateY(2px);}
  25%{transform: translateY(0px);}
  50%{transform: translateY(-2px);}
  75%{transform: translateY(0px);}
  100%{transform: translateY(2px);}
}

#schedule .sche_box .sche_item .live_place h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 150%;
  background: url('../images/flag_rod.svg') no-repeat center / contain;
}
#schedule .sche_box .sche_item .live_place p {
  font-size: 1.375rem;
  font-weight: 600;
  text-align: left;
}
#schedule .sche_box .sche_item .live_date {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#schedule .sche_box .sche_item .live_date .m_d {
  font-size: 5rem;
  font-weight: 900;
  gap: .5rem;
  display: flex;
  align-items: baseline;
  margin-bottom: .5rem;
}
#schedule .sche_box .sche_item .live_date .m_d span {
  font-size: 2.5rem;
  font-weight: 900;
  margin-right: .25rem;
}
#schedule .sche_box .sche_item .live_date .d_of_w {
  display: flex;
  gap: .5rem;
  margin-bottom: 1rem;
}
#schedule .sche_box .sche_item .live_date .d_of_w span  {
  font-size: 1.875rem;
  font-weight: bold;
  padding: .5rem;
  color: #fff;
  background-color: #333;
  border-radius: 5px;
  line-height: 1;
}
#schedule .sche_box .sche_item .live_date .d_of_w span.holi  {
  background-color: #E50012;
}
#schedule .sche_box .sche_item .live_time {
  display: flex;
  gap: 1rem;
}
#schedule .sche_box .sche_item .live_time span {
  font-size: 1.5rem;
  font-weight: 600;
}
#schedule .sche_box .sche_item .artist_img {
  display: flex;
  align-items: center;
  border: solid 2px #333;
  border-radius: 10px;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}
#schedule .sche_box .sche_item .artist_img img {
  width: 100%;
  height: auto;
  transition: all .2s;
}
#schedule .sche_box .sche_item .artist_img:hover {
  transition: all .2s;
  border: solid 2px #009FE8;
}
#schedule .sche_box .sche_item .artist_img.taiiku:hover {
  border: solid 2px #333;
  cursor: inherit;
}
#schedule .sche_box .sche_item .artist_name {
  margin-top: .75rem;
}
#schedule .sche_box .sche_item .artist_name p {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}
#schedule .sche_box.sche_box_2 {
  margin-top: 3.75rem;
}
/*-------------------- モーダル --------------------*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(255, 240, 0, 90%);
  padding: 40px 0;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 10000;
}
/* 背景を固定するクラス */
.modal-open-fixed {
  overflow: hidden;
}
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 980px;
  width: 90%;
  height: auto;
}
.modal-body::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #333;
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  z-index: -2;
  border-radius: 10px;
}
/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #333;
  cursor: pointer;
  transform: scale(1);
  transition: all .3s;
}
.modal-close:hover {
  transform: scale(1.15);
  transition: all .3s;
}
/*モーダル内のコンテンツの指定*/
.modal-content {
  background-color: #fff;
  text-align: left;
  padding: 3.75rem;
  height: auto;
  overflow: auto;
  will-change: filter;
  border: solid 2px #333;
  border-radius: 10px;
  position: relative;
}
.modal_content_inner {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}
.modal_artist_img {
  flex: 1;
  width: 100%;
  height: 100%;
}
.modal_artist_img img {
  pointer-events: none;
  border: solid 2px #333;
  border-radius: 10px;
}
.modal-content .modal_artist_name {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2.5rem;
  line-height: 1.2;
}
.modal-content .modal_artist_name p {
  margin: 1rem 0 0.25rem;
}
.modal-content .modal_artist_details {
  flex: 1;
}
.modal-content .modal_artist_details .modal_profile {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: .75rem;
}
.modal-content .modal_artist_details p {
  line-height: 1.5;
  height: auto;
  overflow: auto;
  font-size: 1rem;
  font-weight: 500;
}
.modal-content .modal_artist_details p a {
  display: inline-block;
  color: #009FE8;
}
/*-------------------- //モーダル --------------------*/
/*-------------------- //SCHEDULE --------------------*/
/*-------------------- TICKET --------------------*/
#ticket .ticket_details {
  margin-bottom: 3rem;
}
#ticket .ticket_details p {
  font-size: 1.5rem;
  font-weight: 600;
}
#ticket .ticket_details p small {
  font-weight: 600;
  color: #E50012;
}
#ticket .ticket_fee_area {
  display: inline-block;
  background-color: #FFFDDB;
  padding: 2rem 4rem;
  border: solid 2px #333;
  border-radius: 5px;
  position: relative;
}
#ticket .ticket_fee_area span {
  position: absolute;
  top: -1rem;
  left: -1rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  background-color: #fbf213;
  border: solid 2px #333;
  border-radius: 5px;
  padding: .5rem 1.25rem;
}
#ticket .ticket_fee_area .fee_details {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#ticket .ticket_fee_area .fee_details p {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}
#ticket .ticket_fee_area .fee_details p em {
  font-size: 2.5rem;
  font-weight: bold;
  font-style: normal;
  margin-left: 1rem;
  position: relative;
  z-index: 1;
}
#ticket .ticket_fee_area .fee_details p em::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #fbf213;
  z-index: -1;
}
#ticket .ticket_fee_area .fee_details p em small {
  font-size: 1.25rem;
  font-weight: 600;
}
#ticket .link_btn_area {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* PCは4列固定 */
  gap: 1.5rem;
  margin: 2.5rem auto 3.75rem;
}
#ticket .link_btn_area .link_btn {
  flex: 1;
}
#ticket .link_btn_area .link_btn a {
  font-size: 1.25rem;
  font-weight: 600;
  text-wrap: nowrap;
  color: #fff;
  background-color: #009FE8;
  border: solid 1px #333;
  border-radius: 10px;
  box-shadow: 4px 4px 0px 0px rgba(51, 51, 51, .7);
  padding: 1rem 2rem;
  transition: all .3s;
}
#ticket .link_btn_area .link_btn a:hover {
  box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, .7);
  transform: translate(4px,4px);
  transition: all .3s;
}
#ticket .ticket_caution {
  text-align: left;
}
#ticket .ticket_caution dt {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
}
#ticket .ticket_caution dt:not(:first-of-type) {
  margin-top: .875rem;
}
#ticket .ticket_caution dd {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: .25rem;
}
/*-------------------- //TICKET --------------------*/
/*-------------------- TIMETABLE --------------------*/
#timetable .timetable_img_wrapper {
  display: flex;
  gap: 2rem;
}
#timetable .timetable_img {
  width: 100%;
  height: auto;
  border: solid 1px #333;
  box-shadow: 4px 4px 0px 0px rgba(51, 51, 51, .7);
  transition: all .3s;
}
#timetable .timetable_img:hover {
  box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, .7);
  transform: translate(4px,4px);
  transition: all .3s;
}
/*-------------------- //TIMETABLE --------------------*/
/*-------------------- INFORMATION --------------------*/
#info .coming_txt {
  font-size: 2rem;
  font-weight: 600;
  animation: coming infinite 3s forwards;
}
@keyframes coming {
0%{opacity: 1;}
50%{opacity: 0;}
100%{opacity: 1;}
}
/*-------------------- //INFORMATION --------------------*/
/*-------------------- GOODS --------------------*/
#goods .goods_wrapper .goods_details h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
#goods .goods_wrapper .goods_details h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
  background-color: #fbf213;
  border: solid 2px #333;
  border-radius: 5px;
  line-height: 1.2;
  padding: .25rem 1rem;
  width: max-content;
  margin: 1.5rem auto .25rem;
}
#goods .goods_wrapper .goods_details p {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .025em;
}
#goods .goods_wrapper .goods_details p small {
  font-size: 70%;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2rem;
  letter-spacing: .05em;
}
#goods .goods_wrapper .goods_details .goods_notes {
  margin: 1rem auto 2rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
#goods .goods_wrapper .goods_details .goods_notes li {
  font-size: 1rem;
  line-height: 1.3;
}
#goods .goods_wrapper .goodslink_btn a {
  font-size: 1.25rem;
  font-weight: 600;
  text-wrap: nowrap;
  color: #fff;
  background-color: #009FE8;
  border: solid 1px #333;
  border-radius: 10px;
  box-shadow: 4px 4px 0px 0px rgba(51, 51, 51, .7);
  padding: 1rem 2rem;
  margin: 0 auto 2rem;
  transition: all .3s;
  width: max-content;
}
#goods .goods_wrapper .goodslink_btn a:hover {
  box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, .7);
  transform: translate(4px, 4px);
  transition: all .3s;
}
#goods .goods_wrapper .goods_img {
  display: block;
  margin: 2rem auto 0;
  border: solid 1px #333;
    box-shadow: 4px 4px 0px 0px rgba(51, 51, 51, .7);
    transition: all .3s;
}
#goods .goods_wrapper .goods_img:hover {
  box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, .7);
  transform: translate(4px, 4px);
  transition: all .3s;
}
/*-------------------- //GOODS --------------------*/
/*-------------------- FOOTER --------------------*/
footer {
  position: relative;
  z-index: 1;
  padding: 5rem 0 3.75rem;
}
footer .copyright small {
  display: block;
  font-size: .875rem;
  font-weight: 600;
  color: #333;
}
/*-------------------- //FOOTER --------------------*/




@media (max-width: 1200px) {
#ticket .link_btn_area {
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  }
}
@media (max-width: 1079px) {
  #main {
    padding: 0 3rem;
  }
  .sec {
    padding: 3rem 2rem;
  }
  .sec#schedule {
    padding: 3rem 4rem;
  }
  .sec_tit h2 span {
    font-size: 3rem;
  }
  #info .sec_tit h2 span {
    font-size: 2.5rem;
  }
  #schedule .sche_box {
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  #schedule .sche_box .sche_item .live_date {
    flex-direction: row;
    align-items: baseline;
    gap: .5rem;
  }
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
  .all_wrapper {
    padding: 3.125rem 3.75rem 0;
  }
  .all_wrapper .inner_frame {
    height: calc(100vh - 3.125rem);
  }
  .all_wrapper .inner_frame_line {
    height: calc(100vh - 3.125rem);
  }
  .sec {
    max-width: 1000px;
    margin: 0 auto 3.75rem;
    padding: 1.875rem 1.25rem;
    background-color: #fff;
    border: solid 2px #009FE8;
    border-radius: 10px;
    scroll-margin: 70px;
  }
  .sec::before {
    top: 0.5rem;
    left: 0.5rem;
    z-index: -2;
    border: solid 2px #009FE8;
    border-radius: 10px;
}
  .sec::after {
    top: 0.5rem;
    left: 0.5rem;
    z-index: -1;
    border: solid 2px #009FE8;
    border-radius: 10px;
  }
  .sec#schedule {
    padding: 1.875rem 1.5rem;
  }
  .sec_tit {
    margin-bottom: 1.75rem;
  }
  .sec_tit h2 span {
    font-size: 2.5rem;
  }
  #header {
    height: 3.125rem;
  }
  #header .menu_btn {
    display: block;
    cursor: pointer;
    transform: scale(1);
    transition: all .3s;
  }
  #header .menu_btn:hover {
    transform: scale(1.05);
    transition: all .3s;
  }
  #header .menu_btn.open {
    z-index: 10000;
  }
  #header .menu_btn.open span {
    transition: all 0.3s;
    background-color: #fbf213;
  }
  #header .menu_btn.open span:first-child {
    transform: rotate(30deg) translate(2px, 4px);
  }
  #header .menu_btn.open span:last-child {
    transform: rotate(-30deg) translate(2px, -3.3px);
  }
  #header .menu_wrapper {
    position: fixed;
    left: 100%;
    transition: all 0.5s;
    height: 100%;
    background-image: none;
  }
  #header .menu_wrapper.open {
    left: 0;
    transition: all 0.5s;
    background-color: #009FE8;
  }
  #header .menu_wrapper .nav_menu .nav_list {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 1.875rem;
    padding: 5rem 2rem 0 0;
  }
  #header .menu_wrapper .nav_menu .nav_list li {
    opacity: 0;
    transform: translateY(14px);
    will-change: opacity, transform;
  }
  #header .menu_wrapper.open .nav_menu .nav_list li {
    animation-name: navFadeIn;
    animation-duration: var(--fade-duration, 480ms);
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-delay: calc(var(--delay-start, 0.06s) + var(--i, 0) * var(--delay-step, 0.12s));
  }
  @keyframes navFadeIn {
    from { opacity: 0; transform: translateY(14px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  #header .menu_wrapper .nav_menu .nav_list li a {
    font-size: 1.875rem;
    filter: drop-shadow(2px 2px 0px rgba(0,122,178,1));
    transform: translate(0px, 0px);
    transition: all .3s;
  }
  #header .menu_wrapper .nav_menu .nav_list li a:hover {
    filter: drop-shadow(0px 0px 0px rgba(0,122,178,1));
    transform: translate(1px, 1px);
    transition: all .3s;
  }


  #top {
    padding-top: 60px;
    margin-bottom: 1.25rem;
  }
  #top .lead_txt {
    margin-top: 80px;
  }
  #top .lead_txt p {
    font-size: 1.5rem;
  }
  #top .lead_txt p span {
    font-size: 1.25rem;
  }
  #schedule .sche_box {
    gap: 1.25rem;
  }
  #schedule .sche_box .sche_item .live_place h3 {
    font-size: 1.25rem;
    padding: 0 0.75rem;
  }
  #schedule .sche_box .sche_item .live_place h3::before {
    width: 1px;
  }
  #schedule .sche_box .sche_item .live_place p {
    font-size: 1rem;
  }
  #schedule .sche_box .sche_item .live_place {
    margin-bottom: 1rem;
  }
  #schedule .sche_box .sche_item .live_date .m_d {
    font-size: 3.125rem;
    gap: .25rem;
  }
  #schedule .sche_box .sche_item .live_date .m_d span {
    font-size: 1.25rem;
    margin-right: 0;
  }
  #schedule .sche_box .sche_item .live_date .d_of_w {
    gap: .25rem;
    margin-bottom: 0;
    transform: translateY(-4px);
  }
  #schedule .sche_box .sche_item .live_date .d_of_w span {
    font-size: 1.25rem;
    padding: .25rem;
  }
  #schedule .sche_box .sche_item .live_time span {
    font-size: .875rem;
  }
  #schedule .sche_box .sche_item .artist_img {
    border: solid 1px;
  }
  #schedule .sche_box .sche_item .artist_name p {
    font-size: 1rem;
  }
/*-------------------- モーダル --------------------*/
.modal-container {
  padding: 10% 0;
}
.modal-body::before {
  top: 0.25rem;
  left: 0.25rem;
  border-radius: 5px;
}
.modal-close {
  top: -30px;
  right: -5px;
  width: 30px;
  height: 30px;
  font-size: 40px;
}
.modal-content {
  padding: 2.5rem 1.5rem;
  border: solid 1px #333;
  border-radius: 5px;
}
.modal-content .modal_content_inner {
  flex-direction: column;
  gap: 1.5rem;
}
.modal-content .modal_artist_name {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}
.modal_artist_img img {
  pointer-events: none;
  border: solid 1px #333;
  border-radius: 5px;
}
.modal-content .modal_artist_details .modal_profile {
  font-size: 1.25rem;
  margin-bottom: .5rem;
}
/*-------------------- //モーダル --------------------*/
#ticket .ticket_details {
  margin-bottom: 2rem;
}
#ticket .ticket_details p {
  font-size: 1.125rem;
}
#ticket .ticket_details p small {
  font-size: .875rem;
}

  #ticket .ticket_fee_area {
    padding: 1.25rem 2.5rem;
    border: solid 1px;
  }
  #ticket .ticket_fee_area span {
    font-size: .875rem;
    padding: .35rem .875rem;
    border: solid 1px;
  }
  #ticket .ticket_fee_area .fee_details p {
    font-size: .75rem;
  }
  #ticket .ticket_fee_area .fee_details p em {
    font-size: 1.5rem;
  }
  #ticket .ticket_fee_area .fee_details p em::before {
    bottom: 5px;
    height: 5px;
}
  #ticket .ticket_fee_area .fee_details p em small {
    font-size: .75rem;
  }
  #ticket .link_btn_area {
      grid-template-columns: repeat(1, 1fr);
      gap: .75rem;
  }
  #ticket .link_btn_area .link_btn a {
    font-size: 1rem;
    padding: .75rem 2rem;
  }
  #ticket .ticket_caution dt {
    font-size: 1rem;
  }
  #ticket .ticket_caution dd {
    font-size: .875rem;
  }
  #timetable .timetable_img_wrapper {
    flex-direction: column;
    gap: 1rem;
  }
  #info .coming_txt {
    font-size: 1.25rem;
}
#goods .goods_wrapper .goods_details h3 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
#goods .goods_wrapper .goods_details h4 {
  font-size: 1rem;
  margin: 1.5rem auto .125rem;
}
#goods .goods_wrapper .goods_details p {
  font-size: 1.5rem;
}
#goods .goods_wrapper .goods_details .goods_notes li {
  font-size: .75rem;
}
#goods .goods_wrapper .goodslink_btn a {
  font-size: 1rem;
}
  footer .copyright small {
    font-size: .6875rem;
  }
}

@media (max-width: 549px) {
  .all_wrapper {
    padding: 3.125rem 1.25rem 0;
  }
  .all_wrapper .inner_frame {
    width: calc(100% - 2.5rem);
    height: calc(100vh - 3.125rem);
    clip-path: inset(0px round 10px 10px 0 0);
    border: solid 2px #fff;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
  }
  .all_wrapper .inner_frame_line {
    width: calc(100% - 2.5rem);
    height: calc(100vh - 3.125rem);
    clip-path: inset(0px round 10px 10px 0 0);
    border: solid 2px #fff;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
  }
  .all_wrapper .text_flow.left {
    left: 1.25rem;
    height: 1.25rem;
  }
  .all_wrapper .text_flow.right {
    right: 1.25rem;
    height: 1.25rem;
  }
  .all_wrapper .text_flow .text_container p {
    font-size: .875rem;
  }
  #tekkun {
    width: 40px;
    right: 2rem;
    bottom: 1rem;
  }
  #main {
    padding: 0 2rem;
  }
  #main {
    padding: 0 1.875rem;
  }
  #top .lead_txt p {
    font-size: 1.25rem;
  }
  #top .lead_txt p span {
    font-size: 1rem;
  }
  .sec_tit h2 span {
    font-size: 1.875rem;
  }
  #ticket .ticket_fee_area {
    padding: 1.25rem 1.5rem;
}
  #info .sec_tit h2 span {
    font-size: 1.75rem;
  }
  #goods .goods_wrapper .goods_details .goods_notes li {
    text-align: left;
  }
}


@media (max-width: 399px) {
  #main {
    padding: 0 1rem;
  }
  #ticket .ticket_fee_area {
    padding: 1.25rem 1rem;
}
}


@media (max-width: 374px) {
  #main {
    padding: 0 .875rem;
  }
  .sec,
  .sec#schedule  {
    padding: 1.5rem 1rem;
  }
  .sec::before {
    top: 0.25rem;
    left: 0.25rem;
  }
  .sec::after {
    top: 0.25rem;
    left: 0.25rem;
    background-size: 500px 1800px;
}
.sec_tit h2 span {
  font-size: 1.5rem;
}
  #top .lead_txt p span {
    font-size: .875rem;
  }
  #schedule .sche_box .sche_item .live_date .m_d {
    font-size: 2.75rem;
    gap: .125rem;
  }
  #schedule .sche_box .sche_item .live_date .d_of_w span {
    font-size: 1rem;
  }
  #schedule .sche_box .sche_item .live_place h3 {
    font-size: 1rem;
    padding: 0 0.5rem;
  }
  #schedule .sche_box .sche_item .live_place h3::before {
    height: 170%;
  }
  #schedule .sche_box .sche_item .live_place {
    gap: .875rem;
  }
  #schedule .sche_box .sche_item .live_place p {
    font-size: .875rem;
    line-height: 1.2;
  }
  #schedule .sche_box .sche_item .artist_name p {
    font-size: .75rem;
  }
  #ticket .ticket_fee_area span {
    font-size: .75rem;
    top: -.5rem;
    left: -.5rem;
    padding: .25rem .5rem;
    border-radius: 2.5px;
  }
  #ticket .ticket_fee_area .fee_details p em {
    font-size: 1.25rem;
    margin-left: .5rem;
  }
  #ticket .ticket_caution dt {
    font-size: .875rem;
  }
  #ticket .ticket_caution dd {
    font-size: .75rem;
  }
  #ticket .link_btn_area .link_btn a {
    font-size: .875rem;
  }
  #info .sec_tit h2 span {
    font-size: 1.25rem;
  }
  .modal-content {
    padding: 2rem 1.25rem;
  }
  .modal-content .modal_artist_details p {
    font-size: .875rem;
  }
}

/* -------------------- inview.css --------------------- */
.js-fadeIn.kv_area {
  opacity: 0;
  transition: all 1.5s;
}
.js-fadeIn.kv_area.is-inview {
  opacity: 1;
  transition: all 1.5s;
  animation: kvScaleup .5s ease-in 1 forwards;
}
@keyframes kvScaleup {
  0%{opacity: 0; transform: scale(1);}
  1%{opacity: 0; transform: scale(0.01);}
  90%{opacity: 1; transform: scale(1.01);}
  100%{opacity: 1; transform: scale(1);}
}
.js-fadeIn {
  opacity: 0;
  transition: all .5s;
}
.js-fadeIn.is-inview {
  opacity: 1;
  transition: all .5s;
}
.js-fadeIn.is-inview.text_flow {
  transition-delay: 1s;
}
.js-fadeUp {
  transform: translateY(40px);
  opacity: 0;
  transition: all .5s;
}
.js-fadeUp.is-inview {
  transform: translateY(0px);
  opacity: 1;
  transition: all .5s;
}
/* -------------------- //inview.css --------------------- */