﻿

.pro-main {
    display: flex;justify-content: center;
    margin: 50px 0;
}
.pro-main-ifo{width: 45%;}
.pro-main-img {
    flex-shrink: 0;
    width: 45%;
    margin-right: 50px;
	overflow: hidden;
}

.pro-img {
	border: 2px solid #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 10px;
}
#Btn_ShowPopup{
    cursor: pointer;
    background: none;
    border: 2px solid #7b7a7a;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    position: absolute;
    bottom: 5px;
    left: 5px;
    color: #7b7a7a;
    font-size: 17px;
    box-shadow: 0px 0px 6px #e3e3e3;
	
}
#Btn_ShowPopup:hover{
	
	opacity:0.8;
	
}
    .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: 5px;
    }

    .pro-img.slick-slider .slick-track {
        display: flex;
    }
	
	.pro-img img{min-width:400px;width: 100%;
    object-fit: cover;}

.pro-thumb.slick-initialized .slick-slide {
    margin: 0 7px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 5px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
	height: 100px;border-radius: 10px;
}

    .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 img{width:100%;height:100%;    object-fit: cover;border-radius: 5px;}

    .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: 22px;
    color: #000;
    line-height: 1.3em;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.pro-txt {
    font-size: 18px;
    margin-bottom: 15px;
}
    .pro-txt th, .pro-txt td {
		text-align: left;
        padding: 5px;
        background: none;
        color: #000;
        border: none;
        border-bottom: 1px solid #ececec;
        font-size: 14px;
    }

    .pro-price {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .pro-price .new {
       margin-right: 20px;
    font-weight: 600;
    font-size: 25px;
    }

        .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;justify-content: space-between;
    margin-bottom: 15px;
}
 .pro-btn li{
      width:48%;
    }
    .pro-btn li:not(:last-child) {
       margin-bottom:10px;
    }

    .pro-btn a {
        display: block;
        text-decoration: none;
        text-align: center;
        color: #fff;
        background: #ee4d2d;
        font-size: 15px;
        transition: all 0.3s;
        padding: 10px 15px;
        width: 100%;
        border-radius: 10px;
        font-weight: 600;
        text-transform: uppercase;
    }

        .pro-btn a span {
            display: block;
            font-size: 137.67%;
        }

    .pro-btn li:nth-child(2) a {
        background: #177ccd;
    }

/*    .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 #f27126 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-qty {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.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: #ee4d2d;
        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 ul{margin-bottom: 15px;}
.pro-info-note li {
    list-style: disc;
    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;
}

.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;
   
    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;
    margin: 60px 0 25px;
    font-weight: 600;
}
@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 {
           margin-top: 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: 11px;
        padding: 13px 5px;
    }

    .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) {
	.main_box{width:100%;}
    .pro-ttl {
        font-size: 16px;
    }
    .pro-txt th, .pro-txt td {
        font-size: 12px;
    }
    .pro-price {
        font-size: 14px;
    }
.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%;
}
}