@charset "UTF-8";
/* -------------------------------------------
	Reset, Variables, Functions, Mixins, Extends
------------------------------------------- */
/* ==========================================================================
 *
 * Utility: Function - calculate-vw-size
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Function - strip-unit
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Function - zero-padding
 * 数値をゼロパディングする
 *
========================================================================== */
/* ==========================================================================
 *
 * Reset
 *
========================================================================== */
body {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, blockquote, pre, table, caption, th, td, address, form, fieldset, legend, object, header, footer, section, article, nav, figure, canvas {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: none;
  vertical-align: top;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

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

caption, th, td {
  text-align: left;
  vertical-align: top;
}

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

i {
  font-style: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: none;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: baseline;
}

a, object, embed {
  outline: none;
}

a:hover, a:active, a:focus {
  outline: none;
}

header, footer, section, article, nav, figure, canvas, main {
  display: block;
}

/* ==========================================================================
 *
 * Variables
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - clearfix
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - font-smoothing
 * OSX 向けフォントレンダリングの調整
 * http://maximilianhoffmann.com/posts/better-font-rendering-on-osx
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - hidden-text
 * sprite などのお供に
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - hidden
 * display: none せずに要素を隠す
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - iconfont
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - layout
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - placeholder
 * プレースホルダーの色を設定する
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - pre-wrap
 * テキストの改行を pre 的な振る舞いに設定
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - reset-button
 * button 要素をリセット
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - reset-input
 * input 要素をリセット
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - reset-select
 * select 要素をリセット
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - safari
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - sprite
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - tategaki
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - text-ellipsis
 * テキストを ... で省略する
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - white-space
  - normal
  - nowrap
  - pre-wrap
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Extend - layout
 *
========================================================================== */
.wrapper {
  width: 100%;
  padding: 0 0.9259259259vw;
}

.inner {
  padding-right: 0.9259259259vw;
  padding-left: 0.9259259259vw;
}
@media (max-width: 1080px) {
  .inner {
    max-width: 1060px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* -------------------------------------------
	Fonts
------------------------------------------- */
/* ==========================================================================
 *
 * Geologica
 *
========================================================================== */
/* Regular */
@font-face {
  font-weight: normal;
  src: url("../fonts/Geologica_Auto-Regular.ttf") format("truetype");
  src: url("../fonts/Geologica_Auto-Regular.woff") format("woff");
  font-family: "Geologica";
}
/* Bold */
@font-face {
  font-weight: bold;
  src: url("../fonts/Geologica_Auto-SemiBold.ttf") format("truetype");
  src: url("../fonts/Geologica_Auto-SemiBold.woff") format("woff");
  font-family: "Geologica";
}
/* ==========================================================================
 *
 * Noto Sans JP
 *
========================================================================== */
/* Regular */
@font-face {
  font-weight: normal;
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
  src: url("../fonts/NotoSansJP-Regular.woff") format("woff");
  font-family: "Noto Sans JP";
}
/* Bold */
@font-face {
  font-weight: bold;
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-family: "Noto Sans JP";
}
/* -------------------------------------------
	Base
------------------------------------------- */
/* ==========================================================================
 *
 * Base
 *
========================================================================== */
/* -------------------------------------------
  Elements
------------------------------------------- */
html {
  background: url(../img/bg-ps.png) no-repeat center top transparent;
  background-size: cover;
}
html.-ps2 {
  background-image: url(../img/bg-ps2.png);
}
html.-jhs {
  background-image: url(../img/bg-jhs.png);
}
html.-jhs2 {
  background-image: url(../img/bg-jhs2.png);
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: 1.6666666667vw;
  line-height: 2.5925925926vw;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: normal;
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

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

b,
em,
strong {
  font-weight: normal;
}

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

input:not([type=button]),
input:not([type=reset]),
input:not([type=submit]),
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font: inherit;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-align: left;
}
button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  padding: 0;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
img[src$=".svg"] {
  display: block;
  width: 100%;
  height: auto;
}

svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

ruby > rt {
  font-size: 45%;
  text-align: center;
}
_::-webkit-full-page-media, _:future, :root ruby > rt {
  transform: translateY(25%);
}

/* -------------------------------------------
  Common
------------------------------------------- */
.hidden {
  visibility: hidden !important;
  z-index: -1 !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

.pc {
  display: none !important;
}

@media (min-width: 1081px) {
  body {
    font-size: 18px;
    line-height: 28px;
  }
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  br .pc,
  img .pc,
  span .pc,
  em .pc {
    display: inline !important;
  }
}
/* ==========================================================================
 *
 * Base
 *
========================================================================== */
/* -------------------------------------------
  Elements
------------------------------------------- */
html {
  background: url(../img/bg-ps.png) no-repeat center top transparent;
  background-size: cover;
}
html.-ps2 {
  background-image: url(../img/bg-ps2.png);
}
html.-jhs {
  background-image: url(../img/bg-jhs.png);
}
html.-jhs2 {
  background-image: url(../img/bg-jhs2.png);
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: 1.6666666667vw;
  line-height: 2.5925925926vw;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: normal;
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

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

b,
em,
strong {
  font-weight: normal;
}

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

input:not([type=button]),
input:not([type=reset]),
input:not([type=submit]),
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font: inherit;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-align: left;
}
button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  padding: 0;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
img[src$=".svg"] {
  display: block;
  width: 100%;
  height: auto;
}

svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

ruby > rt {
  font-size: 45%;
  text-align: center;
}
_::-webkit-full-page-media, _:future, :root ruby > rt {
  transform: translateY(25%);
}

/* -------------------------------------------
  Common
------------------------------------------- */
.hidden {
  visibility: hidden !important;
  z-index: -1 !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

.pc {
  display: none !important;
}

@media (min-width: 1081px) {
  body {
    font-size: 18px;
    line-height: 28px;
  }
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  br .pc,
  img .pc,
  span .pc,
  em .pc {
    display: inline !important;
  }
}
/* -------------------------------------------
	Libraries
------------------------------------------- */
/* -------------------------------------------
	Amimations
------------------------------------------- */
/* ==========================================================================
 *
 * Amimations - xxx
 *
========================================================================== */
@keyframes xxx {}
/* -------------------------------------------
	Blocks
------------------------------------------- */
/* ==========================================================================
 *
 * Blocks - xxx
 *
========================================================================== */
/* ==========================================================================
 *
 * Blocks - content
 *
========================================================================== */
.content {
  z-index: 0;
  position: relative;
}
/* ==========================================================================
 *
 * Blocks - header
 *
========================================================================== */
.header {
  flex-shrink: 0;
  height: 19.9074074074vw;
}
.header.-page {
  height: 7.4074074074vw;
}
@media (min-width: 1081px) {
  .header {
    height: 215px;
  }
  .header.-page {
    height: 80px;
  }
}

/* ==========================================================================
 *
 * Blocks - impBtn
 *
========================================================================== */
.impBtn a,
.impBtn button,
.impBtn input {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-width: 13.4259259259vw;
  height: 5.0925925926vw;
  padding: 0 2.037037037vw;
  border-radius: 1.2962962963vw;
  box-shadow: 0 0.1388888889vw 0.2777777778vw rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold;
  font-size: 1.6666666667vw;
}
.impBtn a span,
.impBtn a em,
.impBtn button span,
.impBtn button em,
.impBtn input span,
.impBtn input em {
  font-weight: inherit;
}
.impBtn a > span > span,
.impBtn button > span > span,
.impBtn input > span > span {
  font-family: "Geologica", sans-serif;
}
.impBtn.-red a,
.impBtn.-red button,
.impBtn.-red input {
  background-color: #E71F43;
}
.impBtn.-blue a,
.impBtn.-blue button,
.impBtn.-blue input {
  background-color: #0076C3;
}
.impBtn.-white a,
.impBtn.-white button,
.impBtn.-white input {
  border: 3px solid #0076C3;
  background-color: #fff;
  color: #0076C3;
}
.impBtn.-green a,
.impBtn.-green button,
.impBtn.-green input {
  background-color: #009A49;
}
.impBtn.-list i {
  display: block;
  width: 1.5740740741vw;
  height: 1.2037037037vw;
  margin: 0 1.1111111111vw 0 -0.5555555556vw;
  background: url(../img/icon-list.svg) no-repeat center center;
  background-size: contain;
}
.impBtn.-next i, .impBtn.-prev i {
  display: block;
  width: 0.6481481481vw;
  height: 1.2962962963vw;
  background: url(../img/icon-arrow.svg) no-repeat center center;
  background-size: contain;
}
.impBtn.-next i {
  margin: 0 -0.5555555556vw 0 1.1111111111vw;
}
.impBtn.-prev i {
  margin: 0 1.1111111111vw 0 -0.5555555556vw;
  transform: scaleX(-1);
}
.impBtn.-download i {
  display: block;
  position: absolute;
  top: 50%;
  right: 2.7777777778vw;
  width: 2.2222222222vw;
  height: 2.1296296296vw;
  transform: translateY(-50%);
  background: url(../img/icon-download.svg) no-repeat center center;
  background-size: contain;
}
.impBtn.-download.-white i {
  background: url(../img/icon-download-blue.svg) no-repeat center center;
  background-size: contain;
}
.impBtn.-left a,
.impBtn.-left button,
.impBtn.-left input {
  justify-content: flex-start;
}
.impBtn.-large a,
.impBtn.-large button,
.impBtn.-large input {
  height: 7.4074074074vw;
  padding: 0 3.2407407407vw;
  border-radius: 1.8518518519vw;
  font-size: 2.4074074074vw;
}
.impBtn.-large a > span > span,
.impBtn.-large button > span > span,
.impBtn.-large input > span > span {
  margin-right: 0.462962963vw;
  font-size: 2.5925925926vw;
}
.impBtn.-hasRuby.-large a,
.impBtn.-hasRuby.-large button,
.impBtn.-hasRuby.-large input {
  padding-bottom: 0.9259259259vw;
}
@media (min-width: 1081px) {
  .impBtn a,
  .impBtn button,
  .impBtn input {
    min-width: 145px;
    height: 55px;
    padding: 0 22px;
    border-radius: 14px;
    box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.2);
    font-size: 18px;
  }
  .impBtn.-list i {
    width: 17px;
    height: 13px;
    margin: 0 12px 0 -6px;
  }
  .impBtn.-next i, .impBtn.-prev i {
    width: 7px;
    height: 14px;
  }
  .impBtn.-next i {
    margin: 0 -6px 0 12px;
  }
  .impBtn.-prev i {
    margin: 0 12px 0 -6px;
  }
  .impBtn.-download i {
    right: 30px;
    width: 24px;
    height: 23px;
  }
  .impBtn.-large a,
  .impBtn.-large button,
  .impBtn.-large input {
    height: 80px;
    padding: 0 35px;
    border-radius: 20px;
    font-size: 26px;
  }
  .impBtn.-large a > span > span,
  .impBtn.-large button > span > span,
  .impBtn.-large input > span > span {
    margin-right: 5px;
    font-size: 28px;
  }
  .impBtn.-hasRuby.-large a,
  .impBtn.-hasRuby.-large button,
  .impBtn.-hasRuby.-large input {
    padding-bottom: 10px;
  }
}

/* ==========================================================================
 *
 * Blocks - impSoundBtn
 *
========================================================================== */
[data-imp-sound] {
  position: relative;
}

.impSoundBtn {
  position: absolute;
  top: 0;
  left: -1.3888888889vw;
  width: 4.0740740741vw;
  height: 3.7037037037vw;
  transform: translateX(-100%);
  background: url(../img/icon-sound-balloon.svg) no-repeat center center transparent;
  background-size: contain;
}
.impSoundBtn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.1296296296vw;
  height: 1.2962962963vw;
  transform: translate3d(-50%, -50%, 0);
  background: none no-repeat center center transparent;
  background-size: contain;
  content: "";
}
.impSoundBtn.-off::before {
  background-image: url(../img/icon-sound-on.svg);
}
.impSoundBtn.-on::before {
  background-image: url(../img/icon-sound-off.svg);
}
.page__text .impSoundBtn.-hasRuby {
  top: 0.462962963vw;
}
.page__topic__content .impSoundBtn {
  top: 0.462962963vw;
}
.page__topic__content .impSoundBtn.-hasRuby {
  top: 0.9259259259vw;
}
_::-webkit-full-page-media, _:future, :root .page__topic__content .impSoundBtn.-hasRuby {
  top: 1.8518518519vw;
}

.page__list__item .impSoundBtn {
  top: 0.9259259259vw;
}
.page__hint .impSoundBtn {
  top: 2.7777777778vw;
}
@media (min-width: 1081px) {
  .impSoundBtn {
    left: -15px;
    width: 44px;
    height: 40px;
  }
  .impSoundBtn::before {
    width: 23px;
    height: 14px;
  }
  .page__text .impSoundBtn.-hasRuby {
    top: 5px;
  }
  .page__topic__content .impSoundBtn {
    top: 5px;
  }
  .page__topic__content .impSoundBtn.-hasRuby {
    top: 10px;
  }
  _::-webkit-full-page-media, _:future, :root .page__topic__content .impSoundBtn.-hasRuby {
    top: 20px;
  }
  .page__list__item .impSoundBtn {
    top: 10px;
  }
  .page__hint .impSoundBtn {
    top: 30px;
  }
}

/* ==========================================================================
 *
 * Blocks - inner
 *
========================================================================== */
.inner {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  padding-bottom: 10px;
}
.-page .inner {
  padding-bottom: 0;
}
/* ==========================================================================
 *
 * Blocks - main
 *
========================================================================== */
.main {
  position: relative;
  flex-grow: 1;
  height: 100%;
  overflow-y: auto;
  border-radius: 1.8518518519vw;
  background-color: #fff;
  scroll-behavior: smooth;
}
@media (min-width: 1081px) {
  .main {
    border-radius: 20px;
  }
}

/* ==========================================================================
 *
 * Blocks - movie
 *
========================================================================== */
.movie {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  border-radius: inherit;
  background-color: #000;
  opacity: 0;
  transition: height 0ms 201ms ease, opacity 200ms 0ms ease;
}
.movie.-shown {
  z-index: 1;
  height: 100%;
  opacity: 1;
  transition: height 0ms 0ms ease, opacity 200ms 1ms ease;
}
.movie__close, .qr__close {
  z-index: 1;
  position: absolute;
  top: 5.5555555556vw;
  right: 1.1111111111vw;
}
.movie__close button, .qr__close button {
  width: 3.7037037037vw;
  height: 3.7037037037vw;
  border-radius: 50%;
  background-color: #E71F43;
}
.movie__close button i, .qr__close button i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  transform: translate3d(-50%, -50%, 0);
}

.movie__content {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
}

.movie__videos {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.movie__videos video {
  -o-object-fit: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.movie__subtitles {
  display: flex;
  z-index: 1;
  position: absolute;
  right: 1.3888888889vw;
  bottom: 7.4074074074vw;
  align-items: center;
  width: 11.7592592593vw;
  height: 3.7037037037vw;
  padding: 0 2.3148148148vw 0 1.8518518519vw;
  border-radius: 1.8518518519vw;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
}
.movie__subtitles.-on .-on {
  display: block;
}
.movie__subtitles.-on .-off {
  display: none;
}
.movie__subtitles i {
  display: block;
  width: 1.8518518519vw;
  height: 1.4814814815vw;
  margin-right: 0.7407407407vw;
}
.movie__subtitles span {
  font-size: 1.2962962963vw;
  line-height: 1;
}
.movie__subtitles span.-on {
  display: none;
}

@media (min-width: 1081px) {
  .movie__close, .qr__close {
    top: 40px;
    right: 12px;
  }
  .movie__close button, .qr__close button {
    width: 40px;
    height: 40px;
  }
  .movie__close button i, .qr__close button i {
    width: 12px;
    height: 12px;
  }
  .movie__subtitles {
    right: 15px;
    bottom: 80px;
    width: 127px;
    height: 40px;
    padding: 0 25px 0 20px;
    border-radius: 20px;
  }
  .movie__subtitles i {
    width: 20px;
    height: 16px;
    margin-right: 8px;
  }
  .movie__subtitles span {
    font-size: 14px;
  }
}

/* ==========================================================================
 *
 * Blocks - nav
 *
========================================================================== */
.nav {
  flex-shrink: 0;
  height: 6.9444444444vw;
}
.nav__inner {
  position: relative;
  height: 100%;
}

.nav__links {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: flex-end;
  justify-content: center;
}

.nav__link + .nav__link {
  margin-left: 0.9259259259vw;
}
.nav__link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26.8518518519vw;
  height: 6.0185185185vw;
  border-radius: 1.8518518519vw 1.8518518519vw 0 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.8518518519vw;
}
.nav__link a i {
  display: block;
  margin-right: 1.8518518519vw;
  margin-left: -0.462962963vw;
  background: none no-repeat center center transparent;
  background-size: contain;
}
.nav__link.-discussion a {
  background-color: #E71F43;
}
.nav__link.-discussion a i {
  width: 3.1481481481vw;
  height: 2.8703703704vw;
  background-image: url(../img/icon-discussion.svg);
}
.nav__link.-hint a {
  background-color: #0076C3;
}
.nav__link.-hint a i {
  width: 2.037037037vw;
  height: 3.0555555556vw;
  background-image: url(../img/icon-hint.svg);
}
.nav__link.-opinion a {
  background-color: #0076C3;
}
.nav__link.-opinion a i {
  width: 3.3333333333vw;
  height: 3.4259259259vw;
  margin-right: 1.3888888889vw;
  background-image: url(../img/icon-opinion.svg);
}

@media (min-width: 1081px) {
  .nav {
    height: 75px;
  }
  .nav__link + .nav__link {
    margin-left: 10px;
  }
  .nav__link a {
    width: 290px;
    height: 65px;
    border-radius: 20px 20px 0 0;
    font-size: 20px;
  }
  .nav__link a i {
    margin-right: 20px;
    margin-left: -5px;
  }
  .nav__link.-discussion a i {
    width: 34px;
    height: 31px;
  }
  .nav__link.-hint a i {
    width: 22px;
    height: 33px;
  }
  .nav__link.-opinion a i {
    width: 36px;
    height: 37px;
    margin-right: 15px;
  }
}

/* ==========================================================================
 *
 * Blocks - page
 *
========================================================================== */
.page {
  display: flex;
  flex-flow: column;
  height: 100%;
  overflow: hidden;
}
.page__header {
  display: flex;
  position: relative;
  flex-shrink: 0;
  align-items: flex-end;
  min-height: 10.9259259259vw;
  padding: 0 0 3.2407407407vw 6.4814814815vw;
}
.page__header.-red {
  background-color: #E71F43;
}
.page__header.-blue {
  background-color: #0076C3;
}
.page__header.-green {
  background-color: #009A49;
}
.page__header.-darkred {
  background-color: #800F41;
}

.page__title {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
}
.page__title i {
  display: block;
  position: relative;
  height: 0;
  margin-right: 2.3148148148vw;
}
.page__title i.-discussion {
  width: 5.3703703704vw;
}
.page__title i.-hint {
  width: 3.2407407407vw;
}
.page__title i.-opinion {
  width: 5.3703703704vw;
}
.page__title i.-guide {
  width: 5vw;
}
.page__title i img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.page__title span {
  align-self: flex-end;
  margin-right: 0.9259259259vw;
  font-weight: inherit;
  font-size: 3.0555555556vw;
  font-family: "Geologica", sans-serif;
}
.page__title em {
  font-weight: inherit;
  font-size: 2.8703703704vw;
}
.page__body {
  padding: 4.4444444444vw 6.9444444444vw;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.page__clms {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.page__text {
  padding-right: 3.5185185185vw;
  font-size: 1.6666666667vw;
  line-height: 2.5925925926vw;
}
.page__text p + p {
  margin-top: 2ex;
}

.page__btns {
  display: flex;
  justify-content: space-between;
  margin-top: 4.6296296296vw;
}
.page__btns .-list {
  justify-self: center;
  margin: 0 auto;
}
.page__btns .-prev {
  justify-self: flex-start;
  margin-right: auto;
}
.page__btns .-next {
  justify-self: flex-end;
  margin-left: auto;
}

.page__movie {
  flex-shrink: 0;
  width: 36.1111111111vw;
}
.page__topic + .page__movie {
  width: 29.6296296296vw;
  margin-left: 0.9259259259vw;
}
.page__movie.-center {
  display: flex;
  justify-content: center;
  width: 55.5555555556vw;
  margin: 0 auto;
}
.page__movie a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0.9259259259vw;
}
.page__movie a img {
  z-index: 0;
  position: relative;
  width: 100%;
}
.page__movie a i {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6.7592592593vw;
  height: 6.7592592593vw;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  background-color: #E71F43;
}
.page__movie a i::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.3148148148vw;
  height: 2.5925925926vw;
  transform: translate3d(-38%, -50%, 0);
  background: url(../img/icon-play.svg) no-repeat center center transparent;
  background-size: contain;
  content: "";
}
.page__movie .-caption {
  display: block;
  margin-top: 1.3888888889vw;
  font-weight: bold;
  font-size: 1.8518518519vw;
  text-align: center;
}

.page__topic__title {
  display: inline-flex;
  align-items: center;
  height: 5.1851851852vw;
  padding: 0.7407407407vw 1.8518518519vw 0vw 2.037037037vw;
  border-radius: 1.1111111111vw;
  background-color: #FFE1E1;
  color: #E71F43;
  font-weight: bold;
  font-size: 2.5925925926vw;
  line-height: 200%;
}

.page__topic__content {
  margin-top: 1.8518518519vw;
  font-weight: bold;
  font-size: 2.5925925926vw;
  line-height: 3.8888888889vw;
}
.page__topic__content p ~ p, .page__topic__content p ~ .page__movie {
  margin-top: 0.9259259259vw;
}

.page__list__item + .page__list__item {
  margin-top: 0.9259259259vw;
}
.page__list__item.-gallery a {
  display: flex;
  padding-left: 6.9444444444vw;
  border-color: #0076C3;
  color: #0076C3;
}
.page__list__item.-gallery i {
  display: block;
  position: absolute;
  top: 50%;
  left: 2.2222222222vw;
  width: 2.7777777778vw;
  margin-right: 1.4814814815vw;
  transform: translateY(-50%);
}
.page__list__item a {
  display: flex;
  position: relative;
  padding: 1.1111111111vw 2.2222222222vw 2.1296296296vw;
  border: 0.2777777778vw solid #F2F2F2;
  border-radius: 1.8518518519vw;
  font-weight: bold;
  font-size: 2.2222222222vw;
  line-height: 1;
}
.page__list__item a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.8518518519vw;
  width: 0.6481481481vw;
  height: 1.2962962963vw;
  transform: translateY(-50%);
  background: url(../img/icon-arrow-blue.svg) no-repeat center center;
  background-size: contain;
  content: "";
}

.page__gallery {
  padding-bottom: 4.1666666667vw;
}

.page__gallery__title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.9259259259vw 0;
}
.page__gallery__title em {
  color: #0076C3;
  font-weight: bold;
  font-size: 2.962962963vw;
}
.page__gallery__title i {
  display: block;
  width: 3.7037037037vw;
  margin-right: 2.037037037vw;
}

.page__gallery__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4.1666666667vw;
}

.page__gallery__item {
  width: calc(50% - 0.9259259259vw);
  margin-bottom: 1.8518518519vw;
  text-align: center;
}
.page__gallery__item figcaption {
  display: block;
  margin-top: 0.9259259259vw;
  font-size: 1.6666666667vw;
  text-align: center;
}

.page__hint {
  padding: 3.2407407407vw 3.2407407407vw;
  border: 0.2777777778vw solid #F2F2F2;
  border-radius: 1.8518518519vw;
}

.page__hint__title {
  font-weight: bold;
  font-size: 2.2222222222vw;
}

.page__hint__body {
  margin-top: 1.8518518519vw;
  line-height: 200%;
}
.page__hint__body em {
  font-weight: bold;
}
.page__hint__body p ~ p {
  margin-top: 0.9259259259vw;
}

.page__dialog {
  display: flex;
  align-items: flex-start;
}
.page__dialog .-text {
  position: relative;
  margin-right: 4.1666666667vw;
  padding: 3.5185185185vw 4.1666666667vw;
  border: 0.462962963vw solid #0076C3;
  border-radius: 3.7037037037vw;
  font-weight: bold;
  font-size: 2.2222222222vw;
  line-height: 3.3333333333vw;
}
.page__dialog .-text::after {
  position: absolute;
  top: 10.9259259259vw;
  right: -3.1481481481vw;
  width: 3.4259259259vw;
  height: 4.1666666667vw;
  background: url(../img/character-balloon-1.svg) no-repeat center center transparent;
  background-size: contain;
  content: "";
}
.page__dialog .-text ~ .-text {
  margin-top: 20px;
}
.page__dialog .-character {
  flex-shrink: 0;
  width: 25.9259259259vw;
  margin-top: 4.6296296296vw;
}

.page__downloads {
  width: 53.7037037037vw;
  margin: 0 auto;
}
.page__downloads .impBtn + .impBtn {
  margin-top: 1.8518518519vw;
}

.page__downloads__text {
  margin-bottom: 4.6296296296vw;
}

@media (min-width: 1081px) {
  .page__header {
    min-height: 118px;
    padding: 0 0 32px 72px;
  }
  .page__title i {
    margin-right: 25px;
  }
  .page__title i.-discussion {
    width: 58px;
  }
  .page__title i.-hint {
    width: 35px;
  }
  .page__title i.-opinion {
    width: 58px;
  }
  .page__title i.-guide {
    width: 54px;
  }
  .page__title span {
    margin-right: 10px;
    font-size: 33px;
  }
  .page__title em {
    font-size: 31px;
  }
  .page__body {
    padding: 48px 75px;
  }
  .page__text {
    padding-right: 38px;
    font-size: 18px;
    line-height: 28px;
  }
  .page__btns {
    margin-top: 50px;
  }
  .page__movie {
    width: 390px;
  }
  .page__topic + .page__movie {
    width: 320px;
  }
  .page__movie a {
    max-width: 780px;
    border-radius: 10px;
  }
  .page__movie a i {
    width: 73px;
    height: 73px;
  }
  .page__movie a i::before {
    width: 25px;
    height: 28px;
  }
  .page__movie .-caption {
    margin-top: 15px;
    font-size: 20px;
  }
  .page__topic__title {
    height: 56px;
    padding: 8px 20px 0px 22px;
    border-radius: 12px;
    font-size: 28px;
  }
  .page__topic__content {
    margin-top: 20px;
    font-size: 28px;
    line-height: 42px;
  }
  .page__list__item + .page__list__item {
    margin-top: 10px;
  }
  .page__list__item.-gallery a {
    padding-left: 75px;
  }
  .page__list__item.-gallery i {
    left: 24px;
    width: 30px;
    margin-right: 16px;
  }
  .page__list__item a {
    padding: 12px 24px 23px;
    border: 3px solid #F2F2F2;
    border-radius: 20px;
    font-size: 24px;
  }
  .page__list__item a::after {
    right: 20px;
    width: 7px;
    height: 14px;
  }
  .page__gallery {
    padding-bottom: 45px;
  }
  .page__gallery__title {
    padding: 10px 0;
  }
  .page__gallery__title em {
    font-size: 32px;
  }
  .page__gallery__title i {
    width: 40px;
    margin-right: 22px;
  }
  .page__gallery__list {
    margin-top: 45px;
  }
  .page__gallery__item {
    margin-bottom: 20px;
  }
  .page__gallery__item figcaption {
    margin-top: 10px;
    font-size: 18px;
  }
  .page__hint {
    padding: 35px 35px;
    border: 3px solid #F2F2F2;
    border-radius: 20px;
  }
  .page__hint__title {
    font-size: 24px;
  }
  .page__hint__body {
    margin-top: 20px;
  }
  .page__dialog .-text {
    min-height: 220px;
    margin-right: 45px;
    padding: 38px 45px;
    border: 5px solid #0076C3;
    border-radius: 40px;
    font-size: 24px;
    line-height: 36px;
  }
  .page__dialog .-text::after {
    top: 118px;
    right: -34px;
    width: 37px;
    height: 45px;
  }
  .page__dialog .-character {
    width: 280px;
    margin-top: 50px;
  }
  .page__downloads {
    width: 580px;
  }
  .page__downloads .impBtn + .impBtn {
    margin-top: 20px;
  }
}

/* ==========================================================================
 *
 * Blocks - pageCharacter
 *
========================================================================== */
.pageCharacter {
  z-index: 1;
  position: absolute;
  top: 10.1851851852vw;
  right: 4.6296296296vw;
  opacity: 1;
  transition: opacity 200ms 0ms ease;
}
.-showMovie .pageCharacter {
  opacity: 0;
}
.pageCharacter .-character {
  width: 14.6296296296vw;
}
.pageCharacter .-balloon {
  display: flex;
  position: absolute;
  top: -3.8888888889vw;
  left: -11.5740740741vw;
  align-items: center;
  justify-content: center;
  width: 12.2222222222vw;
  min-height: 7.037037037vw;
  background: url(../img/character-1-balloon-2.svg) no-repeat center center transparent;
  background-size: contain;
  font-weight: bold;
  font-size: 1.0185185185vw;
  line-height: 1.4814814815vw;
  text-align: center;
}
@media (min-width: 1081px) {
  .pageCharacter {
    top: 110px;
    right: 50px;
  }
  .pageCharacter .-character {
    width: 158px;
  }
  .pageCharacter .-balloon {
    top: -42px;
    left: -125px;
    width: 132px;
    min-height: 76px;
    font-size: 11px;
    line-height: 16px;
  }
}

/* ==========================================================================
 *
 * Blocks - pageHeader
 *
========================================================================== */
.pageHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.8518518519vw 0.9259259259vw 1.3888888889vw 0;
}
.pageHeader .pageTitle {
  padding: 0 1.2962962963vw;
  color: #fff;
  font-weight: bold;
}
.pageHeader .pageTitle.-link {
  border-radius: 0.9259259259vw;
  background-color: #fff;
}
.pageHeader .pageTitle.-link a::before {
  display: inline-block;
  width: 1.1111111111vw;
  height: 1.2037037037vw;
  margin-right: 0.462962963vw;
  background: none no-repeat center center transparent;
  background-size: contain;
  content: "";
}
.pageHeader .pageTitle.-link.-red {
  color: #E71F43;
}
.pageHeader .pageTitle.-link.-red a::before {
  background-image: url(../img/icon-home-red.svg);
}
.pageHeader .pageTitle.-link.-blue {
  color: #0076C3;
}
.pageHeader .pageTitle.-link.-blue a::before {
  background-image: url(../img/icon-home-blue.svg);
}
.pageHeader .pageTitle.-link.-green {
  color: #009A49;
}
.pageHeader .pageTitle.-link.-green a::before {
  background-image: url(../img/icon-home-green.svg);
}
.pageHeader .pageTitle span {
  font-weight: inherit;
  font-size: 1.2962962963vw;
  font-family: "Geologica", sans-serif;
}
.pageHeader .pageTitle em {
  font-weight: inherit;
  font-size: 1.2037037037vw;
}
.pageHeader__logo {
  display: flex;
  position: absolute;
  top: 0.9259259259vw;
  left: 50%;
  flex-flow: column nowrap;
  align-items: center;
  transform: translateX(-50%);
}
.pageHeader__logo span {
  display: block;
}
.pageHeader__logo span:nth-child(1) {
  width: 23.7037037037vw;
}
.pageHeader__logo span:nth-child(2) {
  width: 14.8148148148vw;
  margin-top: 0.2777777778vw;
}

.pageHeader__links {
  display: flex;
  align-items: center;
}

.pageHeader__link + .pageHeader__link {
  margin-left: 1.8518518519vw;
}
.pageHeader__link a {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.3888888889vw;
}
.pageHeader__link i {
  display: block;
  width: 2.1296296296vw;
  height: 2.2222222222vw;
  margin: 0.7407407407vw;
  background: none no-repeat center center transparent;
  background-size: contain;
}
.pageHeader__link.-hint i {
  background-image: url(../img/icon-qr.svg);
}
.pageHeader__link.-guide i {
  margin: 0.3703703704vw;
  background-image: url(../img/icon-teacher.svg);
}

@media (min-width: 1081px) {
  .pageHeader {
    padding: 20px 10px 15px;
  }
  .pageHeader .pageTitle {
    padding: 0 14px;
  }
  .pageHeader .pageTitle.-link {
    border-radius: 10px;
  }
  .pageHeader .pageTitle.-link a::before {
    width: 12px;
    height: 13px;
    margin-right: 5px;
    content: "";
  }
  .pageHeader .pageTitle span {
    font-size: 14px;
  }
  .pageHeader .pageTitle em {
    font-size: 13px;
  }
  .pageHeader__logo {
    top: 10px;
  }
  .pageHeader__logo span:nth-child(1) {
    width: 256px;
  }
  .pageHeader__logo span:nth-child(2) {
    width: 160px;
    margin-top: 3px;
  }
  .pageHeader__link + .pageHeader__link {
    margin-left: 20px;
  }
  .pageHeader__link a {
    font-size: 15px;
  }
  .pageHeader__link i {
    width: 23px;
    height: 24px;
    margin: 8px;
  }
  .pageHeader__link.-guide i {
    margin: 4px;
  }
}

/* ==========================================================================
 *
 * Blocks - qr
 *
========================================================================== */
.qr {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: height 0ms 201ms ease, opacity 200ms 0ms ease;
}
.qr.-shown {
  height: 100%;
  opacity: 1;
  transition: height 0ms 0ms ease, opacity 200ms 1ms ease;
}
.qr__content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.qr__content img {
  width: 37.037037037vw;
}

@media (min-width: 1081px) {
  .qr__content img {
    width: 400px;
  }
}

/* ==========================================================================
 *
 * Blocks - top
 *
========================================================================== */
.top {
  padding: 4.1666666667vw 6.9444444444vw;
  text-align: center;
}
.top__title {
  color: #E71F43;
  font-weight: bold;
  font-size: 2.2222222222vw;
  line-height: 1;
  font-family: "Geologica", sans-serif;
}

.top__description {
  margin-top: 1.8518518519vw;
  font-size: 1.6666666667vw;
  line-height: 200%;
  text-align: left;
}
.top__description em {
  background-color: #FFE1E1;
}

.top__links {
  max-width: 50vw;
  margin: 3.2407407407vw auto 0;
}
body.jhs .top__links {
  max-width: 69.4444444444vw;
}

.top__link + .top__link {
  margin-top: 1.8518518519vw;
}

@media (min-width: 1081px) {
  .top {
    padding: 45px 75px;
  }
  .top__title {
    font-size: 24px;
  }
  .top__description {
    margin-top: 20px;
    font-size: 18px;
  }
  .top__links {
    max-width: 580px;
    margin: 35px auto 0;
  }
  .top__link + .top__link {
    margin-top: 20px;
  }
}

/* ==========================================================================
 *
 * Blocks - topCharacter
 *
========================================================================== */
.topCharacter {
  z-index: 1;
  position: absolute;
  top: 9.2592592593vw;
  right: 2.7777777778vw;
}
.topCharacter .-character {
  width: 20.8333333333vw;
}
.topCharacter .-character span {
  display: block;
  margin-top: 0.462962963vw;
  padding-right: 3.7037037037vw;
  font-weight: bold;
  font-size: 1.3888888889vw;
  line-height: 1;
  text-align: center;
}
.topCharacter .-balloon {
  display: flex;
  position: absolute;
  top: -3.8888888889vw;
  right: -1.3888888889vw;
  align-items: center;
  justify-content: center;
  min-width: 9.2592592593vw;
  min-height: 9.2592592593vw;
  background: url(../img/character-1-balloon.svg) no-repeat center center transparent;
  background-size: contain;
  font-weight: bold;
  font-size: 1.0185185185vw;
  line-height: 1.4814814815vw;
  text-align: center;
}
@media (min-width: 1081px) {
  .topCharacter {
    top: 100px;
    right: 30px;
  }
  .topCharacter .-character {
    width: 225px;
  }
  .topCharacter .-character span {
    margin-top: 5px;
    padding-right: 40px;
    font-size: 15px;
  }
  .topCharacter .-balloon {
    top: -42px;
    right: -15px;
    min-width: 100px;
    min-height: 100px;
    font-size: 11px;
    line-height: 16px;
  }
}

/* ==========================================================================
 *
 * Blocks - topHeader
 *
========================================================================== */
.topHeader {
  padding: 3.5185185185vw 0 0;
}
.topHeader__logo {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.topHeader__logo span {
  display: block;
}
.topHeader__logo span:nth-child(1) {
  width: 47.5925925926vw;
}
.topHeader__logo span:nth-child(2) {
  width: 29.6296296296vw;
  margin-top: 0.5555555556vw;
}
.topHeader__logo span:nth-child(3) {
  margin-top: 1.4814814815vw;
  color: #fff;
  font-weight: bold;
  font-size: 2.2222222222vw;
}

@media (min-width: 1081px) {
  .topHeader {
    padding: 38px 0 0;
  }
  .topHeader__logo span:nth-child(1) {
    width: 514px;
  }
  .topHeader__logo span:nth-child(2) {
    width: 320px;
    margin-top: 6px;
  }
  .topHeader__logo span:nth-child(3) {
    margin-top: 16px;
    font-size: 24px;
  }
}

/* ==========================================================================
 *
 * Blocks - wrapper
 *
========================================================================== */
.wrapper {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
/*# sourceMappingURL=sourcemaps/style.css.map */