@charset "UTF-8";
/*
* "07 やさしさアンチック" licensed under the IPA Font License Agreement v1.0
* http://www.fontna.com/（配布元のURL）
* http://ipafont.ipa.go.jp/（IPAフォントのURL）
* http://ipafont.ipa.go.jp/ipa_font_license_v1.html（IPAフォントライセンスv1.0のURL）
*/
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@400;700&display=swap");
@font-face {
  font-family: '07YasashisaAntique';
  src: url("../font/07YasashisaAntique.woff2") format("woff2"), url("../font/07YasashisaAntique.woff") format("woff"), url("../font/07YasashisaAntique.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*!
* ress.css • v2.0.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
    # Global selectors
    # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
    # General elements
    # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
    # Forms
    # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
    # Specify media element style
    # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
    # Accessibility
    # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #222;
  font-size: 1.6em;
  font-family: "07YasashisaAntique", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", "Helvetica Neue", Verdana, sans-serif;
  font-weight: normal;
  line-height: 2;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*:focus {
  outline: 0;
}

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  color: #222;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a:hover {
  opacity: 0.8;
}

a.is-disabled {
  pointer-events: none;
}

li {
  list-style: none;
}

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

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

p + p {
  margin-top: 0.7em;
}

@media screen and (min-width: 768px) {
  p + p {
    margin-top: 0.9em;
  }
}

.fontsize--lg {
  font-size: 1.33em;
}

.fontsize--sm {
  font-size: 0.89em;
}

.color--red {
  color: #f00;
}

.text--indent {
  text-indent: -1em;
  padding-left: 1em;
}

.text--bg {
  background-color: #fff;
  padding: 0.4rem 0.1rem 0.4rem 0.3rem;
}

.list--indent li {
  text-indent: -1em;
  padding-left: 1em;
}

.list--disc {
  padding-left: 2rem;
}

.list--disc li {
  list-style-type: disc;
}

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

.list--check > li {
  background: url(../img/icon_check.svg) no-repeat 0 0.4em/2rem auto;
  padding-left: 2.8rem;
}

@media screen and (min-width: 768px) {
  .list--check > li {
    background-position: 0 0.2em;
    background-size: 3rem auto;
    padding-left: 4.5rem;
  }
}

.list--check > li + li {
  margin-top: 0.8em;
}

.list--check > li ul {
  margin-top: 0.5rem;
}

@media screen and (min-width: 960px) {
  .list--table {
    display: table-row;
  }
}

.list--table + .list--table {
  margin-top: 1rem;
}

@media screen and (min-width: 960px) {
  .list--table + .list--table {
    margin-top: 0;
  }
}

@media screen and (min-width: 960px) {
  .list--table dt,
  .list--table dd {
    display: table-cell;
  }
}

.list--table dd {
  padding-left: 2rem;
}

.list--table dd::before {
  content: "…";
  margin-right: 0.5em;
}

.line--under {
  position: relative;
  z-index: 0;
}

.line--under::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  width: 100%;
  height: 0.8rem;
  background-color: #ffe97d;
  z-index: -1;
}

.movie--img {
  display: block;
  border: 0.3rem solid #222;
  position: relative;
}

.movie--img::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 7rem;
  height: 7rem;
  background: url(../img/icon_play.svg) no-repeat 0 0/cover;
}

.visible--xs {
  display: none;
}

@media screen and (max-width: 767px) {
  .visible--xs {
    display: block;
  }
}

.hidden--xs {
  display: block;
}

@media screen and (max-width: 767px) {
  .hidden--xs {
    display: none;
  }
}

.is-disabled {
  pointer-events: none;
  position: relative;
}

.is-disabled::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.5);
}

.loading {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
  border: 0.5rem solid #222;
  font-family: "Teko", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.loading img {
  width: 30rem;
}

.loading__anime {
  margin-top: 4rem;
}

.loading__anime > div {
  background-color: #222;
  width: 0.4rem;
  height: 2.5rem;
  border-radius: 0.2rem;
  margin: 0.2rem;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
          animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

.loading__anime > div:nth-child(2),
.loading__anime > div:nth-child(4) {
  -webkit-animation-delay: -0.4s !important;
          animation-delay: -0.4s !important;
}

.loading__anime > div:nth-child(1),
.loading__anime > div:nth-child(5) {
  -webkit-animation-delay: -0.2s !important;
          animation-delay: -0.2s !important;
}

@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.3);
            transform: scaley(0.3);
  }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1);
  }
}

@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.3);
            transform: scaley(0.3);
  }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1);
  }
}

.box {
  background-color: #fff;
  border: 0.3rem solid #222;
  padding: 3rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 90%;
}

@media screen and (min-width: 768px) {
  .box {
    padding: 4.7rem 9.7rem;
  }
}

@media screen and (min-width: 1160px) {
  .box {
    width: 1160px;
  }
}

.box + .box {
  margin-top: 4rem;
}

.box__heading {
  margin: -3rem -3rem 1.5rem;
  height: 6rem;
  background: url(../img/bg_tone.png) repeat 0 0;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .box__heading {
    line-height: 1.6;
  }
}

@media screen and (min-width: 768px) {
  .box__heading {
    margin: -4.7rem -9.7rem 3.5rem;
    min-height: 8.7rem;
    font-size: 30px;
    font-size: 3rem;
  }
}

.btn--primary, .character__voice .audiojs .play-pause {
  display: inline-block;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0.3rem solid #222;
  background-color: #fff;
  color: #222;
  -webkit-box-shadow: 0.5rem 0.5rem 0 #222;
          box-shadow: 0.5rem 0.5rem 0 #222;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.btn--primary:focus, .character__voice .audiojs .play-pause:focus {
  outline: 0;
}

.btn--primary:not(:disabled), .character__voice .audiojs .play-pause:not(:disabled), .btn--primary:not(.is-disabled), .character__voice .audiojs .play-pause:not(.is-disabled) {
  cursor: pointer;
}

.btn--primary span, .character__voice .audiojs .play-pause span {
  display: inline-block;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .btn--primary:hover, .character__voice .audiojs .play-pause:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translate(0.5rem, 0.5rem);
            transform: translate(0.5rem, 0.5rem);
  }
}

.btn--primary.is-disabled, .character__voice .audiojs .is-disabled.play-pause, .btn--primary:disabled, .character__voice .audiojs .play-pause:disabled {
  opacity: 0.7;
  pointer-events: none;
}

.btn--lg {
  padding: 1.5rem 2rem;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
  .btn--lg {
    padding: 2.5rem 6rem;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.character__voice .audiojs {
  width: auto;
  height: auto;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.character__voice .audiojs .play-pause {
  width: auto;
  height: auto;
  padding: 1rem 1.5rem 1.3rem 1.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .character__voice .audiojs .play-pause {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .character__voice .audiojs .play-pause {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1160px) {
  .character__voice .audiojs .play-pause {
    padding: 1.4rem 3rem 1.7rem 3rem;
    font-size: 20px;
    font-size: 2rem;
  }
}

.character__voice .audiojs p {
  width: auto;
  height: auto;
}

@media screen and (max-width: 767px) {
  .character__voice .audiojs p {
    text-align: center;
  }
}

.character__voice .audiojs p::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  margin: 0.2rem 1rem -0.2rem 0;
}

@media screen and (min-width: 768px) {
  .character__voice .audiojs p::before {
    width: 2rem;
    height: 2rem;
    margin: 0.2rem 1rem -0.2rem 0;
  }
}

.character__voice .audiojs p::after {
  counter-increment: number 1;
  content: "サンプル" counter(number);
  font-family: "07YasashisaAntique", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", "Helvetica Neue", Verdana, sans-serif;
}

.character__voice .audiojs .scrubber,
.character__voice .audiojs .progress,
.character__voice .audiojs .loaded,
.character__voice .audiojs .time,
.character__voice .audiojs .error-message {
  display: none;
}

.character__voice .audiojs .play {
  background: none;
}

.character__voice .audiojs .play::before {
  background: url(../img/icon_audio_play.svg) no-repeat 0 0/cover;
}

.character__voice .audiojs .pause {
  background: none;
}

.character__voice .audiojs .pause::before {
  background: url(../img/icon_audio_pause.svg) no-repeat 0 0/cover;
}

@media screen and (max-width: 767px) {
  .character__voice .audiojs.playing .play-pause {
    -webkit-box-shadow: 0.5rem 0.5rem 0 #222;
            box-shadow: 0.5rem 0.5rem 0 #222;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media screen and (min-width: 768px) {
  .character__voice .audiojs.playing .play-pause {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translate(0.5rem, 0.5rem);
            transform: translate(0.5rem, 0.5rem);
  }
}

.wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .wrap {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.wrap::before, .wrap::after {
  content: "";
  display: block;
  position: fixed;
  right: 0;
  left: 0;
  background-color: #222;
  width: 100%;
  height: 0.5rem;
  z-index: 9999;
}

.wrap::before {
  top: 0;
}

.wrap::after {
  bottom: 0;
}

.container {
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  text-align: center;
  position: relative;
}

.container::before, .container::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #222;
  width: 0.5rem;
  height: 100%;
  z-index: 9999;
}

.container::before {
  left: 0;
}

.container::after {
  right: 0;
}

@media screen and (max-width: 767px) {
  .main {
    padding-top: 4.5rem;
  }
}

.main .section {
  position: relative;
  min-height: calc(100vh - 0.5rem - 4.5rem);
  min-height: calc((var(--vh, 1vh) * 100) - 0.5rem - 4.5rem);
  padding-bottom: 10rem;
  position: relative;
}

.main .section__wrap {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .main .section__wrap {
    padding-top: 4rem;
    margin-top: -4rem;
  }
}

@media screen and (min-width: 768px) {
  .main .section__wrap {
    padding-top: 4.5rem;
    margin-top: -4.5rem;
  }
}

@media screen and (max-width: 767px) {
  .main .section__wrap:first-of-type {
    padding-top: 4.5rem;
    margin-top: -4.5rem;
  }
}

.main .section__wrap:not(:first-of-type) .section {
  border-top: 0.5rem solid #222;
}

.main .section__wrap:not(:last-of-type) .section {
  border-bottom: 0.5rem solid #222;
}

.main .section__heading {
  text-shadow: #fff 0.2rem 0.2rem 0, #fff -0.2rem 0.2rem 0, #fff 0.2rem -0.2rem 0, #fff -0.2rem -0.2rem 0;
  position: relative;
  z-index: 1;
  padding: 1.5rem 1rem;
  font-size: 26px;
  font-size: 2.6rem;
}

@media screen and (min-width: 768px) {
  .main .section__heading {
    padding: 2.6rem 1rem;
    font-size: 40px;
    font-size: 4rem;
  }
}

.main .section__heading--en {
  position: absolute;
  top: -1rem;
  left: -0.3rem;
  font-family: "Teko", sans-serif;
  line-height: 1;
  color: #fff;
  text-shadow: #222 0.2rem 0.2rem 0px, #222 -0.2rem 0.2rem 0px, #222 0.2rem -0.2rem 0px, #222 -0.2rem -0.2rem 0px;
  opacity: 0.5;
  font-size: 90px;
  font-size: 9rem;
}

@media screen and (min-width: 768px) {
  .main .section__heading--en {
    top: -1.8rem;
    font-size: 160px;
    font-size: 16rem;
  }
}

.main .section__heading span {
  position: absolute;
  top: 6.5rem;
  left: 50%;
  width: 100%;
  max-width: 90%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: right;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .main .section__heading span {
    top: 5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (min-width: 1160px) {
  .main .section__heading span {
    width: 1160px;
  }
}

.header__first {
  width: 100%;
  height: 4.5rem;
  padding: 0 3rem;
  border-bottom: 0.3rem solid #222;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0.5rem;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .header__first {
    display: none;
  }
}

.header__site-name {
  font-family: "Teko", sans-serif;
  line-height: 1;
  padding-top: 0.4rem;
  margin-right: 1rem;
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (min-width: 960px) {
  .header__site-name {
    margin-right: 2rem;
    font-size: 30px;
    font-size: 3rem;
  }
}

.header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 960px) {
  .header__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.header__title span {
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (min-width: 960px) {
  .header__title span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.header__second {
  width: calc(100% - 1rem);
  height: 4.5rem;
  position: fixed;
  top: 0.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .header__second {
    top: -5rem;
    border-bottom: 0.3rem solid #222;
    background-color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .header__second.is-show {
    top: 0.5rem;
  }
}

.header__second-inner {
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .header__second-inner {
    border-bottom: 0.3rem solid #222;
    background-color: #fff;
  }
}

@media screen and (min-width: 1160px) {
  .header__second-inner {
    max-width: 1160px;
  }
}

.header__logo {
  margin-left: 1.5rem;
}

@media screen and (min-width: 768px) {
  .header__logo {
    margin-right: 1.5rem;
  }
}

@media screen and (min-width: 960px) {
  .header__logo {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}

@media screen and (min-width: 1160px) {
  .header__logo {
    margin-left: 0;
  }
}

.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo img {
  width: 15rem;
  display: inline-block;
  vertical-align: -10%;
}

@media screen and (min-width: 768px) {
  .header__logo img {
    width: 20rem;
  }
}

.header__logo span {
  display: block;
  background-color: #222;
  color: #fff;
  padding: 0.2rem 1rem;
  margin: -1.5rem 0 0 0.5rem;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  font-size: 10px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .header__logo span {
    margin-top: -1rem;
    line-height: 1.4;
  }
}

.header__nav {
  margin-right: 1.5rem;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .header__nav {
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .header__nav {
    margin-right: 1.5rem;
  }
}

@media screen and (min-width: 960px) {
  .header__nav {
    margin-right: 3rem;
  }
}

.header__nav-btn {
  position: relative;
  width: 2.6rem;
  height: 2rem;
  cursor: pointer;
}

.header__nav-btn,
.header__nav-btn span {
  display: inline-block;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.header__nav-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background-color: #222;
}

.header__nav-btn span:nth-of-type(1) {
  top: 0;
}

.is-active .header__nav-btn span:nth-of-type(1) {
  -webkit-transform: translateY(0.85rem) rotate(45deg);
          transform: translateY(0.85rem) rotate(45deg);
}

.header__nav-btn span:nth-of-type(2) {
  top: 0.8rem;
}

.is-active .header__nav-btn span:nth-of-type(2) {
  opacity: 0;
}

.header__nav-btn span:nth-of-type(3) {
  bottom: 0;
}

.is-active .header__nav-btn span:nth-of-type(3) {
  -webkit-transform: translateY(-0.85rem) rotate(-45deg);
          transform: translateY(-0.85rem) rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .header__nav-btn {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header__nav-list {
    position: fixed;
    top: 0.5rem;
    right: 0.5rem;
    z-index: -1;
    width: calc(100vw - 1rem);
    height: auto;
    padding: 2rem 1rem;
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 0.3rem solid #222;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
}

@media screen and (min-width: 768px) {
  .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .is-active .header__nav-list {
    -webkit-transform: translateY(4.5rem);
            transform: translateY(4.5rem);
  }
}

.header__nav-item {
  font-family: "Teko", sans-serif;
  line-height: 1;
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .header__nav-item {
    padding: 1rem 2rem;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .header__nav-item:not(:first-of-type) {
    margin-left: 3vw;
  }
}

@media screen and (min-width: 960px) {
  .header__nav-item:not(:first-of-type) {
    margin-left: 5vw;
  }
}

@media screen and (min-width: 1160px) {
  .header__nav-item:not(:first-of-type) {
    margin-left: 9rem;
  }
}

.pagetop {
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .pagetop {
    position: absolute;
    right: 0;
    bottom: 7.4rem;
    width: 5.5rem;
    height: 5.5rem;
    background-color: #fff;
    border: 0.2rem solid #222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .pagetop {
    position: fixed;
    right: 3rem;
    bottom: 0.5rem;
  }
}

.pagetop img {
  width: 4rem;
}

@media screen and (max-width: 767px) {
  .pagetop img {
    width: 2.5rem;
  }
}

.pagetop span {
  display: block;
  margin-top: 0.2rem;
  font-family: "Teko", sans-serif;
  line-height: 1;
  text-shadow: #fff 0.1rem 0.1rem 0, #fff -0.1rem 0.1rem 0, #fff 0.1rem -0.1rem 0, #fff -0.1rem -0.1rem 0;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .pagetop span {
    margin-top: 0.6rem;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.footer {
  background-color: #222;
  color: #fff;
  padding: 2.8rem 1rem 2.3rem;
}

.footer__copyright {
  font-family: "Teko", sans-serif;
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.top {
  background: url(../img/mv.png) no-repeat left 25% top 0/130% auto, url(../img/bg_mv.jpg) no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  .top {
    background: url(../img/mv.png) no-repeat left top -7vw/112% auto, url(../img/bg_mv.jpg) no-repeat center center/cover;
  }
}

.top__inner {
  min-height: 100vh;
  min-height: calc((var(--vh, 1vh) * 100));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  .top__inner {
    min-height: calc(100vh - 4.5rem);
    min-height: calc((var(--vh, 1vh) * 100) - 4.5rem);
  }
}

.top__logo {
  width: 100%;
  padding-top: 3vh;
  margin: 0 auto auto;
}

@media screen and (min-width: 768px) {
  .top__logo {
    padding-top: 9vh;
  }
}

.is-loaded .top__logo {
  -webkit-animation: Logo 0.5s ease-in-out 0.5s 1 normal both;
          animation: Logo 0.5s ease-in-out 0.5s 1 normal both;
}

.top__logo img {
  width: 70%;
}

@media screen and (min-width: 768px) {
  .top__logo img {
    width: 42%;
  }
}

.top__scroll {
  width: 100%;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .top__scroll {
    margin-bottom: 4rem;
  }
}

.top__scroll span {
  display: block;
  font-family: "Teko", sans-serif;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 0.1rem;
  text-shadow: #fff 0.1rem 0.1rem 0, #fff -0.1rem 0.1rem 0, #fff 0.1rem -0.1rem 0, #fff -0.1rem -0.1rem 0;
  font-size: 22px;
  font-size: 2.2rem;
}

.top__scroll img {
  -webkit-animation: TopScroll 0.8s alternate infinite;
          animation: TopScroll 0.8s alternate infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.top__news {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(34, 34, 34, 0.8);
  padding: 0.5rem 1rem;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .top__news {
    padding: 1rem 3rem;
    margin-bottom: 4rem;
  }
}

.top__news a {
  text-decoration: underline;
}

.top__news-list {
  text-align: left;
  font-size: 11px;
  font-size: 1.1rem;
}

@media screen and (min-width: 768px) {
  .top__news-list {
    font-size: 16px;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .top__news-list dd {
    margin-left: 2rem;
  }
}

.top__about {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(34, 34, 34, 0.8);
  margin-top: 2rem;
}

@media screen and (min-width: 960px) {
  .top__about {
    padding: 6rem 9.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.top__about.is-commingsoon {
  display: block;
}

@media screen and (min-width: 960px) {
  .top__about.is-commingsoon {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.top__about-movie {
  position: relative;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 960px) {
  .top__about-movie {
    margin-right: 5rem;
    margin-bottom: 0;
    width: 40rem;
  }
}

.top__about-movie-heading {
  position: absolute;
  top: -15%;
  left: 10%;
  background-color: #222;
  color: #fff;
  padding: 0.5rem 2rem 0.8rem 2rem;
  line-height: 1.4;
  -webkit-transform: rotate(-5deg) translate(-50%, -50%);
          transform: rotate(-5deg) translate(-50%, -50%);
  z-index: 1;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
  .top__about-movie-heading {
    top: -20%;
    padding: 1.2rem 4rem 1.5rem 4rem;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.top__about-text {
  text-align: left;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .top__about-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .top__about-text br {
    display: none;
  }
}

.is-commingsoon .top__about-text {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top__about-heading {
    margin-bottom: 0.5rem;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .top__about-heading {
    margin-bottom: 2rem;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@-webkit-keyframes Logo {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2) translate(0, 3rem);
            transform: scale(1.2) translate(0, 3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
}

@keyframes Logo {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2) translate(0, 3rem);
            transform: scale(1.2) translate(0, 3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
}

@-webkit-keyframes TopScroll {
  0% {
    -webkit-transform: translate(0%, 0%) rotateX(180deg);
            transform: translate(0%, 0%) rotateX(180deg);
  }
  100% {
    -webkit-transform: translate(0%, 1.5vh) rotateX(180deg);
            transform: translate(0%, 1.5vh) rotateX(180deg);
  }
}

@keyframes TopScroll {
  0% {
    -webkit-transform: translate(0%, 0%) rotateX(180deg);
            transform: translate(0%, 0%) rotateX(180deg);
  }
  100% {
    -webkit-transform: translate(0%, 1.5vh) rotateX(180deg);
            transform: translate(0%, 1.5vh) rotateX(180deg);
  }
}

.story {
  background: #eefafe url(../img/bg_story.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .story {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.story__balloon-list {
  max-width: 90%;
  margin: 2rem auto;
}

@media screen and (max-width: 767px) {
  .story__balloon-list {
    max-width: 45rem;
    padding: 0 3rem;
  }
}

@media screen and (min-width: 768px) {
  .story__balloon-list {
    margin: 3.5rem auto;
    max-width: 58rem;
  }
}

.story__balloon-item + .story__balloon-item {
  margin-top: 1.5rem;
}

.story__balloon-item span {
  position: relative;
  background-color: #222;
  padding: 0.4rem 1.5rem 0.7rem;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .story__balloon-item span {
    padding: 1rem 6rem 1.4rem;
    font-size: 20px;
    font-size: 2rem;
  }
}

.story__balloon-item span::after {
  content: "";
  position: absolute;
  top: 50%;
  border: 1rem solid transparent;
  border-right-width: 2rem;
  border-left-width: 2rem;
  margin-top: -1rem;
}

.story__balloon-item:nth-of-type(odd) {
  text-align: left;
}

.story__balloon-item:nth-of-type(odd) span::after {
  right: 100%;
  border-right-color: #222;
}

.story__balloon-item:nth-of-type(even) {
  text-align: right;
}

.story__balloon-item:nth-of-type(even) span::after {
  left: 100%;
  border-left-color: #222;
}

.story__balloon--jagged {
  padding-bottom: 17rem;
  margin: -5rem auto 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .story__balloon--jagged {
    margin: -2rem auto 0;
  }
}

.story__balloon--jagged-inner {
  position: absolute;
  top: 0;
  left: 50%;
  width: 82rem;
  height: 17rem;
  padding: 2.5rem 3rem 0 0;
  margin-left: 1rem;
  background: url(../img/bg_balloon_02.svg) no-repeat center 0/contain;
  -webkit-transform: rotate(-3deg) translateX(-50%);
          transform: rotate(-3deg) translateX(-50%);
  font-size: 20px;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .story__balloon--jagged-inner {
    text-align: left;
    line-height: 1.4;
  }
}

@media screen and (min-width: 768px) {
  .story__balloon--jagged-inner {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.character {
  background: #f6fee9 url(../img/bg_character.png) repeat center top;
}

.character__main {
  position: relative;
}

@media screen and (min-width: 960px) {
  .character__main {
    margin-top: -25rem;
  }
}

@media screen and (min-width: 960px) {
  .character__item {
    padding-top: 25rem;
    padding-bottom: 5rem;
  }
}

.character__item-inner {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 90%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .character__item-inner {
    max-width: 85%;
  }
}

@media screen and (min-width: 960px) {
  .character__item-inner {
    display: block;
  }
}

@media screen and (min-width: 1160px) {
  .character__item-inner {
    width: 1160px;
  }
}

.character__name {
  background-color: #222;
  color: #fff;
  margin: 0 calc(50% - 50vw);
  padding: 0.2em calc(50vw - 50%) 0.4em;
  width: 100vw;
  text-align: right;
  line-height: 1.6;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 19px;
  font-size: 1.9rem;
}

@media screen and (min-width: 768px) {
  .character__name {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media screen and (min-width: 960px) {
  .character__name {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

@media screen and (min-width: 1160px) {
  .character__name {
    font-size: 40px;
    font-size: 4rem;
  }
}

.is-effect .slick-active .character__name {
  -webkit-animation: CharaText .6s ease-in-out 0s 1 normal both;
          animation: CharaText .6s ease-in-out 0s 1 normal both;
}

.character__name span {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .character__name span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 960px) {
  .character__name span {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 1160px) {
  .character__name span {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.character__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  max-width: 40rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .character__img {
    margin-top: -6.5vmin;
  }
}

@media screen and (min-width: 768px) {
  .character__img {
    margin-top: -7vmin;
  }
}

@media screen and (min-width: 960px) {
  .character__img {
    width: 53vw;
    max-width: 54rem;
    position: absolute;
    bottom: 3.5rem;
    right: 43%;
    z-index: 1;
    margin-top: 0;
  }
}

@media screen and (min-width: 1160px) {
  .character__img {
    width: 45vw;
    max-width: 58rem;
    bottom: 4rem;
    right: 50%;
  }
}

.is-effect .slick-active .character__img {
  -webkit-animation: CharaImg .5s ease-in-out .5s 1 normal both;
          animation: CharaImg .5s ease-in-out .5s 1 normal both;
}

.character__detail {
  text-align: left;
  margin-top: 4vmin;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

@media screen and (min-width: 960px) {
  .character__detail {
    margin-top: 1rem;
    margin-left: 58%;
    min-height: 38rem;
  }
}

@media screen and (min-width: 1160px) {
  .character__detail {
    margin-top: 2rem;
    margin-left: 55%;
  }
}

.character__text {
  line-height: 1.7;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .character__text {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 960px) {
  .character__text {
    line-height: 1.8;
  }
}

@media screen and (min-width: 1160px) {
  .character__text {
    font-size: 20px;
    font-size: 2rem;
  }
}

.is-effect .slick-active .character__text {
  -webkit-animation: CharaText .4s ease-in-out 0.3s 1 normal both;
          animation: CharaText .4s ease-in-out 0.3s 1 normal both;
}

.character__voice {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .character__voice {
    margin-top: 3rem;
  }
}

.is-effect .slick-active .character__voice {
  -webkit-animation: CharaText .4s ease-in-out 0.5s 1 normal both;
          animation: CharaText .4s ease-in-out 0.5s 1 normal both;
}

.character__voice-heading {
  display: inline-block;
  background-color: #222;
  color: #fff;
  padding: 0.5rem 1.5rem 0.8rem 1.5rem;
  margin-left: -1rem;
  line-height: 1.4;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  z-index: 1;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .character__voice-heading {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

@media screen and (min-width: 960px) {
  .character__voice-heading {
    padding: 0.8rem 2rem 1rem 2rem;
    margin-left: -3rem;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.character__voice-list {
  counter-reset: number 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .character__voice-item {
    width: calc(50% - 0.5rem);
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .character__voice-item {
    margin-top: 1.5rem;
  }
}

.character__voice-item:not(:first-of-type) {
  margin-left: 1rem;
}

@media screen and (min-width: 768px) {
  .character__voice-item:not(:first-of-type) {
    margin-left: 3rem;
  }
}

@media screen and (min-width: 960px) {
  .character__voice-item:not(:first-of-type) {
    margin-left: 1rem;
  }
}

@media screen and (min-width: 1160px) {
  .character__voice-item:not(:first-of-type) {
    margin-left: 3rem;
  }
}

.character__words {
  line-height: 1.5;
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-top: 0.3rem solid #222;
  border-bottom: 0.3rem solid #222;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  text-align: left;
  padding: 1.2rem 0 1.5rem;
  margin: -6vmin calc(50% - 50vw + 2rem) 0;
  width: calc(100vw - 4rem);
  font-size: 19px;
  font-size: 1.9rem;
}

@media screen and (min-width: 768px) {
  .character__words {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 960px) {
  .character__words {
    padding: 0.7em 0 0.8em;
    margin: 4rem calc(50% - 50vw + 3rem) 0;
    width: calc(100vw - 6rem);
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 1160px) {
  .character__words {
    font-size: 30px;
    font-size: 3rem;
  }
}

.is-effect .slick-active .character__words {
  -webkit-animation: CharaWords .3s ease-in-out .5s 1 normal both;
          animation: CharaWords .3s ease-in-out .5s 1 normal both;
}

.character__arrows .slick-arrow {
  position: absolute;
  top: 25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  width: 12vmin;
}

@media screen and (min-width: 768px) {
  .character__arrows .slick-arrow {
    top: 31rem;
    width: 6.5rem;
  }
}

@media screen and (min-width: 960px) {
  .character__arrows .slick-arrow {
    top: 58rem;
  }
}

@media screen and (min-width: 1160px) {
  .character__arrows .slick-arrow {
    top: 62rem;
  }
}

.character__arrows .arrow-prev {
  left: 1rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

@media screen and (min-width: 960px) {
  .character__arrows .arrow-prev {
    left: 2rem;
  }
}

.character__arrows .arrow-next {
  right: 1rem;
}

@media screen and (min-width: 960px) {
  .character__arrows .arrow-next {
    right: 2rem;
  }
}

.character__nav {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .character__nav {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .character__nav {
    margin-top: 0;
  }
}

.character__nav-list {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1160px) {
  .character__nav-list {
    width: 1160px;
  }
}

.character__nav-item {
  border: 0.4rem solid #222;
  background-color: #e1e1e1;
  cursor: pointer;
}

.character__nav-item:not(:first-of-type) {
  border-left: 0;
}

.character__nav-item .is-off {
  display: block;
}

.character__nav-item .is-on {
  display: none;
}

.character__nav-item span {
  opacity: 0;
  visibility: hidden;
  height: 0;
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: absolute;
  left: 50%;
  bottom: -2.2rem;
  background-color: #222;
  color: #fff;
  padding: 0 0.8rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 960px) {
  .character__nav-item span {
    bottom: -2.6rem;
    padding: 0.1rem 1.2rem;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1160px) {
  .character__nav-item span {
    bottom: -3rem;
    padding: 0.2rem 3rem;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.character__nav-item.is-active {
  background-color: #fff;
  position: relative;
}

.character__nav-item.is-active .is-off {
  display: none;
}

.character__nav-item.is-active .is-on {
  display: block;
}

.character__nav-item.is-active::before, .character__nav-item.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  border-style: solid;
  border-color: transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.character__nav-item.is-active::before {
  top: -2.2rem;
  border-width: 0 1rem 2.2rem 1rem;
  border-bottom-color: #fff;
  z-index: 2;
}

.character__nav-item.is-active::after {
  top: -3rem;
  border-width: 0 1.5rem 3rem 1.5rem;
  border-bottom-color: #222;
  z-index: 1;
}

.character__nav-item.is-active span {
  opacity: 1;
  visibility: visible;
  height: auto;
}

@media screen and (min-width: 960px) {
  .character .slick-list {
    overflow: visible;
  }
}

.character .slick-slide {
  height: auto;
}

.character .slick-cloned {
  opacity: 0;
}

@-webkit-keyframes CharaText {
  0% {
    opacity: 0;
    -webkit-transform: translate(50rem, 0);
            transform: translate(50rem, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes CharaText {
  0% {
    opacity: 0;
    -webkit-transform: translate(50rem, 0);
            transform: translate(50rem, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes CharaImg {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1) translate(-3rem, 3rem);
            transform: scale(1.1) translate(-3rem, 3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
}

@keyframes CharaImg {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1) translate(-3rem, 3rem);
            transform: scale(1.1) translate(-3rem, 3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
}

@-webkit-keyframes CharaWords {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes CharaWords {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.drama {
  background: #fbf6fe url(../img/bg_drama.jpg) no-repeat center top/contain;
}

.drama .box__heading {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .drama .box__heading {
    margin-bottom: 2rem;
  }
}

.drama .box__heading-inner {
  position: relative;
}

.drama .box__heading-inner span {
  position: absolute;
  top: -4rem;
  left: -0.5rem;
  width: 10rem;
  height: 6.8rem;
  background: url(../img/bg_balloon_01.svg) no-repeat 0 0/contain;
  line-height: 1.25;
  padding: 0 0.6rem 0.6rem 0;
  font-size: 12px;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .drama .box__heading-inner span {
    width: 13.6rem;
    height: 9.3rem;
    left: -13.6rem;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .drama .main-drama {
    margin-top: -1rem;
  }
}

@media screen and (min-width: 768px) {
  .drama .main-drama {
    padding-top: 2rem;
  }
}

@media screen and (min-width: 960px) {
  .drama .main-drama {
    margin-right: -4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 960px) {
  .drama .main-drama.is-comingsoon {
    margin-right: 0;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .drama .main-drama.is-comingsoon .main-drama__img {
    margin: -4rem auto 0;
    max-width: 50rem;
  }
}

.drama .main-drama__img {
  border: 0.3rem solid #222;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media screen and (max-width: 767px) {
  .drama .main-drama__img {
    width: calc(100% + 6rem);
    border-right: 0;
    border-left: 0;
    margin-left: -3rem;
  }
}

@media screen and (min-width: 960px) {
  .drama .main-drama__img {
    width: 50%;
  }
}

.drama .main-drama__list {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .drama .main-drama__list {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 960px) {
  .drama .main-drama__list {
    margin-top: 1rem;
    margin-left: -4rem;
  }
}

.drama .main-drama__item {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .drama .main-drama__item {
    width: 32rem;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .drama .main-drama__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .drama .main-drama .movie--img {
    width: 42%;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
}

.drama .main-drama__title {
  text-align: left;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 767px) {
  .drama .main-drama__title {
    margin-top: 0.5rem;
    font-size: 14px;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .drama .main-drama__title {
    margin-left: 2rem;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 960px) {
  .drama .main-drama__title {
    font-size: 20px;
    font-size: 2rem;
  }
}

.drama .main-drama__title dt {
  white-space: nowrap;
}

.drama .main-drama__title dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .drama .main-drama__title dd {
    margin-left: 0.5rem;
  }
}

.drama .sub-drama__list {
  margin-left: -2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.drama .sub-drama__item {
  width: calc((100% - 4rem) / 2);
  margin: 3rem 0 0 2rem;
}

@media screen and (min-width: 960px) {
  .drama .sub-drama__item {
    width: calc((100% - 6rem) / 3);
  }
}

@media screen and (min-width: 1160px) {
  .drama .sub-drama__item {
    width: calc((100% - 8rem) / 4);
  }
}

.drama .sub-drama__title {
  margin-top: 1rem;
  text-align: left;
  line-height: 1.42;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .drama .sub-drama__title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 960px) {
  .drama .sub-drama__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.drama .sub-drama__title dt {
  white-space: nowrap;
}

.drama .sub-drama__title dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 960px) {
  .drama .sub-drama__title dd {
    margin-left: 1rem;
  }
}

.drama .movie--img::before {
  width: 10vw;
  height: 10vw;
}

@media screen and (min-width: 768px) {
  .drama .movie--img::before {
    width: 5.6rem;
    height: 5.6rem;
  }
}

.drama .comingsoon {
  display: inline-block;
  background-color: #222;
  color: #fff;
  padding: 0.5rem 2rem 0.8rem 2rem;
  margin-top: -1rem;
  line-height: 1.4;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .drama .comingsoon {
    margin-top: 0;
    margin-left: -16rem;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .drama .comingsoon {
    padding: 1.2rem 4rem 1.5rem 4rem;
    margin-left: -44rem;
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 960px) {
  .drama .comingsoon {
    padding: 1.2rem 6rem 1.5rem 6rem;
    margin-left: -30rem;
    font-size: 33px;
    font-size: 3.3rem;
  }
}

.staff {
  background: #ffefe8 url(../img/bg_staff.png) repeat-x center top;
}

.staff__list {
  display: inline-block;
}

.staff__item {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .staff__item {
    display: table-row;
  }
}

@media screen and (max-width: 767px) {
  .staff__item + .staff__item {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .staff__item + .staff__item .staff__part,
  .staff__item + .staff__item .staff__name,
  .staff__item + .staff__item .staff__link {
    padding-top: 0.8rem;
  }
}

@media screen and (min-width: 768px) {
  .staff__part, .staff__name, .staff__link {
    display: table-cell;
  }
}

.staff__name {
  padding-left: 2rem;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .staff__name {
    display: inline-block;
  }
}

.staff__name::before {
  content: "…";
  margin-right: 1em;
}

.staff__link {
  padding-left: 0.5rem;
}

@media screen and (max-width: 767px) {
  .staff__link {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .staff__link {
    padding-left: 2rem;
  }
}

.staff__link a {
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
}

@media screen and (min-width: 768px) {
  .staff__link a {
    width: 3.2rem;
    height: 3.2rem;
  }
}

.staff__link a img {
  vertical-align: -25%;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5000;
}

.modal__bg {
  background: rgba(34, 34, 34, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__main {
  background-color: #fff;
  border: 0.5rem solid #222;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal__inner {
  padding: 2rem;
  position: relative;
}

.modal__btn--close {
  position: absolute;
  top: -6rem;
  right: -1rem;
  width: 5rem;
  height: 5rem;
  text-indent: -9999px;
}

.modal__btn--close::before, .modal__btn--close::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background-color: #fff;
  text-indent: 0;
}

.modal__btn--close::before {
  top: 0;
  -webkit-transform: translateY(2.3rem) rotate(45deg);
          transform: translateY(2.3rem) rotate(45deg);
}

.modal__btn--close::after {
  bottom: 0;
  -webkit-transform: translateY(-2.3rem) rotate(-45deg);
          transform: translateY(-2.3rem) rotate(-45deg);
}

.modal__movie {
  position: relative;
  width: 80vw;
  padding-top: 56.25%;
}

@media screen and (min-width: 768px) {
  .modal__movie {
    width: 60rem;
  }
}

@media screen and (min-width: 960px) {
  .modal__movie {
    width: 72rem;
  }
}

.modal__movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
