@charset "UTF-8";
/* ==========================================================================
   Helpers
   - 変数やmixin
========================================================================== */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes jellyBound {
  0% {
    transform: matrix3d(0.64, 0, 0, 0, 0, 0.64, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.2% {
    transform: matrix3d(0.816, 0, 0, 0, 0, 0.816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.61% {
    transform: matrix3d(0.906, 0, 0, 0, 0, 0.906, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.41% {
    transform: matrix3d(0.957, 0, 0, 0, 0, 0.957, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.91% {
    transform: matrix3d(0.989, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.61% {
    transform: matrix3d(1.02, 0, 0, 0, 0, 1.02, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.21% {
    transform: matrix3d(1.024, 0, 0, 0, 0, 1.024, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.72% {
    transform: matrix3d(1.024, 0, 0, 0, 0, 1.024, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.12% {
    transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.92% {
    transform: matrix3d(1.005, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.82% {
    transform: matrix3d(0.992, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.03% {
    transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  28.63% {
    transform: matrix3d(0.989, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.33% {
    transform: matrix3d(0.994, 0, 0, 0, 0, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  40.04% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.94% {
    transform: matrix3d(1.002, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.36% {
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  74.77% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.19% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("/fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("/fonts/NotoSansCJKjp-Regular.ttf") format("truetype"), url("/fonts/NotoSansCJKjp-Regular.eot") format("embedded-opentype");
}
@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("/fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("/fonts/NotoSansCJKjp-Bold.ttf") format("truetype"), url("/fonts/NotoSansCJKjp-Bold.eot") format("embedded-opentype");
}
.sp, .sp_s {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}
@media screen and (max-width: 374px) {
  .sp_s {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}
/* ==========================================================================
   Reset
========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

html {
  background-color: #fff;
  font-size: 16px;
}

body {
  font-family: Noto Sans CJK JP, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

li {
  list-style-type: none;
}

i {
  font-style: normal;
}

a {
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* ==========================================================================
   Libs
   - ライブラリ
========================================================================== */
/**
 * Swiper 4.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight {
  height: auto;
}
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}

.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal {
  touch-action: pan-y;
}
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical {
  touch-action: pan-x;
}
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-next {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.ps {
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
.ps.ps--active-x > .ps__scrollbar-x-rail, .ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: transparent;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: .9;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: .9;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}
.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  height: 15px;
}
.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  bottom: 2px;
  height: 6px;
}
.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px;
}
.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  width: 15px;
}
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  right: 2px;
  width: 6px;
}
.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 11px;
}
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: .9;
}
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: .9;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}
.ps:hover > .ps__scrollbar-x-rail, .ps:hover > .ps__scrollbar-y-rail {
  opacity: .6;
}
.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: .9;
}
.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #999;
}
.ps:hover > .ps__scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: .9;
}
.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #999;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-prev, .swiper-button-next {
  width: auto;
  height: auto;
  margin-top: 0;
  background-size: auto;
  background-image: none;
  left: auto;
  right: auto;
}

.swiper-pagination-bullet {
  opacity: 1;
}

.hsf-special__pickup .pickup__slides {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  position: relative;
}
.hsf-special__pickup .pickup__slides .swiper-slide img {
  display: block;
  width: 100%;
}
.hsf-special__pickup .pickup__nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
}
.hsf-special__pickup .pickup__pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -34px;
}
.hsf-special__pickup .pickup__pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 1px solid #a1a19f;
}
.hsf-special__pickup .pickup__pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}
.hsf-special__pickup .pickup__pagination .swiper-pagination-bullet-active {
  background: #d5e82f;
  border: 1px solid #d5e82f;
}

@media screen and (max-width: 768px) {
  .hsf-special__pickup .pickup__slides {
    width: 68.26666666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-special__pickup .pickup__nav {
    position: relative;
    width: 68.26666666666667vw;
    top: 14px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-special__pickup .pickup__pagination {
    bottom: -23px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-special__pickup .pickup__pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }
}
/* ==========================================================================
   Elements
   - パーツ
========================================================================== */
.hsf-news__article__content, .hsf-page__body {
  font-family: Noto Sans CJK JP, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20px;
  color: #333;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .hsf-news__article__content, .hsf-page__body {
    font-size: 3.466666666666666vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-news__article__content, .hsf-page__body {
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .hsf-news__article__content, .hsf-page__body {
    font-size: 13px;
  }
}
.hsf-news__article__content p, .hsf-page__body p {
  margin-top: 1em;
  margin-bottom: 1em;
}

.hsf-news__article__content h1, .hsf-page__body h1, .hsf-news__article__content h2, .hsf-page__body h2, .hsf-news__article__content h3, .hsf-page__body h3, .hsf-news__article__content h4, .hsf-page__body h4, .hsf-news__article__content h5, .hsf-page__body h5, .hsf-news__article__content h6, .hsf-page__body h6 {
  line-height: 1.25;
}

.hsf-news__article__content h4, .hsf-page__body h4, .hsf-news__article__content h5, .hsf-page__body h5, .hsf-news__article__content h6, .hsf-page__body h6 {
  color: #555;
}

.hsf-news__article__content h1, .hsf-page__body h1 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  .hsf-news__article__content h1, .hsf-page__body h1 {
    font-size: 15px;
  }
}
.hsf-news__article__content h2, .hsf-page__body h2 {
  margin-top: 0.75em;
  margin-bottom: 0.5em;
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .hsf-news__article__content h2, .hsf-page__body h2 {
    font-size: 14px;
  }
}
.hsf-news__article__content h3, .hsf-page__body h3 {
  margin-top: 0.5em;
  margin-bottom: 0.3em;
  font-size: 22px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .hsf-news__article__content h3, .hsf-page__body h3 {
    font-size: 13px;
  }
}
.hsf-news__article__content h4, .hsf-page__body h4 {
  margin-top: 0.35em;
  margin-bottom: 0.2em;
  font-size: 20px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .hsf-news__article__content h4, .hsf-page__body h4 {
    font-size: 12px;
  }
}
.hsf-news__article__content h5, .hsf-page__body h5 {
  margin-top: 0.35em;
  margin-bottom: 0.2em;
  font-weight: normal;
  line-height: 1.25;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .hsf-news__article__content h5, .hsf-page__body h5 {
    font-size: 13px;
  }
}
.hsf-news__article__content h6, .hsf-page__body h6 {
  margin-top: 0.3em;
  margin-bottom: 0.1em;
  font-weight: normal;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .hsf-news__article__content h6, .hsf-page__body h6 {
    font-size: 13px;
  }
}
.hsf-news__article__content ol, .hsf-page__body ol {
  margin-top: 1em;
  margin-bottom: 1em;
}

.hsf-news__article__content ol li, .hsf-page__body ol li {
  list-style: none;
  counter-increment: olindex;
  margin-left: 1.1em;
  text-indent: -1.1em;
}

.hsf-news__article__content ol li::before, .hsf-page__body ol li::before {
  content: counter(olindex) ". ";
}

.hsf-news__article__content ol::after, .hsf-page__body ol::after {
  counter-reset: olindex;
}

.hsf-news__article__content ul, .hsf-page__body ul {
  margin-top: 1em;
  margin-bottom: 1em;
}

.hsf-news__article__content ul li, .hsf-page__body ul li {
  margin-left: 1em;
  text-indent: -1em;
  list-style: none;
}

.hsf-news__article__content ul li::before, .hsf-page__body ul li::before {
  content: '・';
  margin: 0 1px;
}

.hsf-news__article__content a, .hsf-page__body a {
  font-weight: bold;
  color: #e80171;
  border-bottom: 1px solid #e80171;
  word-wrap: break-word;
}

@media screen and (min-width: 769px) {
  .hsf-news__article__content a:hover, .hsf-page__body a:hover {
    background-color: #fcebfb;
  }
}
@media screen and (min-width: 769px) {
  .hsf-news__article__content a:hover img, .hsf-page__body a:hover img {
    opacity: 0.8;
  }
}
.hsf-news__article__content a > img, .hsf-page__body a > img {
  display: block;
}

.hsf-news__article__content img, .hsf-page__body img {
  display: block;
  max-width: 100%;
  height: auto;
}

.hsf-news__article__content > img, .hsf-page__body > img {
  margin-top: 1em;
  margin-bottom: 1em;
}

.hsf-news__article__content strong, .hsf-page__body strong {
  font-weight: bold;
}

.hsf-news__article__content em, .hsf-page__body em {
  font-style: italic;
}

.hsf-news__article__content blockquote, .hsf-page__body blockquote {
  position: relative;
  padding-left: 1em;
}

.hsf-news__article__content blockquote::before, .hsf-page__body blockquote::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 1em;
  margin-top: -0.5em;
  background-color: #e1e1e1;
}

.hsf-news__article__content .wp-caption .wp-caption-text, .hsf-page__body .wp-caption .wp-caption-text {
  margin-top: 0;
  margin-bottom: 0;
}

.hsf-news__article__content .aligncenter, .hsf-page__body .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.hsf-news__article__content .alignright, .hsf-page__body .alignright {
  margin-left: auto;
}

.hsf-news__article__content hr, .hsf-page__body hr {
  border-top: 1px solid #e1e1e1;
}

.hsf-news__article__content .embed_youtube, .hsf-page__body .embed_youtube {
  position: relative;
  width: 100%;
  padding-top: 56.2%;
}

.hsf-news__article__content .embed_youtube iframe, .hsf-page__body .embed_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hsf-pre__body__kiyaku {
  font-family: Noto Sans CJK JP, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20px;
  color: #333;
  line-height: 1.8;
}
.hsf-pre__body__kiyaku h2 {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.hsf-pre__body__kiyaku h3 {
  font-weight: bold;
  margin-top: 30px;
}
.hsf-pre__body__kiyaku p {
  margin-top: 0.5em;
}
.hsf-pre__body__kiyaku h3 + p {
  margin-top: 0;
}
.hsf-pre__body__kiyaku em {
  font-style: normal;
  font-weight: bold;
}
.hsf-pre__body__kiyaku a {
  font-weight: bold;
  color: #e80171;
  border-bottom: 1px solid #e80171;
  word-wrap: break-word;
}

@media screen and (max-width: 768px) {
  .hsf-pre__body__kiyaku {
    font-size: 2.933333333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-pre__body__kiyaku {
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .hsf-pre__body__kiyaku {
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .hsf-pre__body__kiyaku h2 {
    margin-bottom: 5.333333333333334vw;
    font-size: 4vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .hsf-pre__body__kiyaku h3 {
    margin-top: 4.8vw;
    font-size: 3.466666666666666vw;
  }
}
@media screen and (min-width: 769px) {
  .hsf-pre__body__kiyaku a:hover {
    background-color: #fcebfb;
  }
}
.hsf-wrapper {
  font-family: Noto Sans CJK JP, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20px;
  color: #333;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
.hsf-wrapper::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  background-image: url("../img/common/cnt_bg_grid.png");
  background-repeat: repeat;
}

@media screen and (max-width: 768px) {
  .hsf-wrapper {
    font-size: 3.466666666666666vw;
  }
}
@media screen and (min-width: 769px) {
  .hsf-wrapper {
    min-width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-wrapper::after {
    background-size: 53px;
  }
}
.hsf-manga .hsf-wrapper::after {
  display: none;
}

.hsf-contents {
  position: relative;
  z-index: 1;
  flex: 1 0 auto;
  padding-top: 130px;
  padding-bottom: 114px;
}

@media screen and (max-width: 768px) {
  .hsf-contents {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.hsf-top .hsf-contents {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .hsf-news .hsf-contents, .hsf-special .hsf-contents, .hsf-characters .hsf-contents, .hsf-manga .hsf-contents, .hsf-page .hsf-contents {
    padding-bottom: 0;
  }
}
.hsf-page_widgets {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .hsf-page_widgets {
    margin-top: 15vw;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 375px) {
  .hsf-page_widgets {
    margin-top: 25px;
  }

  .hsf-characters .hsf-page_widgets {
    margin-top: 22px;
  }
}
.hsf-page_widgets__bg {
  width: 100%;
  position: absolute;
  bottom: -4%;
  z-index: -1;
  transform: skewY(7.5deg);
  overflow: hidden;
}
.hsf-page_widgets__bg::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200%;
  background: linear-gradient(to top, #daf599 10%, #40c4ff 33.5%);
  transform: skewY(-7.5deg);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .hsf-page_widgets__bg {
    transform: skewY(15deg) translateZ(0);
  }
}
.hsf-manga .hsf-page_widgets__bg::after {
  content: '';
  display: block;
  width: 100%;
  height: 200%;
  position: absolute;
  bottom: 0;
  z-index: 0;
  background-image: url("../img/common/cnt_bg_grid.png");
  background-repeat: repeat;
  transform: skewY(-7.5deg);
}

@media screen and (max-width: 768px) {
  .hsf-manga .hsf-page_widgets__bg::after {
    background-size: 53px;
  }
}
.hsf-pre__bg {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: linear-gradient(to top, #daf599 0%, #01b4b6 17%, #40c4ff 35%);
}

.hsf-footer {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.cnt_fade {
  opacity: 0;
  transform: translate(0, 50px);
}
.cnt_fade.scrolled {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 900ms, transform 900ms;
}
.cnt_fade.from_right {
  opacity: 0;
  transform: translate(50px, 0);
}
.cnt_fade.from_left {
  opacity: 0;
  transform: translate(-50px, 0);
}
.cnt_fade.from_right.scrolled, .cnt_fade.from_left.scrolled {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 700ms, transform 500ms;
}

@media screen and (max-width: 768px) {
  .cnt_fade {
    transform: translate(0, 25px);
  }
}
@media screen and (max-width: 768px) {
  .cnt_fade.from_right {
    transform: translate(25px, 0);
  }
}
@media screen and (max-width: 768px) {
  .cnt_fade.from_left {
    transform: translate(-25px, 0);
  }
}
.fade-enter-active {
  opacity: 0;
  transform: translate(0, 50px);
}

@media screen and (max-width: 768px) {
  .fade-enter-active {
    transform: translate(0, 25px);
  }
}
.fade-enter-to {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 900ms, transform 900ms;
}

.hsf-btn--common {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 320px;
  background-color: transparent;
}
.hsf-btn--common a, .hsf-btn--common p {
  text-align: center;
  display: block;
  width: 100%;
  color: #fff;
}
.hsf-btn--common a, .hsf-btn--common p {
  position: relative;
  padding: 26px 0;
  background-color: #000;
  font-size: 20px;
}

@media screen and (min-width: 769px) {
  .hsf-btn--common a, .hsf-btn--common p {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .hsf-btn--common {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .hsf-btn--common a, .hsf-btn--common p {
    position: relative;
    display: inline-block;
  }
  .hsf-btn--common.__current a::after, .hsf-btn--common.__current p::after {
    position: absolute;
    bottom: 2px;
    display: inline-block;
    height: 2px;
    background: #fff;
    left: 1%;
  }
  .hsf-btn--common a::after, .hsf-btn--common p::after {
    position: absolute;
    bottom: 2px;
    display: inline-block;
    height: 2px;
    background: #fff;
    left: 1%;
  }
  .hsf-btn--common a::after, .hsf-btn--common p::after {
    transition: 0.5s ease;
    content: "";
    width: 0;
  }
  .hsf-btn--common.__current a::after, .hsf-btn--common.__current p::after {
    width: 98%;
  }
  .hsf-btn--common a:hover::after, .hsf-btn--common p:hover::after {
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  .hsf-btn--common a, .hsf-btn--common p {
    display: inline-block;
    width: 68.26666666666667vw;
    padding-top: 3.733333333333334vw;
    padding-bottom: 3.733333333333334vw;
    font-size: 4.266666666666667vw;
  }
}
.hsf-btn--pre {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.hsf-btn--pre a, .hsf-btn--pre p {
  text-align: center;
  display: block;
  width: 100%;
  color: #fff;
}
.hsf-btn--pre input, .hsf-btn--pre a {
  width: 100%;
  padding: 20px 0;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  background-color: #ec318c;
}
.hsf-btn--pre:hover {
  opacity: 0.7;
}

@media screen and (min-width: 769px) {
  .hsf-btn--pre a, .hsf-btn--pre p {
    cursor: pointer;
  }
}
@media screen and (min-width: 769px) {
  .hsf-btn--pre input, .hsf-btn--pre a {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .hsf-btn--pre input, .hsf-btn--pre a {
    padding-top: 3.733333333333334vw;
    padding-bottom: 3.733333333333334vw;
    font-size: 3.733333333333334vw;
  }
}
.hsf-btn--tw_follow {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.hsf-btn--tw_follow a, .hsf-btn--tw_follow p {
  text-align: center;
  display: block;
  width: 100%;
  color: #fff;
}
.hsf-btn--tw_follow a {
  padding: 15px 0;
  font-size: 18px;
  background-color: #2ca7e0;
}
.hsf-btn--tw_follow a span::before {
  background-image: url("../img/common/icon_twitter_white.png");
  background-size: cover;
  content: '';
  display: inline-block;
  width: 21px;
  height: 16px;
  margin-right: 10px;
}
.hsf-btn--tw_follow a strong {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.hsf-btn--tw_follow:hover {
  opacity: 0.7;
}

@media screen and (min-width: 769px) {
  .hsf-btn--tw_follow a, .hsf-btn--tw_follow p {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .hsf-btn--tw_follow a {
    padding-top: 3.2vw;
    padding-bottom: 3.2vw;
    font-size: 4vw;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .hsf-btn--tw_follow a span::before {
    width: 3.6vw;
    height: 2.8vw;
    margin-right: 0.533333333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-btn--tw_follow a strong {
    font-weight: normal;
  }
}
.hsf-btn__chara_cat__btn {
  display: inline-block;
  letter-spacing: normal;
  width: 320px;
  height: 43px;
  border: 2px solid #0f1083;
  text-align: center;
  font-size: 24px;
  line-height: 43px;
  font-weight: bold;
}

.hsf-btn__chara_cat {
  letter-spacing: -0.4em;
}

.hsf-btn__chara_cat__btn {
  position: relative;
}
.hsf-btn__chara_cat__btn:hover {
  opacity: 0.8;
}
.hsf-btn__chara_cat__btn a {
  display: block;
  color: #0f1083;
}
.hsf-btn__chara_cat__btn .icn_btn_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

@media screen and (max-width: 768px) {
  .hsf-btn__chara_cat__btn {
    width: 43.6vw;
    height: 37.5px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 33.5px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-btn__chara_cat__btn .icn_btn_arrow {
    right: 1.866666666666667vw;
  }
}
.hsf-btn__voice {
  width: 148px;
  height: 55px;
  background-color: #66d0ff;
  background-size: 115px;
  background-repeat: no-repeat;
  background-position: center;
}
.hsf-btn__voice[data-index=voice_1] {
  background-image: url("../img/characters/btn_txt_voice_1.png");
}
.hsf-btn__voice[data-index=voice_2] {
  background-image: url("../img/characters/btn_txt_voice_2.png");
}
.hsf-btn__voice[data-index=voice_3] {
  background-image: url("../img/characters/btn_txt_voice_3.png");
}

@media screen and (min-width: 769px) {
  .hsf-btn__voice {
    position: relative;
    display: inline-block;
  }
  .hsf-btn__voice::after {
    position: absolute;
    bottom: 0;
    display: inline-block;
    height: 5px;
    background: #fff;
    left: 0;
    transition: 0.5s ease;
    content: "";
    width: 0;
  }
  .hsf-btn__voice:hover::after {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .hsf-btn__voice {
    border: 1px solid #66d0ff;
  }
}
@media screen and (max-width: 768px) {
  .hsf-btn__voice {
    width: 29.599999999999998vw;
    background-size: 86px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .hsf-btn__voice {
    cursor: pointer;
  }
}
.hsf-characters__voices {
  letter-spacing: -0.4em;
}
.hsf-characters__voices .hsf-btn__voice {
  display: inline-block;
  letter-spacing: normal;
}
.hsf-characters__voices .hsf-btn__voice + .hsf-btn__voice {
  margin-left: 12px;
}

@media screen and (max-width: 768px) {
  .hsf-characters__voices .hsf-btn__voice + .hsf-btn__voice {
    margin-left: 2.266666666666667vw;
  }
}
.hsf-header__menu .item span::before {
  content: '';
  display: inline-block;
  width: 66px;
  height: 24px;
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
}
.hsf-header__menu .item--new span::before {
  background-image: url("../img/common/gnav_badge_new.png");
  background-size: cover;
}
.hsf-header__menu .item--closed span::before {
  background-image: url("../img/common/gnav_badge_closed.png");
  background-size: cover;
}

.hsf-footer__nav__list .item {
  position: relative;
}
.hsf-footer__nav__list .item .icon_dolphin {
  display: inline-block;
  width: 17px;
  height: 14px;
  fill: #fff;
}
.hsf-footer__nav__list .item--closed .icon_dolphin {
  fill: #a6a6a5;
}
.hsf-footer__nav__list .item--closed::after {
  background-image: url("../img/common/footer_badge_closed.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  display: inline-block;
  width: 60px;
  height: 22px;
  right: auto;
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .hsf-footer__nav__list .item .icon_dolphin {
    width: 16px;
    height: 13.5px;
  }
}
.hsf-footer__nav__list--sub .icon_external {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 6px;
  fill: #fff;
}

@media screen and (max-width: 768px) {
  .hsf-footer__nav__list--sub .icon_external {
    width: 13px;
    height: 12px;
  }
}
.loading {
  position: relative;
}

.hsf-icon--loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -100;
  transition: 0.25s ease;
}
.hsf-icon--loading.show {
  opacity: 1;
  z-index: 500;
}

.hsf-icon--loading__canvas {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 768px) {
  .hsf-icon--loading__canvas {
    transform: scale(0.5);
    transform-origin: center;
  }
}
.icn_btn_arrow {
  width: 13px;
  height: 22px;
  fill: #0f1083;
}

@media screen and (max-width: 768px) {
  .icn_btn_arrow {
    width: 8.5px;
    height: 15.5px;
  }
}
.hsf-pagetop {
  position: fixed;
  bottom: -120px;
  opacity: 0;
  width: 100%;
  z-index: -1;
  transition: all 500ms;
}
.hsf-pagetop.show {
  opacity: 1;
  bottom: 0;
}
.hsf-pagetop.on_ftr {
  position: absolute;
  top: 0;
  bottom: auto;
}

@media screen and (min-width: 769px) {
  .hsf-pagetop.show:hover {
    bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .hsf-pagetop.on_ftr:hover {
    top: -10px;
  }
}
.hsf-pagetop__inner {
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 768px) {
  .hsf-pagetop__inner {
    width: 100%;
  }
}
.hsf-pagetop__btn {
  position: absolute;
  bottom: -37px;
  right: -32px;
  width: 94px;
}
.hsf-pagetop__btn a {
  background-image: url("../img/common/btn_pagetop.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 158.26086956521738%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .hsf-pagetop__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .hsf-pagetop__btn:hover {
    cursor: pointer;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .hsf-pagetop__btn {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .hsf-pagetop__btn {
    bottom: -22.5px;
    right: -2vw;
    width: 57.5px;
  }
}
.hsf-btn--prev, .hsf-btn--next {
  display: inline-block;
}

.hsf-btn--prev a, .hsf-btn--next a {
  position: relative;
  display: block;
  width: 108px;
  height: 38px;
}

@media screen and (max-width: 768px) {
  .hsf-btn--prev a, .hsf-btn--next a {
    width: 81px;
    height: 28px;
  }
}
.hsf-btn--prev .text, .hsf-btn--next .text, .hsf-btn--prev .arrow, .hsf-btn--next .arrow {
  position: absolute;
}

.hsf-btn--prev .arrow, .hsf-btn--next .arrow {
  width: 109px;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .hsf-btn--prev .arrow, .hsf-btn--next .arrow {
    width: 81px;
  }
}
.hsf-btn--prev .arrow span, .hsf-btn--next .arrow span {
  display: block;
  width: 100%;
  padding-top: 13.580246913580247%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
  background-image: url("../img/common/pagination_arrow.png");
  background-size: cover;
}

.hsf-btn--prev .text, .hsf-btn--next .text {
  width: 34px;
}

@media screen and (max-width: 768px) {
  .hsf-btn--prev .text, .hsf-btn--next .text {
    width: 25px;
  }
}
.hsf-btn--prev .text span, .hsf-btn--next .text span {
  display: block;
  width: 100%;
  padding-top: 90%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .hsf-btn--prev:hover .arrow {
    right: 20px;
  }
}
.hsf-btn--prev .text {
  right: 0;
}
.hsf-btn--prev .arrow {
  right: 0;
  transition: right 0.4s ease;
}
.hsf-btn--prev .text span {
  background-image: url("../img/common/pagination_prev.png");
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .hsf-btn--next:hover .arrow {
    left: 20px;
  }
}
.hsf-btn--next .arrow {
  left: 0;
  transition: left 0.4s ease;
  transform: scale(-1, 1);
}
.hsf-btn--next .text span {
  background-image: url("../img/common/pagination_next.png");
  background-size: cover;
}

.hsf-pagination {
  position: relative;
  text-align: center;
}
.hsf-pagination:after {
  content: "";
  display: block;
  clear: both;
}

.hsf-pagination--prev, .hsf-pagination--next {
  position: absolute;
}

@media screen and (min-width: 769px) {
  .hsf-pagination--prev, .hsf-pagination--next {
    transform: translate(0, -50%);
    top: 50%;
    margin-top: -12px;
  }
}
.hsf-pagination--prev {
  left: 0;
}

.hsf-pagination--next {
  right: 0;
}

.hsf-pagenav_s--prev, .hsf-pagenav_s--next {
  position: absolute;
  width: 63px;
  height: 52px;
}

@media screen and (max-width: 768px) {
  .hsf-pagenav_s--prev, .hsf-pagenav_s--next {
    width: 81px;
    height: 28.5px;
  }
}
.hsf-pagenav_s--prev .arrow, .hsf-pagenav_s--next .arrow, .hsf-pagenav_s--prev .text, .hsf-pagenav_s--next .text {
  position: absolute;
  fill: #42c4fe;
}

.hsf-pagenav_s--prev .arrow, .hsf-pagenav_s--next .arrow {
  top: 0;
  width: 62px;
  height: 15px;
}

@media screen and (max-width: 768px) {
  .hsf-pagenav_s--prev .arrow, .hsf-pagenav_s--next .arrow {
    top: auto;
    bottom: 0;
    width: 81px;
    height: 3vw;
  }
}
.hsf-pagenav_s--prev .text, .hsf-pagenav_s--next .text {
  bottom: 0;
  width: 33px;
  height: 30px;
}

@media screen and (max-width: 768px) {
  .hsf-pagenav_s--prev .text, .hsf-pagenav_s--next .text {
    bottom: auto;
    top: 0;
    width: 24.5px;
    height: 22.5px;
  }
}
.hsf-pagenav_s--prev .arrow, .hsf-pagenav_s--prev .text {
  right: 0;
}

.hsf-pagenav_s--next .arrow {
  left: 0;
  transform: scale(-1, 1);
}
.hsf-pagenav_s--next .text {
  left: 0;
}

.hsf-special__pickup .hsf-pagenav_s--prev {
  left: 0;
}
.hsf-special__pickup .hsf-pagenav_s--prev .arrow {
  transition: right 0.4s ease;
}
.hsf-special__pickup .hsf-pagenav_s--next {
  right: 0;
}
.hsf-special__pickup .hsf-pagenav_s--next .arrow {
  transition: left 0.4s ease;
}

@media screen and (min-width: 769px) {
  .hsf-special__pickup .hsf-pagenav_s--prev:hover .arrow {
    right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .hsf-special__pickup .hsf-pagenav_s--next:hover .arrow {
    left: 20px;
  }
}
.hsf-chara__pagenav:after {
  content: "";
  display: block;
  clear: both;
}
.hsf-chara__pagenav .thumb img, .hsf-chara__pagenav .thumb--on img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .hsf-chara__pagenav .thumb, .hsf-chara__pagenav .thumb--on {
    width: 88px;
  }
}
.hsf-chara__pagenav__btn {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hsf-chara__pagenav {
  position: relative;
}

@media screen and (max-width: 768px) {
  .hsf-chara__pagenav__btn {
    transform: none;
    top: auto;
    bottom: 0;
    width: 134.5px;
    height: 88px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-chara__pagenav__btn .arrow {
    top: -20px;
    width: 39.5px;
    height: 9.5px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-chara__pagenav__btn .text {
    width: 34px;
    height: 30.5px;
  }
}
.hsf-chara__pagenav__btn:hover .thumb--on {
  z-index: 0;
}

.hsf-chara__pagenav--prev {
  left: 0;
}
.hsf-chara__pagenav--prev .arrow {
  transition: right 0.4s ease;
}

@media screen and (max-width: 768px) {
  .hsf-chara__pagenav--prev .thumb--on {
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  .hsf-chara__pagenav--prev:hover .arrow {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-chara__pagenav--prev {
    float: left;
    margin-left: -46px;
  }
}
.hsf-chara__pagenav--next {
  right: 0;
}
.hsf-chara__pagenav--next .arrow {
  transition: left 0.4s ease;
}

@media screen and (min-width: 769px) {
  .hsf-chara__pagenav--next:hover .arrow {
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-chara__pagenav--next {
    float: right;
    margin-right: -46px;
  }
}
.hsf-chara__pagenav .thumb--on {
  position: absolute;
  z-index: -1;
}
.hsf-chara__pagenav .hsf-pagenav_s--prev, .hsf-chara__pagenav .hsf-pagenav_s--next {
  top: 50%;
}
.hsf-chara__pagenav .hsf-pagenav_s--prev {
  left: -74px;
}
.hsf-chara__pagenav .hsf-pagenav_s--next {
  right: -74px;
}

@media screen and (min-width: 769px) {
  .hsf-chara__pagenav .hsf-pagenav_s--prev, .hsf-chara__pagenav .hsf-pagenav_s--next {
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .hsf-chara__pagenav .hsf-pagenav_s--prev, .hsf-chara__pagenav .hsf-pagenav_s--next {
    width: 39.5px;
    height: 30.5px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-chara__pagenav .hsf-pagenav_s--prev {
    left: auto;
  }
}
@media screen and (max-width: 768px) {
  .hsf-chara__pagenav .hsf-pagenav_s--next {
    right: 0;
  }
}
.hsf-chara__pagenav__top.sp {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.hsf-chara__pagenav__top.sp .hsf-chara__pagenav__btn {
  top: 0;
  bottom: auto;
  width: 70px;
  height: 45px;
}
.hsf-chara__pagenav__top.sp .hsf-chara__pagenav__btn .arrow {
  top: 0;
  width: 70px;
  height: 16.5px;
}
.hsf-chara__pagenav__top.sp .hsf-chara__pagenav__btn .text {
  top: auto;
  bottom: 0;
  width: 28px;
  height: 24px;
}

.hsf-characters.single .hsf-chara__pagenav__top.sp {
  padding-bottom: 0;
}

.hsf-chara__pagenav__top.sp .hsf-pagenav_s--prev, .hsf-chara__pagenav__top.sp .hsf-pagenav_s--next {
  top: 0;
  width: 70px;
  height: 45px;
}
.hsf-chara__pagenav__top.sp .hsf-pagenav_s--prev .text, .hsf-chara__pagenav__top.sp .hsf-pagenav_s--next .text {
  left: 50%;
  transform: translateX(-50%);
}

.hsf-site_share {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .hsf-site_share {
    margin-top: 50px;
  }
}
.hsf-site_share__heading .title {
  margin-left: auto;
  margin-right: auto;
  width: 115px;
  margin-bottom: 14px;
}
.hsf-site_share__heading .title span {
  background-image: url("../img/common/site_share_title.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 60%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .hsf-site_share__heading .title {
    width: 15.333333333333332vw;
  }
}
.hsf-site_share__list {
  text-align: center;
}

.hsf-site_share__item {
  display: inline-block;
  letter-spacing: normal;
  width: 105px;
}

.hsf-site_share {
  letter-spacing: -0.4em;
}

@media screen and (max-width: 768px) {
  .hsf-site_share__item {
    width: 14.000000000000002vw;
  }
}
.hsf-site_share__item a {
  display: block;
  width: 100%;
  padding-top: 124.76190476190476%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .hsf-site_share__item a {
    transition: 0.5s ease;
    position: relative;
    top: 0;
  }
  .hsf-site_share__item a:hover {
    top: -10px;
  }
}
.hsf-site_share__item--twitter a {
  background-image: url("../img/common/site_share_btn_twitter.png");
  background-size: cover;
}

.hsf-site_share__item--facebook a {
  background-image: url("../img/common/site_share_btn_facebook.png");
  background-size: cover;
}

.hsf-site_share__item--line a {
  background-image: url("../img/common/site_share_btn_line.png");
  background-size: cover;
}

.hsf-site_share__item + .hsf-site_share__item {
  margin-left: 18px;
}

.hsf-page_share {
  margin-top: 40px;
  margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
  .hsf-characters.single .hsf-page_share {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .hsf-characters.single .hsf-page_share {
    width: 68.26666666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .hsf-manga .hsf-page_share {
    margin-top: 17px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-page_share {
    margin-top: 9.333333333333334vw;
    margin-bottom: 4vw;
  }
}
.hsf-page_share__heading .title {
  margin-left: auto;
  margin-right: auto;
  width: 320px;
  margin-bottom: 14px;
}
.hsf-page_share__heading .title span {
  background-image: url("../img/common/page_share_title.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 9.1796875%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .hsf-characters.single .hsf-page_share__heading .title {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .hsf-manga .hsf-page_share__heading .title {
    width: 68.26666666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-page_share__heading .title {
    width: 100%;
  }
}
.hsf-characters.single .hsf-page_share__heading .title span {
  background-image: url("../img/characters/share_title.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 8.984375%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}

.hsf-manga.single .hsf-page_share__heading .title span {
  background-image: url("../img/manga/share_title.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 9.1796875%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}

.hsf-page_share__list {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .hsf-characters.single .hsf-page_share__list {
    text-align: left;
  }
}
.hsf-page_share__item {
  display: inline-block;
  letter-spacing: normal;
  width: 101px;
  height: 66px;
}

.hsf-page_share {
  letter-spacing: -0.4em;
}

@media screen and (max-width: 768px) {
  .hsf-page_share__item {
    width: 21vw;
  }
}
.hsf-page_share__item a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: 42px;
  background-repeat: no-repeat;
  background-position: center;
}
.hsf-page_share__item:hover {
  opacity: 0.7;
}

.hsf-page_share__item--twitter a {
  background-image: url("../img/common/icon_twitter_white_l.png");
  background-color: #5da8dc;
}

.hsf-page_share__item--facebook a {
  background-image: url("../img/common/icon_facebook_white_l.png");
  background-color: #3b579d;
}

.hsf-page_share__item--line a {
  background-image: url("../img/common/icon_line_white_l.png");
  background-color: #3ace01;
}

.hsf-page_share__item + .hsf-page_share__item {
  margin-left: 8px;
}

.hsf-cmn_title_1, .hsf-modal__content .title, .hsf-news__article--single .hsf-news__article__data .title {
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: normal;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .hsf-cmn_title_1, .hsf-modal__content .title, .hsf-news__article--single .hsf-news__article__data .title {
    margin-bottom: 1.333333333333333vw;
    font-size: 5.066666666666666vw;
  }
}
.hsf-txt__link {
  font-weight: bold;
  color: #e80171;
  border-bottom: 1px solid #e80171;
  font-weight: bold;
}
.hsf-txt__link::before {
  margin-right: 6px;
}

@media screen and (min-width: 769px) {
  .hsf-txt__link:hover {
    background-color: #fcebfb;
  }
}
.hsf-breadcrumb__link {
  font-weight: bold;
  color: #0f1083;
  border-bottom: 1px solid #0f1083;
}
.hsf-breadcrumb__link:hover {
  border-bottom: 1px solid #8788d6;
}

@media screen and (min-width: 769px) {
  .hsf-breadcrumb__link:hover {
    color: #8788d6;
  }
}
/* ==========================================================================
   Partials
   - 複数ページで使う要素やPagesに含めたくないスタイル
========================================================================== */
.hsf-breadcrumb_list {
  margin-bottom: 35px;
}

.hsf-breadcrumb_list__item {
  float: left;
  font-size: 14px;
  line-height: 1.5;
}

.hsf-breadcrumb_list:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  .hsf-breadcrumb_list__item {
    font-size: 3.2vw;
  }
}
.hsf-breadcrumb_list__item + .hsf-breadcrumb_list__item::before {
  content: '>';
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.hsf-breadcrumb_list__item a {
  font-weight: bold;
  color: #0f1083;
  border-bottom: 1px solid #0f1083;
}

@media screen and (min-width: 769px) {
  .hsf-breadcrumb_list__item a:hover {
    color: #8788d6;
    border-bottom: 1px solid #8788d6;
  }
}
.hsf-dl_list {
  text-align: center;
  letter-spacing: -0.4em;
}
.hsf-dl_list .item {
  display: inline-block;
  letter-spacing: normal;
}
.hsf-dl_list .item a:hover span {
  opacity: 0.8;
}
.hsf-dl_list .appstore {
  width: 219px;
}
.hsf-dl_list .appstore span {
  background-image: url("../img/common/btn_dl_appstore.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 37.02290076335878%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}
.hsf-dl_list .googleplay {
  width: 270px;
  margin-left: 16px;
}
.hsf-dl_list .googleplay span {
  background-image: url("../img/common/btn_dl_googleplay.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 29.938271604938272%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .hsf-dl_list .appstore {
    width: 34.93333333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-dl_list .googleplay {
    width: 43.2vw;
  }
}
.hsf-footer {
  position: relative;
  padding-top: 36px;
  padding-bottom: 30px;
  background-color: #24246b;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .hsf-footer {
    padding-top: 6.933333333333333vw;
    padding-bottom: 5.333333333333334vw;
  }
}
.hsf-footer__inner {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}

@media screen and (max-width: 768px) {
  .hsf-footer__inner {
    width: 100%;
    padding-right: 3.2vw;
    padding-left: 3.2vw;
    box-sizing: border-box;
  }
}
.hsf-footer hr {
  height: 5px;
  background-image: url("../img/hr_slant.png");
  background-repeat: repeat-x;
}
.hsf-footer p {
  color: #fff;
}

.hsf-footer__logo {
  width: 285px;
}
.hsf-footer__logo a {
  background-image: url("../img/common/footer_logo.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 39.29824561403509%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .hsf-footer__logo:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .hsf-footer__logo:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .hsf-footer__logo {
    margin-left: auto;
    margin-right: auto;
    width: 38vw;
    margin-bottom: 7.466666666666668vw;
  }

  .hsf-err--db .hsf-footer__logo {
    position: relative !important;
  }
}
.hsf-footer__note {
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: center;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .hsf-footer__note {
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .hsf-footer__note {
    margin-top: 4vw;
    margin-bottom: 0;
    font-size: 2.666666666666667vw;
    background-position: top;
  }
}
@media screen and (max-width: 768px) {
  .hsf-footer__block {
    position: relative;
  }

  .hsf-err--db .hsf-footer__block {
    padding-bottom: 3em;
  }
}
.hsf-footer__block__item {
  float: left;
}

.hsf-footer__block:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  .hsf-footer__block__item {
    float: none;
  }

  .hsf-err--db .hsf-footer__block__item {
    position: absolute;
    bottom: 0;
  }
}
.hsf-footer__nav {
  margin-left: 70px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .hsf-footer__nav {
    margin-left: 0;
    font-size: 16px;
  }
}
.hsf-footer__nav__list {
  float: left;
  width: 184px;
}

.hsf-footer__nav:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  .hsf-footer__nav__list {
    float: none;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .hsf-footer__nav__list--sub {
    margin-top: 5.333333333333334vw;
  }
}
.hsf-footer__nav__list--sub .item {
  white-space: nowrap;
}

.hsf-footer__nav .item + .item {
  margin-top: 20px;
}
.hsf-footer__nav .item a {
  color: #fff;
}
.hsf-footer__nav .item a .icon_dolphin {
  margin-right: 6px;
}
.hsf-footer__nav .item--closed a {
  color: #a6a6a5;
  cursor: default;
}
.hsf-footer__nav .item--closed a::after {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .hsf-footer__nav .item + .item {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 769px) {
  .hsf-footer__nav .item a {
    position: relative;
    display: inline-block;
  }
  .hsf-footer__nav .item.__current a::after {
    position: absolute;
    bottom: -6px;
    display: inline-block;
    height: 2px;
    background: #5eb7fa;
    left: 0;
  }
  .hsf-footer__nav .item a::after {
    position: absolute;
    bottom: -6px;
    display: inline-block;
    height: 2px;
    background: #5eb7fa;
    left: 0;
    transition: 0.5s ease;
    content: "";
    width: 0;
  }
  .hsf-footer__nav .item.__current a::after, .hsf-footer__nav .item a:hover::after {
    width: 100%;
  }
}
.hsf-footer__bnr {
  float: right;
}
.hsf-footer__bnr .bnr_list__item {
  border: 1px solid #fff;
  width: 241px;
}
.hsf-footer__bnr .bnr_list__item a {
  display: block;
  width: 100%;
  padding-top: 26.556016597510375%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}
.hsf-footer__bnr .bnr_list__item--twitter a {
  background-image: url("../img/common/footer_bnr_twitter_pc.png");
  background-size: cover;
}
.hsf-footer__bnr .bnr_list__item--official a {
  background-image: url("../img/common/footer_bnr_official_pc.png");
  background-size: cover;
}
.hsf-footer__bnr .bnr_list__item--aniplex a {
  background-image: url("../img/common/footer_bnr_aniplex_pc.png");
  background-size: cover;
}
.hsf-footer__bnr .bnr_list__item + .bnr_list__item {
  margin-top: 7px;
}

@media screen and (max-width: 768px) {
  .hsf-footer__bnr {
    float: none;
    position: absolute;
    top: 24vw;
    right: 0;
  }

  .hsf-err--db .hsf-footer__bnr {
    position: relative;
    float: right;
    top: 0;
  }
}
@media screen and (min-width: 769px) {
  .hsf-footer__bnr .bnr_list__item:hover {
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .hsf-footer__bnr .bnr_list__item {
    width: 40.8vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-footer__bnr .bnr_list__item a {
    display: block;
    width: 100%;
    padding-top: 32.6797385620915%;
    height: 0;
    font-size: 0;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .hsf-footer__bnr .bnr_list__item--twitter a {
    background-image: url("../img/common/footer_bnr_twitter_sp.png");
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .hsf-footer__bnr .bnr_list__item--official a {
    background-image: url("../img/common/footer_bnr_official_sp.png");
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .hsf-footer__bnr .bnr_list__item--aniplex a {
    background-image: url("../img/common/footer_bnr_aniplex_sp.png");
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .hsf-footer__bnr .bnr_list__item + .bnr_list__item {
    margin-top: 0.666666666666667vw;
  }
}
.hsf-footer__copyright {
  margin-top: 40px;
  padding-top: 22px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #24246b;
  background-image: url("../img/common/footer_slant_line.png");
  background-repeat: repeat-x;
  background-size: 6px;
  background-position: top;
}

@media screen and (max-width: 768px) {
  .hsf-footer__copyright {
    margin-top: 8vw;
    padding-top: 4vw;
    font-size: 2.933333333333333vw;
  }
}
.hsf-header {
  width: 100%;
  position: absolute;
  z-index: 800;
}
.hsf-header::before {
  content: '';
  width: 100%;
  height: 10px;
  background-color: #24246b;
  display: block;
}

@media screen and (max-width: 768px) {
  .hsf-header::before {
    height: 1.144366197183099vh;
    position: absolute;
    z-index: 820;
  }
}
@media screen and (max-width: 768px) {
  .hsf-header.active {
    height: 100%;
    position: fixed;
    overflow: auto;
  }
}
@media screen and (max-width: 768px) {
  .hsf-header.active .hsf-header__inner {
    position: relative;
    overflow: auto;
  }
}
@media screen and (max-width: 768px) {
  .hsf-header.active .hsf-header__btn--open {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hsf-header.active .hsf-header__btn--close {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .hsf-header.active .hsf-header__logo {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .hsf-header.active .hsf-header__nav {
    display: block;
  }
}
.hsf-header__btn--open {
  width: 55px;
  position: absolute;
  top: 27px;
  left: 12px;
  z-index: 800;
}
.hsf-header__btn--open span {
  background-image: url("../img/common/gnav_btn_open_sp.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 102.72727272727273%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .hsf-header__btn--open {
    display: none;
  }
}
.hsf-header__btn--close {
  display: none;
  width: 49px;
  position: absolute;
  top: 33px;
  left: 19px;
  z-index: 820;
}
.hsf-header__btn--close span {
  background-image: url("../img/common/gnav_btn_close_sp.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 102.04081632653062%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .hsf-header__btn--close {
    display: none;
  }
}
.hsf-header__nav {
  background-color: rgba(240, 248, 255, 0.8);
  background: linear-gradient(to top, rgba(215, 240, 251, 0.3), rgba(255, 255, 255, 0.3));
}
.hsf-header__nav ._inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: table;
}

@media screen and (max-width: 768px) {
  __nav.active .hsf-header__nav__nav {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .hsf-header__nav {
    display: none;
    position: relative;
    background: transparent;
    z-index: 810;
  }
  .hsf-header__nav::after {
    content: '';
    display: block;
    width: 150vw;
    height: 150vh;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .hsf-header__nav ._inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hsf-header__nav ._inner {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .hsf-header__nav ._inner > .hsf-header__nav__item {
    display: table-cell;
    vertical-align: middle;
  }

  .hsf-err--db .hsf-header__nav ._inner > .hsf-header__nav__item {
    display: block;
  }
}
.hsf-header__logo {
  width: 187px;
}
.hsf-header__logo a {
  background-image: url("../img/common/gnav_logo_pc.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 44.38502673796791%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .hsf-header__logo:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .hsf-header__logo:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .hsf-header__logo {
    margin-left: auto;
    margin-right: auto;
    width: 122.5px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top .hsf-header__logo {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .hsf-header__logo a {
    background-image: url("../img/common/gnav_logo_sp.png");
    background-size: cover;
    display: block;
    width: 100%;
    padding-top: 39.59183673469388%;
    height: 0;
    font-size: 0;
    background-repeat: no-repeat;
  }
}
.hsf-header__btn--pre {
  width: 166px;
  position: absolute;
  top: -67px;
  left: 50%;
  margin-left: 326px;
}

.hsf-top .hsf-header__btn--pre {
  transition: 0.5s ease;
}

@media screen and (max-width: 768px) {
  .hsf-header__btn--pre {
    width: 94px;
    margin-left: 0;
    top: -30px;
    left: auto;
    right: 12.5px;
    z-index: 830;
  }
}
.hsf-header__btn--pre.hide {
  top: -220px;
}
.hsf-header__btn--pre a {
  transform: scale(0.95);
  transform-origin: center top;
  transition: 0.3s ease;
  background-image: url("../img/common/gnav_btn_dl_pc.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 136.74698795180723%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .hsf-header__btn--pre.hide {
    top: -43vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-header__btn--pre a {
    transform: none;
  }
}
@media screen and (min-width: 769px) {
  .hsf-header__btn--pre a:hover {
    transform: scale(1);
  }
}
@media screen and (max-width: 768px) {
  .hsf-header__btn--pre a {
    background-image: url("../img/common/gnav_btn_dl_sp.png");
    background-size: cover;
    display: block;
    width: 100%;
    padding-top: 136.70212765957444%;
    height: 0;
    font-size: 0;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 769px) {
  .hsf-header__menu {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-header__menu {
    margin-top: 57px;
    margin-bottom: 30px;
  }
}
.hsf-header__menu .item {
  float: left;
  padding: 0 10px;
  font-size: 18px;
  letter-spacing: 1px;
  white-space: nowrap;
}
.hsf-header__menu:after {
  content: "";
  display: block;
  clear: both;
}
.hsf-header__menu .item a {
  position: relative;
  display: block;
  height: 87px;
  padding: 0 10px;
  color: #0f1083;
  font-weight: bold;
}
.hsf-header__menu .item--closed a {
  color: #8b8b8a;
  cursor: default;
}
.hsf-header__menu .item--closed a::after {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .hsf-header__menu .item {
    float: none;
    padding-right: 0;
    padding-left: 0;
    font-size: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .hsf-header__menu .item + .item {
    padding-top: 22px;
    margin-top: 47.5px;
  }
}
@media screen and (min-width: 769px) {
  .hsf-header__menu .item a {
    position: relative;
    display: inline-block;
  }
  .hsf-header__menu.__current .item a::after {
    position: absolute;
    bottom: 0;
    display: inline-block;
    height: 2px;
    background: #e80171;
    left: 0;
  }
  .hsf-header__menu .item a::after {
    position: absolute;
    bottom: 0;
    display: inline-block;
    height: 2px;
    background: #e80171;
    left: 0;
    transition: 0.5s ease;
    content: "";
    width: 0;
  }
  .hsf-header__menu.__current .item a::after, .hsf-header__menu .item a:hover::after {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hsf-header__menu .item a {
    display: inline-block;
    height: unset;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .hsf-header__menu .item a span {
    position: relative;
    bottom: -53px;
  }
}
.hsf-modal {
  display: none;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: 900;
}
.hsf-modal.active {
  display: block;
}

.hsf-modal__bg {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.85);
  z-index: -1;
}

.hsf-modal__btn--close {
  margin-left: auto;
  margin-right: auto;
  width: 97px;
  margin-top: 20px;
}
.hsf-modal__btn--close span {
  display: block;
  width: 100%;
  padding-top: 157.7319587628866%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
  background-image: url("../img/common/modal_btn_close.png");
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .hsf-modal__btn--close:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .hsf-modal__btn--close:hover {
    cursor: pointer;
  }
}
@media screen and (min-width: 769px) {
  .hsf-modal__btn--close {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .hsf-modal__btn--close {
    width: 12.933333333333334vw;
  }
}
.hsf-modal ._inner {
  width: 80%;
  max-width: 1000px;
  position: relative;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .hsf-modal ._inner {
    width: 100%;
  }
}
.hsf-modal__content {
  position: relative;
  width: 80vh;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .hsf-modal__content {
    width: 100%;
  }
}
.hsf-modal__content--main {
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 6px 6px 0 0 rgba(31, 122, 192, 0.2);
}

@media screen and (min-width: 769px) {
  .hsf-modal__content--main {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .hsf-modal__content--main {
    margin-top: 2.112676056338028vh;
    margin-bottom: 4.225352112676056vh;
    box-shadow: 0 6px 0 0 rgba(31, 122, 192, 0.2);
  }
}
@media screen and (min-width: 769px) {
  .hsf-modal__content--main::after {
    content: '';
    display: block;
    width: 250px;
    height: 227px;
    position: absolute;
    bottom: 53px;
    right: -171px;
    background-image: url("../img/common/modal_bg_mermaid.png");
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .hsf-modal__content .title {
    margin-left: auto;
    margin-right: auto;
    width: 95vw;
  }
}
.hsf-modal__content .video {
  position: relative;
}
.hsf-modal__content .video .player__wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.hsf-modal__content .video .player__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hsf-modal.hsf-top__modal--pre_illust {
  transition: 0.5s ease;
  opacity: 0;
  overflow: auto;
}
.hsf-modal.hsf-top__modal--pre_illust.show {
  opacity: 1;
}
.hsf-modal.hsf-top__modal--pre_illust ._inner {
  margin-top: 37px;
  margin-bottom: 55px;
  top: 0;
  transform: translateX(-50%);
}
.hsf-modal.hsf-top__modal--pre_illust .hsf-modal__content {
  width: 100%;
}
.hsf-modal.hsf-top__modal--pre_illust .hsf-modal__content .text_img {
  margin-left: auto;
  margin-right: auto;
  width: 770px;
}
.hsf-modal.hsf-top__modal--pre_illust .hsf-modal__content .img {
  margin-left: auto;
  margin-right: auto;
  width: 691px;
  margin-top: 4.225352112676056vh;
}
.hsf-modal.hsf-top__modal--pre_illust .hsf-modal__content img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .hsf-modal.hsf-top__modal--pre_illust ._inner {
    margin-top: 1.936619718309859vh;
    margin-bottom: 3.873239436619718vh;
  }
}
@media screen and (max-width: 768px) {
  .hsf-modal.hsf-top__modal--pre_illust .hsf-modal__btn--close {
    margin-top: -1.584507042253521vh;
  }
}
@media screen and (max-width: 768px) {
  .hsf-modal.hsf-top__modal--pre_illust .hsf-modal__content .text_img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hsf-modal.hsf-top__modal--pre_illust .hsf-modal__content .img {
    width: 100%;
  }
}
.hsf-loading {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 950;
  opacity: 1;
  transition: 0.5s opacity ease 0.5s;
}
.hsf-loading.fade {
  opacity: 0;
}
.hsf-loading.fade .hsf-loading__content {
  opacity: 0;
}
.hsf-loading.hide {
  display: none;
}

.hsf-loading__bg {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  transform: translate(-50%, -50%);
  background-color: #03b3fc;
  z-index: -1;
}

.hsf-loading__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: 0.5s opacity ease 0s;
}

.hsf-loading__content--dolphin {
  width: 62px;
}
.hsf-loading__content--dolphin span {
  background-image: url("../img/common/loading_dolphin.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 77.24137931034483%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .hsf-loading__content--dolphin {
    width: 19.333333333333332vw;
  }
}
.hsf-loading__content--wave {
  width: 64px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.hsf-loading__content--wave span {
  background-image: url("../img/common/loading_wave.gif");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 9.917355371900827%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .hsf-loading__content--wave {
    width: 19.2vw;
    margin-top: 3.066666666666666vw;
    margin-bottom: 3.066666666666666vw;
  }
}
.hsf-loading__content--text {
  width: 63px;
}
.hsf-loading__content--text span {
  background-image: url("../img/common/loading_text.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 45.83333333333333%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .hsf-loading__content--text {
    width: 19.2vw;
  }
}
.hsf-news__article__post {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.hsf-news__article__post .overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.hsf-news__article__post .overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/common/overlay_text_check.png");
  background-size: 72px;
  background-repeat: no-repeat;
  background-position: 50%;
  opacity: 0;
  transition: 0.25s ease 0.25s;
}
.hsf-news__article__post .overlay__content .border {
  position: absolute;
}
.hsf-news__article__post .overlay__content .border::before, .hsf-news__article__post .overlay__content .border::after {
  content: '';
  display: inline-block;
  position: absolute;
  background-color: #fff;
  transition: 0.5s ease;
}
.hsf-news__article__post .overlay__content .border--top {
  top: 0;
}
.hsf-news__article__post .overlay__content .border--right {
  right: 0;
}
.hsf-news__article__post .overlay__content .border--bottom {
  bottom: 0;
}
.hsf-news__article__post .overlay__content .border--left {
  left: 0;
}
.hsf-news__article__post .overlay__content .border--top, .hsf-news__article__post .overlay__content .border--bottom {
  width: 100%;
}
.hsf-news__article__post .overlay__content .border--top::before, .hsf-news__article__post .overlay__content .border--bottom::before, .hsf-news__article__post .overlay__content .border--top::after, .hsf-news__article__post .overlay__content .border--bottom::after {
  width: 0;
  height: 100%;
}
.hsf-news__article__post .overlay__content .border--left, .hsf-news__article__post .overlay__content .border--right {
  height: 100%;
}
.hsf-news__article__post .overlay__content .border--left::before, .hsf-news__article__post .overlay__content .border--right::before, .hsf-news__article__post .overlay__content .border--left::after, .hsf-news__article__post .overlay__content .border--right::after {
  width: 100%;
  height: 0;
}
.hsf-news__article__post .overlay__content .border--top::before, .hsf-news__article__post .overlay__content .border--top::after {
  top: 0;
  left: 0;
}
.hsf-news__article__post .overlay__content .border--bottom::before, .hsf-news__article__post .overlay__content .border--bottom::after {
  top: 0;
  right: 0;
}
.hsf-news__article__post .overlay__content .border--right::before, .hsf-news__article__post .overlay__content .border--right::after {
  top: 0;
}
.hsf-news__article__post .overlay__content .border--left::before, .hsf-news__article__post .overlay__content .border--left::after {
  bottom: 0;
}
.hsf-news__article__post:hover .overlay {
  background-color: rgba(0, 0, 0, 0.15);
}
.hsf-news__article__post:hover .overlay__content {
  opacity: 1;
}
.hsf-news__article__post .overlay__content {
  width: 118px;
  height: 79px;
}
.hsf-news__article__post .overlay__content .border--top, .hsf-news__article__post .overlay__content .border--bottom {
  height: 2px;
}
.hsf-news__article__post .overlay__content .border--left, .hsf-news__article__post .overlay__content .border--right {
  width: 2px;
}
.hsf-news__article__post:hover .overlay__content .border--top::before, .hsf-news__article__post:hover .overlay__content .border--bottom::before, .hsf-news__article__post:hover .overlay__content .border--top::after, .hsf-news__article__post:hover .overlay__content .border--bottom::after {
  width: 50px;
}
.hsf-news__article__post:hover .overlay__content .border--top::after {
  left: 68px;
}
.hsf-news__article__post:hover .overlay__content .border--bottom::after {
  right: 68px;
}
.hsf-news__article__post:hover .overlay__content .border--right::before, .hsf-news__article__post:hover .overlay__content .border--left::before, .hsf-news__article__post:hover .overlay__content .border--right::after, .hsf-news__article__post:hover .overlay__content .border--left::after {
  height: 30px;
}
.hsf-news__article__post:hover .overlay__content .border--right::after {
  top: 49px;
}
.hsf-news__article__post:hover .overlay__content .border--left::after {
  bottom: 49px;
}

.hsf-top__banner .banner {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
}
.hsf-top__banner .banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.hsf-top__banner .banner .overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/common/overlay_text_check.png");
  background-size: 72px;
  background-repeat: no-repeat;
  background-position: 50%;
  opacity: 0;
  transition: 0.25s ease 0.25s;
}
.hsf-top__banner .banner .overlay__content .border {
  position: absolute;
}
.hsf-top__banner .banner .overlay__content .border::before, .hsf-top__banner .banner .overlay__content .border::after {
  content: '';
  display: inline-block;
  position: absolute;
  background-color: #fff;
  transition: 0.5s ease;
}
.hsf-top__banner .banner .overlay__content .border--top {
  top: 0;
}
.hsf-top__banner .banner .overlay__content .border--right {
  right: 0;
}
.hsf-top__banner .banner .overlay__content .border--bottom {
  bottom: 0;
}
.hsf-top__banner .banner .overlay__content .border--left {
  left: 0;
}
.hsf-top__banner .banner .overlay__content .border--top, .hsf-top__banner .banner .overlay__content .border--bottom {
  width: 100%;
}
.hsf-top__banner .banner .overlay__content .border--top::before, .hsf-top__banner .banner .overlay__content .border--bottom::before, .hsf-top__banner .banner .overlay__content .border--top::after, .hsf-top__banner .banner .overlay__content .border--bottom::after {
  width: 0;
  height: 100%;
}
.hsf-top__banner .banner .overlay__content .border--left, .hsf-top__banner .banner .overlay__content .border--right {
  height: 100%;
}
.hsf-top__banner .banner .overlay__content .border--left::before, .hsf-top__banner .banner .overlay__content .border--right::before, .hsf-top__banner .banner .overlay__content .border--left::after, .hsf-top__banner .banner .overlay__content .border--right::after {
  width: 100%;
  height: 0;
}
.hsf-top__banner .banner .overlay__content .border--top::before, .hsf-top__banner .banner .overlay__content .border--top::after {
  top: 0;
  left: 0;
}
.hsf-top__banner .banner .overlay__content .border--bottom::before, .hsf-top__banner .banner .overlay__content .border--bottom::after {
  top: 0;
  right: 0;
}
.hsf-top__banner .banner .overlay__content .border--right::before, .hsf-top__banner .banner .overlay__content .border--right::after {
  top: 0;
}
.hsf-top__banner .banner .overlay__content .border--left::before, .hsf-top__banner .banner .overlay__content .border--left::after {
  bottom: 0;
}
.hsf-top__banner .banner:hover .overlay {
  background-color: rgba(0, 0, 0, 0.15);
}
.hsf-top__banner .banner:hover .overlay__content {
  opacity: 1;
}
.hsf-top__banner .banner .overlay__content {
  width: 168px;
  height: 78px;
}
.hsf-top__banner .banner .overlay__content .border--top, .hsf-top__banner .banner .overlay__content .border--bottom {
  height: 4px;
}
.hsf-top__banner .banner .overlay__content .border--left, .hsf-top__banner .banner .overlay__content .border--right {
  width: 4px;
}
.hsf-top__banner .banner:hover .overlay__content .border--top::before, .hsf-top__banner .banner:hover .overlay__content .border--bottom::before, .hsf-top__banner .banner:hover .overlay__content .border--top::after, .hsf-top__banner .banner:hover .overlay__content .border--bottom::after {
  width: 26px;
}
.hsf-top__banner .banner:hover .overlay__content .border--top::after {
  left: 142px;
}
.hsf-top__banner .banner:hover .overlay__content .border--bottom::after {
  right: 142px;
}
.hsf-top__banner .banner:hover .overlay__content .border--right::before, .hsf-top__banner .banner:hover .overlay__content .border--left::before, .hsf-top__banner .banner:hover .overlay__content .border--right::after, .hsf-top__banner .banner:hover .overlay__content .border--left::after {
  height: 26px;
}
.hsf-top__banner .banner:hover .overlay__content .border--right::after {
  top: 52px;
}
.hsf-top__banner .banner:hover .overlay__content .border--left::after {
  bottom: 52px;
}

.hsf-top__pre_campaign {
  position: relative;
}
.hsf-top__pre_campaign .layer {
  position: relative;
  background-position: 50% 0;
}
.hsf-top__pre_campaign .layer background-repeat {
  width: 100%;
  position: absolute;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.hsf-top__pre_campaign .layer--white {
  width: 100%;
  position: absolute;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.hsf-top__pre_campaign .layer--present {
  position: absolute;
}
.hsf-top__pre_campaign .layer--present.cleared::after {
  background-image: url("../img/top/pre_campaign_badge_cleared.png");
  background-size: cover;
  content: '';
  display: inline-block;
  width: 131px;
  height: 133px;
  position: absolute;
  background-repeat: no-repeat;
}
.hsf-top__pre_campaign .layer--row_01 {
  height: 559px;
}
.hsf-top__pre_campaign .layer--row_01 .layer--white {
  background-image: url("../img/top/pre_campaign_bg_01_pc.png");
  background-size: cover;
  height: 787px;
  top: -424px;
  z-index: 500;
}
.hsf-top__pre_campaign .layer--row_01 .layer--white .present--01 {
  top: 332px;
  margin-left: -496px;
}
.hsf-top__pre_campaign .layer--row_01 .layer--white .present--01.cleared::after {
  top: 71px;
  left: 286px;
}
.hsf-top__pre_campaign .layer--row_01 .layer--white .present--01.cleared span {
  background-image: url("../img/top/pre_campaign_present_01_pc_cleared.png");
  background-size: cover;
}
.hsf-top__pre_campaign .layer--row_01 .layer--white .present--03.cleared::after {
  top: 16px;
  left: 150px;
}
.hsf-top__pre_campaign .layer--row_01 .layer--white .present--03.cleared span {
  background-image: url("../img/top/pre_campaign_present_03_pc_cleared.png");
  background-size: cover;
}
.hsf-top__pre_campaign .layer--row_01 .layer--white .present--05.cleared::after {
  top: 62px;
  left: 86px;
}
.hsf-top__pre_campaign .layer--row_01 .present--07.cleared::after {
  top: 160px;
  left: 116px;
}
.hsf-top__pre_campaign .layer--row_01 .present--07.cleared span {
  background-image: url("../img/top/pre_campaign_present_07_pc_cleared.png");
  background-size: cover;
}
.hsf-top__pre_campaign .layer--row_01 .present--10.cleared::after {
  top: -9px;
  left: 323px;
}
.hsf-top__pre_campaign .layer--row_01 .present--10.cleared span {
  background-image: url("../img/top/pre_campaign_present_10_pc_cleared.png");
  background-size: cover;
}
.hsf-top__pre_campaign .layer--row_02 {
  height: 444px;
}
.hsf-top__pre_campaign .layer--row_02 .layer--white {
  background-image: url("../img/top/pre_campaign_bg_02_pc.png");
  background-size: cover;
  height: 661px;
  top: -331px;
  z-index: 1;
}
.hsf-top__pre_campaign .layer--row_02 .layer--white .present--15.cleared::after {
  top: -10px;
  left: 606px;
}
.hsf-top__pre_campaign .layer--row_02 .layer--white .present--15.cleared span {
  background-image: url("../img/top/pre_campaign_present_15_pc_cleared.png?v=190315");
  background-size: cover;
}
.hsf-top__pre_campaign .layer--row_02 .present--17.cleared::after {
  top: 118px;
  left: 245px;
}
.hsf-top__pre_campaign .layer--row_02 .present--17.cleared span {
  background-image: url("../img/top/pre_campaign_present_17_pc_cleared.png?v=190315");
  background-size: cover;
}
.hsf-top__pre_campaign .layer--row_03 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.hsf-top__pre_campaign .layer--row_03 .layer--white {
  background-image: url("../img/top/pre_campaign_bg_03_pc.png");
  background-size: cover;
  height: 684px;
  top: -328px;
  z-index: 1;
}
.hsf-top__pre_campaign .layer--row_03 .layer--white .present--20.cleared::after {
  top: 105px;
  left: 389px;
}
.hsf-top__pre_campaign .layer--row_03 .layer--white .present--20.cleared span {
  background-image: url("../img/top/pre_campaign_present_20_pc_cleared.png?v=190315");
  background-size: cover;
}
.hsf-top__pre_campaign ._inner {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer background-repeat, .hsf-top__pre_campaign .layer--white {
    background-position: 0;
  }
}
@media screen and (min-width: 769px) {
  .hsf-top__pre_campaign .layer background-repeat .layer--present, .hsf-top__pre_campaign .layer--white .layer--present {
    left: 50%;
  }
}
@media screen and (min-width: 769px) {
  .hsf-top__pre_campaign .layer--present {
    right: 50%;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--present.cleared::after {
    width: 13.866666666666665vw;
    height: 14.133333333333335vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--title {
    background-image: url("../img/top/app_available_tri_sp.png");
    background-size: cover;
    display: block;
    width: 100%;
    padding-top: 18.53333333333333%;
    height: 0;
    font-size: 0;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_01 {
    display: block;
    width: 100%;
    padding-top: 51.06666666666667%;
    height: 0;
    font-size: 0;
    background-repeat: no-repeat;
  }
  .hsf-top__pre_campaign .layer--row_01 .layer__bg {
    width: 100%;
  }
  .hsf-top__pre_campaign .layer--row_01 .layer__bg img {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_01 .layer--white {
    background-image: url("../img/top/pre_campaign_bg_01_sp.png");
    background-size: cover;
    display: block;
    width: 100%;
    padding-top: 67.33333333333333%;
    height: 0;
    font-size: 0;
    background-repeat: no-repeat;
    top: -61.61879895561357%;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_01 .layer--white .present--01, .hsf-top__pre_campaign .layer--row_01 .layer--white .present--03, .hsf-top__pre_campaign .layer--row_01 .layer--white .present--05 {
    width: 100%;
    top: 0;
    margin-left: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_01 .layer--white .present--01 span, .hsf-top__pre_campaign .layer--row_01 .layer--white .present--03 span, .hsf-top__pre_campaign .layer--row_01 .layer--white .present--05 span {
    display: block;
    width: 100%;
    padding-top: 82.53333333333333%;
    height: 0;
    font-size: 0;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_01 .layer--white .present--01 {
    width: 100%;
    top: 0;
    margin-left: 0;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .hsf-top__pre_campaign .layer--row_01 .layer--white .present--01 span {
    background-image: url("../img/top/pre_campaign_present_01_pc.png");
    background-size: cover;
    display: block;
    width: 588px;
    padding-top: 281px;
    height: 0;
    font-size: 0;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_01 .layer--white .present--01 span {
    background-image: url("../img/top/pre_campaign_present_01_sp.png");
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_01 .layer--white .present--01.cleared::after {
    top: 38.81188118811881%;
    left: 23.599999999999998vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_01 .layer--white .present--01.cleared span {
    background-image: url("../img/top/pre_campaign_present_01_sp_cleared.png");
    background-size: cover;
  }
}
@media screen and (min-width: 769px) {
  .hsf-top__pre_campaign .layer--row_01 .layer--white .present--03 {
    top: 327px;
    margin-left: 53px;
    z-index: 510;
  }
}
@media screen and (min-width: 769px) {
  .hsf-top__pre_campaign .layer--row_01 .layer--white .present--03 span {
    background-image: url("../img/top/pre_campaign_present_03_pc.png");
    background-size: cover;
    display: block;
    width: 292px;
    padding-top: 292px;
    height: 0;
    font-size: 0;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_01 .layer--white .present--03 span {
    background-image: url("../img/top/pre_campaign_present_03_sp.png");
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_01 .layer--white .present--03.cleared::after {
    top: 25.346534653465348%;
    left: 63.46666666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_01 .layer--white .present--03.cleared span {
    background-image: url("../img/top/pre_campaign_present_03_sp_cleared.png");
    background-size: cover;
  }
}
@media screen and (min-width: 769px) {
  .hsf-top__pre_campaign .layer--row_01 .layer--white .present--05 {
    top: 287px;
    margin-left: 283px;
    z-index: 500;
  }
}
@media screen and (min-width: 769px) {
  .hsf-top__pre_campaign .layer--row_01 .layer--white .present--05 span {
    background-image: url("../img/top/pre_campaign_present_05_pc.png");
    background-size: cover;
    display: block;
    width: 271px;
    padding-top: 354px;
    height: 0;
    font-size: 0;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_01 .layer--white .present--05 span {
    background-image: url("../img/top/pre_campaign_present_05_sp.png");
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_01 .layer--white .present--05.cleared::after {
    top: 19.801980198019802%;
    left: 85.06666666666666vw;
  }
}
@media screen and (min-width: 769px) {
  .hsf-top__pre_campaign .layer--row_01 .layer--white .present--05.cleared span {
    background-image: url("../img/top/pre_campaign_present_05_pc_cleared.png");
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_01 .layer--white .present--05.cleared span {
    background-image: url("../img/top/pre_campaign_present_05_sp_cleared.png");
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_01 .present--07, .hsf-top__pre_campaign .layer--row_01 .present--10 {
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_01 .present--07 span, .hsf-top__pre_campaign .layer--row_01 .present--10 span {
    display: block;
    width: 100%;
    padding-top: 51.06666666666667%;
    height: 0;
    font-size: 0;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 769px) {
  .hsf-top__pre_campaign .layer--row_01 .present--07 {
    top: 186px;
    margin-right: 66px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_01 .present--07 {
    z-index: 500;
  }
}
@media screen and (min-width: 769px) {
  .hsf-top__pre_campaign .layer--row_01 .present--07 span {
    background-image: url("../img/top/pre_campaign_present_07_pc.png");
    background-size: cover;
    display: block;
    width: 497px;
    padding-top: 345px;
    height: 0;
    font-size: 0;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_01 .present--07 span {
    background-image: url("../img/top/pre_campaign_present_07_sp.png");
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_01 .present--07.cleared::after {
    top: 35.50913838120104%;
    left: 16.53333333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_01 .present--07.cleared span {
    background-image: url("../img/top/pre_campaign_present_07_sp_cleared.png");
    background-size: cover;
  }
}
@media screen and (min-width: 769px) {
  .hsf-top__pre_campaign .layer--row_01 .present--10 {
    top: 233px;
    margin-right: -692px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_01 .present--10 {
    z-index: 510;
  }
}
@media screen and (min-width: 769px) {
  .hsf-top__pre_campaign .layer--row_01 .present--10 span {
    background-image: url("../img/top/pre_campaign_present_10_pc.png");
    background-size: cover;
    display: block;
    width: 895px;
    padding-top: 224px;
    height: 0;
    font-size: 0;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_01 .present--10 span {
    background-image: url("../img/top/pre_campaign_present_10_sp.png");
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_01 .present--10.cleared::after {
    top: 41.77545691906005%;
    left: 76.26666666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_01 .present--10.cleared span {
    background-image: url("../img/top/pre_campaign_present_10_sp_cleared.png");
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_02 {
    display: block;
    width: 100%;
    padding-top: 47.86666666666667%;
    height: 0;
    font-size: 0;
    background-repeat: no-repeat;
    z-index: 520;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_02 .layer--white {
    background-image: url("../img/top/pre_campaign_bg_02_sp.png");
    background-size: cover;
    display: block;
    width: 100%;
    padding-top: 40.266666666666666%;
    height: 0;
    font-size: 0;
    background-repeat: no-repeat;
    top: -35.097493036211695%;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_02 .layer--white .present--15 {
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_02 .layer--white .present--15 span {
    display: block;
    width: 100%;
    padding-top: 40.266666666666666%;
    height: 0;
    font-size: 0;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 769px) {
  .hsf-top__pre_campaign .layer--row_02 .layer--white .present--15 {
    top: 202px;
    margin-left: -419px;
  }
}
@media screen and (min-width: 769px) {
  .hsf-top__pre_campaign .layer--row_02 .layer--white .present--15 span {
    background-image: url("../img/top/pre_campaign_present_15_pc.png?v=190315");
    background-size: cover;
    display: block;
    width: 923px;
    padding-top: 318px;
    height: 0;
    font-size: 0;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_02 .layer--white .present--15 span {
    background-image: url("../img/top/pre_campaign_present_15_sp.png?v=190315");
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_02 .layer--white .present--15.cleared::after {
    top: 16.71309192200557%;
    left: 70.66666666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_02 .layer--white .present--15.cleared span {
    background-image: url("../img/top/pre_campaign_present_15_sp_cleared.png?v=190315");
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_02 .present--17 {
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_02 .present--17 span {
    display: block;
    width: 100%;
    padding-top: 47.86666666666667%;
    height: 0;
    font-size: 0;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 769px) {
  .hsf-top__pre_campaign .layer--row_02 .present--17 {
    top: 90px;
    margin-right: -390px;
  }
}
@media screen and (min-width: 769px) {
  .hsf-top__pre_campaign .layer--row_02 .present--17 span {
    background-image: url("../img/top/pre_campaign_present_17_pc.png?v=190315");
    background-size: cover;
    display: block;
    width: 873px;
    padding-top: 284px;
    height: 0;
    font-size: 0;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_02 .present--17 span {
    background-image: url("../img/top/pre_campaign_present_17_sp.png?v=190315");
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_02 .present--17.cleared::after {
    top: 40.66852367688023%;
    left: 12.4vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_02 .present--17.cleared span {
    background-image: url("../img/top/pre_campaign_present_17_sp_cleared.png?v=190315");
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_03 {
    padding-top: 5.333333333333334vw;
    padding-bottom: 10.666666666666668vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_03 .layer--white {
    background-image: url("../img/top/pre_campaign_bg_03_sp.png");
    background-size: cover;
    display: block;
    width: 100%;
    padding-top: 41.06666666666667%;
    height: 0;
    font-size: 0;
    background-repeat: no-repeat;
    top: -14.666666666666666vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_03 .layer--white .present--20 {
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_03 .layer--white .present--20 span {
    display: block;
    width: 100%;
    padding-top: 54.13333333333333%;
    height: 0;
    font-size: 0;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 769px) {
  .hsf-top__pre_campaign .layer--row_03 .layer--white .present--20 {
    top: 96px;
    margin-left: -247px;
  }
}
@media screen and (min-width: 769px) {
  .hsf-top__pre_campaign .layer--row_03 .layer--white .present--20 span {
    background-image: url("../img/top/pre_campaign_present_20_pc.png?v=190315");
    background-size: cover;
    display: block;
    width: 759px;
    padding-top: 430px;
    height: 0;
    font-size: 0;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_03 .layer--white .present--20 span {
    background-image: url("../img/top/pre_campaign_present_20_sp.png?v=190315");
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_03 .layer--white .present--20.cleared::after {
    top: 15.584415584415584%;
    left: 76.13333333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign .layer--row_03 .layer--white .present--20.cleared span {
    background-image: url("../img/top/pre_campaign_present_20_sp_cleared.png?v=190315");
    background-size: cover;
  }
}
.hsf-top__pre_campaign__cm {
  margin-left: auto;
  margin-right: auto;
  width: 560px;
  margin-bottom: 50px;
}
.hsf-top__pre_campaign__cm .cm_wrap {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
  background-image: url("../img/top/app_available_thumb.png");
  background-size: cover;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .hsf-top__pre_campaign__cm {
    width: 60vw;
    margin-bottom: 5.333333333333334vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .hsf-top__pre_campaign__cm .cm_wrap:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (min-width: 769px) and (min-width: 769px) {
  .hsf-top__pre_campaign__cm .cm_wrap {
    cursor: pointer;
  }
}
.hsf-pre_guide {
  width: 999px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .hsf-pre_guide {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hsf-pre_guide {
    padding-right: 3.333333333333333vw;
    padding-left: 3.333333333333333vw;
  }
}
.hsf-pre_guide__heading {
  margin-bottom: 40px;
  padding-top: 40px;
}
.hsf-pre_guide__heading .title {
  margin-left: auto;
  margin-right: auto;
  width: 463px;
}
.hsf-pre_guide__heading .title span {
  background-image: url("../img/top/dl_title.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 18.142548596112313%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .hsf-pre_guide__heading {
    margin-bottom: 8vw;
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-pre_guide__heading .title {
    width: 61.73333333333333vw;
  }

  .hsf-top .hsf-pre_guide__heading .title {
    padding-left: 4vw;
  }
}
.hsf-pre_guide__list {
  border: 1px solid #3b3e39;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
}
.hsf-pre_guide__list .hsf-pre_guide__item {
  text-align: center;
  flex-grow: 1;
  background-color: #fff;
}
.hsf-pre_guide__list .hsf-pre_guide__item a {
  display: block;
  width: 100%;
  padding-top: 28.421052631578945%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
  display: block !important;
  background-position: center;
}
.hsf-pre_guide__list .hsf-pre_guide__item--mail a {
  background-image: url("../img/common/pre_guide_btn_mail_pc.png");
  background-size: auto;
}
.hsf-pre_guide__list .hsf-pre_guide__item--twitter a {
  background-image: url("../img/common/pre_guide_btn_twitter_pc.png");
  background-size: auto;
}
.hsf-pre_guide__list .hsf-pre_guide__item--line a {
  background-image: url("../img/common/pre_guide_btn_line_pc.png");
  background-size: auto;
}
.hsf-pre_guide__list .hsf-pre_guide__item + .hsf-pre_guide__item {
  border-left: 1px solid #3b3e39;
}

@media screen and (max-width: 768px) {
  .hsf-pre_guide__list .hsf-pre_guide__item a {
    display: block;
    width: 100%;
    padding-top: 52.02020202020202%;
    height: 0;
    font-size: 0;
    background-repeat: no-repeat;
    position: relative;
    background-size: 85.3% !important;
    background-position: 50%;
  }
  .hsf-pre_guide__list .hsf-pre_guide__item a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 4px;
  }
}
@media screen and (min-width: 769px) {
  .hsf-pre_guide__list .hsf-pre_guide__item--mail a {
    position: relative;
    display: inline-block;
  }
  .hsf-pre_guide__list.__current .hsf-pre_guide__item--mail a::after {
    position: absolute;
    bottom: 0;
    display: inline-block;
    height: 8px;
    background: #be0303;
    left: 0;
  }
  .hsf-pre_guide__list .hsf-pre_guide__item--mail a::after {
    position: absolute;
    bottom: 0;
    display: inline-block;
    height: 8px;
    background: #be0303;
    left: 0;
    transition: 0.5s ease;
    content: "";
    width: 0;
  }
  .hsf-pre_guide__list.__current .hsf-pre_guide__item--mail a::after, .hsf-pre_guide__list .hsf-pre_guide__item--mail a:hover::after {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hsf-pre_guide__list .hsf-pre_guide__item--mail a {
    background-image: url("../img/common/pre_guide_btn_mail_sp.png");
    background-size: cover;
  }
  .hsf-pre_guide__list .hsf-pre_guide__item--mail a::after {
    background: #be0303;
  }
}
@media screen and (min-width: 769px) {
  .hsf-pre_guide__list .hsf-pre_guide__item--twitter a {
    position: relative;
    display: inline-block;
  }
  .hsf-pre_guide__list.__current .hsf-pre_guide__item--twitter a::after {
    position: absolute;
    bottom: 0;
    display: inline-block;
    height: 8px;
    background: #2ca7e0;
    left: 0;
  }
  .hsf-pre_guide__list .hsf-pre_guide__item--twitter a::after {
    position: absolute;
    bottom: 0;
    display: inline-block;
    height: 8px;
    background: #2ca7e0;
    left: 0;
    transition: 0.5s ease;
    content: "";
    width: 0;
  }
  .hsf-pre_guide__list.__current .hsf-pre_guide__item--twitter a::after, .hsf-pre_guide__list .hsf-pre_guide__item--twitter a:hover::after {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hsf-pre_guide__list .hsf-pre_guide__item--twitter a {
    background-image: url("../img/common/pre_guide_btn_twitter_sp.png");
    background-size: cover;
  }
  .hsf-pre_guide__list .hsf-pre_guide__item--twitter a::after {
    background: #2ca7e0;
  }
}
@media screen and (min-width: 769px) {
  .hsf-pre_guide__list .hsf-pre_guide__item--line a {
    position: relative;
    display: inline-block;
  }
  .hsf-pre_guide__list.__current .hsf-pre_guide__item--line a::after {
    position: absolute;
    bottom: 0;
    display: inline-block;
    height: 8px;
    background: #3ace01;
    left: 0;
  }
  .hsf-pre_guide__list .hsf-pre_guide__item--line a::after {
    position: absolute;
    bottom: 0;
    display: inline-block;
    height: 8px;
    background: #3ace01;
    left: 0;
    transition: 0.5s ease;
    content: "";
    width: 0;
  }
  .hsf-pre_guide__list.__current .hsf-pre_guide__item--line a::after, .hsf-pre_guide__list .hsf-pre_guide__item--line a:hover::after {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hsf-pre_guide__list .hsf-pre_guide__item--line a {
    background-image: url("../img/common/pre_guide_btn_line_sp.png");
    background-size: cover;
  }
  .hsf-pre_guide__list .hsf-pre_guide__item--line a::after {
    background: #3ace01;
  }
}
.hsf-pre_guide__kiyaku {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #585959;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.hsf-pre_guide__kiyaku a {
  color: #fff;
  text-decoration: underline;
}
.hsf-pre_guide__kiyaku a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .hsf-pre_guide__kiyaku {
    padding-top: 2.666666666666667vw;
    padding-bottom: 2.666666666666667vw;
    font-size: 2.933333333333333vw;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .hsf-pre_guide__kiyaku p {
    transform: scale(0.9);
    transform-origin: center;
  }
}
@media screen and (max-width: 374px) {
  .hsf-pre_guide__kiyaku p {
    transform-origin: left;
  }
}
/* ==========================================================================
   Pages
   - ページ固有のスタイル
========================================================================== */
.hsf-characters ._inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.hsf-characters.archive .hsf-breadcrumb_list, .hsf-characters.single .hsf-breadcrumb_list {
  width: 1000px;
}

@media screen and (max-width: 768px) {
  .hsf-characters ._inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hsf-characters.archive .hsf-breadcrumb_list {
    width: 89.33333333333333vw;
    padding-right: 5.333333333333334vw;
    padding-left: 5.333333333333334vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-characters.single .hsf-breadcrumb_list {
    width: 89.33333333333333vw;
    padding-right: 5.333333333333334vw;
    padding-left: 5.333333333333334vw;
  }
}
.hsf-characters__heading {
  margin-bottom: 50px;
}
.hsf-characters__heading .title {
  margin-left: auto;
  margin-right: auto;
  width: 475px;
}
.hsf-characters__heading .title span {
  background-image: url("../img/characters/page_title.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 18.31578947368421%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .hsf-characters__heading {
    margin-bottom: 10.666666666666668vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-characters__heading .title {
    width: 63.33333333333333vw;
  }
}
.hsf-characters.single .hsf-characters__body {
  width: 883px;
  margin-left: auto;
  margin-right: auto;
}
.hsf-characters.archive .hsf-characters__body .hsf-btn--common {
  margin-top: 50px;
}
.hsf-characters.archive .hsf-btn__chara_cat {
  margin-top: 46px;
  margin-bottom: 34px;
  text-align: center;
}
.hsf-characters.archive .hsf-btn__chara_cat__btn + .hsf-btn__chara_cat__btn {
  margin-left: 16px;
}

@media screen and (max-width: 768px) {
  .hsf-characters.single .hsf-characters__body {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hsf-characters.archive .hsf-characters__body .hsf-btn--common {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-characters.archive .hsf-btn__chara_cat__btn + .hsf-btn__chara_cat__btn {
    margin-left: 2%;
  }
}
.hsf-characters__block {
  padding-top: 30px;
  margin-top: -30px;
}
.hsf-characters__block + .hsf-characters__block {
  margin-top: 80px;
}
.hsf-characters__block .chara_list__item {
  float: left;
}
.hsf-characters__block .chara_list:after {
  content: "";
  display: block;
  clear: both;
}
.hsf-characters__block .chara_list__item {
  display: inline-block;
  width: 310px;
  height: 291px;
}
.hsf-characters__block .chara_list__item a {
  display: inline-block;
  width: 310px;
  height: 291px;
}
.hsf-characters__block .chara_list__item img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .hsf-characters__block {
    margin-left: 5.333333333333334vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-characters__block + .hsf-characters__block {
    margin-top: 13.333333333333334vw;
  }
}
@media screen and (min-width: 769px) {
  .hsf-characters__block .chara_list__item {
    position: relative;
  }
  .hsf-characters__block .chara_list__item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 291px 0 0 310px;
    border-color: transparent transparent transparent rgba(67, 197, 253, 0.8);
  }
  .hsf-characters__block .chara_list__item:hover::after {
    border-color: transparent transparent transparent rgba(15, 16, 131, 0.8);
  }
}
@media screen and (max-width: 768px) {
  .hsf-characters__block .chara_list__item:nth-child(2n) {
    margin-left: 8vw;
  }
  .hsf-characters__block .chara_list__item:nth-child(n+3) {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .hsf-characters__block .chara_list__item:nth-child(3n+2), .hsf-characters__block .chara_list__item:nth-child(3n) {
    margin-left: 35px;
  }
  .hsf-characters__block .chara_list__item:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-characters__block .chara_list__item {
    width: 41.333333333333336vw;
    height: auto;
  }
  .hsf-characters__block .chara_list__item a {
    width: 41.333333333333336vw;
    height: auto;
  }
}
.hsf-characters--app .title {
  margin-left: auto;
  margin-right: auto;
  width: 312px;
  margin-bottom: 34px;
}
.hsf-characters--app .title span {
  background-image: url("../img/characters/section_title_app.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 21.153846153846153%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .hsf-characters--app .title {
    width: 41.6vw;
    margin-bottom: 5.600000000000001vw;
  }
}
.hsf-characters--anime .title {
  margin-left: auto;
  margin-right: auto;
  width: 395px;
  margin-bottom: 34px;
}
.hsf-characters--anime .title span {
  background-image: url("../img/characters/section_title_anime.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 17.72151898734177%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .hsf-characters--anime .title {
    width: 52.666666666666664vw;
    margin-bottom: 5.600000000000001vw;
  }
}
.hsf-characters.single .hsf-chara__pagenav {
  margin-left: auto;
  margin-right: auto;
  width: 842px;
  margin-top: 110px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .hsf-characters.single .hsf-chara__pagenav {
    width: 68.26666666666667vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 769px) {
  .hsf-characters__body .hsf-characters__full_img, .hsf-characters__body .hsf-characters__info {
    float: left;
  }
  .hsf-characters__body:after {
    content: "";
    display: block;
    clear: both;
  }
}
.hsf-characters__full_img {
  width: 386px;
}
.hsf-characters__full_img img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .hsf-characters__full_img {
    width: 100%;
  }
}
.hsf-characters__info {
  width: 474px;
  margin-left: 20px;
  padding-top: 20px;
}
.hsf-characters__info .position {
  margin-bottom: 15px;
  font-size: 22px;
}
.hsf-characters__info .name {
  font-family: 'Noto Sans JP', Noto Sans CJK JP, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 90px;
}
.hsf-characters__info .name__sub {
  position: relative;
  white-space: nowrap;
}
.hsf-characters__info .name_en, .hsf-characters__info .cv {
  display: inline-block;
}
.hsf-characters__info .name_en {
  vertical-align: bottom;
}
.hsf-characters__info .name_en img {
  display: block;
  width: 100%;
}
.hsf-characters__info .cv {
  margin-left: 30px;
  font-size: 27px;
  color: #555;
}
.hsf-characters__info .catch {
  margin: 30px 0;
  font-size: 30px;
  color: #999;
  line-height: 1.2;
  white-space: nowrap;
}
.hsf-characters__info .profile {
  width: 100%;
  font-size: 16px;
}
.hsf-characters__info .profile .row {
  border: 1px solid #66d0ff;
}
.hsf-characters__info .profile .head, .hsf-characters__info .profile .data {
  line-height: 1.2em;
  padding: 5px 0;
}
.hsf-characters__info .profile .head {
  width: 95px;
  font-size: 16px;
  text-align: right;
  font-weight: bold;
  color: #66d0ff;
}
.hsf-characters__info .profile .data {
  padding-left: 1em;
}
.hsf-characters__info .hsf-characters__voices {
  margin: 26px 0;
}

@media screen and (max-width: 768px) {
  .hsf-characters__info {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .hsf-characters__info .position {
    font-size: 3.733333333333334vw;
  }
}
@media screen and (min-width: 769px) {
  .hsf-characters__info .name {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .hsf-characters__info .name {
    font-size: 12vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-characters__info .name_en, .hsf-characters__info .cv {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .hsf-characters__info .name_en {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-characters__info .cv {
    margin-left: 0;
    font-size: 3.733333333333334vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-characters__info .profile {
    width: 93.6vw;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .hsf-characters__info .profile .head, .hsf-characters__info .profile .data {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-characters__info .profile .data {
    text-align: left;
  }
}
.hsf-characters.tsumugi .name_en {
  width: 272px;
}
.hsf-characters.kimie .name_en {
  width: 192px;
}
.hsf-characters.yumiko .name_en {
  width: 179px;
}
.hsf-characters.tsutsuji .name_en {
  width: 190px;
}
.hsf-characters.chika .name_en {
  width: 216px;
}
.hsf-characters.ayumi .name_en {
  width: 186px;
}
.hsf-characters.noriko .name_en {
  width: 192px;
}
.hsf-characters.sayuri .name_en {
  width: 175px;
}
.hsf-characters.akeno .name_en {
  width: 176px;
}
.hsf-characters.mashiro .name_en {
  width: 248px;
}
.hsf-characters.shima .name_en {
  width: 190px;
}
.hsf-characters.mei .name_en {
  width: 139px;
}
.hsf-characters.kouko .name_en {
  width: 161px;
}
.hsf-characters.rin .name_en {
  width: 186px;
}

@media screen and (max-width: 768px) {
  .hsf-characters.tsumugi .name_en {
    width: 46.666666666666664vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-characters.kimie .name_en {
    width: 36.53333333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-characters.yumiko .name_en {
    width: 30.533333333333335vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-characters.tsutsuji .name_en {
    width: 32.53333333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-characters.chika .name_en {
    width: 36.666666666666664vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-characters.ayumi .name_en {
    width: 36.666666666666664vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-characters.noriko .name_en {
    width: 32.53333333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .hsf-characters.noriko .hsf-characters__info {
    padding-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-characters.noriko .hsf-characters__full_img.sp {
    padding-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-characters.sayuri .name_en {
    width: 30vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-characters.akeno .name_en {
    width: 30vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-characters.mashiro .name_en {
    width: 42.266666666666666vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-characters.shima .name_en {
    width: 30vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-characters.mei .name_en {
    width: 23.733333333333334vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-characters.kouko .name_en {
    width: 27.6vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-characters.rin .name_en {
    width: 31.733333333333334vw;
  }
}
.hsf-err ._inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.hsf-err .hsf-contents {
  padding-top: 180px;
}
.hsf-err .hsf-pre__bg {
  background: linear-gradient(to top, #daf599 10%, #40c4ff 33.5%);
}

@media screen and (max-width: 768px) {
  .hsf-err ._inner {
    width: 89.33333333333333vw;
    padding-right: 5.333333333333334vw;
    padding-left: 5.333333333333334vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-err .hsf-contents {
    padding-top: 29.333333333333332vw;
  }
}
.hsf-err__heading .title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .hsf-err__heading .title {
    margin-bottom: 5.600000000000001vw;
  }
}
.hsf-err__body {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  width: 712px;
  padding: 50px;
  background-color: #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .hsf-err__body {
    font-size: 2.933333333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-err__body {
    width: 75.46666666666667vw;
    padding: 6vw 3.733333333333334vw;
  }
}
.hsf-err__body__header .title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.hsf-err__body__header .lead {
  font-family: Noto Sans CJK JP, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .hsf-err__body__header .title {
    margin-bottom: 6.666666666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-err__body__header .lead {
    font-size: 3.466666666666666vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-err__body__header .lead {
    margin-bottom: 5.333333333333334vw;
    font-size: 3.2vw;
  }
}
.hsf-err__body .hsf-btn--common {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .hsf-err__body .hsf-btn--common {
    margin-top: 5.333333333333334vw;
  }
}
.hsf-err--404 .hsf-err__heading .title {
  width: 533px;
}
.hsf-err--404 .hsf-err__heading .title span {
  background-image: url("../img/err/page_title_404.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 15.572232645403378%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .hsf-err--404 .hsf-err__heading .title {
    width: 71.06666666666666vw;
  }
}
.hsf-err--db .hsf-err__heading .title {
  width: 323px;
}
.hsf-err--db .hsf-err__heading .title span {
  background-image: url("../img/err/page_title_db.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 25.077399380804955%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .hsf-err--db .hsf-err__heading .title {
    width: 43.06666666666666vw;
  }
}
.hsf-manga ._inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.hsf-manga .hsf-breadcrumb_list {
  width: 1000px;
}

@media screen and (max-width: 768px) {
  .hsf-manga ._inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hsf-manga .hsf-breadcrumb_list {
    width: 89.33333333333333vw;
    padding-right: 5.333333333333334vw;
    padding-left: 5.333333333333334vw;
  }
}
.hsf-manga__heading {
  margin-top: 45px;
  margin-bottom: 70px;
}
.hsf-manga__heading .title {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}
.hsf-manga__heading .title img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .hsf-manga__heading {
    margin-bottom: 7.333333333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-manga__heading .title {
    width: 83.73333333333333vw;
  }
}
.hsf-manga__body {
  background-color: #0b77d1;
  border: 5px solid #ccc;
  box-sizing: border-box;
  position: relative;
  margin-top: 70px;
  padding-bottom: 94px;
  background-image: url("../img/manga/bg_main_ocean.png"), url("../img/manga/bg_main_wave_pc.png");
  background-position: top left, bottom left;
  background-repeat: no-repeat;
  background-size: 274px, 100%;
}

@media screen and (max-width: 768px) {
  .hsf-manga__body {
    border-width: 2.5px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-manga__body {
    margin-left: auto;
    margin-right: auto;
    width: 96vw;
    margin-top: 30px;
    padding-bottom: 50px;
    background-image: url("../img/manga/bg_main_ocean.png"), url("../img/manga/bg_main_wave_sp.png");
    background-size: 155.5px, 100%;
  }
}
.hsf-manga__body__title {
  margin-top: 26px;
  margin-bottom: 32px;
  padding-bottom: 50px;
  color: #fff;
  background-image: url("../img/manga/bg_main_rope.png");
  background-repeat: no-repeat;
  background-size: 712px;
  background-position: bottom left;
}
.hsf-manga__body__title .index {
  display: inline-block;
  font-family: Arial, sans-serif;
  position: relative;
  margin-left: 48px;
  font-size: 54px;
  z-index: 0;
}
.hsf-manga__body__title .index span {
  font-weight: bold;
}
.hsf-manga__body__title .index span::before, .hsf-manga__body__title .index span::after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
}
.hsf-manga__body__title .index span::before {
  background-image: url("../img/manga/txt_index_01.png");
  background-size: cover;
  margin-right: 10px;
}
.hsf-manga__body__title .index span::after {
  background-image: url("../img/manga/txt_index_02.png");
  background-size: cover;
  margin-left: 10px;
}
.hsf-manga__body__title .index::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/manga/bg_index_wheel.png");
  background-size: cover;
  content: '';
  display: block;
  width: 153px;
  height: 176px;
  z-index: -1;
}
.hsf-manga__body__title h1 {
  display: inline-block;
  margin-left: 42px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .hsf-manga__body__title {
    margin-top: 4vw;
    margin-bottom: 4.266666666666667vw;
    padding-bottom: 5.333333333333334vw;
    background-size: 98%;
    background-position: bottom right;
  }
}
@media screen and (max-width: 768px) {
  .hsf-manga__body__title .index, .hsf-manga__body__title h1 {
    vertical-align: middle;
  }
}
@media screen and (max-width: 768px) {
  .hsf-manga__body__title .index span::before, .hsf-manga__body__title .index span::after {
    width: 4.666666666666667vw;
    height: 4.666666666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-manga__body__title .index span::before {
    margin-right: 6px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-manga__body__title .index span::after {
    margin-left: 6px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-manga__body__title .index {
    margin-left: 3vw;
    font-size: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-manga__body__title .index::after {
    width: 20.133333333333333vw;
    height: 23.200000000000003vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-manga__body__title h1 {
    margin-left: 3vw;
    font-size: 4.533333333333333vw;
    width: 68vw;
  }
}
@media screen and (max-width: 600px) {
  .hsf-manga__body__title h1 {
    width: 63vw;
  }
}
@media screen and (max-width: 374px) {
  .hsf-manga__body__title h1 {
    width: 58vw;
  }
}
.hsf-manga__main {
  background-color: #fff;
  border: 5px solid #ccc;
  box-sizing: border-box;
  width: 642px;
  margin-left: 39px;
  padding-bottom: 30px;
}
.hsf-manga__main .hsf-pagination {
  margin-left: auto;
  margin-right: auto;
  width: 567px;
}

@media screen and (max-width: 768px) {
  .hsf-manga__main {
    border-width: 2.5px;
  }
}
@media screen and (min-width: 769px) {
  .hsf-manga__main {
    -webkit-filter: drop-shadow(8px 8px 0 rgba(0, 0, 0, 0.15));
  }
}
@media screen and (max-width: 768px) {
  .hsf-manga__main {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .hsf-manga__main .hsf-pagination {
    width: 68.26666666666667vw;
    height: 30px;
    margin-top: 35px;
  }
}
.hsf-manga__article {
  margin: 40px 32px;
}

@media screen and (max-width: 768px) {
  .hsf-manga__article {
    margin-top: 6.133333333333333vw;
    margin-bottom: 4.8vw;
    margin-right: 5.600000000000001vw;
    margin-left: 5.600000000000001vw;
  }
}
.hsf-manga__article__img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.hsf-manga__article__img img {
  display: block;
  width: 100%;
}

.hsf-manga__backnumber {
  position: absolute;
  top: -42px;
  right: 28px;
}
.hsf-manga__backnumber.active .hsf-manga__backnumber__btn_drawer span {
  background-image: url("../img/../img/manga/btn_backnumber_drawer_active.png");
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .hsf-manga__backnumber {
    margin-bottom: 40px;
  }
  .hsf-manga__backnumber::before {
    content: '';
    position: absolute;
    top: 0;
    right: -13px;
    display: block;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 42px 0;
    border-color: transparent transparent #ccc transparent;
  }
  .hsf-manga__backnumber::after {
    content: '';
    position: absolute;
    top: 0;
    right: -13px;
    display: block;
    z-index: 0;
    width: 13px;
    height: 37px;
    background-color: #bbf0fc;
  }
}
@media screen and (max-width: 768px) {
  .hsf-manga__backnumber {
    position: fixed;
    top: -2.5px;
    right: calc(-2% - 153px);
    margin-right: -6px;
    transition: right 0.3s ease !important;
    z-index: 750;
  }
}
@media screen and (max-width: 768px) {
  .hsf-manga__backnumber.active {
    right: -2%;
  }
}
.hsf-manga__backnumber__btn_drawer {
  position: absolute;
  left: -42px;
  width: 45px;
}
.hsf-manga__backnumber__btn_drawer span {
  background-image: url("../img/../img/manga/btn_backnumber_drawer.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 97.77777777777777%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}

.hsf-manga__backnumber__content {
  background-color: #fff;
  border: 5px solid #ccc;
  box-sizing: border-box;
  padding-top: 25px;
  padding-bottom: 40px;
  background-image: url("../img/manga/bg_backnumber_dot.png");
  background-repeat: repeat;
}

@media screen and (max-width: 768px) {
  .hsf-manga__backnumber__content {
    border-width: 2.5px;
  }
}
@media screen and (min-width: 769px) {
  .hsf-manga__backnumber__content {
    -webkit-filter: drop-shadow(8px 8px 0 rgba(0, 0, 0, 0.15));
  }
}
@media screen and (max-width: 768px) {
  .hsf-manga__backnumber__content {
    width: 155.5px;
    padding-top: 7px;
    padding-bottom: 19px;
    border-width: 3px;
    border-color: #0e0f7c;
  }
}
@media screen and (max-width: 768px) {
  .hsf-manga__backnumber__list_wrap {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fbfbf9;
    border: 1px solid #ccc;
  }
}
.hsf-manga__backnumber__list {
  position: relative;
}

@media screen and (max-width: 768px) {
  .hsf-manga__backnumber__list {
    height: 283px;
    overflow: hidden;
  }
}
.hsf-manga__backnumber__title {
  margin-left: auto;
  margin-right: auto;
  width: 210px;
  margin-bottom: 34px;
}
.hsf-manga__backnumber__title span {
  background-image: url("../img/../img/manga/title_backnumber_pc.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 28.57142857142857%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .hsf-manga__backnumber__title {
    width: 28.000000000000004vw;
    margin-bottom: 5.600000000000001vw;
  }
}
.hsf-manga__backnumber .backnumber__item {
  width: 213px;
  margin-right: 20px;
  margin-left: 20px;
  position: relative;
}
.hsf-manga__backnumber .backnumber__item + .backnumber__item {
  margin-top: 18px;
}
.hsf-manga__backnumber .backnumber__item a {
  display: block;
  background-color: #fff;
  color: #555;
  -webkit-filter: drop-shadow(3px 3px 0 rgba(0, 0, 0, 0.15));
}
.hsf-manga__backnumber .backnumber__item .index {
  display: inline-block;
  font-family: Arial, sans-serif;
  position: relative;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 47px;
  background-image: url("../img/manga/bg_backnumber_index_pc.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
.hsf-manga__backnumber .backnumber__item .index span {
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 9px;
  font-size: 28px;
  color: #fff;
}
.hsf-manga__backnumber .backnumber__item .index span::before, .hsf-manga__backnumber .backnumber__item .index span::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
}
.hsf-manga__backnumber .backnumber__item .index span::before {
  background-image: url("../img/manga/txt_index_01.png");
  background-size: cover;
  margin-right: 6px;
}
.hsf-manga__backnumber .backnumber__item .index span::after {
  background-image: url("../img/manga/txt_index_02.png");
  background-size: cover;
  margin-left: 6px;
}
.hsf-manga__backnumber .backnumber__item .thumbnail {
  border: 4px solid #0b77d1;
  box-sizing: border-box;
}
.hsf-manga__backnumber .backnumber__item .thumbnail img {
  display: block;
  width: 205px;
  height: 164px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.hsf-manga__backnumber .backnumber__item.current .thumbnail, .hsf-manga__backnumber .backnumber__item a:hover .thumbnail {
  border-color: #04fcdc;
  position: relative;
}
.hsf-manga__backnumber .backnumber__item.current .thumbnail::before, .hsf-manga__backnumber .backnumber__item a:hover .thumbnail::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.hsf-manga__backnumber .backnumber__item .title {
  padding: 10px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .hsf-manga__backnumber .backnumber__item {
    margin-left: auto;
    margin-right: auto;
    width: 126px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-manga__backnumber .backnumber__item .index span::before, .hsf-manga__backnumber .backnumber__item .index span::after {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-manga__backnumber .backnumber__item .index span::before {
    margin-right: 3px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-manga__backnumber .backnumber__item .index span::after {
    margin-left: 3px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-manga__backnumber .backnumber__item .index {
    height: 27px;
    background-image: url("../img/manga/bg_backnumber_index_sp.png");
  }
}
@media screen and (max-width: 768px) {
  .hsf-manga__backnumber .backnumber__item .index span {
    left: 6px;
    font-size: 16.5px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-manga__backnumber .backnumber__item .thumbnail {
    border-width: 2px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-manga__backnumber .backnumber__item .thumbnail img {
    width: 122px;
    height: 98px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-manga__backnumber .backnumber__item .title {
    font-size: 11px;
  }
}
.hsf-manga__backnumber__btn_scroll {
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  margin-top: 40px;
}
.hsf-manga__backnumber__btn_scroll span {
  display: block;
  width: 100%;
  padding-top: 28.333333333333332%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
  background-image: url("../img/manga/btn_backnumber_scroll.png");
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .hsf-manga__backnumber__btn_scroll {
    cursor: pointer;
  }
}
@media screen and (min-width: 769px) {
  .hsf-manga__backnumber__btn_scroll:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .hsf-manga__backnumber__btn_scroll:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .hsf-manga__backnumber__btn_scroll {
    width: 89.5px;
    margin-top: 16.5px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-manga__backnumber.active + .hsf-manga__drawer_layer {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 150%;
    transform: translate(-50%, -50%);
    z-index: 700;
  }
}
.hsf-manga__profile {
  margin-top: 52px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .hsf-manga__profile {
    margin-top: 25px;
  }
}
.hsf-manga__profile__img, .hsf-manga__profile__txt {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}

.hsf-manga__profile {
  letter-spacing: -0.4em;
}

.hsf-manga__profile__img {
  width: 177px;
  margin-right: 20px;
}
.hsf-manga__profile__img img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .hsf-manga__profile__img {
    width: 30.4vw;
    margin-right: 2.933333333333333vw;
  }
}
.hsf-manga__profile__txt {
  text-align: left;
}
.hsf-manga__profile__txt .name {
  margin-bottom: 10px;
  font-size: 30px;
}
.hsf-manga__profile__txt .short, .hsf-manga__profile__txt .recent {
  font-size: 22px;
}
.hsf-manga__profile__txt .short {
  margin-bottom: 15px;
}
.hsf-manga__profile__txt .recent {
  line-height: 1.36;
}

@media screen and (max-width: 768px) {
  .hsf-manga__profile__txt {
    width: 50vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-manga__profile__txt .name {
    font-size: 5.066666666666666vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-manga__profile__txt .short, .hsf-manga__profile__txt .recent {
    font-size: 3.466666666666666vw;
  }
}
.hsf-news ._inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .hsf-news ._inner {
    width: 89.33333333333333vw;
    padding-right: 5.333333333333334vw;
    padding-left: 5.333333333333334vw;
  }
}
.hsf-news__heading .title, .hsf-top__news__heading .title {
  margin-left: auto;
  margin-right: auto;
  width: 341px;
  margin-bottom: 34px;
}

@media screen and (max-width: 768px) {
  .hsf-news__heading .title, .hsf-top__news__heading .title {
    width: 45.46666666666667vw;
    margin-bottom: 5.600000000000001vw;
  }
}
.hsf-news__heading .title span, .hsf-top__news__heading .title span {
  background-image: url("../img/news/page_title.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 24.926686217008797%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}

.hsf-news__heading .hsf-news__cat_filter {
  margin-left: auto;
  margin-right: auto;
  width: 674px;
  margin-bottom: 54px;
}
.hsf-news__heading .hsf-news__cat_filter__item {
  float: left;
  width: 99px;
}
.hsf-news__heading .hsf-news__cat_filter:after {
  content: "";
  display: block;
  clear: both;
}
.hsf-news__heading .hsf-news__cat_filter__item + .hsf-news__cat_filter__item {
  margin-left: 16px;
}
.hsf-news__heading .hsf-news__cat_filter__item:hover {
  opacity: 0.4;
  cursor: pointer;
}
.hsf-news__heading .hsf-news__cat_filter__item a {
  display: block;
  width: 100%;
  padding-top: 41.41414141414141%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}
.hsf-news__heading .hsf-news__cat_filter__item[data-category=all] a {
  background-image: url("../img/news/category_filter_all_pc.png");
  background-size: cover;
}
.hsf-news__heading .hsf-news__cat_filter__item.selected[data-category=all] a {
  background-image: url("../img/news/category_filter_all_pc_selected.png");
  background-size: cover;
}
.hsf-news__heading .hsf-news__cat_filter__item[data-category=info] a {
  background-image: url("../img/news/category_filter_info_pc.png");
  background-size: cover;
}
.hsf-news__heading .hsf-news__cat_filter__item.selected[data-category=info] a {
  background-image: url("../img/news/category_filter_info_pc_selected.png");
  background-size: cover;
}
.hsf-news__heading .hsf-news__cat_filter__item[data-category=game] a {
  background-image: url("../img/news/category_filter_game_pc.png");
  background-size: cover;
}
.hsf-news__heading .hsf-news__cat_filter__item.selected[data-category=game] a {
  background-image: url("../img/news/category_filter_game_pc_selected.png");
  background-size: cover;
}
.hsf-news__heading .hsf-news__cat_filter__item[data-category=event] a {
  background-image: url("../img/news/category_filter_event_pc.png");
  background-size: cover;
}
.hsf-news__heading .hsf-news__cat_filter__item.selected[data-category=event] a {
  background-image: url("../img/news/category_filter_event_pc_selected.png");
  background-size: cover;
}
.hsf-news__heading .hsf-news__cat_filter__item[data-category=goods] a {
  background-image: url("../img/news/category_filter_goods_pc.png");
  background-size: cover;
}
.hsf-news__heading .hsf-news__cat_filter__item.selected[data-category=goods] a {
  background-image: url("../img/news/category_filter_goods_pc_selected.png");
  background-size: cover;
}
.hsf-news__heading .hsf-news__cat_filter__item[data-category=movie] a {
  background-image: url("../img/news/category_filter_movie_pc.png");
  background-size: cover;
}
.hsf-news__heading .hsf-news__cat_filter__item.selected[data-category=movie] a {
  background-image: url("../img/news/category_filter_movie_pc_selected.png");
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .hsf-news__heading .hsf-news__cat_filter {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hsf-news__heading .hsf-news__cat_filter__item {
    width: 13.200000000000001vw;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .hsf-news__heading .hsf-news__cat_filter__item + .hsf-news__cat_filter__item {
    margin-left: 1.866666666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-news__heading .hsf-news__cat_filter__item a {
    display: block;
    width: 100%;
    padding-top: 90.9090909090909%;
    height: 0;
    font-size: 0;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .hsf-news__heading .hsf-news__cat_filter__item[data-category=all] {
    border: 1px solid #66d0ff;
  }
}
@media screen and (max-width: 768px) {
  .hsf-news__heading .hsf-news__cat_filter__item[data-category=all] a {
    background-image: url("../img/news/category_filter_all_sp.png");
    background-size: cover;
    background-color: #66d0ff;
  }
}
@media screen and (max-width: 768px) {
  .hsf-news__heading .hsf-news__cat_filter__item.selected[data-category=all] a {
    background-image: url("../img/news/category_filter_all_sp_selected.png");
    background-size: cover;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .hsf-news__heading .hsf-news__cat_filter__item[data-category=info] {
    border: 1px solid #1fff9a;
  }
}
@media screen and (max-width: 768px) {
  .hsf-news__heading .hsf-news__cat_filter__item[data-category=info] a {
    background-image: url("../img/news/category_filter_info_sp.png");
    background-size: cover;
    background-color: #1fff9a;
  }
}
@media screen and (max-width: 768px) {
  .hsf-news__heading .hsf-news__cat_filter__item.selected[data-category=info] a {
    background-image: url("../img/news/category_filter_info_sp_selected.png");
    background-size: cover;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .hsf-news__heading .hsf-news__cat_filter__item[data-category=game] {
    border: 1px solid #d5e82f;
  }
}
@media screen and (max-width: 768px) {
  .hsf-news__heading .hsf-news__cat_filter__item[data-category=game] a {
    background-image: url("../img/news/category_filter_game_sp.png");
    background-size: cover;
    background-color: #d5e82f;
  }
}
@media screen and (max-width: 768px) {
  .hsf-news__heading .hsf-news__cat_filter__item.selected[data-category=game] a {
    background-image: url("../img/news/category_filter_game_sp_selected.png");
    background-size: cover;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .hsf-news__heading .hsf-news__cat_filter__item[data-category=event] {
    border: 1px solid #fc8b00;
  }
}
@media screen and (max-width: 768px) {
  .hsf-news__heading .hsf-news__cat_filter__item[data-category=event] a {
    background-image: url("../img/news/category_filter_event_sp.png");
    background-size: cover;
    background-color: #fc8b00;
  }
}
@media screen and (max-width: 768px) {
  .hsf-news__heading .hsf-news__cat_filter__item.selected[data-category=event] a {
    background-image: url("../img/news/category_filter_event_sp_selected.png");
    background-size: cover;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .hsf-news__heading .hsf-news__cat_filter__item[data-category=goods] {
    border: 1px solid #fe60ac;
  }
}
@media screen and (max-width: 768px) {
  .hsf-news__heading .hsf-news__cat_filter__item[data-category=goods] a {
    background-image: url("../img/news/category_filter_goods_sp.png");
    background-size: cover;
    background-color: #fe60ac;
  }
}
@media screen and (max-width: 768px) {
  .hsf-news__heading .hsf-news__cat_filter__item.selected[data-category=goods] a {
    background-image: url("../img/news/category_filter_goods_sp_selected.png");
    background-size: cover;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .hsf-news__heading .hsf-news__cat_filter__item[data-category=movie] {
    border: 1px solid #b8987e;
  }
}
@media screen and (max-width: 768px) {
  .hsf-news__heading .hsf-news__cat_filter__item[data-category=movie] a {
    background-image: url("../img/news/category_filter_movie_sp.png");
    background-size: cover;
    background-color: #b8987e;
  }
}
@media screen and (max-width: 768px) {
  .hsf-news__heading .hsf-news__cat_filter__item.selected[data-category=movie] a {
    background-image: url("../img/news/category_filter_movie_sp_selected.png");
    background-size: cover;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .hsf-news__body {
    margin-left: auto;
    margin-right: auto;
    width: 68.26666666666667vw;
  }
}
.hsf-news.archive .hsf-news__body .hsf-btn--common {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .hsf-news.archive .hsf-news__body .hsf-btn--common {
    margin-top: 15.466666666666667vw;
  }
}
.hsf-news__article_list .hsf-news__article--archive {
  float: left;
  display: inline-block;
  width: 320px;
}
.hsf-news__article_list:after {
  content: "";
  display: block;
  clear: both;
}
.hsf-news__article_list .hsf-news__article--archive a {
  position: relative;
  display: block;
  color: #333;
  box-shadow: 5px 5px 7px rgba(174, 175, 175, 0.2);
}
.hsf-news__article_list .hsf-news__article--archive[data-category=info] .date {
  border-top: 1px solid #1fff9a;
}
.hsf-news__article_list .hsf-news__article--archive[data-category=game] .date {
  border-top: 1px solid #d5e82f;
}
.hsf-news__article_list .hsf-news__article--archive[data-category=event] .date {
  border-top: 1px solid #fc8b00;
}
.hsf-news__article_list .hsf-news__article--archive[data-category=goods] .date {
  border-top: 1px solid #fe60ac;
}
.hsf-news__article_list .hsf-news__article--archive[data-category=movie] .date {
  border-top: 1px solid #b8987e;
}
.hsf-news__article_list .hsf-news__article--archive .hsf-news__article__thumbnail {
  position: relative;
  background-color: #fff;
}
.hsf-news__article_list .hsf-news__article--archive .hsf-news__article__thumbnail .img img {
  display: block;
  width: 320px;
  height: 215px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.hsf-news__article_list .hsf-news__article--archive .hsf-news__article__category {
  margin-bottom: 15px;
}
.hsf-news__article_list .hsf-news__article--archive .hsf-news__article__data {
  padding: 15px;
  background-color: #fbfaf6;
  font-size: 16px;
  line-height: 1.4;
}
.hsf-news__article_list .hsf-news__article--archive .hsf-news__article__data .title {
  font-weight: normal;
  height: 2.8em;
}
.hsf-news__article_list .hsf-news__article--archive .hsf-news__article__data .date {
  font-family: Arial, sans-serif;
  margin-top: 8px;
  padding-top: 8px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .hsf-news__article_list .hsf-news__article--archive {
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
    width: 68.66666666666667vw;
  }
  .hsf-news__article_list .hsf-news__article--archive + .hsf-news__article--archive {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .hsf-news__article_list .hsf-news__article--archive:nth-child(3n+2), .hsf-news__article_list .hsf-news__article--archive:nth-child(3n) {
    margin-left: 20px;
  }
  .hsf-news__article_list .hsf-news__article--archive:nth-child(n+4) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-news__article_list .hsf-news__article--archive .hsf-news__article__thumbnail .img img {
    width: 100%;
    height: 45.86666666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-news__article_list .hsf-news__article--archive .hsf-news__article__data .title {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-news__article_list .hsf-news__article--archive .hsf-news__article__data .date {
    margin-top: 0.880281690140845vh;
    margin-top: 0.704225352112676vh;
    font-size: 3.466666666666666vw;
  }
}
.hsf-news__article__category__type {
  float: left;
  width: 100px;
}

.hsf-news__article__category:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 769px) {
  .hsf-news__article__category__type:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .hsf-news__article__category__type:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .hsf-news__article__category__type {
    width: 21.333333333333336vw;
  }
}
.hsf-news__article__category__type + .hsf-news__article__category__type {
  margin-left: 8px;
}
.hsf-news__article__category__type a {
  display: block;
  width: 100%;
  padding-top: 22.5%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}
.hsf-news__article__category__type[data-category=info] a {
  background-image: url("../img/news/category_tag_info.png");
  background-size: cover;
}
.hsf-news__article__category__type[data-category=game] a {
  background-image: url("../img/news/category_tag_game.png");
  background-size: cover;
}
.hsf-news__article__category__type[data-category=event] a {
  background-image: url("../img/news/category_tag_event.png");
  background-size: cover;
}
.hsf-news__article__category__type[data-category=goods] a {
  background-image: url("../img/news/category_tag_goods.png");
  background-size: cover;
}
.hsf-news__article__category__type[data-category=movie] a {
  background-image: url("../img/news/category_tag_movie.png");
  background-size: cover;
}

.hsf-news__article--single .hsf-news__article__category {
  margin-bottom: 20px;
}
.hsf-news__article--single .hsf-news__article__data {
  margin-bottom: 30px;
}
.hsf-news__article--single .hsf-news__article__data .date {
  font-family: Arial, sans-serif;
  font-size: 24px;
}
.hsf-news__article--single .hsf-news__article__img {
  margin-bottom: 40px;
}
.hsf-news__article--single .hsf-news__article__img img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .hsf-news__article--single .hsf-news__article__category {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-news__article--single .hsf-news__article__data {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-news__article--single .hsf-news__article__data .date {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-news__article--single .hsf-news__article__img {
    margin-bottom: 9.333333333333334vw;
  }
}
.hsf-news__load_wrap {
  position: relative;
}
.hsf-news__load_wrap .hsf-btn--common {
  opacity: 1;
  transition: 0.25s ease;
}
.hsf-news__load_wrap .hsf-btn--common.loading {
  opacity: 0;
}

.hsf-page ._inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .hsf-page ._inner {
    width: 89.33333333333333vw;
    padding-right: 5.333333333333334vw;
    padding-left: 5.333333333333334vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-page__body {
    margin-left: auto;
    margin-right: auto;
    width: 68.26666666666667vw;
  }
}
.hsf-pre ._inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.hsf-pre .hsf-pre__bg {
  background: linear-gradient(to top, #daf599 10%, #40c4ff 33.5%);
}

@media screen and (max-width: 768px) {
  .hsf-pre ._inner {
    width: 89.33333333333333vw;
    padding-right: 5.333333333333334vw;
    padding-left: 5.333333333333334vw;
  }
}
.hsf-pre__heading .title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .hsf-pre__heading .title {
    margin-bottom: 5.600000000000001vw;
  }
}
.hsf-pre__body {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  width: 712px;
  padding: 50px;
  background-color: #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .hsf-pre__body {
    font-size: 2.933333333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-pre__body {
    width: 75.46666666666667vw;
    padding: 6vw 3.733333333333334vw;
  }
}
.hsf-pre__body__header .title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.hsf-pre__body__header .lead {
  font-family: Noto Sans CJK JP, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .hsf-pre__body__header .title {
    margin-bottom: 6.666666666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-pre__body__header .lead {
    font-size: 3.466666666666666vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-pre__body__header .lead {
    margin-bottom: 5.333333333333334vw;
    font-size: 3.2vw;
  }
}
.hsf-pre__body .hsf-btn--pre {
  margin-top: 30px;
  margin-bottom: 30px;
}
.hsf-pre__body .hsf-btn--common {
  margin-top: 45px;
}
.hsf-pre__body p a, .hsf-pre__body ul a {
  font-weight: bold;
  color: #e80171;
  border-bottom: 1px solid #e80171;
}

@media screen and (max-width: 768px) {
  .hsf-pre__body .hsf-btn--common {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .hsf-pre__body p a:hover, .hsf-pre__body ul a:hover {
    background-color: #fcebfb;
  }
}
.hsf-pre__body__note_list li {
  margin-left: 1em;
  text-indent: -1em;
}
.hsf-pre__body__note_list li::before {
  content: '・';
}

.hsf-pre__body .hsf-btn--tw_follow {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .hsf-pre__body .hsf-btn--tw_follow {
    margin-top: 2.666666666666667vw;
  }
}
.hsf-pre__body__note--tw_follow {
  margin-bottom: 12px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .hsf-pre__body__note--tw_follow {
    margin-bottom: 3.2vw;
  }
}
.hsf-pre .hsf-pre_guide {
  margin-top: 25px;
}
.hsf-pre form {
  margin-top: 30px;
  margin-bottom: 45px;
}
.hsf-pre label {
  display: block;
  margin-bottom: 5px;
}
.hsf-pre input[type="email"] {
  display: block;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #8a8a8a;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  color: #a8a7a7;
}

@media screen and (max-width: 768px) {
  .hsf-pre form {
    margin-top: 6vw;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-pre label {
    margin-bottom: 2vw;
  }
}
.hsf-pre--kiyaku .hsf-pre__heading .title {
  width: 475px;
}
.hsf-pre--kiyaku .hsf-pre__heading .title span {
  background-image: url("../img/pre/page_title.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 17.263157894736842%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}
.hsf-pre--kiyaku .hsf-pre__body {
  padding: 55px 60px;
}
.hsf-pre--kiyaku .hsf-pre__body__kiyaku {
  height: 420px;
  overflow: auto;
}
.hsf-pre--kiyaku .hsf-btn--common {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .hsf-pre--kiyaku .hsf-pre__heading .title {
    width: 63.33333333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-pre--kiyaku .hsf-pre__body {
    width: 75.46666666666667vw;
    padding: 6.666666666666667vw 4vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-pre--kiyaku .hsf-pre__body__kiyaku {
    height: 54.5774647887324vh;
  }
}
@media screen and (max-width: 768px) {
  .hsf-pre--kiyaku .hsf-btn--common {
    margin-top: 0;
    padding-top: 15.466666666666667vw;
  }
}
.hsf-pre--mail .hsf-pre__body__header .title {
  width: 421px;
}
.hsf-pre--mail .hsf-pre__body__header .title span {
  background-image: url("../img/pre/page_title_mail.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 12.351543942992874%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .hsf-pre--mail .hsf-pre__body__header .title {
    width: 56.13333333333333vw;
  }
}
.hsf-pre--twitter .hsf-pre__body__header .title {
  width: 475px;
}
.hsf-pre--twitter .hsf-pre__body__header .title span {
  background-image: url("../img/pre/page_title_twitter.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 10.105263157894736%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}
.hsf-pre--twitter .hsf-btn--common {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .hsf-pre--twitter .hsf-pre__body__header .title {
    width: 63.33333333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-pre--twitter .hsf-btn--common {
    margin-top: 3.2vw;
  }
}
.hsf-pre--line .hsf-pre__body__header .title {
  width: 426px;
}
.hsf-pre--line .hsf-pre__body__header .title span {
  background-image: url("../img/pre/page_title_line.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 11.971830985915492%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}
.hsf-pre--line .hsf-btn--pre {
  margin-top: 40px;
  margin-bottom: 40px;
}
.hsf-pre--line .hsf-btn--common {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .hsf-pre--line .hsf-pre__body__header .title {
    width: 56.8vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-pre--line .hsf-btn--common {
    margin-top: 3.2vw;
  }
}
.hsf-pre--thanks .hsf-pre__heading .title {
  width: 515px;
}
.hsf-pre--thanks .hsf-pre__heading .title span {
  background-image: url("../img/pre/page_title_thanks.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 15.922330097087379%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}
.hsf-pre--thanks .hsf-pre__body__note--tw_follow {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .hsf-pre--thanks .hsf-pre__heading .title {
    width: 68.66666666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-pre--thanks .hsf-pre__body__note--tw_follow {
    margin-bottom: 6.666666666666667vw;
  }
}
.hsf-pre--err .hsf-pre__heading .title {
  width: 681px;
}
.hsf-pre--err .hsf-pre__heading .title span {
  background-image: url("../img/pre/page_title_err.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 12.041116005873716%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}
.hsf-pre--err .hsf-pre_guide {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .hsf-pre--err .hsf-pre__heading .title {
    width: 90.8vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-pre--err .hsf-pre_guide {
    margin-top: 6.666666666666667vw;
  }
}
.hsf-ships ._inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.hsf-ships.archive .hsf-breadcrumb_list, .hsf-ships.single .hsf-breadcrumb_list {
  width: 1000px;
}

@media screen and (max-width: 768px) {
  .hsf-ships ._inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hsf-ships.archive .hsf-breadcrumb_list {
    width: 89.33333333333333vw;
    padding-right: 5.333333333333334vw;
    padding-left: 5.333333333333334vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-ships.single .hsf-breadcrumb_list {
    width: 89.33333333333333vw;
    padding-right: 5.333333333333334vw;
    padding-left: 5.333333333333334vw;
  }
}
.hsf-ships__heading {
  margin-bottom: 50px;
}
.hsf-ships__heading .title {
  margin-left: auto;
  margin-right: auto;
  width: 176px;
}
.hsf-ships__heading .title span {
  background-image: url("../img/ships/page_title.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 51.13636363636363%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .hsf-ships__heading {
    margin-bottom: 10.666666666666668vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-ships__heading .title {
    width: 18.666666666666668vw;
  }
}
.hsf-ships.archive .hsf-ships__body .hsf-btn--common {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .hsf-ships.archive .hsf-ships__body .hsf-btn--common {
    margin-top: 8vw;
  }
}
.hsf-ships__block {
  padding-top: 30px;
  margin-top: -30px;
}
.hsf-ships__block + .hsf-ships__block {
  margin-top: 80px;
}
.hsf-ships__block .ships__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .hsf-ships__block {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .hsf-ships__block + .hsf-ships__block {
    margin-top: 13.333333333333334vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-ships__block .ships__list {
    margin-right: 6.666666666666667vw;
    margin-left: 6.666666666666667vw;
  }
}
.hsf-ships .ship {
  position: relative;
  display: inline-block;
  width: 470px;
}
.hsf-ships .ship:before {
  content: '';
  width: 75px;
  height: 75px;
  display: block;
  position: absolute;
  top: 15px;
}
.hsf-ships .ship[data-type=kouyoukan]:before {
  background-image: url("../img/ships/badge_kouyoukan.png");
  background-size: cover;
}
.hsf-ships .ship[data-type=junyoukan]:before {
  background-image: url("../img/ships/badge_junyoukan.png");
  background-size: cover;
}
.hsf-ships .ship[data-type=ohgatakan]:before {
  background-image: url("../img/ships/badge_ohgatakan.png");
  background-size: cover;
}
.hsf-ships .ship__title, .hsf-ships .ship__data, .hsf-ships .ship__desc {
  font-size: 20px;
}
.hsf-ships .ship__data, .hsf-ships .ship__desc {
  line-height: 1.7;
}
.hsf-ships .ship__img {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  margin-bottom: 40px;
}
.hsf-ships .ship__img img {
  display: block;
  width: 100%;
}
.hsf-ships .ship__name {
  font-family: 'Noto Sans JP', Noto Sans CJK JP, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
  margin: 10px 0;
  font-size: 60px;
  white-space: nowrap;
}
.hsf-ships .ship__name .hiragana {
  margin-left: 20px;
  font-size: 28px;
  font-weight: normal;
  font-family: Noto Sans CJK JP, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

@media screen and (min-width: 769px) {
  .hsf-ships .ship:nth-child(n+3) {
    margin-top: 68px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-ships .ship {
    width: 100%;
  }
  .hsf-ships .ship + .ship {
    margin-top: 13.333333333333334vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-ships .ship:before {
    width: 15.6vw;
    height: 15.6vw;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .hsf-ships .ship__title, .hsf-ships .ship__data, .hsf-ships .ship__desc {
    font-size: 3.466666666666666vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-ships .ship__data, .hsf-ships .ship__desc {
    line-height: 1.77;
  }
}
@media screen and (max-width: 768px) {
  .hsf-ships .ship__img {
    margin-bottom: 6.666666666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .hsf-ships .ship__title {
    padding-bottom: 10px;
    border-bottom: 1px solid #66d0ff;
  }
}
@media screen and (max-width: 768px) {
  .hsf-ships .ship__name {
    margin-top: 2.666666666666667vw;
    margin-bottom: 2.666666666666667vw;
    padding-bottom: 2.666666666666667vw;
    font-size: 8vw;
    border-bottom: 1px solid #66d0ff;
  }
}
@media screen and (max-width: 768px) {
  .hsf-ships .ship__name .hiragana {
    margin-left: 2.666666666666667vw;
    font-size: 3.733333333333334vw;
  }
}
@media screen and (min-width: 769px) {
  .hsf-ships .ship[data-name=admiralspee] .ship__name {
    letter-spacing: -8px;
  }
}
@media screen and (min-width: 769px) {
  .hsf-ships .ship__desc {
    white-space: nowrap;
  }
}
.hsf-special ._inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .hsf-special ._inner {
    width: 89.33333333333333vw;
    padding-right: 5.333333333333334vw;
    padding-left: 5.333333333333334vw;
  }
}
.hsf-special__heading {
  margin-bottom: 53px;
}
.hsf-special__heading .title {
  margin-left: auto;
  margin-right: auto;
  width: 415px;
}
.hsf-special__heading .title span {
  background-image: url("../img/special/page_title.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 19.518072289156628%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .hsf-special__heading {
    margin-bottom: 5.600000000000001vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-special__heading .title {
    width: 55.333333333333336vw;
  }
}
.hsf-special__pickup {
  position: relative;
  margin-bottom: 112px;
}

@media screen and (max-width: 768px) {
  .hsf-special__pickup {
    margin-bottom: 82px;
  }
}
.hsf-special__block {
  width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.hsf-special__block + .hsf-special__block {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .hsf-special__block {
    width: 100%;
  }
}
.hsf-special__block__title {
  margin-bottom: 20px;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 70px;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #0b77d1;
  position: relative;
}
.hsf-special__block__title .spc_title_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 63px;
  height: 73px;
}

@media screen and (max-width: 768px) {
  .hsf-special__block__title {
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 41px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-special__block__title .spc_title_icon {
    left: auto;
    width: 31.5px;
    height: 36.5px;
    margin-left: -41px;
  }
}
.hsf-special__block .hsf-special__post_list .post {
  float: left;
  width: 270px;
  outline: 4px solid #0b77d1;
  outline-offset: -4px;
  position: relative;
}
.hsf-special__block .hsf-special__post_list:after {
  content: "";
  display: block;
  clear: both;
}
.hsf-special__block .hsf-special__post_list .post::before, .hsf-special__block .hsf-special__post_list .post::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 39px 0 0px;
  border-color: #0b77d1 transparent transparent transparent;
  position: absolute;
}
.hsf-special__block .hsf-special__post_list .post::before {
  top: 4px;
  left: 4px;
}
.hsf-special__block .hsf-special__post_list .post::after {
  bottom: 4px;
  right: 4px;
  transform: rotate(180deg);
}
.hsf-special__block .hsf-special__post_list .post img {
  display: block;
  width: 270px;
  height: 140px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.hsf-special__block .hsf-special__load_wrap {
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  .hsf-special__block .hsf-special__post_list .post:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .hsf-special__block .hsf-special__post_list .post:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .hsf-special__block .hsf-special__post_list {
    letter-spacing: -0.4em;
  }
  .hsf-special__block .hsf-special__post_list .post {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    letter-spacing: normal;
    float: none;
    display: block;
    width: 73.6vw;
  }
}
@media screen and (min-width: 769px) {
  .hsf-special__block .hsf-special__post_list .post:nth-child(3n+2), .hsf-special__block .hsf-special__post_list .post:nth-child(3n) {
    margin-left: 25px;
  }
}
@media screen and (min-width: 769px) {
  .hsf-special__block .hsf-special__post_list .post:nth-child(n+4) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-special__block .hsf-special__post_list .post + .post {
    margin-top: 3.733333333333334vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-special__block .hsf-special__post_list .post img {
    width: 73.6vw;
    height: 37.333333333333336vw;
    border: 1px solid #93ddfc;
    box-sizing: border-box;
  }
}
.hsf-special__load_wrap {
  position: relative;
}
.hsf-special__load_wrap .hsf-btn--common {
  opacity: 1;
  transition: 0.25s ease;
}
.hsf-special__load_wrap.loading .hsf-btn--common {
  opacity: 0;
}

.hsf-system ._inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.hsf-system .hsf-contents {
  padding-bottom: 0;
}
.hsf-system .hsf-breadcrumb_list {
  width: 1000px;
}

@media screen and (max-width: 768px) {
  .hsf-system ._inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hsf-system .hsf-breadcrumb_list {
    width: 89.33333333333333vw;
    padding-right: 5.333333333333334vw;
    padding-left: 5.333333333333334vw;
  }
}
.hsf-system__heading {
  text-align: center;
}
.hsf-system__heading .title {
  margin-left: auto;
  margin-right: auto;
  width: 334px;
  margin-bottom: 50px;
}
.hsf-system__heading .title span {
  background-image: url("../img/system/page_title.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 23.652694610778443%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}
.hsf-system__heading .intro {
  position: relative;
  padding-bottom: 74px;
}
.hsf-system__heading .intro:after {
  content: '';
  display: block;
  width: 49px;
  height: 56px;
  background-image: url("../img/system/icon_wheel.png");
  background-size: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.hsf-system__heading .intro img {
  display: block;
  width: 100%;
}
.hsf-system__heading .intro__title, .hsf-system__heading .intro__txt {
  margin-left: auto;
  margin-right: auto;
}
.hsf-system__heading .intro__title {
  margin-bottom: 30px;
  width: 946px;
}
.hsf-system__heading .intro__txt {
  width: 616px;
}

@media screen and (max-width: 768px) {
  .hsf-system__heading .title {
    width: 37.2vw;
    margin-bottom: 10.666666666666668vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-system__heading .intro {
    padding-bottom: 17.333333333333336vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-system__heading .intro:after {
    width: 12.266666666666666vw;
    height: 14.000000000000002vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-system__heading .intro__title {
    width: 77.46666666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-system__heading .intro__txt {
    width: 87.46666666666667vw;
  }
}
.hsf-system.archive .hsf-system__body .hsf-btn--common {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .hsf-system.archive .hsf-system__body .hsf-btn--common {
    margin-top: 8vw;
  }
}
.hsf-system__point {
  z-index: 1;
  position: relative;
}
.hsf-system__point .point__content {
  position: relative;
  z-index: 2;
}
.hsf-system__point .point__content img {
  display: block;
  width: 100%;
}
.hsf-system__point .point__title {
  margin-bottom: 24px;
}
.hsf-system__point .point__txt {
  margin-bottom: 20px;
}
.hsf-system__point .chara {
  display: block;
  position: absolute;
  bottom: 0;
}
.hsf-system__point .chara span {
  position: absolute;
  z-index: 1;
}
.hsf-system__point .bg_triangle {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.hsf-system__point .bg_triangle.tri_1 {
  bottom: -92px;
  margin-right: 8.133333333333333%;
}
.hsf-system__point .bg_triangle.tri_2 {
  top: 534px;
  z-index: 1;
}
.hsf-system__point .bg_triangle.tri_3 {
  top: 390px;
  z-index: 1;
}
.hsf-system__point .bg_triangle.tri_4 {
  bottom: -130px;
}

@media screen and (max-width: 768px) {
  .hsf-system__point .point__title, .hsf-system__point .point__txt {
    margin-left: 5.866666666666666vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-system__point .point__title.from_right, .hsf-system__point .point__txt.from_right {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .hsf-system__point .point__title {
    margin-bottom: 3.333333333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-system__point .point__txt {
    margin-bottom: 3.333333333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-system__point .chara {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hsf-system__point .bg_triangle {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hsf-system__point--1 {
    background-image: url("../img/system/point1_bg_sp.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top 36.266666666666666vw right;
    z-index: 3;
  }
}
.hsf-system__point--1 .point__title {
  width: 465px;
}
.hsf-system__point--1 .point__txt {
  width: 478px;
}
.hsf-system__point--1 .point__figure {
  width: 841px;
}
.hsf-system__point--1 .chara {
  width: 530px;
  left: 50%;
  top: 65px;
  margin-left: 96px;
}
.hsf-system__point--1 .chara span {
  background-image: url("../img/system/point1_chara_pc.png");
  background-size: cover;
  display: block;
  width: 530px;
  padding-top: 608px;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .hsf-system__point--1 .point__title {
    width: 74.26666666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-system__point--1 .point__txt {
    width: 66.66666666666666vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-system__point--1 .point__figure {
    width: 97.06666666666666vw;
  }
}
.hsf-system__point--2 {
  padding-top: 100px;
}
.hsf-system__point--2 .point__title, .hsf-system__point--2 .point__txt, .hsf-system__point--2 .point__figure {
  margin-right: 0;
  margin-left: auto;
}
.hsf-system__point--2 .point__title {
  width: 570px;
  padding-right: 42px;
}
.hsf-system__point--2 .point__txt {
  width: 615px;
}
.hsf-system__point--2 .point__figure {
  width: 951px;
}
.hsf-system__point--2 .chara {
  width: 452px;
  left: 50%;
  top: -20px;
  margin-left: -582px;
}
.hsf-system__point--2 .chara span {
  background-image: url("../img/system/point2_chara_pc.png");
  background-size: cover;
  display: block;
  width: 452px;
  padding-top: 735px;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .hsf-system__point--2 {
    margin-top: -6.666666666666667vw;
    padding-top: 19.866666666666667vw;
    background-image: url("../img/system/point2_bg_sp.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left -19.866666666666667vw;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .hsf-system__point--2 .point__title {
    width: 56.93333333333334vw;
    padding-right: 3.066666666666666vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-system__point--2 .point__txt {
    width: 40.8vw;
    padding-right: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-system__point--2 .point__figure {
    width: 92.26666666666667vw;
    padding-right: 3.866666666666667vw;
  }
}
.hsf-system__point--3 {
  padding-top: 50px;
}
.hsf-system__point--3 ._inner {
  position: relative;
}
.hsf-system__point--3 .point__title {
  width: 617px;
}
.hsf-system__point--3 .point__txt {
  width: 455px;
  margin-bottom: 0;
}
.hsf-system__point--3 .point__figure {
  width: 735px;
  margin-top: -30px;
  position: relative;
  z-index: -1;
}
.hsf-system__point--3 .bg_chara_3 {
  position: absolute;
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -130px;
}

@media screen and (max-width: 768px) {
  .hsf-system__point--3 {
    margin-top: -10.666666666666668vw;
    padding-top: 26vw;
    padding-bottom: 8vw;
    background-image: url("../img/system/point3_bg_sp.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left -23.333333333333332vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-system__point--3 .point__title {
    width: 56.93333333333334vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-system__point--3 .point__txt {
    width: 52vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-system__point--3 .point__figure {
    width: 96.93333333333334vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-system__point--3 .bg_chara_3 {
    display: none;
  }
}
.hsf-system__body .svg_path {
  position: absolute;
  top: 0;
  left: 0;
}

.hsf-top__kv {
  background-image: url("../img/top/kv_img_pc.jpg");
  background-size: cover;
  position: relative;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.hsf-top__kv .kv--fade {
  opacity: 0;
}
.hsf-top__kv .kv--fade.show {
  animation: jellyBound 1000ms linear both;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .hsf-top__kv {
    background-image: url("../img/top/kv_img_sp.jpg");
    background-size: contain;
  }
}
.hsf-top__kv__layer {
  position: relative;
  overflow: hidden;
  height: 712px;
}

@media screen and (max-width: 768px) {
  .hsf-top__kv__layer {
    height: auto;
  }
}
.hsf-top__kv .kv__layer {
  position: absolute;
}
.hsf-top__kv .kv__layer--bg {
  display: none;
}
.hsf-top__kv .kv__layer--logo {
  width: 429px;
  margin-top: -44px;
  margin-left: -214px;
  top: 50%;
  left: 50%;
}
.hsf-top__kv .kv__layer--logo span {
  background-image: url("../img/top/kv_logo.png");
  background-size: contain;
  display: block;
  width: 100%;
  padding-top: 41.012216404886566%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}
.hsf-top__kv .kv__layer--catch {
  width: 78px;
  top: 50%;
  left: 50%;
  margin-top: -232px;
  margin-left: 255px;
}
.hsf-top__kv .kv__layer--catch span {
  background-image: url("../img/top/kv_catch_pc.png");
  background-size: contain;
  display: block;
  width: 100%;
  padding-top: 423.0769230769231%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}
.hsf-top__kv .kv__layer--date {
  width: 58px;
  top: 50%;
  right: 50%;
  margin-top: -233px;
  margin-right: 346px;
}
.hsf-top__kv .kv__layer--date span {
  background-image: url("../img/top/kv_date_pc.png");
  background-size: contain;
  display: block;
  width: 100%;
  padding-top: 606.8965517241379%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}
.hsf-top__kv .kv__bnr {
  position: absolute;
}
.hsf-top__kv .kv__bnr--pre {
  width: 213px;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: 91px;
  margin-right: 276px;
}
.hsf-top__kv .kv__bnr--pre a {
  transform: scale(0.95);
  transform-origin: center top;
  transition: 0.3s ease;
  background-image: url("../img/top/kv_bnr_pre.png");
  background-size: contain;
  display: block;
  width: 100%;
  padding-top: 114.08450704225352%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .hsf-top__kv .kv__layer--bg {
    display: block;
    position: relative;
  }
  .hsf-top__kv .kv__layer--bg span {
    background-image: url("../img/top/kv_img_sp.jpg");
    background-size: contain;
    display: block;
    width: 100%;
    padding-top: 150.15673981191222%;
    height: 0;
    font-size: 0;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__kv .kv__layer--logo {
    width: 76.4vw;
    margin-top: -21.066666666666666vw;
    margin-left: -38.2vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__kv .kv__layer--catch {
    width: 47.333333333333336vw;
    margin-top: -38.666666666666664vw;
    margin-left: -22.666666666666664vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__kv .kv__layer--catch span {
    background-image: url("../img/top/kv_catch_sp.png");
    background-size: contain;
    display: block;
    width: 100%;
    padding-top: 29.014084507042252%;
    height: 0;
    font-size: 0;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__kv .kv__layer--date {
    width: 35.06666666666667vw;
    margin-top: 11.333333333333332vw;
    margin-right: -18.53333333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__kv .kv__layer--date span {
    background-image: url("../img/top/kv_date_sp.png");
    background-size: contain;
    display: block;
    width: 100%;
    padding-top: 23.193916349809886%;
    height: 0;
    font-size: 0;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__kv .kv__bnr--pre {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__kv .kv__bnr--pre a {
    transform: none;
  }
}
@media screen and (min-width: 769px) {
  .hsf-top__kv .kv__bnr--pre a:hover {
    transform: scale(1);
  }
}
.hsf-top__banner {
  padding: 15px 0;
  background-color: #c7c7c7;
  margin-bottom: -2px;
}
.hsf-top__banner ._inner {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  text-align: center;
  letter-spacing: -0.4em;
}
.hsf-top__banner ._inner .banner {
  display: inline-block;
  letter-spacing: normal;
  width: 316px;
}
.hsf-top__banner ._inner .banner + .banner {
  margin-left: 25px;
}
.hsf-top__banner ._inner .banner img {
  display: block;
  width: 316px;
  height: 160px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 768px) {
  .hsf-top__banner {
    padding-top: 2vw;
    padding-bottom: 5.333333333333334vw;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__banner ._inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__banner ._inner .banner {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 73.6vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__banner ._inner .banner + .banner {
    margin-top: 3.733333333333334vw;
    margin-left: inherit;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__banner ._inner .banner img {
    width: 73.6vw;
    height: 37.333333333333336vw;
    border: 1px solid #0f0e81;
    box-sizing: border-box;
  }
}
.hsf-top__news {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.hsf-top__news ._inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.hsf-top__news .hsf-btn--common {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .hsf-top__news {
    padding-top: 10.666666666666668vw;
    padding-bottom: 10.666666666666668vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__news ._inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__news .hsf-btn--common {
    margin-top: 12.8vw;
  }
}
.hsf-top__news__bg .bg__img {
  position: absolute;
  z-index: -1;
}
.hsf-top__news__bg .bg__img img {
  display: block;
  width: 100%;
}
.hsf-top__news__bg .bg__img--01 {
  top: 87px;
  left: 50%;
  width: 308px;
  margin-left: 326px;
}
.hsf-top__news__bg .bg__img--01 span {
  background-image: url("../img/top/news_bg_img_01.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 63.63636363636363%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}
.hsf-top__news__bg .bg__img--02 {
  top: 465px;
  left: 50%;
  width: 933px;
  margin-left: 159px;
}
.hsf-top__news__bg .bg__img--02 span {
  background-image: url("../img/top/news_bg_img_02.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 39.657020364415864%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}
.hsf-top__news__bg .bg__img--03 {
  top: -525px;
  right: 50%;
  width: 568px;
  margin-right: 232px;
}
.hsf-top__news__bg .bg__img--03 span {
  /*background-image: url("../img/_/top_news_bg_img_03.png");*/
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 216.72535211267606%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .hsf-top__news__bg .bg__img--01 {
    top: 13.732394366197184vh;
    width: 41.06666666666667vw;
    margin-left: 25.6vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__news__bg .bg__img--02 {
    top: auto;
    bottom: 15.404929577464788vh;
    width: 124.4vw;
    margin-left: 3.866666666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__news__bg .bg__img--03 {
    top: -80.13333333333334vw;
    width: 61.06666666666667vw;
    margin-right: 14.666666666666666vw;
  }
}
.hsf-top__promotion {
  margin-left: auto;
  margin-right: auto;
  width: 1284px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .hsf-top__promotion {
    width: 100%;
  }
}
.hsf-top__promotion__item {
  width: 50%;
}

@media screen and (min-width: 769px) {
  .hsf-top__promotion__item {
    float: left;
  }

  .hsf-top__promotion:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__promotion__item {
    display: block;
    width: 100%;
  }
}
.hsf-top__promotion__video {
  position: relative;
  cursor: pointer;
}
.hsf-top__promotion__video .video {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.hsf-top__promotion__video .video__container {
  background-image: url("../img/top/promotion_video_alt_2.gif");
  background-size: cover;
  position: relative;
  width: 100%;
  height: 612px;
  overflow: hidden;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.hsf-top__promotion__video .video__layer {
  position: absolute;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100%;
  background-image: url("../img/top/promotion_video_thumb_title.png");
  background-color: rgba(85, 84, 83, 0.5);
  background-size: 112px;
  background-position: center calc(50% - 37px);
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .hsf-top__promotion__video {
    height: 66.66666666666666vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__promotion__video .video {
    width: auto;
    visibility: hidden;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__promotion__video .video__container {
    height: 66.66666666666666vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__promotion__video .video__layer {
    background-size: 14.933333333333335vw;
    background-position: center calc(50% - 16px);
  }
}
@media screen and (min-width: 769px) {
  .hsf-top__promotion__video .video__layer:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.hsf-top__promotion__twitter__heading {
  background-color: #f4f9fb;
}
.hsf-top__promotion__twitter__heading .title {
  margin-left: auto;
  margin-right: auto;
  width: 175px;
}
.hsf-top__promotion__twitter__heading .title span {
  background-image: url("../img/top/promotion_twitter_title.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 45.68690095846645%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}
.hsf-top__promotion__twitter__heading .btn_list__item {
  float: left;
  width: 50%;
  height: 66px;
}
.hsf-top__promotion__twitter__heading .btn_list:after {
  content: "";
  display: block;
  clear: both;
}
.hsf-top__promotion__twitter__heading .btn_list__item a {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 136px;
}
.hsf-top__promotion__twitter__heading .btn_list__item--hash a {
  background-color: #fff;
  background-image: url("../img/top/promotion_twitter_btn_hash.png");
  background-size: 170px;
}
.hsf-top__promotion__twitter__heading .btn_list__item--hash a:hover {
  background-color: #ddf1fa;
}
.hsf-top__promotion__twitter__heading .btn_list__item--follow a {
  background-color: #2ca7e0;
  background-image: url("../img/top/promotion_twitter_btn_follow.png");
}
.hsf-top__promotion__twitter__heading .btn_list__item--follow a:hover {
  background-color: #2398dc;
}

@media screen and (max-width: 768px) {
  .hsf-top__promotion__twitter__heading .title {
    width: 41.733333333333334vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__promotion__twitter__heading .btn_list__item a {
    background-size: 31.466666666666665vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__promotion__twitter__heading .btn_list__item--hash a {
    background-size: 37.733333333333334vw;
  }
}
.hsf-top__promotion__twitter ._body .timeline {
  width: 100%;
  height: 466px;
  margin: 0 auto;
  background-color: #f4f9fb;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  .hsf-top__promotion__twitter ._body .timeline {
    height: 56.602112676056336vh;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__promotion__twitter ._body .timeline .twitter-timeline {
    width: 100vw !important;
  }
}
.hsf-top__app_info {
  padding-top: 65px;
  position: relative;
}
.hsf-top__app_info ._heading {
  margin-bottom: 25px;
}
.hsf-top__app_info ._heading .title {
  width: 343px;
  margin: 0 auto 10px;
}
.hsf-top__app_info ._heading .title span {
  background-image: url("../img/top/appinfo_logo.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 39.35860058309038%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .hsf-top__app_info {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__app_info ._heading {
    margin: 2.640845070422535vh 2.666666666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__app_info ._heading .title {
    width: 45.733333333333334vw;
  }
}
.hsf-top__app_info__table {
  color: #0f1083;
  line-height: 1.3em;
}
.hsf-top__app_info__table .row {
  position: relative;
  display: table;
  width: 100%;
  padding: 12px 0;
}
.hsf-top__app_info__table .row:nth-child(2n+1) {
  background-color: #f4f9fb;
}
.hsf-top__app_info__table .row:nth-child(2n) {
  background-color: #fff;
}
.hsf-top__app_info__table .title, .hsf-top__app_info__table .def {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  box-sizing: border-box;
}
.hsf-top__app_info__table .title {
  position: relative;
  padding-right: 20px;
  font-weight: normal;
  text-align: right;
}
.hsf-top__app_info__table .title:after {
  content: ':';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.hsf-top__app_info__table .def {
  padding-left: 5px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .hsf-top__app_info__table {
    font-size: 2.666666666666667vw;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__app_info__table .row {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__app_info__table .title, .hsf-top__app_info__table .def {
    font-size: 2.666666666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__app_info__table .title {
    width: 50%;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__app_info__table .def {
    width: 50%;
  }
}
.hsf-top__app_info__bg {
  width: 1000px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.hsf-top__app_info__bg .bg__img {
  position: absolute;
  z-index: -1;
}
.hsf-top__app_info__bg .bg__img--01 {
  top: 205px;
  right: 50%;
  width: 382px;
  margin-right: 380px;
}
.hsf-top__app_info__bg .bg__img--01 span {
  background-image: url("../img/top/appinfo_bg_img_01.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 63.35078534031413%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}
.hsf-top__app_info__bg .bg__img--02 {
  top: 165px;
  left: 50%;
  width: 216px;
  margin-left: 460px;
}
.hsf-top__app_info__bg .bg__img--02 span {
  background-image: url("../img/top/appinfo_bg_img_02.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 124.53703703703705%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}
.hsf-top__app_info__bg .bg__img--03 {
  top: 455px;
  left: 50%;
  width: 219px;
  margin-left: 230px;
}
.hsf-top__app_info__bg .bg__img--03 span {
  background-image: url("../img/top/appinfo_bg_img_03.png");
  background-size: cover;
  display: block;
  width: 100%;
  padding-top: 89.95433789954338%;
  height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .hsf-top__app_info__bg {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__app_info__bg .bg__img--01 {
    top: 11.443661971830986vh;
    width: 43.46666666666666vw;
    margin-right: 20vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__app_info__bg .bg__img--02 {
    top: 8.538732394366196vh;
    width: 18.8vw;
    margin-left: 28.799999999999997vw;
  }
}
@media screen and (max-width: 768px) {
  .hsf-top__app_info__bg .bg__img--03 {
    top: 37.235915492957744vh;
    width: 29.2vw;
    margin-left: 18.133333333333333vw;
  }
}