@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700,900&display=swap&subset=japanese");
html {
  font-family: 'Noto Sans JP',"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }

html {
  font-size: 62.5%;
  /*1rem=10px*/ }

body {
  font-size: 1.5rem;
  /*defult=15px*/
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.pc-none {
  display: block; }
  @media (min-width: 769px) {
    .pc-none {
      display: none !important; } }

.sp-none {
  display: none; }
  @media (min-width: 769px) {
    .sp-none {
      display: block; } }

.l-header {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #d1d1d1;
  background-color: #fff; }
  .l-header:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: .7; }
  .l-header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100; }
  @media (min-width: 769px) {
    .l-header {
      height: auto; } }
  .l-header-wrapper {
    width: 100%;
    height: 100%;
    display: block;
    padding: 8px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (min-width: 769px) {
      .l-header-wrapper {
        padding: 10px 0; } }
  .l-header-image {
    height: 100%;
    width: auto;
    margin: 0 auto;
    display: block; }
    @media (min-width: 769px) {
      .l-header-image {
        height: 40px;
        width: auto; } }

.l-footer {
  width: 100%;
  padding: 20px 0 0px; }
  @media (min-width: 769px) {
    .l-footer {
      padding: 40px 0 0px; } }
  .l-footer-inner {
    width: 92%;
    margin: 0 auto;
    color: #8b8b8b;
    padding: 0 0 24px;
    max-width: 320px; }
    @media (min-width: 769px) {
      .l-footer-inner {
        max-width: 640px;
        padding: 0 0 52px; } }
  .l-footer-staff-title {
    text-align: center;
    font-size: 1.2rem;
    display: block; }
  .l-footer-stafflist-container {
    margin: 8px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .l-footer-stafflist {
    width: auto;
    font-size: 1rem;
    line-height: 1.7em;
    list-style: none;
    padding: 0;
    margin: 0; }
    @media (min-width: 769px) {
      .l-footer-stafflist {
        width: 33%; } }
    .l-footer-stafflist + .l-footer-stafflist {
      margin: 0 0 0 12px; }
  .l-footer-copyright {
    background-color: #8b8b8b;
    display: block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    color: #fff; }

@media (min-width: 769px) {
  .l-contents {
    min-width: 1080px; } }

.mv {
  width: 100%;
  height: 634px;
  position: relative;
  display: block; }
  @media (min-width: 769px) {
    .mv {
      max-width: 1180px;
      height: auto;
      margin: 0 auto;
      padding: 0 32px 54px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  .mv-wrapper {
    width: calc(100% - 20px);
    margin: 0 0 0 auto;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
    @media (min-width: 769px) {
      .mv-wrapper {
        width: 100%;
        margin: 0 auto; } }
  .mv-bg {
    width: 100%;
    height: 440px;
    position: relative;
    overflow: hidden; }
    @media (min-width: 769px) {
      .mv-bg {
        width: calc(100% - 80px);
        margin: 0 auto;
        height: auto;
        display: block; } }
  .mv-mov {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    @media (min-width: 769px) {
      .mv-mov {
        width: 100%;
        display: block;
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }
  .mv-copy {
    position: absolute;
    top: 125px;
    left: 7px;
    margin: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: right;
    color: #1d4180; }
    @media (min-width: 769px) {
      .mv-copy {
        top: auto;
        left: 0;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        bottom: -54px; } }
    .mv-copy.copy-wrap {
      white-space: nowrap;
      color: white; }
      @media (min-width: 769px) {
        .mv-copy.copy-wrap {
          left: -40px;
          -webkit-filter: drop-shadow(0 0 10px #1d4180);
          filter: drop-shadow(0 0 10px #1d4180); } }
  .mv-copy-large {
    font-size: 3.6rem;
    letter-spacing: .1em; }
    @media (min-width: 769px) {
      .mv-copy-large {
        font-size: 5.2rem;
        letter-spacing: 0; } }
  .mv-copy-small {
    font-size: 1.5rem;
    letter-spacing: .2em;
    display: block; }
    @media (min-width: 769px) {
      .mv-copy-small {
        padding: 0 24px 0 0; } }
  .mv-tag {
    position: absolute;
    top: 28px;
    left: 0px; }
    @media (min-width: 769px) {
      .mv-tag {
        top: 42px;
        left: 32px; } }
  .mv-tag-text {
    padding: 7px 14px 7px 20px;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    background-color: #1d4180;
    color: white; }
    @media (min-width: 769px) {
      .mv-tag-text {
        padding: 12px 20px;
        font-size: 2rem; } }
  .mv-title {
    position: absolute;
    top: 20px;
    right: 38px;
    color: white;
    text-align: center; }
    @media (min-width: 769px) {
      .mv-title {
        right: auto;
        left: 226px;
        top: 34px;
        -webkit-filter: drop-shadow(0 0 10px #1d4180);
        filter: drop-shadow(0 0 10px #1d4180); } }
  .mv-title-large {
    display: block;
    font-size: 5.5rem;
    letter-spacing: .01em;
    line-height: 1; }
    @media (min-width: 769px) {
      .mv-title-large {
        font-size: 8rem; } }
  .mv-title-small {
    font-size: 1.2rem;
    display: block;
    line-height: 1; }
    @media (min-width: 769px) {
      .mv-title-small {
        font-size: 1.4rem; } }
  .mv-chara {
    position: absolute; }
    .mv-chara.chara-1 {
      bottom: 67px;
      right: 182px;
      width: 78px; }
      @media (min-width: 769px) {
        .mv-chara.chara-1 {
          bottom: -30px;
          right: 240px;
          width: 101px; } }
    .mv-chara.chara-2 {
      bottom: 24px;
      right: 80px;
      width: 104px; }
      @media (min-width: 769px) {
        .mv-chara.chara-2 {
          bottom: -54px;
          right: 98px;
          width: 129px; } }
    .mv-chara.chara-3 {
      bottom: 82px;
      right: 0px;
      width: 104px; }
      @media (min-width: 769px) {
        .mv-chara.chara-3 {
          bottom: -2px;
          right: -30px;
          width: 134px; } }
  .mv-chara-image {
    width: 100%; }

.intro {
  width: 100%;
  background: url(../img/intro-bg.jpg) no-repeat;
  background-size: cover;
  padding: 48px 0 80px;
  margin: 24px 0 0;
  position: relative;
  overflow: hidden;
  color: #fff; }
  @media (min-width: 769px) {
    .intro {
      margin: 124px auto 0;
      padding: 96px 0 112px; } }
  .intro-title {
    font-size: 2.4rem;
    letter-spacing: .05em;
    line-height: 1.7em;
    -webkit-filter: drop-shadow(0px 4px 0px #1d4180);
    filter: drop-shadow(0px 4px 0px #1d4180);
    margin: 0;
    text-align: center; }
    @media (min-width: 769px) {
      .intro-title {
        font-size: 3.6rem;
        line-height: 1.25em; } }
  .intro-title-small {
    font-size: 1.6rem; }
    @media (min-width: 769px) {
      .intro-title-small {
        font-size: 2.6rem; } }
  .intro-desc {
    position: relative;
    width: 82.9%;
    margin: 36px auto 0;
    font-size: 1.2rem;
    line-height: 1.7em;
    font-weight: 100; }
    @media (min-width: 769px) {
      .intro-desc {
        width: 80%;
        max-width: 880px;
        margin: 42px auto 0;
        font-size: 1.4rem;
        line-height: 1.75em; } }
  .intro-title-en {
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    top: -.1em;
    left: .9em;
    font-size: 8.4rem;
    line-height: 1;
    white-space: nowrap;
    font-weight: 800;
    color: #1d4180;
    opacity: .4; }
    @media (min-width: 769px) {
      .intro-title-en {
        font-size: 12rem; } }

.story {
  background-color: #3c5e91;
  padding: 62px 0 38px;
  position: relative; }
  @media (min-width: 769px) {
    .story {
      padding: 106px 0 108px; } }
  .story-bg-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 62px 0 38px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (min-width: 769px) {
      .story-bg-wrapper {
        padding: 106px 0 108px 5%; } }
  .story-bg {
    width: 100%;
    height: 100%;
    background: url("../img/story-bg.jpg") no-repeat;
    background-color: #fff;
    background-position: top left;
    background-size: auto 38%; }
    @media (min-width: 769px) {
      .story-bg {
        background-size: 100% auto; } }
  .story-wrapper {
    position: relative;
    width: 100%;
    padding: 48px 0 0;
    overflow: hidden; }
    @media (min-width: 769px) {
      .story-wrapper {
        width: 80%;
        max-width: 880px;
        margin: 0 auto;
        padding: 144px 0 0; } }
  .story-inner {
    width: 71.6%;
    margin: 0 auto;
    position: relative;
    z-index: 4;
    max-width: 375px; }
    @media (min-width: 769px) {
      .story-inner {
        width: 100%;
        max-width: 100%; } }
  .story-title {
    position: relative;
    text-align: left;
    margin: 0;
    font-size: 3rem;
    color: #1d4180;
    font-weight: 800;
    letter-spacing: -.05em; }
    @media (min-width: 769px) {
      .story-title {
        font-size: 4.2rem;
        text-align: center; } }
  .story-title-en {
    position: absolute;
    top: 44px;
    right: -12px;
    font-size: 8.4rem;
    line-height: 1;
    white-space: nowrap;
    font-weight: 800;
    color: #1d4180;
    opacity: .1; }
    @media (min-width: 769px) {
      .story-title-en {
        font-size: 12rem;
        top: 138px;
        right: auto;
        left: 0; } }
  .story-image-wrapper {
    position: relative;
    width: 100%;
    height: 370px;
    margin: 32px auto 0;
    z-index: 3;
    max-width: 375px; }
    @media (min-width: 769px) {
      .story-image-wrapper {
        height: 610px;
        margin: 32px 0 0;
        max-width: 100%; } }
  .story-image-inner {
    width: 82.9%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute; }
  .story-copy {
    position: absolute;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    top: 0;
    right: 0;
    white-space: nowrap;
    font-size: 1.5rem;
    padding: 0px 4px;
    background-color: #fff; }
    @media (min-width: 769px) {
      .story-copy {
        font-size: 2.4rem;
        right: auto;
        left: 0; } }
  .story-image {
    position: absolute; }
    .story-image.image-1 {
      width: 290px;
      top: 32px;
      right: 0; }
      @media (min-width: 769px) {
        .story-image.image-1 {
          width: 561px;
          top: 32px;
          right: 0; } }
    .story-image.image-2 {
      width: 230px;
      top: 164px;
      right: 94px; }
      @media (min-width: 769px) {
        .story-image.image-2 {
          width: 444px;
          top: 266px;
          right: auto; } }
    .story-image.image-3 {
      width: 190px;
      top: 262px;
      right: 34px; }
      @media (min-width: 769px) {
        .story-image.image-3 {
          width: 356px;
          bottom: 0px;
          top: auto;
          right: 144px; } }
  .story-desc {
    width: 82.9%;
    margin: 0 auto;
    padding: 32px 0;
    position: relative;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.8em; }
    @media (min-width: 769px) {
      .story-desc {
        padding: 48px 0 80px;
        font-size: 1.8rem; } }

.making {
  width: 100%;
  background: url(../img/making-bg.jpg) no-repeat;
  background-color: #333;
  background-size: cover;
  position: relative;
  padding: 22px 0 40px;
  margin-bottom: 40px;
  overflow: hidden; }
  @media (min-width: 769px) {
    .making {
      padding: 98px 0 84px;
      margin-bottom: 80px; } }
  .making-inner {
    width: 80%;
    margin: 0 auto;
    position: relative; }
    @media (min-width: 769px) {
      .making-inner {
        width: 80%;
        max-width: 880px; } }
  .making-title {
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    margin: 0;
    font-weight: 900; }
    @media (min-width: 769px) {
      .making-title {
        font-size: 3rem; } }
  .making-title-en {
    position: absolute;
    line-height: 1;
    font-weight: 700;
    font-size: 6rem;
    color: #3c3c3c; }
    @media (min-width: 769px) {
      .making-title-en {
        font-size: 20rem; } }
    .making-title-en.title-top {
      top: -0.25em;
      left: 0; }
    .making-title-en.title-bottom {
      bottom: -0.25em;
      right: 0; }
  .making-movie {
    width: 100%;
    margin: 8px 0 0;
    display: block; }
    .making-movie > iframe {
      width: 100%; }
    @media (min-width: 769px) {
      .making-movie {
        margin: 32px auto 0;
        width: 80%; } }

.cv {
  width: 100%;
  margin: 62px 0 0;
  padding: 0 0 64px;
  overflow: hidden; }
  @media (min-width: 769px) {
    .cv {
      padding: 0 0 124px; } }
  .cv-title-wrapper {
    width: 100%;
    position: relative; }
  .cv-title-inner {
    width: 82.9333%;
    margin: 0 auto;
    position: relative;
    z-index: 2; }
    @media (min-width: 769px) {
      .cv-title-inner {
        max-width: 880px; } }
  .cv-title {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 0 0 auto;
    position: relative;
    font-size: 3rem;
    letter-spacing: .1em;
    color: #1d4180;
    font-weight: 800; }
    @media (min-width: 769px) {
      .cv-title {
        font-size: 3.8rem;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        text-align: right; } }
  .cv-title-en {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 6rem;
    line-height: 1;
    white-space: nowrap;
    font-weight: 800;
    color: #1d4180;
    opacity: .1; }
    @media (min-width: 769px) {
      .cv-title-en {
        font-size: 12rem; } }
  .cv-character-wrapper {
    width: 100%; }
    @media (min-width: 769px) {
      .cv-character-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: calc(100% - 80px);
        margin: 80px auto 0; } }
  .cv-outer {
    width: 100%;
    position: relative;
    padding: 40px 0 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (min-width: 769px) {
      .cv-outer {
        width: 33.333%;
        padding: 0; } }
    .cv-outer::after {
      content: "";
      position: absolute;
      z-index: 1;
      width: 200%;
      height: 2px;
      top: 0;
      bottom: 0;
      left: -50%;
      margin: auto;
      background-color: #1d4180;
      opacity: .1;
      -webkit-transform: rotate(-25deg);
      -ms-transform: rotate(-25deg);
      transform: rotate(-25deg); }
      @media (min-width: 769px) {
        .cv-outer::after {
          -webkit-transform: rotate(55deg);
          -ms-transform: rotate(55deg);
          transform: rotate(55deg); } }
    @media (min-width: 769px) {
      .cv-outer.border-left {
        padding: 0; } }
    .cv-outer.border-left::after {
      -webkit-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
      transform: rotate(25deg); }
      @media (min-width: 769px) {
        .cv-outer.border-left::after {
          -webkit-transform: rotate(55deg);
          -ms-transform: rotate(55deg);
          transform: rotate(55deg); } }
  .cv-inner {
    width: 82.9333%;
    max-width: 320px;
    margin: 0 auto;
    height: 220px;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (min-width: 769px) {
      .cv-inner {
        width: 100%;
        max-width: 100%;
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse; } }
  .cv-character {
    position: relative;
    width: 50%; }
    @media (min-width: 769px) {
      .cv-character {
        width: 100%;
        height: 240px;
        overflow: hidden;
        margin: 12px 0 0; } }
  .cv-character-image {
    width: 100%;
    position: relative; }
    @media (min-width: 769px) {
      .cv-character-image {
        width: 70%;
        margin: 0 auto;
        display: block; } }
  .cv-profile {
    width: 50%; }
    @media (min-width: 769px) {
      .cv-profile {
        width: 100%;
        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; } }
  .cv-icon {
    width: 100px;
    display: block; }
    @media (min-width: 769px) {
      .cv-icon {
        max-width: 150px;
        width: 50%; } }
  @media (min-width: 769px) {
    .cv-text {
      margin: 0 0 0 12px; } }
  .cv-name {
    font-size: 2rem;
    display: block;
    font-weight: 700;
    margin: 8px 0 0; }
    @media (min-width: 769px) {
      .cv-name {
        margin: 0; } }
    .cv-name > span {
      font-size: 1.5rem; }
  .cv-desc {
    font-size: 1.2rem;
    line-height: 1.6em;
    margin: 4px 0 0;
    color: #4d4d4d; }
  .cv-character-name {
    position: absolute;
    background-color: #1d4180;
    padding: 10px 4px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.4rem;
    color: #fff; }
    @media (min-width: 769px) {
      .cv-character-name {
        font-size: 1.8rem; } }
    .cv-character-name.chara-1 {
      top: 0;
      left: 0; }
      @media (min-width: 769px) {
        .cv-character-name.chara-1 {
          top: auto;
          left: auto;
          bottom: 0;
          right: 80px; } }
    .cv-character-name.chara-2 {
      top: 0;
      right: 0; }
      @media (min-width: 769px) {
        .cv-character-name.chara-2 {
          top: auto;
          bottom: 0;
          right: 80px; } }

.staff {
  width: 89.3%;
  background: url(../img/staff-bg.jpg) no-repeat;
  background-size: cover;
  margin: 0 auto;
  padding: 72px 0 58px;
  position: relative;
  color: #fff;
  overflow: hidden; }
  @media (min-width: 769px) {
    .staff {
      width: 100%; } }
  .staff-title {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    line-height: 1;
    border-bottom: 1px solid #1d4180;
    font-size: 3rem;
    font-weight: 900; }
    @media (min-width: 769px) {
      .staff-title {
        font-size: 3.8rem; } }
  .staff-title-en {
    position: absolute;
    top: 0;
    right: 1.1em;
    font-size: 8.4rem;
    color: #1d4180;
    opacity: 0.2;
    font-weight: 700;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right; }
    @media (min-width: 769px) {
      .staff-title-en {
        font-size: 12rem; } }
  .staff-wrapper {
    width: 80.89%;
    max-width: 280px;
    margin: 46px auto 0; }
    @media (min-width: 769px) {
      .staff-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 784px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 54px auto 0; } }
  .staff-card {
    width: 100%;
    margin-top: 40px; }
    @media (min-width: 769px) {
      .staff-card {
        width: 47%;
        margin-top: 0; } }
  .staff-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .staff-namecontainer {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: block; }
  .staff-position {
    padding: 6px 12px;
    letter-spacing: .1em;
    background-color: #1d4180;
    display: inline-block;
    font-size: 1.2rem; }
    @media (min-width: 769px) {
      .staff-position {
        font-size: 1.4rem; } }
  .staff-name {
    padding: 4px 8px;
    letter-spacing: .1em;
    margin: 10px 0 0 18px;
    background-color: #1d4180;
    display: inline-block;
    font-size: 2rem; }
    @media (min-width: 769px) {
      .staff-name {
        margin: 8px 0 0 24px;
        font-size: 2.4rem; } }
    .staff-name > span {
      font-size: 1.5rem; }
  .staff-avatar {
    width: 100px; }
    @media (min-width: 769px) {
      .staff-avatar {
        width: 140px; } }
  .staff-profile {
    width: 100%;
    border: 1px solid #1d4180;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 0;
    color: white;
    text-align: center;
    list-style: none;
    margin: 12px 0 0 0;
    font-size: 1.2rem; }
    @media (min-width: 769px) {
      .staff-profile {
        padding: 8px 0;
        font-size: 1.1rem; } }
    .staff-profile + .staff-profile {
      border-top: none;
      margin: 0; }
    .staff-profile-list {
      margin: 0; }

.music {
  width: 70.1%;
  margin: 0 auto;
  padding: 58px 0 68px; }
  @media (min-width: 769px) {
    .music {
      width: 660px;
      padding: 128px 0 68px; } }
  .music-title-wrapper {
    position: relative; }
  .music-title {
    font-size: 3rem;
    margin: 0;
    text-align: center;
    font-weight: 700;
    color: #1d4180;
    padding: 6px 0; }
    @media (min-width: 769px) {
      .music-title {
        font-size: 3.8rem; } }
  .music-title-en {
    position: absolute;
    margin: auto;
    font-size: 6rem;
    font-weight: 700;
    color: #1d4180;
    opacity: .2;
    line-height: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }
    @media (min-width: 769px) {
      .music-title-en {
        font-size: 12rem; } }
  .music-desc {
    width: 100%;
    margin: 12px 0 0;
    font-size: 1.4rem; }
    @media (min-width: 769px) {
      .music-desc {
        text-align: center;
        margin: 48px 0 0;
        font-size: 1.6rem; } }
  .music-item-wrapper {
    width: 100%; }
    @media (min-width: 769px) {
      .music-item-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 32px; } }
  .music-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 20px 0 0;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (min-width: 769px) {
      .music-item {
        margin: 0;
        width: 30%;
        padding: 0 24px 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
  .music-jacket {
    width: 40%; }
    @media (min-width: 769px) {
      .music-jacket {
        width: 100%;
        height: 100%; } }
  .music-info {
    width: 50%; }
    @media (min-width: 769px) {
      .music-info {
        width: 100%;
        margin: 24px 0 0; } }
  .music-logo {
    width: 100%; }
  .music-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1rem; }
    @media (min-width: 769px) {
      .music-list {
        font-size: 1.4rem;
        width: 100%;
        line-height: 1.5em; } }
  .music-artist-image {
    margin: 20px 0 0 0;
    width: 100%; }
    @media (min-width: 769px) {
      .music-artist-image {
        margin: 0;
        width: 70%; } }

.other {
  width: 100%;
  margin: 0 auto;
  background-color: #3c5e91;
  padding: 40px 0 44px; }
  @media (min-width: 769px) {
    .other {
      padding: 80px 0 64px; } }
  .other-text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 89.333%;
    margin: 0 auto;
    color: #fff; }
    @media (min-width: 769px) {
      .other-text-wrapper {
        max-width: 640px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .other-title-wrapper {
    width: 35%;
    position: relative; }
    @media (min-width: 769px) {
      .other-title-wrapper {
        width: 160px; } }
  .other-title {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-20deg);
    -ms-transform: translate(-50%, -50%) rotate(-20deg);
    transform: translate(-50%, -50%) rotate(-20deg);
    font-size: 3.2rem;
    white-space: nowrap; }
    .other-title > span {
      -webkit-text-combine: horizontal;
      -ms-text-combine-horizontal: all;
      text-combine-upright: all; }
  .other-desc {
    width: 65%;
    font-size: 1.4rem;
    text-align: left;
    line-height: 2em;
    margin: 0; }
    @media (min-width: 769px) {
      .other-desc {
        font-size: 2rem;
        width: auto;
        padding: 24px 0; } }
  .other-btn {
    background-color: #000;
    width: 70%;
    margin: 32px auto 0;
    text-align: center;
    border-radius: 8px; }
    @media (min-width: 769px) {
      .other-btn {
        width: 340px;
        margin: 40px auto 0; } }
    .other-btn:hover {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      opacity: .7; }
  .other-btn-link {
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
    display: block;
    padding: 20px;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .other .slider {
    margin: 16px auto 0;
    height: 400px;
    background-color: #3c5e91;
    display: block;
    width: 100%; }

.slide-container {
  padding: 20px 0;
  background-color: #1d4180;
  height: 240px;
  margin: 20px auto 0; }
  @media (min-width: 769px) {
    .slide-container {
      width: 1080px;
      margin: 28px auto 0;
      height: 320px; } }
