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

.bld {
  font-weight: bold; }

.strong {
  font-size: 1.2em;
  font-weight: bold; }

.head-box {
  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: #0F9D9A;
  margin: auto;
  margin-bottom: 1rem; }
  .head-box:before {
    content: "";
    width: 2px;
    height: 1em;
    background-color: #0F9D9A;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-25deg); }
  .head-box:after {
    content: "";
    width: 2px;
    height: 1em;
    background-color: #0F9D9A;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(25deg); }
  .head-box span {
    display: block;
    font-size: 1rem;
    text-align: center;
    line-height: 1rem; }
    .head-box span::before {
      content: "- "; }
    .head-box span::after {
      content: " -"; }

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

.ticket-box .check {
  font-size: .9em;
  font-weight: bold;
  line-height: 1.2; }

@media screen and (max-width: 600px) {
  html {
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-feature-settings: "palt"; }

  p {
    font-size: 14px;
    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;
  color: #03A9F4; }
  .text-link:hover {
    text-decoration: none; }
  .text-link:active {
    text-decoration: none; }
  .text-link:visited {
    color: #8003f4; }

.bnr-link {
  max-width: 800px;
  width: 100%;
  display: block;
  margin: 0 auto; }
  .bnr-link:hover {
    opacity: 0.8; }

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

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

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

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

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

.bt {
  display: block;
  background-color: #F7931E;
  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); }

#mv {
  width: 100%;
  height: 85vh;
  background-image: url(../images/main_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px; }
  #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;
    position: relative; }
    #mv .mv-wrap.slide-1 {
      /* 1枚の時 */
      width: 90%;
      margin: 0 auto; }
    #mv .mv-wrap .mv-logo {
      position: absolute;
      left: 50%;
      top: -50px;
      max-width: 420px;
      transform: translateX(-50%);
      z-index: 10; }
    #mv .mv-wrap .main-logo {
      width: 100%;
      height: auto;
      max-width: 600px; }

.mv-swiper .swiper-slide img {
  display: block;
  border-radius: 10px; }

.slider {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  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;
  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: #0F9D9A;
  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; }
#header-info .lagunasia-time {
  color: #0F9D9A;
  font-size: 1.4rem;
  font-weight: 600; }
#header-info .lag-time-min {
  font-size: 0.75em;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 50px;
  background: #0d9d9a;
  width: fit-content;
  display: block;
  margin: 0.5em auto 0; }

#inner-nav {
  padding-top: 0;
  padding-bottom: 0; }
  #inner-nav .inbt-wrap {
    display: flex;
    justify-content: space-around;
    max-width: 720px;
    margin: auto; }
    #inner-nav .inbt-wrap a {
      display: block;
      background-color: #F3F9F8;
      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: #0F9D9A;
          -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: #0F9D9A;
        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; }
#introduction .bt:hover {
  filter: none; }

#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 .ticket-type {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 2em); }
  #ticket .ticket-type .type-item {
    width: calc(100% / 4);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin: 10px; }
#ticket table {
  width: 100%;
  max-width: 800px;
  margin: auto;
  margin-bottom: 1rem; }
  #ticket table th,
  #ticket table td {
    padding: 0.5rem;
    background-color: #F3F9F8;
    border: 1px solid #73bcbb;
    text-align: center;
    width: calc(100% / 4); }
  #ticket table td span {
    font-size: 0.75em;
    display: block; }
  #ticket table th {
    background-color: #0F9D9A;
    color: #fff; }
  #ticket table tr:nth-of-type(1) td {
    background-color: #0F9D9A;
    color: #fff; }
#ticket .ticket-box {
  margin-top: 3rem; }
  #ticket .ticket-box .schedule-check {
    background: #f73e1e;
    padding: .5em;
    border-radius: 4px;
    margin-top: .5em;
    border: solid 2px #fff;
    transition-duration: .3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }
    #ticket .ticket-box .schedule-check i {
      display: flex;
      align-items: center;
      width: 1.2em;
      margin-right: .25em; }
    #ticket .ticket-box .schedule-check:hover {
      filter: brightness(1.25); }
    #ticket .ticket-box .schedule-check .sp {
      display: none; }
#ticket .ticket-information .bt {
  position: relative;
  margin-top: 2em; }
#ticket .ticket-information .info-textbox {
  display: none;
  box-sizing: border-box;
  max-width: 800px;
  margin: auto;
  background: #F3F9F8;
  border: solid 1px #0F9D9A;
  padding: 0 1em;
  text-align: left;
  line-height: 2; }
  #ticket .ticket-information .info-textbox.active {
    display: block; }
#ticket .ticket-information .info-t-item {
  padding: 1em 0;
  border-bottom: dashed 1px #0F9D9A; }
  #ticket .ticket-information .info-t-item:nth-last-of-type(1) {
    margin-bottom: 0;
    border-bottom: none; }
  #ticket .ticket-information .info-t-item ul {
    text-align: left;
    margin-bottom: 1em; }
    #ticket .ticket-information .info-t-item ul li {
      padding-left: 1em;
      position: relative;
      margin-bottom: .25em; }
      #ticket .ticket-information .info-t-item ul li::before {
        content: "※";
        position: absolute;
        left: 0;
        top: 0; }
    #ticket .ticket-information .info-t-item ul.square li::before {
      content: "■"; }
#ticket .ticket-information .info-title {
  font-size: 1.2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-feature-settings: "palt";
  padding-bottom: 0.5em; }
#ticket .ticket-information .info-desc {
  font-size: 0.9rem; }
#ticket .ticket-information .info-place {
  display: block;
  padding: 1em 0; }
#ticket .ticket-notes {
  display: block;
  max-width: calc(800px - 2rem);
  margin: 40px auto 0;
  background-color: #F3F9F8;
  padding: 1rem;
  width: calc(100% - 2rem); }
  #ticket .ticket-notes ul {
    text-align: left;
    margin-bottom: 0; }
    #ticket .ticket-notes ul li {
      padding-left: 1em;
      position: relative;
      margin-bottom: .25em; }
      #ticket .ticket-notes ul li::before {
        content: "・";
        position: absolute;
        left: 0;
        top: 0; }

.schedule-popup {
  width: 100%;
  height: 100vh;
  background-color: rgba(187, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: none; }
  .schedule-popup h4 {
    color: #0d9d9a; }
  .schedule-popup .close-btn {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: -50px;
    cursor: pointer;
    background: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    border: solid 2px #0d9d9a; }
    .schedule-popup .close-btn img {
      width: 80%;
      display: block;
      margin: 0 auto; }
  .schedule-popup .popup-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: #fff;
    border: solid 2px #0d9d9a;
    padding: 1em;
    width: calc(100% - 4em);
    max-width: 1200px; }
  .schedule-popup .popup-in {
    position: relative;
    max-height: 75vh;
    max-height: 75dvh;
    overflow: auto; }
  .schedule-popup ul {
    text-align: left;
    margin-bottom: 1em; }
    .schedule-popup ul li {
      padding-left: 1em;
      position: relative;
      margin-bottom: .25em; }
      .schedule-popup ul li::before {
        content: "※";
        position: absolute;
        left: 0;
        top: 0; }
    .schedule-popup ul.square li::before {
      content: "■"; }

#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 .cnpg.coming {
    filter: grayscale(1);
    pointer-events: none; }
#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: #0F9D9A;
    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: #0F9D9A;
      -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: #0F9D9A;
      color: #d9e021; }
      #purchase .la-tickets-bts .la-ticket:hover span {
        color: #d9e021; }
    #purchase .la-tickets-bts .la-ticket.coming {
      pointer-events: none;
      filter: grayscale(1); }
    #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); }
#purchase .ticket-gs {
  background-color: #d9e021 !important;
  filter: grayscale(1);
  pointer-events: none; }
  #purchase .ticket-gs:hover {
    background-color: #d9e021 !important;
    color: #0F9D9A !important;
    filter: grayscale(1); }
#purchase .purchase-box {
  margin-top: 40px; }

#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: #0F9D9A; }
    #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: #0F9D9A; }

.is-single {
  background: #F3F9F8; }

#page {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding-bottom: 0; }
  #page .inner-wrap {
    background: #fff;
    padding: 1em; }
  #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: #0F9D9A; }
    #page .contents-header .upload-date {
      color: #aaa;
      font-size: 0.75rem; }
  #page 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%;
    color: #0d9d9a; }
    #page h2:before, #page h2:after {
      content: none; }
  #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.2rem;
      text-wrap: wrap;
      padding: 0.5em;
      padding-left: 1em;
      background-color: #0F9D9A;
      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: #0d9d9a;
      padding: .5em;
      margin: 2em auto 1em;
      width: calc(100% - 1em);
      color: #fff; }
  #page ul li,
  #page ol li {
    padding-left: 1em;
    position: relative;
    z-index: 0;
    margin-bottom: 1em;
    margin-left: 1em; }
    #page ul li:after,
    #page ol li:after {
      content: "・";
      left: 0;
      top: 0;
      position: absolute; }
    #page ul li ul,
    #page ul li ol,
    #page ol li ul,
    #page ol li ol {
      background: #eee;
      padding: .5em;
      margin-top: .5em; }
      #page ul li ul li,
      #page ul li ol li,
      #page ol li ul li,
      #page ol li ol li {
        margin-left: 0;
        margin-bottom: .5em; }
        #page ul li ul li:after,
        #page ul li ol li:after,
        #page ol li ul li:after,
        #page ol li ol li:after {
          content: "▶︎";
          background: initial;
          font-size: .5em;
          top: 1em;
          width: initial;
          height: initial; }
  #page .area-image-box {
    display: flex;
    flex-flow: wrap; }
    #page .area-image-box a {
      width: 31%;
      margin: 1%;
      cursor: pointer;
      overflow: hidden; }
      #page .area-image-box a img {
        aspect-ratio: 5 / 3;
        object-fit: cover;
        transition-duration: .3s; }
        #page .area-image-box a img:hover {
          transform: scale(1.2); }

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

.is-single #info {
  margin-top: 80px; }

#info {
  background: #fff; }
  #info .info-img {
    width: 100%;
    max-width: 400px;
    margin: auto;
    margin-top: 2rem; }
  #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 a:first-child:after {
          content: "";
          background: 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: #0F9D9A;
  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) {
  #mv {
    padding-top: 0; }
    #mv .mv-wrap .mv-logo {
      position: relative;
      left: initial;
      top: initial;
      transform: initial; } }
@media screen and (max-width: 600px) {
  #mv {
    /* height: 65vh;
    height: 65dvh; */
    height: auto;
    padding-top: 80px; }
    #mv .mv-wrap .mv-logo {
      max-width: 320px;
      margin-bottom: -1em;
      width: 80%;
      display: none; }

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

  #ticket .ticket-type {
    flex-wrap: wrap;
    width: 100%; }
    #ticket .ticket-type .type-item {
      width: 48%;
      margin: 1%; }
  #ticket table th,
  #ticket table td {
    font-size: 11px; }
  #ticket .ticket-information .info-title {
    font-size: 1rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-feature-settings: "palt"; }
  #ticket .ticket-information .info-desc {
    font-size: 12px; }
  #ticket .ticket-box .schedule-check .sp {
    display: block; }

  #purchase .la-tickets-bts .la-ticket {
    width: calc(50% - 4px - 6px - 1.5rem); }

  .is-single #info {
    margin-top: 0; }

  #page {
    padding-top: 80px; } }

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