@charset "UTF-8";
@-webkit-keyframes motionFloat {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  75% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes motionFloat {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  75% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes motionRipple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes motionRipple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.p-op {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  background: linear-gradient(140deg, #f9fdff, #d4eff8, #dceff6);
  width: 100%;
  height: 100%;
}

.is-op-end .p-op {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  pointer-events: none;
}

.p-op .p-op__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-op .p-op__bg .p-op__bg-item {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
}

.p-op .p-op__bg .p-op__bg-item.t-1 {
  display: block;
}

.p-op .p-op__bg .p-op__bg-item.t-2 {
  display: block;
}

.p-op .p-op__bg .p-op__bg-item.t-3 {
  display: block;
}

.p-op .p-op__bg .p-op__bg-item.t-1 span {
  border: #abcce1 1px solid;
}

.p-op .p-op__bg .p-op__bg-item.t-2 span {
  border: #d6e9f5 1px solid;
}

.p-op .p-op__bg .p-op__bg-item.t-3 span {
  border: #edf8fc 1px solid;
}

.p-op .p-op__bg .p-op__bg-item span {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin-top: -250px;
  margin-left: -250px;
  border-radius: 50%;
  width: 500px;
  height: 500px;
}

.p-op .p-op__bg .p-op__bg-item span:nth-child(1) {
  -webkit-animation: motionRipple 3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
  animation: motionRipple 3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
}

.p-op .p-op__bg .p-op__bg-item span:nth-child(2) {
  -webkit-animation: motionRipple 3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s 1 forwards;
  animation: motionRipple 3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s 1 forwards;
}

.p-op .p-op__bg .p-op__bg-item span:nth-child(3) {
  -webkit-animation: motionRipple 3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s 1 forwards;
  animation: motionRipple 3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s 1 forwards;
}

.p-op .p-op__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  width: 400px;
}

.is-op-start .p-op .p-op__logo {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
}

.p-op .p-op__logo .p-op__logo-deco {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  overflow: hidden;
}

.is-op-start .p-op .p-op__logo .p-op__logo-deco {
  -webkit-transition: height 0.8s linear 3s;
  transition: height 0.8s linear 3s;
  height: 100%;
}

.p-op .p-op__logo .p-op__logo-deco img {
  width: 400px;
}

.p-top__kv {
  position: relative;
  overflow: hidden;
}

.p-top__kv-chara {
  position: absolute;
  top: 0%;
  left: 48.4%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 57.5%;
}

.p-top__kv-chara-img {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.is-op-end .p-top__kv-chara-img {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.76, 0, 0.24, 1) 0s, -webkit-filter 1s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: -webkit-transform 1s cubic-bezier(0.76, 0, 0.24, 1) 0s, -webkit-filter 1s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1) 0s, filter 1s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1) 0s, filter 1s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 1s cubic-bezier(0.76, 0, 0.24, 1) 0s, -webkit-filter 1s cubic-bezier(0.5, 1, 0.89, 1) 0s;
}

.p-top__kv-fv {
  pointer-events: none;
}

.p-top__kv-roadshow {
  position: absolute;
  top: 57.5%;
  right: 5.5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17%;
}

.p-top__kv-logo {
  position: absolute;
  top: 36px;
  left: 73px;
  width: 329px;
}

.p-top__hero-roadshow {
  margin: 0 auto 30px;
  width: 95%;
}

.is-scroll-top .p-top__news {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.p-top__news a {
  color: #fff;
}

.p-top__news .p-in-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fff;
}

.p-top__news .p-in-news__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding-right: 10px;
  padding-left: 10px;
  width: 80px;
  white-space: nowrap;
}

.p-top__news .p-in-news__ttl::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: linear-gradient(to bottom, #fff, #fff 3px, transparent 3px, transparent 8px);
  background-position: top;
  background-size: 2px 8px;
  background-repeat: repeat-y;
  width: 2px;
  height: 80%;
  content: '';
}

.p-top__news .p-in-news__ttl-txt {
  font-size: 12px;
}

.p-top__news .p-in-news__sub-ttl-txt {
  color: #1c87ca;
  font-size: 11px;
}

.p-top__news .p-in-news__detail {
  padding-left: 20px;
}

.p-top__news .p-in-news__detail-date {
  margin-bottom: 4px;
  font-size: 10px;
}

.p-top__news .p-in-news__detail-txt {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.4em;
}

.p-top__intro {
  position: relative;
}

.p-top__intro-ttl {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  margin-bottom: 13px;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 6.7px;
  text-align: center;
}

.p-top__intro-ttl.is-scroll {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
}

.p-top__intro-sub-ttl {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  margin-bottom: 47px;
  color: #1c87ca;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 4.8px;
  text-align: center;
}

.p-top__intro-sub-ttl.is-scroll {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
}

.p-top__intro-catch {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  margin-bottom: 25px;
  font-weight: 700;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.4px;
  text-align: center;
}

.p-top__intro-catch.is-scroll {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
}

.p-top__intro-catch span {
  display: inline-block;
  margin-top: 9px;
  font-size: 30px;
  letter-spacing: 3.9px;
}

.p-top__intro-txt {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.86;
}

.p-top__intro-txt.is-scroll {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
}

.p-top__intro-txt p + p {
  margin-top: 26px;
}

.p-top__story {
  padding: 60px 0 20px;
  overflow: hidden;
}

.p-top__story-cap {
  opacity: 0;
  -webkit-filter: blur(25px);
  filter: blur(25px);
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-filter 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-filter 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, filter 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, filter 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-filter 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  margin-bottom: 97px;
  padding-top: 110px;
  padding-left: 40px;
  width: 91.5%;
}

.p-top__story-cap.is-scroll {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-filter 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-filter 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, filter 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, filter 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-filter 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
}

.p-top__story-cap.is-bottom {
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}

.p-top__story-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 80px;
}

.p-top__story-ttl-wrap {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  width: 22.6%;
}

.p-top__story-ttl-wrap.is-scroll {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
}

.p-top__story-ttl .p-in-txt {
  margin-bottom: 7px;
  color: #221c1c;
  font-size: 24px;
  letter-spacing: 8px;
}

.p-top__story-sub-ttl .p-in-txt {
  color: #1c87ca;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 5px;
}

.p-top__story-contents {
  margin-top: -8px;
}

.p-top__story-txt {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  font-size: 17px;
  line-height: 2.178;
  letter-spacing: 1.9px;
}

.p-top__story-txt.is-scroll {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.5s, -webkit-transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.5s;
  transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.5s, -webkit-transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.5s;
  transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.5s, transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.5s;
  transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.5s, transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.5s, -webkit-transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.5s;
}

.p-top__story-txt p {
  margin-bottom: 12px;
}

.p-top__story-txt p span {
  font-weight: 700;
  font-size: 21px;
  line-height: 2;
}

.p-top__story-figure {
  position: relative;
  margin-bottom: 100px;
  width: 100%;
}

.p-top__story-figure .p-in-img {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
}

.p-top__story-figure .p-in-img.is-scroll {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}

.p-top__chara {
  position: relative;
  padding-top: 40px;
}

.p-top__chara-inner {
  position: relative;
}

.p-top__chara-wrap {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
}

.p-top__chara-wrap.is-scroll {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.5s, -webkit-transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.5s;
  transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.5s, -webkit-transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.5s;
  transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.5s, transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.5s;
  transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.5s, transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.5s, -webkit-transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.5s;
}

.p-top__chara-ttl-wrap {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
}

.p-top__chara-ttl-wrap.is-scroll {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
}

.p-top__chara-ttl .p-in-txt {
  margin-bottom: 7px;
  color: #221c1c;
  font-size: 24px;
  letter-spacing: 8px;
}

.p-top__chara-sub-ttl .p-in-txt {
  color: #1c87ca;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 5px;
}

.p-top__chara-thumb {
  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: 0 auto;
  padding-bottom: 25px;
}

.p-top__chara-thumb-item {
  margin: 0 6px 6px;
  width: 70px;
}

.p-top__chara-thumb-item .p-in-button {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  padding: 6px;
  width: 100%;
}

.p-top__chara-thumb-item .p-in-button::before {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  content: '';
}

.p-top__chara-thumb-item .p-in-button::after {
  position: absolute;
  bottom: -19px;
  left: 50%;
  -webkit-transform: translateY(20px) scale(0);
  transform: translateY(20px) scale(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  margin-left: -3px;
  border-radius: 50%;
  background-color: #1b608b;
  width: 7px;
  height: 7px;
  content: '';
}

.p-top__chara-thumb-item .p-in-button img {
  display: block;
  position: relative;
  -webkit-transition: background-color .35s ease;
  transition: background-color .35s ease;
  border-radius: 50%;
  background-color: #fff;
}

.p-top__chara-thumb-item .p-in-button[aria-current='true'] img {
  background-color: #1b608b;
}

.p-top__chara-thumb-item .p-in-button[aria-current='true']::after {
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  -webkit-transition-duration: .75s;
  transition-duration: .75s;
}

.p-top__chara-slide {
  width: 71.25%;
}

.p-top__chara-slide .swiper-slide {
  padding: 44px 0;
}

.p-top__chara-slide-visual {
  position: relative;
}

.p-top__chara-slide-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: 0.15em;
}

.p-top__chara-slide-head .p-in-name {
  color: #1b608b;
  font-weight: 300;
  font-size: 60px;
  line-height: 1.05;
  letter-spacing: 0.3em;
}

.p-top__chara-slide-head .p-in-kana {
  margin-top: 5px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.4em;
}

.p-top__chara-slide-head .p-in-cv {
  margin-top: 18px;
  font-weight: 700;
  font-size: 17px;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
  letter-spacing: 0.2em;
}

.p-top__chara-slide-head .p-in-cv .t-blue {
  display: inline-block;
  vertical-align: baseline;
  color: #1b608b;
}

.p-top__chara-slide-intro {
  margin-top: 36px;
}

.p-top__chara-slide-comment {
  margin-top: 21px;
  font-size: 13px;
}

.p-top__chara-slide-comment .p-in-head {
  color: #1C87CA;
  letter-spacing: normal;
}

.p-top__chara-slide-comment .p-in-text {
  margin-top: 15px;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

.p-top__chara-button {
  margin: 19px auto 0;
  width: 320px;
}

.p-top__chara-button .p-in-btn {
  display: block;
  position: relative;
  -webkit-transition: .35s ease;
  transition: .35s ease;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #1b608b;
  border-radius: 40px;
  background-color: #1b608b;
  padding: 18px 15px 15px;
  width: 100%;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  font-family: 'Roboto', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.09em;
  text-align: center;
}

.p-top__chara-button .p-in-text {
  display: inline-block;
  position: relative;
  vertical-align: baseline;
  padding-left: 46px;
}

.p-top__chara-button .p-in-text::before, .p-top__chara-button .p-in-text::after {
  position: absolute;
  top: -9px;
  left: -2px;
  -webkit-transition: opacity .35s ease;
  transition: opacity .35s ease;
  background: url(../img/common/icon_comment_w.svg) no-repeat 0 50%;
  background-size: contain;
  width: 40px;
  height: 34px;
  content: '';
}

.p-top__chara-button .p-in-text::after {
  opacity: 0;
  background-image: url(../img/common/icon_comment.svg);
}

.p-top__staff {
  padding-top: 120px;
  padding-bottom: 110px;
}

.p-top__staff-inner {
  width: 100%;
}

.p-top__staff-ttl-wrap {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  text-align: center;
}

.p-top__staff-ttl-wrap.is-scroll {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}

.p-top__staff-ttl .p-in-txt {
  margin-bottom: 12px;
  color: #221c1c;
  font-size: 24px;
  letter-spacing: 8px;
}

.p-top__staff-sub-ttl .p-in-txt {
  color: #1c87ca;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 5px;
}

.p-top__staff-wrap {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  margin: 0 auto;
  padding-top: 58px;
  width: 76%;
  text-align: center;
}

.p-top__staff-wrap.is-scroll {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.5s, -webkit-transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.5s;
  transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.5s, -webkit-transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.5s;
  transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.5s, transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.5s;
  transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.5s, transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.5s, -webkit-transform 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0.5s;
}

.p-top__staff-cast {
  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: 22px;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.1em;
}

.p-top__staff-cast .p-in-item {
  margin: 0 10px 11px;
}

.p-top__staff-cast.-large {
  font-size: 20px;
}

.p-top__staff-cast.-large .p-in-item {
  margin: 0 12px 11px;
}

.p-top__staff-list {
  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-top: 40px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
}

.p-top__staff-list + .p-top__staff-list {
  margin-top: 14px;
}

.p-top__staff-list .p-in-list {
  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: 0 7px 5px;
}

.p-top__staff-list .p-in-item:not(:first-of-type):not(:last-of-type):after {
  content: '/';
}

.p-top__staff-list.-large {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.09em;
}

.p-top__staff-list.-large .p-in-list {
  margin: 0 11px 5px;
}

.p-top__staff-music {
  margin-top: 15px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.07em;
}

.p-top__staff-music .t-small {
  display: inline-block;
  vertical-align: baseline;
  font-size: 0.5em;
}

.p-top__staff-company {
  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-top: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.p-top__staff-company + .p-top__staff-company {
  margin-top: 0;
}

.p-top__staff-company .p-in-list {
  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: 0 7px 5px;
}

.p-top__staff-company .p-in-item:not(:first-of-type):not(:last-of-type):after {
  content: '/';
}

.p-top__staff-button {
  margin: 45px auto 0;
  width: 320px;
}

.p-top__staff-button .p-in-btn {
  display: block;
  position: relative;
  -webkit-transition: .35s ease;
  transition: .35s ease;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #1b608b;
  border-radius: 40px;
  background-color: #1b608b;
  padding: 18px 15px 15px;
  width: 100%;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  font-family: 'Roboto', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.09em;
  text-align: center;
}

.p-top__staff-button .p-in-text {
  display: inline-block;
  position: relative;
  vertical-align: baseline;
  padding-left: 46px;
}

.p-top__staff-button .p-in-text::before, .p-top__staff-button .p-in-text::after {
  position: absolute;
  top: -9px;
  left: -2px;
  -webkit-transition: opacity .35s ease;
  transition: opacity .35s ease;
  background: url(../img/common/icon_comment_w.svg) no-repeat 0 50%;
  background-size: contain;
  width: 40px;
  height: 34px;
  content: '';
}

.p-top__staff-button .p-in-text::after {
  opacity: 0;
  background-image: url(../img/common/icon_comment.svg);
}

.p-modal_music {
  position: relative;
  margin: 0 auto;
  width: 90%;
}

.p-modal_music__head {
  position: relative;
  padding-bottom: 46px;
}

.p-modal_music__head::before {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #1c87ca;
  width: 100%;
  height: 1px;
  content: '';
}

.p-modal_music__ttl-jp {
  font-size: 32px;
  letter-spacing: 7px;
}

.p-modal_music__ttl-en {
  margin-top: 3px;
  color: #1c87ca;
  font-weight: 700;
  letter-spacing: 6px;
}

.p-modal_music__inner {
  padding-top: 27px;
  text-align: left;
}

.p-modal_music__song {
  position: relative;
  padding-left: 42px;
  font-size: 28px;
  letter-spacing: 4.3px;
}

.p-modal_music__song::before {
  position: absolute;
  top: 0;
  left: -4px;
  background: url(../img/music/caption-deco-1.svg) no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  content: '';
}

.p-modal_music__song-cap {
  color: #1c87ca;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.p-modal_music__song + .p-modal_music__song {
  margin-top: 12px;
}

.p-modal_music__img {
  margin-top: 55px;
}

.p-modal_music__artist {
  margin-top: 48px;
  font-size: 23px;
  letter-spacing: 5px;
}

.p-modal_music__block {
  margin-top: 50px;
}

.p-modal_music__block-cap {
  color: #1c87ca;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.p-modal_music__block-txt {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.41;
  letter-spacing: 1.4px;
}

.p-modal_music__block-btn {
  margin-top: 29px;
}

.p-modal_music__block-btn a {
  border-radius: 50px;
  background-color: #1b608b;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.p-modal_music__prof {
  margin-top: 27px;
}

.p-modal_music__cmt-txt {
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 1.7px;
}

.p-modal_music__pkg dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-modal_music__pkg dl dt {
  width: 41.667%;
}

.p-modal_music__pkg dl dd .ttl {
  color: #1c87ca;
  font-size: 19px;
  line-height: 1.7;
  letter-spacing: 0.5px;
}

.p-modal_music__pkg dl dd .btn {
  margin-top: 29px;
}

.p-modal_music__pkg dl dd .btn a {
  border-radius: 50px;
  background-color: #1b608b;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.p-modal_satffcast {
  display: none;
}

.m-modal .p-modal_satffcast {
  display: block;
}

.p-modal_satffcast__tablist-item .p-in-button {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  background: none;
  padding: 2px 5px;
  width: 100%;
  color: #1C87CA;
  font-weight: 700;
  font-size: 14px;
  font-family: 'Roboto', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.06em;
}

.p-modal_satffcast__tablist-item .p-in-button[aria-selected="true"] .p-in-text::before {
  opacity: 0;
}

.p-modal_satffcast__tablist-item .p-in-button[aria-selected="true"] .p-in-text::after {
  opacity: 1;
}

.p-modal_satffcast__tablist-item .p-in-text {
  display: inline-block;
  position: relative;
  padding-left: 43px;
}

.p-modal_satffcast__tablist-item .p-in-text::before, .p-modal_satffcast__tablist-item .p-in-text::after {
  position: absolute;
  top: -8px;
  left: 0;
  -webkit-transition: opacity .35s ease;
  transition: opacity .35s ease;
  background: url(../img/common/icon_comment_gr.svg) no-repeat 0 0;
  background-size: contain;
  width: 35px;
  height: 35px;
  content: '';
}

.p-modal_satffcast__tablist-item .p-in-text::after {
  opacity: 0;
  background-image: url(../img/common/icon_comment.svg);
}

.p-modal_satffcast__content {
  position: relative;
}

.p-modal_satffcast__panel {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  width: 100%;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.p-modal_satffcast__panel[aria-hidden="false"] {
  position: relative;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  z-index: 1;
  height: auto;
  pointer-events: auto;
}

.p-modal_satffcast__list {
  text-align: left;
}

.p-modal_satffcast__list-item {
  border-radius: 6px;
  background-color: #fff;
  padding: 30px 11.396% 24px;
}

.p-modal_satffcast__list-item + .p-modal_satffcast__list-item {
  margin-top: 20px;
}

.p-modal_satffcast__list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #1B608B;
  padding: 0 3px 14px;
}

.p-modal_satffcast__list-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px;
  border-radius: 50%;
  background-color: #1C87CA;
  padding: 5px;
  width: 64px;
  height: 64px;
}

.p-modal_satffcast__list-icon img {
  border-radius: 50%;
  background-color: #fff;
}

.p-modal_satffcast__list-name {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 8px;
  line-height: 1.5;
}

.p-modal_satffcast__list-name .p-in-pos {
  color: #1C87CA;
  font-size: 15px;
}

.p-modal_satffcast__list-name .p-in-name {
  font-size: 22px;
  letter-spacing: 0.1em;
}

.p-modal_satffcast__list-text {
  margin-top: 16.5px;
  font-size: 14px;
  line-height: 1.85;
}

.p-modal_comment {
  background: none;
  padding-top: 0;
}

.p-modal_comment__tablist {
  z-index: 1;
}

.p-modal_comment__tablist-item .p-in-button {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  background: none;
  padding: 2px 5px;
  width: 100%;
  color: #1C87CA;
  font-weight: 700;
  font-size: 14px;
  font-family: 'Roboto', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.06em;
}

.p-modal_comment__tablist-item .p-in-button[aria-selected="true"] .p-in-text::before {
  opacity: 0;
}

.p-modal_comment__tablist-item .p-in-button[aria-selected="true"] .p-in-text::after {
  opacity: 1;
}

.p-modal_comment__tablist-item .p-in-text {
  display: inline-block;
  position: relative;
  padding-left: 42px;
}

.p-modal_comment__tablist-item .p-in-text::before, .p-modal_comment__tablist-item .p-in-text::after {
  position: absolute;
  top: -8px;
  left: 0;
  -webkit-transition: opacity .35s ease;
  transition: opacity .35s ease;
  background: url(../img/common/icon_comment_gr.svg) no-repeat 0 0;
  background-size: contain;
  width: 35px;
  height: 35px;
  content: '';
}

.p-modal_comment__tablist-item .p-in-text::after {
  opacity: 0;
  background-image: url(../img/common/icon_comment.svg);
}

.p-modal_comment__content {
  position: relative;
}

.p-modal_comment__panel {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  border-radius: 6px;
  background-color: #fff;
  width: 100%;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.p-modal_comment__panel[aria-hidden="false"] {
  position: relative;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  z-index: 1;
  height: auto;
  pointer-events: auto;
}

.p-modal_comment__list {
  text-align: left;
}

.p-modal_comment__list-item {
  border-radius: 6px;
  background-color: #fff;
  padding: 30px 5.698% 24px;
}

.p-modal_comment__list-item + .p-modal_comment__list-item {
  margin-top: 20px;
}

.p-modal_comment__list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #1B608B;
  padding: 0 3px 14px;
}

.p-modal_comment__list-name {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 8px;
  line-height: 1.5;
}

.p-modal_comment__list-name .p-in-pos {
  color: #1C87CA;
  font-size: 15px;
}

.p-modal_comment__list-name .p-in-name {
  font-size: 22px;
  letter-spacing: 0.1em;
}

.p-modal_comment__list-name .p-in-name.theater {
  font-size: 17px;
  letter-spacing: -0.02em;
}

.p-modal_comment__list-text {
  margin-top: 16.5px;
  font-size: 14px;
  line-height: 1.85;
}

.p-modal_comment__list-text .highlight {
  vertical-align: baseline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #fffc00));
  background: linear-gradient(transparent 55%, #fffc00 55%);
  font-size: 18px;
}

@media screen and (max-width: 1240px){
  .p-op .p-op__logo {
    width: 300px;
  }
  .p-op .p-op__logo .p-op__logo-deco img {
    width: 300px;
  }
  .p-top__kv-chara {
    top: -5%;
    width: 112%;
  }
  .p-top__kv-logo {
    top: auto;
    bottom: 6.7%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 91%;
  }
  .p-top__hero {
    position: relative;
    background: #fff;
    padding: 23px 0 39px;
  }
  .p-top__hero-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: 0 auto;
    width: 93.333%;
  }
  .p-top__hero-bnr .p-in-item {
    margin-bottom: 3%;
    width: 48.5%;
  }
  .p-top__hero-bnr .p-in-item:nth-of-type(even) {
    margin-left: 3%;
  }
  .p-top__hero-bnr .p-in-item a {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    background-color: #fff;
    padding: 3px;
  }
  .p-top__hero-bnr .p-in-item [data-modal] {
    display: block;
    position: relative;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    background-color: #fff;
    padding: 3px;
  }
  .p-top__hero-bnr .p-in-item img {
    border-radius: 6px;
  }
  .p-top__news {
    position: relative;
    margin-top: 32px;
    margin-left: 5%;
    border-radius: 8px 0px 0px 8px;
    background: #1b608b;
    padding: 16px 4px 12px;
    width: 95%;
  }
  .p-top__news .p-in-news__ttl {
    width: 125px;
  }
  .p-top__news .p-in-news__ttl::after {
    background-image: linear-gradient(to bottom, #fff, #fff 1px, transparent 1px, transparent 4px);
    background-size: 2px 4px;
  }
  .p-top__news .p-in-news__detail {
    overflow: hidden;
  }
  .p-top__news .p-in-news__detail-txt {
    -webkit-line-clamp: 2;
  }
  .p-top__intro-bg {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/intro/intro_bg_sp.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  .p-top__intro-bg img {
    opacity: 0;
  }
  .p-top__intro-inner {
    margin: 0 auto;
    padding-top: 20%;
    padding-bottom: 20%;
    width: 92%;
  }
  .p-top__intro-ttl {
    margin-bottom: 18px;
    font-size: 16px;
  }
  .p-top__intro-sub-ttl {
    margin-bottom: 50px;
    font-size: 11px;
  }
  .p-top__intro-catch {
    margin-bottom: 26px;
    font-size: 12px;
    line-height: 2em;
  }
  .p-top__intro-catch span {
    font-size: 22px;
    letter-spacing: 1px;
  }
  .p-top__intro-txt {
    background: linear-gradient(140deg, rgba(28, 135, 202, 0.64), rgba(242, 250, 255, 0.64));
    padding: 30px 10px;
  }
  .p-top__story-cap {
    margin-bottom: 20px;
    padding-top: 30px;
    padding-left: 0;
    width: 100%;
  }
  .p-top__story-cap.is-bottom {
    background: url(../img/story/story_img_4_sp.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: unset;
    padding-top: 138%;
  }
  .p-top__story-box {
    display: block;
    padding-left: 0;
  }
  .p-top__story-ttl-wrap {
    width: 100%;
    text-align: center;
  }
  .p-top__story-ttl .p-in-txt {
    margin-bottom: 12px;
    font-size: 17px;
    letter-spacing: 4px;
  }
  .p-top__story-sub-ttl .p-in-txt {
    font-size: 10px;
  }
  .p-top__story-txt {
    padding: 20px 6.5% 8px;
    font-size: 15px;
    line-height: 2em;
    letter-spacing: 0.05em;
  }
  .p-top__story-txt p {
    margin-bottom: 18px;
  }
  .p-top__story-txt p span {
    font-size: 18px;
    line-height: 1.8em;
  }
  .p-top__story-figure {
    margin-bottom: 45%;
    padding: 0 6.5%;
  }
  .p-top__chara-inner {
    padding-bottom: 50px;
  }
  .p-top__chara-ttl-wrap {
    margin-bottom: 9px;
    padding-bottom: 30px;
    text-align: center;
  }
  .p-top__chara-ttl .p-in-txt {
    margin-bottom: 12px;
    font-size: 17px;
    letter-spacing: 4px;
  }
  .p-top__chara-sub-ttl .p-in-txt {
    font-size: 10px;
  }
  .p-top__chara-thumb-item {
    margin: 0 5px 17px;
    width: 56px;
  }
  .p-top__chara-thumb-item .p-in-button {
    padding: 4px;
  }
  .p-top__chara-thumb-item .p-in-button::after {
    bottom: -12px;
  }
  .p-top__chara-slide {
    margin: 8px auto 0;
    width: 87.2%;
  }
  .p-top__chara-slide .swiper-slide {
    padding: 20px 0;
  }
  .p-top__chara-slide-visual {
    margin-left: auto;
    width: 60%;
  }
  .p-top__chara-slide-text {
    line-height: 1.7;
    letter-spacing: 0.12em;
  }
  .p-top__chara-slide-head {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
  }
  .p-top__chara-slide-head .p-in-name {
    font-size: 32px;
    letter-spacing: 0.2em;
  }
  .p-top__chara-slide-head .p-in-kana {
    font-size: 12px;
  }
  .p-top__chara-slide-head .p-in-cv {
    margin-top: 9px;
    font-size: 17px;
  }
  .p-top__chara-slide-intro {
    margin-top: 22px;
  }
  .p-top__chara-slide-comment {
    margin-top: 23px;
    font-size: 14px;
  }
  .p-top__chara-slide-comment .p-in-head {
    font-size: 13px;
  }
  .p-top__chara-slide-comment .p-in-text {
    margin-top: 9px;
  }
  .p-top__chara-button {
    margin-top: 36px;
    width: 75%;
  }
  .p-top__chara-button .p-in-btn {
    padding: 13px 10px;
    font-size: 13px;
  }
  .p-top__staff {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .p-top__staff-inner {
    display: block;
    padding-left: 0;
  }
  .p-top__staff-ttl-wrap {
    width: 100%;
  }
  .p-top__staff-ttl .p-in-txt {
    margin-bottom: 12px;
    font-size: 17px;
    letter-spacing: 4px;
  }
  .p-top__staff-sub-ttl .p-in-txt {
    font-size: 10px;
  }
  .p-top__staff-wrap {
    margin-top: 25px;
    padding-top: 13px;
    width: 90.667%;
  }
  .p-top__staff-cast {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.6;
  }
  .p-top__staff-list {
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.6;
  }
  .p-top__staff-button {
    margin-top: 36px;
    width: 82%;
  }
  .p-top__staff-button .p-in-btn {
    padding: 13px 10px;
    font-size: 13px;
  }
  .p-modal_music {
    width: 97%;
  }
  .p-modal_music__head {
    padding-bottom: 24px;
  }
  .p-modal_music__ttl-jp {
    font-size: 16px;
    letter-spacing: 5px;
  }
  .p-modal_music__ttl-en {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 2px;
  }
  .p-modal_music__inner {
    padding-top: 18px;
  }
  .p-modal_music__song {
    padding-left: 25px;
    font-size: 20px;
    letter-spacing: 4px;
  }
  .p-modal_music__song::before {
    top: 2px;
    left: -2px;
    background-size: 5%;
  }
  .p-modal_music__img {
    margin: 31px auto 0;
    width: 100%;
  }
  .p-modal_music__artist {
    margin: 22px auto 0;
    width: 100%;
    font-size: 17px;
    letter-spacing: 3px;
  }
  .p-modal_music__pkg dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-modal_music__pkg dl dt {
    margin: 0 auto;
    width: 74.074%;
  }
  .p-modal_music__pkg dl dd .ttl {
    margin-top: 12px;
    font-size: 15px;
    text-align: center;
  }
  .p-modal_music__pkg dl dd .btn {
    margin: 15px 0 40px 0;
    text-align: center;
  }
  .p-modal_satffcast__tablist {
    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;
  }
  .p-modal_satffcast__tablist-item {
    width: 50%;
  }
  .p-modal_satffcast__tablist-item .p-in-button {
    text-align: center;
  }
  .p-modal_satffcast__content {
    margin-top: 30px;
  }
  .p-modal_comment {
    padding: 0px 0px 30px;
  }
  .p-modal_comment__tablist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-modal_comment__tablist-item {
    width: 50%;
  }
  .p-modal_comment__tablist-item .p-in-button {
    text-align: center;
  }
  .p-modal_comment__tablist-item .p-in-text {
    font-size: 13px;
  }
  .p-modal_comment__content {
    margin-top: 30px;
  }
  .p-modal_comment__list-name .p-in-pos {
    font-size: 12px;
  }
  .p-modal_comment__list-name .p-in-name {
    font-size: 19px;
  }
  .p-modal_comment__list-name .p-in-name.theater {
    font-size: 14px;
  }
}

@media screen and (min-width: 1241px){
  .p-top__kv-fv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  .p-top__kv-bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 20px;
    right: 133px;
  }
  .p-top__kv-bnr .p-in-item a {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 5px;
  }
  .p-top__kv-bnr .p-in-item [data-modal] {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 5px;
  }
  .p-top__kv-bnr .p-in-item img {
    border-radius: 6px;
  }
  .p-top__kv-bnr .p-in-item + li {
    margin-left: 5px;
  }
  .p-top__kv-roadshow {
    top: auto;
    bottom: 9.5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 34.5%;
  }
  .p-top__news {
    position: fixed;
    right: 0%;
    bottom: 0;
    z-index: 3;
    border-radius: 10px 0px 0px 0px;
    background: #1b608b;
    padding: 10px 9px 8px;
    width: 43%;
  }
  .p-top__news {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .p-top__news .p-in-news__detail-txt {
    -webkit-line-clamp: 1;
  }
  .p-top__intro-inner {
    position: absolute;
    top: 6.8%;
    left: 50.3%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50.6%;
  }
  .p-top__story-cap.is-bottom {
    background: url(../img/story/story_img_4_pc.png) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 40%;
  }
  .p-top__story-box {
    width: 91.5%;
  }
  .p-top__story-ttl-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 150px;
  }
  .p-top__story-contents {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 80%;
  }
  .p-top__story-figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 73px;
  }
  .p-top__story-figure .p-in-img {
    width: 33.333%;
  }
  .p-top__chara-inner {
    padding: 0 80px 80px;
  }
  .p-top__chara-ttl-wrap {
    position: absolute;
    top: 11px;
    left: 80px;
  }
  .p-top__chara-thumb {
    max-width: calc(100% - 520px);
  }
  .p-top__chara-slide {
    margin-left: 12.5%;
  }
  .p-top__chara-slide .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-top__chara-slide-visual {
    width: 25%;
  }
  .p-top__chara-slide-text {
    padding-top: 9px;
    width: 58.882%;
  }
  .p-top__chara-button .p-in-btn:hover {
    background-color: #fff;
    color: #1b608b;
  }
  .p-top__chara-button .p-in-btn:hover .p-in-text::before {
    opacity: 0;
  }
  .p-top__chara-button .p-in-btn:hover .p-in-text::after {
    opacity: 1;
  }
  .p-top__staff-cast.-large {
    font-size: 24px;
  }
  .p-top__staff-cast.-large .p-in-item {
    margin: 0 20px 11px;
  }
  .p-top__staff-list + .p-top__staff-list {
    margin-top: 21px;
  }
  .p-top__staff-list .p-in-list {
    margin: 0 10px 13px;
  }
  .p-top__staff-list.-large {
    font-size: 17px;
  }
  .p-top__staff-music {
    font-size: 17px;
  }
  .p-top__staff-music .t-small {
    font-size: 0.6em;
  }
  .p-top__staff-company {
    margin-top: 24px;
    font-size: 14px;
  }
  .p-top__staff-company .p-in-list {
    margin: 0 10px 13px;
  }
  .p-top__staff-button .p-in-btn:hover {
    background-color: #fff;
    color: #1b608b;
  }
  .p-top__staff-button .p-in-btn:hover .p-in-text::before {
    opacity: 0;
  }
  .p-top__staff-button .p-in-btn:hover .p-in-text::after {
    opacity: 1;
  }
  .p-modal_music__pkg dl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-modal_music__pkg dl dt {
    margin-right: 7.778%;
  }
  .p-modal_satffcast__tablist {
    position: fixed;
    left: 7.6%;
    width: 200px;
  }
  .p-modal_satffcast__tablist-item + .p-modal_satffcast__tablist-item {
    margin-top: 8px;
  }
  .p-modal_satffcast__tablist-item .p-in-button {
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .p-modal_satffcast__tablist-item .p-in-text::before, .p-modal_satffcast__tablist-item .p-in-text::after {
    top: -6px;
    left: 4px;
  }
  .p-modal_satffcast__list-item {
    padding: 25px 33px 24px;
  }
  .p-modal_comment__tablist {
    position: fixed;
    left: 4%;
    width: 250px;
  }
  .p-modal_comment__tablist-item + .p-modal_comment__tablist-item {
    margin-top: 8px;
  }
  .p-modal_comment__tablist-item .p-in-button {
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .p-modal_comment__tablist-item .p-in-text::before, .p-modal_comment__tablist-item .p-in-text::after {
    top: -6px;
    left: 4px;
  }
  .p-modal_comment__content {
    margin: 0 auto;
    max-width: calc(100vw - 580px);
  }
  .p-modal_comment__cover {
    padding: 25px 33px 24px;
  }
  .p-modal_comment__list-item {
    padding: 25px 33px 24px;
  }
}

@media screen and (min-width: 1241px) and (min-width: 1240px) and (max-width: 1439px){
  .p-top__kv-bnr .p-in-item {
    width: 160px;
  }
}

@media screen and (min-width: 1241px) and (min-width: 1440px){
  .p-top__kv-bnr .p-in-item {
    width: 220px;
  }
}

@media screen and (min-width: 1500px){
  .p-top__chara-slide-text {
    font-size: 16.1px;
  }
  .p-top__chara-slide-comment {
    font-size: 14.95px;
  }
}

@media screen and (min-width: 1241px) and (max-width: 1350px){
  .p-modal_satffcast__tablist {
    left: 40px;
  }
  .p-modal_comment__tablist {
    left: 40px;
  }
}
