.header__logo {
  display: inline-block;
  position: fixed;
  top: 0.8%;
  left: 1.7%;
  width: min(184px, 23.2vw);
  opacity: 0;
  transition: opacity 1.5s ease 3s, left 0.5s ease, padding 0.5s ease, scale 0.5s ease;
  z-index: 99;
}
.header__logo::before {
  content: "";
  width: 140%;
  height: calc(100% + 2px);
  background: #231815;
  position: absolute;
  top: 1px;
  right: -2px;
  border-radius: 16px;
  box-sizing: border-box;
  opacity: 0;
}
.header__logo::after {
  content: "";
  width: 140%;
  height: 100%;
  background: #fff;
  border: 3px solid #231815;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 16px;
  box-sizing: border-box;
  opacity: 0;
}
.header__logo.is-visible {
  opacity: 1;
}
.header__logo.is-active {
  padding: 8px 10px;
  left: 0.3%;
}
.header__logo.is-active::before, .header__logo.is-active::after {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.header__logo span {
  position: relative;
  z-index: 1;
}

.cmn-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 4%;
}

.cmn-ttl {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 4.5rem;
  line-height: 1.2;
}
.cmn-ttl span {
  display: inline-block;
  font-size: 7.3rem;
  line-height: 1;
}

.mv {
  position: relative;
  z-index: 2;
  background: url(../../img/top/mv_bg.png) no-repeat left bottom/140%, #f7ed02;
}
.mv::before {
  content: "";
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 400vw;
  height: 68vw;
  margin: 0 auto;
  background: #231815;
}
.mv__inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
.mv__inner.js-fadeup {
  transform: translateY(0);
  opacity: 1;
}
.mv__ttl {
  width: min(687px, 70vw);
  margin: 0 auto;
  opacity: 0;
}
.is-visible .mv__ttl {
  animation: pop1 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  animation-delay: 2.5s;
}
.mv__img01 {
  position: absolute;
  bottom: 11.6%;
  left: 4.2%;
  width: min(243px, 29.8vw);
  opacity: 0;
}
.is-visible .mv__img01 {
  animation: pop1 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  animation-delay: 1.5s;
}
.mv__img02 {
  position: absolute;
  bottom: 13.4%;
  left: 24%;
  width: min(243px, 29.2vw);
  opacity: 0;
}
.is-visible .mv__img02 {
  animation: pop1 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  animation-delay: 0.5s;
}
.mv__img03 {
  position: absolute;
  right: 21.5%;
  bottom: 13.4%;
  width: min(243px, 29.2vw);
  opacity: 0;
}
.is-visible .mv__img03 {
  animation: pop1 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  animation-delay: 1s;
}
.mv__img04 {
  position: absolute;
  right: 1%;
  bottom: 13.1%;
  width: min(243px, 29.8vw);
  opacity: 0;
}
.is-visible .mv__img04 {
  animation: pop1 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  animation-delay: 2s;
}
.mv__img06 {
  position: absolute;
  top: 38.8%;
  right: 0;
  left: 0;
  width: min(172px, 29vw);
  margin: 0 auto;
  opacity: 0;
  transition: opacity 1.5s ease;
}
.is-visible .mv__img06 {
  opacity: 1;
  transition-delay: 3s;
}

.bg01 {
  position: relative;
}
.bg01::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e51e82;
  background-image: linear-gradient(90deg, #e83a91 4px, transparent 4px), linear-gradient(#e83a91 4px, transparent 4px);
  background-size: 38px 38px;
  will-change: transform;
}

.intro {
  position: relative;
  background: #ef561a;
  color: #fff;
  font-family: "Mochiy Pop One", sans-serif;
  letter-spacing: 0.02em;
}
.intro::before {
  content: "";
  position: absolute;
  bottom: 86px;
  left: calc(50% - 84px);
  z-index: 2;
  aspect-ratio: 862/512;
  width: 100%;
  max-width: 862px;
  background: url(../../img/top/bg_intro.png) no-repeat;
}
.intro .cmn-inner {
  position: relative;
  z-index: 3;
}
.intro__ttl {
  position: relative;
  font-size: 2.5rem;
  line-height: 1.5;
}
.intro__ttl span {
  display: inline-block;
  color: #f7ed02;
  font-size: 4rem;
  line-height: 1;
}
.intro__txt {
  font-size: 1.6rem;
}

.family {
  position: relative;
  margin-top: -90px;
  padding-top: 80px;
  background: url(../../img/top/bg_family_top.png) no-repeat top center/100%, url(../../img/top/bg_family_bottom.png) no-repeat bottom center/100%;
}
.family__wrap {
  position: relative;
  z-index: 1;
}
.family__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background: #10c4d3;
}
.family .cmn-ttl {
  position: relative;
}
.family .cmn-ttl.is-visible::before {
  animation: pop1 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  animation-delay: 0.5s;
}
.family .cmn-ttl::before {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  right: 12px;
  aspect-ratio: 215/182;
  width: 22%;
  max-width: 215px;
  background: url(../../img/top/bg_family02.png) no-repeat center/contain;
  opacity: 0;
}
.family__item-wrap {
  display: grid;
  gap: 30px;
}
.family__item {
  position: relative;
  transform: translateY(0) rotate(15deg);
  padding: 60px 14% 100px;
  background-position: left top;
  background-size: 96% 100%;
  background-repeat: no-repeat;
}
.family__item {
  transform-origin: bottom right;
}
.family__item.is-visible {
  transform: translateY(0) rotate(0);
  transition-duration: 0.3s;
}
.family__item.is-reverse {
  transform: translateY(0) rotate(-15deg);
  transform-origin: left bottom;
}
.family__item.is-reverse.is-visible {
  transform: translateY(0) rotate(0);
  transition-duration: 0.3s;
}
.family__item.is-item01 {
  background-image: url(../../img/top/bg_family_item01_sp.png);
}
.family__item.is-item02 {
  background-image: url(../../img/top/bg_family_item02_sp.png);
}
.family__item.is-item03 {
  background-image: url(../../img/top/bg_family_item03_sp.png);
}
.family__item.is-item04 {
  background-image: url(../../img/top/bg_family_item04_sp.png);
}
.family__img {
  position: relative;
  opacity: 0;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transform-origin: center center;
  will-change: transform, opacity;
}
.is-visible .family__img {
  animation: pop6 0.8s ease-out forwards;
}
@supports (-webkit-touch-callout: none) {
  .is-visible .family__img {
    animation: pop6-safari 0.8s ease-out forwards !important;
  }
}
@supports (background: -webkit-named-image(i)) {
  .is-visible .family__img {
    animation: pop6-safari 0.8s ease-out forwards !important;
  }
}
.family__box {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.02em;
  opacity: 0;
  transition: opacity 0.5s ease 0.5s;
}
.is-visible .family__box {
  opacity: 1;
}
.family__box .is-color01 {
  color: #ce4b18;
}
.family__box .is-color02 {
  color: #e51e82;
}
.family__box .is-color03 {
  color: #d71518;
}
.family__box .is-color04 {
  color: #2b4c96;
}
.family__box .is-bg01 {
  background: #ce4b18;
}
.family__box .is-bg02 {
  background: #e51e82;
}
.family__box .is-bg03 {
  background: #d71518;
}
.family__box .is-bg04 {
  background: #2b4c96;
}
.family__box-ttl {
  display: block;
  margin-bottom: 5px;
  padding-right: 7px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
}
.family__box-ttl .en {
  display: inline-block;
  background: linear-gradient(transparent 80%, #f7ed02 80%);
  font-family: "Oswald", sans-serif;
  font-size: 6.8rem;
  line-height: 1;
}
.family__box-ttl .kana {
  font-size: 2.7rem;
}
.family__box-lead {
  font-size: 2rem;
}
.family__box-txt {
  line-height: 1.77;
}
.family__box-label {
  display: inline-block;
  margin-top: 11px;
  padding: 8px 13px;
  border-radius: calc(infinity * 1px);
  color: #fff;
}

.paint {
  position: relative;
}
.paint__contents {
  position: relative;
  transform: translateY(0);
  max-width: 1280px;
  margin: 0 auto;
  opacity: 1;
}
.paint__bg-item01 {
  position: absolute;
  top: -4.7%;
  right: -28.5%;
  opacity: 0;
}
.paint__bg-item01.is-visible {
  animation: pop1 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.paint__bg-item02 {
  position: absolute;
  top: 57%;
  left: -32%;
  opacity: 0;
}
.paint__bg-item02.is-visible {
  animation: pop1 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.paint__bg-item03 {
  position: absolute;
  opacity: 0;
}
.paint__bg-item03.is-visible {
  animation: pop1 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  animation-delay: 1s;
}
.paint__bg-item04 {
  position: absolute;
  right: -9.4%;
  bottom: -4.8%;
  opacity: 0;
}
.paint__bg-item04.is-visible {
  animation: pop1 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.paint .cmn-inner {
  position: relative;
  z-index: 1;
}
.paint__txt {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.paint__txt.is-02 {
  position: relative;
  z-index: 1;
  transform: translateY(0);
  line-height: 1.75;
  opacity: 1;
}
.paint__txt-wrap {
  position: relative;
}
.paint__txt span {
  border-bottom: 4px solid;
  color: #fff736;
}
.paint__txt span b {
  font-size: 2.8rem;
  line-height: 1.3;
}
.paint__row {
  display: grid;
}
.paint__artist {
  position: relative;
  z-index: 2;
  animation: fuwafuwa 4s ease-in-out infinite;
}
.paint__box {
  position: relative;
  z-index: 1;
}
.paint__box::before {
  content: "";
  position: absolute;
  top: 2%;
  right: -6%;
  width: 96%;
  height: 99%;
  margin-left: auto;
  border: 8px solid;
  border-radius: 16px;
  background: #10c4d3;
}
.paint__box-inner {
  position: relative;
  padding: 50px 6% 32px;
  border: 8px solid #fff;
  border-radius: 16px;
  background: #231815;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.paint__box-unit {
  max-width: 549px;
  margin-left: auto;
}
.paint__box-txt {
  line-height: 1.75;
  text-align: justify;
}
.paint__box-insta {
  display: inline-flex;
  gap: 3px;
  align-items: center;
  margin-top: 23px;
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  color: #fff;
}
.paint__name {
  display: grid;
  gap: 17px;
  color: #ffb7e3;
  font-size: 1.8rem;
  line-height: 1.25;
}
.paint__name span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 8rem;
  line-height: 1;
}
.paint__video-wrap {
  position: relative;
  background: url(../../img/top/bg_artist02.png) no-repeat bottom 53px right -3px/100px, url(../../img/top/bg_artist03.png) no-repeat bottom 36px left 10px/54px;
}
.paint__video {
  position: relative;
  max-width: 770px;
  margin: 0 auto;
  border: 8px solid #231815;
  border-radius: 16px;
  background: #231815;
  font-size: 0;
  line-height: 1;
}
.paint__video::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: #231815;
}
.paint__video iframe {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 6px;
}
.paint__img-wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.paint__img01 {
  position: relative;
  top: 23px;
  left: 1%;
  width: 40%;
  animation: kakukaku 2s linear infinite;
  animation-timing-function: steps(2, end);
  transform-origin: center bottom;
}
.paint__img02 {
  position: relative;
  width: 40%;
  animation: kakukaku2 2s linear infinite;
  animation-timing-function: steps(2, end);
  transform-origin: center bottom;
}

.message {
  position: relative;
  z-index: 1;
  background: url(../../img/top/bg_message_sp.png) no-repeat top 60px center/100%;
}
.message::before {
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 810px;
  height: 130px;
  margin: 0 auto;
  background: #231815;
}
.message__item-wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
  position: relative;
}
.message__item {
  display: flex;
  flex-direction: column;
  text-align: center;
  opacity: 0;
}
.is-visible .message__item {
  animation: pop1 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.message__item.is-01 {
  animation-delay: 0.5s;
}
.message__item.is-02 {
  animation-delay: 1s;
}
.message__img01 {
  position: relative;
  z-index: 1;
}
.message__img02 {
  position: relative;
}
.message__img03 {
  position: relative;
}
.message__img04 {
  position: relative;
}

.footer {
  position: relative;
  z-index: 2;
  padding: 20px 0 130px;
  background: #231815;
}
.footer__unit {
  text-align: center;
}
.footer__row {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.footer__copy {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
}

.fixed-btn {
  display: block;
  position: fixed;
  right: 2%;
  bottom: 2%;
  z-index: 999;
  aspect-ratio: 456/468;
  width: 32%;
  max-width: 228px;
}
.fixed-btn::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  background: url(../../img/top/btn_bg02.png) no-repeat right bottom/contain;
  animation: 15s linear infinite rotate;
}
.fixed-btn:hover {
  opacity: 1;
}
.fixed-btn:hover .fixed-btn-inner::before {
  opacity: 0.8;
}
.fixed-btn-inner {
  place-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 19% 18%;
  text-align: center;
}
.fixed-btn-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/top/btn_bg01.png) no-repeat center/contain;
  transition: opacity 0.5s ease;
  animation: 15s linear infinite rotate;
}
.fixed-btn span {
  position: relative;
}

.mv__img01, .mv__img02, .mv__img03, .mv__img04, .message__item, .paint__bg-item01 {
  will-change: transform, opacity;
  backface-visibility: hidden;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pop1 {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes pop6 {
  0% {
    transform: scale(0.01) rotateY(180deg);
    opacity: 0;
  }
  60% {
    transform: scale(1.15) rotateY(-10deg);
  }
  100% {
    transform: scale(1) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes kakukaku {
  0%, 100% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
}
@keyframes kakukaku2 {
  0%, 100% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
}
@keyframes pop6-safari {
  0% {
    transform: scale(0.01) rotate(10deg);
    opacity: 0;
  }
  60% {
    transform: scale(1.15) rotate(-4deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (min-width: 768px) {
  .header__logo::before {
    height: calc(100% + 5px);
    top: 2px;
    right: -5px;
  }
  .header__logo::after {
    border: 6px solid #231815;
  }
  .header__logo {
    top: 1%;
    left: 2.7%;
    width: min(184px, 14.375vw);
  }
  .header__logo:hover {
    scale: 1.05;
  }
  .header__logo.is-active {
    padding: 8px 2.5%;
  }
  .cmn-inner {
    padding: 0 20px;
  }
  .cmn-ttl {
    padding-left: 17px;
    font-size: min(11rem, 9.4vw);
  }
  .cmn-ttl span {
    font-size: min(18rem, 17vw);
  }
  .mv {
    background: url(../../img/top/mv_bg.png) no-repeat left bottom, #f7ed02;
  }
  .mv::before {
    width: 2130px;
    height: 202px;
  }
  .mv__inner {
    aspect-ratio: 1280/830;
    padding-top: 43px;
  }
  .mv__ttl {
    width: min(687px, 53.67vw);
  }
  .mv__img01 {
    bottom: 1.7%;
    width: min(243px, 18.98vw);
  }
  .mv__img02 {
    bottom: 8.2%;
    left: 23%;
    width: min(243px, 18.98vw);
  }
  .mv__img03 {
    right: 23.3%;
    bottom: 8.2%;
    width: min(243px, 18.98vw);
  }
  .mv__img04 {
    right: 3.8%;
    bottom: 4%;
    width: min(243px, 18.98vw);
  }
  .mv__img06 {
    top: auto;
    bottom: 22%;
    width: min(172px, 13.43vw);
  }
  .intro__ttl {
    padding: 0 16px;
    font-size: 5.6rem;
    line-height: 1.3;
  }
  .intro__ttl span {
    font-size: 8rem;
  }
  .intro__txt {
    padding: 0 16px;
    font-size: 2.4rem;
  }
  .family {
    margin-top: -310px;
    padding-top: 160px;
    padding-bottom: 200px;
  }
  .family__wrap::before {
    height: 50%;
  }
  .family .cmn-ttl::before {
    top: auto;
    bottom: -44px;
    width: 20%;
  }
  .family__item-wrap {
    gap: 62px;
  }
  .family__item {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 66px 6% 80px;
    background-position: center;
    background-size: 100% 100%;
  }
  .family__item.is-reverse {
    flex-direction: row-reverse;
  }
  .family__item.is-item01 {
    background-image: url(../../img/top/bg_family_item01.png);
  }
  .family__item.is-item02 {
    background-image: url(../../img/top/bg_family_item02.png);
  }
  .family__item.is-item02 .family__box {
    max-width: 440px;
    margin-left: auto;
  }
  .family__item.is-item03 {
    background-image: url(../../img/top/bg_family_item03.png);
  }
  .family__item.is-item04 {
    background-image: url(../../img/top/bg_family_item04.png);
  }
  .family__item.is-item04 .family__box {
    max-width: 450px;
    margin-left: auto;
  }
  .family__img {
    width: 50%;
    max-width: 396px;
    height: 100%;
  }
  .family__img img {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    margin: 20px auto 0;
  }
  .is-reverse .family__img img {
    right: auto;
  }
  .family__box {
    width: 51%;
  }
  .family__box-ttl {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 18px;
    background: linear-gradient(transparent 80%, #f7ed02 80%);
    font-size: min(2.4rem, 2.8vw);
  }
  .family__box-ttl .en {
    margin-right: 10px;
    background: none;
    font-size: min(8.5rem, 7.1vw);
  }
  .family__box-ttl .kana {
    font-size: min(3.2rem, 3.2vw);
  }
  .family__box-lead {
    font-size: min(2.4rem, 2.8vw);
  }
  .family__box-txt {
    font-size: min(1.8rem, 2vw);
  }
  .family__box-label {
    margin-top: 21px;
    padding: 12px 30px;
    font-size: min(1.8rem, 2vw);
  }
  .paint {
    padding-bottom: 570px;
  }
  .paint__bg-item01 {
    top: -313px;
    right: -9%;
    width: 629px;
  }
  .paint__bg-item02 {
    top: 390px;
    left: -15%;
    width: 620px;
  }
  .paint__bg-item03 {
    top: 780px;
    right: -12.5%;
    width: 565px;
  }
  .paint__bg-item04 {
    right: -12%;
    bottom: -330px;
    width: 967px;
  }
  .paint__txt {
    padding-left: 15px;
    font-size: 2.4rem;
  }
  .paint__txt.is-02 {
    line-height: 2;
    text-align: center;
  }
  .paint__txt.is-02.is-visible::before {
    animation: pop1 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    animation-delay: 0.5;
  }
  .paint__txt.is-02::before {
    content: "";
    position: absolute;
    top: -160px;
    left: 16px;
    aspect-ratio: 216/239;
    width: 22%;
    max-width: 216px;
    background: url(../../img/top/bg_artist04.png) no-repeat center/contain;
    opacity: 0;
  }
  .paint__txt-wrap {
    display: contents;
  }
  .paint__txt span b {
    font-size: 4rem;
  }
  .paint__row {
    grid-template-columns: 27.3% 1fr;
    gap: 55px;
    padding-right: 14px;
  }
  .paint__artist img {
    position: absolute;
    top: -60px;
    left: 15px;
    width: 35vw;
    max-width: 484px;
  }
  .paint__box::before {
    top: auto;
    right: -32px;
    bottom: -32px;
    width: calc(100% - 27px);
    height: calc(100% - 27px);
    border: 10px solid;
  }
  .paint__box-inner {
    padding: 50px 4% 38px;
    border: 10px solid #fff;
  }
  .paint__box-txt {
    font-size: 1.8rem;
  }
  .paint__box-insta {
    margin-top: 11px;
  }
  .paint__name {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    font-size: 2.4rem;
  }
  .paint__name span {
    display: inline-block;
    font-size: min(10.2rem, 12vw);
  }
  .paint__video-wrap {
    background: url(../../img/top/bg_artist02.png) no-repeat top 0 left 0/160px, url(../../img/top/bg_artist03.png) no-repeat bottom 0 right 65px/101px;
  }
  .paint__video {
    width: 80%;
    border: 10px solid #231815;
  }
  .paint__video::before {
    top: 30px;
    left: 30px;
  }
  .paint__img-wrap {
    display: contents;
  }
  .paint__img01 {
    position: absolute;
    top: auto;
    bottom: -100px;
    left: 7px;
    width: 20%;
    max-width: 216px;
  }
  .paint__img02 {
    position: absolute;
    top: -20px;
    right: -30px;
    width: 20%;
    max-width: 216px;
  }
  .message {
    margin-top: -490px;
    background: url(../../img/top/bg_message.png) no-repeat top 60px center/100%;
  }
  .message::before {
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    width: 1220px;
    height: 195px;
  }
  .message::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: calc(50% + 609px);
    width: 100vw;
    height: 195px;
    background: #231815;
  }
  .message__item-wrap {
    gap: 80px;
  }
  .message__img01 {
    margin-top: 20px;
  }
  .message__img02 {
    left: -40px;
  }
  .message__img03 {
    top: -6px;
    left: -70px;
  }
  .message__img04 {
    top: 10px;
    left: 20px;
  }
  .footer {
    padding: 20px 0 40px;
  }
  .footer__unit {
    color: #fff;
    text-align: right;
  }
  .footer__row {
    justify-content: flex-end;
  }
  .footer__copy {
    font-size: 1.2rem;
  }
  .fixed-btn {
    right: 2.6%;
    bottom: 7.2%;
  }
  .fixed-btn::before {
    top: 10px;
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mv__inner {
    aspect-ratio: 375/667;
    padding-top: 19.7%;
  }
  .intro::before {
    bottom: 30px;
    background-size: contain;
  }
  .family__item.is-item02 {
    background-position: right top;
  }
  .family__item.is-item04 {
    background-position: right top;
  }
  .family__img {
    width: 80%;
    max-width: 280px;
    margin: 0 auto 5px;
  }
  .family__box-ttl {
    text-align: center;
  }
  .paint__artist {
    top: 62px;
    margin-top: -33px;
  }
  .paint__box {
    width: 96%;
  }
  .message__img01 {
    left: -5%;
    width: 114%;
    margin-top: 40px;
  }
  .message__img02 {
    left: 9%;
    width: 90%;
    margin-top: 33px;
  }
  .message__img03 {
    top: 0;
    left: -30%;
    width: 117%;
    margin-top: 133px;
  }
  .message__img04 {
    top: 13px;
    left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .family__item {
    aspect-ratio: unset;
    padding: 50px 10%;
    background-size: 100% 100%;
  }
  .family__box {
    width: 70%;
  }
  .message {
    background-size: auto 100%;
  }
}