/* scssに変換しない */
.shindan {
	background: none;
}

.shindan .breadcrumbs {
	margin-top: 0;
}

.shindan-inner {
	width: 1100px;
}

@media screen and (max-width: 1439px) {
	.shindan-inner {
		max-width: 100%;
	}
}

.shindan-list li::before {
	content: "";
	width: 8px;
	height: auto;
	aspect-ratio: 1;
	display: inline-block;
	background: #d9d9d9;
	border-radius: 50%;
	margin-right: 12px;
	vertical-align: middle;
}

.shindan-fv {
	background: url(../../images/shindan/bg-gray.webp) no-repeat center / cover;
	overflow: hidden;
	position: relative;
}

.shindan-fv::before {
	content: "";
	width: auto;
	height: 100%;
	aspect-ratio: 1232 / 764;
	display: block;
	background: url(../../images/shindan/fv.webp) no-repeat center / contain;
	position: absolute;
	top: 0;
	right: -15%;
	z-index: 3;
}

@media screen and (max-width: 1439px) {
	.shindan-fv::before {
		right: -520px;
	}
}

@media screen and (max-width: 919px) {
	.shindan-fv::before {
		width: 650px;
		height: auto;
		top: inherit;
		bottom: -50px;
		right: -200px;
	}
}

.shindan-fv__inner {
	padding-block: 120px;
	position: relative;
}

.shindan-fv__inner::after {
	content: "";
	width: 750px;
	height: 100%;
	background: linear-gradient(40deg, #151515 0%, #4d4d4d 100%);
	position: absolute;
	left: -40px;
	top: 0;
	bottom: 0;
	transform: skew(20deg);
	z-index: 1;
}

@media screen and (max-width: 919px) {
	.shindan-fv__inner {
		padding-block: 32px;
	}

	.shindan-fv__inner::after {
		width: 100%;
		left: 0;
		transform: skew(30deg);
	}
}

.shindan-fv__block {
	position: relative;
	z-index: 4;
}

.shindan-fv__block::before {
	content: "";
	width: 646px;
	height: auto;
	aspect-ratio: 646/345;
	background: url(../../images/shindan/logo.svg) no-repeat center / contain;
	position: absolute;
	top: -30%;
	left: -20%;
	opacity: 0.4;
	z-index: -1;
}

@media screen and (max-width: 919px) {
	.shindan-fv__block::before {
		width: 368px;
		top: -40px;
		left: -60px;
	}
}

.shindan-fv__txt {
	color: #fff;
	font-size: 3.1rem;
	font-weight: bold;
	font-family: "Zen Old Mincho", serif;
	margin-bottom: 24px;
}

@media screen and (max-width: 919px) {
	.shindan-fv__txt {
		font-size: 2rem;
	}
}

.shindan-fv__catch {
	font-size: 6.1rem;
	font-weight: bold;
	font-family: "Zen Old Mincho", serif;
	line-height: 1.4;
	margin-bottom: 32px;
}

.shindan-fv__catch span {
	background: #fff;
	padding-inline: 0.5em 0.2em;
	display: inline-block;
	margin-bottom: 8px;
}

.shindan-fv__catch em {
	color: #e12f2f;
}

@media screen and (max-width: 919px) {
	.shindan-fv__catch {
		font-size: 3.8rem;
		margin-bottom: 120px;
	}
}

.shindan-lead {
	text-align: center;
	padding-block: 80px;
	background: url(../../images/shindan/bg-white.webp) no-repeat center / cover;
}

.shindan-lead__ttl {
	font-size: 3.1rem;
	font-weight: bold;
	font-family: "Zen Old Mincho", serif;
	line-height: 1.6;
	margin-bottom: 48px;
}

.shindan-lead__ttl span {
	font-size: 3.1rem;
	font-family: "Zen Old Mincho", serif;
	display: inline;
	vertical-align: baseline;
}

@media screen and (max-width: 919px) {
	.shindan-lead__ttl {
		font-size: 2.2rem;
		margin-bottom: 24px;
	}

	.shindan-lead__ttl span {
		font-size: 2.2rem;
	}
}

.shindan-lead__txt {
	font-size: 2rem;
	font-family: "Zen Old Mincho", serif;
	line-height: 1.5;
}

@media screen and (max-width: 919px) {
	.shindan-lead__txt {
		font-size: 1.6rem;
	}
}

.shindan-lead__txt {
	font-weight: bold;
	margin-bottom: 1.5em;
}

.shindan-lead__banner {
	margin-top: 48px;
}

.shindan-question__block {
	background: #fff;
	width: 100%;
	height: 100%;
}

.shindan-question {
	background: url(../../images/shindan/bg-black.webp) no-repeat center / cover;
	padding-block: 80px;
}

.shindan-question__block {
	padding: 80px 48px;
}

@media screen and (max-width: 919px) {
	.shindan-question__block {
		padding: 32px 24px 40px;
	}
}

.shindan-question__ttl {
	font-size: 3.1rem;
	font-weight: bold;
	line-height: 1.4;
	font-family: "Zen Old Mincho", serif;
	text-align: center;
	margin-bottom: 32px;
}

@media screen and (max-width: 919px) {
	.shindan-question__ttl {
		font-size: 2.2rem;
	}
}

.shindan-question__group {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: min(5vw, 80px);
}

@media screen and (max-width: 919px) {
	.shindan-question__group {
		flex-direction: column;
		align-items: center;
	}
}

@media screen and (max-width: 919px) {
	.shindan-question__img {
		width: fit-content;
	}
}

.shindan-question__select {
	flex: 1;
	width: 100%;
}

.shindan-question-flow {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 48px;
}

.shindan-question-flow__item {
	color: #d9d9d9;
	font-size: 1rem;
	font-weight: bold;
	font-family: "Poppins", sans-serif;
	position: relative;
	z-index: 1;
}

.shindan-question-flow__item:not(:first-child) {
	padding-left: 56px;
}

.shindan-question-flow__item::before {
	content: "";
	width: 100%;
	height: 1px;
	background: #d9d9d9;
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
	z-index: 2;
}

.shindan-question-flow__item::after {
	content: "";
	width: 16px;
	height: auto;
	aspect-ratio: 1;
	display: block;
	background: #d9d9d9;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

.shindan-question-flow__item.is-active {
	color: #e12f2f;
}

.shindan-question-flow__item.is-active::before {
	background: #e12f2f;
}

.shindan-question-flow__item.is-active::after {
	background: linear-gradient(45deg, #e12f2f 0%, #fb6767 100%);
}

@media screen and (max-width: 919px) {
	.shindan-question-flow__item:not(:first-child) {
		padding-left: 32px;
	}
}

.shindan-question-list__item {
	font-weight: bold;
	background: #f6f6f6;
	padding-inline: 12px;
	display: flex;
	align-items: center;
	gap: 16px;
}

.shindan-question-list__item:not(:last-child) {
	margin-bottom: 16px;
}

.shindan-question-list__item:has(input:checked) {
	color: #fff;
	background: #e12f2f;
}

.shindan-question-list__item:has(input:checked) input {
	accent-color: #e12f2f;
}

.shindan-question-list__item label {
	display: inline-block;
	width: 100%;
	padding-block: 12px;
}

.shindan-question-button__wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: min(3vw, 64px);
	margin-top: 48px;
}

@media screen and (max-width: 919px) {
	.shindan-question-button__wrap {
		margin-top: 32px;
		flex-wrap: wrap;
		gap: 24px;
	}
}

.shindan-question-button {
	font-size: 1.4rem;
	text-decoration: underline;
	text-underline-offset: 8px;
}

.shindan-question-button:hover::after {
	transform: translateX(5px);
}

.shindan-question-button.--prev:hover::before {
	transform: scale(-1) translateX(5px);
}

.shindan-question-button::after {
	content: "";
	width: 32px;
	height: auto;
	aspect-ratio: 1;
	display: inline-block;
	background: url(../../images/shindan/arrow-circle.svg) no-repeat center / contain;
	vertical-align: middle;
	margin-left: 16px;
	transition: 0.3s;
}

.shindan-question-button.--prev::after {
	display: none;
}
.shindan-question-button.--prev::before {
	content: "";
	width: 32px;
	height: auto;
	aspect-ratio: 1;
	display: inline-block;
	background: url(../../images/shindan/arrow-circle.svg) no-repeat center / contain;
	vertical-align: middle;
	margin-right: 16px;
	transition: 0.3s;
	transform: scale(-1);
}

.js-shindan-group {
	display: none;
}

.js-shindan-group[data-group="1"] {
	display: block;
}

.shindan-product {
	display: none;
}

.shindan-recommend {
	padding-block: 80px;
	background: url(../../images/shindan/bg-white.webp) repeat center / contain;
}

.js-shindan-os {
	display: none;
}

.js-andmove {
	display: none;
}

.js-guarantee {
	display: none;
}

.shindan-recommend__andmove {
	margin-top: 48px;
}

.shindan-recommend__ttl {
	font-size: 3.1rem;
	font-weight: bold;
	line-height: 1.4;
	font-family: "Zen Old Mincho", serif;
	text-align: center;
	margin-bottom: 48px;
}

@media screen and (max-width: 919px) {
	.shindan-recommend__ttl {
		font-size: 2.2rem;
	}
}

.shindan-recommend__block {
	padding: 80px 40px;
	background: #fff;
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 919px) {
	.shindan-recommend__block {
		padding: 48px 16px;
	}
}

.shindan-recommend__group {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: min(3vw, 48px);
	margin-bottom: 48px;
}

@media screen and (max-width: 919px) {
	.shindan-recommend__group {
		flex-direction: column;
		gap: 24px;
	}
}

.shindan-recommend__product {
	color: #e12f2f;
	font-size: 3.9rem;
	font-weight: bold;
	font-family: "Zen Old Mincho", serif;
	text-decoration: underline;
	text-underline-offset: 10px;
	margin-bottom: 16px;
}

@media screen and (max-width: 919px) {
	.shindan-recommend__product {
		font-size: 2.4rem;
	}
}

.shindan-recommend-point {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.shindan-recommend-point.--move .shindan-recommend-point__count {
	background: #0b2ac5;
}

.shindan-recommend-point.--move .shindan-recommend-point__desc span {
	color: #0b2ac5;
}

@media screen and (max-width: 919px) {
	.shindan-recommend-point {
		grid-template-columns: 1fr;
	}
}

.shindan-recommend-point__item {
	text-align: center;
}

.shindan-recommend-point__img {
	margin-bottom: -20px;
}

.shindan-recommend-point__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shindan-recommend-point__count {
	color: #fff;
	font-weight: bold;
	background: #e12f2f;
	width: 80%;
	padding: 4px;
	margin-inline: auto;
	margin-bottom: -20px;
	position: relative;
	z-index: 2;
}

.shindan-recommend-point__desc {
	font-weight: bold;
	line-height: 1.6;
	padding: 40px 16px 24px;
	background: #f6f6f6;
}

.shindan-recommend-point__desc span {
	color: #e12f2f;
}

.shindan-recommend-option {
	display: none;
}

.shindan-recommend-option__wrap {
	counter-reset: number 0;
}

.shindan-recommend-option {
	text-align: center;
	padding-top: 80px;
}

.shindan-recommend-option__count {
	margin: 0 auto;
	position: relative;
	margin-bottom: 40px;
}

.shindan-recommend-option__count::before {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background: #999;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 1;
}

.shindan-recommend-option__count span {
	font-size: 2.5rem;
	font-family: "Zen Old Mincho", serif;
	padding-inline: 40px;
	background: #fff;
	position: relative;
	z-index: 2;
}

.shindan-recommend-option__count span::after {
	counter-increment: number 1;
	content: counter(number, decimal-leading-zero);
}

@media screen and (max-width: 919px) {
	.shindan-recommend-option {
		padding-top: 48px;
	}

	.shindan-recommend-option__count {
		margin-bottom: 24px;
	}

	.shindan-recommend-option__count span {
		font-size: 1.8rem;
		padding-inline: 24px;
	}
}

.shindan-recommend-option__img {
	margin-bottom: 32px;
}

@media screen and (max-width: 919px) {
	.shindan-recommend-option__img {
		margin-bottom: 24px;
	}
}

.shindan-recommend-option__product {
	font-size: 3.1rem;
	font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 919px) {
	.shindan-recommend-option__product {
		font-size: 2rem;
	}

	.shindan-recommend-option__product img {
		width: auto;
		height: 40px;
	}
}

.shindan-recommend-option__features {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 48px;
}

.shindan-recommend-option__features li {
	text-align: center;
	padding: 24px 16px;
}

.shindan-recommend-option__features li span {
	color: #e12f2f;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 8px;
}

/* @media screen and (min-width: 920px) {
	.shindan-recommend-option__features li:not(:nth-child(-n + 2)) {
		border-top: solid 1px #aaa;
	}

	.shindan-recommend-option__features li:not(:nth-child(even)) {
		border-right: solid 1px #aaa;
	}
} */

@media screen and (max-width: 919px) {
	.shindan-recommend-option__features {
		grid-template-columns: 1fr;
		margin-top: 32px;
	}

	.shindan-recommend-option__features li {
		padding: 16px 0px;
	}

	.shindan-recommend-option__features li span {
		font-size: 16px;
	}
}

.shindan-support {
	padding-block: 80px;
	position: relative;
}

.shindan-support::before {
	content: "";
	width: 176px;
	height: auto;
	aspect-ratio: 176/37;
	background: linear-gradient(to bottom, rgba(256, 256, 256, 0) 0%, #e12f2f 100%);
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}

.shindan-support__ttl {
	text-align: center;
	margin-bottom: 48px;
	position: relative;
}

.shindan-support__ttl::before {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background: #999;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 1;
}

.shindan-support__ttl span {
	font-size: 2.5rem;
	font-weight: bold;
	font-family: "Zen Old Mincho", serif;
	line-height: 1.4;
	display: inline;
	vertical-align: baseline;
	position: relative;
	z-index: 2;
}

.shindan-support__ttl .group {
	color: inherit;
	display: inline-block;
	padding-inline: 40px;
	background: #fff;
}

.shindan-support__ttl .red {
	font-size: 2.5rem;
}

@media screen and (max-width: 919px) {
	.shindan-support__ttl .group {
		padding-inline: 10px;
	}
}

.shindan-support__lead {
	text-align: center;
}

.shindan-support__banner {
	text-align: center;
	margin-top: 48px;
}

.shindan-support__banner a {
	display: block;
	width: fit-content;
	margin-inline: auto;
}

.shindan-support-option {
	border: solid 1px #151515;
	background: #fff;
}

.shindan-support-option {
	margin-top: 32px;
	display: none;
}

.shindan-support-option__group {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* flex-wrap: wrap; */
	gap: 16px;
	padding: 24px 40px;
}

.shindan-support-option__logo {
	margin-bottom: 8px;
}

.shindan-support-option__heading {
	font-size: 28px;
	font-weight: 600;
	font-family: "Zen Old Mincho", serif;
	width: fit-content;
	margin-bottom: 16px;
	position: relative;
	padding-right: 64px;
}

.shindan-support-option__heading::after {
	content: "";
	width: 40px;
	height: 40px;
	background: url(../../img/campaign-2024/download-icon.svg) no-repeat center center / contain;
	/* display: inline-block;
	margin-left: 20px;
	vertical-align: middle; */
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.shindan-support-option__product {
	max-width: 326px;
}

@media screen and (max-width: 919px) {
	.shindan-support-option__group {
		justify-content: center;
		align-items: center;
		flex-direction: column-reverse;
		padding: 24px 16px;
	}

	.shindan-support-option__logo {
		text-align: center;
	}

	.shindan-support-option__heading {
		font-size: 16px;
		padding-right: 40px;
		margin-inline: auto;
	}

	.shindan-support-option__heading::after {
		width: 28px;
		height: 28px;
	}
}

.shindan-benefits {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 48px;
	counter-reset: number-benefits 0;
	margin-top: 48px;
}

@media screen and (max-width: 919px) {
	.shindan-benefits {
		grid-template-columns: 1fr;
		gap: 140px;
	}
}

.shindan-benefits__item {
	background: #fff;
	padding: 40px 32px 32px;
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

/* .shindan-benefits__item::before {
	color: #e12f2f;
	font-size: 6.1rem;
	font-family: "Zen Old Mincho", serif;
	line-height: 1;
	counter-increment: number-benefits 1;
	content: counter(number-benefits, decimal-leading-zero);
	position: absolute;
	top: -0.5em;
	left: 50%;
	transform: translateX(-50%);
} */

.shindan-benefits__item:first-child {
	position: relative;
}

.shindan-benefits__item:first-child::after {
	content: "";
	width: 80px;
	height: auto;
	aspect-ratio: 1;
	background: url(../../images/shindan/cross.svg) no-repeat center;
	position: absolute;
	top: 50%;
	left: 97%;
	transform: translateY(-50%);
	z-index: 3;
}

@media screen and (max-width: 919px) {
	.shindan-benefits__item::before {
		font-size: 4rem;
	}

	.shindan-benefits__item:first-child::after {
		top: 108%;
		left: 50%;
		transform: translateX(-50%);
	}
}

.shindan-benefits__txt {
	text-align: center;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 24px;
}

.shindan-benefits__txt span {
	font-size: 2.5rem;
}

.shindan-benefits__txt em {
	color: #e12f2f;
}

.shindan-benefits-price {
	font-weight: bold;
	font-family: "Zen Old Mincho", serif;
}

.shindan-benefits-price span {
	line-height: 1;
	vertical-align: baseline;
}

.shindan-benefits-price .txt-sm {
	font-size: 1.4rem;
}

.shindan-benefits-price .txt-md {
	font-size: 3.9rem;
}

.shindan-benefits-price .txt-lg {
	font-size: 6.1rem;
	padding-right: 0.2em;
}

@media screen and (max-width: 919px) {
	.shindan-benefits-price .txt-sm {
		font-size: 1.3rem;
	}

	.shindan-benefits-price .txt-md {
		font-size: 2.2rem;
	}

	.shindan-benefits-price .txt-lg {
		font-size: 4.2rem;
	}
}

.shindan-benefits-price__normal::after {
	content: "";
	width: 176px;
	height: auto;
	aspect-ratio: 176/37;
	display: block;
	margin: 24px auto;
	background: linear-gradient(to bottom, rgba(256, 256, 256, 0) 0%, #e12f2f 100%);
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.shindan-benefits-price__attention {
	font-size: 12px;
	margin-bottom: 4px;
	display: none;
}

.shindan-benefits-price__special {
	border-bottom: solid 1px #999;
	padding-bottom: 24px;
	margin-bottom: 24px;
}

.shindan-benefits-price__special .txt-md,
.shindan-benefits-price__special .txt-lg {
	background: linear-gradient(to bottom, #f43f3f 0%, #a82c2c 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.shindan-benefits__img {
	border-top: solid 1px #999;
	padding-top: 24px;
	margin-bottom: 24px;
}

.shindan-benefits__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
