@charset "UTF-8";
/*-----------------------------
880pxより小さい時：スマホ・タブレット
@media (max-width: 880px) {}
------------------------------*/

/****************************************
	wrapper（全てを囲んでいる）
*****************************************/
.wrapper {
	height: 100%;
	overflow-x: hidden;
	position: relative;
	display: block;
	background-color: #fff;
}


/****************************************
	【PC】header
*****************************************/
#header-wrap-PC {
	background-color: #000;
}
#header-wrap-PC .header-PC {
	
}
#header-wrap-PC .header-PC .inner {
	margin: 0 auto;
    height: 8rem;
    width: 100%;
    max-width: 1100px;
    text-align: left;
	position: relative;
}
#header-wrap-PC .header-PC .logo {
	width: 20rem;
	position: absolute;
	left: 0;
	top: 1.5rem;
}
#header-wrap-PC .header-PC .logo .visually-hidden {
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	white-space:nowrap;
	border:0;
}

#header-wrap-PC .header-PC .navi-wrap {
	position: absolute;
	top: 1rem;
	right: 0;
	text-align: right;
}
#header-wrap-PC .header-PC .navi-wrap .mem-btn-list-item {
	display: inline-block;
	margin-left: .3rem;
}
#header-wrap-PC .header-PC .navi-wrap .mem-btn-list-link {
	display: block;
	background-color: #383838;
	border: 1px solid #383838;
	border-radius: .3rem;
	padding: .3rem .3rem .3rem 1rem;
	color: #fff;
	font-weight: 700;
	font-size: .75rem;
}
#header-wrap-PC .header-PC .navi-wrap .mem-btn-list-link.register {
	background-color: #000;
	border: 1px solid #707070;
}
#header-wrap-PC .header-PC .navi-wrap .mem-btn-list-link span {
	position: relative;
	padding-left: .7rem;
}
#header-wrap-PC .header-PC .navi-wrap .mem-btn-list-link span.point {/*競合class打ち消し*/
	color: #fff;
	font-weight: 700;
}
#header-wrap-PC .header-PC .navi-wrap .mem-btn-list-link span:before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	content:"";
	width: 1.2rem;
	height: 1.2rem;
}
#header-wrap-PC .header-PC .navi-wrap .mem-btn-list-link span.login:before {
	background: url("https://gigaplus.makeshop.jp/hasepro/rn_img/common/icon_login.webp") no-repeat 0 0;
	background-size: cover;
}
#header-wrap-PC .header-PC .navi-wrap .mem-btn-list-link span.mypage:before {
	background: url("https://gigaplus.makeshop.jp/hasepro/rn_img/common/icon_mypage.webp") no-repeat 0 0;
	background-size: cover;
}
#header-wrap-PC .header-PC .navi-wrap .mem-btn-list-link span.point:before {
	background: url("https://gigaplus.makeshop.jp/hasepro/rn_img/common/icon_point.webp") no-repeat 0 0;
	background-size: cover;
}
#header-wrap-PC .header-PC .navi-wrap .mem-btn-list-link span.cart:before {
	background: url("https://gigaplus.makeshop.jp/hasepro/rn_img/common/icon_cart.webp") no-repeat 0 0;
	background-size: cover;
}
#header-wrap-PC .header-PC .navi-wrap .mem-btn-list-link span.register:before {
	background: url("https://gigaplus.makeshop.jp/hasepro/rn_img/common/icon_register.webp") no-repeat 0 0;
	background-size: cover;
}


#header-wrap-PC .header-PC .navi-wrap .navi-sec-wrap {
	display: grid;
	grid-template-columns: 1fr 240px;
	margin-top: 1.2rem;
}
#header-wrap-PC .header-PC .navi-wrap .navi-sec-wrap .gnavi-list-item {
	display: inline;
	padding: .3rem .8rem;
	border-right: 1px solid #707070;
}
#header-wrap-PC .header-PC .navi-wrap .navi-sec-wrap .gnavi-list-item:last-child {
	border-right: none;
}
#header-wrap-PC .header-PC .navi-wrap .navi-sec-wrap .gnavi-list-link {
	font-size: .9rem;
	font-weight: 700;
	color: #fff;
}

#header-wrap-PC .header-PC .navi-wrap .navi-sec-wrap .search_pc {
	width: 240px !important;
	right: 0 !important;
	left: auto !important;
}

@media (max-width: 970px) {
	#header-wrap-PC .header-PC .logo {
		width: 15rem;
		top: 2.3rem;
	}
}


/*=============================
	車種別検索
==============================*/
#header-wrap-PC .header-search-PC {
	background-color: #2C2C2C;
	border-top: 4px solid #f00;
	padding: 1rem 0 .5rem 0;
}
#header-wrap-PC .header-search-PC .inner {
	margin: 0 auto;
    width: 65%;
    max-width: 1100px;
    /*text-align: left;
	position: relative;*/
}

#header-search.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
/****************************************
	【SP】header
*****************************************/
@media screen and (max-width:880px) {
	.header {
        background: #000;
        height: 70px;
        width: 100%;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
        z-index: 9998;
		line-height: 150%;
    }
	.flex {
		/*display: flex;
		color: #FFF;
		justify-content: space-evenly;*/
		padding: 20px 55px 0 15px !important;
	}
	.header .logo-img {
		height: 30px;
	}
    #logout a, #login a {
        box-shadow: inset 0px 1px 0px 0px #ffffff;
        background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
        background-color: #ededed;
        border-radius: 6px;
        border: 1px solid #dcdcdc;
        display: inline-block;
        cursor: pointer;
        color: #777777;
        font-family: Arial;
        font-size: 9px;
        font-weight: bold;
        padding: 3px;
        text-decoration: none;
        text-shadow: 0px 1px 0px #ffffff;
        margin-left: 15px;
    }
    .toggle {
        position: absolute;
        top: 15px;
        right: 10px;
        width: 45px;
        height: 45px;
        text-align: right;
        z-index: 2;
        background: url(https://gigaplus.makeshop.jp/hasepro/packages/haseprosp/img/menu.png) no-repeat;
        background-size: contain;
    }
    .toggle.open {
        background: url("https://gigaplus.makeshop.jp/hasepro/packages/haseprosp/img/close.png") center no-repeat;
        background-size: contain;
    }
	.iconbtn a {
		text-align: center;
	}
    .overwrap {
        display: none;
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        width: 750px;
        height: 100%;
        z-index: 9999;
        background: rgba(0, 0, 0, 0.4);
        margin: 0 auto;
    }
    .overwrap.open {
        display: block;
    }
    #sideNav {
        height: calc(100% - 70px);
        width: 80%;
        overflow-y: scroll;
        background: #000;
        position: fixed;
        top: 70px;
        right: -870px !important;
        z-index: 10000;
        -moz-transition: ease-in-out, 0.3s;
        -o-transition: ease-in-out, 0.3s;
        -webkit-transition: ease-in-out, 0.3s;
        transition: ease-in-out, 0.3s;
    }
    #sideNav.open {
        -moz-transform: translatex(0);
        -ms-transform: translatex(0);
        -webkit-transform: translatex(0);
        transform: translatex(0);
        right: 0 !important;
    }
    .fa,.fas {
        font-weight: 900;
    }
    .fa,.far,.fas {
        font-family: "Font Awesome 5 Free";
    }
    .fa-fw {
        text-align: center;
        width: 1.25em;
    }
    .fa,.fab,.fal,.far,.fas {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
    }
    #sideGuide {
        background: #000;
        padding-bottom: 35px;
    }
    #sideGuide ul {
        margin-left: 10px;
        font-size: 13px;
        text-align: left;
    }
    #sideGuide li {
        height: 40px;
        line-height: 40px;
        position: relative;
        padding-left: 5px;
    }
    #sideGuide li:not(:first-child) {
        border-bottom: 1px solid #4d4d4d;
    }
    #sideGuide li:not(:first-child)::after {
        position: absolute;
        top: 0;
        right: 22px;
    }
    #sideGuide li:not(:first-child) a {
        padding: 0 0 0 23px;
    }
    #sideGuide li:first-child {
        font-weight: nomal;
        border-bottom: 1px solid #4d4d4d;
    }
    #sideGuide li:first-child a {
        padding: 0 0 0 23px;
    }
    #sideGuide li:first-child::after {
        position: absolute;
        top: 0;
        right: 22px;
    }
    #sideGuide a {
        color: #FFF;
        display: block;
        width: 100%;
        height: 100%;
    }
	#global__nav {
		padding-top: 105px;
	}
    #global__nav ul {
        font-size: 0;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        ;
    }
    #global__nav ul li {
        border-left: solid 1px #000;
        border-top: solid 1px #000;
        border-bottom: solid 1px #000;
        color: #AAA;
        background-color: #EFEFEF;
        font-size: 14px;
        margin: 0;
        padding: 0;
        width: calc(25%) !important;
    }
    #global__nav ul li:first-child {
        border-left: none;
    }
    #global__nav ul li:nth-child(5) {
        border-left: solid 1px #000;
    }
    #global__nav ul li.list-inverse {
        color: #EFEFEF;
        background-color: #AAA;
    }
    #global__nav ul li a {
        color: #AAA;
        padding: .5em;
        display: block;
        font-weight: bold;
        padding-top: 40px;
        background: no-repeat center top 7px;
    }
    #global__nav ul li.list-inverse a {
        color: #EFEFEF;
        font-weight: bold;
    }
    #global__nav ul li .nav__sub__str {
        font-size: 10px;
        margin-left: 0;
        display: block;
        text-align: center;
    }
    #global__nav ul li.active {
        background-color: #FFEB3B;
    }
    #global__nav ul li.active a {
        color: #FF9800;
        font-weight: bold;
    }
    #global__nav ul li.list-inverse.active {
        background-color: #AAA;
    }
    #global__nav ul li.list-inverse.active a {
        color: #FFFF00;
        font-weight: bold;
    }
    #global__nav ul li:nth-child(1) a {
        background-image: url(https://gigaplus.makeshop.jp/hasepro/packages/haseprosp/img/common/navi_icon01.png);
    }
    #global__nav ul li:nth-child(2) a {
        background-image: url(https://gigaplus.makeshop.jp/hasepro/packages/haseprosp/img/common/navi_icon02.png);
    }
    #global__nav ul li:nth-child(3) a {
        background-image: url(https://gigaplus.makeshop.jp/hasepro/packages/haseprosp/img/common/navi_icon04.png);
    }
    #global__nav ul li:nth-child(4) a {
        background-image: url(https://gigaplus.makeshop.jp/hasepro/packages/haseprosp/img/common/navi_icon03.png);
    }
    #global__nav ul li:nth-child(5) a {
        background-image: url(https://gigaplus.makeshop.jp/hasepro/packages/haseprosp/img/common/navi_icon05.png);
    }
    #global__nav ul li:nth-child(6) a {
        background-image: url(https://gigaplus.makeshop.jp/hasepro/packages/haseprosp/img/common/navi_icon06.png);
    }
    #global__nav ul li:nth-child(7) a {
        background-image: url(https://gigaplus.makeshop.jp/hasepro/packages/haseprosp/img/common/navi_icon07.png);
    }
    #global__nav ul li:nth-child(8) a {
        background-image: url(https://gigaplus.makeshop.jp/hasepro/packages/haseprosp/img/common/navi_icon08.png);
    }
	.panel-body {
        width: 100%;
    }
    .panel-gray {
        padding: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
        background-color: #AAA;
    }
    .input-group {
        position: relative;
        display: flex;
        border-collapse: separate;
        width: 80%;
        margin: 0 auto;
    }
    .search__form input[type="search"] {
        background: #FFF url(https://gigaplus.makeshop.jp/hasepro/packages/haseprosp/img/common/search_icon.png) no-repeat left 7px center;
    }
    .search__form input[type="search"] {
        display: block;
        width: 80%;
        border: none;
        padding: .25em 1em;
        padding-left: 2.25em;
        border-radius: 20px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    input[name="brand_search_button"] {
        border-radius: 6px;
        box-sizing: border-box;
        background: url(https://www.hasepro.co.jp/smartphone/images/template/5/icon-search.png) no-repeat center center;
        background-size: 26px 26px;
        text-indent: -9999em;
        width: 40px;
        height: 30px;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        border-top: none;
        border-right: none;
        border-bottom: none;
        border-radius: 20px;
        color: #333;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background-color: #666;
        background-size: 22px;
        background-position: right 12px center;
    }
	
}

/*---------------------------------
header 以下以前のもの
---------------------------------*/

.header {
z-index: 999;
}

.header a:hover {
text-decoration: none;
}

.header {
position: fixed;
top: 0;
left: 0;
right: 0;
font-size: 14px;
}

.top-bar {
z-index: 999;
margin: 0;
background: #fff;
box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
padding: 20px 0 16px;
}

@-moz-document url-prefix() {
.top-bar {
box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
}
}

.header-inner {
padding: 0 40px;
}

.shop-logo {
float: left;
margin: 5px 16px 0 0;
}

.shop-logo img {
max-height: 30px;
}


@media all and (-ms-high-contrast: none) {
body{
min-width: auto;
}
}

.drop-arrow {
margin-left: 6px;
}

.nav-item a {
padding: 8px 14px;
vertical-align: -webkit-baseline-middle;
}

.second-nav {
display: flex;
float: right;
}

.nav-item span {
font-family: 'Marcellus', serif;
}

.second-nav li span {
padding: 8px 14px;
}

.second-nav img {
display: block;
margin: 0 auto 6px;
}

.nv-dropdown:active .drop-arrow {
transform: rotate(180deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.nv-dropdown:checked {
transform: rotate(180deg);
}

.sp-nav-wrap {
display: none;
}

.sp-second-nav-wrap {
display: none;
}

span.cart-badge {
background: #eb503c;
color: #fff;
padding: 5px 7px !important;
font-size: 10px;
font-family: 'Noto Sans JP', sans-serif;
border-radius: 10px;
position: absolute;
top: 12px;
right: 52px;
}

@media (max-width: 880px) {
	span.cart-badge {
		top: -10px;
		right: -14px;
	}
	.header {
		width: 100%;
	}
	.top-bar {
		padding: 14px 2px;
		min-height: 54px;
	}
	.header-inner {
		padding: 0 10px;
	}
	.shop-logo {
		margin: 0;
		float: none;
		text-align: center;
	}
	.side-bar {
		display: none;
	}
	.contents-section {
		margin: 2% auto 0;
	}
	.bx-wrapper .bx-pager {
		text-align: center !important;
		padding-left: 0;
	}	
}


/*---------------------------------
header-dropmenu
---------------------------------*/

.navigation ul li a {
transition-property: border;
transition-duration: 0.5s;
transition-timing-function: ease;
transition-delay: 0s;
}

.navigation > ul > li {
text-align: center;
}

.navigation .drop-nv-wrap {
display: none;
position: absolute;
top: 16px;
z-index: -1;
}

.nav-item:first-child {
margin-right: 16px;
}

.navigation .drop-nv-wrap ul {
line-height: 1.4em;
padding: 30px 0;
overflow: scroll;
overflow-x: auto;
max-height: 80%;
position: fixed;
background-color: #f5f5f5;
}

::-webkit-scrollbar {
width: 10px;
}

::-webkit-scrollbar-track {
background: #fff;
border: none;
border-radius: 10px;
box-shadow: inset 0 0 2px #777;
}

::-webkit-scrollbar-thumb {
background: #ccc;
border-radius: 10px;
box-shadow: none;
}

.navigation .drop-nv-wrap ul li {
text-align: left;
margin: 12px 32px 0 0 !important;
padding-left: 15px;
}

.navigation .drop-nv-wrap ul li a {
padding: 0 0 0 12px !important;
display: inline-block;
}

.dropdown-menu-list a:hover {
text-decoration: underline !important;
}

.dropdown-menu-list a:before {
content: "-";
padding-right: 6px;
vertical-align: text-top;
font-weight: bold;
}

.article-title,
.article-title-pc {
position: relative;
}

.article-title:after {
content: "";
position: absolute;
right: -15px;
top: 20%;
transition: all 0.2s ease-in-out;
display: block;
width: 8px;
height: 8px;
border-top: solid 2px #6e6e6e;
border-right: solid 2px #6e6e6e;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}

.article-title-pc:after {
content: "";
position: absolute;
right: 0;
top: 9px;
transition: all 0.2s ease-in-out;
display: block;
width: 8px;
height: 8px;
border-top: solid 2px #6e6e6e;
border-right: solid 2px #6e6e6e;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}

@-moz-document url-prefix() {
.article-title-pc:after {
top: 3px;
}
}

.article-title.open:after,
.article-title-pc.open:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 57%;
}

@-moz-document url-prefix() {
.article-title.open:after,
.article-title-pc.open:after {
top: 44%;
}
}

/*---------------------------------
header-serch
---------------------------------*/

.search-link {
display: inline-block;
position: relative;
float: right;
padding: 0;
}

.sp-header {
display: none;
}

.search {
float: right;
position: relative;
}

.search-box {
margin: 0;
float: left;
display: none;
position: relative;
right: 0;
}

.search-icon {
margin: 0;
float: left;
cursor: pointer;
}

a.btn-go {
text-decoration: none;
position: absolute;
right: -55px;
background: #fff;
}

.btn-go span {
color: #6e6e6e;
padding: 9px 12px !important;
}

.search-box a:hover {
opacity: 1;
}

input[type="text"] {
/* margin: 21px 9px 0 0; */
padding: 0 50px 4px 0px;
border: none;
border-bottom: 1px solid #6e6e6e;
outline: none;
}

.close {
cursor: pointer;
margin: 0 0 0 -20px;
position: absolute;
top: 27px;
}


/*---------------------------------
hamburger
---------------------------------*/
.sp-nav-wrap {
display: block;
}
.overlay {
content: "";
display: block;
width: 0;
height: 0;
background-color: rgba(0, 0, 0, 0.5) !important;
position: absolute;
top: 0;
left: 0;
z-index: 2;
opacity: 0;
transition: opacity .5s;
}
.overlay.open {
width: 100%;
height: 100%;
opacity: 1;
}
.menu-trigger {
display: inline-block;
width: 28px;
height: 28px;
vertical-align: middle;
cursor: pointer;
position: fixed;
top: 13px;
left: 16px;
z-index: 100;
}
.menu-trigger span {
display: inline-block;
box-sizing: border-box;
position: absolute;
left: 0;
width: 80%;
height: 4px;
background-color: #6e6e6e;
transition: all .5s;
}
.menu-trigger.active span {
background-color: #6e6e6e;
}
.menu-trigger span:nth-of-type(1) {
top: 4px;
}
.menu-trigger.active span:nth-of-type(1) {
transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
bottom: 4px;
}
.menu-trigger.active span:nth-of-type(3) {
transform: translateY(-4px) rotate(45deg);
}

.accordion-container {
position: relative;
width: 100%;
cursor: pointer;
}
.accordion-container .article-title {
display: block;
position: relative;
margin: 0;
font-weight: normal;
color: #6e6e6e;
cursor: pointer;
}
.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title {
color: #6e6e6e;
}
.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
color: white;
}
.article-title {
position: relative;
}
.article-title:after {
content: "";
position: absolute;
right: 16px;
top: 10%;
transition: all 0.2s ease-in-out;
display: block;
width: 8px;
height: 8px;
border-top: solid 2px #6e6e6e;
border-right: solid 2px #6e6e6e;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.article-title.open:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 45%;
}
.accordion-content {
display: none;
padding: 24px 6px 0;
font-family: 'Noto Sans JP', sans-serif;
}
.accordion-content p {
position: relative;
padding-bottom: 20px;
margin-bottom: 20px;
display: block;
}
.accordion-content a {
position: absolute;
display: inline-block;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.accordion-container {
margin: 0;
}
dl.search1 {
position: relative;
background-color: #fff;
border-bottom: 1px solid #aaa;
}
dl.search1 dt {
padding: 12px 0px;
}
dl.search1 dt input {
border: none;
border-radius: 0;
outline: none;
background: none;
}
dl.search1 dd {
position: absolute;
top: 0;
right: 0;
}
dl.search1 dd button {
display: block;
padding: 10px;
background: none;
border: none;
}
dl.search1 dd button span {
display: block;
width: 20px;
height: 20px;
background: url('/view/images/template/6/search_icon.png') no-repeat scroll 0 0;
}
.search-link-sp {
margin-bottom: 16px;
}
.sp-second-nav-wrap {
display: flex;
position: absolute;
top: 13px;
right: 16px;
}
.cart-link {
margin-left: 16px;
}




/****************************************
	container（中央部分）
*****************************************/
#container {
	margin: 0 auto;
	padding: 50px 0 0 0;
	width: 100%;
	max-width: 1100px;
	background: 0;
	text-align: left;
}
.top-page #container {
    padding: 10px 0 0 0;
}
@media (max-width: 880px) {
	#container {
		padding: 10px 0 0 0;
	}
}

.main {
	width: 100%;
	margin: 0 auto;
}
#start-contents {
margin-top: -70px;
padding-top: 70px;
position: relative;
}
.contents-section {
	max-width: 1100px;
	margin: 0px auto 100px;
	padding: 0 8px;
}
.product-container {
    display: flex;
	margin: 0 auto;
}


/*=============================
	leftcolumn（レフトナビ）
==============================*/
#leftcolumn {
	width: 200px;
	margin-right: 20px;
}

#leftcolumn .side-ttl {
	color: #000;
	background-color: #F8F8F8;
	border-left: 4px solid #f00;
	padding: .5rem 0 .5rem .5rem;
	font-weight: 700;
	font-size: 1rem;
	margin-bottom: .5rem;
}
.top-page #leftcolumn .side-ttl,
.fp_about_hasepro #leftcolumn .side-ttl {
	color: #fff;
	background-color: transparent;
	padding: 0 0 0 .5rem;
}

/* メーカーから探す
-----------------*/
#leftcolumn .side-maker-list-item {
	border-bottom: 1px solid #ccc;
}



/* カテゴリーから探す
-----------------*/
#leftcolumn .side-cate-list {
	border-top: 1px solid #666666;
}
#leftcolumn .side-cate-list-item {
	border-bottom: 1px solid #666666;
}
#leftcolumn .side-cate-list-link {
	display: block;
	position: relative;
	color: #000;
	font-weight: 500;
	font-size: .82rem;
	line-height: 1.4;
	padding: 1rem .5rem 1rem 0;
}
.top-page #leftcolumn .side-cate-list-link,
.fp_about_hasepro #leftcolumn .side-cate-list-link {
	color: #fff;
	font-weight: 400;
	font-size: .9rem;
}
#leftcolumn .side-cate-list-link:after {
	position: absolute;
	right: -3px;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	content:"";
	width: 8px;
	height: 8px;
	background: url("https://gigaplus.makeshop.jp/hasepro/rn_img/common/side_icon_arrow.webp") no-repeat 0 0;
	background-size: cover;
}




/*=============================
	column（メインエリア）
==============================*/
.column {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	overflow-x: hidden;
	color: #666;
	font-weight: 400;
}



/****************************************
	footer
*****************************************/
/*=============================
	お問い合わせ
==============================*/
.ft-contact-wrap {
	background-color: #2E2E2E;
}
.ft-contact-wrap .inner {
	margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    text-align: left;
	padding: 2.5rem 0;
}
.ft-contact-wrap .ft-contact-box {
	background-color: #000;
	border-radius: 1.5rem;
	color: #fff;
	text-align: center;
	padding: 3rem 6rem 2rem 6rem;
}
.ft-contact-wrap .ft-contact-box .ttl-en {
	font-size: 1.3rem;
	line-height: 1;
	text-align: center;
	letter-spacing: 1px;
}
.ft-contact-wrap .ft-contact-box .ttl-jp {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
	letter-spacing: 1px;
}
.ft-contact-wrap .ft-contact-list  {
	margin-top: 2rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3rem;
}
.ft-contact-wrap .ft-contact-list-item .ttl-sub {
	border-bottom: 1px solid #666666;
	position: relative;
	padding: 0 0 .3rem 1rem;
	font-size: 1.35rem;
	text-align: left;
	margin-bottom: .8rem;
}
.ft-contact-wrap .ft-contact-list-item .ttl-sub:before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	content:"";
	width: 10px;
	height: 10px;
	background-color: #f00;
}
.ft-contact-wrap .ft-contact-list-item .tel span {
	font-size: 2.5rem;
	font-weight: 700;
	position: relative;
	line-height: 1;
	padding-left: 1.3rem;
}
.ft-contact-wrap .ft-contact-list-item .tel span:before {
	position: absolute;
	left: 0;
	top: 56%;
	transform: translate(-50%, -50%);
	display: block;
	content:"";
	width: 2.2rem;
	height: 2.2rem;
	background: url("https://gigaplus.makeshop.jp/hasepro/rn_img/common/icon_tel.webp") no-repeat 0 0;
	background-size: cover;
}
.ft-contact-wrap .ft-contact-list-item .btn {
	display: inline-block;
    width: 16rem;
    height: 3.3rem;
    text-align: center;
    text-decoration: none;
    line-height: 3.2rem;
    outline: none;
    font-size: 1.1rem;
    font-weight: 700;
    color: #000;
	border-radius: 50px;
}
.ft-contact-wrap .ft-contact-list-item a.btn:visited {
	color: #000;
}
.ft-contact-wrap .ft-contact-list-item .copy {
	font-weight: 400;
	font-size: 1rem;
	margin-top: .3rem;
}
@media (max-width: 880px) {
	.ft-contact-wrap .inner {
		padding: 2.5rem 8px;
	}
	.ft-contact-wrap .ft-contact-box {
		border-radius: 1.5rem;
		padding: 3rem 2rem 2rem 2rem;
	}
	.ft-contact-wrap .ft-contact-box .ttl-en {
		font-size: 1.3rem;
		line-height: 1;
		letter-spacing: 1px;
	}
	.ft-contact-wrap .ft-contact-box .ttl-jp {
		font-size: 1.6rem;
		letter-spacing: 0;
	}
	.ft-contact-wrap .ft-contact-list {
		margin-top: 1rem;
		display: block;
	}
	.ft-contact-wrap .ft-contact-list-item {
		margin-bottom: 1.5rem;
	}
	.ft-contact-wrap .ft-contact-list-item:last-child {
		margin-bottom: 0;
	}
	
	.ft-contact-wrap .ft-contact-list-item .ttl-sub {
		padding: 0 0 .3rem 1rem;
		font-size: 1.2rem;
		margin-bottom: .8rem;
	}

	.ft-contact-wrap .ft-contact-list-item .tel span {
		font-size: 2.2rem;
		padding-left: 1.3rem;
	}
	.ft-contact-wrap .ft-contact-list-item .copy {
		font-size: .9rem;
	}
}

/*=============================
	フッター　インフォ+ナビ
==============================*/
.ft-info-wrap {
	background-color: #000;
	color: #999;
}
.ft-info-wrap .inner {
	margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    text-align: left;
	padding: 2rem 0 8rem 0;
}
.ft-info-wrap .wrap {
	display: flex;
	justify-content: space-between;
}
.ft-info-wrap .ft-info-box {
	width: 20rem;
}
.ft-info-wrap .ft-info-box .logo {
	width: 100%;
}
.ft-info-wrap .ft-info-box .add {
	font-size: .8rem;
	line-height: 1.4;
	font-weight: 400;
	margin-top: 1rem;
}
.ft-info-wrap .ft-info-box .cr {
	font-size: .8rem;
	line-height: 1.4;
	font-weight: 400;
	margin-top: 1rem;
}

.ft-info-wrap .ft-navi-box {
	width: 28rem;
}
.ft-info-wrap .ft-navi-box .ft-navi-list {
	text-align: right;
}
.ft-info-wrap .ft-navi-box .ft-navi-list-item {
	display: inline;
	margin-left: 1.5rem;
}
.ft-info-wrap .ft-navi-box .ft-navi-list-link {
	color: #999;
	text-decoration: underline;
	font-size: .9rem;
}
.ft-info-wrap .ft-navi-box .ft-navi-list-link:hover {
	text-decoration: none;
}
.ft-info-wrap .ft-navi-box .ft-sns-list {
	text-align: right;
	margin-top: 2rem;
}
.ft-info-wrap .ft-navi-box .ft-sns-list-item {
	display: inline;
	margin-left: 1rem;
}
.ft-info-wrap .ft-navi-box .ft-sns-list-link img {
	width: 3.5rem;
}
@media (max-width: 880px) {
	.ft-info-wrap .inner {
		padding: 2rem 1rem 16rem 1rem;
	}
	.ft-info-wrap .wrap {
		display: block;
	}
	.ft-info-wrap .ft-info-box {
		width: 100%;
		text-align: center;
	}
	.ft-info-wrap .ft-info-box .logo {
		width: 100%;
		text-align: center;
	}
	.ft-info-wrap .ft-info-box .logo img {
		max-width: 200px;
	}
	.ft-info-wrap .ft-info-box .add {
		font-size: .9rem;
		margin-top: 1rem;
	}
	.ft-info-wrap .ft-info-box .cr {
		font-size: .9rem;
		margin-top: 1rem;
	}

	.ft-info-wrap .ft-navi-box {
		width: 100%;
	}
	.ft-info-wrap .ft-navi-box .ft-navi-list {
		text-align: center;
		margin-top: 2rem;
	}
	.ft-info-wrap .ft-navi-box .ft-sns-list {
		text-align: center;
		margin-top: 2rem;
	}
	.ft-info-wrap .ft-navi-box .ft-sns-list-item {
		margin-left: .5rem;
		margin-right: .5rem;
	}
	.ft-info-wrap .ft-navi-box .ft-sns-list-link img {
		width: 3.5rem;
	}
}



/* 旧サイト
.footer {
width: 100%;
}
.copyright{
width:100%;
text-align:center;
margin:0 auto;
background:#000;
}

@media screen and (max-width:880px) {
.footer {
width: 100%;
}
#footer .pc {
display:none;
}
.copyright{
font-size: 0.6em;
}
.footer .list .btn-primary{
background-color: #fff;
width: 100%;
margin: 10px auto;
display: block;
text-align: center;
padding: 1em;
box-sizing: border-box;
}
.footer .topbnr2 ul li{
margin: 0;
}
.footer ul.list li{
margin: 0;
}
.panel-body {
background: none;
padding: 1em;
font-size: 0.8em;
}
.footer .container{
padding: 1em;
}
.footer .information{
display: flex;
flex-wrap: wrap;
padding: 1em;
}
#M_headBasketIn{
width: 100%;
}
#M_headBasketIn em{
font-size: 1.3em;
}
       .input-group {
    position: relative;
    display: flex;
    border-collapse: separate;
    margin: 0 auto;
    width:100%;
}
    .search__form input[type="search"] {
    display: block;
    width: 50%;
        max-width:300px;
    border: none;
    padding: .25em 1em;
    padding-left: 2.8em;
    border-radius: 20px;
    margin: 0 auto;
}
    .code{
        margin:0 0 0 1em !important;
        border-radius: 20px 0 0 20px !important;
    }
    .panel-body{
        padding:0;
}
}*/
