<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

input[type=submit], input[type=button], label, button, select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.test {
  color: #263c64;
}

body {
  background-color: #000;
  color: #fff;
}

h5 {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .imgalpha {
    transition: opacity 0.3s;
  }
  .imgalpha:hover {
    opacity: 0.6;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding: 0;
  }
}

body {
  min-width: 960px;
}
body * {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

ul, ol {
  padding: 0;
  margin: 0;
}
ul li, ol li {
  list-style: none;
}

@media screen and (max-width: 768px) {
  .cont_ttl {
    margin-bottom: 5.1282051282vw;
  }
}
.cont_ttl .cont_ttlEn {
  font-size: 50px;
  font-family: "PT Serif", serif;
  font-weight: 600;
  display: block;
}
@media screen and (max-width: 768px) {
  .cont_ttl .cont_ttlEn {
    font-size: 12.8205128205vw;
  }
}
.cont_ttl .cont_ttlJa {
  font-size: 15px;
  font-weight: 300;
  display: block;
}
@media screen and (max-width: 768px) {
  .cont_ttl .cont_ttlJa {
    font-size: 3.8461538462vw;
  }
}

.cont_wrap {
  overflow: hidden;
}

#anchor02, #anchor03, #anchor04 {
  padding-top: 80px;
  margin-top: -80;
}

header {
  background-color: #000000;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  header {
    height: 15.3846153846vw;
    padding-right: 2.5641025641vw;
  }
}
header .header_sns, header .header_menu {
  width: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  header .header_sns, header .header_menu {
    width: 12.8205128205vw;
    padding: 0 2.5641025641vw;
  }
}

.nav_cont {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  gap: 170px;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .nav_cont {
    display: block;
    padding: 15.3846153846vw 10.2564102564vw;
  }
}
.nav_cont.open {
  pointer-events: auto;
  opacity: 1;
}
.nav_cont .close_btn {
  width: 26px;
  position: absolute;
  right: 45px;
  top: 20px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .nav_cont .close_btn {
    width: 6.6666666667vw;
    right: 5.1282051282vw;
    top: 5.1282051282vw;
  }
}
.nav_cont .nav_contLeft {
  width: 396px;
}
@media screen and (max-width: 768px) {
  .nav_cont .nav_contLeft {
    width: 100%;
    margin: 0 auto 5.1282051282vw;
  }
}
.nav_cont .nav_contRight .nav_contRightList {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .nav_cont .nav_contRight .nav_contRightList {
    margin-bottom: 7.6923076923vw;
  }
}
.nav_cont .nav_contRight .nav_contRightList:last-child {
  margin-bottom: 0;
}
.nav_cont .nav_contRight .nav_contRightList a {
  text-decoration: none;
  color: #ffffff;
}
.nav_cont .nav_contRight .nav_contRightList .nav_contRightListEn {
  font-size: 32px;
  font-family: "PT Serif", serif;
  font-weight: 600;
  display: block;
}
@media screen and (max-width: 768px) {
  .nav_cont .nav_contRight .nav_contRightList .nav_contRightListEn {
    font-size: 6.6666666667vw;
  }
}
.nav_cont .nav_contRight .nav_contRightList .nav_contRightListJa {
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 768px) {
  .nav_cont .nav_contRight .nav_contRightList .nav_contRightListJa {
    font-size: 3.5897435897vw;
  }
}

.mv {
  margin-top: 60px;
  height: calc(100vh - 60px);
  background: url(../images/mv_bg_pc.png);
  background-size: cover;
  background-position: center;
  background-color: #000000;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    margin-top: 15.3846153846vw;
    background: url(../images/mv_bg_sp.png);
    background-size: cover;
    background-position: center;
    display: block;
    height: 70vh;
  }
}
.mv .mv_logo {
  width: 655px;
  margin-left: -100px;
  position: relative;
}
.mv .mv_logo .mv_logo01, .mv .mv_logo .mv_logo02 {
  z-index: 10;
  position: relative;
}
.mv .mv_logo .mv_logo01 img {
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv .mv_logo {
    width: 100%;
    margin: 0;
    padding-top: 20.5128205128vw;
  }
}
.mv .mv_txt {
  width: 655px;
  color: #ffffff;
  font-size: 15px;
  line-height: 2.13;
}
@media screen and (max-width: 768px) {
  .mv .mv_txt {
    display: none;
    width: 100%;
    font-size: 3.5897435897vw;
  }
}
.mv .mv_logoObject01 {
  width: 215px;
  display: block;
  position: absolute;
  left: 60px;
  top: -100px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv .mv_logoObject01 {
    width: 100vw;
    left: 0;
    top: 10.2564102564vw;
  }
}
.mv .scroll {
  font-size: 14px;
  writing-mode: vertical-rl;
  position: absolute;
  top: 90%;
  left: 8%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .mv .scroll {
    font-size: 3.5897435897vw;
    top: 80%;
  }
}
.mv .scroll::after {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  bottom: -120px;
  transform: translateX(-50%);
  width: 1px;
  height: 100px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .mv .scroll::after {
    bottom: -30.7692307692vw;
    height: 25.641025641vw;
  }
}
.mv .scroll::after {
  animation: scroll 3s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.introduction {
  padding-top: 85px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .introduction {
    padding-top: 11.5384615385vw;
    padding-bottom: 10.2564102564vw;
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }
}
.introduction .introduction_ttl {
  display: table;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .introduction .introduction_ttl {
    width: 100%;
    margin: 0 auto 2.5641025641vw;
  }
}
.introduction .introduction_txt {
  text-align: center;
  font-size: 19px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .introduction .introduction_txt {
    font-size: 3.5897435897vw;
    margin-bottom: 2.5641025641vw;
  }
}
.introduction .introduction_cont {
  display: flex;
  justify-content: center;
  align-items: center;
}
.introduction .introduction_contTtl {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.introduction .introduction_contTtlTop {
  display: block;
  width: 100%;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .introduction .introduction_contTtlTop {
    font-size: 3.8461538462vw;
  }
}
.introduction .introduction_contTtlBottom {
  display: block;
  width: 100%;
  font-size: 13px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .introduction .introduction_contTtlBottom {
    font-size: 2.8205128205vw;
  }
}
.introduction .introduction_contTxt {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.66;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .introduction .introduction_contTxt {
    font-size: 3.3333333333vw;
    padding-left: 5.1282051282vw;
    margin-left: 5.1282051282vw;
    padding-top: 1.2820512821vw;
    padding-bottom: 1.2820512821vw;
  }
}
@media screen and (max-width: 768px) {
  .introduction .introduction_read {
    font-size: 3.8461538462vw;
    line-height: 2.13;
    margin-top: 5.1282051282vw;
  }
}

.news {
  padding-bottom: 120px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .news {
    padding-bottom: 14.1025641026vw;
    margin-top: 15.3846153846vw;
  }
}
.news .inner {
  display: flex;
  gap: 0 50px;
}
@media screen and (max-width: 768px) {
  .news .inner {
    display: block;
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }
}
.news .cont_ttl {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .news .cont_ttl {
    padding: 0;
  }
}
.news .news_listWrap {
  width: 100%;
}
.news .news_listWrap .news_list {
  width: 100%;
  padding: 15px 25px;
  display: flex;
  gap: 0 50px;
  font-size: 14px;
  line-height: 1.86;
  border-bottom: 1px solid #4e4e4e;
  cursor: pointer;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .news .news_listWrap .news_list {
    padding: 2.5641025641vw 2.5641025641vw;
    display: block;
    font-size: 3.5897435897vw;
  }
}
.news .news_listWrap .news_list:first-child {
  border-top: 1px solid #4e4e4e;
}
.news .news_listWrap .news_list .news_listDate {
  width: 90px;
}
@media screen and (max-width: 768px) {
  .news .news_listWrap .news_list .news_listDate {
    width: 100%;
    display: block;
  }
}
.news .news_listWrap .news_list .news_listTxt {
  width: calc(100% - 90px);
}
@media screen and (max-width: 768px) {
  .news .news_listWrap .news_list .news_listTxt {
    width: 100%;
    display: block;
  }
}

.p_none {
  pointer-events: none;
}

.middleImage {
  position: relative;
  height: 600px;
}
@media screen and (max-width: 768px) {
  .middleImage {
    height: 64.1025641026vw;
  }
}
.middleImage .middleImage_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.middleImage .middleImage_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../images/middleImage_bg01_pc.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .middleImage .middleImage_bg {
    background-image: url(../images/middleImage_bg01_sp.jpg);
  }
}

.video {
  background-image: url(../images/video_bg01_pc.png);
  background-size: 1895px;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .video {
    background-image: url(../images/video_bg01_sp.png);
    background-size: 100%;
  }
}
.video .video_ttl {
  width: 698px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .video .video_ttl {
    width: 100%;
    margin: 0 auto 12.8205128205vw;
  }
}
.video .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border: 1px solid #575757;
}
@media screen and (max-width: 768px) {
  .video .youtube {
    width: auto;
    margin-left: 5.1282051282vw;
    margin-right: 5.1282051282vw;
  }
}
.video .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.about {
  background-image: url(../images/about_bg01_pc.png);
  background-size: 2030px;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .about {
    background-image: url(../images/about_bg01_sp.png);
    background-size: 100%;
    padding-bottom: 15.3846153846vw;
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
    background-position: 50% 80%;
  }
}
.about .cont_ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .about .cont_ttl {
    margin-bottom: 10.2564102564vw;
  }
}
.about .about_txt {
  font-size: 15px;
  line-height: 2.13;
  margin-bottom: 105px;
}
@media screen and (max-width: 768px) {
  .about .about_txt {
    font-size: 3.8461538462vw;
    margin-bottom: 15.3846153846vw;
  }
}
.about::after {
  content: "";
  display: block;
  width: 1px;
  height: 107px;
  background-color: #b19b3c;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about::after {
    height: 26.9230769231vw;
  }
}

.lineup {
  margin-bottom: 300px;
}
@media screen and (max-width: 768px) {
  .lineup {
    margin-bottom: -20.5128205128vw;
  }
}
.lineup .cont_ttl {
  text-align: center;
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .lineup .cont_ttl {
    margin-bottom: 5.1282051282vw;
  }
  .lineup .cont_ttl .cont_ttlEn {
    font-size: 11.2820512821vw;
    line-height: 1.13;
    margin-bottom: 2.5641025641vw;
  }
}
.lineup .lineup_list {
  position: relative;
  margin-bottom: 120px;
}
.lineup .lineup_list:last-child {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .lineup .lineup_list:last-child {
    margin-bottom: 7.6923076923vw;
  }
}
@media screen and (max-width: 768px) {
  .lineup .lineup_list {
    margin-bottom: 7.6923076923vw;
    padding-left: 2.5641025641vw;
    padding-right: 2.5641025641vw;
  }
}
.lineup .lineup_list .lineup_listTtl {
  font-size: 30px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .lineup .lineup_list .lineup_listTtl {
    font-size: 6.6666666667vw;
    padding-left: 3.8461538462vw;
    padding-right: 2.5641025641vw;
    margin-bottom: 7.6923076923vw;
    margin-left: 2.5641025641vw;
    margin-right: 2.5641025641vw;
    line-height: 1.23;
  }
}
.lineup .lineup_list .lineup_listTtl:after {
  display: block;
  content: "";
  width: 3px;
  height: 30px;
  background-color: #ffd400;
  position: absolute;
  left: 0;
  transform: translate(0%, -50%);
  top: 50%;
}
@media screen and (max-width: 768px) {
  .lineup .lineup_list .lineup_listTtl:after {
    width: 0.5128205128vw;
    height: 16.4102564103vw;
  }
}
.lineup .lineup_list .lineup_listBg {
  display: block;
  height: 338px;
  background-color: #253931;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lineup .lineup_list .lineup_listBg {
    height: 69.2307692308vw;
    width: 97.4358974359vw;
    top: 40%;
  }
}
.lineup .lineup_list:nth-child(even) .lineup_listBg {
  background-color: #776c32;
  left: auto;
  left: 0;
}
.lineup .lineup_list:nth-child(even) .lineup_listImg {
  margin-right: 0;
  margin-left: auto;
}
.lineup .lineup_list:nth-child(even) .lineup_listBox {
  right: auto;
  left: 0;
}
.lineup .lineup_list:nth-child(even) .lineup_listBoxBg {
  left: auto;
  right: 0;
}
.lineup .lineup_listImg.img01 {
  width: 686px;
}
@media screen and (max-width: 768px) {
  .lineup .lineup_listImg.img01 {
    width: 92.3076923077vw;
  }
}
.lineup .lineup_listImg.img02 {
  width: 434px;
}
@media screen and (max-width: 768px) {
  .lineup .lineup_listImg.img02 {
    width: 58.4615384615vw;
  }
}
.lineup .lineup_listImg {
  z-index: 2;
  position: relative;
}
.lineup .lineup_listBox {
  background-color: #000000;
  padding: 45px;
  width: 353px;
  position: absolute;
  top: 360px;
  right: 0;
  margin: auto;
  z-index: 2;
}
.lineup .lineup_listBox .lineup_listBoxBg {
  background-color: #000000;
  height: 100%;
  top: 0px;
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
}
@media screen and (max-width: 768px) {
  .lineup .lineup_listBox .lineup_listBoxBg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .lineup .lineup_listBox {
    width: 89.7435897436vw;
    margin: 0 auto;
    position: static;
    padding: 10.2564102564vw 5.1282051282vw;
  }
}
.lineup .lineup_listBoxTtl {
  line-height: 1.45;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .lineup .lineup_listBoxTtl {
    padding-bottom: 3.8461538462vw;
    margin-bottom: 5.1282051282vw;
  }
}
.lineup .lineup_listBoxTtl::after {
  width: 70px;
  height: 3px;
  content: "";
  display: block;
  background-color: #ffd400;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .lineup .lineup_listBoxTtl::after {
    width: 17.9487179487vw;
    height: 0.7692307692vw;
  }
}
.lineup .lineup_listBoxTtl .lineup_listBoxTtlSmall {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .lineup .lineup_listBoxTtl .lineup_listBoxTtlSmall {
    font-size: 4.1025641026vw;
  }
}
.lineup .lineup_listBoxTtl .lineup_listBoxTtlBig {
  display: block;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .lineup .lineup_listBoxTtl .lineup_listBoxTtlBig {
    font-size: 5.641025641vw;
  }
}
.lineup .lineup_listBoxTxt {
  font-size: 15px;
  line-height: 2.13;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lineup .lineup_listBoxTxt {
    font-size: 3.8461538462vw;
  }
}
.lineup .lineup_listNote {
  color: #fff;
  font-size: 13px;
  z-index: 10;
  position: relative;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .lineup .lineup_listNote {
    font-size: 3.3333333333vw;
    padding: 0 4%;
  }
}

.between_bg {
  height: 300px;
  margin-top: -340px;
  transform: translate(0%, -100%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .between_bg {
    height: auto;
    margin-top: -17.9487179487vw;
    margin-bottom: -7.6923076923vw;
    transform: translate(0%, 0);
  }
}

.infomation {
  z-index: 5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .infomation {
    padding-left: 2.5641025641vw;
    padding-right: 2.5641025641vw;
  }
}
.infomation .cont_ttl {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .infomation .cont_ttl {
    margin-bottom: 8.9743589744vw;
  }
}
.infomation .infomation_topBoxTtl {
  color: #b39c3a;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_topBoxTtl {
    font-size: 5.1282051282vw;
    margin-bottom: 2.5641025641vw;
  }
}
.infomation .infomation_top {
  display: flex;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_top {
    display: block;
  }
}
.infomation .infomation_top .cont_ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_top .cont_ttl {
    margin-bottom: 7.6923076923vw;
  }
}
.infomation .infomation_top .infomation_topTtl {
  line-height: 1.6;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_top .infomation_topTtl {
    font-size: 5.1282051282vw;
    margin-bottom: 7.6923076923vw;
  }
}
.infomation .infomation_top .txt_red {
  color: #FF0000;
  font-weight: 600;
}
.infomation .infomation_top .infomation_topBox {
  margin-bottom: 30px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_top .infomation_topBox {
    padding-right: 0;
    margin-bottom: 7.6923076923vw;
  }
}
.infomation .infomation_top .infomation_topBoxBold {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_top .infomation_topBoxBold {
    font-size: 4.358974359vw;
    margin-bottom: 2.5641025641vw;
  }
}
.infomation .infomation_top .infomation_topBoxTxt {
  font-size: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_top .infomation_topBoxTxt {
    font-size: 3.8461538462vw;
    margin-bottom: 3.8461538462vw;
  }
}
.infomation .infomation_top .infomation_topBoxDate {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.77;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_top .infomation_topBoxDate {
    font-size: 4.6153846154vw;
  }
}
.infomation .infomation_top .infomation_topBoxRoot {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_top .infomation_topBoxRoot {
    margin-bottom: 5.1282051282vw;
  }
}
.infomation .infomation_top .infomation_topBoxRootTtl {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_top .infomation_topBoxRootTtl {
    font-size: 3.8461538462vw;
  }
}
@media screen and (max-width: 768px) {
  .infomation .infomation_top .infomation_right iframe {
    width: 100%;
    height: 58.9743589744vw;
    margin-top: 5.1282051282vw;
  }
}
.infomation .infomation_top .infomation_rightLink {
  margin-top: 5px;
  font-size: 12px;
  color: #ffffff;
  margin-right: 0;
  text-decoration: none;
  display: table;
  padding-left: 25px;
  margin-right: 0;
  margin-left: auto;
  background-image: url(../images/infomation_rightIco01.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: left 100%;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_top .infomation_rightLink {
    margin-top: 1.2820512821vw;
    font-size: 3.0769230769vw;
    padding-left: 5.1282051282vw;
    background-size: 3.8461538462vw;
  }
}
.infomation .infomation_ticket .infomation_ticketList {
  width: 100%;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_ticket .infomation_ticketList {
    font-size: 4.6153846154vw;
    padding: 3.8461538462vw 5.1282051282vw;
  }
}
.infomation .infomation_ticket .infomation_ticketList:nth-child(odd) {
  background-color: #262626;
}
.infomation .infomation_ticket .infomation_ticketList:nth-child(even) {
  background-color: #000000;
}
.infomation .infomation_ticket .infomation_ticketNote {
  text-align: right;
  margin-top: 15px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_ticket .infomation_ticketNote {
    margin-top: 3.8461538462vw;
    font-size: 3.0769230769vw;
  }
}
.infomation .infomation_ticket .infomation_ticketListLeft.flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_ticket .infomation_ticketListLeft.flex {
    display: block;
    width: 60vw;
  }
}
.infomation .infomation_ticket .infomation_ticketListLeftSmall {
  font-size: 13px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_ticket .infomation_ticketListLeftSmall {
    display: block;
    margin-left: 0vw;
    font-size: 3.3333333333vw;
    line-height: 2;
  }
}
.infomation .infomation_ticket .infomation_ticketMap {
  margin-top: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_ticket .infomation_ticketMap {
    margin-top: 7.6923076923vw;
    margin-bottom: 12.8205128205vw;
  }
}
.infomation .infomation_ticket .infomation_ticketBoxNotice {
  padding: 50px 0;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_ticket .infomation_ticketBoxNotice {
    padding: 10.2564102564vw 0;
    font-size: 5.1282051282vw;
  }
}
.infomation .infomation_cautions {
  padding: 30px 0 40px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_cautions {
    padding: 7.6923076923vw 0 10.2564102564vw;
    margin: 0 2.5641025641vw;
  }
}
.infomation .infomation_cautions .infomation_cautionsList {
  font-size: 13px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_cautions .infomation_cautionsList {
    font-size: 3.3333333333vw;
  }
}
.infomation .infomation_bottom {
  padding: 50px 0 100px;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_bottom {
    padding: 10.2564102564vw 0 20.5128205128vw;
    margin: 0 2.5641025641vw;
  }
}
.infomation .infomation_bottom .infomation_bottomBox {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_bottom .infomation_bottomBox {
    margin-bottom: 5.1282051282vw;
  }
}
.infomation .infomation_bottom .infomation_bottomTxt {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_bottom .infomation_bottomTxt {
    font-size: 3.8461538462vw;
  }
}
.infomation .infomation_bottom .bnr_wrap {
  display: flex;
  justify-content: center;
  gap: 25px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_bottom .bnr_wrap {
    display: block;
  }
}
.infomation .infomation_bottom .bnr_wrap img {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_bottom .bnr_wrap img {
    width: 80%;
    margin: 0 auto 2vw;
  }
}
.infomation .infomation_bottomFoot {
  margin-top: 60px;
  padding: 20px 30px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  line-height: 2.3;
  font-size: 16px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_bottomFoot {
    margin-top: 12.8205128205vw;
    padding: 5.1282051282vw 5.1282051282vw;
    display: block;
    font-size: 4.1025641026vw;
  }
}
.infomation .infomation_bottomFoot .infomation_bottomFootTtl {
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_bottomFoot .infomation_bottomFootTtl {
    border: none;
    padding: 0;
    border: none;
  }
}

.infomation_ticketBoxWrap {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .infomation_ticketBoxWrap {
    display: block;
  }
}

.infomation_ticketBox {
  border: 1px solid #4e4e4e;
  border-radius: 10px;
  text-align: center;
  padding: 30px;
  width: 470px;
}
.infomation_ticketBox.m-auto {
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .infomation_ticketBox.m-auto {
    margin: 0 auto 15.3846153846vw;
  }
}
@media screen and (max-width: 768px) {
  .infomation_ticketBox {
    padding: 10.2564102564vw 7.6923076923vw;
    width: 100%;
    border-radius: 2.5641025641vw;
    margin-bottom: 5.1282051282vw;
  }
  .infomation_ticketBox:last-child {
    margin-bottom: 0;
  }
}

.infomation_ticketBoxTtl {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .infomation_ticketBoxTtl {
    font-size: 5.1282051282vw;
    margin-bottom: 1.2820512821vw;
  }
}

.infomation_ticketBoxTxt {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .infomation_ticketBoxTxt {
    font-size: 4.1025641026vw;
    margin-bottom: 6.4102564103vw;
  }
}

.infomation_ticketBoxBtn {
  width: 340px;
  height: 60px;
  border-radius: 10px;
  background-color: #ffeb00;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  text-decoration: none;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .infomation_ticketBoxBtn {
    width: 100%;
    height: 15.3846153846vw;
    border-radius: 2.5641025641vw;
    font-size: 4.6153846154vw;
  }
}


.infomation_ticketBox02 {
  border: 1px solid #4e4e4e;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  width: 960px;
}
.infomation_ticketBox02.m-auto {
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .infomation_ticketBox02.m-auto {
    margin: 0 auto 15.3846153846vw;
  }
}
@media screen and (max-width: 768px) {
  .infomation_ticketBox02 {
    padding: 10.2564102564vw 7.6923076923vw;
    width: 100%;
    border-radius: 2.5641025641vw;
    margin-bottom: 5.1282051282vw;
  }
  .infomation_ticketBox02:last-child {
    margin-bottom: 0;
  }
}

.infomation_ticketBoxTtl02 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .infomation_ticketBoxTtl02 {
    font-size: 5.1282051282vw;
    margin-bottom: 1.2820512821vw;
  }
}

.infomation_ticketBoxTxt02 {
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .infomation_ticketBoxTxt {
    font-size: 4.1025641026vw;
    margin-bottom: 6.4102564103vw;
  }
}





.infomation_desc {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .infomation_desc {
    margin-bottom: 7.6923076923vw;
  }
}
.infomation_desc .infomation_descTtl {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .infomation_desc .infomation_descTtl {
    font-size: 3.8461538462vw;
    margin-bottom: 1.2820512821vw;
  }
}
.infomation_desc .infomation_descCont {
  font-size: 15px;
  line-height: 1.73;
}
@media screen and (max-width: 768px) {
  .infomation_desc .infomation_descCont {
    font-size: 3.8461538462vw;
  }
}
.infomation_desc .infomation_descCont a {
  color: #FFEB00;
  text-decoration: underline;
}
.infomation_desc .infomation_descCont a:hover {
  text-decoration: none;
}

.goods {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .goods {
    margin-bottom: 25.641025641vw;
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }
}
@media screen and (max-width: 768px) {
  .goods .inner {
    padding-left: 7.6923076923vw;
    padding-right: 7.6923076923vw;
  }
}
.goods .cont_ttl {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .goods .cont_ttl {
    margin-bottom: 8.9743589744vw;
  }
  .goods .cont_ttl .cont_ttlEn {
    margin-bottom: 5.1282051282vw;
  }
}
.goods .goods_txt {
  font-size: 16px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .goods .goods_txt {
    font-size: 4.1025641026vw;
    margin-bottom: 8.9743589744vw;
    line-height: 2;
  }
}
.goods .goods_listWrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .goods .goods_listWrap {
    display: block;
  }
}
.goods .goods_list {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .goods .goods_list {
    width: 100%;
    margin-bottom: 10.2564102564vw;
  }
  .goods .goods_list:last-child {
    margin-bottom: 0;
  }
  .goods .goods_list:last-child .goods_listTxt {
    margin-bottom: 0;
  }
}
.goods .goods_list .goods_listImg {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .goods .goods_list .goods_listImg {
    margin-bottom: 5.1282051282vw;
  }
}
.goods .goods_list .goods_listTtl {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .goods .goods_list .goods_listTtl {
    font-size: 4.1025641026vw;
    margin-bottom: 3.8461538462vw;
  }
}
.goods .goods_list .goods_listPrice {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .goods .goods_list .goods_listPrice {
    font-size: 4.1025641026vw;
    margin-bottom: 3.8461538462vw;
  }
}
.goods .goods_list .goods_listTxt {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .goods .goods_list .goods_listTxt {
    font-size: 3.5897435897vw;
    margin-bottom: 5.1282051282vw;
  }
}

@media screen and (max-width: 768px) {
  .sponsors .inner {
    width: auto;
    padding-top: 10.2564102564vw;
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
    margin-left: 5.1282051282vw;
    margin-right: 5.1282051282vw;
  }
}
.sponsors .sponsors_ttl {
  font-size: 15px;
  text-align: center;
  color: #b39c3a;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sponsors .sponsors_ttl {
    font-size: 3.8461538462vw;
    margin-bottom: 10.2564102564vw;
  }
}
.sponsors .sponsors_listWrap {
  display: flex;
  gap: 40px 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .sponsors .sponsors_listWrap {
    display: block;
  }
}
.sponsors .sponsors_listWrap .sponsors_list {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .sponsors .sponsors_listWrap .sponsors_list {
    width: 100%;
    margin-bottom: 10.2564102564vw;
  }
}

footer {
  height: 480px;
  /* background-image: url(../images/footer_bg01_pc.png); */
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  footer {
    height: 38.4615384615vw;
    /* background-image: url(../images/footer_bg01_sp.png); */
  }
}
footer .footer_txt {
  text-align: center;
  color: #a3a3a3;
  font-size: 12px;
  display: table;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  footer .footer_txt {
    font-size: 3.0769230769vw;
    padding: 15.3846153846vw 0;
  }
}

.news_cont {
  border-radius: 10px;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news_cont {
    border-radius: 2.5641025641vw;
  }
}
.news_cont .news_inner {
  padding: 80px 100px;
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 768px) {
  .news_cont .news_inner {
    padding: 10.2564102564vw 5.1282051282vw;
  }
}
.news_cont .news_contDate {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .news_cont .news_contDate {
    font-size: 3.5897435897vw;
    margin-bottom: 2.5641025641vw;
  }
}
.news_cont .news_contTtlTxt {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  display: block;
}
@media screen and (max-width: 768px) {
  .news_cont .news_contTtlTxt {
    font-size: 6.1538461538vw;
    margin-bottom: 2.5641025641vw;
  }
}
.news_cont .news_contTxt {
  font-size: 15px;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .news_cont .news_contTxt {
    font-size: 3.8461538462vw;
  }
}
.news_cont a {
  color: #000;
}
.news_cont a:hover {
  text-decoration: none;
}
.news_cont a.external {
  padding-right: 25px;
  background-image: url(../images/external_ico01.svg);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
@media screen and (max-width: 768px) {
  .news_cont a.external {
    padding-right: 6.4102564103vw;
    background-size: 3.3333333333vw;
  }
}

.news_contFoot {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 70px;
  height: 210px;
}
@media screen and (max-width: 768px) {
  .news_contFoot {
    padding-right: 5.1282051282vw;
    height: 30.7692307692vw;
  }
}

.news_contFootObject {
  width: 447px;
  position: relative;
  top: -22px;
}
@media screen and (max-width: 768px) {
  .news_contFootObject {
    width: 114.6153846154vw;
    top: -5.1282051282vw;
  }
}

.close {
  width: 25px;
  position: absolute;
  right: 35px;
  top: 25px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .close {
    width: 6.4102564103vw;
    right: 3.8461538462vw;
    top: 3.8461538462vw;
  }
}

/* mfp-bg（overlay） */
.mfp-fade01.mfp-bg,
.mfp-fade02.mfp-bg {
  opacity: 0;
  transition: all 0.2s ease-out;
}

.mfp-fade01.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade02.mfp-bg.mfp-ready {
  opacity: 0.6;
}

.mfp-fade01.mfp-bg.mfp-removing,
.mfp-fade02.mfp-bg.mfp-removing {
  opacity: 0;
}

/* mfp-content */
.mfp-fade01.mfp-wrap .mfp-content,
.mfp-fade02.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.2s ease-out;
}

.mfp-fade01.mfp-wrap.mfp-ready .mfp-content,
.mfp-fade02.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade01.mfp-wrap.mfp-removing .mfp-content,
.mfp-fade02.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

header {
  transform: translate(0%, -100%);
}

.mv_logo, .mv_txt {
  opacity: 0;
  transform: translate(0px, 5%);
}

.scroll {
  opacity: 0;
}

.load {
  overflow: hidden;
}

.loding {
  width: 100%;
  height: 100vh;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  pointer-events: none;
}

.loding_logo {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .loding_logo {
    width: 80%;
    padding-bottom: 50vw;
  }
}
.loding_logo img {
  margin: 0 auto;
  width: 100%;
  max-width: 792px;
}

.relevantParties {
  display: table;
  margin: 0 auto 100px;
  font-size: 15px;
  line-height: 2.13;
}
@media screen and (max-width: 768px) {
  .relevantParties {
    padding: 0 5.1282051282vw;
    font-size: 3.8461538462vw;
    margin: 0 auto 20.5128205128vw;
  }
}

.relevantParties_btn {
  width: 340px;
  height: 60px;
  border-radius: 10px;
  background-color: #ffeb00;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  text-decoration: none;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .relevantParties_btn {
    width: 100%;
    height: 15.3846153846vw;
    border-radius: 2.5641025641vw;
    font-size: 4.6153846154vw;
    margin: 5.1282051282vw auto 0;
  }
}

.infomation_bottomBnr {
  display: table;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .infomation_bottomBnr {
    margin: 15.3846153846vw auto 0;
  }
}

.extraPerformanceSchedule {
  padding: 60px 0;
  background: rgba(16, 70, 92, 0.48);
  color: #fff;
  z-index: 50;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .extraPerformanceSchedule {
    padding: 10.2564102564vw 0;
  }
}
.extraPerformanceSchedule .extraPerformanceSchedule_ttl {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .extraPerformanceSchedule .extraPerformanceSchedule_ttl {
    font-size: 6.1538461538vw;
    margin-bottom: 5.1282051282vw;
  }
}
.extraPerformanceSchedule .extraPerformanceSchedule_btn {
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
  text-decoration: none;
  font-weight: 600;
  background-color: #FFEB00;
  display: flex;
  width: 340px;
  height: 80px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .extraPerformanceSchedule .extraPerformanceSchedule_btn {
    font-size: 4.1025641026vw;
    width: 87.1794871795vw;
    height: 20.5128205128vw;
    border-radius: 2.5641025641vw;
    margin-top: 5.1282051282vw;
  }
}
.extraPerformanceSchedule .extraPerformanceSchedule_txt {
  font-size: 15px;
  line-height: 2.1;
  text-align: left;
  width: 540px;
  display: table;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .extraPerformanceSchedule .extraPerformanceSchedule_txt {
    font-size: 3.8461538462vw;
    width: 100%;
    padding: 0 5.1282051282vw;
  }
}

.txt_yellow {
  color: #FFEB00;
  font-weight: 600;
}
.txt_yellow:hover {
  text-decoration: none;
}

.news_cont .bold {
  font-weight: bold;
}
.news_cont .lh23 {
  line-height: 2.3;
}
.news_cont .mb10 {
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .news_cont .mb10 {
    margin-bottom: 2.5641025641vw;
  }
}
.news_cont .mb20 {
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .news_cont .mb20 {
    margin-bottom: 5.1282051282vw;
  }
}
.news_cont .t-center {
  text-align: center;
  display: block;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.news_cont .mb40 {
  margin-bottom: 40px;
  display: block;
}
@media screen and (max-width: 768px) {
  .news_cont .mb40 {
    margin-bottom: 10.2564102564vw;
  }
}
.news_cont .pb40 {
  padding-bottom: 40px;
  display: block;
}
@media screen and (max-width: 768px) {
  .news_cont .pb40 {
    padding-bottom: 10.2564102564vw;
  }
}
.news_cont .font_big {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .news_cont .font_big {
    font-size: 5.1282051282vw;
  }
}
.news_cont p {
  font-size: 18px;
  line-height: 2.22;
}
@media screen and (max-width: 768px) {
  .news_cont p {
    font-size: 4.6153846154vw;
  }
}
.news_cont p img {
  display: block;
  width: 340px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .news_cont p img {
    width: 80%;
  }
}
.news_cont p.f15 {
  line-height: 2.4;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .news_cont p.f15 {
    font-size: 3.8461538462vw;
  }
}
.news_cont .news_contTxtNote {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .news_cont .news_contTxtNote {
    font-size: 3.5897435897vw;
  }
}
.news_cont .border_bottom {
  border-bottom: 1px solid #4e4e4e;
}
.news_cont dl {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .news_cont dl {
    margin-bottom: 10.2564102564vw;
  }
}
.news_cont dt {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .news_cont dt {
    font-size: 5.1282051282vw;
    margin-bottom: 5.1282051282vw;
  }
}
.news_cont dd {
  font-size: 18px;
  line-height: 2.22;
}
@media screen and (max-width: 768px) {
  .news_cont dd {
    font-size: 4.6153846154vw;
  }
}

.mfp-container {
  top: 40px;
}

.mfp-close-btn-in .mfp-close {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .top_infomation {
    padding-left: 2.5641025641vw;
    padding-right: 2.5641025641vw;
  }
}

.infomation_ticketTtl {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 10px auto 10px;
}
@media screen and (max-width: 768px) {
  .infomation_ticketTtl {
    font-size: 5.641025641vw;
    margin: 12.8205128205vw auto 7.6923076923vw;
  }
}

.infomation_ticketListLeftSmall.block {
  display: block;
}

.infomation_yellowNote {
  font-size: 15px;
  margin: 30px 0 100px;
  font-weight: normal;
  display: block;
}
@media screen and (max-width: 768px) {
  .infomation_yellowNote {
    font-size: 2vw;
    margin: 4vw 0 13.3333333333vw;
  }
}

.mc_introduction {
  padding: 60px 0 100px;
  color: #fff;
  z-index: 50;
  position: relative;
  text-align: center;
  margin-top: -140px;
}
@media screen and (max-width: 768px) {
  .mc_introduction {
    margin-top: -35.8974358974vw;
    padding: 10.2564102564vw 0 15.3846153846vw;
  }
}
.mc_introduction .mc_introduction_ttl {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .mc_introduction .mc_introduction_ttl {
    font-size: 6.1538461538vw;
    margin-bottom: 2.5641025641vw;
  }
}
.mc_introduction .mc_introduction_btn {
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
  text-decoration: none;
  font-weight: 600;
  background-color: #FFEB00;
  display: flex;
  width: 340px;
  height: 80px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .mc_introduction .mc_introduction_btn {
    font-size: 4.1025641026vw;
    width: 87.1794871795vw;
    height: 20.5128205128vw;
    border-radius: 2.5641025641vw;
    margin-top: 5.1282051282vw;
  }
}

.mc_introduction_txt {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .mc_introduction_txt {
    font-size: 4.1025641026vw;
  }
}/*# sourceMappingURL=style.css.map */</pre></body></html>