@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; }

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: 3.3rem;
  width: fit-content;
  text-align: center;
  position: relative;
  padding: 0 0.3em;
  line-height: 1em;
  color: #193391;
  margin: auto;
  margin-bottom: 1rem; }
  h2:before {
    content: "";
    width: 2px;
    height: 1em;
    background-color: #193391;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-25deg); }
  h2:after {
    content: "";
    width: 2px;
    height: 1em;
    background-color: #193391;
    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: #193391;
  color: #fff;
  width: fit-content;
  padding: 0.25rem 1em;
  border-radius: 1em;
  margin: 1rem auto 1rem; }
  h3:first-of-type {
    margin-top: 0; }

@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; }

.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; }
    .btn-trigger span:nth-of-type(2) {
      top: 20px; }
    .btn-trigger span:nth-of-type(3) {
      bottom: 0; }

#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); }
#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; }
#nav-bt.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg); }
#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 #9f9f9f transparent transparent; }
  50% {
    border-color: transparent #9f9f9f #9f9f9f transparent; }
  75% {
    border-color: transparent #9f9f9f #9f9f9f #9f9f9f; }
  100% {
    border-color: #9f9f9f;
    transform: rotate(-680deg); } }
.headline {
  max-width: 510px;
  margin: 1em auto;
  width: 90%; }

#main-nav {
  position: fixed;
  height: 100vh;
  width: 240px;
  top: 0;
  left: -240px;
  background-color: #193391;
  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: 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: #F7CC1E;
        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 {
    left: 0; }

.nav-bg {
  width: 0;
  height: 100vh;
  background-color: rgba(187, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 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: 190px; }

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

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

.bg-re {
  background-color: #193391;
  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: #193391; }
  .bg-re * {
    color: #fff; }

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

.bt {
  display: block;
  background-color: #F7CC1E;
  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-box a {
  display: block;
  background-color: #F7CC1E;
  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-box a:hover {
    filter: brightness(1.25); }

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

#mv {
  width: 100%;
  height: 85vh;
  background-image: url(../images/main_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* &: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; }

#header-info .date {
  font-family: "Asap Condensed", "Noto Sans JP", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0.2rem;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  color: #193391;
  border-bottom: solid 1px #193391;
  padding-bottom: 16px;
  margin-bottom: 16px; }
  #header-info .date .date-year {
    position: relative;
    z-index: 0; }
    #header-info .date .date-year:after {
      content: "";
      width: 100%;
      height: 1px;
      background: #193391;
      position: absolute;
      left: 0;
      top: calc(50% - 0.5px);
      z-index: -1; }
    #header-info .date .date-year .year-in {
      display: block;
      width: fit-content;
      background: #fff;
      padding: 0 16px;
      margin: 0 auto; }
  #header-info .date .date-in {
    display: inline-block;
    margin-right: 8px; }
    #header-info .date .date-in:last-of-type {
      margin-right: 0; }
  #header-info .date .date-day {
    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 .date-day:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: #193391;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      border-radius: 1em; }
#header-info .time {
  background-color: #193391;
  color: #fff;
  width: fit-content;
  margin: auto;
  padding: 0.2rem 1rem;
  font-size: 1.28rem;
  border-radius: 1rem;
  margin-top: 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: #EAF7FB;
    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;
      position: relative;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s;
      z-index: 1;
      margin: 0 auto; }
      #inner-nav .inbt-wrap a .fa-icon path {
        fill: #193391;
        -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-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: #193391;
      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%; }

#introduction .bnr {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: auto;
  margin-top: 2rem; }
  #introduction .bnr:hover {
    opacity: 0.75; }

#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.col-4 {
    max-width: 1000px; }
    #ticket table.col-4 th,
    #ticket table.col-4 td {
      width: 25%; }
  #ticket table.col-3 {
    max-width: 880px; }
    #ticket table.col-3 th,
    #ticket table.col-3 td {
      width: 33%; }
  #ticket table th,
  #ticket table td {
    padding: 0.5rem;
    background-color: #EAF7FB;
    border: 1px solid #73bcbb;
    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: #193391;
    color: #fff; }
#ticket .ticket-box {
  margin-top: 3rem;
  margin-bottom: 80px; }
  #ticket .ticket-box:last-of-type {
    margin-bottom: 40px; }
  #ticket .ticket-box h5 {
    display: block;
    background: #193391;
    color: #fff;
    padding: 0.5em;
    font-size: 1.5em;
    margin-bottom: 1em;
    margin-top: 2em; }
#ticket .ticket-notes {
  display: block;
  width: calc(100% - 2rem);
  max-width: 680px;
  margin: 3rem auto;
  height: 6rem;
  background-color: #EAF7FB;
  overflow: scroll;
  padding: 1rem; }
  #ticket .ticket-notes p {
    text-align: left;
    font-size: 0.75rem;
    margin-bottom: 0; }

#purchase .inner-wrap {
  max-width: 800px; }
#purchase .cnpg {
  width: calc(100% - 4px);
  max-width: calc(600px - 4px);
  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: #193391;
    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: #193391;
      -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: #193391;
      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-set {
  display: flex; }
  #participate .par-img-set .par-img {
    margin: 1em; }
#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;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
    #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: #193391; }
    #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:hover {
      border-color: #193391; }

#page {
  width: 100%;
  max-width: 1100px;
  margin: auto; }
  #page .contents-img {
    margin-bottom: 2rem; }
  #page .contents-desc {
    color: #0d9d9a;
    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: #193391; }
    #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: #193391;
      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;
      width: fit-content;
      text-align: left;
      text-wrap: wrap;
      padding: 0;
      margin: initial;
      background: none;
      color: #193391;
      font-size: 1.1rem;
      font-weight: 600;
      position: relative;
      margin-bottom: 0.2rem; }

#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 h4 {
  font-size: 1.5em;
  margin-bottom: 1em;
  font-weight: bold; }
#access iframe {
  width: 100%;
  max-width: 800px;
  margin: 1rem auto; }

#info .info-img {
  width: 100%;
  max-width: 400px;
  margin: auto;
  margin-top: 2rem; }

footer {
  background-color: #193391;
  padding: 2rem 0; }
  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 1.5em 0.5em 0.5em;
      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-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: 900px) {
  #main-v .pc {
    display: none; }
  #main-v .sp {
    display: block; } }
@media screen and (max-width: 600px) {
  #mv {
    height: 65vh; }

  #header-info .date {
    font-size: 2.8rem; }

  .bt {
    font-size: 1rem; }

  #program .pg-list .pg-card {
    width: calc(100% - 1rem); }

  #participate .par-img-set {
    flex-direction: column; }
    #participate .par-img-set .par-img {
      margin: 1em auto 0; }

  #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); }

  #ticket .ticket-box {
    margin-bottom: 40px; }
  #ticket table th,
  #ticket table td {
    font-size: 12px; } }

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