﻿/*
*/

.pro-main {
    display: flex;
    margin-bottom: 50px;
    background: #fff;
    padding: 20px;
}

.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;
        width: 360px !important;
        margin: 0 auto;
    }

    .pro-img.slick-slider .slick-track {
        display: flex;
    }

.pro-thumb.slick-initialized .slick-slide {
    margin: 0 10px 0 0;
    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-ttl {
    font-size: 25px;
    line-height: 1.3em;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: var(--txt);
    font-weight: 800;
    text-align: left;
}

.pro-txt {
    font-size: 18px;
    margin-bottom: 15px;
}

    .pro-txt th, .pro-txt td {
        padding: 5px;
        background: none;
        color: #000;
        border: none;
        border-bottom: 1px solid #ececec;
        font-size: 14px;
    }

.pro-price {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}

    .pro-price .new {
        margin-right: 20px;
        font-weight: 600;
        font-size: 20px;
        color: red;
    }

        .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: #f27026;
        color: #fff;
        font-size: 14px;
        padding: 3px 15px;
        position: relative;
        top: -2px;
    }

.pro-btn {
    /*display: flex;*/
    margin-bottom: 15px;
    position: relative;
}

    .pro-btn li:not(:last-child) {
        margin-bottom: 10px;
    }

    .pro-btn a {
        display: block;
        text-decoration: none;
        text-align: center;
        color: #fff;
        background: #dd1906;
        font-size: 15px;
        transition: all 0.3s;
        padding: 10px 15px;
        width: 100%;
        border-radius: 10px;
        font-weight: 600;
    }

        .pro-btn a span {
            display: block;
            font-size: 137.67%;
        }

    .pro-btn li:nth-child(2) a {
        background: #274b8f;
    }

    .pro-btn a:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 15px 15px 0;
        border-color: transparent var(--scolor) 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-note {
    width: 100%;
    max-width: 460px;
    background: #ebebeb;
    border: 1px dashed var(--txt);
    padding: 20px 35px;
    margin: auto;
}

    .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("/Images/icon4.png") no-repeat center center;
            width: 31px;
            background-size: 30px;
            height: 30px;
            left: 0;
            top: -3px;
        }

        .pro-info-note li:nth-child(2):before {
            background-image: url("/Images/icon3.png");
        }

        .pro-info-note li:nth-child(3):before {
            background-image: url("/Images/icon2.png");
        }

        .pro-info-note li:nth-child(4):before {
            background-image: url("/Images/icon1.png");
        }

        .pro-info-note li span {
            font-weight: 700;
            color: #d92026;
        }

.pro-qty {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0;
}

.pro-group-qty {
    display: flex;
}

    .pro-group-qty button, .pro-group-qty input {
        width: 40px;
        height: 30px;
        background: none;
        border: 1px solid #e4e4e4;
    }

    .pro-group-qty button {
        background: #f3f3f3;
        font-size: 24px;
        line-height: 0;
        color: #737373;
        cursor: pointer;
        transition: all 0.5s;
    }

    .pro-group-qty input {
        border-left: none;
        border-right: none;
        padding: 0 5px;
        text-align: center;
        width: 55px;
    }

    .pro-group-qty button:hover {
        background: #c7c7c7;
        color: #fff;
    }

.pro-add-cart {
    margin-bottom: 0;
    margin-left: 26px;
}

    .pro-add-cart a {
        display: block;
        color: #fff;
        text-decoration: none;
        background: var(--txt);
        padding: 10px 30px;
        border-radius: 20px;
        font-weight: 600;
        text-transform: uppercase;
    }

.pro-info-ttl {
    font-size: 24px;
    color: #000;
    margin: 0 0 10px;
}

.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;
}

.main_box {
    width: 400px;
    margin: 0 auto;
}

    .main_box .ttl {
        margin: 0 0 10px;
        text-align: center;
        background: #6c9393;
        background-size: 30px;
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 7px 10px;
        -webkit-animation: glowing 1200ms infinite;
        -moz-animation: glowing 1200ms infinite;
        -o-animation: glowing 1200ms infinite;
        animation: glowing 1200ms infinite;
    }

@-webkit-keyframes glowing {
    0% {
        background-color: #ff0000;
        -webkit-box-shadow: 0 0 3px #ff0000;
    }

    15% {
        background-color: #2700ff;
        -webkit-box-shadow: 0 0 3px #2700ff;
    }

    30% {
        background-color: #00ff2b;
        -webkit-box-shadow: 0 0 3px #00ff2b;
    }

    45% {
        background-color: #a9ff00;
        -webkit-box-shadow: 0 0 3px #a9ff00;
    }

    60% {
        background-color: #efff00;
        -webkit-box-shadow: 0 0 3px #efff00;
    }

    75% {
        background-color: #f17a15;
        -webkit-box-shadow: 0 0 3px #f17a15;
    }

    85% {
        background-color: #ff00eb;
        -webkit-box-shadow: 0 0 3px #ff00eb;
    }

    100% {
        background-color: #ff0000;
        -webkit-box-shadow: 0 0 3px #B20000;
    }
}

@-moz-keyframes glowing {

    0% {
        background-color: #ff0000;
        -moz-box-shadow: 0 0 3px #ff0000;
    }

    15% {
        background-color: #2700ff;
        -moz-box-shadow: 0 0 3px #2700ff;
    }

    30% {
        background-color: #00ff2b;
        -moz-box-shadow: 0 0 3px #00ff2b;
    }

    45% {
        background-color: #a9ff00;
        -moz-box-shadow: 0 0 3px #a9ff00;
    }

    60% {
        background-color: #efff00;
        -moz-box-shadow: 0 0 3px #efff00;
    }

    75% {
        background-color: #f17a15;
        -moz-box-shadow: 0 0 3px #f17a15;
    }

    85% {
        background-color: #ff00eb;
        -moz-box-shadow: 0 0 3px #ff00eb;
    }

    100% {
        background-color: #ff0000;
        -moz-box-shadow: 0 0 3px #B20000;
    }
}

@keyframes glowing {
    0% {
        background-color: #ff0000;
        box-shadow: 0 0 3px #ff0000;
    }

    15% {
        background-color: #2700ff;
        box-shadow: 0 0 3px #2700ff;
    }

    30% {
        background-color: #00ff2b;
        box-shadow: 0 0 3px #00ff2b;
    }

    45% {
        background-color: #a9ff00;
        box-shadow: 0 0 3px #a9ff00;
    }

    60% {
        background-color: #efff00;
        box-shadow: 0 0 3px #efff00;
    }

    75% {
        background-color: #f17a15;
        box-shadow: 0 0 3px #f17a15;
    }

    85% {
        background-color: #ff00eb;
        box-shadow: 0 0 3px #ff00eb;
    }

    100% {
        background-color: #ff0000;
        box-shadow: 0 0 3px #B20000;
    }
}

.main_box .box {
    padding: 10px;
    border: 2px solid #ff0000;
    border-top: none;
    border-radius: 0 0 10px 10px;
}

.main_box .ico img {
    vertical-align: sub;
    margin-right: 5px;
}

.pro-info-note li {
    list-style: none;
    list-style-position: inside;
    font-size: 14px;
}

.product_meta_itm {
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    border-top: 1px dotted #ddd;
}

    .product_meta_itm a {
        text-decoration: none;
        color: #d41830;
        transition: all 0.5s;
    }

        .product_meta_itm a:hover {
            color: #000;
        }

.pro-box {
    margin-bottom: 40px;
}

.pro-related {
}

.pro-related-list .b02-item {
}

.pro-tab {
    display: flex;
    margin-bottom: -1px;
    position: relative;
    list-style: none;
}

.pro-tab-main {
    display: none;
    border: 1px solid var(--txt);
    padding: 30px 50px;
}

    .pro-tab-main.current {
        display: inherit;
    }

.pro-tab-link {
    font-size: 20px;
    color: #000;
    border: 1px solid var(--txt);
    padding: 10px 25px;
    margin: 0 3px 0 0;
    cursor: pointer;
    text-align: center;
}

    .pro-tab-link.current {
        border-bottom-color: #fff;
    }

.pro-box-main {
    width: 100%;
}

    .pro-box-main p {
        font-size: 16px;
    }

.pro-other-ttl {
    font-size: 24px;
    color: #000;
    margin: 60px 0 25px;
    font-weight: 800;
}

@media screen and (max-width: 768px) {
    .pro-main {
        display: block;
        padding: 0;
    }

    .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 {
        margin-top: 20px;
        padding: 20px;
    }

    .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) {
        }

    .pro-btn a {
        width: 100%;
        font-size: 12px;
        padding: 13px 5px;
    }

    .pro-price > span {
        display: inline-block;
    }

    .pro-thumb.slick-initialized .slick-slide {
    }

    .pro-thumb {
        margin: 0 -3px;
    }
}

@media screen and (max-width: 480px) {

    .main_box {
        width: 100%;
    }

    .pro-ttl {
        font-size: 16px;
    }

    .pro-txt th, .pro-txt td {
        font-size: 12px;
    }

    .pro-price {
        font-size: 14px;
        margin-top: 30px;
    }

        .pro-price .new {
            margin-right: 10px;
            font-size: 21px;
        }

        .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%;
    }
	.pro-add-cart a{font-size:12px;}
}
