@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/* Reset CSS */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

img {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

h2, li, p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
}

.v_sp {
  display: none;
}

.v_pc {
  display: block;
}

@media screen and (max-width: 900px) {
  .v_sp {
    display: block;
  }
  .v_pc {
    display: none;
  }
}
.main p {
  margin: 0;
}
.main .main-content img {
  width: 100%;
}

.header {
  position: fixed;
  top: 24px;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 40px 15px 33px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #1a1a1a;
  border-radius: 50px;
}

.global-nav ul {
  display: flex;
  gap: 20px;
  list-style: none;
  align-items: center;
}
.global-nav li {
  display: flex;
  align-items: center;
}
.global-nav li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #fff;
  margin-left: 20px;
}
.global-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.global-nav a:hover {
  opacity: 0.8;
}

.main {
  position: relative;
  width: 100%;
  height: 100vh;
}
.main h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.main h1 img {
  max-width: 430px;
  height: auto;
  width: 50vw;
}
.main .main-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  overflow: hidden;
}
.main .main-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.intro {
  position: relative;
}
.intro .intro-text_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  text-align: center;
  line-height: 1.1;
  width: 100%;
}
.intro .intro-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  font-size: 5vw;
  font-weight: 700;
  font-style: italic;
}
.intro .intro-image {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}
.intro .intro-text_en {
  margin-top: 50px;
  font-size: 1vw;
}

.mb30 {
  margin-bottom: 30px;
}

.main_contents_wrapper {
  background: linear-gradient(124deg, #285c97 0%, #da1b3a 100%);
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.main_contents_wrapper .main_contents {
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
  padding: 30px 0;
  position: relative;
}
.main_contents_wrapper .main_contents .intoro_wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  margin-bottom: 80px;
  margin-top: 80px;
  z-index: 2;
}
.main_contents_wrapper .main_contents .intoro_wrapper .intoro_left {
  width: 50%;
}
.main_contents_wrapper .main_contents .intoro_wrapper .intoro_left img {
  width: 100%;
}
.main_contents_wrapper .main_contents .intoro_wrapper .intoro_right {
  width: 40%;
  text-align: left;
  font-size: 14px;
  line-height: 2.5;
  margin-bottom: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.main_contents_wrapper .main_contents .intoro_wrapper .intoro_right span {
  background-color: #fff;
  color: #000;
  padding: 5px;
  font-weight: 600;
}
.main_contents_wrapper .main_contents .contents-title {
  margin: auto;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 2vw;
  text-align: center;
  color: #fff;
}
.main_contents_wrapper .main_contents .contents-title span {
  border: 1px solid #fff;
  padding: 20px 50px;
}
.main_contents_wrapper .contents-item {
  margin: 20px 0;
  margin-bottom: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.main_contents_wrapper .contents-item h3 {
  font-size: 1.1vw;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
}
.main_contents_wrapper .contents-item h3 span {
  background-color: #fff;
  color: #000;
  padding: 5px 20px;
  border-radius: 3px;
}
.main_contents_wrapper .contents-item p {
  font-size: 2.2vw;
  color: #fff;
  font-weight: 500;
}
.main_contents_wrapper .contents-item p span {
  font-size: 1vw;
}
.main_contents_wrapper .contents-item img {
  max-width: 100%;
  margin: 0 auto;
}
.main_contents_wrapper .contents-item a {
  opacity: 1;
  transition: 0.5s;
  transform: scale(1);
}
.main_contents_wrapper .contents-item a:hover {
  opacity: 0.5;
  transform: scale(1.3);
  transition: 0.5s;
}
.main_contents_wrapper .contents-item .txt_b {
  font-size: 3.5vw;
}
.main_contents_wrapper .contents-item .stage_info {
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
}
.main_contents_wrapper .contents-item .stage_info h4 {
  margin: 20px auto;
  margin-top: 30px;
  max-width: 350px;
}
.main_contents_wrapper .contents-item .stage_info h4 img {
  width: 100%;
  max-width: 100%;
}
.main_contents_wrapper .contents-item .txt_ms {
  font-size: 15px;
  padding-bottom: 20px;
  line-height: 2;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  letter-spacing: 0.1em;
}
.main_contents_wrapper .contents-item .txt_ms span {
  font-size: 9px;
}
.main_contents_wrapper .contents-item .logo_list {
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  flex-wrap: wrap;
}
.main_contents_wrapper .contents-item .logo_list p {
  color: #000;
  font-size: 8px;
  width: 20%;
  height: auto;
}
.main_contents_wrapper .contents-item .logo_list p img {
  width: 100%;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 900px) {
  .main_contents_wrapper .contents-item .logo_list img {
    width: 40%;
    height: 110px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.main_contents_wrapper .contents-item .contact {
  font-size: 30px;
  margin-top: 60px;
  letter-spacing: 0.1em;
}

.g_line {
  position: relative;
  z-index: 1;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  margin-top: -240px;
}
.g_line img {
  width: 100%;
  display: block;
}

.contact_box {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 617px;
  width: 80%;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
  font-size: 15px;
}
.contact_box p {
  font-size: 15px !important;
  color: #000 !important;
}
.contact_box a {
  font-size: 25px;
  color: #278AC7;
  font-weight: 700;
  text-decoration: none;
}

.footer {
  background-color: #111111;
  margin: auto;
}
.footer .footer-contetns {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 30px 0;
  max-width: 1000px;
  margin: auto;
}
.footer .footer-contetns .footer-left {
  width: 20%;
  margin-left: 10%;
}
@media screen and (max-width: 900px) {
  .footer .footer-contetns .footer-left {
    width: 40%;
  }
}
.footer .footer-contetns .footer-left .ex-logo {
  margin-left: 22px;
  margin-top: 35px;
  width: 29px;
  display: block;
}
@media screen and (max-width: 900px) {
  .footer .footer-contetns .footer-left .ex-logo {
    width: 6vw;
    margin-left: 5vw;
    margin-top: 4vw;
  }
}
.footer .footer-contetns .footer-left .ex-logo img {
  width: 100%;
  display: block;
}
.footer .footer-contetns .footer-left img {
  width: 100%;
  max-width: 300px;
}
.footer .footer-contetns .footer-right {
  width: 30%;
  color: #fff;
  margin-left: auto;
}
.footer .footer-contetns .footer-right ul {
  color: #fff;
  text-decoration: none;
  list-style: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.footer .footer-contetns .footer-right ul a {
  text-decoration: none;
  color: #fff;
}
.footer .footer-contetns .footer-right ul li {
  margin-bottom: 10px;
}
.footer p {
  color: #fff;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-bottom: 10px;
}

@media screen and (max-width: 900px) {
  .main h1 img {
    width: 70vw;
  }
  .g_line {
    margin-top: 0px;
  }
  .global-nav ul {
    display: flex;
    gap: 5px;
    list-style: none;
    align-items: center;
  }
  .global-nav li {
    display: flex;
    align-items: center;
  }
  .global-nav li:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #fff;
    margin-left: 5px;
  }
  .global-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
  }
  .global-nav a:hover {
    opacity: 0.8;
  }
  .intro .intro-text_wrapper {
    width: 90%;
    transform: translate(-47%, -70%);
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  .intro .intro-text_wrapper .intro-text {
    font-size: 9.3vw;
  }
  .intro .intro-text_en {
    margin-top: 5%;
    font-size: 2vw;
  }
  .main_contents_wrapper .main_contents .intoro_wrapper {
    flex-direction: column;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
    gap: 20px;
  }
  .main_contents_wrapper .main_contents .intoro_wrapper .intoro_left {
    width: 70%;
    text-align: center;
    margin: 0 auto;
  }
  .main_contents_wrapper .main_contents .intoro_wrapper .intoro_left img {
    text-align: center;
    width: 100%;
  }
  .main_contents_wrapper .main_contents .intoro_wrapper .intoro_right {
    width: 100%;
  }
  .main_contents_wrapper .main_contents .contents-title {
    font-size: 5vw;
  }
  .main_contents_wrapper .contents-item h3 {
    font-size: 3vw;
    margin-bottom: 20px;
  }
  .main_contents_wrapper .contents-item p {
    font-size: 4.5vw;
  }
  .main_contents_wrapper .contents-item p span {
    font-size: 2vw;
  }
  .main_contents_wrapper .contents-item .txt_b {
    font-size: 6vw;
  }
  .main_contents_wrapper .contents-item img {
    width: 100%;
    max-width: 100%;
  }
}
.parallax {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  margin-bottom: -10vh;
}

.parallax img {
  width: 100%;
  height: 110%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: -30%;
  left: 0;
  transform: translateY(0);
  will-change: transform;
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}

/*以下書き換え*/
.header-logo {
  width: 200px;
  position: relative;
  z-index: 999;
}
.header-logo img {
  margin-left: 0;
}
.header-logo .header-logo_en {
  padding-top: 13px;
  width: 120px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}

.cont-1 {
  position: relative;
  z-index: 3;
  background: linear-gradient(124deg, #285c97 0%, #da1b3a 100%);
}
.cont-1 .main-ex {
  position: relative;
}
.cont-1 .main-ex .wrap {
  position: relative;
  width: 90%;
  max-width: 1020px;
  margin: 0 auto;
  height: 100%;
}
.cont-1 .main-ex .logo {
  width: 46%;
  max-width: 400px;
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  z-index: 2;
}
.cont-1 .main-ex .logo img {
  width: 100%;
}
.cont-1 .main-ex .bg {
  width: 106%;
  position: relative;
  z-index: 1;
}
.cont-1 .main-ex .bg img {
  width: 100%;
  margin-right: -6%;
}
.cont-1 .head-copy {
  padding-top: 70px;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
.cont-1 .head-copy img {
  width: 100%;
  margin-bottom: -30px;
}
.cont-1 .bg-area {
  padding-top: 137px;
  padding-bottom: 105px;
  background: url(../images/mask-bg.png) no-repeat center top/cover;
}
.cont-1 .bg-area .copy {
  width: 90%;
  max-width: 990px;
  margin: 0 auto;
  font-size: 26px;
  line-height: 1.8;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.cont-1 .bg-area .copy span {
  background: #fff;
  color: #000;
  padding: 2px 10px;
  margin-left: 2px;
  margin-right: 2px;
}
.cont-1 .bg-area .copy span.ex {
  padding-left: 0;
  padding-right: 0;
}

.copy-box {
  background: linear-gradient(124deg, #285c97 0%, #da1b3a 100%);
  position: relative;
  width: 100%;
  z-index: 5;
  padding-bottom: 180px;
  padding-top: 60px;
}
.copy-box::before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: linear-gradient(124deg, #285c97 0%, #da1b3a 100%);
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 4;
}
.copy-box .wrap {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto;
}
.copy-box .day {
  max-width: 635px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}
.copy-box .day .day-text {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.copy-box .day .notes {
  margin-top: 5px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.copy-box .day img {
  width: 100%;
}
.copy-box .place {
  max-width: 504px;
  margin-left: auto;
  margin-right: auto;
}
.copy-box .place img {
  width: 100%;
}

.cont-2 {
  background-image: linear-gradient(to bottom, #3e3e3e 0%, #37434b 50%, #3e3e3e 70%, #3e3e3e 100%);
  padding-top: 45px;
  padding-bottom: 205px;
  position: relative;
  z-index: 6;
}
.cont-2::before {
  content: "";
  display: block;
  width: 100%;
  height: 182px;
  z-index: 5;
  position: absolute;
  top: -170px;
  left: 0;
  background: url(../images/moyo-bg.png) no-repeat center top/cover;
}
.cont-2 .wrap {
  max-width: 970px;
  margin: 0 auto;
  position: relative;
  z-index: 6;
}
.cont-2 .main_contents_wrapper {
  background: none;
}

.map-box {
  width: 100%;
  height: 495px;
  margin-bottom: 50px;
}
.map-box iframe {
  width: 100%;
  height: 100%;
}

.bottom-flex {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}
.bottom-flex .box1 {
  width: 100%;
}
.bottom-flex .box1 .dl-list {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bottom-flex .box1 .dl-list dl {
  margin-bottom: 45px;
  width: 42%;
}
.bottom-flex .box1 .dl-list dl dt {
  width: 88px;
  text-align: center;
  background: #292727;
  color: #fff;
  font-size: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 2px;
  letter-spacing: 0.1em;
}
.bottom-flex .box1 .dl-list dl dd {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
  text-align: left;
  letter-spacing: 0.05em;
}
.bottom-flex .box1 .dl-list dl dd span {
  font-size: 12px;
}
.bottom-flex .box2 {
  width: 100%;
}
.bottom-flex .box2 .sub-text {
  margin-top: 15px;
  color: #0a0a0a;
  font-size: 15px;
  text-align: center;
  line-height: 1;
}
.bottom-flex .box2 .bnr-list {
  display: flex;
  margin-top: 40px;
  padding: 0px 0px;
  align-items: center;
  justify-content: space-between;
}
.bottom-flex .box2 .bnr-list li {
  width: 15%;
  padding-bottom: 0px;
  list-style: none;
}
.bottom-flex .box2 .bnr-list li:nth-child(3) img {
  margin-top: -12px;
}
.bottom-flex .box2 .bnr-list li:nth-child(4) img {
  margin-top: -5px;
}
.bottom-flex .box2 .bnr-list li img {
  width: 100%;
}
.bottom-flex .ttl-img {
  max-width: 278px;
  margin-left: auto;
  margin-right: auto;
}
.bottom-flex .ttl-img img {
  width: 100%;
}

.spo-bg {
  padding-top: 30px;
  padding-bottom: 42px;
  margin-bottom: 58px;
  background: #fff;
  color: #0A0A0A;
}
.spo-bg .main_contents {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 900px) {
  .cont-1 {
    position: relative;
    z-index: 3;
    background: linear-gradient(124deg, #285c97 0%, #da1b3a 100%);
  }
  .cont-1 .main-ex {
    position: relative;
  }
  .cont-1 .main-ex .wrap {
    position: relative;
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    height: 100%;
  }
  .cont-1 .main-ex .logo {
    width: 76%;
    max-width: 400px;
    position: absolute;
    top: 50%;
    left: 0%;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50%);
    z-index: 1;
  }
  .cont-1 .main-ex .logo img {
    width: 100%;
  }
  .cont-1 .main-ex .bg {
    width: 100%;
    position: relative;
    z-index: 0;
  }
  .cont-1 .main-ex .bg img {
    width: 100%;
  }
  .cont-1 .head-copy {
    padding-top: 1vw;
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
  }
  .cont-1 .head-copy img {
    width: 100%;
    margin-bottom: -5vw;
  }
  .cont-1 .bg-area {
    padding-top: 15vw;
    padding-bottom: 12vw;
    background: url(../images/mask-bg.png) no-repeat center top/cover;
  }
  .cont-1 .bg-area .copy {
    width: 90%;
    max-width: 990px;
    margin: 0 auto;
    font-size: 3.3vw;
    line-height: 1.8;
  }
  .cont-1 .bg-area .copy span {
    padding: 0vw 1vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
  .copy-box {
    background: linear-gradient(124deg, #285c97 0%, #da1b3a 100%);
    position: relative;
    width: 100%;
    z-index: 5;
    padding-bottom: 32vw;
    padding-top: 15vw;
  }
  .copy-box::before {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    background: linear-gradient(124deg, #285c97 0%, #da1b3a 100%);
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    position: absolute;
    top: -5vw;
    left: 0;
    z-index: 4;
  }
  .copy-box .wrap {
    width: 90%;
    max-width: 1020px;
    margin: 0 auto;
  }
  .copy-box .day {
    max-width: 90%;
    margin-bottom: 12vw;
    margin-left: auto;
    margin-right: auto;
  }
  .copy-box .day .day-text {
    margin-top: 4vw;
    text-align: center;
    font-size: 3.4vw;
  }
  .copy-box .day .notes {
    margin-top: 1vw;
    font-size: 2.3vw;
  }
  .copy-box .day img {
    width: 100%;
  }
  .copy-box .place {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .copy-box .place img {
    width: 100%;
  }
  .cont-2 {
    background-image: linear-gradient(to bottom, #3e3e3e 0%, #37434b 50%, #3e3e3e 100%);
    padding-top: 5vw;
    padding-bottom: 25vw;
    position: relative;
    z-index: 6;
    /*&::after{
        content: "";
        display: block;
        width: 100%;
        height: 18vw;
        z-index: 5;
        position: absolute;
        bottom: -17vw;
        left: 0;
        background: url(../images/moyo-bg-02.png) no-repeat center top / cover;
    }*/
  }
  .cont-2::before {
    content: "";
    display: block;
    width: 100%;
    height: 18vw;
    z-index: 5;
    position: absolute;
    top: -17vw;
    left: 0;
    background: url(../images/moyo-bg.png) no-repeat center top/cover;
  }
  .cont-2 .wrap {
    max-width: 970px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
  }
  .map-box {
    width: 100%;
    height: 60vw;
    margin-bottom: 9vw;
  }
  .map-box iframe {
    width: 100%;
    height: 100%;
  }
  .bottom-flex {
    display: block;
    max-width: 830px;
    width: 90%;
    margin: 0 auto;
  }
  .bottom-flex .box1 {
    width: 100%;
  }
  .bottom-flex .box1 .dl-list {
    margin-top: 5vw;
    display: block;
  }
  .bottom-flex .box1 .dl-list dl {
    margin-bottom: 3vw;
    width: 100%;
  }
  .bottom-flex .box1 .dl-list dl dt {
    width: 21vw;
    text-align: center;
    font-size: 3.3vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    margin-bottom: 1vw;
  }
  .bottom-flex .box1 .dl-list dl dd {
    font-size: 3.3vw;
    line-height: 1.5;
    letter-spacing: 0;
    color: #fff;
    text-align: left;
  }
  .bottom-flex .box1 .dl-list dl dd span {
    font-size: 2.7vw;
  }
  .bottom-flex .box2 {
    width: 100%;
  }
  .bottom-flex .box2 .sub-text {
    margin-top: 2vw;
    font-size: 3.9vw;
    text-align: center;
    line-height: 1;
  }
  .bottom-flex .box2 .bnr-list {
    display: block;
    margin-top: 7vw;
  }
  .bottom-flex .box2 .bnr-list li {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vw;
  }
  .bottom-flex .box2 .bnr-list li:nth-child(3) img {
    margin-top: 0;
  }
  .bottom-flex .box2 .bnr-list li:nth-child(4) img {
    margin-top: 0;
  }
  .bottom-flex .box2 .bnr-list li:last-child {
    margin-bottom: 0;
  }
  .bottom-flex .ttl-img {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .bottom-flex .ttl-img img {
    width: 100%;
  }
  .header-inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 3vw 2vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0vw;
    background: none;
  }
  .header-inner .header-logo {
    width: 47.5vw;
  }
  .header-inner .header-logo img {
    width: 100%;
    display: block;
  }
  .header-inner .global-nav a {
    font-size: 2.5vw;
  }
}
.cont-2 {
  position: relative;
}
.cont-2 .bg-box {
  background: url(../images/bg-img.png) no-repeat center top/cover;
  width: 525px;
  height: 1938px;
  top: 30px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.cont-2 .head-ttl {
  margin-bottom: 75px;
  font-size: 100px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
.cont-2 .sub-ttl {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
}
.cont-2 .human-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 695px;
  margin: 25px auto 0px;
}
.cont-2 .human-list li {
  width: 28%;
  list-style: none;
}
.cont-2 .human-list li .human-img {
  margin-bottom: 18px;
}
.cont-2 .human-list li .human-img img {
  max-width: 100%;
}
.cont-2 .human-list li .human-copy {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
}
.cont-2 .human-list li .human-copy .sm {
  font-size: 10px;
  letter-spacing: 0em;
}
.cont-2 .ex-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cont-2 .ex-list li {
  list-style: none;
}
.cont-2 .ex-list .day {
  width: 97px;
}
.cont-2 .ex-list .day img {
  margin-left: 0 !important;
}
.cont-2 .ex-list .list-box {
  position: relative;
  z-index: 2;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.cont-2 .ex-list .list-box .caption {
  margin-top: 3px;
  font-size: 7px;
  color: #000;
  text-align: left;
}
.cont-2 .ex-list .list-box .caption.center {
  text-align: center;
}
.cont-2 .ex-list .list-box .caption.ex {
  font-size: 6px;
  line-height: 1.1;
}
.cont-2 .ex-list .list-1 {
  width: 47%;
  position: relative;
  padding-top: 12px;
  padding-left: 24px;
  padding-bottom: 7%;
}
.cont-2 .ex-list .list-1::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../images/waku-01.svg) no-repeat left top/100%;
  top: -11px;
  left: 0;
}
.cont-2 .ex-list .list-1 .list-box {
  padding-top: 10px;
  padding-bottom: 44px;
  padding-left: 20px;
  padding-right: 20px;
}
.cont-2 .ex-list .list-1 .list-box .box1 {
  width: 33%;
}
.cont-2 .ex-list .list-1 .list-box .box2 {
  width: 59%;
}
.cont-2 .ex-list .list-2 {
  position: relative;
  padding-top: 12px;
  padding-right: 42px;
  width: 51%;
}
.cont-2 .ex-list .list-2::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../images/waku-02.svg) no-repeat right top/100%;
  top: 0;
  right: 0;
}
.cont-2 .ex-list .list-2 .list-box {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 2px;
  position: relative;
}
.cont-2 .ex-list .list-2 .list-box .box1 {
  width: 44%;
}
.cont-2 .ex-list .list-2 .list-box .box2 {
  width: 50%;
}
.cont-2 .ex-list .list-2 .list-box::before {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 100%;
  background: url(../images/waku-bg.png) no-repeat right top/100%;
  top: 0;
  right: -16px;
}
.cont-2 .ac-logo {
  width: 380px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 13px;
}
.cont-2 .ac-logo img {
  width: 100%;
}
.cont-2 .map-img {
  margin-top: 20px;
}
.cont-2 .map-img ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.cont-2 .map-img ul li {
  width: 47%;
  list-style: none;
}
.cont-2 .map-img ul li .name-img {
  width: 98%;
  position: relative;
  z-index: 5;
}
.cont-2 .map-img ul li .name-img img {
  margin-bottom: -12px;
  margin-left: -11px;
  width: 100%;
}
.cont-2 .map-img ul li .waku-box {
  width: 98%;
  position: relative;
  z-index: 4;
  padding: 5px 4px 24px;
  border: 1px solid #fff;
}
.cont-2 .map-img ul li .waku-box::before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 100%;
  z-index: 3;
  background: url(../images/ex-waku1.png) no-repeat right top/100%;
  top: 0;
  right: -11px;
}
.cont-2 .map-img ul li .waku-box::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 15px);
  z-index: 5;
  background: url(../images/ex-waku2.png) no-repeat right top/100%;
  bottom: -12px;
  left: -4px;
  right: -11px;
  height: 106px;
}
.cont-2 .map-img ul li .waku-box .img-box {
  width: 67%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.cont-2 .map-img ul li .waku-box .img-box.ptn2 {
  margin-top: 15px;
  width: 62%;
}
.cont-2 .map-img ul li .waku-box .copy {
  text-align: center;
  margin-bottom: 17px;
  font-size: 9px;
  color: #fff;
}
.cont-2 .map-img ul li .waku-box .text {
  font-size: 12px;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.cont-2 .ac-copy {
  font-size: 20px !important;
  font-weight: 700;
  text-align: center;
  margin-bottom: 38px;
  color: #fff;
  letter-spacing: 0.1em;
}
.cont-2 .ac-copy.ptn2 {
  margin-bottom: 15px;
  margin-top: 20px;
  font-size: 30px !important;
}
.cont-2 .ac-copy2 {
  font-size: 30px !important;
  font-weight: 700;
  text-align: center;
  margin-bottom: 38px;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 0.8;
}
.cont-2 .ac-copy2.ex {
  line-height: 1.3;
}
.cont-2 .ac-copy2 span {
  font-size: 22px;
}
.cont-2 .ac-flex {
  display: flex;
  justify-content: space-between;
}
.cont-2 .ac-flex .box {
  width: 48%;
  position: relative;
  padding-left: 12px;
  padding-bottom: 25px;
  padding-right: 12px;
  padding-top: 6px;
  margin-bottom: 90px;
}
.cont-2 .ac-flex .box::before {
  position: absolute;
  content: "";
  display: block;
  z-index: 1;
  width: 80%;
  height: 6px;
  background: url(../images/uewaku.svg) no-repeat center top/100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.cont-2 .ac-flex .box::after {
  position: absolute;
  content: "";
  display: block;
  z-index: 1;
  width: 100%;
  height: 42px;
  background: url(../images/shitawaku.svg) no-repeat center bottom/100%;
  bottom: 0;
  right: 0;
}
.cont-2 .ac-flex .box .box-wrap {
  position: relative;
  z-index: 2;
  border: 1px solid #fff;
}
.cont-2 .ac-flex .box .box-wrap .yotei-txt {
  font-size: 15px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.cont-2 .ac-flex .box .box-wrap .yotei-txt2 {
  font-size: 15px;
  color: #fff;
  text-align: right;
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  padding-right: 20px;
  pointer-events: none;
  margin: 0 auto;
}
.cont-2 .ac-flex .box .box-wrap .day {
  width: 165px;
  margin-left: auto;
  margin-right: auto;
}
.cont-2 .ac-flex .box .box-wrap .human-list2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 81%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11px;
}
.cont-2 .ac-flex .box .box-wrap .human-list2 li {
  width: 44%;
  padding-bottom: 15px;
  list-style: none;
}
.cont-2 .ac-flex .box .box-wrap .human-list2 li .human-img {
  margin-bottom: 4px;
}
.cont-2 .ac-flex .box .box-wrap .human-list2 li .human-copy p {
  letter-spacing: 0.1em;
  font-size: 15px;
  color: #fff;
}
.cont-2 .ac-flex .box .box-wrap .human-list2 li .human-copy p.ex {
  line-height: 0.9;
  margin-top: 10px;
  margin-bottom: 5px;
}
.cont-2 .ac-flex .box .box-wrap .human-list2 li .human-copy p .sm {
  font-size: 12px;
  letter-spacing: 0em;
}
.cont-2 .ac-flex .box .box-wrap .human-list2.ptn1 {
  padding-top: 60px;
  padding-bottom: 62px;
}
.cont-2 .ac-flex .box .box-wrap .human-list2.ptn1 li:nth-child(3) {
  padding-top: 65px;
}
.cont-2 .ac-flex .box .box-wrap .human-list2.ptn1 li:nth-child(4) {
  padding-top: 65px;
}
.cont-2 .ac-flex .box .box-wrap .human-list2.ptn3 {
  padding-top: 60px;
  padding-bottom: 182px;
}
.cont-2 .ac-flex .box .box-wrap .human-list2.ptn4 {
  padding-top: 60px;
}

.cont-3 {
  position: relative;
  padding-top: 60px;
  /*background: linear-gradient(124deg, #285c97 0%, #da1b3a 100%);*/
  background: linear-gradient(90deg, #285c97 0%, #da1b3a 100%);
  z-index: 8;
}
.cont-3 .main_contents_wrapper {
  background: none;
}
.cont-3::before {
  content: "";
  display: block;
  width: 100%;
  height: 182px;
  z-index: 4;
  position: absolute;
  top: -170px;
  left: 0;
  background: linear-gradient(90deg, #285c97 0%, #da1b3a 100%);
  -webkit-mask-image: url(../images/moyo-bg-03.png);
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  mask-image: url(../images/moyo-bg-03.png);
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center top;
}
.cont-3::after {
  content: "";
  display: block;
  width: 100%;
  height: 182px;
  z-index: 5;
  position: absolute;
  top: -170px;
  left: 0;
  background: url(../images/moyo-bg-02.png) no-repeat center top/cover;
}
.cont-3 .ttl-img {
  width: 303px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 27px;
}
.cont-3 .ttl-img img {
  width: 100%;
}
.cont-3 .sub-ttl {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 50px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.cont-3 .sub-ttl .mini1 {
  font-size: 15px;
}
.cont-3 .sub-ttl .mini2 {
  font-size: 20px;
}
.cont-3 .dl-box {
  margin-bottom: 30px;
}
.cont-3 .dl-box dl {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.cont-3 .dl-box .main-dl {
  padding-bottom: 10px;
  align-items: center;
}
.cont-3 .dl-box .main-dl dt {
  padding-top: 8px;
  padding-bottom: 8px;
  background: #fff;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  width: 114px;
  letter-spacing: 0.05em;
}
.cont-3 .dl-box .main-dl dd {
  width: calc(100% - 140px);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.1em;
}
.cont-3 .dl-box .sub-dl {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #fff;
}
.cont-3 .dl-box .sub-dl dt {
  width: calc(100% - 600px);
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.1em;
}
.cont-3 .dl-box .sub-dl dt.full {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}
.cont-3 .dl-box .sub-dl dd {
  width: 590px;
  letter-spacing: 0.1em;
}
.cont-3 .dl-box .sub-dl dd p {
  font-size: 18px;
  color: #fff;
}
.cont-3 .dl-box .sub-dl dd p:last-child {
  margin-bottom: 0;
}
.cont-3 .dl-box .sub-dl dd .c-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  padding-top: 2px;
  margin-bottom: 12px;
  border-bottom: 2px dotted #fff;
}
.cont-3 .dl-box .sub-dl dd .c-flex.last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.cont-3 .dl-box .sub-dl dd .c-flex .text {
  width: calc(100% - 160px);
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
.cont-3 .dl-box .sub-dl dd .c-flex .link {
  width: 140px;
}
.cont-3 .dl-box .sub-dl dd .c-flex .link a {
  color: #000;
  background: #fff;
  padding: 9px 5px;
  display: inline-block;
  line-height: 1;
  font-weight: 700;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 13px;
  text-decoration: none;
  border-radius: 30px;
}
.cont-3 .dl-box .sub-dl dd .c-flex .link a.no-link {
  opacity: 0.5;
  pointer-events: none;
}
.cont-3 .bottom-dl {
  margin-bottom: 106px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.cont-3 .bottom-dl.first {
  margin-top: 60px;
  margin-bottom: 66px;
}
.cont-3 .bottom-dl dl dt {
  text-align: center;
  margin-bottom: 8px;
}
.cont-3 .bottom-dl dl dt span.waku {
  font-size: 15px;
  border: 1px solid #fff;
  padding: 15px 15px;
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}
.cont-3 .bottom-dl dl dt span .mini {
  font-size: 10px;
  font-weight: 500;
  margin-top: 10px;
}
.cont-3 .bottom-dl dl dd {
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.cont-3 .bottom-dl dl dd.left {
  text-align: left;
  margin-top: 28px;
}
.cont-3 .bottom-dl dl dd.left .notes {
  font-size: 12px;
  line-height: 1.83;
  font-weight: 500;
}

.link-area {
  padding-top: 120px;
  margin-top: -120px;
}

.section-box {
  box-shadow: none !important;
}

.tk-dl dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  padding: 14px 14px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  margin-bottom: 15px;
}
.tk-dl dl dt {
  background: #000000;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  width: 275px;
  padding-top: 5px;
  padding-bottom: 5px;
  letter-spacing: 0.05em;
}
.tk-dl dl dd {
  width: calc(100% - 305px);
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.1em;
}

.exmap-img {
  margin-bottom: 84px;
  max-width: 602px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.exmap-img img {
  width: 100%;
}

@media screen and (max-width: 900px) {
  .container {
    width: 100%;
    overflow: hidden;
  }
  .cont-2 {
    position: relative;
  }
  .cont-2 .bg-box {
    background: url(../images/bg-img.png) no-repeat center top/cover;
    width: 80%;
    height: 210vw;
    top: 6vw;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .cont-2 .head-ttl {
    margin-bottom: 7vw;
    font-size: 7vw;
    text-align: center;
    font-weight: 700;
  }
  .cont-2 .sub-ttl {
    font-size: 3.7vw;
  }
  .cont-2 .human-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: none;
    margin: 8vw auto 0vw;
    width: 90%;
  }
  .cont-2 .human-list li {
    width: 48%;
    list-style: none;
    margin-bottom: 8vw;
  }
  .cont-2 .human-list li .human-img {
    margin-bottom: 3vw;
  }
  .cont-2 .human-list li .human-img img {
    max-width: 100%;
  }
  .cont-2 .human-list li .human-copy {
    font-size: 3.7vw;
    font-weight: 700;
  }
  .cont-2 .human-list li .human-copy .sm {
    font-size: 2.3vw;
  }
  .cont-2 .human-list li:nth-child(3) {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .cont-2 .ex-list {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .cont-2 .ex-list li {
    list-style: none;
  }
  .cont-2 .ex-list .day {
    width: 30vw;
  }
  .cont-2 .ex-list .day img {
    margin-left: 0 !important;
  }
  .cont-2 .ex-list .list-box {
    position: relative;
    z-index: 2;
    background: #fff;
    display: block;
    justify-content: space-between;
    margin-bottom: 16vw;
  }
  .cont-2 .ex-list .list-box .caption {
    margin-top: 1vw;
    font-size: 2.3vw;
    text-align: left;
  }
  .cont-2 .ex-list .list-box .caption.center {
    text-align: center;
  }
  .cont-2 .ex-list .list-box .caption.ex {
    font-size: 2.3vw;
    line-height: 1.1;
  }
  .cont-2 .ex-list .list-1 {
    width: 100%;
    position: relative;
    padding-top: 4vw;
    padding-left: 0px;
    padding-bottom: 0%;
    margin-bottom: 6vw;
  }
  .cont-2 .ex-list .list-1::before {
    position: absolute;
    display: none;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../images/waku-01.svg) no-repeat left top/100%;
    top: -11px;
    left: 0;
  }
  .cont-2 .ex-list .list-1 .list-box {
    padding-top: 3vw;
    padding-bottom: 3vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .cont-2 .ex-list .list-1 .list-box .box1 {
    width: 56.5%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vw;
  }
  .cont-2 .ex-list .list-1 .list-box .box2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .cont-2 .ex-list .list-2 {
    position: relative;
    padding-top: 8vw;
    padding-right: 0;
    width: 100%;
  }
  .cont-2 .ex-list .list-2::before {
    display: none;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../images/waku-02.svg) no-repeat right top/100%;
    top: 0;
    right: 0;
  }
  .cont-2 .ex-list .list-2 .list-box {
    padding-top: 3vw;
    padding-bottom: 3vw;
    padding-left: 5vw;
    padding-right: 5vw;
    position: relative;
  }
  .cont-2 .ex-list .list-2 .list-box .box1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vw;
  }
  .cont-2 .ex-list .list-2 .list-box .box2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .cont-2 .ex-list .list-2 .list-box::before {
    display: none;
    position: absolute;
    content: "";
    display: block;
    width: 16px;
    height: 100%;
    background: url(../images/waku-bg.png) no-repeat right top/100%;
    top: 0;
    right: -16px;
  }
  .cont-2 .ac-logo {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6vw;
  }
  .cont-2 .ac-logo img {
    width: 100%;
  }
  .cont-2 .map-img {
    margin-top: 5vw;
  }
  .cont-2 .map-img ul {
    display: block;
  }
  .cont-2 .map-img ul li {
    width: 100%;
    list-style: none;
    margin-bottom: 8vw;
  }
  .cont-2 .map-img ul li .name-img {
    width: 98%;
    position: relative;
    z-index: 5;
  }
  .cont-2 .map-img ul li .name-img img {
    margin-bottom: -2vw;
    margin-left: -2vw;
    width: 100%;
  }
  .cont-2 .map-img ul li .waku-box {
    width: 98%;
    position: relative;
    z-index: 4;
    padding: 1vw 0vw 4vw;
  }
  .cont-2 .map-img ul li .waku-box::before {
    content: "";
    display: block;
    position: absolute;
    width: 2vw;
    height: 100%;
    z-index: 3;
    background: url(../images/ex-waku1.png) no-repeat right top/100%;
    top: 0;
    right: -2vw;
  }
  .cont-2 .map-img ul li .waku-box::after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 3vw);
    z-index: 5;
    background: url(../images/ex-waku2.png) no-repeat right top/100%;
    bottom: -4vw;
    left: -1vw;
    right: -2vw;
    height: 24vw;
  }
  .cont-2 .map-img ul li .waku-box .img-box {
    width: 67%;
    margin-bottom: 2vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2vw;
  }
  .cont-2 .map-img ul li .waku-box .img-box.ptn2 {
    margin-top: 2vw;
    width: 62%;
  }
  .cont-2 .map-img ul li .waku-box .copy {
    text-align: center;
    margin-bottom: 2vw;
    font-size: 2.3vw;
  }
  .cont-2 .map-img ul li .waku-box .text {
    font-size: 2.8vw;
    letter-spacing: 0;
    line-height: 1.8;
    text-align: center;
    font-weight: 700;
  }
  .cont-2 .ac-copy {
    font-size: 3.7vw !important;
    font-weight: 700;
    text-align: center;
    margin-bottom: 7vw;
  }
  .cont-2 .ac-copy.ptn2 {
    margin-bottom: 2vw;
    margin-top: 8vw;
    font-size: 4.4vw !important;
  }
  .cont-2 .ac-copy2 {
    font-size: 4.8vw !important;
    font-weight: 700;
    text-align: center;
    margin-bottom: 7vw;
  }
  .cont-2 .ac-copy2 span {
    font-size: 3.4vw;
  }
  .cont-2 .ac-flex {
    display: block;
  }
  .cont-2 .ac-flex .box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 2vw;
    padding-bottom: 5vw;
    padding-right: 2vw;
    padding-top: 1vw;
    margin-bottom: 8vw;
  }
  .cont-2 .ac-flex .box::before {
    position: absolute;
    content: "";
    display: block;
    z-index: 1;
    width: 80%;
    height: 1vw;
    background: url(../images/uewaku.svg) no-repeat center top/100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .cont-2 .ac-flex .box::after {
    position: absolute;
    content: "";
    display: block;
    z-index: 1;
    width: 100%;
    height: 6vw;
    background: url(../images/shitawaku.svg) no-repeat center bottom/100%;
    bottom: 0;
    right: 0;
  }
  .cont-2 .ac-flex .box .box-wrap {
    position: relative;
    z-index: 2;
    border: 1px solid #fff;
  }
  .cont-2 .ac-flex .box .box-wrap .day {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .cont-2 .ac-flex .box .box-wrap .yotei-txt {
    font-size: 3vw;
    text-align: center;
    position: absolute;
    bottom: 2vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .cont-2 .ac-flex .box .box-wrap .yotei-txt2 {
    font-size: 3vw;
    text-align: right;
    position: absolute;
    bottom: 4vw;
    left: 0;
    right: 0;
    padding-right: 5vw;
    pointer-events: none;
    margin: 0 auto;
  }
  .cont-2 .ac-flex .box .box-wrap .human-list2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 81%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2vw;
    padding-bottom: 5vw;
  }
  .cont-2 .ac-flex .box .box-wrap .human-list2 li {
    width: 44%;
    padding-bottom: 3vw;
    list-style: none;
  }
  .cont-2 .ac-flex .box .box-wrap .human-list2 li .human-img {
    margin-bottom: 4px;
  }
  .cont-2 .ac-flex .box .box-wrap .human-list2 li .human-copy p {
    font-size: 3.3vw;
    margin-top: 2vw;
    margin-bottom: 1vw;
  }
  .cont-2 .ac-flex .box .box-wrap .human-list2 li .human-copy p .sm {
    font-size: 2.3vw;
  }
  .cont-2 .ac-flex .box .box-wrap .human-list2.ptn1 {
    padding-top: 2vw;
    padding-bottom: 5vw;
  }
  .cont-2 .ac-flex .box .box-wrap .human-list2.ptn1 li:nth-child(3) {
    padding-top: 0px;
  }
  .cont-2 .ac-flex .box .box-wrap .human-list2.ptn1 li:nth-child(4) {
    padding-top: 0px;
  }
  .cont-2 .ac-flex .box .box-wrap .human-list2.ptn3 {
    padding-top: 2vw;
    padding-bottom: 5vw;
  }
  .cont-2 .ac-flex .box .box-wrap .human-list2.ptn4 {
    padding-top: 2vw;
    padding-bottom: 5vw;
  }
  .cont-3 {
    position: relative;
    padding-top: 12vw;
    background: linear-gradient(90deg, #285c97 0%, #da1b3a 100%);
    z-index: 8;
  }
  .cont-3 .main_contents_wrapper {
    background: none;
  }
  .cont-3::before {
    content: "";
    display: block;
    width: 100%;
    height: 18vw;
    z-index: 4;
    position: absolute;
    top: -17vw;
    left: 0;
    background: linear-gradient(90deg, #285c97 0%, #da1b3a 100%);
    -webkit-mask-image: url(../images/moyo-bg-03.png);
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center top;
    mask-image: url(../images/moyo-bg-03.png);
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: center top;
  }
  .cont-3::after {
    content: "";
    display: block;
    width: 100%;
    height: 18vw;
    z-index: 5;
    position: absolute;
    top: -17vw;
    left: 0;
    background: url(../images/moyo-bg-02.png) no-repeat center top/cover;
  }
  .cont-3 .ttl-img {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3vw;
  }
  .cont-3 .ttl-img img {
    width: 100%;
  }
  .cont-3 .sub-ttl {
    font-size: 3.7vw;
    font-weight: 700;
    padding-bottom: 5vw;
    text-align: center;
    line-height: 1.2;
  }
  .cont-3 .sub-ttl .mini1 {
    font-size: 2.7vw;
  }
  .cont-3 .sub-ttl .mini2 {
    font-size: 3vw;
  }
  .cont-3 .dl-box {
    margin-bottom: 11vw;
  }
  .cont-3 .dl-box dl {
    display: block;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .cont-3 .dl-box .main-dl {
    padding-bottom: 3vw;
    align-items: center;
  }
  .cont-3 .dl-box .main-dl dt {
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-size: 3.9vw;
    font-weight: 700;
    text-align: center;
    width: 20vw;
    margin-bottom: 2vw;
  }
  .cont-3 .dl-box .main-dl dd {
    width: 100%;
    font-size: 3.9vw;
    font-weight: 700;
    text-align: left;
  }
  .cont-3 .dl-box .sub-dl {
    padding-top: 2vw;
    padding-bottom: 2vw;
    border-top: 1px solid #fff;
  }
  .cont-3 .dl-box .sub-dl dt {
    width: 100%;
    color: #fff;
    font-size: 3.5vw !important;
    padding-bottom: 0vw;
  }
  .cont-3 .dl-box .sub-dl dd {
    width: 100%;
    letter-spacing: 0.05em;
  }
  .cont-3 .dl-box .sub-dl dd p {
    font-size: 3.2vw !important;
    margin-bottom: 0vw;
  }
  .cont-3 .dl-box .sub-dl dd p:last-child {
    margin-bottom: 0;
  }
  .cont-3 .dl-box .sub-dl dd .c-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2vw;
    padding-top: 1vw;
    margin-bottom: 2vw;
    border-bottom: 2px dotted #fff;
  }
  .cont-3 .dl-box .sub-dl dd .c-flex.last {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .cont-3 .dl-box .sub-dl dd .c-flex .text {
    width: 65vw;
    font-size: 3.2vw !important;
    font-weight: 700;
  }
  .cont-3 .dl-box .sub-dl dd .c-flex .link {
    width: 30vw;
  }
  .cont-3 .dl-box .sub-dl dd .c-flex .link a {
    padding: 2vw 1vw;
    line-height: 1;
    font-weight: 700;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 2.8vw;
    text-decoration: none;
    border-radius: 5vw;
  }
  .cont-3 .bottom-dl {
    margin-bottom: 12vw;
  }
  .cont-3 .bottom-dl.first {
    margin-bottom: 9vw;
    margin-top: 5vw;
  }
  .cont-3 .bottom-dl dl dt {
    text-align: center;
    margin-bottom: 1vw;
  }
  .cont-3 .bottom-dl dl dt.first {
    margin-top: 3vw;
    margin-bottom: 5vw;
  }
  .cont-3 .bottom-dl dl dt span.waku {
    font-size: 3.4vw;
    border: 1px solid #fff;
    padding: 3vw 2vw;
    display: inline-block;
    line-height: 1;
    font-weight: 700;
  }
  .cont-3 .bottom-dl dl dt span.mini {
    font-size: 2.7vw;
  }
  .cont-3 .bottom-dl dl dd {
    font-size: 3.4vw;
    text-align: center;
    font-weight: 700;
    margin-top: 2vw;
  }
  .cont-3 .bottom-dl dl dd.left {
    text-align: left;
  }
  .cont-3 .bottom-dl dl dd.left .notes {
    font-size: 2.3vw;
    line-height: 1.83;
  }
  .cont-3 .bottom-dl dl dd a {
    color: #fff;
  }
  .link-area {
    padding-top: 15vw;
    margin-top: -15vw;
  }
  .tk-dl dl {
    display: block;
    background: rgba(0, 0, 0, 0.3);
    padding: 4vw 4vw;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-bottom: 4vw;
  }
  .tk-dl dl dt {
    font-size: 4.4vw;
    font-weight: 700;
    text-align: center;
    width: 100%;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
  .tk-dl dl dd {
    width: 100%;
    font-size: 3.3vw;
    margin-top: 3vw;
    font-weight: 700;
    text-align: left;
  }
  .exmap-img {
    margin-bottom: 10vw;
    max-width: 602px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .main_contents_wrapper .contents-item .txt_ms {
    font-size: 3.9vw;
    margin-top: 3vw;
    text-align: left;
    letter-spacing: 0.05em;
  }
  .main_contents_wrapper .contents-item .txt_ms.center {
    text-align: center;
  }
  .main_contents_wrapper .contents-item {
    margin-top: 0vw;
  }
  .main_contents_wrapper .contents-item .stage_info {
    margin-top: 0vw;
  }
  .main_contents_wrapper .contents-item .contact {
    margin-top: 5vw;
    font-size: 4.4vw;
    margin-bottom: 1vw;
  }
  .main_contents_wrapper .contents-item .txt_ms span {
    font-size: 2.3vw;
    margin-top: 2vw;
    display: inline-block;
    line-height: 1.7;
  }
  .contact_box {
    padding: 3vw;
    border-radius: 2vw;
    margin: 0 auto;
    max-width: 617px;
    width: 80%;
    text-align: center;
    margin-bottom: 3vw;
    font-size: 3.3vw;
  }
  .contact_box p {
    font-size: 3.3vw !important;
  }
  .contact_box a {
    font-size: 4.8vw;
  }
  .header {
    top: 0;
    background: none;
    z-index: 9999;
  }
  .menu-btn {
    position: fixed;
    top: 5vw;
    right: 5vw;
    padding: 0;
    width: 27px;
    height: 24px;
    z-index: 9999;
    background: none;
    transition: all 1s ease-out;
  }
  .menu-trigger {
    position: relative;
    height: 5vw;
    width: 6vw;
    z-index: 9998;
    display: block;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    height: 0.5vw;
    width: 100%;
    background-color: #fff;
    border-radius: 0px;
    display: inline-block;
    box-sizing: border-box;
    transition: all 0.2s ease-out;
  }
  /*.menu-trigger.active span {
      background-color:#fff;
  }
  .menu-trigger.ex span {
      background:#fff;
  }*/
  .menu-trigger span:nth-of-type(1) {
    top: 0px;
    /*width: 40px;*/
  }
  .menu-trigger span:nth-of-type(2) {
    top: 2.2vw;
    /*width: 40px;*/
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
    /*width: 40px;*/
  }
  .active .menu-trigger span:nth-of-type(1),
.active .menu-trigger span:nth-of-type(2),
.active .menu-trigger span:nth-of-type(3) {
    transition: all 0.2s ease-out;
    -webkit-animation: none;
            animation: none;
    background: #fff;
  }
  .active .menu-trigger span:nth-of-type(1) {
    transform: rotate(-45deg);
    top: 9px;
    -webkit-animation: none;
            animation: none;
  }
  .active .menu-trigger span:nth-of-type(2),
.active .menu-trigger span:nth-of-type(3) {
    top: 9px;
    transform: rotate(45deg);
    -webkit-animation: none;
            animation: none;
  }
  .menu-texbox .menu-tex {
    display: block;
  }
  .menu-texbox .menu-tex2 {
    display: none;
  }
  .menu-texbox.close .menu-tex {
    display: none;
  }
  .menu-texbox.close .menu-tex2 {
    display: block;
  }
  .sp-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    transition: all 0.3s ease;
    top: 0px;
    left: 0;
    z-index: -2;
    opacity: 0;
    transition: all 0.2s ease-out;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.8);
  }
  .sp-menu.ex {
    background: rgba(255, 255, 255, 0.35);
  }
  .sp-menu.open {
    z-index: 1000;
    opacity: 1;
    transition: all 0.2s ease-out;
  }
  .sp-menu.open a {
    pointer-events: all;
  }
  .sp-menu .menu-wrap .menu_box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: none;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .sp-menu .menu-wrap .menu_box .big-logo {
    width: 38%;
    text-align: center;
    margin-bottom: 22vw;
    margin-left: auto;
    margin-right: auto;
  }
  .sp-menu .menu-wrap .menu_box .big-logo img {
    width: 100%;
  }
  .sp-menu .menu-wrap ul.list-1 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16vw;
    list-style: none;
  }
  .sp-menu .menu-wrap ul.list-1 li {
    font-size: 4vw;
    line-height: 1;
    margin-bottom: 11vw;
    letter-spacing: 0.2em;
    text-align: center;
    list-style: none;
  }
  .sp-menu .menu-wrap ul.list-1 li a {
    display: inline-block;
    padding-bottom: 1vw;
    color: #fff;
    text-decoration: none;
    /*border-bottom: 1px solid #070707;*/
    font-weight: 600;
  }
  .sp-menu .menu-wrap ul.list-1 li:last-child {
    margin-bottom: 0;
  }
  .sp-menu .menu-wrap ul.list-2 {
    width: 6.5vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    list-style: none;
  }
  .sp-menu .menu-wrap ul.list-2 li {
    list-style: none;
  }
  .sp-menu .menu-wrap li a .text {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
  }
  .sp-menu .menu-wrap li:last-child {
    margin-bottom: 0;
  }
  .sp-menu .menu-wrap li a {
    color: #fff;
    position: relative;
    line-height: 1;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
  }
  .sp-menu .menu-wrap li a:hover {
    border-bottom: 1px solid #fff;
    text-decoration: none !important;
  }
  /*.sp-menu .menu-wrap li:first-child a{
      border-bottom: 1px solid #fff;
  }*/
  .sp-menu.open .menu-wrap li a {
    pointer-events: all;
  }
  .spo-bg {
    padding-top: 7vw;
    padding-bottom: 7vw;
    margin-bottom: 8vw;
  }
  .spo-bg .main_contents {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.ex-bnrpl {
  margin-bottom: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 478px;
  transition: all 0.5s ease;
}
.ex-bnrpl:hover {
  opacity: 0.5;
}
.ex-bnrpl img {
  width: 100%;
}

.ex-text {
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
}

.ex-table {
  margin-bottom: 150px;
}
.ex-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #fff;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.ex-table table tr th {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 12px 12px;
  font-size: 16px;
  background: #000;
  color: #fff;
  text-align: left;
}
.ex-table table tr th:last-child {
  border-right: none;
}
.ex-table table tr td {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 13px 10px;
  font-size: 16px;
  text-align: left;
}
.ex-table table tr td:first-child {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-weight: 700;
}
.ex-table table tr td:last-child {
  border-right: none;
}
.ex-table table tr:last-child td {
  border-bottom: none;
}

@media screen and (max-width: 900px) {
  .ex-bnrpl {
    margin-bottom: 5vw;
  }
  .ex-text {
    font-size: 4.8vw;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10vw;
  }
  .table-sub-text {
    font-size: 3.2vw;
    text-align: center;
    margin-bottom: 2vw;
    text-align: left;
    margin-left: 4vw;
  }
  .ex-table {
    margin-bottom: 18vw;
    width: 96%;
    margin-left: 4%;
    overflow-x: scroll;
    padding-bottom: 3vw;
  }
  .ex-table table {
    width: 200vw;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #fff;
  }
  .ex-table table tr th {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 2vw 4vw;
    font-size: 3.2vw;
    text-align: left;
  }
  .ex-table table tr th:last-child {
    border-right: none;
  }
  .ex-table table tr td {
    padding: 3vw 4vw;
    font-size: 3.2vw;
    text-align: left;
  }
  .ex-table table tr td:first-child {
    width: 25%;
    font-weight: 700;
  }
  .ex-table table tr td:last-child {
    border-right: none;
  }
  .ex-table table tr:last-child td {
    border-bottom: none;
  }
}
.exmap-img {
  max-width: 484px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}

.excontainer {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  text-align: left;
}

.booth-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}

.booth {
  position: relative;
  background-color: #646566;
  overflow: hidden;
  padding-bottom: 15px;
}
.booth.ex {
  padding-top: 60px;
  background: #505253;
}

.booth-number {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  background-color: white;
  color: black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  z-index: 10;
}

.booth-title {
  padding: 10px 10px 10px 60px; /* Add left padding to avoid overlap with number */
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  min-height: 60px;
  display: flex;
  align-items: center;
  background: #505253;
  justify-content: center;
}
.booth-title.ex {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 30px;
}

.booth-content {
  display: flex;
  padding: 10px 10px 0px 10px;
  align-items: center;
}
.booth-content.top {
  align-items: flex-start;
}
.booth-content.ex {
  padding-top: 35px;
}
.booth-content.ex2 {
  padding-top: 25px;
}
.booth-content.ex3 {
  padding-top: 40px;
}

.booth-image-container {
  flex: 3; /* 30% of the space - CHANGED */
  padding-right: 10px;
}

.booth-desc-container {
  flex: 7; /* 70% of the space - CHANGED */
}

.booth-image {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.booth-desc {
  font-size: 10px;
  line-height: 1.4;
}

.note {
  font-size: 10px;
  color: #ccc;
}

.badge {
  display: inline-block;
  padding: 2px 10px;
  background-color: white;
  color: black;
  font-weight: bold;
  margin-left: 10px;
}

.copyright {
  font-size: 7px;
  color: #fff;
  text-align: left;
  margin-top: 5px;
  line-height: 1.1;
}
.copyright.ex {
  width: 150%;
  margin-left: -50%;
}

.combined-booth {
  position: relative;
  background-color: #444;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.sub-booth {
  padding: 17px 15px 10px 15px;
  position: relative;
  flex: 1;
  border-bottom: 5px solid #3e3e3e;
  flex: 1;
  background: #505253;
}

.sub-booth:last-child {
  border-bottom: none;
}

@media screen and (max-width: 900px) {
  .exmap-img {
    max-width: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10vw;
  }
  .excontainer {
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
    text-align: left;
  }
  .booth-grid {
    display: block;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .booth {
    position: relative;
    background-color: #646566;
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 2vw;
  }
  .booth.ex {
    padding-top: 2vw;
    background: #505253;
  }
  .booth-number {
    position: absolute;
    top: 2vw;
    left: 2vw;
    width: 8vw;
    height: 8vw;
    background-color: white;
    color: black;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.8vw;
    font-weight: bold;
    z-index: 10;
  }
  .booth-title {
    padding: 2vw 2vw 2vw 12vw; /* Add left padding to avoid overlap with number */
    font-size: 3.9vw;
    font-weight: bold;
    text-align: center;
    min-height: 16vw;
    display: flex;
    align-items: center;
    background: #505253;
    /*justify-content: center;*/
  }
  .booth-title.ex {
    padding-top: 0;
    padding-bottom: 0;
    background: none;
    min-height: inherit;
  }
  .booth-content {
    display: flex;
    padding: 2vw 2vw 0vw 2vw;
    align-items: center;
  }
  .booth-content.ex {
    padding-top: 2vw;
  }
  .booth-content.ex2 {
    padding-top: 2vw;
  }
  .booth-content.ex3 {
    padding-top: 2vw;
  }
  .booth-image-container {
    flex: 3; /* 30% of the space - CHANGED */
    padding-right: 2vw;
  }
  .booth-desc-container {
    flex: 7; /* 70% of the space - CHANGED */
  }
  .booth-image {
    width: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .booth-desc {
    font-size: 2.3vw;
    line-height: 1.4;
  }
  .note {
    font-size: 2.3vw;
    color: #ccc;
  }
  .badge {
    display: inline-block;
    padding: 2px 10px;
    background-color: white;
    color: black;
    font-weight: bold;
    margin-left: 2vw;
  }
  .copyright {
    font-size: 7px;
    color: #fff;
    text-align: left;
    margin-top: 5px;
    line-height: 1.1;
  }
  .copyright.ex {
    width: 146%;
    margin-left: -46%;
    margin-top: 5vw;
  }
  .combined-booth {
    position: relative;
    background-color: #444;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .sub-booth {
    padding: 15px;
    position: relative;
    border-bottom: 5px solid #3e3e3e;
    flex: 1;
    background: #505253;
  }
  .sub-booth:last-child {
    border-bottom: none;
  }
}
.schedule-days-container {
  display: flex;
  justify-content: space-between;
  max-width: 840px;
  margin: 0 auto;
}
.schedule-days-container .schedule-day-column {
  width: 44%;
}
.schedule-days-container h1, .schedule-days-container h2 {
  text-align: center;
  margin-bottom: 20px;
}
.schedule-days-container h2 {
  margin-top: 40px;
}
.schedule-days-container .player-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.schedule-days-container .day-column {
  width: 350px;
  background-color: #636e72;
  padding: 10px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 5px;
}
.schedule-days-container .date-tag {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  color: black;
  padding: 5px 20px;
  font-weight: bold;
  border-radius: 5px;
}
.schedule-days-container table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
  background-color: #60676c;
}
.schedule-days-container th, .schedule-days-container td {
  border: 1px solid white;
  padding: 8px;
  text-align: left;
  color: #fff;
  font-size: 15px;
}
.schedule-days-container th .sm, .schedule-days-container td .sm {
  font-size: 12px;
}
.schedule-days-container th.ex, .schedule-days-container td.ex {
  background: #3a3e41;
}
.schedule-days-container th {
  background-color: #70777b;
}
.schedule-days-container .schedule-block {
  margin-bottom: 30px;
}
.schedule-days-container .time-header {
  background-color: white;
  color: black;
  padding: 5px;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
}
.schedule-days-container .time-header.bk {
  background-color: black;
  color: white;
}
.schedule-days-container .game-header {
  background: linear-gradient(124deg, rgba(40, 92, 151, 0.6) 0%, rgba(218, 27, 58, 0.6) 100%);
  color: white;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.schedule-days-container .day-header {
  background-color: white;
  color: black;
  padding: 10px 20px;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  margin: 0 auto 20px;
  display: inline-block;
}
.schedule-days-container .schedule-day {
  text-align: center;
  margin-bottom: 10px;
  max-width: 228px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.schedule-days-container .game-box {
  padding: 10px 10px;
  background-color: rgba(255, 255, 255, 0.2);
}
.schedule-days-container .day-3-30 {
  background-color: black;
  color: white;
}

@media screen and (max-width: 900px) {
  .schedule-days-container {
    display: block;
    justify-content: space-between;
    max-width: 840px;
    margin: 0 auto;
    width: 90%;
  }
  .schedule-days-container .schedule-day-column {
    width: 100%;
    margin-bottom: 12vw;
  }
  .schedule-days-container h1, .schedule-days-container h2 {
    text-align: center;
    margin-bottom: 4vw;
  }
  .schedule-days-container h2 {
    margin-top: 4vw;
  }
  .schedule-days-container .player-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 4vw;
  }
  .schedule-days-container .day-column {
    width: 100%;
    background-color: #636e72;
    padding: 2vw;
    margin-bottom: 4vw;
    position: relative;
    border-radius: 5px;
  }
  .schedule-days-container .date-tag {
    position: absolute;
    top: -2vw;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    color: black;
    padding: 2vw 4vw;
    font-weight: bold;
    border-radius: 5px;
  }
  .schedule-days-container table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 2vw;
    background-color: #60676c;
  }
  .schedule-days-container th, .schedule-days-container td {
    border: 1px solid white;
    padding: 2vw;
    text-align: left;
    color: #fff;
    font-size: 3.5vw;
  }
  .schedule-days-container th .sm, .schedule-days-container td .sm {
    font-size: 2.5vw;
  }
  .schedule-days-container th.ex, .schedule-days-container td.ex {
    background: #3a3e41;
  }
  .schedule-days-container th {
    background-color: #70777b;
  }
  .schedule-days-container .schedule-block {
    margin-bottom: 4vw;
  }
  .schedule-days-container .time-header {
    background-color: white;
    color: black;
    padding: 2vw;
    font-size: 4vw;
    text-align: center;
    font-weight: bold;
  }
  .schedule-days-container .time-header.bk {
    background-color: black;
    color: white;
  }
  .schedule-days-container .game-header {
    background: linear-gradient(124deg, rgba(40, 92, 151, 0.6) 0%, rgba(218, 27, 58, 0.6) 100%);
    color: white;
    padding: 2vw;
    text-align: center;
    font-weight: bold;
    font-size: 3.5vw;
  }
  .schedule-days-container .day-header {
    background-color: white;
    color: black;
    padding: 2vw 4vw;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    margin: 0 auto 4vw;
    display: inline-block;
  }
  .schedule-days-container .schedule-day {
    text-align: center;
    margin-bottom: 4vw;
    max-width: 228px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .schedule-days-container .game-box {
    padding: 2vw 2vw;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .schedule-days-container .day-3-30 {
    background-color: black;
    color: white;
  }
}
.movie-flex {
  display: flex;
  justify-content: space-between;
}
.movie-flex .movie-box {
  width: 48%;
  margin-bottom: 80px;
}
.movie-flex .movie-box .movie-ttl {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.movie-flex .movie-box .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-flex .movie-box .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 900px) {
  .movie-flex {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10vw;
  }
  .movie-flex .movie-box {
    width: 100%;
    margin-bottom: 8vw;
  }
  .movie-flex .movie-box .movie-ttl {
    text-align: center;
    font-size: 4.1vw;
    margin-bottom: 2vw;
  }
  .movie-flex .movie-box .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .movie-flex .movie-box .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
/*# sourceMappingURL=style.css.map */