@charset "UTF-8";

.mt50{
margin-top: 50px;
}

.sale .header img{
width: 100%;
}
.sale .contents{
    padding: 5%;
    border-left: 5px solid #ff8400;;
    border-right: 5px solid #ff8400;;
    border-bottom: 5px solid #ff8400;;

}

.sale .contents .leadbox{
    margin-bottom: 5%;
}

.sale .nav{
    list-style: none;
  display: flex;
  justify-content: center;
    align-items: center;
  margin-bottom: 5%;
}

.sale .nav li{
    width: 160px;
    font-size: 95%;
    text-align: center;
    background-color: #cf720e;
    height: 50px;
    line-height: 50px;
    margin-right: 2px;

}

.sale .nav li a{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding: 20px;
    box-sizing: border-box;
}

.sale .nav li a:hover{
    color: #d6a673!important;
}

.sale .contents .lead{
    text-align: center;
    font-size: 2.3em;
    color: #7a4104;
    background-image:url("../images/sale/shop-icon.png");
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size: contain;
    margin-bottom: 2rem;
    }
.sale .contents .lead strong{
    font-weight: 900;
    font-size: 2.5rem;
}

.sale .contents .leadbox a{
 color: #276fb7!important;
}

.sale .contents .leadbox a:hover{
    color: #87b0da!important;
}

.sale .text-end strong{
    font-size: 1.1rem;
}

.sale h3{
    display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
    text-align: center;
    padding-bottom: 20px;
}

.sale h3::before,
.sale h3::after{
    content: '';
	width: 120px;
	height: 5px;
	background-color: #276fb7;
}

.sale h3::before {
    margin-right: 20px;
  }
  .sale h3::after {
    margin-left: 20px;
  }

.sale h4{
    text-align: center;
    color: #ff3600;
    font-weight: 900;
}

.sale .setbox{
    position: relative;
    display: flex;
	justify-content: center;
	align-items: center;
    width: 65%;
    border: 2px solid #276fb7;
    border-radius: 10px;
    margin:2.5em auto;
    padding: 2% 1% 1% 1%;
}
.sale .icon{
    position: absolute;
    background-color: #276fb7;
    text-align: center;
    color: #fff;
    width: 100px;
    top: -10px;
}
.sale .product{
    color: #276fb7;
    font-weight: 900;
    text-align: left;
 }

.sale .price{
    font-weight: 900;
    font-size: 1.2rem;
    color: red;
    padding-left: 3%;
}

.sale .productimage{
    text-align: center;
    margin: 3rem 0 2rem;
}

.sale .productimage img{
    width: 50%;
}

a.salebtn{
    display: flex;
    font-size: 1.5em;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 300px;
	margin: auto;
	padding: 1rem 4rem 1rem 3rem;
	font-weight: bold;
	background: #ff0000;
	color: #fff;
	border-radius: 100vh;
	position: relative;
    transition: 0.5s;
    white-space: nowrap;
}

a.salebtn::after {
	content: '';
	width: 15px;
	height: 15px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	transform: rotate(45deg);
}
a.salebtn:hover {
	background: #ee5f5f;
    color: #fff!important;
}

/* indexとpriceページに追加  */
.salebtnbox{
    background-color: #f1edd7;
    padding: 2% 1%;
    width: 75%;
    margin: 0 auto 3rem;
}
.salebtnbox h3{
    color: #ee5f5f!important;
    font-weight: 900;
}

.salebtnbox p{
    font-weight: 900;
    margin-bottom: 1.2rem;
}

a.salelink{
    display: flex;
    font-size: 1.5em;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 300px;
	margin: auto;
	padding: 0.5rem 4rem 0.5rem 3rem;
	font-weight: bold;
	background: #c40554;
	color: #fff;
	position: relative;
    transition: 0.5s;
    white-space: nowrap;
}

a.salelink::after {
	content: '';
	width: 13px;
	height: 13px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
}
a.salelink:hover {
	background: #cf97ae;
    color: #fff!important;
}


@media (max-width: 768px) {
    .pc{
        display: none;
    }
    .sale .contents{
            margin-bottom: 2rem!important;

    }
    .sale .contents .lead{
        font-size: 1.5rem;
        margin:1rem auto;
    }
    .sale .setbox{
        display: block;
        width: 100%;
    }
    .sale .product{
        padding: 3%;
    }
    .sale .productimage img{
        width: 100%;
    }
    .sale .saletxt p{
        padding: 10px 0;
    }

    .col-md-12{
        padding: 0!important;
    }
    .salebtnbox{
        width: 100%;
        padding: 1.5rem 2%;
        margin: 0 auto 1rem;
    }
}

@media (max-width: 480px) {

}