.sub #pr{
	text-align: center;
}

.sub #lead{
	background: url('/fabinfo/image/lead-bg.jpg') no-repeat center center;
	width: 948px;
	height: 220px;
	padding: 5px;
	margin: 35px auto;
}

.sub #lead span{
	display: block;
	padding: 31px 35px 0;
	height: 210px;
	color: #fff;
	font-size: 14px;
}

.sub #anchor{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-around;
	justify-content space-around;
}
.sub #anchor li{
	width: 240px;
}

.sub #anchor li a{
	display: block;
	width: 240px;
	height: 87px;
	color: #fff;
	font-size:21px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 100%;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
    align-items: center;
    text-decoration: none;
}

.sub #anchor li a p{
	text-align: center;
}

.sub #anchor li a span{
	display: block;
	font-size: 16px;
}

.sub #anchor li a:hover{
	opacity: 0.75;
	text-decoration: none;
}



.sub #anchor li:nth-child(1) a{
	background: url('/fabinfo/image/bnr-it.jpg') no-repeat center center;
}

.sub #anchor li:nth-child(2) a{
	background: url('/fabinfo/image/bnr-us.jpg') no-repeat center center;
}

.sub #anchor li:nth-child(3) a{
	background: url('/fabinfo/image/bnr-jp.jpg') no-repeat center center;
}

.sub #anchor li:nth-child(4) a{
	background: url('/fabinfo/image/bnr-gs.jpg') no-repeat center center;
}

.titlebar-bg{
	padding: 8px;
	line-height: 100%;
}

.titlebar-bg img{
	vertical-align: -10px;
	margin-right: 10px;
}

.boxs{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row; /* Safari */
	flex-direction:         row;
}
.boxs .box{
	width: 50%;
	margin: 36px 0;
	padding: 0 27px;
}

.boxs .box .image{
	position: relative;
	margin-bottom: 20px;
	display: block;
}

.boxs .box .image .new{
	position: absolute;
	top: 0;
	left: 0;
	line-height: 100%;
	padding: 5px 14px 6px;
	font-size: 14px;
	color: #fff;
	background-color: #9a121b;
	z-index: 10;
}

.boxs .box .image .new::before{
	content: '';
	position: absolute;
	top: 0;
	right: -15px;
	z-index: 2;
	border-bottom: 25px solid transparent;
    border-top: 0px solid transparent;
    border-left: 30px solid #9a121b;
    border-right: none;
}
.boxs .box .image .new::after{
	content: '';
	position: absolute;
	top: 0;
	right: -15px;
	z-index: 2;
	border-bottom: 0px solid transparent;
    border-top: 25px solid transparent;
    border-left: 30px solid #9a121b;
    border-right: none;
}

.boxs .box .image h3{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding-top: 56px;
	z-index: 10;
}

.boxs .box .image h3 span{
	display: block;
	font-weight: bold;
	font-size: 22px;
}


.boxs .box .price{
	font-size: 12px;
	font-weight: bold;
	line-height: 200%;
}

.boxs .box .price span{
	font-size: 19px;
	font-weight: bold;
}

.boxs .box p{
	font-size: 13px;
	padding: 10px 0 20px 0;
}

.boxs .box .btn{
	float: right;
	padding: 8px 30px 8px 18px;
	font-size :12px;
}

.boxs .box .btn::after{
	width: 6px;
	height: 6px;
	right: 9px;
	top: 50%;
	margin-top: -4px;
}

.more{
	text-align: center;
}

.more .morebtn{
	cursor: pointer;
	width: 300px;
}

.hide{
	display: none;
}

/*--------------------------------------
	Smartphone 
----------------------------------------*/

@media screen and (max-width: 767px) {

.sub.inner{
	padding: 0 10px;
}

.sub #pr{
	padding: 0 10px;
	font-size: 1.4rem;
	text-align: left;
}

.sub #pr br{
	display: none;
}

.sub #lead {
	width: 100%;
	height: auto;
	background-size: cover
}

.sub #lead span{
	height: auto;
	padding: 10px;
	font-size: 1.2rem;
}


.sub #anchor{
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}

.sub #anchor li{
	width: 50%;
	height: auto;
	padding: 4px;
}

.sub #anchor li a{
	position: relative;
	width: 100%;
	font-size: 1.4rem;
	height: 60px;
	background-size: 100% !important;
}

.sub #anchor li a span{
	font-size: 1rem;
}

.sub #anchor li a::after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -2px;
	bottom: 10px;
	width: 5px;
	height: 5px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}

.season-box{
	margin-bottom: 60px;
}

.boxs{
	display: block;
}

.boxs .box{
	width: 100%;
	margin: 20px 0 0;
	padding: 0 0 30px;
}

.boxs .box p{
	font-size: 1.1rem;
}

.boxs .box .image{
	margin-bottom: 5px;
	text-decoration: none;
}

.boxs .box .image .new{
	position: static;
	font-size: 1.2rem;
}

.boxs .box .image .new::before,
.boxs .box .image .new::after{
	display: none;
}

.boxs .box .image h3{
	position: static;
	color: #3c1e00;
	padding: 10px 0;
	text-decoration: none;
}

.boxs .box .price{
	font-size: 1.2rem;
}


}