@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 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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,
th {
  vertical-align: top;
  padding: 0;
}

th {
  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;
  -webkit-backface-visibility: hidden;
          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 {
  display: none;
}

.br--l {
  display: none;
}

.br--m {
  display: none;
}

.br--s {
  display: none;
}

.br--pc {
  display: none;
}

.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: 0;
  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__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;
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
          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;
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
          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;
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
          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;
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}

.details {
  margin-top: 30px;
}

.details__button {
  cursor: pointer;
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
          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;
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
          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;
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
          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;
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
          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;
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
          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 {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 40px;
  margin-top: -20px;
  background-color: #ffec00;
  background-image: url("../images/index/about_bg_sp.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.page--index .about::before {
  position: absolute;
  top: 0;
  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;
}
.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;
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
          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+ */
  -webkit-filter: progid:dximagetransform.microsoft.gradient( startColorstr="#cccccc", endColorstr="#00f0f0f0",GradientType=0 );
          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: 200px;
  padding: 5px 0 10px;
  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: #fac814;
}
.page--index .continue-tab-button__item--4 {
  color: white;
  background-color: #a9cf52;
}
.page--index .continue-tab-button__item--5 {
  color: white;
  background-color: #34b371;
}
.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 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.page--index .continue-tab-content__item--1 {
  border-top: 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 #fac814;
}
.page--index .continue-tab-content__item--4 {
  border-top: 4px solid #a9cf52;
}
.page--index .continue-tab-content__item--5 {
  border-top: 4px solid #34b371;
}
.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;
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
          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;
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
          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+ */
  -webkit-filter: progid:dximagetransform.microsoft.gradient( startColorstr="#cccccc", endColorstr="#00f0f0f0",GradientType=0 );
          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;
}
.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,fac814+40,a9cf52+60,34b371+80,4f86c5+100 */
  background: #eb3a3e;
  /* Old browsers */
  background: linear-gradient(left, #eb3a3e 0%, #ff960a 20%, #fac814 40%, #a9cf52 60%, #34b371 80%, #4f86c5 100%);
  /* FF3.6-15 */
  background: linear-gradient(left, #eb3a3e 0%, #ff960a 20%, #fac814 40%, #a9cf52 60%, #34b371 80%, #4f86c5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #eb3a3e 0%, #ff960a 20%, #fac814 40%, #a9cf52 60%, #34b371 80%, #4f86c5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-filter: progid:dximagetransform.microsoft.gradient( startColorstr="#eb3a3e", endColorstr="#4f86c5",GradientType=1 );
          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: 10px;
  left: 0;
  z-index: 2;
  width: 37px;
  margin: auto;
}
.page--index .continue-pokemon-bar__item--2 img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 68px;
  margin: auto;
}
.page--index .continue-pokemon-bar__item--3 img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 76px;
  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: 7px 0 10px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.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: #fac814;
}
.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: #34b371;
}
.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: #fac814;
}
.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: #34b371;
}
.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: #fff6f5;
}
.page--index .continue-practice .continue-tab-content__item--2 {
  background-color: #fffbf3;
}
.page--index .continue-practice .continue-tab-content__item--3 {
  background-color: #fffbef;
}
.page--index .continue-practice .continue-tab-content__item--4 {
  background-color: #fbfff2;
}
.page--index .continue-practice .continue-tab-content__item--5 {
  background-color: #f5fdf7;
}
.page--index .continue-practice .continue-tab-content__item--6 {
  background-color: #f6f8fc;
}
.page--index .continue-tab-content__item--1 .continue-practice__block {
  background-image: url("../images/index/continue_practice_bg_001.svg");
}
.page--index .continue-tab-content__item--2 .continue-practice__block {
  background-image: url("../images/index/continue_practice_bg_002.svg");
}
.page--index .continue-tab-content__item--3 .continue-practice__block {
  background-image: url("../images/index/continue_practice_bg_003.svg");
}
.page--index .continue-tab-content__item--4 .continue-practice__block {
  background-image: url("../images/index/continue_practice_bg_004.svg");
}
.page--index .continue-tab-content__item--5 .continue-practice__block {
  background-image: url("../images/index/continue_practice_bg_005.svg");
}
.page--index .continue-tab-content__item--6 .continue-practice__block {
  background-image: url("../images/index/continue_practice_bg_006.svg");
}
.page--index .continue-practice .continue-tab-content__item {
  padding: 0 0 200px;
}
.page--index .continue-practice__text {
  max-width: 350px;
  margin: 10px auto;
}
.page--index .continue-practice .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
          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: #fac814;
}
.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: #34b371;
}
.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;
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
          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;
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
          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;
}
.page--index .continue-practice__fantasista__ball {
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  width: 40px;
  margin: auto;
}
.page--index .continue-practice__fantasista__inner {
  margin: 0 20px;
}
.page--index .continue-practice__fantasista__image {
  margin-top: 30px;
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
          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;
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}

.page--index .pass {
  margin-bottom: -50px;
}
.page--index .pass .for-parents {
  margin-top: 20px;
  background-color: unset;
}
.page--index .pass-bg {
  padding-top: 1px;
  padding-bottom: 60px;
  background-color: #fce5e6;
  background-image: url("../images/index/pass_bg_sp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.page--index .pass-title {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 28%;
  background-color: #dc000c;
  background-image: url("../images/index/pass_title_bg_sp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.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: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: -175px auto 0;
}
.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;
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
          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;
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}
.page--index .handbook {
  margin-top: 20px;
}
.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;
    padding-bottom: 90px;
    margin-top: -3%;
    background-image: url("../images/index/about_bg_pc.png");
  }
  .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;
  }
  .page--index .about-text {
    width: 100%;
    margin-top: 0;
  }
  .page--index .about-attention {
    width: 312px;
  }
  .page--index .about-pokemon {
    width: 100%;
    margin-top: -35px;
  }
  .page--index .about-anchor {
    width: 680px;
    margin: auto;
    margin-top: 50px;
  }
  .page--index .about-anchor__link {
    padding: 0 20px;
  }
  .page--index .continue-bg {
    padding-top: 68px;
    padding-bottom: 150px;
    background-image: url("../images/index/continue_bg_pc.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }
  .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: 10px 0 14px;
  }
  .page--index .continue-tab-button__item .continue-tab-button__item-text {
    font-size: 16px;
  }
  .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: 65px;
  }
  .page--index .continue-pokemon-bar__item--2 img {
    width: 117px;
  }
  .page--index .continue-pokemon-bar__item--3 img {
    width: 132px;
  }
  .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__ball {
    top: -95px;
    width: 70px;
  }
  .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;
    background-image: url("../images/index/pass_bg_pc.png");
    background-size: cover;
  }
  .page--index .pass-title {
    height: 168px;
    padding-bottom: 0;
    background-image: url("../images/index/pass_title_bg_pc.png");
    background-size: cover;
  }
  .page--index .pass-title__inner {
    position: static;
    height: auto;
  }
  .page--index .pass-title img {
    top: 0;
    width: 960px;
    margin: -150px auto 0;
  }
  .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 .wrap {
    position: relative;
  }
  .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-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 {
    margin-top: 40px;
  }
  .page--index .handbook {
    margin-top: 40px;
  }
  .page--index .for-parents {
    margin-top: 30px;
    background-color: #f7f7f7;
  }
}

@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;
  }
}




/*  230413  追加項目     */


@media screen 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 (max-width: 1024px) {

	div.add-announcement {
		color: #ffffff;
		padding: 4em 12em 0 12em;
		line-height: 1.75em;
		}

	}

@media screen 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 (max-width: 480px) {

	div.add-announcement {
		color: #ffffff;
		padding: 2em 0 0 0;
		line-height: 1.75em;
		}

	}

@media screen and (max-width: 768px) {

	}





	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;
	}





