@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg, img, embed, object, iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td {
  vertical-align: top;
  padding: 0;
}

th {
  vertical-align: top;
  padding: 0;
  text-align: left;
  font-weight: bold;
}

/* stylelint-disable-next-line */
/* stylelint-disable-next-line */
/* stylelint-disable-next-line */
/* stylelint-disable-next-line */
/* stylelint-disable-next-line */
/* stylelint-disable-next-line */
/* stylelint-disable-next-line */
/* stylelint-disable-next-line */
/* stylelint-disable-next-line */
/* stylelint-disable-next-line */
/* stylelint-disable-next-line */
/* stylelint-disable-next-line */
html {
  height: 100%;
}

body {
  min-width: 320px;
  height: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", meiryo, arial, sans-serif;
  word-break: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.page {
  overflow-x: hidden;
}

.br--xl, .br--l, .br--m, .br--s, .br--pc, .br--sp {
  display: none;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.wrap {
  width: auto;
  margin-right: 20px;
  margin-left: 20px;
}

.animated {
  z-index: 9999;
  opacity: 0;
}
.animated.fadeInUp, .animated.zoomIn {
  opacity: 1;
}

.footer {
  position: relative;
  /*padding-top: 116px;*/
}

.footer__pokemon {
  position: absolute;
  top: 33px;
  right: 0;
  left: 0;
  z-index: 2;
  max-width: 300px;
  margin: auto;
}

.footer__ground {
  position: relative;
  z-index: 1;
  height: 200px;
  background-image: url("../images/common/footer_ground_sp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.footer__ground::before {
  position: absolute;
  top: 160px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 8px;
  content: "";
  background-image: url("../images/common/saw_down_white.svg");
  background-repeat: repeat-x;
  background-size: auto 8px;
}
.footer__ground::after {
  display: block;
  content: "";
  background: #fff;
  width: 100%;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1023px) {
  .footer__ground {
    background: url("../images/common/footer_ground_sp.png") center 50%;
  }
  .footer__ground::before {
    top: 50%;
  }
  .footer__ground::after {
    display: block;
    content: "";
    background: #fff;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.footer__copy-right {
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 12px;
  line-height: 2;
  color: white;
  text-align: center;
  background-color: #01398b;
}

.footer__association {
  padding-bottom: 30px;
  background-color: #01398b;
}
.footer__association img {
  width: 160px;
  margin: auto;
}

.handbook__button {
  cursor: pointer;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}

.handbook__button--on {
  display: none;
}

.js-accordion-active .handbook__button--off {
  display: none;
}
.js-accordion-active .handbook__button--on {
  display: block;
}

.handbook__content {
  padding: 20px 20px 30px;
  margin-top: -20px;
  background-color: #f7f7f7;
  border-radius: 0 0 10px 10px;
}

.handbook-flex img {
  margin-top: 0;
}

.handbook__lead {
  padding: 0 50px;
}

.header {
  height: 60px;
  background-color: #03173E;
  border-bottom: 5px solid #B09639;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__logo {
  width: 92px;
}

.page--starter-kit .fantasista {
  position: relative;
  padding-top: 13%;
  padding-bottom: 40px;
  margin-top: -1px;
  background-image: url("../images/starter_kit/hex_fantasista_sp.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: cover;
}
.page--starter-kit .fantasista::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 13%;
  content: "";
  background-image: url("../images/starter_kit/triangle_present_sp.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
.page--starter-kit .fantasista::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 8px;
  content: "";
  background-image: url("../images/common/saw_up_white.svg");
  background-repeat: repeat-x;
  background-size: auto 8px;
}
.page--starter-kit .fantasista-flex {
  margin-top: 40px;
}
.page--starter-kit .fantasista-text {
  width: 244px;
  margin: auto;
}
.page--starter-kit .fantasista-banner {
  margin-top: 40px;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}
.page--starter-kit .fantasista-attention {
  margin-top: 20px;
}
.page--starter-kit .introduction {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #ffec00;
  background-image: url("../images/starter_kit/hex_introduction_sp.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
.page--starter-kit .introduction::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 8px;
  content: "";
  /*background-image: url("../images/common/saw_up_light_blue.svg");*/
  background-repeat: repeat-x;
  background-size: auto 8px;
}
.page--starter-kit .introduction-text {
  width: 340px;
  margin: auto;
}
.page--starter-kit .introduction-button {
  width: 295px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}
.page--starter-kit .introduction-anchor {
  display: flex;
  margin-top: 30px;
  margin-right: -7px;
  margin-left: -7px;
}
.page--starter-kit .introduction-anchor__link {
  width: 50%;
  padding: 0 7px;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}

.details {
  margin-top: 30px;
}

.details__button {
  cursor: pointer;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}

.details__button--on {
  display: none;
}

.js-accordion-active .details__button--off {
  display: none;
}
.js-accordion-active .details__button--on {
  display: block;
}

.details__content {
  padding: 40px 20px 20px;
  margin-top: -20px;
  background-color: #f7f7f7;
  border-radius: 0 0 10px 10px;
}

.details-flex img {
  margin-top: 20px;
}

.page--starter-kit .present {
  position: relative;
  padding-top: 13%;
  padding-bottom: 20px;
  margin-top: -1px;
  background-color: #003076;
  background-image: url("../images/starter_kit/hex_present_002_sp.png"), url("../images/starter_kit/hex_present_sp.png");
  background-repeat: no-repeat, repeat-y;
  background-position: center top, center top;
  background-size: 100% auto, cover;
}
.page--starter-kit .present::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 13%;
  content: "";
  background-image: url("../images/starter_kit/triangle_task_sp_002.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
.page--starter-kit .present-title {
  position: relative;
  max-width: 305px;
  margin: auto;
  margin-top: 35px;
}
.page--starter-kit .present-title__pokemon {
  position: absolute;
  top: -29vw;
  right: -2%;
  z-index: 3;
  width: 20.5vw;
}
.page--starter-kit .present-title__text {
  position: relative;
  z-index: 4;
}
.page--starter-kit .present-text {
  margin-top: 17px;
}
.page--starter-kit .present-text__arrow {
  width: 10px;
  margin: 5px auto;
}
.page--starter-kit .present-text__book {
  width: 243px;
  margin: auto;
  margin-top: 27px;
}
.page--starter-kit .present-banner {
  margin-top: 30px;
}
.page--starter-kit .present-banner__img {
  margin-top: 20px;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}
.page--starter-kit .starter-kit-mv {
  position: relative;
  z-index: 2;
}
.page--starter-kit .task1 {
  padding-top: 40px;
  background-color: #1655c5;
  background-image: url("../images/starter_kit/hex_task1_sp.png");
  background-repeat: repeat-y;
  background-position: center bottom;
  background-size: 100% auto;
}
.page--starter-kit .task1-title {
  position: relative;
}
.page--starter-kit .task1-title__pokemon {
  position: absolute;
  top: -15vw;
  right: 10%;
  z-index: 2;
  width: 15.5vw;
}
.page--starter-kit .task1-flex {
  padding-top: 40px;
}
.page--starter-kit .task1-flex__item {
  margin-top: 30px;
}
.page--starter-kit .task1-flex__item__button {
  margin: auto;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}
.page--starter-kit .task1-flex__item__image {
  width: 235px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.page--starter-kit .task1-button {
  margin: auto;
  margin-top: 30px;
  text-align: center;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}
.page--starter-kit .handbook {
  margin-top: 40px;
}
.page--starter-kit .task2 {
  position: relative;
  padding-top: 13%;
  padding-bottom: 60px;
  margin-top: -1px;
  background-color: #0b349d;
  background-image: url("../images/starter_kit/hex_task2_sp.png");
  background-repeat: repeat-y;
  background-position: center bottom;
  background-size: cover;
}
.page--starter-kit .task2::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 13%;
  content: "";
  background-image: url("../images/starter_kit/triangle_fantasista_sp.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
.page--starter-kit .task2-title {
  position: relative;
  margin-top: 20px;
}
.page--starter-kit .task2-title__pokemon {
  position: absolute;
  top: -20vw;
  left: 10%;
  z-index: 3;
  width: 31vw;
}
.page--starter-kit .task2-flex__item {
  margin-top: 40px;
}
.page--starter-kit .task2-flex__item__button {
  margin: auto;
  margin-top: 13px;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}
.page--starter-kit .task2-flex__item__image {
  width: 175px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.page--index .about-title {
  width: 215px;
  margin: auto;
}
.page--index .about-text {
  width: 263px;
  margin: auto;
  margin-top: 20px;
}
.page--index .about-attention {
  margin-top: 30px;
}
.page--index .about-pokemon {
  width: 286px;
  margin-top: 16px;
}
.page--index .about-anchor {
  display: flex;
  margin-top: 8px;
  margin-right: -7px;
  margin-left: -7px;
}
.page--index .about-anchor__link {
  width: 50%;
  padding: 0 7px;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}
.page--index .continue-title {
  position: relative;
  width: 100%;
  height: 0;
  padding-right: 20px;
  padding-bottom: 28%;
  padding-left: 20px;
  background-color: #dc000c;
}
.page--index .continue-title img {
  position: relative;
  top: -25px;
  z-index: 2;
}
.page--index .continue-title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 8px;
  content: "";
  background-image: url("../images/common/saw_up_white.svg");
  background-repeat: repeat-x;
  background-size: auto 8px;
}
.page--index .continue-text {
  width: 180px;
  padding-bottom: 10px;
  margin: auto;
  margin-top: 30px;
}
.page--index .continue-separate-box {
  margin-top: 20px;
}
.page--index .continue-separate-box__head {
  padding: 10px 0;
  background-color: #dc000c;
  border-radius: 10px 10px 0 0;
}
.page--index .continue-separate-box__head img {
  width: auto;
  height: 24px;
  margin: auto;
}
.page--index .continue-separate-box__body {
  padding: 10px 20px 20px;
  background-color: #f7f7f7;
  border-radius: 0 0 10px 10px;
}
.page--index .continue-separate-box__body--shadow {
  position: relative;
}
.page--index .continue-separate-box__body--shadow::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cccccc+0,f0f0f0+100&1+0,0+100 */
  background: linear-gradient(top, #cccccc 0%, rgba(240, 240, 240, 0) 100%);
  /* FF3.6-15 */
  background: linear-gradient(top, #cccccc 0%, rgba(240, 240, 240, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cccccc 0%, rgba(240, 240, 240, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:dximagetransform.microsoft.gradient( startColorstr="#cccccc", endColorstr="#00f0f0f0",GradientType=0 );
  /* IE6-9 */
  opacity: 0.5;
}
.page--index .continue-graph {
  margin-top: -95px;
}
.page--index .continue-tab-button {
  display: flex;
  justify-content: center;
  margin: 0 -4px;
}
.page--index .continue-tab-button__item {
  position: relative;
  width: 100%;
  max-width: 290px;
  padding: 10px 0;
  margin: 0 4px;
  margin-bottom: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 -2px 5px 0 rgba(0, 0, 0, 0.2) inset;
}
.page--index .continue-tab-button__item.js-movie-active, .page--index .continue-tab-button__item.js-stage-active {
  margin-bottom: -1px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05) inset;
}
.page--index .continue-tab-button__item::before {
  position: absolute;
  top: 2px;
  right: 10px;
  left: 10px;
  z-index: 1;
  display: block;
  width: auto;
  height: 2px;
  margin: auto;
  content: "";
  background-color: white;
  border-radius: 10px;
  opacity: 0.4;
}
.page--index .continue-tab-button__item .continue-tab-button__item-text {
  font-size: 12px;
  line-height: 1;
}
.page--index .continue-tab-button__item .continue-tab-button__item-num {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.page--index .continue-tab-button__item--1 {
  color: white;
  background-color: #eb3a3e;
}
.page--index .continue-tab-button__item--2 {
  color: white;
  background-color: #ff960a;
}
.page--index .continue-tab-button__item--3 {
  color: white;
  background-color: #ffa024;
}
.page--index .continue-tab-button__item--4 {
  color: white;
  background-color: #a9cf52;
}
.page--index .continue-tab-button__item--5 {
  color: white;
  background-color: #009944;
}
.page--index .continue-tab-button__item--6 {
  color: white;
  background-color: #4f86c5;
}
.page--index .continue-separate-box__body .continue-tab-content {
  margin: 0 -20px;
}
.page--index .continue-tab-content__item {
  padding: 20px 20px 0;
}
.page--index .continue-tab-content__item-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
.page--index .continue-tab-content__item--1 {
  border-top: 4px solid #eb3a3e;
  border-bottom: 4px solid #eb3a3e;
}
.page--index .continue-tab-content__item--2 {
  border-top: 4px solid #ff960a;
}
.page--index .continue-tab-content__item--3 {
  border-top: 4px solid #ffa024;
  border-bottom: 4px solid #ffa024;
}
.page--index .continue-tab-content__item--4 {
  border-top: 4px solid #a9cf52;
}
.page--index .continue-tab-content__item--5 {
  border-top: 4px solid #009944;
  border-bottom: 4px solid #009944;
}
.page--index .continue-tab-content__item--6 {
  border-top: 4px solid #4f86c5;
}
.page--index .continue-tab-content__pagination {
  display: flex;
  justify-content: center;
  padding: 0 20px;
  margin: 0 -7px;
}
.page--index .continue-tab-content__prev, .page--index .continue-tab-content__next {
  width: 50%;
  padding: 0 7px;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}
.page--index .continue-tab-content__prev .js-tab-stage, .page--index .continue-tab-content__next .js-tab-stage {
  cursor: pointer;
}
.page--index .continue-passport {
  padding-bottom: 85px;
  margin-top: 20px;
}
.page--index .continue-passport__baloon {
  width: 260px;
  margin: auto;
}
.page--index .continue-passport__banner {
  margin-top: 10px;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}
.page--index .continue-passport-attention {
  margin-top: 15px;
}
.page--index .continue-practice {
  position: relative;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #f7f7f7;
}
.page--index .continue-practice::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cccccc+0,f0f0f0+100&1+0,0+100 */
  background: linear-gradient(top, #cccccc 0%, rgba(240, 240, 240, 0) 100%);
  /* FF3.6-15 */
  background: linear-gradient(top, #cccccc 0%, rgba(240, 240, 240, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cccccc 0%, rgba(240, 240, 240, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:dximagetransform.microsoft.gradient( startColorstr="#cccccc", endColorstr="#00f0f0f0",GradientType=0 );
  /* IE6-9 */
  opacity: 0.5;
}
.page--index .continue-practice .continue-tab-button {
  margin: 0 -2px;
  position: relative;
  z-index: 3;
}
.page--index .continue-practice .continue-tab-button__item {
  margin: 0 2px 10px;
}
.page--index .continue-practice .continue-tab-button__item.js-stage-active {
  margin-bottom: -1px;
}
.page--index .continue-practice .continue-tab-content {
  margin: 0 -10px;
}
.page--index .continue-pokemon-bar {
  position: relative;
  width: 100%;
  height: 28px;
}
.page--index .continue-pokemon-bar__gradient {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 600vw;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eb3a3e+0,ff960a+20,ffa024+40,a9cf52+60,009944+80,4f86c5+100 */
  background: #eb3a3e;
  /* Old browsers */
  background: linear-gradient(left, #eb3a3e 0%, #ff960a 20%, #ffa024 40%, #a9cf52 60%, #009944 80%, #4f86c5 100%);
  /* FF3.6-15 */
  background: linear-gradient(left, #eb3a3e 0%, #ff960a 20%, #ffa024 40%, #a9cf52 60%, #009944 80%, #4f86c5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #eb3a3e 0%, #ff960a 20%, #ffa024 40%, #a9cf52 60%, #009944 80%, #4f86c5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:dximagetransform.microsoft.gradient( startColorstr="#eb3a3e", endColorstr="#4f86c5",GradientType=1 );
  /* IE6-9 */
}
.page--index .continue-pokemon-bar__items {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  width: 300vw;
  height: 100%;
}
.page--index .continue-pokemon-bar__gradient::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 8px;
  content: "";
  background-image: url("../images/common/saw_down_white.svg");
  background-repeat: repeat-x;
  background-size: auto 8px;
}
.page--index .continue-pokemon-bar__item {
  position: relative;
  width: 100vw;
  height: 28px;
}
.page--index .continue-pokemon-bar__item--1 img {
  position: absolute;
  right: 0;
  bottom: -70px;
  left: 0;
  z-index: 2;
  width: 76px;
  margin: auto;
}
.page--index .continue-pokemon-bar__item--2 img {
  position: absolute;
  right: 0;
  bottom: -60px;
  left: 0;
  z-index: 2;
  width: 114px;
  margin: auto;
}
.page--index .continue-pokemon-bar__item--3 img {
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 0;
  z-index: 2;
  width: 147px;
  margin: auto;
}
.page--index .continue-practice__block {
  padding: 35px 20px 40px;
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 16px auto;
}
.page--index .continue-practice__title__head {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50px;
  height: 50px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 -2px 5px 0 rgba(0, 0, 0, 0.2) inset;
}
.page--index .continue-practice__title__head::before {
  position: absolute;
  top: 2px;
  right: 10px;
  left: 10px;
  z-index: 1;
  display: block;
  width: auto;
  height: 2px;
  margin: auto;
  content: "";
  background-color: white;
  border-radius: 10px;
  opacity: 0.4;
}
.page--index .continue-practice__title {
  position: relative;
  padding: 0 0 10px;
}
.page--index .continue-practice__title img {
  width: auto;
  height: 27px;
  margin: auto;
}
.page--index .continue-tab-content__item--1 .continue-practice__title {
  border-bottom-color: #eb3a3e;
}
.page--index .continue-tab-content__item--2 .continue-practice__title {
  border-bottom-color: #ff960a;
}
.page--index .continue-tab-content__item--3 .continue-practice__title {
  border-bottom-color: #ffa024;
}
.page--index .continue-tab-content__item--4 .continue-practice__title {
  border-bottom-color: #a9cf52;
}
.page--index .continue-tab-content__item--5 .continue-practice__title {
  border-bottom-color: #009944;
}
.page--index .continue-tab-content__item--6 .continue-practice__title {
  border-bottom-color: #4f86c5;
}
.page--index .continue-tab-content__item--1 .continue-practice__title__head {
  color: white;
  background-color: #eb3a3e;
}
.page--index .continue-tab-content__item--2 .continue-practice__title__head {
  color: white;
  background-color: #ff960a;
}
.page--index .continue-tab-content__item--3 .continue-practice__title__head {
  color: white;
  background-color: #ffa024;
}
.page--index .continue-tab-content__item--4 .continue-practice__title__head {
  color: white;
  background-color: #a9cf52;
}
.page--index .continue-tab-content__item--5 .continue-practice__title__head {
  color: white;
  background-color: #009944;
}
.page--index .continue-tab-content__item--6 .continue-practice__title__head {
  color: white;
  background-color: #4f86c5;
}
.page--index .continue-practice__title__head__text {
  font-size: 10px;
  line-height: 1;
}
.page--index .continue-practice__title__head__num {
  font-size: 24px;
  line-height: 1;
}
.page--index .continue-practice__title .continue-practice__title__kana {
  height: 18px;
}
.page--index .continue-practice .continue-tab-content__item--1 {
  background-color: #ffe1dc;
}
.page--index .continue-practice .continue-tab-content__item--2 {
  background-color: #fffbf3;
}
.page--index .continue-practice .continue-tab-content__item--3 {
  background-color: #ffeed8;
}
.page--index .continue-practice .continue-tab-content__item--4 {
  background-color: #fbfff2;
}
.page--index .continue-practice .continue-tab-content__item--5 {
  background-color: #d5efdb;
}
.page--index .continue-practice .continue-tab-content__item--6 {
  background-color: #f6f8fc;
}
.page--index .continue-practice__text {
  max-width: 350px;
  margin: 10px auto;
}
.page--index .continue-practice .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}
.page--index .continue-practice .swiper-slide img {
  width: auto;
  height: 85vw;
}
.page--index .continue-practice__slide {
  position: relative;
  padding-bottom: 30px;
  margin-top: 20px;
  margin-right: -10px;
  margin-left: -10px;
}
.page--index .continue-practice .swiper-pagination {
  bottom: 0;
}
.page--index .continue-practice .swiper-pagination-bullet {
  width: 40px;
  height: 8px;
  border-radius: 50px;
}
.page--index .continue-tab-content__item--1 .swiper-pagination-bullet-active {
  background-color: #eb3a3e;
}
.page--index .continue-tab-content__item--2 .swiper-pagination-bullet-active {
  background-color: #ff960a;
}
.page--index .continue-tab-content__item--3 .swiper-pagination-bullet-active {
  background-color: #ffa024;
}
.page--index .continue-tab-content__item--4 .swiper-pagination-bullet-active {
  background-color: #a9cf52;
}
.page--index .continue-tab-content__item--5 .swiper-pagination-bullet-active {
  background-color: #009944;
}
.page--index .continue-tab-content__item--6 .swiper-pagination-bullet-active {
  background-color: #4f86c5;
}
.page--index .continue-practice__img {
  padding-bottom: 30px;
  margin-top: 20px;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}
.page--index .continue-practice__passport {
  position: relative;
  padding-bottom: 20px;
}
.page--index .continue-practice__passport::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 86px;
  content: "";
}
.page--index .continue-tab-content__item--4 .continue-practice__passport::before {
  background-color: #e8f7c4;
}
.page--index .continue-tab-content__item--5 .continue-practice__passport::before {
  background-color: #d5efdb;
}
.page--index .continue-tab-content__item--6 .continue-practice__passport::before {
  background-color: #e0e6f4;
}
.page--index .continue-practice__passport__inner {
  margin: 0 20px;
}
.page--index .continue-practice__passport__baloon {
  width: 240px;
  margin: auto;
}
.page--index .continue-practice__passport__banner {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}
.page--index .continue-practice__fantasista {
  position: relative;
  padding: 30px 0 40px;
  background-color: #01398b;
}
@media only screen and (max-width: 1023px) {
  .page--index .continue-practice__fantasista {
    padding: 10px 0 40px;
  }
}
.page--index .continue-practice__fantasista__pokemon1 {
  position: absolute;
  top: -30px;
  right: 0;
  left: 10px;
  width: 40px;
  margin: auto;
}
.page--index .continue-practice__fantasista__pokemon2 {
  position: absolute;
  top: -30px;
  right: 10px;
  left: 0;
  width: 40px;
  margin: auto;
}
.page--index .continue-practice__fantasista__inner {
  margin: 0 20px;
}
.page--index .continue-practice__fantasista__image {
  margin-top: 30px;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}
.page--index .continue-practice-banner .for-parents {
  margin-top: 20px;
  margin-bottom: 40px;
  background-color: none;
}

.for-parents__text {
  width: 260px;
  margin: auto;
}

.for-parents__img {
  margin-top: 10px;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}

.page--index .pass .for-parents {
  margin-top: 20px;
  background-color: unset;
}
.page--index .pass-bg {
  padding-top: 1px;
  padding-bottom: 40px;
  background-color: #ffeed8;
}
.page--index .pass-title {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 28%;
  background-color: #ffa024;
  position: relative;
}
.page--index .pass-title .posi1 {
  position: absolute;
  top: -240px;
  left: -380px;
  bottom: 0;
  right: 0;
  width: 227px;
}
@media only screen and (max-width: 1023px) {
  .page--index .pass-title .posi1 {
    top: -200px;
    left: -170px;
    width: 140px;
  }
}
.page--index .pass-title__inner {
  position: absolute;
  top: 0;
  right: 20px;
  left: 20px;
  width: auto;
  height: 100%;
}
.page--index .pass-title > img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: 0 auto;
  width: 50%;
  transform: translate(-50%, -50%);
  width: 276px;
}
@media only screen and (max-width: 1023px) {
  .page--index .pass-title > img {
    width: 50%;
  }
}
.page--index .pass-title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 8px;
  content: "";
  background-image: url("../images/common/saw_up_pink.svg");
  background-repeat: repeat-x;
  background-size: auto 8px;
}
.page--index .pass-text {
  width: 329px;
  margin: 30px auto 0;
}
.page--index .pass-anchor {
  padding: 0 20px;
  margin-top: 30px;
}
.page--index .pass-anchor__link {
  margin-top: 10px;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}
.page--index .start {
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
}
.page--index .start-title {
  position: relative;
  width: 100%;
  height: 0;
  padding-right: 20px;
  padding-bottom: 28%;
  padding-left: 20px;
  background-color: #01398b;
}
.page--index .start-title img {
  position: relative;
  top: -10px;
  z-index: 2;
}
.page--index .start-title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 8px;
  content: "";
  background-image: url("../images/common/saw_up_white.svg");
  background-repeat: repeat-x;
  background-size: auto 8px;
}
.page--index .start-text {
  width: 226px;
  margin: auto;
  margin-top: 30px;
}
.page--index .start-flex__item {
  margin-top: 30px;
}
.page--index .start-banner__attention {
  margin-top: 20px;
}
.page--index .start-banner__img {
  display: block;
  margin-top: 30px;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}
.page--index .handbook, .page--index .for-parents {
  margin-top: 20px;
}
.page--index .top-mv {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  body {
    min-width: 1136px;
  }
  .br--pc {
    display: block;
  }
  .display-none--pc {
    display: none;
  }
  .wrap {
    width: 960px;
    margin: auto;
  }
  .footer {
    /*padding-top: 160px;*/
  }
  .footer__pokemon {
    top: -20px;
    max-width: 570px;
  }
  .footer__ground {
    height: 300px;
    background-image: url("../images/common/footer_ground_pc.png");
  }
  .handbook {
    width: 860px;
    margin: auto;
  }
  .handbook__content {
    padding: 40px 0;
    margin-top: -10px;
  }
  .handbook-flex {
    display: flex;
  }
  .handbook-flex__item {
    padding: 0 50px;
  }
  .handbook-flex__item:first-child {
    width: 456px;
    padding-right: 40px;
    padding-left: 50px;
  }
  .handbook-flex__item:last-child {
    flex-grow: 1;
    padding-right: 50px;
    padding-left: 40px;
  }
  .handbook-flex__image {
    width: auto;
    height: 270px;
    padding-top: 20px;
    margin: auto;
  }
  .page--starter-kit .fantasista {
    padding-top: 7%;
    padding-bottom: 70px;
    background-image: url("../images/starter_kit/hex_fantasista_pc.png");
  }
  .page--starter-kit .fantasista::before {
    padding-bottom: 7%;
    background-image: url("../images/starter_kit/triangle_present_pc.svg");
  }
  .page--starter-kit .fantasista-flex {
    display: flex;
    align-items: center;
    padding: 40px;
    background-color: #ffbb03;
    border-radius: 20px;
  }
  .page--starter-kit .fantasista-text {
    width: auto;
    padding-right: 40px;
    margin: 0;
  }
  .page--starter-kit .fantasista-banner {
    width: 335px;
    min-width: 335px;
    margin-top: 0;
  }
  .page--starter-kit .fantasista-attention {
    width: 709px;
  }
  .page--starter-kit .introduction {
    padding-top: 90px;
    padding-bottom: 90px;
    background-image: url("../images/starter_kit/hex_introduction_pc.png");
  }
  .page--starter-kit .introduction-text {
    width: 674px;
  }
  .page--starter-kit .introduction-button {
    width: 360px;
    margin-top: 40px;
  }
  .page--starter-kit .introduction-anchor {
    width: 680px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
  }
  .page--starter-kit .introduction-anchor__link {
    padding: 0 20px;
  }
  .details {
    width: 860px;
    margin: auto;
    margin-top: 40px;
  }
  .details__content {
    padding: 30px 20px 20px;
    margin-top: -10px;
  }
  .details-flex {
    display: flex;
    margin: 0 -20px;
  }
  .details-flex__item {
    width: 50%;
    padding: 0 20px;
  }
  .details-flex__image {
    width: auto;
    height: 240px;
    margin: auto;
  }
  .page--starter-kit .present {
    padding-top: 7%;
    padding-bottom: 40px;
    /* 20230413 original   40px   */
    background-color: #003076;
    background-image: url("../images/starter_kit/hex_present_pc.png");
    background-repeat: no-repeat;
  }
  .page--starter-kit .present::before {
    padding-bottom: 7%;
    background-image: url("../images/starter_kit/triangle_task_pc_002.svg");
  }
  .page--starter-kit .present-title {
    max-width: none;
    margin-top: -13%;
  }
  .page--starter-kit .present-text {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page--starter-kit .present-text__arrow {
    width: 36px;
    min-width: 36px;
    margin: 0 22px;
  }
  .page--starter-kit .present-text__item {
    position: relative;
    flex-grow: 1;
  }
  .page--starter-kit .present-text__book {
    position: absolute;
    top: -25px;
    right: -70px;
    width: 190px;
    margin-top: 0;
  }
  .page--starter-kit .present-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }
  .page--starter-kit .present-banner__text {
    flex-grow: 1;
    padding-right: 44px;
  }
  .page--starter-kit .present-banner__img {
    width: 440px;
    min-width: 440px;
    margin-top: 0;
  }
  .page--starter-kit .starter-kit-mv::before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 8px;
    content: "";
    background-image: url("../images/common/saw_up_yellow.svg");
    background-repeat: repeat-x;
    background-size: auto 8px;
  }
  .page--starter-kit .task1 {
    padding-top: 57px;
    padding-bottom: 0px;
    background-image: url("../images/starter_kit/hex_task1_pc.png");
  }
  .page--starter-kit .task1-title {
    width: 620px;
    margin: auto;
  }
  .page--starter-kit .task1-title__pokemon {
    top: -135px;
    right: -105px;
    width: 130px;
  }
  .page--starter-kit .task1-flex {
    display: flex;
    padding-top: 0;
    margin-top: 60px;
    margin-right: -20px;
    margin-left: -20px;
  }
  .page--starter-kit .task1-flex__item {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 0 20px;
    margin-top: 0;
  }
  .page--starter-kit .task1-flex__item__button {
    display: flex;
    width: 420px;
  }
  .page--starter-kit .task1-flex__item__image {
    display: flex;
    width: 284px;
    margin-top: 14px;
  }
  .page--starter-kit .task1-button {
    width: 360px;
    margin-top: 40px;
  }
  .page--starter-kit .task2 {
    padding-top: 7%;
    padding-bottom: 40px;
    background-image: url("../images/starter_kit/hex_task2_pc.png");
  }
  .page--starter-kit .task2::before {
    padding-bottom: 7%;
    background-image: url("../images/starter_kit/triangle_fantasista_pc.svg");
  }
  .page--starter-kit .task2-title {
    width: 620px;
    margin: auto;
    margin-top: 37px;
  }
  .page--starter-kit .task2-title__pokemon {
    top: -140px;
    left: -115px;
    width: 208px;
  }
  .page--starter-kit .task2-flex {
    display: flex;
    margin-top: 60px;
    margin-right: -20px;
    margin-left: -20px;
  }
  .page--starter-kit .task2-flex__item {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 0 20px;
    margin-top: 0;
  }
  .page--starter-kit .task2-flex__item__button {
    display: flex;
    width: 420px;
  }
  .page--starter-kit .task2-flex__item__image {
    display: flex;
    width: 210px;
    margin-top: 14px;
  }
  .page--index .about {
    padding-top: 130px;
    margin-top: -3%;
  }
  .page--index .about-bg {
    padding: 60px 0 40px;
    margin-top: -95px;
    background: url("../images/index/about_bg_top.png") no-repeat center center/cover;
    position: relative;
  }
  .page--index .about-content {
    padding: 60px 0 0;
    margin-top: 0;
    background: url("../images/index/about_bg_pc.png") no-repeat center center/cover;
    position: relative;
  }
  .page--index .about-content::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 8px;
    content: "";
    background-image: url("../images/common/saw_down_orange.svg");
    background-repeat: repeat-x;
    background-size: auto 8px;
  }
  .page--index .about-content .center-box {
    width: 0;
    height: 0;
    position: absolute;
    top: 500px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .page--index .about-content .posi1 {
    position: absolute;
    top: 0;
    left: -450px;
    width: 143px;
  }
  .page--index .about-content .posi2 {
    position: absolute;
    top: 0;
    right: -550px;
    width: 236px;
  }
  .page--index .about-img {
    margin: 0 auto 50px;
    width: 753px;
  }
  .page--index .about-text {
    margin: 0 auto 50px;
    width: 638px;
  }
  .page--index .about-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  .page--index .about-flex__left {
    width: 544px;
    min-width: 544px;
  }
  .page--index .about-flex__right {
    width: 248px;
    min-width: 248px;
  }
  .page--index .about-title {
    width: 358px;
    margin: 0 0 60px;
  }
  .page--index .about-text {
    width: 100%;
    margin-top: 0;
  }
  .page--index .about-attention {
    width: 312px;
  }
  .page--index .about-pokemon {
    width: 80%;
    margin: -35px auto 0 -50px;
  }
  .page--index .about-anchor {
    width: 680px;
    margin: auto;
    margin-top: 50px;
  }
  .page--index .about-anchor__link {
    padding: 0 20px;
  }
  .page--index .continue-title {
    height: 168px;
    padding-bottom: 0;
  }
  .page--index .continue-title img {
    top: -50px;
    width: 960px;
    margin: auto;
  }
  .page--index .continue-text {
    width: 257px;
    padding-bottom: 0;
    margin-top: 0;
  }
  .page--index .continue-separate-box {
    width: 860px;
    margin: 40px auto 0;
  }
  .page--index .continue-separate-box__head img {
    height: 34px;
  }
  .page--index .continue-separate-box__body {
    padding: 10px 30px 30px;
  }
  .page--index .continue-graph {
    padding: 0 16px;
    margin-top: -175px;
  }
  .page--index .continue-tab-button__item {
    padding: 14px 0 14px;
  }
  .page--index .continue-tab-button__item .continue-tab-button__item-text {
    font-size: 20px;
  }
  .page--index .continue-separate-box__body .continue-tab-content {
    margin: 0 -30px;
  }
  .page--index .continue-tab-content__item {
    padding: 30px 30px 0;
  }
  .page--index .continue-tab-content__prev, .page--index .continue-tab-content__next {
    width: 227px;
    padding: 0 20px;
  }
  .page--index .continue-passport {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 860px;
    padding: 30px;
    margin: 40px auto 0;
    background-color: #f7f7f7;
    border-radius: 10px;
  }
  .page--index .continue-passport__baloon {
    flex-grow: 1;
    width: auto;
    padding: 0 10px;
    margin: 0;
  }
  .page--index .continue-passport__banner {
    width: 420px;
    min-width: 420px;
  }
  .page--index .continue-passport-attention {
    width: 337px;
    margin-top: 28px;
  }
  .page--index .continue-practice {
    padding-right: 0;
    padding-left: 0;
  }
  .page--index .continue-practice .continue-tab-button {
    width: 972px;
    margin: auto;
  }
  .page--index .continue-practice .continue-tab-button__item {
    margin-right: 6px;
    margin-left: 6px;
  }
  .page--index .continue-practice .continue-tab-content {
    margin: 0;
  }
  .page--index .continue-pokemon-bar__item--1 img {
    width: 137px;
    bottom: 0;
  }
  .page--index .continue-pokemon-bar__item--2 img {
    width: 225px;
    bottom: 0;
  }
  .page--index .continue-pokemon-bar__item--3 img {
    width: 207px;
    bottom: 0;
  }
  .page--index .continue-practice__block {
    padding: 40px 0 80px;
  }
  .page--index .continue-practice__title__head {
    width: 80px;
    height: 80px;
    padding: 13px 0;
  }
  .page--index .continue-practice__title {
    width: 960px;
    margin: auto;
  }
  .page--index .continue-practice__title img {
    height: 50px;
  }
  .page--index .continue-practice__title__head__text {
    font-size: 16px;
  }
  .page--index .continue-practice__title__head__num {
    font-size: 32px;
  }
  .page--index .continue-practice__title .continue-practice__title__kana {
    height: 36px;
  }
  .page--index .continue-practice__text {
    width: 960px;
    max-width: none;
    margin-top: 37px;
  }
  .page--index .continue-practice .swiper-slide {
    flex-grow: 1;
    width: auto;
  }
  .page--index .continue-practice .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .page--index .continue-practice__slide {
    width: 980px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
  .page--index .continue-practice .swiper-pagination {
    display: none;
  }
  .page--index .continue-practice__img {
    width: 634px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
  .page--index .continue-practice__passport {
    padding: 30px 0;
  }
  .page--index .continue-practice__passport::before {
    display: none;
  }
  .page--index .continue-tab-content__item--4 .continue-practice__passport {
    background-color: #e8f7c4;
  }
  .page--index .continue-tab-content__item--5 .continue-practice__passport {
    background-color: #d5efdb;
  }
  .page--index .continue-tab-content__item--6 .continue-practice__passport {
    background-color: #e0e6f4;
  }
  .page--index .continue-practice__passport__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 785px;
    margin: 0 auto;
  }
  .page--index .continue-practice__passport__baloon {
    flex-grow: 1;
    width: 0;
    padding-right: 15px;
  }
  .page--index .continue-practice__passport__banner {
    width: 420px;
    min-width: 420px;
  }
  .page--index .continue-practice__fantasista {
    position: static;
    padding: 30px 0;
  }
  .page--index .continue-practice__fantasista__pokemon1 {
    top: -95px;
    width: 176px;
  }
  .page--index .continue-practice__fantasista__pokemon2 {
    top: -95px;
    width: 158px;
  }
  .page--index .continue-practice__fantasista__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 860px;
    margin: 0 auto;
  }
  .page--index .continue-practice__fantasista__text {
    position: relative;
    flex-grow: 1;
    margin: 0;
    margin-right: 110px;
  }
  .page--index .continue-practice__fantasista__image {
    width: 420px;
    min-width: 420px;
    margin-top: 0;
  }
  .page--index .continue-practice-banner .for-parents {
    margin-top: 60px;
    margin-bottom: 60px;
    background-color: white;
  }
  .for-parents {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 860px;
    padding: 30px;
    margin: auto;
    border-radius: 10px;
  }
  .for-parents__text {
    flex-grow: 1;
    padding-right: 20px;
  }
  .for-parents__img {
    width: 460px;
    min-width: 460px;
    margin-top: 0;
  }
  .page--index .pass {
    margin-bottom: 0;
  }
  .page--index .pass .for-parents {
    margin-top: 0;
  }
  .page--index .pass-bg {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .page--index .pass-title {
    height: 168px;
    padding-bottom: 0;
  }
  .page--index .pass-title__inner {
    position: static;
    height: auto;
  }
  .page--index .pass-text {
    width: 557px;
    margin-top: 15px;
  }
  .page--index .pass-anchor {
    display: flex;
    width: 720px;
    padding: 0;
    margin: auto;
    margin-top: 60px;
  }
  .page--index .pass-anchor__link {
    padding: 0 20px;
  }
  .page--index .start {
    padding-bottom: 120px;
    background-image: url("../images/index/start_bg_pc.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
  }
  .page--index .start .wrap {
    position: relative;
  }
  .page--index .start-title {
    height: 168px;
    padding-bottom: 0;
  }
  .page--index .start-title img {
    width: 960px;
    margin: auto;
  }
  .page--index .start-text {
    width: 523px;
    margin-top: 68px;
  }
  .page--index .start-flex {
    display: flex;
    margin-top: 42px;
    margin-right: -20px;
    margin-left: -20px;
  }
  .page--index .start-flex__item {
    width: 50%;
    padding: 0 20px;
    margin-top: 0;
  }
  .page--index .start-banner__attention {
    width: 379px;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
  }
  .page--index .start-banner {
    position: relative;
    width: 466px;
    margin: auto;
  }
  .page--index .start-banner__img, .page--index .handbook {
    margin-top: 40px;
  }
  .page--index .for-parents {
    margin-top: 30px;
    background-color: #f7f7f7;
  }
  /*  230413  追加項目     */
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  div.add-announcement {
    color: #ffffff;
    padding: 4em 12em 0 12em;
    line-height: 1.75em;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  div.add-announcement {
    color: #ffffff;
    padding: 4em 12em 0 12em;
    line-height: 1.75em;
  }
}
@media screen and (min-width: 769px) and (min-width: 481px) and (max-width: 768px) {
  div.add-announcement {
    color: #ffffff;
    padding: 2em 4em 0 4em;
    line-height: 1.75em;
  }
}
@media screen and (min-width: 769px) and (max-width: 480px) {
  div.add-announcement {
    color: #ffffff;
    padding: 2em 0 0 0;
    line-height: 1.75em;
  }
}
@media screen and (min-width: 769px) {
  a.add-announcement-btn {
    cursor: pointer;
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 250px;
    margin: auto;
    margin-top: 1em;
    padding: 1rem 4rem;
    font-weight: bold;
    border: 2px solid #27acd9;
    background: #27acd9;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
  }
  a.add-announcement-btn:hover {
    color: #27acd9;
    background: transparent;
  }
}
.page--index .center-box {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media only screen and (max-width: 1023px) {
  .page--index .about::before {
    display: none;
  }
}
.page--index .about .about-bg {
  padding: 60px 0 40px;
  margin-top: -95px;
  background: url("../images/index/about_bg_top.png") no-repeat center center/cover;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .page--index .about .about-bg {
    padding: 40px 0 20px;
    margin-top: 0;
    background: url("../images/index/about_bg_top.png") repeat center center/200%;
  }
}
@media only screen and (max-width: 1023px) {
  .page--index .about .about-bg .about-text {
    margin: 40px auto;
    width: 100%;
  }
}
.page--index .about .about-content {
  padding: 60px 0 0;
  margin-top: 0;
  background: url("../images/index/about_bg_pc.png") no-repeat center center/cover;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .page--index .about .about-content {
    padding: 40px 0;
    background: url("../images/index/about_bg_sp.png") no-repeat center center/cover;
  }
}
.page--index .about .about-content::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 8px;
  content: "";
  background-image: url("../images/common/saw_down_orange.svg");
  background-repeat: repeat-x;
  background-size: auto 8px;
}
.page--index .about .about-content .center-box {
  width: 0;
  height: 0;
  position: absolute;
  top: 500px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.page--index .about .about-content .posi1 {
  position: absolute;
  top: 0;
  left: -450px;
  width: 143px;
}
.page--index .about .about-content .posi2 {
  position: absolute;
  top: 0;
  right: -550px;
  width: 236px;
}
.page--index .about .about-content .about-img {
  margin: 0 auto 50px;
  width: 753px;
}
@media only screen and (max-width: 1023px) {
  .page--index .about .about-content .about-img {
    margin: 0 auto 20px;
    width: 100%;
  }
}
.page--index .about .about-content .about-text {
  margin: 0 auto 50px;
  width: 638px;
}
@media only screen and (max-width: 1023px) {
  .page--index .about .about-content .about-text {
    margin: 0 auto 20px;
    width: 100%;
  }
}
.page--index .about .youtube_box {
  margin: 0 auto;
  min-width: 100%;
  aspect-ratio: 16/9;
}
.page--index .about .youtube_center {
  height: auto;
  margin: auto;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 1023px) {
  .page--index .about .youtube_center {
    width: 100%;
  }
}
.page--index .kentei {
  position: relative;
}
.page--index .kentei .wrap {
  position: relative;
}
@media only screen and (min-width: 1023px) {
  .page--index .kentei .wrap {
    width: 870px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page--index .kentei .kentei-title {
  padding: 50px 0;
  background: #d5efdb url("../images/index/kentei_title_bg.png") repeat-x center center;
  background-size: inherit;
  z-index: 0;
  position: relative;
}
.page--index .kentei .kentei-title img {
  width: 220px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .page--index .kentei .kentei-title {
    padding: 30px 0;
    background-size: 20%;
  }
  .page--index .kentei .kentei-title img {
    width: 40%;
  }
}
.page--index .kentei .kentei-content {
  margin-top: -8px;
  background: #d5efdb;
  position: relative;
  padding: 100px 0;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .page--index .kentei .kentei-content {
    padding: 40px 0;
  }
  .page--index .kentei .kentei-content img + img {
    margin-top: 20px;
  }
}
.page--index .kentei .kentei-content::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 8px;
  content: "";
  background-image: url("../images/common/saw_down_green.svg");
  background-repeat: repeat-x;
  background-size: auto 8px;
}
.page--index .kentei .kentei-content .posi1 {
  position: absolute;
  top: -200px;
  left: 5%;
  width: 160px;
  z-index: 1;
}
.page--index .kentei-link {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 60px auto 0;
}
@media only screen and (max-width: 1023px) {
  .page--index .kentei-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 20px 10% 0;
  }
}
.page--index .kentei-foot {
  background: #fff url("../images/index/kentei_foot_bg_pc.png") no-repeat center center;
  background-size: cover;
  height: 260px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .page--index .kentei-foot {
    background: #fff url("../images/index/kentei_foot_bg_sp.png") no-repeat -150px center/cover;
    height: 100px;
  }
}
.page--index .kentei-foot .posi1 {
  position: absolute;
  top: 100px;
  left: 20%;
  width: 160px;
  z-index: 1;
}
.page--index .kentei-foot .posi2 {
  position: absolute;
  top: -80px;
  right: 15%;
  width: 178px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .page--index .continue .continue-tab-content__item {
    padding: 0 5%;
  }
}
.page--index .continue .continue-practice__movie {
  width: 960px;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .page--index .continue .continue-practice__movie {
    width: 100%;
    margin: 30px auto 0;
    display: block;
  }
}
.page--index .continue .continue-practice__movie li {
  width: calc(33.3333333333% - 10px);
  margin: 0 auto 90px;
}
@media only screen and (max-width: 1023px) {
  .page--index .continue .continue-practice__movie li {
    width: 100%;
    margin: 0 0 30px;
    aspect-ratio: 16/9;
  }
}
.page--index .continue .continue-practice__movie li iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin: auto;
}
.page--index .continue .continue-practice__movie li p {
  font-size: 1rem;
  padding: 10px 5px 0;
  line-height: 1.2;
}
@media only screen and (max-width: 1023px) {
  .page--index .continue .continue-practice__movie li p {
    font-size: 1rem;
    padding: 5px 0 0;
  }
}
.page--index .continue .continue-foot {
  background: #fff url("../images/index/bf_foot_bg_pc.png") no-repeat center center;
  background-size: cover;
  height: 330px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .page--index .continue .continue-foot {
    background: #fff url("../images/index/bf_foot_bg_sp.png") no-repeat center center/cover;
    display: block;
    height: auto;
  }
}
.page--index .continue .continue-foot .posi1 {
  position: absolute;
  top: -80px;
  right: -550px;
  width: 119px;
  z-index: 1;
}
.page--index .continue .continue-foot .continue-tab-button {
  margin: auto;
  padding: 40px 0 0;
}
@media only screen and (max-width: 1023px) {
  .page--index .continue .continue-foot .continue-tab-button {
    display: block;
    padding: 40px 5% 150px;
    text-align: center;
  }
  .page--index .continue .continue-foot .continue-tab-button > div + div {
    margin-top: 20px;
  }
}
.page--index .pass .pass-foot {
  background: #fff url("../images/index/pass_foot_bg_pc.png") no-repeat center center;
  background-size: cover;
  height: 190px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .page--index .pass .pass-foot {
    display: none;
  }
}
.page--index .pass .pass-foot .center-box {
  margin: auto;
}
.page--index .pass .pass-foot .posi1 {
  position: absolute;
  bottom: -180px;
  left: -500px;
  width: 176px;
  z-index: 1;
}
.page--index .pass .pass-foot .posi2 {
  position: absolute;
  bottom: -180px;
  right: -500px;
  width: 158px;
  z-index: 1;
}

@media screen and (min-width: 1025px) {
  .br--xl {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .br--l {
    display: block;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .br--m {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .br--s {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .br--sp {
    display: block;
  }
  .display-none--sp {
    display: none;
  }
  .handbook-flex img {
    padding-top: 20px;
  }
  .page--starter-kit .introduction {
    margin-top: -11vw;
  }
  .page--starter-kit .task1-button a {
    padding-left: 20px;
    color: #ffec00;
    background-image: url("../images/common/boxed_arrow_yellow.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 14px auto;
  }
  .page--starter-kit .task1-button a span {
    text-decoration: underline;
  }
}
/* inview
---------------------------------------------------------------------------*/
.fade-mv {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.fade-mv.mv {
  opacity: 1;
  transform: translateY(0);
}

.fade-mv_x {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}
@media only screen and (max-width: 1023px) {
  .fade-mv_x {
    transform: translateX(0);
    transform: translateY(-60px);
  }
}

.fade-mv_x.mv_x {
  opacity: 1;
  transform: translateX(0);
}
@media only screen and (max-width: 1023px) {
  .fade-mv_x.mv_x {
    transform: translateX(0);
    transform: translateY(0);
  }
}

li:nth-child(2n).fade-mv_x {
  transform: translateX(100px);
}
@media only screen and (max-width: 1023px) {
  li:nth-child(2n).fade-mv_x {
    transform: translateX(0);
    transform: translateY(60px);
  }
}
li:nth-child(2n).mv_x {
  opacity: 1;
  transform: translateX(0px);
}/*# sourceMappingURL=style.css.map */