@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/vcserum/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 {
  width: 100%;
  max-width: 1100px;
  margin: 60px auto 0; }
  .pt_product-details .static-content .point-section .point {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @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 {
        margin-right: 30px; } }
    @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:nth-child(3) .point__title {
      position: relative; }
      .pt_product-details .static-content .point-section .point:nth-child(3) .point__title:before {
        position: absolute;
        top: 50%;
        right: -20px;
        z-index: -1;
        width: 105px;
        height: 75px;
        content: "";
        background: url("../../../../images/product-detail/skio/vcserum/insert-image01.jpg") no-repeat;
        background-size: 105px auto;
        transform: translateY(-50%); }
        @media screen and (max-width: 320px) {
          .pt_product-details .static-content .point-section .point:nth-child(3) .point__title:before {
            width: 75px;
            height: 55px;
            background: url("../../../../images/product-detail/skio/vcserum/insert-image01.jpg") no-repeat;
            background-size: 75px auto; } }
        @media print, screen and (min-width: 768px) {
          .pt_product-details .static-content .point-section .point:nth-child(3) .point__title:before {
            right: -40px;
            width: 36%;
            max-width: 175px;
            height: 125px;
            background: url("../../../../images/product-detail/skio/vcserum/insert-image01.jpg") no-repeat right;
            background-size: 100% auto; } }
    .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; } }
  .pt_product-details .static-content .point-section .point__image {
    max-width: 620px; }
    @media screen and (max-width: 767px) {
      .pt_product-details .static-content .point-section .point__image {
        margin: 30px 0 0; } }
    @media print, screen and (min-width: 768px) {
      .pt_product-details .static-content .point-section .point__image {
        width: 56%; } }
  .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; } }
  .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__sub-title {
    position: relative;
    margin: 10px 0 0;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2; }
    @media print, screen and (min-width: 768px) {
      .pt_product-details .static-content .point-section .point__sub-title {
        margin: 15px 0 0;
        font-size: 13px; } }
    .pt_product-details .static-content .point-section .point__sub-title:before {
      content: "−"; }
  .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__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;
  background: url("../../../../images/product-detail/skio/vcserum/insert-image02.png") no-repeat left top;
  background-size: 144px auto; }
  @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 .small-text{
      color: #888;
      font-size: 10px;
      line-height: 1.7; }
    .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/vcserum/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/vcserum/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 .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/vcserum/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/vcserum/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/vcserum/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__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%); }
    