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

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 {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  top: 0;
  z-index: 100;
  padding: 0 20px;
  margin: 0 auto;
}
@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: 3.8461538462vw;
  }
}
.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: 5.641025641vw;
  }
}
.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.0769230769vw;
  }
}

.mv {
  background-size: cover;
  background-position: center;
  align-items: center;
  position: relative;
  max-width: 2281px;
  margin: 60px auto 110px;
}
.mv .inner {
  padding-top: 1330px;
  max-width: 870px;
}
@media screen and (max-width: 768px) {
  .mv .inner {
    padding-top: 0vw;
    max-width: 89.7435897436vw;
    width: 89.7435897436vw;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    margin-top: 15.3846153846vw;
    margin-bottom: -7.6923076923vw;
    background-size: cover;
    background-position: center;
    display: block;
  }
}
.mv .mv_img {
  max-width: 1830px;
  margin: 0 auto;
}
.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 {
  font-size: 21px;
  line-height: 2.19;
  display: table;
  margin: 25px auto 0;
  z-index: 10;
  font-weight: 600;
  position: relative;
  font-family: Noto Serif JP;
}
@media screen and (max-width: 768px) {
  .mv .mv_txt {
    line-height: 2;
    margin: 6.4102564103vw auto;
    font-size: 4.6153846154vw;
  }
}
.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: 60%;
  left: 8%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .mv .scroll {
    font-size: 2.3076923077vw;
    top: 39%;
    left: 6%;
  }
}
.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%;
  }
}
.mv .mv_img {
  min-width: 1840px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  margin-bottom: -2300px;
}
@media screen and (max-width: 768px) {
  .mv .mv_img {
    margin-bottom: 0;
    position: static;
    min-width: 100%;
    transform: translateX(0%);
  }
}
.mv .mv_logo {
  width: 794px;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .mv .mv_logo {
    width: 100%;
    margin-top: 12.8205128205vw;
    margin-bottom: 5.1282051282vw;
  }
}
.mv .mv_read {
  font-size: 34px;
  line-height: 1.52;
  font-weight: 600;
  font-family: Noto Serif JP;
}
@media screen and (max-width: 768px) {
  .mv .mv_read {
    font-size: 7.1794871795vw;
    line-height: 1.5;
    font-weight: 700;
  }
}

.introduction {
  padding-top: 85px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .introduction {
    padding-top: 3.8461538462vw;
    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: 80.5128205128vw;
    margin: 0 auto 5.1282051282vw;
  }
}
.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: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .infomation .infomation_topBoxTtl {
    font-size: 3.8461538462vw;
    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;
  flex-direction: column;
}
@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_ticketBoxTxt {
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .infomation_ticketBoxTxt {
    font-size: 4.8717948718vw;
    line-height: 1.89;
  }
}

.infomation_ticketBoxWrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .infomation_ticketBoxWrap {
    padding: 20.5128205128vw 7.6923076923vw 10.2564102564vw;
    width: 100%;
    border-radius: 2.5641025641vw;
    margin-bottom: 0vw;
    padding-bottom: 0;
    background-image: url(../images/infomationBg01_sp.png);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
  }
  .infomation_ticketBoxWrap: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: 7.6923076923vw;
  }
}

.infomation_ticketBoxBtn {
  width: 500px;
  height: 60px;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  text-decoration: none;
  margin: 0 auto;
  font-weight: 600;
  margin-bottom: 60px;
}
.infomation_ticketBoxBtn:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .infomation_ticketBoxBtn {
    width: 87.1794871795vw;
    height: 20.5128205128vw;
    border-radius: 2.5641025641vw;
    font-size: 4.6153846154vw;
    margin-bottom: 10.2564102564vw;
  }
}

.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 {
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto;
  z-index: 10;
  position: relative;
  background: #1C542C;
}
@media screen and (max-width: 768px) {
  footer {
    height: 38.4615384615vw;
    width: 100%;
    margin-top: 70.5128205128vw;
  }
}
footer .footer_txt {
  text-align: center;
  color: #FFFFFF;
  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%);
}

.scroll {
  opacity: 0;
}

.load {
  overflow: hidden;
}

.loding {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  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: 30px auto 30px;
}
@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;
  }
}

.infomation_ticketBoxTxt {
  font-size: 20px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .infomation_ticketBoxTxt {
    font-size: 5.1282051282vw;
    margin-bottom: 5.1282051282vw;
  }
}

.infomation_ticketBox {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .infomation_ticketBox {
    margin-bottom: 0vw;
  }
}

.infomation_ticketBoxBigTxt {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  font-family: PT Serif;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .infomation_ticketBoxBigTxt {
    font-size: 6.9230769231vw;
    line-height: 1.12;
    margin-bottom: 7.6923076923vw;
  }
}
.infomation_ticketBoxBigTxt span {
  display: block;
  font-size: 20px;
  font-weight: normal;
  font-family: Noto Sans;
}
@media screen and (max-width: 768px) {
  .infomation_ticketBoxBigTxt span {
    font-size: 4.6153846154vw;
    margin-top: 5.1282051282vw;
  }
}
@media screen and (max-width: 768px) {
  .infomation_ticketBoxBigTxt {
    font-size: 6.9230769231vw;
    margin-bottom: 10.2564102564vw;
    line-height: 1.77;
  }
}

.infomation_ticketBg {
  position: absolute;
  top: 40%;
  left: 56%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  width: 2137px;
}
@media screen and (max-width: 768px) {
  .infomation_ticketBg {
    width: 100vw;
    top: 101%;
    left: 50%;
    top: 360vw;
  }
}

.green {
  height: 338px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}
@media screen and (max-width: 768px) {
  .green {
    height: 80.7692307692vw;
    margin-bottom: 15.3846153846vw;
    width: 100vw;
    margin-left: -2.5641025641vw;
  }
}
.green .infomation_ticketBoxBtn {
  width: 340px;
  background-color: #1C542C;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .green .infomation_ticketBoxBtn {
    width: 87.1794871795vw;
  }
}

.instagram_box {
  margin-top: 52px;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .instagram_box {
    margin-top: 13.3333333333vw;
    margin-bottom: 10vw;
  }
}
.instagram_box .instagram_boxTxt {
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .instagram_box .instagram_boxTxt {
    font-size: 4.1025641026vw;
    margin-bottom: 5.1282051282vw;
  }
}
.instagram_box a {
  width: 500px;
  height: 60px;
  border: 1px solid #1C542C;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  margin: 0 auto;
  background-image: url(../images/instagram_ico01.svg);
  background-size: 33px;
  background-position: 20% center;
  background-repeat: no-repeat;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .instagram_box a {
    width: 87.1794871795vw;
    height: 15.3846153846vw;
    border-radius: 2.5641025641vw;
    font-size: 4.6153846154vw;
    margin-bottom: 0vw;
    background-position: 5% center;
  }
}

.cont_secTtl .cont_secTtlEn {
  text-align: center;
  font-size: 60px;
  font-family: PT Serif;
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .cont_secTtl .cont_secTtlEn {
    font-size: 9.7435897436vw;
    margin-bottom: 1.2820512821vw;
  }
}
.cont_secTtl .cont_secTtlJa {
  font-size: 20px;
  font-family: Noto Sans;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .cont_secTtl .cont_secTtlJa {
    font-size: 5.1282051282vw;
  }
}

.ticketInformation {
  margin-bottom: 90px;
  /* Google Mapを囲う要素 */
  /* Google Mapのiframe */
}
@media screen and (max-width: 768px) {
  .ticketInformation {
    margin-bottom: 15.3846153846vw;
  }
}
.ticketInformation .cont_table {
  margin-top: 50px;
  border-spacing: 0;
  width: 100%;
}
.ticketInformation .cont_table .ticketInformation_logo {
  width: 248px;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .ticketInformation .cont_table .ticketInformation_logo {
    width: 62.3076923077vw;
    margin-bottom: 1.2820512821vw;
  }
}
@media screen and (max-width: 768px) {
  .ticketInformation .cont_table {
    margin-top: 7.6923076923vw;
  }
}
.ticketInformation .cont_table tr:first-child th, .ticketInformation .cont_table tr:first-child td {
  border-top: 1px solid #D0D0D0;
}
@media screen and (max-width: 768px) {
  .ticketInformation .cont_table tr:first-child th, .ticketInformation .cont_table tr:first-child td {
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  .ticketInformation .cont_table tr:first-child th {
    border-top: 1px solid #D0D0D0;
  }
}
@media screen and (max-width: 768px) {
  .ticketInformation .cont_table th, .ticketInformation .cont_table td {
    display: block;
    padding-top: 0vw;
    padding-bottom: 0vw;
    padding-left: 2.5641025641vw;
    padding-right: 2.5641025641vw;
  }
}
.ticketInformation .cont_table th {
  font-size: 18px;
  width: 18%;
  padding-left: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #D0D0D0;
  line-height: 1.66;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .ticketInformation .cont_table th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 1.2820512821vw;
    padding-top: 6.4102564103vw;
    padding-left: 2.5641025641vw;
    padding-right: 2.5641025641vw;
  }
}
.ticketInformation .cont_table td {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 18px;
  border-bottom: 1px solid #D0D0D0;
  line-height: 1.66;
}
@media screen and (max-width: 768px) {
  .ticketInformation .cont_table td {
    padding-top: 0;
    padding-bottom: 6.4102564103vw;
  }
}
.ticketInformation .cont_table .bold {
  font-weight: 600;
}
.ticketInformation .cont_table .place_txt {
  display: block;
  margin-top: 15px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .ticketInformation .cont_table .place_txt {
    margin-top: 1.7948717949vw;
    font-size: 3.8461538462vw;
  }
}
.ticketInformation .place_map {
  width: 100%;
}
.ticketInformation .place_map {
  position: relative;
  width: 100%;
  margin-top: 30px;
  height: 0;
  padding-top: 400px;
  /* 比率を4:3に固定 */
}
@media screen and (max-width: 768px) {
  .ticketInformation .place_map {
    margin-top: 3.8461538462vw;
    padding-top: 46.6666666667vw;
  }
}
.ticketInformation .place_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ticketInformation .place_mapTxt {
  text-align: right;
  display: block;
  margin-top: 10px;
  font-size: 13px;
  text-decoration: underline;
  color: #000;
}
@media screen and (max-width: 768px) {
  .ticketInformation .place_mapTxt {
    margin-top: 2.5641025641vw;
    font-size: 3.3333333333vw;
  }
}
.ticketInformation .place_mapTxt:hover {
  text-decoration: none;
}
.ticketInformation .price_ttl {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #D88412;
  margin-bottom: 30px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .ticketInformation .price_ttl {
    margin-top: 10.2564102564vw;
    margin-bottom: 7.6923076923vw;
    font-size: 5.1282051282vw;
  }
}
.ticketInformation .price_txt {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .ticketInformation .price_txt {
    margin-top: 5.1282051282vw;
  }
}
.ticketInformation .price_txt li {
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .ticketInformation .price_txt li {
    font-size: 3.8461538462vw;
  }
}

.big_bnr {
  display: table;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .big_bnr {
    width: 90%;
    margin: 0 auto;
  }
}

.infomation_ticketBg2 {
  display: none;
}
@media screen and (max-width: 768px) {
  .infomation_ticketBg2 {
    display: block;
    margin: -46.1538461538vw 0 -25.641025641vw 0;
    z-index: -1;
  }
}

.ticket_pia {
  border-radius: 10px;
  border: 1px solid #FFEB03;
  padding: 35px;
  max-width: 765px;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .ticket_pia {
    margin-top: 7.6923076923vw;
    width: 100%;
    padding: 5.1282051282vw;
    margin-bottom: 0vw;
  }
}
.ticket_pia .ticket_piaTtl {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #4A4A4A;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ticket_pia .ticket_piaTtl {
    font-size: 4.1025641026vw;
    padding-bottom: 2.5641025641vw;
  }
}
.ticket_pia .ticket_piaCont {
  text-align: center;
  font-size: 18px;
  line-height: 1.66;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .ticket_pia .ticket_piaCont {
    font-size: 4.6153846154vw;
    padding-top: 5.1282051282vw;
  }
}
.ticket_pia .ticket_piaContBtn {
  width: 326px;
  height: 60px;
  background-color: #FFEB03;
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-size: 18px;
  justify-content: center;
  margin: 0 auto;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .ticket_pia .ticket_piaContBtn {
    width: 100%;
    height: 15.3846153846vw;
    font-size: 4.1025641026vw;
    margin-top: 5.1282051282vw;
  }
}

.foot_img {
  width: 371px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 650px;
  top: -380px;
}
@media screen and (max-width: 768px) {
  .foot_img {
    width: 100%;
    margin-left: 0;
    transform: 0;
    left: 0;
    top: 0;
    transform: translateY(-100%) translateX(0%);
  }
}
.foot_img img {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */