@charset "UTF-8";

/* ===============================================### 
共通設定
###=============================================== */
.em250212PUMA{
  --font-ja:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  --font-en01: "questa-grande", serif;
  --font-en02: "pragmatica", sans-serif;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-red : #df2e35;
  color: #000000;
  overflow: hidden;
}

.em250212PUMA img,
.em250212PUMA svg{
  width: 100%;
  height: auto;
}

/* ===========### PC版用設定 ###=========== */
@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}

@media screen and (min-width: 767px) {
  #footer_emmi{
    margin-top: 94px;
  }

  .pc-visible{
    display: block;
  }

  .sp-visible{
    display: none;
  }

  #em250212PUMA .image-bg{
    background-color: #fff;
  }

  #em250212PUMA .image-bg a:hover{
    opacity: 0.7;
  }
}

/* ===========### SP版用設定 ###=========== */
@media screen and (max-width: 767px) {
  html {
    font-size: calc(10 * (100vw/750));
  }

  #footer_emmi {
    margin-top: 0;
    padding-top: calc(139 * (100vw / 750));
  }

  .pc-visible{
    display: none;
  }

  .sp-visible{
    display: block;
  }
}


/* ===============================================### 
アニメーション設定
###=============================================== */
.em250212PUMA .js-fade-up{
  opacity: 0;
  transform: translate3d(0, 10rem, 0) scale(1);
  transition: ease-in, opacity 1000ms, transform 1000ms;
}

.em250212PUMA .js-fade-up.show{
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}


/* ===============================================### 
コンテンツ共通設定
###=============================================== */
.em250212PUMA .flex-wrapper{
  display: flex;
}

.em250212PUMA .grid-wrapper{
  display: grid;
}

/************** text **************/
.em250212PUMA .credit{
  font-family: var(--font-en02);
  font-size: 1.4rem;
  line-height: 1.85;
  font-weight: 300;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.em250212PUMA .credit a{
  display: inline-block;
}

.em250212PUMA .credit .credit-unvisible:hover{
  opacity: 1;
}

/************** image **************/
.em250212PUMA .text__image{
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .em250212PUMA .grid-wrapper{
    display: block;
  }

  /************** text **************/
  .em250212PUMA .credit{
    font-size: calc(22 * (100vw / 750));
    line-height: 1.81;
  }
}



/* ===============================================### 
MV
###=============================================== */
.em250212PUMA .mv{
  margin-top: 6rem;
}

.em250212PUMA .mv .content-inner{
  width: 100rem;
  margin-inline: auto;
}

/************** text **************/
.em250212PUMA .mv__text{
  margin-top: 7.5rem;
  font-family: var(--font-ja);
  font-size: 1.4rem;
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: center;
}

/************** image **************/
.em250212PUMA .mv__image{
  width: 100%;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .em250212PUMA .mv{
    margin-top: 0;
  }

  .em250212PUMA .mv .content-inner{
    width: calc(750 * (100vw / 750));
  }

  /************** text **************/
  .em250212PUMA .mv__text{
    margin-top: calc(70 * (100vw / 750));
    font-size: calc(24 * (100vw / 750));
  }
}




/* ===============================================### 
Speed Cat
###=============================================== */
.em250212PUMA .speed-cat{
  margin-top: 9.1rem;
}

.em250212PUMA .speed-cat .content-inner{

}

.em250212PUMA .speed-cat .content__item01{
  position: relative;
  width: fit-content;
  margin-inline: auto;
}

.em250212PUMA .speed-cat .content__item02{
  width: 84rem;
  margin-top: 10rem;
  margin-inline: auto;
}

.em250212PUMA .speed-cat .grid-wrapper{
  grid-template-columns: repeat(2, 1fr);
}

.em250212PUMA .speed-cat .image-wrapper{
  position: relative;
  width: fit-content;
}

/************** slide **************/
.em250212PUMA .speed-cat .content__item01 .fade-slide{
  width: 40.5rem;
}

.em250212PUMA .speed-cat .content__item02 .fade-slide{
  width: 42rem;
}

/************** text **************/
.em250212PUMA .speed-cat .credit{
  margin-top: 2.5rem;
  text-align: center;
}

/*** 微調整 ***/
.em250212PUMA .speed-cat .credit .credit02,
.em250212PUMA .speed-cat .credit .credit04,
.em250212PUMA .speed-cat .credit .credit06{
  margin-left: 0.7rem;
}


/************** image **************/
.em250212PUMA .speed-cat .text__image{
  width: 19rem;
  top: 2.8rem;
  left: 11rem;
}

.em250212PUMA .speed-cat .content__item02 .content__image.image01{
  width: 42rem;
}

.em250212PUMA .speed-cat .content__item02 .content__image.image02{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  width: 33.7rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .em250212PUMA .speed-cat{
    margin-top: calc(104 * (100vw / 750));
  }

  .em250212PUMA .speed-cat .content-inner{

  }

  .em250212PUMA .speed-cat .content__item01{
  }

  .em250212PUMA .speed-cat .content__item02{
    width: calc(750 * (100vw / 750));
    margin-top: calc(121 * (100vw / 750));
  }

  /* .em250212PUMA .speed-cat .grid-wrapper{
    grid-template-columns: repeat(2, 1fr);
  } */

  .em250212PUMA .speed-cat .image-wrapper{
  }

  .em250212PUMA .speed-cat .flex__item02{
    margin-top: calc(80 * (100vw / 750));
  }

  /************** grid **************/
  .em250212PUMA .speed-cat .content__item02 .grid__item02{
    margin-top: calc(70 * (100vw / 750));
  }

  /************** slide **************/
  .em250212PUMA .speed-cat .content__item01 .fade-slide{
    width: calc(750 * (100vw / 750));
  }

  .em250212PUMA .speed-cat .content__item02 .fade-slide{
    width: calc(600 * (100vw / 750));
    margin-inline: auto;
  }

  /************** text **************/
  .em250212PUMA .speed-cat .credit{
    margin-top: calc(33 * (100vw / 750));
  }

  /*** 微調整 ***/
  .em250212PUMA .speed-cat .credit .credit02,
  .em250212PUMA .speed-cat .credit .credit04,
  .em250212PUMA .speed-cat .credit .credit06{
    margin-left: calc(13 * (100vw / 750));
  }


  /************** image **************/
  .em250212PUMA .speed-cat .text__image{
    width: calc(362 * (100vw / 750));
    top: calc(53 * (100vw / 750));
    left: calc(198 * (100vw / 750));
  }

  .em250212PUMA .speed-cat .content__item02 .content__image.image01{
    width: calc(750 * (100vw / 750));
  }

  .em250212PUMA .speed-cat .content__item02 .content__image.image02{
    width: calc(588 * (100vw / 750));
  }
}



/* ===============================================### 
Palermo
###=============================================== */
.em250212PUMA .palermo{
  margin-top: 11.1rem;
}

.em250212PUMA .palermo .content-inner{
  width: 113rem;
  margin-inline: auto;
}

.em250212PUMA .palermo .content__item01{
  position: relative;
  width: fit-content;
}

.em250212PUMA .palermo .content__item02{
  
}

.em250212PUMA .palermo .content__item03{
}

/************** slide **************/
.em250212PUMA .palermo .fade-slide{
  width: 40.5rem;
}

.em250212PUMA .palermo .loop-slide{
  width: 51rem;
}

.em250212PUMA .palermo .loop-slide .swiper-slide{
  width: 33rem;
  /* overflow: hidden; */
}

.em250212PUMA .palermo .loop-slide .swiper-slide.slide01{
  margin-top: 6rem;
}

.em250212PUMA .palermo .loop-slide .swiper-slide.slide02 img{
  /* overflow: hidden;
  clip-path: inset(0 0 0 1rem);
  left: -1rem; */
  /* position: relative;
  left: -16rem; */
}

/************** grid **************/
.em250212PUMA .palermo .grid-wrapper{
  grid-template-columns: 32.7rem 12.3rem 17.1rem 11.1rem 39.8rem;
  grid-template-rows: 54rem 10.1rem 30.1rem 37.3rem 12.6rem;
  margin-left: 3.5rem;
}

.em250212PUMA .palermo .grid__item01{
  grid-column: 2/5;
  grid-row: 1/2;
}

.em250212PUMA .palermo .grid__item02{
  grid-column: 1/3;
  grid-row: 3/5;
}

.em250212PUMA .palermo .grid__item03{
  grid-column: 4/6;
  grid-row: 4/6;
}

/************** text **************/
.em250212PUMA .palermo .credit{
  margin-top: 2.5rem;
}

.em250212PUMA .palermo .credit .credit02,
.em250212PUMA .palermo .credit .credit04{
  margin-left: 0.7rem;
}

/************** image **************/
.em250212PUMA .palermo .text__image{
  top: 9.7rem;
  right: -7rem;
  width: 9.3rem;
}

.em250212PUMA .palermo .content__item02 .content__image{
  width: 45rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .em250212PUMA .palermo{
    margin-top: calc(140 * (100vw / 750));
  }

  .em250212PUMA .palermo .content-inner{
    width: calc(750 * (100vw / 750));
  }

  .em250212PUMA .palermo .content__item01{
  }

  .em250212PUMA .palermo .content__item02{
    width: fit-content;
    margin-top: calc(121 * (100vw / 750));
    margin-inline: auto;
  }

  .em250212PUMA .palermo .content__item03{
    margin-top: calc(91 * (100vw / 750));
  }

  /************** grid **************/
  .em250212PUMA .palermo .grid-wrapper{
    margin-left: 0;
  }

  /************** slide **************/
  .em250212PUMA .palermo .fade-slide{
    width: calc(585 * (100vw / 750));
  }

  .em250212PUMA .palermo .loop-slide{
    width: calc(990 * (100vw / 750));
  }

  .em250212PUMA .palermo .loop-slide .swiper-slide{
    width: calc(495 * (100vw / 750));
  }

  .em250212PUMA .palermo .loop-slide .swiper-slide.slide01{
    margin-top: 0;
  }

  .em250212PUMA .palermo .loop-slide{
    overflow: hidden;
    clip-path: inset(0 0 0 24rem);
    left: -24rem;
  }

  .em250212PUMA .palermo .loop-slide .swiper-slide.slide02 img{
    /* position: relative;
    left: -1rem; */
    /* overflow: hidden;
    clip-path: inset(0 0 0 1rem);
    left: -1rem; */
  }

  /************** text **************/
  .em250212PUMA .palermo .credit{
    margin-top: calc(33 * (100vw / 750));
    text-align: center;
  }

  .em250212PUMA .palermo .credit .credit02,
  .em250212PUMA .palermo .credit .credit04{
    margin-left: calc(13 * (100vw / 750));
  }

  /************** image **************/
  .em250212PUMA .palermo .text__image{
    top: calc(57 * (100vw / 750));
    right: calc(-146 * (100vw / 750));
    width: calc(171 * (100vw / 750));
  }

  .em250212PUMA .palermo .content__item02 .content__image{
    width: calc(675 * (100vw / 750));
  }
}



/* ===============================================### 
Boston Bag
###=============================================== */
.em250212PUMA .boston-bag{
  margin-top: 12.1rem;
}

.em250212PUMA .boston-bag .content-inner{
  width: 95rem;
  margin-inline: auto;
}

.em250212PUMA .boston-bag .content__item01{
  position: relative;
  width: fit-content;
}

.em250212PUMA .boston-bag .content__item02{
  position: relative;
  width: fit-content;
}

.em250212PUMA .boston-bag .content__item03{

}

/************** flex **************/
.em250212PUMA .boston-bag .flex-wrapper{
  justify-content: space-between;
  align-items: end;
}

/************** slide **************/
.em250212PUMA .boston-bag .content__item01 .fade-slide{
  width: 42rem;
}

.em250212PUMA .boston-bag .content__item03 .fade-slide{
  width: 45rem;
}

/************** grid **************/
.em250212PUMA .boston-bag .grid-wrapper{
  grid-template-columns: 24.2rem 1.2rem 11.4rem 30.8rem 30.7rem;
  grid-template-rows: 56rem 10.8rem 7.1rem 41.3rem 18.8rem;
  margin-left: 1rem;
}

.em250212PUMA .boston-bag .grid__item01{
  grid-column: 3/5;
  grid-row: 1/2;
}

.em250212PUMA .boston-bag .grid__item02{
  grid-column: 1/4;
  grid-row: 3/5;
}

.em250212PUMA .boston-bag .grid__item03{
  grid-column: 2/6;
  grid-row: 4/6;
}

/************** text **************/
.em250212PUMA .boston-bag .credit{
  margin-bottom: -0.8rem;
  text-align: right;
}

/************** image **************/
.em250212PUMA .boston-bag .content__item01 .text__image{
  top: 2.7rem;
  right: 2.4rem;
  width: 22.5rem;
}

.em250212PUMA .boston-bag .content__item02 .text__image{
  top: -2.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 34.9rem;
}

.em250212PUMA .boston-bag .content__item01 .content__image{

}

.em250212PUMA .boston-bag .content__item02 .content__image{
  width: 36.9rem;
}

.em250212PUMA .boston-bag .content__item03 .content__image{
  
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .em250212PUMA .boston-bag{
    margin-top: calc(140 * (100vw / 750));
  }

  .em250212PUMA .boston-bag .content-inner{
    width: calc(750 * (100vw / 750));
  }

  .em250212PUMA .boston-bag .content__item01{
  }

  .em250212PUMA .boston-bag .content__item02{
    margin-top: calc(206 * (100vw / 750));
    margin-inline: auto;
  }

  .em250212PUMA .boston-bag .content__item03{
    margin-top: calc(139 * (100vw / 750));
  }

  /************** grid **************/
  .em250212PUMA .boston-bag .grid-wrapper{
    margin-left: 0;
  }

  /************** flex **************/
  .em250212PUMA .boston-bag .flex-wrapper{
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  /************** slide **************/
  .em250212PUMA .boston-bag .content__item01 .fade-slide{
    width: calc(750 * (100vw / 750));
  }

  .em250212PUMA .boston-bag .content__item03 .fade-slide{
    width: calc(750 * (100vw / 750));
  }

  /************** text **************/
  .em250212PUMA .boston-bag .credit{
    margin-top: calc(29 * (100vw / 750));
    margin-bottom: 0;
    text-align: center;
  }

  /*** 微調整 ***/
  .em250212PUMA .boston-bag .credit .credit02{
    margin-left: calc(13 * (100vw / 750));
  }

  /************** image **************/
  .em250212PUMA .boston-bag .content__item01 .text__image{
    top: calc(50 * (100vw / 750));
    right: calc(47 * (100vw / 750));
    width: calc(428 * (100vw / 750));
  }

  .em250212PUMA .boston-bag .content__item02 .text__image{
    top: calc(-67 * (100vw / 750));
    left: 50%;
    transform: translateX(-50%);
    width: calc(665 * (100vw / 750));
  }

  .em250212PUMA .boston-bag .content__item01 .content__image{

  }

  .em250212PUMA .boston-bag .content__item02 .content__image{
    width: calc(590 * (100vw / 750));
  }

  .em250212PUMA .boston-bag .content__item03 .content__image{
    
  }
}



/* ===============================================### 
others
###=============================================== */
.em250212PUMA .others{
  margin-top: 11.9rem;
}

.em250212PUMA .others .content-inner{
  width: fit-content;
  margin-inline: auto;
}

.em250212PUMA .info__area{
  margin-top: 5.7rem;
}

.em250212PUMA .info__item01{
  margin-top: 0.3rem;
}

.em250212PUMA .info__item02{
  margin-top: 3.2rem;
}

.em250212PUMA .info__item03{
  margin-top: 3.2rem;
}

/************** text **************/
.em250212PUMA .info__title{
  font-family: var(--font-en01);
  font-size: 2.1rem;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: center;
}

/*** 微調整 ***/
.em250212PUMA .info__item02 .info__title{
  margin-left: 0.6rem;
}

.em250212PUMA .info__detail{
  margin-top: 0.9rem;
  font-family: var(--font-ja);
  font-size: 1.3rem;
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: center;
}

/************** image **************/
.em250212PUMA .link__button{
  width: 26.4rem;
  margin-inline: auto;
}

.em250212PUMA .logo__image{
  width: 20.2rem;
  margin-inline: auto;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .em250212PUMA .others{
    margin-top: calc(128 * (100vw / 750));
  }

  .em250212PUMA .others .content-inner{
  }

  .em250212PUMA .info__area{
    margin-top: calc(85 * (100vw / 750));
  }

  .em250212PUMA .info__item01{
    margin-top: calc(26 * (100vw / 750));
  }

  .em250212PUMA .info__item02{
    margin-top: calc(50 * (100vw / 750));
  }

  .em250212PUMA .info__item03{
    margin-top: calc(50 * (100vw / 750));
  }

  /************** text **************/
  .em250212PUMA .info__title{
    font-size: calc(33 * (100vw / 750));
  }

  /*** 微調整 ***/
  .em250212PUMA .info__item02 .info__title{
    margin-left: calc(10 * (100vw / 750));
  }

  .em250212PUMA .info__detail{
    margin-top: calc(13 * (100vw / 750));
    font-size: calc(20 * (100vw / 750));
  }

  /************** image **************/
  .em250212PUMA .link__button{
    width: calc(400 * (100vw / 750));
  }

  .em250212PUMA .logo__image{
    width: calc(304 * (100vw / 750));
  }
}