@charset "UTF-8";
/*------------------------------------------------
	BTOS トップページ (2025-09)
------------------------------------------------*/
/*------------------------------------------------
	BTOS > トップページ (2025-09)
------------------------------------------------*/
/* ページヘッダーのスクロール固定時の領域確保 */
@media (min-width: 1025px) {
	#custom .js-site-header:has(#top-news) {
		height: 6.75rem;
		margin-bottom: calc( (60px - 2.25rem) + (28px - 1.25rem) + (1.5rem + 20px - 2.25rem));
	}
}

/* メインコンテンツ内のコンテンツ部分 */
#custom .m-top-wrapper {
	margin: 0;
	padding: 0;
}

/* トップページのときの共通部分の表示 */
#custom .page[data-action="Home-Show"] .m-box-offcial {
	display: none;
}

/*------------------------------------------------
	BTOS > トップページ > section nav (2025-09)
------------------------------------------------*/
#custom .home-section {
	padding: 80px 0;
}

@media only screen and (max-width: 768px) {
	#custom .home-section {
		padding: 50px 0;
	}
}

@media (min-width: 1025px) {
	#custom .home-section h2 {
		font-size: 1.875rem;
	}
}

@media (min-width: 769px) {
	#custom .home-section .navi {
		margin-top: 40px;
	}
}

#custom .home-section--nav {
	min-height: 440px;
}

@media only screen and (max-width: 768px) {
	#custom .home-section--nav {
		min-height: 400px;
	}
}

/*------------------------------------------------
	BTOS > トップページ > トップお知らせ
------------------------------------------------*/
#custom .top-news {
	padding: 10px 0;
	background: #000;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(30.55%, #000), color-stop(64.65%, #515151));
	background-image: -webkit-linear-gradient(left, #000 30.55%, #515151 64.65%);
	background-image: linear-gradient(90deg, #000 30.55%, #515151 64.65%);
	color: #fff;
	text-align: center;
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.5;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transition-property: padding, font-size;
	transition-property: padding, font-size;
}

@media only screen and (max-width: 768px) {
	#custom .top-news {
		padding: 12px 0;
		font-size: 0.875rem;
		background-image: -webkit-gradient(linear, left top, right top, color-stop(30.55%, #000), color-stop(88.75%, #515151));
		background-image: -webkit-linear-gradient(left, #000 30.55%, #515151 88.75%);
		background-image: linear-gradient(90deg, #000 30.55%, #515151 88.75%);
	}
}

.scrolled #custom .top-news {
	font-size: 0.875rem;
	line-height: 1.429;
	padding: 0.5rem 0;
}

@media only screen and (max-width: 768px) {
	.scrolled #custom .top-news {
		font-size: 0.813rem;
	}
}

#custom .top-news li {
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#custom .top-news a {
	color: #fff !important;
	-webkit-transition: 0.2s opacity ease;
	transition: 0.2s opacity ease;
}

#custom .top-news .m-text + a,
#custom .top-news .m-text > u {
	margin-left: 1em;
}

/*------------------------------------------------
	BTOS トップ > ピックアップ KV  (2025-08)
------------------------------------------------*/
#custom #pickup-kv {
	position: relative;
	padding: 32px 0 88px;
	background-image: url("../../images/asset/top/kv/bg-kv.jpg");
	background-position: 80% 39%;
}

@media only screen and (max-width: 768px) {
	#custom #pickup-kv {
		padding: 20px 0 80px;
		background-image: url("../../images/asset/top/kv/bg-kv-sp.jpg");
		background-position: 80% center;
	}
}

#custom #pickup-kv::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	max-height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: -webkit-gradient(linear, left top, right top, color-stop(-0.01%, #D9D9D9), color-stop(69.85%, #737373));
	background: -webkit-linear-gradient(left, #D9D9D9 -0.01%, #737373 69.85%);
	background: linear-gradient(90deg, #D9D9D9 -0.01%, #737373 69.85%);
	mix-blend-mode: multiply;
	opacity: 0;
	-webkit-animation: fade-in 1.0s forwards ease;
	        animation: fade-in 1.0s forwards ease;
	-webkit-animation-delay: 1.0s;
	        animation-delay: 1.0s;
}

#custom #pickup-kv .pickup-swiper {
	opacity: 0;
	-webkit-animation: fade-in 1.0s forwards ease;
	        animation: fade-in 1.0s forwards ease;
	-webkit-animation-delay: 1.0s;
	        animation-delay: 1.0s;
}

@media only screen and (max-width: 768px) {
	#custom #pickup-kv .pickup-swiper {
		max-width: none;
		width: auto;
		height: auto;
	}
}

#custom #pickup-kv .pickup-swiper .swiper-slide {
	width: 344px;
	height: 344px;
	margin: 0 12px;
	padding: 0;
}

@media only screen and (max-width: 768px) {
	#custom #pickup-kv .pickup-swiper .swiper-slide {
		width: 280px;
		height: 280px;
		margin: 0 8px;
	}
}

#custom #pickup-kv .pickup-swiper .swiper-slide > a {
	height: auto;
	border-radius: 3px;
}

#custom #pickup-kv .pickup-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	border-radius: 3px;
}

#custom #pickup-kv .swiper-controls {
	margin-top: 22px;
}

@media only screen and (max-width: 768px) {
	#custom #pickup-kv .swiper-controls {
		margin-top: 20px;
	}
}

#custom #pickup-kv .swiper-pagination-bullet {
	border-color: #fff;
	background-color: #fff;
}

#custom #pickup-kv .swiper-pagination-bullet-active {
	border-color: #f00;
	background-color: #f00;
}

/*------------------------------------------------
	BTOS トップ > ヒーローエリア (2025-08)
------------------------------------------------*/
#custom .heroarea {
	overflow: visible;
	padding: 0;
	background: #fff;
	color: #333;
}

#custom .heroarea > .container {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 768px) {
	#custom .heroarea > .container {
		margin: 0;
		padding: 0;
	}
}

#custom .heroarea .col-summary {
	display: none;
}

#custom .heroarea .col-search {
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	-ms-flex-preferred-size: auto;
	    flex-basis: auto;
}

#custom .heroarea .col-search .m-top-search-container {
	width: auto;
}

/*------------------------------------------------
	BTOS > トップページ > ラインアップ (2025-09)
------------------------------------------------*/
#custom .brand-lineup {
	padding: 40px 0 80px;
}

@media only screen and (max-width: 768px) {
	#custom .brand-lineup {
		padding: 20px 0 50px;
	}
}

@media only screen and (max-width: 543px) {
	#custom .brand-lineup {
		padding: 0px 0 50px;
	}
}

#custom .brand-lineup .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
}

@media (max-width: 1024px) {
	#custom .brand-lineup .grid {
		gap: 15px;
	}
}

@media only screen and (max-width: 768px) {
	#custom .brand-lineup .grid {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		max-width: 510px;
		margin: 0 auto;
	}
}

#custom .brand-lineup .grid > :is(li, .col) {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

@media only screen and (max-width: 768px) {
	#custom .brand-lineup .grid > :is(li, .col) {
		-ms-flex-preferred-size: calc(50% - 15px);
		    flex-basis: calc(50% - 15px);
	}
}

@media only screen and (max-width: 768px) {
	#custom .brand-lineup .images img {
		width: 100%;
		height: auto;
	}
}

#custom .brand-lineup .navi {
	margin-top: 40px;
}

@media (min-width: 1025px) {
	#custom .brand-lineup .navi {
		margin-top: 67px;
	}
}

@media only screen and (max-width: 768px) {
	#custom .brand-lineup .navi {
		margin-top: 20px;
	}
}

/*------------------------------------------------
	BTOS > トップページ > おすすめタイヤ (2025-09)
------------------------------------------------*/
#custom .brand-nav-cartype {
	padding: 80px 0;
	background-color: #EEF5FD;
	background-image: url("../../images/asset/top/cartype/bg-brand-cartype.jpg");
	background-position: 57.5% center;
}

@media only screen and (max-width: 768px) {
	#custom .brand-nav-cartype {
		padding: 32px 0 30px;
		background-image: url("../../images/asset/top/cartype/bg-brand-cartype-sp.jpg");
		background-position: center 93%;
	}
}

@media (min-width: 769px) {
	#custom .brand-nav-cartype::before {
		content: "";
		display: block;
		position: absolute;
		z-index: auto;
		max-height: 100%;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		right: 57.5%;
		right: calc(50% + 100px);
		background: -webkit-gradient(linear, right top, left top, from(#686D7000), color-stop(51.5%, #686D701D));
		background: -webkit-linear-gradient(right, #686D7000 0%, #686D701D 51.5%);
		background: linear-gradient(270deg, #686D7000 0%, #686D701D 51.5%);
	}
}

#custom .brand-nav-cartype h2 {
	margin-bottom: 25px;
	line-height: 1.5;
}

@media only screen and (max-width: 768px) {
	#custom .brand-nav-cartype h2 {
		margin: 0 -4px 20px;
	}
}

#custom .brand-nav-cartype .navi {
	margin-top: 27px;
}

@media only screen and (max-width: 768px) {
	#custom .brand-nav-cartype .navi {
		margin-top: 155px;
	}
	.debug #custom .brand-nav-cartype .navi {
		margin-top: 41.3334vw;
	}
}

/*------------------------------------------------
	BTOS > トップページ > 3ステップ
------------------------------------------------*/
#custom .btos-step {
	padding: 80px 0 66px;
}

@media only screen and (max-width: 768px) {
	#custom .btos-step {
		padding: 32px 0 40px;
	}
}

#custom .btos-step h2 {
	margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
	#custom .btos-step h2 {
		margin-bottom: 32px;
	}
	#custom .btos-step h2 i {
		font-size: 1.875rem;
		vertical-align: text-bottom;
	}
}

#custom .btos-step .m-items .item-summary {
	font-size: 1.25rem;
}

@media only screen and (max-width: 768px) {
	#custom .btos-step .m-items .item-summary {
		font-size: 0.938rem;
	}
}

#custom .btos-step .navi .m-textlink {
	text-decoration: underline;
}

@media only screen and (max-width: 543px) {
	#custom .btos-step .navi .m-textlink {
		font-size: 0.813rem;
	}
}

#custom .btos-step .navi .m-textlink:where(:hover, :focus) {
	text-decoration: none;
}

/*------------------------------------------------
	BTOS > トップページ > BTOS とは (2025-09)
------------------------------------------------*/
#custom .btos-feature {
	padding: 32px 0 22px;
	background-color: #00030A;
	background-image: url("../../images/asset/top/feature/bg-btos-feature.jpg");
	color: #fff;
}

@media only screen and (max-width: 768px) {
	#custom .btos-feature {
		padding: 108px 0 27px;
		background-image: url("../../images/asset/top/feature/bg-btos-feature-sp.jpg");
		background-position: 75% 10%;
	}
}

#custom .btos-feature::before {
	content: "";
	display: block;
	position: absolute;
	z-index: auto;
	max-height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	right: 47.5%;
	background: -webkit-gradient(linear, right top, left top, from(#00114300), color-stop(24%, #000A2780), color-stop(56.25%, #00020B));
	background: -webkit-linear-gradient(right, #00114300 0%, #000A2780 24%, #00020B 56.25%);
	background: linear-gradient(270deg, #00114300 0%, #000A2780 24%, #00020B 56.25%);
	background-blend-mode: multiply;
}

@media only screen and (max-width: 768px) {
	#custom .btos-feature::before {
		top: 10%;
		right: 0;
		background: -webkit-gradient(linear, left top, left bottom, from(#00114300), color-stop(35%, #000A2780), to(#00020B));
		background: -webkit-linear-gradient(top, #00114300 0%, #000A2780 35%, #00020B 100%);
		background: linear-gradient(180deg, #00114300 0%, #000A2780 35%, #00020B 100%);
		background-blend-mode: multiply;
	}
}

#custom .btos-feature h2 i {
	font-size: 4.25rem;
	color: inherit;
	-webkit-transform: translateY(0.08em);
	    -ms-transform: translateY(0.08em);
	        transform: translateY(0.08em);
}

@media only screen and (max-width: 768px) {
	#custom .btos-feature h2 i {
		font-size: 1.875rem;
		vertical-align: baseline;
	}
}

#custom .btos-feature h2 i .unit {
	display: inline-block;
	margin-left: 0.15em;
	font-size: 1.75rem;
	vertical-align: middle;
}

@media only screen and (max-width: 768px) {
	#custom .btos-feature h2 i .unit {
		margin-left: 0.1em;
		font-size: 1.313rem;
	}
}

#custom .btos-feature .logo {
	margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
	#custom .btos-feature .logo {
		margin-bottom: 8px;
		text-align: center;
	}
}

#custom .btos-feature .logo img {
	height: auto;
}

@media only screen and (max-width: 768px) {
	#custom .btos-feature .logo img {
		width: 310px;
	}
}

@media (min-width: 1025px) {
	#custom .btos-feature .m-note {
		margin-right: -4em;
	}
}

#custom .btos-feature .m-note abbr {
	text-decoration: none;
}

@media (min-width: 769px) {
	#custom .btos-feature .container-wrapper--full .m-note {
		max-width: 55%;
	}
}

/*------------------------------------------------
	BTOS > トップページ > B-select, カーメンテナンスサービス
------------------------------------------------*/
#custom .cares {
	padding: 100px 0;
}

@media only screen and (max-width: 768px) {
	#custom .cares {
		padding: 40px 0 50px;
	}
}

#custom .care + .care {
	margin-top: 60px;
}

@media only screen and (max-width: 768px) {
	#custom .care + .care {
		margin-top: 40px;
	}
}

#custom .care .container-wrapper {
	min-height: 292px;
	padding-bottom: 20px;
}

@media only screen and (max-width: 768px) {
	#custom .care .container-wrapper {
		min-height: 0;
		padding-bottom: 0;
	}
}

@media (min-width: 769px) {
	#custom .care:where(.m-section--left-nav) .container-wrapper {
		padding-right: calc(50% - 12px + 60px);
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	#custom .care:where(.m-section--left-nav) .container-wrapper {
		padding-right: calc(50% - 12px + 30px);
	}
}

@media (min-width: 769px) {
	#custom .care:where(.m-section--right-nav) .container-wrapper {
		padding-left: calc(50% - 12px + 60px);
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	#custom .care:where(.m-section--right-nav) .container-wrapper {
		padding-left: calc(50% - 12px + 30px);
	}
}

#custom .care h2 {
	margin-bottom: 0.8em;
	text-align: left;
}

@media (max-width: 1024px) and (min-width: 769px) {
	#custom .care h2 {
		font-size: 1.5rem;
	}
}

@media only screen and (max-width: 768px) {
	#custom .care h2 {
		text-align: center;
	}
}

@media only screen and (max-width: 374px) {
	#custom .care h2 br {
		display: none;
	}
}

@media (min-width: 769px) {
	#custom .care .navi {
		margin-top: 30px;
		margin-left: 0;
	}
}

#custom .care .background {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50%;
	width: calc(50% - 12px);
	height: 100%;
	padding: 20px;
	background: none no-repeat center 20%;
	background-size: cover;
}

@media only screen and (max-width: 768px) {
	#custom .care .background {
		position: static;
		width: auto;
		height: 58.6667vw;
		max-height: 220px;
		margin: 35px -15px 0;
		padding: 15px;
	}
}

#custom .care .background img {
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 768px) {
	#custom .care .background img {
		width: 77.5%;
	}
}

#custom .care.m-section--right-nav .background {
	right: auto;
	left: 0;
}

#custom .care--bselect .background {
	background-image: url("../../images/asset/top/care/bg-care-bselect.jpg");
}

@media (max-width: 1024px) {
	#custom .care--bselect .background {
		background-image: url("../../images/asset/top/care/bg-care-bselect-md.jpg");
	}
}

@media only screen and (max-width: 768px) {
	#custom .care--bselect .background {
		background-image: url("../../images/asset/top/care/bg-care-bselect-sp.jpg");
	}
}

#custom .care--maint .background {
	background-image: url("../../images/asset/top/care/bg-care-maint.jpg");
}

@media only screen and (max-width: 768px) {
	#custom .care--maint .background {
		background-image: url("../../images/asset/top/care/bg-care-maint-sp.jpg");
	}
}

/*------------------------------------------------
	BTOS > トップページ > お客様の声
------------------------------------------------*/
#custom .review {
	padding: 70px 0 90px;
	border: 1px solid #F5F5F5;
	border-width: 1px 0;
	background: #F5F5F5 url("../../images/asset/top/review/bg-review.jpg") no-repeat center;
	background-size: cover;
}

@media only screen and (max-width: 768px) {
	#custom .review {
		padding-top: 60px;
		background-position: right center;
	}
}

#custom .review .m-review-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 10.5%;
	gap: 8.5%;
}

@media only screen and (max-width: 768px) {
	#custom .review .m-review-container {
		display: block;
	}
}

#custom .review .m-review-container > .m-review-head {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 342px;
}

@media only screen and (max-width: 768px) {
	#custom .review .m-review-container > .m-review-head {
		width: auto;
	}
}

#custom .review .m-review-container > .m-review-tab-wrapper {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0;
	        flex: 1 0;
}

#custom .review .navi {
	margin-top: 3.5rem;
}

@media only screen and (max-width: 768px) {
	#custom .review .navi {
		margin-top: 0.75rem;
	}
}

#custom .review h2 {
	margin-bottom: 1rem;
	text-align: left;
}

@media only screen and (max-width: 768px) {
	#custom .review h2 {
		text-align: center;
	}
}

#custom .review .m-review-head {
	text-align: left;
}

@media only screen and (max-width: 768px) {
	#custom .review .m-review-head {
		text-align: center;
	}
}

#custom .review .m-review-h-score {
	margin: 16px 0 26px;
}

@media only screen and (max-width: 768px) {
	#custom .review .m-review-h-score {
		margin-bottom: 20px;
	}
}

#custom .review .m-review-h-score img {
	margin-right: 10px;
	vertical-align: middle;
}

@media only screen and (max-width: 768px) {
	#custom .review .m-review-h-score img {
		width: auto;
		height: 32px;
	}
}

#custom .review .m-review-h-score__num {
	font-size: 2.625rem;
	line-height: 1;
	font-weight: bold;
	font-style: normal;
	font-family: Arial, "Helvetica Neue", Helvetica, Verdana, Roboto, sans-serif;
	color: #f00;
	vertical-align: middle;
}

@media only screen and (max-width: 768px) {
	#custom .review .m-review-h-score__num {
		font-size: 2.25rem;
	}
}

#custom .review .m-review-h-score__text {
	font-size: 0.938rem;
}

@media only screen and (max-width: 768px) {
	#custom .review .m-review-h-score__text {
		font-size: 0.875rem;
	}
}

#custom .review .m-review-h-score__text small {
	font-size: 100%;
}

#custom .review .m-review-tab-head {
	margin-top: 22px;
}

@media (min-width: 769px) {
	#custom .review .m-review-tab-head > li + li {
		margin-top: 5px;
	}
}

@media only screen and (max-width: 768px) {
	#custom .review .m-review-tab-head {
		margin: 32px -15px 48px;
		border-bottom: 2px solid #f00;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 7px;
	}
	#custom .review .m-review-tab-head > li {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		margin: 0;
	}
}

#custom .review .m-review-tab__btn {
	border-radius: 4px;
	font-weight: bold;
	text-align: left;
}

@media only screen and (max-width: 768px) {
	#custom .review .m-review-tab__btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: center;
		border-radius: 4px 4px 0 0;
		background: #fff;
	}
}

#custom .review .m-review-tab__btn.btn {
	padding: 21px 16px 20px;
}

@media only screen and (max-width: 768px) {
	#custom .review .m-review-tab__btn.btn {
		padding: 18px 10px 17px;
	}
}

#custom .review .m-review-tab__btn.is-active {
	border-color: #f00;
	background: #f00;
	color: #fff;
}

#custom .review .m-review-tab__btn::before {
	content: "";
	display: inline-block;
	position: relative;
	vertical-align: middle;
	background: none no-repeat center;
	background-size: contain;
	width: 23px;
	height: 23px;
	margin-right: 16px;
	top: -1px;
}

@media only screen and (max-width: 768px) {
	#custom .review .m-review-tab__btn::before {
		width: 24px;
		height: 24px;
	}
}

@media only screen and (max-width: 768px) {
	#custom .review .m-review-tab__btn::before {
		margin-bottom: 6px;
		margin-right: 0;
		top: 0;
	}
}

#custom .review .m-review-tab__btn[aria-controls="review-service"]::before {
	background-image: url("../../images/asset/top/icon/icon-review-service.svg");
}

#custom .review .m-review-tab__btn[aria-controls="review-service"].is-active::before {
	background-image: url("../../images/asset/top/icon/icon-review-service-white.svg");
}

#custom .review .m-review-tab__btn[aria-controls="review-products"]::before {
	background-image: url("../../images/asset/top/icon/icon-review-products.svg");
}

#custom .review .m-review-tab__btn[aria-controls="review-products"].is-active::before {
	background-image: url("../../images/asset/top/icon/icon-review-products-white.svg");
}

#custom .review .m-review-tab__btn.icon-arrow-right::after {
	background-image: url("../../images/asset/common/ico/ico-arrow-gray.svg");
}

#custom .review .m-review-tab__btn.icon-arrow-right.is-active::after {
	background-image: url("../../images/asset/common/ico/ico-arrow-white.svg");
}

@media only screen and (max-width: 768px) {
	#custom .review .m-review-tab__btn.icon-arrow-right::after {
		content: none;
		position: static;
		top: 0;
		margin-top: 6px;
		width: 13px;
		height: 9px;
		background-image: url("../../images/asset/common/ico/ico-arrow-bottom-gray.svg");
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
	#custom .review .m-review-tab__btn.icon-arrow-right.is-active::after {
		background-image: url("../../images/asset/common/ico/ico-arrow-bottom-white.svg");
	}
}

#custom .review .m-review-tab__content h3, #custom .review .m-review-tab__content summary {
	display: none;
}

#custom .review .m-review-details__content {
	overflow-y: scroll;
	max-height: 29.5rem;
	padding-top: 2px;
}

@media only screen and (max-width: 768px) {
	#custom .review .m-review-details__content {
		overflow-y: visible;
		max-height: none;
		padding-top: 0;
	}
}

#custom .review .m-review-slide__item {
	position: relative;
	padding: 40px 100px 40px 0;
}

@media only screen and (max-width: 768px) {
	#custom .review .m-review-slide__item {
		padding: 42px 0 62px;
		display: none;
	}
	#custom .review .m-review-slide__item:nth-child(-n+3) {
		display: block;
	}
}

#custom .review .m-review__user-title {
	font-size: 100%;
	margin-bottom: 1em;
}

@media only screen and (max-width: 768px) {
	#custom .review .m-review__user-title {
		padding-right: 90px;
	}
}

#custom .review .m-review__user-title .u-inline-b {
	display: none;
}

#custom .review .m-review-item__title {
	font-weight: bold;
}

#custom .review .m-review-item__type {
	display: inline;
}

@media only screen and (max-width: 768px) {
	#custom .review .m-review-item__type {
		display: block;
	}
}

#custom .review .m-review-item__type::before {
	content: "（";
}

#custom .review .m-review-item__type::after {
	content: "）";
}

@media only screen and (max-width: 768px) {
	#custom .review .m-review__user-text {
		font-size: 0.938rem;
		padding-right: 0;
	}
}

#custom .review .m-review__user-icon {
	position: absolute;
	top: 10px;
	right: 0;
	right: 10px;
}

@media only screen and (max-width: 768px) {
	#custom .review .m-review__user-icon {
		top: 0;
		right: 0;
	}
}

#custom .review .m-review__user-icon img {
	width: 68px;
	height: 68px;
}

#custom .review .m-review__user-star-container {
	position: absolute;
	top: 0;
	left: 0;
	margin-bottom: 20px;
}

#custom .review .m-review-star > li {
	width: 22px;
	height: 22px;
	margin-right: 4px;
}

#custom .review .m-review-star > li.is-empty {
	background-image: url("../../images/asset/top/icon/icon-star-gray.svg");
}

#custom .review .m-review-star > li.is-half {
	background-image: url("../../images/asset/top/icon/icon-star-gray.svg");
}

#custom .review .m-review-star > li.is-full {
	background-image: url("../../images/asset/top/icon/icon-star.svg");
}

#custom .review .m-review__user-score {
	display: none;
}

#custom .review .m-review__user-info {
	display: none;
}

/*------------------------------------------------
	BTOS > トップページ > Swiper
------------------------------------------------*/
#custom .home-swiper {
	padding: 0;
	text-align: center;
}

@media (min-width: 769px) {
	#custom .home-swiper[data-swiper-pc-rows="2"] {
		height: 425px;
	}
	#custom .home-swiper[data-swiper-pc-rows] .swiper-slide {
		height: auto;
	}
}

@media only screen and (max-width: 768px) {
	#custom .home-swiper {
		max-width: 100%;
		width: 66.3603vw;
		height: auto;
	}
	#custom .home-swiper[data-swiper-sp-rows="1"] {
		height: calc(26.8383vw * 1 + 0.7353vw);
	}
	#custom .home-swiper[data-swiper-sp-rows="2"] {
		height: calc(26.8383vw * 2 + 0.7353vw);
	}
	#custom .home-swiper[data-swiper-sp-rows="3"] {
		height: calc(26.8383vw * 3 + 0.7353vw);
	}
	#custom .home-swiper[data-swiper-sp-rows="4"] {
		height: calc(26.8383vw * 4 + 0.7353vw);
	}
	#custom .home-swiper[data-swiper-sp-rows="5"] {
		height: calc(26.8383vw * 5 + 0.7353vw);
	}
	#custom .home-swiper[data-swiper-sp-rows="6"] {
		height: auto;
	}
}

@media only screen and (max-width: 543px) {
	#custom .home-swiper {
		max-width: 100%;
		width: 361px;
		height: auto;
	}
	#custom .home-swiper[data-swiper-sp-rows="1"] {
		height: calc(146px * 1 + 4px);
	}
	#custom .home-swiper[data-swiper-sp-rows="2"] {
		height: calc(146px * 2 + 4px);
	}
	#custom .home-swiper[data-swiper-sp-rows="3"] {
		height: calc(146px * 3 + 4px);
	}
	#custom .home-swiper[data-swiper-sp-rows="4"] {
		height: calc(146px * 4 + 4px);
	}
	#custom .home-swiper[data-swiper-sp-rows="5"] {
		height: calc(146px * 5 + 4px);
	}
	#custom .home-swiper[data-swiper-sp-rows="6"] {
		height: auto;
	}
}

#custom .home-swiper .swiper-slide {
	width: calc(50% - 24px/2);
	margin-right: 24px;
	background: none;
}

@media only screen and (max-width: 768px) {
	#custom .home-swiper .swiper-slide {
		width: auto;
		height: 23.8971vw;
		margin-bottom: 2.9412vw;
		margin-right: 0;
		padding: 0 1.4706vw;
	}
}

@media only screen and (max-width: 543px) {
	#custom .home-swiper .swiper-slide {
		height: 130px;
		margin-bottom: 16px;
		padding: 0 8px;
	}
}

#custom .home-swiper .swiper-slide > a {
	display: block;
	background: none;
}

@media only screen and (max-width: 768px) {
	#custom .home-swiper .swiper-slide > a {
		height: 100%;
	}
}

#custom .home-swiper .swiper-slide img {
	display: block;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

@media only screen and (max-width: 768px) {
	#custom .home-swiper .swiper-slide img {
		width: 100%;
		height: 100%;
		-o-object-fit: contain;
		   object-fit: contain;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}

@media only screen and (max-width: 543px) {
	#custom .home-swiper .swiper-slide img {
		width: 345px;
		height: 130px;
		-o-object-fit: contain;
		   object-fit: contain;
	}
}

#custom .home-swiper-controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	margin-top: 47px;
}

@media only screen and (max-width: 768px) {
	#custom .home-swiper-controls {
		margin-top: 12px;
	}
}

#custom .home-swiper-controls:has(.swiper-pagination-lock) {
	display: none;
}

#custom .home-swiper-pagination {
	position: static;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
	text-align: center;
}

#custom .home-swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	border: 1px solid #ccc;
	background: #ccc;
	opacity: 1;
}

#custom .home-swiper-pagination .swiper-pagination-bullet-active {
	border-color: #f00;
	background-color: #f00;
}

/*------------------------------------------------
	BTOS > トップページ > ピックアップ系
------------------------------------------------*/
#custom .pickup-section {
	padding: 80px 0 90px;
	background: #fff;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	#custom .pickup-section {
		padding-top: 60px;
		padding-bottom: 70px;
	}
}

@media only screen and (max-width: 543px) {
	#custom .pickup-section .container {
		padding: 0 7px;
	}
}

#custom .pickup-section h2 {
	margin-bottom: 2rem;
}

@media (min-width: 1200px) {
	#custom .pickup-section h2 {
		font-size: 1.875rem;
	}
}

/*------------------------------------------------
	BTOS > トップページ > キャンペーン情報
------------------------------------------------*/
#custom .pickup {
	color: #fff;
	background: #000 url("../../images/asset/top/pickup/bg-pickup.jpg") no-repeat center center;
	background-size: cover;
}

@media only screen and (max-width: 543px) {
	#custom .pickup {
		background-image: url("../../images/asset/top/pickup/bg-pickup-sp.jpg");
	}
}

#custom .pickup a {
	color: #fff;
}

#custom .pickup .swiper-pagination-bullet {
	border: 1px solid #fff;
	background: none;
}

#custom .pickup .swiper-pagination-bullet-active {
	background-color: #fff;
}

/*------------------------------------------------
	BTOS > トップページ > おすすめタイヤ特集
------------------------------------------------*/
/*------------------------------------------------
	BTOS > トップページ > サービス
------------------------------------------------*/
#custom .service {
	padding-top: 66px;
	background: #F5F5F5;
}

#custom .service h2 {
	margin-bottom: 2.25rem;
}

#custom .service .service-swiper {
	margin: 0 -1px;
	padding: 1px;
}

@media only screen and (max-width: 768px) {
	#custom .service .service-swiper {
		margin: 0 auto;
	}
}

#custom .service .swiper-slide .image {
	display: block;
	outline: 1px solid #ccc;
	-webkit-transition-property: opacity, outline-color, -webkit-transform;
	transition-property: opacity, outline-color, -webkit-transform;
	transition-property: opacity, transform, outline-color;
	transition-property: opacity, transform, outline-color, -webkit-transform;
}

#custom .service .swiper-slide a.image:hover {
	outline-color: #f00;
}

/*------------------------------------------------
	BTOS > トップページ > おすすめコンテンツ
------------------------------------------------*/
#custom .m-top-wrapper .recommend-content h2 {
	margin-bottom: 1.75rem;
}

@media (min-width: 1200px) {
	#custom .m-top-wrapper .recommend-content h2 {
		font-size: 1.875rem;
		margin-bottom: 1.734em;
	}
}

#custom .recommend-content {
	padding-top: 52px;
	padding-bottom: 86px;
}

@media only screen and (max-width: 768px) {
	#custom .recommend-content {
		padding-top: 38px;
		padding-bottom: 80px;
	}
}

#custom .recommend-content .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 24px;
}

@media only screen and (max-width: 768px) {
	#custom .recommend-content .grid {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}

@media only screen and (max-width: 543px) {
	#custom .recommend-content .grid {
		display: block;
	}
}

#custom .recommend-content .grid > li {
	-ms-flex-preferred-size: calc(100% / 3 - 16px);
	    flex-basis: calc(100% / 3 - 16px);
}

@media only screen and (max-width: 768px) {
	#custom .recommend-content .grid > li {
		-ms-flex-preferred-size: calc(50% - 12px);
		    flex-basis: calc(50% - 12px);
	}
}

@media only screen and (max-width: 543px) {
	#custom .recommend-content .grid > li {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
}

@media only screen and (max-width: 543px) {
	#custom .recommend-content .grid > li + li {
		margin-top: 12px;
	}
}

#custom .recommend-content .image {
	position: relative;
	background: #000;
	color: #fff;
	aspect-ratio: 1 / 1;
}

@media only screen and (max-width: 768px) {
	#custom .recommend-content .image {
		aspect-ratio: 345 / 180;
	}
}

#custom .recommend-content .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

#custom .recommend-content .image figcaption {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 28px 21px;
	font-size: 1.25rem;
}

@media (max-width: 1024px) {
	#custom .recommend-content .image figcaption {
		padding: 0 20px 16px;
		font-size: 1rem;
	}
}

@media only screen and (max-width: 768px) {
	#custom .recommend-content .image figcaption {
		font-size: 0.875rem;
	}
}

#custom .recommend-content .image::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(26.5%, #0000), color-stop(96%, #000f));
	background: -webkit-linear-gradient(top, #0000 26.5%, #000f 96%);
	background: linear-gradient(to bottom, #0000 26.5%, #000f 96%);
	opacity: 0.8;
}

#custom .recommend-content .navi {
	margin-top: 2.5rem;
}

@media only screen and (max-width: 768px) {
	#custom .recommend-content .navi {
		margin-top: 1.875rem;
	}
}

/*------------------------------------------------
	BTOS > トップページ > お知らせ
------------------------------------------------*/
#custom .m-news-block.m-section-block {
	padding-bottom: 90px;
}

@media only screen and (max-width: 768px) {
	#custom .m-news-block.m-section-block {
		padding-top: 50px;
		padding-bottom: 75px;
	}
}

#custom .m-news-block h2 {
	margin-bottom: 3.75rem;
}

@media only screen and (max-width: 768px) {
	#custom .m-news-block h2 {
		margin-bottom: 2.5rem;
	}
}

#custom .m-news-block .m-btnArea {
	margin-top: 40px;
}

#custom .m-news li {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #ccc;
}

#custom .m-news li + li {
	margin-top: 0;
}

@media only screen and (max-width: 768px) {
	#custom .m-news-head {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

#custom .m-news-date {
	width: auto;
	font-size: 0.938rem;
	font-weight: normal;
	color: #333;
	margin-right: 1rem;
}

#custom .m-news-tag {
	font-size: 0.875rem;
	line-height: 1.429;
	width: 9em;
	padding: 2px 0.4em 1px;
	margin-left: 0;
	margin-right: 1rem;
	border-color: rgba(0, 0, 0, 0.4);
	font-weight: normal;
	background: #fff;
}

#custom .m-news-detail {
	margin-left: 0;
}

@media only screen and (max-width: 768px) {
	#custom .m-news-detail {
		font-size: 0.875rem;
	}
}
