#headline {
  height: 350px;
  background-image: url(../../../../asset/img/about/mascot/fujimocchi/SP_top_banner.png);
  background-size: cover;
}
/* #headline .headline-inner {
  display: none;
} */
#headline h1 {
  visibility: hidden;
}
@media screen and (min-width: 40rem) {
  #headline {
    height: 200px;
    margin-top: 60px;
    background-image: url(../../../../asset/img/about/mascot/fujimocchi/pc_top_banner.png);
  }
}
@media screen and (min-width: 60rem) {
  #headline {
    margin-top: 84px;
    height: 390px;
  }
}
.fujimocchi__lead p {
  margin-bottom: 1em;
  font-size: 18px;
  letter-spacing: 1px;
}
@media screen and (min-width: 48rem) {
  .fujimocchi__lead p {
    margin-bottom: 0em;
    font-size: 16px;
  }
}
.fujimocchi__title {
  margin: 50px 0 60px;
}
.fujimocchi__title span {
  display: block;
  margin-bottom: 0.5em;
}
.fujimocchi__title img {
  width: 100%;
}
@media screen and (min-width: 48rem) {
  .fujimocchi__title img {
    width: 40%;
  }
}
.fujimocchi__video {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 90px;
  margin: 0 20px !important;
}
@media screen and (min-width: 40rem) {
  .fujimocchi__video {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 48px;
  }
}
@media screen and (min-width: 62rem) {
  .fujimocchi__video {
    grid-template-columns: repeat(3, 1fr);
  }
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 20px auto 0;
}

.video-wrapper::before {
  content: "";
  position: absolute;
  inset: -30px -30px;
  background-image: url('../../../../asset/img/about/mascot/fujimocchi/wood_frame.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  pointer-events: none;
  z-index: 2;
}

@media screen and (min-width: 62rem) {
  .video-wrapper::before {
    inset: -25px -25px;
  }
}

.fujimocchi__video p {
  max-width: 340px;
  margin: 2em auto 0;
  font-size: 1.2em;
}

.fujimocchi__insta {
  margin-top: 100px;
}
.insta {
  display: block;
  width: 100%;
  max-width: 460px;
  padding: 20px;
  margin: 30px auto 0;
  background-image: linear-gradient(90deg, rgba(234, 130, 56, 1), rgba(220, 47, 40, 1) 50%, rgba(176, 42, 153, 1));
  border-radius: 50vh;
}
.insta span {
  display: block;
  width: fit-content;
  padding-left: 48px;
  margin: 0 auto;
  letter-spacing: .06em;
  position: relative;
}
.insta span::before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 34px;
  background-image: url(../../../img/about/sponsored/Instagram_Glyph_White.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
