@charset "UTF-8";
body {
  font-size: 18px;
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  font-weight: 400;
  color: #000;
}

input,
button {
  font-size: 18px;
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  font-weight: 400;
  color: #000;
}

h2 {
  font-size: 3em;
  font-weight: bold;
}

h3 {
  font-size: 1.6em;
  font-weight: bold;
}

h4 {
  font-size: 1.2em;
  font-weight: bold;
}

h5 {
  font-weight: bold;
}

.nav-link,
.nav-link-bg {
  font-size: 0.9em;
}

.mv-note {
  font-weight: bold;
}

.news-title {
  font-size: 1.6em;
}

.news-all {
  font-size: 0.9em;
}

.sin-title {
  font-size: 1.5em;
  font-weight: bold;
}

.post-date {
  font-size: 0.8em;
}

.ticket-table {
  font-size: 14px;
}

.ol-tab {
  font-size: 1.2em;
}

.program-item ul {
  font-size: 1.2em;
}

.info-tab {
  font-size: 1.2em;
}

.pu-head {
  font-size: 1.4em;
  font-weight: bold;
}

.t-panel-tab {
  font-size: 1.2em;
}

.guide-tab {
  font-size: 1.2em;
}

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

.arc-date {
  font-size: 0.8em;
}

.tokuten-head {
  font-size: 1.2em;
}

.buy-btn {
  font-weight: 500;
}

.copy-right {
  font-size: 0.8em;
}

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

.min {
  font-size: 0.8em;
}

.text-bold {
  font-size: 1.1em;
  font-weight: bold;
}

.t-seat-tab {
  font-size: 0.9em;
}

#news-sin h2 {
  font-size: 1.5em;
}
#news-sin h3 {
  font-size: 1.25em;
}
#news-sin h4 {
  font-size: 1.25em;
}

#page-volunteer fieldset legend {
  font-size: 1.2em;
  font-weight: bold;
}

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea {
  font-size: 1em;
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
}

@media screen and (max-width: 900px) {
  body {
    font-size: 16px;
    font-family: "Hiragino Mincho ProN", YuMincho, serif;
    font-weight: 400;
  }
}
@media screen and (max-width: 540px) {
  .ticket-table {
    font-size: 12px;
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.5em;
  }
  .program-item ul {
    font-size: 1em;
  }
  .sponsor-table {
    font-size: 12px;
  }
}
@keyframes scroll-anim {
  0% {
    left: 0;
  }
  25% {
    left: 25%;
  }
  50% {
    left: 0;
  }
  75% {
    left: -25%;
  }
  100% {
    left: 0;
  }
}
@keyframes load-anim {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.fade {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(150px);
}

.fadeUp {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

html,
body {
  width: 100%;
  overflow-x: hidden;
  background: #000;
  color: #fff;
}

a {
  color: #fff;
}

img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

section {
  display: block;
  position: relative;
  z-index: 0;
  padding: 100px 0;
}

.inner-wrap {
  max-width: 1200px;
  margin: auto;
}

h2 {
  text-align: center;
  padding-bottom: 1em;
}

h3 {
  background: #fff;
  color: #000;
  padding: 0.5em 1em;
}

h4 {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 0.5em 0;
  width: calc(100% - 40px);
  margin: auto;
}

.text-cent {
  text-align: center;
}

.nav-btn {
  display: none;
  position: fixed;
  top: 2em;
  right: 2em;
  width: 32px;
  height: 23px;
  cursor: pointer;
  z-index: 11;
}
.nav-btn.active span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 10px;
  border: solid 1px #fff;
}
.nav-btn.active span:nth-of-type(2) {
  display: none;
}
.nav-btn.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 10px;
  border: solid 1px #fff;
}
.nav-btn span {
  display: block;
  position: absolute;
  width: 30px;
  border: solid 1px #fff;
  transition: 0.3s ease-in-out;
  z-index: 12;
}
.nav-btn span:nth-of-type(1) {
  top: 0;
}
.nav-btn span:nth-of-type(2) {
  top: 10px;
}
.nav-btn span:nth-of-type(3) {
  top: 20px;
}

.nav-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
  padding: 1em 0;
  width: 100%;
}
.nav-menu ul {
  display: flex;
  align-items: center;
  justify-content: right;
}
.nav-menu li {
  margin: 0 0.6em;
}
.nav-menu li .nav-link {
  position: relative;
  filter: drop-shadow(1px 1px 1px rgb(0, 0, 0));
}
.nav-menu li .nav-link::after {
  content: "";
  position: absolute;
  bottom: -20%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform-origin: right;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.nav-menu li .nav-link:hover::after {
  transform-origin: left;
  transform: scale(1, 1);
}
.nav-menu li .deactive {
  user-select: none;
  pointer-events: none;
  opacity: 0.5;
}
.nav-menu .nav-link-bg {
  background: #1f74b2;
  padding: 0.4em 1em;
}
.nav-menu .nav-link-bg:hover {
  filter: brightness(1.1);
}

#loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #000;
}
#loading .load-logo {
  max-width: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: 1s load-anim linear infinite;
}

header {
  padding-top: 54px;
}

.mv {
  position: relative;
}
.mv .mv-flex {
  display: flex;
  justify-content: space-between;
}
.mv .mv-flex .col-l {
  max-width: 500px;
  width: 30%;
  margin: 0 auto;
}
.mv .mv-flex .col-r {
  max-width: 1200px;
  width: calc(70% - 1em);
  margin-left: 1em;
  position: relative;
}
.mv .mv-flex .col-r::after {
  content: "";
  display: block;
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.mv .mv-swiper {
  width: 100%;
}
.mv .mv-swiper .swiper-wrapper .swiper-slide img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.mv .mv-wrap {
  position: relative;
  z-index: 2;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.8));
  margin-left: 20px;
}
.mv .mv-logo {
  max-width: 160px;
  width: 50%;
  margin-left: 15%;
  padding: 30px 0 80px;
}
.mv .sp-logo {
  display: none;
  max-width: 100px;
  width: 18%;
  top: 7%;
  left: 7%;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.8));
}
.mv .mv-date {
  max-width: 450px;
}
.mv .text-min {
  margin-top: 1em;
}
.mv .mv-Venue {
  margin: 1em 0;
}
.mv .mv-Venue .mv-h4 {
  margin-left: 0;
  margin-bottom: 0.3em;
}
.mv .mv-place {
  max-width: 350px;
  margin: 3em 0;
}
.mv .mv-note {
  box-sizing: border-box;
  padding: 0.6em 1em;
  max-width: 450px;
  background: #ffe200;
  color: #ff0000;
  filter: none;
  margin-bottom: 4em;
}
.mv .sp-mv-textbox {
  display: none;
}
.mv .mv-foot-flex {
  display: flex;
  max-width: 1400px;
  width: calc(100% - 40px);
  margin: auto;
  position: relative;
  z-index: 3;
  padding-bottom: 4em;
}
.mv .mv-foot-flex .col-l {
  width: 45%;
}
.mv .mv-foot-flex .col-r {
  width: 53%;
}
.mv .mv-copy {
  padding-top: 2em;
  padding-left: 1em;
  line-height: 2;
}
.mv .news {
  max-width: 800px;
}
.mv .news .news-head-flex {
  display: flex;
  align-items: baseline;
}
.mv .news .news-title {
  margin-right: 1em;
}
.mv .news .news-post {
  background: #fff;
  padding: 0 1em;
}
.mv .news .post-item {
  display: block;
  position: relative;
  color: #000;
  padding: 1em 2em 1em 0;
  border-bottom: solid 1px #000;
}
.mv .news .post-item:nth-last-of-type(1) {
  border: none;
}
.mv .news .post-item::after {
  content: "→";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
.mv .news .post-item:hover {
  opacity: 0.6;
}
.mv .news .post-item:hover::after {
  right: 5px;
}

.sponsor {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: auto;
}
.sponsor .sponsor-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sponsor .spo {
  display: block;
}
.sponsor .spo:hover {
  filter: brightness(1.1);
}
.sponsor .spo-lrg {
  width: 48%;
  margin: 1%;
}
.sponsor .spo-mdm {
  width: 24%;
  margin: 0.5%;
}
.sponsor .spo-sml {
  width: 16%;
  margin: 0.333%;
}

.link-btn {
  display: block;
  position: relative;
  background: #1f74b2;
  transition: 0.2s;
  padding: 1em 2em 1em 1em;
}
.link-btn::after {
  content: "→";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
.link-btn:hover {
  filter: brightness(1.1);
}
.link-btn:hover::after {
  right: 5px;
}
.link-btn.coming {
  background: #ccc;
  border-color: #ccc;
  pointer-events: none;
}

.top-btn {
  max-width: 380px;
  margin-top: 2em;
}
.top-btn:last-of-type {
  margin-top: 1em;
}

.sub-btn {
  max-width: 320px;
  margin-top: 2em;
}
.sub-btn.coming {
  display: inline-block;
  pointer-events: none;
  filter: brightness(0.5);
}

.coming-te {
  margin-left: 1em;
  display: inline-block;
}

#highlights {
  padding-top: 80px;
}
#highlights .hl-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#highlights .hl-flex .col-l {
  width: 48%;
}
#highlights .hl-flex .col-r {
  max-width: 550px;
  width: 44%;
}
#highlights .hl-flex .col-r .ptag-link {
  cursor: pointer;
}
#highlights .hl-item {
  width: calc(100% - 40px);
  margin: auto;
}
#highlights .hl-text {
  margin: 1em 0;
}
#highlights h4 {
  margin-top: 2em;
}

.video-pop-c {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(255, 255, 255, 0.322);
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s;
}
.video-pop-c.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.video-pop-c .pop-video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
}
.video-pop-c .pop-video-box video {
  width: calc(100% - 1em);
  margin: auto;
  display: block;
}
.video-pop-c .pop-video-box .video-clause {
  position: absolute;
  top: -40px;
  right: 0;
  width: 40px;
  height: 40px;
  transition: all 0.2s linear;
}
.video-pop-c .pop-video-box .video-clause span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 2px;
  background: #fff;
}
.video-pop-c .pop-video-box .video-clause span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.video-pop-c .pop-video-box .video-clause span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.video-pop-c .pop-video-box .video-clause:hover {
  filter: drop-shadow(0px 0px 4px #fff);
}

#ticket {
  padding-bottom: 60px;
}
#ticket .message-info {
  margin: 2em auto;
}
#ticket .message-info h4 {
  margin-top: 1em;
}
#ticket .message-info .message-text-box {
  padding: 1em 0;
  margin: 0 1em;
}
#ticket .ticket-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#ticket .ticket-flex .col-l {
  width: calc(50% - 40px);
  margin: auto;
}
#ticket .ticket-flex .col-r {
  width: 50%;
}
#ticket .ticket-flex .col-r h4 {
  margin-top: 1em;
}
#ticket .item-box {
  width: calc(100% - 40px);
  margin: auto;
}
#ticket .ticket-item {
  margin: 2em 0;
}
#ticket h5 {
  margin-bottom: 0.6em;
}

.ticket-table {
  width: 100%;
  text-align: center;
  margin: 1em 0 0.5em;
}
.ticket-table thead {
  background: #1f74b2;
}
.ticket-table tbody {
  background: #fff;
  color: #000;
}
.ticket-table th,
.ticket-table td {
  border: solid 1px #000;
  padding: 0.8em 0.5em;
}

.guide {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 60px 0;
}
.guide .guide-flex {
  display: flex;
  justify-content: center;
}
.guide .guide-item {
  display: block;
  width: calc(31% - 1em - 2px);
  padding: 2em 0.5em;
  margin: 1em;
  border: solid 1px #fff;
  text-align: center;
  transition: 0.2s;
}
.guide .guide-item:hover {
  background: #fff;
  color: #000;
}

.support .support-flex {
  display: flex;
  justify-content: center;
  background: #fff;
}
.support .support-item {
  display: block;
  color: #000;
  padding: 1.5em;
  transition: 0.2s;
}
.support .support-item:hover {
  background: #000;
  color: #fff;
}

footer {
  width: calc(100% - 40px);
  margin: auto;
}
footer .footer-logo {
  max-width: 80px;
  margin: 6em auto 4em;
}
footer .ft-nav-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .ft-nav-menu li {
  margin: 1em;
}
footer .ft-nav-menu li .nav-link {
  position: relative;
}
footer .ft-nav-menu li .nav-link::after {
  content: "";
  position: absolute;
  bottom: -20%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform-origin: right;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
footer .ft-nav-menu li .nav-link:hover::after {
  transform-origin: left;
  transform: scale(1, 1);
}
footer .ft-nav-menu li .deactive {
  user-select: none;
  pointer-events: none;
  opacity: 0.5;
}
footer .kankou {
  display: block;
  max-width: 350px;
  padding: 1.5em 1em;
  margin: 4em auto;
  border: solid 1px #fff;
  text-align: center;
  transition: 0.2s;
}
footer .kankou:hover {
  background: #fff;
  color: #000;
}
footer .copy-right {
  text-align: center;
  margin-bottom: 2em;
}

.text-link {
  color: #229df6;
  text-decoration: underline;
}
.text-link:hover {
  text-decoration: none;
}

.mrg-wrap {
  width: calc(100% - 40px);
  margin: auto;
}

.page-logo {
  max-width: 100px;
  width: 14%;
  padding-top: 20px;
  padding-left: 20px;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.8));
  position: relative;
  z-index: 10;
}

#news-arc .inner-wrap {
  max-width: 1000px;
  width: calc(100% - 40px);
}
#news-arc .arc-post {
  max-width: 1000px;
  margin: auto;
}
#news-arc .arc-item {
  display: block;
  padding: 1.5em 4.3em 1.5em 0;
  border-bottom: solid 1px #fff;
  position: relative;
}
#news-arc .arc-item::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
#news-arc .arc-item:hover {
  background: rgba(255, 255, 255, 0.2);
}
#news-arc .arc-item:hover:after {
  right: 3%;
  transition: 0.2s;
}

#news-sin .inner-wrap {
  max-width: 1000px;
  width: 100%;
}
#news-sin .sin-thm {
  width: calc(100% - 2em);
  margin: auto;
}
#news-sin .sin-head {
  width: calc(100% - 2em);
  margin: auto;
  padding: 2em 0;
}
#news-sin .sin-date {
  padding-bottom: 1em;
}
#news-sin .sin-cont {
  padding: 3em 1em;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  width: calc(100% - 2em);
}
#news-sin .sin-cont a {
  color: #229df6;
  text-decoration: underline;
}
#news-sin .sin-cont a:hover {
  text-decoration: none;
}
#news-sin .sin-cont h2,
#news-sin .sin-cont h3,
#news-sin .sin-cont h4,
#news-sin .sin-cont h5 {
  text-align: left;
  width: 100%;
}
#news-sin .sin-cont h2 {
  margin: 60px auto 30px;
  border-bottom: solid 2px #fff;
  padding: 0 18px 18px;
  width: calc(100% - 36px);
}
#news-sin .sin-cont h3 {
  margin: 60px auto 30px;
  padding-right: 18px;
  padding-left: 18px;
  width: calc(100% - 36px);
}
#news-sin .sin-cont h4 {
  margin: 60px auto 30px;
  padding: 1em 18px;
  width: calc(100% - 36px);
}
#news-sin .sin-cont h5 {
  margin: 4px auto;
}
#news-sin .sin-cont p {
  width: 100%;
  margin: auto;
  margin-top: 1em;
}
#news-sin .sin-cont p:first-of-type {
  margin-top: 0;
}
#news-sin .sin-cont .wp-block-image {
  width: 100%;
  margin: 18px auto;
}
#news-sin .sin-cont .wp-block-image img {
  margin-left: 0;
}
#news-sin .sin-cont li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 1em;
}
#news-sin .sin-cont li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#news-sin .sin-back {
  display: block;
  text-align: center;
  max-width: 250px;
  margin: 3em auto 0;
  padding: 1em 2em;
  border: solid 1px #fff;
  transition: 0.2s;
}
#news-sin .sin-back:hover {
  background: #fff;
  color: #000;
}
#news-sin table tr {
  border: solid 1px #fff;
}
#news-sin table tr td {
  border-right: solid 1px #fff;
  padding: 5px;
}
#news-sin table tr td:last-child {
  border-right: none;
}
#news-sin .table-temp-1 tr {
  border-color: #000;
}
#news-sin .table-temp-1 tr:first-child {
  background: #1f74b2;
}
#news-sin .table-temp-1 tr:first-child td {
  background: #1f74b2;
  color: #fff;
}
#news-sin .table-temp-1 td {
  border-color: #000;
  background: #fff;
  color: #000;
}
#news-sin .table-temp-2 tr {
  border-color: #000;
}
#news-sin .table-temp-2 tr:first-child {
  background: #1f74b2;
}
#news-sin .table-temp-2 tr:first-child td {
  background: #1f74b2;
  color: #fff;
}
#news-sin .table-temp-2 tr td:first-child {
  background: #1f74b2;
  color: #fff;
}
#news-sin .table-temp-2 td {
  border-color: #000;
  background: #fff;
  color: #000;
}

#page-outline .inner-wrap {
  width: calc(100% - 40px);
}
#page-outline .ol-panel {
  display: none;
}
#page-outline .ol-panel.active {
  display: block;
}
#page-outline .outline-table {
  width: 100%;
}
#page-outline .outline-table tr {
  border-bottom: solid 1px #fff;
}
#page-outline .outline-table th {
  width: 25%;
  padding: 2em 0.5em 2em 0;
  vertical-align: baseline;
}
#page-outline .outline-table td {
  width: 75%;
  padding: 2em 0;
}
#page-outline .outline-table td .ok-thanks-logo {
  display: block;
  max-width: 200px;
  width: 60%;
  margin-top: 1em;
  border: 0.025em solid #fff;
  transition: all 0.2s linear;
}
#page-outline .outline-table td .ok-thanks-logo:hover {
  filter: brightness(0.7);
}
#page-outline .outline-table td p {
  padding-bottom: 1em;
}
#page-outline .outline-table td p:nth-last-of-type(1) {
  padding-bottom: 0;
}
#page-outline .ol-panel-desc {
  padding-bottom: 20px;
}
#page-outline .ol-note {
  padding-top: 20px;
  padding-bottom: 40px;
}

#page-program .program-item ul {
  width: calc(100% - 40px);
  margin: auto;
  padding: 0.5em 0 2em;
}
#page-program .program-item li {
  line-height: 1.8;
}

#page-guide .inner-wrap {
  width: calc(100% - 40px);
}
#page-guide .guide-lead {
  padding-bottom: 2em;
  text-align: center;
}
#page-guide .guide-map2 {
  display: block;
  margin: 0 auto;
}
#page-guide .guide-panel {
  max-width: 1000px;
  margin: 0 auto 1em;
}
#page-guide .guide-tab-list {
  display: flex;
  justify-content: center;
  margin: 0 auto 60px;
}
#page-guide .guide-tab-list .guide-tab {
  box-sizing: border-box;
  max-width: 500px;
  width: 50%;
  padding: 1em 0.5em;
  margin: 1em 0;
  border: solid 1px #fff;
  text-align: center;
  cursor: pointer;
}
#page-guide .guide-tab-list .guide-tab.active {
  background: #1f74b2;
}
#page-guide .guide-panel {
  display: none;
}
#page-guide .guide-panel.active {
  display: block;
}

#page-access .acs-flex {
  display: flex;
  padding: 2em 0 1em;
}
#page-access .acs-flex .col-l {
  width: 100%;
}
#page-access .acs-block {
  padding-bottom: 2em;
}
#page-access .acs-item {
  padding: 2em 0 1em;
}
#page-access .acs-text {
  padding: 1em 0 0;
}
#page-access .acs-text p {
  padding-bottom: 2em;
}
#page-access .acs-text p:nth-last-of-type(1) {
  padding-bottom: 0;
}
#page-access .asc-note {
  padding-top: 40px;
}
#page-access .acs-walk {
  padding-bottom: 20px;
}
#page-access .acs-desc {
  padding-top: 2em;
}
#page-access .toku-p {
  padding-top: 2em;
}
#page-access .transport-list {
  width: calc(100% - 40px);
  margin: auto;
  padding: 1em 0;
}
#page-access .tra-item {
  padding: 1em 0;
  border-bottom: solid 1px #fff;
}
#page-access .tra-item:nth-of-type(1) {
  padding-top: 0;
}
#page-access .tra-item .tra-bus {
  padding-top: 1em;
}

.tokup-bnr {
  display: block;
  max-width: 500px;
  margin-top: 1em;
}

#page-info h3 {
  margin-top: 2.5em;
}
#page-info .info-tab-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: calc(100% - 40px);
  margin: 0 auto 2em;
}
#page-info .info-tab-list .info-tab {
  padding: 1em 0.5em;
  border: solid 1px #fff;
  text-align: center;
  cursor: pointer;
}
#page-info .info-tab-list .info-tab.active {
  background: #1f74b2;
}
#page-info .info-panel {
  display: none;
}
#page-info .info-panel.active {
  display: block;
}
#page-info .info-item {
  padding-top: 2em;
}
#page-info .info-text {
  width: calc(100% - 40px);
  margin: auto;
  padding: 1em 0;
}
#page-info .info-text p {
  padding-bottom: 1em;
}
#page-info .info-text p:nth-last-of-type(1) {
  padding-bottom: 0;
}
#page-info .info-flex {
  display: flex;
}
#page-info .info-flex .col-l {
  width: 50%;
  padding-right: 1%;
}
#page-info .info-flex .col-r {
  width: 49%;
}

#page-sponsor-list .inner-wrap {
  max-width: 900px;
  width: calc(100% - 40px);
  margin: auto;
}
#page-sponsor-list .sponsor-list p {
  text-align: center;
}
#page-sponsor-list .link-btn {
  margin: 40px auto 0;
}

#page-ticket .pick-up {
  max-width: 800px;
  margin: 0 auto 2em;
}
#page-ticket .pu-item {
  background: #fff;
  color: #000;
  padding: 1em;
  margin-bottom: 1em;
  border: solid 2px #ff0000;
}
#page-ticket .pu-item .pu-head {
  color: #ff0000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1em;
}
#page-ticket .pu-item .pu-icon {
  display: block;
  max-width: fit-content;
  width: 15%;
  margin: 0;
  padding-right: 0.5em;
}
#page-ticket .ticket-map {
  max-width: 1000px;
  margin: 0 auto 1em;
}
#page-ticket #camera-flow-scroll {
  scroll-margin-top: 500px;
}
#page-ticket .t-panel-tab-list {
  display: flex;
  justify-content: center;
  margin: 2em auto;
}
#page-ticket .t-panel-tab-list .t-panel-tab {
  box-sizing: border-box;
  max-width: 500px;
  width: 50%;
  padding: 1em 0.5em;
  margin: 1em 0;
  border: solid 1px #fff;
  text-align: center;
  cursor: pointer;
}
#page-ticket .t-panel-tab-list .t-panel-tab.active {
  background: #1f74b2;
}
#page-ticket .t-panel {
  display: none;
}
#page-ticket .t-panel.active {
  display: block;
}
#page-ticket .t-seat-tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 4em;
}
#page-ticket .t-seat-tab-list .t-seat-tab {
  margin: 0.5em;
  padding: 0.5em 1em;
  border: solid 1px #fff;
  text-align: center;
  cursor: pointer;
}
#page-ticket .t-seat-tab-list .t-seat-tab.active {
  background: #fff;
  color: #000;
}
#page-ticket .seat-p-note {
  padding-top: 20px;
}
#page-ticket .t-seat {
  display: none;
}
#page-ticket .t-seat.active {
  display: block;
}
#page-ticket .seat-in-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#page-ticket .seat-in-flex .col-l {
  width: 49%;
}
#page-ticket .seat-in-flex .col-r {
  width: 49%;
}
#page-ticket .seat-in-flex .col-r img {
  display: block;
  margin-bottom: 10px;
  margin-top: 0.5em;
}
#page-ticket .seat-in-flex .col-r img:nth-last-of-type(1) {
  margin-bottom: 0;
}
#page-ticket .seat-in-flex .col-r img.coming {
  display: inline-block;
  pointer-events: none;
}
#page-ticket .seat-desc {
  border: solid 1px #fff;
  padding: 1em;
  margin-top: 0.5em;
}
#page-ticket .seat-desc p {
  padding-bottom: 1em;
}
#page-ticket .seat-desc p:nth-last-of-type(1) {
  padding-bottom: 0;
}
#page-ticket .note-pool {
  padding-top: 20px;
}

.parking-raku {
  display: block;
  max-width: 200px;
  width: 60%;
  background: #fff;
  margin-bottom: 1em;
}
.parking-raku.coming {
  pointer-events: none;
  position: relative;
  background-color: #b8b8b8;
}
.parking-raku.coming img {
  filter: brightness(0.5);
}
.parking-raku.coming::after {
  position: absolute;
  right: -4em;
  top: 50%;
  content: "準備中";
  transform: translateY(-50%);
  filter: none;
}

#page-ticket-info {
  padding-top: 40px;
}
#page-ticket-info .t-info-block {
  padding-bottom: 2em;
}
#page-ticket-info .t-info-item {
  padding: 2em 0 1em;
}
#page-ticket-info .parking-raku {
  margin-top: 1em;
}
#page-ticket-info .t-info-text {
  padding: 1em 0 0;
}
#page-ticket-info .t-info-text p {
  padding-bottom: 2em;
}
#page-ticket-info .t-info-text p:nth-last-of-type(1) {
  padding-bottom: 0;
}
#page-ticket-info .note {
  padding: 1em 0 2em;
}
#page-ticket-info .note p {
  padding-bottom: 1em;
}
#page-ticket-info .ticket-buy-list {
  max-width: 1000px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
  padding-top: 2em;
}
#page-ticket-info .buy-item {
  background: #fff;
  padding: 0.5em;
}
#page-ticket-info .shop-icon {
  padding: 2em 0;
}
#page-ticket-info .buy-btn {
  display: block;
  box-sizing: border-box;
  width: 100%;
  background: #000;
  color: #fff;
  border: solid 2px #000;
  padding: 1em;
  text-align: center;
  transition: 0.2s;
}
#page-ticket-info .buy-btn.coming {
  background: #ccc;
  border-color: #ccc;
  pointer-events: none;
}
#page-ticket-info .buy-btn-hover:hover {
  background: #fff;
  color: #000;
}

#page-sponsor .spo-heading {
  text-align: center;
  padding-bottom: 60px;
}
#page-sponsor .sponsor-block {
  padding-top: 1em;
}
#page-sponsor .sponsor-table {
  width: 100%;
  text-align: center;
  margin: 0 auto 0.5em;
}
#page-sponsor .sponsor-table thead {
  background: #1f74b2;
}
#page-sponsor .sponsor-table tbody {
  background: #fff;
  color: #000;
}
#page-sponsor .sponsor-table th {
  border: solid 1px #000;
  text-align: center;
  padding: 0.5em;
}
#page-sponsor .sponsor-table td {
  border: solid 1px #000;
  text-align: center;
  padding: 0.5em;
}
#page-sponsor .spo-item {
  padding: 1em 0;
}
#page-sponsor .spo-text {
  padding: 1em 0 0;
}
#page-sponsor .spo-text .spo-link {
  padding: 1em 2em;
  margin-top: 1em;
  display: inline-block;
  background: #000;
  border: 1px solid;
  transition: all 0.2s linear;
}
#page-sponsor .spo-text .spo-link:hover {
  background-color: #fff;
  color: #000;
}
#page-sponsor .spo-text p {
  padding-bottom: 1em;
}
#page-sponsor .tokuten-head {
  padding-bottom: 1em;
  text-align: center;
}
#page-sponsor .spo-tokuten {
  max-width: 768px;
  margin: 0 auto;
}
#page-sponsor .spo-tokuten ul li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: solid 1px #fff;
}

#page-volunteer .inner-wrap {
  max-width: 820px;
  width: calc(100% - 40px);
}
#page-volunteer .volun-desc {
  text-align: center;
}
#page-volunteer fieldset {
  border: solid 1px #fff;
  padding: 1em;
}
#page-volunteer fieldset legend {
  padding: 0 1rem;
}
#page-volunteer p {
  margin-bottom: 1em;
}
#page-volunteer .contact-head {
  border: solid 1px #fff;
  padding: 5px;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
#page-volunteer .contact-box {
  margin: 30px auto 60px;
  max-width: 600px;
}
#page-volunteer .contact-box .contact-flex {
  display: flex;
  align-items: center;
  border: solid 1px #fff;
}
#page-volunteer .contact-box .col-l {
  width: calc(50% - 2em);
  padding: 1em;
  background: #fff;
  color: #000;
}
#page-volunteer .contact-box .col-r {
  width: calc(50% - 2em);
  padding: 1em;
}
#page-volunteer .contact-box p {
  text-align: center;
  margin-top: 1em;
}

#page-contest .inner-wrap {
  width: calc(100% - 40px);
}
#page-contest .contest-desc {
  text-align: center;
}
#page-contest .contest-desc p {
  margin-bottom: 1em;
}
#page-contest .contest-desc p:last-of-type {
  margin-bottom: 0;
}
#page-contest .contest-box {
  margin: 100px auto;
  max-width: 900px;
}
#page-contest .photo-box {
  margin: 60px auto;
}
#page-contest .photo-box:last-of-type {
  margin-bottom: 0;
}
#page-contest h4 {
  margin-bottom: 1em;
}
#page-contest .photo-flex {
  display: flex;
  flex-flow: wrap;
}
#page-contest .photo-flex .photo-item {
  width: 31%;
  margin: 1%;
}
#page-contest .photo-flex .photo-item a {
  display: block;
  width: fit-content;
  text-align: center;
  margin: 1em auto 0;
}

.page_nav {
  width: fit-content;
  margin: 40px auto;
}
.page_nav ul {
  display: flex;
  align-items: center;
}
.page_nav ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5em;
  width: 1.5em;
  height: 1.5em;
  z-index: 0;
  transition-duration: 0.3s;
  color: #fff;
}
.page_nav ul li a:after {
  content: "";
  position: absolute;
  transition-duration: 0.3s;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50px;
  background: #fff;
  width: 2em;
  height: 2em;
}
.page_nav ul li a:hover {
  color: #000;
}
.page_nav ul li a:hover:after {
  transform: translate(-50%, -50%) scale(1);
  background: #fff;
}
.page_nav ul li .current:after {
  content: "";
  position: absolute;
  transition-duration: 0.3s;
  top: 50%;
  left: 50%;
  z-index: -1;
  border-radius: 50px;
  background: #fff;
  width: 2em;
  height: 2em;
  transform: translate(-50%, -50%) scale(1);
}
.page_nav ul li span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5em;
  width: 1.5em;
  height: 1.5em;
  color: #000;
}

#popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
}
#popup .popup-in {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: calc(100% - 2em);
  max-width: 1200px;
}
#popup .popup-in .pop-ima {
  max-height: calc(80vh - 1em);
  object-fit: contain;
}
#popup .close-btn {
  position: fixed;
  top: calc(-23px - 1em);
  right: 0;
  width: 32px;
  height: 23px;
  cursor: pointer;
  z-index: 10;
}
#popup .close-btn span {
  display: block;
  position: absolute;
  width: 30px;
  border: solid 1px #fff;
  transition: 0.3s ease-in-out;
  z-index: 12;
  top: 10px;
  border: solid 1px #fff;
}
#popup .close-btn span:nth-of-type(1) {
  transform: rotate(45deg);
}
#popup .close-btn span:nth-of-type(2) {
  transform: rotate(-45deg);
}
#popup .sp-scroll {
  display: none;
}

@media screen and (max-width: 900px) {
  section {
    padding: 80px 0;
  }
  .nav-btn {
    display: block;
  }
  .nav-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
    margin: auto;
    transition: 0.2s;
  }
  .nav-menu ul {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    flex-direction: column;
  }
  .nav-menu ul li {
    max-width: 240px;
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .nav-menu ul li .nav-link {
    display: block;
    padding: 1.5em 0.5em;
    border-bottom: solid 1px #fff;
    transition: 0.2s;
  }
  .nav-menu ul li .nav-link::after {
    content: none;
  }
  .nav-menu ul li .nav-link:hover {
    background: #fff;
    color: #000;
  }
  .nav-menu ul li .nav-link-bg {
    display: block;
    border-bottom: none;
    padding: 1em;
    margin-top: 1em;
  }
  .nav-menu.active {
    right: 0;
    visibility: visible;
  }
  header {
    padding-top: 0;
  }
  .mv .mv-flex {
    position: relative;
  }
  .mv .mv-flex .col-r {
    width: 100%;
    margin-left: 0;
  }
  .mv .mv-flex .col-r::after {
    content: none;
  }
  .mv .mv-flex .mv-wrap {
    display: none;
  }
  .mv .mv-flex .sp-logo {
    display: block;
    position: absolute;
    z-index: 3;
  }
  .mv .mv-place {
    width: 90%;
  }
  .mv .mv-note {
    margin-bottom: 0;
  }
  .mv .mv-foot-flex {
    flex-direction: column-reverse;
  }
  .mv .mv-foot-flex .col-l {
    width: 100%;
  }
  .mv .mv-foot-flex .col-r {
    width: 100%;
  }
  .mv .mv-foot-flex .col-r .mv-copy {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 2em;
  }
  .mv .sp-mv-textbox {
    display: block;
    width: calc(100% - 40px);
    margin: auto;
    padding: 2em 0;
  }
  #highlights .hl-flex .col-l {
    width: 100%;
  }
  #highlights .hl-flex .col-r {
    width: calc(100% - 40px);
    margin: 4em auto 0;
  }
  .sponsor .spo-lrg {
    max-width: 600px;
    width: 100%;
  }
  .sponsor .spo-mdm {
    width: 48%;
    margin: 1%;
  }
  .sponsor .spo-sml {
    width: 31%;
    margin: 1%;
  }
  #ticket .ticket-flex .col-l {
    width: calc(100% - 40px);
    margin: auto;
  }
  #ticket .ticket-flex .col-r {
    width: 100%;
    margin-top: 2em;
  }
  .guide .guide-flex {
    flex-direction: column;
  }
  .guide .guide-item {
    max-width: 500px;
    width: 80%;
    margin: 1em auto;
  }
  #page-info .info-nav {
    max-width: 500px;
    grid-template-columns: repeat(1, 1fr);
  }
  #page-info .info-tab-list {
    grid-template-columns: repeat(1, 1fr);
  }
  #page-info .info-flex {
    flex-direction: column;
  }
  #page-info .info-flex .col-l {
    width: 100%;
    padding-right: 0;
    padding-bottom: 2em;
  }
  #page-info .info-flex .col-r {
    width: 100%;
  }
  #page-ticket .seat-in-flex {
    flex-direction: column;
  }
  #page-ticket .seat-in-flex .col-l {
    width: 100%;
    margin-bottom: 2em;
  }
  #page-ticket .seat-in-flex .col-r {
    width: 100%;
  }
}
#contact-foem {
  width: calc(100% - 2em);
  max-width: 1200px;
  margin: auto;
}
#contact-foem .contact-titl {
  margin-top: 2em;
}
#contact-foem .contact-box {
  max-width: 800px;
  margin: auto;
  padding: 1em;
  background: #3e3e3e;
}
#contact-foem .contact-box textarea {
  width: 100%;
}
#contact-foem .contact-box .wpcf7-form-control.wpcf7-text,
#contact-foem .contact-box .wpcf7-form-control.wpcf7-textarea {
  width: calc(100% - 1em);
  padding: 0.5em;
  background-color: #000;
  border: 1px solid #fff;
  margin-top: 0.3em;
  color: #fff;
  max-width: calc(800px - 1em);
}
#contact-foem .contact-box .wpcf7-form-control.wpcf7-textarea {
  height: 80px;
  resize: horizontal;
}
#contact-foem .contact-box .wpcf7-not-valid-tip {
  color: #cf9f00;
}
#contact-foem .contact-box .form-head {
  padding-left: 2em;
  position: relative;
}
#contact-foem .contact-box .form-head::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.25em;
  width: 1em;
  height: 1em;
  background-color: #fff;
  transform: translateY(-45%);
}
#contact-foem .contact-box .form-head.form-head2 {
  padding-left: 1.3em;
}
#contact-foem .contact-box .form-head.form-head2::after {
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.5em;
  transform: translateY(-40%);
  left: 0.4em;
}
#contact-foem .contact-box .form-head .required {
  color: #fcb900;
  margin-left: 0.5em;
}
#contact-foem .contact-box .check-box-wrap {
  margin: 1em 0;
}
#contact-foem .contact-box .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  display: flex;
  margin-top: 1em;
}
#contact-foem .contact-box .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item.first input[type=checkbox],
#contact-foem .contact-box .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item.last input[type=checkbox] {
  -webkit-appearance: none;
  width: 1em;
  height: 1em;
  border: 2px solid #fff;
  border-radius: 3px;
  position: relative;
  transition-duration: 0.3s;
  cursor: pointer;
}
#contact-foem .contact-box .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item.first input[type=checkbox]:checked,
#contact-foem .contact-box .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item.last input[type=checkbox]:checked {
  background-color: #fff;
  border-color: #fff;
}
#contact-foem .contact-box .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item.first input[type=checkbox]:checked:after,
#contact-foem .contact-box .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item.last input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 4px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#contact-foem .contact-box .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item.first label,
#contact-foem .contact-box .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item.last label {
  display: flex;
  align-items: center;
}
#contact-foem .contact-box .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item.first label .wpcf7-list-item-label,
#contact-foem .contact-box .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item.last label .wpcf7-list-item-label {
  display: inline-block;
  margin-left: 0.5em;
}
#contact-foem .contact-box .confirm_button {
  padding: 1em 7em;
  margin: 2em auto 1em;
  display: block;
  background: #000;
  color: #fff;
  transition: all 0.3s linear;
}
#contact-foem .contact-box .confirm_button:hover {
  background-color: #fff;
  color: #000;
}
#contact-foem .contact-box .wpcf7-spinner {
  margin: 0.5em auto 0 !important;
  display: inline-block !important;
}
#contact-foem .contact-box .wpcf7-response-output {
  margin: 0 0.5em 1em !important;
}
#contact-foem .contact-box .wpcf7-not-valid-tip {
  display: none;
}
#contact-foem .contact-box .wpcf7-form.invalid .wpcf7-not-valid-tip {
  display: block;
}
#contact-foem .contact-box .confirm_area,
#contact-foem .contact-box .thanks_area {
  display: none;
}
#contact-foem .contact-box .wpcf7-response-output {
  display: none;
}
#contact-foem .contact-box .confirmbox {
  display: flex;
}
#contact-foem .contact-box .confirmbox p {
  padding: 0.5em 2em;
  width: calc(50% - 1em);
  background-color: #fff;
  color: #000;
  border-bottom: 1px solid #000;
}
#contact-foem .contact-box .confirmbox p.col-l {
  background-color: #000;
  color: #fff;
  border-bottom: 1px solid #fff;
}
#contact-foem .confirm-text {
  margin-bottom: 1em;
  text-align: center;
}
#contact-foem .wpcf7-submit {
  padding: 1em;
  max-width: 360px;
  width: 100%;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  display: block;
  margin: 1em auto 0;
}
#contact-foem .back_button {
  padding: 1em;
  max-width: 360px;
  width: 100%;
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
  display: block;
  margin: 1em auto 0;
}
#contact-foem .thanks-text {
  text-align: center;
  padding: 1em;
}
#contact-foem .thanks-titl {
  padding: 0.5em;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media screen and (max-width: 540px) {
  section {
    padding: 40px 0;
  }
  #page-access .acs-flex {
    flex-direction: column;
    padding: 1em 0;
  }
  #page-access .acs-flex .col-l {
    width: 100%;
    padding-right: 0;
    padding-bottom: 1em;
  }
  #page-access .acs-flex .col-r {
    width: 100%;
  }
  #page-ticket-info .ticket-buy-list {
    grid-template-columns: repeat(1, 1fr);
  }
  #page-ticket-info .shop-icon {
    padding: 1em 0;
  }
  #page-volunteer .contact-flex {
    flex-direction: column;
  }
  #page-volunteer .contact-flex .col-r,
  #page-volunteer .contact-flex .col-l {
    width: calc(100% - 2em);
  }
  #page-contest .photo-flex .photo-item {
    width: 96%;
    margin: 1em auto;
  }
  #page-guide .guide-tab-list {
    margin-bottom: 20px;
  }
  #popup .popup-in .pop-item {
    overflow: auto;
    max-height: 70vh;
  }
  #popup .popup-in .pop-item .sp-scroll {
    position: absolute;
    width: 120px;
    height: 120px;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 120px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #popup .popup-in .pop-item .sp-scroll .scroll-icon {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
  }
  #popup .popup-in .pop-item .sp-scroll .scroll-icon:before {
    content: "";
    background: url(../images/hand-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    left: 0;
    top: 0;
    z-index: 0;
  }
  #popup .popup-in .pop-item .sp-scroll .scroll-icon:after {
    content: "";
    background: url(../images/hand.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    animation: scroll-anim 3s linear infinite;
  }
  #popup .popup-in .pop-item .sp-scroll .sc-text {
    margin-top: 0.5em;
    color: #fff;
  }
  #popup .popup-in .pop-item .pop-ima {
    width: 250%;
    max-height: initial;
    object-fit: initial;
  }
  #news-sin .sin-cont {
    padding: 2em 1em;
  }
  #confirm .confirm-deta .label-box {
    flex-direction: column;
  }
  #confirm .confirm-deta .label-box .form-head {
    width: calc(100% - 2em);
  }
  #confirm .confirm-deta .label-box .confirm-val {
    width: calc(100% - 2em);
  }
}

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