body {
  overflow-x: hidden;
}

.pc99 {
  display: block;
}

.sp99 {
  display: none;
}

.l__other-title {
  font-family: "新ゴ M,MFW-ShinGoPr6-Medium";
}

/* key visual movie */
.site-header {
  width: 100%;
  height: auto;
  display: block;
}

.site-header video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.site-header img {
  width: 100%;
  height: auto;
}

.site-main {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 50px auto;
}

.dasut {
  max-width: 62vw;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.haikei-nono {
  height: 0;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 87.85177094%;
  background: url('../img/haikei.svg') 0 0 no-repeat;
  background-size: contain;
  position: relative;
  margin: 17vw auto 0 auto;
}

.haikei-nono::before {
  position: absolute;
  content: '';
  top: 8vw;
  left: 16vw;
  display: inline-block;
  width: 18vw;
  height: 19vw;
  background-image: url(../img/ie.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.kakomukun {
  position: relative;
  max-height: 77vw;
}

.pink-banner {}

.kakomi-kutu {
  position: absolute;
  bottom: 4vw;
  left: 42%;
  transform: translate(-35%, -50%);
  width: 48vw;
}


.haikei2-nono {
  height: 0;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 28.364182091%;
  background: url('../img/haikei2.svg') 0 0 no-repeat;
  background-size: contain;
  margin: 80px auto;
  position: relative;
}

.haikei2-nono:before {
  position: absolute;
  content: '';
  top: 2.4vw;
  right: 6vw;
  display: inline-block;
  width: 10vw;
  height: 20vw;
  background-image: url(../img/ie2.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.haikei3-nono {
  height: 0;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 28.493449781%;
  background: url('../img/haikei3.svg') 0 0 no-repeat;
  background-size: contain;
  margin: 3vw auto 50px auto;
}

.kururinpa {
  position: relative;
}

.kururinpa-kutu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(8%, -50%);
  width: 30vw;
  height: auto;
}

@keyframes kurukuru {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }

  /* 時計回り */
}

.kururinpa-kutu img {
  display: block;
  animation: kurukuru 9.2s linear infinite;
  transform-origin: 50% 50%;
}

.guridon {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 10px;
}

.guridon .is-last {
  grid-column: 1 / -1;
  justify-self: center;
  width: min(35vw, 100%);
}

.guridon02 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  transition: ease all 0.25s;
}

.guridon02 a img:hover {
  opacity: 0.5;
  transition: ease all 0.25s;
}

.btn-base a img {
  opacity: 1;
  transition: ease all 0.25s;
}

.btn-base a img:hover {
  opacity: 0.5;
  transition: ease all 0.25s;
}

.ueueue {
  margin: 0px auto;
  position: relative;
}

.ueueue::before {
  position: absolute;
  content: '';
  bottom: -15.4vw;
  right: 22.5vw;
  display: inline-block;
  width: 19vw;
  height: 30vw;
  background-image: url(../img/ie3.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.e-gallery {
  width: min(100%, 100%);
  margin: 0 auto;
  padding: 0 18px;
}

/* メイン */
.embla {
  overflow: hidden;
}

/* ★親の中だけに制御 */
.embla__container {
  display: flex;
  gap: 30px;
}

.embla__slide {
  flex: 0 0 100%;
}

.embla__slide:first-child {
  margin-left: 30px;
}

@media (min-width:900px) {
  .embla__slide {
    flex-basis: 32%;
  }
}

@media (max-width:640px) {
  .embla__slide {
    flex-basis: 78%;
  }
}

.embla__slide img {
  width: 100%;
  height: auto;
  display: block;
}

/* サムネ */
.embla--thumbs {
  margin-top: 50px;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.embla__slide--thumb {
  flex: 0 0 auto;
}

.embla__slide--thumb button {
  border: 0;
  padding: 0;
  background: transparent;
  width: 70px;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  opacity: .45;
  cursor: pointer;
}

.embla__slide--thumb.is-active button {
  opacity: 1;
  outline: 2px solid rgba(0, 0, 0, .25);
}

.embla__slide--thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.moji-700 {
  max-width: 28vw;
  margin: 5vw auto;
}

.moji-800 {
  max-width: 35vw;
  margin: 50px auto;
}

.moji-805 {
  max-width: 35vw;
  margin: 50px auto 8vw;
}

.moji-600 {
  max-width: 23vw;
  margin: 8vw auto 0 auto;
}

.pppik {
  margin-top: -20vw;
}

.fadein-onview {
  opacity: 0;
  transform: translateY(-48px);
}

.fadein-onview.is-show {
  animation: fadeDownFast .55s ease-out both;
}

@keyframes fadeDownFast {
  from {
    opacity: 0;
    transform: translateY(-48px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadein-down-fast {
  animation: fadeDownFast .28s ease-out both;
  /* 速い */
}


.fadein-onview {
  opacity: 0;
}

.fadein-onview.is-show {
  animation: fadeIn .65s ease-out both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.migisita {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 150px;
  display: block;
}

/* Junior Shoes banner */
.lp-movie-ttl {
  font-size: 20px;
  margin: 1vw 0;
  font-weight: 600;
  color: #000;
  font-family: "新ゴ M,MFW-ShinGoPr6-Medium";
}

.lp-movie-prf {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  color: #000;
  padding: 5vw 0 3vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.prf-card .name {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 20px;
  font-family: "新ゴ M,MFW-ShinGoPr6-Bold";
}

.prf-card .note {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  font-family: "新ゴ M,MFW-ShinGoPr6-Medium";
}

.prf-card {
  max-width: 400px;
  margin: 0 auto 7vw;
}

.lp-movie {
  margin: 10vw auto 0;
  text-align: center;
}

.video-wrapper {
  position: relative;
  display: inline-block;
  width: 50vw;
  max-width: 1000px;
}

.video-wrapper video {
  width: 100%;
  display: block;
}

.lp-bnr {
  background: #000;
  border-radius: 30px;
  padding: 2%;
}

/* black channel banner */
.black_channel_banner {
  width: 80%;
  margin: 3vw auto;
  position: relative;
  max-width: 82vw;
}

.black_channel_banner .bc_bg img {
  margin: 0 auto;
}

.black_channel_banner .bc_bnr {
  position: absolute;
  width: 50%;
  top: 0;
  height: 74%;
  right: 0;
  padding: 4.5% 4.5% 1% 4.5%;
  width: 46%;/* positionB */
height: 78%;/* positionB */
}

.black_channel_banner .bc_bnr img {
  width: auto;
  height: 100%;
  margin: 0 0;
  transition: ease all 0.25s;
}

.black_channel_banner .bc_bnr img:hover {
  opacity: 0.5;
  transition: ease all 0.25s;
}

.l__other .l__other-list {
  max-width: 1166px;
  width: 75vw;
}
.l__other .l__other-list._twin {/* 仮 */

}

.l__other .l__other-item {
  width: 100%;
}

@media screen and (max-width: 768px) {

  .lp-bnr {
    border-radius: 0;
  }

  .black_channel_banner .bc_bg img {
    width: 100%;
  }

  .black_channel_banner {
    width: 100%;
    margin: 10vw 0 0;
    max-width: inherit;
  }

  .black_channel_banner .bc_bnr {
    width: 100%;
    height: 42%;
    top: inherit;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 5%;
    height: 54%;/* positionB */
  }

  .black_channel_banner .bc_bnr img {
    width: 100%;
    height: auto;
  }

}



@media screen and (max-width: 1280px) {
  .dasut {
    max-width: 77vw;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {

  /* sp header */
  .lp-juniorshoes-header {
    position: fixed;
  }

  .site-header {
    margin-top: 55px;
  }

  .kakomukun {
    background: #67c7f2;
    max-height: inherit;
  }

  .migisita {
    display: none;
  }

  .pc99 {
    display: none;
  }

  .sp99 {
    display: block;
  }

  .site-main {
    max-width: 100%;
    margin: 75px auto;
  }

  .haikei-nono-box {
    z-index: 1;
    position: relative;
  }

  .haikei-nono {
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 119.7875166%;
    background: url('../img/haikei2-sp.svg') 0 0 no-repeat;
    background-size: cover;
    margin: 75px auto 0 auto;
    position: relative;
  }

  .haikei-nono::before {
    top: 7.4vw;
    width: 34vw;
    height: 40vw;
    left: 0;
    background-image: url(../img/ie.png);
  }

  .kakomi-kutu {
    bottom: -20vw;
    left: 38%;
    width: 64vw;
  }

  @media screen and (max-width: 500px) {
    .kakomi-kutu {
      bottom: -21vw;
    }
  }

  .haikei2-nono {
    height: 0;
    padding-top: 28.364182091%;
    background: url(../img/haikei2.svg) 0 0 no-repeat;
    background-size: contain;
    margin: 100px auto 1vw auto;
    position: relative;
  }

  .haikei2-nono:before {
    position: absolute;
    content: '';
    top: -5.6vw;
    right: 0;
    display: inline-block;
    width: 25vw;
    height: 40vw;
    background-image: url(../img/ie2.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }

  .pink-banner {
    top: inherit;
    transform: initial;
    margin-bottom: 140px;
  }

  .kururinpa {
    top: 0;
  }

  .guridon {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .guridon .is-last {
    width: min(100%, 100%);
  }

  .haikei3-nono {
    height: 0;
    padding-top: 55.894039735%;
    background: url(../img/haikei3-sp.svg) 0 0 no-repeat;
    background-size: contain;
    margin: 20vw auto 30px auto;
  }

  .kururinpa-kutu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-9%, -50%);
    width: 55vw;
    height: auto;
  }

  .guridon02 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 0 15px;
  }

  .moji-700 {
    max-width: 66vw;
    margin: 5vw auto;
  }

  .moji-800 {
    max-width: 80vw;
    margin: 5vw auto 100px;
  }

  .ueueue:before {
    bottom: -15.4vw;
    right: -5vw;
    width: 45vw;
    height: 43vw;
    background-image: url(../img/ie3.png);
  }

  .moji-600 {
    max-width: 50vw;
    margin: 100px auto 0 auto;
  }

  .embla__container {
    max-width: 90vw;
  }

  .moji-805 {
    max-width: 80vw;
    margin: 5vw auto 5vw;
  }

  .dasut {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .lp-movie {
    margin: 25vw 0 0;
  }

  .lp-movie-ttl {
    font-size: 18px;
    margin: 2vw 0;
  }

  .lp-movie-prf {
    padding: 0 8vw 15vw;
    display: block;
  }

  .prf-card {
    margin: 0 auto 15vw;
  }

  .prf-card .img {
    max-width: 130px;
  }

  .prf-card .note {
    font-size: 11px;
    letter-spacing: -0.01;
  }

  .video-wrapper {
    width: 90vw;
    max-width: 100%;
  }

  .play-button {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }


}