/* PC
----------------------------------*/
@media screen and (min-width: 768px){

  .pi_sp {
    display: none;
  }

  .pi_cont {
    text-align: center;
    margin: auto;
  }

  .pi_mv {
    margin: 0 auto 240px;
  }

  .pi_mv img {
    margin: 0 auto 60px;
  }

  .pi_mv-tx {
    font-size: 18px;
    line-height: 1.8;
  }

  .pi_mv-ttl {
    font-size: 28px;
    line-height: 1;
    margin: 0 auto 30px;
  }

  /*追従*/
  .n-track {
    width: calc(21* 0.0714285714vw);
    height: 80vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    top: 0;
    right: 9%;
    position: fixed;
  }

  /*style*/
  .pi_style {
    margin: 0 auto 300px;
    position: relative;
  }

  .pi_style:last-child {
    margin: 0 auto 60px;
  }

  /*background*/
  .pi_style::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -10;
    width: calc(450* 0.0714285714vw);
    height: 630px;
    top: calc(-90* 0.0714285714vw);
  }
  .pi_bg1::before {
    background: #fbf5d7;
    left: 0;
  }
  .pi_bg2::before {
    background: #fae4e4;
    right: 0;
  }
  .pi_bg3::before {
    background: #fbe9d7;
    left: 0;
  }
  .pi_bg4::before {
    background: #ebf3e3;
    right: 0;
  }
  .pi_bg5::before {
    background: #dfeff8;
    left: 0;
  }
  .pi_bg6::before {
    background: #e3f3ef;
    right: 0;
  }

  .pi_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    width: 1024px;
    margin: 0 auto 60px;
  }

  /*右指定*/
  .pi_flex-rev {
    flex-flow: row-reverse;
  }

  .pi_item {
    width: 440px;
  }

  /*右指定*/
  .pi_flex-rev .pi_item {
    margin-left: 22px;
  }

  .pi_product-name {
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 68px;
    line-height: 1.1;
    letter-spacing: 0.1em;
    margin: 0 auto 20px;
    position: relative;
  }

  .pi_product-name::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -22px;
    width: 85px;
    height: 70px;
  }

  /*number*/
  .no1::before {
    background: url(/user_data/pi/img/20220318_ft_outer/no1.png) no-repeat;
  }
  .no2::before {
    background: url(/user_data/pi/img/20220318_ft_outer/no2.png) no-repeat;
  }
  .no3::before {
    background: url(/user_data/pi/img/20220318_ft_outer/no3.png) no-repeat;
  }
  .no4::before {
    background: url(/user_data/pi/img/20220318_ft_outer/no4.png) no-repeat;
  }
  .no5::before {
    background: url(/user_data/pi/img/20220318_ft_outer/no5.png) no-repeat;
  }
  .no6::before {
    background: url(/user_data/pi/img/20220318_ft_outer/no6.png) no-repeat;
  }

  .pi_product-name_jp {
    font-size: 18px;
    margin: 0 auto 40px;
  }

  .pi_price {
    margin: 0 auto 40px;
  }

  .pi_price span {
    font-size: 18px;
  }

  .pi_item a {
    display: block;
    margin: 0 auto 30px;
    position: relative;
  }

  .pi_item a::before {
    content: "";
    position: absolute;
    top: -20px;
    width: 68px;
    height: 68px;
    z-index: 10px;
  }

  .item_left a::before {
    left: 95px;
    background: url(/user_data/pi/img/20220318_ft_outer/buy1.png) no-repeat;
  }

  .item_right a::before {
    right: 95px;
    background: url(/user_data/pi/img/20220318_ft_outer/buy2.png) no-repeat;
  }

  .pi_point {
    font-size: 14px;
    line-height: 1.6;
  }

  .pi_btn {
    border: solid 1px;
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 0.1em;
    display: block;
    padding: 12px 0;
    width: 380px;
    margin: 0 auto;
  }

  /* 画像スライド */
  	.flex-box li {
  		float: left;
  		list-style: none;
  	}
  	#slideshow-1 {
  	   position: relative;
  	   width:  540px; /* 画像の横幅に合わせて記述 */
  	   height: 722px; /* 画像の高さに合わせて記述 */
  	}
  	#slideshow-1 img {
  	   position: absolute;
  	   top: 0px;
  	   left: 0px;
  	   z-index: 8;
  	   opacity: 0.0;
  	}
  	#slideshow-1 img.active {
  	   z-index: 10;
  	   opacity: 1.0;
  	}
  	#slideshow-1 img.last-active {
  	   z-index: 9;
  	}
    #slideshow-2 {
  	   position: relative;
  	   width:  540px; /* 画像の横幅に合わせて記述 */
  	   height: 722px; /* 画像の高さに合わせて記述 */
  	}
  	#slideshow-2 img {
  	   position: absolute;
  	   top: 0px;
  	   left: 0px;
  	   z-index: 8;
  	   opacity: 0.0;
  	}
  	#slideshow-2 img.active {
  	   z-index: 10;
  	   opacity: 1.0;
  	}
  	#slideshow-2 img.last-active {
  	   z-index: 9;
  	}
    #slideshow-3 {
  	   position: relative;
  	   width:  540px; /* 画像の横幅に合わせて記述 */
  	   height: 722px; /* 画像の高さに合わせて記述 */
  	}
  	#slideshow-3 img {
  	   position: absolute;
  	   top: 0px;
  	   left: 0px;
  	   z-index: 8;
  	   opacity: 0.0;
  	}
  	#slideshow-3 img.active {
  	   z-index: 10;
  	   opacity: 1.0;
  	}
  	#slideshow-3 img.last-active {
  	   z-index: 9;
  	}
    #slideshow-4 {
  	   position: relative;
  	   width:  540px; /* 画像の横幅に合わせて記述 */
  	   height: 722px; /* 画像の高さに合わせて記述 */
  	}
  	#slideshow-4 img {
  	   position: absolute;
  	   top: 0px;
  	   left: 0px;
  	   z-index: 8;
  	   opacity: 0.0;
  	}
  	#slideshow-4 img.active {
  	   z-index: 10;
  	   opacity: 1.0;
  	}
  	#slideshow-4 img.last-active {
  	   z-index: 9;
  	}
    #slideshow-5 {
  	   position: relative;
  	   width:  540px; /* 画像の横幅に合わせて記述 */
  	   height: 722px; /* 画像の高さに合わせて記述 */
  	}
  	#slideshow-5 img {
  	   position: absolute;
  	   top: 0px;
  	   left: 0px;
  	   z-index: 8;
  	   opacity: 0.0;
  	}
  	#slideshow-5 img.active {
  	   z-index: 10;
  	   opacity: 1.0;
  	}
  	#slideshow-5 img.last-active {
  	   z-index: 9;
  	}
    #slideshow-6 {
  	   position: relative;
  	   width:  540px; /* 画像の横幅に合わせて記述 */
  	   height: 722px; /* 画像の高さに合わせて記述 */
  	}
  	#slideshow-6 img {
  	   position: absolute;
  	   top: 0px;
  	   left: 0px;
  	   z-index: 8;
  	   opacity: 0.0;
  	}
  	#slideshow-6 img.active {
  	   z-index: 10;
  	   opacity: 1.0;
  	}
  	#slideshow-6 img.last-active {
  	   z-index: 9;
  	}

    .pi_main:not .n-track {
      display: none;
    }

}


/* SP
----------------------------------*/
@media screen and (max-width: 768px){

  .pi_pc {
    display: none;
  }

  .pi_cont {
    text-align: center;
    margin: auto;
  }

  .pi_mv {
    margin: 0 auto 30%;
  }

  .pi_mv img {
    margin: 0 auto 10%;
  }

  .pi_mv-tx {
    font-size: 1.6rem;
    line-height: 1.75;
  }

  .pi_mv-ttl {
    font-size: 2rem;
    line-height: 1;
    margin: 0 auto 5%;
  }

  /*追従*/
  .n-track {
    width: calc(33* 0.1333333333vw);
    height: 80vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    top: 0;
    right: 1%;
    position: fixed;
  }

  /*style*/
  .pi_style {
    margin: 0 auto 40%;
    position: relative;
  }

  .pi_style:last-child {
    margin: 0 auto 15%;
  }

  /*background*/
  .pi_style::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -10;
    width: calc(380* 0.1333333333vw);
    height: 320px;
    top: calc(-90* 0.1333333333vw);
  }
  .pi_bg1::before {
    background: #fbf5d7;
    left: 0;
  }
  .pi_bg2::before {
    background: #fae4e4;
    right: 0;
  }
  .pi_bg3::before {
    background: #fbe9d7;
    left: 0;
  }
  .pi_bg4::before {
    background: #ebf3e3;
    right: 0;
  }
  .pi_bg5::before {
    background: #dfeff8;
    left: 0;
  }
  .pi_bg6::before {
    background: #e3f3ef;
    right: 0;
  }

  .pi_flex {
    width: 319px;
    margin: 0 auto;
  }

  .pi_flex li {
    height: 427px;
    margin: 0 auto 10%;
    list-style: none;
  }

  .pi_product-name {
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4.2rem;
    line-height: 1.1;
    letter-spacing: 0.04em;
    margin: 0 auto 10%;
    padding: 8% 0 0;
    position: relative;
  }

  .pi_product-name::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /*number*/
  .no1::before {
    background: url(/user_data_sp/pi/img/20220318_ft_outer/no1.png) no-repeat;
    background-size: 20%;
  }
  .no2::before {
    background: url(/user_data_sp/pi/img/20220318_ft_outer/no2.png) no-repeat;
    background-size: 20%;
  }
  .no3::before {
    background: url(/user_data_sp/pi/img/20220318_ft_outer/no3.png) no-repeat;
    background-size: 20%;
  }
  .no4::before {
    background: url(/user_data_sp/pi/img/20220318_ft_outer/no4.png) no-repeat;
    background-size: 20%;
  }
  .no5::before {
    background: url(/user_data_sp/pi/img/20220318_ft_outer/no5.png) no-repeat;
    background-size: 20%;
  }
  .no6::before {
    background: url(/user_data_sp/pi/img/20220318_ft_outer/no6.png) no-repeat;
    background-size: 20%;
  }

  .pi_flex_sp {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    margin: 0 auto 5%;
  }

  .pi_spec {
    text-align: left;
    margin: auto 0 auto 5%;
    width: 50%;
  }

  .pi_product-name_jp {
    font-size: 1.6rem;
    margin: 0 auto 2%;
  }

  .pi_price {
    font-size: 1.2rem;
  }

  .pi_price span {
    font-size: 1.6rem;
  }

  .pi_item a {
    display: block;
    position: relative;
    width: 50%;
  }

  .pi_item a::before {
    content: "";
    background: url(/user_data_sp/pi/img/20220318_ft_outer/buy.png) no-repeat;
    background-size: 35%;
    position: absolute;
    top: -30px;
    left: -10px;
    width: 100%;
    height: 100%;
    z-index: 10;
  }

  .pi_point {
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.6;
    margin: 0 auto 10%;
  }

  .pi_btn {
    border: solid 1px;
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    display: block;
    padding: 3% 0;
    margin: 0 auto;
    width: 319px;
  }

  /* 画像スライド */
  #slideshow-1 {
    position:relative;
    width:  100%; /* 画像の横幅に合わせて記述 */
    height: 100%; /* 画像の高さに合わせて記述 */
  }
  #slideshow-1 img {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
  }
  #slideshow-1 img.active {
    z-index: 10;
    opacity: 1.0;
  }
  #slideshow-1 img.last-active {
    z-index: 9;
  }
  #slideshow-2 {
    position:relative;
    width:  100%; /* 画像の横幅に合わせて記述 */
    height: 100%; /* 画像の高さに合わせて記述 */
  }
  #slideshow-2 img {
     position: absolute;
     margin: 0 auto;
     text-align: center;
     top: 0;
     left: 0;
     z-index: 8;
     opacity: 0.0;
  }
  #slideshow-2 img.active {
     z-index: 10;
     opacity: 1.0;
  }
  #slideshow-2 img.last-active {
     z-index: 9;
  }
  #slideshow-3 {
    position:relative;
    width:  100%; /* 画像の横幅に合わせて記述 */
    height: 100%; /* 画像の高さに合わせて記述 */
  }
  #slideshow-3 img {
     position: absolute;
     margin: 0 auto;
     text-align: center;
     top: 0;
     left: 0;
     z-index: 8;
     opacity: 0.0;
  }
  #slideshow-3 img.active {
     z-index: 10;
     opacity: 1.0;
  }
  #slideshow-3 img.last-active {
     z-index: 9;
  }
  #slideshow-4 {
    position:relative;
    width:  100%; /* 画像の横幅に合わせて記述 */
    height: 100%; /* 画像の高さに合わせて記述 */
  }
  #slideshow-4 img {
     position: absolute;
     margin: 0 auto;
     text-align: center;
     top: 0;
     left: 0%;
     z-index: 8;
     opacity: 0.0;
  }
  #slideshow-4 img.active {
     z-index: 10;
     opacity: 1.0;
  }
  #slideshow-4 img.last-active {
     z-index: 9;
  }
  #slideshow-5 {
    position:relative;
    width:  100%; /* 画像の横幅に合わせて記述 */
    height: 100%; /* 画像の高さに合わせて記述 */
  }
  #slideshow-5 img {
     position: absolute;
     margin: 0 auto;
     text-align: center;
     top: 0;
     left: 0;
     z-index: 8;
     opacity: 0.0;
  }
  #slideshow-5 img.active {
     z-index: 10;
     opacity: 1.0;
  }
  #slideshow-5 img.last-active {
     z-index: 9;
  }
  #slideshow-6 {
    position:relative;
     width:  100%; /* 画像の横幅に合わせて記述 */
     height: 100%; /* 画像の高さに合わせて記述 */
  }
  #slideshow-6 img {
     position: absolute;
     margin: 0 auto;
     text-align: center;
     top: 0;
     left: 0;
     z-index: 8;
     opacity: 0.0;
  }
  #slideshow-6 img.active {
     z-index: 10;
     opacity: 1.0;
  }
  #slideshow-6 img.last-active {
     z-index: 9;
  }

}
