@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/vcwash/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 .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;
    }
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .point-section .point:nth-child(3) .point__textarea {
        padding-right: 0;
    }
}

.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: 21px;
    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;
    letter-spacing: 0.5px;
}

@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/vcwash/insert-image01.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;
    }
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .note-section .note__col-bottom {
        margin: 30px 30px 0 0;
    }
}

.pt_product-details .static-content .note-section .note__figure {
    position: relative;
    width: 33.33%;
}

.pt_product-details .static-content .note-section .note__figure:before {
    position: absolute;
    top: 0;
    left: 0;
    color: #666;
    font-family: Futura;
    font-size: 20px;
}

.pt_product-details .static-content .note-section .note__figure:after {
    content: "";
    width: 14px;
    height: 14px;
    background: url("../../../../images/product-detail/skio/vcgel/icon-arrow01.png") no-repeat;
    background-size: 14px auto;
    position: absolute;
    top: 70px;
    right: -10px;
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .note-section .note__figure:after {
        width: 12px;
        height: 12px;
        background-size: 12px auto;
        top: 72px;
        right: -4px;
    }
}

.pt_product-details .static-content .note-section .note__figure:last-child:after {
    content: none;
}

@media screen and (max-width: 767px) {
    .pt_product-details .static-content .note-section .note__figure:nth-child(1) {
        margin-left: -10px;
    }
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .note-section .note__figure:nth-child(1) {
        padding: 0 20px 0 0;
    }
}

.pt_product-details .static-content .note-section .note__figure:nth-child(1):before {
    content: "1";
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .note-section .note__figure:nth-child(1):after {
        right: 6px;
    }
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .note-section .note__figure:nth-child(2) {
        padding: 0 10px 0 10px;
    }
}

@media print,
screen and (min-width: 768px) and (max-width:1000px) {
    .pt_product-details .static-content .note-section .note__figure:nth-child(2) .note__col-illust {
        padding: 0 10px!important
    }
}

.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: 10px;
    }
}

@media screen and (max-width: 767px) {
    .pt_product-details .static-content .note-section .note__figure:nth-child(3) {
        margin-right: -10px;
    }
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .note-section .note__figure:nth-child(3) {
        padding: 0 0 0 20px;
    }
}

.pt_product-details .static-content .note-section .note__figure:nth-child(3):before {
    content: "3";
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .note-section .note__figure:nth-child(3):before {
        left: 20px;
    }
}

.pt_product-details .static-content .note-section .note__col-illust img {
    width: auto;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.pt_product-details .static-content .note-section .note__col-illust {
    height: 100px;
    margin: 0 0 8px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .pt_product-details .static-content .note-section .note__figure:nth-child(3) .note__col-illust {
        display: flex;
    }

    .pt_product-details .static-content .note-section .note__figure:nth-child(3) .note__col-illust img {
        align-self: flex-end;
    }
}

.pt_product-details .static-content .approach-section {
    text-align: center;
    padding: 60px 20px;
    margin: 60px 0 0;
    background: url("../../../../images/product-detail/skio/vcwash/bg-image03.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
}

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

.pt_product-details .static-content .approach-section .approach__title-wrap {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.pt_product-details .static-content .approach-section .approach__title {
    font-size: 24px;
    text-align: center;
}

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

.pt_product-details .static-content .approach-section .approach__title-wrap .approach__text {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 16px;
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .approach-section .approach__title-wrap .approach__text {
        font-size: 16px;
        line-height: 2;
        margin-top: 30px;
    }
}

.pt_product-details .static-content .approach-section .approach__note-wrap {
    margin: 70px 0 0;
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .approach-section .approach__note-wrap {
        margin: 120px 0 0;
    }
}

.pt_product-details .static-content .approach-section .approach__note .approach__text {
    font-size: 14px;
    line-height: 1.8;
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .approach-section .approach__note .approach__text {
        font-size: 15px;
        line-height: 2;
    }
}

.pt_product-details .static-content .approach-section .approach__note .approach__image {
    margin: 20px 0 0;
}

.pt_product-details .static-content .approach-section .approach__note:nth-child(2) {
    margin: 10px 0 0;
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .approach-section .approach__note:nth-child(2) {
        margin: 20px 0 0;
    }
}

.pt_product-details .static-content .approach-section .approach__note:nth-child(2) .approach__title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7;
    padding: 20px 0 10px;
    margin: 0 0 5px;
    position: relative;
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .approach-section .approach__note:nth-child(2) .approach__title {
        font-size: 18px;
        line-height: 1.8;
        padding: 32px 0 10px;
    }
}

.pt_product-details .static-content .approach-section .approach__note:nth-child(2) .approach__title:before {
    content: "";
    width: 29px;
    height: 53px;
    background: url("../../../../images/product-detail/skio/vcwash/insert-image04.png") no-repeat;
    background-size: 29px auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .approach-section .approach__note:nth-child(2) .approach__title:before {
        width: 41px;
        height: 74px;
        background-size: 41px auto;
    }
}

.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 {
        padding: 60px 0;
        background: url("../../../../images/product-detail/skio/vcgel/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/vcgel/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%);
}
