@charset "UTF-8";
#contents * {
  box-sizing: border-box;
}

.pageTop {
  z-index: 100;
}

/***********aタグ設定************/
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  transition: opacity 0.3s;
}

a:where([target=_blank])::after {
  display: none;
}

a.light:hover {
  opacity: 0.8 !important;
  filter: alpha(opacity=80);
}

/***********スマホ自動文字調整機能オフ***********/
body {
  -webkit-text-size-adjust: 100%;
}

/***********フォント設定**********/
html {
  color: #221815;
  font-family: "Noto Serif JP", serif;
}

.gothic {
  font-family: "Noto Sans JP", sans-serif;
}

html > body {
  line-height: 1.8;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.025em;
}

/*
 * "source-han-serif-japanese" licensed under the SIL Open Font License
 * https://github.com/adobe-fonts/source-han-serif/tree/release/OTF/Japanese
 */
/* CSS Document */
html, body {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  .pc-left {
    float: left;
  }
  .pc-right {
    float: right;
  }
  body {
    min-width: 1260px;
  }
  .inner {
    width: 1200px;
    margin: 0 auto;
  }
}
.footerUtility__wrap::before {
  display: none;
}

.hamburger {
  display: block;
  width: 100px;
  height: 80px;
  position: fixed;
  top: 160px;
  right: 0;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 3;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .hamburger {
    width: 13.3333333333vw;
    background-color: #05181f;
    height: 9.3333333333vw;
    top: 0;
  }
}
.hamburger.active {
  top: 0;
  background-color: transparent;
}

.hamburger span {
  display: block;
  width: 55px;
  height: 2px;
  position: absolute;
  left: 22px;
  background: #fff;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .hamburger span {
    width: 7.3333333333vw;
    left: 2.9333333333vw;
  }
}

.hamburger span:nth-child(1) {
  top: 25px;
}
@media only screen and (max-width: 768px) {
  .hamburger span:nth-child(1) {
    top: 2.8vw;
  }
}

.hamburger span:nth-child(2) {
  top: 40px;
}
@media only screen and (max-width: 768px) {
  .hamburger span:nth-child(2) {
    top: 4.5333333333vw;
  }
}

.hamburger span:nth-child(3) {
  top: 55px;
}
@media only screen and (max-width: 768px) {
  .hamburger span:nth-child(3) {
    top: 6.2666666667vw;
  }
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 38px;
  left: 20px;
  background: #fff;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .hamburger.active span:nth-child(1) {
    top: 5.0666666667vw;
    left: 2.6666666667vw;
  }
}

.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 38px;
  background: #fff;
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 5.0666666667vw;
  }
}

nav.globalMenuSp {
  width: 700px;
  position: fixed;
  top: 0;
  right: 0;
  color: #fff;
  font-family: "Zen Kaku Gothic New", "Noto Serif JP", sans-serif;
  font-size: 26px;
  text-align: left;
  background: rgba(18, 38, 71, 0.9);
  transition: all 0.6s;
  transform: translateX(100%);
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  nav.globalMenuSp {
    width: 100%;
    font-size: 4.5333333333vw;
  }
}

nav.globalMenuSp ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  nav.globalMenuSp ul {
    padding: 8vw 0 4vw;
  }
}

nav.globalMenuSp ul li {
  list-style-type: none;
  width: 100%;
  padding: 0;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav.globalMenuSp ul li a {
  display: block;
  padding: 19px 50px;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  nav.globalMenuSp ul li a {
    padding: 2.6666666667vw 7.3333333333vw;
  }
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}

header {
  display: flex;
  position: sticky;
  top: 0;
  padding: 0 0 0 0;
  z-index: 10000;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  header {
    background-color: #fff;
    height: 9.3333333333vw;
    padding: 0 0 0 2vw;
  }
}
header h1 {
  width: 100px;
  margin-left: auto;
  position: fixed;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  header h1 {
    position: static;
    width: 33.0666666667vw;
    margin-left: 0;
  }
  header h1 img {
    vertical-align: text-bottom;
  }
}
header .header_nav {
  display: flex;
}
header .header_nav .header_navBtn {
  padding: 0 45px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  header .header_nav .header_navBtn {
    padding: 0 3.3333333333vw;
  }
}
header .header_nav .header_navBtnJa {
  display: block;
  color: #2c3942;
  font-size: 19px;
}
@media only screen and (max-width: 768px) {
  header .header_nav .header_navBtnJa {
    font-size: 2.5333333333vw;
  }
}
header .header_nav .header_navBtnEn {
  display: block;
  color: #2c3942;
  line-height: 1.1;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  header .header_nav .header_navBtnEn {
    font-size: 1.8666666667vw;
  }
}

@media only screen and (max-width: 768px) {
  .twf2025 img {
    width: 100%;
  }
}
#contents.twf2025 {
  font-family: "Zen Kaku Gothic New", "Noto Serif JP", sans-serif;
}
#contents.twf2025 .inner {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2025 .inner {
    max-width: 100vw;
    padding: 0 2.6666666667vw;
  }
}
#contents.twf2025 .mainVisual {
  background-color: #000;
  background-image: url(../images/mainVisual_bg_pc.png);
  background-size: 100% cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 290px;
}
@media only screen and (min-width: 1601px) {
  #contents.twf2025 .mainVisual {
    background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  #contents.twf2025 .mainVisual {
    background-image: url(../images/mainVisual_bg_sp.png);
    background-size: cover;
    padding-bottom: 15.3333333333vw;
  }
}
#contents.twf2025 .mainVisual_ttl {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding-top: 136px;
  padding-bottom: 162px;
  animation: fadeIn 2s;
}
@media only screen and (max-width: 768px) {
  #contents.twf2025 .mainVisual_ttl {
    max-width: 80vw;
    padding-top: 28.4vw;
    padding-bottom: 17.0666666667vw;
  }
}
#contents.twf2025 .mainVisual .mainVisual_txtWrap {
  position: relative;
  width: 757px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #contents.twf2025 .mainVisual .mainVisual_txtWrap {
    width: 94.6666666667vw;
  }
}
#contents.twf2025 .mainVisual .mainVisual_txtWrap .mainVisual_txt {
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  line-height: 1.46;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 768px) {
  #contents.twf2025 .mainVisual .mainVisual_txtWrap .mainVisual_txt {
    font-size: 6.6666666667vw;
  }
}
#contents.twf2025 .mainVisual .mainVisual_txtWrap .mainVisual_txt .fz_small {
  font-size: 40px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2025 .mainVisual .mainVisual_txtWrap .mainVisual_txt .fz_small {
    font-size: 5.3333333333vw;
  }
}
#contents.twf2025 .mainVisual .mainVisual_txtWrap .mainVisual_txt .emphasis {
  color: #eeffc6;
}
#contents.twf2025 .mainVisual .mainVisual_txtWrap .mainVisual_txt.place {
  font-size: 30px;
  padding-top: 19px;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  #contents.twf2025 .mainVisual .mainVisual_txtWrap .mainVisual_txt.place {
    font-size: 4vw;
    padding-top: 1.8666666667vw;
  }
}
#contents.twf2025 .mainVisual .mainVisual_txtWrap_deco01, #contents.twf2025 .mainVisual .mainVisual_txtWrap_deco02, #contents.twf2025 .mainVisual .mainVisual_txtWrap_deco03, #contents.twf2025 .mainVisual .mainVisual_txtWrap_deco04, #contents.twf2025 .mainVisual .mainVisual_txtWrap_deco05 {
  position: absolute;
}
#contents.twf2025 .mainVisual .mainVisual_txtWrap_deco01 {
  width: 126px;
  top: -21px;
  left: -88px;
  animation: fuwa01 4s infinite forwards;
}
@media only screen and (max-width: 768px) {
  #contents.twf2025 .mainVisual .mainVisual_txtWrap_deco01 {
    width: 15.4666666667vw;
    top: 3.0666666667vw;
    left: 1.3333333333vw;
  }
}
#contents.twf2025 .mainVisual .mainVisual_txtWrap_deco02 {
  width: 120px;
  bottom: -39px;
  left: -99px;
  animation: fuwa01 4s 0.4s infinite forwards;
}
@media only screen and (max-width: 768px) {
  #contents.twf2025 .mainVisual .mainVisual_txtWrap_deco02 {
    width: 11.7333333333vw;
    bottom: 5.8666666667vw;
    left: 8.9333333333vw;
  }
}
#contents.twf2025 .mainVisual .mainVisual_txtWrap_deco03 {
  width: 114px;
  top: -34px;
  right: 1px;
  animation: fuwa01 4s 0.2s infinite forwards;
}
@media only screen and (max-width: 768px) {
  #contents.twf2025 .mainVisual .mainVisual_txtWrap_deco03 {
    width: 12.8vw;
    top: -0.8vw;
    right: 3.4666666667vw;
  }
}
#contents.twf2025 .mainVisual .mainVisual_txtWrap_deco04 {
  width: 92px;
  bottom: 10px;
  right: -78px;
  animation: fuwa01 4s infinite forwards;
}
@media only screen and (max-width: 768px) {
  #contents.twf2025 .mainVisual .mainVisual_txtWrap_deco04 {
    width: 14.4vw;
    bottom: 8.1333333333vw;
    right: 2.8vw;
  }
}
#contents.twf2025 .mainVisual .mainVisual_txtWrap_deco05 {
  width: 86px;
  bottom: -48px;
  right: -43px;
  animation: fuwa01 4s 0.4s infinite forwards;
}
@media only screen and (max-width: 768px) {
  #contents.twf2025 .mainVisual .mainVisual_txtWrap_deco05 {
    width: 8vw;
    bottom: 5.8666666667vw;
    right: 7.7333333333vw;
  }
}
#contents.twf2025 .venue_wrap {
  position: relative;
  background-image: url(../images/venue_bg_pc.jpg);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 696px;
  background-color: #000;
}
@media only screen and (min-width: 1601px) {
  #contents.twf2025 .venue_wrap {
    background-size: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #contents.twf2025 .venue_wrap {
    background-image: url(../images/venue_bg_sp.jpg);
    padding-top: 0;
  }
}
#contents.twf2025 .intro {
  width: 1136px;
  background-image: url(../images/intro_bg_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 59px;
  padding-bottom: 81px;
  position: absolute;
  top: -122px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #contents.twf2025 .intro {
    width: 100vw;
    background-image: url(../images/intro_bg_sp.png);
    background-size: cover;
    position: relative;
    top: 0;
    left: auto;
    transform: none;
    padding-top: 6vw;
    padding-bottom: 8vw;
  }
}
#contents.twf2025 .intro .intro_txt {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.95454545;
}
@media only screen and (max-width: 768px) {
  #contents.twf2025 .intro .intro_txt {
    font-size: 3.4666666667vw;
    line-height: 1.84615385;
  }
}
#contents.twf2025 .intro .intro_txt + .intro_txt {
  padding-top: 42px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2025 .intro .intro_txt + .intro_txt {
    padding-top: 6.6666666667vw;
  }
}
#contents.twf2025 .bnr_wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-bottom: 800px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2025 .bnr_wrap {
    flex-direction: column;
    gap: 4.5333333333vw;
    padding-top: 13.6vw;
    padding-bottom: 74.4vw;
  }
}
#contents.twf2025 .bnr_wrap a {
  transition: 0.3s;
}
@media only screen and (min-width: 769px) {
  #contents.twf2025 .bnr_wrap a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  #contents.twf2025 .bnr_wrap a {
    width: 76vw;
    margin: 0 auto;
  }
}
#contents.twf2025 .comingsoon {
  background-image: url(../images/comimngsoon_bg_pc.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 14px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2025 .comingsoon {
    padding-top: 2.4vw;
    padding-bottom: 1.7333333333vw;
  }
}
#contents.twf2025 .comingsoon_txt {
  width: 604px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #contents.twf2025 .comingsoon_txt {
    width: 60.8vw;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fuwa01 {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}