@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css");
html, body, div, span, object, iframe, embed, main,
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, u, 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, source {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  background-color: transparent;
  min-height: 1.5em;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: ".";
}

button, input, select, textarea, datalist {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  word-wrap: break-word;
  font-family: YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.is-ie {
  display: none;
}
/*!
  Styles
  */
img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

main {
  display: block;
}

a {
  text-decoration: none;
}

.l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 75px;
  min-height: 100vh;
  overflow: hidden;
}

.l-main {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.l-main__inner {
  position: relative;
  z-index: 1;
}

.l-in-main {
  background-color: #fff7fb;
}

.l-in-content {
  position: relative;
  z-index: 1;
}

.l-in-title {
  margin: 55px 0 22px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
  font-family: "Manrope", sans-serif;
  text-align: center;
}

.l-in-body {
  position: relative;
}

.swiper-container {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.swiper-container.swiper-container-autoheight {
  height: auto;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 1;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0;
  width: 100%;
  height: 100%;
}
.swiper-container-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-slide {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  visibility: hidden;
  opacity: 0;
}

.swiper-button-next::before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.u-bg-pink {
  background-color: #fff7fb;
}

.u-bg-white {
  background-color: #ffffff;
}

.u-center {
  text-align: center;
}

.u-right {
  text-align: right;
}

.u-mt-0 {
  margin-top: 0em;
}

.u-mb-0 {
  margin-bottom: 0em;
}

.u-mt-1 {
  margin-top: 0.1em;
}

.u-mb-1 {
  margin-bottom: 0.1em;
}

.u-mt-2 {
  margin-top: 0.2em;
}

.u-mb-2 {
  margin-bottom: 0.2em;
}

.u-mt-3 {
  margin-top: 0.3em;
}

.u-mb-3 {
  margin-bottom: 0.3em;
}

.u-mt-4 {
  margin-top: 0.4em;
}

.u-mb-4 {
  margin-bottom: 0.4em;
}

.u-mt-5 {
  margin-top: 0.5em;
}

.u-mb-5 {
  margin-bottom: 0.5em;
}

.u-mt-6 {
  margin-top: 0.6em;
}

.u-mb-6 {
  margin-bottom: 0.6em;
}

.u-mt-7 {
  margin-top: 0.7em;
}

.u-mb-7 {
  margin-bottom: 0.7em;
}

.u-mt-8 {
  margin-top: 0.8em;
}

.u-mb-8 {
  margin-bottom: 0.8em;
}

.u-mt-9 {
  margin-top: 0.9em;
}

.u-mb-9 {
  margin-bottom: 0.9em;
}

.u-mt-10 {
  margin-top: 1em;
}

.u-mb-10 {
  margin-bottom: 1em;
}

.u-mt-11 {
  margin-top: 1.1em;
}

.u-mb-11 {
  margin-bottom: 1.1em;
}

.u-mt-12 {
  margin-top: 1.2em;
}

.u-mb-12 {
  margin-bottom: 1.2em;
}

.u-mt-13 {
  margin-top: 1.3em;
}

.u-mb-13 {
  margin-bottom: 1.3em;
}

.u-mt-14 {
  margin-top: 1.4em;
}

.u-mb-14 {
  margin-bottom: 1.4em;
}

.u-mt-15 {
  margin-top: 1.5em;
}

.u-mb-15 {
  margin-bottom: 1.5em;
}

.u-mt-16 {
  margin-top: 1.6em;
}

.u-mb-16 {
  margin-bottom: 1.6em;
}

.u-mt-17 {
  margin-top: 1.7em;
}

.u-mb-17 {
  margin-bottom: 1.7em;
}

.u-mt-18 {
  margin-top: 1.8em;
}

.u-mb-18 {
  margin-bottom: 1.8em;
}

.u-mt-19 {
  margin-top: 1.9em;
}

.u-mb-19 {
  margin-bottom: 1.9em;
}

.u-mt-20 {
  margin-top: 2em;
}

.u-mb-20 {
  margin-bottom: 2em;
}

.u-mt-21 {
  margin-top: 2.1em;
}

.u-mb-21 {
  margin-bottom: 2.1em;
}

.u-mt-22 {
  margin-top: 2.2em;
}

.u-mb-22 {
  margin-bottom: 2.2em;
}

.u-mt-23 {
  margin-top: 2.3em;
}

.u-mb-23 {
  margin-bottom: 2.3em;
}

.u-mt-24 {
  margin-top: 2.4em;
}

.u-mb-24 {
  margin-bottom: 2.4em;
}

.u-mt-25 {
  margin-top: 2.5em;
}

.u-mb-25 {
  margin-bottom: 2.5em;
}

.u-mt-26 {
  margin-top: 2.6em;
}

.u-mb-26 {
  margin-bottom: 2.6em;
}

.u-mt-27 {
  margin-top: 2.7em;
}

.u-mb-27 {
  margin-bottom: 2.7em;
}

.u-mt-28 {
  margin-top: 2.8em;
}

.u-mb-28 {
  margin-bottom: 2.8em;
}

.u-mt-29 {
  margin-top: 2.9em;
}

.u-mb-29 {
  margin-bottom: 2.9em;
}

.u-mt-30 {
  margin-top: 3em;
}

.u-mb-30 {
  margin-bottom: 3em;
}

.u-mt-31 {
  margin-top: 3.1em;
}

.u-mb-31 {
  margin-bottom: 3.1em;
}

.u-mt-32 {
  margin-top: 3.2em;
}

.u-mb-32 {
  margin-bottom: 3.2em;
}

.u-mt-33 {
  margin-top: 3.3em;
}

.u-mb-33 {
  margin-bottom: 3.3em;
}

.u-mt-34 {
  margin-top: 3.4em;
}

.u-mb-34 {
  margin-bottom: 3.4em;
}

.u-mt-35 {
  margin-top: 3.5em;
}

.u-mb-35 {
  margin-bottom: 3.5em;
}

.u-mt-36 {
  margin-top: 3.6em;
}

.u-mb-36 {
  margin-bottom: 3.6em;
}

.u-mt-37 {
  margin-top: 3.7em;
}

.u-mb-37 {
  margin-bottom: 3.7em;
}

.u-mt-38 {
  margin-top: 3.8em;
}

.u-mb-38 {
  margin-bottom: 3.8em;
}

.u-mt-39 {
  margin-top: 3.9em;
}

.u-mb-39 {
  margin-bottom: 3.9em;
}

.u-mt-40 {
  margin-top: 4em;
}

.u-mb-40 {
  margin-bottom: 4em;
}

.u-mt-41 {
  margin-top: 4.1em;
}

.u-mb-41 {
  margin-bottom: 4.1em;
}

.u-mt-42 {
  margin-top: 4.2em;
}

.u-mb-42 {
  margin-bottom: 4.2em;
}

.u-mt-43 {
  margin-top: 4.3em;
}

.u-mb-43 {
  margin-bottom: 4.3em;
}

.u-mt-44 {
  margin-top: 4.4em;
}

.u-mb-44 {
  margin-bottom: 4.4em;
}

.u-mt-45 {
  margin-top: 4.5em;
}

.u-mb-45 {
  margin-bottom: 4.5em;
}

.u-mt-46 {
  margin-top: 4.6em;
}

.u-mb-46 {
  margin-bottom: 4.6em;
}

.u-mt-47 {
  margin-top: 4.7em;
}

.u-mb-47 {
  margin-bottom: 4.7em;
}

.u-mt-48 {
  margin-top: 4.8em;
}

.u-mb-48 {
  margin-bottom: 4.8em;
}

.u-mt-49 {
  margin-top: 4.9em;
}

.u-mb-49 {
  margin-bottom: 4.9em;
}

.u-mt-50 {
  margin-top: 5em;
}

.u-mb-50 {
  margin-bottom: 5em;
}

@-webkit-keyframes bg_loop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes bg_loop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes sizeScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sizeScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes hop {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  16% {
    -webkit-transform: translate(0, -3%);
            transform: translate(0, -3%);
  }
  33% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  48% {
    -webkit-transform: translate(0, -3%);
            transform: translate(0, -3%);
  }
  64% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(0, -3%);
            transform: translate(0, -3%);
  }
  96% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes hop {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  16% {
    -webkit-transform: translate(0, -3%);
            transform: translate(0, -3%);
  }
  33% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  48% {
    -webkit-transform: translate(0, -3%);
            transform: translate(0, -3%);
  }
  64% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(0, -3%);
            transform: translate(0, -3%);
  }
  96% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes run {
  45% {
    -webkit-transform: translate3d(-220px, 0, 0) rotateY(0);
            transform: translate3d(-220px, 0, 0) rotateY(0);
  }
  50% {
    -webkit-transform: translate3d(-220px, 0, 0) rotateY(180deg);
            transform: translate3d(-220px, 0, 0) rotateY(180deg);
  }
  95% {
    -webkit-transform: translate3d(0, 0, 0) rotateY(180deg);
            transform: translate3d(0, 0, 0) rotateY(180deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotateY(0);
            transform: translate3d(0, 0, 0) rotateY(0);
  }
}
@keyframes run {
  45% {
    -webkit-transform: translate3d(-220px, 0, 0) rotateY(0);
            transform: translate3d(-220px, 0, 0) rotateY(0);
  }
  50% {
    -webkit-transform: translate3d(-220px, 0, 0) rotateY(180deg);
            transform: translate3d(-220px, 0, 0) rotateY(180deg);
  }
  95% {
    -webkit-transform: translate3d(0, 0, 0) rotateY(180deg);
            transform: translate3d(0, 0, 0) rotateY(180deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotateY(0);
            transform: translate3d(0, 0, 0) rotateY(0);
  }
}
@-webkit-keyframes run_sp {
  45% {
    -webkit-transform: translate3d(-150px, 0, 0) rotateY(0);
            transform: translate3d(-150px, 0, 0) rotateY(0);
  }
  50% {
    -webkit-transform: translate3d(-150px, 0, 0) rotateY(180deg);
            transform: translate3d(-150px, 0, 0) rotateY(180deg);
  }
  95% {
    -webkit-transform: translate3d(0, 0, 0) rotateY(180deg);
            transform: translate3d(0, 0, 0) rotateY(180deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotateY(0);
            transform: translate3d(0, 0, 0) rotateY(0);
  }
}
@keyframes run_sp {
  45% {
    -webkit-transform: translate3d(-150px, 0, 0) rotateY(0);
            transform: translate3d(-150px, 0, 0) rotateY(0);
  }
  50% {
    -webkit-transform: translate3d(-150px, 0, 0) rotateY(180deg);
            transform: translate3d(-150px, 0, 0) rotateY(180deg);
  }
  95% {
    -webkit-transform: translate3d(0, 0, 0) rotateY(180deg);
            transform: translate3d(0, 0, 0) rotateY(180deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotateY(0);
            transform: translate3d(0, 0, 0) rotateY(0);
  }
}
@-webkit-keyframes left_and_right {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
}
@keyframes left_and_right {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
}
@-webkit-keyframes hop_2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  85% {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes hop_2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  85% {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes rotateY {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  25% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes rotateY {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  25% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
hr {
  display: block;
  margin: 1em 0;
  border: 0;
  background-image: repeating-linear-gradient(90deg, #a2a2a2, #a2a2a2 3px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 6px);
  padding: 0;
  height: 1px;
}

.c-btn {
  position: relative;
  width: 100%;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  text-align: center;
}
.c-btn::before {
  position: absolute;
  top: 50%;
  right: 21px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 2;
  margin-top: -4px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 6px;
  height: 6px;
  pointer-events: none;
  content: "";
}
.c-btn__link {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 100px;
  background-color: #e5307d;
  padding: 14px 5px 15px;
  overflow: hidden;
  color: #ffffff;
  line-height: 1;
}
.c-btn__link::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: width 0.4s cubic-bezier(0.87, 0, 0.13, 1);
  transition: width 0.4s cubic-bezier(0.87, 0, 0.13, 1);
  background-color: #000000;
  width: 100%;
  width: 0;
  height: 100%;
  content: "";
}
.c-btn__link:hover::before {
  -webkit-transition: width 0.6s cubic-bezier(0.87, 0, 0.13, 1);
  transition: width 0.6s cubic-bezier(0.87, 0, 0.13, 1);
  width: 100%;
}
.c-btn__link .c-btn__link-text,
.c-btn__link span {
  display: inline-block;
  position: relative;
}

.c-waveBtn {
  position: relative;
  margin: 0 auto;
  width: 135px;
  font-weight: 700;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
}
.c-waveBtn__wave {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
}
.c-waveBtn__wave-follow {
  background-color: #ffffff;
  width: 4px;
  height: 3px;
}
.c-waveBtn__wave-svg {
  display: block;
  width: 100%;
  height: 32px;
}

.c-waveBtn__inner {
  padding: 0 19px 14px 0;
  text-align: center;
}
.c-waveBtn__inner span {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.c-waveBtn__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-waveBtn--icon .c-waveBtn__inner {
  padding: 0 0 16px 0;
  text-align: left;
}
.c-waveBtn--icon .c-waveBtn__inner span {
  display: inline-block;
  position: relative;
  padding-left: 37px;
  letter-spacing: 0.065em;
}
.c-waveBtn--icon .c-waveBtn__inner span::before {
  position: absolute;
  top: 2px;
  left: 11px;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 18px;
  content: "";
}
.c-waveBtn--icon.-youtube .c-waveBtn__inner span::before {
  background-image: url(../img/common/sns/sns_youtube.svg);
}
.c-waveBtn--icon.-niconico .c-waveBtn__inner span::before {
  background-image: url(../img/common/sns/sns_niconico.svg);
}
.c-selectNavSp {
  position: relative;
  margin: 0 auto;
  width: 200px;
}
.c-selectNavSp__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px 0 5px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  color: #ffffff;
  font-weight: 700;
  font-size: 14.6px;
  line-height: 1;
  font-family: "Manrope", YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.c-selectNavSp__label::before {
  position: absolute;
  top: 37%;
  right: 17px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 6px;
  height: 6px;
  content: "";
}

.c-selectNavSp__select {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: 0;
  border: none;
  border-radius: 40px;
  background-color: #e5307d;
  padding: 14px 10px 15px;
  width: 100%;
  color: rgba(0, 0, 0, 0);
  font-size: 14.6px;
  line-height: 1;
  font-family: "Manrope", YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.c-selectNavSp__select option {
  color: #ffffff;
  font-weight: 700;
}

.c-pagination {
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: center;
}
.c-pagination > * {
  font-size: 15px;
  letter-spacing: normal;
}
.c-pagination li {
  display: inline-block;
  position: relative;
  margin: 0 3.5px;
  width: 40px;
  height: 40px;
  font-weight: 700;
  font-size: 15px;
  font-family: "Manrope", sans-serif;
}
.c-pagination li.is-current {
  pointer-events: none;
}
.c-pagination li.is-current span {
  color: #ffffff;
}
.c-pagination li.is-current::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/icon/heart.svg) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 100%;
  content: "";
}
.c-pagination li:hover a {
  color: #e5307d;
}
.c-pagination li a,
.c-pagination li span {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  height: 100%;
  color: #000000;
}

.c-article__head {
  position: relative;
  padding-bottom: 24px;
}
.c-article__head::before {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: repeating-linear-gradient(90deg, #a2a2a2, #a2a2a2 3px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 6px);
  width: 100%;
  height: 1px;
  content: "";
}
.c-article__head-date {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  color: #888888;
  font-weight: 700;
  font-size: 11.5px;
  font-family: "Manrope", sans-serif;
}
.c-article__head-cate {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  line-height: 1;
  font-family: "Manrope", sans-serif;
  text-align: center;
}
.c-article__head-cate span {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 4px;
  border-radius: 30px;
  background-color: #e2e2e2;
  padding: 3px 13px 2px;
  min-width: 70px;
  color: #575757;
  font-size: 10px;
}
.c-article__head-title {
  margin-top: 14px;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

.c-article__body {
  margin-top: 27px;
}
.c-article__body img {
  display: inline-block;
  margin: 10px 0;
  max-width: 100%;
  height: auto;
}
.c-article__body a {
  color: #e5307d;
  text-decoration: underline;
}
.c-article__body a:hover {
  text-decoration: none;
}
.c-article__body iframe {
  max-width: 100%;
}
.c-article__body ul > li {
  padding-left: 1em;
  text-indent: -1em;
}
.c-article__body ul > li::first-letter {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.c-article__body h2 {
  color: #e5307d;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.c-article__body h3 {
  color: #e5307d;
  font-weight: 600;
  font-size: 18.5px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.c-article__body h4 {
  color: #e5307d;
  font-weight: 600;
  font-size: 15.5px;
  line-height: 1.55;
  letter-spacing: 0.1em;
}
.c-article__body table {
  margin: 1em 0;
}
.c-article__body table th {
  font-weight: normal;
}
.c-article__body table th, .c-article__body table td {
  border: 1px solid #888888;
  padding: 6px 17px;
}

.c-panel {
  position: relative;
  padding: 55px 0 60px;
}
.c-panel:first-of-type {
  padding-top: 60px;
}
.c-panel:not(.u-bg-white) + .c-panel:not(.u-bg-white) {
  padding-top: 0;
}
.c-panel.u-bg-white + .u-bg-white {
  padding-top: 0;
}
.c-panel h2 {
  margin-bottom: 14px;
  border-radius: 30px;
  background-color: #f7b2d0;
  padding: 6px 20px 4px;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
}
.c-panel h3 {
  color: #e5307d;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: 0.1em;
  text-align: justify;
}
.c-panel h4 {
  color: #e5307d;
  font-weight: 600;
  font-size: 14.5px;
  line-height: 1.55;
  letter-spacing: 0.1em;
  text-align: justify;
}
.c-panel strong {
  font-weight: 600;
}
.c-panel ul > li {
  padding-left: 1em;
  text-indent: -1em;
}
.c-panel ul > li::first-letter {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.c-panel table {
  margin: 1em 0;
}
.c-panel table th {
  font-weight: normal;
}
.c-panel table th, .c-panel table td {
  border: 1px solid #888888;
  padding: 6px 17px;
}
.c-panel hr {
  border: none;
  background-image: repeating-linear-gradient(90deg, #a2a2a2, #a2a2a2 3px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 6px);
}
.c-panel__inner {
  position: relative;
}

.c-panel__title {
  position: relative;
  padding-left: 28px;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.4;
  font-family: "Manrope", YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.03em;
}
.c-panel__title::before {
  position: absolute;
  top: 2px;
  left: 1px;
  background: url(../img/common/icon/headphone.png) no-repeat 0 0;
  background-size: contain;
  width: 17px;
  height: 20px;
  content: "";
}
.c-panel__text span {
  vertical-align: baseline;
}
.c-panel__text img {
  display: inline-block;
  margin: 10px 0;
  max-width: 100%;
  height: auto;
}
.c-panel__text a {
  color: #e5307d;
  text-decoration: underline;
}
.c-panel__text .t-small {
  font-size: 0.8em;
}

.c-track {
  position: relative;
}
.c-track + .c-track {
  margin-top: 38px;
}
.c-track:last-of-type {
  margin-bottom: 19px;
}
.c-track__title {
  color: #e5307d;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.1em;
}

.c-track__list {
  counter-reset: number 0;
  margin-top: 0;
}
.c-track__list-item {
  position: relative;
  padding: 15px 0 10px 30px;
}
.c-track__list-item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: repeating-linear-gradient(90deg, #a2a2a2, #a2a2a2 3px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 6px);
  width: 100%;
  height: 1px;
  content: "";
}
.c-track__list-item::after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  counter-increment: number 1;
  width: 30px;
  content: counter(number, decimal-leading-zero);
  color: #888888;
  font-weight: 700;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
}
.c-track__list-song {
  position: relative;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.c-track__list-desc {
  margin-top: 5px;
  font-size: 12px;
}

.c-newsList__item {
  position: relative;
}
.c-newsList__item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: repeating-linear-gradient(90deg, #a2a2a2, #a2a2a2 3px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 6px);
  width: 100%;
  height: 1px;
  content: "";
}
.c-newsList__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
.c-newsList__item-block {
  position: relative;
  top: -2px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 3px;
  width: 77px;
  line-height: 1;
  font-family: "Manrope", sans-serif;
  text-align: center;
}
.c-newsList__item-block .p-in-date {
  color: #888888;
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.c-newsList__item-block .p-in-cate {
  display: inline-block;
  margin-top: 6px;
  color: #565656;
  font-weight: 600;
  font-size: 10px;
}
.c-newsList__item-block .p-in-cate span {
  display: block;
  margin: 0 auto;
  border-radius: 50px;
  background-color: #e2e2e2;
  padding: 3px 2px;
  width: 70px;
  text-align: center;
}
.c-newsList__item-block .p-in-cate span + span {
  margin-top: 4px;
}
.c-newsList__item-title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 30px;
  max-height: 4.35em;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.01em;
  text-align: justify;
}
.c-newsList__item-title::before {
  position: absolute;
  top: 0;
  left: 9px;
  -webkit-transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  background: url(../img/common/icon/heart.svg) no-repeat 0 45%;
  background-size: contain;
  width: 11px;
  height: 100%;
  content: "";
}
.c-newsList__item-title p {
  display: inline-block;
  position: relative;
}
.c-newsList__item-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-logoBg {
  position: absolute;
  bottom: -39px;
  left: 0;
  width: 100%;
}
.c-logoBg__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.c-logoBg__block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-animation: bg_loop 20s linear infinite;
          animation: bg_loop 20s linear infinite;
  padding: 0 20px;
  width: 1540px;
}

body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  word-wrap: break-word;
  font-size: 14.6px;
  line-height: 1.62;
  font-family: YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.065em;
}
body .is-menu-open {
  overflow: hidden;
}

::-moz-selection {
  background: rgba(229, 48, 125, 0.5);
}

::selection {
  background: rgba(229, 48, 125, 0.5);
}

.c-header {
  position: relative;
  z-index: 10;
}
.c-header__inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #ffffff;
  width: 100%;
  height: 75px;
}
body.is-scrolled .c-header__inner {
  height: 61px;
}
body.is-menu-open .c-header__inner {
  height: 75px;
}

.c-header__wrap {
  height: 100%;
}

.c-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  height: 100%;
}
.c-logo__hw {
  position: relative;
  top: -2px;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 230px;
}
body.is-scrolled .c-logo__hw {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
body.is-menu-open .c-logo__hw {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.c-logo__hw-link {
  display: block;
}
.c-logo__hw-inner {
  display: block;
}
.c-logo__hw-svg {
  display: block;
  width: 230px;
  height: 36px;
}
.c-logo__hw-svg path {
  fill-rule: evenodd;
}
.c-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
body.is-menu-open .c-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-menu__bg {
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: #ffffff;
  width: 0;
  width: 100%;
  height: 100%;
}

.c-menu__layer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.is-menu-open .c-menu__layer {
  -webkit-transition: width 0.65s cubic-bezier(0.87, 0, 0.13, 1) 0.5s;
  transition: width 0.65s cubic-bezier(0.87, 0, 0.13, 1) 0.5s;
  width: 0;
}
.c-menu__layer::before, .c-menu__layer::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
}
body.is-menu-open .c-menu__layer::before, body.is-menu-open .c-menu__layer::after {
  width: 100%;
}
.c-menu__layer::before {
  -webkit-transition: width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  background-color: #fff7fb;
}
body.is-menu-open .c-menu__layer::before {
  -webkit-transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.1s 0.9s;
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.1s 0.9s;
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.1s 0.9s;
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.1s 0.9s, -webkit-transform 0.1s 0.9s;
}
.c-menu__layer::after {
  -webkit-transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #e5307d;
}
body.is-menu-open .c-menu__layer::after {
  -webkit-transition: width 0.8s cubic-bezier(0.87, 0, 0.13, 1), -webkit-transform 0.65s cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  transition: width 0.8s cubic-bezier(0.87, 0, 0.13, 1), -webkit-transform 0.65s cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  transition: width 0.8s cubic-bezier(0.87, 0, 0.13, 1), transform 0.65s cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  transition: width 0.8s cubic-bezier(0.87, 0, 0.13, 1), transform 0.65s cubic-bezier(0.87, 0, 0.13, 1) 0.6s, -webkit-transform 0.65s cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
}

.c-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
  margin: 0 auto;
  padding-top: 75px;
  width: 92%;
  min-height: 100%;
}

.c-menu__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 auto;
  padding-top: 12%;
  width: 87.5%;
}

.c-menu__block {
  -webkit-transition: opacity 0.1s 0.5s;
  transition: opacity 0.1s 0.5s;
  width: 50%;
}
.c-menu__block:nth-of-type(2) {
  -webkit-transform: translate3d(10px, 0, 0);
          transform: translate3d(10px, 0, 0);
  opacity: 0;
  -webkit-transition: all 0.1s 0s;
  transition: all 0.1s 0s;
  padding-top: 7px;
  padding-left: 3.9%;
}
body.is-menu-open .c-menu__block:nth-of-type(2) {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: all 0.6s 0.42s;
  transition: all 0.6s 0.42s;
}

.c-menu__mainList {
  font-family: "Manrope", sans-serif;
}
.c-menu__mainList-item {
  -webkit-transform: translate3d(10px, 0, 0);
          transform: translate3d(10px, 0, 0);
  opacity: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.05em;
}
body.is-menu-open .c-menu__mainList-item {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
body.is-menu-open .c-menu__mainList-item:nth-of-type(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
body.is-menu-open .c-menu__mainList-item:nth-of-type(2) {
  -webkit-transition-delay: 0.07s;
          transition-delay: 0.07s;
}
body.is-menu-open .c-menu__mainList-item:nth-of-type(3) {
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
}
body.is-menu-open .c-menu__mainList-item:nth-of-type(4) {
  -webkit-transition-delay: 0.21s;
          transition-delay: 0.21s;
}
body.is-menu-open .c-menu__mainList-item:nth-of-type(5) {
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}
body.is-menu-open .c-menu__mainList-item:nth-of-type(6) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
body.is-menu-open .c-menu__mainList-item:nth-of-type(7) {
  -webkit-transition-delay: 0.42s;
          transition-delay: 0.42s;
}
body.is-menu-open .c-menu__mainList-item:nth-of-type(8) {
  -webkit-transition-delay: 0.49s;
          transition-delay: 0.49s;
}
.c-menu__mainList-item + .c-menu__mainList-item {
  margin-top: 10.5px;
}
.c-menu__mainList-link {
  display: inline-block;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding: 3px 0;
  color: #000000;
  font-weight: 700;
}
.c-menu__mainList-link::before {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  background-color: #f7b2d0;
  width: 100%;
  height: 0.5em;
  content: "";
}
.c-menu__mainList-link:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.c-menu__mainList-link span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.c-menu__subList-item {
  position: relative;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.c-menu__subList-item + .c-menu__subList-item {
  margin-top: 9px;
}
.c-menu__subList-item::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #888888;
  border-bottom: 2px solid #888888;
  width: 4px;
  height: 4px;
  pointer-events: none;
  content: "";
}
.c-menu__subList-link {
  display: inline-block;
  position: relative;
  padding-left: 13px;
  color: #000000;
}
.c-menu__subList-link::before {
  position: absolute;
  bottom: 0;
  left: 16px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  background-color: #f7b2d0;
  width: 0;
  width: calc(100% - 16px);
  height: 0.5em;
  content: "";
}
.c-menu__subList-link:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.c-menu__subList-link span {
  display: inline-block;
  position: relative;
}

.c-menu__snsList {
  margin-top: 26px;
}
.c-menu__snsList-item {
  position: relative;
  font-weight: 600;
  font-size: 13.5px;
  line-height: 1.1;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.13em;
}
.c-menu__snsList-item + .c-menu__snsList-item {
  margin-top: 16.5px;
}
.c-menu__snsList-link {
  display: inline-block;
  padding-left: 27px;
  color: #000000;
}
.c-menu__snsList-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 19px;
  height: 19px;
  overflow: hidden;
  pointer-events: none;
}
.c-menu__snsList-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  content: "";
}
.c-menu__snsList-item.-youtube .c-menu__snsList-icon::before {
  background-image: url(../img/common/sns/sns_youtube.svg);
}
.c-menu__snsList-item.-niconico .c-menu__snsList-icon::before {
  background-image: url(../img/common/sns/sns_niconico.svg);
}
.c-menu__snsList-item.-line .c-menu__snsList-icon::before {
  background-image: url(../img/common/sns/sns_line.svg);
}
.c-menu__snsList-item.-twitter .c-menu__snsList-icon::before {
  background-image: url(../img/common/sns/icon_x.svg);
}
.c-menu__snsList-text {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.c-menu__snsList-text::before {
  position: absolute;
  bottom: 0.15em;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  background-color: #f7b2d0;
  width: 100%;
  height: 0.5em;
  content: "";
}
.c-menu__snsList-link:hover .c-menu__snsList-text::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.c-menu__mainVisual {
  position: relative;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.8s ease-in-out;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.8s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body.is-menu-open .c-menu__mainVisual {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
.c-menu__mainVisual::after {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  transition: width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}
body.is-menu-open .c-menu__mainVisual::after {
  width: 0;
}
.c-menu__mainVisual-img {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/top/img_main01_pc.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.c-hamburger {
  position: fixed;
  top: 25px;
  right: 16px;
  z-index: 10;
  cursor: pointer;
  padding: 5px;
  width: 32px;
  height: 24px;
}
.c-hamburger__inner {
  position: relative;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
body.is-scrolled .c-hamburger__inner {
  -webkit-transform: translate3d(0, -7px, 0);
          transform: translate3d(0, -7px, 0);
}
body.is-menu-open .c-hamburger__inner {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.c-hamburger__inner .p-in-bar {
  display: inline-block;
  position: absolute;
  left: 0;
  background-color: #000000;
  width: 100%;
  height: 2px;
}
.c-hamburger__inner .p-in-bar:nth-of-type(1) {
  top: 0;
  -webkit-transition: background-color 0.5s linear, -webkit-transform 0.3s 0s;
  transition: background-color 0.5s linear, -webkit-transform 0.3s 0s;
  transition: background-color 0.5s linear, transform 0.3s 0s;
  transition: background-color 0.5s linear, transform 0.3s 0s, -webkit-transform 0.3s 0s;
}
body.is-menu-open .c-hamburger__inner .p-in-bar:nth-of-type(1) {
  -webkit-transform: translate(0, 6px) rotate(45deg);
          transform: translate(0, 6px) rotate(45deg);
  -webkit-transition: background-color 0.5s linear, -webkit-transform cubic-bezier(0.76, 0, 0.24, 1) 0.4s 0s;
  transition: background-color 0.5s linear, -webkit-transform cubic-bezier(0.76, 0, 0.24, 1) 0.4s 0s;
  transition: background-color 0.5s linear, transform cubic-bezier(0.76, 0, 0.24, 1) 0.4s 0s;
  transition: background-color 0.5s linear, transform cubic-bezier(0.76, 0, 0.24, 1) 0.4s 0s, -webkit-transform cubic-bezier(0.76, 0, 0.24, 1) 0.4s 0s;
}
.c-hamburger__inner .p-in-bar:nth-of-type(2) {
  top: 6px;
  -webkit-transition: background-color 0.5s linear, width 0.25s 0.15s;
  transition: background-color 0.5s linear, width 0.25s 0.15s;
}
body.is-menu-open .c-hamburger__inner .p-in-bar:nth-of-type(2) {
  -webkit-transition: background-color 0.5s linear, width 0.35s;
  transition: background-color 0.5s linear, width 0.35s;
  width: 0;
}
.c-hamburger__inner .p-in-bar:nth-of-type(3) {
  top: 12px;
  -webkit-transition: background-color 0.5s linear, -webkit-transform 0.3s 0s;
  transition: background-color 0.5s linear, -webkit-transform 0.3s 0s;
  transition: background-color 0.5s linear, transform 0.3s 0s;
  transition: background-color 0.5s linear, transform 0.3s 0s, -webkit-transform 0.3s 0s;
}
body.is-menu-open .c-hamburger__inner .p-in-bar:nth-of-type(3) {
  -webkit-transform: translate(0, -6px) rotate(-45deg);
          transform: translate(0, -6px) rotate(-45deg);
  -webkit-transition: background-color 0.5s linear, -webkit-transform cubic-bezier(0.76, 0, 0.24, 1) 0.4s 0s;
  transition: background-color 0.5s linear, -webkit-transform cubic-bezier(0.76, 0, 0.24, 1) 0.4s 0s;
  transition: background-color 0.5s linear, transform cubic-bezier(0.76, 0, 0.24, 1) 0.4s 0s;
  transition: background-color 0.5s linear, transform cubic-bezier(0.76, 0, 0.24, 1) 0.4s 0s, -webkit-transform cubic-bezier(0.76, 0, 0.24, 1) 0.4s 0s;
}

.c-footer {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 52px 0 45px;
}
.c-footer::before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  content: "";
}
.c-footer__chara {
  position: absolute;
  top: -60px;
  right: -5px;
  width: 68px;
}
.c-footer__chara-img {
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-animation: left_and_right infinite alternate 1.5s cubic-bezier(0.37, 0, 0.63, 1);
          animation: left_and_right infinite alternate 1.5s cubic-bezier(0.37, 0, 0.63, 1);
}

.c-footer__inner {
  position: relative;
}

.c-footer__bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 34px;
}
.c-footer__bnr-item {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-bottom: 1.6%;
  width: 49.2%;
}
.c-footer__bnr-item:hover {
  opacity: 0.6;
}
.c-footer__bnr-link {
  display: block;
}
.c-footer__bnr-link img {
  min-width: 100%;
}

.c-footer__sns {
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: center;
}
.c-footer__sns > * {
  font-size: 15px;
  letter-spacing: normal;
}
.c-footer__sns-item {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
.c-footer__sns-item + .c-footer__sns-item {
  margin-left: 21px;
}
.c-footer__sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.c-footer__sns-svg {
  display: block;
}
.c-footer__sns-svg path {
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
}
.c-footer__sns-link:hover .c-footer__sns-svg path {
  fill: #e5307d;
}

.c-footer__privacy {
  margin-top: 32px;
  font-weight: 700;
  font-size: 13px;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.04em;
  text-align: center;
}
.c-footer__privacy a {
  display: block;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  color: #000;
}

.c-footer__copy {
  margin-top: 19px;
  color: #888888;
  font-size: 9px;
  line-height: 1.2;
  letter-spacing: 0.075em;
  text-align: center;
}

@media screen and (min-width: 768px){
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
  .l-container {
    padding-top: 120px;
  }
  .l-pc-inner {
    margin: 0 auto;
    width: 81.4%;
  }
  .l-in-title {
    margin: 104px 0 59px;
    font-size: 39px;
    letter-spacing: 0.06em;
  }
  .swiper-button-prev,
  .swiper-button-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
    cursor: pointer;
    margin-top: -35px;
    width: 70px;
    height: 70px;
  }
  .u-hover_buruburu {
    -webkit-animation: none;
            animation: none;
  }
  .u-hover_buruburu:hover {
    -webkit-animation: buruburu 0.5s linear infinite;
            animation: buruburu 0.5s linear infinite;
  }
  .u-hover_opacity {
    -webkit-transition: opacity 0.6s ease 0s;
    transition: opacity 0.6s ease 0s;
  }
  .u-hover_opacity:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.6s ease 0s;
    transition: opacity 0.6s ease 0s;
  }
  hr {
    margin: 1.5em 0;
  }
  .c-btn::before {
    right: 15px;
  }
  .c-btn__link {
    padding: 14px 5px 16px;
    letter-spacing: 0.07em;
  }
  .c-waveBtn {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    width: 145px;
    letter-spacing: 0.15em;
  }
  .c-waveBtn__inner {
    padding-bottom: 16px;
  }
  .c-waveBtn:hover .c-waveBtn__inner span {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  .c-waveBtn:hover .c-waveBtn__wave {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  .c-selectNavPc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-selectNavPc > li {
    margin: 0 4px;
    width: 15.5%;
    max-width: 130px;
    font-weight: 700;
    font-size: 13px;
    font-family: "Manrope", YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: center;
  }
  .c-selectNavPc > li.is-current {
    pointer-events: none;
  }
  .c-selectNavPc > li.is-current a {
    border-color: #e5307d;
    background-color: #e5307d;
    color: #ffffff;
  }
  .c-selectNavPc > li a {
    display: block;
    position: relative;
    z-index: 1;
    -webkit-transition: color 0.2s cubic-bezier(0.22, 0.61, 0.36, 1), background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), border-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s;
    transition: color 0.2s cubic-bezier(0.22, 0.61, 0.36, 1), background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), border-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s;
    transition: color 0.2s cubic-bezier(0.22, 0.61, 0.36, 1), background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), border-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.2s;
    transition: color 0.2s cubic-bezier(0.22, 0.61, 0.36, 1), background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), border-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.2s, -webkit-transform 0.2s;
    border: 1px solid #000000;
    border-radius: 39px;
    padding: 7px 3px 7px;
    color: #000000;
  }
  .c-selectNavPc > li a span {
    display: inline-block;
    position: relative;
  }
  .c-selectNavPc > li a:hover {
    border-color: #e5307d;
    background-color: #e5307d;
    color: #ffffff;
  }
  .c-article__head {
    padding-bottom: 30px;
  }
  .c-article__head-date {
    margin-right: 10px;
    font-size: 14px;
  }
  .c-article__head-cate span {
    margin-right: 5px;
    padding: 3px 13px;
    min-width: 80px;
    font-size: 11.5px;
  }
  .c-article__head-title {
    font-size: 25px;
  }
  .c-article__body {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.7;
  }
  .c-article__body img {
    margin: 15px 0;
  }
  .c-panel {
    padding: 99px 0 80px;
  }
  .c-panel h2 {
    margin-bottom: 16px;
    padding: 6px 22px 5px;
    font-size: 17.5px;
  }
  .c-panel h3 {
    font-size: 18.5px;
    line-height: 1.4;
  }
  .c-panel h4 {
    font-size: 15.5px;
  }
  .c-panel hr {
    margin: 1.5em 0;
  }
  .c-panel__title {
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 1em;
    padding-left: 30px;
    width: 200px;
  }
  .c-panel__title::before {
    top: 1px;
    left: 0;
    width: 18px;
    height: 22px;
  }
  .c-panel__text {
    margin-left: 200px;
  }
  .c-panel__text img {
    margin: 15px 0;
  }
  .c-panel__text a:hover {
    text-decoration: none;
  }
  .c-track + .c-track {
    margin-top: 55px;
  }
  .c-track__list-item {
    padding: 22px 0 17px 35px;
  }
  .c-track__list-item::after {
    top: 49%;
    left: 1px;
  }
  .c-track__list-song {
    letter-spacing: 0.09em;
  }
  .c-newsList__item:hover .c-newsList__item-title p::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.2s, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.2s;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.2s, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-newsList__item-inner {
    padding: 29px 0;
  }
  .c-newsList__item-block {
    padding: 0 21px;
    width: 124px;
  }
  .c-newsList__item-block .p-in-date {
    font-size: 13.5px;
  }
  .c-newsList__item-block .p-in-cate {
    margin-top: 8px;
  }
  .c-newsList__item-block .p-in-cate span {
    padding: 3px 3px;
    width: 80px;
    font-size: 11.5px;
  }
  .c-newsList__item-title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-height: 1.45em;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 16px;
    letter-spacing: 0.03em;
  }
  .c-newsList__item-title::before {
    left: 1px;
    background-size: 14px auto;
    width: 14px;
  }
  .c-newsList__item-title p::before {
    position: absolute;
    top: 0.66em;
    left: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.1s, -webkit-transform 0.4s 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.1s, -webkit-transform 0.4s 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s 0.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.1s;
    transition: transform 0.4s 0.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.1s, -webkit-transform 0.4s 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    background-color: #f7b2d0;
    width: 100%;
    height: 0.6em;
    pointer-events: none;
    content: "";
  }
  .c-logoBg {
    bottom: -78px;
  }
  .c-logoBg__block {
    -webkit-animation-duration: 30s;
            animation-duration: 30s;
    padding: 0 30px;
    width: 3080px;
  }
  body {
    font-size: 15px;
    line-height: 1.55;
    letter-spacing: 0.055em;
  }
  body {
    min-width: 900px;
  }
  .c-header__inner {
    height: 120px;
  }
  .c-header__inner {
    -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s;
  }
  body.is-scrolled .c-header__inner {
    height: 95px;
  }
  body.is-menu-open .c-header__inner {
    height: 120px;
  }
  .c-logo__hw {
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
  }
  .c-logo__hw {
    width: 378px;
  }
  body.is-scrolled .c-logo__hw {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  body.is-menu-open .c-logo__hw {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .c-logo__hw-svg {
    width: 378px;
    height: 59px;
  }
  .c-menu__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 120px;
    width: 100%;
    height: 100%;
  }
  .c-menu__wrap {
    margin: 0 0 0 auto;
    padding: 0 0 3% 0;
    width: 43.6%;
  }
  .c-menu__block {
    width: 46%;
  }
  .c-menu__block:nth-of-type(2) {
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  .c-menu__block:nth-of-type(2) {
    padding: 1.6% 3% 0 0;
    width: 54%;
  }
  .c-menu__mainList-item {
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  .c-menu__mainList-item {
    font-size: 2.4vw;
    letter-spacing: 0.06em;
  }
  .c-menu__mainList-item + .c-menu__mainList-item {
    margin-top: 16.5px;
  }
  .c-menu__subList-item {
    font-size: 1.4vw;
  }
  .c-menu__subList-item + .c-menu__subList-item {
    margin-top: 18px;
  }
  .c-menu__subList-link {
    padding-left: 16px;
  }
  .c-menu__snsList {
    margin-top: 36px;
  }
  .c-menu__snsList-item + .c-menu__snsList-item {
    margin-top: 14px;
  }
  .c-menu__snsList-item {
    font-size: 17.2px;
    line-height: 1.5;
    letter-spacing: 0.09em;
  }
  .c-menu__snsList-link {
    padding-left: 35px;
  }
  .c-menu__snsList-icon {
    width: 24px;
    height: 24px;
  }
  .c-menu__mainVisual {
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  .c-menu__mainVisual {
    position: absolute;
    top: 24.15vh;
    left: 0;
    width: 46.8%;
    height: 62vh;
  }
  .c-hamburger {
    top: 41px;
    right: 34px;
    padding: 10px;
    width: 51px;
    height: 39px;
  }
  .c-hamburger__inner {
    -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s;
  }
  body.is-scrolled .c-hamburger__inner {
    -webkit-transform: translate3d(0, -13px, 0);
            transform: translate3d(0, -13px, 0);
  }
  body.is-menu-open .c-hamburger__inner {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .c-hamburger__inner .p-in-bar {
    height: 3px;
  }
  body.is-menu-open .c-hamburger__inner .p-in-bar:nth-of-type(1) {
    -webkit-transform: translate(0, 8px) rotate(45deg);
            transform: translate(0, 8px) rotate(45deg);
  }
  .c-hamburger__inner .p-in-bar:nth-of-type(2) {
    top: 8px;
  }
  .c-hamburger__inner .p-in-bar:nth-of-type(3) {
    top: 16px;
  }
  body.is-menu-open .c-hamburger__inner .p-in-bar:nth-of-type(3) {
    -webkit-transform: translate(0, -8px) rotate(-45deg);
            transform: translate(0, -8px) rotate(-45deg);
  }
  .c-footer {
    padding: 55px 0 40px;
  }
  .c-footer__chara {
    top: -99px;
    left: 82px;
    width: 81px;
  }
  .c-footer__chara-img {
    -webkit-animation: hop_2 1s ease infinite alternate;
            animation: hop_2 1s ease infinite alternate;
  }
  .c-footer__chara-img img {
    -webkit-animation: rotateY 4s infinite;
            animation: rotateY 4s infinite;
  }
  .c-footer__bnr {
    margin-top: 21px;
    margin-bottom: 46px;
  }
  .c-footer__bnr-item {
    margin: 0 0 10px 10px;
    width: calc((100% - 40px) / 5);
  }
  .c-footer__bnr-item:nth-of-type(5n + 1) {
    margin-left: 0;
  }
  .c-footer__privacy a:hover {
    color: #e5307d;
  }
  .c-footer__copy {
    margin-top: 32px;
    font-size: 11px;
    letter-spacing: 0.085em;
  }
}

@media screen and (max-width: 767px){
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
  .l-sp-inner {
    margin: 0 auto;
    width: 87.2%;
    max-width: 500px;
  }
  .c-article__body h2 {
    font-size: 19px;
  }
  .c-article__body h3 {
    font-size: 17px;
    line-height: 1.55;
  }
  .c-article__body h4 {
    font-size: 14.5px;
  }
  .c-panel__title {
    margin-bottom: 22px;
  }
  .c-menu__mainVisual {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 38px 0 4%;
  }
  .c-footer__bnr-item:nth-of-type(even) {
    margin-left: 1.6%;
  }
  .c-footer__privacy {
    margin-top: 22px;
    font-size: 12px;
  }
}

@media (-ms-high-contrast: none){
  .is-ie {
    display: block;
  }
  .is-not-ie {
    display: none;
  }
  .l-main {
    min-height: 73vh;
  }
}

@media screen and (max-width: 320px){
  .c-menu__mainList-item {
    font-size: 20px;
  }
}

@media screen and (min-width: 1601px){
  .c-menu__mainList-item {
    font-size: 38.4px;
  }
}