@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Asap+Condensed:wght@700&display=swap");
html {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #000;
}

.custom-link {
  text-decoration: underline;
  color: #4389c8;
}

ul.sing-ul-default {
  list-style-type: disc !important; /* 黒丸を強制 */
  padding-left: 1.5em !important; /* ポッチが見えるように左余白を作る */
  margin-bottom: 1em;
}

ol.sing-ol-number {
  list-style-type: decimal !important; /* 数字を強制 */
  padding-left: 1.5em !important; /* 数字が見えるように左余白を作る */
  margin-bottom: 1em;
}

.sing-ul-default li,
.sing-ol-number li {
  margin-bottom: 0.5em;
}

p {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.65rem;
  margin-bottom: 1rem;
}

.min {
  font-size: 0.75rem;
  line-height: 1.4rem;
}

.sub {
  font-size: 0.9rem;
}

h2 {
  font-family: "Asap Condensed", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 1.3rem;
  font-weight: bold;
  width: fit-content;
  text-align: center;
  position: relative;
  padding: 0 0.3em;
  line-height: 1em;
  color: #f59b00;
  margin: auto;
  margin-bottom: 1rem;
}
h2.ticket-h2 {
  font-size: 3.3rem;
}
h2.news-h2 {
  font-size: 3.3rem;
}
h2.content-h2 {
  font-size: 3.3rem;
}
h2:before {
  content: "";
  width: 2px;
  height: 1em;
  background-color: #f59b00;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-25deg);
}
h2:after {
  content: "";
  width: 2px;
  height: 1em;
  background-color: #f59b00;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(25deg);
}
h2 span {
  display: block;
  font-size: 1rem;
  text-align: center;
  line-height: 1rem;
}
h2 span::before {
  content: "- ";
}
h2 span::after {
  content: " -";
}

h3 {
  font-size: 1.25rem;
  background-color: #f59b00;
  color: #fff;
  width: fit-content;
  padding: 0.25rem 1em;
  border-radius: 1em;
  margin: 1rem auto 1rem;
}
h3:first-of-type {
  margin-top: 0;
}

#page strong {
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  html {
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
  }
  p {
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
  }
}
body {
  width: 100%;
  overflow-x: hidden;
}
body img {
  width: 100%;
  height: auto;
  display: block;
}
body.top-bg {
  background-color: #fff;
}
body.single-bg {
  background-color: #fdf2e2;
}

.text-link {
  text-decoration: underline;
}

.btn-trigger {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  width: 50px;
  height: 44px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
  transform: scale(0.5);
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  display: inline-block;
  background-color: #9f9f9f;
  border-radius: 4px;
  transition: all 0.5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
  color: #fff;
}
.btn-trigger span:nth-of-type(2) {
  top: 20px;
  color: #fff;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
  color: #fff;
}

#nav-bt:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 84px;
  height: 84px;
  margin: -45px 0 0 -45px;
  border-radius: 50%;
  border: 4px solid transparent;
  transition: all 0.75s;
}
#nav-bt.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
  background-color: #fff;
}
#nav-bt.active span:nth-of-type(2) {
  left: 60%;
  opacity: 0;
  -webkit-animation: active-btn19-bar02 0.8s forwards;
  animation: active-btn19-bar02 0.8s forwards;
  background-color: #fff;
}
#nav-bt.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
  background-color: #fff;
}
#nav-bt.active:after {
  -webkit-animation: active-btn19 0.7s 0.25s forwards;
  animation: active-btn19 0.7s 0.25s forwards;
}
@-webkit-keyframes active-btn19-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-btn19-bar02 {
  100% {
    height: 0;
  }
}
@-webkit-keyframes active-btn19 {
  0% {
    border-color: transparent;
    -webkit-transform: rotate(0);
  }
  25% {
    border-color: transparent #9f9f9f transparent transparent;
  }
  50% {
    border-color: transparent #9f9f9f #9f9f9f transparent;
  }
  75% {
    border-color: transparent #9f9f9f #9f9f9f #9f9f9f;
  }
  100% {
    border-color: #9f9f9f;
    -webkit-transform: rotate(-680deg);
  }
}
@keyframes active-btn19 {
  0% {
    border-color: transparent;
    transform: rotate(0);
  }
  25% {
    border-color: transparent #fff transparent transparent;
  }
  50% {
    border-color: transparent #fff #fff transparent;
  }
  75% {
    border-color: transparent #fff #fff #fff;
  }
  100% {
    border-color: #fff;
    transform: rotate(-680deg);
  }
}

#main-nav {
  position: fixed;
  height: 100vh;
  width: 240px;
  top: 0;
  right: -240px;
  background-color: #f59b00;
  z-index: 6;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#main-nav .nav-inner {
  padding: 4rem 1rem 1rem 1rem;
}
#main-nav .nav-inner ul li a {
  font-size: 0.9rem;
  padding: 1rem;
  display: block;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#main-nav .nav-inner ul li a:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
#main-nav .nav-inner ul li a:after {
  content: "";
  width: 5%;
  height: 2px;
  background-color: #352518;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#main-nav .nav-inner ul li a:hover {
  letter-spacing: 0.2rem;
}
#main-nav .nav-inner ul li a:hover:after {
  width: 100%;
}
#main-nav.active {
  right: 0;
}

.nav-bg {
  width: 0;
  height: 100vh;
  background-color: rgba(245, 155, 0, 0.2);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-bg.active {
  width: 100%;
}

main {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}

section {
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 4rem 0;
}

header {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 3;
}
header .header-inner {
  padding: 0.5rem;
}
header .header-inner .header-logo {
  width: 240px;
}

#page-header {
  padding-top: 100px;
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 50%, rgb(245, 155, 0));
  display: block;
  width: 100%;
}

.inner-wrap {
  padding: 0 1rem;
  width: calc(100% - 2rem);
  max-width: 1200px;
  margin: auto;
}
.inner-wrap.ac-inner-wrap {
  padding: 1rem;
  background-color: #fff;
}

.bg-re {
  background-color: #f59b00;
  color: #fff;
}
.bg-re h2 {
  color: #fff;
}
.bg-re h2:after, .bg-re h2:before {
  background-color: #fff;
}
.bg-re h3 {
  background-color: #fff;
  color: #f59b00;
}
.bg-re * {
  color: #fff;
}

.bg-cl {
  background-color: #fdf2e2;
}

.bt {
  display: block;
  background-color: #352518;
  width: calc(100% - 4rem - 4px);
  max-width: calc(600px - 4rem - 4px);
  color: #fff;
  font-size: 1.3rem;
  padding: 1rem 2rem;
  margin: 1rem auto;
  border: 2px solid #fff;
  border-radius: 0.25rem;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.bt:hover {
  filter: brightness(1.25);
}
.bt.coming {
  pointer-events: none;
  filter: contrast(0.5);
}

#mv {
  width: 100%;
  height: 85vh;
  background-image: url(../images/main_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#mv:after {
  content: "";
  width: 100%;
  height: 0;
  padding-top: 6.4%;
  display: block;
  position: absolute;
  bottom: 0;
  background-image: url(../images/mv_under.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
#mv .mv-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#mv .mv-wrap .main-logo {
  width: 100%;
  height: auto;
  max-width: 600px;
}

.slider {
  width: 90%;
  max-width: 640px;
  margin: auto;
  position: relative;
  border-radius: 1em;
  overflow: hidden;
}

.archive {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.archive .archive-item {
  display: flex;
  position: relative;
  padding: 0.75em;
}
.archive .archive-item .col-l {
  width: 30%;
  max-width: 200px;
}
.archive .archive-item .col-r {
  width: 65%;
  padding-left: 1em;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.archive .archive-item .col-r .date {
  font-size: 0.8em;
}
.archive .archive-item .col-r p {
  display: block;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.archive .archive-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.archive .archive-item:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #aaa;
  position: absolute;
  bottom: 0;
  left: 0;
}
.archive .archive-item:hover {
  background-color: #efefef;
}
.archive .archive-item:last-of-type::after {
  content: none;
}

#main-v {
  padding-top: 80px;
  padding-bottom: 0;
}
#main-v .sp {
  display: none;
}

#header-info .date {
  font-family: "Asap Condensed", "Noto Sans JP", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0.2rem;
  margin-bottom: 0.5rem;
}
#header-info .date span {
  display: inline-block;
  padding: 0.4em;
  font-size: 0.3em;
  font-weight: 800;
  line-height: 1em;
  vertical-align: middle;
  position: relative;
  color: #fff;
  width: 1em;
  height: 1em;
  text-align: center;
}
#header-info .date span:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 1em;
}
#header-info .time {
  background-color: #f59b00;
  color: #fff;
  width: fit-content;
  margin: auto;
  padding: 0.2rem 1rem;
  font-size: 1.28rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
  line-height: 1em;
}
#header-info .time:before {
  content: "開催時間";
  font-size: 0.75rem;
  margin-right: 1rem;
}
#header-info .place {
  font-size: 1.4rem;
  font-weight: 900;
  margin: 2rem auto 1rem;
}
#header-info .place:before {
  content: "会場";
  font-size: 0.75rem;
  margin-right: 0.5rem;
}
#inner-nav .inbt-wrap {
  display: flex;
  justify-content: space-around;
  max-width: 720px;
  margin: auto;
}
#inner-nav .inbt-wrap a {
  display: block;
  background-color: #fdf2e2;
  font-size: 0.75rem;
  position: relative;
}
#inner-nav .inbt-wrap a .fa-icon {
  display: block;
  font-size: 3rem;
  width: 3.5rem;
  padding: 0.6em 0.8em 1em;
  margin: auto;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
#inner-nav .inbt-wrap a .fa-icon path {
  fill: #f59b00;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#inner-nav .inbt-wrap a.fa-icon-coming {
  pointer-events: none;
  filter: brightness(0.5);
}
#inner-nav .inbt-wrap a .fa-icon-ticket {
  width: 4rem;
}
#inner-nav .inbt-wrap a span {
  display: block;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
#inner-nav .inbt-wrap a:after {
  content: "";
  height: 2%;
  background-color: #f59b00;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 0;
}
#inner-nav .inbt-wrap a:hover .fa-icon path {
  fill: #fff;
}
#inner-nav .inbt-wrap a:hover span {
  color: #fff;
}
#inner-nav .inbt-wrap a:hover:after {
  height: 100%;
}

.headline {
  max-width: 510px;
  margin: 1em auto;
  width: 90%;
}

#introduction .bt {
  margin-top: 2em;
}
#introduction .bnr {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: auto;
  margin-top: 2rem;
}
#introduction .bnr:hover {
  opacity: 0.75;
}
#introduction .intro-movie {
  position: relative;
  margin: 3em auto 0;
  display: flex;
  max-width: 1200px;
  padding: 0.5em;
  width: calc(100% - 1em);
  background: #fff;
  border-radius: 4px;
}
#introduction .intro-movie iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

#news .news-list {
  width: 100%;
  max-width: 800px;
  margin: 2rem auto 1rem;
}
#news .news-list li {
  background-color: #fff;
  padding: 1rem;
  position: relative;
  margin-bottom: 0.5rem;
}
#news .news-list li .nl-date {
  font-size: 0.75rem;
}
#news .news-list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#news .news-list li:hover {
  opacity: 0.5;
}

#ticket table {
  width: 100%;
  max-width: 680px;
  margin: auto;
  margin-bottom: 1rem;
}
#ticket table th,
#ticket table td {
  padding: 0.5rem;
  background-color: #fdf2e2;
  border: 1px solid #352518;
  text-align: center;
  width: 50%;
}
#ticket table .price {
  font-weight: 600;
}
#ticket table td span {
  font-size: 0.75em;
  display: block;
}
#ticket table th {
  background-color: #f59b00;
  color: #fff;
}
#ticket .ticket-box {
  margin-top: 3rem;
}
#ticket .ticket-notes {
  display: block;
  width: calc(100% - 2rem);
  max-width: 680px;
  margin: 3rem auto;
  height: 6rem;
  background-color: #fdf2e2;
  overflow: scroll;
  padding: 1rem;
}
#ticket .ticket-notes p {
  text-align: left;
  font-size: 0.75rem;
  margin-bottom: 0;
}
#ticket .parking {
  width: 100%;
  max-width: 800px;
  margin: 2em auto 3em;
}

.bt-box {
  margin-bottom: 3rem;
}
.bt-box.bt-box2 {
  margin-bottom: 0;
}
.bt-box a {
  display: block;
  background-color: #352518;
  width: calc(100% - 4rem - 4px);
  max-width: calc(600px - 4rem - 4px);
  color: #fff;
  font-size: 1.3rem;
  padding: 1rem 2rem;
  margin: 1rem auto;
  border: 2px solid #fff;
  border-radius: 0.25rem;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: all 0.5s;
}
.bt-box a.bt-02 {
  background-color: #61b558;
}

#purchase .inner-wrap {
  max-width: 800px;
}
#purchase .cnpg {
  width: calc(100% - 4px);
  max-width: 596px;
  color: #fff;
  margin: 1rem auto;
  display: block;
  border: 2px solid #fff;
  border-radius: 0.25rem;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 3rem;
}
#purchase .cnpg:hover {
  filter: brightness(1.25);
}
#purchase .fm-image {
  width: 100%;
  max-width: 600px;
  margin: 1rem auto;
}
#purchase .la-tickets-bts {
  display: flex;
  width: 100%;
  max-width: 800px;
  margin: auto;
  flex-wrap: wrap;
  justify-content: space-around;
}
#purchase .la-tickets-bts .la-ticket {
  display: block;
  background-color: #d9e021;
  color: #f59b00;
  padding: 0.5rem 0.75rem;
  margin-bottom: 6px;
  border-radius: 0.3rem;
  border: 2px solid #fff;
  font-weight: 900;
  position: relative;
  width: calc(25% - 4px - 6px - 1.5rem);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
#purchase .la-tickets-bts .la-ticket span {
  display: block;
  font-size: 0.75rem;
  color: #f59b00;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#purchase .la-tickets-bts .la-ticket a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#purchase .la-tickets-bts .la-ticket:hover {
  background-color: #f59b00;
  color: #d9e021;
}
#purchase .la-tickets-bts .la-ticket:hover span {
  color: #d9e021;
}
#purchase .la-tickets-bts .la-ticket:nth-of-type(1), #purchase .la-tickets-bts .la-ticket:nth-of-type(2) {
  width: calc(50% - 4px - 6px - 1.5rem);
}

#participate .par-img {
  max-width: 800px;
  margin: auto;
  position: relative;
  margin: 1rem auto;
}
#participate .par-img a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#program .pg-list {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
#program .pg-list .pg-card {
  width: calc(48% - 1rem - 4px);
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  display: block;
  position: relative;
  margin-bottom: 1rem;
  border: 2px solid #fff;
}
#program .pg-list .pg-card .pg-img {
  margin-bottom: 0.5rem;
}
#program .pg-list .pg-card .pg-name {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #f59b00;
}
#program .pg-list .pg-card .pg-desc {
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#program .pg-list .pg-card a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#program .pg-list .pg-card {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#program .pg-list .pg-card:hover {
  border-color: #f59b00;
}

#page {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding: 5rem 0;
}
#page .contents-img {
  margin-bottom: 2rem;
}
#page .contents-desc {
  color: #f59b00;
  font-size: 1.1rem;
  margin-bottom: 2em;
}
#page .contents-header {
  width: calc(100% - 2em);
  margin: auto;
  text-align: left;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2em;
}
#page .contents-header:after {
  content: "";
  width: 1rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #f59b00;
}
#page .contents-header h2 {
  padding: 0;
  text-align: left;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.25em;
  margin-bottom: 0.5rem;
  width: 100%;
}
#page .contents-header h2:before, #page .contents-header h2:after {
  content: none;
}
#page .contents-header .upload-date {
  color: #aaa;
  font-size: 0.75rem;
}
#page .contents-wrap {
  text-align: left;
  width: 100%;
  max-width: 900px;
  margin: auto;
  margin-bottom: 3rem;
}
#page .contents-wrap h3 {
  border-radius: 0;
  width: calc(100% - 1.5em);
  text-align: left;
  font-size: 1.4rem;
  text-wrap: wrap;
  padding: 0.5em;
  padding-left: 1em;
  background-color: #f59b00;
  color: #fff;
  margin-bottom: 0.5em;
  position: relative;
  margin: 2em 0 1em;
}
#page .contents-wrap h3:after {
  content: "";
  width: 3px;
  height: 100%;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0.2rem;
}
#page .contents-wrap p {
  font-size: 1rem;
  font-weight: 500;
}
#page .contents-wrap h4 {
  border-radius: 0;
  background: #f59b00;
  padding: 0.5em;
  margin: 2em auto 1em;
  width: calc(100% - 1em);
  color: #fff;
}
#page ul {
  margin-bottom: 0.5em;
}
#page ul li {
  padding-left: 1em;
  position: relative;
  z-index: 0;
  margin-bottom: 1em;
  margin-left: 1em;
}
#page ul li:after {
  content: "・";
  left: 0;
  top: 0;
  position: absolute;
}
#page ol {
  margin-left: 1em;
  margin-bottom: 0.5em;
  list-style: auto !important;
}
#page ol li {
  position: relative;
  z-index: 0;
  margin-bottom: 1em;
  margin-left: 1em;
}

#map .map-wrap {
  display: flex;
  width: 100%;
  max-width: 780px;
  justify-content: space-between;
  margin: 1rem auto;
}
#map .map-wrap .map-img {
  width: 48%;
  position: relative;
}
#map .map-wrap .map-img a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#access iframe {
  width: 100%;
  max-width: 800px;
  margin: 1rem auto;
}

#info {
  background-color: #fff;
}
#info .info-img {
  width: 100%;
  max-width: 400px;
  margin: auto;
  margin-top: 2rem;
  transition: all 0.3s linear;
}
#info .info-img:hover {
  filter: opacity(0.5);
}
#info .powerd {
  max-width: 480px;
  margin: 1em auto;
}
#info .powerd .powered-flex {
  display: flex;
  align-items: center;
}
#info .powerd .powered-flex a {
  display: block;
  position: relative;
  padding: 0 20px;
  width: calc(48% - 40px);
  margin: 1%;
}
#info .powerd .powered-flex .powered-le:first-child:after {
  content: "";
  background-image: url(../images/cross.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

footer {
  background-color: #f59b00;
  padding: 2rem 0;
}
footer .foot-wrap {
  text-align: center;
  color: #fff;
  margin: auto auto 3em auto;
}
footer .footer-bt {
  margin-bottom: 2rem;
}
footer .footer-bt a {
  background-color: #fff;
  padding: 1rem;
  width: calc(100% - 2rem);
  height: auto;
  display: block;
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
footer .footer-bt a:hover {
  opacity: 0.75;
}
footer .footer-sns {
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}
footer .footer-sns .fs-hl {
  margin-bottom: 0;
  font-size: 0.75rem;
  padding: 0.5em 1em;
  border-radius: 2em;
  display: block;
  margin: auto;
  width: fit-content;
}
footer .footer-sns .fs-icons {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: auto;
  margin-bottom: 1em;
}
footer .footer-sns .fs-icons a {
  display: block;
  margin: 0.5em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
footer .footer-sns .fs-icons a .fa-icon {
  display: block;
  font-size: 2.7rem;
  width: 2.5rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
footer .footer-sns .fs-icons a .fa-icon path {
  fill: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
footer .footer-sns .fs-icons a .fa-icon-yt {
  width: 3rem;
}
footer .footer-sns .fs-icons a:hover {
  transform: rotate(3deg) scale(1.1);
}
footer .footer-sns .fs-icons a:hover .fa-icon path {
  fill: #fff100;
}
footer .footer-sns .archive-link {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
}
footer .footer-sns .archive-link a {
  width: fit-content;
  color: #fff;
  font-size: 0.75rem;
  margin: 0 auto 0.5em;
  text-decoration: underline;
  transition: all 0.3s linear;
}
footer .footer-sns .archive-link a:hover {
  color: #fff100;
}
footer .footer-link {
  color: #fff;
  text-align: center;
}
footer .footer-link a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}
footer .credit {
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  margin-top: 2rem;
}

@media screen and (max-width: 600px) {
  #mv {
    height: 65vh;
  }
  .bt {
    font-size: 1rem;
  }
  #program .pg-list .pg-card {
    width: calc(100% - 1rem);
  }
  #inner-nav .inbt-wrap {
    flex-wrap: wrap;
    max-width: 480px;
  }
  #inner-nav .inbt-wrap a {
    width: 45%;
    margin-bottom: 5%;
  }
  #inner-nav .inbt-wrap a i {
    font-size: 3.5rem;
    width: 4rem;
    margin: auto;
    padding: 0.6em 0.8em 1em;
  }
  #purchase .la-tickets-bts .la-ticket {
    width: calc(50% - 4px - 6px - 1.5rem);
  }
}

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