@charset "utf-8";

/*clearfix*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}
/*clearfix*/

body {
	-webkit-text-size-adjust: 100%;
}

/*--- header
------------------------------------*/
#pc_header {
	max-width:1000px;
	width:100%;
	margin:auto;
}

#pc_header #header {
	margin:auto;
	width:90.6%;
}

#pc_header #header .logo_area {
	padding: 6.55% 0 4%;

}

#pc_header #header .logo_area h1 {
	padding:0 21.68%;
	float:left;
	width:38.45%;
}

#pc_header #header .logo_area h1 img {
	width:100%;
	height:auto;
}

#pc_header #header .logo_area_cart {
	width:6.89%;
	float:left;
}

#pc_header #header .logo_area_cart img {
	width:100%;
	height:auto;
}

#pc_header .shipping {
	font-size: 14px;
	color:#717171;
	font-weight:bold;
	text-align:center;
	padding-bottom:2%;
	line-height: 1.4;
}

#pc_header .shipping .br_sp{
    display: none;
}

/* sidemenu ========== */
#pc_header .logo_area_left .sp_menu {
	float:left;
	width:9.82%;
	cursor: pointer;
}

#pc_header .logo_area_left .sp_menu img {
	width:100%;
	height:auto;
}

#pc_header #h_side {
    position: fixed;
    top: 0;
    left: -40%;
    width: 40%;
    height: 100%;
    box-sizing: border-box;
    z-index: 2147483647;
}

#pc_header #h_side .menu_wrapper {
    height: 100%;
	overflow:scroll;
}

#pc_header #h_side iframe {
    width: 100%;
    height: 100%;
    border: none;
}

#pc_header #overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background: rgba(0,0,0,0.6);
    z-index: 999;
	}

.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}

.share-overlay {
 opacity:1 !important;
}

/* navi======================================================================================== */
header nav {
	background-color:#4c4c4c;
	width:100%;
}

header nav ul {
	/* margin: 0 auto 4.2%; */
	margin: 0 auto;
	width:100%;
	max-width:1000px;
}

header nav ul li {
	float:left;
	width:20%;
	overflow: hidden;
}

header nav ul li img {
	width:100%;
	height:auto;
}

header nav ul li img:hover{
    opacity: 0.7;
}

header .subnavi {
	background-color:#e5e5e5;
	margin-bottom:3px;
}

header .subnavi ul {
    padding: 1.4% 0;
   	display: flex;
	justify-content: center;
}

header .subnavi ul li {
	float:left;
	font-size: 14px;
    color: #717171;
	border-right:1px solid #717171;
	padding:0 1.8% 0;
	font-weight:bold;
	display: flex;
	align-items: center;
}

header .subnavi ul li a:hover{
    opacity: 0.8;
}

header .subnavi ul li:last-child {
	border-right:none;
}

header #wrapper {
	width:100%;
	background-color:#f6f6f6;
}

header #inner {
	padding-bottom:50%;
}

header #wrapper ul {
	padding-bottom:20px;
}

header #wrapper ul li {
    padding: 11px 0 11px 4px;
	-webkit-text-size-adjust: 100%;
}

header #wrapper ul li a {
	background:url(../images/side_arrow.png) no-repeat;
	background-position:right center;
    background-size: 9px;
	font-weight:bold;
	font-size:14px;
	color:#000;
	display:inline-block;
	width:98%;
	-webkit-text-size-adjust: 100%;

}

header #wrapper ul li:first-child {
	background-color:#a0a0a0;
	margin-bottom: 5px;
	font-size:16px;
	color:#fff;
	font-weight:bold;
}

header #wrapper ul li:first-child span {
	font-size:10px;
	vertical-align:middle;
}
/*--- header end*/


/*--- footer
------------------------------------*/
#pc_footer {
	background-color:#f5f5f5;
	/* margin-top: 18%; */
	clear: both;
}

#pc_footer a:hover {
	text-decoration: underline;
	opacity:1;
}

#pc_footer .foot_warp01 {
	max-width:1000px;
	width:100%;
	margin:auto;
	padding:4.2% 0 4%;
}

#pc_footer .foot_box {
	float:left;
	width:25%;
	border-right:1px solid #ddd;
	padding:0 3px 0 2.81%;
	box-sizing:border-box;
	height: 310px;
}

#pc_footer .foot_box_last {
	border-right:none;
}

#pc_footer .foot_box h3 {
	font-size: 18px;
    font-weight: bold;
    padding: 0 0 3px 0;
    color: #34344e;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #34344e;
    display: inline-block;
    margin-bottom: 8px;
}

#pc_footer .foot_box ul li {
    font-size: 13px;
    color: #333;
	line-height: 2.5;
}

#pc_footer .foot_box ul li a {
	line-height: 1.4;
    display: inline-block;
}

#pc_footer .category .list_blank {
	display:none;
}

#pc_footer .foot_area02 {
	background-color:#e5e5e5;
    padding-bottom: 6%;
}

#pc_footer .foot_warp02 {
	max-width:1000px;
	width:100%;
	margin:auto;
}

#pc_footer h2 {
	padding-top: 4.2%;
	clear:both;
	font-size: 36px;
    text-align: center;
    color: #333333;
    margin-bottom: 1%;
}

#pc_footer p.content_subttl {
    font-size: 22px;
    text-align: center;
    color: #333333;
    margin-bottom: 3.5%;
}

/* web_shop ========== */
#pc_footer .content_inner ul {
	width: 90%;
	margin: 0 auto;
	margin-bottom:9%;
	display: flex;
	justify-content: center;
}

#pc_footer .content_inner ul li {
	/* float:left; */
	width:15%;
	margin:0 2% 0 0;
}

#pc_footer .content_inner ul li img {
	width:100%;
	height:auto;
}

#pc_footer .content_inner ul li:last-child {
	margin:0;
}

#pc_footer .content_inner ul li a:hover {
	opacity:0.8;
}

/* company ========== */

#pc_footer .foot_campany {
	color:#656766;
}

#pc_footer .foot_campany h3 {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-bottom: 4%;
}

#pc_footer .foot_campany p {
	font-size: 13px;
    width: 239px;
    margin: auto;
    margin-bottom: 2%;
    line-height: 1.4;
}

#pc_footer .foot_campany p.foot_mail {
	background: url(http://www.buffalobobs.co.jp//images/foot_mail.jpg) no-repeat;
    background-position: left center;
    padding-left: 18px;
    margin-bottom: 1%;
    background-size: 15px;
    line-height: 15px;
    box-sizing: border-box;
}

#pc_footer .foot_campany p.foot_tel {
	background:url(http://www.buffalobobs.co.jp//images/foot_tel.jpg) no-repeat;
	 background-position: left center;
    padding-left: 18px;
    background-size: 15px;
    line-height: 15px;
    box-sizing: border-box;
}

#pc_footer .foot_campany p.foot_tel a:hover {
	text-decoration:none;
	cursor: default;
}

#pc_footer .foot_campany ul {
	width:15%;
	margin:0 auto 8%;
	padding-top: 3%;
}

#pc_footer .foot_campany ul li {
	float: left;
    width: 20%;
    margin-right: 20%;
}

#pc_footer .foot_campany ul li a:hover {
	opacity:0.8;
}

#pc_footer .foot_campany ul li img {
	width:100%;
	height:auto;
}

#pc_footer .foot_campany ul li:last-child {
	margin-right:0;
}

#pc_footer small {
	text-align: center;
    font-size: 12px;
    color: #656766;
    display: block;
}

#pc_footer .page_top_sp{ display: none; }

.page_top_pc {
	max-width:1000px;
	width:100%;
	margin:auto;
}

.page_top_pc a {
	width: 15.25%;
    float: right;
    margin: 12% 1% 10% 0;
}

.page_top_pc img {
	width:100%;
	height:auto;
}
/*--- footer end*/

#contents {
	padding: 0 0 50px;
	font-family: Verdana, 'メイリオ', Meiryo, sans-serif;
	letter-spacing: .1em;
}
#contents .buffalo_bobs {
	margin: 0 0 50px;
	text-align: center;
}
#contents .ttl {
	width: 100%;
	background: #fff;
	text-align: center;
}
#contents .ttl h1 {
	margin: 0 0 35px;
    font-size: 24px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transform: rotate(.03deg);
    font-weight: bold;
}
#contents .ttl_img {
	margin: 0 0 50px;
}
#contents .ttl_txt {
	margin: 0 auto 90px;
	max-width: 750px;
	font-size: 24px;
	line-height: 1.8;
	letter-spacing: -0.2px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transform: rotate(.03deg);
	font-weight: bold;
	color: #000;
}
#contents span.br::before {
	content: "\A" ;
	white-space: pre ;
}
#contents .menu_ttl {
	margin: 0 0 22px;
}
#contents .menu {
	background: #000;
	font-size: 0;
	text-align: center;
	letter-spacing: 0;
}
#contents .menu li {
	display: inline-block;
	vertical-align: top;
	/*width: 166px;*/
	width: 200px;
}
/*
#contents .menu li:first-child,
#contents .menu li:last-child {
	width: 168px;
}
*/
#contents .menu li a {
	display: block;
	position: relative;
	height: 100px;
	background-color: #000;
	text-decoration: none;
	transition: all .3s;
}
#contents .menu li a:hover {
	background-color: #888;
}
#contents .menu li a::before {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 15px;
	margin: 0 0 0 -8px;
	width: 0;
	height: 0;
	border-width: 11px 8px 0 8px;
	border-style: solid;
	border-color: #fff transparent;
	content: "";
}

#contents .menu li a span {
	display: inline-block;
	min-height: 37px;
	margin: 22px 0 0;
	padding: 0 0 0 42px;
	background-repeat: no-repeat;
	text-align: left;
}
#contents .menu li:nth-child(1) a span { background-image: url(../images/menu_1.png); }
#contents .menu li:nth-child(2) a span { background-image: url(../images/menu_2.png); }
#contents .menu li:nth-child(3) a span { background-image: url(../images/menu_3.png); }
#contents .menu li:nth-child(4) a span { background-image: url(../images/menu_4.png); }
#contents .menu li:nth-child(5) a span { background-image: url(../images/menu_5.png); }
#contents .menu li:nth-child(6) a span { background-image: url(../images/menu_6.png); }

#contents .menu li a span b {
	display: block;
	line-height: 1;
	margin: 0 0 7px;
	color: #fff;
	font-size: 18px;
}

#contents .menu li a:hover img {
	opacity: 1;
}

.section {
	overflow: hidden;
	background-color: #000;
	background-position: 50% 0;
	background-attachment: fixed;
	color: #000;
}
.section_inner {
	width: 1000px;
	box-sizing: border-box;
	margin: 0 auto;
	margin-bottom: 80px;
	padding: 10px 75px 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 50px;
}
/*#pattern1 .section_inner { background-image: url(../images/item1.png); margin-top: 0; }
#pattern2 .section_inner { background-image: url(../images/item2.png); }
#pattern3 .section_inner { background-image: url(../images/item3.png); }
#pattern4 .section_inner { background-image: url(../images/pattern4.png); }
#pattern5 .section_inner { background-image: url(../images/pattern5.png); }
#pattern6 .section_inner { background-image: url(../images/pattern6.png); }*/

.section .pattern_name {
	line-height: 1;
	margin: 0 0 23px;
	font-size: 18px;
	text-align: center;
}
.section .pattern_name img {
	display: block;
	margin: 0 auto 10px;
}
.section .pattern_text {
	width: 640px;
	line-height: 1.875;
	margin: 0 auto 70px;
	font-size: 16px;
}

.section .item_list {
	overflow: hidden;
}
.section .item {
	float: left;
	width: 240px;
	line-height: 1.714;
	margin: 0 65px 50px 0;
	font-size: 14px;
}
.section .item:nth-child(3n) {
	margin-right: 0;
}
.section .item a {
	display: block;
	color: #000;
	letter-spacing: 0;
	text-decoration: none;
	transition: all .5s;
}
.section .item a:hover {
	color: #c00;
}
.section .item a .pic {
	margin: 0 0 10px;
}
.section .item a .pic img {
    width: 240px;
	transition: all .5s;
}
.section .item a:hover .pic img {
	opacity: .6;
}
.section .item a .brand {
	line-height: 1.3;
	font-size: 10px;
	letter-spacing: .1em;
}
.section .item a .name_en {
	font-weight: bold;
}
.section .item a .name_ja {
	font-size: 12px;
}
.section .item a .price {
	font-weight: bold;
}

#page_top_btn{display: none;}

@media screen and (max-width: 767px){
	#pc_footer .page_top_sp{display: block;}

    /*--- header
    ------------------------------------*/

    #pc_header {
    	max-width:none;
    	width:100%;
    	margin:auto;
        overflow: hidden;
    }

    #pc_header #header {
    	margin:auto;
    	width:90.6%;
    }

    #pc_header #header .logo_area {
    	padding:6.55% 0;
    }

    #pc_header #header .logo_area h1 {
    	padding:0 6.55%;
    	float:left;
    	width:83.29%;
    	box-sizing:border-box;
    }

    #pc_header #header .logo_area h1 img {
    	width:100%;
    	height:auto;
    }

    #pc_header #header .logo_area_cart {
    	width:6.89%;
    	float:left;
    }

    #pc_header #header .logo_area_cart img {
    	width:100%;
    	height:auto;
    }

    #pc_header .shipping {
    	font-size: 11px;
    	color:#717171;
    	font-weight:bold;
    	text-align:center;
    	padding-bottom:2%;
    	line-height: 1.4;
    }

    /* sidemenu ========== */
    #pc_header .logo_area_left .sp_menu {
    	float:left;
    	width:9.82%;
    }

    #pc_header .logo_area_left .sp_menu img {
    	width:100%;
    	height:auto;
    }

    #pc_header #h_side {
        position: fixed;
        top: 0;
        left: -84%;
        width: 84%;
        height: 100%;
        box-sizing: border-box;
        z-index: 2147483647;
    }

    #pc_header #h_side .menu_wrapper {
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        height: 100%;
    }

    #pc_header #h_side iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

    #pc_header #overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 120%;
        background: rgba(0,0,0,0.6);
        z-index: 999;
	}

    .fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }

    /* navi======================================================================================== */
    header nav ul {
    	margin: 0 0 4.2%;
    	width:100%;
    }

    header nav ul li {
    	float:left;
    	width:20%;
    }

    header nav ul li img {
    	width:100%;
    	height:auto;
    }

    header .subnavi ul li {
    	padding:0 1% 0;
    }

    #pc_header .shipping .br_sp {
        display: block;
    }
    /*--- header end*/


    /*--- footer
    ------------------------------------*/
    #pc_footer {
    	background-color:#e5e5e5;
        clear: both;
    }

    #pc_footer .foot_warp {
    	max-width:none;
    }

    #pc_footer .foot_warp01 {
        max-width: none;
        padding: 0% 0 7.2%;
    }

    #pc_footer .foot_box {
    	float:none;
    	width:100%;
    	border-right:none;
    	padding:0;
    	box-sizing:border-box;
    	height:auto;
    }

    #pc_footer .foot_box h3 {
    	font-size:16px;
    	font-weight:bold;
    	padding:4% 0 4% 2%;
    	color:#34344e;
    	font-family: 'Oswald', sans-serif;
    	letter-spacing: 0.05em;
    	border:none;
    	margin-bottom:0;
    }

    #pc_footer .foot_box ul li {
    	border-bottom:1px solid #e5e5e5;
    	font-size:11px;
    	padding:3% 2% 3% 2%;
    	color:#333;
    	background:url(../images/foot_arrow.jpg) no-repeat;
        background-position: 97% center;
    	background-color:#f5f5f5;
    	box-sizing:border-box;
        background-size: 6px;
        line-height: 1.6;
    }

    /*#pc_footer .foot_box .category_onerow li:last-child {
    	border-bottom:none;
    }*/

    #pc_footer a:hover {
    	text-decoration: none;
    	opacity:0.8;
    }

    #pc_footer .category {
    	display:table;
    	width:100%;
    }

    #pc_footer .category li {
    	/*float:left;*/
    	width:50%;
    	border-right:1px solid #e5e5e5;
    	box-sizing:border-box;
    	background-position: 96% center;
    	display:table-cell;
    	vertical-align:middle;
    }

    #pc_footer .category li:nth-child(even) {
    	border-right:none;
    }

    #pc_footer .category .list_blank {
    	display:block;
    }

    #pc_footer h2 {
        font-size: 26px;
        text-align: center;
        color: #333333;
        padding: 0 !important;
        margin-bottom: 1%;
    }

    #pc_footer p.content_subttl {
    	border-bottom:1px solid #2a2a2a;
    	padding-bottom:2%;
    	font-size: 12px;
        text-align: center;
        color: #333333;
        margin-bottom: 4%;
    }

    /* web_shop ========== */
    #pc_footer .content_inner ul {
    	width: 90%;
        margin: 0 auto 15%;
    }

    #pc_footer .content_inner ul li {
    	float:left;
    	width:32%;
    	margin:0 2% 2% 0;
    }

    #pc_footer .content_inner ul li img {
    	width:100%;
    	height:auto;
    }

    #pc_footer .content_inner ul li:nth-child(3n) {
    	margin:0 0 2% 0;
    }

    /* company ========== */

    #pc_footer .foot_campany {
    	color:#656766;
    }

    #pc_footer .foot_area02 {
    	background-color:#e5e5e5;
        padding-bottom: 0;
    }

    #pc_footer .foot_campany h3 {
    	font-size:16px;
    	font-weight:bold;
    	text-align:center;
    	margin-bottom: 4%;
    }

    #pc_footer .foot_campany p {
    	font-size: 11px;
        width: 202px;
        margin: auto;
        margin-bottom: 4%;
        line-height: 1.4;
    }

    #pc_footer .foot_campany p.foot_mail {
    	background: url(../images/foot_mail.jpg) no-repeat;
        background-position: left center;
        padding-left: 18px;
        margin-bottom: 1%;
        background-size: 15px;
        line-height: 15px;
        box-sizing: border-box;
    }

    #pc_footer .foot_campany p.foot_tel {
    	background:url(../images/foot_tel.jpg) no-repeat;
    	 background-position: left center;
        padding-left: 18px;
        background-size: 15px;
        line-height: 15px;
        box-sizing: border-box;
    }

    #pc_footer .foot_campany ul {
    	width:36%;
    	margin:0 auto 8%;
    	padding-top: 3%;
    }

    #pc_footer .foot_campany ul li {
    	float: left;
        width: 20%;
        margin-right: 20%;
    }

    #pc_footer .foot_campany ul li img {
    	width:100%;
    	height:auto;
    }

    #pc_footer .foot_campany ul li:last-child {
    	margin-right:0;
    }

    #pc_footer small {
    	text-align: center;
        font-size: 11px;
        color: #656766;
        display: block;
    }

    .page_top_pc {
    	display:none;
    }

    #pc_footer .page_top_sp {
    	display:block;
    }

    #pc_footer .page_top_sp {
    	width:32.25%;
    	float:right;
        margin: 20% 1% 10% 0;
    }

    #pc_footer .page_top_sp img {
    	width:100%;
    	height:auto;
    }

    /*--- footer end */

    #contents .buffalo_bobs{
        margin: 0 0 5vw;
    }

    #contents .buffalo_bobs img{
        width: 90%;
    }

    #page_top_btn{
        padding: 0;
        text-decoration: none;
        background-color: #888;
        color: #fff;
        font-weight: bold;
        width: 50px;
        height: 50px;
        display: block;
        z-index: 999999;
        border-radius: 30px;
        position: fixed;
        right: 5vw;
        bottom: 7vw;
        opacity: 0;
        transition: all .4s;
    	transform: scale(0.3);
    }

    #page_top_btn a{
        display: block;
        color: #fff;
        border-radius: 30px;
        line-height: 50px;
        text-decoration: none;
        text-align: center;
        font-size: 18px;
    }

    #page_top_btn.show{ opacity: 0.7; transform: scale(1);}

    #contents .ttl h1{
        font-size: 6vw;
    }

	div.ttl_img{
		margin: 0 auto 5vw;
	}

	div.ttl_img img{
		width: 100%;
		height: auto;
	}

	#contents .ttl_txt{
		font-size: 3.5vw;
		margin: 0 auto 15vw;;
	}

	#contents .menu{
		/*display: flex;
		display: -webkit-box;
		display: -ms-flexbox;*/
		width: 100%;
	}

	#contents .menu li{
		display: inline-flex;
		justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		width: calc(100% / 3);
	}

	#contents .menu li a span{
		margin: 22px auto 0;
	    padding: 0px 0px 0 9vw;
		width: 100%;
	    box-sizing: border-box;
		background-size: 7vw;
	}

	#contents .menu li a span b{
		font-size: 3.5vw;
	}

	#contents .menu li a span img{
		width: auto;
		height: 3vw;
	}

    #contents .menu li a:hover{
        background-color: inherit;
    }

	.section_inner{
		width: 100%;
	    margin: 0;
		padding: 2vw 0 0;
	}

    .section .pattern_name{
        padding: 3vw 0 0;
    }

    .section .pattern_name img{
        max-width: 80%;
    }

	.section .pattern_text{
		width: 100%;
	}

	.section .item_list{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.section .item_list::before,.section .item_list::before{
		content: '';
		display: inline-block;
		width: 48%;
	}

	.section .item_list::before{
		order: 1;
	}

	.section .item{
		clear: left;
		float: none;
		width: 48%;
	    margin: 0 0 5vw;
	}

	.section .item a .pic img{
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width:414px) {
    header .subnavi ul li {
    	font-size:8px;
        font-size:1.8vw;
    }
}

.pc{
	display: block !important;
}
.sp{
	display: none !important;
}

@media screen and (max-width: 750px){
	.pc{
		display: none !important;
	}
	.sp{
		display: block !important;
	}
}

.model_bnr{
	max-width: 500px;
	padding: 50px 0;
}


.model_bnr img{
	width: 100%;
}

.menubar{
	background: #000;
	width: 100%;
}

.menubar p{
	color: #FFF;
	font-size: 2rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	padding: 1rem 0;
}
.spaceblock{
	height: 50px;
	padding-top: 2rem;
}
