@charset "UTF-8";
/* CSS Document */

/****************************************
	トップページ
*****************************************/
/*=============================
	全体
==============================*/
.wrapper.top-page {
	background-image: url(https://gigaplus.makeshop.jp/hasepro/rn_img/common/bg.avif);
	background-size: 50%;
}

/*=============================
	共通パーツ
==============================*/
.top-page h2.top-ttl-L {
	border-bottom: 2px solid #fff;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 1rem;
	background: none;
	padding: 0 0 .5rem 0;
	display: flex;
}
.top-page h2.top-ttl-L .en {
	font-size: 1.8rem;
	line-height: 1;
	margin-right: 1rem;
}
.top-page h2.top-ttl-L .jp {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
}
/*=============================
	メインビジュアル
==============================*/
.top-page .mv-wrap {
	background-color: rgba(0,0,0,0.25);
	margin-bottom: 3rem;
}
.top-page .mv-wrap .inner {
	margin: 0 auto;
    padding: 2.5rem 0 3rem 0;
    width: 100%;
    max-width: 1100px;
    text-align: left;
}
@media (max-width: 880px) {
	.top-page .mv-wrap .inner {
	    padding: 2.5rem 8px 3rem 8px;
	}
}

/* バナーリスト
-----------------*/
.top-page .mv-wrap .bnr-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	margin-top: 3rem;
}
.top-page .mv-wrap .bnr-list-link {
	display: block;
	padding: 5rem 1rem 1rem 1.3rem;
	border-radius: .6rem;
	color: #fff;
}
.top-page .mv-wrap .bnr-list-link.emblem {
	background: url(https://gigaplus.makeshop.jp/hasepro/rn_img/top/intro_bg_emb.webp)no-repeat center center;
	background-size: cover;
}
.top-page .mv-wrap .bnr-list-link.ma {
	background: url(https://gigaplus.makeshop.jp/hasepro/rn_img/top/intro_bg_ma.webp)no-repeat center center;
	background-size: cover;
}
.top-page .mv-wrap .bnr-list-link.new {
	background: url(https://gigaplus.makeshop.jp/hasepro/rn_img/top/intro_bg_new.webp)no-repeat center center;
	background-size: cover;
}
.top-page .mv-wrap .bnr-list-link .note {
	border-left: 5px solid #f00;
	padding: .3rem 0 .3rem .7rem;
}
.top-page .mv-wrap .bnr-list-link .note .ttl-jp {
	font-weight: 900;
	font-size: 2.2rem;
	line-height: 1;
}
.top-page .mv-wrap .bnr-list-link .note .ttl-en {
	font-size: 1.2rem;
	line-height: 1;
	margin-top: .5rem;
}
.top-page .mv-wrap .bnr-list-link .note .copy {
	font-size: .95rem;
	font-weight: 400;
	line-height: 1.4;
	margin-top: .5rem;
}
@media (max-width: 880px) {
	.top-page .mv-wrap .bnr-list {
		display: block;
		margin-top: 2rem;
	}
	.top-page .mv-wrap .bnr-list-item {
		margin-bottom: 1.5rem;
	}
	.top-page .mv-wrap .bnr-list-item:last-child {
		margin-bottom: 0;
	}
	.top-page .mv-wrap .bnr-list-link {
		padding: 2rem .5rem .5rem 1rem;
		border-radius: .6rem;
	}
	.top-page .mv-wrap .bnr-list-link .note {
		padding: .3rem 0 .3rem .7rem;
	}
	.top-page .mv-wrap .bnr-list-link .note .ttl-jp {
		font-size: 1.8rem;
	}
	.top-page .mv-wrap .bnr-list-link .note .ttl-en {
		font-size: 1.2rem;
	}
	.top-page .mv-wrap .bnr-list-link .note .copy {
		font-size: 1rem;
		margin-top: .5rem;
	}
}

/*=============================
	お知らせ
==============================*/
.top-page .news-list {
	position: relative;
	border-bottom: 1px solid #666666;
	display: flex;
	align-items: baseline;
	flex-direction: column;
	padding: .8rem 2rem;
}
.top-page .news-list:after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	content:"";
	width: 1rem;
	height: 1rem;
	background: url("https://gigaplus.makeshop.jp/hasepro/rn_img/common/news_icon_arrow.webp") no-repeat 0 0;
	background-size: cover;
}
.top-page .news-list-link {
	display: block;
	color: #fff;
    font-weight: 400;
}
.top-page .news-list-date {
	width: 20%;
	display: none;
	color: #999;
}
.top-page .news-list-ttl {
	width: 100%;
	overflow: hidden;
	/*line-height: 1.5em;*/
	color: #fff;
}
.top-page .news-list-ttl div {
	display: none;
}
@media (max-width: 880px) {
}

/*=============================
	車種から探す
==============================*/
.top-page .car-search-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: .8rem;
}
.top-page .car-search-list-link {
	display: block;
}
@media (max-width: 880px) {
	.top-page .car-search-list {
		grid-template-columns: repeat(2, 1fr);
		gap: .8rem;
	}
}

/*=============================
	新商品のご紹介
==============================*/
.top-page .new-item-box {
	background-color: #2E2E2E;
	border-left: 2px solid #f00;
	padding: 2rem 1.5rem;
}
.top-page .new-item-box h2.top-ttl-L {
	border-bottom: none;
}
.top-page .new-item-box .new-item-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}
.top-page .new-item-box .new-item-list-link {
	display: block;
}
@media (max-width: 880px) {
	.top-page .new-item-box {
		padding: 2rem 1rem;
	}
	.top-page .new-item-box .new-item-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
	}
}

/*=============================
	デモカー紹介
==============================*/
.top-page .democar-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
}
@media (max-width: 880px) {
}

/*=============================
	閲覧履歴
==============================*/
.top-page .history-box {
	background-color: #fff;
	padding: 2rem 1.5rem;
}
.top-page .history-box h2.top-ttl-L {
	border-bottom: none;
	color: #000;
}
.top-page .history-box #ranking {
	margin: 0;
}
.top-page .history-box #ranking div.reco_title {
	display: none;
}
.top-page .history-box #ranking div.reco_layout {
	width: 25%;
}
.top-page .history-box #ranking .reco_item img.reco_img {
	width: 85%;
}
.top-page .history-box #ranking div.reco_goods,
.top-page .history-box #ranking div.reco_price {
	text-align: left;
}
.top-page .history-box #ranking div:nth-child(n+6) {
	display: none;
}
@media (max-width: 880px) {
	.top-page .history-box {
		padding: 2rem 1rem;
	}
	.top-page .history-box #ranking div.reco_layout {
		width: 100%;
	}
	.top-page .history-box #ranking .reco_item img.reco_img {
		width: 100%;
		max-width: 200px;
	}
	.top-page .history-box #ranking div.reco_goods,
	.top-page .history-box #ranking div.reco_price {
		text-align: left;
	}
}

/****************************************
	下層コンテンツ
*****************************************/
#undercolumn {
    width: 100%;
    margin: 0 0 30px 0;
	background:#FFF;
}
#undercolumn .mawari{
	padding:10px;
}
#undercolumn .mawari2{
	padding:0px 10px 0px 10px;
	margin-bottom:-10px;
}
#undercolumn h4{
	font-weight:bold;
	background:#F00;
	color:#FFF;
	padding:10px;
	
}
#undercolumn h5{
	font-weight:bold;
	background:#09F;
	color:#FFF;
	padding:10px;
	
}
h6{
	font-weight:bold;
	background:#0058a7;
	color:#FFF;
	padding:10px;
	
}

#bnr2 {
	width:860px;
	margin-bottom:10px;
	margin-top:20px;
	height:auto;
	overflow:hidden;
}
#bnr2 ul li{
	width:270px;
	float:left;
	margin-right:22px;
	margin-bottom:10px;
}
#bnr2 ul li:nth-child(3n+3) {
    margin-right: 0;
}

#bnr3 {
	width:860px;
	margin-bottom:10px;
	margin-top:20px;
	height:auto;
	overflow:hidden;
}
#bnr3 ul li{
	width:165px;
	float:left;
	margin-right:8px;
	margin-bottom:10px;
}
#bnr3 ul li:nth-child(5n+5) {
    margin-right: 0;
}

/****************************************
	商品詳細
*****************************************/
/*共通cssに書いてあったもの*/
.detail {
display: flex;
justify-content: space-around;
}

.detail-image {
width: 600px;
height: 100%;
}

.detail-image img {
width: 100%;
}

.detail-right {
padding-top: 40px;
width: 40%;
margin-left: 20px;
}


.product-price-block {
font-size: 30px;
margin: 20px auto;
}

.product-price-block small {
font-size: 15px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

input[type="number"] {
-moz-appearance: textfield;
}

input.productnum {
font-size: 24px;
color: #6e6e6e;
width: 100px;
height: 40px;
float: left;
text-align: right;
padding: 0 5px;
}

div.button {
float: left;
width: 16px;
padding-left: 16px;
}

.cart-add-btn {
display: flex;
align-items: center;
}

input.spinner_up {
margin-top: 3px;
border: 0px;
width: 13px;
height: 13px;
background: url("/view/images/template/6/up.png") no-repeat;
cursor: pointer;
}

input.spinner_down {
margin-top: 3px;
border: 0px;
width: 13px;
height: 13px;
background: url("/view/images/template/6/down.png") no-repeat;
cursor: pointer;
}

.productnum-wrap {
padding: 72px 0 40px;
}

.purchase-num {
font-size: 18px;
font-weight: 500;
margin-bottom: 8px;
}

.option-area {
margin: -20px 0 60px;
}

.makeshop-option-wrap {
margin: 8px 0;
}

.makeshop-option-label {
font-size: 14px;
margin-bottom: 6px;
}

.makeshop-option-select {
padding: 10px;
width: 60%;
}

.bg-section {
background: #fcf8ec;
padding: 100px 0;
}

.breadcrumb{
margin: 20px 0;
}

.breadcrumb span{
display: inline;
background: url(/images/common/topicpath_arrow.png) no-repeat right top;
padding-right: 12px;
margin-right: 4px;
}


.detail-description {
width: 100%;
margin: 0 auto;
display: flex;
justify-content: flex-end;
padding: 0 16px;
}

.left-detail-description,
.right-detail-description {
width: 50%;
}

.left-detail-description {
margin-right: 140px;
}

.description-title {
font-size: 18px;
font-weight: bold;
margin-bottom: 24px;
}

.description-text {
line-height: 2em;
}

.grid-multi-image {
display: flex;
flex-wrap: wrap;
}

.multi-image {
flex: 1 0 calc(100%/3);
}

*::-ms-backdrop,
.multi-image {
width: 33.33%;
/* IE11 */
}

.multi-image img {
width: 100%;
height: 60vh;
object-fit: cover;
}

.detail-sold-out {
display: inline-block;
font-size: 14px;
font-weight: 100;
background: #adadad;
color: #fff;
padding: 6px;
font-family: 'Marcellus', serif;
margin-bottom: 5px;
border-radius: 2px;
}

.detail-product-discount {
font-size: 20px;
margin-bottom: 16px;
text-decoration: line-through;
}

.detail-product-sale-price {
color: #eb503c;
font-weight: 500;
font-size: 28px;
}

.detail-product-sale-price small {
font-size: 20px;
}


@media (max-width: 880px) {
	.detail {
	margin-top: 130px;
	display: block;
	}
	.detail-image {
	width: 98%;
	margin: 0 auto;
	}
	.detail-image img {
	width: 100%;
	}
	.detail-right {
	margin-left: 0;
	width: 100%;
	}
	.product-name {
	font-size: 24px;
	}
	.product-price-block {
	font-size: 32px;
	}
	.product-price-block small {
	font-size: 18px;
	}
	.productnum-wrap {
	padding: 32px 0 24px;
	}
	.add-btn {
	width: 100%;
	}
	.bg-section {
	margin-top: 60px;
	padding: 40px 0;
	}
	.detail-description {
	width: 100%;
	display: block;
	}
	.left-detail-description,
	.right-detail-description {
	width: 100%;
	margin-bottom: 48px;
	}
	.right-detail-description {
	margin-bottom: 0;
	}
	.grid-multi-image {
	display: block;
	}
	.outstock-btn {
	width: 100%;
	}
	.outstock {
	width: 100%;
	}
}


/****************************************
	cart
*****************************************/
/*共通cssに書いてあったもの*/

.cart-title-wrap {
width: 1200px;
margin: 0 auto;
padding-top: 130px;
}

.cart-title {
font-size: 20px;
font-family: 'Marcellus', serif;
font-weight: bold;
color: #6e6e6e;
letter-spacing: .2em;
}

.cart {
margin-top: 60px;
}

.cart-text-head {
border-bottom: 1px dotted #6e6e6e;
padding-bottom: 16px !important;
display: flex;
}

.cart-product {
padding: 16px 0;
display: flex;
border-bottom: 1px dotted #6e6e6e;
align-items: center;
}

.cart .img-head {
width: 20%;
}

.cart-product img {
width: 160px;
}

.cart .name-head {
width: 25%;
padding-right: 40px;
line-height: 1.4em;
}

.cart .qty-head {
width: 15%;
}

.cart .price-head {
width: 25%;
}

.cart .remove-head {
width: 15%;
}

.cart-item-text {
display: flex;
justify-content: space-between;
width: 76%;
align-items: center;
}

.cart .img {
width: 20%;
}

.cart .name {
width: 25%;
line-height: 1.4em;
}

.cart .qty {
width: 15%;
display: flex;
}

.cart .price {
width: 25%;
}

.cart .remove {
width: 15%;
padding-left: 14px;
}

.remove-sp {
display: none;
}

.total {
text-align: right;
margin: 56px 0 32px;
}

.total-text {
font-size: 18px;
}

.total-price {
font-size: 32px;
padding-left: 16px;
}

.total-text-small {
font-size: 14px;
}

.continue-shopping {
padding-right: 40px;
}

.payment-add-btn {
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
align-items: center;
}

.quantity-notification {
width: 44px;
height: 44px;
text-align: center;
}

.awesome a {
cursor: pointer !important;
text-align: center !important;
display: inline-block;
vertical-align: middle !important;
color: #fff !important;
width: 85px !important;
height: 100% !important;
background: #6e6e6e !important;
font-size: 12px;
margin-left: 6px;
text-decoration: none;
padding: 14px;
}


@media (max-width: 880px) {
	.cart-title {
	padding: 0 0 0 10px;
	}
	.cart-table {
	border-top: 1px dotted #6e6e6e;
	}
	.cart-text-head {
	display: none;
	}
	.cart .img {
	width: auto;
	}
	.cart .img img {
	padding-right: 16px;
	}
	.cart-item-text {
	display: block;
	}
	.cart-item-text div {
	width: 100% !important;
	margin-bottom: 10px;
	}
	.cart .remove {
	display: none;
	}
	.remove-sp {
	display: block;
	text-align: right;
	text-decoration: underline;
	}
	.cart-add-btn {
	display: block;
	margin-bottom: 54px;
	}
	.continue-shopping {
	padding: 0;
	margin-top: 24px;
	text-align: center;
	text-decoration: underline;
	}
	.awesome {
	height: 44px !important;
	}
	.cart-product {
	align-items: end;
	}
	.payment-add-btn {
	display: block;
	margin-bottom: 48px;
	}
}

/****************************************
	news-list
*****************************************/
/*共通cssに書いてあったもの*/

.contents-wrap {
max-width: 960px;
margin: 0 auto 80px;
}

.info-title-wrap {
padding-top: 160px;
}

h2.info-title {
font-size: 24px;
text-align: center;
font-weight: 400;
line-height: 1.8em;
width: 100%;
margin: 0 auto 1em auto;
color: #000;
}
@media (max-width: 880px) {
	.info-title-wrap {
	padding-top: 130px;
	}
	h2.info-title {
	font-size: 16px;
	line-height: 1.6em;
	width: 100%;
	margin: 0 auto 1em auto;
	color: #000;
	}
}


/****************************************
	guide
*****************************************/
/*共通cssに書いてあったもの*/

.guide-section {
margin-bottom: 64px;
}

.guide-section-title {
font-size: 20px;
font-weight: 400;
line-height: 1.2em;
margin-bottom: 24px;
border-bottom: 1px solid #6e6e6e;
padding-bottom: 12px;
}

/****************************************
	company
*****************************************/
/*共通cssに書いてあったもの*/

.company-section img {
margin-bottom: 20px;
width: 100%;
}

/****************************************
	contract
*****************************************/
/*共通cssに書いてあったもの*/
/*
.contract-section {
margin-bottom: 64px;
}

.contract-section-title {
font-size: 20px;
font-weight: 400;
line-height: 1.2em;
margin-bottom: 24px;
border-bottom: 1px solid #6e6e6e;
padding-bottom: 12px;
}*/

/****************************************
	policy
*****************************************/
/*共通cssに書いてあったもの*/

.policy-section pre {
line-height: 2.4em;
font-size: 16px;
font-family: "Noto Sans JP", sans-serif;
color: #6e6e6e;
white-space: pre-wrap;
}


/****************************************
	共通cssに記載があったもの残り
*****************************************/
 .gSAImX, .iGuNHP{
    background: #0058a7 !important;
    border: 1px solid #0058a7 !important;
    color:#FFF !important;
    font-size: 11.6px;
    padding: 5px 10px !important;
     font-family: Verdana,Arial,Helvetica,sans-serif;
     line-height: 150% !important;
}
.gSAImX::before, .iGuNHP::before{
content:'#';
}
.gSAImX:hover,
.iGuNHP:hover{
    background: #fff !important;
    color:#0058a7 !important;
}

#awoo-classify{
    margin-bottom:3rem;
}
.side-category-item a{
color:#FFF !important
}

@media screen and (max-width: 500px) {
	dl.list-head-sort dd{
		margin-right: 0.5em !important;
		font-size: 1.15em;
		font-weight: bold;
	}
}
