@charset "UTF-8";
/* アウトドアセール
------------------------------------------------ */
#pointup {
	width: 756px;
	width: auto;
	margin: 0 auto;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#pointup div,
#pointup p,
#pointup span,
#pointup h1,
#pointup h2,
#pointup h3,
#pointup ul,
#pointup li,
#pointup a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #444;
	text-decoration: none;
}
/*** product_area ***/
#pointup {

}

#pointup .header {
	display: block;
	width: 756px;
	width: auto;
	height: auto;
	margin: 0 auto 50px;
}

#pointup .header_shita {
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 3px;
    font-weight: bold;
    margin-bottom: 70px;
    color: #32312b;
	position: relative;
}

#pointup .header_shita:before {
	content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 195px;
    height: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ffdb25;
}

#pointup .header_shita span{
	color: #32312b;
	background: linear-gradient(transparent 12%, #67ffff 0%);
}

#pointup .header_sarani {
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 3px;
    font-weight: bold;
    margin-bottom: 70px;
    color: #32312b;
}

#pointup .header_sarani a{
    position: relative;
    display: block;
    background: #ffdb25;
    color: #32312b;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    width: 400px;
    text-align: center;
    margin: 25px auto 0;
    transition: all .3s;
}

#pointup .header_sarani a::after{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    top: 43%;
    right: 10%;
    position: absolute;
    border-top: 2px solid #32312b;
    border-right: 2px solid #32312b;
    -webkit-transform: rotate( 
45deg) translate(-8px, 8px);
	transform: rotate( 
45deg) translate(-8px, 8px);
}

#pointup .header_sarani a:hover {
	opacity: .7;
}

#pointup .header_sarani span{
	color: #32312b;
	background: linear-gradient(transparent 12%, #67ffff 0%);
}

#pointup .recommendation_inner {
	margin: 0 auto;
	letter-spacing: 1px;
}

#pointup .anchor {
	width: 400px;
	margin: 0 auto 10px;
}

#pointup .anchor_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}

#pointup .anchor_list li {
	position: relative;
	width: 180px;
	margin-bottom: 75px;
	transition: all .3s;
}

#pointup .anchor_list li:hover {
	opacity: .7;
}

#pointup .anchor_list li:hover::after {
	-webkit-transform: translateY(5px) rotate(45deg);
	transform: translateY(5px) rotate(45deg);
}

#pointup .anchor_list li::after {
	content: "";
	display: block;
	position: absolute;
	top: 113%;
	right: 84px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-bottom: 2px solid #ffdb25;
	border-right: 2px solid #ffdb25;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .3s;
}


#pointup .anchor_link {
	display: block;
}

#pointup .anchor_name {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	min-height: 55px;
	letter-spacing: 1.3px;
}

#pointup .anchor_img {
	display: block;
}

#pointup .anchor_price {
	display: block;
}

#pointup .product_area {
	background: #ffdb25;
	padding: 16px;
}

#pointup .product {
	position: relative;
	width: 722px;
	margin: 0 auto;
	padding: 50px 0 0;
	margin-bottom: 16px;
	background: #fff;
}

#pointup .product:last-child {
	margin-bottom: 0;
}

#pointup .product_name {
	font-size: 17px;
	font-weight: 700;
    letter-spacing: 1px;	
	margin-bottom: 55px;
	text-align: center;
	position: relative;
}

#pointup .product_name:before {
	content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 195px;
    height: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #1b1b1b;
}

#pointup .product_off {
	position: absolute;
	right: 36px;
	top: 24px;
}

#pointup .product_inner {
	width: 650px;
	margin: 0 auto;
	padding: 0 0 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}

#pointup .product_leftside {
	width: 290px;
	margin: 8px 0 0;
}

#pointup .product_img.B1T {
	margin-bottom: 30px;
}

#pointup .product_img.C1T,
#pointup .product_img.C1A,
#pointup .product_img.J1M,
#pointup .product_img.S1P {
	margin-bottom: 50px;
}

#pointup .product_img.CP1 {
	margin-bottom: 55px;
}

#pointup .product_img.JOS1 {
	margin-bottom: 55px;
}

#pointup .product_img.JOS {
	margin-bottom: 25px;
}
#pointup .product_icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 5%;
}
#pointup .product_review{
text-align: center;
}

#pointup .product_rightside {
	width: 320px;
	margin: 0;
}

#pointup .product_text {
	font-size: 13px;
	margin-bottom: 10px;
	line-height: 1.8;
	letter-spacing: 1px;
}

#pointup .product_price {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: baseline;
	width: 270px;
	margin: 0 auto 16px;
}

#pointup .product_price::after {
	content: "";
	display: block;
	position: absolute;
	top: 49%;
	left: 75px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8.9px;
	border-color: transparent transparent transparent #1b1b1b;
}

#pointup .product_ori_pri {
	font-size: 15px;
	font-weight: bold;
	color: #1b1b1b;
}

#pointup .product_off_pri {
	font-size: 28px;
	font-weight: bold;
	color: #e00000;

}

#pointup .product_off_pri span {
	color: #e00000;
}

#pointup .product_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}

#pointup .product_btn li {
	width: 154px;
	margin-bottom: 12px;
}

#pointup .product_btn li a {
	display: block;
	background: #ffdb25;
	color: #32312b;
	font-size: 13px;
	font-weight: 500;
	padding: 10px 0;
	text-align: center;
	transition: all .3s;
}

#pointup .product_btn li a span {
	color: #32312b;
}

#pointup .product_btn li a:hover {
	opacity: .7;
}

#pointup .roboto {
	font-family: "Roboto", "Noto Sans JP", sans-serif;
}

#pointup .roboto_pt {
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	font-size: 20px;
	color: #1b1b1b;
}


/* ----- 商品を探す ----- */
#pointup .search_wrap {
	padding: 20px 0 0;
}

#pointup .search_wrap > .title {
	text-align: center;
}

#pointup .search_wrap .search_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 620px;
	margin: 40px auto 0;
}

#pointup .search_wrap .search_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #FFCCCC;
}

#pointup .search_wrap .search_list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	    flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 160px;
	height: 160px;
	color: #FFFFFF;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.42857;
	letter-spacing: 0.12em;
	text-decoration: none;
}

#pointup .search_wrap .search_list li a span {
	display: block;
}

#pointup .search_wrap .search_list li a::after {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	-webkit-transform: rotate(45deg) translate(-8px, 8px);
	        transform: rotate(45deg) translate(-8px, 8px);
	-webkit-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

#pointup .search_wrap .search_list li .search01 {
	background-color: #FF69B7;
}

#pointup .search_wrap .search_list li .search02 {
	background-color: #18DFAE;
}

#pointup .search_wrap .search_list li .search03 {
	background-color: #FF962F;
}

#pointup .search_wrap .search_list li a:hover::after {
	-webkit-transform: rotate(45deg) translate(0px, 0px);
	        transform: rotate(45deg) translate(0px, 0px);
}

/* ----- キャンペーン紹介 ----- */
#pointup .campaign_wrap {
	width: 640px;
	padding: 60px 0 60px;
	margin: 0 auto 0;
	position: relative;
}

#pointup .campaign_wrap .title {
	margin: 0 0 20px 0;
}

#pointup .coupon01 {
	position: absolute;
	left: 7%;
    top: 56%;
}

#pointup .coupon02 {
	position: absolute;
	right: 3%;
    top: 56%;

}
