header {
  background-color: #10070B;
  height: 76px;
  display: flex;
  align-items: center;
}
header .logo-pc {
  height: 53px;
  margin-left: 50px;
}
@media (max-width: 1000px) {
  header {
    height: 56px;
  }
  header .logo-pc {
    height: 42px;
    margin-left: 15px;
  }
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}
body.no-scroll {
  overflow-y: hidden;
}

.d-flex {
  display: flex;
}

.main-title {
  font-size: 50px;
  font-weight: 500;
  line-height: 40px;
  position: relative;
}
.main-title h3:first-child {
  font-size: 50px;
  font-weight: 500;
  line-height: 40px;
  color: #F8F3F1;
}
.main-title .behind-title h3 {
  font-family: "Oswald", sans-serif;
  font-size: 200px;
  font-weight: 400;
  line-height: 130px;
  position: absolute;
  color: #F8F3F1;
  font-weight: normal;
  mix-blend-mode: overlay;
  top: -131px;
}
.main-title .behind-title h3:nth-child(2) {
  margin-top: -13px;
}

@media (max-width: 1000px) {
  .main-title h3:first-child {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
  }
  .main-title .behind-title h3 {
    font-size: 55px;
    font-weight: 400;
    line-height: 130px;
    top: -75px;
  }
  .main-title .behind-title h3:nth-child(2) {
    margin-top: -4px;
  }
}

.btn-line {
  z-index: 10;
  position: fixed;
  right: 0;
  background-color: #1DB615;
  font-size: 23px;
  font-weight: 500;
  line-height: 28px;
  top: 113px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #ffffff;
  padding: 21px 15px 63px 15px;
  text-decoration: none;
  height: 280px;
  letter-spacing: 5px;
  border-radius: 5px 0 0 5px;
}
@media (max-width: 1000px) {
  .btn-line {
    display: none;
  }
}

#banner {
  overflow: hidden;
  height: 997px;
  background: url("./../images/banner.png");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
#banner .ball {
  position: absolute;
}
#banner .title {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 41%;
  z-index: 20;
}
#banner .title .first-image {
  margin-bottom: 2px;
}
#banner .title .first-image img {
  max-width: 837px;
  height: 71px;
}
#banner .title .second-image {
  margin-bottom: 61px;
}
#banner .title .second-image img {
  height: 299px;
}
#banner .title .third-image img {
  height: 109px;
}
#banner .title-mobile {
  display: none;
}
#banner .group-btn {
  z-index: 20;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 94px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 20px;
  width: 100%;
  max-width: 1066px;
}
#banner .group-btn .btn-item {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 523px;
  width: 100%;
  height: 105.8px;
  margin: 0 auto;
  background: linear-gradient(90deg, #9045AB 0%, #FF994E 100%);
  position: relative;
  text-decoration: none;
  color: #fff;
  border-radius: 200px;
}
#banner .group-btn .btn-item .item:nth-child(1) {
  font-size: 25px;
  line-height: 40px;
  color: #fff;
  font-weight: 500;
}
#banner .group-btn .btn-item .item:nth-child(2) {
  position: absolute;
  right: 45px;
  bottom: 20.75px;
  height: 60px;
}
#banner .group-btn .btn-item .item:nth-child(2) .svg-mobile {
  display: none;
}

@media (max-width: 1000px) {
  #banner {
    height: 519px;
    background-color: #10070B;
    background-image: url("./../images/banner_mobile.png");
    background-size: 100% 297px;
  }
  #banner .title {
    display: none;
  }
  #banner .title-mobile {
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    top: 32%;
    text-align: center;
  }
  #banner .title-mobile .first-image {
    margin-bottom: 13px;
  }
  #banner .title-mobile .first-image img {
    height: 23px;
  }
  #banner .title-mobile .second-image {
    margin-bottom: 25px;
  }
  #banner .title-mobile .second-image img {
    height: 99px;
  }
  #banner .title-mobile .third-image img {
    height: 46.78px;
  }
  #banner .group-btn {
    grid-template-columns: 1fr;
    bottom: 41px;
    grid-gap: 15px;
  }
  #banner .group-btn .btn-item {
    max-width: calc(100% - 40px);
    height: 60px;
  }
  #banner .group-btn .btn-item .item:nth-child(1) {
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
  }
  #banner .group-btn .btn-item .item:nth-child(2) {
    position: absolute;
    right: 15px;
    bottom: 0;
    top: 10px;
    height: 60px;
  }
  #banner .group-btn .btn-item .item:nth-child(2) .svg-pc {
    display: none;
  }
  #banner .group-btn .btn-item .item:nth-child(2) .svg-mobile {
    display: block;
  }
}

#awards {
  height: 630px;
  position: relative;
  background-color: #10070B;
}
#awards img {
  width: 100%;
  height: 100%;
}
#awards img.image-mobile {
  display: none;
}
#awards .counter {
  position: absolute;
  font-family: Oswald;
  font-size: 200px;
  font-weight: 400;
  line-height: 130px;
  color: #F8F3F1;
  left: 50%;
  transform: translateX(-70%);
  bottom: 39%;
}

@media (max-width: 1000px) {
  #awards {
    height: 172px;
  }
  #awards img {
    object-fit: cover;
  }
  #awards img.image-pc {
    display: none;
  }
  #awards img.image-mobile {
    display: inline-block;
  }
  #awards .counter {
    font-size: 60px;
    font-weight: 400;
    line-height: 130px;
    bottom: 12px;
  }
}

#first-slide .header,
#first-slide .footer {
  color: #F8F3F1;
  padding: 21px;
  text-align: center;
  font-weight: 500;
  line-height: 40px;
  background: linear-gradient(90deg, rgb(34, 30, 162) 0%, rgb(180, 56, 196) 100%);
}
#first-slide .header br,
#first-slide .footer br {
  display: none;
}
#first-slide .header {
  font-size: 40px;
}
#first-slide .list-item {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(5, 1fr);
}
#first-slide .list-item .item {
  height: 175px;
}
#first-slide .list-item .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#first-slide .footer p {
  font-size: 30px;
  margin-bottom: 21px;
}
#first-slide .footer .btn-item {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  background-color: #D9D9D9;
  position: relative;
  text-decoration: none;
  border-radius: 37px;
}
#first-slide .footer .btn-item .item:nth-child(1) {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  color: #7C2A92;
}
#first-slide .footer .btn-item .item:nth-child(2) {
  position: absolute;
  right: 52px;
  bottom: 0px;
  height: 60px;
}
#first-slide .footer .btn-item .item:nth-child(2) .svg-mobile {
  display: none;
}

@media (max-width: 1000px) {
  #first-slide .header {
    padding: 13px 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    white-space: pre-line;
  }
  #first-slide .header br {
    display: block;
  }
  #first-slide .footer {
    padding: 11px 20px 20px 21px;
  }
  #first-slide .footer p {
    margin-bottom: 14px;
  }
  #first-slide .list-item {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  #first-slide .list-item .item {
    height: 120px;
  }
  #first-slide .list-item .item:last-child {
    display: none;
  }
  #first-slide .footer p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
  }
  #first-slide .footer .btn-item {
    height: 60px;
  }
  #first-slide .footer .btn-item .item:first-child {
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
  }
  #first-slide .footer .btn-item .item:nth-child(2) {
    top: 22px;
  }
  #first-slide .footer .btn-item .item:nth-child(2) .svg-pc {
    display: none;
  }
  #first-slide .footer .btn-item .item:nth-child(2) .svg-mobile {
    display: block;
  }
}

#second-slide .mobile {
  display: none;
}
#second-slide .pc .item {
  height: 175px;
  max-width: 273px;
}
#second-slide .pc .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1000px) {
  #second-slide .pc {
    display: none;
  }
  #second-slide .mobile {
    display: block;
    padding: 0 20px;
    background-color: #10070B;
  }
  #second-slide .mobile .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #second-slide .mobile .list-item-1 {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: minmax(auto, 125px) 1fr;
  }
  #second-slide .mobile .list-item-1 .item {
    max-height: 99px;
  }
  #second-slide .mobile .list-item-2 {
    display: grid;
    grid-template-rows: 1fr;
  }
  #second-slide .mobile .list-item-2 .item {
    max-height: 97px;
  }
  #second-slide .mobile .list-item-3 {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr minmax(auto, 99px);
  }
  #second-slide .mobile .list-item-3 .item {
    max-height: 97px;
  }
}

#about {
  background-color: #10070B;
  color: #F8F3F1;
  padding: 271px 150px 129px 150px;
}
#about .content {
  margin-top: 60px;
  font-size: 20px;
  font-weight: 400;
  white-space: pre-line;
  line-height: 40px;
}

@media (max-width: 1000px) {
  #about {
    padding: 82px 21px 10px 19px;
  }
  #about .content {
    margin-top: 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 23.8px;
  }
}

#story {
  background-color: #10070B;
  padding: 121px 160px 127px 140px;
  background-image: url("./../images/back_ground_story.png");
  background-position: center 54%;
  background-repeat: no-repeat;
}
#story .content {
  display: grid;
  grid-template-columns: 2.7fr 1fr;
  grid-gap: 90px;
  padding-top: 128px;
  color: #F8F3F1;
}
#story .content .left .p-content {
  margin-top: 60px;
  white-space: pre-line;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}
#story .content .left .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 523px;
  width: 100%;
  height: 105.8px;
  background: linear-gradient(90deg, #9045AB 0%, #FF994E 100%);
  position: relative;
  color: #fff;
  margin-top: 79px;
  border-radius: 200px;
  text-decoration: none;
}
#story .content .left .btn .item:nth-child(1) {
  font-size: 25px;
  line-height: 40px;
  font-weight: 500;
}
#story .content .left .btn .item:nth-child(2) {
  position: absolute;
  right: 45px;
  bottom: 20.75px;
  height: 60px;
}
#story .content .left .btn .item:nth-child(2) .svg-mobile {
  display: none;
}
#story .content .right {
  margin-top: auto;
}
#story .content .right .grid-image {
  max-width: 267px;
  height: 161px;
}
#story .content .right .grid-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1000px) {
  #story {
    padding: 82px 21px 0 21px;
    background-image: unset;
  }
  #story .content {
    padding-top: 0;
    display: block;
  }
  #story .content .left .p-content {
    margin-top: 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 23.8px;
  }
  #story .content .left .btn {
    margin-top: 50px;
    height: 60px;
  }
  #story .content .left .btn .item:nth-child(1) {
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
  }
  #story .content .left .btn .item:nth-child(2) {
    top: 21px;
    bottom: 0;
    right: 23px;
  }
  #story .content .left .btn .item:nth-child(2) .svg-pc {
    display: none;
  }
  #story .content .left .btn .item:nth-child(2) .svg-mobile {
    display: block;
  }
  #story .content .right {
    margin-top: 68px;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
  }
  #story .content .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #story .content .right .grid-image-1,
  #story .content .right .grid-image-2 {
    max-height: 107px;
    grid-column: span 1;
  }
  #story .content .right .grid-image-3 {
    max-width: unset;
    height: 215px;
    grid-column: span 2;
  }
}

#entry {
  background-color: #10070B;
  padding: 142px 160px 168px 140px;
}
#entry .content .row .btn-entry {
  display: inline-block;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  color: #F8F3F1;
  background: linear-gradient(90deg, rgba(144, 69, 171, 0.75) 0%, rgba(255, 153, 78, 0.75) 100%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 81px;
  text-decoration: none;
  text-decoration: none;
}
#entry .content .row .btn-entry.first {
  margin-top: 59px;
}
#entry .content .row .sub-content {
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
  color: #F8F3F1;
  padding: 45px 46px 55px 53px;
  display: grid;
  grid-template-columns: 1fr minmax(0, 748px);
  max-width: 967px;
  width: 100%;
  column-gap: 38px;
  row-gap: 24px;
}
#entry .content .row .sub-content a {
  color: #F8F3F1;
}
#entry .content .row .sub-content .right {
  white-space: pre-line;
}
#entry .content .timeline {
  position: relative;
  max-width: 1200px;
  margin-top: 103px;
}
#entry .content .timeline::after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  left: 25%;
  margin-left: -3px;
}
#entry .content .timeline .container-timeline {
  padding: 10px 40px;
  height: 95px;
  position: relative;
  background-color: inherit;
  width: 51%;
}
#entry .content .timeline .container-timeline:last-child {
  height: 0;
  padding-bottom: 0;
}
#entry .content .timeline .container-timeline::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: -17px;
  background-color: #ffffff;
  top: 0;
  border-radius: 50%;
  z-index: 1;
}
#entry .content .timeline .container-timeline p {
  position: absolute;
  top: -20px;
}
#entry .content .timeline .container-timeline p br {
  display: none;
}
#entry .content .timeline .right {
  left: 25%;
}
#entry .content .timeline .right::after {
  left: -10px;
}
#entry .content .timeline .content-timeline {
  position: relative;
}
#entry .content .timeline .content-timeline p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #ffffff;
}
#entry .content .timeline .left {
  position: absolute;
  left: -35%;
  top: -10px;
  font-family: Oswald;
  font-size: 60px;
  font-weight: 500;
  line-height: 40px;
  color: transparent;
  -webkit-text-stroke: 0.5px #f8f3f1;
  opacity: 0.5;
}

@media (max-width: 1000px) {
  #entry {
    padding: 72px 20px 86px 20px;
  }
  #entry .content .row .btn-entry {
    height: 28px;
    font-size: 16px;
    font-weight: 500;
    line-height: 27.2px;
    text-align: left;
    display: block;
    width: calc(100% - 20px);
    padding-left: 20px;
  }
  #entry .content .row .btn-entry.first {
    margin-top: 26px;
  }
  #entry .content .row .sub-content {
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    padding: 13px 0 27px 0;
    grid-template-columns: 1fr;
    row-gap: 0;
  }
  #entry .content .timeline {
    margin-top: 24px;
  }
  #entry .content .timeline .container-timeline {
    padding: 10px 0 10px 10px;
    height: 50px;
    max-width: 90%;
  }
}
@media (max-width: 1000px) and (max-width: 375px) {
  #entry .content .timeline .container-timeline {
    width: 72%;
  }
}
@media (max-width: 1000px) {
  #entry .content .timeline .container-timeline:last-child::after {
    top: 3px;
  }
  #entry .content .timeline .container-timeline::after {
    left: -7px;
    width: 9px;
    height: 9px;
  }
  #entry .content .timeline .container-timeline p {
    top: -17px;
  }
  #entry .content .timeline .container-timeline p br {
    display: block;
  }
  #entry .content .timeline .container-timeline .left {
    margin-left: 8px;
    left: -35%;
  }
}
@media (max-width: 1000px) and (max-width: 678px) and (min-width: 376px) {
  #entry .content .timeline .container-timeline .left {
    left: -45%;
  }
}
@media (max-width: 1000px) {
  #entry .content .timeline .content-timeline p {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
  }
  #entry .content .timeline .left {
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
  }
}

#schedule {
  padding: 100px 0px 120px 150px;
  background-color: #10070B;
}
#schedule .timeline {
  position: relative;
  max-width: 1200px;
  margin-top: 103px;
}
#schedule .timeline::after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  left: 18%;
  margin-left: -3px;
}
#schedule .timeline .container-timeline {
  padding: 10px 40px;
  height: 95px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
#schedule .timeline .container-timeline:last-child {
  height: 0;
  padding-bottom: 0;
}
#schedule .timeline .container-timeline::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: -17px;
  background-color: #ffffff;
  top: 0;
  border-radius: 50%;
  z-index: 1;
}
#schedule .timeline .container-timeline p {
  position: absolute;
  top: -20px;
}
#schedule .timeline .right {
  left: 18%;
}
#schedule .timeline .right::after {
  left: -10px;
}
#schedule .timeline .content-timeline {
  position: relative;
  white-space: pre-line;
}
#schedule .timeline .content-timeline p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #ffffff;
}
#schedule .timeline .left-1 {
  position: absolute;
  left: -32%;
  top: -10px;
  font-family: Oswald;
  font-size: 60px;
  font-weight: 500;
  line-height: 40px;
  color: transparent;
  -webkit-text-stroke: 0.5px #F8F3F1;
  opacity: 0.5;
}
#schedule .timeline .left-2 {
  position: absolute;
  left: -32%;
  top: -50%;
  font-family: Oswald;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  color: #F8F3F1;
}
#schedule .timeline .left-3 {
  font-family: Oswald;
  color: #F8F3F1;
}
#schedule .timeline .left-3 p {
  position: absolute;
  left: -32%;
  top: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}
#schedule .timeline .left-3 span {
  position: absolute;
  left: -29%;
  top: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
}

@media (max-width: 1000px) {
  #schedule {
    padding: 72px 20px 70px 20px;
  }
  #schedule .timeline {
    margin-top: 25px;
  }
  #schedule .timeline::after {
    left: 25%;
  }
  #schedule .timeline .right {
    left: 25%;
  }
  #schedule .timeline .container-timeline {
    padding: 10px 0 10px 10px;
    height: 50px;
    max-width: 90%;
  }
}
@media (max-width: 1000px) and (max-width: 375px) {
  #schedule .timeline .container-timeline {
    width: 72%;
  }
}
@media (max-width: 1000px) {
  #schedule .timeline .container-timeline:last-child::after {
    top: 3px;
  }
  #schedule .timeline .container-timeline::after {
    left: -7px;
    width: 9px;
    height: 9px;
  }
  #schedule .timeline .container-timeline p {
    top: -8px;
  }
  #schedule .timeline .container-timeline .left {
    margin-left: 8px;
  }
  #schedule .timeline .content-timeline p {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    top: -17px;
  }
  #schedule .timeline .left-1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    -webkit-text-stroke: 0.3px #F8F3F1;
    left: -35%;
  }
}
@media (max-width: 1000px) and (max-width: 678px) and (min-width: 376px) {
  #schedule .timeline .left-1 {
    left: -45%;
  }
}
@media (max-width: 1000px) {
  #schedule .timeline .left-2 {
    display: none;
  }
  #schedule .timeline .left-3 p {
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
  }
}
@media (max-width: 1000px) and (max-width: 678px) and (min-width: 374px) {
  #schedule .timeline .left-3 p {
    left: -45%;
  }
}
@media (max-width: 1000px) and (max-width: 375px) {
  #schedule .timeline .left-3 p {
    left: -35%;
  }
}
@media (max-width: 1000px) {
  #schedule .timeline .left-3 span {
    font-size: 9px;
    font-weight: 500;
    line-height: 40px;
    top: -4px;
    left: -30%;
  }
}
@media (max-width: 1000px) and (max-width: 678px) and (min-width: 376px) {
  #schedule .timeline .left-3 span {
    left: -40%;
  }
}

#location {
  background-color: #10070B;
  padding: 168px 150px 156px 150px;
}
#location .content {
  margin-bottom: 70.92px;
}
#location .content .content-image {
  position: relative;
}
#location .content .content-image .image-mobile {
  display: none;
}
#location .content .content-image .group-btn {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 45%;
}
#location .content .content-image .group-btn.mobile {
  display: none;
}
#location .content .content-image .group-btn .wrapper-btn .btn-item {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 325px;
  width: 100%;
  height: 56.08px;
  background: linear-gradient(90deg, rgba(144, 69, 171, 0.75) 0%, rgba(255, 153, 78, 0.75) 100%);
  position: relative;
  text-decoration: none;
  color: #ffffff;
}
#location .content .content-image .group-btn .wrapper-btn .btn-item.has-position-1 {
  position: absolute;
  width: 100%;
  top: 16%;
  right: 0;
  top: 7%;
}
#location .content .content-image .group-btn .wrapper-btn .btn-item.has-position-2 {
  position: absolute;
  width: 100%;
  top: 32%;
  right: 0;
  top: calc(7% + 204px);
}
#location .content .content-image .group-btn .wrapper-btn .btn-item.has-position-3 {
  position: absolute;
  width: 100%;
  right: 0;
  top: calc(7% + 102px);
}
#location .content .content-image .group-btn .wrapper-btn .btn-item.has-position-4 {
  position: absolute;
  width: 100%;
  bottom: 38%;
  left: 38%;
}
#location .content .content-image .group-btn .wrapper-btn .btn-item.has-position-5 {
  position: absolute;
  width: 100%;
  bottom: 27%;
  left: 0;
}
#location .content .content-image .group-btn .wrapper-btn .btn-item.has-position-6 {
  justify-content: unset;
  padding-left: 15px;
}
#location .content .content-image .group-btn .wrapper-btn .btn-item .item:nth-child(1) {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
#location .content .content-image .group-btn .wrapper-btn .btn-item .item:nth-child(2) {
  position: absolute;
  right: 24.04px;
  height: 37.09px;
}
#location .btn-bottom {
  width: 100%;
  height: 72.91px;
  display: inline-flex;
  text-decoration: none;
  color: #F8F3F1;
  background: linear-gradient(90deg, rgba(144, 69, 171, 0.75) 0%, rgba(255, 153, 78, 0.75) 100%);
  justify-content: center;
  align-items: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 119px;
  cursor: pointer;
}
#location .note {
  margin-top: 34.09px;
  text-align: center;
  color: #F8F3F1;
  white-space: pre-line;
  font-family: Noto Sans JP;
  font-size: 20px;
  font-weight: 500;
  line-height: 37px;
}

.div-btn-bottom-location {
  display: none;
}

@media (max-width: 1000px) {
  #location {
    padding: 72px 20px 63px 20px;
  }
  #location .content {
    margin-bottom: 0;
  }
  #location .content .content-image .image-pc {
    display: none;
  }
  #location .content .content-image .image-mobile {
    display: block;
  }
  #location .content .content-image .group-btn {
    position: unset;
  }
  #location .content .content-image .group-btn.pc {
    display: none;
  }
  #location .content .content-image .group-btn.mobile {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 10px;
    margin-top: 74px;
  }
  #location .content .content-image .group-btn .wrapper-btn .btn-item {
    max-width: 100%;
    height: 60px;
  }
  #location .content .content-image .group-btn .wrapper-btn .btn-item .item:nth-child(1) {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
  }
  #location .btn-bottom {
    display: none;
  }
  #location .note {
    display: none;
  }
}

@media (max-width: 1000px) {
  .div-btn-bottom-location {
    display: block;
    padding-bottom: 77px;
    background-color: #10070B;
  }
  .div-btn-bottom-location .btn-bottom-location {
    width: 100%;
    height: 106px;
    display: inline-flex;
    text-decoration: none;
    color: #F8F3F1;
    background: linear-gradient(90deg, rgba(144, 69, 171, 0.75) 0%, rgba(255, 153, 78, 0.75) 100%);
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    cursor: pointer;
  }
}

.launchpad {
  background-image: url("./../images/launchpad.png");
  overflow: hidden;
  height: 662px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.launchpad .title {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 45%;
  z-index: 20;
}
.launchpad .title .first-image img {
  max-width: 837px;
  height: 61.75px;
}
.launchpad .title .second-image img {
  height: 264.74px;
}
.launchpad .group-btn {
  z-index: 20;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 62px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 18px;
  width: 100%;
  max-width: 1066px;
}
.launchpad .group-btn .btn-item {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 523px;
  width: 100%;
  height: 105.8px;
  margin: 0 auto;
  background: linear-gradient(90deg, #9045AB 0%, #FF994E 100%);
  position: relative;
  text-decoration: none;
  color: #fff;
  border-radius: 200px;
}
.launchpad .group-btn .btn-item .item:nth-child(1) {
  font-size: 25px;
  line-height: 40px;
  color: #fff;
  font-weight: 500;
}
.launchpad .group-btn .btn-item .item:nth-child(2) {
  position: absolute;
  right: 45px;
  bottom: 20.75px;
  height: 60px;
}
.launchpad .group-btn .btn-item .item:nth-child(2) .svg-mobile {
  display: none;
}

@media (max-width: 1000px) {
  .launchpad {
    height: 639px;
    background-size: cover;
    background-image: url("./../images/launchpad_mobile.png");
  }
  .launchpad .title {
    top: 36%;
  }
  .launchpad .title .first-image img {
    height: 26.46px;
  }
  .launchpad .title .second-image img {
    height: 113.43px;
  }
  .launchpad .group-btn {
    grid-template-columns: 1fr;
    row-gap: 15px;
    bottom: 121px;
    row-gap: 26px;
  }
  .launchpad .group-btn .btn-item {
    max-width: calc(100% - 44px);
    height: 56px;
  }
  .launchpad .group-btn .btn-item .item:nth-child(1) {
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
  }
  .launchpad .group-btn .btn-item .item:nth-child(2) {
    position: absolute;
    right: 15px;
    bottom: 0;
    top: 10px;
    height: 60px;
  }
  .launchpad .group-btn .btn-item .item:nth-child(2) .svg-pc {
    display: none;
  }
  .launchpad .group-btn .btn-item .item:nth-child(2) .svg-mobile {
    display: block;
  }
}

#jury, #mc, #member {
  background-color: #10070B;
  padding: 260px 152px 121px 152px;
}
#jury .responsive-grid, #mc .responsive-grid, #member .responsive-grid {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(auto, 279px));
  column-gap: 25px;
  row-gap: 35px;
}
#jury .responsive-grid .grid-item, #mc .responsive-grid .grid-item, #member .responsive-grid .grid-item {
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  padding: 12px 14px 21px 13px;
  min-height: 318px;
}
#jury .responsive-grid .grid-item .thumb-nail, #mc .responsive-grid .grid-item .thumb-nail, #member .responsive-grid .grid-item .thumb-nail {
  height: 184px;
  max-width: 252px;
  margin-bottom: 16px;
}
#jury .responsive-grid .grid-item .thumb-nail img, #mc .responsive-grid .grid-item .thumb-nail img, #member .responsive-grid .grid-item .thumb-nail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#jury .responsive-grid .grid-item .content, #mc .responsive-grid .grid-item .content, #member .responsive-grid .grid-item .content {
  text-align: center;
}
#jury .responsive-grid .grid-item .content p, #mc .responsive-grid .grid-item .content p, #member .responsive-grid .grid-item .content p {
  font-family: Noto Sans JP;
}
#jury .responsive-grid .grid-item .content p:first-child, #mc .responsive-grid .grid-item .content p:first-child, #member .responsive-grid .grid-item .content p:first-child {
  font-size: 24px;
  font-weight: 400;
  line-height: 34.75px;
  margin-bottom: 8px;
}
#jury .responsive-grid .grid-item .content p:nth-child(2), #mc .responsive-grid .grid-item .content p:nth-child(2), #member .responsive-grid .grid-item .content p:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  line-height: 23.17px;
  margin-bottom: 7px;
}
#jury .responsive-grid .grid-item .content p:nth-child(3), #mc .responsive-grid .grid-item .content p:nth-child(3), #member .responsive-grid .grid-item .content p:nth-child(3) {
  font-size: 16px;
  font-weight: 400;
  line-height: 23.17px;
}

@media (max-width: 1000px) {
  #jury, #mc, #member {
    padding: 72px 30px 60px 30px;
  }
  #jury .responsive-grid, #mc .responsive-grid, #member .responsive-grid {
    column-gap: 18px;
    row-gap: 18px;
    margin-top: 30px;
  }
  #jury .responsive-grid .grid-item, #mc .responsive-grid .grid-item, #member .responsive-grid .grid-item {
    padding: 6.41px 7.47px 11.21px 6.94px;
    min-height: 169.75px;
  }
  #jury .responsive-grid .grid-item .thumb-nail, #mc .responsive-grid .grid-item .thumb-nail, #member .responsive-grid .grid-item .thumb-nail {
    max-height: 98.22px;
    height: 98.22px;
  }
  #jury .responsive-grid .grid-item .thumb-nail img, #mc .responsive-grid .grid-item .thumb-nail img, #member .responsive-grid .grid-item .thumb-nail img {
    height: 100%;
    object-fit: cover;
  }
  #jury .responsive-grid .grid-item .content p:first-child, #mc .responsive-grid .grid-item .content p:first-child, #member .responsive-grid .grid-item .content p:first-child {
    font-family: Noto Sans JP;
    font-size: 13px;
    font-weight: 400;
    line-height: 18.82px;
    margin-bottom: 4.27px;
  }
  #jury .responsive-grid .grid-item .content p:nth-child(2), #mc .responsive-grid .grid-item .content p:nth-child(2), #member .responsive-grid .grid-item .content p:nth-child(2) {
    font-size: 10px;
    font-weight: 400;
    line-height: 14.48px;
    margin-bottom: 3.74px;
  }
  #jury .responsive-grid .grid-item .content p:nth-child(3), #mc .responsive-grid .grid-item .content p:nth-child(3), #member .responsive-grid .grid-item .content p:nth-child(3) {
    font-size: 10px;
    font-weight: 400;
    line-height: 14.48px;
  }
}
@media (max-width: 1024px) {
  #jury .responsive-grid, #mc .responsive-grid, #member .responsive-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  #jury .responsive-grid, #mc .responsive-grid, #member .responsive-grid {
    grid-template-columns: repeat(2, 148.93px);
  }
}
@media (max-width: 480px) {
  #jury .responsive-grid, #mc .responsive-grid, #member .responsive-grid {
    grid-template-columns: repeat(2, 148.93px);
  }
}

#archive {
  padding: 213px 151px 124px 151px;
  background-color: #10070B;
}
#archive .iframe-youtube {
  margin-top: 78px;
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}
#archive .iframe-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#archive .responsive-grid {
  margin-bottom: 130px;
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(264.5px, 1fr));
  gap: 1px;
}
#archive .responsive-grid .grid-item {
  max-height: 151px;
}
#archive .responsive-grid .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#archive .through-year {
  height: 522px;
  text-align: center;
  background-color: #ffffff;
  position: relative;
}
#archive .through-year:not(:last-child) {
  margin-bottom: 145px;
}
#archive .through-year img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
  position: relative;
}
#archive .through-year img.mobile {
  display: none;
}
#archive .through-year .text-behind {
  z-index: 1;
  position: absolute;
  right: -5%;
  top: -17%;
  font-family: Oswald;
  font-size: 150px;
  font-weight: 400;
  line-height: 130px;
  color: transparent;
  -webkit-text-stroke: 0.5px #ffffff;
}

@media (max-width: 1000px) {
  #archive {
    padding: 72px 20px 97px 20px;
  }
  #archive .iframe-youtube {
    margin-top: 30px;
  }
  #archive .responsive-grid {
    margin-top: 50px;
    margin-bottom: 69px;
  }
  #archive .through-year {
    height: 164px;
  }
  #archive .through-year:not(:last-child) {
    margin-bottom: 69px;
  }
  #archive .through-year img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #archive .through-year img.mobile {
    display: inline-block;
  }
  #archive .through-year img.pc {
    display: none;
  }
  #archive .through-year .text-behind {
    right: 0;
    top: -37%;
    font-size: 60px;
    font-weight: 400;
    line-height: 65px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
}
@media (max-width: 1024px) {
  #archive .responsive-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  #archive .responsive-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  #archive .responsive-grid {
    grid-template-columns: 1fr 1fr;
  }
}

#sponsor {
  padding: 245.33px 148px 74px 138px;
  background-image: url("./../images/sponsor_background.png");
  background-color: #10070B;
  background-repeat: no-repeat;
  background-size: cover;
}
#sponsor .thumbnail {
  margin-top: 50px;
  width: 100%;
  height: 301px;
  border: 1px solid #fff;
}
#sponsor .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sponsor .grid-title {
  font-family: Noto Sans JP;
  font-size: 50px;
  font-weight: 500;
  line-height: 40px;
  color: #F8F3F1;
  margin-bottom: 10px;
}
#sponsor .grid-title.main-thumbnail-title {
  display: none;
}
#sponsor .grid-title.sponsor-title {
  margin-top: 50px;
  margin-left: 17px;
}
#sponsor .grid-title.sponsor-by-title {
  margin-top: 35px;
  margin-left: 17px;
}
#sponsor .responsive-grid {
  display: grid;
  border: none;
  padding: 20px 0;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 12px;
}
#sponsor .responsive-grid .grid-item {
  height: 140px;
  border: 1px solid rgb(255, 255, 255);
}
#sponsor .responsive-grid .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sponsor .responsive-grid:last-child {
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  #sponsor {
    padding: 72px 20px 70px 20px;
  }
  #sponsor .thumbnail {
    margin-top: 0;
    height: 150px;
  }
  #sponsor .thumbnail img {
    height: 100%;
    object-fit: cover;
  }
  #sponsor .grid-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
  }
  #sponsor .grid-title.main-thumbnail-title {
    margin-bottom: 0;
    display: block;
  }
  #sponsor .grid-title.sponsor-title {
    margin: 20px 0px 6.11px 0px;
  }
  #sponsor .grid-title.sponsor-by-title {
    margin: 20px 0px 6.11px 0px;
  }
}
@media (max-width: 400px) {
  #sponsor .responsive-grid.platinum, #sponsor .responsive-grid.gold {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}

#faq {
  padding: 231px 150px 153px 150px;
  background-color: #10070B;
}
#faq .question {
  margin-top: 65px;
}
#faq .question .container .accordion .accordion-item button {
  padding: 20px 0 5px 0;
}
#faq .question .container .accordion button {
  background-color: #10070B;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 29px 0 0;
  border: none;
  outline: none;
  font-size: 15px;
}
#faq .question .container .accordion button:hover, #faq .question .container .accordion button:focus, #faq .question .container .accordion button:hover::after, #faq .question .container .accordion button:focus::after {
  cursor: pointer;
}
#faq .question .container .accordion button .accordion-title {
  color: #ffffff;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
#faq .question .container .accordion button .icon {
  display: inline-block;
  width: 19px;
  height: 20px;
  margin-top: 3px;
}
#faq .question .container .accordion button .icon.rotate {
  transform: rotate(180deg);
  transition: all 0.3 ease;
}
#faq .question .container .accordion button .icon svg.svg-mobile {
  display: none;
}
#faq .question .container .accordion button[aria-expanded=true] {
  border-radius: 14px 14px 0 0;
}
#faq .question .container .accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
#faq .question .container .accordion button .symbol {
  font-family: Oswald;
  font-size: 40px;
  font-weight: 400;
  line-height: 59.28px;
  letter-spacing: 0.15em;
  color: #ffffff;
  margin-right: 21px;
}
#faq .question .container .accordion button .div-border-1 {
  padding: 15px 51px 25px 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#faq .question .container .accordion button .div-border-1.has-border {
  border-bottom: 1px solid #FFFFFF;
}
#faq .question .container .accordion .accordion-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 200ms ease;
  will-change: opacity, max-height;
  position: relative;
}
#faq .question .container .accordion .accordion-content img {
  width: 100%;
}
#faq .question .container .accordion .accordion-content .line-responsive {
  display: none;
}
#faq .question .container .accordion .accordion-content .round-answer {
  display: flex;
  align-items: center;
  width: 100%;
}
#faq .question .container .accordion .accordion-content .round-answer svg {
  flex-shrink: 0;
  margin-right: 19px;
  margin-top: 3px;
}
#faq .question .container .accordion .accordion-content p {
  color: #ffffff;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.64px;
  white-space: pre-line;
  max-width: calc(100% - 101px);
}
#faq .question .container .accordion .accordion-content p.symbol {
  font-family: Oswald;
  font-size: 40px;
  font-weight: 400;
  line-height: 59.28px;
  letter-spacing: 0.15em;
  margin-right: 34px;
}
#faq .question .container .accordion .accordion-content-end {
  padding-top: 0;
}
#faq .question .container .accordion .accordion-content-end[aria-expanded=true] + #faq .question .container .accordion .accordion-content-end {
  margin-bottom: 0 !important;
}
#faq .question .container .accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 20em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  border-radius: 0 0 14px 14px;
  background-color: #10070B;
  margin-top: -1px;
  padding: 24px 0 24px 0;
  padding-top: 0;
}
#faq .question .container .accordion button[aria-expanded=true] + .accordion-content .div-border {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 35px;
  width: 100%;
}
#faq .question .container .accordion button[aria-expanded=true] .div-border-1 {
  border-bottom: none;
}

@media (max-width: 1000px) {
  #faq {
    padding: 72px 20px 100px 20px;
  }
  #faq .question {
    margin-top: 22px;
  }
  #faq .question .container .accordion .accordion-item:not(#faq .question .container .accordion .accordion-item:first-child) button {
    padding: 0;
  }
  #faq .question .container .accordion button {
    padding: 0;
    border-bottom: 1px solid #fff;
  }
  #faq .question .container .accordion button .accordion-title {
    font-size: 12px;
    font-weight: 500;
    line-height: 17.38px;
    letter-spacing: 0.15em;
    text-align: left;
    max-width: calc(100% - 25px);
  }
  #faq .question .container .accordion button .icon svg.svg-pc {
    display: none;
  }
  #faq .question .container .accordion button .icon svg.svg-mobile {
    display: block;
  }
  #faq .question .container .accordion button .symbol {
    font-size: 20px;
    font-weight: 400;
    line-height: 29.64px;
    letter-spacing: 0.15em;
    margin-right: 10px;
  }
  #faq .question .container .accordion button .div-border-1 {
    padding: 20px 0 15px 0;
    align-items: center;
  }
  #faq .question .container .accordion button .div-border-1.has-border {
    border: none;
  }
  #faq .question .container .accordion .accordion-content .round-answer {
    margin-top: 0;
  }
  #faq .question .container .accordion .accordion-content p {
    max-width: calc(100% - 25px);
    font-size: 12px;
    font-weight: 400;
    line-height: 17.38px;
    letter-spacing: 0.15em;
  }
  #faq .question .container .accordion .accordion-content p.symbol {
    margin-right: 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 29.64px;
    letter-spacing: 0.15em;
  }
  #faq .question .container .accordion button[aria-expanded=true] + .accordion-content {
    padding: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
    border-radius: unset;
  }
  #faq .question .container .accordion button[aria-expanded=true] + .accordion-content .div-border {
    border: none;
    padding-bottom: 20px;
  }
}

footer {
  padding: 58px 75px 70px 75px;
}
footer .responsive-grid {
  display: grid;
}
footer .responsive-grid.first {
  grid-template-columns: repeat(auto-fill, minmax(auto, 395px));
  column-gap: 15px;
  row-gap: 18px;
}
footer .responsive-grid.first .grid-item {
  max-height: 140px;
}
footer .responsive-grid.first .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer .responsive-grid.second {
  grid-template-columns: 1fr 1fr;
  column-gap: 15px;
  row-gap: 18px;
  margin: 36px auto;
  max-width: 805px;
}
footer .responsive-grid.second .grid-item {
  max-height: 70px;
}
footer .responsive-grid.second .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer .image-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .image-footer .group-social {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}
footer .image-footer .group-social img {
  max-width: 50px;
}
footer .image-footer .pc {
  width: 100%;
  max-width: 533px;
}
footer .image-footer .mobile {
  display: none;
}

@media (max-width: 1000px) {
  footer {
    padding: 70px 20px 23px 20px;
  }
  footer .responsive-grid.first {
    column-gap: 10px;
    row-gap: 10px;
  }
  footer .responsive-grid.first .grid-item {
    height: 119px;
  }
  footer .responsive-grid.second {
    display: none;
  }
  footer .image-footer .group-social {
    margin-bottom: 64px;
  }
  footer .image-footer .group-social img {
    max-width: 30px;
  }
  footer .image-footer .pc {
    display: none;
  }
  footer .image-footer .mobile {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  footer .responsive-grid.first {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  footer .responsive-grid.first {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  footer .responsive-grid.first {
    grid-template-columns: repeat(auto-fill, minmax(auto, 335px));
  }
}

#modal-jury {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(182, 171, 171, 0.733);
  margin-top: -1px;
  animation: zoom 0.3s ease-in-out;
  z-index: 99;
}
#modal-jury .content {
  position: relative;
  max-width: 954px;
  width: 100%;
  display: grid;
  grid-template-columns: 300px 1fr;
  background-color: #000;
  color: #fff;
  padding: 50px;
  column-gap: 48px;
  box-sizing: border-box;
}
@media (max-width: 1000px) {
  #modal-jury .content {
    max-height: 500px;
  }
}
#modal-jury .content .left {
  height: 400px;
}
#modal-jury .content .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#modal-jury .content .right .name {
  margin-bottom: 11px;
  font-size: 26px;
  font-weight: 700;
  line-height: 37.65px;
  letter-spacing: 0.15em;
}
#modal-jury .content .right .position {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28.96px;
  letter-spacing: 0.15em;
}
#modal-jury .content .right .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 23.17px;
  letter-spacing: 0.15em;
  white-space: pre-line;
}
#modal-jury .content .close_modal {
  position: absolute;
  top: 10px;
  right: 20px;
  border: none;
  outline: none;
  background: none;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1000px) {
  #modal-jury .content {
    overflow-y: scroll;
    grid-template-columns: 1fr;
    padding: 20px;
    max-width: 279px;
  }
  #modal-jury .content .left {
    height: 372px;
  }
  #modal-jury .content .left img {
    text-align: center;
  }
  #modal-jury .content .right .name {
    font-size: 20px;
    font-weight: 700;
    line-height: 28.96px;
    letter-spacing: 0.15em;
    margin-top: 11px;
    margin-bottom: 5px;
  }
  #modal-jury .content .right .position {
    font-size: 16px;
    font-weight: 400;
    line-height: 23.17px;
    letter-spacing: 0.15em;
    margin-bottom: 20px;
  }
  #modal-jury .content .right .desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 17.38px;
    letter-spacing: 0.15em;
  }
  #modal-jury .content .close_modal {
    position: fixed;
    color: #000;
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
#regional-tournament-chugoku .thumbnail {
  max-width: 100%;
  height: 517px;
}
#regional-tournament-chugoku .thumbnail img {
  width: 100%;
  height: 100%;
}
#regional-tournament-chugoku .thumbnail .mobile {
  display: none;
}

@media (max-width: 1000px) {
  #regional-tournament-chugoku .thumbnail {
    max-width: 100%;
    height: 190px;
  }
  #regional-tournament-chugoku .thumbnail .mobile {
    display: block;
  }
  #regional-tournament-chugoku .thumbnail .pc {
    display: none;
  }
}

#regional-tournament-chugoku .about {
  background-color: #10070B;
  padding: 168px 150px 39px 150px;
}
#regional-tournament-chugoku .about .content {
  margin-top: 37px;
}
#regional-tournament-chugoku .about .content .grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  border-bottom: 1px solid #FFFFFF;
  padding: 23px 0;
}
#regional-tournament-chugoku .about .content .grid br {
  display: none;
}
#regional-tournament-chugoku .about .content .grid p {
  font-family: Noto Sans JP;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  color: #F8F3F1;
}
#regional-tournament-chugoku .about .content .grid .left {
  text-align: center;
}

@media (max-width: 1000px) {
  #regional-tournament-chugoku .about {
    padding: 73px 20px 40px 20px;
  }
  #regional-tournament-chugoku .about .content {
    margin-top: 30px;
  }
  #regional-tournament-chugoku .about .content .grid {
    display: grid;
    grid-template-columns: 65px 1fr;
    column-gap: 9px;
    border-bottom: 1px solid #FFFFFF;
    padding: 23px 11px;
  }
  #regional-tournament-chugoku .about .content .grid br {
    display: block;
  }
  #regional-tournament-chugoku .about .content .grid p {
    font-size: 12px;
    font-weight: 500;
    line-height: 17.38px;
    letter-spacing: 0.15em;
  }
}

#regional-tournament-chugoku .venue {
  background-color: #10070B;
  padding: 212px 150px 0px 150px;
}
#regional-tournament-chugoku .venue .content {
  margin-top: 44px;
}
#regional-tournament-chugoku .venue .content p {
  font-family: Noto Sans JP;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  color: #F8F3F1;
  white-space: pre-line;
}

@media (max-width: 1000px) {
  #regional-tournament-chugoku .venue {
    padding: 40px 31px 28px 20px;
  }
  #regional-tournament-chugoku .venue .content {
    margin-top: 20px;
  }
  #regional-tournament-chugoku .venue .content p {
    font-family: Noto Sans JP;
    font-size: 12px;
    font-weight: 500;
    line-height: 17.38px;
    letter-spacing: 0.15em;
  }
}

#regional-tournament-chugoku .regional-tournament {
  background-color: #10070B;
  padding-bottom: 113.92px;
}
#regional-tournament-chugoku .regional-tournament .title {
  width: 100%;
  height: 81px;
  background: linear-gradient(90deg, rgba(144, 69, 171, 0.75) 0%, rgba(255, 153, 78, 0.75) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
#regional-tournament-chugoku .regional-tournament .title p {
  font-family: Noto Sans JP;
  font-size: 50px;
  font-weight: 500;
  line-height: 40px;
  color: #F8F3F1;
}
#regional-tournament-chugoku .regional-tournament .group-btn {
  max-width: 1045px;
  margin: 82px auto 113.92px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  column-gap: 35px;
  row-gap: 20.92px;
}
#regional-tournament-chugoku .regional-tournament .group-btn .wrapper-btn .btn-item {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 325px;
  width: 100%;
  height: 56.08px;
  background: linear-gradient(90deg, rgba(144, 69, 171, 0.75) 0%, rgba(255, 153, 78, 0.75) 100%);
  position: relative;
  text-decoration: none;
  color: #ffffff;
}
#regional-tournament-chugoku .regional-tournament .group-btn .wrapper-btn .btn-item .item:nth-child(1) {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
#regional-tournament-chugoku .regional-tournament .group-btn .wrapper-btn .btn-item .item:nth-child(2) {
  position: absolute;
  right: 24.04px;
  height: 37.09px;
}
#regional-tournament-chugoku .regional-tournament .btn-back-bottom .btn-item {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 525px;
  width: 100%;
  height: 109px;
  position: relative;
  text-decoration: none;
  color: #000;
  background-color: #ffffff;
  margin: 0 auto;
}
#regional-tournament-chugoku .regional-tournament .btn-back-bottom .btn-item .item:nth-child(1) {
  font-family: Noto Sans JP;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
}
#regional-tournament-chugoku .regional-tournament .btn-back-bottom .btn-item .item:nth-child(2) {
  position: absolute;
  right: 24.04px;
  height: 37.09px;
}

@media (max-width: 1000px) {
  #regional-tournament-chugoku .regional-tournament {
    background-color: #10070B;
    padding-bottom: 138px;
    padding-top: 50px;
  }
  #regional-tournament-chugoku .regional-tournament .title {
    height: 106px;
  }
  #regional-tournament-chugoku .regional-tournament .title p {
    font-family: Noto Sans JP;
    font-size: 36px;
    font-weight: 500;
    line-height: 30px;
  }
  #regional-tournament-chugoku .regional-tournament .group-btn {
    grid-template-columns: 1fr;
    margin: 50px 17px 100px 23px;
  }
  #regional-tournament-chugoku .regional-tournament .group-btn .wrapper-btn .btn-item {
    max-width: unset;
    height: 60px;
  }
  #regional-tournament-chugoku .regional-tournament .group-btn .wrapper-btn .btn-item .item:nth-child(1) {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
  }
  #regional-tournament-chugoku .regional-tournament .btn-back-bottom .btn-item {
    max-width: calc(100% - 23px - 17px);
    width: 100%;
    height: 60px;
    margin-left: 23px;
    margin-right: 17px;
  }
  #regional-tournament-chugoku .regional-tournament .btn-back-bottom .btn-item .item:nth-child(1) {
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
  }
}

#regional-tournament-chugoku #sponsor-tournament {
  background-color: #10070B;
  padding: 135px 150px 111px 150px;
}
#regional-tournament-chugoku #sponsor-tournament .sponsor-by-title {
  font-family: Noto Sans JP;
  font-size: 50px;
  font-weight: 500;
  line-height: 40px;
  color: #F8F3F1;
  margin-top: 49px;
}
#regional-tournament-chugoku #sponsor-tournament .responsive-grid {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(auto, 200px));
  column-gap: 16px;
}
#regional-tournament-chugoku #sponsor-tournament .responsive-grid .grid-item {
  border: 1px solid #fff;
  height: 147px;
}
#regional-tournament-chugoku #sponsor-tournament .responsive-grid .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#executive-advisor {
  background-color: #10070B;
  padding: 260px 0 121px 0;
  overflow: hidden;
}
#executive-advisor .main-title-executive-advisor {
  font-size: 50px;
  font-weight: 500;
  line-height: 40px;
  position: relative;
  margin-left: 148px;
}
#executive-advisor .main-title-executive-advisor h3:first-child {
  font-size: 50px;
  font-weight: 500;
  line-height: 40px;
  color: #F8F3F1;
}
#executive-advisor .main-title-executive-advisor .behind-title {
  width: 100%;
}
#executive-advisor .main-title-executive-advisor .behind-title h3 {
  white-space: nowrap;
  position: absolute;
  top: -131px;
  font-family: "Oswald", sans-serif;
  font-size: 200px;
  font-weight: 400;
  line-height: 130px;
  color: #F8F3F1;
  font-weight: normal;
  mix-blend-mode: overlay;
}
#executive-advisor .main-title-executive-advisor .behind-title h3:nth-child(2) {
  margin-top: -13px;
}
@media (max-width: 1000px) {
  #executive-advisor .main-title-executive-advisor {
    margin-left: 0;
  }
  #executive-advisor .main-title-executive-advisor h3:first-child {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
  }
  #executive-advisor .main-title-executive-advisor .behind-title h3 {
    font-size: 55px;
    font-weight: 400;
    line-height: 130px;
    top: -75px;
  }
  #executive-advisor .main-title-executive-advisor .behind-title h3:nth-child(2) {
    margin-top: -4px;
  }
}
#executive-advisor .responsive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 279px);
  align-items: center;
  justify-content: space-around;
  grid-gap: 18px;
  max-width: 887px;
  margin: 55px auto 0 auto;
}
#executive-advisor .responsive-grid .grid-item {
  max-width: 279px;
  background-color: #fff;
  border-radius: 10px;
  padding: 12px 14px 21px 13px;
  min-height: 318px;
  cursor: pointer;
}
#executive-advisor .responsive-grid .grid-item .thumb-nail {
  max-width: 252px;
  height: 184px;
  margin-bottom: 16px;
}
#executive-advisor .responsive-grid .grid-item .thumb-nail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#executive-advisor .responsive-grid .grid-item .content {
  text-align: center;
}
#executive-advisor .responsive-grid .grid-item .content p {
  font-family: Noto Sans JP;
}
#executive-advisor .responsive-grid .grid-item .content p:first-child {
  font-size: 24px;
  font-weight: 400;
  line-height: 34.75px;
  margin-bottom: 8px;
}
#executive-advisor .responsive-grid .grid-item .content p:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  line-height: 23.17px;
  margin-bottom: 7px;
}
#executive-advisor .responsive-grid .grid-item .content p:nth-child(3) {
  font-size: 16px;
  font-weight: 400;
  line-height: 23.17px;
}

@media (max-width: 1000px) {
  #executive-advisor {
    padding: 72px 30px 60px 30px;
  }
  #executive-advisor .responsive-grid {
    column-gap: 18px;
    row-gap: 18px;
    margin-top: 30px;
  }
  #executive-advisor .responsive-grid .grid-item {
    padding: 6.41px 7.47px 11.21px 6.94px;
    min-height: 169.75px;
  }
  #executive-advisor .responsive-grid .grid-item .thumb-nail {
    max-height: 98.22px;
    height: 98.22px;
  }
  #executive-advisor .responsive-grid .grid-item .thumb-nail img {
    height: 100%;
    object-fit: cover;
  }
  #executive-advisor .responsive-grid .grid-item .content p:first-child {
    font-family: Noto Sans JP;
    font-size: 13px;
    font-weight: 400;
    line-height: 18.82px;
    margin-bottom: 4.27px;
  }
  #executive-advisor .responsive-grid .grid-item .content p:nth-child(2) {
    font-size: 10px;
    font-weight: 400;
    line-height: 14.48px;
    margin-bottom: 3.74px;
  }
  #executive-advisor .responsive-grid .grid-item .content p:nth-child(3) {
    font-size: 10px;
    font-weight: 400;
    line-height: 14.48px;
  }
}
@media (max-width: 1000px) and (max-width: 1024px) {
  #executive-advisor .responsive-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1000px) and (max-width: 768px) {
  #executive-advisor .responsive-grid {
    grid-template-columns: repeat(3, 148.93px);
  }
}
@media (max-width: 1000px) and (max-width: 480px) {
  #executive-advisor .responsive-grid {
    grid-template-columns: repeat(2, 148.93px);
  }
}

@keyframes up-down {
  0% {
    transform: translate(1px, 20px);
  }
  24% {
    transform: translate(1px, 30px);
  }
  50% {
    transform: translate(1px, 12px);
  }
  74% {
    transform: translate(1px, 22px);
  }
  100% {
    transform: translate(1px, 22px);
  }
}
#mc {
  padding-top: 155px;
}
#mc .responsive-grid .grid-item .content span {
  color: #000000;
}
@media (max-width: 1000px) {
  #mc {
    padding-top: 72px;
  }
}

#member {
  padding-top: 155px;
}
#member .responsive-grid .grid-item .content span {
  color: #000000;
}
@media (max-width: 1000px) {
  #member {
    padding-top: 72px;
  }
}
