@charset "UTF-8";
/*-------------------------------------------------------------------
リセット
/*-------------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  letter-spacing: 0.03em;
}

body {
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
  /* safari hover対策 */
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  line-height: 1.6;
  width: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

ins {
  background-color: #ffff99;
  color: #000000;
  text-decoration: none;
}

mark {
  background-color: #ffff99;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  line-height: 1;
  vertical-align: bottom;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  line-height: 1;
  outline: none;
  padding: 0;
}

*, *:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.sp {
  display: none !important;
}

.sp_inline {
  display: none;
}

.pc_inline {
  display: inline;
}

@media screen and (min-width: 768px) {
  .imgalpha {
    cursor: pointer;
    transition: opacity 0.6s;
  }
  .imgalpha:hover {
    opacity: 0.6 !important;
  }
}
/* 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;
}

.test {
  color: #263c64;
}

/*-------------------------------------------------------------------
common
/*-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  img {
    height: auto;
    width: 100%;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sp_inline {
    display: inline !important;
  }
  .pc_inline {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    max-width: 100vw;
    overflow: hidden;
  }
}
.go_top {
  width: 33.8px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
.go_top img {
  width: 100%;
}

/*-------------------------------------------------------------------
共通コンポーネント
/*-------------------------------------------------------------------*/
header {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  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;
  }
}
@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: 0vw 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;
  }
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 48px;
  border: 1px solid #3b7b2c;
  color: #ffffff;
  font-size: 14px;
  font-family: inherit;
  letter-spacing: 0.08em;
  text-decoration: none;
  background: transparent;
  transition: background-color 0.25s, border-color 0.25s;
  min-width: 320px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .btn-outline {
    min-width: 148.7179487179vw;
    padding: 7.1794871795vw 10.2564102564vw;
    font-size: 6.1538461538vw;
    gap: 2.5641025641vw;
  }
}
@media screen and (min-width: 768px) {
  .btn-outline:hover {
    background-color: rgba(59, 123, 44, 0.35);
  }
}
.btn-outline--dark {
  border-color: rgba(10, 20, 8, 0.6);
  color: #071008;
  min-width: auto;
  padding: 14px 40px;
}
@media screen and (max-width: 768px) {
  .btn-outline--dark {
    min-width: 12.8205128205vw;
    padding: 6.6666666667vw 12.8205128205vw;
  }
}
@media screen and (min-width: 768px) {
  .btn-outline--dark:hover {
    background-color: rgba(10, 20, 8, 0.12);
  }
}
.btn-outline--instagram svg {
  flex-shrink: 0;
}

.news {
  padding-bottom: 90px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .news {
    padding-bottom: 16.6666666667vw;
    margin-top: 5.1282051282vw;
  }
}
.news .inner {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .news .inner {
    width: 100%;
  }
}
.news .cont_ttl {
  color: #fff;
}
.news .cont_ttlEn {
  font-family: "PT Serif";
  font-size: 50px;
  font-weight: bold;
  line-height: 0.64;
  letter-spacing: 1px;
  text-align: left;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .news .cont_ttlEn {
    font-size: 12.8205128205vw;
  }
}
.news .cont_ttlJa {
  font-family: NotoSansJP;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.13;
  letter-spacing: 1.5px;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .news .cont_ttlJa {
    font-size: 3.8461538462vw;
    margin-top: 2.5641025641vw;
    margin-bottom: 3.8461538462vw;
  }
}
.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;
}

.sns_sec .sns_secBtn {
  width: 500px;
  height: 60px;
  border-radius: 10px;
  border: solid 1px #b6d450;
  font-family: NotoSansJP;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.67;
  text-align: left;
  color: #b6d450;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 0 auto;
  background-image: url(../img/instagram_ico01.svg);
  background-repeat: no-repeat;
  background-position: 24% center;
  padding-left: 40px;
  margin-bottom: 100px;
  transition: all 0.3s;
}
.sns_sec .sns_secBtn:hover {
  opacity: 0.6 !important;
}
@media screen and (max-width: 768px) {
  .sns_sec .sns_secBtn {
    width: 100%;
    width: 89.7435897436vw;
    height: 15.3846153846vw;
    border-radius: 2.5641025641vw;
    background-size: 8.4615384615vw;
    background-position: 10% center;
    margin-bottom: 15.3846153846vw;
  }
}

.foot_sec {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .foot_sec {
    width: 89.7435897436vw;
    margin: 0 auto;
  }
}
.foot_sec .foot_secCreditTtl {
  font-family: NotoSansJP;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.76;
  text-align: center;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .foot_sec .foot_secCreditTtl {
    text-align: left;
    font-size: 4.6153846154vw;
  }
}
.foot_sec .foot_secCreditTxt {
  font-family: NotoSansJP;
  font-size: 16px;
  line-height: 1.88;
  text-align: center;
  color: #fff;
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .foot_sec .foot_secCreditTxt {
    text-align: left;
    font-size: 4.1025641026vw;
  }
}
.foot_sec .foot_secContact {
  border-top: 1px solid #5c5c5c;
  border-bottom: 1px solid #5c5c5c;
  padding-top: 35px;
  padding-bottom: 25px;
  margin-top: 15px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .foot_sec .foot_secContact {
    padding-top: 8.9743589744vw;
    padding-bottom: 6.4102564103vw;
    margin-top: 3.8461538462vw;
    margin-top: 7.6923076923vw;
  }
}

.site-footer .site-footer__copy {
  height: 168px;
  font-family: NotoSansCJKJP;
  font-size: 12px;
  line-height: 2.67;
  color: #A3A3A3;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .site-footer .site-footer__copy {
    height: 43.0769230769vw;
    font-size: 2.8205128205vw;
    line-height: 0.6846153846vw;
  }
}

/*-------------------------------------------------------------------
LP – Nā Poʻokela 2026
/*-------------------------------------------------------------------*/
img {
  width: 100%;
}

html {
  background-color: #000;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.site-header__inner {
  max-width: 1500px;
  margin: 0 auto;
  width: 100%;
}
.site-header__sns {
  display: flex;
  justify-content: end;
}
@media screen and (min-width: 768px) {
  .site-header__sns:hover {
    color: #ffffff;
  }
}
.site-header__link {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
@media screen and (max-width: 768px) {
  .site-header__link {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
  }
}
.site-header__link img {
  width: auto;
}

.bg_wrap {
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../img/mv_bg01_pc.png);
  background-size: 1500px;
  background-repeat: no-repeat;
  background-color: #00030A;
  min-width: 1200px;
}
@media screen and (max-width: 768px) {
  .bg_wrap {
    min-width: 100%;
    background-image: url(../img/mv_bg01_sp.png);
    background-size: 100%;
    background-position: top center;
  }
}

.hero {
  position: relative;
}
@media screen and (max-width: 768px) {
  .hero {
    min-height: auto;
  }
}
.hero__inner {
  max-width: 1177px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  padding: 90px 0 110px;
  position: relative;
  z-index: 2;
  display: flex;
}
@media screen and (max-width: 768px) {
  .hero__inner {
    width: 100%;
    flex-direction: column;
    min-height: auto;
    padding: 7.6923076923vw 0 12.8205128205vw;
  }
}
.hero__catch {
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.89);
  font-size: 80px;
  font-weight: 600;
  line-height: 0.51;
  letter-spacing: 8px;
  text-align: center;
  margin-bottom: 47px;
  color: #ffae15;
  margin-top: -15px;
}
@media screen and (max-width: 768px) {
  .hero__catch {
    font-size: 14.1025641026vw;
    margin-bottom: 6.1538461538vw;
    margin-top: 2.5641025641vw;
  }
}
.hero__date {
  width: 548px;
  margin: 0 auto 5px;
}
@media screen and (max-width: 768px) {
  .hero__date {
    font-size: 14.1025641026vw;
    margin-bottom: -2.5641025641vw;
    width: 89.2307692308vw;
  }
  .hero__date img {
    vertical-align: baseline;
  }
}
.hero__date-week {
  font-size: 0.55em;
  vertical-align: 0.12em;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", serif;
  font-weight: 400;
}
.hero__date-sep {
  margin: 0 2px;
}
.hero__count {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.91);
  font-family: NotoSerifJP;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.28;
  letter-spacing: 3.2px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .hero__count {
    font-size: 6.6666666667vw;
    margin-bottom: 2.5641025641vw;
  }
}
.hero__venue {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.91);
  font-family: NotoSerifJP;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.58;
  letter-spacing: 2.6px;
  text-align: center;
  color: #fff;
  background-color: #051419;
  width: 530px;
  padding: 5px 20px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  align-content: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .hero__venue {
    display: block;
    font-size: 5.641025641vw;
    width: 79.4871794872vw;
    line-height: 1.2;
    padding: 3.8461538462vw 2.5641025641vw 2.0512820513vw;
    margin-top: 3.3333333333vw;
  }
}
.hero__venue-note {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.91);
  font-family: NotoSerifJP;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.56;
  letter-spacing: 1.6px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .hero__venue-note {
    font-size: 3.5897435897vw;
  }
}
.hero__txtWrap {
  width: calc(100% - 397px);
}
@media screen and (max-width: 768px) {
  .hero__txtWrap {
    width: 100%;
  }
}
.hero__img {
  width: 507px;
  margin-top: 40px;
  margin-right: -110px;
}
@media screen and (max-width: 768px) {
  .hero__img {
    width: 86.9230769231vw;
    margin: 0 auto -43.5897435897vw;
  }
}
.hero .scroll {
  font-size: 14px;
  writing-mode: vertical-rl;
  position: absolute;
  top: 84%;
  left: -3%;
  color: #fff;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .hero .scroll {
    font-size: 3.3333333333vw;
    top: 79%;
    left: 5%;
  }
}
.hero .scroll::before {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  bottom: -120px;
  transform: translateX(-50%);
  width: 1px;
  height: 100px;
  z-index: 1;
  background-color: #5A5A5A;
}
@media screen and (max-width: 768px) {
  .hero .scroll::before {
    bottom: -30.7692307692vw;
    height: 25.641025641vw;
  }
}
.hero .scroll::after {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  bottom: -120px;
  transform: translateX(-50%);
  width: 1px;
  height: 100px;
  background-color: #B6D450;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .hero .scroll::after {
    bottom: -30.7692307692vw;
    height: 25.641025641vw;
  }
}
.hero .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%;
  }
}
.hero.logo-wrap {
  width: 100%;
  display: block;
}

.intro {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .intro {
    padding: 5.1282051282vw 0 5.1282051282vw;
  }
}
.intro__heading {
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.89);
  font-family: NotoSerifJP;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.03;
  letter-spacing: 3.2px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .intro__heading {
    font-size: 7.1794871795vw;
    margin-bottom: 2.5641025641vw;
    line-height: 1.64;
  }
}
.intro__body {
  font-family: NotoSerifJP;
  font-size: 20px;
  line-height: 2.4;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .intro__body {
    font-size: 4.358974359vw;
    line-height: 2;
  }
}

.ambassador {
  position: relative;
  padding: 98px 0 30px;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .ambassador {
    padding: 16.4102564103vw 0 30.2564102564vw;
  }
}
.ambassador .ambassador__heading {
  position: relative;
  z-index: 1;
  font-family: "PT Serif", serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 0.8;
  letter-spacing: 1.2px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .ambassador .ambassador__heading {
    font-size: 9.2307692308vw;
  }
}
.ambassador .ambassador__headingBg {
  width: 713px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .ambassador .ambassador__headingBg {
    width: 92.3076923077vw;
  }
}
.ambassador .ambassador__headingJa {
  font-family: NotoSerifJP;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.76;
  text-align: center;
  color: #fff;
  z-index: 1;
  position: relative;
  margin-top: 9px;
}
@media screen and (max-width: 768px) {
  .ambassador .ambassador__headingJa {
    font-size: 4.358974359vw;
  }
}
.ambassador__inner {
  position: relative;
  z-index: 1;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .ambassador__inner {
    padding: 0 10.2564102564vw;
  }
}
.ambassador__heading-wrap {
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .ambassador__heading-wrap {
    margin-bottom: 12.0512820513vw;
  }
}
.ambassador__cards {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .ambassador__cards {
    flex-direction: column;
    gap: 10.2564102564vw;
  }
}
.ambassador__card {
  flex: 1;
  max-width: 320px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ambassador__card {
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 3.8461538462vw;
    text-align: left;
  }
}
.ambassador__card-photo {
  width: 240px;
  overflow: hidden;
  margin: 0 auto 21px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ambassador__card-photo {
    flex-shrink: 0;
    width: 61.5384615385vw;
    margin: 0;
  }
}
.ambassador__card-photo .ambassador__card-name {
  font-family: NotoSansJP;
  font-size: 13px;
  line-height: 2.31;
  text-align: center;
  color: #b6d450;
  width: 100px;
  height: 24px;
  border-radius: 10px 0 0 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #495A0E;
}
@media screen and (max-width: 768px) {
  .ambassador__card-photo .ambassador__card-name {
    font-size: 2.8205128205vw;
    width: 25.641025641vw;
    height: 6.1538461538vw;
    border-radius: 2.5641025641vw 0 0 0;
  }
}
.ambassador__card-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .ambassador__card-info {
    flex: 1;
  }
}
.ambassador__card-role {
  font-family: NotoSerifJP;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.4px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .ambassador__card-role {
    font-size: 5.3846153846vw;
  }
}

.cta {
  position: relative;
  padding: 70px 0 140px;
  overflow: hidden;
  background-image: url(../img/cta_bg01_pc.png);
  background-size: 1237px;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #000;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 46.1538461538vw 0 11.5384615385vw;
    margin-top: -56.4102564103vw;
    background-image: url(../img/cta_bg01_sp.png);
    background-size: 100%;
  }
}
.cta__inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta__inner {
    padding: 0 0vw;
    max-width: 100%;
  }
}
.cta__heading {
  font-family: NotoSerifJP;
  font-size: 48px;
  font-weight: bold;
  line-height: 0.75;
  text-align: center;
  color: #ffae15;
  margin-bottom: 47px;
}
@media screen and (max-width: 768px) {
  .cta__heading {
    font-size: 9.2307692308vw;
    margin-bottom: 10.2564102564vw;
    padding-top: 2.5641025641vw;
  }
}
.cta__text {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  color: #fff;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .cta__text {
    font-size: 4.6153846154vw;
    margin-bottom: 7.6923076923vw;
  }
}
.cta__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .cta__btns {
    gap: 6.1538461538vw;
  }
}
.cta .guidance {
  position: relative;
  padding-bottom: 71px;
}
@media screen and (max-width: 768px) {
  .cta .guidance {
    background-image: url(../img/guidance_box01_sp.png);
    background-size: cover;
    padding-bottom: 16.6666666667vw;
    padding-top: 7.6923076923vw;
  }
}
.cta .guidance::after {
  content: "";
  display: block;
  background-image: url(../img/guidance_box01_pc.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 80px;
  transform: translateX(-50%);
  z-index: -1;
  width: 1307.1px;
  height: 548.8px;
}
@media screen and (max-width: 768px) {
  .cta .guidance::after {
    display: none;
  }
}
.cta .guidance_boxTitle {
  font-family: NotoSansJP;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cta .guidance_boxTitle {
    font-size: 4.1025641026vw;
    line-height: 2.14;
  }
}
.cta .guidance_boxItem:first-of-type {
  margin-bottom: 35px;
}
.cta .guidance_boxTxt {
  font-family: NotoSansJP;
  font-size: 16px;
  line-height: 2.25;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .cta .guidance_boxTxt {
    font-size: 3.5897435897vw;
    line-height: 1.64;
    margin-top: 5.1282051282vw;
  }
}
.cta .guidance_boxBtn {
  font-family: NotoSansCJKJP;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.4px;
  text-align: center;
  color: #000;
  width: 450px;
  height: 80px;
  border-radius: 6px;
  background-color: #b6d450;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 20px;
  background-image: url(../img/guidance_boxBtn_ico01.svg);
  background-size: 20px;
  background-position: right 20px center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .cta .guidance_boxBtn {
    font-size: 5.1282051282vw;
    width: 89.7435897436vw;
    height: 20.5128205128vw;
    border-radius: 1.5384615385vw;
    margin-top: 5.1282051282vw;
    padding-right: 5.1282051282vw;
    background-size: 6.1538461538vw;
    background-position: right 2.5641025641vw center;
    background-repeat: no-repeat;
  }
}

.halau {
  position: relative;
  padding: 97px 0;
  background: #000;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .halau {
    padding: 46.1538461538vw 0 15.3846153846vw;
    background-size: 100%;
    background-image: url(../img/halau_bg01_sp.png);
    background-position: center top;
    background-repeat: no-repeat;
  }
}
.halau__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 48px;
}
.halau__inner::after {
  content: "";
  display: block;
  background-image: url(../img/halau_bg01_pc.png);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0%;
  transform: translateX(0%);
  z-index: -2;
  width: calc(50% + 130px);
  height: 375.68px;
}
@media screen and (max-width: 768px) {
  .halau__inner::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .halau__inner {
    flex-direction: column;
    padding: 0 5.1282051282vw;
    text-align: center;
    gap: 10.2564102564vw;
  }
}
.halau__content {
  flex: 1;
}
.halau__heading {
  font-family: "PT Serif", serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 0.64;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.12;
}
@media screen and (max-width: 768px) {
  .halau__heading {
    font-size: 12.8205128205vw;
    margin-bottom: 3.5897435897vw;
  }
}
.halau__text {
  font-family: NotoSerifJP;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 1.6px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .halau__text {
    font-size: 4.6153846154vw;
  }
}
.halau .halau-btn {
  font-family: NotoSansCJKJP;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.4px;
  text-align: center;
  color: #000;
  width: 360px;
  height: 60px;
  border-radius: 6px;
  background-color: #b6d450;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 30px;
  background-image: url(../img/guidance_boxBtn_ico01.svg);
  background-size: 20px;
  background-position: right 20px center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .halau .halau-btn {
    font-size: 4.6153846154vw;
    width: 89.7435897436vw;
    height: 20.5128205128vw;
    margin-top: 5.1282051282vw;
    padding-left: 0;
    padding-right: 10.2564102564vw;
    background-size: 6.1538461538vw;
    background-position: right 2.5641025641vw center;
  }
}
.halau .halau_object {
  width: 896px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  margin-left: 430px;
}
@media screen and (max-width: 768px) {
  .halau .halau_object {
    width: 100%;
    display: none;
  }
}

.news {
  padding: 88px 0 112px;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 17.4358974359vw 0 22.5641025641vw;
  }
}
.news__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .news__inner {
    flex-direction: column;
    padding: 0 10.2564102564vw;
    gap: 11.2820512821vw;
  }
}
.news__head {
  flex: 0 0 180px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .news__head {
    flex: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }
}
.news__heading {
  font-family: "Cormorant Garamond", "Garamond", Georgia, serif;
  font-size: 52px;
  font-weight: 400;
  color: #c9a025;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .news__heading {
    font-size: 16.4102564103vw;
  }
}
.news__head-meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .news__head-meta {
    flex-direction: column;
    align-items: flex-end;
    gap: 3.0769230769vw;
  }
}
.news__sns-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 0.2s;
}
@media screen and (max-width: 768px) {
  .news__sns-link {
    font-size: 5.641025641vw;
    gap: 2.0512820513vw;
  }
}
@media screen and (min-width: 768px) {
  .news__sns-link:hover {
    color: #ffffff;
  }
}
.news__more {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .news__more {
    font-size: 5.641025641vw;
  }
}
@media screen and (min-width: 768px) {
  .news__more:hover {
    color: #ffffff;
    border-bottom-color: #ffffff;
  }
}
.news__body {
  flex: 1;
}
.news__list {
  padding: 0;
  margin: 0;
}
.news__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.news__item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.news__item-link {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 22px 4px;
  text-decoration: none;
  transition: background-color 0.2s;
}
@media screen and (max-width: 768px) {
  .news__item-link {
    flex-wrap: wrap;
    gap: 2.5641025641vw;
    padding: 6.1538461538vw 0;
  }
}
@media screen and (min-width: 768px) {
  .news__item-link:hover {
    background-color: rgba(255, 255, 255, 0.03);
  }
}
.news__item-date {
  flex-shrink: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
  padding-top: 2px;
  min-width: 88px;
}
@media screen and (max-width: 768px) {
  .news__item-date {
    font-size: 5.641025641vw;
    min-width: 41.0256410256vw;
  }
}
.news__item-title {
  flex: 1;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .news__item-title {
    font-size: 6.6666666667vw;
    width: 100%;
    flex: none;
  }
}
.news__item-tag {
  flex-shrink: 0;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 3px 10px;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .news__item-tag {
    font-size: 5.1282051282vw;
    padding: 1.0256410256vw 3.5897435897vw;
  }
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
@media screen and (max-width: 768px) {
  .site-footer {
    padding: 14.358974359vw 0 11.2820512821vw;
  }
}
.site-footer__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .site-footer__inner {
    padding: 0 0vw;
  }
}
.site-footer__sns {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .site-footer__sns {
    margin-bottom: 6.1538461538vw;
  }
}
.site-footer__sns-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 13px;
  transition: color 0.2s;
}
@media screen and (max-width: 768px) {
  .site-footer__sns-link {
    font-size: 6.1538461538vw;
    gap: 2.5641025641vw;
  }
}
@media screen and (min-width: 768px) {
  .site-footer__sns-link:hover {
    color: #ffffff;
  }
}
.site-footer__copy {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .site-footer__copy {
    font-size: 5.1282051282vw;
  }
}

.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;
  word-break: break-all;
}
.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;
  }
}

.news_cont .bold {
  font-weight: bold;
}
.news_cont .lh18 {
  line-height: 1.8;
}
.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;
  }
}
@media screen and (max-width: 768px) {
  .news_cont .spfs16 {
    font-size: 4.1025641026vw;
  }
}
.news_cont .mb15 {
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width: 768px) {
  .news_cont .mb15 {
    margin-bottom: 3.8461538462vw;
  }
}
.news_cont .mb30 {
  margin-bottom: 30px;
  display: block;
}
@media screen and (max-width: 768px) {
  .news_cont .mb30 {
    margin-bottom: 7.6923076923vw;
  }
}
.news_cont .max_width {
  max-width: 425px;
}
@media screen and (max-width: 768px) {
  .news_cont .max_width {
    max-width: 100%;
  }
}
.news_cont .fs20 {
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .news_cont .fs20 {
    font-size: 5.1282051282vw;
  }
}
.news_cont .fs15 {
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .news_cont .fs15 {
    font-size: 3.8461538462vw;
  }
}
.news_cont .bold {
  font-weight: bold;
}
.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: 512px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .news_cont p img {
    width: 100%;
  }
}
.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;
  }
}

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

.hero__logo-wrap, .hero__date, .hero__count, .hero__venue {
  opacity: 0;
  transform: translateY(5px);
}

.hero__catch, .scroll {
  opacity: 0;
  transform: translateY(-5px);
}

.intro__body, .intro__heading {
  opacity: 0;
  transform: translateY(5px);
}

.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;
}/*# sourceMappingURL=style.css.map */