@charset "UTF-8";
/**
* @description Color
*/
/**
 * グラデーション
 */
/**
 * Transition
 */
/**
 * pcBaseWidth
 * @description [PC] Container Width
 */

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

.pt_product-details .static-content strong {
  font-weight: bold; }

@media print, screen and (min-width: 768px) {
  .pt_product-details .static-content .size16 {
    padding: 0 0.5em;
    font-size: 16px; } }

@media print, screen and (min-width: 768px) {
  .pt_product-details .static-content .size22 {
    font-size: 22px; } }

@media print, screen and (min-width: 768px) {
  .pt_product-details .static-content .size34 {
    font-size: 34px; } }

@media screen and (max-width: 767px) {
  .pt_product-details .static-content .sp-size12 {
    font-size: 12px; } }

@media screen and (max-width: 767px) {
  .pt_product-details .static-content .sp-size30 {
    font-size: 30px; } }

.pt_product-details .static-content .line {
  position: relative; }
  .pt_product-details .static-content .line:after {
    position: absolute;
    left: 0;
    bottom: -4px;
    z-index: -1;
    content: "";
    width: 100%;
    height: 12px;
    background: #ffe100; }

.pt_product-details .static-content .banner01 {
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .pt_product-details .static-content .banner01 {
      padding: 40px 0;
      background: url("../../../../images/product-detail/skio/vbserum/bg-image01.jpg") no-repeat;
      background-size: cover; } }

.pt_product-details .static-content .banner01_image {
  display: inline-block;
  background: #fff; }

.pt_product-details .static-content .message-section .message-section__inner {
  padding: 80px 20px; }
  @media print, screen and (min-width: 768px) {
    .pt_product-details .static-content .message-section .message-section__inner {
      padding: 145px 0; } }

.pt_product-details .static-content .message-section h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  line-height: 2.5;
  letter-spacing: 0.05em; }
.pt_product-details .static-content .message-section .message-section__note {
    width: 100%;
    max-width: 1200px;
    margin: 10px auto 0;
    text-align: right;
    color: #888;
    font-size: 10px;
    line-height: 1.7; }
@media print, screen and (min-width: 768px) {
    .pt_product-details .static-content .message-section .message-section__note {
        padding: 0 20px; } }
@media print, screen and (min-width: 1240px) {
    .pt_product-details .static-content .message-section .message-section__note {
        padding: 0; } }
@media screen and (max-width: 767px) {
    .pt_product-details .static-content .message-section .message-section__note {
        padding: 0 20px; } }
.pt_product-details .static-content .message-section .message-section__note p {
    display: inline-block;
    text-align: left; }



.pt_product-details .static-content .point-section-wrap {
  overflow: hidden; }
  @media print, screen and (min-width: 768px) {
    .pt_product-details .static-content .point-section-wrap {
      margin-top: -27px; } }
.pt_product-details .static-content .point-section {
  width: 100%;
  max-width: 1100px;
  margin: 60px auto 0;
  padding-bottom:10px;
}

.pt_product-details .static-content .point-section .point-section__note {
  width: 100%;
  max-width: 1200px;
  margin: 10px auto 0;
  text-align: right;
  color: #888;
  font-size: 10px;
  line-height: 1.7;
  position: relative;
  z-index: 10; }
  @media print, screen and (min-width: 768px) {
    .pt_product-details .static-content .point-section .point-section__note {
      padding: 0 20px; } }
  @media print, screen and (min-width: 1240px) {
    .pt_product-details .static-content .point-section .point-section__note {
      padding: 0; } }
  @media screen and (max-width: 767px) {
    .pt_product-details .static-content .point-section .point-section__note {
      padding: 0 20px; } }
  .pt_product-details .static-content .point-section .point-section__note p {
    display: inline-block;
    text-align: left; }
  @media print, screen and (min-width: 768px) {
    .pt_product-details .static-content .point-section {
      margin: 57px auto 0; } }
  .pt_product-details .static-content .point-section .point {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
    @media screen and (max-width: 767px) {
      .pt_product-details .static-content .point-section .point {
        flex-direction: column; } }
    @media screen and (max-width: 767px) {
      .pt_product-details .static-content .point-section .point:nth-child(odd) .point__image {
        order: 2; } }
    @media print, screen and (min-width: 768px) {
      .pt_product-details .static-content .point-section .point:nth-child(odd) .point__textarea {
        order: 2; } }
    @media screen and (max-width: 767px) {
      .pt_product-details .static-content .point-section .point:nth-child(even) .point__image {
        margin-left: 30px; } }
    .pt_product-details .static-content .point-section .point + .point {
      margin: 60px 0 0; }
      @media print, screen and (min-width: 768px) {
        .pt_product-details .static-content .point-section .point + .point {
          margin: 80px 0 0; } }
     @media print, screen and (max-width: 767px) {
    .pt_product-details .static-content .point-section .point:nth-child(3):before {
      content: "";
      width: 261px;
      height: 387px;
      background: url("../../../../images/product-detail/skio/vbserum/bg-image06-sp.jpg") no-repeat;
      background-size: 100% auto;
      position: absolute;
      z-index: -1;
      top: 300px;
      right: -21px; }
    }
      @media print, screen and (min-width: 768px) {
        .pt_product-details .static-content .point-section .point:nth-child(3){
          position: relative;
        }
        .pt_product-details .static-content .point-section .point:nth-child(3):before {
          position: absolute;
          content:"";
          display: block;
          width: 500px;
          height: 650px;
          background: url("../../../../images/product-detail/skio/vbserum/bg-image06.jpg") no-repeat;
          top: -47px;
          right: -40px; 
        } 
          .pt_product-details .static-content .point-section .point:nth-child(3) .point__textarea{
            z-index: 10;
            position: relative;
          }
        }
        @media print, screen and (max-width: 767px) {
          .pt_product-details .static-content .point-section .point:nth-child(3):before{
            top: 320px;
          }
        }
  .pt_product-details .static-content .point-section .point__image {
    max-width: 620px; }
    .pt_product-details .static-content .point-section .point__image.is-03 {
      max-width: 320px; }
    @media screen and (max-width: 767px) {
      .pt_product-details .static-content .point-section .point__image {
        margin: 30px 0 0; } 
      .pt_product-details .static-content .point-section .point__image.is-03 {
        max-width: 50%; 
        margin:30px auto 0 0;
      }
    }

    @media print, screen and (min-width: 768px) {
      .pt_product-details .static-content .point-section .point:nth-child(2)  .point__image {
        width: 56%;
        margin-left: auto;
        margin-right: auto; } }
  .pt_product-details .static-content .point-section .point__textarea {
    flex: 1;
    padding: 0 30px; }
    @media print, screen and (min-width: 768px) {
      .pt_product-details .static-content .point-section .point__textarea {
        padding: 0 40px 0 40px; } }
  .pt_product-details .static-content .point-section .point__title {
    font-size: 22px;
    line-height: 1.4; }
    @media print, screen and (min-width: 768px) {
      .pt_product-details .static-content .point-section .point__title {
        font-size: 28px; } }
    @media screen and (max-width: 320px) {
      .pt_product-details .static-content .point-section .point__title {
        font-size: 20px; } }
  .pt_product-details .static-content .point-section .point__text {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 1.7; }
    @media print, screen and (min-width: 768px) {
      .pt_product-details .static-content .point-section .point__text {
        margin: 30px 0 0;
        font-size: 15px; } }
  .pt_product-details .static-content .point-section .point__list {
    margin: 20px 0 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7; }
    @media print, screen and (min-width: 768px) {
      .pt_product-details .static-content .point-section .point__list {
        margin: 15px 0 0;
        font-size: 15px; } }
    .pt_product-details .static-content .point-section .point:nth-child(1) .point__list li:last-child {
      font-size: 10px;
      font-weight: normal;
      margin: 6px 0 0; }
  .pt_product-details .static-content .point-section .point__note {
    margin: 20px 0 0;
    color: #888;
    font-size: 10px;
    line-height: 1.7; }
    @media print, screen and (min-width: 768px) {
      .pt_product-details .static-content .point-section .point__note {
        margin: 25px 0 0; } }

.pt_product-details .static-content .note-section {
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin: 80px auto 0;
  padding: 40px 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef; }
  @media screen and (max-width: 767px) {
    .pt_product-details .static-content .note-section {
      margin: 60px auto 0;
      padding: 30px 30px 60px;
      flex-direction: column; } }
  .pt_product-details .static-content .note-section .note__col {
    display: flex; }
    @media screen and (max-width: 767px) {
      .pt_product-details .static-content .note-section .note__col:nth-child(1) {
        margin: 0 0 30px;
        padding: 0 0 30px;
        border-bottom: 1px solid #efefef; } }
    @media print, screen and (min-width: 768px) {
      .pt_product-details .static-content .note-section .note__col:nth-child(1) {
        width: 50%;
        padding: 0 30px 0 40px;
        border-right: 1px solid #efefef; } }
    .pt_product-details .static-content .note-section .note__col:nth-child(2) {
      flex-wrap: wrap; }
      @media print, screen and (min-width: 768px) {
        .pt_product-details .static-content .note-section .note__col:nth-child(2) {
          width: calc(50% + 80px);
          padding: 0 40px 0 30px; } }
  .pt_product-details .static-content .note-section .note__textarea {
    flex: 1;
    padding: 0 10px 0 0;
    font-size: 12px; }
    @media print, screen and (min-width: 768px) {
      .pt_product-details .static-content .note-section .note__textarea {
        padding: 0 20px 0 0;
        font-size: 14px; } }
  .pt_product-details .static-content .note-section .note__title {
    font-size: 16px; }
    @media print, screen and (min-width: 768px) {
      .pt_product-details .static-content .note-section .note__title {
        font-size: 18px; } }
  .pt_product-details .static-content .note-section .note__text {
    margin: 20px 0 0;
    line-height: 1.4; }
    .pt_product-details .static-content .note-section .note__text strong {
      display: inline-block;
      margin: 0 0 10px; }
  .pt_product-details .static-content .note-section .note__image {
    width: 90px; }
    @media screen and (max-width: 767px) {
      .pt_product-details .static-content .note-section .note__image {
        margin: 35px 0 0; } }
    @media print, screen and (min-width: 768px) {
      .pt_product-details .static-content .note-section .note__image {
        width: 120px; } }
  .pt_product-details .static-content .note-section .note__col-top,
  .pt_product-details .static-content .note-section .note__col-bottom {
    width: 100%;
    display: flex; }
  .pt_product-details .static-content .note-section .note__col-bottom {
    color: #666;
    font-size: 10px;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .pt_product-details .static-content .note-section .note__col-bottom {
        margin: 30px 0 0;
        justify-content: space-between;
        background: url("../../../../images/product-detail/skio/vbserum/icon-arrow01.png") no-repeat center 70px;
        background-size: 14px auto; } }
    @media print, screen and (min-width: 768px) {
      .pt_product-details .static-content .note-section .note__col-bottom {
        margin: 30px 60px 0 0;
        background: url("../../../../images/product-detail/skio/vbserum/icon-arrow01.png") no-repeat center center;
        background-size: 14px auto; } }
  .pt_product-details .static-content .note-section .note__figure {
    position: relative;
    width: 50%; }
    .pt_product-details .static-content .note-section .note__figure:before {
      position: absolute;
      top: 0;
      left: 0;
      color: #666;
      font-family: Futura;
      font-size: 20px; }
    @media screen and (max-width: 767px) {
      .pt_product-details .static-content .note-section .note__figure:nth-child(1) {
        margin-left: -10px;
        padding: 0 13px 0 0; } }
    @media print, screen and (min-width: 768px) {
      .pt_product-details .static-content .note-section .note__figure:nth-child(1) {
        padding: 0 25px 0 0; } }
    .pt_product-details .static-content .note-section .note__figure:nth-child(1):before {
      content: "1"; }
    @media screen and (max-width: 767px) {
      .pt_product-details .static-content .note-section .note__figure:nth-child(2) {
        margin-right: -10px;
        padding: 0 0 0 13px; } }
    @media print, screen and (min-width: 768px) {
      .pt_product-details .static-content .note-section .note__figure:nth-child(2) {
        padding: 0 0 0 25px; } }
    .pt_product-details .static-content .note-section .note__figure:nth-child(2):before {
      content: "2"; }
      @media print, screen and (min-width: 768px) {
        .pt_product-details .static-content .note-section .note__figure:nth-child(2):before {
          left: 25px; } }
  .pt_product-details .static-content .note-section .note__col-illust {
    margin: 0 0 8px;
    text-align: center; }



.pt_product-details .static-content .banner02 {
  margin: 60px 0 0;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .pt_product-details .static-content .banner02 {
      margin: 80px 0 0;
      padding: 70px 0;
      background: url("../../../../images/product-detail/skio/vbserum/bg-image03.jpg") no-repeat;
      background-size: cover; } }
  .pt_product-details .static-content .banner02 .banner02__inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    text-align: left; }
  @media screen and (max-width: 767px) {
    .pt_product-details .static-content .banner02 .banner02__text img {
      width: 100%; } }
  @media print, screen and (min-width: 768px) {
    .pt_product-details .static-content .banner02 .banner02__image {
      display: none; } }

.pt_product-details .static-content .approach-section {
  margin: 50px 0 0; }
  @media screen and (max-width: 767px) {
    .pt_product-details .static-content .approach-section {
      overflow: hidden; } }
  @media print, screen and (min-width: 768px) {
    .pt_product-details .static-content .approach-section {
      margin: 60px 0 0; } }
  .pt_product-details .static-content .approach-section .approach__title-wrap {
    width: 100%;
    max-width: 900px;
    margin: 0 auto; }
    @media print, screen and (min-width: 768px) {
      .pt_product-details .static-content .approach-section .approach__title-wrap {
        padding: 20px 0;
        background: url("../../../../images/product-detail/skio/vbserum/bg-image05.jpg") no-repeat center;
        background-size: 100% auto; } }
  .pt_product-details .static-content .approach-section .approach__title {
    font-size: 26px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .pt_product-details .static-content .approach-section .approach__title {
        font-size: 24px;
        padding: 0 10px;
        line-height: 1.4; } }
  .pt_product-details .static-content .approach-section .approach__text {
    width: 100%;
    max-width: 600px;
    margin: 20px auto 0;
    font-size: 15px;
    line-height: 2; }
    @media screen and (max-width: 767px) {
      .pt_product-details .static-content .approach-section .approach__text {
        padding: 0 20px; } }
    @media print, screen and (min-width: 768px) {
      .pt_product-details .static-content .approach-section .approach__text {
        text-align: center; } }
  .pt_product-details .static-content .approach-section .approach__image-wrap {
    position: relative; }
    @media screen and (max-width: 767px) {
      .pt_product-details .static-content .approach-section .approach__image-wrap {
        margin: 30px -47px 0 -17px; } }
    @media print, screen and (min-width: 768px) {
      .pt_product-details .static-content .approach-section .approach__image-wrap {
        margin: 20px 0 0; } }
    .pt_product-details .static-content .approach-section .approach__image-wrap .approach__image:nth-child(1) {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      width: 42%; }
    .pt_product-details .static-content .approach-section .approach__image-wrap .approach__image:nth-child(2) {
      width: 64%;
      padding: 60px 0 0; }

.pt_product-details .static-content .voice-section {
  padding: 60px 20px;
  background: #FAFAFA; }
  @media print, screen and (min-width: 768px) {
    .pt_product-details .static-content .voice-section {
      margin: 80px 0 0;
      padding: 60px 0;
      background: url("../../../../images/product-detail/skio/vbserum/bg-image04.jpg") no-repeat;
      background-size: cover; } }
  .pt_product-details .static-content .voice-section .voice__title {
    font-size: 26px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.02em; }
    @media screen and (max-width: 767px) {
      .pt_product-details .static-content .voice-section .voice__title {
        font-weight: bold; } }
    .pt_product-details .static-content .voice-section .voice__title span:first-child {
      display: inline-block;
      margin: 0 0 10px; }
      @media screen and (max-width: 767px) {
        .pt_product-details .static-content .voice-section .voice__title span:first-child {
          font-weight: normal; } }
  .pt_product-details .static-content .voice-section .voice-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 900px;
    margin: 40px auto 0; }
    @media screen and (max-width: 767px) {
      .pt_product-details .static-content .voice-section .voice-wrap {
        flex-direction: column; } }
  .pt_product-details .static-content .voice-section .voice {
    position: relative;
    padding: 30px 20px 40px;
    background: #fff; }
    @media print, screen and (min-width: 768px) {
      .pt_product-details .static-content .voice-section .voice {
        width: calc((100% - 20px) / 2);
        padding: 40px 50px 50px; } }
    @media screen and (max-width: 767px) {
      .pt_product-details .static-content .voice-section .voice + .voice {
        margin: 30px 0 0; } }
  .pt_product-details .static-content .voice-section .voice__data {
    display: inline-block;
    padding: 0 0 20px;
    background: url("../../../../images/product-detail/skio/vbserum/line01.png") no-repeat center bottom;
    background-size: 100% auto; }
  .pt_product-details .static-content .voice-section .data-label {
    color: #FED400;
    font-family: Futura;
    font-size: 26px; }
  .pt_product-details .static-content .voice-section .data-value {
    font-size: 12px;
    font-weight: bold; }
  .pt_product-details .static-content .voice-section .voice__text {
    margin: 35px 0 0;
    font-size: 14px;
    line-height: 1.7; }
    @media print, screen and (min-width: 768px) {
      .pt_product-details .static-content .voice-section .voice__text {
        margin: 20px 0 0;
        font-size: 15px; } }
    .pt_product-details .static-content .voice-section .voice__text .line:after {
      content: none; }
  .pt_product-details .static-content .voice-section .voice__image {
    position: absolute;
    top: -15px;
    right: 20px; }
    @media print, screen and (min-width: 768px) {
      .pt_product-details .static-content .voice-section .voice__image {
        top: -15px;
        right: 40px; } }
  .pt_product-details .static-content .voice-section .line {
    font-weight: bold;
    background: linear-gradient(transparent 70%, #ffe100 0%); }
