html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt";
}

img {
  max-width: 100%;
  height: auto;
}

.grecaptcha-badge {
  visibility: hidden;
}

@keyframes commonHoverA {
  0% {
    color: #3d9dff;
  }
  25% {
    color: #2767fc;
    filter: drop-shadow(0 0.5rem 0.5rem rgba(0, 156, 237, 0.4));
  }
  50% {
    color: #3d9dff;
  }
  75% {
    color: #2767fc;
    filter: drop-shadow(0.5rem 0 0.5rem rgba(0, 156, 237, 0.4));
  }
  100% {
    color: #3d9dff;
    letter-spacing: 0.3em;
  }
}
@keyframes commonHoverB {
  0% {
    color: #3d9dff;
  }
  25% {
    color: #2767fc;
    filter: drop-shadow(0 0.2rem 0.2rem rgba(0, 156, 237, 0.7));
  }
  50% {
    color: #3d9dff;
  }
  75% {
    color: #2767fc;
    filter: drop-shadow(0.2rem 0 0.2rem rgba(0, 156, 237, 0.7));
  }
  100% {
    color: #3d9dff;
  }
}
@keyframes borderAnim {
  0% {
    background-position: 100% 0%;
  }
  20% {
    background-position: -50% 0%;
    opacity: 1;
  }
  25% {
    background-position: -50% 0%;
    opacity: 0;
  }
  100% {
    background-position: -50% 0%;
    opacity: 0;
  }
}
@keyframes dotHeading {
  0% {
    opacity: 0;
    display: none;
  }
  40% {
    opacity: 1;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.is-common-fade {
  clip-path: inset(0 100% 0 0);
}

.is-anim__common-fade {
  animation: commonFade 1s ease-in forwards;
}
@keyframes commonFade {
  0% {
    clip-path: inset(0 100% 0 0);
    transform: translateX(3vw);
  }
  100% {
    clip-path: inset(0);
    transform: translateX(0);
  }
}

body.scroll-lock {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s ease-out;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding: 1% 2%;
  margin: 0 auto;
  opacity: 0;
  color: #fff;
  font-family: orbitron, sans-serif;
  font-weight: 300;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .l-header {
    backdrop-filter: blur(6px);
    height: 120px;
  }
}
.l-header .l-header__logo {
  display: block;
  width: 30%;
}
@media screen and (min-width: 769px) {
  .l-header .l-header__logo {
    width: 13%;
    height: 4.5vw;
    max-height: 100px;
  }
}
.l-header .l-header__logo a {
  display: block;
}
.l-header .l-header__logo a img {
  mix-blend-mode: soft-light;
  max-height: 100px;
}
.l-header .l-header__navbtn {
  z-index: 1;
  position: relative;
  width: 12vw;
  height: 12vw;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .l-header .l-header__navbtn {
    display: none;
  }
}
.l-header .l-header__navbtn span {
  display: inline-block;
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: 3vw;
  height: 1px;
  background-color: #ffffff;
}
.l-header .l-header__navbtn span:nth-of-type(1) {
  transition: all 0.2s ease-in-out;
  top: 5vw;
  width: 50%;
}
.l-header .l-header__navbtn span:nth-of-type(2) {
  transition: all 0.2s ease-in-out;
  top: 7vw;
  width: 50%;
}
.l-header .l-header__navbtn span:nth-of-type(3) {
  transition: all 0.2s ease-in-out;
  top: 9vw;
  left: 0;
  transform: rotate(-45deg);
  width: 50%;
  background: #3d9dff;
  opacity: 0;
}
.l-header .l-header__navbtn span:nth-of-type(4) {
  transition: all 0.2s ease-in-out;
  top: 9vw;
  left: 6vw;
  transform: rotate(45deg);
  width: 50%;
  background: #3d9dff;
  opacity: 0;
}
.l-header .l-header__navbtn.is-navbtn__active span:nth-of-type(1) {
  animation: navbtnElement01 0.1s forwards;
}
@keyframes navbtnElement01 {
  0% {
    clip-path: inset(0);
  }
  100% {
    clip-path: inset(0 100% 0 0);
  }
}
.l-header .l-header__navbtn.is-navbtn__active span:nth-of-type(2) {
  animation: navbtnElement02 0.1s forwards;
}
@keyframes navbtnElement02 {
  0% {
    clip-path: inset(0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
.l-header .l-header__navbtn.is-navbtn__active span:nth-of-type(3) {
  animation: navbtnElement03 0.1s forwards;
}
@keyframes navbtnElement03 {
  0% {
    top: 9vw;
    left: 0;
    opacity: 0;
    background: #3d9dff;
  }
  100% {
    top: 6vw;
    left: 3vw;
    opacity: 1;
    background: #ffffff;
  }
}
.l-header .l-header__navbtn.is-navbtn__active span:nth-of-type(4) {
  animation: navbtnElement04 0.1s 0.05s forwards;
}
@keyframes navbtnElement04 {
  0% {
    top: 9vw;
    left: 6vw;
    opacity: 0;
    background: #3d9dff;
  }
  100% {
    top: 6vw;
    left: 3vw;
    opacity: 1;
    background: #ffffff;
  }
}
.l-header .l-header__nav {
  display: none;
  font-size: clamp(10px, 1.2vw, 13px);
}
.l-header .l-header__nav.is-nav__open {
  display: flex;
  justify-content: center;
  right: 0;
  top: 0;
  animation: navOpen 0.2s ease-in-out forwards;
  position: absolute;
  width: 100vw;
  height: 100vh;
  padding: 10vh;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  font-size: clamp(12px, 1.6vw, 18px);
  overflow: auto;
}
@keyframes navOpen {
  0% {
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    clip-path: inset(0);
    opacity: 1;
  }
}
.l-header .l-header__nav-list {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 0 0 10vh;
}
@media screen and (min-width: 769px) {
  .l-header .l-header__nav-list {
    padding: 0;
  }
}
.l-header .l-header__nav-item {
  width: 100%;
}
.l-header .l-header__nav-item a {
  display: block;
}
.l-header .l-header__nav-item a.current {
  color: #3d9dff;
}
.l-header .l-header__nav-item--lang .bogo-language-switcher {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
.l-header .l-header__nav-item--lang .bogo-language-switcher li.current .bogo-language-name {
  background: #ffffff;
}
.l-header .l-header__nav-item--lang .bogo-language-switcher li.current a {
  color: #000000;
}
.l-header .l-header__nav-item--lang .bogo-language-switcher li.current a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 4px;
  height: 4px;
  background: #3d9dff;
  border-radius: 1vw;
  filter: blur(1px);
}
.l-header .l-header__nav-item--lang .bogo-language-switcher li.current a:hover {
  animation: none;
}
.l-header .l-header__nav-item--lang .bogo-language-switcher li.ja .bogo-language-name {
  border-radius: 5vw 0 0 5vw;
}
.l-header .l-header__nav-item--lang .bogo-language-switcher li.ja .bogo-language-name a.current:after {
  left: 1vw;
}
@media screen and (min-width: 769px) {
  .l-header .l-header__nav-item--lang .bogo-language-switcher li.ja .bogo-language-name a.current:after {
    left: 0.3vw;
  }
}
.l-header .l-header__nav-item--lang .bogo-language-switcher li.en .bogo-language-name {
  border-radius: 0 5vw 5vw 0;
}
.l-header .l-header__nav-item--lang .bogo-language-switcher li.en .bogo-language-name a.current:after {
  right: 1vw;
}
@media screen and (min-width: 769px) {
  .l-header .l-header__nav-item--lang .bogo-language-switcher li.en .bogo-language-name a.current:after {
    right: 0.3vw;
  }
}
.l-header .l-header__nav-item--lang .bogo-language-name {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 30px;
  overflow: hidden;
  border: 1px solid #ffffff;
}
.l-header .l-header__nav-item--lang .bogo-language-name a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.l-header .l-header__nav-item--lang .bogo-language-name a:hover {
  animation: langBtnAnim 0.2s forwards;
  color: #000000;
}
@keyframes langBtnAnim {
  0% {
    background-color: #ffffff;
  }
  25% {
    background-color: #aaaaaa;
  }
  50% {
    background-color: #ffffff;
  }
  75% {
    background-color: #aaaaaa;
  }
  100% {
    background-color: #ffffff;
  }
}
@media screen and (min-width: 769px) {
  .l-header .l-header__nav {
    display: block;
    width: 80%;
    height: 100%;
  }
  .l-header .l-header__nav .l-header__nav-list {
    flex-wrap: nowrap;
    justify-content: end;
    align-items: center;
    height: 100%;
  }
  .l-header .l-header__nav .l-header__nav-list .l-header__nav-item {
    height: 100%;
    width: 13%;
    max-width: 110px;
  }
  .l-header .l-header__nav .l-header__nav-list .l-header__nav-item a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
  }
  .l-header .l-header__nav .l-header__nav-list .l-header__nav-item a:hover {
    color: #3d9dff;
  }
  .l-header .l-header__nav .l-header__nav-list .l-header__nav-item a:hover::before {
    content: "";
    position: absolute;
    top: 22%;
    left: 0;
    width: 100%;
    height: 32px;
    background: url("../images/common/dot_l_blue.webp") no-repeat center center;
    background-size: 0%;
    animation: navHoverDot 1.8s ease-in forwards;
  }
  .l-header .l-header__nav .l-header__nav-list .l-header__nav-item a:hover:after {
    content: "";
    z-index: 2;
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgb(0, 0, 0) 6%, rgb(39, 176, 252) 6%, rgb(0, 0, 0) 7%, rgb(0, 0, 0) 20%, rgb(39, 176, 252) 20%, rgb(0, 0, 0) 21%, rgb(0, 0, 0) 38%, rgb(39, 176, 252) 38%, rgb(0, 0, 0) 39%, rgb(0, 0, 0) 44%, rgb(39, 176, 252) 45%, rgb(0, 0, 0) 45%, rgb(0, 0, 0) 50%, rgb(39, 176, 252) 50%, rgb(0, 0, 0) 51%, rgb(0, 0, 0) 55%, rgb(39, 176, 252) 55%, rgb(0, 0, 0) 56%, rgb(0, 0, 0) 70%, rgb(39, 176, 252) 70%, rgb(0, 0, 0) 71%);
    background-size: 300% 300%;
    bottom: 24px;
    animation: borderAnim 2s ease-in infinite;
  }
  @keyframes navHoverDot {
    0% {
      background-size: 0%;
    }
    25% {
      background-size: 75px 30px;
    }
    75% {
      background-size: 75px 30px;
    }
    100% {
      background-size: 0%;
    }
  }
}

.hide__header {
  top: -15vw;
}

#top.l-wrapper {
  background: url("../images/common/bg_min.webp") no-repeat center top #000;
  background-size: 200%;
}
@media screen and (min-width: 769px) {
  #top.l-wrapper {
    background-size: contain;
  }
}

.l-wrapper {
  position: relative;
  z-index: 0;
  background: #000000;
  color: #ffffff;
}
.l-wrapper .l-wrapper__bg {
  z-index: 1;
  display: block;
  position: fixed;
  top: -2%;
  left: 0;
  width: 100%;
  height: 150%;
  max-height: 100vh;
  background: url("../images/common/bg_min.webp") no-repeat center bottom;
  background-size: 200%;
  animation: bgAnimCity 20s alternate infinite;
}
@media screen and (min-width: 769px) {
  .l-wrapper .l-wrapper__bg {
    top: -15.5%;
    background-size: 150%;
  }
}
@media screen and (min-width: 1200px) {
  .l-wrapper .l-wrapper__bg {
    background-size: 120%;
  }
}
@keyframes bgAnimCity {
  0% {
    background-position: 50% 0;
    filter: blur(0px);
  }
  25% {
    background-position: 25% 0;
    filter: blur(10px);
  }
  100% {
    background-position: 0 0;
    filter: blur(0px);
  }
}
.l-wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/common/bg_dot.png") repeat center top;
  opacity: 0.3;
  mix-blend-mode: color-dodge;
}

.l-main {
  position: relative;
  z-index: 3;
  padding: 14vw 0 0;
  font-size: clamp(12px, 1.6vw, 18px);
}
@media screen and (min-width: 769px) {
  .l-main {
    padding: 120px 0 0;
  }
}

.l-footer {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border-top: 1px solid #333333;
  margin-top: -1px;
}
.l-footer .l-footer__wrap {
  padding: 8vw 5vw 0;
  background: #000000;
}
@media screen and (min-width: 769px) {
  .l-footer .l-footer__wrap {
    padding: 3vw 5vw 0;
  }
}
.l-footer .l-footer--sns {
  display: flex;
  justify-content: center;
  gap: 0 5vw;
}
@media screen and (min-width: 769px) {
  .l-footer .l-footer--sns {
    gap: 0 3%;
  }
}
.l-footer .l-footer--sns .l-footer-sns__item {
  height: 5vw;
}
@media screen and (min-width: 769px) {
  .l-footer .l-footer--sns .l-footer-sns__item {
    max-height: 35px;
  }
}
.l-footer .l-footer--sns .l-footer-sns__item img {
  width: auto;
  height: 100%;
}
.l-footer .l-footer--sns .l-footer-sns__item--steam img {
  width: 100%;
}
.l-footer .l-footer-nav {
  display: block;
  margin: 8vw 0 0;
  padding: 8vw 0 3vw;
  font-family: orbitron, sans-serif;
  font-size: clamp(10px, 1.2vw, 13px);
  letter-spacing: 0.2em;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
@media screen and (min-width: 769px) {
  .l-footer .l-footer-nav {
    margin: 3vw 0 0;
    padding: 5vw 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.l-footer .l-footer-nav .l-footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px;
  width: 100%;
  margin: 0 0 5vw;
}
@media screen and (min-width: 769px) {
  .l-footer .l-footer-nav .l-footer-nav__list {
    width: 82%;
    margin: 0;
  }
}
.l-footer .l-footer-nav .l-footer-nav__item {
  width: 100%;
  margin: 0 0 5vw;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer-nav .l-footer-nav__item {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .l-footer .l-footer-nav .l-footer-nav__item {
    width: 12%;
    margin: 0;
  }
}
.l-footer .l-footer-nav .l-footer-nav__item .l-footer-nav__heading {
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer-nav .l-footer-nav__item .l-footer-nav__heading {
    width: 25vw;
  }
}
.l-footer .l-footer-nav .l-footer-nav__item .l-footer-nav__sublist {
  padding: 0 0 0 2vw;
  border-left: 1px dotted #333333;
}
@media screen and (min-width: 769px) {
  .l-footer .l-footer-nav .l-footer-nav__item .l-footer-nav__sublist {
    padding: 10px 0 0 10px;
    margin: 5px 0 0 0;
  }
}
.l-footer .l-footer-nav .l-footer-nav__item .l-footer-nav__subitem {
  position: relative;
  margin: 0 0 3vw 0;
  font-size: clamp(8px, 1vw, 10px);
  line-height: 1.6em;
  color: #ffffff;
}
.l-footer .l-footer-nav .l-footer-nav__item .l-footer-nav__subitem:last-child {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .l-footer .l-footer-nav .l-footer-nav__item .l-footer-nav__subitem {
    margin: 0 0 10px 0;
  }
}
.l-footer .l-footer-nav .l-footer-nav__item a {
  z-index: 1;
  position: relative;
}
.l-footer .l-footer-nav .l-footer-nav__item a:hover {
  animation: commonHoverA 0.2s ease-in forwards;
}
.l-footer .l-footer-nav .l-footer-nav__item:not(:first-child):not(:last-child) .l-footer-nav__heading::after {
  z-index: 0;
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  background: #333333;
  top: -1vw;
  right: 0;
}
@media screen and (min-width: 769px) {
  .l-footer .l-footer-nav .l-footer-nav__item:not(:first-child):not(:last-child) .l-footer-nav__heading::after {
    display: none;
  }
}
.l-footer .l-footer-nav__list--other {
  margin: 0 0 5vw;
}
@media screen and (min-width: 769px) {
  .l-footer .l-footer-nav__list--other {
    width: 18%;
    margin: 0 0 50px;
  }
}
.l-footer .l-footer-nav__list--other .l-footer-nav__otheritem a {
  display: inline-block;
  padding: 2vw;
  width: 100%;
  border: 1px solid;
  color: #999999;
  border-radius: 5vw;
  font-size: clamp(10px, 1.2vw, 13px);
  text-align: center;
}
@media screen and (min-width: 769px) {
  .l-footer .l-footer-nav__list--other .l-footer-nav__otheritem a {
    width: 100%;
    padding: 0.5vw;
  }
}

.c-btn {
  position: relative;
}
.c-btn a {
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  min-width: 30vw;
  height: 8vw;
  padding: 0 2vw;
  border-radius: 5vw;
  font-family: orbitron, sans-serif;
  font-size: clamp(12px, 1.6vw, 14px);
  letter-spacing: 0.2em;
  border-radius: 5vw;
  border: 1px solid #ffffff;
}
@media screen and (min-width: 769px) {
  .c-btn a {
    min-width: 156px;
    height: 45px;
    padding: 0 15px;
  }
}
.c-btn a::before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  background-size: 0%;
  width: 100%;
  height: 100%;
  transform: scale(0.1);
  transform-origin: left center;
  opacity: 0;
  border-radius: 5vw;
}
.c-btn a span {
  border-radius: 5vw;
}
.c-btn a span::before {
  z-index: -2;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #3d9dff;
  background-size: 0%;
  width: 100%;
  height: 100%;
  transform: scale(0.1);
  transform-origin: left center;
  opacity: 0;
  border-radius: 5vw;
}
@media screen and (min-width: 769px) {
  .c-btn a:hover {
    animation: commonHoverA 0.2s forwards;
    border: 1px solid #3d9dff;
  }
  .c-btn a:hover::before {
    animation: btnAnimbg02 0.15s ease-in forwards;
  }
  .c-btn a:hover::after {
    content: "";
    position: absolute;
    bottom: 30%;
    width: 20px;
    height: 1px;
    opacity: 0;
    background: #3d9dff;
    text-align: left;
    animation: pathmoveX 2s ease-in-out infinite;
  }
  .c-btn a:hover span::before {
    animation: btnAnimbg01 0.1s ease-out forwards;
  }
  .c-btn a:hover .c-btn__emphasis {
    color: #ffffff;
  }
  .c-btn a:hover .c-btn__emphasis::before {
    background: none;
  }
}

@keyframes btnAnimbg01 {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  10% {
    opacity: 1;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes btnAnimbg02 {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  10% {
    opacity: 1;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.c-btn__index-topics {
  width: 35%;
  margin: 8% 0 0 65%;
}
@media screen and (min-width: 769px) {
  .c-btn__index-topics {
    max-width: 156px;
    min-width: 108px;
    margin: 0 0 0 2vw;
  }
}

.c-btn__index {
  display: flex;
  justify-content: flex-end;
  gap: 0 5vw;
  width: 100%;
  margin: 8.5vw 0 0;
  border-top: 1px dotted #333333;
}
.c-btn__index a {
  width: 35%;
  margin: -4vw 0 0;
  background: #000;
}
@media screen and (min-width: 769px) {
  .c-btn__index {
    min-width: 108px;
    gap: 0 50px;
    margin: 50px 0 0;
  }
  .c-btn__index a {
    width: 10%;
    margin: -22px 0 0;
  }
}

.p-snav .p-snav__item a.c-btn__snav {
  z-index: 0;
  padding: 8% 10%;
  min-width: 136px;
}
.p-snav .p-snav__item a.c-btn__snav:hover::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-btn__title-nav a {
    min-width: 20vw;
  }
}
@media screen and (min-width: 769px) {
  .c-btn__title-nav a {
    min-width: 156px;
  }
}

.c-btn__studios,
.c-btn__about-partners {
  width: 35%;
  position: absolute;
  right: -5%;
  margin: 0;
  transform: translateY(-50%);
  background: #000;
}
@media screen and (min-width: 769px) {
  .c-btn__studios,
  .c-btn__about-partners {
    width: 10%;
    min-width: 108px;
  }
}

.c-btn__studios {
  top: 50%;
}
@media screen and (min-width: 769px) {
  .c-btn__studios {
    top: 36%;
  }
}

.c-btn__about-partners {
  bottom: -5%;
}
@media screen and (min-width: 769px) {
  .c-btn__about-partners {
    top: 42%;
    bottom: auto;
  }
}

.c-btn__caption {
  display: flex;
  gap: 0 15px;
}
@media screen and (min-width: 769px) {
  .c-btn__caption {
    margin: 0 0 15px;
  }
}
.c-btn__caption a:first-of-type {
  width: 100%;
}
.c-btn__caption a:nth-child(2) {
  width: 8vw;
  min-width: 8vw;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .c-btn__caption a:nth-child(2) {
    width: 45px;
    min-width: 45px;
  }
}
.c-btn__caption a:nth-child(2) svg {
  width: 4vw;
  margin: auto;
  fill: #ffffff;
}
@media screen and (min-width: 769px) {
  .c-btn__caption a:nth-child(2) svg {
    width: 20px;
  }
}
.c-btn__caption a:nth-child(2) svg .st0 {
  fill: #ffffff;
}
.c-btn__caption a:nth-child(2)::after {
  display: none;
}
.c-btn__caption a:nth-child(2):hover .st0 {
  fill: #3d9dff;
}

.c-btn__common a {
  width: 35%;
}
@media screen and (min-width: 769px) {
  .c-btn__common {
    min-width: 108px;
  }
  .c-btn__common a {
    width: 10%;
  }
}

.c-btn__emphasis {
  z-index: 2;
  position: absolute;
  top: -2vw;
  left: 0;
  display: inline-block;
  padding: 2%;
  background: #000000;
  color: #007aff;
  font-size: clamp(10px, 1.2vw, 13px);
}
@media screen and (min-width: 769px) {
  .c-btn__emphasis {
    top: -13px;
  }
}

.c-btn--recruit {
  position: fixed;
  bottom: 2vw;
  right: 2vw;
  display: block;
  z-index: 5;
  backdrop-filter: blur(3px);
  border-radius: 10px;
}
.c-btn--recruit a {
  display: block;
  width: 26vw;
  max-width: 211px;
  height: auto;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .c-btn--recruit a {
    width: 15vw;
  }
}
.c-btn--recruit a::before {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url("../images/bnr/bnr_recruit.png") no-repeat center top;
  filter: blur(2px) brightness(3) hue-rotate(-15deg);
  transform-origin: center;
}
.c-btn--recruit a.c-btn--partner {
  width: 23vw;
  margin: 2vw auto 0;
}
.c-btn--recruit a.c-btn--partner::before {
  background: url("../images/bnr/bnr_partners.png") no-repeat center top;
}
@media screen and (min-width: 769px) {
  .c-btn--recruit a.c-btn--partner {
    margin: 10px auto 0;
    width: 13vw;
    max-width: 180px;
  }
}
.c-btn--recruit a::after {
  content: "";
  position: absolute;
  bottom: 2.9vw;
  width: 20px;
  height: 1px;
  opacity: 0;
  background: #0006c3;
  text-align: left;
  animation: pathmoveRecruit 3s ease-in-out infinite;
}
@media screen and (min-width: 769px) {
  .c-btn--recruit a::after {
    bottom: 25px;
  }
}
@keyframes pathmoveRecruit {
  0% {
    right: 25px;
    opacity: 0;
    transform: scale(0.8, 1);
  }
  10% {
    opacity: 1;
    transform: scale(1.5, 1);
  }
  20% {
    right: 5px;
    opacity: 0;
    transform: scale(0.8, 1);
  }
  100% {
    right: 5px;
    opacity: 0;
    transform: scale(0.8, 1);
  }
}
.c-btn--recruit a:hover {
  filter: brightness(1.2);
}
.c-btn--recruit a:hover::before {
  animation: recruitBtnAnim 0.2s cubic-bezier(1, 0.44, 1, 0.86);
}
@keyframes recruitBtnAnim {
  0% {
    opacity: 0.3;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform: scale(1.1, 1.1);
  }
}
.c-btn--recruit.hide__btn-recruit a {
  bottom: -28vw;
}

@keyframes pathmoveX {
  0% {
    right: 0px;
    opacity: 0;
    transform: scale(0.8, 1);
  }
  10% {
    opacity: 1;
    transform: scale(1.5, 1);
  }
  20% {
    right: -20px;
    opacity: 0;
    transform: scale(0.8, 1);
  }
  100% {
    right: -20px;
    opacity: 0;
    transform: scale(0.8, 1);
  }
}
.is-btn {
  opacity: 0;
  transform: translateX(3vw);
}

.is-anim__btn {
  animation: btnIn 0.5s 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes btnIn {
  0% {
    opacity: 0;
    transform: translateX(3vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.c-copy {
  padding: 10vw 0 30vw;
  width: 100%;
  font-size: clamp(10px, 1.4vw, 12px);
  text-align: left;
  line-height: 1.8em;
}
.c-copy li {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 0 3vw 0;
}
@media screen and (min-width: 769px) {
  .c-copy li {
    margin: 0;
  }
}
.c-copy li:last-child {
  margin: 30vw 0 0 0;
}
@media screen and (min-width: 769px) {
  .c-copy {
    padding: 5vw 0;
  }
  .c-copy li:last-child {
    margin: 30px 0 0 0;
  }
}

.c-date {
  display: block;
  color: #ffffff;
  font-family: orbitron, sans-serif;
  letter-spacing: 0.2em;
  font-size: clamp(10px, 1.2vw, 13px);
}

a:hover .c-date {
  animation: commonHover 0.2s forwards;
}

@media screen and (max-width: 768px) {
  .c-date__article {
    z-index: -1;
    position: absolute;
    top: -12vw;
    right: 0;
    padding: 0 0 0 100%;
    border-bottom: 1px dotted #333333;
  }
}
@media screen and (min-width: 769px) {
  .c-date__article {
    width: 100%;
    display: inline-block;
  }
}
.c-heading {
  position: relative;
  display: inline-block;
  font-size: clamp(32px, 6vw, 64px);
  clip-path: inset(0 100% 0 0);
  padding: 1.5vw 0;
  font-family: orbitron, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 0.7em;
}
@media screen and (min-width: 769px) {
  .c-heading {
    padding: 9px 0;
  }
}
.c-heading::before, .c-heading::after {
  content: "";
  position: absolute;
  background: url("../images/common/dot_l.webp") no-repeat left top;
  background-size: contain;
  width: 13vw;
  height: 6vw;
}
@media screen and (min-width: 769px) {
  .c-heading::before, .c-heading::after {
    width: 75px;
    height: 30px;
  }
}
.c-heading::before {
  top: 0vw;
  left: 1vw;
}
@media screen and (min-width: 769px) {
  .c-heading::before {
    top: -3px;
  }
}
.c-heading::after {
  top: 1vw;
  right: 35%;
}
@media screen and (min-width: 769px) {
  .c-heading::after {
    top: 40px;
  }
}

.c-heading__l {
  line-height: 1em;
}
@media screen and (min-width: 769px) {
  .c-heading__l {
    line-height: 0.7em;
  }
}

.c-heading__studios {
  border-top: 1px dotted #333333;
  padding: 3% 0;
  width: 50%;
  clip-path: inset(0 100% 0 0);
}
@media screen and (min-width: 769px) {
  .c-heading__studios {
    border-top: none;
    border-left: 1px dotted #333333;
    padding: 5px 30px;
    width: 25%;
  }
}
.c-heading__studios.is-anim__head {
  animation: headIn 0.5s 0.4s cubic-bezier(0.67, 0.09, 0, 0.95) forwards;
}

.c-heading__vision {
  margin: -5vw 0 0;
  line-height: 1.2em;
}
.c-heading__vision::before {
  left: 0%;
  top: 10%;
  animation: dotHeading 3s 2s ease-in-out forwards;
}
.c-heading__vision::after {
  right: 60%;
  left: auto;
  top: 30%;
  animation: dotHeading 3s 3s ease-in-out forwards;
}
@media screen and (min-width: 769px) {
  .c-heading__vision {
    margin: -50px 0 0;
    font-size: clamp(52px, 8vw, 84px);
    max-width: 86%;
  }
}

.is-anim__head {
  animation: headIn 0.3s cubic-bezier(0.67, 0.09, 0, 0.95) forwards;
}
@keyframes headIn {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}
.is-anim__head::before {
  animation: dotHeading 2s ease-in-out forwards;
}
.is-anim__head::after {
  animation: dotHeading 3s 0.5s ease-in-out forwards;
}

.is-anim__head-vision {
  animation: headInVision 1.5s 1s cubic-bezier(0.67, 0.09, 0, 0.95) forwards;
}
@keyframes headInVision {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}

.c-lead {
  position: relative;
  display: inline-block;
  clip-path: inset(0 100% 0 0);
  margin: 0 0 0 -65px;
  padding: 0 0 0 65px;
  width: 100%;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .c-lead {
    margin: 0 0 0 -40px;
    padding: 0 0 0 70px;
    width: auto;
  }
}
.c-lead::before {
  content: "";
  display: block;
  position: absolute;
  top: 49%;
  left: 0px;
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.6) 100%);
}

.is-anim__lead {
  animation: leadIn 0.3s 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes leadIn {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}

.c-lead__studios {
  margin: 8vw 0 0 -8.5vw;
  padding: 0 0 0 9vw;
}
@media screen and (min-width: 769px) {
  .c-lead__studios {
    margin: 0 0 0 70px;
    padding: 0 0 0 30px;
  }
}
.c-lead__studios::before {
  width: 7vw;
}
@media screen and (min-width: 769px) {
  .c-lead__studios::before {
    width: 25px;
  }
}

.swiper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 10vw;
}
@media screen and (min-width: 769px) {
  .swiper {
    min-height: 35vw;
  }
}
.swiper .swiper-item img {
  width: 100%;
  height: auto;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 7vw;
  height: 7vw;
  border-radius: 10vw;
  color: #ffffff;
  cursor: pointer;
  font-size: clamp(16px, 3vw, 32px);
  font-weight: lighter;
  transition: 0.2s;
  border: 1px solid #ffffff;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
@media screen and (min-width: 769px) {
  .swiper .swiper-button-prev,
  .swiper .swiper-button-next {
    width: 3vw;
    height: 3vw;
    padding: 0 0 0.2vw 0;
  }
}
.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover {
  color: #2767fc;
  border: none;
}
.swiper .swiper-button-prev::before, .swiper .swiper-button-prev::after,
.swiper .swiper-button-next::before,
.swiper .swiper-button-next::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.swiper .swiper-button-prev::before,
.swiper .swiper-button-next::before {
  border: 1px solid transparent;
}
.swiper .swiper-button-prev:hover::before,
.swiper .swiper-button-next:hover::before {
  border-top-color: #3d9dff;
  border-right-color: #3d9dff;
  border-bottom-color: #3d9dff;
  transition: border-top-color 0.5s linear, border-right-color 0.5s linear 0.1s, border-bottom-color 0.5s linear 0.2s;
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  border: 0 solid transparent;
}
.swiper .swiper-button-prev:hover::after,
.swiper .swiper-button-next:hover::after {
  border-top: 1px solid #3d9dff;
  border-left-width: 1px;
  border-right-width: 1px;
  transform: rotate(270deg);
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.35s;
}
.swiper .swiper-button-prev {
  left: 5vw;
}
@media screen and (min-width: 769px) {
  .swiper .swiper-button-prev {
    left: 12.7vw;
  }
}
.swiper .swiper-button-next {
  right: 5vw;
}
@media screen and (min-width: 769px) {
  .swiper .swiper-button-next {
    right: 12.7vw;
  }
}
.swiper .swiper-pagination {
  position: absolute;
  bottom: 1vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  justify-content: space-between;
  height: 0.5vw;
  margin: -2vw auto 0;
}
.swiper .swiper-pagination span {
  margin: 0 1vw;
  width: 0.5vw;
  height: 0.5vw;
  background: #ffffff;
  border-radius: 1vw;
  border: 1px solid #ffffff;
  transition: 0.2s;
}
.swiper .swiper-pagination span:hover {
  background: #3d9dff;
  border: 1px solid #3d9dff;
}
.swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background: #3d9dff;
  border: 1px solid #3d9dff;
}
.swiper:before {
  top: 0;
}
.swiper:after {
  bottom: 0;
}

.is-swiper {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  animation: swiperAnim 0.6s 0.8s cubic-bezier(0.67, 0.09, 0, 0.95) forwards;
}
@keyframes swiperAnim {
  0% {
    clip-path: inset(0 100% 0 0);
    transform: translateX(-10vw);
    opacity: 0;
  }
  100% {
    clip-path: inset(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.p-index-topics {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 8vw;
  background: #000000;
  color: #ffffff;
  display: flex;
  justify-content: center;
  border-bottom: 1px dotted #333333;
  background: #000000;
  background-size: auto;
}
@media screen and (min-width: 769px) {
  .p-index-topics {
    padding: 2vw;
  }
}
.p-index-topics::after {
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .p-index-topics .p-index-topics__article {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p-index-topics .p-index-topics__heading {
  position: relative;
  display: inline-block;
  margin: 0 0 3%;
  font-size: clamp(18px, 2.5vw, 32px);
  font-family: orbitron, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .p-index-topics .p-index-topics__heading {
    margin: 0;
  }
}
.p-index-topics .p-index-topics__heading::before, .p-index-topics .p-index-topics__heading::after {
  content: "";
  position: absolute;
  background: url("../images/common/dot_l.webp") no-repeat left top;
  background-size: contain;
  width: 13vw;
  height: 6vw;
}
@media screen and (min-width: 769px) {
  .p-index-topics .p-index-topics__heading::before, .p-index-topics .p-index-topics__heading::after {
    width: 75px;
    height: 30px;
  }
}
.p-index-topics .p-index-topics__heading::before {
  display: none;
}
.p-index-topics .p-index-topics__heading::after {
  bottom: 1px;
  right: -8px;
  animation: dotHeading 4s 0.5s ease-in-out forwards;
}
.p-index-topics .p-index-topics__title {
  overflow: hidden;
  font-size: clamp(12px, 1.6vw, 16px);
  letter-spacing: 0.05em;
  line-height: 1.6em;
}
@media screen and (min-width: 769px) {
  .p-index-topics .p-index-topics__title {
    margin: 0 0 0 2vw;
  }
  .p-index-topics .p-index-topics__title a:hover {
    animation: commonHoverB 0.2s ease-in forwards;
  }
  .p-index-topics .p-index-topics__title a:hover .c-date {
    animation: commonHoverB 0.2s ease-in forwards;
  }
}

.p-about {
  font-size: clamp(12px, 1.6vw, 18px);
}

.p-message {
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 600;
  letter-spacing: 0.1em;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  clip-path: inset(0 100% 0 0);
}
@media screen and (min-width: 769px) {
  .p-message {
    line-height: 2em;
  }
}

.is-anim__message {
  animation: message 2s 1.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes message {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}

.p-overview__image {
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-overview__image {
    position: absolute;
    top: 5%;
    right: 0;
    width: 50%;
    max-height: 900px;
    text-align: right;
  }
}
.p-overview__image img {
  width: 100%;
  max-height: 1100px;
  width: auto;
}

.p-overview__item {
  border-bottom: 1px dotted #333333;
  padding: 3vw 0;
}
@media screen and (min-width: 769px) {
  .p-overview__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 0;
  }
}

.p-overview__title {
  font-size: clamp(12px, 1.6vw, 18px);
}
@media screen and (min-width: 769px) {
  .p-overview__title {
    width: 15%;
    font-size: clamp(12px, 1.6vw, 18px);
  }
}

.p-overview__text {
  font-size: clamp(12px, 1.6vw, 18px);
  padding: 2.5vw 0 0;
}
@media screen and (min-width: 769px) {
  .p-overview__text {
    font-size: clamp(12px, 1.6vw, 18px);
    width: 85%;
    padding: 0;
  }
}

.p-overview__mapicon {
  width: 2vw;
  max-width: 16px;
  margin-left: 1vw;
}

.p-studios {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 10%;
  margin: 5vw 0 0 0;
  width: 90%;
  border: 1px dotted #333333;
}
@media screen and (min-width: 769px) {
  .p-studios {
    margin: 50px 0 0 0;
    padding: 50px;
  }
}

.p-studios__subheading {
  display: inline-block;
  width: 50vw;
  clip-path: inset(0 100% 0 0);
}
@media screen and (min-width: 769px) {
  .p-studios__subheading {
    width: 30%;
  }
}

.p-about-partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  padding: 10%;
  margin: 5vw 0 0 0;
  width: 90%;
  border: 1px dotted #333333;
}
@media screen and (min-width: 769px) {
  .p-about-partners {
    margin: 50px 0 0 0;
    padding: 50px;
  }
}

.p-about-partners__subheading {
  display: inline-block;
  width: 100%;
  clip-path: inset(0 100% 0 0);
}
@media screen and (min-width: 769px) {
  .p-about-partners__subheading {
    width: 30%;
  }
}

.p-about-partners__item {
  display: inline-block;
  width: 100%;
  clip-path: inset(0 100% 0 0);
  margin: 5vw 0 0;
  padding: 3vw 6vw 0;
  border-top: 1px dotted #333333;
}
@media screen and (min-width: 769px) {
  .p-about-partners__item {
    width: 50%;
    margin: 0 0 0 50px;
    padding: 0 0 0 50px;
    border-top: none;
    border-left: 1px dotted #333333;
  }
}

.p-executives {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5%;
}
@media screen and (min-width: 769px) {
  .p-executives {
    gap: 0 100px;
  }
}

.p-executives__item {
  width: 47.5%;
  margin: 0 0 5%;
  padding: 0 0 1vw;
  font-size: clamp(12px, 1.6vw, 18px);
}
@media screen and (min-width: 769px) {
  .p-executives__item {
    width: 18.4vw;
    max-width: 353px;
    margin: 0;
    padding: 0 0 10px;
  }
}

.p-executives__image-coming {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55vw;
  max-width: 353px;
  max-height: 500px;
  border-top: 1px dotted #999999;
  border-bottom: 1px dotted #333333;
  border-left: 1px dotted #999999;
  border-right: 1px dotted #333333;
  font-family: orbitron, sans-serif;
  font-size: clamp(10px, 1.2vw, 13px);
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-executives__image-coming {
    height: 26vw;
  }
}
.p-executives__image-coming::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: -25%;
  left: 50%;
  width: 1px;
  height: 150%;
  border-left: 1px dotted #333333;
  transform: rotate(35deg);
}

.p-executives__role {
  display: block;
  font-size: clamp(10px, 1.2vw, 13px);
  margin: 5vw 0 2vw;
}
@media screen and (min-width: 769px) {
  .p-executives__role {
    margin: 30px 0 10px;
  }
}

.p-executives__translation {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  font-size: clamp(10px, 1.2vw, 13px);
  font-family: orbitron, sans-serif;
}
@media screen and (min-width: 769px) {
  .p-executives__translation {
    padding-left: 30px;
  }
}
.p-executives__translation::before {
  content: "";
  display: block;
  position: absolute;
  top: 49%;
  left: 0px;
  width: 1em;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.6) 100%);
}
@media screen and (min-width: 769px) {
  .p-executives__translation::before {
    left: -10px;
    width: 30px;
  }
}

.p-history__list {
  height: 50vh;
  overflow-y: scroll;
}
@media screen and (min-width: 769px) {
  .p-history__list {
    height: 600px;
  }
}

.p-history__list::-webkit-scrollbar {
  width: 10px;
}

.p-history__list::-webkit-scrollbar-track {
  background-color: #333;
}

.p-history__list::-webkit-scrollbar-thumb {
  background-color: #fff;
}

.p-history__item {
  border-bottom: 1px dotted #333333;
  padding: 3vw 0;
}
.p-history__item span {
  margin-bottom: 1.25vw;
}
@media screen and (min-width: 769px) {
  .p-history__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 0;
  }
  .p-history__item span {
    width: 84px;
    margin-bottom: 0;
    margin-right: 5vw;
  }
}

.p-group__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5vw;
}
@media screen and (min-width: 769px) {
  .p-group__list {
    gap: 50px;
  }
}

.p-group__item {
  width: 28.5%;
  max-width: 206px;
  margin: 0 0 5%;
  text-align: center;
  font-size: clamp(12px, 1.6vw, 18px);
}
@media screen and (min-width: 769px) {
  .p-group__item {
    width: 18.4vw;
    margin: 0;
  }
}

.p-news {
  font-size: clamp(13px, 1.5vw, 15px);
  line-height: 2.4em;
  letter-spacing: 0.1em;
}
.p-news .p-news_content {
  max-width: 1024px;
  margin: 50px auto;
}
.p-news .p-news_content li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-news .p-news_content p,
.p-news .p-news_content .wp-block-image {
  word-break: break-all;
  margin: 2.5vw 0 0;
}
@media screen and (min-width: 769px) {
  .p-news .p-news_content p,
  .p-news .p-news_content .wp-block-image {
    margin: 25px 0 0;
  }
}
.p-news .p-news_content p {
  word-break: break-word;
}
.p-news .p-news_content a strong {
  font-size: clamp(13px, 1.5vw, 15px);
}
.p-news .p-news_content strong {
  overflow-wrap: break-word;
  font-size: clamp(18px, 2vw, 22px);
}
.p-news .p-news_content strong a {
  font-size: clamp(13px, 1.5vw, 15px);
}

.p-news__title {
  margin: -10vw 0 0;
  font-size: clamp(24px, 5vw, 48px);
  line-height: 1.4em;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .p-news__title {
    max-width: 1024px;
    margin: -135px auto 0;
  }
}

.p-works {
  font-size: clamp(12px, 1.6vw, 18px);
}

.p-works__caption-title {
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 3vw 0;
  padding: 0 0 1vw;
}
@media screen and (min-width: 769px) {
  .p-works__caption-title {
    margin: 15px 0;
    padding: 0 0 10px;
  }
}

.p-works__caption-subtitle {
  font-size: clamp(10px, 1.2vw, 13px);
}

.p-works__caption-pf {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-family: orbitron, sans-serif;
  font-size: clamp(10px, 1.2vw, 13px);
  margin: 0 0 3vw;
}
@media screen and (min-width: 769px) {
  .p-works__caption-pf {
    margin: 0 0 15px;
  }
}

.p-works__caption-author {
  font-size: clamp(10px, 1.2vw, 13px);
  margin: 0 0 3vw;
  padding: 0 0 1vw;
}
@media screen and (min-width: 769px) {
  .p-works__caption-author {
    margin: 0 0 15px;
    padding: 0 0 10px;
  }
}

.p-works__caption-pf__item {
  position: relative;
  margin: 0 15px 0 0;
  padding: 0 15px 0 0;
}
.p-works__caption-pf__item::after {
  position: absolute;
  top: 2px;
  right: 0;
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: #ffffff;
}

.p-works__caption__famitsu {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 0 3vw;
  padding: 3vw;
  border-bottom: 1px dotted #fff;
  font-size: clamp(10px, 1.1vw, 11px);
}
@media screen and (min-width: 769px) {
  .p-works__caption__famitsu {
    gap: 0 15px;
    padding: 15px;
    border-bottom: none;
    border-left: 1px dotted #fff;
  }
}

.p-works__caption__famitsu-logo {
  width: 23%;
  max-width: 100px;
}

.p-works__btn__x-logo {
  width: 50%;
  margin: auto;
}

.p-contact {
  font-size: clamp(12px, 1.6vw, 18px);
}

.p-contact__text {
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 600;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.p-contact__form select,
.p-contact__form input[type=text],
.p-contact__form input[type=email],
.p-contact__form input[type=tel],
.p-contact__form textarea {
  width: 80%;
  padding: 3vw;
  background: #fff;
  color: #000;
  margin: 2vw 0 5vw;
  line-height: 1.4em;
}
@media screen and (min-width: 769px) {
  .p-contact__form select,
  .p-contact__form input[type=text],
  .p-contact__form input[type=email],
  .p-contact__form input[type=tel],
  .p-contact__form textarea {
    max-width: 1000px;
    margin: 20px 0 50px;
    padding: 17px;
  }
}
.p-contact__form select,
.p-contact__form input[type=text],
.p-contact__form input[type=email],
.p-contact__form input[type=tel] {
  max-height: 60px;
}
.p-contact__form .text_primary {
  color: #49cbe7;
}
.p-contact__form .text_primary,
.p-contact__form .text_s {
  font-size: clamp(10px, 1.2vw, 13px);
}
.p-contact__form .text_s {
  line-height: 2em;
  padding-top: 1em;
  display: inline-block;
}
.p-contact__form .text_s {
  line-height: 2em;
}
.p-contact__form input[type=checkbox] {
  padding: 10px;
  width: 25px;
  height: 25px;
  margin: 0 5px 0 -1em;
}
.p-contact__form select {
  background-image: url("../images/common/ico_select-arrow.png");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.p-contact__form input[type=submit] {
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  min-width: 30vw;
  height: 8vw;
  padding: 0 2vw;
  border-radius: 5vw;
  font-size: clamp(12px, 1.6vw, 14px);
  letter-spacing: 0.2em;
  border-radius: 5vw;
  border: 1px solid #ffffff;
}
@media screen and (min-width: 769px) {
  .p-contact__form input[type=submit] {
    min-width: 156px;
    height: 45px;
    padding: 0 15px;
  }
}
.p-contact__form input[type=submit]:disabled {
  color: #999999;
  border: 1px solid #999999;
}

/* Chrome */
::-webkit-input-placeholder {
  color: #000000;
}

/* Firefox */
::-moz-placeholder {
  color: #000000;
}

/* IE */
:-ms-input-placeholder {
  color: #000000;
}

.wpcf7-list-item-label a {
  text-decoration: underline;
}

.wpcf7-not-valid-tip {
  margin: 0 0 3vw;
}

.p-partners {
  font-size: clamp(10px, 1.2vw, 15px);
  line-height: 2.4em;
  letter-spacing: 0.1em;
}

.p-partners-banks__text {
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 600;
  letter-spacing: 0.1em;
}

.p-partners-banks__category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10%;
  margin: 5vw 0 0 0;
  width: 100%;
  border: 1px dotted #333333;
}
@media screen and (min-width: 769px) {
  .p-partners-banks__category {
    justify-content: flex-start;
    margin: 50px 0 0 0;
    padding: 50px;
  }
}

.p-partners-banks__image {
  width: 100%;
  max-width: 511px;
}
@media screen and (min-width: 769px) {
  .p-partners-banks__image {
    width: 30%;
  }
}

.p-partners-banks__item {
  margin: 2.5vw 0 0;
}
@media screen and (min-width: 769px) {
  .p-partners-banks__item {
    width: 60%;
    margin: 0 0 0 50px;
  }
}

.p-partners-flow {
  border-top: 1px dotted #333333;
}

.p-partners-flow__image {
  width: 100%;
  max-width: 200px;
}
.p-partners-flow__image img {
  display: block;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .p-partners-flow__image {
    width: 30%;
  }
}

.p-partners-flow_item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10%;
  border-bottom: 1px dotted #333333;
}
@media screen and (min-width: 769px) {
  .p-partners-flow_item {
    justify-content: flex-start;
    padding: 50px;
  }
}
.p-partners-flow_item::after {
  position: absolute;
  right: 0;
  top: 10%;
  transform: translateY(-50%);
  font-size: clamp(80px, 20vw, 100px);
  font-family: orbitron, sans-serif;
  color: #333333;
}
@media screen and (min-width: 769px) {
  .p-partners-flow_item::after {
    top: 50%;
    transform: none;
  }
}
.p-partners-flow_item:nth-child(1)::after {
  content: "1";
  right: 2%;
}
.p-partners-flow_item:nth-child(2)::after {
  content: "2";
}
.p-partners-flow_item:nth-child(3)::after {
  content: "3";
}
.p-partners-flow_item:nth-child(4)::after {
  content: "4";
}

.p-partners-flow__text {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-partners-flow__text {
    width: 60%;
    margin: 0 0 0 50px;
  }
}
.p-partners-flow__text h4 {
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0 0 2.5vw;
}
@media screen and (min-width: 769px) {
  .p-partners-flow__text h4 {
    margin: 0 0 25px;
  }
}

.p-policy {
  font-size: clamp(10px, 1.2vw, 15px);
  line-height: 2.4em;
  letter-spacing: 0.1em;
}
.p-policy li {
  text-indent: -1em;
  padding-left: 1em;
}

.p-policy__title {
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 600;
  letter-spacing: 0.1em;
}

.p-policy__list {
  margin: 2.5vw 0 0;
}
@media screen and (min-width: 769px) {
  .p-policy__list {
    margin: 25px 0 0;
  }
}

.p-article .p-article__item {
  border-bottom: 1px dotted #333333;
  line-height: 1.4em;
  clip-path: inset(0 100% 0 0);
  letter-spacing: 0.1em;
  overflow: hidden;
}
.p-article .p-article__item:first-child a {
  padding: 0 0 5vw;
}
@media screen and (min-width: 769px) {
  .p-article .p-article__item:first-child a {
    padding: 0 0 50px;
  }
}
.p-article .p-article__item a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10vw 0 5vw;
}
@media screen and (min-width: 769px) {
  .p-article .p-article__item a {
    flex-wrap: nowrap;
    padding: 50px 0;
  }
  .p-article .p-article__item a::after {
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #3d9dff;
    width: 1px;
    height: 1px;
    opacity: 0;
  }
  .p-article .p-article__item a:hover::after {
    animation: btnArticlebg01 0.2s ease-in-out forwards;
  }
  @keyframes btnArticlebg01 {
    0% {
      opacity: 0;
    }
    1% {
      opacity: 1;
      width: 1px;
    }
    100% {
      opacity: 1;
      width: 100%;
    }
  }
}
.p-article .p-article__item .p-article__thumb {
  width: 60%;
}
@media screen and (min-width: 769px) {
  .p-article .p-article__item .p-article__thumb {
    width: 18.5%;
  }
}
.p-article .p-article__item .p-article__title {
  position: relative;
  font-size: clamp(12px, 1.6vw, 18px);
  line-height: 1.4em;
  margin: 5vw 0 0 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-article .p-article__item .p-article__title {
    margin: 0 0 0 30px;
    width: 80%;
  }
}

.is-anim__article {
  animation: articleIn 0.3s 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes articleIn {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0);
    opacity: 1;
  }
}

.p-section {
  position: relative;
  background: #000000;
  margin: 0 auto;
  padding: 0 8vw 16vw;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-section {
    padding: 0 7% 200px;
  }
}

.p-section__first {
  padding: 8vw 8vw 16vw;
}
@media screen and (min-width: 769px) {
  .p-section__first {
    padding: 100px 7% 200px;
  }
}

.p-section__header {
  z-index: 2;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5vw 0;
}
@media screen and (min-width: 769px) {
  .p-section__header {
    flex-wrap: nowrap;
    gap: 0 50px;
  }
}
.p-section__header::before {
  content: "";
  display: block;
  position: absolute;
  top: 7.7vw;
  left: -8vw;
  width: 7vw;
  height: 1px;
  background: #ffffff;
}
@media screen and (min-width: 769px) {
  .p-section__header::before {
    display: none;
  }
}

#top .p-section:first-of-type::before {
  content: "";
  z-index: 8;
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 70px;
  animation: pathmove 3s ease-in-out infinite;
  opacity: 0;
  background: #3d9dff;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: -1vw;
    opacity: 0;
  }
  15% {
    height: 30px;
    opacity: 1;
  }
  40% {
    height: 0;
    top: 2vw;
    opacity: 0;
  }
  100% {
    height: 0;
    top: 2vw;
    opacity: 0;
  }
}
#top .p-section:first-of-type::after {
  content: "";
  z-index: 9;
  position: absolute;
  left: calc(50% - 15px);
  top: 0;
  background: url("../images/common/dot_blue.webp") no-repeat center top;
  transform: rotate(90deg);
  width: 30px;
  height: 12px;
  animation: pathmoveDot 3s ease-in-out infinite;
}
@keyframes pathmoveDot {
  0% {
    top: -0.5vw;
    opacity: 0;
  }
  15% {
    opacity: 0.7;
  }
  40% {
    top: 1.5vw;
    opacity: 0.7;
  }
  100% {
    height: 0;
    top: 1.5vw;
    opacity: 0;
  }
}

.p-snav {
  z-index: 100;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 16% 0 auto auto;
  width: 230px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-radius: 16px 0 0 16px;
  transition: 0.2s ease-out;
  overflow: hidden;
  backdrop-filter: blur(6px);
}
@media screen and (min-width: 1280px) {
  .p-snav {
    margin: 160px 0 auto auto;
  }
}
@media screen and (min-width: 769px) {
  .p-snav {
    display: block;
  }
}
.p-snav .p-snav__title {
  display: block;
  z-index: 2;
  position: absolute;
  padding: 15px 0 0 15px;
  bottom: 50px;
  color: #fff;
  font-size: 14px;
  opacity: 0;
  transition: all 0.5s ease-out;
  clip-path: inset(0 100% 0 0);
  border-top: 1px dotted #fff;
}
.p-snav .p-snav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: space-evenly;
  width: 100%;
  height: 100%;
  font-size: clamp(10px, 1.2vw, 13px);
}
.p-snav .p-snav-list::before {
  content: "";
  position: absolute;
  left: 36px;
  z-index: 1;
  display: block;
  width: 19px;
  height: 19px;
  background: url("../images/common/ico_snav.png");
  transition: all 0.3s ease-out;
  opacity: 0;
  transform: rotate(540deg);
}
.p-snav .p-snav__item {
  width: 80%;
  padding-left: 20%;
}
.p-snav .p-snav__item a {
  padding: 10% 0;
  width: 100%;
  display: block;
  line-height: 1.6em;
  background: url("../images/common/dot_l_blue.webp") no-repeat left center;
  background-size: 0%;
  transition: all 0.3s;
}
.p-snav .p-snav__item a:hover {
  background-size: 50px 20px;
  animation: snavHoverDot 1.8s ease-in forwards;
  letter-spacing: 0.3em;
  color: #3d9dff;
}
.p-snav .p-snav__item a:hover:after {
  content: "";
  z-index: 2;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgb(0, 0, 0) 6%, rgb(39, 176, 252) 6%, rgb(0, 0, 0) 7%, rgb(0, 0, 0) 20%, rgb(39, 176, 252) 20%, rgb(0, 0, 0) 21%, rgb(0, 0, 0) 38%, rgb(39, 176, 252) 38%, rgb(0, 0, 0) 39%, rgb(0, 0, 0) 44%, rgb(39, 176, 252) 45%, rgb(0, 0, 0) 45%, rgb(0, 0, 0) 50%, rgb(39, 176, 252) 50%, rgb(0, 0, 0) 51%, rgb(0, 0, 0) 55%, rgb(39, 176, 252) 55%, rgb(0, 0, 0) 56%, rgb(0, 0, 0) 70%, rgb(39, 176, 252) 70%, rgb(0, 0, 0) 71%);
  background-size: 300% 300%;
  bottom: 0;
  animation: borderAnim 2s ease-in infinite;
}
.p-snav .p-snav__item a.current {
  color: #3d9dff;
}
@keyframes snavHoverDot {
  0% {
    background-size: 0%;
  }
  25% {
    background-size: 50px 20px;
  }
  75% {
    background-size: 50px 20px;
  }
  100% {
    background-size: 0%;
  }
}
.p-snav::before {
  color: #ffffff;
  z-index: 2;
  position: absolute;
  right: 94px;
  width: 160px;
  opacity: 0;
  transition: 0.4s ease-out;
  transform: rotate(-90deg);
  transform-origin: bottom;
  font-family: orbitron, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: clamp(12px, 1.6vw, 18px);
  text-align: right;
}
.p-snav::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #2767fc;
  transition: 0.2s ease-out;
}

.p-snav__about {
  height: 438px;
}
.p-snav__about::before {
  content: "ABOUT-";
}

.p-snav__news {
  height: 300px;
}
.p-snav__news::before {
  content: "NEWS-";
}

.p-snav__works {
  height: 300px;
}
.p-snav__works::before {
  content: "WORKS-";
}

.p-snav__recruit {
  height: 300px;
}
.p-snav__recruit::before {
  content: "RECRUIT-";
}

.p-snav__partner {
  height: 300px;
}
.p-snav__partner::before {
  content: "PARTNERS-";
}

.p-snav__crossdev {
  height: 360px;
}
.p-snav__crossdev::before {
  content: "CROSSDEV-";
}

.p-snav__customdev {
  height: 360px;
}
.p-snav__customdev::before {
  content: "COSTOMDEV-";
}

.hide__snav {
  right: -140px;
  border: none;
  cursor: pointer;
}
.hide__snav .p-snav__title {
  opacity: 1;
  clip-path: inset(0);
}
.hide__snav .p-snav-list::before {
  opacity: 1;
  transform: rotate(0deg);
  top: 50px;
}
.hide__snav::before {
  opacity: 1;
  top: 135px;
}
.hide__snav::after {
  width: 180%;
  height: 120%;
  opacity: 1;
  border-radius: 0px;
}
.hide__snav:hover {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  right: 0;
}
.hide__snav:hover .p-snav__title {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
}
.hide__snav:hover .p-snav-list::before {
  top: -30%;
  opacity: 0;
  transform: rotate(540deg);
}
.hide__snav:hover::before {
  opacity: 0;
  top: -30%;
}
.hide__snav:hover::after {
  opacity: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.p-titlelist {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10vw 1vw;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-titlelist {
    gap: 1vw;
    width: 100%;
    justify-content: flex-start;
  }
}
.p-titlelist .p-titlelist__item {
  position: relative;
  width: 100%;
  padding: 1px;
}
.p-titlelist .p-titlelist__item .p-titlelist__thumb {
  display: block;
  position: relative;
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.37, 1.25, 0.9, 0.95);
}
.p-titlelist .p-titlelist__item .p-titlelist__thumb img {
  clip-path: inset(0 100% 0 0);
}
@media screen and (min-width: 769px) {
  .p-titlelist .p-titlelist__item .p-titlelist__thumb::before, .p-titlelist .p-titlelist__item .p-titlelist__thumb::after {
    z-index: 2;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10vw;
    height: 10vw;
    opacity: 0;
    border: 100px solid #2767fc;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    mix-blend-mode: overlay;
    backdrop-filter: blur(15px);
  }
  .p-titlelist .p-titlelist__item .p-titlelist__thumb::before {
    border: 100px solid #ffffff;
  }
  .p-titlelist .p-titlelist__item .p-titlelist__thumb::after {
    border: 100px solid #ffffff;
  }
  .p-titlelist .p-titlelist__item .p-titlelist__thumb:hover {
    transform: scale(1.05);
    overflow: hidden;
  }
  .p-titlelist .p-titlelist__item .p-titlelist__thumb:hover::before {
    animation: ripples 0.3s ease-out forwards;
  }
  .p-titlelist .p-titlelist__item .p-titlelist__thumb:hover::after {
    animation: ripples 0.3s 0.08s ease-in forwards;
  }
  @keyframes ripples {
    0% {
      width: 20vw;
      height: 20vw;
      opacity: 0;
    }
    20% {
      opacity: 0.2;
      backdrop-filter: blur(15px);
    }
    100% {
      width: 50vw;
      height: 50vw;
      opacity: 0.2;
      backdrop-filter: blur(0px);
    }
  }
}
@media screen and (min-width: 769px) {
  .p-titlelist .p-titlelist__item {
    width: 32%;
  }
}

.is-anim__thumb img {
  animation: thumbIn 0.8s 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes thumbIn {
  0% {
    clip-path: inset(0 100% 0 0);
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    clip-path: inset(0);
    transform: scale(1);
    opacity: 1;
  }
}

.p-title-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 14vw;
  margin: 0 auto;
  padding: 0 8vw;
  width: 100%;
  height: 50vw;
}
@media screen and (min-width: 769px) {
  .p-title-section {
    flex-wrap: nowrap;
    top: 120px;
    padding: 0 7%;
    height: 400px;
  }
}

.p-title-nav {
  display: flex;
  gap: 0 4vw;
  margin: -20vw 0 0;
}
@media screen and (min-width: 769px) {
  .p-title-nav {
    gap: 0 20px;
    margin: 0;
    display: none;
    margin: 4vw 0 0;
  }
}
.p-title-nav a.current {
  color: #3d9dff;
  border-color: #3d9dff;
}

.p-title-thumb {
  z-index: 2;
  position: absolute;
  width: 100%;
  left: 0;
}
.p-title-thumb img {
  width: 100%;
}
.p-title-thumb::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
}

.p-pagenation {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 3vw;
  margin-top: 3vw;
}
@media screen and (min-width: 769px) {
  .p-pagenation {
    gap: 30px;
    margin-top: 30px;
  }
}
.p-pagenation .p-pagenation__item,
.p-pagenation .page,
.p-pagenation .nextpostslink,
.p-pagenation .previouspostslink,
.p-pagenation .first,
.p-pagenation .last,
.p-pagenation .current {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 8vw;
}
@media screen and (min-width: 769px) {
  .p-pagenation .p-pagenation__item,
  .p-pagenation .page,
  .p-pagenation .nextpostslink,
  .p-pagenation .previouspostslink,
  .p-pagenation .first,
  .p-pagenation .last,
  .p-pagenation .current {
    min-width: 45px;
  }
}
.p-pagenation .p-pagenation__item,
.p-pagenation .page,
.p-pagenation .nextpostslink,
.p-pagenation .previouspostslink {
  max-width: 45px;
  max-height: 45px;
  width: 8vw;
  height: 8vw;
}
.p-pagenation .first,
.p-pagenation .last {
  max-width: 90px;
  border-radius: 20px;
}
.p-pagenation .extend,
.p-pagenation .pages {
  font-family: orbitron, sans-serif;
  font-size: clamp(12px, 1.6vw, 14px);
  border: none;
}
.p-pagenation .pages {
  display: block;
  width: 100%;
}
.p-pagenation .current {
  max-width: 45px;
  height: 8vw;
  border: 1px solid #3d9dff !important;
  color: #3d9dff;
  border-radius: 5vw;
  font-family: orbitron, sans-serif;
  font-size: clamp(12px, 1.6vw, 14px);
}
@media screen and (min-width: 769px) {
  .p-pagenation .current {
    height: 45px;
  }
}

.u-spOnly {
  display: block;
}
@media screen and (min-width: 769px) {
  .u-spOnly {
    display: none;
  }
}

.u-pcOnly {
  display: none;
}
@media screen and (min-width: 769px) {
  .u-pcOnly {
    display: block;
  }
}

.u-font-bold {
  font-weight: bold;
}

.u-box-in {
  margin-top: 5vw;
}
@media screen and (min-width: 769px) {
  .u-box-in {
    margin-top: 50px;
  }
}

.u-box-end {
  margin-bottom: 15vw;
}
@media screen and (min-width: 769px) {
  .u-box-end {
    margin-bottom: 150px;
  }
}

.u-title-in {
  margin-top: 50vw;
}
@media screen and (min-width: 769px) {
  .u-title-in {
    margin-top: 400px;
  }
}/*# sourceMappingURL=style.css.map */