﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');
.block-bike-spec,
.block-bike-installation-image,
.block-bike-styling,
.block-bike-genuine,
.block-bike-related-merchandise,
.block-bike-coordination,
.block-bike-goods-ranking,
.block-bike-featured-products {
	width: 100%;
}

.block-bike-spec--container,
.block-bike-installation-image--container,
.block-bike-styling--container,
.block-bike-genuine--container,
.block-bike-coordination--container,
.block-thumbnail-t--wrap.js-not-slide,
.block-thumbnail-t--related-items-wrap.js-not-slide,
.block-ranking-r.js-not-slide,
.block-bike-free-area {
	width: 100%;
	max-width: 1768px;
	padding: 0 24px;
	margin: 0 auto;
}

.block-bike-spec {
	padding: 40px 0;
    display: block;
	background-color: #F7F7F7;
}
.block-bike-spec--container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    justify-content: flex-start;
}
.block-bike-spec--name {
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.875;
	margin: 0 0 24px;
	width: 100%;
}
.block-bike-spec--name span {
	font-size: 3.0rem;
	font-weight: bold;
	font-family: "Montserrat","Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, "sans-serif";
	display: inline-block;
	letter-spacing: 0.1em;
	line-height: 1.0;
	margin-right: 16px;
}
.block-bike-spec--image {
	width: 220px;
	margin-right: 40px;
}
.block-bike-spec--description {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	/*justify-content: space-between;*/
	max-width: 865px;
    width: 100%;
}
.block-bike-spec--model {
	font-size: 2.0rem;
	font-weight: bold;
	font-family: "Montserrat","Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, "sans-serif";
	letter-spacing: 0.1em;
	line-height: 1.5;
	width: 460px;
	margin: 0 0 12px;
}
.block-bike-spec--more,
.block-bike-spec--catalog {
	margin: 0 0 14px;
}
.block-bike-spec--catalog {
	margin-left: 25px;
}
.block-bike-spec--more a,
.block-bike-spec--catalog a {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.625;
	text-decoration: underline;
	display: block;
}
.block-bike-spec--more a:hover,
.block-bike-spec--catalog a:hover {
	text-decoration: none;
}
.block-bike-spec--catalog a {
	position: relative;
}
.block-bike-spec--catalog a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background-image: url(https://stg.hondago-bikegear.jp/img/usr/common/ico_pdf.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.block-bike-spec--spec-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 520px;
}
.block-bike-spec--spec-list dl {
	width: 240px;
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.block-bike-spec--spec-list dl dt,
.block-bike-spec--spec-list dl dd {
	font-size: 1.4rem;
	font-family: "Montserrat","Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, "sans-serif";
	letter-spacing: 0.1em;
	line-height: 1.85;
}
.block-bike-spec--spec-list dl dt {
	margin-right: 5px;
	position: relative;
}
.block-bike-spec--spec-list dl dt::after {
	content: "：";
	font-size: 1.4rem;
	font-family: "Montserrat","Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, "sans-serif";
	letter-spacing: 0.1em;
}
.block-bike-spec--previous-models {
	position: relative;
}
.block-bike-spec--previous-models span {
	color: #666666;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.85;
	text-decoration: underline;
	position: relative;
	cursor: pointer;
}
.block-bike-spec--previous-models span::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	margin-left: 5px;
	transform: rotate(45deg);
	margin-bottom: 6px;
	transition: all .3s;
}
.block-bike-spec--previous-models span.js-active::after {
	transform: rotate(-135deg);
	margin-bottom: 0;
}
.block-bike-spec--previous-models span:hover {
	text-decoration: none;
}
.block-bike-spec--previous-models ul {
	border: 1px solid #F0F0F0;
	background-color: #FFFFFF;
	border-radius: 6px;
	width: 200px;
	padding: 0 16px;
	display: none;
	position: absolute;
	left: 0;
	top: 30px;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
    z-index: 100;
}
.block-bike-spec--previous-models ul li {
	border-top: 1px solid #CECECE;
}
.block-bike-spec--previous-models ul li:first-child {
	border-top: 0;
}
.block-bike-spec--previous-models ul li a {
	font-size: 1.4rem;
	font-family: "Montserrat","Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, "sans-serif";
	letter-spacing: 0.1em;
	line-height: 1.28;
	padding: 16px 10px;
	display: block;
}

.block-bike-installation-image {
	padding: 40px 0;
}
.block-bike-installation-image--container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.block-bike-installation-image--left-side {
	max-width: 780px;
	width: 46%;
}
.block-bike-installation-image--right-side {
	max-width: 840px;
	width: 49%;
}
.block-bike-installation-image--gallery {
	position: relative;
}
.block-bike-installation-image--gallery > img {
	position: absolute;
	left: 0;
	top: 0;
}

.block-bike-installation-image--gallery .slick-arrow {
	position: absolute;
	display: block;
	top: 50%;
	width: 48px;
	height: 48px;
	border: none;
	transform: translate(0,-50%);
	background: #000000;
	border-radius: 4px;
	z-index: 3;
	cursor: pointer;
	font-size: 0;
}
.block-bike-installation-image--gallery .slick-arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0;
	opacity: 1;
	border: 0;
	margin-top: -6px;
	border-left: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
}
.block-bike-installation-image--gallery .slick-prev {
  left: 0;
}
.block-bike-installation-image--gallery .slick-prev:after {
	right: 16px;
	transform: rotate(-45deg);
}
.block-bike-installation-image--gallery .slick-next {
  right: 0;
}
.block-bike-installation-image--gallery .slick-next:after {
	left: 16px;
	transform: rotate(135deg);
}
.block-bike-installation-image--reference-price {
	margin-top: 40px;
	border: 2px solid #000000;
	padding: 24px;
}
.block-bike-installation-image--reference-price h2 {
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin: 9px 0 25px;
}
.block-bike-installation-image--reference-price h3 {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.66;
	background-color: #F0F0F0;
	padding: 10px 16px 9px;
	margin: 22px 0 0;
}
.block-bike-installation-image--reference-price-calculation {
	width: 50%;
}
.block-bike-installation-image--reference-price-calculation dl {
	display: flex;
	align-items: center;
	margin: 0 0 11px;
}
.block-bike-installation-image--reference-price-calculation dl dt {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.875;
	width: 148px;
	padding: 0 24px;
}
.block-bike-installation-image--reference-price-calculation dl dd {
	font-size: 1.8rem;
	font-weight: bold;
	font-family: "Montserrat","Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, "sans-serif";
	letter-spacing: 0.04em;
	text-align: right;
	line-height: 1.3;
	flex: 1;
}
.block-bike-installation-image--reference-price-vehicle-body dd span,
.block-bike-installation-image--reference-price-total-parts dd span,
.block-bike-installation-image--reference-price-total dd span {
	position: relative;
}
.block-bike-installation-image--reference-price-vehicle-body dd span::before,
.block-bike-installation-image--reference-price-total-parts dd span::before,
.block-bike-installation-image--reference-price-total dd span::before {
	content: "¥";
}
.block-bike-installation-image--reference-total {
	width: 100%;
	border-top: 1px solid #CECECE;
	padding: 16px 0 0;
	margin: 4px 0 0;
	display: flex;
}
.block-bike-installation-image--reference-total dl {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.block-bike-installation-image--reference-total dt {
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.875;
	padding: 0 24px;
}
.block-bike-installation-image--reference-total dd {
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.3;
	text-align: right;
	padding-right: 40px;
	margin-left: auto;
}
.block-bike-installation-image--select-list-price span::before {
	content: "￥";
}
.block-bike-installation-image--reference-price-total dd span::after,
.block-bike-installation-image--select-list-price span::after {
	content: "税込";
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-left: 10px;
}
.block-bike-installation-image--selected .block-bike-installation-image--selected-inner {
	overflow-y: auto;
}
.block-bike-installation-image--selected .block-bike-installation-image--selected-list {
	display: flex;
	align-items: flex-start;
	width: max-content;
	flex-wrap: nowrap;
	padding-bottom: 24px;
}
.block-bike-installation-image--selected .block-bike-installation-image--selected-list.js-active {min-height: 230px;}
.block-bike-installation-image--selected .block-bike-installation-image--selected-list li {
	width: 200px;
	padding: 16px 0 24px;
	margin-right: 16px;
	cursor: pointer;
	background-image: url(../img/common/ico_delete.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 24px 24px;
}
.block-bike-installation-image--selected .block-bike-installation-image--selected-list li .block-bike-installation-image--select-list-image {
	width: 100%;
	margin-bottom: 16px;
}
.block-bike-installation-image--selected .block-bike-installation-image--selected-list li .block-bike-installation-image--select-list-name {
	font-size: 1.4rem;
}
.block-bike-installation-image--selected .block-bike-installation-image--selected-list li .block-bike-installation-image--select-list-code,
.block-bike-installation-image--selected .block-bike-installation-image--selected-list li .block-bike-installation-image--select-list-price,
.block-bike-installation-image--selected .block-bike-installation-image--selected-list li .block-bike-installation-image--select-list-man-hours,
.block-bike-installation-image--selected .block-bike-installation-image--selected-list li p,
.block-bike-installation-image--selected .block-bike-installation-image--selected-list li .block-bike-installation-image--select-list-man-need,
.block-bike-installation-image--selected .block-bike-installation-image--selected-list li .block-bike-installation-image--select-list-man-not {
	display: none;
}
.block-bike-installation-image--reference-man-hours {
	border-left: 1px solid #CECECE;
}
.block-bike-installation-image--note {
	margin: 15px 0 0 auto;
	max-width: 585px;
}
.block-bike-installation-image--note li {
	color: #666666;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.block-bike-installation-image--select-tab {
	display: flex;
}
.block-bike-installation-image--select-tab li {
	width: 50%;
}
.block-bike-installation-image--select-tab li a {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.2;
	display: block;
	padding: 22px 5px 18px;
	background-color: #F0F0F0;
}
.block-bike-installation-image--select-tab li a:hover {
	text-decoration: none;
}
.block-bike-installation-image--select-tab li.js-select a {
	background-color: #E6E6E6;
}
.block-bike-installation-image--select-tab li:first-child a {
	position: relative;
}
.block-bike-installation-image--select-tab li:first-child a::after {
	content: "";
	position: absolute;
	right: -14px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 32px solid transparent;
	border-bottom: 32px solid transparent;
	border-left: 14px solid #F0F0F0;
	border-right: 0;
}
.block-bike-installation-image--select-tab li.js-select:first-child a::after {
	border-left-color: #E6E6E6;
}
.block-bike-installation-image--select-body {
	padding: 40px 64px;
	background-color: #F7F7F7;
}
#select-color .block-bike-installation-image--select-inner {
	width: 100%;
	overflow-x: auto;
}
#select-accessories .block-bike-installation-image--select-inner {
	max-height: 585px;
	overflow-y: auto;
	padding-right: 20px;
}

.block-bike-installation-image--select-color {
	display: flex;
	flex-wrap: nowrap;
	width: max-content;
}
.block-bike-installation-image--select-color li {
	width: 216px;
	margin: 0 32px 24px 0;
	/*background-color: #FFFFFF;*/
	position: relative;
	cursor: pointer;
}
.block-bike-installation-image--select-color li.js-select-color::after,
.block-bike-installation-image--select-list li.js-select-part::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #000000;
}
.block-bike-installation-image--select-image figure.bike-back {
	display: none;
}
.block-bike-installation-image--select-name {
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5;
	padding: 16px 16px 0;
}
.block-bike-installation-image--select-price {
	display: none;
}
.block-bike-installation-image--select-wrap {
	display: flex;
	justify-content: flex-end;
	margin: 0 0 40px auto;
}
.block-bike-installation-image--select {
	color: #999999;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	border: 1px solid #CECECE;
	background-color: #FFFFFF;
	border-radius: 4px;
	width: 240px;
    height: 40px;
    padding: 4px 10px;
    line-height: 25px;
}
.block-bike-installation-image--select-list {
	display: none;
}
.block-bike-installation-image--select-list:first-child {
	display: block;
}
.block-bike-installation-image--select-list li {
	margin: 0 0 40px;
	cursor: pointer;
	display: flex;
	align-items: center;
	position: relative;
}
.block-bike-installation-image--select-list-image {
	width: 240px;
	margin-right: 24px;
}
.block-bike-installation-image--select-list-description {
	flex: 1;
}
.block-bike-installation-image--select-list-name {
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.block-bike-installation-image--select-list-price {
	font-size: 12px;
	letter-spacing: 0.1em;
}
.block-bike-installation-image--select-list-price span {
	font-size: 20px;
	font-family: "Montserrat","Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, "sans-serif";
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.2;
	display: inline-block;
	margin-left: 16px;
}
.block-bike-installation-image--select-list-man-hours {
	font-size: 12px;
	letter-spacing: 0.1em;
}
.block-bike-installation-image--select-list-man-hours span {
	font-size: 1.6rem;
	font-family: "Montserrat","Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, "sans-serif";
	font-weight: bold;
	letter-spacing: 0.04em;
	display: inline-block;
	margin-left: 10px;
}
.block-bike-installation-image--select-list-man-hours span::after {
	content: "H";
}
.block-bike-installation-image--select-list li p {
	 font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-top: 10px;
}
.block-bike-installation-image--select-list-code,
.block-bike-installation-image--select-list-man-need,
.block-bike-installation-image--select-list-man-not {
	color: #cccccc;
	font-size: 1.0rem;
    display: none;
}

.block-bike-styling h2,
.block-bike-genuine h2,
.block-bike-related-merchandise h2,
.block-bike-coordination h2,
.block-bike-goods-ranking h2,
.block-bike-featured-products h2 {
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.0;
	margin: 0 0 56px;
}

.block-ectop-heading-wrap {
    width: 100%;
    max-width: 1768px;
    padding: 0 24px;
    margin: 0 auto 56px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.block-ectop-heading-wrap h2 {
	margin: 0;
}

.block-bike-styling {
	padding: 100px 0;
	margin: 100px 0 0;
	background-color: #F0F0F0;
}



.block-bike-genuine {
	margin: 140px 0;
}


.block-bike-goods-ranking.at-border-top,
.block-bike-related-merchandise {
	margin: 140px 0;
	padding: 140px 0 0;
	border-top: 1px solid #CECECE;
}

.block-bike-coordination {
	padding: 100px 0;
	margin: 140px 0;
	background-color: #F0F0F0;
}


.block-bike-goods-ranking,
.block-bike-featured-products {
	margin: 140px 0;
}



.block-bike-featured-products {
	border-top: 1px solid #CECECE;
	padding: 140px 0 0;
	margin: 140px 0;
}

.block-bike-installation-image--reference-estimate-button {
	color: #FFFFFF;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-align: center;
	width: 260px;
	padding: 11px 0 9px;
	border: 0;
	background-color: #000000;
	border-radius: 4px;
	margin-top: 16px;
	cursor: pointer;
	transition: all .3s;
	display: none;
}
.block-bike-installation-image--reference-estimate-button:hover {
	opacity: 0.7;
}
/*===========
scrollbar
===========*/
.simplebar-track.simplebar-horizontal {
  height: 5px;
  background-color: inherit;
}
.simplebar-track.simplebar-vertical {
  width: 5px;
  background-color: inherit;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 5px;
  background: #999999;
  top: 0;
}
.simplebar-scrollbar.simplebar-visible {
  width: 5px;
  background: #999999;
  top: 0;
}
.simplebar-scrollbar.simplebar-visible:before {
 opacity: 0;
}