@charset "shift_jis";
/* CSS Document */

/* ================================

   ξ{

================================ */

.inner_content{width:900px}
#agf_sale * {
	/*font-family:"Century Gothic","qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;*/
}
#agf_sale { position: relative; width:100%; margin:0 0 30px 0;}
#agf_sale a { color: #121212; text-decoration: none; }
/*#agf_sale a:hover *{ opacity:0.8; }*/
#agf_sale img { vertical-align: bottom; }
#agf_sale .pc_none { display: none; }


/* ΕΒ
================================ */

#agf_sale h2{
	position: relative;
	margin: 0 0 20px;
}


/* ================================

   €i

================================ */

#agf_sale .coffee_set {
    width: 100%;
    margin: 0 0 30px;
    box-sizing: border-box;
}
#agf_sale .coffee_set > a {
    display: block;
	padding: 30px 20px 20px;
    box-sizing: border-box;
    /*background-color: #e0d3bc;*/
    background-color: rgba(224,211,188,1.0);
}
#agf_sale .coffee_set > a:hover {
    /*background-color: #e0d3bc;*/
    background-color: rgba(224,211,188,0.7);
}
#agf_sale .coffee_set > a > h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    padding-bottom: 0.75em;
    border-bottom: 1px solid #333;
    margin-bottom: 0.75em;
}
#agf_sale .coffee_set > a > h3 > span {
    font-size: 24px;
}
#agf_sale .coffee_set > a > .item {
    width: 100%;
    display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
}
#agf_sale .coffee_set > a > .item > .thumb {
    width: 300px;
}
#agf_sale .coffee_set > a > .item > .thumb > img {
    width: 100%;
    height: auto;
}
#agf_sale .coffee_set > a > .item > .text {
    width: calc(100% - 300px);
    padding-left: 20px;
    box-sizing: border-box;
    /**/
    display: flex;
    flex-direction: column;
    margin-top: auto;
}
#agf_sale .coffee_set > a > .item > .text > p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
}

#agf_sale .coffee_set .tastemap {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 0 0 10px;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
}
#agf_sale .coffee_set .tastemap > h4 {
    position: relative;
    display: inline-block;
    top: -14px;
    z-index: 1;
    width: 140px;
    margin: 0 auto;
    color: #fff;
    font-size: 15px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #340c0c;
    box-sizing: border-box;
}
#agf_sale .coffee_set .tastemap > h4:before,
#agf_sale .coffee_set .tastemap > h4:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 2;
}
#agf_sale .coffee_set .tastemap > h4:before {
  top: 0;
  left: -10px;
  border-width: 14px 14px 14px 7px;
  border-color: #340c0c #340c0c #340c0c transparent;
  border-style: solid;
}
#agf_sale .coffee_set .tastemap > h4:after {
  top: 0;
  right: -10px;
  border-width: 14px 7px 14px 14px;
  border-color: #340c0c transparent #340c0c #340c0c;
  border-style: solid;
}

#agf_sale .coffee_set .tastemap > ul {
    width: 100%;
    display: flex;
    margin-top: -10px;
}
#agf_sale .coffee_set .tastemap > ul > li {
    width: calc(100%/3);
    padding: 0 10px;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
}
#agf_sale .coffee_set .tastemap > ul > li:last-child {
    border-right: none;
}
#agf_sale .coffee_set .tastemap > ul > li > h5 {
    font-size: 13px;
    text-align: center;
    margin-bottom: 5px;
}
#agf_sale .coffee_set .tastemap > ul > li > table {
    width: 100%;
}
#agf_sale .coffee_set .tastemap > ul > li > table > tbody > tr {
    vertical-align: middle;
}
#agf_sale .coffee_set .tastemap > ul > li > table > tbody > tr > th,
#agf_sale .coffee_set .tastemap > ul > li > table > tbody > tr > td {
    font-size: 11px;
    line-height: 1.2;
    font-weight: 500;
    padding: 3px 0;
    text-align: left;
}
#agf_sale .coffee_set .tastemap > ul > li > table > tbody > tr > td > img {
    width: 10px;
    height: auto;
    vertical-align: middle;
    margin-left: 5px;
}

#agf_sale .coffee_set > .prices {
    text-align: right;
    margin-top: 10px;
}


/* ================================

   κ

================================ */

#agf_sale .sale_lineup {
    width: 100%;
    background-color: #e0d3bc;
    padding: 10px 10px 0;
    box-sizing: border-box;
}
#agf_sale .sale_lineup > ul {
    width: 100%;
    display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
#agf_sale .sale_lineup > ul > li {
    width: calc((100% - 10px*2)/3);
    margin: 0 10px 10px 0;
    /* qvfΜ³π΅¦ι */
    display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#agf_sale .sale_lineup > ul > li:nth-child(3n) {
    margin-right: 0;
}
#agf_sale .sale_lineup > ul > li > a {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 15px 10px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
}

#agf_sale .sale_lineup .ribbon_s,
#agf_sale .sale_lineup .ribbon_d {
    display: inline-block;
    position: absolute;
    top: -4px;
    left: 10px;
    margin: 0;
    padding: 22px 0 14px;
    z-index: 2;
    width: 60px;
    text-align: center;
    color: #fff;
    font-size: 7px;
    font-weight: 700;
    border-radius: 3px 0 0 0;
}
#agf_sale .sale_lineup .ribbon_s span,
#agf_sale .sale_lineup .ribbon_d span {
    display: block;
    font-size: 11px;
}
#agf_sale .sale_lineup .ribbon_s:before,
#agf_sale .sale_lineup .ribbon_d:before {
    position: absolute;
    content: '';
    top: 0;
    right: -4px;
    border: none;
    border-right: solid 4px transparent;
}
#agf_sale .sale_lineup .ribbon_s:after,
#agf_sale .sale_lineup .ribbon_d:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
}
/* ribbon stick */
#agf_sale .sale_lineup .ribbon_s { background: #ff6ca3; }
#agf_sale .sale_lineup .ribbon_s:before { border-bottom: solid 4px #b24b72; }
#agf_sale .sale_lineup .ribbon_s:after { border-top: 10px solid #ff6ca3; }
/* ribbon drip */
#agf_sale .sale_lineup .ribbon_d { background: #3d5dd4; }
#agf_sale .sale_lineup .ribbon_d:before { border-bottom: solid 4px #2b4194; }
#agf_sale .sale_lineup .ribbon_d:after { border-top: 10px solid #3d5dd4; }

#agf_sale .sale_lineup > ul > li > a > dl {
    text-align: center;
}
#agf_sale .sale_lineup > ul > li > a > dl > dt {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    /*height: 4.5em;*/
    padding-bottom: 10px;/**/
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}
#agf_sale .sale_lineup > ul > li > a > dl > dt > span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}
#agf_sale .sale_lineup > ul > li > a > dl > dd.thumb { margin: 20px 0 10px }
#agf_sale .sale_lineup > ul > li > a > dl > dd.thumb img {
    width: 70%;
    height: auto;
}
#agf_sale .sale_lineup > ul > li > a:hover > dl > dd.thumb img {
    opacity: 0.7;
    transform: scale(1.1);
}
#agf_sale .sale_lineup > ul > li > a > dl > dd.prices {}



/* ================================

   €iκΊ{^

================================ */

#agf_sale .btn_1clm,
#agf_sale .btn_2clm {
    width: 100%;
    margin-top: 60px;
}

#agf_sale .btn_1clm {
    width: 100%;
}
#agf_sale .btn_1clm > a {
    position: relative;
    width: 100%;
    display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
    /*background-color: #e9e0d0;*/
    background-color: rgba(233,224,208,1.0);
    padding: 40px 100px 20px;
    box-sizing: border-box;
    border-radius: 10px;
}
#agf_sale .btn_1clm > a > .thumb {
    width: 240px;
    position: absolute;
    top: -30px;
    left: 100px;
}
#agf_sale .btn_1clm > a > dl {
    width: 100%;
    padding-left: 280px;
    box-sizing: border-box;
}
#agf_sale .btn_1clm > a > dl > dt {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
}
#agf_sale .btn_1clm > a > dl > dt > span {
    font-size: 24px;
}
#agf_sale .btn_1clm > a > dl > dd.prices {
    text-align: right;
}

/* arrow */
#agf_sale .btn_1clm > a::after,
#agf_sale .btn_2clm > ul > li > a::after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #340c0c;
    border-right: 2px solid #340c0c;
    transform: rotate(45deg);
}
#agf_sale .btn_1clm > a::after,
#agf_sale .btn_2clm > ul > li > a::after{
    right: 30px;
}


/* hover */
#agf_sale .btn_1clm > a:hover {
    background-color: rgba(233,224,208,0.7);
}
#agf_sale .btn_1clm > a:hover::after,
#agf_sale .btn_2clm > ul > li > a:hover::after {
    right: 22px;
}
#agf_sale .btn_1clm > a:hover > .thumb {
    top: -35px;
}


#agf_sale .btn_2clm > ul {
    width: 100%;
    display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#agf_sale .btn_2clm > ul > li {
    width: calc((100% - 20px*1)/2);
}
#agf_sale .btn_2clm > ul > li > a {
    position: relative;
    display: block;
    /*background-color: #e9e0d0;*/
    background-color: rgba(233,224,208,1.0);
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}
#agf_sale .btn_2clm > ul > li > a > div.img {
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -120px;
}
#agf_sale .btn_2clm > ul > li > a > p {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    padding-top: 100px;
}
#agf_sale .btn_2clm > ul > li > a > p > span {
    font-size: 24px;
}

#agf_sale .btn_2clm > ul > li > a:hover {
    background-color: rgba(233,224,208,0.7);
}
#agf_sale .btn_2clm > ul > li > a:hover > div.img {
    top: -35px;
}


/* ================================

   Ώiv

================================ */

#agf_sale .prices {}
#agf_sale .prices .buy_price {}
#agf_sale .prices .buy_price ul {}
#agf_sale .prices .buy_price ul li {
	display: inline-block;
	}
#agf_sale .prices .buy_price ul li.price {}
#agf_sale .prices .buy_price ul li.intax {}
#agf_sale .prices .buy_price ul li span.spesicalprice { display: none; }





/* ================================

   Aj[V

================================ */

#agf_sale a,
#agf_sale a:hover,
#agf_sale a img,
#agf_sale a:hover img,
#agf_sale .btn_2clm > ul > li > a > div.img,
#agf_sale .btn_2clm > ul > li > a:hover > div.img,
#agf_sale .btn_1clm > a > .thumb,
#agf_sale .btn_1clm > a:hover > .thumb,
#agf_sale .btn_1clm > a::after,
#agf_sale .btn_1clm > a:hover::after,
#agf_sale .btn_2clm > ul > li > a::after,
#agf_sale .btn_2clm > ul > li > a:hover::after {
    transition: 0.3s all;
}


/* ================================

   TOPΦίι

================================ */

#agf_sale .pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 9999;
}
#agf_sale .pagetop a {
  	display: table;
	width: 70px;
	height: 70px;
}
#agf_sale .pagetop a span {
	display: table-cell;
    text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
    background-color: #340c0c;
	border-radius: 80px;
}
#agf_sale .pagetop a:hover span {
	opacity: 0.7;
	transform: translateY(-2px);
}
