@charset "utf-8";

@import url('cart.css');

.top_main{
	position:relative;
	height:550px;
	position:relative;
}
.top_main img{
	width:100%;
	height:100%;
	object-fit: cover;
	object-position: center top;
}
.top_main .inner{
	width:1200px;
	max-width:100%;
	position:absolute;
	top:20%;
	left:0;
	right:0;
	color:#FFF;
	text-align:left;
}
.top_main .inner a{
	color:#FFF;
}
.top_main .inner a:hover{
	color:#C7B760;
}
.top_main .inner h1{
	font-size: 46px;
	font-size: 4.6rem;
	font-family: "Yu Mincho", "YuMincho", serif;
}
.top_main .inner p{
	margin:10px 0;
}
.top_main .inner p span{
	font-size: 22px;
	font-size: 2.2rem;
	line-height:140%;
	color:#FFF;
	font-family: "Yu Mincho", "YuMincho", serif;
}
.top_main .btn{
	position:relative;
	width:300px;
	margin:20px auto 0 0;
	text-align:center;
}
.top_main .btn a{
	display:block;
	background:#B70617;
	color:#FFF;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	padding:10px 0;
	font-weight:bold;
	font-size: 19px;
	font-size: 1.9rem;
}
@media(max-width: 1024px) {
	.top_main .h1 p span{
		padding:5px 0;
	}
}
@media(max-width: 768px) {
	.top_main{
		margin:60px 0 0 0;
		position:relative;
		height:400px;
		position:relative;
	}
	.top_main .h1{
		top:50px;
	}
	.top_main .inner h1{
		font-size: 30px;
		font-size: 3.0rem;
		margin:0 0 0 10px;
	}
	.top_main .inner p{
		margin:10px;
	}
	.top_main .h1 p{
		margin:5px 0;
	}
	.top_main .h1 p span{
		padding:5px 0;
	}
	.top_main .h1 .logo{
		display:none;
		margin:50px 0 0 0;
	}
	.top_main .h1 .logo img{
		width:60%;
		height:auto;
	}
	.top_main .btn{
		width:80%;
		margin:30px auto 0 auto;
	}

}

/*--------------------------------*/

.top_reason{
/*
	background:url(../img/top/reason_bk.png);
	background-size:cover;
*/
	padding:40px 0;
}
.top_reason h2{
	background:#B49F74;
	color:#FFF;
	padding:10px;
	position:relative;
}
.top_reason h2:after{
	content:"";
	display:block;
	position:absolute;
	right:-10px;
	top:15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #B49F74;
	border-right: 0;
}
.top_reason ul{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin:0 0 30px 0;
}
.top_reason ul li{
/*
	border:1px solid #231815;
	background:#C7B760;
	height:100px;
	justify-content:space-around;
*/
	margin:0;
	text-align:left;
	display: flex;
	place-items: center;
}

.top_reason ul li img{
	height:40px;
	width:auto;
	color:#000;
}
.top_reason ul li p{
	color:#231815;
	text-align:center;
	font-family: "Yu Mincho", "YuMincho", serif;
	margin:0 10px 0 0;
	font-weight:bold;
	font-size: 16px;
	font-size: 1.6rem;
}
@media(max-width: 1024px) {
	.top_reason ul li img{
		height:60px;
		margin:0;
		padding:0;
	}
	.top_reason ul li p{
		font-size: 14px;
		font-size: 1.4rem;
	}
}
@media(max-width: 768px) {
	.top_reason{
		padding:20px 0;
		background-position:center center;
		background-size:auto 100%;
	}
	.top_reason h2{
		background:#B49F74;
		color:#FFF;
		padding:5px 10px;
		position:relative;
		width:100%;
		text-align:center;
	}
	.top_reason h2:after{
		content:"";
		display:block;
		position:absolute;
		right:0;
		left:0;
		bottom:-34px;
		width: 0;
		height: 0;
		margin:auto;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 12px solid #B49F74;
	}

	.top_reason ul{
		width:94%;
		margin:0px auto;
		display:flex;
		flex-wrap:wrap;
	}
	.top_reason ul li:first-child{
		width:100%;
		margin:0 2% 10px 2%;;
	}
	.top_reason ul li{
		width:46%;
		margin:0 2%;
/*
		height:140px;
		display:block;
*/
	}
	.top_reason ul li img{
		width:40px;
		height:auto;
		margin:0;
		padding:0;
	}
	.top_reason ul li p{
		margin:0;
		line-height:120%;
		font-size: 13px;
		font-size: 1.3rem;
	}
}
/*--------------------------------------*/
.top_brand{
	padding:60px 0;
}
.top_brand h3{
	background:#A0A0A0;
	color:#FFF;
	padding:5px 10px;
	margin:50px 0 0 0;
}
.top_brand_suitlist{
	max-width:1200px;
	margin:30px auto;
	border-top:1px solid #000;
	border-left:1px solid #000;
}
.top_brand_suitlist li{
	width:12.5%;
	float:left;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/*
.top_brand_suitlist li:nth-child(4n) {
	border-right:none;
}
*/
.top_brand_suitlist .top_brand_box,
.top_brand_suitlist .top_brand_img{
	height:150px;
}
@media(max-width: 1024px) {
	.top_brand_suitlist .top_brand_box,
	.top_brand_suitlist .top_brand_img{
		height:200px;
	}
}
@media(max-width: 768px) {
	.top_brand_suitlist li{
		width:25%;
	}
	.top_brand_suitlist .top_brand_box,
	.top_brand_suitlist .top_brand_img{
		height:90px;
	}
}

.top_brand_shirtlist{
	border-top:none;
}
.top_brand_shirtlist li{
	width:12.5%;
	float:left;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.top_brand_box{
	position:relative;
	overflow:hidden;
}
.top_brand_img{
	padding:10px;
	display: grid;
	place-items: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

@media(max-width: 768px) {
	.top_brand_shirtlist li{
		width:20%;
	}
	.top_brand_img{
		padding:5px;
	}
}

.top_brand_img img{
	width:100%;
	position:center center;
}
.top_brand_detail{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.8);
	position:absolute;
	bottom:-100%;
	left:0;
	right:0;
	text-align:center;
	display: grid;
	place-items: center;
}
a .top_brand_detail h3{
	color:#FFF;
	font-size: 13px;
	font-size: 1.3rem;
	margin:0;
	background:none;
	font-weight:normal;
}
a .top_brand_detail p{
	color:#FFF;
	padding:0px 5%;
	margin:0;
	font-size: 14px;
	font-size: 1.4rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6; /* 行数を指定 */
	display:none;
}
a:hover .top_brand_detail{
	bottom:0;
}

@media(max-width: 1024px) {
	a .top_brand_detail h3{
		font-size: 20px;
		font-size: 2.0rem;
	}
	a .top_brand_detail p{
		display:none;
	}
}
/*--------------------------------------*/
.top_newmember{
	margin:120px auto 20px auto;
	text-align:center;
	background:repeating-linear-gradient(
		45deg,
		#EFEFEF,
		#EFEFEF 10px,
		#fff 0,
		#fff 25px
	);
}
.top_newmember_box{
	border-top:5px solid #DDDDDD;
	border-bottom:5px solid #DDDDDD;
	background:#FFF;
	text-align:center;
	padding:40px 0;
}
.top_newmember_box img{
	margin:0px auto 20px auto;
}
.top_newmember_box input[type="email"]{
	height:40px;
	width:400px;
	border-color:#DDDDDD;
	margin:0 0 20px 0;
}
.top_newmember_box input[type="submit"]{
	background:#B70617;
	color:#FFF;
	border:none;
	padding:10px 0;
	width:280px;
}

@media(max-width: 768px) {
	.top_newmember{
		margin:40px auto 20px auto;
		padding:10px;
		border-top:3px solid #DDDDDD;
		border-bottom:3px solid #DDDDDD;
	}
	.top_newmember_box{
		padding:10px 0;
		border-top:none;
		border-bottom:none;
	}
	.top_newmember_box img{
		width:90%;
	}
	.top_newmember_box input[type="email"]{
		width:90%;
	}
}

/*--------------------------------------*/

.top_category{
	background:url(../img/top/category_bk.png) no-repeat center center;
	background-size:cover;
	padding:100px 0;
	margin:0 0 50px 0;
}
.top_category_list_box{
	margin:50px 0 0 0;
	overflow-x:scroll;
	padding:0 0 50px 0;
}

@media(max-width: 768px) {
	.top_category{
		padding:30px 0 60px 0;
		margin:0 0 40px 0;
	}
	.top_category_list_box{
		margin:30px 0 0 0;
		padding:0 0 30px 0;
	}
}
.top_category_list{
	width:100%;
	margin:0px auto;
}
.top_category_list li{
	width:31.3%;
	margin:10px 1%;
	float:left;
}
@media(max-width: 768px) {
	.top_category_list li{
		width:47%;
		margin:10px 1.5%;
		float:left;
	}
}

.cate_box{
	width:100%;
	position:relative;
	margin:0;
	background:#A0A0A0;
}
.cate_box_detail h3{
	color:#FFF;
	font-weight:normal;
	font-size: 20px;
	font-size: 2.0rem;
	line-height:130%;
	letter-spacing: .2rem;
	padding:15px 0;
	text-align:center;
}

a:hover .cate_box{
	background:#B49F74;
}

@media(max-width: 768px) {
	.cate_box_detail h3{
		font-size: 18px;
		font-size: 1.8rem;
	}
}

/*--------------------------------------*/
.top_new{
	background:#EFEFEF;
	padding:50px 0;
}

/*--------------------------------------*/
.top_ranking{
	padding:60px 0;
}
.top_ranking_cate{
	width:1200px;
	margin:30px auto;
}
@media(max-width: 1200px) {
	.top_ranking{
		padding:30px 0;
	}
	.top_ranking_cate{
		width:100%;
		margin:20px auto;
	}
}
.top_ranking_cate ul{
	display:flex;
}
.top_ranking_cate ul li{
	text-align:center;
	width:48%;
	margin:1%;
	border-bottom:2px solid #E3E3E3;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	font-weight:bold;
	font-size: 20px;
	font-size: 2.0rem;
	cursor: pointer;
}
.top_ranking_cate ul li a{
	color:#000;
}
@media(max-width: 768px) {
	.top_ranking_cate ul li{
		font-size: 18px;
		font-size: 1.8rem;
	}
}
.top_ranking_cate ul li.active{
	border-bottom:2px solid #2E2D6F;
}

.top_ranking_tab{
	width:100%;
}
.top_ranking_tab ul{
	
}
.top_ranking_tab ul li{
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	float:left;
	width:calc(100%/5);
	text-align:center;
	padding:10px 0;
	font-weight:bold;
	cursor: pointer;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.top_ranking_tab_toppage ul li{
	width:32%;
	background:#2D2D2D;
	color:#FFF;
	margin:0 1% 0 0;
}

.top_ranking_tab ul li a{
}
.top_ranking_tab ul li.active{
	color:#000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-top:1px solid #000;
	background:#FFF;
}
.top_ranking_tab_box{
	margin-top:-2px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background:#FFF;
	padding:40px 40px 10px 40px;
}
.top_ranking_tab_box ul li{
	display:none;
}
.top_ranking_tab_box ul li.active{
	display:block;
}
.top_ranking_tab_box ul li .top_ranking_list{
	width:100%;
	height:auto;
}
.top_ranking_tab_box ul li .top_ranking_list li{
	float:left;
	width:20%;
	display:block;
}
@media(max-width: 1024px) {
	.top_ranking_tab_box{
		padding:10px;
	}
	.top_ranking_tab ul li{
		font-size: 12px;
		font-size: 1.2rem;
		line-height:100%;
		height:26px;
	}
}
@media(max-width: 768px) {
	.top_ranking_tab_box{
		padding:10px;
	}
	.top_ranking_tab ul li{
		font-size: 12px;
		font-size: 1.2rem;
		line-height:100%;
		height:26px;
	}
	.top_ranking_tab_box ul li .top_ranking_list li{
		float:none;
		width:90%;
		background:#FFF;
		margin:10px auto;
		padding:0 0 15px 0;
	}
	.top_ranking_tab_toppage ul li{
		height:40px;
	}
}
.ranking_itembox{
	width:90%;
	margin:0px auto 40px auto;
}
@media(max-width: 768px) {
	.ranking_itembox{
		width:100%;
		margin:0px auto;
	}
}
.ranking_itembox .btn{
	width:90%;
	margin:5px auto 0 auto;
	display:none;
}
.ranking_itembox .btn a{
	display:block;
	background:#000;
	color:#FFF;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	padding:5px 0;
	text-align:center;
}
@media(max-width: 1024px) {
	.ranking_itembox .btn a{
		width:100%;
		font-size:13px;
	}
}
.ranking_itembox .ranking_itembox_img{
	position:relative;
	margin:0 0 5px 0;
}
.ranking_itembox .ranking_itembox_img img{
	width:100%;
	height:auto;
}
.ranking_itembox .ranking_itembox_img .no{
  display: block;
  position: relative;
  margin: 15px auto;
  padding: 10px 0;
  background: #f1f1f1;
  box-sizing: border-box;

  display: inline-block;
  position: absolute;
  top: 0;
  left: 0px;
  margin: 0;
  padding: 5px 0;
  z-index: 2;
  width: 30px;
  text-align: center;
  font-size: 14px;
  color: white;
  background: #B49F74;
}

.ranking_itembox .ranking_itembox_img .no:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 15px solid #B49F74;
  border-right: 15px solid #B49F74;
  border-bottom: 10px solid transparent;
}

.ranking_itembox a h3{
	color:#000;
}
@media(max-width: 768px) {
	.ranking_itembox a h3{
		padding:0 10px;
	}
}
.top_ranking_else{
	text-align:center;
	padding:60px 0;
}
.top_ranking_else h3{
	font-weight:bold;
	font-size: 18px;
	font-size: 1.8rem;
}
.top_ranking_else ul{
	width:100%;
	margin:20px auto 0 auto;
}
.top_ranking_else ul li{
	width:14.6%;
	float:left;
	margin:1%;
}
@media(max-width: 768px) {
	.top_ranking_else{
		padding:30px 0;
	}
	.top_ranking_else ul{
		width:94%;
	}
	.top_ranking_else ul li{
		width:48%;
	}
}

.top_ranking_else ul li a{
	display:block;
	background:#2E2D6F;
	color:#FFF;
	padding:10px 0;
	position:relative;
}
.top_ranking_else ul li a:after{
	
}
.top_ranking_else ul li a:hover{
	background-color:rgba(0,53,118,0.8);
}

/*--------------------------------------*/
.top_feature{
	padding:60px 0;
}
.feature_list{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align:center;
}
.feature_list li{
	width:30%;
	padding:0 20px;
	margin:20px 0;
}
.feature_list li h3{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight:normal;
	color:#000;
	margin:0 0 20px 0;
}
.feature_list li h3:after{
	content:"";
	display:block;
	width:40px;
	border-bottom:2px solid #CCCCCC;
	margin:15px auto;
}
.feature_list li a{
	display:inline-block;
	background:#2E2D6F;
	color:#FFF;
	padding:5px 10px;
	margin:10px auto 0 auto;
}
.feature_list li a:hover{
	background-color:rgba(0,53,118,0.8);
}

@media(max-width: 768px) {
	.top_feature{
		padding:30px 0;
	}

	.feature_list li{
		width:50%;
	    -webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	         -o-box-sizing: border-box;
	        -ms-box-sizing: border-box;
	            box-sizing: border-box;
		padding:0 20px;
		margin:20px 0;
	}
}

/*--------------------------------------*/
.review_list{
	width:100%;
	overflow:hidden;
}
.review_list ul{
}
.review_list li{
	background:#FFF;
	color:#000;
	width:250px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	border-radius: 10px;
	margin:20px 10px 50px 10px;
	float:left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	overflow:hidden;
}
.review_list .slick-list{
}

@media(max-width: 768px) {
	.review_list ul{
		margin:0 0 50px 0;
	}
	.review_list li{
		width:100%;
		margin:10px;
		float:left;
		height:auto;
		padding:15px 15px 30px 15px;
	}
}
.review_box{
}
.review_item{
}
.review_item a{
}
.review_item a h3{
	color:#000;
	margin:10px 10px 0 10px;
	font-weight:normal;
	font-size: 14px;
	font-size: 1.4rem;
}
.review_item img{
	width:100%;
	height:auto;
	margin:0;
}
.review_detail{
	flex: 1;
	padding:0 15px 15px 15px;
	position:relative;
}
.review_detail h3{
	font-size: 16px;
	font-size: 1.6rem;
	border-bottom:1px solid #FFF;
	margin:5px 0 0 0;
}
.review_detail p{
	font-size: 13px;
	font-size: 1.3rem;
}
.review_detail_star{
	color:#B49F74;
	font-size: 16px;
	font-size: 1.6rem;
	line-height:100%;
	margin:0 0 5px 0;
}
.review_detail_link{
	display:none;
	text-align:center;
}
@media(max-width: 768px) {
	.review_detail_link{
		bottom:-20px;
	}
	.review_item img{
		margin:0 0 10px 0;
	}
}
.review_detail_link a{
	position: relative;
	display: block;
	padding:0;
}
.review_detail_link a:hover{
	color:#FFF;
	text-decoration:underline;
}
.review_detail_link a::before,
.review_detail_link a::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 8px;
  height: 2px;
  border-radius: 9999px;
  background-color: #FFF;
  transform-origin: calc(100% - 1px) 50%;
}

.review_detail_link a::before {
  transform: rotate(45deg);
}

.review_detail_link a::after {
  transform: rotate(-45deg);
}

/*--------------------------------------*/
.top_flow{
	padding:60px 0;
}

.flow_list{
	width:700px;
	margin:0px auto;
}
@media(max-width: 768px) {
	.flow_list{
		width:100%;
		margin:0px auto;
	}
}
.flow_list li{
	display:flex;
	text-align:left;
	position:relative;
	margin:40px 0;
}
.flow_list li:after{
	content:"";
	display:block;
	position:absolute;
	bottom:-30px;
	left:0;
	right:0;
	margin:auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid #CCCCCC;
  border-bottom: 0;
}

.flow_list li:last-child:after{
	display:none;
}
.flow_list li .flow_img{
	width:120px;
	text-align:center;
	padding:0 20px;
	border-right:2px solid #CCCCCC;
}
.flow_list li .flow_detail{
	padding:0 0 0 20px;
}
@media(max-width: 768px) {
	.flow_list li .flow_img{
		width:80px;
		height:80px;
	}
	.flow_list li .flow_img img{
		width:80px;
		height:auto;
	}
}
.flow_title{
	font-size: 20px;
	font-size: 2.0rem;
	font-weight:normal;
	margin:0 0 10px 0;
	display:inline-block;
}
@media(max-width: 1024px) {
	.flow_title{
		font-size: 18px;
		font-size: 1.8rem;
	}
}
.flow_comment{
	padding:0;
}
.flow_comment a{
	display:inline-block;
	border:1px solid #000;
	color:#000;
	font-size:12px;
	padding:3px 15px;
	margin:5px 0;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.flow_comment a:hover{
	background:#000;
	color:#FFF;
}

/*--------------------------------------*/
.top_comment{
	background:#2e2e6f;
	color:#FFF;
	padding:0;
	position:relative;
}
.top_comment img{
	position:absolute;
	top:0;
	right:0;
	height:100%;
}
.top_comment .inner_s{
	padding:40px 0;
}
.top_comment .title_cen{
	color:#FFF;
	text-align:left;
	margin-bottom:10px;
}
.top_comment h3{
	font-size: 24px;
	font-size: 2.4rem;
	font-weight:normal;
	margin-bottom:10px;
}
.top_comment p{
	font-size: 18px;
	font-size: 1.8rem;
}
.top_comment_link{
	margin:20px 0 0 0;
}
.top_comment_link a{
	font-size: 18px;
	font-size: 1.8rem;
	border-bottom:1px solid #FFF;
	color:#FFF;
}
@media(max-width: 767px) {
	.top_comment{
		padding:10px 20px;
	}
	.top_comment img{
		display:none;
	}
	.top_comment .inner_s{
		padding:20px 0;
	}
	.top_comment .title_cen{
		color:#FFF;
		text-align:left;
		margin-bottom:10px;
		line-height:100%;
		margin:0 0 20px 0;
	}
	.top_comment h3{
		font-size: 18px;
		font-size: 1.8rem;
		font-weight:normal;
		margin-bottom:15px;
	}
	.top_comment p{
		font-size: 14px;
		font-size: 1.4rem;
	}
	.top_comment_link{
		margin:20px 0 0 0;
		text-align:right;
	}
	.top_comment_link a{
		font-size: 16px;
		font-size: 1.6rem;
	}
}
/*--------------------------------------*/

.fixed_bunner{
	position:fixed;
	top:200px;
	right:0;
	z-index:99999;
}
.fixed_bunner a{
	position:relative;
	background:#B70617;
	color:#FFF;
	writing-mode: vertical-rl;
	text-orientation: upright;
	padding:20px;
	font-weight:bold;
	letter-spacing:2px;
	border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
}
.fixed_bunner a div:before{
	content:"";
	display:block;
	position:absolute;
	right:2px;
	bottom:3px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 8px solid transparent;
	border-right: 8px solid rgba(255,255,255,0.4);
	border-bottom: 8px solid rgba(255,255,255,0.4);
}

@media(max-width: 1024px) {
}
@media(max-width: 768px) {
	.fixed_bunner{
		position:fixed;
		top:auto;
		bottom:0;
		right:5%;
		left:5%;
		z-index:99999;
		margin:auto;
	}
	.fixed_bunner a{
		width:100%;
		text-align:center;
		position:relative;
		background:#B70617;
		color:#FFF;
		writing-mode: horizontal-tb;
		text-orientation: mixed;
		padding:10px 0;
		font-weight:bold;
		letter-spacing:2px;
		border-radius: 10px 10px 0 0;
		-webkit-border-radius: 10px 10px 0 0;
		-moz-border-radius: 10px 10px 0 0;
		display:block;
	}
	.fixed_bunner a div:before{
		content:"";
		display:block;
		position:absolute;
		right:2px;
		bottom:3px;
		width: 0;
		height: 0;
		border-top: 6px solid transparent;
		border-left: 6px solid transparent;
		border-right: 6px solid rgba(255,255,255,0.4);
		border-bottom: 6px solid rgba(255,255,255,0.4);
	}
}

.top_banner{
	text-align:center;
	margin:0 0 80px 0;
}
.top_banner img{
	max-width:100%;
	margin:0px auto;
}
@media(max-width: 768px) {
	.top_banner{
		text-align:center;
		margin:0 auto 50px auto;
	}
}
/*--------------------------------------*/
.top_recommend{
}

.top_recommend_list ul{
	display:flex;
	flex-wrap: wrap;
}
.top_recommend_list ul li{
	width:50%;
	text-align:center;
	margin:0 0 20px 0;
}
.top_recommend_list ul li img{
	max-width:98%;
	height:auto;
	margin:0 0 5px 0;
}
.top_recommend_list ul li p{
	color:#000;
	font-weight:bold;
	text-align:left;
	border-left:5px solid #000;
	margin:0 10px;
	padding: 0 0 0 10px;
}
@media(max-width: 768px) {
	.top_recommend_list ul{
		display:block;
	}
	.top_recommend_list ul li{
		width:90%;
		margin:10px auto 0 auto;
		padding:0 0 10px 0;
	}
	.top_recommend_list ul li img{
		margin:0;
	}
	.top_recommend_list ul li p{
		margin:0;
		padding: 0 0 0 10px;
	}
}

/*--------------------------------------*/

.top_faq{
	padding:60px 0;
}
.top_faqlist{
	width:800px;
	margin:0px auto 30px auto;
}
.top_faqlist .faq_question{
	background: #EFEFEF;
	padding: 10px 20px;
	font-weight: normal;
	color: #000;
	font-size: 120%;
	border:1px solid #EFEFEF;
	margin:20px 0 0 0;
	position:relative;
	cursor: pointer;
}
.top_faqlist .faq_question:before{
	content:"Q.";
}
.top_faqlist .faq_question:hover{
}

.top_faqlist .faq_question:after{
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #c1bfbf;
	border-right: solid 2px #c1bfbf;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -10px;
}
.top_faqlist .open:after{
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.top_faqlist .faq_answer{
	display:none;
	padding:20px;
	line-height:150%;
	border-left:1px solid #EFEFEF;
	border-right:1px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
	margin:0 0 20px 0;
}
.top_faqlist .faq_answer img{
	margin:5px 0;
}
@media(max-width: 767px) {
	.top_faq{
		margin:20px 0 0 0;
		padding:30px 0;
	}
	.top_faqlist{
		width:92%;
		margin:0px auto;
	}
	.top_faqlist .faq_question{
		padding: 10px 20px;
	}
	.top_faqlist .faq_question:after{
		border-top: solid 2px #c1bfbf;
		border-right: solid 2px #c1bfbf;
		right: 10px;
	}
	.top_faqlist .faq_answer{
	}
}
