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

.cont_txt {
  color: #fff;
  line-height: 2;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  .cont_txt {
    line-height: 2;
    font-size: 3.6vw;
  }
}

.bg_box {
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}

.hamburger {
  display: block;
  width: 100px;
  height: 80px;
  position: fixed;
  top: 160px;
  right: 0;
  text-align: center;
  cursor: pointer;
  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;
}

.hamburger span {
  display: block;
  width: 55px;
  height: 2px;
  position: absolute;
  left: 22px;
  background: #fff7a1;
  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: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 26px;
  text-align: center;
  background: rgba(0, 17, 26, 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;
  border-bottom: 1px solid #fff;
}

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

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

/* このクラスを、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) {
  .twf2024 img {
    width: 100%;
  }
}
.twf2024 {
  overflow: hidden;
  background-color: #00111a;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
}
@media only screen and (max-width: 768px) {
  .twf2024 {
    margin-top: 0;
  }
}
.twf2024 .mainVisual {
  position: relative;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center top;
}
@media only screen and (min-width: 1800px) {
  .twf2024 .mainVisual {
    background-size: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .twf2024 .mainVisual {
    height: auto;
    background-size: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .twf2024 .mainVisual {
    width: 100%;
  }
}
.twf2024 .mainVisual .cont_ttl {
  padding-top: 50px;
  text-align: center;
  width: 1250px;
  margin: 0 auto 110px;
  position: relative;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  .twf2024 .mainVisual .cont_ttl {
    width: 100vw;
    padding-top: 0;
    margin-bottom: 8.9333333333vw;
  }
}
.twf2024 .mainVisual .cont_ttl img {
  box-shadow: 0px 0px 250px 20px rgba(255, 197, 59, 0.3);
}
.twf2024 .mainVisual .cont_ttl span {
  display: block;
  color: #cccccc;
  font-size: 11px;
  text-align: left;
  padding-top: 3px;
}
@media only screen and (max-width: 768px) {
  .twf2024 .mainVisual .cont_ttl span {
    padding-left: 1.0666666667vw;
    font-size: 1.4666666667vw;
  }
}
.twf2024 .mainVisual .mainVisual_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.twf2024 .mainVisual .mainVisual_bg img {
  width: 100%;
}
.twf2024 .mainVisual .mainVisula_bg_leaf {
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: 0.5;
}

#contents.twf2024 .cont_inner {
  box-sizing: border-box;
  width: 1200px;
  position: relative;
  margin: 0 auto;
  padding: 3px 0 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .cont_inner {
    width: 100%;
    margin: 0 auto 6.6666666667vw;
    padding: 1.3333333333vw 0 0;
  }
}
#contents.twf2024 .mainVisualTxt {
  margin-bottom: 86px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .mainVisualTxt {
    margin-bottom: 13.3333333333vw;
  }
}
#contents.twf2024 .introduction {
  margin-bottom: 278px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .introduction {
    display: block;
    padding: 0 0 0vw;
  }
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .introduction {
    margin-bottom: 40.2666666667vw;
  }
}
#contents.twf2024 .introduction_ttl {
  margin-bottom: 28px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .introduction_ttl {
    margin-bottom: 4.6666666667vw;
  }
}
#contents.twf2024 .introduction_txt {
  position: relative;
  text-align: center;
  color: #fff;
  text-shadow: -1px 1px 5px rgba(0, 0, 0, 0.8), -1px 1px 5px rgba(0, 0, 0, 0.8);
  line-height: 2.04347826;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  z-index: 100;
  margin-bottom: 155px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .introduction_txt {
    margin-bottom: 18.9333333333vw;
    font-size: 3.0666666667vw;
  }
}
#contents.twf2024 #footer {
  overflow: hidden;
  position: relative;
  z-index: 10000;
}
#contents.twf2024 .cont_ttl img {
  transition: filter 1.1s, transform 1s;
  transform: translate(0%, 5%);
  filter: blur(55px);
}
#contents.twf2024 .cont_ttl span {
  transition: filter 1.1s, transform 1s;
  transform: translate(0%, 5%);
  filter: blur(100px);
}
#contents.twf2024 .introduction_ttl img {
  transition: filter 1.1s, transform 1s;
  transform: translate(0%, 5%);
  filter: blur(55px);
}
#contents.twf2024 .introduction_txt {
  transition: filter 1.1s, transform 1s;
  transform: translate(0%, 5%);
  filter: blur(55px);
}
#contents.twf2024 .visible .cont_ttl img {
  transform: translate(0%, 0%);
  filter: blur(0px);
}
#contents.twf2024 .visible .cont_ttl span {
  transform: translate(0%, 0%);
  filter: blur(0px);
}
#contents.twf2024 .visible .introduction_ttl img {
  transition-delay: 0.3s;
  transform: translate(0%, 0%);
  filter: blur(0px);
}
#contents.twf2024 .visible .introduction_txt {
  transition-delay: 0.6s;
  transform: translate(0%, 0%);
  filter: blur(0px);
}
#contents.twf2024 .ttlBox {
  display: block;
  position: relative;
  margin-bottom: 67px;
  text-align: center;
  z-index: 110;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .ttlBox {
    margin-bottom: 8.9333333333vw;
  }
}
#contents.twf2024 .ttlBox .ttlBoxEn {
  display: block;
  margin-bottom: -7px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .ttlBox .ttlBoxEn {
    width: 87.7333333333vw;
    margin: 0 auto 2.2666666667vw;
  }
}
#contents.twf2024 .ttlBox .ttlBoxJa {
  display: block;
  font-size: 50px;
  font-weight: 500;
  color: #fff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .ttlBox .ttlBoxJa {
    font-size: 4.6666666667vw;
  }
}
#contents.twf2024 .illumination {
  background-position: center 100%;
  background-size: 1596px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .illumination {
    background-position: center top;
    background-size: cover;
  }
}
#contents.twf2024 .illumination .ttlBoxJa {
  margin-top: -48px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .illumination .ttlBoxJa {
    margin-top: -6.4vw;
  }
}
#contents.twf2024 .illumination_bg_leaf {
  position: absolute;
  z-index: 10;
  top: -407px;
  opacity: 0.9;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .illumination_bg_leaf {
    width: 100vw;
  }
}
#contents.twf2024 .illumination_bg_leaf img {
  width: 100%;
}
#contents.twf2024 .illumination_spaceBox {
  z-index: 10;
}
#contents.twf2024 .small_inner {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .small_inner {
    width: 91.8666666667vw;
    margin: 0 auto;
  }
}
#contents.twf2024 .illumination_spaceTtl {
  position: relative;
  margin-bottom: 47px;
  font-size: 47px;
  font-weight: 500;
  letter-spacing: 0.4em;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .illumination_spaceTtl {
    font-size: 6.2666666667vw;
    margin-bottom: 0.8vw;
  }
}
#contents.twf2024 .illumination {
  position: relative;
  margin-top: -28px;
  margin-bottom: 170px;
  padding-top: 28px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  z-index: 12;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .illumination {
    margin-top: -3.7333333333vw;
    margin-bottom: 0vw;
    padding-top: 19.7333333333vw;
    padding-bottom: 32.2666666667vw;
  }
}
#contents.twf2024 .illumination .ttlBoxEn {
  opacity: 0.3;
}
#contents.twf2024 .illumination .illumination_spaceTxt {
  color: #fff;
  line-height: 2.22222222;
  font-size: 18px;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .illumination .illumination_spaceTxt {
    margin-bottom: 0vw;
    line-height: 2.08333333;
    font-size: 3.2vw;
    font-weight: 600;
    text-align: left;
  }
}
#contents.twf2024 .illumination .illumination_btn {
  display: flex;
  width: 250px;
  height: 44px;
  margin-top: 33px;
  margin-left: 35px;
  font-size: 15px;
  font-weight: 600;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .illumination .illumination_btn {
    font-size: 3.2vw;
    width: 40vw;
    height: 9.3333333333vw;
    margin-top: 1.6vw;
    margin-left: 4.6666666667vw;
  }
}
#contents.twf2024 .illumination .illumination_btn a {
  color: #fff;
  position: relative;
  text-decoration: none;
  padding-top: 15px;
  padding-left: 24px;
  border: 1px solid #fff;
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 769px) {
  #contents.twf2024 .illumination .illumination_btn a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .illumination .illumination_btn a {
    padding-top: 3.2vw;
    padding-left: 5.0666666667vw;
  }
}
#contents.twf2024 .illumination .illumination_btn a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-image: url(../images/arrow_pc.png);
  background-size: cover;
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .illumination .illumination_btn a::after {
    width: 1.6vw;
    height: 1.6vw;
    background-image: url(../images/arrow_sp.png);
    right: 4.5333333333vw;
    top: 52%;
  }
}
#contents.twf2024 .one_wrap {
  display: flex;
}
#contents.twf2024 .one {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
}
#contents.twf2024 .bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.9s, height 0s;
  z-index: -1;
  visibility: hidden;
}
#contents.twf2024 .show .bg {
  opacity: 1;
  visibility: visible;
}
#contents.twf2024 .bg._01 {
  background-image: url("../images/scroll_bg01_pc.png");
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .bg._01 {
    background-image: url(../images/scroll_bg01_sp.png);
  }
}
#contents.twf2024 .bg._02 {
  background-image: url("../images/scroll_bg02_pc.png");
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .bg._02 {
    background-image: url(../images/scroll_bg02_sp.png);
  }
}
#contents.twf2024 .box01 {
  position: relative;
  margin-bottom: 70px;
  z-index: 110;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .box01 {
    margin-bottom: 13.3333333333vw;
  }
}
#contents.twf2024 .box01 .illumination_img02 {
  position: relative;
  z-index: 10;
  width: 100vw;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .box01 .illumination_img02 {
    margin-bottom: 0;
    width: 100%;
    position: static;
  }
}
#contents.twf2024 .box01 .illumination_img02 img {
  width: 100%;
}
#contents.twf2024 .box01 .cont_inner {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .box01 .cont_inner {
    padding-left: 0vw;
    padding-right: 6vw;
  }
}
#contents.twf2024 .box01 .small_inner {
  padding-top: 50px;
  padding-left: 55px;
  border-left: 1px solid #fff;
  margin-top: -77px;
  margin-left: 110px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .box01 .small_inner {
    padding-top: 6.6666666667vw;
    padding-left: 7.3333333333vw;
    margin-top: -10vw;
    margin-left: 10.2666666667vw;
  }
}
#contents.twf2024 .box01 .illumination_spaceTtl {
  margin-top: -22px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .box01 .illumination_spaceTtl {
    margin-top: -2.9333333333vw;
  }
}
#contents.twf2024 .box01 .illumination_spaceTxt {
  padding-left: 35px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .box01 .illumination_spaceTxt {
    padding-left: 4.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
#contents.twf2024 .box01 .illumination_bg_star01 {
  position: absolute;
  top: 731px;
  z-index: 1;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .box01 .illumination_bg_star01 {
    display: none;
  }
}
#contents.twf2024 .box01 .illumination_bg_star01 img {
  width: 100%;
}
#contents.twf2024 .box02-03_wrap {
  display: flex;
  justify-content: flex-start;
  gap: 57px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .box02-03_wrap {
    flex-direction: column;
    gap: 14.9333333333vw;
    width: 100vw;
  }
}
#contents.twf2024 .box02 {
  position: relative;
  width: 50.58333333%;
  padding-top: 152px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .box02 {
    width: 80.8vw;
    padding-top: 0;
    margin-bottom: 0vw;
  }
}
#contents.twf2024 .box02 .cont_inner {
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .box02 .cont_inner {
    display: block;
    padding-left: 0;
  }
}
#contents.twf2024 .box02 .cont_inner .illumination_img01 {
  display: table;
  max-width: 604px;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0 0 0 0;
  position: relative;
  z-index: 1;
  box-shadow: 22.943px -32.766px 144px 36px rgba(255, 239, 176, 0.2);
}
#contents.twf2024 .box02 .cont_inner .illumination_img01 img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .box02 .cont_inner .illumination_img01 {
    max-width: 100%;
    margin: 0 auto;
  }
}
#contents.twf2024 .box02 .cont_inner .txt_wrap {
  position: relative;
  z-index: 10;
  padding-left: 39px;
  border-left: 1px solid #fff;
  margin-top: -75px;
  margin-left: 32px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .box02 .cont_inner .txt_wrap {
    width: 100%;
    padding-left: 5.2vw;
    margin-top: -10vw;
    margin-left: 11.7333333333vw;
  }
}
#contents.twf2024 .box02 .cont_inner .txt_wrap .illumination_spaceTtl {
  font-size: 47px;
  font-weight: 500;
  line-height: 1;
  padding-top: 60px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .box02 .cont_inner .txt_wrap .illumination_spaceTtl {
    font-size: 6.2666666667vw;
    padding-top: 8vw;
    margin-bottom: 3.4666666667vw;
  }
}
#contents.twf2024 .box02 .cont_inner .txt_wrap .illumination_spaceTxt {
  padding-left: 25px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .box02 .cont_inner .txt_wrap .illumination_spaceTxt {
    font-size: 3.2vw;
    font-weight: 600;
    padding-bottom: 2.6666666667vw;
  }
}
#contents.twf2024 .box03 {
  position: relative;
  width: 44.83333333%;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .box03 {
    width: 71.4666666667vw;
    margin-top: 0vw;
    margin-bottom: 14.6666666667vw;
  }
}
#contents.twf2024 .box03 .cont_inner {
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .box03 .cont_inner {
    display: block;
    margin-left: 21.8666666667vw;
  }
}
#contents.twf2024 .box03 .cont_inner .illumination_img01 {
  z-index: 1;
  box-shadow: 22.943px -32.766px 144px 36px rgba(255, 239, 176, 0.2);
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .box03 .cont_inner .illumination_img01 {
    position: static;
    margin: 0 auto;
    transform: translate(0%, 0%);
  }
}
#contents.twf2024 .box03 .cont_inner .txt_wrap {
  border-left: 1px solid #fff;
  position: relative;
  z-index: 10;
  padding-left: 39px;
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .box03 .cont_inner .txt_wrap {
    width: 100%;
    margin-top: -10.6666666667vw;
    padding-left: 5.3333333333vw;
    margin-left: 5.0666666667vw;
  }
}
#contents.twf2024 .box03 .cont_inner .txt_wrap .illumination_spaceTtl {
  font-size: 47px;
  font-weight: 500;
  line-height: 1;
  padding-top: 55px;
  margin-top: -75px;
  margin-bottom: 32px;
  color: #fff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .box03 .cont_inner .txt_wrap .illumination_spaceTtl {
    font-size: 6.2666666667vw;
    font-weight: 500;
    padding-top: 8vw;
    margin: 0 auto 3.4666666667vw;
  }
}
#contents.twf2024 .box03 .cont_inner .txt_wrap .illumination_spaceTxt {
  padding-left: 25px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .box03 .cont_inner .txt_wrap .illumination_spaceTxt {
    margin-bottom: 0vw;
    font-size: 3.2vw;
    font-weight: 600;
    padding-bottom: 2.6666666667vw;
  }
}
#contents.twf2024 .box03 .cont_inner .txt_wrap .illumination_btn {
  margin-left: 25px;
}
#contents.twf2024 .box04 {
  position: relative;
  margin-top: 120px;
  margin-bottom: 145px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .box04 {
    margin-bottom: 20vw;
  }
}
#contents.twf2024 .box04 .cont_inner {
  width: 1094px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .box04 .cont_inner {
    width: 84.5333333333vw;
    display: block;
    padding-left: 0;
  }
}
#contents.twf2024 .box04 .cont_inner .illumination_img01 {
  display: table;
  top: 0;
  left: 0;
  margin: 0 auto;
  z-index: 10;
  box-shadow: 22.943px -32.766px 144px 36px rgba(255, 239, 176, 0.2);
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .box04 .cont_inner .illumination_img01 {
    max-width: 100%;
    margin: 0 auto;
  }
}
#contents.twf2024 .box04 .cont_inner .illumination_img01 img {
  width: 100%;
}
#contents.twf2024 .box04 .cont_inner .txt_wrap {
  position: relative;
  z-index: 10;
  width: 800px;
  padding-top: 35px;
  padding-left: 38px;
  border-left: 1px solid #fff;
  margin-top: -78px;
  margin-left: 80px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .box04 .cont_inner .txt_wrap {
    width: 100%;
    padding-top: 4.5333333333vw;
    padding-left: 5.3333333333vw;
    margin-top: -10vw;
    margin-left: 6vw;
  }
}
#contents.twf2024 .box04 .cont_inner .txt_wrap .illumination_spaceTtl {
  margin-bottom: 23px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .box04 .cont_inner .txt_wrap .illumination_spaceTtl {
    margin-bottom: 2.4vw;
  }
}
#contents.twf2024 .box04 .cont_inner .txt_wrap .illumination_spaceTxt {
  padding-left: 43px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .box04 .cont_inner .txt_wrap .illumination_spaceTxt {
    font-size: 3.2vw;
    font-weight: 600;
    padding-bottom: 2.6666666667vw;
  }
}
#contents.twf2024 .box04 .cont_inner .txt_wrap .illumination_btn {
  margin-left: 43px;
}
#contents.twf2024 .box04 .illumination_bg_star02 {
  position: absolute;
  top: -310px;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .box04 .illumination_bg_star02 {
    display: none;
  }
}
#contents.twf2024 .countdown {
  text-align: center;
  position: relative;
  z-index: 100;
  padding-bottom: 60px;
  margin-bottom: 130px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .countdown {
    width: 94.6666666667vw;
    margin: 0 auto 13.3333333333vw;
  }
}
#contents.twf2024 .countdown_bg {
  width: 100%;
  position: absolute;
  opacity: 0.8;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .countdown_bg {
    opacity: 0.7;
  }
}
#contents.twf2024 .countdown_info {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .countdown_info {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
#contents.twf2024 .countdown_info time {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  color: #fcf4a7;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .countdown_info time {
    font-size: 10.6666666667vw;
  }
}
#contents.twf2024 .countdown_info h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.66666667;
  letter-spacing: 0.07em;
  color: #fcf4a7;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-top: 70px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .countdown_info h2 {
    font-size: 4vw;
    padding-top: 10.9333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
#contents.twf2024 .countdown_info h2 span {
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .countdown_info h2 span {
    font-size: 4vw;
  }
}
#contents.twf2024 .countdown_info > p {
  color: #fcf4a7;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .countdown_info > p {
    font-size: 3.4666666667vw;
  }
}
#contents.twf2024 .countdown_info > p span {
  padding-left: 1.5em;
}
#contents.twf2024 .countdown .illumination_bg_bottom {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .countdown .illumination_bg_bottom {
    width: 100vw;
    top: 106.6666666667vw;
    right: -2.6666666667vw;
  }
}
#contents.twf2024 .countdown .illumination_bg_bottom img {
  width: 100%;
}
#contents.twf2024 .release {
  font-family: "Noto Sans JP", serif;
  position: relative;
  z-index: 100;
}
#contents.twf2024 .release .cont_inner {
  width: 1200px;
  padding: 33px 31px 16px;
  background: rgba(0, 0, 0, 0.45);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  gap: 31px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .release .cont_inner {
    width: 94.6666666667vw;
    padding: 3.3333333333vw 3.3333333333vw 4.4vw 3.4666666667vw;
    border: 1px solid #fff;
    flex-direction: column;
    gap: 3.3333333333vw;
  }
}
#contents.twf2024 .release .cont_inner .img_wrap {
  width: 71.056%;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .release .cont_inner .img_wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .release .cont_inner .img_wrap .release_img {
    width: 88vw;
  }
}
#contents.twf2024 .release .cont_inner .img_wrap .release_img img {
  width: 100%;
}
#contents.twf2024 .release .cont_inner .img_wrap p {
  color: #fff;
  font-size: 11px;
  padding-top: 2px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .release .cont_inner .img_wrap p {
    font-size: 2.5333333333vw;
    font-weight: 200;
    text-align: right;
  }
}
#contents.twf2024 .release .cont_inner .release_txt {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .release .cont_inner .release_txt {
    padding: 0 1.8666666667vw;
  }
}
#contents.twf2024 .release .cont_inner .release_txt h3 {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .release .cont_inner .release_txt h3 {
    font-size: 4vw;
    line-height: 1.53333333;
    margin-bottom: 4.2666666667vw;
  }
}
#contents.twf2024 .release .cont_inner .release_txt p {
  font-size: 15px;
  line-height: 1.86666667;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .release .cont_inner .release_txt p {
    font-size: 3.2vw;
    line-height: 1.66666667;
    margin-bottom: 4vw;
  }
}
#contents.twf2024 .eventCampaign {
  position: relative;
  z-index: 100;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  background-size: cover;
  background-image: url(../images/eventCampaign_bg_pc.png);
  background-position: top center;
  padding-top: 175px;
  padding-bottom: 152px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventCampaign {
    background-image: url(../images/eventCampaign_bg_sp.png);
    padding-top: 32vw;
    padding-bottom: 24.6666666667vw;
    margin-top: -20vw;
  }
}
#contents.twf2024 .eventCampaign .cont_inner {
  margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventCampaign .cont_inner {
    width: 88vw;
  }
}
#contents.twf2024 .eventCampaign .ttlBox {
  margin-bottom: 138px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventCampaign .ttlBox {
    margin-bottom: 16.1333333333vw;
  }
}
#contents.twf2024 .eventCampaign .ttlBox .ttlBoxEn {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventCampaign .ttlBox .ttlBoxEn {
    width: 70.5333333333vw;
    margin-bottom: 0;
  }
}
#contents.twf2024 .eventCampaign .ttlBox .ttlBoxJa {
  font-size: 40px;
  font-weight: 600;
  color: #004e9e;
  margin-top: -37px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventCampaign .ttlBox .ttlBoxJa {
    font-size: 5.3333333333vw;
    margin-top: -4.9333333333vw;
  }
}
#contents.twf2024 .eventCampaign_listWrap li {
  position: relative;
  padding: 55px 60px 57px;
  margin-bottom: 120px;
  background-color: #fffee9;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventCampaign_listWrap li {
    padding: 8vw 3.3333333333vw 6.6666666667vw 3.3333333333vw;
  }
}
#contents.twf2024 .eventCampaign_listWrap li .data_txt {
  position: absolute;
  top: -47px;
  left: 50%;
  transform: translateX(-50%);
  color: #1faac8;
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventCampaign_listWrap li .data_txt {
    font-size: 10.6666666667vw;
    white-space: nowrap;
    top: -6.8vw;
  }
}
#contents.twf2024 .eventCampaign_listWrap li h3 {
  font-size: 30px;
  color: #004e9e;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventCampaign_listWrap li h3 {
    font-size: 4.5333333333vw;
    line-height: 1.66666667;
    margin-bottom: 5.3333333333vw;
  }
}
#contents.twf2024 .eventCampaign_listWrap li .list_cont {
  display: flex;
  justify-content: flex-start;
  gap: 50px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventCampaign_listWrap li .list_cont {
    flex-direction: column;
    gap: 5.3333333333vw;
    margin-bottom: 4.6666666667vw;
  }
}
#contents.twf2024 .eventCampaign_listWrap li .list_cont .eventCampaign_img {
  width: 49.074074077%;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventCampaign_listWrap li .list_cont .eventCampaign_img {
    width: 69.3333333333vw;
    margin: 0 auto;
  }
}
#contents.twf2024 .eventCampaign_listWrap li .list_cont .eventCampaign_img img {
  width: 100%;
}
#contents.twf2024 .eventCampaign_listWrap li .list_cont .eventCampaign_txt {
  width: 43.2962963%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.86666667;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventCampaign_listWrap li .list_cont .eventCampaign_txt {
    width: 66.9333333333vw;
    margin: 0 auto;
    font-size: 3.2vw;
  }
}
#contents.twf2024 .eventCampaign_listWrap li .list_cont .eventCampaign_txt p:first-child {
  padding-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventCampaign_listWrap li .list_cont .eventCampaign_txt p:first-child {
    padding-bottom: 4.6666666667vw;
  }
}
#contents.twf2024 .eventCampaign_listWrap li .list_cont .eventCampaign_txt .details_txt {
  color: #666666;
  font-weight: 900;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventCampaign_listWrap li .list_cont .eventCampaign_txt .details_txt {
    font-size: 3.2vw;
  }
}
#contents.twf2024 .eventCampaign_listWrap li .event_end {
  width: 652px;
  margin: 0 auto;
  padding-bottom: 78px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventCampaign_listWrap li .event_end {
    width: 81.6vw;
    padding-bottom: 12.1333333333vw;
  }
}
#contents.twf2024 .eventCampaign_listWrap li .doubleChance {
  position: relative;
}
#contents.twf2024 .eventCampaign_listWrap li .doubleChance .doubleChance_ttl {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventCampaign_listWrap li .doubleChance .doubleChance_ttl {
    width: 53.3333333333vw;
    top: -2.2666666667vw;
  }
}
#contents.twf2024 .eventCampaign_listWrap li .doubleChance .doubleChance_info {
  background-color: #fff;
  width: 845px;
  padding: 37px 7px 6px 52px;
  margin: 0 auto;
  display: flex;
  gap: 45px;
  justify-content: start;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventCampaign_listWrap li .doubleChance .doubleChance_info {
    width: 81.3333333333vw;
    padding: 7.0666666667vw 1.3333333333vw 1.4666666667vw 4.8vw;
    flex-direction: column;
    gap: 6.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventCampaign_listWrap li .doubleChance .doubleChance_info picture:first-child {
    margin-inline: auto;
    width: 73.8666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventCampaign_listWrap li .doubleChance .doubleChance_info picture:last-child {
    width: 74.4vw;
    margin-inline: auto;
  }
}
#contents.twf2024 .eventCampaign_listWrap li:nth-child(2), #contents.twf2024 .eventCampaign_listWrap li:last-child {
  padding-left: 80px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventCampaign_listWrap li:nth-child(2), #contents.twf2024 .eventCampaign_listWrap li:last-child {
    padding-right: 4.9333333333vw;
    padding-left: 4.9333333333vw;
  }
}
#contents.twf2024 .eventCampaign_listWrap li:nth-child(2) h3, #contents.twf2024 .eventCampaign_listWrap li:last-child h3 {
  margin-bottom: 37px;
}
#contents.twf2024 .eventCampaign_listWrap li:nth-child(2) .list_cont, #contents.twf2024 .eventCampaign_listWrap li:last-child .list_cont {
  margin-bottom: 0px;
}
#contents.twf2024 .eventCampaign_listWrap li:nth-child(2) .list_cont .eventCampaign_img, #contents.twf2024 .eventCampaign_listWrap li:last-child .list_cont .eventCampaign_img {
  width: 48.11320755%;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventCampaign_listWrap li:nth-child(2) .list_cont .eventCampaign_img, #contents.twf2024 .eventCampaign_listWrap li:last-child .list_cont .eventCampaign_img {
    width: 68vw;
  }
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventCampaign_listWrap li:nth-child(2) .list_cont .eventCampaign_txt, #contents.twf2024 .eventCampaign_listWrap li:last-child .list_cont .eventCampaign_txt {
    line-height: 1.66666667;
  }
}
#contents.twf2024 .eventCampaign_listWrap li:nth-child(2) .list_cont .eventCampaign_txt .indent, #contents.twf2024 .eventCampaign_listWrap li:last-child .list_cont .eventCampaign_txt .indent {
  padding-left: 2.6em;
}
#contents.twf2024 .eventCampaign_listWrap li:nth-child(2) .eventCampaign_txt p:last-child {
  padding-top: 32px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventCampaign_listWrap li:nth-child(2) .eventCampaign_txt p:last-child {
    padding-top: 4.6666666667vw;
  }
}
#contents.twf2024 .eventCampaign_listWrap li:nth-child(2) .eventCampaign_txt p:last-child span {
  font-weight: 700;
}
#contents.twf2024 .eventCampaign_listWrap li:last-child {
  margin-bottom: 0px;
}
#contents.twf2024 .eventSchedule {
  position: relative;
  padding-top: 50px;
  padding-bottom: 150px;
  z-index: 12;
  background-image: url(../images/scroll_bg03_pc.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventSchedule {
    padding-top: 15.2vw;
    padding-bottom: 25.0666666667vw;
    background-image: url(../images/eventSchedule_bg.png);
    background-attachment: scroll;
  }
}
#contents.twf2024 .eventSchedule .cont_inner .ttlBox {
  margin-bottom: 166px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventSchedule .cont_inner .ttlBox {
    margin-bottom: 18.1333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventSchedule .cont_inner .ttlBox .ttlBoxEn {
    width: 94.5333333333vw;
  }
}
#contents.twf2024 .eventSchedule .cont_inner .ttlBox .ttlBoxJa {
  font-size: 44px;
  font-weight: 500;
  color: #fcf4a7;
  margin-top: -34px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventSchedule .cont_inner .ttlBox .ttlBoxJa {
    font-size: 5.8666666667vw;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-top: -7.7333333333vw;
  }
}
#contents.twf2024 .eventSchedule .cont_inner .ttlBox p {
  color: #cccccc;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventSchedule .cont_inner .ttlBox p {
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}
#contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 95px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap {
    justify-content: center;
    flex-direction: column;
    gap: 13.3333333333vw;
  }
}
#contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap .eventSchedule_list {
  position: relative;
  width: 47.5%;
  background-color: #362e26;
  padding: 52px 30px 30px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap .eventSchedule_list {
    width: 76vw;
    margin: 0 auto;
    padding: 5.3333333333vw 4vw 6.6666666667vw;
  }
}
#contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap .eventSchedule_list .data_txt {
  position: absolute;
  top: -45px;
  left: 30px;
  color: #fcf4a7;
  opacity: 0.5;
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap .eventSchedule_list .data_txt {
    font-size: 9.3333333333vw;
    top: -6vw;
    left: 3.6vw;
  }
}
#contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap .eventSchedule_list h3 {
  font-size: 26px;
  line-height: 1.53846154;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 25px;
  min-height: 80px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap .eventSchedule_list h3 {
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.33333333;
    margin-bottom: 3.3333333333vw;
    min-height: 10.6666666667vw;
  }
}
#contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap .eventSchedule_list .event_img {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap .eventSchedule_list .event_img {
    margin-bottom: 3.3333333333vw;
  }
}
#contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap .eventSchedule_list h4 {
  font-size: 15px;
  font-weight: 900;
  line-height: 1.86666667;
  margin-top: 22px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap .eventSchedule_list h4 {
    font-size: 3.2vw;
    line-height: 1.66666667;
    margin-top: 2.9333333333vw;
    margin-bottom: 1.6vw;
  }
}
#contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap .eventSchedule_list .event_text {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.86666667;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap .eventSchedule_list .event_text {
    font-size: 3.2vw;
    line-height: 1.66666667;
    margin-bottom: 5.3333333333vw;
  }
}
#contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap .eventSchedule_list .event_info {
  color: #cccccc;
  font-size: 14px;
  font-weight: 900;
  line-height: 2;
  padding-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap .eventSchedule_list .event_info {
    font-size: 3.2vw;
    line-height: 1.66666667;
  }
}
#contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap .eventSchedule_list .detail_btn_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap .eventSchedule_list .detail_btn {
  display: flex;
  gap: 10px;
  width: 250px;
  height: 44px;
  font-size: 15px;
  font-weight: 900;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1;
  background-color: #64572d;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap .eventSchedule_list .detail_btn {
    font-size: 3.2vw;
    width: 53.3333333333vw;
    height: 9.3333333333vw;
    margin: 0 auto;
  }
}
#contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap .eventSchedule_list .detail_btn a {
  position: relative;
  text-decoration: none;
  padding-top: 15px;
  padding-left: 23px;
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 769px) {
  #contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap .eventSchedule_list .detail_btn a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap .eventSchedule_list .detail_btn a {
    padding-top: 3.3333333333vw;
    padding-left: 5.0666666667vw;
  }
}
#contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap .eventSchedule_list .detail_btn a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-image: url(../images/arrow_pc.png);
  background-size: cover;
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap .eventSchedule_list .detail_btn a::after {
    width: 1.6vw;
    height: 1.6vw;
    background-image: url(../images/arrow_sp.png);
    right: 4.5333333333vw;
  }
}
#contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap .eventSchedule_list .instagram a {
  padding-left: 44px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap .eventSchedule_list .instagram a {
    padding-left: 9.4666666667vw;
  }
}
#contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap .eventSchedule_list .instagram a::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-image: url(../images/instagram_pc.png);
  background-size: cover;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap .eventSchedule_list .instagram a::before {
    width: 4.8vw;
    height: 4.8vw;
    background-image: url(../images/instagram_sp.png);
    left: 2.5333333333vw;
  }
}
#contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap .eventSchedule_list .x_sns a {
  padding-left: 44px;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap .eventSchedule_list .x_sns a {
    padding-left: 9.4666666667vw;
  }
}
#contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap .eventSchedule_list .x_sns a::before {
  content: "";
  display: block;
  width: 19px;
  height: 20px;
  background-image: url(../images/x_pc.png);
  background-size: cover;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap .eventSchedule_list .x_sns a::before {
    width: 4vw;
    height: 4.2666666667vw;
    background-image: url(../images/x_sp.png);
    left: 2.9333333333vw;
  }
}
#contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap a {
  color: #cccccc;
}
#contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap li:nth-child(3) .event_info span, #contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap li:nth-child(7) .event_info span {
  padding-left: 1em;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap li:nth-child(3) .event_info span:last-of-type, #contents.twf2024 .eventSchedule .cont_inner .eventSchedule_listWrap li:nth-child(7) .event_info span:last-of-type {
    padding-left: 0em;
  }
}
#contents.twf2024 .eventSchedule .cont_inner .eventSchedule_bnr {
  padding-top: 130px;
  padding-bottom: 86px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #contents.twf2024 .eventSchedule .cont_inner .eventSchedule_bnr {
    width: 86.6666666667vw;
    padding-top: 12vw;
    padding-bottom: 3.3333333333vw;
    margin: 0 auto;
  }
}

body:has(.twf2024) .footer {
  position: relative;
  z-index: 100;
  background-color: #fff;
}