@charset "UTF-8";
.p-friends__content {
  margin-top: 95px;
}
.p-friends .l-main__content {
  width: 100%;
  max-width: 100%;
}

.p-friends__outer {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.p-friends__outer::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/friends/75th/bg_contents.png) top center repeat-y;
  background-size: 100%;
  width: min(100%, 1260px);
  height: 100%;
  pointer-events: none;
  content: "";
}

.p-friends__inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1040px;
}
.p-friends__chara {
  background: #ebe9df;
  padding-bottom: 38px;
}
.p-friends--detail .p-friends__chara {
  padding-bottom: 15px;
}

.p-friends-about {
  position: relative;
}
.p-friends-about__inner {
  position: relative;
  padding-top: min(12%, 168px);
}
.p-friends-about__deco--star {
  position: absolute;
}
.p-friends-about__deco--star.star--01 {
  top: 7.2%;
  left: 41.5%;
}
.p-friends-about__deco--star.star--02 {
  top: 26.6%;
  right: -14.4%;
}
.p-friends-about__deco--star.star--03 {
  right: -7.6%;
  bottom: 16%;
}
.p-friends-about__deco--star.star--04 {
  bottom: 6.4%;
  left: 2.9%;
}
.p-friends-about__title {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.4s 0.2s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.6s 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 0.4s 0.2s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.6s 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.4s 0.2s cubic-bezier(0.33, 1, 0.68, 1), transform 0.6s 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.4s 0.2s cubic-bezier(0.33, 1, 0.68, 1), transform 0.6s 0.2s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.4s 0.2s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.6s 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.js-load .p-friends-about__title {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.p-friends-about__title img {
  display: block;
  margin: 0 auto;
}
.p-friends-about__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
  padding: 7.6% 2.8% 15.8%;
}
.p-friends-about__first {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.6s 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.6s 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s 0.6s cubic-bezier(0.33, 1, 0.68, 1), transform 0.6s 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s 0.6s cubic-bezier(0.33, 1, 0.68, 1), transform 0.6s 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.6s 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  padding: 0 3.5% 0 3%;
  width: 59%;
}
.p-friends-about__last {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.6s 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.6s 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s 0.6s cubic-bezier(0.33, 1, 0.68, 1), transform 0.6s 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s 0.6s cubic-bezier(0.33, 1, 0.68, 1), transform 0.6s 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.6s 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  padding-top: 5.8%;
  width: 41%;
}
.js-load .p-friends-about__pict {
  -webkit-animation: about_logo_01 5s infinite;
          animation: about_logo_01 5s infinite;
}
@-webkit-keyframes about_logo_01 {
  0% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
    -webkit-animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
            animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  }
  50% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
    -webkit-animation-timing-function: cubic-bezier(0.68, 1, 0.33, 1);
            animation-timing-function: cubic-bezier(0.68, 1, 0.33, 1);
  }
  100% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
}
@keyframes about_logo_01 {
  0% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
    -webkit-animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
            animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  }
  50% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
    -webkit-animation-timing-function: cubic-bezier(0.68, 1, 0.33, 1);
            animation-timing-function: cubic-bezier(0.68, 1, 0.33, 1);
  }
  100% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
}
.p-friends-about__pict img {
  display: block;
}
.js-load .p-friends-about__pict img {
  -webkit-animation: about_logo_02 8s cubic-bezier(0.33, 1, 0.68, 1) infinite;
          animation: about_logo_02 8s cubic-bezier(0.33, 1, 0.68, 1) infinite;
}
@-webkit-keyframes about_logo_02 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  75% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes about_logo_02 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  75% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.p-friends-about__txt {
  position: relative;
  padding-top: 3.5%;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.07em;
}
.p-friends-about__link-75th {
  margin-top: 2em;
  margin-right: 0;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-friends-history__title {
  position: relative;
}
.p-friends-history__title__inner {
  display: block;
  position: relative;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.6s 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.6s 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s 0.4s cubic-bezier(0.33, 1, 0.68, 1), transform 0.6s 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s 0.4s cubic-bezier(0.33, 1, 0.68, 1), transform 0.6s 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.6s 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  padding: 4.5% 0 4%;
}
[data-scroll-sa].is-active .p-friends-history__title__inner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.p-friends-history__title__inner::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -53%);
          transform: translate(-50%, -53%);
  background: url(../img/friends/75th/bg_deco-history.png) center center no-repeat;
  background-size: contain;
  width: 33.8vw;
  max-width: 524px;
  height: 33.8vw;
  pointer-events: none;
  content: "";
}
.p-friends-history__title::before {
  -webkit-clip-path: inset(0 100% 0 0);
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 0.6s 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-clip-path 0.6s 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.6s 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.6s 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.6s 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  background: url(../img/friends/75th/bg_title-history.png) center center repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  content: "";
}
[data-scroll-sa].is-active .p-friends-history__title::before {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.p-friends-history__title::after {
  -webkit-clip-path: inset(0 0 0 100%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 142%);
          transform: translate(-50%, 142%);
  clip-path: inset(0 0 0 100%);
  -webkit-transition: -webkit-clip-path 0.6s 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-clip-path 0.6s 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.6s 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.6s 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.6s 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  background: url(../img/friends/75th/bg_title-history_2.png) center center repeat-x;
  background-size: contain;
  width: 100vw;
  height: 4.37vw;
  max-height: 80px;
  content: "";
}
[data-scroll-sa].is-active .p-friends-history__title::after {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.p-friends-history__title img {
  display: block;
  margin: 0 auto;
  width: 20%;
  max-width: 280px;
}
.p-friends-history__contents {
  position: relative;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.6s 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.6s 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s 0.4s cubic-bezier(0.33, 1, 0.68, 1), transform 0.6s 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s 0.4s cubic-bezier(0.33, 1, 0.68, 1), transform 0.6s 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.6s 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  padding: 21.2% 0 0;
}
[data-scroll-sa].is-active .p-friends-history__contents {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.p-friends-history__block {
  position: relative;
}
.p-friends-history__block + .p-friends-history__block {
  margin-top: 168px;
}
.p-friends-history__block--03 {
  margin-top: 122px !important;
}
.p-friends-history__block--05 {
  margin-top: 181px !important;
}
.p-friends-history__block--06 {
  margin-top: 171px !important;
}
.p-friends-history__deco--wood {
  position: absolute;
}
.p-friends-history__deco--wood img {
  display: block;
  width: 100%;
  height: auto;
}
.p-friends-history__deco--wood.wood--01 {
  top: -27%;
  left: 8.1%;
  -webkit-transform: translateX(250%);
          transform: translateX(250%);
  -webkit-transition: -webkit-transform 3.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 3.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 3.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 3.5s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 3.5s cubic-bezier(0.33, 1, 0.68, 1);
  width: min(30.5%, 315px);
}
[data-scroll-sa].is-active .p-friends-history__deco--wood.wood--01 {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@-webkit-keyframes wood_01_1 {
  0% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  50% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}
@keyframes wood_01_1 {
  0% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  50% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}
@-webkit-keyframes wood_01_2 {
  0% {
    -webkit-transform: rotate(-10deg) translateY(-8%);
            transform: rotate(-10deg) translateY(-8%);
  }
  50% {
    -webkit-transform: rotate(10deg) translateY(8%);
            transform: rotate(10deg) translateY(8%);
  }
  100% {
    -webkit-transform: rotate(-10deg) translateY(-8%);
            transform: rotate(-10deg) translateY(-8%);
  }
}
@keyframes wood_01_2 {
  0% {
    -webkit-transform: rotate(-10deg) translateY(-8%);
            transform: rotate(-10deg) translateY(-8%);
  }
  50% {
    -webkit-transform: rotate(10deg) translateY(8%);
            transform: rotate(10deg) translateY(8%);
  }
  100% {
    -webkit-transform: rotate(-10deg) translateY(-8%);
            transform: rotate(-10deg) translateY(-8%);
  }
}
@-webkit-keyframes wood_01_3 {
  0% {
    -webkit-transform: translateY(-8%);
            transform: translateY(-8%);
  }
  50% {
    -webkit-transform: translateY(8%);
            transform: translateY(8%);
  }
  100% {
    -webkit-transform: translateY(-8%);
            transform: translateY(-8%);
  }
}
@keyframes wood_01_3 {
  0% {
    -webkit-transform: translateY(-8%);
            transform: translateY(-8%);
  }
  50% {
    -webkit-transform: translateY(8%);
            transform: translateY(8%);
  }
  100% {
    -webkit-transform: translateY(-8%);
            transform: translateY(-8%);
  }
}
.p-friends-history__deco--wood.wood--01 .wood--01__inner {
  display: block;
  position: relative;
  -webkit-animation: wood_01_1 3s linear infinite forwards;
          animation: wood_01_1 3s linear infinite forwards;
  width: 100%;
  height: 100%;
}
.p-friends-history__deco--wood.wood--01 .wood--01-2,
.p-friends-history__deco--wood.wood--01 .wood--01-3 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  width: 100%;
  height: auto;
}
.p-friends-history__deco--wood.wood--01 .wood--01-3,
.p-friends-history__deco--wood.wood--01 .wood--01-2 {
  -webkit-animation: wood_01_2 8s linear infinite forwards;
          animation: wood_01_2 8s linear infinite forwards;
}
.p-friends-history__deco--wood.wood--01 .wood--01-1 {
  -webkit-animation: wood_01_3 8s linear infinite forwards;
          animation: wood_01_3 8s linear infinite forwards;
}
.p-friends-history__deco--wood.wood--02 {
  top: -41%;
  right: -3.5%;
  width: min(28%, 290px);
}
.p-friends-history__deco--wood.wood--02 .wood--02__inner {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation: wood_02_2 5s linear infinite forwards;
          animation: wood_02_2 5s linear infinite forwards;
  width: 100%;
  height: 100%;
}
.p-friends-history__deco--wood.wood--02 .wood--02-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
[data-scroll-sa].is-active .p-friends-history__deco--wood.wood--02 .wood--02-2 {
  -webkit-animation: wood_02_1 7s linear infinite forwards;
          animation: wood_02_1 7s linear infinite forwards;
}
@-webkit-keyframes wood_02_1 {
  0% {
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%);
  }
  50% {
    -webkit-transform: translateY(4%);
            transform: translateY(4%);
  }
  100% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
@keyframes wood_02_1 {
  0% {
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%);
  }
  50% {
    -webkit-transform: translateY(4%);
            transform: translateY(4%);
  }
  100% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
@-webkit-keyframes wood_02_2 {
  0% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}
@keyframes wood_02_2 {
  0% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}
.p-friends-history__deco--wood.wood--03 {
  top: -14.7%;
  right: 12%;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1), transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1), transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  width: min(20.1%, 209px);
}
[data-scroll-ba].is-active .p-friends-history__deco--wood.wood--03 {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.p-friends-history__deco--wood.wood--03 .wood--03-2,
.p-friends-history__deco--wood.wood--03 .wood--03-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.p-friends-history__deco--wood.wood--04 {
  top: -20.5%;
  left: 11.8%;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1), transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1), transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  width: min(31.1%, 323px);
}
[data-scroll-ba].is-active .p-friends-history__deco--wood.wood--04 {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.p-friends-history__deco--wood.wood--04 .wood--04-1,
.p-friends-history__deco--wood.wood--04 .wood--04-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.p-friends-history__deco--star {
  position: absolute;
}
.p-friends-history__deco--star img {
  display: block;
  width: 100%;
  height: auto;
}
.p-friends-history__deco--star.star--05 {
  top: 51%;
  left: -13.5%;
  width: min(14.04%, 146px);
}
.p-friends-history__deco--star.star--06 {
  bottom: -38%;
  left: 11.9%;
  width: min(14.04%, 146px);
}
.p-friends-history__deco--star.star--07 {
  bottom: 10.5%;
  left: -1%;
  width: min(10%, 104px);
}
.p-friends-history__deco--star.star--08 {
  top: -31.5%;
  right: -3.7%;
  z-index: -1;
  width: min(12.5%, 130px);
}
.p-friends-history__deco--star.star--09 {
  top: -52%;
  right: -17%;
  width: min(20.5%, 213px);
}
.p-friends-history__deco--star.star--10 {
  top: -13.5%;
  left: 10.3%;
  width: min(17.5%, 182px);
}
.p-friends-history__deco--star.star--11 {
  top: -37%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 114%;
}
.p-friends-history__deco--balloon {
  position: absolute;
}
@-webkit-keyframes balloon {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  50% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
@keyframes balloon {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  50% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
.p-friends-history__deco--balloon img {
  display: block;
  width: 100%;
  height: auto;
}
[data-scroll-sa].is-active .p-friends-history__deco--balloon img {
  -webkit-animation: balloon 7s linear infinite forwards;
          animation: balloon 7s linear infinite forwards;
}
.p-friends-history__deco--balloon.balloon--01 {
  top: 0;
  right: 0;
  -webkit-transform: translate(39%, -15.4%);
          transform: translate(39%, -15.4%);
  width: 18.5%;
}
.p-friends-history__deco--balloon.balloon--02 {
  top: 0;
  left: 0;
  -webkit-transform: translate(-54%, -10.4%);
          transform: translate(-54%, -10.4%);
  width: min(17.8%, 185px);
}
.p-friends-history__deco--balloon.balloon--03 {
  top: 0;
  right: 0;
  -webkit-transform: translate(51%, -12.5%);
          transform: translate(51%, -12.5%);
  width: min(19%, 197px);
}
.p-friends-history__deco--balloon.balloon--04 {
  top: 0;
  left: 0;
  -webkit-transform: translate(-51%, -12%);
          transform: translate(-51%, -12%);
  width: min(18.5%, 192px);
}
.p-friends-history__deco--balloon.balloon--05 {
  top: 0;
  right: 0;
  -webkit-transform: translate(51%, -12%);
          transform: translate(51%, -12%);
  width: min(18.5%, 192px);
}
.p-friends-history__deco--balloon.balloon--06 {
  top: 0;
  left: 0;
  -webkit-transform: translate(-47%, -14%);
          transform: translate(-47%, -14%);
  width: min(19.5%, 202px);
}
.p-friends-history__cap {
  position: relative;
}
.p-friends-history__cap img {
  display: block;
  position: relative;
}
.--cal-r .p-friends-history__cap img {
  margin-left: auto;
}
.--cal-l .p-friends-history__cap img {
  margin-right: auto;
}
.p-friends-history__txt {
  position: relative;
  margin: 61px auto 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.024em;
  text-align: center;
}
.p-friends-history__block--06 .p-friends-history__txt {
  margin-top: 75px;
}
.p-friends-history__comic {
  position: relative;
  z-index: 1;
  margin: 61px 5.5% 0 6.5%;
  width: 88%;
}
.p-friends-history__block--05 .p-friends-history__comic {
  margin: 55px auto 0;
  width: 73%;
}
.p-friends-history__block--06 .p-friends-history__comic {
  margin: 53px auto 0;
  width: 71.4%;
}
.p-friends-history__block--06 .p-friends-history__comic__pict {
  padding-bottom: 29px;
}
.p-friends-history__symbol {
  position: relative;
  -webkit-transform: scale(1.01, 0.8);
          transform: scale(1.01, 0.8);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  opacity: 0;
  padding-top: 31.5%;
}
@-webkit-keyframes symbol {
  0% {
    -webkit-transform: scale(1.05, 0.93);
            transform: scale(1.05, 0.93);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
            animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  }
  30% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.93, 1.05);
            transform: scale(0.93, 1.05);
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.68, 1, 0.33, 1);
            animation-timing-function: cubic-bezier(0.68, 1, 0.33, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes symbol {
  0% {
    -webkit-transform: scale(1.05, 0.93);
            transform: scale(1.05, 0.93);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
            animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  }
  30% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.93, 1.05);
            transform: scale(0.93, 1.05);
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.68, 1, 0.33, 1);
            animation-timing-function: cubic-bezier(0.68, 1, 0.33, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
.p-friends-history__symbol[data-scroll-da].is-active {
  -webkit-animation: symbol 0.6s 0.4s forwards;
          animation: symbol 0.6s 0.4s forwards;
}
.p-friends-history__symbol[data-scroll-da].is-active .star--11 {
  opacity: 1;
  -webkit-transition-delay: 1.6s !important;
          transition-delay: 1.6s !important;
}
.p-friends-history__symbol .star--11 {
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-friends-history__symbol__pict img {
  margin: 0 auto;
}

.p-friends_more {
  padding: 50px 0 62px !important;
}
.p-friends_more h3 {
  font-size: 20px !important;
}
.p-friends_more__pict {
  margin: 31px auto 0;
  width: 38.4%;
}
.p-friends_more__pict a {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  color: #333;
}
.p-friends_more__img {
  position: relative;
}
.p-friends_more__img::before {
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 20px;
  background: url(../img/common/bg_ptn.png) top left repeat;
  background-size: 5px;
  width: 100%;
  height: 100%;
  content: "";
}
.p-friends_more__img__inner {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  border-radius: 20px;
  overflow: hidden;
}
.p-friends_more__img img {
  display: block;
  position: relative;
}
.p-friends_more__txt-b {
  position: relative;
  margin: 23px auto 0;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-friends_more__txt-b::after {
  display: inline-block;
  position: relative;
  margin-left: 12px;
  background: url(../img/common/icon_link.svg) center center no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  content: "";
}
.p-friends_more__txt-s {
  margin: 10px auto 0;
  font-size: 14px;
  line-height: 1.65;
  letter-spacing: 0.15em;
}

.p-friends-art__inner {
  padding: 14px 0 14px;
}
.p-friends-art__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-friends-art__item {
  -webkit-transform: rotate3d(0, 0, 0, 360deg);
          transform: rotate3d(0, 0, 0, 360deg);
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1), transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1), transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  width: calc((100% - 60px) / 5);
}
.p-friends-art__item:nth-of-type(1) {
  -webkit-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
}
.p-friends-art__item:nth-of-type(2) {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
}
.p-friends-art__item:nth-of-type(3) {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}
.p-friends-art__item:nth-of-type(4) {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
}
.p-friends-art__item:nth-of-type(5) {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}
.p-friends-art__item:nth-of-type(6) {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}
.p-friends-art__item:nth-of-type(7) {
  -webkit-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important;
}
.p-friends-art__item:nth-of-type(8) {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
}
.p-friends-art__item:nth-of-type(9) {
  -webkit-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
}
.p-friends-art__item:nth-of-type(10) {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
}
[data-scroll-sa].is-active .p-friends-art__item {
  -webkit-transform: rotate3d(0, 1, 0, 360deg);
          transform: rotate3d(0, 1, 0, 360deg);
  opacity: 1;
}
.p-friends-art__item:nth-of-type(n + 6) {
  padding-top: 15px;
}
.p-friends-art__item img {
  width: 100%;
}

.p-friends__overview {
  margin-bottom: 92px;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.9em;
  letter-spacing: 0.08em;
  text-align: center;
}

.p-friends_section {
  padding: 76px 0 62px;
}
.p-friends_section + .p-friends_section {
  background: url(../img/common/line_dot.png) top left repeat-x;
  background-size: 8px;
}
.p-friends_section__title {
  text-align: center;
}
.p-friends_section__title h3 {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.55em;
  font-family: YakuHanJP, laca-text, ryo-gothic-plusn, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.08em;
}
.p-friends_section__title p {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: 0.06em;
}
.p-friends_section__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 30px;
}
.p-friends_section__member {
  margin: 10px;
  width: 15%;
  text-align: center;
}
.p-friends_section__member a {
  display: block;
  color: #333;
}
.p-friends_section__thumb {
  position: relative;
}
.p-friends_section__thumb::before {
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  background: url(../img/common/bg_ptn.png) top left repeat;
  background-size: 5px;
  width: 100%;
  height: 100%;
  content: "";
}
.p-friends_section__thumb p {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.p-friends_section__name {
  margin-top: 6px;
  font-weight: 600;
}
.p-friends_section__name span {
  display: block;
}
.p-friends_section__name span.is-en {
  font-size: 16px;
  line-height: 1.4em;
  font-family: YakuHanJP, laca-text, ryo-gothic-plusn, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}
.p-friends_section__name span.is-jp {
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}

.p-friends_gang {
  background: none;
  padding: 90px 0 57px;
}
.p-friends_gang__content {
  position: relative;
  margin: 18px auto 0;
  max-width: 710px;
}
.p-friends_gang__bg {
  position: relative;
}
.p-friends_gang__more {
  position: relative;
  margin: 22px auto 0;
  border-radius: 30px;
  background: #333;
  width: 60%;
  min-width: 202px;
  overflow: hidden;
  text-align: center;
}
.p-friends_gang__more::before {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/friends/icon_plus.png) left center no-repeat;
  background-size: 26px;
  width: 35px;
  height: 100%;
  content: "";
}
.p-friends_gang__more p {
  padding: 13px 0;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.p-friends_modal {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 6;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: #ebe9df;
  width: 100%;
  height: 100%;
}
[data-device=pc] .p-friends_modal {
  overflow: auto;
}
.p-friends_modal.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.p-friends_modal__close {
  position: absolute;
  top: 26px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 26px;
  height: 26px;
}
.p-friends_modal__close span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background: #333;
  width: 100%;
  height: 3px;
}
.p-friends_modal__close span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.p-friends_modal__op {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(235, 233, 223, 0.9);
  width: 100%;
  height: 100%;
}
[data-device=pc] .p-friends_modal__op {
  display: none;
}
.p-friends_modal__op.is-end {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.p-friends_modal__gesture {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20%;
  max-width: 150px;
}
.p-friends_modal__gesture.is-animation img {
  -webkit-animation: gesture 1.6s linear 1;
          animation: gesture 1.6s linear 1;
}
.p-friends_modal__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 62px 0;
  height: 100%;
}
[data-device=pc] .p-friends_modal__inner {
  height: 100%;
  overflow: auto;
}
.p-friends_modal__content {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  height: auto;
}
[data-device=pc] .p-friends_modal__content {
  left: auto;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  margin: 0 auto;
}
.p-friends_modal__content--bg {
  background: url(../img/friends/bg_diagram_sp.png) top left no-repeat;
  background-size: contain;
}
.p-friends_modal__content--bg img {
  opacity: 0;
}
.p-friends_modal__content--inner {
  position: relative;
  width: 100%;
}
.p-friends_modal__list {
  margin: 0 !important;
}
.p-friends_modal__member {
  position: absolute;
}
.p-friends_modal__member.p-friends_section__member {
  margin: 0;
  width: 15.5%;
}
.p-friends_modal__member.p-friends_section__member:nth-child(n+3) {
  margin-top: 0;
}
.p-friends_modal__member.p-friends_section__member.is-big {
  width: 27%;
}
.p-friends_modal__member.p-friends_section__member.is-small {
  width: 10%;
}
.p-friends_modal__member:nth-child(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-friends_modal__member:nth-child(2) {
  top: 3%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.p-friends_modal__member:nth-child(3) {
  top: 0;
  right: 31%;
}
.p-friends_modal__member:nth-child(4) {
  top: 12.3%;
  left: 15.2%;
}
.p-friends_modal__member:nth-child(5) {
  top: 12.3%;
  right: 15.2%;
}
.p-friends_modal__member:nth-child(6) {
  top: 35.75%;
  right: 1%;
}
.p-friends_modal__member:nth-child(7) {
  top: 35.75%;
  left: 1%;
}
.p-friends_modal__member:nth-child(8) {
  bottom: 22.5%;
  left: 6%;
}
.p-friends_modal__member:nth-child(9) {
  right: 6%;
  bottom: 22.5%;
}
.p-friends_modal__member:nth-child(10) {
  right: 28%;
  bottom: 5%;
}
.p-friends_modal__member:nth-child(11) {
  bottom: 5%;
  left: 28%;
}

.p-friends_detail {
  margin-bottom: 82px;
}
.p-friends_detail__name {
  margin-bottom: 48px;
  font-weight: 600;
}
.p-friends_detail__name .is-en {
  font-size: 40px;
  line-height: 1.3em;
  font-family: YakuHanJP, laca-text, ryo-gothic-plusn, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}
.p-friends_detail__name .is-jp {
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
.p-friends_detail__catch {
  margin-bottom: 10px;
  font-size: 0;
  letter-spacing: -0.4em;
}
.p-friends_detail__catch p {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}
.p-friends_detail__catch p + p {
  margin-left: 4px;
}
.p-friends_detail__catch p.is-yellow {
  border-radius: 15px;
  background: #ffe554;
  padding: 3px 17px;
  font-weight: 400;
  font-size: 12px;
}
.p-friends_detail__description {
  font-size: 15px;
  line-height: 1.65em;
  letter-spacing: 0.07em;
}
.p-friends_detail__description + .p-friends_detail__catch {
  margin-top: 20px;
}

.p-friends__foot {
  margin-bottom: 158px;
}

@media screen and (max-width: 767px){
  .p-friends__content {
    margin-top: 57px;
  }
  .p-friends__outer::before {
    opacity: 0;
  }
  .p-friends__chara {
    padding-bottom: 21px;
  }
  .p-friends--detail .p-friends__chara {
    padding-bottom: 14px;
  }
  .p-friends-about__inner {
    padding-top: 17.6%;
  }
  .p-friends-about__deco--star.star--01 {
    top: 1.2%;
    left: 44.5%;
    width: 16.9%;
  }
  .p-friends-about__deco--star.star--02 {
    top: 36.8%;
    right: auto;
    left: -14.3%;
    width: 15%;
  }
  .p-friends-about__deco--star.star--03 {
    right: -9.8%;
    bottom: 27.2%;
    width: 26%;
  }
  .p-friends-about__deco--star.star--04 {
    bottom: 3.1%;
    left: 5.3%;
    width: 14%;
  }
  .p-friends-about__title {
    margin: 0 auto;
    width: 99%;
  }
  .p-friends-about__contents {
    display: block;
    padding: 14.6% 0 114px;
  }
  .p-friends-about__first {
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
    padding: 0 0 3%;
    width: 100%;
  }
  .p-friends-about__first[data-scroll-sa].is-active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .p-friends-about__last {
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
    margin: 0 auto;
    padding-top: 3.8%;
    width: 75.5%;
  }
  .p-friends-about__last[data-scroll-sa].is-active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .p-friends-about__txt {
    padding-top: 4.5%;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.065em;
  }
  .p-friends-about__link-75th {
    margin-right: auto;
    margin-bottom: 1em;
  }
  .p-friends-history__title__inner {
    padding: 9.5% 0 8%;
  }
  .p-friends-history__title__inner::before {
    -webkit-transform: translate(-50%, -52%);
            transform: translate(-50%, -52%);
    width: 70vw;
    height: 70vw;
  }
  .p-friends-history__title::after {
    -webkit-transform: translate(-50%, 150%);
            transform: translate(-50%, 150%);
    height: 9vw;
  }
  .p-friends-history__title img {
    width: 40%;
  }
  .p-friends-history__contents {
    padding: 53% 0 0;
  }
  .p-friends-history__block + .p-friends-history__block {
    margin-top: 135px;
  }
  .p-friends-history__block--03 {
    margin-top: 132px !important;
  }
  .p-friends-history__block--04 {
    margin-top: 105px !important;
  }
  .p-friends-history__block--05 {
    margin-top: 134px !important;
  }
  .p-friends-history__block--06 {
    margin-top: 138px !important;
  }
  .p-friends-history__deco--wood.wood--01 {
    top: -25.8%;
    left: 7%;
    width: 46.5%;
  }
  .p-friends-history__deco--wood.wood--02 {
    top: -42%;
    right: -0.7%;
    width: 43%;
  }
  .p-friends-history__deco--wood.wood--03 {
    top: -18%;
    right: 11%;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    width: 30.5%;
  }
  .p-friends-history__deco--wood.wood--04 {
    top: -22%;
    left: 1.6%;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    width: 47.5%;
  }
  .p-friends-history__deco--star.star--06 {
    bottom: -28%;
    left: 10%;
    width: 22%;
  }
  .p-friends-history__deco--star.star--08 {
    top: -35.5%;
    right: -8.7%;
    width: 18.5%;
  }
  .p-friends-history__deco--star.star--10 {
    top: -7.5%;
    left: 16.5%;
    width: 27%;
  }
  .p-friends-history__deco--star.star--11 {
    top: -1%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 111%;
  }
  .p-friends-history__deco--balloon.balloon--01 {
    -webkit-transform: translate(32%, -15.4%);
            transform: translate(32%, -15.4%);
    width: 35%;
  }
  .p-friends-history__deco--balloon.balloon--02 {
    -webkit-transform: translate(-44%, -10%);
            transform: translate(-44%, -10%);
    width: 32.8%;
  }
  .p-friends-history__deco--balloon.balloon--03 {
    -webkit-transform: translate(40%, -12.5%);
            transform: translate(40%, -12.5%);
    width: 34%;
  }
  .p-friends-history__deco--balloon.balloon--04 {
    -webkit-transform: translate(-40%, -12%);
            transform: translate(-40%, -12%);
    width: 34.5%;
  }
  .p-friends-history__deco--balloon.balloon--05 {
    -webkit-transform: translate(41%, -13%);
            transform: translate(41%, -13%);
    width: 34.5%;
  }
  .p-friends-history__deco--balloon.balloon--06 {
    -webkit-transform: translate(-37%, -14%);
            transform: translate(-37%, -14%);
    width: 35.5%;
  }
  .p-friends-history__cap img {
    width: 83%;
  }
  .p-friends-history__txt {
    margin: 21px auto 0;
    font-size: 16px;
    line-height: 1.68;
    letter-spacing: 0.09em;
    text-align: left;
  }
  .p-friends-history__block--06 .p-friends-history__txt {
    margin-top: 20px;
  }
  .p-friends-history__comic {
    position: relative;
    margin: 22px -5% 0;
    width: 110%;
  }
  .p-friends-history__block--02 .p-friends-history__comic {
    margin-top: 25px;
  }
  .p-friends-history__block--02 .p-friends-history__comic img {
    width: auto;
    max-width: none;
    height: 200px;
  }
  .p-friends-history__block--03 .p-friends-history__comic {
    margin-top: 24px;
  }
  .p-friends-history__block--03 .p-friends-history__comic img {
    width: auto;
    max-width: none;
    height: 278px;
  }
  .p-friends-history__block--04 .p-friends-history__comic {
    margin-top: 26px;
  }
  .p-friends-history__block--04 .p-friends-history__comic img {
    width: auto;
    max-width: none;
    height: 280px;
  }
  .p-friends-history__block--05 .p-friends-history__comic {
    position: relative;
    margin: 26px -5% 0;
    width: 110%;
  }
  .p-friends-history__block--05 .p-friends-history__comic img {
    width: auto;
    max-width: none;
    height: 259px;
  }
  .p-friends-history__block--06 .p-friends-history__comic {
    position: relative;
    margin: 39px -5% 0;
    width: 110%;
  }
  .p-friends-history__block--06 .p-friends-history__comic img {
    width: auto;
    max-width: none;
    height: 700px;
  }
  .p-friends-history__comic__pict {
    padding-right: 18px;
    padding-bottom: 22px;
    padding-left: 18px;
    overflow: scroll;
  }
  .p-friends-history__comic__pict img {
    width: auto;
    max-width: none;
    height: 240px;
  }
  .p-friends-history__symbol {
    padding-top: 38.5%;
  }
  .p-friends-history__symbol__pict {
    margin: 0 auto;
    width: 54%;
  }
  .p-friends_more h3 {
    font-size: 18px !important;
    letter-spacing: 0.03em !important;
  }
  .p-friends_more__pict {
    margin: 25px auto 0;
    width: 100%;
  }
  .p-friends_more__txt-b {
    margin-top: 18px;
    letter-spacing: 0.03em;
  }
  .p-friends-art__inner {
    padding: 4px 0 4px;
  }
  .p-friends-art__item {
    width: calc((100% - 20px) / 5);
  }
  .p-friends-art__item:nth-of-type(n + 6) {
    padding-top: 5px;
  }
  .p-friends__overview {
    margin-bottom: 67px;
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: 0.13em;
    text-align: left;
  }
  .p-friends_section {
    padding: 46px 0 32px;
  }
  .p-friends_section__title h3 {
    font-size: 19px;
    letter-spacing: 0.11em;
  }
  .p-friends_section__title p {
    margin-top: -1px;
    font-size: 11px;
  }
  .p-friends_section__list {
    margin-top: 28px;
  }
  .p-friends_section__member {
    margin: 0 0 0 5%;
    width: 30%;
  }
  .p-friends_section__member:nth-child(3n+1) {
    margin-left: 0;
  }
  .p-friends_section__member:nth-child(n+4) {
    margin-top: 20px;
  }
  .p-friends_section__thumb::before {
    top: 3px;
    left: 3px;
    background-size: 4px;
  }
  .p-friends_section__name {
    font-size: 12px;
    line-height: 1.3em;
    letter-spacing: 0.1em;
  }
  .p-friends_section__name span.is-en {
    font-size: 14px;
    line-height: 1.3em;
  }
  .p-friends_section__name span.is-jp {
    font-size: 10px;
    line-height: 1.3em;
  }
  .p-friends_gang {
    padding: 42px 0 50px;
  }
  .p-friends_gang__more {
    margin: 17px auto 0;
  }
  .p-friends_detail {
    margin-bottom: 52px;
  }
  .p-friends_detail__img {
    margin: 0 auto;
    width: 75%;
  }
  .p-friends_detail__txt {
    margin-top: 12px;
  }
  .p-friends_detail__name {
    margin-bottom: 30px;
    text-align: center;
  }
  .p-friends_detail__name .is-en {
    font-size: 25px;
    letter-spacing: 0.06em;
  }
  .p-friends_detail__name .is-jp {
    font-size: 11px;
    letter-spacing: 0.08em;
  }
  .p-friends_detail__catch {
    margin-bottom: 8px;
    text-align: center;
  }
  .p-friends_detail__catch p {
    display: block;
    line-height: 1.4em;
  }
  .p-friends_detail__catch p + p {
    margin-top: 13px;
    margin-left: 0;
  }
  .p-friends_detail__catch p.is-yellow {
    display: inline-block;
    padding: 2px 15px 3px;
    font-weight: 600;
    font-size: 11px;
  }
  .p-friends_detail__description {
    font-size: 14px;
    line-height: 1.75em;
    letter-spacing: 0.12em;
  }
  .p-friends_detail__description + .p-friends_detail__catch {
    margin-top: 27px;
  }
  .p-friends__foot {
    margin-bottom: 125px;
  }
}

@media screen and (min-width: 768px){
  .js-load .p-friends-about__first {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .js-load .p-friends-about__last {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .p-friends_more__img__inner:hover {
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
  }
  .p-friends_section.p-friends_brothers {
    padding-bottom: 52px;
  }
  .p-friends_section__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-friends_section__member .p-friends_section__thumb p {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-friends_section__member .p-friends_section__thumb::before {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-friends_section__member:hover .p-friends_section__thumb p {
    -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-friends_section__member:hover .p-friends_section__thumb::before {
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-friends_gang__list {
    display: block;
    margin-top: 0;
  }
  .p-friends_gang__member {
    position: absolute;
    margin: 0;
  }
  .p-friends_gang__member .p-friends_section__name {
    display: none;
  }
  .p-friends_gang__member.is-big {
    width: 27%;
  }
  .p-friends_gang__member.is-small {
    width: 10%;
  }
  .p-friends_gang__member:nth-child(1) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-friends_gang__member:nth-child(2) {
    top: 3%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .p-friends_gang__member:nth-child(3) {
    top: 0;
    right: 31%;
  }
  .p-friends_gang__member:nth-child(4) {
    top: 12.3%;
    left: 15.2%;
  }
  .p-friends_gang__member:nth-child(5) {
    top: 12.3%;
    right: 15.2%;
  }
  .p-friends_gang__member:nth-child(6) {
    top: 35.75%;
    right: 1%;
  }
  .p-friends_gang__member:nth-child(7) {
    top: 35.75%;
    left: 1%;
  }
  .p-friends_gang__member:nth-child(8) {
    bottom: 22.5%;
    left: 6%;
  }
  .p-friends_gang__member:nth-child(9) {
    right: 6%;
    bottom: 22.5%;
  }
  .p-friends_gang__member:nth-child(10) {
    right: 28%;
    bottom: 5%;
  }
  .p-friends_gang__member:nth-child(11) {
    bottom: 5%;
    left: 28%;
  }
  .p-friends_detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-friends_detail__img {
    width: 43.5%;
  }
  .p-friends_detail__txt {
    padding-left: 6.2%;
    width: 56.5%;
  }
}

@media screen and (max-width: 767px) and (max-width: 321px){
  .p-friends_section__title h3 {
    font-size: 17px;
    letter-spacing: 0.1em;
  }
}