@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal; }
:root {
  --swiper-theme-color:#007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.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(0px, 0, 0); }

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

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

.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-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .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-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

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

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000; }

.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 {
  transform: scale(1); }

.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: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -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 transform,.2s top; }

.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 transform,.2s left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  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-color:#ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color:#000000; }

.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 infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@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, .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, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .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: 0px;
  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, .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; }

html {
  font-size: 62.5%;
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif; }

@media screen and (min-width: 767px) {
  html {
    font-size: 130%; } }
body {
  font-size: 1.4rem;
  overflow-x: hidden; }

* {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }

*:focus {
  outline: none; }

body.fixed {
  position: fixed;
  left: 0;
  width: 100%; }

.modal {
  display: none;
  /* 初期状態 */
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  /* モーダルは画面いっぱいに */
  height: 100vh;
  /* モーダルは画面いっぱいに */
  z-index: 99; }
  .modal__overlay {
    width: 100%;
    /* 黒背景も画面いっぱいに */
    height: 100vh;
    /* 黒背景も画面いっぱいに */
    background: #e7e8fe;
    opacity: 0.95; }
  .modal__menu {
    position: absolute;
    background-color: transparent;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    max-width: 768px;
    min-width: 320px;
    height: auto; }
  .modal__menuwrapper {
    height: 80vh;
    overflow: auto; }
  .modal .header {
    background-color: transparent !important; }
  .modal .menulist {
    width: 90%;
    margin: 0 auto;
    padding-top: 100px; }
    .modal .menulist__img {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      margin-bottom: 1rem; }
      .modal .menulist__img div {
        width: 48%;
        margin-bottom: 1rem; }
        .modal .menulist__img div:last-child {
          width: 100%; }
      .modal .menulist__img div a {
        display: block;
        width: 100%;
        height: 100%;
        background: #5e49ff;
        color: #ffffff;
        text-align: center;
        border-radius: 40px;
        height: 70px;
        line-height: 70px;
        vertical-align: middle; }
      @media screen and (max-width: 480px) {
        .modal .menulist__img div a {
          height: 50px;
          line-height: 50px; } }
      .modal .menulist__img div a i {
        display: inline-block;
        padding: 0 5px 0 0; }
    .modal .menulist .menulist__img img {
      width: auto;
      height: 29px;
      padding: 0 5px 0 0; }
    @media screen and (max-width: 480px) {
      .modal .menulist .menulist__img img {
        height: 14px; } }
    .modal .menulist__text {
      margin-bottom: 10px; }
      .modal .menulist__text a {
        color: #5e49ff; }
        .modal .menulist__text a::before {
          content: "\f138";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          padding: 0 5px 0 0; }

.header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 20px;
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 768px;
  min-width: 320px;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 8; }
  .header--member {
    align-items: center; }
  .header--bottom {
    background-color: rgba(255, 255, 255, 0.97); }
  .header__logo {
    width: 40%; }
  .header__logo img {
    height: 44px;
    width: auto;
    max-width: 100%;
    vertical-align: bottom; }
    @media screen and (max-width: 480px) {
      .header__logo img {
        height: 26px; } }
  .header__btn {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: end;
    justify-content: end;
    -webkit-align-items: center;
    align-items: center;
    width: 50%; }
    .header__btn > a {
      display: block;
      width: 45%; }
  .header__member {
    display: flex;
    align-items: center;
    height: 44px;
    /* before を少し上にずらして描画 */
    /* after を少し下にずらして描画 */
    /* メニューをオープンしたら三本線を×にする */ }
    .header__member--point {
      background: #5545ff;
      background: linear-gradient(-45deg, #5545ff 0%, #915fff 100%);
      color: #fff;
      font-weight: bold;
      display: block;
      padding: 0 20px;
      border-radius: 100rem;
      font-size: 1.6rem;
      text-decoration: none;
      margin-right: 20px;
      height: 44px;
      line-height: 44px;
      vertical-align: middle; }
      .header__member--point span {
        color: #fff; }
    @media screen and (max-width: 480px) {
      .header__member--point {
        height: 26px;
        line-height: 26px;
        font-size: 1.2rem; } }
    .header__member--menu, .header__member--menu_close {
      height: 29px;
      color: #5e49ff;
      position: relative; }
    .header__member--menu span, .header__member--menu span:before, .header__member--menu span:after {
      /* 20x3 の白線 */
      content: '';
      display: block;
      height: 2px;
      width: 34px;
      border-radius: 3px;
      background-color: #5e49ff; }
      @media screen and (max-width: 480px) {
        .header__member--menu span, .header__member--menu span:before, .header__member--menu span:after {
          width: 25px; } }
    .header__member--menu span:before {
      top: 48%;
      position: absolute; }
      @media screen and (max-width: 480px) {
        .header__member--menu span:before {
          top: 45%; } }
    .header__member--menu span:after {
      bottom: 0;
      position: absolute; }
    @media screen and (max-width: 480px) {
      .header__member--menu, .header__member--menu_close {
        height: 22px; } }
    .header__member--menu_close span, .header__member--menu_close span:before, .header__member--menu_close span:after {
      /* 20x3 の白線 */
      content: '';
      display: block;
      height: 2px;
      width: 34px;
      border-radius: 3px;
      background-color: #5e49ff; }
      @media screen and (max-width: 480px) {
        .header__member--menu_close span, .header__member--menu_close span:before, .header__member--menu_close span:after {
          width: 25px; } }
    .header__member--menu_close span {
      /* メニューオープン時は三本線の真ん中の線を透明にする */
      background-color: rgba(255, 255, 255, 0); }
    .header__member--menu_close span:before {
      /* メニューオープン時は三本線の上の線を 45 度傾ける */
      transform: rotate(45deg);
      position: absolute;
      top: 48%; }
    .header__member--menu_close span:after {
      /* メニューオープン時は三本線の下の線を -45 度傾ける */
      transform: rotate(-45deg);
      position: absolute;
      top: 48%; }
  .header .resistBtn {
    display: block;
    background: #5545ff;
    background: linear-gradient(-45deg, #5545ff 0%, #915fff 100%);
    color: #ffffff;
    text-align: center;
    border-radius: 30px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: bold;
    vertical-align: middle;
    height: 44px;
    line-height: 44px;
    margin: 0 20px 0 0; }
    @media screen and (max-width: 480px) {
      .header .resistBtn {
        height: 26px;
        line-height: 26px; } }
  .header .loginBtn {
    display: block;
    background: #ffffff;
    color: #3e3e3e;
    border: solid 1px #3e3e3e;
    box-sizing: border-box;
    text-align: center;
    border-radius: 30px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: bold;
    vertical-align: middle;
    height: 44px;
    line-height: 44px; }
    @media screen and (max-width: 480px) {
      .header .loginBtn {
        height: 26px;
        line-height: 26px; } }

.singleBtn {
  text-align: center; }
  .singleBtn a {
    display: block;
    background: #5545ff;
    background: linear-gradient(-45deg, #5545ff 0%, #915fff 100%);
    width: 45%;
    margin: 0 auto;
    border-radius: 30px;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    vertical-align: middle;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.8rem; }

@media screen and (max-width: 480px) {
  .singleBtn a {
    width: 65%;
    height: 50px;
    line-height: 50px; } }
.top_contents, .info_box {
  padding-top: 80px; }
  @media screen and (max-width: 480px) {
    .top_contents, .info_box {
      padding-top: 60px; } }

.top_slider {
  width: 90%;
  margin: 0 auto 30px auto; }
  .top_slider .slick-arrow {
    width: 6%;
    position: absolute;
    top: 40%; }
  .top_slider__item {
    position: relative; }
  .top_slider__image {
    position: relative;
    z-index: 5;
    line-height: 1.2; }
  .top_slider .slider_caption {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 10px 10px 0;
    width: 100%; }
  .top_slider .top_slider_title {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: bold;
    margin: 0 0 8px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-left: 1.5em;
    text-indent: -0.5em; }
  .top_slider .top_slider_title i {
    display: inline-block;
    padding: 0 5px 0 0; }
  .top_slider .top_slider_name {
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #3e3e3e;
    margin: 0 0 0 9%; }
  .top_slider__arrow--left {
    left: -3%;
    z-index: 2;
    display: block !important;
    background: #ffffff;
    color: #5e49ff !important;
    width: 60px !important;
    height: 60px;
    border-radius: 60px;
    text-align: center;
    line-height: 60px;
    color: #ffffff;
    font-size: 1.4rem;
    padding: 0;
    margin: 0;
    cursor: pointer;
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.12); }
  .top_slider__arrow--right {
    right: -3%;
    z-index: 2;
    display: block !important;
    background: #ffffff;
    color: #5e49ff !important;
    width: 60px !important;
    height: 60px;
    border-radius: 60px;
    text-align: center;
    line-height: 60px;
    color: #ffffff;
    font-size: 1.4rem;
    padding: 0;
    margin: 0;
    cursor: pointer;
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.12); }
  @media screen and (max-width: 480px) {
    .top_slider__arrow--left, .top_slider__arrow--right {
      width: 35px !important;
      height: 35px !important;
      border-radius: 35px;
      line-height: 35px; } }
  .top_slider .slick-dots {
    position: static;
    bottom: auto; }
  .top_slider .slick-dots li {
    margin: 0; }
  .top_slider .slick-dots li button:before {
    content: "●";
    color: #dddddd;
    opacity: 1;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif; }
  .top_slider .slick-dots li.slick-active button:before {
    content: "●";
    color: #5e49ff;
    opacity: 1; }
  .top_slider a {
    position: relative; }

.home__h2 {
  margin-bottom: 30px;
  text-align: center; }

.home__h2 .h2Jp {
  display: block;
  position: relative;
  z-index: 2;
  margin: -23px 0 0 0;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: bold; }
  @media screen and (max-width: 480px) {
    .home__h2 .h2Jp {
      margin: -10px 0 0 0; } }

.home__h2 .h2Eng {
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
  color: #d1d3f7;
  position: relative;
  display: block;
  z-index: 1;
  font-size: 2.8rem;
  line-height: 2.8rem; }

h3 {
  background: url(/image/site/title_icn.png) no-repeat left center;
  background-size: 37px auto;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 0 0 0 42px; }
  @media screen and (max-width: 480px) {
    h3 {
      background-size: 20px auto;
      padding: 0 0 0 25px; } }

.linkTitle {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 90%;
  margin: 0 auto 20px auto; }
  .linkTitle p {
    font-size: 1.2rem; }

.titlebox {
  margin: 0 auto; }
  .titlebox a {
    text-decoration: none; }

.one-column__item {
  margin-bottom: 2rem; }
.one-column__image {
  position: relative; }
.one-column__det {
  padding: 10px 0;
  position: relative; }
.one-column__category {
  position: absolute;
  top: -20px;
  z-index: 7;
  border-radius: 5px;
  background-color: #707070;
  color: #fff;
  padding: 5px 10px; }
  .one-column__category--mystery {
    background-color: #0D0CA2; }
  .one-column__category--fantasy {
    background-color: #318113; }
  .one-column__category--love {
    background-color: #DE025E; }
  .one-column__category--drama {
    background-color: #FF980B; }
.one-column__title {
  font-weight: bold;
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }
.one-column__chapter {
  display: flex;
  align-items: center;
  padding: 10px 0 0 0; }
  .one-column__chapter--img {
    margin: 0 5px 0 0;
    padding: 5px 10px;
    font-size: 1rem;
    line-height: 1rem;
    background: #5e49ff;
    border-radius: 4px;
    color: #ffffff;
    text-align: center; }
  .one-column__chapter--text {
    font-size: 1.4rem;
    color: #3e3e3e; }

.fav_star_content, .fav_star_title {
  position: absolute;
  bottom: -8px;
  right: -5px;
  width: 13%; }
  .fav_star_content .fav_item, .fav_star_title .fav_item {
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all 300ms; }
    .fav_star_content .fav_item__on, .fav_star_title .fav_item__on {
      background-image: url(../image/site/fav-crip__on.png?20210913); }
    .fav_star_content .fav_item__off, .fav_star_title .fav_item__off {
      background-image: url(../image/site/fav-crip__off.png?20210913); }

re
.titlebox .fav_star_title {
  bottom: -5px;
  right: 0; }

.recommended {
  position: relative;
  overflow: hidden;
  padding: 0 0 2rem 0;
  margin: -50px 0 2rem 0;
  background: url(/image/site/block_bg_02.png) no-repeat -15% 20px;
  background-size: 204px auto; }
  @media screen and (max-width: 480px) {
    .recommended {
      background-size: 136px auto; } }

.recommended h2 {
  padding: 50px 0 0 0; }

.category {
  position: relative;
  overflow: hidden;
  padding: 0 0 2rem 0;
  margin: -50px 0 2rem 0;
  background: url(/image/site/block_bg_03.png) no-repeat 125% top;
  background-size: 234px auto; }
  @media screen and (max-width: 480px) {
    .category {
      background-size: 156px auto; } }

.category h2 {
  padding: 50px 0 0 0; }

.long-item {
  width: 90%;
  margin: 0 auto 2rem auto;
  border: solid 1px #e8e8e8;
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 10px; }
  .long-item a {
    text-decoration: none; }
  .long-item__cat {
    background-color: #5790ED;
    color: #fff;
    padding: .5rem;
    font-size: 1.2rem;
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: bold; }
    .long-item__cat--mystery {
      background-color: #0D0CA2; }
    .long-item__cat--fantasy {
      background-color: #318113; }
    .long-item__cat--love {
      background-color: #DE025E; }
    .long-item__cat--drama {
      background-color: #FF980B; }
  .long-item__link {
    display: flex; }
  .long-item__image {
    width: 40%;
    line-height: 0;
    margin: 0 10px 0 0; }
  .long-item__det {
    width: 60%;
    position: relative;
    background-color: #ffffff; }
    .long-item__det .fav_star {
      position: absolute;
      bottom: -8px;
      right: 0;
      width: 13%; }
      .long-item__det .fav_star .fav_item {
        background-size: 100%;
        background-repeat: no-repeat;
        transition: all 300ms; }
        .long-item__det .fav_star .fav_item__on {
          background-image: url(../image/site/fav-crip__on.png?20210913); }
        .long-item__det .fav_star .fav_item__off {
          background-image: url(../image/site/fav-crip__off.png?20210913); }
  .long-item__title {
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 1.4rem;
    line-height: 1.8rem; }
  .long-item .channelDesc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #3e3e3e;
    margin: 5px 0 20px 0; }
    @media screen and (max-width: 480px) {
      .long-item .channelDesc {
        margin: 5px 0 10px 0; } }
  .long-item .personalityName {
    color: #3e3e3e;
    font-size: 1rem;
    line-height: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 85%; }
  .long-item .personalityName i {
    display: inline-block;
    padding: 0 5px 0 0; }
  .long-item__chapter dt {
    width: 30%; }
  .long-item__chapter dd {
    font-size: 1rem;
    color: #000; }

.capture {
  text-decoration: none; }
  .capture__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    width: 90%;
    margin: 0 auto 20px auto;
    border: solid 1px #e8e8e8;
    box-sizing: border-box; }
    .capture__item--release, .capture__item--notrelease {
      background: #ffffff; }
  .capture__icon {
    width: 22%;
    background: #e7e8fe;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center; }
  .capture__icon img {
    width: 67px;
    height: auto; }
  @media screen and (max-width: 480px) {
    .capture__icon img {
      width: 30px; } }
  .capture__icon span {
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-style: italic; }
  .capture__det {
    width: 74%; }
    .capture__det dd {
      align-items: center;
      display: flex; }
  .capture__title {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 20px;
    color: #3e3e3e;
    font-weight: bold; }
  .capture__status {
    border-radius: 6px;
    font-weight: bold;
    padding: .5rem;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin-right: 10px; }
    .capture__status--release {
      background-color: #ef51a0; }
    .capture__status--notrelease {
      background-color: #5e49ff; }
  .capture__pt {
    font-weight: bold;
    color: #5e49ff; }
  .capture .fav_star_content {
    position: absolute;
    bottom: 0;
    right: 5px;
    width: 8%;
    z-index: 4; }
    .capture .fav_star_content .fav_item {
      background-size: 100%;
      background-repeat: no-repeat;
      transition: all 300ms; }
      .capture .fav_star_content .fav_item__on {
        background-image: url(../image/site/fav-crip__on.png); }
      .capture .fav_star_content .fav_item__off {
        background-image: url(../image/site/fav-crip__off.png); }

.mypage_h2 {
  background-color: #CEF6FF;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  padding: 10px 0px;
  margin: 0 auto 2rem auto;
  text-align: center; }

.branch_link {
  display: flex;
  width: 100%;
  margin: 0 auto 2rem auto;
  justify-content: center; }
  .branch_link > * {
    display: block;
    padding: .5rem 2rem;
    background-color: #C3C3C3;
    color: #fff;
    border-radius: .5rem;
    margin: 1rem;
    text-decoration: none;
    width: 36%;
    text-align: center; }
  .branch_link__title.active {
    background-color: #5e49ff; }
  .branch_link__chapter.active {
    background-color: #5e49ff; }

.sound_fav__content {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #D3D3D3;
  width: 90%;
  margin: 0 auto;
  text-decoration: none; }
  .sound_fav__content--image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 30%;
    border-radius: 1000px; }
    .sound_fav__content--image img {
      width: 100%; }
  .sound_fav__content--det {
    width: 65%; }
  .sound_fav__content--title {
    font-weight: bold;
    color: #000;
    font-size: 1.8rem; }
  .sound_fav__content--sakuhin {
    font-weight: bold; }
    .sound_fav__content--sakuhin dt {
      color: #DB2776; }
    .sound_fav__content--sakuhin dd {
      color: #000;
      width: 70%; }
.sound_fav .fav_star_content {
  position: absolute;
  bottom: -8px;
  right: -5px;
  width: 13%;
  z-index: 4; }
  .sound_fav .fav_star_content .fav_item {
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all 300ms; }
    .sound_fav .fav_star_content .fav_item__on {
      background-image: url(../image/site/fav-crip__on.png); }
    .sound_fav .fav_star_content .fav_item__off {
      background-image: url(../image/site/fav-crip__off.png); }

.favMsg {
  position: fixed;
  display: none;
  width: 80%;
  bottom: 50px;
  left: 10%;
  text-align: center;
  font-weight: bold;
  box-shadow: 0px 3px 6px #e8e8e8;
  background-color: #ffffff;
  padding: 10px 0;
  border-radius: 10px;
  z-index: 10; }

.top_otameshi {
  text-align: center; }

.top_otameshi a {
  text-decoration: none; }

.category_box {
  overflow: hidden;
  width: 90%;
  margin: 2em auto;
  text-align: center; }

.category_box select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 1.6rem;
  color: #3e3e3e; }

.category_box select::-ms-expand {
  display: none; }

.category_box {
  position: relative;
  border: 1px solid #3e3e3e;
  border-radius: 4px; }

.category_box::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #3e3e3e;
  pointer-events: none; }

.category_box select {
  padding: 8px 38px 8px 8px; }

.pagination {
  display: flex;
  justify-content: center; }
  .pagination li {
    margin: 1rem .5rem;
    padding: .5rem 1rem;
    border-radius: 10px;
    background-color: #e8e8e8; }
    .pagination li a {
      text-decoration: none;
      color: #3e3e3e; }
    .pagination li.active {
      background-color: #5e49ff;
      color: #ffffff; }
      .pagination li.active a {
        color: #ffffff; }

.no_pic {
  text-align: center;
  padding: 2rem; }

.channelTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #3e3e3e;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin: 10px 0 20px 0; }
  .channelTitle span {
    display: inline-block;
    background: #e7e8fe;
    color: #5e49ff;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1rem;
    padding: 5px 10px;
    margin: 0 10px 0 0;
    border-radius: 4px; }

.dialog-closeButton {
  width: 32px !important;
  height: 32px !important;
  border-radius: 32px;
  background: #767676;
  top: -10px !important;
  right: -10px !important; }

.dialog-closeButton:before,
.dialog-closeButton:after {
  width: 60% !important;
  background-color: #ffffff !important;
  top: 15px !important;
  right: 5px !important; }
