@charset "UTF-8";

/*
* SALE
*/
.pagetitle {
    padding: 20px 0 0 0;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 38px;
    text-align: center;
    margin: 16px auto 0;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

.pagetitle img {
    width: 1000px;
}

#sale_contents {
    overflow: hidden;
    margin: 30px 0 10px 0;
    font-family: futura-pt, sans-serif;
	
}



#sale_contents .link_percent li {
    position: relative;
    float: left;
    width: 21.2%;
    /*border: 1px solid #202020;*/
	border: 1px solid #d27891;
    margin: 0.5% 1.8%;
}

#sale_contents .link_percent li .btn_arrow {
    display: inline-block;
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    outline: none;
    line-height: 2;
    /*color: #202020 !important;*/
}

#sale_contents .link_percent li .btn_arrow::before {
    position: absolute;
    top: 50%;
    right: 0.3em;
    content: '';
    margin-top: -10px;
    border: 10px solid transparent;
    border-top-width: 8px;
    border-bottom-width: 8px;
    /*border-left-color: #202020;*/
	border-left-color: #d27891;
}

#sale_contents .link_percent li .salelink {
    position: relative;
    z-index: 2;
    /*background-color: #202020;
    border: 1px solid #202020;*/
    background-color: #d27891;
    border: 1px solid #d27891;
    color: #fff;
    line-height: 1.4;
    width: 100%;
    display: block;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

#sale_contents .link_percent .salelink:link,
#sale_contents .link_percent .salelink:visited {
    color: #fff;
}

#sale_contents .link_percent .salelink:hover {
    /*color: #202020;*/
	color: #d27891;
    background-color: #fff;
    /*border: 1px solid #202020 !important;*/
	border: 1px solid #d27891;
    opacity: 1;
}

#sale_contents .link_percent li .asalelink::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#sale_contents .link_percent ul {
    position: relative;
    float: left;
    width: 49.9%;
    /*background: #202020;*/
	background: #d27891;
    border-right: 1px solid #000;
}