@import "http://fonts.googleapis.com/earlyaccess/notosansjapanese.css";
.header {
  background-color: transparent;
  display: none;
}

.header-active {
  background-color: #FFFFFF;
}

.body {
  background: #FFFFFF;
}

.d-flex {
  display: flex;
}

.info-game {
  background-image: url("../../img/page/top/background-info-game.png");
  background-size: cover;
  height: 683px;
}
.info-game .title-info-game p {
  font-size: 40px;
  color: #02459C;
  text-align: center;
  line-height: 56px;
  padding-top: 106px;
  letter-spacing: -1px;
  font-weight: 700;
}
.info-game .content-info-game {
  padding-top: 35px;
  text-align: center;
}
.info-game .confirm-game {
  padding-top: 111px;
  display: flex;
  justify-content: center;
  gap: 18px;
  padding-bottom: 60px;
}
.info-game .confirm-game a {
  font-size: 20px;
  background: #02459C;
  display: flex;
  justify-content: center;
  padding: 18px 0;
  width: 345px;
  color: #FFFFFF;
  border-radius: 5px;
  opacity: 1;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.info-game .confirm-game a:hover {
  background: #FFFFFF;
}
.info-game .confirm-game a:hover::before {
  display: block;
}

.title-info-game-sp {
  display: none;
}

.confirm-game a::before {
  content: "";
  background: #02459C;
  opacity: 0.7;
  display: none;
  position: absolute;
  height: 65px;
  top: 0;
  width: 100%;
  border-radius: 5px;
  z-index: -1;
}

.content-info-game .content-info-2 {
  padding-top: 30px;
}
.content-info-game p {
  line-height: 36px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  color: #2C2F2C;
}

.content-info-1 p span {
  font-weight: bold;
}

.video-intro-game {
  margin-top: 95px;
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

.content-video-game .title-intro {
  text-align: center;
  margin-bottom: 31px;
}
.content-video-game .title-intro p:first-child {
  color: #02459C;
  font-size: 40px;
  letter-spacing: 4px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}
.content-video-game .title-intro p:last-child {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #2C2F2C;
}

.top__column {
  background: #F7F7F7;
  padding-bottom: 80px;
}

.title_top__column__read {
  text-align: center;
  padding-top: 95px;
  padding-bottom: 30px;
}
.title_top__column__read h2 {
  color: #004EA2;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 40px;
  font-weight: 700;
}
.title_top__column__read p {
  font-size: 16px;
  color: #2C2F2C;
  font-weight: bold;
  line-height: 22px;
  margin-top: 3px;
}

.content-event-post {
  width: 956px;
  margin: 0 auto;
}

.list-item-event {
  background: #FFFFFF;
  border-radius: 13px;
}
.list-item-event:hover {
  background: #F7F7F7;
}
.list-item-event .detail-event {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #DEDEDE;
  border-radius: 13px;
}

.column__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 80px;
}

.group-date-content-event {
  display: grid;
  grid-template-columns: 162px calc(100% - 162px);
  align-items: center;
  padding-left: 45px;
}

.grid-colum-event {
  display: grid;
  grid-template-columns: 92px calc(100% - 92px);
}

.arrow-next-detail-event {
  padding-right: 19px;
}
.arrow-next-detail-event p {
  color: #02459C;
  font-size: 15.2px;
  line-height: 22px;
  font-weight: 700;
}

.content-detail-event {
  border-left: 2px solid #DEDEDE;
  padding-left: 28px;
  margin: 21px 0px;
}

.title-detail-event {
  font-size: 24px;
  color: #02459C;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 34px;
  font-family: "Noto Sans", sans-serif;
}

.gallery-img-detail img {
  height: auto;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  object-fit: cover;
  aspect-ratio: 9/5;
}
.gallery-img-detail:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.topick-img-detail img {
  height: auto;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  object-fit: cover;
  aspect-ratio: 9/5;
}
.topick-img-detail:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.interview-img-detail img {
  height: auto;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  object-fit: cover;
  aspect-ratio: 10/6;
}
.interview-img-detail:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.number-people-event {
  margin-bottom: 12px;
  font-family: "Noto Sans", sans-serif;
}
.number-people-event p {
  font-size: 16px;
  color: #2C2F2C;
  font-weight: bold;
  line-height: 22px;
  font-family: "Noto Sans", sans-serif;
}
.number-people-event p:last-child {
  font-weight: 700;
}

.amount-event-payment {
  margin-bottom: 12px;
  font-family: "Noto Sans", sans-serif;
}
.amount-event-payment p {
  font-size: 16px;
  color: #2C2F2C;
  font-weight: bold;
  line-height: 22px;
  font-family: "Noto Sans", sans-serif;
}
.amount-event-payment p:last-child {
  font-weight: 700;
}

.address-event p {
  font-size: 16px;
  color: #2C2F2C;
  font-weight: bold;
  line-height: 22px;
  font-family: "Noto Sans", sans-serif;
}
.address-event p:last-child {
  font-weight: 700;
}

.date-event p {
  color: #02459C;
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
}

.top-gallery-game {
  margin-top: 95px;
}

.top-interview-game {
  margin-top: 83px;
}

.top-interview-game-2 {
  margin-top: 115px;
}

.title-content-gallery-post {
  text-align: center;
}
.title-content-gallery-post h2 {
  color: #004EA2;
  font-size: 40px;
  letter-spacing: 4px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 5px;
}
.title-content-gallery-post p {
  font-size: 16px;
  color: #2C2F2C;
  font-weight: bold;
  line-height: 22px;
}

.title-content-interview-post {
  text-align: center;
}
.title-content-interview-post h2 {
  color: #004EA2;
  font-size: 40px;
  letter-spacing: 4px;
  line-height: 40px;
  font-weight: 700;
}
.title-content-interview-post p {
  font-size: 16px;
  color: #2C2F2C;
  font-weight: bold;
  line-height: 22px;
  margin-top: 3px;
}

.title-content-topick-post {
  text-align: center;
  padding-top: 83px;
  padding-bottom: 31px;
}
.title-content-topick-post h2 {
  color: #004EA2;
  font-size: 40px;
  letter-spacing: 4px;
  color: #FFFFFF;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 2px;
}
.title-content-topick-post p {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 22px;
}

.content-gallery-post {
  width: 1140px;
  margin: 0 auto;
}

.content-interview-post {
  width: 1140px;
  margin: 0 auto;
}

.content-topick-post {
  width: 1140px;
  margin: 0 auto;
}

.gallery-list {
  margin-top: 31px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
}

.interview-list {
  margin-top: 33px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 23px;
}

.gallery-see-more {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.gallery-see-more a {
  font-size: 20px;
  background: #02459C;
  padding: 18px 120px;
  color: #FFFFFF;
  border-radius: 5px;
  opacity: 1;
  font-weight: 700;
}
.gallery-see-more a:hover {
  opacity: 0.7;
}

.interview-see-more {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.interview-see-more a {
  font-size: 20px;
  background: #02459C;
  padding: 18px 120px;
  color: #FFFFFF;
  border-radius: 5px;
  opacity: 1;
  font-weight: 700;
}
.interview-see-more a:hover {
  opacity: 0.7;
}

.gallery-date-detail {
  margin-top: 18px;
  color: #2C2F2C;
  font-size: 14px;
  font-weight: 400;
}

.interview-date-detail {
  margin-top: 14px;
  color: #2C2F2C;
  font-size: 14px;
  font-weight: 400;
}

.gallery-content-detail {
  color: #2C2F2C;
  font-size: 18px;
  font-weight: bold;
}

.interview-content-detail {
  color: #2C2F2C;
  font-size: 18px;
  font-weight: bold;
}

.topick-top-game {
  margin-top: 80px;
  background: #02459C;
}

.topick-list {
  gap: 23px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 40px;
  padding-bottom: 92px;
}

.topick-content-detail {
  color: #FFFFFF;
  font-size: 16px;
  margin-top: 16px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0;
}

.slider-top-sp {
  display: none;
}

.video-game-sp {
  display: none;
}

.top__column__sp {
  display: none;
}

.arrow-next-post-sp {
  display: none;
}

.swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  margin-right: 16px !important;
  background: #FFFFFF;
  opacity: unset;
}

.swiper-pagination-bullet-active {
  background: #02459C;
}

.swiper-pagination {
  display: none;
}

.slider-top {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-top video {
  width: 100%;
  aspect-ratio: 10/5;
  object-fit: fill;
}
.slider-top .background-slider-top-logo {
  position: absolute;
  z-index: 2;
  margin-top: 77px;
}

.background-slider-top {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9;
  filter: blur(8px);
  -webkit-filter: blur(6px);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(0px);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.37) 25%, rgba(0, 111, 255, 0.15) 100%);
}

.content-info-tw a {
  color: #2C2F2C;
  text-decoration: underline;
}

@media screen and (max-width: 765px) {
  .background-slider-top-logo {
    position: absolute;
    width: 322px;
    z-index: 99;
    top: 39.8%;
    transform: translate(-50%);
    left: 50%;
  }
  .swiper-pagination {
    display: none;
  }
  .slider-top {
    display: none;
  }
  .slider-top-sp {
    display: block;
  }
  .slider-top-sp video {
    width: 100%;
    object-fit: contain;
  }
  .info-game {
    background-image: url("../../img/page/top/background-info-game-sp.png");
    height: 723px;
    background-size: cover;
  }
  .info-game .title-info-game p {
    padding-top: 54px;
    font-size: 24px;
    line-height: 36px;
  }
  .info-game .title-info-game p:first-child {
    display: none;
  }
  .info-game .content-info-game {
    padding-top: 20px;
  }
  .info-game .confirm-game {
    padding-top: 140px;
    gap: 20px;
    padding-bottom: 40px;
    flex-direction: column;
    align-items: center;
  }
  .title-info-game-sp {
    display: block;
  }
  .content-info-game p {
    font-size: 16px;
    line-height: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .content-info-game .content-info-2 {
    padding-top: 26px;
  }
  .content-info-2 span {
    display: block;
  }
  .video-intro-game {
    margin-top: 62px;
    margin-bottom: 60px;
  }
  .content-video-game .title-intro p:first-child {
    font-size: 32px;
    line-height: 32px;
  }
  .content-video-game .title-intro p span {
    display: block;
  }
  .content-video-game .title-intro p:last-child {
    color: #2C2F2C;
    line-height: 24px;
    font-weight: bold;
  }
  .video-game {
    display: none;
  }
  .video-game-sp {
    display: block;
  }
  .top__column {
    display: flex;
  }
  .title_top__column__read {
    padding-top: 52px;
  }
  .title_top__column__read h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .title_top__column__read p {
    line-height: 22px;
    font-weight: bold;
    margin-top: 3px;
  }
  .group-date-content-event {
    flex-direction: column;
    gap: unset;
    padding-left: 20px;
    padding-right: 20px;
    align-items: unset;
    display: unset;
  }
  .content-detail-event {
    border-top: 2px solid #DEDEDE;
    border-left: unset;
    margin: 11px 0px 29px 0px;
    padding-left: unset;
  }
  .column__list {
    padding-left: 10px;
    padding-right: 10px;
  }
  .date-event {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .date-event p {
    font-size: 20px;
    font-weight: bold;
    margin-top: 32px;
    line-height: 20px;
  }
  .title-detail-event {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 14px;
    padding-top: 12px;
    line-height: 28px;
  }
  .list-item-event .detail-event {
    border: 2px solid #DEDEDE;
  }
  .arrow-next-detail-event {
    display: none;
  }
  .number-people-event {
    margin-bottom: 7px;
    gap: 20px;
  }
  .number-people-event p {
    font-size: 14px;
    line-height: 20px;
  }
  .number-people-event p:last-child {
    width: 75%;
  }
  .amount-event-payment {
    margin-bottom: 7px;
    gap: 20px;
  }
  .amount-event-payment p {
    font-size: 14px;
    line-height: 20px;
  }
  .amount-event-payment p:first-child {
    width: 56px !important;
  }
  .amount-event-payment p:last-child {
    width: 76%;
  }
  .address-event {
    gap: 20px;
  }
  .address-event p {
    font-size: 14px;
    line-height: 20px;
  }
  .address-event p:first-child {
    width: 56px !important;
  }
  .address-event p:last-child {
    width: 76%;
  }
  .top-interview-game {
    display: flex;
    margin-top: 72px;
    padding: 0 12px;
    padding: 0 12px;
  }
  .title-content-gallery-post h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .title-content-gallery-post p {
    line-height: 22px;
    font-weight: bold;
    margin-top: 3px;
  }
  .title-content-interview-post h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .title-content-interview-post p {
    line-height: 22px;
    font-weight: bold;
    margin-top: 5px;
  }
  .title-content-topick-post {
    padding-top: 72px;
  }
  .title-content-topick-post h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .title-content-topick-post p {
    line-height: 22px;
    font-weight: bold;
    margin-top: 3px;
  }
  .content-topick-post {
    padding: 0 12px;
    width: unset;
  }
  .gallery-list {
    display: flex;
    flex-direction: column;
    gap: 26px;
  }
  .gallery-see-more {
    margin-top: 20px;
  }
  .interview-see-more {
    margin-top: 20px;
  }
  .interview-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .topick-top-game {
    margin-top: 60px;
  }
  .topick-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    row-gap: 20px;
    padding-bottom: 60px;
  }
  .topick-content-detail {
    margin-top: 8px;
    font-size: 14px;
    line-height: 24px;
  }
  .content-interview-post {
    width: unset;
  }
  .arrow-next-post-sp {
    display: block;
  }
  .interview-date-detail {
    margin-top: 10px;
  }
  .text-info-not-wrap {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1140px) {
  .content-gallery-post {
    width: unset;
  }
  .content-interview-post {
    width: unset;
  }
  .content-topick-post {
    width: unset;
  }
  .content-event-post {
    width: unset;
  }
  .gallery-list {
    grid-template-columns: repeat(2, 1fr);
    padding: 12px;
  }
  .topick-list {
    grid-template-columns: repeat(2, 1fr);
    padding-right: 12px;
    padding-left: 12px;
  }
  .column__list {
    padding: 0px 12px 80px 12px;
  }
  .interview-content {
    width: unset;
  }
  .interview-list {
    grid-template-columns: repeat(2, 1fr);
    padding: 12px;
  }
  .top-interview-game {
    margin-top: 60px;
  }
  .title_top__column__read {
    padding-top: 60px;
  }
  .gallery-content {
    width: unset;
  }
  .gallery-content-list {
    grid-template-columns: repeat(3, 1fr);
    padding: 12px;
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  .list-item-event .detail-event {
    display: block;
    padding: 0 20px;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .gallery-content-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) and (max-width: 1140px) {
  .interview-content {
    width: unset;
  }
  .interview-content-list {
    grid-template-columns: repeat(2, 1fr);
    padding: 12px;
  }
}
@media only screen and (max-width: 860px) {
  .single__flow__item {
    width: 100% !important;
  }
}
