@charset "UTF-8";
:root {
  --color-blue: #0147bb;
  --color-white: #fff;
  --color-black: #000;
  --color-pink: #f4a6d7;
  --color-orange: #ff8e1b;
  --color-yellow: #fedd00;
  --color-green: #02ab8e;
}

.p-op {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  padding: 3rem;
  background-color: var(--color-blue);
}
.is-load .p-op {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load-end .p-op {
  display: none;
}
@media screen and (max-width: 859px) {
  .p-op {
    padding: 1.5rem;
  }
}
.p-op__inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 3rem;
}
@media screen and (max-width: 859px) {
  .p-op__inner {
    border-radius: 1.5rem;
  }
}
.p-op__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media screen and (max-width: 859px) {
  .p-op__bg {
    width: 110%;
    height: 110%;
  }
}
.p-op__bg.is-current {
  opacity: 1;
}
.p-op__bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 860px) {
  .p-op__bg-pattern {
    animation: op_bg_PC 3s linear infinite forwards;
  }
}
@media screen and (max-width: 859px) {
  .p-op__bg-pattern {
    animation: op_bg_SP 3s linear infinite forwards;
  }
}
.-bg1 .p-op__bg-pattern {
  background: url(../img/opening/ptn_pink-orange.jpg) repeat 0 0;
  background-size: 130px;
}
@media screen and (max-width: 859px) {
  .-bg1 .p-op__bg-pattern {
    background-size: 80px;
  }
}
.-bg2 .p-op__bg-pattern {
  background: url(../img/opening/ptn_pink-green.jpg) repeat 0 0;
  background-size: 130px;
}
@media screen and (max-width: 859px) {
  .-bg2 .p-op__bg-pattern {
    background-size: 80px;
  }
}
.-bg3 .p-op__bg-pattern {
  background: url(../img/opening/ptn_pink-yellow.jpg) repeat 0 0;
  background-size: 130px;
}
@media screen and (max-width: 859px) {
  .-bg3 .p-op__bg-pattern {
    background-size: 80px;
  }
}
.p-op__bg-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.95);
  opacity: 0;
}
.is-ready .p-op__bg-deco {
  opacity: 1;
  transform: scale(1);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-op__bg-deco img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
}
.p-op__content {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-op__chara {
  height: 100%;
  width: 23.5%;
  margin: 0 auto;
  position: relative;
  transform: scale(0.8);
  opacity: 0;
}
.is-ready .p-op__chara {
  opacity: 1;
  transform: scale(1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 859px) {
  .p-op__chara {
    width: 48.5%;
  }
}
.p-op__chara img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
}

.p-hero {
  width: 100%;
  height: 100vh;
  padding: 3rem 3rem;
  min-height: 35vw;
}
@media screen and (max-width: 859px) {
  .p-hero {
    padding: 1.5rem 1.5rem;
  }
}
.p-hero__inner {
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  border-radius: 3rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 859px) {
  .p-hero__inner {
    border-radius: 1.5rem;
    padding-top: 5rem;
  }
}
.p-hero__logo {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: var(--color-blue);
  padding: 0px 1.7rem 2.6rem;
  border-radius: 0 0 2rem 0;
  width: 20.7rem;
}
@media screen and (max-width: 859px) {
  .p-hero__logo {
    padding: 0px 1rem 1.5rem;
    width: 12.5rem;
    border-radius: 0 0 1.5rem 0;
  }
}
.p-hero__logo::before {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/corner.png) no-repeat center center;
  background-size: contain;
  transform: translateX(99%);
}
@media screen and (max-width: 859px) {
  .p-hero__logo::before {
    width: 1rem;
    height: 1rem;
  }
}
.p-hero__logo::after {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/corner.png) no-repeat center center;
  background-size: contain;
  transform: translateY(99%);
}
@media screen and (max-width: 859px) {
  .p-hero__logo::after {
    width: 1rem;
    height: 1rem;
  }
}
.p-hero__logo-img {
  width: 89%;
}
.p-hero__mlogo {
  margin: 0 auto;
  width: 69%;
  transform: translateY(3.5rem);
  opacity: 0;
}
.is-load-end .p-hero__mlogo {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-hero__menu {
  display: flex;
  font-family: "laca-text", YakuHanJP, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 800;
  padding-top: 1rem;
}
.p-hero__menu-item {
  transform: translateY(-2rem);
  opacity: 0;
}
.is-load-end .p-hero__menu-item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load-end .p-hero__menu-item:nth-child(1) {
  transition-delay: 0.2s;
}
.is-load-end .p-hero__menu-item:nth-child(2) {
  transition-delay: 0.32s;
}
.is-load-end .p-hero__menu-item:nth-child(3) {
  transition-delay: 0.44s;
}
.is-load-end .p-hero__menu-item:nth-child(4) {
  transition-delay: 0.56s;
}
.p-hero__menu-item + .p-hero__menu-item {
  margin-left: 3.2rem;
}
.p-hero__menu-item a {
  display: block;
  text-decoration: none;
  color: var(--color-blue);
  font-size: 1.7rem;
  letter-spacing: 0.5px;
  position: relative;
}
.p-hero__menu-item a::before {
  content: "";
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  opacity: 0;
  pointer-events: none;
  background: url(../img/heart_shape_pink.png) no-repeat center center;
  background-size: contain;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .p-hero__menu-item a:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0s linear;
  }
}
.p-hero__menu-item a span {
  vertical-align: baseline;
  position: relative;
}
.p-hero__head {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 20.7rem;
  padding-top: 1.9rem;
}
@media screen and (max-width: 859px) {
  .p-hero__head {
    display: none;
  }
}
.p-hero__head-inner {
  padding: 0 4.2rem;
  padding-right: 5rem;
  display: flex;
  justify-content: space-between;
}
.p-hero__head-blanklinks {
  display: flex;
  position: relative;
  padding-right: 5.6rem;
  transform: translateY(-2rem);
  opacity: 0;
}
.is-load-end .p-hero__head-blanklinks {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
.p-hero__share {
  position: absolute;
  top: 0.6rem;
  right: 0;
  padding-bottom: 4rem;
  width: 3rem;
  flex-shrink: 0;
  cursor: pointer;
}
@media (hover: hover) {
  .p-hero__share:hover .p-hero__share-icon svg {
    fill: var(--color-pink);
  }
  .p-hero__share:hover .p-hero__share-list {
    opacity: 1;
    transform: translateY(6.5rem) translateX(-50%);
    pointer-events: auto;
  }
}
.p-hero__share-icon svg {
  fill: #0147bb;
  transition: fill 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-hero__share-list {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(4rem) translateX(-50%);
  width: 190%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-hero__share-list-item {
  width: 100%;
}
.p-hero__share-list-item + .p-hero__share-list-item {
  margin-top: 0.8rem;
}
.p-hero__share-list-item a {
  display: block;
  position: relative;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (hover: hover) {
  .p-hero__share-list-item a:hover {
    transform: scale(1.1);
  }
}
.p-hero__share-list-item a img {
  width: 100%;
}
.--sharex .p-hero__share-list-base {
  fill: var(--color-black);
}
.--sharefb .p-hero__share-list-base {
  fill: var(--color-blue);
}
.--shareline .p-hero__share-list-base {
  fill: var(--color-green);
}
.p-hero__share-list-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 37%;
  fill: var(--color-white);
}
.p-hero__official {
  border: 2px solid var(--color-black);
  box-sizing: border-box;
  width: 21.3rem;
  border-radius: 100px;
  background-color: var(--color-pink);
}
@media (hover: hover) {
  .p-hero__official {
    transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .p-hero__official:hover {
    transform: scale(1.05);
    background-color: var(--color-blue);
  }
  .p-hero__official:hover .p-hero__official-text {
    color: var(--color-pink);
  }
}
.p-hero__official a {
  position: relative;
  display: block;
  padding: 1.1rem 0 0.9rem;
  text-decoration: none;
  font-family: "laca-text", sans-serif;
  font-weight: 800;
  text-align: center;
}
.p-hero__official-text {
  font-size: 2rem;
  color: var(--color-blue);
  padding-left: 3rem;
  transition: color 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-hero__official-chara {
  position: absolute;
  bottom: 13%;
  left: 6%;
  width: 29%;
}
.p-hero__content {
  flex-grow: 1;
  position: relative;
  padding: 3% 4%;
}
@media screen and (min-width: 860px) {
  .p-hero__content {
    overflow: hidden;
  }
}
.p-hero__content-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 859px) {
  .p-hero__content-inner {
    padding-bottom: 7rem;
  }
}
.p-hero__content-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 860px) {
  .p-hero__content-deco {
    min-height: 35vw;
  }
}
.p-hero__content-deco-item {
  position: absolute;
}
.p-hero__content-deco-item.-d1 {
  top: 1%;
  left: 7%;
  width: 4%;
}
@media screen and (max-width: 859px) {
  .p-hero__content-deco-item.-d1 {
    top: 11%;
    left: 6.5%;
    width: 9%;
  }
}
.is-load .p-hero__content-deco-item.-d1 img {
  animation: kakukaku1 1.5s steps(1) infinite forwards;
}
.p-hero__content-deco-item.-d2 {
  top: 41%;
  left: 0.8%;
  width: 3.5%;
}
@media screen and (max-width: 859px) {
  .p-hero__content-deco-item.-d2 {
    top: 32%;
    left: 5.8%;
    width: 8%;
  }
}
.is-load .p-hero__content-deco-item.-d2 img {
  animation: kakukaku2 1.8s steps(1) infinite forwards;
}
.p-hero__content-deco-item.-d3 {
  bottom: 13%;
  left: 6%;
  width: 6%;
}
@media screen and (max-width: 859px) {
  .p-hero__content-deco-item.-d3 {
    bottom: 3%;
    left: 9%;
    width: 14%;
  }
}
.is-load .p-hero__content-deco-item.-d3 img {
  animation: kakukaku3 1.5s steps(1) infinite forwards 0.2s;
}
.p-hero__content-deco-item.-d4 {
  bottom: 4%;
  left: 32%;
  width: 5.5%;
}
@media screen and (max-width: 859px) {
  .p-hero__content-deco-item.-d4 {
    bottom: 35.5%;
    left: 14%;
    width: 12%;
  }
}
.is-load .p-hero__content-deco-item.-d4 img {
  animation: kakukaku1 1.5s steps(1) infinite forwards;
}
.p-hero__content-deco-item.-d5 {
  top: 0%;
  left: 32.5%;
  width: 5%;
}
@media screen and (max-width: 859px) {
  .p-hero__content-deco-item.-d5 {
    top: 2%;
    left: 23%;
    width: 11.5%;
  }
}
.is-load .p-hero__content-deco-item.-d5 img {
  animation: kakukaku3 1.5s steps(1) infinite 0.1s;
}
.p-hero__content-deco-item.-d6 {
  top: 15.5%;
  left: 16%;
  width: 3%;
}
@media screen and (max-width: 859px) {
  .p-hero__content-deco-item.-d6 {
    top: auto;
    bottom: 25%;
    left: 7%;
    width: 7%;
  }
}
.is-load .p-hero__content-deco-item.-d6 img {
  animation: kakukaku6 1.2s steps(2) infinite forwards;
}
.p-hero__content-deco-item.-d7 {
  top: 1%;
  left: 54%;
  transform: translateX(-50%);
  width: 4%;
}
@media screen and (max-width: 859px) {
  .p-hero__content-deco-item.-d7 {
    left: auto;
    right: 11%;
    width: 9%;
    top: 14%;
  }
}
.is-load .p-hero__content-deco-item.-d7 img {
  animation: kakukaku3 1.8s steps(1) infinite forwards 0.1s;
}
.p-hero__content-deco-item.-d8 {
  bottom: 17%;
  left: 56%;
  transform: translateX(-50%);
  width: 5.3%;
}
@media screen and (max-width: 859px) {
  .p-hero__content-deco-item.-d8 {
    bottom: 9.5%;
    left: 53%;
    transform: translateX(-50%);
    width: 11.5%;
  }
}
.is-load .p-hero__content-deco-item.-d8 img {
  animation: kakukaku4 3.5s steps(1) infinite forwards;
}
.p-hero__content-deco-item.-d9 {
  top: 3.5%;
  right: 21.8%;
  width: 10%;
}
@media screen and (max-width: 859px) {
  .p-hero__content-deco-item.-d9 {
    top: -7.3%;
    right: 21.8%;
    width: 23%;
  }
}
.is-load .p-hero__content-deco-item.-d9 img {
  animation: kakukaku7 2s steps(1) infinite forwards;
}
.p-hero__content-deco-item.-d10 {
  top: 7%;
  right: 9.3%;
  width: 6.3%;
}
@media screen and (max-width: 859px) {
  .p-hero__content-deco-item.-d10 {
    top: 5.5%;
    right: 5.3%;
    width: 14.3%;
  }
}
.is-load .p-hero__content-deco-item.-d10 img {
  animation: kakukaku1 2.5s steps(1) infinite forwards;
}
.p-hero__content-deco-item.-d11 {
  top: 30.5%;
  right: 0.5%;
  width: 6.8%;
}
@media screen and (max-width: 859px) {
  .p-hero__content-deco-item.-d11 {
    top: 35.5%;
    right: -0.5%;
    width: 15%;
  }
}
.is-load .p-hero__content-deco-item.-d11 img {
  animation: kakukaku5 1.8s steps(1) infinite forwards;
}
.p-hero__content-deco-item.-d12 {
  bottom: 19%;
  right: 5.5%;
  width: 5.3%;
}
@media screen and (max-width: 859px) {
  .p-hero__content-deco-item.-d12 {
    bottom: 14%;
    right: 0.5%;
    width: 12.3%;
  }
}
.is-load .p-hero__content-deco-item.-d12 img {
  animation: kakukaku4 2s steps(1) infinite forwards;
}
.p-hero__content-deco-item.-d13 {
  bottom: 3.5%;
  right: 21%;
  width: 3%;
}
@media screen and (max-width: 859px) {
  .p-hero__content-deco-item.-d13 {
    bottom: 39%;
    right: 9%;
    width: 7%;
  }
}
.is-load .p-hero__content-deco-item.-d13 img {
  animation: kakukaku6 2s steps(1) infinite forwards;
}
.p-hero__content-main {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 88%;
  transform: translateY(-2%);
  height: 100%;
}
@media screen and (max-width: 859px) {
  .p-hero__content-main {
    width: 100%;
    justify-content: center;
    flex-direction: column;
    transform: translateY(0);
  }
}
.p-hero__chara {
  flex-shrink: 0;
  width: 50%;
  height: 100%;
  margin-right: 2%;
  transform: translateY(-6%);
}
@media screen and (max-width: 859px) {
  .p-hero__chara {
    width: 93%;
    margin-right: 0;
    transform: translateY(0);
    height: auto;
  }
}
.p-hero__chara-list {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-hero__chara-list-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0.9);
  transition: transform 0.85s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-hero__chara-list-item.is-current {
  opacity: 1;
  transform: scale(1);
}
.p-hero__chara-list-item:first-child {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 860px) {
  .p-hero__chara-list-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }
}
.p-hero__ttl {
  width: 50%;
}
@media screen and (max-width: 859px) {
  .p-hero__ttl {
    width: 100%;
  }
}
.p-hero__ttl-img {
  width: 96%;
  padding-left: 2.2%;
  transform: translateY(4rem);
  opacity: 0;
}
.is-load-end .p-hero__ttl-img {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.1s;
}
.p-hero__ttl-text {
  margin-top: 6%;
  width: 99%;
  transform: translateY(4rem);
  opacity: 0;
}
.is-load-end .p-hero__ttl-text {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.25s;
}
@media screen and (max-width: 859px) {
  .p-hero__ttl-text {
    margin-top: 4.7%;
    width: 100%;
  }
}
.p-hero__scroll {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  border-radius: 100px;
  overflow: hidden;
  width: 18.7rem;
  border: 2px solid var(--color-black);
  padding: 1.2rem 0;
  box-sizing: border-box;
  background-color: var(--color-blue);
  transform: translateY(2.5rem);
  opacity: 0;
}
.is-load-end .p-hero__scroll {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.5s;
}
@media screen and (max-width: 859px) {
  .p-hero__scroll {
    bottom: 1.4rem;
    right: 1.5rem;
    width: 14rem;
    padding: 0.9rem 0 1.1rem;
  }
}
.p-hero__scroll-inner {
  position: relative;
}
.p-hero__scroll-text {
  position: relative;
  display: flex;
}
.p-hero__scroll-text-item {
  flex-shrink: 0;
  width: 12.3rem;
}
.is-load .p-hero__scroll-text-item {
  animation: loop_x 5s linear infinite forwards reverse;
}
@media screen and (max-width: 859px) {
  .p-hero__scroll-text-item {
    width: 9rem;
  }
}

.p-comics {
  position: relative;
  padding: 11% 0 14.3%;
}
@media screen and (max-width: 859px) {
  .p-comics {
    padding: 36.5% 0 43%;
  }
}
.p-comics__ttl {
  position: absolute;
  left: 0;
  display: flex;
  flex-wrap: nowrap;
}
.p-comics__ttl.-top {
  top: 3.2%;
}
.p-comics__ttl.-bottom {
  bottom: 4%;
}
@media screen and (max-width: 859px) {
  .p-comics__ttl.-bottom {
    bottom: 6%;
  }
}
.p-comics__ttl-item {
  flex-shrink: 0;
  width: 740px;
}
@media screen and (min-width: 1600px) {
  .p-comics__ttl-item {
    width: 888px;
  }
}
@media screen and (max-width: 859px) {
  .p-comics__ttl-item {
    width: 340px;
  }
}
.is-load .-top .p-comics__ttl-item {
  animation: loop_x 15s linear infinite forwards reverse;
}
.is-load .-bottom .p-comics__ttl-item {
  animation: loop_x 15s linear infinite forwards;
}
.p-comics__slider {
  position: relative;
}
.p-comics__btns {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 859px) {
  .p-comics__btns {
    width: 97%;
  }
}
.p-comics__btns-item {
  pointer-events: all;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8%;
  padding-top: 8%;
  box-shadow: 0 0 0 2px var(--color-black);
  background-color: var(--color-pink);
  box-sizing: border-box;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 859px) {
  .p-comics__btns-item {
    box-shadow: 0 0 0 1.5px var(--color-black);
  }
}
.p-comics__btns-item.-prev {
  left: 0;
}
.p-comics__btns-item.-next {
  right: 0;
}
@media (hover: hover) {
  .p-comics__btns-item {
    transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-comics__btns-item:hover {
    background-color: var(--color-blue);
    transform: translateY(-50%) scale(1.1);
  }
  .p-comics__btns-item:hover .p-comics__btns-icon::before, .p-comics__btns-item:hover .p-comics__btns-icon::after {
    background-color: var(--color-pink);
  }
}
.p-comics__btns-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
  padding-top: 25%;
}
.-next .p-comics__btns-icon {
  left: 45%;
  transform: translate(-50%, -50%) rotate(135deg);
}
.-prev .p-comics__btns-icon {
  left: 55%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-comics__btns-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--color-blue);
  border-radius: 5px;
  transition: background 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 859px) {
  .p-comics__btns-icon::before {
    height: 2px;
  }
}
.p-comics__btns-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: var(--color-blue);
  border-radius: 5px;
  transition: background 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 859px) {
  .p-comics__btns-icon::after {
    width: 2px;
  }
}

.comic_swiper {
  padding: 0 22%;
}
@media screen and (max-width: 859px) {
  .comic_swiper {
    padding: 0 10%;
  }
}
.comic_swiper .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}
.comic_swiper .swiper-slide {
  transition: transform 0.9s cubic-bezier(0.65, 0, 0.35, 1);
  transform-origin: bottom center;
}
.comic_swiper .swiper-slide.swiper-slide-active, .comic_swiper .swiper-slide.swiper-slide-duplicate-active {
  transform: translateY(10%) rotate(0) scale(1.25);
}
@media screen and (max-width: 859px) {
  .comic_swiper .swiper-slide.swiper-slide-active, .comic_swiper .swiper-slide.swiper-slide-duplicate-active {
    transform: translateY(18%) rotate(0) scale(1.35);
  }
}
.comic_swiper .swiper-slide.swiper-slide-next, .comic_swiper .swiper-slide.swiper-slide-duplicate-next {
  transform: translateY(20%) rotate(15deg) scale(1);
}
@media screen and (max-width: 859px) {
  .comic_swiper .swiper-slide.swiper-slide-next, .comic_swiper .swiper-slide.swiper-slide-duplicate-next {
    transform: translateY(30%) rotate(15deg) scale(1);
  }
}
.comic_swiper .swiper-slide.swiper-slide-prev, .comic_swiper .swiper-slide.swiper-slide-duplicate-prev {
  transform: translateY(20%) rotate(-15deg) scale(1);
}
@media screen and (max-width: 859px) {
  .comic_swiper .swiper-slide.swiper-slide-prev, .comic_swiper .swiper-slide.swiper-slide-duplicate-prev {
    transform: translateY(30%) rotate(-15deg) scale(1);
  }
}
.comic_swiper .swiper-slide.is-slide-next-standby {
  transform: translateY(100%) rotate(30deg) scale(1);
}
.comic_swiper .swiper-slide.is-slide-prev-standby {
  transform: translateY(80%) rotate(-30deg) scale(1);
}

.p-friends {
  padding: 5.2rem 0 6rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 859px) {
  .p-friends {
    padding: 4rem 0 4.9rem;
  }
}
.p-friends__ttl {
  margin: 0 auto;
  margin-bottom: 0.2rem;
  max-width: 100rem;
  transform: translateY(4.5rem);
  opacity: 0;
}
.l-box.is-active .p-friends__ttl {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 859px) {
  .p-friends__ttl {
    margin-bottom: 1.5rem;
  }
}
.p-friends__inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  position: relative;
}
@media screen and (min-width: 1600px) {
  .p-friends__inner {
    max-width: 1400px;
  }
}
@media screen and (max-width: 859px) {
  .p-friends__inner {
    width: 100%;
  }
}
.p-friends__charas {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 83%;
}
@media screen and (max-width: 859px) {
  .p-friends__charas {
    padding-top: 293%;
  }
}
.p-friends__charas::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vw;
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.37, 0, 0.63, 1);
}
.is-focus .p-friends__charas::after {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-friends__charas-item {
  position: absolute;
  cursor: pointer;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  transform: scale(0.75);
}
.l-box.is-active .p-friends__charas-item {
  opacity: 1;
  transform: scale(1);
}
.l-box.is-active .p-friends__charas-item:nth-child(1) {
  transition-delay: 0.2s;
}
.l-box.is-active .p-friends__charas-item:nth-child(2) {
  transition-delay: 0.31s;
}
.l-box.is-active .p-friends__charas-item:nth-child(3) {
  transition-delay: 0.42s;
}
.l-box.is-active .p-friends__charas-item:nth-child(4) {
  transition-delay: 0.53s;
}
.l-box.is-active .p-friends__charas-item:nth-child(5) {
  transition-delay: 0.64s;
}
.l-box.is-active .p-friends__charas-item:nth-child(6) {
  transition-delay: 0.75s;
}
.l-box.is-active .p-friends__charas-item:nth-child(7) {
  transition-delay: 0.86s;
}
.l-box.is-active .p-friends__charas-item:nth-child(8) {
  transition-delay: 0.97s;
}
.l-box.is-active .p-friends__charas-item:nth-child(9) {
  transition-delay: 1.08s;
}
.l-box.is-active .p-friends__charas-item:nth-child(10) {
  transition-delay: 1.19s;
}
.l-box.is-active .p-friends__charas-item:nth-child(11) {
  transition-delay: 1.3s;
}
.l-box.is-active .p-friends__charas-item:nth-child(12) {
  transition-delay: 1.41s;
}
.l-box.is-active .p-friends__charas-item:nth-child(13) {
  transition-delay: 1.52s;
}
.l-box.is-active .p-friends__charas-item:nth-child(14) {
  transition-delay: 1.63s;
}
.p-friends__charas-item.is-current {
  z-index: 1;
}
.p-friends__charas-item.--woodstock {
  top: 3.6%;
  right: 7.7%;
  width: 12.6%;
}
@media screen and (max-width: 859px) {
  .p-friends__charas-item.--woodstock {
    top: 0.8%;
    right: 11%;
    width: 26.6%;
  }
}
.p-friends__charas-item.--charlie {
  top: 13.2%;
  right: 18.5%;
  width: 27.5%;
}
@media screen and (max-width: 859px) {
  .p-friends__charas-item.--charlie {
    top: 12.7%;
    right: 3.5%;
    width: 52%;
  }
}
.p-friends__charas-item.--snoopy {
  top: 5%;
  left: 32%;
  width: 21%;
}
@media screen and (max-width: 859px) {
  .p-friends__charas-item.--snoopy {
    top: 4.5%;
    left: 8%;
    width: 44.5%;
  }
}
.p-friends__charas-item.--lucy {
  top: 11%;
  left: 9%;
  width: 18%;
}
@media screen and (max-width: 859px) {
  .p-friends__charas-item.--lucy {
    top: 25.5%;
    left: 3.8%;
    width: 38%;
  }
}
.p-friends__charas-item.--linus {
  top: 37.3%;
  right: 1%;
  width: 16.5%;
}
@media screen and (max-width: 859px) {
  .p-friends__charas-item.--linus {
    top: 36%;
    right: 2%;
    width: 34.5%;
  }
}
.p-friends__charas-item.--sally {
  top: 37.2%;
  left: 1.3%;
  width: 16.5%;
}
@media screen and (max-width: 859px) {
  .p-friends__charas-item.--sally {
    top: 37.5%;
    left: 21.3%;
    width: 34.5%;
  }
}
.p-friends__charas-item.--schroeder {
  top: 33.5%;
  left: 26.8%;
  width: 16.5%;
}
@media screen and (max-width: 859px) {
  .p-friends__charas-item.--schroeder {
    top: 51.5%;
    left: 4.8%;
    width: 34.5%;
  }
}
.p-friends__charas-item.--franklin {
  bottom: 29.5%;
  left: 43.5%;
  width: 17%;
}
@media screen and (max-width: 859px) {
  .p-friends__charas-item.--franklin {
    bottom: auto;
    left: auto;
    right: 9.5%;
    top: 50.2%;
    width: 35.5%;
  }
}
.p-friends__charas-item.--peppermint {
  bottom: 20.5%;
  right: 16.2%;
  width: 18%;
}
@media screen and (max-width: 859px) {
  .p-friends__charas-item.--peppermint {
    bottom: 21.5%;
    right: 3.2%;
    width: 37%;
  }
}
.p-friends__charas-item.--spike {
  bottom: 25.5%;
  left: 17.5%;
  width: 13%;
}
@media screen and (max-width: 859px) {
  .p-friends__charas-item.--spike {
    bottom: 15%;
    left: 4.5%;
    width: 27.5%;
  }
}
.p-friends__charas-item.--olaf {
  bottom: 10.5%;
  left: 31.3%;
  width: 13.2%;
}
@media screen and (max-width: 859px) {
  .p-friends__charas-item.--olaf {
    bottom: 22.8%;
    left: 27%;
    width: 27.5%;
  }
}
.p-friends__charas-item.--marbles {
  bottom: 5.2%;
  right: 33.8%;
  width: 13.2%;
}
@media screen and (max-width: 859px) {
  .p-friends__charas-item.--marbles {
    bottom: 9.2%;
    right: 30.8%;
    width: 28%;
  }
}
.p-friends__charas-item.--belle {
  bottom: 6.5%;
  left: 7%;
  width: 13%;
}
@media screen and (max-width: 859px) {
  .p-friends__charas-item.--belle {
    bottom: 1%;
    left: 10.8%;
    width: 27.5%;
  }
}
.p-friends__charas-item.--andy {
  bottom: 1.5%;
  right: 8%;
  width: 13%;
}
@media screen and (max-width: 859px) {
  .p-friends__charas-item.--andy {
    bottom: 1%;
    right: 7%;
    width: 27.5%;
  }
}
.p-friends__charas-main {
  position: relative;
}
.is-load .--snoopy .p-friends__charas-main-base img {
  animation: friends_bg1 18s cubic-bezier(0.37, 0, 0.63, 1) infinite forwards;
}
.is-load .--charlie .p-friends__charas-main-base img {
  animation: friends_bg2 12s cubic-bezier(0.37, 0, 0.63, 1) infinite forwards 0.2s;
}
.is-load .--franklin .p-friends__charas-main-base img {
  animation: friends_bg1 18s cubic-bezier(0.37, 0, 0.63, 1) infinite forwards reverse 0.2s;
}
.is-load .--andy .p-friends__charas-main-base img {
  animation: friends_bg1 16s cubic-bezier(0.37, 0, 0.63, 1) infinite forwards reverse;
}
.is-load .--spike .p-friends__charas-main-base img {
  animation: friends_bg2 12s cubic-bezier(0.37, 0, 0.63, 1) infinite forwards;
}
.is-load .--schroeder .p-friends__charas-main-base img {
  animation: friends_bg3 15s cubic-bezier(0.37, 0, 0.63, 1) infinite forwards;
}
.is-load .--lucy .p-friends__charas-main-base img {
  animation: friends_bg4 15s cubic-bezier(0.37, 0, 0.63, 1) infinite forwards 0.1s;
}
.is-load .--peppermint .p-friends__charas-main-base img {
  animation: friends_bg4 15s cubic-bezier(0.37, 0, 0.63, 1) infinite forwards reverse;
}
.is-load .--belle .p-friends__charas-main-base img {
  animation: friends_bg1 18s cubic-bezier(0.37, 0, 0.63, 1) infinite forwards 0.2s;
}
.is-load .--sally .p-friends__charas-main-base img {
  animation: friends_bg2 18s cubic-bezier(0.37, 0, 0.63, 1) infinite forwards;
}
.is-load .--linus .p-friends__charas-main-base img {
  animation: friends_bg3 15s cubic-bezier(0.37, 0, 0.63, 1) infinite forwards;
}
.is-load .--woodstock .p-friends__charas-main-base img {
  animation: friends_bg4 14s cubic-bezier(0.37, 0, 0.63, 1) infinite forwards 0.1s;
}
.is-load .--marbles .p-friends__charas-main-base img {
  animation: friends_bg4 14s cubic-bezier(0.37, 0, 0.63, 1) infinite forwards reverse 0.1s;
}
.is-load .--olaf .p-friends__charas-main-base img {
  animation: friends_bg1 20s cubic-bezier(0.37, 0, 0.63, 1) infinite forwards reverse;
}
.p-friends__charas-main-chara {
  position: absolute;
}
.--woodstock .p-friends__charas-main-chara {
  width: 70%;
  top: 38%;
  left: -1%;
}
.--charlie .p-friends__charas-main-chara {
  top: 55%;
  left: 36%;
  transform: translate(-50%, -50%);
  width: 119%;
}
.--snoopy .p-friends__charas-main-chara {
  top: 49%;
  left: 46%;
  transform: translate(-50%, -50%);
  width: 49%;
}
.--lucy .p-friends__charas-main-chara {
  top: 46%;
  left: 42%;
  transform: translate(-50%, -50%);
  width: 47%;
}
.--linus .p-friends__charas-main-chara {
  top: 54%;
  left: 46%;
  transform: translate(-50%, -50%);
  width: 50%;
}
.--sally .p-friends__charas-main-chara {
  top: 55%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: 92%;
}
.--schroeder .p-friends__charas-main-chara {
  top: 66%;
  left: 59%;
  transform: translate(-50%, -50%);
  width: 96%;
}
.--franklin .p-friends__charas-main-chara {
  top: 59%;
  left: 49%;
  transform: translate(-50%, -50%);
  width: 43%;
}
.--peppermint .p-friends__charas-main-chara {
  top: 59%;
  left: 48%;
  transform: translate(-50%, -50%);
  width: 38%;
}
.--spike .p-friends__charas-main-chara {
  top: 61%;
  left: 43%;
  transform: translate(-50%, -50%);
  width: 73%;
}
.--olaf .p-friends__charas-main-chara {
  top: 37%;
  left: 47%;
  transform: translate(-50%, -50%);
  width: 56%;
}
.--marbles .p-friends__charas-main-chara {
  top: 56%;
  left: 46%;
  transform: translate(-50%, -50%);
  width: 41%;
}
.--belle .p-friends__charas-main-chara {
  top: 56%;
  left: 46%;
  transform: translate(-50%, -50%);
  width: 41%;
}
.--andy .p-friends__charas-main-chara {
  top: 56%;
  left: 46%;
  transform: translate(-50%, -50%);
  width: 41%;
}
.p-friends__charas-detail {
  position: absolute;
  top: 47%;
  left: 0;
  transform: translateX(-129%) translateY(-50%);
  padding: 3rem 2.8rem 3.4rem;
  width: 30.7rem;
  border-radius: 3rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-friends__charas-detail::before {
  content: "";
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 56%;
  -webkit-mask: url(../img/friends/friends_speech-bubble.png) no-repeat center center;
  mask: url(../img/friends/friends_speech-bubble.png) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.--snoopy .p-friends__charas-detail::before {
  left: 0;
  transform: translateY(-50%) translateX(-70%);
  background-color: var(--color-pink);
}
.--charlie .p-friends__charas-detail::before {
  right: 0;
  transform: translateY(-50%) translateX(70%) scaleX(-1);
  background-color: var(--color-green);
}
.--woodstock .p-friends__charas-detail::before {
  right: 0;
  transform: translateY(-50%) translateX(70%) scaleX(-1);
  background-color: var(--color-blue);
}
.--lucy .p-friends__charas-detail::before {
  left: 0;
  transform: translateY(-50%) translateX(-70%);
  background-color: var(--color-yellow);
}
.--linus .p-friends__charas-detail::before {
  right: 0;
  transform: translateY(-50%) translateX(70%) scaleX(-1);
  background-color: var(--color-orange);
}
.--sally .p-friends__charas-detail::before {
  left: 0;
  transform: translateY(-50%) translateX(-70%);
  background-color: var(--color-pink);
}
.--schroeder .p-friends__charas-detail::before {
  left: 0;
  transform: translateY(-50%) translateX(-70%);
  background-color: var(--color-blue);
}
.--franklin .p-friends__charas-detail::before {
  right: 0;
  transform: translateY(-50%) translateX(70%) scaleX(-1);
  background-color: var(--color-green);
}
.--peppermint .p-friends__charas-detail::before {
  right: 0;
  transform: translateY(-50%) translateX(70%) scale(-1);
  background-color: var(--color-yellow);
}
.--spike .p-friends__charas-detail::before {
  left: 0;
  transform: translateY(-50%) translateX(-70%);
  background-color: var(--color-green);
}
.--olaf .p-friends__charas-detail::before {
  left: 0;
  transform: translateY(-50%) translateX(-70%) scaleY(-1);
  background-color: var(--color-orange);
}
.--marbles .p-friends__charas-detail::before {
  right: 0;
  transform: translateY(-50%) translateX(70%) scale(-1);
  background-color: var(--color-blue);
}
.--belle .p-friends__charas-detail::before {
  left: 0;
  transform: translateY(-50%) translateX(-70%);
  background-color: var(--color-pink);
}
.--andy .p-friends__charas-detail::before {
  right: 0;
  transform: translateY(-50%) translateX(70%) scale(-1);
  background-color: var(--color-orange);
}
@media screen and (max-width: 859px) {
  .p-friends__charas-detail {
    display: none;
  }
}
.is-current .p-friends__charas-detail {
  opacity: 1;
  transition-delay: 0.05s;
}
.--woodstock .p-friends__charas-detail {
  background-color: var(--color-blue);
  color: var(--color-white);
}
.--charlie .p-friends__charas-detail {
  background-color: var(--color-green);
}
.--snoopy .p-friends__charas-detail {
  background-color: var(--color-pink);
  bottom: -30%;
  top: auto;
  left: auto;
  right: 0;
  transform: translateX(110%) translateY(0%);
}
.--lucy .p-friends__charas-detail {
  background-color: var(--color-yellow);
  bottom: -50%;
  top: auto;
  left: auto;
  right: 0;
  transform: translateX(100%) translateY(0%);
}
.--linus .p-friends__charas-detail {
  background-color: var(--color-orange);
}
.--sally .p-friends__charas-detail {
  background-color: var(--color-pink);
  bottom: -40%;
  top: auto;
  left: auto;
  right: 0;
  transform: translateX(120%) translateY(0%);
}
.--schroeder .p-friends__charas-detail {
  background-color: var(--color-blue);
  color: var(--color-white);
  left: auto;
  top: auto;
  bottom: -30%;
  right: 0;
  transform: translateX(130%) translateY(0%);
}
.--franklin .p-friends__charas-detail {
  background-color: var(--color-green);
}
.--peppermint .p-friends__charas-detail {
  background-color: var(--color-yellow);
}
.--spike .p-friends__charas-detail {
  background-color: var(--color-green);
  bottom: -30%;
  top: auto;
  left: auto;
  right: 0;
  transform: translateX(120%) translateY(0%);
}
.--olaf .p-friends__charas-detail {
  background-color: var(--color-orange);
  left: auto;
  top: auto;
  bottom: 40%;
  right: 0;
  transform: translateX(110%) translateY(0%);
}
.--marbles .p-friends__charas-detail {
  background-color: var(--color-blue);
  color: var(--color-white);
}
.--belle .p-friends__charas-detail {
  background-color: var(--color-pink);
  bottom: -20%;
  top: auto;
  left: auto;
  right: 0;
  transform: translateX(120%) translateY(0%);
}
.--andy .p-friends__charas-detail {
  background-color: var(--color-orange);
  top: auto;
  bottom: 30%;
  transform: translateX(-120%) translateY(0%);
}
.p-friends__charas-detail-name {
  position: relative;
  font-family: "laca-text", sans-serif;
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.1;
  letter-spacing: 0.3rem;
  margin-bottom: 0.3rem;
}
.p-friends__charas-detail-text {
  position: relative;
  line-height: 1.9;
  font-weight: 700;
  font-size: 1.3rem;
}
.p-friends__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.95);
  opacity: 0;
}
.l-box.is-active .p-friends__deco {
  opacity: 1;
  transform: scale(1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
.p-friends__deco-item {
  position: absolute;
}
.p-friends__deco-item img {
  height: 100%;
}
.p-friends__deco-item.-d1 {
  top: 13.5%;
  left: 7.5%;
  width: 2%;
}
@media screen and (max-width: 859px) {
  .p-friends__deco-item.-d1 {
    top: 19%;
    left: 13%;
    width: 3.5%;
  }
}
.is-load .p-friends__deco-item.-d1 img {
  animation: kakukaku6 2s steps(1) infinite forwards;
}
.p-friends__deco-item.-d2 {
  top: 18%;
  left: 4%;
  width: 3.5%;
}
@media screen and (max-width: 859px) {
  .p-friends__deco-item.-d2 {
    top: 21.5%;
    left: 8%;
    width: 5.5%;
  }
}
.is-load .p-friends__deco-item.-d2 img {
  animation: kakukaku1 2s steps(1) infinite forwards;
}
.p-friends__deco-item.-d3 {
  top: 6%;
  left: 26.5%;
  width: 3.5%;
}
@media screen and (max-width: 859px) {
  .p-friends__deco-item.-d3 {
    top: 1.5%;
    left: 8%;
    width: 6.5%;
  }
}
.is-load .p-friends__deco-item.-d3 img {
  animation: kakukaku3 2s steps(1) infinite 0.2s;
}
.p-friends__deco-item.-d4 {
  top: 6.8%;
  right: 32%;
  width: 11.5%;
}
@media screen and (max-width: 859px) {
  .p-friends__deco-item.-d4 {
    top: 0.8%;
    right: 39%;
    width: 19.8%;
  }
}
.is-load .p-friends__deco-item.-d4 img {
  animation: kakukaku7 2s steps(1) infinite 0.1s;
}
.p-friends__deco-item.-d5 {
  top: 18.8%;
  right: 6%;
  width: 5.7%;
}
@media screen and (max-width: 859px) {
  .p-friends__deco-item.-d5 {
    top: 9.5%;
    right: 8%;
    width: 9.7%;
  }
}
.is-load .p-friends__deco-item.-d5 img {
  animation: kakukaku4 2.5s steps(1) infinite 0.2s;
}
.p-friends__deco-item.-d6 {
  top: 31.8%;
  left: 22%;
  width: 3.7%;
}
@media screen and (max-width: 859px) {
  .p-friends__deco-item.-d6 {
    top: 38.3%;
    left: 12%;
    width: 6.5%;
  }
}
.is-load .p-friends__deco-item.-d6 img {
  animation: kakukaku2 2s steps(1) infinite;
}
.p-friends__deco-item.-d7 {
  top: 31%;
  left: 42.8%;
  width: 3.8%;
}
@media screen and (max-width: 859px) {
  .p-friends__deco-item.-d7 {
    top: 51.5%;
    left: 42.8%;
    width: 6.8%;
  }
}
.is-load .p-friends__deco-item.-d7 img {
  animation: kakukaku1 2s steps(1) infinite 0.1s;
}
.p-friends__deco-item.-d8 {
  top: 31%;
  right: 9.8%;
  width: 5.3%;
}
@media screen and (max-width: 859px) {
  .p-friends__deco-item.-d8 {
    top: 30.2%;
    right: 2.8%;
    width: 9.3%;
  }
}
.is-load .p-friends__deco-item.-d8 img {
  animation: kakukaku3 2s steps(1) infinite 0.1s;
}
.p-friends__deco-item.-d9 {
  top: 44%;
  left: 14.5%;
  width: 8%;
}
@media screen and (max-width: 859px) {
  .p-friends__deco-item.-d9 {
    top: 47.5%;
    left: 5.5%;
    width: 14%;
  }
}
.is-load .p-friends__deco-item.-d9 img {
  animation: kakukaku1 2.5s steps(1) infinite;
}
.p-friends__deco-item.-d10 {
  top: 47%;
  right: 19.5%;
  width: 9%;
}
@media screen and (max-width: 859px) {
  .p-friends__deco-item.-d10 {
    top: 33.5%;
    right: 30.5%;
    width: 16%;
  }
}
.is-load .p-friends__deco-item.-d10 img {
  animation: kakukaku5 2s steps(1) infinite 0.2s;
}
.p-friends__deco-item.-d11 {
  bottom: 30%;
  left: 8.5%;
  width: 3.5%;
}
@media screen and (max-width: 859px) {
  .p-friends__deco-item.-d11 {
    left: 10.5%;
    width: 6%;
  }
}
.is-load .p-friends__deco-item.-d11 img {
  animation: kakukaku2 1.8s steps(1) infinite 0.1s;
}
.p-friends__deco-item.-d12 {
  bottom: 37%;
  left: 59.5%;
  width: 4.5%;
}
@media screen and (max-width: 859px) {
  .p-friends__deco-item.-d12 {
    left: auto;
    right: 9%;
    width: 8%;
    bottom: 47%;
  }
}
.is-load .p-friends__deco-item.-d12 img {
  animation: kakukaku1 2s steps(1) infinite 0.2s;
}
.p-friends__deco-item.-d13 {
  bottom: 26%;
  right: 2.5%;
  width: 9%;
}
@media screen and (max-width: 859px) {
  .p-friends__deco-item.-d13 {
    bottom: 30.5%;
    right: 1.5%;
    width: 15%;
  }
}
.is-load .p-friends__deco-item.-d13 img {
  animation: kakukaku4 2.2s steps(1) infinite 0.2s;
}
.p-friends__deco-item.-d14 {
  bottom: 4%;
  left: 20.5%;
  width: 3.5%;
}
@media screen and (max-width: 859px) {
  .p-friends__deco-item.-d14 {
    bottom: 10%;
    left: 24.5%;
    width: 6%;
  }
}
.is-load .p-friends__deco-item.-d14 img {
  animation: kakukaku4 2s steps(1) infinite;
}
.p-friends__deco-item.-d15 {
  bottom: 13%;
  left: 23%;
  width: 3.5%;
}
@media screen and (max-width: 859px) {
  .p-friends__deco-item.-d15 {
    bottom: 14.5%;
    left: 30%;
    width: 5.5%;
  }
}
.is-load .p-friends__deco-item.-d15 img {
  animation: kakukaku6 2s steps(1) infinite;
}
.p-friends__deco-item.-d16 {
  bottom: 18.5%;
  left: 49%;
  width: 2.5%;
}
@media screen and (max-width: 859px) {
  .p-friends__deco-item.-d16 {
    bottom: 34.5%;
    left: 49%;
    width: 4%;
  }
}
.is-load .p-friends__deco-item.-d16 img {
  animation: kakukaku3 2s steps(1) infinite 0.1s;
}
.p-friends__deco-item.-d17 {
  bottom: 22%;
  left: 50%;
  width: 4%;
}
@media screen and (max-width: 859px) {
  .p-friends__deco-item.-d17 {
    bottom: 36%;
    left: 51%;
    width: 7%;
  }
}
.is-load .p-friends__deco-item.-d17 img {
  animation: kakukaku6 2s steps(1) infinite;
}
.p-friends__deco-item.-d18 {
  bottom: 1%;
  right: 19%;
  width: 7.8%;
}
@media screen and (max-width: 859px) {
  .p-friends__deco-item.-d18 {
    bottom: 12.5%;
    right: 8.5%;
    width: 13%;
  }
}
.is-load .p-friends__deco-item.-d18 img {
  animation: kakukaku1 2.5s steps(1) infinite;
}

.p-friends_modal {
  padding: 3rem 0;
}
.p-friends_modal__inner {
  border: 2px solid var(--color-black);
  box-sizing: border-box;
  border-radius: 1.5rem;
  padding: 3rem 0 4.4rem;
  position: relative;
  overflow: hidden;
}
.--snoopy .p-friends_modal__inner, .--sally .p-friends_modal__inner, .--belle .p-friends_modal__inner {
  background-color: var(--color-pink);
}
.--charlie .p-friends_modal__inner, .--franklin .p-friends_modal__inner, .--spike .p-friends_modal__inner {
  background-color: var(--color-green);
}
.--woodstock .p-friends_modal__inner, .--schroeder .p-friends_modal__inner, .--marbles .p-friends_modal__inner {
  background-color: var(--color-blue);
  color: var(--color-white);
}
.--lucy .p-friends_modal__inner, .--lucy .p-friends_modal__inner, .--peppermint .p-friends_modal__inner {
  background-color: var(--color-yellow);
}
.--linus .p-friends_modal__inner, .--olaf .p-friends_modal__inner, .--andy .p-friends_modal__inner {
  background-color: var(--color-orange);
}
.p-friends_modal__main {
  position: relative;
}
.--snoopy .p-friends_modal__main {
  padding-top: 3.5rem;
}
.--charlie .p-friends_modal__main {
  padding-top: 5.4rem;
}
.--woodstock .p-friends_modal__main {
  padding-top: 3.5rem;
}
.--lucy .p-friends_modal__main {
  padding-top: 3.5rem;
}
.--linus .p-friends_modal__main {
  padding-top: 2.5rem;
}
.--sally .p-friends_modal__main {
  padding-top: 4.8rem;
}
.--schroeder .p-friends_modal__main {
  padding-top: 2.3rem;
}
.--franklin .p-friends_modal__main {
  padding-top: 3.6rem;
}
.--peppermint .p-friends_modal__main {
  padding-top: 5.5rem;
}
.--spike .p-friends_modal__main {
  padding-top: 4.7rem;
}
.--olaf .p-friends_modal__main {
  padding-top: 4.7rem;
}
.--marbles .p-friends_modal__main {
  padding-top: 4rem;
}
.--belle .p-friends_modal__main {
  padding-top: 3.8rem;
}
.--andy .p-friends_modal__main {
  padding-top: 2.5rem;
}
.p-friends_modal__main-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.p-friends_modal__main-thumb {
  position: relative;
}
.--snoopy .p-friends_modal__main-thumb {
  margin: 0 auto;
  width: 75%;
}
.p-friends_modal__textbg {
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  top: 3rem;
  left: 0;
}
.p-friends_modal__textbg-img {
  flex-shrink: 0;
  height: 58px;
  animation: loop_x 40s linear infinite forwards reverse;
}
.--lucy .p-friends_modal__textbg-img, .--olaf .p-friends_modal__textbg-img, .--spike .p-friends_modal__textbg-img, .--andy .p-friends_modal__textbg-img, .--belle .p-friends_modal__textbg-img, .--sally .p-friends_modal__textbg-img {
  animation-duration: 20s;
}
.--peppermint .p-friends_modal__textbg-img {
  animation-duration: 40s;
}
.p-friends_modal__textbg-img img {
  max-height: 100%;
}
.p-friends_modal__prof {
  position: relative;
  text-align: left;
  margin: 0 auto;
  margin-top: -0.3rem;
  width: 87%;
}
.--snoopy .p-friends_modal__prof {
  margin-top: 1.3rem;
}
.--lucy .p-friends_modal__prof {
  margin-top: 1.5rem;
}
.--linus .p-friends_modal__prof {
  margin-top: 2.6rem;
}
.--woodstock .p-friends_modal__prof {
  margin-top: 1.5rem;
}
.--sally .p-friends_modal__prof {
  margin-top: 0.3rem;
}
.--schroeder .p-friends_modal__prof {
  margin-top: 2.6rem;
}
.--franklin .p-friends_modal__prof {
  margin-top: 1.5rem;
}
.--spike .p-friends_modal__prof {
  margin-top: 0.5rem;
}
.--olaf .p-friends_modal__prof {
  margin-top: 0.5rem;
}
.--marbles .p-friends_modal__prof {
  margin-top: 1.2rem;
}
.--belle .p-friends_modal__prof {
  margin-top: 1.4rem;
}
.--andy .p-friends_modal__prof {
  margin-top: 2.7rem;
}
.p-friends_modal__prof-name {
  font-family: "laca-text", sans-serif;
  font-weight: 800;
  font-size: 4rem;
  letter-spacing: 2px;
  margin-bottom: 1.2rem;
}
.p-friends_modal__prof-text {
  font-size: 1.3rem;
  line-height: 1.7;
}

.p-intro {
  padding: 8rem 0 0;
}
@media screen and (max-width: 859px) {
  .p-intro {
    padding: 2rem 0 0;
  }
}
.p-intro__content {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
  padding: 4.3% 0 7%;
}
@media screen and (min-width: 1600px) {
  .p-intro__content {
    max-width: 1300px;
  }
}
@media screen and (max-width: 859px) {
  .p-intro__content {
    width: 95%;
    padding: 17.3% 0 18%;
  }
}
.p-intro__lead {
  position: relative;
  text-align: center;
}
.p-intro__lead-item {
  opacity: 0;
  transform: translateY(3.5rem);
}
.l-box.is-active .p-intro__lead-item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-box.is-active .p-intro__lead-item:nth-child(1) {
  transition-delay: 0s;
}
.l-box.is-active .p-intro__lead-item:nth-child(2) {
  transition-delay: 0.12s;
}
.l-box.is-active .p-intro__lead-item:nth-child(3) {
  transition-delay: 0.24s;
}
.l-box.is-active .p-intro__lead-item:nth-child(4) {
  transition-delay: 0.36s;
}
.l-box.is-active .p-intro__lead-item:nth-child(5) {
  transition-delay: 0.48s;
}
.p-intro__lead-item + .p-intro__lead-item {
  margin-top: 5.6rem;
}
@media screen and (max-width: 859px) {
  .p-intro__lead-item + .p-intro__lead-item {
    margin-top: 2.9rem;
  }
}
.p-intro__lead-item span {
  display: inline-block;
  vertical-align: baseline;
  background-color: var(--color-blue);
  color: var(--color-white);
  font-weight: 700;
  margin-bottom: 2.4rem;
  font-size: 2rem;
  padding: 0.8rem 1rem 0.8rem;
  border-radius: 1rem;
}
@media screen and (max-width: 859px) {
  .p-intro__lead-item span {
    padding: 0.6rem 1rem 0.6rem;
    font-size: 1.2rem;
    margin-bottom: 1.1rem;
    border-radius: 5px;
  }
}
.p-intro__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-intro__deco-item {
  position: absolute;
}
.p-intro__deco-item img {
  height: 100%;
}
.p-intro__deco-item.-d1 {
  top: 16%;
  left: 2%;
  width: 4%;
}
@media screen and (max-width: 859px) {
  .p-intro__deco-item.-d1 {
    top: 10.5%;
    left: 11%;
    width: 9%;
  }
}
.is-load .p-intro__deco-item.-d1 img {
  animation: kakukaku1 1.5s steps(1) infinite forwards;
}
.p-intro__deco-item.-d2 {
  bottom: 37.5%;
  left: 16%;
  width: 3.6%;
}
@media screen and (max-width: 859px) {
  .p-intro__deco-item.-d2 {
    bottom: 40.5%;
    left: 8%;
    width: 6.8%;
  }
}
.is-load .p-intro__deco-item.-d2 img {
  animation: kakukaku6 1.2s steps(2) infinite forwards;
}
.p-intro__deco-item.-d3 {
  top: 0%;
  left: 17%;
  width: 5.7%;
}
@media screen and (max-width: 859px) {
  .p-intro__deco-item.-d3 {
    top: 3.8%;
    left: 20%;
    width: 11%;
  }
}
.is-load .p-intro__deco-item.-d3 img {
  animation: kakukaku3 1.5s steps(1) infinite 0.1s;
}
.p-intro__deco-item.-d4 {
  top: 0%;
  right: 17%;
  width: 4.5%;
}
@media screen and (max-width: 859px) {
  .p-intro__deco-item.-d4 {
    top: 0%;
    right: 23%;
    width: 9%;
  }
}
.is-load .p-intro__deco-item.-d4 img {
  animation: kakukaku3 1.8s steps(1) infinite forwards 0.1s;
}
.p-intro__deco-item.-d5 {
  top: 16%;
  right: 3.5%;
  width: 7%;
}
@media screen and (max-width: 859px) {
  .p-intro__deco-item.-d5 {
    top: 9.5%;
    right: 1%;
    width: 14%;
  }
}
.is-load .p-intro__deco-item.-d5 img {
  animation: kakukaku1 2.5s steps(1) infinite forwards;
}
.p-intro__deco-item.-d6 {
  top: 38.5%;
  left: 3.3%;
  width: 4%;
}
@media screen and (max-width: 859px) {
  .p-intro__deco-item.-d6 {
    top: 22%;
    left: 4.3%;
    width: 8%;
  }
}
.is-load .p-intro__deco-item.-d6 img {
  animation: kakukaku2 1.8s steps(1) infinite forwards;
}
.p-intro__deco-item.-d7 {
  bottom: 15%;
  left: 6.5%;
  width: 6.6%;
}
@media screen and (max-width: 859px) {
  .p-intro__deco-item.-d7 {
    bottom: 4%;
    left: 5%;
    width: 13.6%;
  }
}
.is-load .p-intro__deco-item.-d7 img {
  animation: kakukaku3 1.5s steps(1) infinite forwards 0.2s;
}
.p-intro__deco-item.-d8 {
  bottom: 7.5%;
  right: 31%;
  width: 5.8%;
}
@media screen and (max-width: 859px) {
  .p-intro__deco-item.-d8 {
    bottom: 15%;
    right: 7%;
    width: 11.8%;
  }
}
.is-load .p-intro__deco-item.-d8 img {
  animation: kakukaku4 3.5s steps(1) infinite forwards;
}
.p-intro__deco-item.-d9 {
  bottom: 26%;
  right: 14%;
  width: 3.2%;
}
@media screen and (max-width: 859px) {
  .p-intro__deco-item.-d9 {
    bottom: 34%;
    right: 4%;
    width: 6.2%;
  }
}
.is-load .p-intro__deco-item.-d9 img {
  animation: kakukaku6 2s steps(1) infinite forwards;
}
.p-intro__deco-item.-d10 {
  bottom: 50%;
  right: 0%;
  width: 6%;
}
@media screen and (max-width: 859px) {
  .p-intro__deco-item.-d10 {
    bottom: 50%;
    right: 0%;
    width: 14%;
  }
}
.is-load .p-intro__deco-item.-d10 img {
  animation: kakukaku4 2s steps(1) infinite forwards;
}
.p-intro__chara {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-intro__chara-item {
  position: absolute;
}
.p-intro__chara-item.-c1 {
  top: 9%;
  left: 5.5%;
  width: 12%;
}
@media screen and (max-width: 859px) {
  .p-intro__chara-item.-c1 {
    top: 1%;
    left: 4%;
    width: 16%;
  }
}
.p-intro__chara-item.-c1 img {
  transform-origin: bottom;
}
.is-load .p-intro__chara-item.-c1 img {
  animation: chara1 3.5s linear infinite forwards;
}
.p-intro__chara-item.-c2 {
  bottom: 1%;
  right: 5%;
  width: 9.3%;
}
@media screen and (max-width: 859px) {
  .p-intro__chara-item.-c2 {
    right: 4%;
    width: 13.3%;
    bottom: 0.5%;
  }
}
.p-intro__chara-item.-c2 img {
  transform-origin: bottom;
}
.is-load .p-intro__chara-item.-c2 img {
  animation: chara2 2s cubic-bezier(0.37, 0, 0.63, 1) infinite forwards;
}

.p-official {
  padding: 3.3rem 0;
}
@media screen and (max-width: 859px) {
  .p-official {
    padding: 2rem 0;
  }
}
.p-official__content {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
}
@media screen and (max-width: 859px) {
  .p-official__content {
    width: 93%;
  }
}
.p-official__ttl {
  text-align: center;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 5.3rem;
  transform: translateY(4.5rem);
  opacity: 0;
}
.l-box.is-active .p-official__ttl {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 859px) {
  .p-official__ttl {
    margin-bottom: 2.5rem;
  }
}
.p-official__ttl::before, .p-official__ttl::after {
  content: "";
  width: 4px;
  height: 3.8rem;
  transform-origin: bottom;
  background-color: var(--color-blue);
  position: relative;
  bottom: -8px;
  border-radius: 10px;
}
@media screen and (max-width: 859px) {
  .p-official__ttl::before, .p-official__ttl::after {
    height: 2rem;
    width: 2px;
    bottom: -2px;
  }
}
.p-official__ttl::before {
  transform: rotate(-35deg);
}
.p-official__ttl::after {
  transform: rotate(35deg);
}
.p-official__ttl-text {
  color: var(--color-blue);
  font-weight: 900;
  font-size: 3rem;
  padding: 0 1rem;
}
@media screen and (max-width: 859px) {
  .p-official__ttl-text {
    font-size: 1.4rem;
    letter-spacing: -0.5px;
    padding: 0 0.4rem;
  }
}
.p-official__links {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 91%;
}
@media screen and (min-width: 860px) {
  .p-official__links {
    justify-content: center;
  }
}
@media screen and (max-width: 859px) {
  .p-official__links {
    width: 100%;
  }
}
.p-official__links-item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  transform: translateY(3.5rem);
  opacity: 0;
}
.l-box.is-active .p-official__links-item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-box.is-active .p-official__links-item:nth-child(1) {
  transition-delay: 0.2s;
}
.l-box.is-active .p-official__links-item:nth-child(2) {
  transition-delay: 0.31s;
}
.l-box.is-active .p-official__links-item:nth-child(3) {
  transition-delay: 0.42s;
}
.l-box.is-active .p-official__links-item:nth-child(4) {
  transition-delay: 0.53s;
}
.l-box.is-active .p-official__links-item:nth-child(5) {
  transition-delay: 0.64s;
}
@media screen and (max-width: 859px) {
  .p-official__links-item {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .p-official__links-item:nth-child(2n) {
    margin-right: 0;
  }
}
.p-official__links-item:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 860px) {
  .p-official__links-item:nth-child(3n) {
    margin-right: 0;
  }
}
.p-official__links-inner {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 2.4rem 0 2.8rem;
  border-radius: 2rem;
  position: relative;
}
@media (hover: hover) {
  .p-official__links-inner {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .p-official__links-inner:hover {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 859px) {
  .p-official__links-inner {
    border-radius: 1rem;
    padding: 1rem 0 1.4rem;
  }
}
.p-official__links-inner::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 11px;
  right: 11px;
  -webkit-mask: url(../img/arrow_ex.png) no-repeat center center;
  mask: url(../img/arrow_ex.png) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media screen and (max-width: 859px) {
  .p-official__links-inner::before {
    width: 1.1rem;
    height: 1.1rem;
    right: 0.5rem;
    bottom: 0.5rem;
  }
}
.--officialx .p-official__links-inner {
  background-color: var(--color-black);
}
.--officialx .p-official__links-inner::before {
  background-color: var(--color-white);
}
.--officialfb .p-official__links-inner {
  background-color: var(--color-blue);
}
.--officialfb .p-official__links-inner::before {
  background-color: var(--color-orange);
}
.--officialline .p-official__links-inner {
  background-color: var(--color-green);
}
.--officialline .p-official__links-inner::before {
  background-color: var(--color-yellow);
}
.--officialig .p-official__links-inner {
  background-color: var(--color-pink);
}
.--officialig .p-official__links-inner::before {
  background-color: var(--color-green);
}
.--officialtiktok .p-official__links-inner {
  background-color: var(--color-orange);
}
.--officialtiktok .p-official__links-inner::before {
  background-color: var(--color-blue);
}
.p-official__links-icon {
  width: 2.6rem;
  margin: 0 auto;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 859px) {
  .p-official__links-icon {
    width: 1.3rem;
    margin-bottom: 0.4rem;
  }
}
.--officialx .p-official__links-icon {
  fill: var(--color-white);
}
.--officialfb .p-official__links-icon {
  fill: var(--color-orange);
}
.--officialline .p-official__links-icon {
  fill: var(--color-yellow);
}
.--officialig .p-official__links-icon {
  fill: var(--color-green);
}
.--officialtiktok .p-official__links-icon {
  fill: var(--color-blue);
}
.p-official__links-text {
  font-family: "laca-text", sans-serif;
  font-weight: 800;
  font-size: 2.3rem;
}
@media screen and (max-width: 859px) {
  .p-official__links-text {
    font-size: 1.1rem;
    letter-spacing: 0.5px;
  }
}
.--officialx .p-official__links-text {
  color: var(--color-white);
}
.--officialfb .p-official__links-text {
  color: var(--color-orange);
}
.--officialline .p-official__links-text {
  color: var(--color-yellow);
}
.--officialig .p-official__links-text {
  color: var(--color-green);
}
.--officialtiktok .p-official__links-text {
  color: var(--color-blue);
}
.p-official__ig {
  margin-top: 10rem;
}
@media screen and (max-width: 859px) {
  .p-official__ig {
    margin-top: 5rem;
  }
}
.p-official__ig-ttl {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color-blue);
  padding: 1.6rem 3rem 1.7rem;
  border-radius: 100px;
  position: relative;
  margin-bottom: 4rem;
  transform: translateY(4.5rem);
  opacity: 0;
}
.p-official__ig.is-active .p-official__ig-ttl {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 859px) {
  .p-official__ig-ttl {
    margin-bottom: 2rem;
    padding: 1rem 1.8rem 1.1rem;
  }
}
.p-official__ig-ttl-text {
  color: var(--color-pink);
  font-weight: 900;
  font-size: 2.5rem;
}
@media screen and (max-width: 859px) {
  .p-official__ig-ttl-text {
    font-size: 1.6rem;
  }
}
.p-official__ig-widget {
  position: relative;
  width: 100%;
  padding-top: 68%;
  background-color: gray;
  transform: translateY(4.5rem);
  opacity: 0;
}
.p-official__ig.is-active .p-official__ig-widget {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 859px) {
  .p-official__ig-widget {
    padding-top: 507%;
    margin: 0 auto;
    width: 80%;
  }
}