﻿/*
*/

.pro-main {
    display: flex;
    margin-bottom: 50px;
}
.pro-main-ifo{width: 55%;}
.pro-main-img {
    flex-shrink: 0;
    width: 45%;
    margin-right: 50px;
}

.pro-img {
    border: 1px solid #dcdcdc;
    margin-bottom: 10px;
}

    .pro-img:before {
        content: '';
        position: absolute;
        background: url("../W_images/pro_icon01.png") no-repeat left center/80% auto;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
        z-index: 5;
    }

    .pro-img:after {
        content: '';
        position: absolute;
        background: url("../W_images/pro_icon02.png") no-repeat left center/100% auto;
        width: 160px;
        height: 41px;
        right: 30px;
        bottom: 30px;
        pointer-events: none;
        z-index: 5;
    }

    .pro-img.slick-initialized .slick-slide {
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
        padding: 4vw 30px;
    }

    .pro-img.slick-slider .slick-track {
        display: flex;
    }

.pro-thumb.slick-initialized .slick-slide {
    margin: 0 7px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

    .pro-thumb.slick-initialized .slick-slide:before {
        content: '';
        position: absolute;
        background: #f0f0f0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transform: scale(0.5,0.5);
        opacity: 0;
        transition: all 0.3s;
    }

    .pro-thumb.slick-initialized .slick-slide.slick-current:before, .pro-thumb.slick-initialized .slick-slide:hover:before {
        opacity: 0.3;
        transform: scale(1,1);
    }

.pro-thumb {
    margin: 0 -7px;
}

.pro-ttl {
    font-size: 36px;
    color: #000;
    line-height: 1.3em;
    margin-bottom: 15px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.pro-txt {
    font-size: 18px;
    margin-bottom: 15px;
}

.pro-price {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

    .pro-price .new {
        color: #d92026;
        margin-right: 20px;
    }

        .pro-price .new span {
            font-size: 180%;
            font-weight: 700;
        }

    .pro-price .old {
        text-decoration: line-through;
        color: #666666;
        font-weight: 400;
        margin-right: 15px;
    }

    .pro-price .discount {
        background: #d92026;
        color: #fff;
        font-size: 14px;
        padding: 3px 15px;
        position: relative;
        top: -2px;
    }

.pro-btn {
    /*display: flex;*/
    margin-bottom: 15px;
}

    .pro-btn li:not(:last-child) {
        margin-right: 20px;
    }

    .pro-btn a {
        display: block;
        text-decoration: none;
        text-align: center;
        color: #fff;
        background: #d92026;
        font-size: 15px;
        transition: all 0.3s;
        padding: 10px 15px;
        width: 100%;
        position: relative;
    }

        .pro-btn a span {
            display: block;
            font-size: 137.67%;
        }

    .pro-btn li:nth-child(2) a {
        background: #dc0000;
    }

    .pro-btn li:nth-child(1) a:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 15px 15px 0;
        border-color: transparent #c9c8c7 transparent transparent;
        right: 0;
        top: 0;
    }

    .pro-btn a:hover {
        opacity: 0.7;
    }

.pro-note {
    font-size: 16px;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 0 20px;
    margin-bottom: 20px;
}

    .pro-note a {
        text-decoration: none;
        font-style: italic;
        transition: all 0.3s;
    }

        .pro-note a:hover {
            color: #20409a;
        }

.pro-info-ttl {
    font-size: 24px;
    color: #000;
    margin: 0 0 10px;
    font-family: 'Oswald', sans-serif;
}

.pro-info-list li {
    font-size: 16px;
    position: relative;
    margin: 0 0 7px;
    padding-left: 25px;
}

    .pro-info-list li:before {
        content: '';
        position: absolute;
        background: url("../W_images/pro_icon03.png") no-repeat center center/100% auto;
        width: 12px;
        height: 12px;
        left: 0;
        top: 5px;
    }

.pro-info-list {
    margin-bottom: 20px;
}

.pro-info-note {
    width: 100%;
    max-width: 460px;
    background: #ebebeb;
    border: 1px dashed #d92026;
    padding: 20px 30px;
}

    .pro-info-note li {
        position: relative;
        font-size: 16px;
        margin-bottom: 10px;
        padding-left: 45px;
    }

        .pro-info-note li:last-child {
            margin-bottom: 0;
        }

        .pro-info-note li:before {
            content: '';
            position: absolute;
            background: url("../W_images/pro_icon04.png") no-repeat center center;
            width: 31px;
            height: 22px;
            left: 0;
            top: 1px;
        }

        .pro-info-note li:nth-child(2):before {
            background-image: url("../W_images/pro_icon05.png");
        }

        .pro-info-note li:nth-child(3):before {
            background-image: url("../W_images/pro_icon06.png");
        }

        .pro-info-note li:nth-child(4):before {
            background-image: url("../W_images/pro_icon07.png");
        }

        .pro-info-note li span {
            font-weight: 700;
            color: #d92026;
        }

.pro-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.pro-related {
    width: 33%;
    margin-left: 30px;
}

.pro-related-list .b02-item {
    width: 100%;
    border: 1px solid #e1e1e1 !important;
    margin-bottom: 30px;
}

.pro-tab {
    display: flex;
    margin-bottom: -1px;
    position: relative;
}

.pro-tab-main {
    display: none;
    border: 1px solid #dcdcdc;
    padding: 30px 50px;
}

    .pro-tab-main.current {
        display: inherit;
    }

.pro-tab-link {
    font-size: 20px;
    color: #000;
    border: 1px solid #dcdcdc;
    margin-right: 3px;
    padding: 10px 25px;
    font-family: 'Oswald', sans-serif;
    cursor: pointer;
    text-align: center;
}

    .pro-tab-link.current {
        border-bottom-color: #fff;
    }

.pro-box-main {
    width: 100%;
}

    .pro-box-main p {
        font-size: 18px;
    }
.pro-other-ttl {
    font-size: 24px;
    color: #000;text-align: center;
    margin: 0 0 10px;
    font-family: 'Oswald', sans-serif;
}
@media screen and (max-width: 768px) {
    .pro-main {
        display: block;
    }
.pro-main-ifo{width: 100%;}
    .pro-main-img {
        width: 100%;
        margin: 0 0 30px;
    }

    .pro-ttl {
        font-size: 24px;
    }

    .pro-txt, .pro-note, .pro-info-list li, .pro-info-note li, .pro-box-main p {
        font-size: 14px;
    }

    .pro-price {
        font-size: 16px;
    }

    .pro-info-ttl {
        font-size: 20px;
    }

    .pro-info-note {
        padding: 15px;
    }

    .pro-box {
        display: block;
    }

    .pro-tab-link {
        font-size: 16px;
        padding: 10px;
    }

    .pro-tab-main {
        padding: 20px;
    }

    .pro-related {
        width: 100%;
        margin: 30px 0 0;
    }

    .pro-related-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .pro-related-list .b02-item {
            width: calc(50% - 10px);
            margin-bottom: 20px;
        }

    .pro-btn li {
        /*width: calc(50% - 5px);*/
    }

        .pro-btn li:not(:last-child) {
            margin-right: 10px;
        }

    .pro-btn a {
        width: 100%;
        font-size: 12px;
        padding: 13px 5px;
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .pro-price > span {
        display: inline-block;
    }

    .pro-thumb.slick-initialized .slick-slide {
        padding: 1vw;
        border-radius: 2vw;
        margin: 0 3px;
    }

    .pro-thumb {
        margin: 0 -3px;
    }

   
}
@media screen and (max-width: 480px) {
.pro-price {
    font-size: 14px;
}
.pro-price .new {
    margin-right: 10px;
}
.pro-price .discount {
    font-size: 12px;
    padding: 3px 8px;
}
.pro-price .old {
    margin-right: 5px;
}
.pro-related-list .b02-item {
    width: 100%;
}
.pro-tab-link {
    font-size: 14px;
    padding: 10px 5px;
  min-width: 15%;
}
}