@font-face {
    font-family: 'FannDorenGrotesque';
    src: url('https://www.abc-mart.com/font/FannDorenGrotesque-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FannDorenGrotesque';
    src: url('https://www.abc-mart.com/font/FannDorenGrotesque-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'FannDorenGrotesque';
    src: url('https://www.abc-mart.com/font/FannDorenGrotesque-Bold.woff2') format('woff2');
    font-weight: Bold;
    font-style: normal;
}

@font-face {
    font-family: 'FannDorenCondensed';
    src: url('https://www.abc-mart.com/font/FannDorenCondensed-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FannDorenCondensed';
    src: url('https://www.abc-mart.com/font/FannDorenCondensed-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'FannDorenCondensed';
    src: url('https://www.abc-mart.com/font/FannDorenCondensed-Bold.woff2') format('woff2');
    font-weight: Bold;
    font-style: normal;
}

/* 源ノ角ゴシック */
/* @font-face {
    font-family: 'Noto Sans JP';
    src: url('https://www.abc-mart.com/font/SourceHanSansJP-Regular.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans JP';
    src: url('https://www.abc-mart.com/font/SourceHanSansJP-Medium.otf') format('otf');
    font-weight: 500;
    font-style: normal;
} */

/* セザンヌ */
/* @font-face {
    font-family: 'FOT-CezannePro-M';
    src: url('https://www.abc-mart.com/font/FOT-CezannePro-M.otf') format('otf');
    font-weight: 500;
    font-style: normal;
} */
  


  
  .point_fx_cont .slick-slide {
    /* float: left; */
    min-height: 1px;
    margin: 0;
  }
  .point_fx_cont .rift-slider{
    width: 720px;
    height: 450px;
  }
  .point_fx_cont .rift-slider li{
    width: 240px!important;
    box-sizing: border-box;
    padding: 0 20px 0 0;
  }
  /* .point_fx_cont .rift-slider li:first-child{
    padding-left: 0;
  }
  .point_fx_cont .rift-slider li:last-child{
    padding-right: 0;
  } */

  .point_fx_cont .slick-list{
    padding: 0!important;
  }
  .point_fx_cont .slick-prev,
  .point_fx_cont .slick-next {
    width: 20px;
    height: 20px;
    /* 下部からの位置調整 */
    top: -90px;
    /* 上部の位置をリセット */
    /* 背景色を#DE0015に設定 */
    z-index: 1;
    /* スライダーより上に配置 */
  }

  .point_fx_cont .slick-prev {
    left: -75px;
    background: url("https://bo.abc-mart.net/img/event/2025/2506_nike_kids/slick-arrow-r.png") no-repeat;
    background-size: 15px;
    -webkit-transform: rotate(180deg) translate(0, 0%);
    transform: rotate(180deg) translate(0, 0%);
  }

  .point_fx_cont .slick-next {
    right: -75px;
    background: url("https://bo.abc-mart.net/img/event/2025/2506_nike_kids/slick-arrow-r.png") no-repeat;
    background-size: 15px;
    -webkit-transform: translate(0, -0%);
    transform: translate(0, -0%);
  }
  .point_fx_cont .slick-prev.slick-disabled,
  .point_fx_cont .slick-next.slick-disabled {
    opacity: 0;
  }

  .point_fx_cont .slick-prev.slick-disabled:before,
  .point_fx_cont .slick-next.slick-disabled:before {
    opacity: 1;
  }


.rotation {
    transition: all 1.0s;
    opacity: 0;

  &.rotation-y{
      transform: rotateY(180deg);
  }
  &.rotation-clockwise{
      transform: rotate(-170deg);
  }
  &.scrollin{
    transform: translate(0, 0)!important;
    opacity: 1!important;
  }
}

a{
  text-decoration: none;
}

body #NikeKidsMain{
  font-family: "FOT-CezannePro-M", sans-serif;
  font-optical-sizing: auto;
  /* font-weight: <weight>; */
  font-style: normal;
  color: #e11e14;
  background-color: #f5f2e9;
}


#NikeKidsMain img{
  display: block;
  max-width: 100%;
  height: auto;
}

.nike-kids-show{
    position: relative;
}
.nike-kids-show .top-txt{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    font-family: "FannDorenGrotesque";
    font-weight: 500;
    padding-top: 18px;
    color: #231815;
}
.nike-kids-show .main-txt-area{
    position: absolute;
    left: 25px;
    bottom: 0px;
}
#NikeKidsMain .nike-kids-show .sub-txt{
    height: 15px;
}
.nike-kids-show .main-txt-fx{
    display: flex;
    align-items: center;
}
#NikeKidsMain .nike-kids-show .main-txt-fx img{
    height: 42px;
    width: auto;
    margin-right: 17px;
}
.nike-kids-show .main-txt{
    font-size: 59.8px;
    /* font-size: 51.8px; */
    font-family: "FannDorenCondensed";
    font-weight: bold;
    color: #231815;
}

.nike-kids-show .flower{
    width: 50px;
    position: absolute;
}
.nike-kids-show .kurukuru{
    animation: kurukuru 5s linear infinite;
    opacity: 1;
}
@keyframes kurukuru {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.nike-kids-show .flower-01{
    top: 67px;
    left: 110px;
}
.nike-kids-show .flower-02{
    top: 220px;
    left: 368px;
}
.nike-kids-show .flower-03{
    top: 150px;
    right: 160px;
}

.container .gender{
    position: relative;
    margin-bottom: 70px;
}
.container .slipon .gender{
    color: #006be1;
}
.container a.buy-btn{
    display: block;
    text-align: center;
    line-height: 50px;
    width: 190px;
    height: 50px;
    color: #fff;
    background-color: #e11e14;
    margin: 60px auto 0;
    font-family: "FannDorenGrotesque";
    font-size: 20px;
    letter-spacing: 0.4em;
}
.container a.buy-btn:hover{
    opacity: 0.6;
    text-decoration: none;
}

.container .slipon a.buy-btn{
    background-color: #006be1;
}
.container .gender .fixtxt {
    display: inline-block;
    font-family: "FannDorenGrotesque";
    font-size: 12px;
    transform: rotate(90deg);
    top: 480px;
    right: -100px;
    color: #e11e14;
}
.container .slipon .gender .fixtxt {
    color: #006be1;
}
.js-fixed-area {
    position: relative;
}
.js-fixed-elm {
    position: absolute;
    top: 0;
}
.js-fixed-elm.is-fixed {
    position: fixed;
    right: 252px !important;
}
.container .gender .swiper-container {
    width: 450px;
    margin-bottom: 50px;
}
.container .gender .swiper-container li{
    margin-bottom: 10px;
}

.container .gender .swiper-container .swiper-wrapper {
    height: 650px;
}
.container .gender .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active{
    animation: sliderActive 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0s forwards;
}

.container .gender-txt-area{
    display: flex;
    justify-content: space-between;
    max-width: 678px;
    margin: 50px auto 60px;
}
.container .gender-txt-area01 p{
    font-family: "FannDorenGrotesque";
    font-size: 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.container .gender-txt-area01 p span{
    font-size: 25px;
    margin-top: 5px;
}
.container .gender-txt-area01 p span::before{
    content: '(';
    padding-right: 8px;
}
.container .gender-txt-area01 p span::after{
    content: ')';
    padding-left: 8px;
}
.container .gender-txt-area02{
    margin-left: 65px;
}
.container .gender-txt-area02 .gender-ttl h2{
    font-family: "FannDorenGrotesque";
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.container .gender-txt-area02 .gender-caption{
    display: flex;
    justify-content: center;
    align-items: center;
}
.container .gender-txt-area02 .gender-caption p{
    font-family: 'Noto Sans JP';
    font-size: 17px;
}
.container .gender-txt-area02 .gender-caption a{
    width: 16px;
    height: 16px!important;
    padding-left: 12px;
}
.container .gender-txt-area03 p{
    font-size: 11.7px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e11e14;
    border-radius: 13.5px;
    height: 27px;
    line-height: 27px;
    width: 123px;
    margin-top: 58px;
}
.container .slipon .gender-txt-area03 p{
    border: 1px solid #006be1;
}
.container .gender-txt-area03 p:last-child{
    margin-top: 4px;

}
.gender-comment-area{
    width: 380px;
    position: relative;
    margin: 0 auto 15px;
}
.gender-comment-area:last-child{
    /* margin-bottom: 0; */
}
.gender-comment-area img{
    width: 73px;
    position: absolute;
    top: 0;
    right: 25px;
    z-index: 1;
}
.gender-comment-area.br img{
    top: 15px;
}
.reverse.gender-comment-area img{
    width: 73px;
    position: absolute;
    top: 0;
    right: auto;
    left: 25px;
    z-index: 1;
}
.gender-comment-area .gender-comment-ttl{
    font-size: 16px;
}
.gender-comment-area.br .gender-comment-ttl{
    display: flex;
}
.reverse.gender-comment-area .gender-comment-ttl{
    text-align: right;
}
.gender-comment-area .gender-comment-ttl span{
    font-family: "FannDorenGrotesque";
    font-weight: bold;
    font-size: 25px;
    padding-right: 10px;
}

.speechBubble {
    position: relative;
    display: block;
    width: 377px;
    margin: 15px auto 0;
    padding: 20px 30px;
    border: 1px solid #e11e14;
    background-color: #ffffff;
    box-sizing: border-box;
}
.slipon .speechBubble {
    border: 1px solid #006be1;
}
.speechBubble p{
    font-size: 12px;
    font-weight: 400;
    line-height: 1.66;
    margin-bottom: 10px;
}
.speechBubble p span{
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.66;
    font-family: "FannDorenGrotesque";
    text-align: center;
    padding-bottom: 20px;
}

.speechBubble::before {
    content: "";
    position: absolute;
    top: 0;
    left: 65%;
    border-style: solid;
    border-width: 0 0 15px 17px;
    border-color: transparent transparent #e11e14;
    translate: -50% -100%;
    transform: skew(-25deg);
    transform-origin: bottom;
}
.slipon .speechBubble::before {
    border-color: transparent transparent #006be1;
}
.reverse .speechBubble::before {
    left: 35%;
    border-width: 0 17px 15px 0;
    transform: skew(25deg);
}

.speechBubble::after {
    content: "";
    position: absolute;
    top: 0;
    left: 65%;
    border-style: solid;
    border-width: 0 0 12.8px 14.5px;
    border-color: transparent transparent #ffffff;
    translate: calc(-50% + 0.3px) -100%;
    transform: skew(-25deg);
    transform-origin: bottom;
}
.reverse .speechBubble::after {
    left: 35%;
    border-width: 0 14.5px 12.8px 0;
    translate: calc(-50% - 0.3px) -100%;
    transform: skew(25deg);
}
.pu-item{
    margin-bottom: 100px;
}
.slipon .pu-item{
    color: #006be1;
}
.pu-item h2{
    font-family: "FannDorenGrotesque";
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    margin-bottom: 37px;
}
.pu-item img{
    width: 600px;
    margin: 0 auto;
}
.pu-item p{
    padding-top: 17px;
    text-align: center;
}



#rift{
    padding-top: 50px;
}

.nike-kids-show{
  margin-top: 60px;
}
.nike-kids-txt{
  display: flex;
  justify-content: space-between;
  width: 777px;
  margin: 60px auto;
  color: #231815;
}

.nike-kids-txt p{
  text-align: left;
}
.nike-kids-txt .nike-kids-txt-fx p{
  font-size: 15px;
}
.nike-kids-txt .nike-kids-txt-fx h2{
  font-size: 21px;
  /* padding-top: 40px; */
  padding-top: 15px;
  font-family: 'Noto Sans JP';
  font-weight: 500;
}
.nike-kids-txt p.nike-kids-txt_r{
  width: 395px;
  font-size: 14px;
}

.contents{
  width: 500px;
  margin: 60px auto 100px;
}
.contents h2{
  font-size: 20px;
  text-align: center;
  font-family: "FannDorenGrotesque";
  font-weight: 500;
  margin-bottom: 35px;
}
.contents-txt-area{
  width: 500px;
  position: relative;
}
.contents-txt-area img{
  position: relative;
  width: 500px;
  padding-left: 25px;
  z-index: 2;
}
.contents-txt-area p{
  position: absolute;
  color: #fff;
  font-family: "FannDorenGrotesque";
  font-weight: 500;
  font-size: 15px;
}
.contents-txt-area p.contents-txt01{
  position: absolute;
  transform: rotate(9deg);
  top: 0;
  right: 90px;
  z-index: 3;
}
.contents-txt-area p.contents-txt02{
  position: absolute;
  transform: rotate(-9.5deg);
  top: 117px;
  left: -20px;
  z-index:100;
}
.contents-txt-area p.contents-txt03{
  position: absolute;
  transform: rotate(-16deg);
  bottom: 20px;
  right: 85px;
  z-index: 3;
}
.contents-txt-area p.contents-txt04{
  position: absolute;
  transform: rotate(6deg);
  bottom: -18px;
  left: 55px;
}

.about-area{
    background-color: #fff;
    border-top:1px solid #e11e14;
    border-bottom:1px solid #e11e14;
}
.about-area .about-contents{
    width: 704px;
    margin: 0 auto;
    border: 1px #e11e14 solid;
    border-bottom: none;
    padding: 50px 0;
}
.about-area .about-contents:first-child{
    border-top: none;
}
.about-area .about-contents .about-txt-area h2{
    font-family: 'Noto Sans JP';
    font-size: 17px;
    text-align: center;
    padding-bottom: 20px;
    font-weight: normal;
    letter-spacing: 1px;
}
.about-area .about-contents .about-txt-area p{
    font-family: 'FannDorenGrotesque';
    text-align: center;
    font-size: 13px;
    padding-bottom: 30px;
}
.about-area .about-contents img{
    width: 379px;
    margin: 0 auto;
}
.about-area .about-contents p.about-txt{
    width: 430px;
    margin: 40px auto 0;
}
.point-area{
    position: relative;
    width: 835px;
    margin: 50px auto;
}
.point-area .point-subtxt{
    position: absolute;
    top: 10px;
    right: 0;
}
.point-area h2{
    font-size: 35px;
    font-family: "FannDorenGrotesque";
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}
.point-area .point-fx-area .point-fx{
    display: flex;
    justify-content: space-between;
}
.point-area .point-fx-area .point-fx li{
    position: relative;
    width: 188px;
}
.point-area .point-fx-area .point-fx li h3{
    font-size: 13px;
    text-align: center;
    font-family: 'Noto Sans JP';
    font-weight: 500;
    margin-bottom: 16px;
}
.point-area .point-fx-area .point-fx li img{
    border-top: 1px #e11e14 solid;
    border-bottom: 1px #e11e14 solid;
}
.point-area .point-fx-area .point-fx li p{
    font-size: 12px;
}
.point-area .point-fx-area .point-fx li .point-index{
    text-align: center;
    padding-bottom: 20px;
}
.point-area .point-fx-area .point-fx li .point-index span{
    position: absolute;
    left: 0;
}
.point-area .point-fx-area .point-fx li .point-txt{
    height: 10rem;
    font-size: 11px;
    padding: 26px 0;
    border-bottom: 1px #e11e14 solid;
}
.oldskool-main{
    position: relative;
    background-color: #e11e14;
    color: #fff;
    padding: 25px 0 30px;
    text-align: center;
}
.slipon-main{
    position: relative;
    background-color: #006be1;
    color: #fff;
    padding: 25px 0 30px;
    text-align: center;
}
.oldskool-main .sub-txt,
.slipon-main .sub-txt{
    font-family: "FannDorenGrotesque";
    font-size: 13px;
    text-align: center;
}
.oldskool-main h2,
.slipon-main h2{
    position: relative;
    font-family: "FannDorenGrotesque";
    font-weight: bold;
    font-size: 45px;
    text-align: center;
    top: 30px;
}
.oldskool-main img,
.slipon-main img{
    width: 258px;
    margin: 0 auto 16px;
}
.oldskool-main a,
.slipon-main a{
    display: block;
    text-align: center;
    line-height: 50px;
    width: 190px;
    height: 50px;
    color: #e11e14;
    background-color: #fff;
    margin: 30px auto 0;
    font-family: "FannDorenGrotesque";
    font-size: 20px;
    letter-spacing: 0.4em;
}
.slipon-main a{
    color: #006be1;
}
.flower{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 670px;
    display: flex;
    margin: 35px auto 0;
    justify-content: space-between;
}
.flower div{
    width: 216px;
}
.flower div:first-child ul:first-child li{
    padding-top: 0;
}
.flower div:first-child ul:last-child li{
    padding-bottom: 0;
}
.flower div:last-child ul:first-child li{
    padding-top: 0;
}
.flower div:last-child ul:last-child li{
    padding-bottom: 0;
}
.flower ul{
    display: flex;
    justify-content: center;
}
.flower ul:nth-child(even){
    justify-content: space-between;
}
.flower ul li{
    padding: 40px 0;
}
.flower ul li img{
    width: 38px;
    margin: 0;
}


.anim-box.randomkaiten {
    animation: randomkaiten 5s infinite;
    opacity: 1;
}
.anim-box.s3 {
    animation: randomkaiten 10s infinite;
}
.anim-box.s4 {
    animation: randomkaiten 15s infinite;
}
.anim-box.s10 {
    animation: randomkaiten 20s infinite;
}

.anim-box.delay{
  animation-delay:1s;
}
.anim-box.delay1-5{
  animation-delay:1.5s;
}
.anim-box.delay2{
  animation-delay:2s;
}
@keyframes randomkaiten {
    0% {
        transform: rotate(0deg);
    }
    10%{
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.marker {
  background:linear-gradient(transparent 0%, #e11e14 0%);
  display: inline;

  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;

  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;

  /* マーカーが引かれる速度を指定 */
  transition:background-size 1.5s;
  padding: 4px;
}

/* マーカーが引かれる際に付与するクラス */
.marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}

.marker a {
  color:#fff;
  text-decoration: none;
}



.markerrift {
  background:linear-gradient(transparent 0%, #71C2DE 0%);
  display: inline;

  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;

  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;

  /* マーカーが引かれる速度を指定 */
  transition:background-size 1.5s;
  padding: 3px;
}

/* マーカーが引かれる際に付与するクラス */
.markerrift.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}

.nike-kids-item_ttl .marker,
.nike-kids-item_ttl .markerrift{
  font-family: "greycliff-cf", sans-serif;
}


#rift .baby .markerrift {
  background-size: 100% 0%;
}
#rift .baby .markerrift.on {
  background-size: 100% 100%;
}
.nike-kids-item{
  position: relative;
}
.nike-kids-item_sub{
  position: absolute;
  top: 0;
  left: 200px;
  color: #e11e14;
  font-size: 29.3px;
  font-family: "hanken-grotesk", sans-serif;
  font-weight: bold;
  line-height: 1;
}
#rift .nike-kids-item_sub{
  color: #71C2DE;
  top: 50px;
}
.nike-kids-item .nike-kids-item_ttl{
  color: #71C2DE;
  font-size: 17px;
  text-align: center;
}

#rift .nike-kids-item_ttl{
  color: #e11e14;
}

.nike-kids-item p img{
  width: 520px;
  margin: 40px auto 0;
}

.nike-kids-item_fx{
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.nike-kids-item_fx .rotate{
  transform: rotate(90deg);
  display: inline-block;
  white-space: nowrap;
  justify-content: space-between;
  line-height: 1;
  height: 1em;
  width: 1em;
}

.nike-kids-item_fx_image_area .rotate{
  color: #e11e14;
  font-family: "greycliff-cf", sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin-top: -250px;
}

#rift .nike-kids-item_fx_image_area .rotate{
  color: #71C2DE;
}

#rift .nike-kids-item_fx_image_area .image-txt:first-child{
  margin-top: -210px;
}

.nike-kids-item_fx_image_area{
  width: 350px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}

/* .nike-kids-item_fx_image_area p.image-txt{
  margin-top: 70px;
} */

.nike-kids-item_fx_image{
  width: 270px;
}

.nike-kids-item_fx_image p{
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}

.nike-kids-item_fx_image a{
  width: 190px;
  font-size: 13px;
  padding: 20px 10px;
  background-color: #e11e14;
  color: #fff;
  display: inline-block;
  margin: 35px auto 0;
  text-align: center;
  transition: .3s all;
}

#rift .nike-kids-item_fx_image a{
  background-color: #71C2DE;
}

#NikeKidsMain .nike-kids-item_fx_image img{
  width: 270px;
}

.side-txt{
  width: 50px;
  color: #e11e14;
  font-family: "greycliff-cf", sans-serif;
  font-weight: bold;
}

#rift .side-txt{
  color: #71C2DE;
}
.w720{
  max-width: 720px;
  margin: 0 auto;
}
.kids,
.baby{
  margin: 90px auto 0;
}

.kids_ttl,
.baby_ttl{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kids_ttl p,
.baby_ttl p{
  font-size: 13px;
  line-height: 10px;
  color: #e11e14;
  font-family: "greycliff-cf", sans-serif;
  font-weight: bold;
}
.kids_ttl p:last-child,
.baby_ttl p:last-child{
  line-height: 25px;
  border-bottom: 1px solid #e11e14;
}
#rift .kids_ttl p:last-child,
#rift .baby_ttl p:last-child{
  line-height: 25px;
  border-bottom: 1px solid #71C2DE;
}

#rift .kids_ttl p,
#rift .baby_ttl p{
  color: #71C2DE;
}
#rift .kids_ttl p:last-child,
#rift .baby_ttl p:last-child{
  border-bottom: 1px solid #71C2DE;
}
.kids_ttl p span,
.baby_ttl p span{
  font-size: 30px;
  margin-left: 20px;
  font-family: "hanken-grotesk", sans-serif;
}

.kids_photo_01,
.baby_photo_01{
  position: relative;
}

.kids_photo_01 .kids_photo_01_ttl,
.baby_photo_01 .baby_photo_01_ttl{
  font-size: 25px;
  color: #e11e14;
  font-family: "greycliff-cf", sans-serif;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: -33px;
  left: 45%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  z-index: 2;
}

#rift .kids_photo_01 .kids_photo_01_ttl,
#rift .baby_photo_01 .baby_photo_01_ttl{
  color: #71C2DE;
}

.kids_photo_01_ttl span,
.baby_photo_01_ttl span{
  font-size: 48px;
  margin-left: 40px;
  font-family: "rl-aqva", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.kids_photo_01_1{
  /* position: relative; */
  width: 380px;
  margin: 70px auto 0;
}

.baby_photo_01_1{
  width: 315px;
  margin: 70px 90px 0 auto;
}

#rift .baby_photo_01_1 {
    width: 350px;
    width: 350px;
    margin: 70px auto 0 50px;
}

.kids_photo_01 .kids_photo_01_txt{
  position: absolute;
  bottom: -15px;
  right: 0;
}

#rift .kids_photo_01 .kids_photo_01_txt {
  position: absolute;
  bottom: 100px;
  left: 100px;
}
.baby_photo_01 .baby_photo_01_txt{
  position: absolute;
  top: 300px;
  right: 0;
}
#rift .baby_photo_01 .baby_photo_01_txt{
  writing-mode: vertical-rl;
  top: 160px;
  right: 180px;
  z-index: 2;
}
.kids_photo_01 .marker,
.baby_photo_01 .marker{
  opacity: 0;
  transition: 2s;
  color: #fff;
  font-size: 16.2px;
  line-height: 2.5;
}

.kids_photo_01 .marker.on,
.baby_photo_01 .marker.on{
  opacity: 1;
  color: #fff;
  font-size: 16.2px;
  line-height: 2.5;
  transition: 2s;
}

.kids_photo_01 .markerrift,
.baby_photo_01 .markerrift{
  opacity: 0;
  transition: 2s;
  color: #fff;
  font-size: 16.2px;
  line-height: 2.5;
}

.kids_photo_01 .markerrift.on,
.baby_photo_01 .markerrift.on{
  opacity: 1;
  color: #fff;
  font-size: 16.2px;
  line-height: 2.5;
  transition: 2s;
}



.kids_photo_02{
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 50px auto;
}

#rift .kids_photo_02{
  position: relative;
  display: block;
  justify-content: space-between;
  margin: 50px auto;
}

.kids_photo_02 .absolute{
  position: absolute;
  left: 100px;
  bottom: -150px;
  width: 332px;
  z-index: 2;
}

#rift .kids_photo_02 .absolute{
  position: absolute;
  left: auto;
  right: 120px;
  top: 30px;
  bottom: auto;
  width: 302px;
}
.kids_photo_02_1{
  width: 390px;
}
#rift .kids_photo_02_1{
  width: 380px;
}
.kids_photo_02_2{
  width: 240px;
  margin-top: 100px;
}
#rift .kids_photo_02_2{
  position: absolute;
  width: 185px;
  margin-top: 0;
  top: -200px;
  right: 0;
}
#rift .kids_photo_02_3{
  width: 420px;
  margin-left: auto;
  margin-top: -120px;
}
#rift .kids_photo_02_4{
  display: flex;
  justify-content: space-between;
  width: 534px;
}
#rift .kids_photo_02_4 img{
  width: 258px;
}


.fuwafuwa {
  animation: fuwafuwa 2.5s ease-in-out infinite alternate;
  display: inline-block;
  transition: 1.25s ease-in-out;
  width: 332px;
  margin-top: 15px;
}

@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-5deg);
  }
  50% {
    transform:translate(0, -5px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(5deg);
  }
}

.box {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(150px);
}
.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scrollDown{
  position: absolute;
  bottom: 80px;
  right: 50%;
  animation: scrollDown 1s ease-in-out infinite;
}
@keyframes scrollDown{
  0% {bottom: 10%}
  50% {bottom: 15%}
  100% {bottom: 10%}
}
.scrollDown span{
  position: absolute;
  left: -25px;
  bottom: 10px;
  font-size: 0.8em;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
}
.scrollDown::before{
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  bottom: 0;
  right: -6px;
  transform: skew(-30deg);
}
.scrollDown::after{
  position: absolute;
  content: "";
  width: 1px;
  height: 60px;
  bottom: 0;
  right: 0;
}





.baby_photo_01_2{
  width: 235px;
  margin-top: -150px;
}

#rift .baby_photo_01_2{
  width: 270px;
  margin: -230px 0 0 auto;
}

.baby_photo_01_3{
  width: 433px;
  margin-top: -100px;
  margin-left: auto;
}

#rift .baby_photo_01_3{
  width: 342px;
  margin-top: -80px;
  margin-right: auto;
  margin-left: 0;
}

.baby_photo_01_4{
  width: 295px;
  margin-top: -120px;
  margin-left: 55px;
}

#rift .baby_photo_01_4{
  display: flex;
  justify-content: space-between;
  width: 446px;
  margin-top: -30px;
  margin-left: auto;
  margin-right: 50px;
}

#rift .baby_photo_01_4 img{
  width: 218px;
}

.quick-drying,
.socks-arrange{
  margin-top: 90px;
  padding-bottom: 70px;
}
.quick-drying .qd_ttl{
  color: #e11e14;
  text-align: center;
  font-size: 43px;
  font-family: "rl-aqva", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.socks-arrange .sa_ttl{
  color: #71C2DE;
  text-align: center;
  font-size: 43px;
  font-family: "rl-aqva", sans-serif;
  font-weight: 900;
  font-style: normal;
  margin-bottom: 50px;
}

.quick-drying .qd_photo{
    position: relative;
    margin-top: 40px;
}
.socks-arrange .sa_photo{
    position: relative;
    margin-top: 40px;
}
.socks-arrange .sa_photo .sa_photo_01{
    position: absolute;
    width: 255px;
    top: -130px;
}
.socks-arrange .sa_photo .sa_photo_02{
    margin-top: 180px;
    margin-right: 0;
    margin-left: auto;
    width: 533px;
}
.socks-arrange .sa_photo .sa_photo_03{
    width: 358px;
    margin-top: -50px;
}

.qd_txt_tate{
  position: absolute;
  top: -60px;
  left: 30px;
  writing-mode: vertical-rl;
  font-size: 16.2px;
  line-height: 1.8;
  color: #fff;
  display: flex;
  flex-direction: column-reverse;
}

.sa_txt_sub{
  display: inline;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16.2px;
  line-height: 1.8;
  color: #fff;
}
.qd_txt_tate p{
  margin: 0 2px;
  background-color: #e11e14;
  padding: 5px 0;
}
.sa_txt_sub p{
  display: inline;
  margin: 0;
  background-color: #71C2DE;
  padding: 5px 0;
}
.qd_txt{
  font-size: 12px;
  line-height: 1.6;
  color: #fff;
  width: 50%;
  margin-left: auto;
  margin-top: 35px;
}
.sa_txt{
  font-size: 12px;
  line-height: 1.6;
  color: #fff;
  width: 255px;
  margin-left: auto;
  margin-top: -135px;
}


.point{
  position: relative;
  background-color: #F8F7F4;
  padding: 50px 0;
}
.point_side-txt{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 8em;
  align-items: flex-start;
}
.point_side-txt p{
  transform: rotate(90deg);
  line-height: 1;
  width: 1em;
  display: inline;
  white-space: nowrap;
  color: #3C3CCD;
  font-size: 12px;
  font-family: "greycliff-cf", sans-serif;
  font-weight: bold;
  margin: 0 2em;
}
.point_cont{
  position: relative;
  width: 845px;
  margin: 0 auto;
  border: 1.5px solid #3C3CCD;
  border-radius: 25px;
  padding: 50px 0;
}
.point_ttl{
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  margin-bottom: 15px;
  color: #3C3CCD;
}
.point_fx_cont{
  width: 720px;
  margin: 0 auto;
  color: #3C3CCD;
}
#rift .point_fx_cont,
#rift .point_ttl,
#rift .point_side-txt p{
  color: #FF9500;
}
#rift .point_cont{
  border: 1.5px solid #FF9500;
}
.point_fx{
  display: flex;
  justify-content: space-between;
}
.point_fx li{
  width: 225px;
}
.point_fx li div h4{
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
  margin: 20px auto;
  font-weight: bold;
}
.point_fx li div p{
  font-size: 11px;
  line-height: 1.6;
}

#gizagiza{
  display: inline;
}

.gizagiza{
  position: absolute;
  top: -4%;
  right: 8%;
}
.gizagiza span{
  display: inline-block;
  background: url(https://img.abc-mart.net/img/event/2025/2506_nike_kids/point-b.png);
  background-size: 114px;
  width: 114px;
  height: 114px;

  text-align: center;
  line-height: 114px;
  color: #fff;
  font-size: 17.45px;
  font-family: "greycliff-cf", sans-serif;
  font-weight: bold;
  font-style: normal;
}
#gizagiza-o .gizagiza span{
  background: url(https://img.abc-mart.net/img/event/2025/2506_nike_kids/point-o.png);
  background-size: 114px;
}

.sizeguide{
  width: 720px;
  margin: 60px auto 0;
}
.sg_ttl{
  color: #e11e14;
  text-align: center;
  font-size: 40px;
  font-family: "rl-aqva", sans-serif;
  font-weight: 900;
  font-style: normal;
}
#rift .sg_ttl{
  color: #71C2DE;
  text-align: center;
  font-size: 40px;
  font-family: "rl-aqva", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.sg_subttl {
    text-align: center;
    margin-bottom: 30px;
}
.sg_subttl span {
    position: relative;
    padding: 0.5rem 0;
    border-bottom: 2px solid;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    display: inline;
}

.sg_subttl span:before,
.sg_subttl span:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

.sg_subttl span:before {
    border: 16px solid;
    border-color: transparent;
    border-top-color: #fff;
    margin-left: -16px;
}

.sg_subttl span:after {
    border: 12px solid;
    border-color: transparent;
    border-top-color: #71C2DE;
    margin-left: -12px;
}

#rift .sg_subttl span:after {
    border-top-color: #e11e14;
}

.size-fukidashi {
  position: absolute;
  left: -10px;
  top: -25px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 15px;
  background-color: #e11e14;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  z-index: 2;
}

#rift .size-fukidashi {
  background-color: #71C2DE;
}

.sg_comment_02 .size-fukidashi {
  left: auto;
  right: -10px;
}

.size-fukidashi::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #e11e14 transparent transparent;
  translate: -50% 100%;
}

#rift .size-fukidashi::after {
  border-color: #71C2DE transparent transparent;
}

.sg_comment_01,
.sg_comment_02,
.sg_comment_03{
  width: 320px;
  position: relative;
  margin-top: 50px;
}
.sg_comment_02{
  margin-left: auto;
  margin-top: -350px;
}
.sg_comment_03 {
  margin-top: -120px;
}

.sg_comment_top {
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.sg_comment_02 .sg_comment_top {
  justify-content: flex-start;
}
.sg_comment_top p{
  color: #e11e14;
  font-family: "greycliff-cf", sans-serif;
  margin-bottom: 0.5em;
}
#rift .sg_comment_top p{
  color: #71C2DE;
}
.voice h4{
  font-size: 16px;
  font-family: "greycliff-cf", sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 20px auto 10px;
  color: #e11e14;
}
#rift .voice h4{
  color: #71C2DE;
}

.voice p{
  font-size: 12px;
  color: #fff;
}

.pu-items{
  margin-top: 90px;
  padding-bottom: 70px;
  text-align: center;
}
.movie{
  color: #006be1;
}
.movie-items{
  padding-bottom: 50px;
  text-align: center;
}
.movie-items_toptxt{
  font-size: 13px;
  margin-bottom: 65px;
  line-height: 1.7;
}
.movie-items_btmtxt{
  font-size: 10px;
  margin-top: 40px;
  font-family: 'FannDorenGrotesque';
  line-height: 1.4;
}
.pu-items .pu-items_ttl,
.movie-items .movie-items_ttl{
  text-align: center;
  font-size: 35px;
  font-family: 'FannDorenGrotesque';
  font-weight: bold;
}
.movie-items_subttl{
  text-align: center;
  font-size: 14px;
  font-family: 'FannDorenGrotesque';
  margin-bottom: 40px;
}
#rift .pu-items .pu-items_ttl{
  color: #71C2DE;
}
.pu-items .pu-items_photo,
.movie-items .movie-items_photo{
  width: 600px;
  position: relative;
  margin: 40px auto 0;
}
.pu-items .pu-items_photo .slick-list,
.movie-items .movie-items_photo .slick-list{
  padding: 0!important;
}
.pu-items_txt,
.movie-items_txt{
  width: 600px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  line-height: 1.85;
  text-align-last: left;
  color: #fff;
  margin: 20px auto 0;
}
.pu-items_txt p{
  max-width: 375px;
}
.pu-items_txt .pu-items_dtl{
  font-size: 14px;
  line-height: 1.25;
  font-family: "greycliff-cf", sans-serif;
  font-weight: bold;
  color: #e11e14;
  margin-left: auto;
  margin-top: 15px;
}
#rift .pu-items_txt .pu-items_dtl{
  color: #71C2DE;
}
.pu-items a{
  width: 190px;
  font-size: 13px;
  padding: 20px 10px;
  background-color: #e11e14;
  color: #fff;
  display: inline-block;
  margin: 35px auto 0;
  text-align: center;
  transition: .3s all;
}

#rift .pu-items a{
  background-color: #71C2DE;
}


.pu-items a:hover,
.nike-kids-item_fx_image a:hover{
  opacity: .7;
  text-decoration: none;
  transition: .3s all;
}

.movie-area{
  width: 450px;
  margin: 0 auto;
}

