@charset "UTF-8";
.p-hero {
  position: relative;
  margin-bottom: 9.8%;
}
.p-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/main/kv_flower_pc.png) center center no-repeat;
  background-size: cover;
  filter: blur(5px);
  transform: scale(1.1);
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1) 0.8s, filter 1s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
}
@media screen and (max-width: 900px) {
  .p-hero::before {
    background-image: url(../img/main/kv_flower_sp.png);
    background-size: 100% auto;
    background-position: top center;
  }
}
.is-load .p-hero::before {
  transform: scale(1);
  filter: blur(0);
}
.p-hero__container {
  position: relative;
  padding: 1% 0;
}
@media screen and (max-width: 900px) {
  .p-hero__container {
    padding: 7% 0;
  }
}
.p-hero__fl {
  pointer-events: none;
}
.p-hero__fl-item {
  position: absolute;
}
@media screen and (max-width: 900px) {
  .p-hero__fl.--back .p-hero__fl-item {
    display: none;
  }
}
.p-hero__fl.--back .p-hero__fl-item:nth-child(1) {
  bottom: 14%;
  left: 5%;
  width: 17.5%;
}
.p-hero__fl.--back .p-hero__fl-item:nth-child(2) {
  top: 22.5%;
  right: 18.3%;
  width: 18%;
}
@media not all and (max-width: 900px) {
  .p-hero__fl.--front .p-hero__fl-item {
    z-index: 1;
  }
}
.p-hero__fl.--front .p-hero__fl-item:nth-child(1) {
  top: -25%;
  right: -2%;
  width: 32.5%;
}
@media screen and (max-width: 900px) {
  .p-hero__fl.--front .p-hero__fl-item:nth-child(1) {
    top: -8.5%;
    right: -0.6%;
    width: 56.5%;
  }
}
.p-hero__fl.--front .p-hero__fl-item:nth-child(2) {
  top: 0.3%;
  left: -16.6%;
  width: 33.4%;
}
@media screen and (max-width: 900px) {
  .p-hero__fl.--front .p-hero__fl-item:nth-child(2) {
    top: -1.7%;
    left: -24.6%;
    width: 55.4%;
  }
}
.p-hero__fl.--front .p-hero__fl-item:nth-child(3) {
  bottom: -16.5%;
  right: -13%;
  width: 33.4%;
}
@media screen and (max-width: 900px) {
  .p-hero__fl.--front .p-hero__fl-item:nth-child(3) {
    bottom: 24.5%;
    right: -18%;
    width: 45%;
  }
}
.p-hero__fl-item img {
  transform: scale(1.3) rotate(30deg);
  opacity: 0;
  filter: blur(5px);
  transition: transform 8s cubic-bezier(0.25, 1, 0.5, 1) 0.6s, opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 1s, filter 2s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
}
.is-load .p-hero__fl-item img {
  transform: scale(1) rotate(0deg);
  opacity: 1;
  filter: blur(0);
}
.p-hero__fl.--front:nth-child(2) img {
  transform: scale(1.3) rotate(-30deg);
}
.is-load .p-hero__fl.--front:nth-child(2) img {
  transform: scale(1) rotate(0);
}

.p-hero__inner {
  position: relative;
  width: 54.5%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-hero__inner {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .p-hero__chara {
    position: relative;
    left: 50%;
    width: 135%;
    margin-bottom: 4.5%;
    transform: translateX(-50.5%);
  }
  [data-lang=en] .p-hero__chara {
    margin-bottom: 0;
  }
}
.p-hero__chara img {
  transform: scale(1.1);
  opacity: 0;
  filter: blur(5px);
  transition: transform 5s cubic-bezier(0.25, 1, 0.5, 1) 0.8s, opacity 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0.8s, filter 2s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
}
.is-load .p-hero__chara img {
  transform: scale(1);
  opacity: 1;
  filter: blur(0);
}
.p-hero__logo {
  position: absolute;
  bottom: -0.7%;
  left: 50%;
  width: 86.5%;
  transform: translateX(-49.8%);
}
@media screen and (max-width: 900px) {
  .p-hero__logo {
    bottom: 5.4%;
    width: 88%;
    transform: translateX(-50%);
  }
}
[data-lang=en] .p-hero__logo {
  bottom: 10%;
}
@media screen and (max-width: 900px) {
  [data-lang=en] .p-hero__logo {
    bottom: 6.2%;
    width: 96%;
  }
}
.p-hero__logo img {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1) 1.5s, opacity 1.4s cubic-bezier(0.25, 1, 0.5, 1) 1.5s;
}
.is-load .p-hero__logo img {
  transform: translateY(0);
  opacity: 1;
}
.p-hero__catch {
  position: absolute;
  top: 12.1%;
  left: 13.4%;
  width: 7.9%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: -webkit-clip-path 1.4s cubic-bezier(0.76, 0, 0.24, 1) 1.6s;
  transition: clip-path 1.4s cubic-bezier(0.76, 0, 0.24, 1) 1.6s;
  transition: clip-path 1.4s cubic-bezier(0.76, 0, 0.24, 1) 1.6s, -webkit-clip-path 1.4s cubic-bezier(0.76, 0, 0.24, 1) 1.6s;
}
@media screen and (max-width: 900px) {
  .p-hero__catch {
    top: 7.4%;
    left: 10.6%;
    width: 11.2%;
  }
}
.is-load .p-hero__catch {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
[data-lang=en] .p-hero__catch {
  top: 13.6%;
  left: -3.8%;
  width: 33.5%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transform: scale(1.1);
  opacity: 0;
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1) 1.6s, opacity 1.4s cubic-bezier(0.25, 1, 0.5, 1) 1.6s;
}
@media screen and (max-width: 900px) {
  [data-lang=en] .p-hero__catch {
    top: 13.2%;
    left: 0.7%;
    width: 36.8%;
  }
}
[data-lang=en].is-load .p-hero__catch {
  transform: scale(1);
  opacity: 1;
}
.p-hero__onair {
  opacity: 0;
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1) 1.8s, opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 1.8s;
}
@media not all and (max-width: 900px) {
  .p-hero__onair {
    position: absolute;
    top: 7.8%;
    right: 13.3%;
    width: 6.55%;
    transform: translateY(-20px);
  }
}
@media screen and (max-width: 900px) {
  .p-hero__onair {
    position: relative;
    width: 84%;
    max-width: 630px;
    margin: 0 auto 20px;
    transform: translateY(20px);
  }
}
.is-load .p-hero__onair {
  transform: translateY(0);
  opacity: 1;
}
@media not all and (max-width: 900px) {
  [data-lang=en] .p-hero__onair {
    position: absolute;
    top: auto;
    bottom: 4.1%;
    right: auto;
    left: 50%;
    width: 87%;
    margin: 0 auto;
    transform: translate(-50%, 20px);
  }
}
@media screen and (max-width: 900px) {
  [data-lang=en] .p-hero__onair {
    position: relative;
    width: 97%;
    margin-bottom: 48px;
  }
}
@media not all and (max-width: 900px) {
  [data-lang=en].is-load .p-hero__onair {
    transform: translate(-50%, 0);
  }
}

.p-hero_sns {
  position: relative;
  width: 64%;
  margin: 0 auto 5%;
  opacity: 0;
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1) 1.9s, opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 1.9s;
  transform: translateY(20px);
}
.is-load .p-hero_sns {
  transform: translateY(0);
  opacity: 1;
}
.p-hero_sns__inner {
  display: block;
  padding: 13px 0 11px;
  font-family: "Tenor Sans", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  color: var(--color-blue);
  border: 1px solid var(--color-blue);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-hero_sns__txt {
  margin-right: 8px;
}
.p-hero_sns__icon {
  width: 20px;
}
.p-hero_sns__icon svg {
  fill: var(--color-blue);
}

.p-hero_bnr {
  position: relative;
  width: 59%;
  max-width: 440px;
  margin: 0 auto;
  opacity: 0;
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1) 2s, opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 2s;
  transform: translateY(20px);
}
.is-load .p-hero_bnr {
  transform: translateY(0);
  opacity: 1;
}
.p-hero_bnr__inner {
  display: block;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}

.p-news {
  padding-bottom: 11.1%;
}
@media screen and (max-width: 900px) {
  .p-news {
    padding-bottom: 80px;
  }
}
.p-news__container {
  position: relative;
}
.p-news__header {
  position: relative;
  margin-bottom: 64px;
}
@media screen and (max-width: 900px) {
  .p-news__header {
    margin-bottom: 30px;
  }
}
.p-news__ttl {
  position: relative;
  width: 22.8%;
}
@media not all and (max-width: 900px) {
  .p-news__ttl {
    transform: translateX(-18.5%);
  }
}
@media screen and (max-width: 900px) {
  .p-news__ttl {
    width: 40%;
  }
}
.p-news__ttl-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 249%;
  transform: translate(-52%, -57%);
}
.p-news__ttl-inner {
  position: relative;
  display: block;
}
@media not all and (max-width: 900px) {
  .p-news__more {
    position: absolute;
    top: -89px;
    right: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-news__more {
    position: relative;
    width: 155px;
    margin: 29px auto 0;
  }
}
.p-news__inner {
  position: relative;
}
.p-news__list-item {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03);
}
.p-news__list-item + .p-news__list-item {
  margin-top: 11px;
}

.p-news_data {
  position: relative;
  display: block;
  padding: 25px 30px;
}
@media not all and (max-width: 900px) {
  .p-news_data {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 900px) {
  .p-news_data {
    padding: 11px 15px;
  }
}
@media (hover: hover) {
  .p-news_data {
    transition: color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-news_data:hover {
    color: var(--color-blue);
  }
}
@media screen and (max-width: 900px) {
  .p-news_data__header {
    margin-bottom: 7px;
  }
}
.p-news_data__date {
  position: relative;
  margin-right: 17px;
  padding: 2px 7px;
  color: var(--color-blue);
  letter-spacing: -0.02rem;
  line-height: 1;
  font-family: "Tenor Sans", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}
@media screen and (max-width: 900px) {
  .p-news_data__date {
    display: inline-block;
    margin-right: 0;
    padding: 0px 7px;
    transform: translateY(0);
  }
}
.p-news_data__date::before {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: var(--color-yellow);
}
@media screen and (max-width: 900px) {
  .p-news_data__date::before {
    top: 0px;
    bottom: 0px;
  }
  @supports (-webkit-touch-callout: none) {
    .p-news_data__date::before {
      top: -1px;
      bottom: 1px;
    }
  }
}
.p-news_data__date span {
  position: relative;
}
.p-news_data__ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .p-news_data__ttl {
    -webkit-line-clamp: 2;
    line-height: 1.5;
  }
}

.p-intro {
  position: relative;
  padding-top: 11.7%;
  padding-bottom: 11.5%;
  background: var(--color-yellow);
}
@media screen and (max-width: 900px) {
  .p-intro {
    padding-top: 84px;
    padding-bottom: 88px;
  }
}
.p-intro::before, .p-intro::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/intro_bg_pc.png) bottom center no-repeat;
  background-size: 100% auto;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .p-intro::before, .p-intro::after {
    background-image: url(../img/intro_bg_sp.png);
  }
}
.p-intro::before {
  transform: scale(-1, -1);
}
.p-intro__container {
  position: relative;
}
.p-intro__container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 135%;
  height: 100%;
  background: url(../img/intro_bg_txt_pc.png) center center no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  -webkit-mask-position: 200% 50%;
  mask-position: 200% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(to right, #fff 40%, transparent 100%);
  mask-image: linear-gradient(to right, #fff 40%, transparent 100%);
  -webkit-mask-size: 200% auto;
  mask-size: 200% auto;
  transition: -webkit-mask-position 1.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: mask-position 1.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: mask-position 1.8s cubic-bezier(0.5, 1, 0.89, 1), -webkit-mask-position 1.8s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 900px) {
  .p-intro__container::before {
    width: 115%;
    background-image: url(../img/intro_bg_txt_sp.png);
  }
}
.p-intro.is-active .p-intro__container::before {
  -webkit-mask-position: 0% 50%;
  mask-position: 0% 50%;
}
.p-intro__ttl {
  width: 62.6%;
  margin: 0 auto 44px;
  transform: translateX(-3.2%);
}
@media screen and (max-width: 900px) {
  .p-intro__ttl {
    width: 91.5%;
    margin-bottom: 32px;
    transform: translateX(0);
  }
}
.p-intro__inner {
  position: relative;
  z-index: 1;
}
.p-intro__lead {
  text-align: center;
}
.p-intro__lead-block {
  position: relative;
}
.p-intro__lead-block + .p-intro__lead-block {
  margin-top: 45px;
}
@media screen and (max-width: 900px) {
  .p-intro__lead-block + .p-intro__lead-block {
    margin-top: 35px;
  }
}
.p-intro__lead-txt {
  display: inline;
  padding: 0px 12px 1px;
  background: linear-gradient(90deg, var(--color-white) 50%, transparent 50.1%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: 0% 100%;
  line-height: 2.5;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: var(--color-blue);
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  .p-intro__lead-txt {
    padding: 0px 6px 1px;
    font-size: 15px;
  }
}
.p-intro__lead-txt .p-in-line {
  vertical-align: baseline;
  letter-spacing: -0.16rem;
  padding-right: 2px;
}

.p-story {
  padding-top: 11.4%;
  padding-bottom: 6.2%;
}
@media screen and (max-width: 900px) {
  .p-story {
    padding-top: 79px;
    padding-bottom: 38px;
  }
}
.p-story__container {
  position: relative;
}
.p-story__header {
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-story__header {
    width: 61%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .p-story__header {
    margin-bottom: 40px;
  }
}
.p-story__ttl {
  position: relative;
  width: 39.2%;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .p-story__ttl {
    width: 45%;
    margin-bottom: 40px;
  }
}
.p-story__ttl-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 220%;
  transform: translate(-58%, -63%);
}
.p-story__ttl-inner {
  position: relative;
  display: block;
}
.p-story__desc {
  font-size: 18px;
  line-height: 2.5;
  text-align: center;
}
@media not all and (max-width: 900px) {
  .p-story__desc {
    font-size: clamp(13px, 1.3571428571vw, 21px);
  }
}
@media screen and (max-width: 900px) {
  .p-story__desc {
    font-size: 14px;
  }
}
.p-story__desc-block {
  transform: translateY(30px);
  opacity: 0;
  filter: blur(3px);
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1), filter 1.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-story__desc-block:nth-child(1) {
  transition-delay: 0.3s;
}
.p-story__desc-block:nth-child(2) {
  transition-delay: 0.7s;
}
.p-story__desc-block:nth-child(3) {
  transition-delay: 1.1s;
}
.p-story__desc-block:nth-child(4) {
  transition-delay: 1.5s;
}
.p-story__desc-block:nth-child(5) {
  transition-delay: 1.9s;
}
.p-story.is-active .p-story__desc-block {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}
.p-story__desc-block + .p-story__desc-block {
  margin-top: 45px;
}
@media screen and (max-width: 900px) {
  .p-story__desc-block + .p-story__desc-block {
    margin-top: 20px;
  }
}
.p-story__desc-block .p-in-line {
  vertical-align: baseline;
  letter-spacing: -0.16rem;
  padding-right: 2px;
}
@media not all and (max-width: 900px) {
  .p-story__inner {
    width: 39%;
  }
}
@media screen and (max-width: 900px) {
  .p-story__inner {
    transition-delay: 1.3s;
  }
}
.p-story__img {
  position: relative;
  margin: 0 auto;
  filter: drop-shadow(20px 20px 70px rgba(0, 0, 0, 0.1));
}
@media not all and (max-width: 900px) {
  .p-story__img {
    width: 82%;
    margin-top: 3.7%;
  }
}
@media screen and (max-width: 900px) {
  .p-story__img {
    width: 61%;
  }
}

.p-staff {
  padding-top: 11.4%;
}
@media screen and (max-width: 900px) {
  .p-staff {
    padding-top: 79px;
    padding-bottom: 38px;
  }
}
.p-staff#staff {
  padding-bottom: 8%;
}
@media not all and (max-width: 900px) {
  .p-staff + .p-staff {
    margin-top: 8.6%;
  }
}
.p-staff__container {
  position: relative;
}
.p-staff__header {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .p-staff__header {
    margin-bottom: 38px;
  }
}
.p-staff__ttl {
  position: relative;
  width: 87.2%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-staff__ttl {
    left: 50%;
    width: 136%;
    transform: translateX(-50%);
  }
  #staff .p-staff__ttl {
    width: 150%;
  }
}
.p-staff__ttl-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65%;
  transform: translate(-51.5%, -63%);
}
#staff .p-staff__ttl-bg {
  transform: translate(-51.5%, -69%);
}
.p-staff__ttl-inner {
  position: relative;
}
.p-staff__block {
  position: relative;
  transform: translateY(40px);
  opacity: 0;
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
.p-staff.is-active .p-staff__block {
  transform: translateY(0);
  opacity: 1;
}
.p-staff__block:nth-child(2) {
  transition-delay: 0.5s;
}
.p-staff__block + .p-staff__block {
  margin-top: 90px;
}
@media screen and (max-width: 900px) {
  .p-staff__block + .p-staff__block {
    margin-top: 53px;
  }
}
.p-staff__block-ttl {
  position: relative;
  margin-bottom: 37px;
  text-align: center;
  color: var(--color-blue);
  font-family: "Tenor Sans", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-size: 33px;
}
@media screen and (max-width: 900px) {
  .p-staff__block-ttl {
    margin-bottom: 21px;
    font-size: 20px;
  }
}
.p-staff__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 63px 0;
}
@media screen and (max-width: 900px) {
  .p-staff__list {
    gap: 31px 0;
  }
}
.p-staff__list-item {
  width: 33.3%;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-staff__list-item {
    width: 49%;
  }
  .p-staff__list-item:nth-child(2n) {
    margin-left: 2%;
  }
  [data-lang=en] .p-staff__list-item:nth-child(2n) {
    margin-left: 0;
  }
}
.p-staff__cap {
  position: relative;
  margin-bottom: 14px;
  color: var(--color-blue);
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .p-staff__cap {
    margin-bottom: 10px;
    font-size: 11px;
  }
}
.p-staff__cap span {
  position: relative;
  display: inline-block;
  padding: 1px 7px 0;
  background: var(--color-yellow);
}
@media screen and (max-width: 900px) {
  .p-staff__cap span {
    padding: 0px 5px;
  }
}
.p-staff__name {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-staff__name .p-in-name {
  font-size: 22px;
}
@media screen and (max-width: 900px) {
  .p-staff__name .p-in-name {
    font-size: 15px;
  }
  [data-lang=en] .p-staff__name .p-in-name {
    font-size: 13px;
  }
}
.p-staff__name .p-in-comment {
  position: absolute;
  top: 0;
  right: -29px;
  width: 24px;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  padding: 2px;
  transform: translateY(2px);
}
@media screen and (max-width: 900px) {
  .p-staff__name .p-in-comment {
    right: -24px;
    width: 21px;
    padding: 3px;
    transform: translateY(-1px);
  }
}
@media (hover: hover) {
  .p-staff__name .p-in-comment:hover img {
    transform: scale(1.1);
  }
  .p-staff__name .p-in-comment img {
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
.p-staff__note {
  margin-top: 10px;
  font-size: 13px;
}
@media screen and (max-width: 900px) {
  .p-staff__note {
    margin-top: 7px;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: -0.04rem;
  }
}

.p-comic {
  padding-top: 11.4%;
  padding-bottom: 11.6%;
}
@media screen and (max-width: 900px) {
  .p-comic {
    padding-top: 79px;
    padding-bottom: 99px;
  }
}
.p-comic__container {
  position: relative;
}
.p-comic__header {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .p-comic__header {
    margin-bottom: 39px;
  }
}
.p-comic__ttl {
  position: relative;
  width: 28.4%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-comic__ttl {
    width: 49.4%;
  }
}
.p-comic__ttl-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 199%;
  transform: translate(-55.5%, -62%);
}
.p-comic__ttl-inner {
  position: relative;
}
.p-comic__inner {
  position: relative;
  width: 82.6086956522%;
  margin: 0 auto;
}
@media not all and (max-width: 900px) {
  .p-comic__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 900px) {
  .p-comic__inner {
    width: 79%;
  }
}
@media not all and (max-width: 900px) {
  .p-comic__img {
    width: 42%;
  }
}
@media screen and (max-width: 900px) {
  .p-comic__img {
    width: 94.5%;
    margin: 0 auto 26px;
  }
}
.p-comic__detail {
  position: relative;
  color: var(--color-blue);
}
@media not all and (max-width: 900px) {
  .p-comic__detail {
    width: 42.5%;
  }
}
.p-comic__txt {
  position: relative;
  margin-bottom: 49px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-comic__txt {
    margin-bottom: 28px;
  }
}
.p-comic__txt-name {
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .p-comic__txt-name {
    font-size: 14px;
  }
}
.p-comic__txt-ttl {
  position: relative;
  margin-bottom: 12px;
  font-size: 28px;
}
@media screen and (max-width: 900px) {
  .p-comic__txt-ttl {
    margin-bottom: 5px;
    font-size: 20px;
  }
}
.p-comic__txt-note {
  font-size: 12px;
}
@media screen and (max-width: 900px) {
  .p-comic__txt-note {
    font-size: 11px;
  }
}
.p-comic__btn {
  position: relative;
  max-width: 320px;
  margin: 0 auto;
}
.p-comic__btn + .p-comic__btn {
  margin-top: 12px;
}
@media screen and (max-width: 900px) {
  .p-comic__btn + .p-comic__btn {
    margin-top: 8px;
  }
}