/* @Reference site */
/* @MEMO */
/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  line-height: 1.5;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font sizes and margins on `h1` elements within
 * `section` and `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

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

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%;
  /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline when hovering in all browsers (opinionated.
 */
:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent;
  /* 1 */
  border-style: none;
  /* 1 */
  color: inherit;
  /* 1 */
  font-size: 1em;
  /* 1 */
  margin: 0;
  /* 3 */
}

/**
 * Correct the overflow in IE.
 * 1. Correct the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance in Edge, Firefox, and IE.
 * 1. Remove the inheritance in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  /* 1 */
  touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

/* ==========================================================================
  BASE
========================================================================== */
/* sanitize overwrite */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ol,
ul,
li {
  list-style: none;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
}

html,
body {
  height: 100%;
  min-width: 100%;
}

body {
  background: #000;
  color: #333;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-feature-settings: "palt";
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  word-wrap: break-word;
  font-size: 0.8125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

button {
  cursor: pointer;
  display: block;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  outline: none;
  padding: 0;
}

iframe[name=google_conversion_frame] {
  height: 0;
  position: absolute;
}

#header {
  background: #fff;
  min-width: 1280px;
}

#footer {
  background: #fff;
  height: auto;
  min-width: 1280px;
}
#footer .footer_wrapper {
  background: #fff;
}

.l-cont {
  position: relative;
  margin: 0 auto;
}
@media print, screen and (max-width: 1279px) and (orientation: portrait) {
  .l-cont {
    display: none !important;
  }
}
@media print, screen and (max-width: 1279px) and (min-width: 1001px) and (orientation: landscape) {
  .l-cont {
    max-height: 100%;
    width: auto;
  }
}
@media print, screen and (max-width: 1000px) and (orientation: landscape) {
  .l-cont {
    max-height: 100%;
    width: auto;
  }
}

.l-main {
  align-items: center;
  background-color: #000;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.l-main__inner {
  height: 100vh;
  width: 100%;
}
@media print, screen and (min-width: 1280px) {
  .l-main__inner {
    max-height: 775px;
    max-width: 1280px;
  }
}
@media print, screen and (max-width: 1279px) and (min-width: 1001px) and (orientation: landscape) {
  .l-main__inner {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
@media print, screen and (max-width: 1000px) and (orientation: landscape) {
  .l-main__inner {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

.l-main__inner-content {
  aspect-ratio: 1.6516129032;
  margin: 0 auto;
}
@supports not (aspect-ratio: auto) {
  .l-main__inner-content {
    position: relative;
  }
  .l-main__inner-content::before {
    content: "";
    float: left;
    padding-top: 60.546875%;
  }
  .l-main__inner-content::after {
    content: "";
    clear: both;
    display: block;
  }
  .l-main__inner-content > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media print, screen and (min-width: 1280px) {
  .l-main__inner-content {
    position: relative;
    height: 100%;
  }
}
@media print, screen and (max-width: 1279px) and (min-width: 1001px) and (orientation: landscape) {
  .l-main__inner-content {
    position: relative;
    max-height: calc(var(--vh, 1vh) * 100);
  }
}
@media print, screen and (max-width: 1000px) and (orientation: landscape) {
  .l-main__inner-content {
    position: relative;
    max-height: calc(var(--vh, 1vh) * 100);
    width: auto;
  }
}

.c-font-mincho {
  font-family: "Kaisei Tokumin", serif;
}

.c-yakumono {
  margin-left: -0.5em;
}

.c-hidetxt {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

.c-bodytxt {
  font-size: 1rem;
}

.c-caption {
  font-size: 0.8125rem;
  line-height: 1.6;
}

.c-name {
  font-size: 0.875rem;
  line-height: 1.6;
}

.c-modal {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  background: #3296ff;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
.c-modal.-active {
  opacity: 1;
  visibility: visible;
  z-index: 6000;
}

.c-modal__inner {
  position: relative;
  height: 100%;
  width: 100%;
}

.c-modal__close {
  position: absolute;
  top: 0;
  right: 1.5%;
  width: 5%;
}

.c-ruby {
  display: inline-block;
  line-height: 1.4;
}
.c-ruby[data-ruby] {
  position: relative;
  text-align: center;
}
.c-ruby[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1em;
  left: 50%;
  font-size: 0.5em;
  line-height: 1;
  margin: auto;
  transform: translateX(-50%);
  white-space: nowrap;
}

@media print, screen and (min-width: 1280px) {
  .p-caution {
    display: none !important;
  }
}
@media print, screen and (max-width: 1279px) and (min-width: 1001px) and (orientation: landscape) {
  .p-caution {
    display: none !important;
  }
}
@media print, screen and (max-width: 1000px) and (orientation: landscape) {
  .p-caution {
    display: none !important;
  }
}

@media print, screen and (max-width: 1279px) and (orientation: portrait) {
  .p-caution__main {
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    background-color: #3296ff;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: auto;
    width: 100%;
  }
}

@media print, screen and (max-width: 1279px) and (orientation: portrait) {
  .p-caution__ph {
    margin: 0 auto;
    width: 39.4vw;
  }
}

@media print, screen and (max-width: 1279px) and (orientation: portrait) {
  .p-caution__txt {
    margin-top: 8.3vw;
    width: 75.7vw;
  }
}

.p-confirm {
  padding-top: 7.9%;
}
@media print, screen and (max-width: 1279px) and (orientation: portrait) {
  .p-confirm {
    display: none !important;
  }
}

.p-confirm__ico {
  aspect-ratio: 1.6112789527;
  margin: 0 auto;
  overflow: hidden;
  width: 12.5%;
}
@supports not (aspect-ratio: auto) {
  .p-confirm__ico {
    position: relative;
  }
  .p-confirm__ico::before {
    content: "";
    float: left;
    padding-top: 62.0625%;
  }
  .p-confirm__ico::after {
    content: "";
    clear: both;
    display: block;
  }
  .p-confirm__ico > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-confirm__ico img {
  height: 100%;
  max-width: none;
  width: auto;
}

.p-confirm__txt {
  margin: 4.3% auto 0;
  width: 54%;
}

.p-confirm__btn {
  margin: 3.9% auto 0;
  width: 28.5%;
}

.p-confirm__shimajiro {
  position: absolute;
  left: 4.2%;
  bottom: 5.8%;
  width: 11.5%;
}

.p-confirm.-active .p-confirm__ico img {
  -webkit-animation: soundIco 2s steps(4) infinite;
          animation: soundIco 2s steps(4) infinite;
}

@-webkit-keyframes soundIco {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes soundIco {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.p-information-modal {
  background-color: rgba(82, 82, 82, 0.9);
  overflow: hidden;
  z-index: 10000000;
}

.p-information-modal__inner {
  padding-top: 10.1%;
}

.p-information-modal__cont {
  position: relative;
  aspect-ratio: 1.3461538462;
  background-color: #fff;
  margin: 0 auto;
  padding-top: 4.8%;
  border-radius: 32px;
  width: 54.6%;
}
@supports not (aspect-ratio: auto) {
  .p-information-modal__cont {
    position: relative;
  }
  .p-information-modal__cont::before {
    content: "";
    float: left;
    padding-top: 74.2857142857%;
  }
  .p-information-modal__cont::after {
    content: "";
    clear: both;
    display: block;
  }
  .p-information-modal__cont > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-information-modal__ttl {
  margin: 0 auto;
  width: 79.7%;
}

.p-information-modal__qr {
  margin: 3.4% auto 0;
  width: 22.8%;
}

.p-information-modal__url {
  margin: 3.4% auto 0;
  width: 81.4%;
}

.p-information-modal__close {
  margin: 4.6% auto 0;
  width: 38.5%;
}

:root {
  --progress: 0;
}

.p-loading {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  background-color: #fff;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  padding-top: 8.5%;
  width: 100%;
  z-index: -1;
}
@media print, screen and (max-width: 1279px) and (orientation: portrait) {
  .p-loading {
    display: none !important;
  }
}
.-loading .p-loading {
  opacity: 1;
  visibility: visible;
  z-index: 6000;
}

.p-loading__txt {
  margin: 0 auto;
  width: 47.4%;
}

.p-loading__shimajiro {
  margin: 2.9% auto 0;
  width: 15.9%;
}

.p-loading__progress {
  background: #fbf3e3;
  border-radius: 9999px;
  height: 3.1%;
  margin: 2.1% auto 0;
  width: 71.8%;
}

.p-loading__progress__bar {
  transition: all 0.3s ease;
  background-color: #2bc4d8;
  border-radius: 9999px;
  height: 100%;
  width: 0;
  width: var(--progress);
}

.p-parent-modal {
  overflow: hidden;
}

.p-parent-modal__inner {
  padding-top: 2.1%;
}

.p-parent-modal__ttl {
  margin: 0 auto;
  width: 61.5%;
}

.p-parent-modal__catch {
  position: absolute;
  top: -2.4%;
  left: 2.1%;
  height: 26.6%;
  width: 15.9%;
}

.p-parent-modal__catch__inner {
  position: relative;
  height: 100%;
  width: 100%;
}
.p-parent-modal__catch__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/components/parent-modal/bg_catch.png) no-repeat 0 0/100%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}

.p-parent-modal__catch__txt {
  position: relative;
}

.p-parent-modal__catch__grapes {
  position: absolute;
  top: 7.7%;
  left: -15.6%;
  width: 40.7%;
}

.p-parent-modal__catch__register {
  position: absolute;
  bottom: 1.9%;
  right: -42.8%;
  width: 61.6%;
}

.p-parent-modal__shimajiro {
  position: absolute;
  top: 4.9%;
  right: 5.5%;
  height: 23.5%;
  width: 16.5%;
}

.p-parent-modal__shimajiro__inner {
  position: relative;
  height: 100%;
  width: 100%;
}

.p-parent-modal__shimajiro__egg img {
  max-width: none;
  width: 100%;
}
.p-parent-modal__shimajiro__egg.-egg1 {
  position: absolute;
  top: 27.5%;
  left: -20.6%;
  width: 20.2%;
}
.p-parent-modal__shimajiro__egg.-egg2 {
  position: absolute;
  top: 67.5%;
  left: 6.8%;
  width: 16.2%;
  z-index: 1000;
}
.p-parent-modal__shimajiro__egg.-egg3 {
  position: absolute;
  top: 50.3%;
  right: -11.9%;
  width: 20.2%;
}

.p-parent-modal__txt {
  position: relative;
  margin-top: 1.8%;
  width: 100%;
}

.p-parent-modal__footer {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ffe664;
  border-radius: 16px 16px 0 0;
  height: 24.3%;
  overflow: hidden;
  width: 100%;
}

.p-parent-modal__footer__left {
  height: 100%;
  padding: 1.4% 1.9% 0 3%;
  width: 87.6%;
}

.p-parent-modal__footer__right {
  position: absolute;
  bottom: 0;
  right: 0;
  align-items: center;
  background: #f44336;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  height: 84.6%;
  width: 12.3%;
}
.p-parent-modal__footer__right::before {
  position: absolute;
  top: 50%;
  left: 0;
  background: url(../img/components/parent-modal/bg_triangle.svg) no-repeat 0 0/100%;
  content: "";
  display: block;
  height: 12.7%;
  transform: translate(-20%, -50%);
  width: 11.3%;
}

.p-parent-modal__footer__information-modal-btn {
  position: absolute;
  left: 3%;
  bottom: 10.5%;
  width: 25.4%;
}

.p-parent-modal__footer__right__qr {
  width: 73.4%;
}

.p-parent-modal__close {
  display: none;
}
[data-page=top] .p-parent-modal__close.-top {
  display: block;
}
[data-page=lesson] .p-parent-modal__close.-lesson {
  display: block;
}

.p-parent-modal.-active .p-parent-modal__catch__grapes {
  opacity: 0;
}
.p-parent-modal.-active .p-parent-modal__catch__register {
  opacity: 0;
}
.p-parent-modal.-active .p-parent-modal__txt {
  opacity: 0;
}
.p-parent-modal.-active .p-parent-modal__footer {
  opacity: 0;
}
.p-parent-modal.-active.-active .p-parent-modal__catch__inner::before {
  -webkit-animation: rotateBg 3s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
          animation: rotateBg 3s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}
.p-parent-modal.-active.-active .p-parent-modal__catch__grapes {
  -webkit-animation: fadeInUp 0.6s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
          animation: fadeInUp 0.6s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.p-parent-modal.-active.-active .p-parent-modal__catch__register {
  -webkit-animation: fadeInUp 0.6s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
          animation: fadeInUp 0.6s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.p-parent-modal.-active.-active .p-parent-modal__txt {
  -webkit-animation: fadeInUpSmall 1s 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
          animation: fadeInUpSmall 1s 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}
.p-parent-modal.-active.-active .p-parent-modal__footer {
  -webkit-animation: fadeInUpMax 0.7s 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
          animation: fadeInUpMax 0.7s 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
}
.p-parent-modal.-active.-active .p-parent-modal__shimajiro__egg.-egg1 {
  -webkit-animation: rotateEggL 1.2s steps(2) infinite;
          animation: rotateEggL 1.2s steps(2) infinite;
}
.p-parent-modal.-active.-active .p-parent-modal__shimajiro__egg.-egg2 {
  -webkit-animation: rotateEggR 1.2s steps(2) infinite;
          animation: rotateEggR 1.2s steps(2) infinite;
}
.p-parent-modal.-active.-active .p-parent-modal__shimajiro__egg.-egg3 {
  -webkit-animation: rotateEggL 1.2s steps(2) infinite;
          animation: rotateEggL 1.2s steps(2) infinite;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translateY(20%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translateY(20%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUpMax {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUpMax {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes rotateBg {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
@keyframes rotateBg {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes rotateEggL {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-20deg);
  }
}
@keyframes rotateEggL {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-20deg);
  }
}
@-webkit-keyframes rotateEggR {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(20deg);
  }
}
@keyframes rotateEggR {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(20deg);
  }
}
@-webkit-keyframes fuwafuwa {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-20px);
  }
}
@keyframes fuwafuwa {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-20px);
  }
}
@-webkit-keyframes changeScale {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes changeScale {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes rotateBgFlare {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotateBgFlare {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes flash {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes flash {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1a46ff;
  height: 100%;
  width: 100%;
}
@media print, screen and (max-width: 1279px) and (orientation: portrait) {
  .bg {
    display: none !important;
  }
}

.bg__inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.bg__cloud {
  background: url(../img/top/bg/bg_cloud.png) no-repeat 0 0/205% 100%;
  height: 100%;
  width: 100%;
}

.bg__grasses {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/top/bg/bg_grasses.png) no-repeat 0 0/100%;
  height: 100%;
  width: 100%;
}

.bg__middle {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/top/bg/bg_middle.png) no-repeat 0 0/100%;
  height: 100%;
  width: 100%;
}

.bg__bottom {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/top/bg/bg_bottom.png) no-repeat 0 0/100%;
  height: 100%;
  width: 100%;
}

.bg__cloud__alphabet {
  position: absolute;
  top: 0;
  left: 0;
  height: 23.1%;
  width: 100%;
}
.bg__cloud__alphabet.-a {
  background: url(../img/top/bg/bg_cloud_a.png) no-repeat 0 0/auto 100%;
}
.bg__cloud__alphabet.-b {
  background: url(../img/top/bg/bg_cloud_b.png) no-repeat 0 0/auto 100%;
}
.bg__cloud__alphabet.-c {
  background: url(../img/top/bg/bg_cloud_c.png) no-repeat 0 0/auto 100%;
}
.bg__cloud__alphabet.-d {
  background: url(../img/top/bg/bg_cloud_d.png) no-repeat 0 0/auto 100%;
}
.bg__cloud__alphabet.-e {
  background: url(../img/top/bg/bg_cloud_e.png) no-repeat 0 0/auto 100%;
}
.bg__cloud__alphabet.-f {
  background: url(../img/top/bg/bg_cloud_f.png) no-repeat 0 0/auto 100%;
}

[data-page=top].-animation .bg__cloud {
  -webkit-animation: flowingCloudX 120s linear infinite;
          animation: flowingCloudX 120s linear infinite;
}
[data-page=top].-animation .bg__cloud__alphabet.-a {
  -webkit-animation: flowingCloudXAlphabet 100s linear infinite, flowingCloudY 10s linear infinite alternate;
          animation: flowingCloudXAlphabet 100s linear infinite, flowingCloudY 10s linear infinite alternate;
}
[data-page=top].-animation .bg__cloud__alphabet.-b {
  -webkit-animation: flowingCloudXAlphabet 110s linear infinite, flowingCloudY 20s linear infinite alternate;
          animation: flowingCloudXAlphabet 110s linear infinite, flowingCloudY 20s linear infinite alternate;
}
[data-page=top].-animation .bg__cloud__alphabet.-c {
  -webkit-animation: flowingCloudXAlphabet 90s linear infinite, flowingCloudY 15s linear infinite alternate;
          animation: flowingCloudXAlphabet 90s linear infinite, flowingCloudY 15s linear infinite alternate;
}
[data-page=top].-animation .bg__cloud__alphabet.-d {
  -webkit-animation: flowingCloudXAlphabet 95s linear infinite, flowingCloudY 12s linear infinite alternate;
          animation: flowingCloudXAlphabet 95s linear infinite, flowingCloudY 12s linear infinite alternate;
}
[data-page=top].-animation .bg__cloud__alphabet.-e {
  -webkit-animation: flowingCloudXAlphabet 120s linear infinite, flowingCloudY 18s linear infinite alternate;
          animation: flowingCloudXAlphabet 120s linear infinite, flowingCloudY 18s linear infinite alternate;
}
[data-page=top].-animation .bg__cloud__alphabet.-f {
  -webkit-animation: flowingCloudXAlphabet 115s linear infinite, flowingCloudY 8s linear infinite alternate;
          animation: flowingCloudXAlphabet 115s linear infinite, flowingCloudY 8s linear infinite alternate;
}

@-webkit-keyframes flowingCloudX {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 205% 0;
  }
}

@keyframes flowingCloudX {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 205% 0;
  }
}
@-webkit-keyframes flowingCloudXAlphabet {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@keyframes flowingCloudXAlphabet {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@-webkit-keyframes flowingCloudY {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-20%);
  }
}
@keyframes flowingCloudY {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-20%);
  }
}
.maincont {
  position: relative;
  height: 100%;
}

.maincont__ttl {
  margin: 0 auto;
  padding-top: 1.5%;
  width: 44.5%;
}

.maincont__parent-modal-btn {
  position: absolute;
  top: 7.4%;
  right: 3.4%;
  width: 20.6%;
}

.maincont__lessonlist {
  display: flex;
  justify-content: center;
  margin-top: 1.2%;
}

.maincont__lessonlist__item {
  filter: drop-shadow(0 0 24px rgba(0, 0, 0, 0.5));
  width: 39%;
}
.maincont__lessonlist__item + .maincont__lessonlist__item {
  margin-left: 3.1%;
}

.maincont__footer {
  position: absolute;
  left: 0;
  bottom: 0;
  align-items: center;
  background: #005ede;
  /* border-radius: 24px 24px 0 0; */
  display: flex;
  height: 16.5%;
  justify-content: center;
  width: 100%;
}

.maincont__footer__main {
  position: relative;
  width: 88.5%;
}

.maincont__footer__att {
  margin: 1% 0 2px 0;
  width: 97.5%;
}

.maincont__footer__qr {
  margin-left: 1%;
  /* transform: translateY(-30%); */
  width: 7%;
}

[data-page=top] .maincont__lessonlist__item {
  opacity: 0;
  transform-origin: bottom;
}
[data-page=top].-animation .maincont__lessonlist__item {
  -webkit-animation: dropLesson 0.4s 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
          animation: dropLesson 0.4s 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
}
[data-page=top].-animation .maincont__lessonlist__item img {
  -webkit-animation: pulse 3s 0.6s ease-in-out infinite;
          animation: pulse 3s 0.6s ease-in-out infinite;
}
[data-page=top].-animation .maincont__lessonlist__item:last-of-type {
  -webkit-animation: dropLesson 0.4s 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
          animation: dropLesson 0.4s 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
}
[data-page=top].-animation .maincont__lessonlist__item:last-of-type img {
  -webkit-animation: pulse 3s 0.8s ease-in-out infinite;
          animation: pulse 3s 0.8s ease-in-out infinite;
}

@-webkit-keyframes dropLesson {
  0% {
    transform: translateY(-100px) scale(1);
    opacity: 0;
  }
  70% {
    transform: translateY(0) scale(1.05, 0.95);
    opacity: 1;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@keyframes dropLesson {
  0% {
    transform: translateY(-100px) scale(1);
    opacity: 0;
  }
  70% {
    transform: translateY(0) scale(1.05, 0.95);
    opacity: 1;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0%, 80%, 100% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.01);
  }
}
@keyframes pulse {
  0%, 80%, 100% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.01);
  }
}