@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

html {
  font-size: 62.5%;
  width: 100%; }

body {
  min-width: 980px;
  color: #000000;
  font-size: 1.8rem;
  font-family: "A1 Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 200%;
  letter-spacing: 0.1em; }
  @media (max-width: 767px) {
    body {
      min-width: 0;
      font-size: 1.4rem; } }

* {
  box-sizing: border-box; }

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all .16s;
  transition: all .16s; }
  a:hover {
    color: #D41606; }
  a[target="_blank"] .material-icons {
    font-size: 1.4rem;
    vertical-align: 2px; }
    @media (max-width: 767px) {
      a[target="_blank"] .material-icons {
        font-size: 1.2rem; } }

.container {
  background: url(../img/bg.jpg) repeat; }

.inner {
  width: 900px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .inner {
      width: auto; } }
  .inner--white {
    padding: 1px 185px;
    background-color: #fff; }
    @media (max-width: 767px) {
      .inner--white {
        margin: 0 10px;
        padding: 1px 15px; } }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex--between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .flex--vertical-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.center {
  text-align: center; }

.inline-block {
  display: inline-block; }

@media (min-width: 768px) {
  .is-pc-disabled {
    display: none !important; } }

@media (max-width: 767px) {
  .is-sp-disabled {
    display: none !important; } }

.header {
  height: 60px;
  background-color: #D41606;
  color: #fff; }
  @media (max-width: 767px) {
    .header {
      height: 30px; } }
  .header a {
    color: #fff; }
    .header a:hover {
      opacity: .5; }
  .header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .header .inner {
        padding: 0 10px; } }
  .header__name {
    margin: 0;
    font-size: 1.2rem;
    line-height: 60px; }
    @media (max-width: 767px) {
      .header__name {
        font-size: 1.0rem;
        line-height: 30px; } }
  .header__share {
    height: 24px;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (max-width: 767px) {
      .header__share {
        height: 20px; } }
    .header__share li {
      display: inline-block; }
      .header__share li + li {
        margin-left: 20px; }
        @media (max-width: 767px) {
          .header__share li + li {
            margin-left: 10px; } }
    .header__share svg {
      fill: currentColor;
      width: 24px;
      height: 24px; }
      @media (max-width: 767px) {
        .header__share svg {
          width: 20px;
          height: 20px; } }
    @media (max-width: 767px) {
      .header__share .material-icons {
        font-size: 2.0rem; } }

.main {
  height: 54vw;
  min-height: 530px;
  max-height: 650px;
  margin: 0 auto;
  background: url(../img/bg_main.jpg) no-repeat top center;
  background-size: 100% auto; }
  @media (max-width: 767px) {
    .main {
      height: auto;
      min-height: 0;
      max-height: none;
      background: none; } }
  .main .inner {
    position: relative;
    height: 100%; }
    @media (max-width: 767px) {
      .main .inner:before, .main .inner:after {
        content: '';
        display: block;
        width: 100%;
        height: 50vw; }
      .main .inner:before {
        background: url(../img/bg_main_doi_sp@2x.jpg) no-repeat;
        background-size: 100% 100%; }
      .main .inner:after {
        background: url(../img/bg_main_itoi_sp@2x.jpg) no-repeat;
        background-size: 100% 100%; } }
  .main__name {
    position: absolute;
    padding-right: 5px;
    font-size: 2.3rem;
    color: #fff;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl; }
    @media (max-width: 767px) {
      .main__name {
        line-height: 1;
        font-size: 1.2rem; } }
    .main__name--itoi {
      left: -30px;
      bottom: -20px;
      width: 83px;
      height: 165px;
      background: url(../img/bg_name_itoi@2x.png) no-repeat;
      background-size: 83px 165px; }
      @media (max-width: 767px) {
        .main__name--itoi {
          width: 42px;
          height: 83px;
          background-size: 42px 83px;
          left: auto;
          bottom: 50px;
          right: 30px; } }
    .main__name--doi {
      right: -30px;
      bottom: -20px;
      width: 79px;
      height: 284px;
      background: url(../img/bg_name_doi@2x.png) no-repeat;
      background-size: 79px 284px; }
      @media (max-width: 767px) {
        .main__name--doi {
          width: 40px;
          height: 142px;
          top: 10px;
          left: 30px;
          right: auto;
          bottom: auto;
          background-size: 40px 142px; } }
      .main__name--doi p {
        margin-top: 0.4em; }
      .main__name--doi .spacing {
        letter-spacing: -0.4em; }
        .android .main__name--doi .spacing {
          letter-spacing: 0; }
      .main__name--doi .small {
        font-size: 1.9rem; }
        @media (max-width: 767px) {
          .main__name--doi .small {
            font-size: 1.1rem; } }
        .android .main__name--doi .small {
          margin-top: -5px; }
    .main__name p {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      white-space: nowrap; }
      @media all and (-ms-high-contrast: none) {
        .main__name p {
          top: 50px; } }
      @supports (-ms-ime-align: auto) {
        .main__name p {
          top: 50px; } }
  .main__img {
    width: 80%;
    margin: 0 auto; }
    @media (max-width: 1199px) {
      .main__img {
        width: 70%; } }
    @media (max-width: 767px) {
      .main__img {
        width: 100%;
        margin: 0 0 -15px 0;
        padding: 0 20px;
        background-color: #fff; } }
    .main__img img {
      width: 100%;
      margin-top: 50px; }
      @media (max-width: 767px) {
        .main__img img {
          width: 100%;
          margin-top: -5px; } }
  .main__profile {
    position: absolute;
    bottom: -40px;
    right: 30px;
    width: 40px;
    height: 150px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    background-color: #BA8D00;
    border-radius: 20px; }
    @media (max-width: 767px) {
      .main__profile {
        width: 25px;
        height: 110px;
        top: 80px;
        left: 18px;
        right: auto;
        bottom: auto; } }
    .main__profile a {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0;
      font-size: 1.5rem;
      color: #fff;
      white-space: nowrap;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      .main__profile a:hover {
        opacity: .5; }
      @media (max-width: 767px) {
        .main__profile a {
          font-size: 1.2rem;
          line-height: 25px; } }
      @media all and (-ms-high-contrast: none) {
        .main__profile a {
          top: 50px; } }
      @supports (-ms-ime-align: auto) {
        .main__profile a {
          top: 50px; } }

.yodogawa {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 222%;
  padding-top: 60px; }
  @media (max-width: 767px) {
    .yodogawa {
      width: 100%;
      -webkit-writing-mode: horizontal-tb;
          -ms-writing-mode: lr-tb;
              writing-mode: horizontal-tb;
      padding: 20px 0 0; } }
  .yodogawa p {
    margin: 0; }
  .yodogawa .up {
    -ms-text-combine-horizontal: digits;
    -webkit-text-combine: horizontal;
    text-combine-upright: all; }
  .yodogawa .bracket {
    margin-top: -0.5em; }
    @media (max-width: 767px) {
      .yodogawa .bracket {
        margin-top: 0;
        margin-left: -0.5em; } }

.toc {
  margin-top: 100px; }
  @media (max-width: 767px) {
    .toc {
      margin-top: 20px; } }
  @media all and (-ms-high-contrast: none) {
    .toc {
      margin-top: 0; } }
  @supports (-ms-ime-align: auto) {
    .toc {
      margin-top: 0; } }
  .toc__title {
    height: 50px;
    margin: 0;
    padding-left: 1em;
    line-height: 50px;
    font-size: 1.8rem;
    color: #fff;
    background-color: #D41606; }
    @media (max-width: 767px) {
      .toc__title {
        position: relative;
        height: 30px;
        line-height: 30px;
        font-size: 1.4rem; } }
    .toc__title span {
      padding-left: 1em;
      font-size: 1.5rem;
      vertical-align: top; }
      @media (max-width: 767px) {
        .toc__title span {
          font-size: 1.2rem; } }
    .toc__title .material-icons {
      position: absolute;
      top: 50%;
      right: 5px;
      margin-top: -12px; }
      .toc__title .material-icons svg {
        fill: currentColor; }
  .toc__items {
    padding: 0; }
    @media (max-width: 767px) {
      .toc__items {
        margin-top: 0;
        display: none; } }

.toc-item {
  list-style: none;
  overflow: hidden;
  margin: 0 0.5em;
  color: #BDBDBD; }
  @media (max-width: 767px) {
    .toc-item {
      margin-top: 1em; } }
  .toc-item__number {
    float: left;
    margin: 0;
    font-size: 1.5rem;
    margin-right: 1em; }
    @media (max-width: 767px) {
      .toc-item__number {
        width: 1.5em;
        text-align: right; } }
    a .toc-item__number {
      color: #D41606; }
    .toc-item__number strong {
      font-size: 2.0rem; }
      @media (max-width: 767px) {
        .toc-item__number strong {
          font-size: 1.6rem; } }
  .toc-item__group {
    overflow: hidden; }
  .toc-item__title {
    float: left;
    margin: 0; }
    @media (max-width: 767px) {
      .toc-item__title {
        float: none; } }
  .toc-item__date {
    float: right;
    margin: 0;
    font-size: 1.4rem; }
    @media (max-width: 767px) {
      .toc-item__date {
        float: none;
        line-height: 1;
        font-size: 1.1rem; } }

.interview {
  position: relative;
  margin-top: 70px; }
  @media (max-width: 767px) {
    .interview {
      margin-top: 30px;
      font-size: 1.5rem; } }
  .interview__list {
    margin-top: -20px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .interview__list {
        margin-top: 1em; } }
    .interview__list dt {
      float: left;
      width: 70px;
      margin-top: 50px;
      font-family: "Shuei MaruGo B", "ヒラギノ丸ゴ Pro W6", "Hiragino Maru Gothic Pro", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
      @media (max-width: 767px) {
        .interview__list dt {
          float: none;
          width: auto;
          margin-top: 1em; } }
    .interview__list dd {
      margin-top: 50px;
      margin-left: 70px;
      font-family: "Shuei MaruGo L", "ヒラギノ丸ゴ Pro W3", "Hiragino Maru Gothic Pro", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
      @media (max-width: 767px) {
        .interview__list dd {
          margin-top: 0;
          margin-left: 0; } }
    .interview__list .image {
      margin: 50px 0 0 0; }
      @media (max-width: 767px) {
        .interview__list .image {
          margin-top: 1em; } }
      .interview__list .image img {
        width: 100%; }

.interview-head {
  position: relative; }
  .interview-head:before {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background-color: #D41606; }
    @media (max-width: 767px) {
      .interview-head:before {
        display: none; } }
  .interview-head__band {
    position: absolute;
    top: -15px;
    left: 10px;
    bottom: 0;
    padding: 0 0.5em;
    background-color: #fff; }
    @media (max-width: 767px) {
      .interview-head__band {
        position: static; }
        .interview-head__band:before {
          content: '';
          position: absolute;
          top: 11px;
          left: 0;
          display: block;
          width: 100%;
          height: 5px;
          background-color: #D41606; } }
  .interview-head__number {
    margin: 0;
    color: #D41606;
    font-size: 1.5rem; }
    @media (max-width: 767px) {
      .interview-head__number {
        position: relative;
        display: inline-block;
        padding: 0 0.5em;
        margin-left: -0.8rem;
        font-size: 1.4rem;
        background-color: #fff;
        z-index: 10; } }
    .interview-head__number strong {
      font-size: 2.0rem; }
      @media (max-width: 767px) {
        .interview-head__number strong {
          font-size: 1.6rem; } }
  .interview-head__title {
    position: absolute;
    top: 1.5em;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin: 0 0 0 -2px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    line-height: 125%; }
    @media (max-width: 767px) {
      .interview-head__title {
        position: static;
        margin: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        font-size: 1.6rem;
        -webkit-writing-mode: horizontal-tb;
            -ms-writing-mode: lr-tb;
                writing-mode: horizontal-tb; } }
  .interview-head__image {
    margin-top: 50px;
    width: 100%;
    vertical-align: top; }
    @media (max-width: 767px) {
      .interview-head__image {
        margin-top: 15px; } }

.interview-info {
  text-align: center;
  font-family: "Shuei MaruGo L", "ヒラギノ丸ゴ Pro W3", "Hiragino Maru Gothic Pro", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem; }
  @media (max-width: 767px) {
    .interview-info {
      font-size: 1.2rem; } }
  .interview-info p {
    margin: 0; }

.profile {
  font-family: "Shuei MaruGo L", "ヒラギノ丸ゴ Pro W3", "Hiragino Maru Gothic Pro", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  .profile .inner {
    padding-top: 100px;
    padding-bottom: 100px; }
    @media (max-width: 767px) {
      .profile .inner {
        padding-top: 30px;
        padding-bottom: 30px; } }
  .profile__name {
    font-family: "Shuei MaruGo B", "ヒラギノ丸ゴ Pro W6", "Hiragino Maru Gothic Pro", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.0rem; }
  .profile__notes {
    font-size: 1.5rem; }
    @media (max-width: 767px) {
      .profile__notes {
        font-size: 1.2rem; } }
  .profile__links {
    margin: 2em 0; }
    @media (max-width: 767px) {
      .profile__links {
        font-size: 1.3rem;
        margin: 1.5em 0; } }
    .profile__links dd {
      margin: 0;
      word-break: break-all; }
      .profile__links dd + dt {
        margin-top: 2em; }
        @media (max-width: 767px) {
          .profile__links dd + dt {
            margin-top: 1.5em; } }
  .profile__back {
    font-size: 1.6rem;
    text-align: center; }
    .profile__back a {
      line-height: 24px;
      vertical-align: top; }
      @media (max-width: 767px) {
        .profile__back a {
          line-height: 18px; } }
    @media (max-width: 767px) {
      .profile__back {
        font-size: 1.2rem; } }
    .profile__back svg {
      fill: currentColor; }
      @media (max-width: 767px) {
        .profile__back svg {
          width: 18px;
          height: 18px; } }

.pager {
  margin-top: 30px;
  text-align: center; }
  .pager__items {
    display: inline-block;
    position: relative;
    padding: 0;
    list-style: none; }

.pager-item--prev {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -100px; }
  @media (max-width: 767px) {
    .pager-item--prev {
      margin-left: -60px; } }
  .pager-item--prev a:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -25px;
    width: 25px;
    height: 25px;
    border: solid 1px black;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all .16s;
    transition: all .16s; }
    @media (max-width: 767px) {
      .pager-item--prev a:before {
        width: 20px;
        height: 20px;
        right: -20px; } }
  .pager-item--prev a:hover:before {
    border-color: #D41606; }

.pager-item--next {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -100px; }
  @media (max-width: 767px) {
    .pager-item--next {
      margin-right: -60px; } }
  .pager-item--next a:before {
    content: '';
    position: absolute;
    top: 5px;
    right: -25px;
    width: 25px;
    height: 25px;
    border: solid 1px black;
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all .16s;
    transition: all .16s; }
    @media (max-width: 767px) {
      .pager-item--next a:before {
        width: 20px;
        height: 20px;
        right: -20px; } }
  .pager-item--next a:hover:before {
    border-color: #D41606; }

.footer {
  margin-top: 70px;
  margin-left: -90px;
  margin-right: -90px;
  text-align: center; }
  @media (max-width: 767px) {
    .footer {
      margin-top: 35px;
      margin-left: 0;
      margin-right: 0; } }
  .footer__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    list-style: none;
    font-size: 1.4rem; }
    @media (max-width: 767px) {
      .footer__share {
        -webkit-box-align: top;
            -ms-flex-align: top;
                align-items: top;
        font-size: 1.1rem; } }
    @media (max-width: 767px) {
      .footer__share li {
        width: 50%;
        margin-bottom: 10px; } }
    .footer__share a {
      display: inline-block; }
    .footer__share svg {
      display: block;
      margin: 0 auto;
      fill: currentColor; }
    .footer__share .material-icons {
      display: block;
      font-size: 2.8rem; }
      @media (max-width: 767px) {
        .footer__share .material-icons {
          font-size: 2.0rem; } }
  .footer__copyright {
    margin: 0;
    font-size: 1.1rem; }

/*# sourceMappingURL=app.css.map */
