@charset "utf-8";
/* CSS Document */

.skr_product{padding: 140px 0 120px;}
.skr_product .skr_sectionttl{margin-bottom: 110px;}
.skr_productlist figure:nth-last-of-type(n+2){margin-bottom: 11.6vw;}
.skr_productlist figure{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.skr_productlist figure>p{width: 50.7vw;}
.skr_productlist figure>p picture{
  display: block;
  width: 0;
  overflow: hidden;
  transition: all 0.25s linear;
}
.skr_productlist figure.active>p picture{width: 50.7vw;}
.skr_productlist figure>p img{width: 50.7vw;}
.skr_productlist figure figcaption{
  width: 44.2vw;
  padding: 0 13.9vw 0 0;
  color: #383935;
  overflow: hidden;
}
.skr_productlist figure:nth-of-type(even) p{order: 2}
.skr_productlist figure:nth-of-type(even) figcaption{
  padding: 0 0 0 13.9vw;
  order: 1;
}
.skr_productlist figure figcaption h3{
  margin-bottom: 2.2vw;
  letter-spacing: 0.01em;
  font-family: "Libre Franklin";
  font-size: 2.92vw;
  transform: translateX(20px);
  opacity: 0;
  transition: all 0.25s linear;
}
.skr_productlist figure.active figcaption h3{
  transform: translate(0);
  opacity: 1;
}
.skr_productlist figure figcaption h4{
  margin-bottom: 1.25vw;
  letter-spacing: 0.01em;
  font-weight: bold;
  font-size: 1.25vw;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.25s linear 0.2s;
}
.skr_productlist figure.active figcaption h4{
  transform: translate(0);
  opacity: 1;
}
.skr_productlist figure figcaption>p{
  margin-bottom: 3.3vw;
  line-height: 1.8;
  font-size: 1vw;
  letter-spacing: 0.01em;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.25s linear 0.2s;
}
.skr_productlist figure.active figcaption p{
  transform: translate(0);
  opacity: 1;
}
.skr_productlist figure figcaption div{
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.25s linear 0.2s;
}
.skr_productlist figure.active figcaption div{
  transform: translate(0);
  opacity: 1;
}
.skr_productlist figure figcaption div a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 22px;
  letter-spacing: 0.01em;
  font-size: 1vw;
  font-weight: bold;
  color: #383935;
  border-bottom: 1px solid #E3E3E3;
}
.skr_productlist figure figcaption div a p:last-of-type{
  position: relative;
  width: 52px;
  height: 52px;
  padding-top: 15px;
  text-align: center;
  border-radius: 100%;
}
.skr_productlist figure figcaption div a p:last-of-type::before{
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  background-color: #383935;
  transition: all linear 0.15s
}
.skr_productlist figure figcaption div a p:last-of-type img{
  position: relative;
  z-index: 1;
}
.skr_productlist figure figcaption div a p:last-of-type img:last-of-type{display: none;}



.skr_results{margin-bottom: 160px;}
.skr_results .skr_sectionttl{margin-bottom: 140px;}
.skr_resultscontainer{background: linear-gradient(rgba(255, 212, 206, 0.5) 0%, rgba(167, 212, 205, 0.5) 100%);}
.skr_resultscontainer>div{
  max-width: 1142px;
  width: 100%;
  margin: auto;
  padding: 0 16px;
  transform: translateY(-70px);
}
.skr_resbox{
  padding: 56px 40px 120px;
  background-color: #FFFFFF;
}
.skr_tab{
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.skr_tab li{
  width: 304px;
  line-height: 1;
  padding: 9px 0;
  text-align: center;
  letter-spacing: 0.01em;
  font-size: 0.875rem;
  color: #383935;
  border: 1px solid #E3E3E3;
  border-right: none;
  cursor: pointer;
}
.skr_tab li:first-of-type{border-radius: 18px 0 0 18px;}
.skr_tab li:last-of-type{
  border-radius: 0 18px 18px 0;
  border-right: 1px solid  #E3E3E3;
}
.skr_tab li.active{
  color: #FFFFFF;
  background-color: #E080A4;
}

.skr_reslist{
  position: relative;
  display: none;
}
.skr_reslist::before{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: linear-gradient(90deg,#FFD4CE 0%, #FFD4CE 55%, rgba(167, 212, 205, 0.5) 100%);
}
.skr_reslist>li{
  padding: 0 16px;
  border-bottom: 1px solid #E3E3E3;
}
.skr_reslist>li>dl{
  display: flex;
  align-items: flex-start;
  padding: 40px 0 32px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.25s linear;
}
.skr_reslist>li:nth-of-type(2)>dl{transition-delay: 0.1s;}
.skr_reslist>li:nth-of-type(3)>dl{transition-delay: 0.2s;}
.skr_reslist>li:nth-of-type(4)>dl{transition-delay: 0.3s;}
.skr_reslist>li:nth-of-type(5)>dl{transition-delay: 0.4s;}
.skr_reslist>li:nth-of-type(6)>dl{transition-delay: 0.5s;}
.skr_reslist>li:nth-of-type(7)>dl{transition-delay: 0.6s;}
.skr_reslist>li:nth-of-type(8)>dl{transition-delay: 0.7s;}
.skr_reslist>li:nth-of-type(9)>dl{transition-delay: 0.8s;}
.skr_reslist>li:nth-of-type(10)>dl{transition-delay: 0.9s;}
.skr_reslist>li:nth-of-type(11)>dl{transition-delay: 1s;}
.skr_reslist>li:nth-of-type(12)>dl{transition-delay: 1.1s;}
.skr_reslist>li:nth-of-type(13)>dl{transition-delay: 1.2s;}
.skr_reslist>li:nth-of-type(14)>dl{transition-delay: 1.3s;}
.skr_reslist>li:nth-of-type(15)>dl{transition-delay: 1.4s;}
.active .skr_reslist:nth-of-type(2)>li>dl{
  transform: translate(0);
  opacity: 1;
}
.skr_reslist.active>li>dl{
  transform: translate(0);
  opacity: 1;
}

.skr_reslist>li>dl dt{
  width: 31.8%;
  padding-left: 20px;
  letter-spacing: 0.01em;
  color: #668285;
}
.skr_reslist>li>dl dd{
  width: 68.2%;
  color: #383935;
}
.skr_pgmlist{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.skr_pgmlist li{
  width: 48%;
  margin-bottom: 12px;
  letter-spacing: 0.01em;
}






@media screen and (min-width:821px){
  .skr_productlist figure figcaption div a:hover p:last-of-type::before{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .skr_productlist figure figcaption div a:hover p:last-of-type img:last-of-type{display: inline;}
  .skr_productlist figure figcaption div a:hover p:last-of-type img:first-of-type{display: none;}

  .skr_tab li:hover{
    color: #FFFFFF;
    background-color: #E080A4;
  }
}










@media screen and (max-width:820px){
  .skr_productlist figure figcaption{padding: 0 6vw 0 0;}
  .skr_productlist figure:nth-of-type(even) figcaption{padding: 0 0 0 6vw;}

  .skr_tab li{font-size: 1.7vw;}

  .skr_resbox{padding: 6.8vw 4.8vw 14.6vw;}
  .skr_reslist>li{padding: 0 1.9vw;}
  .skr_reslist>li>dl dt{
    padding-left: 2.4vw;
    font-size: 1.9vw;
  }
  .skr_reslist>li>dl dd{font-size: 1.9vw;}
  .skr_pgmlist li{
    width: 100%;
    min-width: 0;
  }
}
@media screen and (max-width:428px){
  .skr_product{padding: 100px 0 60px;}
  .skr_product .skr_sectionttl{margin-bottom: 40px;}


  .skr_productlist figure{flex-wrap: wrap;}
  .skr_productlist figure:nth-last-of-type(n+2){margin-bottom: 80px;}
  .skr_productlist figure>p{
    width: 100%;
    margin-bottom: 40px;
  }
  .skr_productlist figure:nth-of-type(odd)>p{padding-right: 16px;}
  .skr_productlist figure:nth-of-type(even)>p{padding-left: 16px;}
  .skr_productlist figure.active>p picture{width: 100%;}
  .skr_productlist figure>p img{
    width: calc(100vw - 16px);
    height: 69.3vw;
  }

  .skr_productlist figure figcaption{
    width: 100%;
    padding: 0 16px;
  }
  .skr_productlist figure:nth-of-type(even) figcaption{order: 2;}
  .skr_productlist figure figcaption h3{font-size: 2rem;}
  .skr_productlist figure figcaption h4{
    margin-bottom: 24px;
    font-size: 1rem;
  }
  .skr_productlist figure figcaption>p{
    margin-bottom: 40px;
    font-size: 0.875rem;
  }
  .skr_productlist figure figcaption div a{font-size: 0.875rem;}

  .skr_tab li{font-size: 0.75rem;}
  .skr_resbox{padding: 24px 16px 40px;}
  .skr_reslist>li{padding: 0;}
  .skr_reslist>li>dl{
    flex-wrap: wrap;
    padding: 24px 0 16px;
  }
  .skr_reslist>li>dl dt{
    width: 100%;
    margin-bottom: 16px;
    padding-left: 0;
    font-size: 0.75rem;
  }
  .skr_reslist>li>dl dd{
    width: 100%;
    font-size: 0.75rem;
  }
  .skr_pgmlist li{margin-bottom: 10px;}

}