@charset "UTF-8";
html {
  font-size: 12px;
  scroll-behavior: smooth;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 10px;
  }
}
body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background-color: #FFF;
}

nav {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

.inner {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

header {
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

header h1 {
  position: relative;
  width: 20%;
}
header h1 img {
  width: 100%;
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  header {
    height: 60px;
  }
  header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header h1 {
    width: 60%;
  }
}
nav {
  position: fixed;
  right: 0;
  top: 0;
  width: 70%;
  mix-blend-mode: exclusion;
  z-index: 256;
}

nav ul {
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

nav ul li {
  margin-left: 5em;
}

nav ul li a {
  font-size: 20px;
  color: #FFF;
  position: relative;
}

nav ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  background-color: #FFF;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}

nav ul li a:hover::before {
  width: 100%;
}

@media screen and (max-width: 768px) {
  header {
    position: fixed;
    z-index: 200;
    width: 100%;
  }
  nav {
    position: absolute;
    top: 60px;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    mix-blend-mode: normal;
    width: 40%;
    height: 100svh;
    left: auto;
    right: 0;
    z-index: 1000;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    -webkit-transition: 500ms ease-out;
    transition: 500ms ease-out;
  }
  nav ul {
    display: block;
    height: auto;
    width: 100%;
    padding: 30px 0;
  }
  nav ul li {
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    text-align: right;
    padding-bottom: 6px;
  }
  nav.active {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
    -webkit-transition: 500ms ease-in;
    transition: 500ms ease-in;
  }
  main {
    padding-top: 60px;
  }
}
.hamburger {
  width: 30px;
  height: 20px;
  position: relative;
}

.hamburger span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #FFF;
}

.hamburger span:first-of-type {
  /* ハンバーガーメニューの1番目の線 */
  top: 0;
}

.hamburger span:nth-of-type(2) {
  /* ハンバーガーメニューの2番目の線 */
  top: 50%;
}

.hamburger span:last-of-type {
  /* ハンバーガーメニューの3番目の線 */
  top: 100%;
}

/* ここから下を追記 */
.hamburger.active span:first-of-type {
  /* ハンバーガーメニューの1番目の線 */
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger.active span:nth-of-type(2) {
  /* ハンバーガーメニューの2番目の線 */
  opacity: 0;
  /* 透明にする */
}

.hamburger.active span:last-of-type {
  /* ハンバーガーメニューの3番目の線 */
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#news_section a {
  color: #FFF !important;
  text-decoration: underline !important;
}

body {
  font-size: 1.6rem;
}

header.move_object:before {
  content: "";
  width: 0;
  max-height: 600px;
  height: 40vw;
  background-color: #000;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 0;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
}
header.move_object.active:before {
  width: calc((100% - 1400px) / 2 + 950px);
}
@media screen and (max-width: 768px) {
  header.move_object::before {
    content: none;
  }
}

.keyvisual {
  position: relative;
  padding-right: 30px;
}
.keyvisual img {
  width: 100%;
  max-width: none !important;
}
.keyvisual:after {
  content: "";
  background: url(../img/sctoll_down.png) no-repeat;
  position: absolute;
  right: 0px;
  top: 0;
  width: 14px;
  height: 323px;
  z-index: 255;
}
@media screen and (max-width: 768px) {
  .keyvisual {
    padding-right: 0px;
  }
  .keyvisual:after {
    content: none;
  }
  .keyvisual.inner {
    width: 100% !important;
  }
  .keyvisual p {
    font-size: 1.2rem;
  }
}
.keyvisual .swiper_ui_set {
  margin-top: 50px;
}
.keyvisual .swiper_ui_set .swiper-pagination {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .keyvisual .swiper_ui_set .swiper-pagination {
    text-align: center;
  }
}

.player_name {
  position: relative;
  height: 30vw;
  max-height: 394px;
}
@media screen and (max-width: 768px) {
  .player_name {
    height: 37vw;
    max-height: 394px;
  }
}
.player_name div {
  position: absolute;
  left: 11%;
  width: 80%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .player_name div {
    width: 96%;
    left: 2%;
  }
}
.player_name div img {
  width: 72vw;
  max-width: 987px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .player_name div img {
    width: 90vw;
  }
}
.player_name div.txt_1 {
  top: 10%;
  -webkit-transition: 1000ms ease-in-out 0ms;
  transition: 1000ms ease-in-out 0ms;
}
.player_name div.txt_2 {
  bottom: 10%;
  -webkit-transition: 1000ms ease-in-out 200ms;
  transition: 1000ms ease-in-out 200ms;
}
.anim_type_wipe {
  clip-path: polygon(1px 0px, 0% 0%, 0% 100%, 0% 100%);
  opacity: 0.1;
  -webkit-transition: 500ms ease-out 0ms;
  transition: 500ms ease-out 0ms;
}
.anim_type_wipe.bg_block {
  clip-path: polygon(1px 0px, 50% 0%, 50% 100%, 0% 100%);
}
.anim_type_wipe.active {
  clip-path: polygon(0 0px, 100% 0%, 100% 100%, 0% 100%);
  opacity: 1;
}
.anim_type_wipe.active.end_action {
  -webkit-transition: 300ms ease-in 0ms;
  transition: 300ms ease-in 0ms;
  clip-path: polygon(100% 0px, 100% 0%, 100% 100%, 100% 100%);
}

.anim_type_wipe_rev {
  clip-path: polygon(99.9% 0%, 100% 0%, 100% 100%, 100% 100%);
  opacity: 0;
  -webkit-transition: 500ms ease-out 500ms;
  transition: 500ms ease-out 500ms;
}
.anim_type_wipe_rev.bg_block {
  clip-path: polygon(70% 0%, 100% 0%, 100% 100%, 70% 100%);
}
.anim_type_wipe_rev.active {
  clip-path: polygon(0 0px, 100% 0%, 100% 100%, 0% 100%);
  opacity: 1;
}

.anim_type_fade_up {
  opacity: 0;
  -webkit-transform: translate3d(0, 200px, 0);
          transform: translate3d(0, 200px, 0);
  -webkit-transition: 1000ms ease-in-out 500ms;
  transition: 1000ms ease-in-out 500ms;
}
@media screen and (max-width: 768px) {
  .anim_type_fade_up {
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
}
.anim_type_fade_up.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#about {
  background: url(../img/footer_sub_bg.jpg);
  color: #FFF;
  padding-bottom: 100px;
}
#about h2 {
  text-align: center;
  padding: 125px 0 60px 0;
}
#about h2 img {
  display: inline;
}
@media screen and (max-width: 768px) {
  #about h2 {
    padding: 60px 0 60px 0;
  }
  #about h2 img {
    height: 40px;
  }
}
#about > div {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1.8;
}
#about > div div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #about > div {
    display: block;
  }
  #about > div div {
    width: 100%;
    font-size: 1.2rem;
    padding: 2%;
  }
}

footer {
  background-color: #000;
  padding: 75px 0;
  color: #FFF;
  text-align: center;
  font-size: 1.3rem;
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer ul li {
  margin-right: 20px;
}
footer ul li:last-child {
  margin-right: 0;
}
footer ul li a {
  display: block;
}
footer ul li a:hover {
  opacity: 0.3;
  -webkit-animation: poyoyon2 1s ease-in-out forwards;
          animation: poyoyon2 1s ease-in-out forwards;
}
footer ul li a:hover img {
  max-width: none;
}
footer img {
  display: inline;
  margin: 25px 0;
}

.fix_button {
  background-color: #00488d;
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 300px;
  height: 80px;
  color: #FFF;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  z-index: 300;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
}
.fix_button:before {
  content: "";
  background: url(../img/allow.png) no-repeat;
  width: 37px;
  height: 9px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  -webkit-transition: 300ms;
  transition: 300ms;
}
.fix_button:hover {
  -webkit-filter: brightness(1.4);
          filter: brightness(1.4);
}
.fix_button:hover:before {
  -webkit-transform: translate3d(10px, -50%, 0);
          transform: translate3d(10px, -50%, 0);
}
@media screen and (max-width: 768px) {
  .fix_button {
    width: 100%;
    height: 60px;
    font-size: 2.2rem;
  }
}
.fix_button.active {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

.scrollup_button {
  position: fixed;
  bottom: 0px;
  left: 30px;
  width: 100px;
  height: 80px;
  color: #FFF;
  font-size: 1.8rem;
  mix-blend-mode: exclusion;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .scrollup_button {
    bottom: 80px;
    left: 2%;
    width: 40px;
    height: 40px;
  }
}
.scrollup_button.active {
  opacity: 0;
}

@-webkit-keyframes poyoyon2 {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  15% {
    -webkit-transform: scale(0.98, 0.9) translate(0, 5px);
            transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    -webkit-transform: scale(1.02, 1) translate(0, 8px);
            transform: scale(1.02, 1) translate(0, 8px);
  }
  50% {
    -webkit-transform: scale(0.98, 1.05) translate(0, -8px);
            transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    -webkit-transform: scale(1, 0.9) translate(0, 5px);
            transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}

@keyframes poyoyon2 {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  15% {
    -webkit-transform: scale(0.98, 0.9) translate(0, 5px);
            transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    -webkit-transform: scale(1.02, 1) translate(0, 8px);
            transform: scale(1.02, 1) translate(0, 8px);
  }
  50% {
    -webkit-transform: scale(0.98, 1.05) translate(0, -8px);
            transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    -webkit-transform: scale(1, 0.9) translate(0, 5px);
            transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.loading {
  opacity: 0;
}

.loaded {
  -webkit-transition: 300ms;
  transition: 300ms;
  opacity: 1;
}