@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

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

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 */ }

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

.navi ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: static;
  left: auto; }
  .navi ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: static;
    left: auto; }

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

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

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

@keyframes hover {
  0% {
    transform: scale(1.0001);
    opacity: 1; }
  100% {
    transform: scale(1.05);
    opacity: 0.5; } }

@keyframes hover-out {
  0% {
    transform: scale(1.05);
    opacity: 0.5; }
  100% {
    transform: scale(1.0001);
    opacity: 1; } }

@keyframes bg-hover {
  0% {
    background-color: #bba1e5; }
  100% {
    background-color: #e6ddf6; } }

@keyframes bg-hover-out {
  0% {
    background-color: #e6ddf6; }
  100% {
    background-color: #bba1e5; } }

@keyframes bg-hover2 {
  0% {
    background-color: #f74545; }
  100% {
    background-color: #fa8e8e; } }

@keyframes bg-hover-out2 {
  0% {
    background-color: #fa8e8e; }
  100% {
    background-color: #f74545; } }

@keyframes arrow {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, 16px); } }

@keyframes toc-hover {
  0% {
    transform: translate(0, 0);
    opacity: 1; }
  100% {
    transform: translate(5%, 0);
    opacity: 1; } }

@keyframes toc-hover-out {
  0% {
    transform: translate(5%, 0);
    opacity: 1; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }

/* Generated with Bounce.js. Edit at http://bouncejs.com#%7Bl%3A1%2Cs%3A%5B%7BT%3A%22t%22%2Ce%3A%22B%22%2Cd%3A1600%2CD%3A0%2Cf%3A%7Bx%3A0%2Cy%3A-50%7D%2Ct%3A%7Bx%3A0%2Cy%3A0%7D%2Cs%3A1%2Cb%3A8%7D%2C%7BT%3A%22t%22%2Ce%3A%22b%22%2Cd%3A1000%2CD%3A1600%2Cf%3A%7Bx%3A0%2Cy%3A0%7D%2Ct%3A%7Bx%3A0%2Cy%3A-50%7D%2Cs%3A5%2Cb%3A0%7D%5D%7D */
@keyframes bounce {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -50, 0, 1); }
  1.85% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -27.672, 0, 1); }
  3.63% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.201, 0, 1); }
  5.11% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -16.047, 0, 1); }
  6.59% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -21.282, 0, 1); }
  8.75% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -13.471, 0, 1); }
  10.84% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.103, 0, 1); }
  12.38% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -6.647, 0, 1); }
  13.86% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -8.703, 0, 1); }
  16.02% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -5.436, 0, 1); }
  18.11% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.025, 0, 1); }
  21.13% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.559, 0, 1); }
  25.38% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.038, 0, 1); }
  28.34% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.456, 0, 1); }
  32.59% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1); }
  35.6% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.595, 0, 1); }
  39.86% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.006, 0, 1); }
  42.81% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.243, 0, 1); }
  47.12% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.004, 0, 1); }
  50.08% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.1, 0, 1); }
  54.33% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.001, 0, 1); }
  57.35% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.041, 0, 1); }
  61.44% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.001, 0, 1); }
  61.54% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  62.77% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -20.845, 0, 1); }
  63.96% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -32.753, 0, 1); }
  65.16% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -39.821, 0, 1); }
  66.35% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -44.008, 0, 1); }
  68.78% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -47.974, 0, 1); }
  71.16% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -49.31, 0, 1); }
  80.79% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -49.992, 0, 1); }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -50, 0, 1); } }

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

body {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: 0.075em;
  color: #000000;
  background-color: #FFFFFF;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto; }
  body * {
    box-sizing: border-box; }

@media screen and (max-width: 576px) {
  br:not(.sp) {
    display: none; }
  br.only-sp {
    display: inline; }
  .hidden-sp {
    display: none; } }

@media screen and (min-width: 768px) {
  br.only-sp {
    display: none; } }

a[target=_blank]::after {
  content: "\e914";
  font-family: "Hobonichi-Icons";
  font-size: 87.5%; }

.nav-container {
  width: 100%; }

.nav {
  width: 100%;
  height: 40px;
  max-width: 960px;
  background-color: #F2D600;
  border-bottom: 2px solid #000000;
  margin: auto; }
  @media screen and (min-width: 768px) {
    .nav {
      display: none; } }
  .nav a, .nav label {
    line-height: 1;
    display: block;
    text-decoration: none;
    color: #000000;
    outline: none; }
    .nav a i, .nav label i {
      font-size: 280%; }
  .nav__group {
    display: flex;
    margin: 0;
    padding: 0 8px;
    justify-content: center; }
  .nav__item {
    margin: 0;
    padding: 8px;
    list-style: none; }
  .nav__label {
    margin: 0;
    padding: 0; }
  .nav__hobo {
    text-align: right; }
    .nav__hobo img {
      height: 24px; }
      @media screen and (min-width: 768px) {
        .nav__hobo img {
          height: 32px; } }
  .nav__books {
    text-align: left; }
  .nav__cart {
    padding: 5px 10px 0 0;
    text-align: center; }
    .nav__cart a {
      padding: 6px; }
      .nav__cart a i {
        font-size: 240%; }
  .nav__menu {
    padding: 5px 10px 0 10px; }
    .nav__menu a, .nav__menu label {
      position: relative;
      width: 32px;
      height: 32px;
      padding: 4px; }
      .nav__menu a span, .nav__menu label span {
        font-size: 0;
        position: absolute;
        left: 4px;
        display: block;
        width: 24px;
        height: 1px;
        transition: all .25s;
        background-color: #000000; }
        .nav__menu a span:nth-child(1), .nav__menu label span:nth-child(1) {
          top: 7px; }
        .nav__menu a span:nth-child(2), .nav__menu a span:nth-child(3), .nav__menu label span:nth-child(2), .nav__menu label span:nth-child(3) {
          top: 16px; }
        .nav__menu a span:nth-child(4), .nav__menu label span:nth-child(4) {
          top: 25px; }
    .nav__menu label {
      transition: opacity 0.25s;
      cursor: pointer; }
    .nav__menu.open a span:nth-child(1), .nav__menu.open label span:nth-child(1) {
      left: 36px;
      width: 0; }
    .nav__menu.open a span:nth-child(2), .nav__menu.open label span:nth-child(2) {
      transform: rotate(45deg); }
    .nav__menu.open a span:nth-child(3), .nav__menu.open label span:nth-child(3) {
      transform: rotate(-45deg); }
    .nav__menu.open a span:nth-child(4), .nav__menu.open label span:nth-child(4) {
      width: 0; }

[data-state=show] {
  animation: show 0.5s linear; }
  .main-image [data-state=show] {
    animation: show2 1s cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-state=shown] {
  opacity: 1; }

[data-state=hide] {
  animation: hide 0.5s linear; }

[data-state=hidden] {
  opacity: 0; }

[data-state=none] {
  opacity: 0;
  display: none; }

#bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1; }

#overlay {
  background-color: #FFFFFF;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1; }

.container article {
  margin: 0 auto; }

.container a:link, .container a:hover, .container a:visited, .container a:active {
  color: #967CBF; }

.ua-desktop .container a {
  animation-name: hover-out;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-fill-mode: forwards;
  animation-direction: alternate; }
  .ua-desktop .container a:hover {
    animation-name: hover;
    animation-duration: 0.5s;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-fill-mode: forwards;
    animation-direction: alternate; }

.btn-lecture {
  z-index: 1;
  text-align: right;
  position: absolute;
  width: 100%;
  padding-top: 10px;
  pointer-events: none; }
  .btn-lecture a {
    display: inline-block;
    background-color: #BBA1E5;
    border: 2px solid #000000;
    box-shadow: 2px 2px 0px 0px #000000;
    width: 124px;
    height: 72px;
    margin: 0 10px 0 0;
    text-align: center;
    pointer-events: auto; }
    .btn-lecture a img {
      margin-top: 5px;
      vertical-align: top; }
    .btn-lecture a.onsale {
      background-color: #F74545; }
  @media screen and (min-width: 768px) {
    .btn-lecture {
      padding-top: 20px;
      max-width: 960px;
      left: 50%;
      transform: translateX(-50%); }
      .btn-lecture a {
        margin-top: 20px;
        width: 186px;
        height: 108px;
        animation-name: bg-hover-out !important; }
        .btn-lecture a:hover {
          animation-name: bg-hover !important; }
        .btn-lecture a img {
          margin-top: 7.5px;
          width: 165px; }
        .btn-lecture a.onsale {
          animation-name: bg-hover-out2 !important; }
          .btn-lecture a.onsale:hover {
            animation-name: bg-hover2 !important; } }

.header {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center; }
  .header__title {
    background-image: url(../images/ph_main.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 66.5625%;
    background-color: #FFFFFF;
    width: 100%;
    margin: 0 auto 25.187032419%;
    position: relative;
    border-bottom: 2px solid #000000; }
    .webp .header__title {
      background-image: url(../images/ph_main.webp); }
    .header__title > span {
      display: block;
      font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      -webkit-font-feature-settings: 'palt' 1;
      font-feature-settings: 'palt' 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: auto;
      font-weight: normal; }
      .ua-desktop-windows .header__title > span {
        -ms-transform: rotate(0.001deg);
        transform: rotate(0.001deg); }
      .header__title > span:nth-of-type(1) {
        background-repeat: no-repeat;
        background-position: left top;
        background-size: contain;
        width: 40.625%;
        padding-top: 64.6875%;
        margin-top: -4.6875vw; }
        .webp .header__title > span:nth-of-type(1) {
          background-image: url(../images/ph_main_sp.webp); }
        .no-webp .header__title > span:nth-of-type(1) {
          background-image: url(../images/ph_main_sp.png); }
      .header__title > span:nth-of-type(2) {
        position: absolute;
        font-size: 60%;
        top: 1.25vw;
        right: 2.5vw; }
        .header__title > span:nth-of-type(2) > span {
          display: block;
          color: gray;
          white-space: nowrap; }
          .header__title > span:nth-of-type(2) > span:nth-of-type(1) {
            margin-bottom: 6.25%;
            line-height: 1.5; }
          .header__title > span:nth-of-type(2) > span:nth-of-type(2) {
            line-height: 1;
            font-size: calc(12 / 320 * 100vw); }
            .header__title > span:nth-of-type(2) > span:nth-of-type(2) small {
              font-size: 83.3333333333%; }
            .header__title > span:nth-of-type(2) > span:nth-of-type(2) big {
              font-size: 166.666666667%;
              line-height: 1.25; }
    .header__title img {
      width: 100%;
      position: absolute;
      top: calc(100% + 2px); }
  .header__arrow {
    display: none; }
  @media screen and (min-width: 768px) {
    .header {
      width: auto; }
      .header__title {
        position: relative;
        margin-bottom: 0;
        padding-bottom: 0; }
        .header__title img {
          width: 66.6666666667%;
          top: 50%;
          left: 50%;
          transform: translateX(-50%); } }
  @media screen and (min-width: 1200px) {
    .header {
      position: relative; }
      .header__title {
        padding-top: 100vh; }
        .header__title img {
          width: 800px; }
      .header__arrow {
        display: block;
        position: absolute;
        bottom: 0;
        animation: bounce 2600ms linear infinite both; }
        .header__arrow svg {
          width: 81.4px;
          height: 161.4px; }
        .header__arrow path {
          fill: none;
          stroke: #000;
          stroke-width: 2;
          stroke-miterlimit: 10; } }

@media screen and (min-width: 768px) {
  .yodogawa {
    margin: 0 auto;
    max-width: 960px; }
    .yodogawa::after {
      content: "";
      display: block;
      clear: both; } }

.lead {
  margin: 0 auto;
  padding: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 130%;
  line-height: 1.75;
  letter-spacing: 0.1em;
  border: 2px solid #000000; }
  .lead p:first-child {
    margin-top: 0; }
  .lead p:last-child {
    margin-top: 0;
    margin-bottom: 0; }
  @media screen and (min-width: 576px) {
    .lead {
      font-size: 160%; } }
  @media screen and (min-width: 768px) {
    .lead {
      font-size: 160%;
      line-height: 1.75;
      margin: -2px -2px 0 0;
      padding: 40px;
      width: calc(50% + 2px);
      float: left; } }

.news {
  border: 2px solid #000000;
  margin-top: -2px;
  display: flex;
  max-height: 30px;
  transition: all 0.5s;
  overflow: hidden;
  position: relative; }
  .news.open {
    max-height: 300px;
    display: block; }
    .news.open .news__text {
      padding: 10px 20px 20px 20px;
      width: auto; }
      .news.open .news__text::after {
        content: ""; }
    .news.open i.hb-plus::before {
      content: "\e921"; }
  .news__title {
    background-color: #F2D600;
    width: 70px;
    height: 30px;
    border: 2px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -2px 0 0 -2px; }
    .news__title img {
      vertical-align: top;
      width: 75%; }
  .news__text {
    position: relative;
    width: calc(100% - 68px - 26px);
    padding: 0 20px 0 10px;
    font-size: 140%;
    overflow: hidden; }
    .news__text::after {
      content: "…";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0; }
    .news__text p:first-child {
      margin-top: 0; }
    .news__text p:last-child {
      margin-bottom: 0; }
  .container .news__button {
    display: inline-block;
    position: relative;
    font-weight: bold;
    border: 2px solid #000000;
    background-color: #BBA1E5;
    padding: 8px 24px 8px 8px; }
    .container .news__button:link, .container .news__button:visited, .container .news__button:hover, .container .news__button:active {
      color: #000000;
      text-decoration: none; }
    .container .news__button i {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      font-size: 150%; }
    .container .news__button.onsale {
      background-color: #F74545; }
  .news i.hb-plus {
    font-size: 18px;
    color: #BBA1E5;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0; }
  @media screen and (min-width: 768px) {
    .news {
      transition: none;
      width: 50%;
      margin-left: 50%;
      max-height: 100%;
      display: block; }
      .news h3 {
        width: 120px;
        height: 40px; }
        .news h3 img {
          width: auto; }
      .news i.hb-plus {
        display: none; }
      .news__text {
        padding: 40px;
        font-size: 160%;
        width: 100%; }
        .news__text::after {
          content: ""; }
      .news.open {
        max-height: 100%; }
        .news.open .news__text {
          padding: 40px;
          font-size: 160%;
          width: 100%; }
      .container .news__button {
        padding: 20px 40px;
        margin-top: 20px;
        box-shadow: 2px 2px 0 0 #000000;
        animation-name: bg-hover-out !important; }
        .container .news__button:hover {
          animation-name: bg-hover !important; }
        .container .news__button.onsale {
          animation-name: bg-hover-out2 !important; }
          .container .news__button.onsale:hover {
            animation-name: bg-hover2 !important; } }

.contents {
  background-color: #FFFFFF;
  width: 93.75%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .contents {
      max-width: 720px;
      margin: 40px auto; } }

.secret {
  transition: all 0.5s; }
  .secret.hidden {
    cursor: pointer;
    border: 2px solid #000;
    padding: 2px 0; }
    .secret.hidden, .secret.hidden * {
      background-color: #BBA1E5;
      color: transparent;
      position: relative;
      user-select: none; }
    .secret.hidden * {
      pointer-events: none;
      cursor: default; }
    .secret.hidden::after {
      content: "";
      background: url(../images/icon-turnup.svg);
      width: 13px;
      height: 13px;
      position: absolute;
      left: auto;
      right: auto;
      bottom: -2px;
      line-height: 1;
      margin-left: -11px; }

.toc {
  position: relative;
  z-index: 0;
  width: 93.75%;
  margin: 10px auto 0;
  padding: 0; }
  .toc .arrow {
    fill: none;
    stroke: #000000;
    stroke-width: 2;
    stroke-miterlimit: 10; }
  .toc h3 {
    background-color: #F2D600;
    width: 70px;
    height: 30px;
    border: 2px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -2px 0 0 0; }
    .toc h3 img {
      vertical-align: top;
      width: 75%; }
  .toc ul {
    padding: 0;
    margin: -2px 0 0 0;
    border: 2px solid #000000; }
  .toc ul, .toc li {
    list-style: none; }
  .toc__inner {
    display: flex;
    align-items: center;
    padding: 8px; }
    .toc__inner svg {
      width: 17.1px;
      height: 31.4px;
      margin-left: 8px; }
  .toc__item {
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    margin: 0 auto;
    text-align: left;
    color: #F2D600;
    border-bottom: 2px solid #000000;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    font-weight: normal; }
    .ua-desktop-windows .toc__item {
      -ms-transform: rotate(0.001deg);
      transform: rotate(0.001deg); }
    .toc__item:last-of-type {
      border-bottom: 0 none; }
    .toc__item a, .toc__item > span {
      text-decoration: none;
      display: block;
      background-color: #BBA1E5; }
    .toc__item.off a, .toc__item.off > span {
      background-color: #cccccc;
      cursor: default; }
      .toc__item.off a:link, .toc__item.off a:hover, .toc__item.off a:visited, .toc__item.off a:active, .toc__item.off > span:link, .toc__item.off > span:hover, .toc__item.off > span:visited, .toc__item.off > span:active {
        opacity: 1;
        animation: none;
        cursor: default; }
      .toc__item.off a::after, .toc__item.off > span::after {
        display: none; }
      .toc__item.off a .toc__inner, .toc__item.off > span .toc__inner {
        opacity: 0.3; }
    .toc__item.off .arrow {
      display: none; }
  .toc__title img {
    width: 100%; }
  .toc__date {
    font-family: "Trebuchet MS", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, sans-serif;
    font-size: 120%;
    margin-left: auto;
    padding-left: 21.8508997429%;
    min-width: 120px;
    color: #000000; }
  @media screen and (min-width: 768px) {
    .toc {
      width: 720px;
      margin: 80px auto 0; }
      .toc h3 {
        width: 120px;
        height: 40px; }
        .toc h3 img {
          width: auto; }
      .ua-desktop .toc a {
        animation-name: bg-hover-out !important; }
        .ua-desktop .toc a:hover {
          animation-name: bg-hover !important; }
      .toc__inner {
        display: flex;
        align-items: center;
        padding: 20px 10px 20px 40px; }
        .toc__inner svg {
          position: static;
          right: auto;
          top: auto;
          margin-top: 0; }
      .toc__title {
        display: flex;
        align-items: center;
        width: calc(100% - 26px); }
        .toc__title img {
          max-width: 389px; }
      .toc__date {
        padding-left: 0;
        font-size: 120%;
        min-width: 130px; } }

.top-navi {
  display: flex;
  justify-content: space-between;
  margin: 10px auto; }
  @media screen and (min-width: 768px) {
    .top-navi {
      align-items: flex-end; } }

.navi ul {
  position: relative;
  margin: 32px auto 0;
  text-align: center;
  display: flex;
  justify-content: center; }
  .navi ul li {
    margin-right: -2px; }

.navi a, .navi li > span {
  font-size: 140%;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000000;
  background-color: #BBA1E5;
  box-shadow: 2px 2px 0 0 #000000;
  width: 90px;
  height: 40px; }
  .navi a i, .navi li > span i {
    font-size: 200%;
    vertical-align: middle; }

.navi a:link, .navi a:visited, .navi a:hover, .navi a:active {
  color: black;
  text-decoration: none; }

.top-navi .navi {
  width: 70%; }
  .top-navi .navi ul {
    margin: 0 auto;
    justify-content: flex-start; }
  .top-navi .navi a, .top-navi .navi li > span {
    font-size: 120%;
    width: 70px;
    height: 40px; }

.navi-item {
  display: inline-block; }
  .navi-item__next a, .navi-item__next > span {
    padding-left: 6.0606060606%; }
  .navi-item__prev a, .navi-item__prev > span {
    padding-right: 6.0606060606%; }
  .navi-item__next.off a, .navi-item__next.off > span, .navi-item__prev.off a, .navi-item__prev.off > span, .navi-item__top.off a, .navi-item__top.off > span {
    background-color: #cccccc;
    color: gray; }
  .navi-item__next.hidden a, .navi-item__next.hidden > span, .navi-item__prev.hidden a, .navi-item__prev.hidden > span, .navi-item__top.hidden a, .navi-item__top.hidden > span {
    background-color: #cccccc;
    color: gray; }

@media screen and (min-width: 768px) {
  .navi {
    margin: 60px auto; }
    .navi a, .navi li > span {
      font-size: 160%;
      width: 100px;
      height: 50px; }
    .ua-desktop .navi a {
      animation-name: bg-hover-out !important; }
      .ua-desktop .navi a:hover {
        animation-name: bg-hover !important; }
    .top-navi .navi {
      width: auto;
      margin: 0; }
      .top-navi .navi a, .top-navi .navi li > span {
        font-size: 160%;
        width: 100px;
        height: 50px; }
      .ua-desktop .top-navi .navi a {
        animation-name: bg-hover-out !important; }
        .ua-desktop .top-navi .navi a:hover {
          animation-name: bg-hover !important; } }

.appear-navi {
  width: 26.6666666667%; }
  .appear-navi p {
    display: none; }
  .appear-navi a {
    width: 100%;
    height: 40px;
    background-color: #BBA1E5;
    display: flex;
    border: 2px solid #000000;
    box-shadow: 2px 2px 0 0 #000000;
    font-size: 120%;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    letter-spacing: 0; }
    .appear-navi a:link, .appear-navi a:visited, .appear-navi a:hover, .appear-navi a:active {
      font-weight: bold;
      color: #000000;
      text-decoration: none; }
  @media screen and (min-width: 768px) {
    .appear-navi {
      width: 240px; }
      .appear-navi p {
        display: block;
        font-size: 130%; }
      .appear-navi a {
        height: 50px;
        font-size: 160%; }
        .ua-desktop .appear-navi a {
          animation-name: bg-hover-out !important; }
          .ua-desktop .appear-navi a:hover {
            animation-name: bg-hover !important; } }

.chapter {
  border: 2px solid #000000; }
  .chapter h1,
  .chapter h2,
  .chapter h3,
  .chapter h4,
  .chapter h5,
  .chapter h6 {
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    font-weight: normal; }
    .ua-desktop-windows .chapter h1, .ua-desktop-windows
    .chapter h2, .ua-desktop-windows
    .chapter h3, .ua-desktop-windows
    .chapter h4, .ua-desktop-windows
    .chapter h5, .ua-desktop-windows
    .chapter h6 {
      -ms-transform: rotate(0.001deg);
      transform: rotate(0.001deg); }
  .chapter q.waka {
    font-family: "Shino-M", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 180%; }
  .chapter__title {
    margin: 0 auto 0;
    padding: 0 0 30px;
    background-color: #F2D600;
    padding: 10px;
    border-bottom: 2px solid #000000; }
    .chapter__title h2 {
      font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-size: 300%;
      font-weight: normal;
      line-height: 1;
      text-align: center;
      margin: 0; }
      .chapter__title h2 img {
        width: 100%; }
  .chapter-section__title {
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 160%;
    font-weight: normal;
    line-height: 1.5; }
  .chapter-section__contents {
    width: 87.8378378378%;
    margin: 20px auto;
    font-size: 160%;
    line-height: 1.75;
    letter-spacing: 0.075em; }
    .chapter-section__contents:last-child {
      margin-bottom: 0; }
    .chapter-section__contents p:first-child {
      margin-top: 0; }
    .chapter-section__contents p:last-child {
      margin-bottom: 0; }
  .chapter-section__photo {
    margin: 32px auto;
    width: 100%; }
    .chapter-section__photo .photo {
      position: relative; }
      .chapter-section__photo .photo.vertical img {
        width: auto;
        left: 50%;
        transform: translate(-50%, 0); }
      .chapter-section__photo .photo img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        vertical-align: top; }
    .chapter-section__photo:last-child {
      margin-bottom: 0; }
    .chapter-section__photo figcaption {
      padding-left: calc(7.1428571429% + 21px);
      text-indent: -1.5em;
      font-size: 0.875em;
      font-weight: bold; }
      .chapter-section__photo figcaption i {
        vertical-align: middle;
        font-size: 150%; }
    .chapter-section__photo.noicon figcaption {
      padding: 0 7.1428571429%;
      text-indent: 0;
      letter-spacing: 0; }
  .chapter-section__movie {
    margin: 32px auto;
    width: 100%; }
    .chapter-section__movie .movie {
      position: relative;
      background-color: #fefbe6;
      padding-top: 56.875%; }
      .chapter-section__movie .movie iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .chapter-section__movie figcaption {
      padding-left: calc(7.1428571429% + 21px);
      text-indent: -1.5em;
      font-size: 0.875em;
      font-weight: bold; }
      .chapter-section__movie figcaption i {
        vertical-align: middle;
        font-size: 150%; }
  .chapter-section__mail {
    position: relative;
    border: 2px solid #BBA1E5;
    margin-top: 62px;
    margin-bottom: 32px;
    margin-left: -4.1666666667%;
    margin-right: -4.1666666667%;
    border-radius: 8px;
    padding: 7.5%; }
    .chapter-section__mail i {
      position: absolute;
      width: 50px;
      height: 30px;
      display: block;
      background-color: #BBA1E5;
      color: #FFFFFF;
      border-radius: 4px 4px 0 0;
      font-size: 150%;
      text-align: center;
      line-height: 30px;
      top: -30px;
      left: 10px; }
    .chapter-section__mail p:first-of-type {
      margin-top: 0; }
    .chapter-section__mail p:last-of-type {
      margin-bottom: 0; }
  .chapter__column {
    width: 94.5945945946%;
    margin: 20px auto;
    border: 2px solid #000000; }
  .chapter-column__header {
    padding: 0; }
  .chapter-column__title {
    margin: 0 auto; }
    .chapter-column__title h3 {
      font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-size: 160%;
      font-weight: bold;
      line-height: 1.5;
      margin: 0;
      padding: 20px; }
      .chapter-column__title h3 > small,
      .chapter-column__title h3 > span {
        display: block; }
      .chapter-column__title h3 > small {
        line-height: 1;
        margin-bottom: 0.5em; }
        .chapter-column__title h3 > small small {
          font-size: 77.7777777778%;
          line-height: 1;
          display: inline-block;
          margin-right: .5em;
          padding: .5em 1em;
          vertical-align: middle;
          border-radius: 4px;
          background-color: #F2D600; }
        .chapter-column__title h3 > small span {
          display: inline-block;
          vertical-align: middle; }
  .chapter-column__text {
    font-size: 160%;
    line-height: 2em;
    width: 86.9565217391%;
    margin: 0 auto;
    padding-bottom: 20px; }
    .chapter-column__text:last-child {
      margin-bottom: 0; }
    .chapter-column__text p:first-child {
      margin-top: 0; }
    .chapter-column__text p:last-child {
      margin-bottom: 0; }
  .chapter-column__photo {
    position: relative;
    width: 100%;
    margin: 20px auto; }
    .chapter-column__photo img {
      width: 100%; }
    .chapter-column__photo:last-child {
      margin-bottom: 0; }
  .chapter__footer {
    padding: 20px 0; }
  .chapter__continue {
    font-size: 160%;
    text-align: center;
    padding-top: 0px;
    margin-top: 0px; }
  .chapter__date {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, sans-serif;
    font-size: 140%;
    text-align: center;
    font-weight: bold; }
  .chapter .photo img {
    width: 100%; }
  @media screen and (min-width: 768px) {
    .chapter {
      margin: 0 auto; }
    .chapter__title {
      padding: 40px; }
      .chapter__title h2 {
        text-align: left; }
        .chapter__title h2 img {
          width: auto; }
    .chapter__section {
      width: 560px;
      margin: 0 auto; }
    .chapter-section + .chapter-section {
      margin-top: 40px;
      padding-top: 40px; }
    .chapter-section__contents {
      width: 480px;
      margin: 40px auto; }
    .chapter-section__photo {
      margin: 40px -40px;
      width: 560px; }
      .chapter-section__photo figcaption {
        padding-left: 1.5em;
        width: 560px;
        margin: 0 auto; }
      .chapter-section__photo.noicon figcaption {
        padding: 0; }
    .chapter-section__movie {
      margin: 40px -40px;
      width: 560px; }
      .chapter-section__movie figcaption {
        padding-left: 1.5em;
        width: 560px;
        margin: 0 auto; }
    .chapter-section__mail {
      margin: 40px auto;
      padding: 38px; }
      .chapter-section__mail i {
        height: 50px;
        border-radius: 25px;
        line-height: 50px;
        left: -25px;
        top: -25px; }
    .chapter__column {
      margin: 40px auto;
      width: 560px; }
    .chapter-column__title {
      padding: 40px; }
      .chapter-column__title h3 {
        padding: 0; }
    .chapter-column__text {
      width: 480px;
      padding-bottom: 40px; }
    .chapter-column__photo {
      width: 640px;
      padding-top: 426.5px;
      margin: 40px auto; }
    .chapter__continue {
      margin-top: 40px; } }

.lazyload,
.lazyloading {
  opacity: 0;
  margin-top: 20px; }

.lazyloaded {
  transition: all 500ms;
  opacity: 1;
  margin-top: 0; }

@media screen and (min-width: 576px) {
  .indent {
    padding-left: 1em;
    text-indent: -1em; }
    .indent a[target=_new], .indent a[target=_blank] {
      display: inline; }
    .indent.half {
      padding-left: .5em;
      text-indent: -.5em; }
  span.indent {
    display: inline-block; } }

.profile-buttons {
  margin: -2px auto 0;
  border: 2px solid #000000; }
  @media screen and (min-width: 768px) {
    .profile-buttons {
      margin: -2px 0 0 50%;
      width: 50%; } }

.profile-button a {
  display: block;
  padding: 8px 24px 8px 8px;
  position: relative;
  background-color: #BBA1E5; }
  .profile-button a:link, .profile-button a:visited, .profile-button a:hover, .profile-button a:active {
    color: #000000;
    text-decoration: none;
    font-size: 140%;
    font-weight: bold; }
  .profile-button a i {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 150%; }

@media screen and (min-width: 768px) {
  .profile-button {
    margin: 0;
    width: auto; }
    .profile-button + .profile-button {
      margin-top: 8px; }
    .profile-button a {
      padding-right: 24px;
      animation-name: bg-hover-out !important; }
      .profile-button a:hover {
        animation-name: bg-hover !important; } }

.profiles.hidden {
  display: none; }

.profile {
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8); }
  .profile__photo img {
    width: 100%; }
  .profile__name {
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 200%;
    margin-top: 20px;
    color: #BBA1E5; }
    .profile__name small {
      font-size: 70%;
      margin-left: 1em; }
  .profile__detail {
    font-size: 160%;
    line-height: 1.75; }
    .profile__detail p:last-child {
      margin-bottom: 0; }
  .profile#yoro .profile__name {
    color: #F2D600; }
  @media screen and (min-width: 768px) {
    .profile {
      margin: 0 auto 40px;
      display: flex; }
    .profile__photo {
      max-width: 240px;
      margin-right: 40px; }
    .profile__name {
      margin-top: 0;
      font-size: 240%; } }

.info {
  width: 93.75%;
  margin: 10px auto 0;
  border: 2px solid #000000; }
  .info__title {
    background-color: #F2D600;
    border-bottom: 2px solid #000000;
    margin: 0;
    padding: 10px; }
    .info__title img {
      width: 100%; }
  .info__text {
    font-size: 140%;
    padding: 0 20px 20px 20px; }
    .info__text h4 {
      margin-bottom: 0; }
      .info__text h4 + p {
        margin-top: 0; }
  .info__button {
    display: block;
    background-color: #F74545;
    text-decoration: none;
    border: 2px solid #000000;
    box-shadow: 2px 2px 0 0 #000000;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .info__button::after {
      margin-left: 0.5em; }
    .info__button img {
      width: 85%; }
    .container .info__button:link, .container .info__button:visited, .container .info__button:hover, .container .info__button:active {
      color: #FFFFFF; }
  .info ul, .info li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .info ul {
    padding-left: 1em;
    text-indent: -1em; }
  @media screen and (min-width: 768px) {
    .info {
      max-width: 560px;
      margin-top: 80px; }
      .info__title {
        padding: 40px; }
      .info__text {
        font-size: 160%;
        padding: 40px; }
        .info__text p strong {
          display: block;
          color: #F74545;
          margin: 30px 0; }
        .info__text p:first-child {
          margin-top: 0; }
      .info__button {
        margin: 30px auto;
        padding: 20px 40px;
        position: relative;
        animation-name: bg-hover-out2 !important; }
        .info__button:hover {
          animation-name: bg-hover2 !important; }
        .info__button[target=_blank]::after {
          font-size: 150%;
          position: absolute;
          top: 50%;
          right: 10px;
          transform: translateY(-50%); }
        .info__button img {
          max-width: 235px; } }

.banner__title {
  font-size: 200%;
  line-height: 1.5; }
  @media screen and (min-width: 768px) {
    .banner__title {
      font-size: 280%; } }

.banner__text p {
  font-size: 160%;
  line-height: 1.75; }

.banner__text h3 {
  font-size: 160%;
  line-height: 1.5;
  font-weight: bold; }

.banner__text figure {
  margin: 0; }
  .banner__text figure .photo img {
    width: 100%;
    vertical-align: top; }

.banner__text figcaption {
  position: relative;
  font-weight: bold;
  font-size: 140%;
  padding-left: 1.5em;
  line-height: 1.5em; }
  .banner__text figcaption i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 150%; }

.section-banner > div {
  margin: 32px auto;
  background-color: #FFFFFF;
  width: 87.5%; }
  @media screen and (min-width: 768px) {
    .section-banner > div {
      margin: 80px auto;
      width: 560px; } }

.banner__item {
  margin-bottom: 16px; }
  .banner__item:last-of-type {
    margin-bottom: 0; }
  .banner__item a, .banner__item span {
    display: block; }
    .banner__item a:link, .banner__item a:visited, .banner__item a:hover, .banner__item a:active, .banner__item span:link, .banner__item span:visited, .banner__item span:hover, .banner__item span:active {
      color: #BBA1E5;
      text-decoration: none; }
  .banner__item.off {
    display: none; }
  @media screen and (min-width: 768px) {
    .banner__item {
      margin-bottom: 40px; } }

.conv {
  width: 100%;
  margin: 0 auto; }
  .conv p {
    margin: 2em auto; }
    .conv p > b {
      display: block; }
      .conv p > b > img {
        vertical-align: bottom; }
    .conv p > span {
      padding-top: 0.5em; }
  @media screen and (min-width: 768px) {
    .conv {
      max-width: 560px; }
      .conv p {
        display: flex; }
        .conv p > b {
          width: 65px; }
        .conv p > span {
          width: calc(100% - 65px);
          padding-left: 10px;
          padding-top: 0;
          display: flex;
          align-items: center; } }

.share {
  width: 93.75%;
  max-width: 560px;
  padding: 16px 0;
  background-color: #FFFFFF;
  margin: 10px auto 0;
  border: 2px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    .share {
      margin: 80px auto;
      padding: 32px 0; } }
  .share h3 {
    font-size: 130%;
    font-weight: bold;
    text-align: center;
    margin: 0 2em 0 0; }
  .share ul {
    display: flex;
    margin: 0;
    padding: 0;
    max-width: 400px;
    text-align: center;
    justify-content: space-around; }
    @media screen and (min-width: 768px) {
      .share ul {
        justify-content: center; } }
    .share ul li {
      margin: 0 1em;
      list-style: none; }
      @media screen and (min-width: 768px) {
        .share ul li {
          padding: 0 16px; } }
      .share ul li a {
        font-size: 240%;
        line-height: 1;
        display: block;
        text-decoration: none; }
        .share ul li a:after {
          content: none; }
  .share .article-share__facebook a {
    color: #3b5998; }
  .share .article-share__twitter a {
    color: #00aced; }
  .share .article-share__line a {
    color: #00b900; }
  .share .article-share__mail a {
    color: #f4cb3c; }

@media screen and (min-width: 768px) {
  .comment .article-comment li a {
    padding-top: 0; } }

.comment .article-comment {
  display: flex;
  justify-content: space-around;
  padding-top: 0; }
  .comment .article-comment li {
    margin: 0;
    padding: 0; }
    .comment .article-comment li a {
      font-size: 140%;
      display: block;
      padding: 0 0;
      text-align: center;
      text-decoration: none;
      color: #BBA1E5; }
      .comment .article-comment li a i {
        font-size: 150%;
        margin-right: 4px;
        vertical-align: middle; }
      .comment .article-comment li a span {
        font-weight: bold;
        vertical-align: middle; }

.footer {
  width: 100%;
  margin: 10px auto 0;
  background-color: #FFFFFF; }
  @media screen and (min-width: 768px) {
    .footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      padding-bottom: 80px;
      margin: 40px auto 0;
      max-width: 960px; } }
  .footer h3 {
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 120%;
    font-weight: bold;
    padding-top: 10px;
    text-align: center; }
  .footer a {
    font-size: 120%; }
  .footer-container {
    border-top: 2px solid #000000; }
    @media screen and (min-width: 768px) {
      .footer-container {
        background-color: #FFFFFF;
        width: 100%;
        margin: 0 auto; } }
  .footer-follow {
    display: flex;
    margin: 0;
    padding: 0;
    text-align: center;
    justify-content: space-around; }
    @media screen and (min-width: 768px) {
      .footer-follow {
        min-width: 240px; } }
    .footer-follow li {
      font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      margin: 0;
      list-style-type: none; }
      .footer-follow li a {
        font-size: 200%;
        display: block;
        text-decoration: none; }
        .footer-follow li a:link, .footer-follow li a:hover, .footer-follow li a:visited, .footer-follow li a:active {
          color: #000000; }
        .footer-follow li a:after {
          content: none; }
  .footer-contact {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: space-around; }
    .footer-contact__home, .footer-contact__mail {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .footer-contact__home a, .footer-contact__mail a {
        display: block;
        padding: 0 0;
        text-align: center;
        text-decoration: none; }
        .footer-contact__home a:link, .footer-contact__mail a:link, .footer-contact__home a:hover, .footer-contact__mail a:hover, .footer-contact__home a:visited, .footer-contact__mail a:visited, .footer-contact__home a:active, .footer-contact__mail a:active {
          color: #000000; }
        .footer-contact__home a i, .footer-contact__mail a i {
          font-size: 200%;
          vertical-align: middle; }
        .footer-contact__home a span, .footer-contact__mail a span {
          font-weight: bold;
          vertical-align: middle;
          white-space: nowrap; }
    .footer-contact__home img {
      height: 32px; }
    @media screen and (min-width: 768px) {
      .footer-contact__home {
        margin-right: 20px; } }
  @media screen and (min-width: 768px) {
    .footer-bottom {
      display: flex;
      align-items: center;
      border: 0 none;
      padding: 0 2%; } }
  .footer .follow {
    padding: 16px 0 0;
    margin: 0 auto 0; }
    @media screen and (min-width: 768px) {
      .footer .follow {
        margin: 0;
        padding: 0 2%;
        display: flex;
        align-items: center;
        justify-content: space-between; } }
    .footer .follow h3 {
      font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-size: 120%;
      font-weight: bold;
      margin: 0 auto 10px;
      padding: 0;
      text-align: center;
      white-space: nowrap; }
      @media screen and (min-width: 768px) {
        .footer .follow h3 {
          margin: 0;
          padding-right: 2%; } }
  .footer .contact {
    padding: 16px 0;
    margin: 0 auto 0; }
    @media screen and (min-width: 768px) {
      .footer .contact {
        margin: 0;
        padding: 0 4% 0 0; } }
  .footer .copyright {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, sans-serif;
    font-size: 100%;
    font-weight: bold;
    line-height: 1;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap; }
    @media screen and (min-width: 768px) {
      .footer .copyright {
        margin: 40px 0 0 0;
        padding: 0;
        width: 100%; } }
  .footer .credit {
    font-size: 120%;
    width: 100%;
    padding: 5%;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .footer .credit {
        padding: 0 2% 2%; } }

html.openbox-open {
  overflow: hidden; }
  html.openbox-open body {
    overflow: hidden; }

.openbox__overlay {
  display: none;
  position: fixed;
  z-index: 10;
  top: -10px;
  left: 0;
  right: 0;
  bottom: -10px;
  background-color: rgba(0, 0, 0, 0.45);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.openbox__container {
  padding: 10px 0;
  width: 100%;
  height: 100%;
  position: relative; }

.openbox__inner {
  padding: 3em 2em;
  vertical-align: middle;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 800px; }

.openbox__modal {
  position: relative;
  margin: 0 auto;
  padding: 2em 2em;
  border: 2px solid #000000;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 #000000; }
  .openbox__modal::after {
    display: table;
    content: "";
    clear: both; }
  @media screen and (min-width: 768px) {
    .openbox__modal {
      padding: 4em; } }

.openbox__close-button, .openbox__close-icon {
  color: #000000;
  border: 2px solid #000000;
  box-shadow: 2px 2px 0 0 #000000;
  outline: 0;
  background-color: #BBA1E5;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.5s; }
  .openbox__close-button:hover, .openbox__close-icon:hover {
    background-color: #f5f1fb; }

.openbox__close-button {
  float: right;
  margin-top: 0.8em;
  padding: 0.5em 1.4em;
  font-size: 160%;
  font-weight: bold; }

.openbox__close-icon {
  display: block;
  position: absolute;
  right: 3px;
  top: 3px;
  line-height: 1;
  padding: 0.4em;
  font-size: 240%; }
