@charset "UTF-8";
/*------------------------------------------------
	BTOS > LP > B-selectとは
------------------------------------------------*/
/*------------------------------------------------
	BTOS > LP > B-selectとは
------------------------------------------------*/
#custom .js-site-header {
	background: none;
}

#custom .p-bselect {
	padding-top: 20px;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect {
		padding-top: 1px;
	}
}

#custom .m-section {
	padding: 120px 0;
}

@media only screen and (max-width: 768px) {
	#custom .m-section {
		padding: 100px 0;
	}
}

/*------------------------------------------------
	BTOS > LP > B-selectとは > 背景動画
------------------------------------------------*/
#maincontent {
	background: none;
}

#maincontent #background {
	position: fixed;
	z-index: -1;
}

#maincontent #background::after {
	background: rgba(0, 0, 0, 0.66);
}

#maincontent #background-video {
	display: block;
	-o-object-position: 50% 25%;
	   object-position: 50% 25%;
}

/*------------------------------------------------
	BTOS > LP > B-selectとは > ヘッダー
------------------------------------------------*/
#custom .p-bselect-header {
	margin-bottom: 80px;
	padding: 120px 0 40px;
	text-align: center;
	font-size: 1.563rem;
	line-height: 1.6;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-header {
		margin-bottom: 0;
		padding: 57px 0 90px;
		font-size: 1.375rem;
	}
}

#custom .p-bselect-header h1 {
	margin: 40px 0;
	font-size: 2.813rem;
	line-height: 1;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-header h1 {
		margin: 30px 0;
	}
	#custom .p-bselect-header h1 img {
		max-width: 100%;
		height: auto;
	}
}

#custom #toc.p-bselect-toc > .wrapper {
	border-color: rgba(255, 255, 255, 0.3);
	background: none;
}

.scrolled-header #custom #toc.p-bselect-toc > .wrapper,
.scrolled-toc #custom #toc.p-bselect-toc > .wrapper {
	background: rgba(0, 0, 0, 0.85);
}

@media (max-width: 1024px) {
	#custom #toc.p-bselect-toc > .wrapper {
		border-width: 1px 0;
	}
	.scrolled-toc #custom #toc.p-bselect-toc > .wrapper {
		border-width: 0 0 1px;
	}
}

@media only screen and (max-width: 768px) {
	#custom #toc.p-bselect-toc ul > li, #custom #toc.p-bselect-toc ul::after {
		background: rgba(255, 255, 255, 0.05);
	}
}

@media (max-width: 1109px) {
	#custom #toc.p-bselect-toc ul a {
		padding-left: 8px;
		padding-right: 8px;
	}
}

@media only screen and (max-width: 768px) {
	#custom #toc.p-bselect-toc ul a {
		padding: 0.813rem 2px;
	}
}

@media only screen and (max-width: 768px) {
	:where(.scrolled-header, .scrolled-toc) #custom #toc.p-bselect-toc ul a {
		padding: 0.813rem 13px;
	}
}

@media only screen and (max-width: 768px) {
	#custom #toc.p-bselect-toc ul a::before {
		border-bottom-width: 3px;
	}
}

#custom #toc.p-bselect-toc ul a.is-active::before {
	border-bottom-color: #fff;
}

/*------------------------------------------------
	BTOS > LP > B-selectとは > タイヤ専門店
------------------------------------------------*/
#custom .p-bselect-about {
	text-align: center;
}

#custom .p-bselect-about h2 {
	margin-bottom: 3.75rem;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-about h2 {
		margin-bottom: 1.625rem;
	}
}

#custom .p-bselect-about .grid {
	display: flex;
	justify-content: center;
	gap: 48px;
	margin: 55.2px 0 60px;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-about .grid {
		flex-wrap: wrap;
		gap: 12px 15px;
		margin: 32px 0;
	}
	#custom .p-bselect-about .grid img {
		width: 140px;
		height: auto;
	}
}

#custom .p-bselect-about .m-note {
	display: table;
	margin: 60px auto 0;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-about .m-note {
		max-width: 36em;
		margin-top: 30px;
	}
	#custom .p-bselect-about .m-note li + li {
		margin-top: 0.4em;
	}
}

/*------------------------------------------------
	BTOS > LP > B-selectとは > プロのこだわり
------------------------------------------------*/
#custom .p-bselect-committed {
	padding-top: 150px;
	padding-bottom: 108px;
	background: #000;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-committed {
		padding-top: 100px;
		padding-bottom: 18px;
	}
}

#custom .p-bselect-committed.is-next-padding {
	padding-bottom: 1px;
}

#custom .p-bselect-committed h2 {
	margin-bottom: 5.875rem;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-committed h2 {
		margin-bottom: 3rem;
	}
}

#custom .p-bselect-committed .toc {
	position: -webkit-sticky;
	position: sticky;
	z-index: 799;
	top: 120px;
	margin-bottom: 1.5em;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-committed .toc {
		top: 0;
		z-index: 800;
		min-height: 7rem;
		margin-bottom: 2.8em;
		background: rgba(0, 0, 0, 0.85);
	}
	#custom .p-bselect-committed .toc .container {
		padding: 15px;
	}
}

#custom .p-bselect-committed .toc .grid {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 4px 8px;
	border: 1px solid #fff;
	border-radius: 60px;
	background: #fff;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-committed .toc .grid {
		justify-content: center;
		flex-wrap: wrap;
		gap: 15px 12px;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: none;
	}
}

#custom .p-bselect-committed .toc li {
	flex: 1;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-committed .toc li {
		flex-basis: calc(50% - 15px/2);
		max-width: 300px;
	}
}

#custom .p-bselect-committed .toc li a {
	display: block;
	padding: 0.4rem 10px 0.375rem;
	border-radius: 60px;
	border: 1px solid #fff;
	background: #fff;
	color: #333;
	font-weight: bold;
	text-align: center;
}

#custom .p-bselect-committed .toc li a.is-active {
	border-color: #333;
	background-color: #333;
	color: #fff;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-committed .toc li a.is-active {
		border-color: rgba(255, 255, 255, 0.3);
	}
}

#custom .p-bselect-committed__article {
	position: relative;
	padding: 2px 0 152px;
	border-bottom: 1px solid transparent;
}

@media (max-width: 1024px) {
	#custom .p-bselect-committed__article {
		padding-bottom: 14.8293vw;
	}
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-committed__article {
		padding-bottom: 122px;
	}
}

#custom .p-bselect-committed__article h3 {
	font-size: 1.75rem;
	letter-spacing: 0.02em;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-committed__article h3 {
		font-size: 1.438rem;
		letter-spacing: 0;
	}
}

#custom .p-bselect-committed__header {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px 25px;
	padding-top: 3em;
	padding-bottom: 4em;
}

@media (max-width: 1024px) {
	#custom .p-bselect-committed__header {
		display: block;
		padding-top: 1.2em;
		padding-bottom: 2em;
	}
}

#custom .p-bselect-committed__header > h3, #custom .p-bselect-committed__header > p {
	flex: 1 0 auto;
}

@media (min-width: 1025px) {
	#custom .p-bselect-committed__header > h3, #custom .p-bselect-committed__header > p {
		width: calc(50% - 15px);
		margin-bottom: 0;
	}
}

#custom .p-bselect-committed__header .copy {
	width: 100%;
	display: none;
}

.debug #custom .p-bselect-committed__header .copy {
	display: block;
}

#custom .p-bselect-committed__figure {
	margin: 28px 0;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-committed__figure {
		margin: 12px 0;
	}
}

#custom .p-bselect-committed__figure video {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 3px;
}

#custom .p-bselect-committed__panels {
	display: flex;
	gap: 24px;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-committed__panels {
		display: block;
	}
}

#custom .p-bselect-committed__panel {
	position: relative;
	flex: 1;
	width: calc(50% - 12px);
	min-height: 298px;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-committed__panel {
		width: auto;
		min-height: 150px;
		padding-top: 35.1851851852%;
		margin-top: 12px;
	}
}

#custom .p-bselect-committed__panel .h {
	font-size: 1.313rem;
	margin-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-committed__panel .h {
		font-size: 1rem;
	}
}

#custom .p-bselect-committed__panel .m-textlink {
	font-size: 0.938rem;
	text-decoration: underline;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-committed__panel .m-textlink {
		font-size: 0.813rem;
	}
}

#custom .p-bselect-committed__panel .m-textlink::after {
	margin-left: 12px;
}

#custom .p-bselect-committed__panel > .panel-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 3px;
	list-style: none;
}

#custom .p-bselect-committed__panel > .panel-header::-webkit-details-marker {
	display: none;
}

#custom .p-bselect-committed__panel > .panel-header::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000 no-repeat center;
	background-size: cover;
	transition: 0.2s ease-out;
	transition-property: transform, opacity;
}

#custom .p-bselect-committed__panel--quality-work > .panel-header::before {
	background-image: url("../../../images/asset/lp/b-select/committed/bg-committed-quality-work.jpg");
}

#custom .p-bselect-committed__panel--quality-variety > .panel-header::before {
	background-image: url("../../../images/asset/lp/b-select/committed/bg-committed-quality-variety.jpg");
}

#custom .p-bselect-committed__panel--explain-suggest > .panel-header::before {
	background-image: url("../../../images/asset/lp/b-select/committed/bg-committed-explain-suggest.jpg");
}

#custom .p-bselect-committed__panel--explain-check > .panel-header::before {
	background-image: url("../../../images/asset/lp/b-select/committed/bg-committed-explain-check.jpg");
}

#custom .p-bselect-committed__panel--service-feeling > .panel-header::before {
	background-image: url("../../../images/asset/lp/b-select/committed/bg-committed-service-feeling.jpg");
}

#custom .p-bselect-committed__panel--service-equip > .panel-header::before {
	background-image: url("../../../images/asset/lp/b-select/committed/bg-committed-service-equip.jpg");
}

#custom .p-bselect-committed__panel--aftercare-tirecheck > .panel-header::before {
	background-image: url("../../../images/asset/lp/b-select/committed/bg-committed-aftercare-tirecheck.jpg");
}

#custom .p-bselect-committed__panel--aftercare-items > .panel-header::before {
	background-image: url("../../../images/asset/lp/b-select/committed/bg-committed-aftercare-items.jpg");
}

#custom .p-bselect-committed__panel .panel-body {
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	padding: 40px;
	border-radius: 3px;
	background: #fff;
	color: #333;
	text-align: left;
	z-index: -3;
	max-height: 100%;
	opacity: 0;
	transform: none;
	transition: 0.45s ease-out;
	transition-property: transform, opacity, z-index, max-height;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-committed__panel .panel-body {
		padding: 15px;
	}
}

#custom .p-bselect-committed__panel .panel-body .h {
	margin-bottom: 1.5rem;
	padding-right: 38px;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-committed__panel .panel-body .h {
		margin-bottom: 0.5em;
	}
}

#custom .p-bselect-committed__panel .panel-body p {
	margin-bottom: 0.75rem;
}

#custom .p-bselect-committed__panel .panel-body .image {
	margin-top: 24px;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-committed__panel .panel-body .image {
		margin-top: 20px;
	}
}

#custom .p-bselect-committed__panel .panel-body .image img {
	max-width: 100%;
	height: auto;
}

#custom .p-bselect-committed__panel .close {
	position: absolute;
	top: 40px;
	right: 40px;
	opacity: 1;
}

#custom .p-bselect-committed__panel .close:hover {
	opacity: 0.7;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-committed__panel .close {
		top: 15px;
		right: 15px;
	}
}

@media (min-width: 769px) {
	#custom .p-bselect-committed__panel.on-hover .close {
		display: none;
	}
}

#custom .p-bselect-committed__panel[open] .panel-body, #custom .p-bselect-committed__panel:not(details):hover .panel-body {
	z-index: 100;
	max-height: 37.5rem;
	opacity: 1;
	animation: fade-in 0.45s ease-out forwards;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-committed__panel[open] .panel-body, #custom .p-bselect-committed__panel:not(details):hover .panel-body {
		max-height: 37.5rem;
	}
}

#custom .p-bselect-committed__panel[open].is-closing .panel-body {
	animation: fade-out 0.3s ease-out forwards;
}

@media (min-width: 769px) {
	.js > #custom .p-bselect-committed .toc {
		top: 48px;
		top: calc(1.401rem + 15px + 8px);
	}
}

.scrolled-commeted-toc:not(.scrolling-commeted-toc) > #custom .js-site-header {
	top: -6.75rem;
}

@media (max-width: 1024px) {
	.scrolled-commeted-toc:not(.scrolling-commeted-toc) > #custom .js-site-header {
		top: -60px;
	}
}

.scrolled-commeted-toc:not(.scrolling-commeted-toc) > #custom #toc {
	top: 0;
}

@media only screen and (max-width: 768px) {
	.scrolled-commeted-toc:not(.scrolling-commeted-toc) > #custom #toc > .wrapper {
		top: 0;
	}
}

@media only screen and (max-width: 768px) {
	.scrolled-commeted-toc {
		scroll-padding-top: 120px;
	}
}

/*------------------------------------------------
	BTOS > LP > B-selectとは > プロのこだわり
------------------------------------------------*/
#custom .p-bselect-committed__panel-body.rotate {
	transition: transform 0.75s ease-out, z-index 0.75s ease-out, opacity 0.6s ease-out, max-height 0.75s ease-out;
}

#custom .p-bselect-committed__panel:hover .p-bselect-committed__panel-body.rotate {
	transform: rotateX(360deg);
}

#custom .p-bselect-committed__panel:hover .p-bselect-committed__panel-body.rotate-y {
	transform: rotateY(360deg);
}

#custom .p-bselect-committed__panel-body.pos-top {
	top: 0;
	bottom: auto;
}

#custom .p-bselect-committed__panel-body.pos-bottom {
	top: auto;
	bottom: 0;
	box-shadow: 0 0 10px #333;
}

#custom .p-bselect-committed__panel-body.pos-middle {
	top: 50%;
	bottom: auto;
	box-shadow: 0 0 10px #333;
	transform: translateY(-50%);
}

#custom .p-bselect-committed__panel:hover .p-bselect-committed__panel-body.pos-middle.rotate {
	transform: translateY(-50%) rotateX(360deg);
}

#custom .p-bselect-committed__panel:hover .p-bselect-committed__panel-body.pos-middle.rotate-y {
	transform: translateY(-50%) rotateY(360deg);
}

#custom .p-bselect-committed__panel-body.pos-slide {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 100;
	max-height: none !important;
	opacity: 1;
}

#custom .p-bselect-committed__panel-body.pos-slide .image {
	margin-top: auto;
}

#custom .p-bselect-committed__article.with-slide .panel-header {
	cursor: pointer;
}

#custom .p-bselect-committed__article.with-slide .panel-header:hover::before, #custom .p-bselect-committed__article.with-slide .panel-header:hover::after {
	transform: scale(1.05);
}

#custom .p-bselect-committed__article.with-slide .panel-body .close {
	display: inline-block;
}

#custom .p-bselect-committed .js-scroll-snap {
	padding: 2px 0 272px;
}

@media (max-width: 1024px) {
	#custom .p-bselect-committed .js-scroll-snap {
		padding-bottom: 26.5366vw;
	}
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-committed .js-scroll-snap {
		padding-bottom: 222px;
	}
}

#custom .p-bselect-committed .js-scroll-snap2 > header {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 4.5em;
	margin-bottom: 4em;
}

@media (max-width: 1024px) {
	#custom .p-bselect-committed .js-scroll-snap2 > header {
		display: block;
		margin-top: 4em;
		margin-bottom: 2em;
	}
}

#custom .p-bselect-committed__article.tab {
	display: none;
	padding-bottom: 100px;
}

#custom .p-bselect-committed__article.tab.is-active {
	display: block;
}

#custom .p-bselect-committed__article.tab .copy {
	display: none;
}

#custom .p-bselect-committed .toc.with-tab {
	position: static;
}

#custom .page-bgcolor .p-bselect-committed.m-bgcolor .m-subsection:nth-child(even) {
	background-color: #222;
}

#custom .page-bgcolor .p-bselect-committed.m-bgcolor .toc .grid {
	margin-bottom: 8px;
}

#custom .page-bgcolor .p-bselect-committed__article .copy {
	display: block;
}

@media (max-width: 1024px) {
	#custom .page-bgcolor .p-bselect-committed__panel {
		max-width: 528px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 543px) {
	#custom .page-bgcolor .p-bselect-committed__panel {
		max-width: none;
	}
}

@media only screen and (max-width: 768px) {
	#custom .page-bgcolor .p-bselect-service .grid {
		max-width: 528px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 543px) {
	#custom .page-bgcolor .p-bselect-service .grid {
		max-width: none;
	}
}

#custom .p-bselect-committed .swiper-slide.container {
	padding: 0;
}

#custom:has(.page.scroll-snap) {
	overflow: hidden;
}

#custom .page.scroll-snap {
	max-height: 100vh;
	overflow-y: scroll;
	scroll-snap-type: mandatory;
	scroll-snap-points-y: repeat(3rem);
	scroll-snap-type: y mandatory;
}

#custom .page.scroll-snap .js-site-header, #custom .page.scroll-snap #footercontent,
#custom .page.scroll-snap #maincontent [data-section],
#custom .page.scroll-snap #committed .m-subsection {
	scroll-snap-align: start;
	scroll-margin-top: 130px;
}

#custom .page.scroll-snap .copy {
	display: none;
}

#custom .page.scroll-snap .toc {
	position: static;
}

#maincontent .memo {
	margin: 60px auto;
	padding: 20px;
	background: rgba(255, 255, 255, 0.2);
}

#maincontent .memo ul {
	list-style: disc;
	padding-left: 2.5em;
}

#maincontent .memo ul li {
	display: list-item;
}

#maincontent .memo a {
	text-decoration: underline;
}

/*------------------------------------------------
	BTOS > LP > B-selectとは > 細やかな気配り
------------------------------------------------*/
#custom .p-bselect-attention {
	padding-bottom: 180px;
	background: #000 url("../../../images/asset/lp/b-select/attention/bg-attention.jpg") no-repeat center top;
	background-size: cover;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-attention {
		padding: 70px 0 90px;
	}
}

@media only screen and (max-width: 543px) {
	#custom .p-bselect-attention {
		background-image: url("../../../images/asset/lp/b-select/attention/bg-attention.jpg");
	}
}

#custom .p-bselect-attention h2 {
	margin-bottom: 5rem;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-attention h2 {
		font-size: 1.438rem;
		margin-bottom: 2.688rem;
	}
}

#custom .p-bselect-attention .grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px 24px;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-attention .grid {
		display: block;
		padding: 50px 0;
		border: 1px solid rgba(255, 255, 255, 0.3);
		border-width: 1px 0;
	}
}

#custom .p-bselect-attention .grid > div {
	flex: 1 0 45%;
	flex-basis: calc(50% - 12px);
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-attention .grid > div {
		flex-basis: auto;
	}
	#custom .p-bselect-attention .grid > div + div {
		margin-top: 56px;
	}
}

@media (min-width: 769px) {
	#custom .p-bselect-attention .grid > div:nth-child(-n+2) {
		padding-top: 40px;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
	}
	#custom .p-bselect-attention .grid > div:last-child, #custom .p-bselect-attention .grid > div:nth-last-child(-n+2):nth-child(odd) {
		padding-bottom: 50px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}
}

#custom .p-bselect-attention__item {
	position: relative;
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-attention__item {
		display: block;
		padding-left: 90px;
	}
}

#custom .p-bselect-attention__item dt {
	margin: 8px 0 0.625rem;
	font-size: 1.063rem;
	font-weight: bold;
	color: #fff;
}

#custom .p-bselect-attention__item dd.svg {
	order: -1;
}

#custom .p-bselect-attention__item dd.svg img, #custom .p-bselect-attention__item dd.svg svg {
	width: 68px;
	height: auto;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-attention__item dd.svg {
		position: absolute;
		top: -8px;
		left: 0;
	}
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-attention__item--tire dd.svg {
		top: -25px;
	}
}

#custom .p-bselect-attention__item p {
	margin-top: 0.625rem;
}

/*------------------------------------------------
	BTOS > LP > B-selectとは > B-selectの取り組み
------------------------------------------------*/
#custom .p-bselect-improvement {
	position: relative;
	z-index: 0;
	padding: 50px 0 73px;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-improvement {
		padding: 50px 0 60px;
	}
}

#custom .p-bselect-improvement video.m-background-video {
	display: block;
	-o-object-position: 50% 25%;
	   object-position: 50% 25%;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-improvement video.m-background-video {
		-o-object-position: 50% 0%;
		   object-position: 50% 0%;
		-o-object-position: 50% 50%;
		   object-position: 50% 50%;
	}
}

/*------------------------------------------------
	BTOS > LP > B-selectとは > タイヤを探す
------------------------------------------------*/
#custom .p-bselect-tiresearch {
	position: relative;
	z-index: 0;
	padding: 40px 0 82px;
	background-image: url("../../../images/asset/lp/b-select/tiresearch/bg-tiresearch.jpg");
	background-position: center 15%;
}

@media (max-width: 1024px) {
	#custom .p-bselect-tiresearch {
		background-image: url("../../../images/asset/lp/b-select/tiresearch/bg-tiresearch-md.jpg");
	}
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-tiresearch {
		padding: 30px 0 80px;
		background-image: url("../../../images/asset/lp/b-select/tiresearch/bg-tiresearch-sp.jpg");
		background-position: center 0%;
		background-position: center 15%;
		background-position: center 50%;
	}
}

@media only screen and (max-width: 768px) {
	.debug #custom .p-bselect-tiresearch {
		background-image: none;
	}
	.debug #custom .p-bselect-tiresearch::before, .debug #custom .p-bselect-tiresearch::after {
		content: "";
		position: absolute;
		z-index: -1;
		left: 0;
		right: 0;
		width: 100%;
		height: 50%;
		background: none no-repeat 50% 25%;
		background-size: cover;
	}
	.debug #custom .p-bselect-tiresearch::before {
		top: 0;
		background-image: url("../../../images/asset/lp/b-select/tiresearch/bg-tiresearch-1-sp.jpg");
	}
	.debug #custom .p-bselect-tiresearch::after {
		bottom: 0;
		background-image: url("../../../images/asset/lp/b-select/tiresearch/bg-tiresearch-2-sp.jpg");
		background-position: 50% 30%;
	}
}

/*------------------------------------------------
	BTOS > LP > B-selectとは > 店舗を探す
------------------------------------------------*/
#custom .p-bselect-find-stores {
	padding: 100px 0 175px;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-find-stores {
		padding: 70px 0 120px;
	}
}

#custom .p-bselect-find-stores h2::before {
	content: "";
	display: inline-block;
	position: relative;
	vertical-align: middle;
	background: url("../../../images/asset/lp/b-select/icon/icon-talk.svg") no-repeat center;
	background-size: contain;
	width: 46px;
	height: 38px;
	margin-right: 20px;
	top: -4px;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-find-stores h2::before {
		display: block;
		top: 0;
		margin: 0 auto 32px;
	}
}

/*------------------------------------------------
	BTOS > LP > B-selectとは > サービス
------------------------------------------------*/
#custom .p-bselect-services {
	padding: 100px 0 150px;
	background: #F5F5F5;
	color: #333;
}

#custom .p-bselect-services a {
	color: #333;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-services {
		padding: 70px 0 80px;
	}
}

#custom .p-bselect-services h3 {
	margin-bottom: 1.5rem;
	font-size: 1.313rem;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-services h3 {
		font-size: 1.125rem;
	}
}

#custom .p-bselect-services-group {
	margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-services-group {
		margin-bottom: 40px;
	}
}

#custom .p-bselect-services .grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px 24px;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-services .grid {
		display: block;
	}
}

#custom .p-bselect-services .grid > .m-section {
	flex: 1 0 auto;
	width: 45%;
	width: calc(50% - 12px);
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-services .grid > .m-section {
		width: auto;
	}
}

#custom .p-bselect-services ul.m-note {
	margin-top: 50px;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-services ul.m-note {
		margin-top: 30px;
	}
}

#custom .p-bselect-service {
	margin: 0 0 50px;
	padding: 0;
	font-size: 0.938rem;
}

#custom .p-bselect-service .image {
	margin-bottom: 28px;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-service .image {
		margin-bottom: 16px;
		position: relative;
		min-height: 195px;
		height: 33.8102vw;
	}
	#custom .p-bselect-service .image img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		-o-object-position: center 25%;
		   object-position: center 25%;
	}
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-service .copy {
		font-size: 0.875rem;
	}
}

#custom .p-bselect-service .h {
	margin: 0.75rem 0;
	font-size: 1.188rem;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-service .h {
		font-size: 1.063rem;
	}
}

#custom .p-bselect-service .text:not(.no-line-clamp) {
	overflow: hidden;
	position: relative;
	max-height: 0.3em;
}

@supports (-webkit-line-clamp: 3) {
	#custom .p-bselect-service .text:not(.no-line-clamp) {
		max-height: none !important;
		display: -webkit-box !important;
		-webkit-box-orient: vertical;
	}
}

@supports (-webkit-line-clamp: 3) {
	#custom .p-bselect-service .text:not(.no-line-clamp) {
		-webkit-line-clamp: 3;
	}
}

#custom .p-bselect-service .text {
	position: relative;
	overflow: hidden;
}

#custom .p-bselect-service .text label.text-more {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	background: #F5F5F5;
	padding: 2px 0 0;
	text-decoration: underline;
	transition: color 0.2s ease-out;
	cursor: pointer;
}

#custom .p-bselect-service .text label.text-more:hover {
	color: rgba(51, 51, 51, 0.7);
}

#custom .p-bselect-service .text label.text-more::before {
	content: "\2026";
	display: inline-block;
	margin: 0 0.6em;
}

#custom .p-bselect-service .text.line-clamped label.text-more {
	display: inline-block;
}

#custom .p-bselect-service .text-checkbox:checked ~ .text {
	overflow: visible;
	max-height: none;
}

@supports (-webkit-line-clamp: 2) {
	#custom .p-bselect-service .text-checkbox:checked ~ .text {
		display: block !important;
		-webkit-line-clamp: revert;
		-webkit-box-orient: inline-axis;
	}
}

#custom .p-bselect-service .text-checkbox:checked ~ .text label.text-more {
	display: none;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-service--hidable {
		display: none;
	}
}

#custom .p-bselect-service-controls {
	display: none;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-service-controls {
		display: block;
	}
}

#custom .p-bselect-service-controls .on-open {
	display: none !important;
}

#custom .p-bselect-service-controls .on-close {
	display: inline !important;
}

#custom .p-bselect-service-controls .btn.is-open .on-open {
	display: inline !important;
}

#custom .p-bselect-service-controls .btn.is-open .on-close {
	display: none !important;
}

#custom .p-bselect-service-controls .btn.is-open::after {
	background-image: url("../../../images/asset/common/ico/ico-minus.svg");
}

#custom .p-bselect-service-nav {
	margin-top: 10px;
	font-size: 0.938rem;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-service-nav {
		margin-top: 50px;
	}
}

#custom .p-bselect-service-nav .container-wrapper {
	overflow: hidden;
	padding: 36px 38px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff;
}

@media (max-width: 1024px) {
	#custom .p-bselect-service-nav .container-wrapper {
		padding: 30px;
	}
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-service-nav .container-wrapper {
		max-width: none;
		margin: 0;
		padding: 28px 20px;
		border-radius: 4px;
	}
}

@media (min-width: 769px) {
	#custom .p-bselect-service-nav--maint .container-wrapper {
		min-height: 222px;
		padding-right: calc(50% + 38px);
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	#custom .p-bselect-service-nav--maint .container-wrapper {
		padding-right: calc(42% + 30px);
	}
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-service-nav--maint .container-wrapper {
		padding-top: 0;
	}
}

#custom .p-bselect-service-nav h3 {
	font-size: 1.125rem;
	margin-bottom: 12px;
	text-align: left;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-service-nav h3 {
		font-size: 1rem;
	}
}

#custom .p-bselect-service-nav .navi {
	margin-top: 20px;
}

@media (max-width: 1024px) {
	#custom .p-bselect-service-nav .background {
		width: 42%;
	}
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-service-nav .background {
		width: auto;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-service-nav .background--image {
		order: -1;
		margin: 0 -20px 20px;
	}
	#custom .p-bselect-service-nav .background--image img {
		max-height: 216px;
	}
}

/*------------------------------------------------
	BTOS > LP > B-selectとは > スタッフの声
------------------------------------------------*/
#custom .p-bselect-staffs {
	padding: 120px 0 180px;
	background: #fff;
	color: #333;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-staffs {
		padding: 70px 0 100px;
	}
}

#custom .p-bselect-staffs h2 {
	margin-bottom: 70px;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-staffs h2 {
		margin-bottom: 60px;
	}
}

#custom .p-bselect-staffs-item {
	display: flex;
	width: auto;
	height: auto;
	padding-left: 24px;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-staffs-item {
		padding-left: 16px;
	}
}

#custom .p-bselect-staffs-item .image {
	width: 436px;
	min-height: 476px;
	margin: 0;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-staffs-item .image {
		width: 270px;
		min-height: 350px;
	}
}

#custom .p-bselect-staffs-item .image img {
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 100%;
}

#custom .p-bselect-staffs-item .text {
	width: 436px;
	min-height: 476px;
	margin: 0;
	padding: 40px;
	border-radius: 3px;
	font-weight: bold;
	font-size: 1.625rem;
	background: #F5F5F5;
	color: #333;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-staffs-item .text {
		width: 270px;
		min-height: 350px;
		padding: 20px;
		padding-right: 18px;
		font-size: 1.313rem;
	}
}

#custom .p-bselect-staffs-item .text--black {
	background: #000;
	color: #fff;
}

#custom .p-bselect-staffs-swiper .swiper-wrapper {
	transition-timing-function: linear;
}

.debug #custom .p-bselect-staffs-swiper .swiper-slide::after {
	content: attr(data-swiper-slide-index);
	display: inline-block;
	position: absolute;
	top: 0;
	left: -2.5em;
	width: 2em;
	line-height: 2em;
	border-radius: 50%;
	background: #333;
	color: #fff;
	text-align: center;
	font-size: 0.75rem;
}

#custom .p-bselect-staffs-swiper:active {
	cursor: pointer;
}

#custom .p-bselect-staffs .swiper-pointer {
	display: block;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 84px;
	height: 84px;
	margin-left: -42px;
	margin-top: -42px;
	border-radius: 50%;
	background: #333 url("../../../images/asset/common/icon/icon-swiper-pointer.svg") no-repeat center center;
	background-size: contain;
	color: #fff;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease-in-out;
}

#custom .p-bselect-staffs .swiper-pointer.is-active {
	opacity: 1;
	transition: opacity 0.3s ease-in-out, transform 0.1s linear;
}

/*------------------------------------------------
	BTOS > LP > B-selectとは > ダイジェスト動画系
------------------------------------------------*/
#custom .p-bselect-preview-section {
	padding-top: 108px;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-preview-section {
		padding-top: 40px;
	}
}

#custom .p-bselect-preview-section h2 {
	margin-bottom: 2.25rem;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-preview-section h2 {
		margin-bottom: 1.5rem;
	}
}

#custom .p-bselect-preview {
	overflow: hidden;
	margin-left: auto;
	margin-right: 20px;
	margin-bottom: 20px !important;
	border-radius: 4px;
	border: 2px solid #fff;
	background: #000;
	color: #fff;
	max-width: 269px;
	line-height: 1.4;
	font-size: 0.938rem;
	font-weight: bold;
}

@media (max-width: 1024px) {
	#custom .p-bselect-preview {
		font-size: 0.875rem;
	}
}

#custom .p-bselect-preview img, #custom .p-bselect-preview video {
	border-radius: 4px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

#custom .p-bselect-preview {
	position: relative;
	display: table;
}

#custom .p-bselect-preview video {
	display: block;
	vertical-align: bottom;
}

#custom .p-bselect-preview .to-video {
	z-index: 10;
}

#custom .p-bselect-preview .m-text {
	position: absolute;
	z-index: 3;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	justify-content: center;
	gap: 36px;
	padding: 4px 4px;
	font-weight: bold;
}

#custom .p-bselect-preview .m-text > :is(p, span) {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 2.8em;
}

#custom .p-bselect-preview .m-text > :is(p, span) > b {
	overflow: hidden;
	position: relative;
}

@supports (-webkit-line-clamp: 2) {
	#custom .p-bselect-preview .m-text > :is(p, span) > b {
		max-height: none !important;
		display: -webkit-box !important;
		-webkit-box-orient: vertical;
	}
}

@supports (-webkit-line-clamp: 2) {
	#custom .p-bselect-preview .m-text > :is(p, span) > b {
		-webkit-line-clamp: 2;
	}
}

#custom .p-bselect-preview::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(51, 51, 51, 0.4);
}

#custom .p-bselect-preview--image::before {
	background-color: rgba(51, 51, 51, 0.5);
}

#custom .p-bselect-preview-group {
	display: flex;
	justify-content: center;
	padding: 0 20px;
	gap: 28px;
}

#custom .p-bselect-preview-group .p-bselect-preview {
	display: block;
	margin: 0;
	margin-bottom: 0 !important;
	max-width: 252px;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-preview-group .p-bselect-preview {
		max-width: 165px;
		min-height: 129px;
	}
}

#custom .p-bselect-preview-nav {
	margin-top: 40px;
}

#custom .p-bselect-preview-nav .m-textlink {
	font-weight: normal;
}

#custom .p-bselect-preview-nav .icon-arrow-down::after {
	top: 0;
	margin-left: 12px;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-preview-nav .icon-arrow-down::after {
		top: 1px;
		margin-left: 10px;
	}
}

/*------------------------------------------------
	BTOS > トップページ > こんな方におすすめ
------------------------------------------------*/
#custom .p-bselect-customers {
	padding: 90px 0 32px;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-customers {
		padding-top: 70px;
	}
}

#custom .p-bselect-customers h2 {
	margin-bottom: 32px;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-customers h2 {
		margin-bottom: 40px;
	}
}

#custom .p-bselect-customers-item {
	position: relative;
	box-sizing: content-box;
	width: 304px;
	min-height: 580px;
	height: auto;
	padding-top: 1px;
	padding-left: 142px;
	padding-right: 50px;
	font-size: 0.938rem;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-customers-item {
		width: 288px;
		min-height: 473px;
		padding-left: 21px;
		padding-right: 20px;
	}
}

#custom .p-bselect-customers-item .container {
	width: 304px;
	padding: 0px;
	margin-top: 266px;
	border-radius: 4px;
	background: #f00;
	color: #fff;
	position: relative;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-customers-item .container {
		width: 288px;
		margin-top: 200px;
	}
}

#custom .p-bselect-customers-item .container-link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	padding: 30px;
	min-height: 345px;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-customers-item .container-link {
		padding: 20px 24px 30px;
	}
}

#custom .p-bselect-customers-item .container-link:hover {
	background: rgba(255, 255, 255, 0.2);
}

#custom .p-bselect-customers-item .container-link:hover .play-video {
	text-decoration: none;
}

#custom .p-bselect-customers-item .play-video {
	font-size: 1.063rem;
	font-weight: bold;
	text-decoration: underline;
	position: relative;
	display: flex;
	align-items: center;
}

#custom .p-bselect-customers-item .play-video::before {
	content: '';
	display: inline-block;
	width: 45px;
	height: 45px;
	background-image: url("../../../images/asset/lp/b-select/customers/icon-play-white-circle.svg");
	margin-right: 16px;
}

#custom .p-bselect-customers-item h3 {
	font-size: 1.313rem;
	margin-bottom: 20px;
	margin-right: -15px;
}

#custom .p-bselect-customers-item .name {
	font-size: 1rem;
	margin-top: 15px;
	margin-bottom: 20px;
}

#custom .p-bselect-customers-item .container-body {
	font-size: 0.938rem;
	display: grid;
	grid-template-columns: auto 1fr;
	row-gap: 0em;
}

#custom .p-bselect-customers-item .container-body dt {
	font-weight: normal;
}

#custom .p-bselect-customers-item .container-body dt::after {
	content: '：';
}

#custom .p-bselect-customers-item .image {
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0;
	width: 387px;
	height: 417px;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-customers-item .image {
		width: 290px;
		height: 310px;
		top: 0px;
	}
}

#custom .p-bselect-customers-item .image img {
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 100%;
}

#custom .p-bselect-customers-item:nth-child(even) {
	padding-top: 136px;
	padding-left: 173px;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-customers-item:nth-child(even) {
		padding-top: 80px;
		padding-left: 15px;
	}
}

#custom .p-bselect-customers-item:nth-child(even) .image {
	top: 136px;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-customers-item:nth-child(even) .image {
		top: 80px;
	}
}

#custom .p-bselect-customers-item:nth-child(even) .container {
	margin-top: 266px;
	background: #000;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-customers-item:nth-child(even) .container {
		margin-top: 200px;
	}
}

#custom .p-bselect-customers-swiper .swiper-wrapper {
	transition-timing-function: linear;
}

#custom .p-bselect-customers-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.debug #custom .p-bselect-customers-swiper .swiper-slide::after {
	content: attr(data-swiper-slide-index);
	display: inline-block;
	position: absolute;
	top: 0;
	left: -2.5em;
	width: 2em;
	line-height: 2em;
	border-radius: 50%;
	background: #333;
	color: #fff;
	text-align: center;
	font-size: 0.75rem;
}

#custom .p-bselect-customers .note, #custom .p-bselect-customers .m-note {
	margin-top: 1.5rem;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-customers .note, #custom .p-bselect-customers .m-note {
		margin-top: 1rem;
	}
}

#custom .p-bselect-customers-swiper:active {
	cursor: pointer;
}

#custom .p-bselect-customers .swiper-pointer {
	display: block;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 84px;
	height: 84px;
	margin-left: -42px;
	margin-top: -42px;
	border-radius: 50%;
	background: #333 url("../../../images/asset/common/icon/icon-swiper-pointer.svg") no-repeat center center;
	background-size: contain;
	color: #fff;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease-in-out;
}

#custom .p-bselect-customers .swiper-pointer.is-active {
	opacity: 1;
	transition: opacity 0.3s ease-in-out, transform 0.1s linear;
}

/*--------------------------------------------------------
	BTOS > B-selectとは > インタビュー (ダイジェスト)
--------------------------------------------------------*/
#custom .p-bselect-digest {
	max-width: 960px;
	width: calc(100% - 30px);
	padding: 0 20px 20px;
	background: #000;
	color: #fff;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-digest {
		padding: 0 15px 15px;
	}
}

#custom .p-bselect-digest-image, #custom .p-bselect-digest-video {
	margin: 0 -20px;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-digest-image, #custom .p-bselect-digest-video {
		margin: 0 -15px;
	}
}

#custom .p-bselect-digest-video video {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: top;
	aspect-ratio: 16 / 9;
}

#custom .p-bselect-digest .m-btnArea {
	margin-top: 15px;
}

@media (min-width: 769px) {
	#custom .p-bselect-digest .m-btnArea {
		margin-top: 20px;
		margin-right: 0;
		text-align: right;
	}
}

#custom .p-bselect-digest .m-btnArea .btn {
	font-weight: bold;
}

/*------------------------------------------------
	BTOS > LP > B-selectとは > 店舗体験レポート
------------------------------------------------*/
#custom .p-bselect-report {
	padding-bottom: 0;
	background: #000;
	color: #fff;
}

#custom .p-bselect-report-wrapper {
	display: flex;
	gap: 1px;
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-report-wrapper {
		flex-direction: column;
	}
}

#custom .p-bselect-report-panel {
	flex: 1;
	position: relative;
	display: block;
}

#custom .p-bselect-report-panel:hover {
	opacity: 1;
}

#custom .p-bselect-report-panel:hover .to-video {
	opacity: 0.8;
}

#custom .p-bselect-report-panel-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	z-index: 1;
	inset: 0;
	color: inherit;
	padding: 50px 15px;
}

#custom .p-bselect-report-panel-header h3 {
	font-size: 1.563rem;
}

@media (max-width: 1024px) {
	#custom .p-bselect-report-panel-header h3 {
		font-size: 1.313rem;
	}
}

#custom .p-bselect-report-panel-header .to-video::after {
	display: block;
	position: static;
	margin: 32px auto 0;
	background-color: rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 768px) {
	#custom .p-bselect-report-panel-header .to-video::after {
		font-size: 1.313rem;
		margin-top: 24px;
	}
}

#custom .p-bselect-report-video {
	display: block;
	width: 100%;
	height: auto;
	max-height: 690px;
	-o-object-fit: cover;
	   object-fit: cover;
}

/*------------------------------------------------
	BTOS > LP > B-selectとは > お客様の声・スタッフの声
------------------------------------------------*/
#custom .p-bselect-voices {
	background: #fff;
	color: #333;
}
