@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;600;700&family=Roboto:wght@400;500;600;700&display=swap");
@media screen and (min-width: 769px) {
  html {
    font-size: 0.782vw; } }
@media screen and (min-width: 1281px) {
  html {
    font-size: 10px; } }
@media screen and (max-width: 768px) {
  html {
    font-size: 2.667vw; } }

body {
  margin: 0;
  font-weight: 500;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  position: relative;
  line-height: 0;
  background: #fff; }

html {
  height: -webkit-fill-available; }

body {
  min-height: 100vh;
  min-height: -webkit-fill-available; }

img {
  vertical-align: bottom; }

img, svg, video {
  width: 100%;
  height: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast; } }
a {
  text-decoration: none;
  color: #0000ff; }

h1, h2, h3, h4, h5, p, dl, dt, dd, ul, ol, li, figure {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none; }

@media screen and (max-width: 768px) {
  .pcv {
    display: none !important; } }

@media screen and (min-width: 769px) {
  .spv {
    display: none !important; } }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.svg_img {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: transform;
  image-rendering: -webkit-optimize-contrast;
  shape-rendering: crispEdges;
  text-rendering: geometricPrecision; }

.font_en {
  /*font-family: "Dela Gothic One", sans-serif;*/ }

/*base*/
.slider,
.slider div {
  width: 100%;
  height: 100%; }

.disp_none {
  display: none; }

img {
  pointer-events: none;
  user-select: none; }

main {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  min-height: 50vh; }

section {
  position: relative; }

section .inner {
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 769px) {
    section .inner {
      width: 120rem; } }
  @media screen and (max-width: 768px) {
    section .inner {
      width: 32rem; } }

section .inner_max {
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 769px) {
    section .inner_max {
      width: 130rem; } }
  @media screen and (max-width: 768px) {
    section .inner_max {
      width: 33.5rem; } }

/*import*/
header {
  position: fixed;
  z-index: 9000;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  pointer-events: none; }
  @media screen and (min-width: 769px) {
    header {
      height: 12.8rem; } }
  @media screen and (max-width: 768px) {
    header {
      height: 9rem; } }

header::before {
  content: "";
  position: absolute;
  background: #fff;
  transition: all 400ms cubic-bezier(0.74, 0.255, 0.19, 0.955);
  transition-timing-function: cubic-bezier(0.74, 0.255, 0.19, 0.955); }
  @media screen and (min-width: 769px) {
    header::before {
      right: -100%;
      top: 0;
      width: 60rem;
      height: 8.6rem;
      border-bottom-left-radius: 2rem; } }
  @media screen and (max-width: 768px) {
    header::before {
      display: none;
      /*
      right: 0;
      top: -100%;
      width: 100%;
      height: divceil(90, 10, rem);
      */ } }

@media screen and (min-width: 769px) {
  header.fixed_bg::before {
    right: 0; } }
@media screen and (max-width: 768px) {
  header.fixed_bg::before {
    /*
    top: 0;
    */ } }

header h1 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9010;
  pointer-events: auto; }
  @media screen and (min-width: 769px) {
    header h1 {
      bottom: 0;
      left: 2.5rem;
      width: 19rem; } }
  @media screen and (max-width: 768px) {
    header h1 {
      top: 1.3rem;
      left: 1.3rem;
      width: 12rem; } }

header h1 a {
  position: relative;
  display: block; }
  @media screen and (min-width: 769px) {
    header h1 a {
      transition: ease-in-out 0.4s all; } }

header .btn_registration {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9010;
  pointer-events: auto; }
  @media screen and (min-width: 769px) {
    header .btn_registration {
      position: absolute;
      bottom: auto !important;
      top: 0;
      right: 0;
      width: 14.5rem; } }
  @media screen and (max-width: 768px) {
    header .btn_registration {
      position: fixed;
      bottom: 0;
      right: 0;
      width: 12rem; } }

@media screen and (max-width: 768px) {
  header .btn_registration {
    opacity: 0;
    transition: ease-in-out 0.4s all; } }

header .btn_registration.avtive {
  opacity: 1; }

@media screen and (min-width: 769px) {
  header nav {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 2.5rem;
    pointer-events: auto;
    margin: 3rem 15.5rem 0 auto; } }
@media screen and (max-width: 768px) {
  header nav {
    position: fixed;
    z-index: 9000;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100vh !important;
    pointer-events: none;
    background: url("../img/cont_bg.jpg") center center repeat;
    background-size: 100% auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    gap: 5rem;
    transition: all 300ms cubic-bezier(0.74, 0.255, 0.19, 0.955);
    transition-timing-function: cubic-bezier(0.74, 0.255, 0.19, 0.955); } }

@media screen and (max-width: 768px) {
  header nav::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url("../img/nav_top.png") center top no-repeat;
    background-size: 100% auto;
    z-index: 9001; } }

@media screen and (max-width: 768px) {
  header nav::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url("../img/nav_btm.png") center bottom no-repeat;
    background-size: 100% auto;
    z-index: 9001; } }

@media screen and (max-width: 768px) {
  header nav.open {
    top: 0;
    opacity: 1;
    pointer-events: auto; } }

header nav .sns_set {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  @media screen and (min-width: 769px) {
    header nav .sns_set {
      gap: 1rem; } }
  @media screen and (max-width: 768px) {
    header nav .sns_set {
      gap: 2rem; } }

header nav .sns_set a {
  position: relative;
  display: block; }
  @media screen and (min-width: 769px) {
    header nav .sns_set a {
      width: 3rem; } }
  @media screen and (max-width: 768px) {
    header nav .sns_set a {
      width: 4rem; } }

@media screen and (min-width: 769px) {
  header a img {
    transition: ease-in-out 0.4s all; } }

@media screen and (min-width: 769px) {
  header a:hover img {
    opacity: .7; } }

header nav .menu_set {
  position: relative; }
  @media screen and (min-width: 769px) {
    header nav .menu_set {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 3rem; } }
  @media screen and (max-width: 768px) {
    header nav .menu_set {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 5rem;
      z-index: 9002; } }

header nav .menu_set dl {
  position: relative; }

@media screen and (min-width: 769px) {
  header nav .menu_set dl::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: -1.5rem;
    width: 1px;
    height: 2rem;
    background: #333; } }

header nav .menu_set dl:last-of-type::after {
  display: none; }

header nav .menu_set dl dt a {
  position: relative;
  display: block;
  color: #333;
  font-weight: 600;
  letter-spacing: 0.0em; }
  @media screen and (min-width: 769px) {
    header nav .menu_set dl dt a {
      transition: ease-in-out 0.4s all;
      line-height: 1.334em;
      font-size: 1.5rem; } }
  @media screen and (max-width: 768px) {
    header nav .menu_set dl dt a {
      line-height: 1em;
      font-size: 2rem; } }

@media screen and (min-width: 769px) {
  header nav .menu_set dl dt a:hover {
    color: #457cca; } }

.nav_btn {
  /* MENU */
  /* ハンバーガーの基準位置 */ }
  @media screen and (min-width: 769px) {
    .nav_btn {
      display: none !important; } }
  @media screen and (max-width: 768px) {
    .nav_btn {
      position: absolute;
      top: 1.5rem;
      right: 1.5rem;
      width: 5.4rem;
      height: 5.4rem;
      border-radius: 50%;
      padding: 0;
      border: 0;
      background: #fff;
      cursor: pointer;
      box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
      z-index: 9990;
      pointer-events: auto !important; } }
  .nav_btn p {
    position: absolute;
    z-index: 2;
    top: 1.5rem;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: center;
    font-family: "Roboto", sans-serif;
    line-height: 1em;
    font-size: 1rem;
    font-weight: 700;
    color: #000; }
  .nav_btn span {
    position: absolute;
    display: block;
    z-index: 2;
    top: 3.6rem;
    left: 2.6rem;
    width: 2.7rem;
    height: 1px;
    background: none;
    transform: translateX(-50%);
    transition: transform 0.3s ease, top 0.3s ease; }
    .nav_btn span::after {
      content: "";
      position: absolute;
      top: -0.3rem;
      right: 0;
      width: 1.9rem;
      height: 1px;
      background: #000;
      transition: transform 0.3s ease, top 0.3s ease; }
    .nav_btn span::before {
      content: "";
      position: absolute;
      top: 0.3rem;
      right: 0;
      width: 2.7rem;
      height: 1px;
      background: #000;
      transition: transform 0.3s ease, top 0.3s ease; }

/* =========================
   OPEN
========================= */
.nav_btn.open span::after {
  top: 0;
  width: 2.7rem;
  transform: rotate(30deg); }

.nav_btn.open span::before {
  top: 0;
  width: 2.7rem;
  transform: rotate(-30deg); }

#registration {
  position: relative;
  z-index: 3; }
  @media screen and (min-width: 769px) {
    #registration {
      padding: 15rem 0 0rem;
      min-height: 66.6rem;
      background: url("../img/registration_bg.png") center bottom repeat-x;
      background-size: 100% 100%;
      margin-top: -2rem; } }
  @media screen and (max-width: 768px) {
    #registration {
      padding: 11rem 0 5rem;
      background: url("../img/registration_bg_sp.png") center bottom repeat-x;
      background-size: 100% 100%;
      margin-top: -1rem; } }

#registration .inner {
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 769px) {
    #registration .inner {
      width: 86rem; } }
  @media screen and (max-width: 768px) {
    #registration .inner {
      width: 32rem; } }

#registration_box {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 1.5rem;
  display: flex; }
  @media screen and (min-width: 769px) {
    #registration_box {
      gap: 4rem;
      padding: 6rem 0 6rem 7.5rem; } }
  @media screen and (max-width: 768px) {
    #registration_box {
      flex-direction: column;
      align-items: center;
      gap: 2.5rem;
      padding: 7rem 2.5rem 3rem; } }

#registration_box .logo {
  position: absolute; }
  @media screen and (min-width: 769px) {
    #registration_box .logo {
      top: -4rem;
      right: -4rem;
      width: 30.8rem; } }
  @media screen and (max-width: 768px) {
    #registration_box .logo {
      top: -5rem;
      left: 50%;
      transform: translateX(-50%);
      width: 19rem; } }

#registration_box figure {
  position: relative; }
  @media screen and (min-width: 769px) {
    #registration_box figure {
      width: 24.5rem; } }
  @media screen and (max-width: 768px) {
    #registration_box figure {
      width: 17rem;
      order: 1; } }

#registration_box > div {
  position: relative;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    #registration_box > div {
      gap: 2rem; } }
  @media screen and (max-width: 768px) {
    #registration_box > div {
      gap: 2rem;
      order: 2; } }

#registration_box .app_set {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem; }

#registration_box .app_set a {
  position: relative;
  display: block; }

@media screen and (min-width: 769px) {
  #registration_box .app_set a img {
    height: 7rem !important;
    width: auto !important;
    transition: ease-in-out 0.4s all; } }

@media screen and (min-width: 769px) {
  #registration_box .app_set a:hover img {
    opacity: .7; } }

#registration_box > div .info_set {
  position: relative;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    #registration_box > div .info_set {
      gap: 1.2rem; } }
  @media screen and (max-width: 768px) {
    #registration_box > div .info_set {
      gap: 1.2rem; } }

#registration_box .delivery {
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.0em;
  color: #fff;
  background: #457cca; }
  @media screen and (min-width: 769px) {
    #registration_box .delivery {
      width: 18rem;
      border-radius: 0.5rem;
      line-height: 1em;
      font-size: 1.6rem;
      padding: 1rem 0; } }
  @media screen and (max-width: 768px) {
    #registration_box .delivery {
      width: 18rem;
      border-radius: 0.5rem;
      padding: 0.8rem 0;
      line-height: 1em;
      font-size: 1.6rem; } }

#registration_box dl {
  position: relative;
  text-align: left;
  display: flex;
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: 0.0em;
  color: #000; }
  @media screen and (min-width: 769px) {
    #registration_box dl {
      line-height: 1em;
      font-size: 1.6rem; } }
  @media screen and (max-width: 768px) {
    #registration_box dl {
      line-height: 1em;
      font-size: 1.6rem; } }

#registration_box dl span {
  font-weight: 500; }
  @media screen and (min-width: 769px) {
    #registration_box dl span {
      line-height: 1em;
      font-size: 1.2rem; } }
  @media screen and (max-width: 768px) {
    #registration_box dl span {
      line-height: 1em;
      font-size: 1.2rem; } }

#registration_box dl dt {
  position: relative;
  white-space: nowrap; }
  @media screen and (min-width: 769px) {
    #registration_box dl dt {
      width: 8.5rem; } }
  @media screen and (max-width: 768px) {
    #registration_box dl dt {
      width: 8.5rem; } }

#registration .caption_set {
  position: relative;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    #registration .caption_set {
      gap: 0rem;
      margin-top: 1.5rem; } }
  @media screen and (max-width: 768px) {
    #registration .caption_set {
      gap: 0rem;
      margin-top: 1.5rem; } }

#registration .caption_set p {
  position: relative;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.0em;
  color: #fff; }
  @media screen and (min-width: 769px) {
    #registration .caption_set p {
      line-height: 1.572em;
      font-size: 1.4rem; } }
  @media screen and (max-width: 768px) {
    #registration .caption_set p {
      line-height: 1.572em;
      font-size: 1.4rem;
      text-indent: -1.4rem;
      padding-left: 1.4rem; } }

footer {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 769px) {
    footer {
      padding: 5rem 0 0rem; } }
  @media screen and (max-width: 768px) {
    footer {
      padding: 3.5rem 0 0rem; } }

footer .copyright {
  position: relative;
  text-align: center;
  background: #000; }
  @media screen and (min-width: 769px) {
    footer .copyright {
      padding: 3rem 0 3rem; } }
  @media screen and (max-width: 768px) {
    footer .copyright {
      padding: 2rem 0 2rem; } }

footer .copyright p {
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.0em;
  color: #fff; }
  @media screen and (min-width: 769px) {
    footer .copyright p {
      line-height: 1.834em;
      font-size: 1.2rem; } }
  @media screen and (max-width: 768px) {
    footer .copyright p {
      line-height: 1.834em;
      font-size: 1.2rem; } }

footer .game_freak {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (min-width: 769px) {
    footer .game_freak {
      margin-bottom: 1.5rem; } }
  @media screen and (max-width: 768px) {
    footer .game_freak {
      margin-bottom: 1.5rem; } }

footer .game_freak a {
  position: relative;
  display: block; }
  @media screen and (min-width: 769px) {
    footer .game_freak a {
      width: 47rem; } }
  @media screen and (max-width: 768px) {
    footer .game_freak a {
      width: 26rem; } }

footer .sns_set {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2.5rem; }
  @media screen and (min-width: 769px) {
    footer .sns_set {
      margin-bottom: 4rem; } }
  @media screen and (max-width: 768px) {
    footer .sns_set {
      margin-bottom: 3rem; } }

footer .sns_set a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #000 1px solid;
  border-radius: 50%;
  width: 4.8rem;
  height: 4.8rem; }
  @media screen and (min-width: 769px) {
    footer .sns_set a {
      width: 5rem;
      height: 5rem; } }

@media screen and (min-width: 769px) {
  footer .sns_set a img {
    width: 2.5rem; } }
@media screen and (max-width: 768px) {
  footer .sns_set a img {
    width: 2.5rem; } }

@media screen and (min-width: 769px) {
  footer a img {
    transition: ease-in-out 0.4s all; } }

@media screen and (min-width: 769px) {
  footer a:hover img {
    opacity: .7; } }

footer nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (min-width: 769px) {
    footer nav {
      gap: 2.5rem;
      flex-direction: row;
      margin-bottom: 2rem; } }
  @media screen and (max-width: 768px) {
    footer nav {
      width: 28rem;
      margin: 0 auto;
      gap: 2rem;
      flex-wrap: wrap;
      margin-bottom: 2.5rem; } }

footer nav a {
  position: relative;
  display: block;
  color: #333; }
  @media screen and (min-width: 769px) {
    footer nav a {
      transition: ease-in-out 0.4s all;
      letter-spacing: 0.0em;
      line-height: 1em;
      font-size: 1.6rem;
      font-weight: 700; } }
  @media screen and (max-width: 768px) {
    footer nav a {
      line-height: 1em;
      font-size: 1.4rem; } }

@media screen and (min-width: 769px) {
  footer nav a:hover {
    color: #457cca; } }

/*common*/
.pop_in {
  opacity: 0; }
  @media screen and (min-width: 769px) {
    .pop_in {
      transform: translateY(5rem); } }
  @media screen and (max-width: 768px) {
    .pop_in {
      transform: translateY(4rem); } }

.pop_in.active {
  transition: all 400ms cubic-bezier(0.28, 0.85, 0.655, 1.585);
  transition-timing-function: cubic-bezier(0.28, 0.85, 0.655, 1.585);
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s; }

.mask_in {
  clip-path: inset(100% 0 0 0);
  transition: all 300ms cubic-bezier(0.74, 0.255, 0.19, 0.955);
  transition-timing-function: cubic-bezier(0.74, 0.255, 0.19, 0.955); }
  @media screen and (min-width: 769px) {
    .mask_in {
      transform: translateY(7rem); } }
  @media screen and (max-width: 768px) {
    .mask_in {
      transform: translateY(3rem); } }

.mask_in.active {
  clip-path: inset(0 0 0 0);
  transform: translateY(0rem); }

/**/
.news_list dl {
  position: relative;
  text-align: left;
  display: flex;
  font-weight: 700;
  letter-spacing: 0.0em; }
  @media screen and (min-width: 769px) {
    .news_list dl {
      line-height: 1.75em;
      font-size: 1.6rem; } }
  @media screen and (max-width: 768px) {
    .news_list dl {
      flex-direction: column;
      line-height: 1.715em;
      font-size: 1.4rem; } }

.news_list dl dt {
  position: relative;
  white-space: nowrap; }
  @media screen and (min-width: 769px) {
    .news_list dl dt {
      width: 11rem; } }
  @media screen and (max-width: 768px) {
    .news_list dl dt {
      width: 18rem; } }

.news_list dl dd {
  position: relative; }

.news_list dl dd a {
  position: relative;
  transition: ease-in-out 0.4s all;
  color: #1a3661; }

@media screen and (min-width: 769px) {
  .news_list dl dd a:hover {
    text-decoration: underline; } }

.news_list dl dd a::after {
  position: relative;
  display: inline-block;
  content: '';
  transition: ease-in-out 0.4s all;
  background: url("../img/news_arrow.svg") center center no-repeat;
  background-size: contain; }
  @media screen and (min-width: 769px) {
    .news_list dl dd a::after {
      width: 2rem;
      height: 2rem;
      margin-left: 0.3rem;
      transform: translateY(0.4rem); } }
  @media screen and (max-width: 768px) {
    .news_list dl dd a::after {
      width: 1.6rem;
      height: 1.6rem;
      margin-left: 0.3rem;
      transform: translateY(0.4rem); } }
