/*-------------------- 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 JP", 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 --------------------*/
/*-------------------- common --------------------*/
body {
  text-align: center;
  color: #000;
  background-color: #81d8d0;
  font-family: "futura-pt", sans-serif;
      letter-spacing: .02em;
}
main {
  padding-bottom: 3.75rem;
}
.sp_br {
  display: block;
}
:root {
  --fs-12px: clamp(12px, 2.8vw, 16px);
  --fs-14px: clamp(14px, 3vw, 18px);
  --fs-16px: clamp(16px, 4.3vw, 24px);
  --fs-18px: clamp(18px, 4.8vw, 28px);
  --fs-20px: clamp(20px, 5.4vw, 32px);
  --fs-24px: clamp(24px, 6.4vw, 32px);
  --fs-28px: clamp(28px, 7.5vw, 46px);
  --fs-32px: clamp(32px, 8.6vw, 60px);
}

section {
  position: relative;
  padding: 3.75rem 1.25rem 0;
}
.sec_tit span {
  font-size: var(--fs-12px);
  font-weight: 500;
  letter-spacing: 0;
}
.sec_tit h2 {
  font-size: var(--fs-24px);
  font-weight: 700;
      line-height: 1.4;
}
/*-------------------- //common --------------------*/
/*-------------------- top --------------------*/
#top {
padding: 3.75rem 2.25rem;
}
#top .top_kv_wrapper h1 .fes_logo {
  width: 95%;
  max-width: 540px;
  margin: 0 auto;
}
#top .top_kv_wrapper h1 p {
    font-size: clamp(32px, 10.2vw, 76px);
    font-weight: 700;
    color: #ffee29;
    margin: 1rem auto 0;
    letter-spacing: .1em;
    display: inline-block;
    filter: drop-shadow(1px 2px 0px black);
}
#top .top_kv_wrapper h1 p small {
font-size: 70%;
font-weight: 700;
}
#top .top_info_area,
#top .top_info_area .info_details,
#top .top_info_area .info_details .fes_date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#top .top_info_area {
  margin-top: 1rem;
}
#top .top_info_area .info_details .place {
  display: flex;
  flex-direction: column;
}
#top .top_info_area .info_details .place p {
  font-size: clamp(20px, 5.4vw, 40px);
  font-weight: bold;
}
#top .top_info_area .info_details .access_btn {
      display: inline-block;
      margin: 0 auto;
      transition: transform .3s;
          transform: scale(1);
              filter: drop-shadow(1px 1px 0px black);
}
#top .top_info_area .info_details .access_btn:hover {
  transition: transform .3s;
      transform: scale(1.05);
}
#top .top_info_area .info_details .access_btn a {
    color: #ffee29;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 700;
    position: relative;
        font-size: var(--fs-14px);
      }
#top .top_info_area .info_details .access_btn a span {
position: absolute;
top: 50%;
right: -1rem;
transform: translate(0,-50%);
width: .5rem;
height: auto;
transition: transform .2s;
animation: arrowRotate 6s infinite linear;
}
@keyframes arrowRotate {
  0%{transform: translate(0,-50%) rotateX(0deg);}
  25%{transform: translate(0,-50%) rotateX(360deg);}
  100%{transform: translate(0,-50%) rotateX(360deg);}
}

#top .top_info_area .info_details .fes_date {
  width: 100%;
  margin: 1.25rem auto 0;
      gap: .5rem;
}

#top .top_info_area .info_details .fes_date .y_md {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
      width: 100%;
}
#top .top_info_area .info_details .fes_date .y_md .year {
  font-size: var(--fs-14px);
  font-weight: 500;
  margin-bottom: auto;
      margin-right: 1rem;
      text-decoration-line: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: .5px;
    -webkit-text-decoration-thickness: .5px;
}
#top .top_info_area .info_details .fes_date .y_md .month_day {
  display: flex;
  flex-direction: row;
  justify-content: center;
    align-items: flex-end;
    gap: .25rem;
}
#top .top_info_area .info_details .fes_date .y_md .month_day p {
  font-size: var(--fs-32px);
font-weight: 700;
line-height: .8;
}
#top .top_info_area .info_details .fes_date .y_md .month_day span.day_of_week {
  font-size: var(--fs-16px);
color: #ff00c9;
}
#top .top_info_area .info_details .fes_date .time p {
  font-size: var(--fs-16px);
}
#top .top_info_area .info_details .fes_date .y_md .date_line {
    width: 30px;
    height: 1px;
    background-color: #000;
    border-radius: 10px;
    margin: 0 .5rem;
}
#top .top_info_area .details_later {
  margin: 1.875rem auto 0;
}
#top .top_info_area .details_later p {
  font-size: var(--fs-20px);
  font-weight: 700;
  padding: .4rem 1rem .25rem 1.25rem;
  border-radius: 10px;
background-color: #ffee29;
    color: #000;
}

/*-------------------- //top --------------------*/
/*-------------------- ticket --------------------*/
#ticket .wave_line {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 3.75rem;
  width: 100%;
  height: 4px;
  background: url('../images/wave_line.png') no-repeat center / cover;
}
#ticket .ticket_inner {
  max-width: 800px;
  margin: 0 auto;
  color: #000;
    background-color: #fff;
  padding: 2rem 1.25rem;
  box-shadow: inset 0 0 0 2px #fff;
  border-radius: 10px;
  position: relative;
}
#ticket .ticket_details {
  margin-top: 2rem;
}
#ticket .ticket_details .price_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .75rem;
}
#ticket .ticket_details .price_area .day {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: .75rem;
}
#ticket .ticket_details .price_area .day .ticket_day {
  font-size: var(--fs-16px);
font-weight: 700;
    color: #000;
    background-color: #ffee29;
padding: .25rem .5rem;
border-radius: 5px;
line-height: 1;
}
#ticket .ticket_details .price_area .day .ticket_day span {
  font-size: var(--fs-18px);
font-weight: 700;
line-height: 1;
}
#ticket .ticket_details .price_area .day .price {
  font-size: var(--fs-24px);
font-weight: 700;
    line-height: 1;
}
#ticket .ticket_details .price_area .day .price span {
  font-size: var(--fs-14px);
font-weight: 700;
margin-left: .25rem;
}
#ticket .ticket_details .ticket_notes {
  margin-top: 2rem;
}
#ticket .ticket_details .ticket_notes .ticket_notes_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
}
#ticket .ticket_details .ticket_notes .ticket_notes_list li {
  font-size: var(--fs-14px);
  text-align: left;
  line-height: 1.5;
}
#ticket .adv_info {
margin-top: 3.75rem;
}
#ticket .adv_info h3 {
  font-size: var(--fs-18px);
padding: .5rem 0 .25rem;
background-color: #7bd1c9;
color: #fff;
border: solid 1px #fff;
}
#ticket .adv_info_details {
padding: 2rem 1.25rem;
background-color: #fff;
color: #7bd1c9;
border: solid 1px #fff;
}
#ticket .adv_info_details p {
  font-size: var(--fs-16px);
font-weight: 700;
}
#ticket .adv_info_details p.application_period {
  font-size: var(--fs-24px);
  font-weight: 700;
      margin-top: 1rem;
}
#ticket .adv_info_details p.application_period span:nth-of-type(2n+1) {
  font-size: var(--fs-18px);
  font-weight: 700;
    display: inline-block;
    transform: translateY(-0.25rem);
}
#ticket .adv_info_details p.application_period span:nth-of-type(2n) {
  font-size: var(--fs-18px);
  font-weight: 700;
    display: inline-block;
    transform: translateY(-.125rem);
    margin-left: .25rem;
}
#ticket .adv_info_details a {
  font-size: var(--fs-16px);
  font-weight: 700;
padding: 1.25rem;
color: #fff;
background-color: #181619;
border-radius: 50px;
margin-top: 2rem;
}
/*-------------------- //ticket --------------------*/
/*-------------------- venue --------------------*/
#venue .sec_tit h2 {
  font-size: clamp(20px, 5.4vw, 28px);
}
#venue .venue_inner {
  max-width: 800px;
  margin: 0 auto;
  color: #000;
    background-color: #fff;
  padding: 2rem 1.25rem;
  box-shadow: inset 0 0 0 2px #fff;
  border-radius: 10px;
  position: relative;
}
#venue .venue_details {
    margin-top: 2rem;
}
#venue .venue_details .venue_address {
    font-size: var(--fs-14px);
}
#venue .venue_inner .venue_details .access_btn {
    display: inline-block;
    margin: 1rem auto 0;
}
#venue .venue_inner .venue_details .access_btn a {
    background-color: #ff00c9;
    color: #fff;
    border-radius: 20px;
    padding: .5rem 1rem;
        min-width: 200px;
}
/*-------------------- //venue --------------------*/
/*-------------------- footer --------------------*/
footer {
  padding: 1rem;
  background-color: #fff;
}
footer p {
  font-size: var(--fs-18px);
  font-weight: 700;
  color: #181619;
}
/*-------------------- //footer --------------------*/

@media (min-width: 900px) {
  main {
    padding-bottom: 5rem;
  }
  .sp_br {
  display: none;
}
#top .top_kv_wrapper {
  flex-direction: row;
  max-width: 1300px;
  margin: 0 auto;
      gap: 5rem;
}
#top .top_kv_wrapper h1 p {
    filter: drop-shadow(2px 4px 0px black);
}
#top .top_info_area .details_later {
      margin: 1.875rem 0 0 0;
}
#top .top_info_area .info_details {
  align-items: flex-start;
}
#top .top_info_area .info_details .place p {
    align-items: flex-start;
}
#top .top_info_area .info_details .fes_date {
        gap: 1.5rem;
        align-items: center;
    }
#top .top_info_area .info_details .fes_date .time {
      margin-top: auto;
}
#top .top_info_area .info_details .fes_date .time p {
  text-wrap: nowrap;
      line-height: 1;
}
#top .top_info_area .info_details .fes_date .y_md .date_line {
    width: 50px;
        margin: 0 1rem;
}
#top .top_info_area .info_details .fes_date .y_md .year {
      text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    -webkit-text-decoration-thickness: 1px;
}
#top .top_info_area .details_later p {
    padding: .4rem 1.5rem .25rem 1.75rem;
    border-radius: 10px;
}

#ticket .ticket_details .price_area {
  flex-direction: row;
          gap: 2.5rem;
}

}

@media (min-width: 1300px) {
  #top {
    padding: 5rem 2.25rem;
}
  #top .top_info_area {
  justify-content: space-between;
          max-width: 1200px;
        margin: 1rem auto 0;
}
#ticket {
    padding: 5rem 2.25rem 0;
}
}


@media (max-width: 374px) {
  #venue .sec_tit h2 {
    font-size: 16px;
}
}