.p-stock {
	width: 100%;
}
.p-stock__inner {
	width: 100%;
}
.p-stock__box {
	width: 100%;
}
.p-stock__box:not(:last-child) {
	margin-bottom: clamp(56px, 7.1428571429vw, 100px);
}
.p-stock__headline {
	width: 100%;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(18px, 1.9285714286vw, 27px);
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-bottom: clamp(18px, 2vw, 28px);
	text-align: center;
}
.p-stock__headline.white {
	color: #ffffff;
}
.p-stock__headline span {
	font-weight: 300;
}

.p-stock_search {
	width: 100%;
	position: relative;
	background: #d01126;
	border-radius: 10px;
	padding: clamp(24px, 3.5714285714vw, 50px) clamp(15px, 3.5714285714vw, 50px);
	margin-bottom: clamp(24px, 3.5714285714vw, 50px);
}
.p-stock_search::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: clamp(10px, 4.2857142857vw, 60px);
	width: clamp(90px, 11.5vw, 161px);
	aspect-ratio: 161/204;
	background: url("../images/stock/photo_stock_search_person.png") no-repeat center/cover;
}
@media screen and (max-width: 500px) {
	.p-stock_search::before {
		display: none;
	}
}
.p-stock_search__inner {
	width: 100%;
}
.p-stock_search__list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: clamp(20px, 2.1428571429vw, 30px);
}
@media screen and (max-width: 768px) {
	.p-stock_search__list {
		display: block;
	}
}
.p-stock_search__list > li {
	width: 45.4%;
}
@media screen and (max-width: 768px) {
	.p-stock_search__list > li {
		width: 100%;
		margin-bottom: clamp(20px, 2.1428571429vw, 30px);
	}
}
.p-stock_search__list > li:nth-child(2) {
	width: 50%;
}
@media screen and (max-width: 768px) {
	.p-stock_search__list > li:nth-child(2) {
		width: 100%;
	}
}
.p-stock_search__box {
	width: 100%;
}
.p-stock_search__item {
	width: 100%;
	min-height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 768px) {
	.p-stock_search__item {
		min-height: auto;
		display: block;
	}
}
.p-stock_search__item:not(:last-child) {
	margin-bottom: clamp(20px, 2.1428571429vw, 30px);
}
.p-stock_search__item .ttl {
	width: 80px;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(16px, 1.4285714286vw, 20px);
	letter-spacing: 0.03em;
	color: #ffffff;
}
@media screen and (max-width: 1024px) {
	.p-stock_search__item .ttl {
		width: 65px;
	}
}
@media screen and (max-width: 768px) {
	.p-stock_search__item .ttl {
		width: 100%;
		margin-bottom: 12px;
	}
}
.p-stock_search__list > li:nth-child(2) .p-stock_search__item .ttl {
	width: 115px;
}
@media screen and (max-width: 1024px) {
	.p-stock_search__list > li:nth-child(2) .p-stock_search__item .ttl {
		width: 85px;
	}
}
@media screen and (max-width: 768px) {
	.p-stock_search__list > li:nth-child(2) .p-stock_search__item .ttl {
		width: 100%;
	}
}
.p-stock_search__item .cont {
	width: calc(100% - 95px);
}
@media screen and (max-width: 1024px) {
	.p-stock_search__item .cont {
		width: calc(100% - 80px);
	}
}
@media screen and (max-width: 768px) {
	.p-stock_search__item .cont {
		width: 100%;
	}
}
.p-stock_search__list > li:nth-child(2) .p-stock_search__item .cont {
	width: calc(100% - 125px);
}
@media screen and (max-width: 1024px) {
	.p-stock_search__list > li:nth-child(2) .p-stock_search__item .cont {
		width: calc(100% - 100px);
	}
}
@media screen and (max-width: 768px) {
	.p-stock_search__list > li:nth-child(2) .p-stock_search__item .cont {
		width: 100%;
	}
}
.p-stock_search__column {
	display: flex;
	align-items: center;
}
.p-stock_search__column .p-stock_search__bet {
	color: #fff;
	margin: 0 5px;
}
.p-stock_search__selectbox {
	width: 100%;
	position: relative;
}
.p-stock_search__selectbox::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 9px 0 9px;
	border-color: #dcdcdc transparent transparent transparent;
	pointer-events: none;
}
.p-stock_search__select {
	display: flex;
	align-items: center;
	width: 100%;
	font-size: clamp(16px, 1.2857142857vw, 18px);
	height: 50px;
	padding: 4px 50px 6px 12px;
	background: #ffffff;
	border: 1px solid #000000;
	border-radius: 5px;
}
.p-stock_search__color_list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.p-stock_search__color_list > li {
	width: 7.62%;
	aspect-ratio: 1/1;
}
.p-stock_search__check {
	display: none;
}
.p-stock_search__color_label {
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #b2abaa;
	border-radius: 3px;
	-webkit-transition: border 0.3s ease-in-out;
	transition: border 0.3s ease-in-out;
	cursor: pointer;
}
.p-stock_search__check:checked + .p-stock_search__color_label {
	border-color: #666666;
}
.p-stock_search__color_label.white {
	background: #ffffff;
}
.p-stock_search__color_label.gray {
	background: #b2abaa;
}
.p-stock_search__color_label.black {
	background: #000000;
}
.p-stock_search__color_label.skyblue {
	background: #48a3d1;
}
.p-stock_search__color_label.red {
	background: #ba121f;
}
.p-stock_search__color_label.yellow {
	background: #fff260;
}
.p-stock_search__color_label.green {
	background: #aace5b;
}
.p-stock_search__color_label.purple {
	background: #b64f96;
}
.p-stock_search__color_label.brown {
	background: #ab8e74;
}
.p-stock_search__color_label.pink {
	background: #f6cadd;
}
.p-stock_search__shop_list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	row-gap: 10px;
}
.p-stock_search__shop_list li:not(:last-child) {
	margin-right: clamp(20px, 2.6041666667vw, 50px);
}
.p-stock_search__radio {
	display: none;
}
.p-stock_search__shop_label {
	display: inline-block;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(16px, 2.027027027vw, 30px);
	font-weight: 500;
	letter-spacing: 0.03em;
	position: relative;
	padding-left: clamp(24px, 2.5vw, 35px);
	color: #ffffff;
	cursor: pointer;
}
@media screen and (hover: hover) and (pointer: fine) {
	.p-stock_search__shop_label:hover::after {
		opacity: 0.3;
	}
}
.p-stock_search__shop_label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: clamp(16px, 1.7857142857vw, 25px);
	height: clamp(16px, 1.7857142857vw, 25px);
	border: 1px solid #b2abaa;
	border-radius: 50%;
	background: #ffffff;
}
.p-stock_search__shop_label::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 4px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: clamp(10px, 1.2142857143vw, 17px);
	height: clamp(10px, 1.2142857143vw, 17px);
	background: #b2abaa;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.p-stock_search__radio:checked + .p-stock_search__shop_label::after {
	opacity: 1;
}
.p-stock_search__input {
	display: block;
	width: 100%;
	height: 50px;
	padding: 4px 12px 6px;
	border: 1px solid #d2e3ed;
	border-radius: 5px;
	background: #ffffff;
	font-size: clamp(16px, 1.2857142857vw, 18px);
	line-height: 1.5;
	letter-spacing: 0.03em;
}
.p-stock_search__input:focus {
	-webkit-box-shadow: 0 0 3px 0 #d01126;
	        box-shadow: 0 0 3px 0 #d01126;
}
.p-stock_search__btnbox {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media screen and (max-width: 768px) {
	.p-stock_search__btnbox {
		display: block;
	}
}
.p-stock_search__btn {
	width: min(48.5%, 220px);
}
@media screen and (max-width: 768px) {
	.p-stock_search__btn {
		width: min(100%, 220px);
		margin: 0 auto;
	}
}
.p-stock_search__btn:not(:last-child) {
	margin-right: clamp(15px, 2.8571428571vw, 40px);
}
@media screen and (max-width: 768px) {
	.p-stock_search__btn:not(:last-child) {
		margin: 0 auto 15px;
	}
}
.p-stock_search__cont {
	display: block;
	width: 100%;
	font-size: clamp(16px, 1.4285714286vw, 20px);
	font-weight: 500;
	line-height: 48px;
	padding-bottom: 2px;
	text-align: center;
	border: 1px solid #000000;
	cursor: pointer;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) {
	.p-stock_search__cont:hover {
		opacity: 0.8;
	}
}
.p-stock_search__cont.reset {
	background: #ffffff;
}
.p-stock_search__cont.submit {
	color: #ffffff;
	background: #000000;
}

.p-stock_type {
	width: 100%;
	margin-bottom: clamp(24px, 3.5714285714vw, 50px);
}
.p-stock_type__inner {
	width: 100%;
}
.p-stock_type__list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: clamp(24px, 3.5714285714vw, 50px);
}
@media screen and (max-width: 1024px) {
	.p-stock_type__list {
		max-width: 800px;
		margin: 0 auto clamp(24px, 3.5714285714vw, 50px);
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		row-gap: 16px;
	}
}
@media screen and (max-width: 768px) {
	.p-stock_type__list {
		max-width: 540px;
	}
}
.p-stock_type__list li {
	width: 15.36%;
	aspect-ratio: 1/1;
}
@media screen and (max-width: 1024px) {
	.p-stock_type__list li {
		width: 31.6%;
	}
	.p-stock_type__list li:where(:nth-child(3n+2):last-child) {
		margin-right: auto;
		margin-left: calc(50% - 31.6% * 1.5);
	}
}
@media screen and (max-width: 768px) {
	.p-stock_type__list li {
		width: 48.4%;
	}
	.p-stock_type__list li:nth-child(3n+2):last-child {
		margin: 0;
	}
}
.p-stock_type__link {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	background: #e6e6e6;
	position: relative;
	border-radius: 10px;
	padding: clamp(15px, 1.4285714286vw, 20px) clamp(10px, 1.0714285714vw, 15px);
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
	.p-stock_type__link {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
@media screen and (hover: hover) and (pointer: fine) {
	.p-stock_type__link:hover {
		opacity: 0.6;
	}
}
.p-stock_type__link.active::before {
	opacity: 1;
}
.p-stock_type__link::before {
	content: "";
	position: absolute;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: clamp(3px, 0.5vw, 7px) solid #ae0e20;
	border-radius: 10px;
	opacity: 0;
}
.p-stock_type__figure {
	width: 100%;
	margin-bottom: 0;
}
.p-stock_type__figure .img {
	margin-left: auto;
	margin-right: auto;
}
.p-stock_type__list li:nth-child(1) .p-stock_type__figure .img {
	width: min(90%, 172px);
	margin-bottom: clamp(5px, 2.1428571429vw, 5px);
}
.p-stock_type__list li:nth-child(2) .p-stock_type__figure .img {
	width: min(90%, 150px);
	margin-bottom: clamp(10px, 2.5vw, 35px);
}
.p-stock_type__list li:nth-child(3) .p-stock_type__figure .img {
	width: min(90%, 162px);
	margin-bottom: clamp(10px, 2.6428571429vw, 37px);
}
.p-stock_type__list li:nth-child(4) .p-stock_type__figure .img {
	width: min(90%, 150px);
	margin-bottom: clamp(10px, 2.1428571429vw, 30px);
}
.p-stock_type__list li:nth-child(5) .p-stock_type__figure .img {
	width: min(90%, 153px);
	margin-bottom: clamp(10px, 2.3571428571vw, 33px);
}
.p-stock_type__list li:nth-child(6) .p-stock_type__figure .img {
	width: min(90%, 184px);
	margin-bottom: clamp(10px, 2.8571428571vw, 40px);
}
.p-stock_type__figure .cap {
	display: block;
	text-align: center;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(15px, 1.4285714286vw, 20px);
	font-weight: bold;
	line-height: 1.3;
	margin-top: clamp(-3px, -0.2142857143vw, -3px);
	margin-bottom: clamp(-3px, -0.2142857143vw, -3px);
}
@media screen and (max-width: 768px) {
	.p-stock_type__figure .cap {
		line-height: 1.4666666667;
		margin-top: clamp(-3.5px, -0.25vw, -3.5px);
		margin-bottom: clamp(-3.5px, -0.25vw, -3.5px);
	}
}
.p-stock_type__figure .cap ._ib {
	display: inline-block;
}
.p-stock_type__limited {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.p-stock_type__limited {
		max-width: 540px;
		margin: 0 auto;
	}
}
.p-stock_type__limited_link {
	width: 100%;
	padding: clamp(20px, 1.7857142857vw, 25px) clamp(15px, 2.1428571429vw, 30px);
	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: relative;
	background: #fcd031 url("../images/stock/img_type_limited_bg.jpg") repeat center;
	border: 5px solid #aa932c;
	border-radius: 10px;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
	.p-stock_type__limited_link {
		padding-bottom: 85px;
	}
}
@media screen and (hover: hover) and (pointer: fine) {
	.p-stock_type__limited_link:hover {
		opacity: 0.6;
	}
}
.p-stock_type__limited_link::before {
	content: "";
	position: absolute;
	top: 50%;
	left: clamp(25px, 5vw, 70px);
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: clamp(150px, 18.7857142857vw, 263px);
	aspect-ratio: 263/100;
	background: url("../images/stock/img_type_limited_car.png") no-repeat center/cover;
	mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
	.p-stock_type__limited_link::before {
		display: none;
	}
}
.p-stock_type__limited_link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: clamp(25px, 5vw, 70px);
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: clamp(150px, 18.7857142857vw, 263px);
	aspect-ratio: 263/100;
	background: url("../images/stock/img_type_limited_car.png") no-repeat center/cover;
	mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
	.p-stock_type__limited_link::after {
		top: auto;
		bottom: 15px;
		left: 50%;
		right: auto;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}
.p-stock_type__pickup {
	border: 3px solid #d01126;
	background: #fcd031 url("../images/stock/img_type_limited_bg.jpg") repeat center;
	padding: clamp(15px, 1.4285714286vw, 20px) 0;
}
.p-stock_type__copy {
	background: #d01126;
	font-size: 1em;
	font-size: clamp(13px, 1.4285714286vw, 18px);
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-bottom: 5px;
	padding: 6px 0;
}
.p-stock_type__limited_link .cont {
	display: block;
	color: #d01126;
	text-align: center;
}
.p-stock_type__limited_link .cont ._cap {
	display: block;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(16px, 2.8571428571vw, 40px);
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 0.03em;
}
.p-stock_type__limited_link .cont ._main {
	display: block;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(26px, 4.2857142857vw, 60px);
	font-weight: bold;
	letter-spacing: 0.03em;
}

.p-stock_maker {
	width: 100%;
}
.p-stock_maker__inner {
	width: 100%;
}
.p-stock_maker__list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	background: #e6e6e6;
	border-radius: 10px;
	padding: clamp(20px, 2.2857142857vw, 32px) clamp(15px, 2.1428571429vw, 30px);
}
@media screen and (max-width: 1024px) {
	.p-stock_maker__list {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		row-gap: 16px;
	}
}
.p-stock_maker__list li {
	width: 11.2%;
	aspect-ratio: 1/1;
}
@media screen and (max-width: 1024px) {
	.p-stock_maker__list li {
		width: 23.6%;
	}
	.p-stock_maker__list li:where(:nth-child(4n+2):nth-last-child(2)) {
		margin-left: calc((100% - 23.6% * 4) / 3);
	}
	.p-stock_maker__list li:where(:nth-child(4n+2):last-child), .p-stock_maker__list li:where(:nth-child(4n+3):last-child) {
		margin-right: auto;
		margin-left: calc((100% - 23.6% * 4) / 3);
	}
}
@media screen and (max-width: 768px) {
	.p-stock_maker__list li {
		width: 31.6%;
	}
	.p-stock_maker__list li:nth-child(4n+2):nth-last-child(2), .p-stock_maker__list li:nth-child(4n+2):last-child, .p-stock_maker__list li:nth-child(4n+3):last-child {
		margin: 0;
	}
	.p-stock_maker__list li:where(:nth-child(3n+2):last-child) {
		margin-right: auto;
		margin-left: calc(50% - 31.6% * 1.5);
	}
}
@media screen and (max-width: 540px) {
	.p-stock_maker__list li {
		width: 48.4%;
	}
	.p-stock_maker__list li:nth-child(4n+2):nth-last-child(2), .p-stock_maker__list li:nth-child(4n+2):last-child, .p-stock_maker__list li:nth-child(4n+3):last-child, .p-stock_maker__list li:nth-child(3n+2):last-child {
		margin: 0;
	}
}
.p-stock_maker__link {
	width: 100%;
	height: 100%;
	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;
	background: #ffffff;
	position: relative;
	border: 1px solid #ae0e20;
	border-radius: 10px;
	padding: clamp(10px, 1.0714285714vw, 15px);
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) {
	.p-stock_maker__link:hover {
		opacity: 0.6;
	}
}
.p-stock_maker__link.active::before {
	opacity: 1;
}
.p-stock_maker__link::before {
	content: "";
	position: absolute;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: clamp(3px, 0.5vw, 7px) solid #d01126;
	border-radius: 10px;
	opacity: 0;
}
.p-stock_maker__figure {
	width: min(100%, 120px);
	margin-bottom: 0;
}
.p-stock_maker__list li:nth-child(1) .p-stock_maker__figure, .p-stock_maker__list li:nth-child(6) .p-stock_maker__figure, .p-stock_maker__list li:nth-child(8) .p-stock_maker__figure {
	width: min(100%, 100px);
}

.p-stock_pager_nav {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
}
.l-headline__primary + .p-stock_pager_nav {
	margin-bottom: clamp(20px, 2.1428571429vw, 30px);
}
.p-stock_pager_nav__linkbox {
	width: clamp(50px, 5vw, 70px);
	height: clamp(32px, 2.8571428571vw, 40px);
	margin: 0 clamp(5px, 0.7142857143vw, 10px);
}
.p-stock_pager_nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.p-stock_pager_nav__list li {
	width: clamp(32px, 2.8571428571vw, 40px);
	height: clamp(32px, 2.8571428571vw, 40px);
	margin: 0 clamp(5px, 0.7142857143vw, 10px);
}
.p-stock_pager_nav__link {
	width: 100%;
	height: 100%;
	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;
	padding-bottom: 1px;
	font-size: clamp(15px, 1.4285714286vw, 20px);
	border: 1px solid #020202;
	border-radius: 5px;
	-webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) {
	.p-stock_pager_nav__link:hover {
		background: #020202;
		color: #ffffff;
	}
}
.p-stock_pager_nav__link.active {
	background: #020202;
	color: #ffffff;
}

.p-stock_results {
	width: 100%;
}
.p-stock_results__inner {
	width: 100%;
}
.p-stock_results__title_area {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: clamp(20px, 2.1428571429vw, 30px);
}
@media screen and (max-width: 768px) {
	.p-stock_results__title_area {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}
.p-stock_results__ttl {
	font-size: clamp(16px, 1.2857142857vw, 18px);
	line-height: 1.9444444444;
	margin-top: clamp(-8.5px, -0.6071428571vw, -8.5px);
	margin-bottom: clamp(-8.5px, -0.6071428571vw, -8.5px);
}
@media screen and (max-width: 768px) {
	.p-stock_results__ttl {
		width: 100%;
		line-height: 1.75;
		margin-top: clamp(-6px, -0.4285714286vw, -6px);
		margin-bottom: clamp(-6px, -0.4285714286vw, -6px);
	}
}
.p-stock_results__selectbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 768px) {
	.p-stock_results__selectbox {
		width: 100%;
		margin-bottom: 16px;
	}
}
.p-stock_results__selectbox .ttl {
	font-size: clamp(16px, 1.2857142857vw, 18px);
	margin-right: clamp(15px, 1.4285714286vw, 20px);
}
.p-stock_results__selectbox .cont {
	width: 190px;
	position: relative;
}
.p-stock_results__selectbox .cont::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	pointer-events: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 9px 0 9px;
	border-color: #dcdcdc transparent transparent transparent;
}
.p-stock_results__select {
	width: 100%;
	height: 50px;
	padding: 5px 30px 6px 12px;
	border: 1px solid #000000;
	border-radius: 5px;
	background: #ffffff;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.p-stock_results__list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	row-gap: clamp(16px, 2.1428571429vw, 30px);
	margin-bottom: clamp(18px, 2.1428571429vw, 30px);
}
@media screen and (max-width: 480px) {
	.p-stock_results__list {
		width: min(100%, 350px);
		margin: 0 auto 18px;
	}
}
.p-stock_results__list li {
	width: 24%;
}
.p-stock_results__list li:where(:nth-child(4n+2):nth-last-child(2)) {
	margin-left: calc((100% - 24% * 4) / 3);
}
.p-stock_results__list li:where(:nth-child(4n+2):last-child), .p-stock_results__list li:where(:nth-child(4n+3):last-child) {
	margin-right: auto;
	margin-left: calc((100% - 24% * 4) / 3);
}
@media screen and (max-width: 1024px) {
	.p-stock_results__list li {
		width: 31.6%;
	}
	.p-stock_results__list li:nth-child(4n+2):nth-last-child(2), .p-stock_results__list li:nth-child(4n+2):last-child, .p-stock_results__list li:nth-child(4n+3):last-child {
		margin: 0;
	}
	.p-stock_results__list li:where(:nth-child(3n+2):last-child) {
		margin-right: auto;
		margin-left: calc(50% - 31.6% * 1.5);
	}
}
@media screen and (max-width: 768px) {
	.p-stock_results__list li {
		width: 48.6%;
	}
	.p-stock_results__list li:nth-child(4n+2):nth-last-child(2), .p-stock_results__list li:nth-child(4n+2):last-child, .p-stock_results__list li:nth-child(4n+3):last-child, .p-stock_results__list li:nth-child(3n+2):last-child {
		margin: 0;
	}
}
.p-stock_results__link {
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid #d01126;
	border-top-width: 6px;
	padding: clamp(16px, 1.4285714286vw, 20px) clamp(15px, 1.2857142857vw, 18px);
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
	.p-stock_results__link {
		padding: clamp(16px, 1.4285714286vw, 20px) clamp(10px, 1.2857142857vw, 15px);
	}
}
@media screen and (hover: hover) and (pointer: fine) {
	.p-stock_results__link:hover {
		opacity: 0.6;
	}
}
.p-stock_results__box {
	width: 100%;
}
.p-stock_results__box > .ttl {
	width: 100%;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(16px, 1.9285714286vw, 27px);
	font-weight: bold;
	line-height: 1.1851851852;
	margin-top: clamp(-2.5px, -0.1785714286vw, -2.5px);
	margin-bottom: clamp(11.5px, 1.25vw, 17.5px);
	letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
	.p-stock_results__box > .ttl {
		line-height: 1.625;
		margin-top: clamp(-5px, -0.3571428571vw, -5px);
		margin-bottom: clamp(9px, 1.0714285714vw, 15px);
	}
}
.p-stock_results__box > .cont {
	width: 100%;
}
.p-stock_results__figure {
	width: 100%;
	position: relative;
	border: 1px solid #000000;
	aspect-ratio: 3/2;
	overflow: hidden;
	margin-bottom: 9px;
}
.p-stock_results__figure img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.p-stock_results__figure .cap {
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.p-stock_results__figure .cap ._cat {
	width: min(50%, 100px);
	height: clamp(26px, 2.1428571429vw, 30px);
	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;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(12px, 1vw, 14px);
	font-weight: 500;
	letter-spacing: 0.03em;
	color: #ffffff;
	background: #d01126;
	padding-bottom: 2px;
}
.p-stock_results__figure .cap ._shop {
	width: 100%;
	height: clamp(26px, 2.1428571429vw, 30px);
	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;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(12px, 1vw, 14px);
	font-weight: 500;
	letter-spacing: 0.03em;
	color: #ffffff;
	background: #000000;
}
.p-stock_results__item {
	width: 100%;
	margin-bottom: clamp(16px, 1.4285714286vw, 20px);
	margin-top: 9px;
}
@media screen and (max-width: 480px) {
	.p-stock_results__item {
		margin-bottom: 9px;
	}
}
.p-stock_results__item div {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.p-stock_results__item div:not(:last-child) {
	margin-bottom: 2px;
}
.p-stock_results__item div .ttl {
	width: 82px;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(12px, 1.1428571429vw, 13px);
	font-weight: bold;
	line-height: 22px;
	padding-bottom: 1px;
	letter-spacing: 0.03em;
	background: #fce490;
	text-align: center;
}
@media screen and (max-width: 480px) {
	.p-stock_results__item div .ttl {
		width: 45px;
		font-size: 10px;
		line-height: 18px;
	}
}
.p-stock_results__item div .cont {
	width: calc(100% - 90px);
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(13px, 1.2857142857vw, 14px);
	font-weight: bold;
	line-height: 22px;
}
@media screen and (max-width: 480px) {
	.p-stock_results__item div .cont {
		width: calc(100% - 50px);
		font-size: 10px;
		line-height: 18px;
	}
}
.p-stock_results__price {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
@media screen and (max-width: 480px) {
	.p-stock_results__price {
		flex-direction: column;
		align-items: baseline;
		margin-top: 15px;
	}
}
.p-stock_results__price + .p-stock_results__price {
  margin-top: 5px;
  align-items: center;
}
@media screen and (max-width: 480px) {
	.p-stock_limited__price + .p-stock_limited__price {
		align-items: baseline;
	  margin-top: 3px;
	}
}

@media screen and (max-width: 480px) {
	.p-stock_results__price.row {
		flex-direction: row;
	}
}

.p-stock_results__price + .p-stock_results__price .cont ._num {
	font-size: clamp(22px, 3.9285714286vw, 22px);
	color: #000;
}
@media screen and (max-width: 480px) {
	.p-stock_results__price + .p-stock_results__price .cont ._num {
		font-size: clamp(14px, 3.9285714286vw, 18px);
	}
}
.p-stock_results__price + .p-stock_results__price .cont ._unit {
	color: #000;
	font-size: clamp(14px, 2.1428571429vw, 16px);
}
@media screen and (max-width: 480px) {
	.p-stock_results__price + .p-stock_results__price .cont ._unit {
		font-size: clamp(11px, 3.9285714286vw, 12px);
		margin-top: 5px;
	}
}
.p-stock_results__price .ttl {
	display: block;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(15px, 1.4285714286vw, 16px);
	font-weight: bold;
	line-height: 1.25;
	margin-top: clamp(-2.5px, -0.1785714286vw, -2.5px);
	margin-bottom: clamp(-1.5px, -0.1071428571vw, -1.5px);
	letter-spacing: 0.03em;
	margin-right: 10px;
}
@media screen and (max-width: 768px) {
	.p-stock_results__price .ttl {
		font-size: 11px;
		line-height: 1.25;
		margin-top: clamp(-2px, -0.1428571429vw, -2px);
		margin-bottom: clamp(-2px, -0.1428571429vw, -2px);
	}
}
.p-stock_limited__price .ttl ._ib {
	display: block;
}
@media screen and (max-width: 480px) {
	.p-stock_limited__price .ttl ._ib {
		display: inline;
	}
}
.p-stock_limited__btn {
	color: #fff;
	background: #6c451f;
	font-size: clamp(14px, 1.2857142857vw, 16px);
	text-align: center;
	border-radius: 100px;
	padding: clamp(16px, 1.2857142857vw, 18px);
}
@media screen and (max-width: 480px) {
	.p-stock_limited__btn {
		font-size: clamp(10px, 1.2857142857vw, 14px);
		padding: clamp(10px, 1.2857142857vw, 14px);
	}
}
.p-stock_results__price .ttl ._ib {
	display: block;
}
@media screen and (max-width: 480px) {
	.p-stock_results__price .ttl ._ib {
		display: inline;
	}
}
.p-stock_results__price .cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}
.p-stock_results__price .cont ._num {
	display: block;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(36px, 3.9285714286vw, 55px);
	font-weight: bold;
	color: #d01126;
}
@media screen and (max-width: 480px) {
	.p-stock_results__price .cont ._num {
		font-size: clamp(18px, 3.9285714286vw, 20px);
	}
}
.p-stock_results__price .cont ._unit {
	display: block;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(16px, 2.1428571429vw, 20px);
	font-weight: bold;
	color: #d01126;
}
@media screen and (max-width: 480px) {
	.p-stock_results__price .cont ._unit {
		font-size: clamp(16px, 3.9285714286vw, 20px);
		margin-top: 5px;
	}
}
.p-stock_details {
	width: 100%;
}
.p-stock_details__inner {
	width: 100%;
}

.p-stock_details_coupon {
	width: 100%;
	margin-bottom: clamp(32px, 6.5714285714vw, 92px);
}
.p-stock_details_coupon__inner {
	width: 100%;
}
.p-stock_details_coupon__linkbox {
	width: min(60%, 1173px);
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.p-stock_details_coupon__linkbox {
		width: min(100%, 420px);
	}
}
.p-stock_details_coupon__link {
	display: block;
	-webkit-filter: drop-shadow(0px 0px 20px rgba(8, 1, 2, 0.3));
	        filter: drop-shadow(0px 0px 20px rgba(8, 1, 2, 0.3));
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) {
	.p-stock_details_coupon__link:hover {
		opacity: 0.6;
	}
}
@media screen and (max-width: 768px) {
	.p-stock_details_coupon__link .pc_img {
		display: none;
	}
}
.p-stock_details_coupon__link .sp_img {
	display: none;
}
@media screen and (max-width: 768px) {
	.p-stock_details_coupon__link .sp_img {
		display: block;
	}
}

.p-stock_details_visual {
	width: 100%;
	margin-bottom: clamp(40px, 5vw, 70px);
}
.p-stock_details_visual__inner {
	width: 100%;
}
.p-stock_details_visual__headline {
	width: 100%;
	background: #d01126;
	padding: clamp(15px, 1.4285714286vw, 20px);
	margin-bottom: clamp(20px, 2.8571428571vw, 40px);
}
.p-stock_details_visual__headline .cont {
	width: 100%;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(18px, 1.7857142857vw, 25px);
	font-weight: 500;
	line-height: 1.28;
	margin-top: clamp(-3.5px, -0.25vw, -3.5px);
	margin-bottom: clamp(-3.5px, -0.25vw, -3.5px);
	letter-spacing: 0.03em;
	color: #ffffff;
}
@media screen and (max-width: 768px) {
	.p-stock_details_visual__headline .cont {
		line-height: 1.2222222222;
		margin-top: clamp(-2px, -0.1428571429vw, -2px);
		margin-bottom: clamp(-2px, -0.1428571429vw, -2px);
	}
}
.p-stock_details_visual__flex {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
	.p-stock_details_visual__flex {
		display: block;
	}
}
.p-stock_details_visual__left {
	width: 67.9%;
	position: relative;
	margin-bottom: clamp(20px, 2.1428571429vw, 30px);
}
@media screen and (max-width: 1024px) {
	.p-stock_details_visual__left {
		width: 100%;
	}
}
.p-stock_details_visual__slider {
	border: 1px solid #bbbbbb;
	margin-bottom: 0;
}
.p-stock_details_visual__cat {
	width: min(80%, 200px);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(16px, 1.7857142857vw, 25px);
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 0.03em;
	text-align: center;
	background: #d01126;
	padding: clamp(8px, 0.8571428571vw, 12px) 10px clamp(9px, 0.9285714286vw, 13px);
}
.p-stock_details_visual__thumbs {
	width: 100%;
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
	margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
	.p-stock_details_visual__thumbs {
		margin-bottom: clamp(20px, 2.1428571429vw, 30px);
	}
}
.p-stock_details_visual__thumbs .slick-slide {
	padding: 0 5px;
}
.p-stock_details_visual__thumbs .img {
	border: 1px solid #bbbbbb;
}
.p-stock_details_visual__right {
	width: 30%;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	margin-bottom: clamp(20px, 2.1428571429vw, 30px);
}
@media screen and (max-width: 1024px) {
	.p-stock_details_visual__right {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 768px) {
	.p-stock_details_visual__right {
		display: block;
	}
}
.p-stock_details_visual__shop {
	width: 100%;
	margin-bottom: clamp(16px, 3vw, 42px);
}
.p-stock_details_visual__shop .cont {
	display: block;
	width: min(100%, 200px);
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(16px, 1.7857142857vw, 25px);
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 0.03em;
	text-align: center;
	background: #000000;
	padding: clamp(8px, 0.8571428571vw, 12px) 10px clamp(9px, 0.9285714286vw, 13px);
}
.p-stock_details_visual__price {
	width: 100%;
	margin-bottom: 10px;
}
.p-stock_details_visual__price + .p-stock_details_visual__price .cont ._unit {
	font-size: clamp(18px, 2.2857142857vw, 24px);
	color: #000;
}
.p-stock_details_visual__price + .p-stock_details_visual__price .cont ._num {
	font-size: clamp(30px, 4.8571428571vw, 40px);
	color: #000;
}
.p-stock_details_visual__price .cont {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}
@media screen and (max-width: 1024px) {
	.p-stock_details_visual__price .cont {
		width: 40%;
	}
}
@media screen and (max-width: 768px) {
	.p-stock_details_visual__price .cont {
		width: 100%;
	}
}
.p-stock_details_visual__price .cont ._num {
	display: block;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(46px, 4.8571428571vw, 68px);
	font-weight: bold;
	color: #d01126;
}
.p-stock_details_visual__price .cont ._unit {
	display: block;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(20px, 2.2857142857vw, 32px);
	font-weight: bold;
	color: #d01126;
}
.p-stock_details_visual__box {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	border: 1px solid #bbbbbb;
	margin-bottom: clamp(30px, 5.7142857143vw, 80px);
}
@media screen and (max-width: 1024px) {
	.p-stock_details_visual__box {
		width: 40%;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 768px) {
	.p-stock_details_visual__box {
		width: 100%;
		margin-bottom: 30px;
	}
}
.p-stock_details_visual__item {
	width: 50%;
}
.p-stock_details_visual__item:nth-child(2n+1) {
	border-right: 1px solid #bbbbbb;
}
.p-stock_details_visual__item:nth-last-child(-n+2) .ttl,
.p-stock_details_visual__item:nth-last-child(-n+2) .cont {
	border-bottom: none;
}
.p-stock_details_visual__item .ttl {
	width: 100%;
	background: #d01126;
	border-bottom: 1px solid #bbbbbb;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(16px, 1.4285714286vw, 20px);
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 0.03em;
	text-align: center;
	padding: clamp(8px, 0.8571428571vw, 12px) 10px clamp(9px, 0.9285714286vw, 13px);
}
.p-stock_details_visual__item .cont {
	width: 100%;
	border-bottom: 1px solid #bbbbbb;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(16px, 1.4285714286vw, 20px);
	font-weight: 500;
	letter-spacing: 0.03em;
	text-align: center;
	padding: clamp(8px, 0.8571428571vw, 12px) 10px clamp(9px, 0.9285714286vw, 13px);
}
.p-stock_details_visual__contact {
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.p-stock_details_visual__contact {
		width: 55%;
	}
}
@media screen and (max-width: 768px) {
	.p-stock_details_visual__contact {
		width: 100%;
	}
}
.p-stock_details_visual__contact > .ttl {
	width: 100%;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(16px, 1.4285714286vw, 20px);
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #ffffff;
	text-align: center;
	background: #d01126;
	border-radius: 25px;
	padding: clamp(8px, 0.8571428571vw, 12px) 10px clamp(9px, 0.9285714286vw, 13px);
	margin-bottom: clamp(16px, 1.4285714286vw, 20px);
}
.p-stock_details_visual__contact > .cont {
	width: 100%;
}
.p-stock_details_visual__contact_list {
	width: 100%;
}
.p-stock_details_visual__contact_list li {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.p-stock_details_visual__contact_list li:not(:last-child) {
	margin-bottom: clamp(8px, 0.7142857143vw, 10px);
}
.p-stock_details_visual__contact_list li .ttl {
	width: 9em;
	font-size: clamp(15px, 1vw, 21px);
	font-weight: 500;
	line-height: 34px;
	padding-bottom: 1px;
	letter-spacing: 0.03em;
	color: #ffffff;
	text-align: center;
	background: #d01126;
	border-radius: 5px;
	margin-right: 8px;
}
.p-stock_details_visual__contact_list li .cont {
	font-size: clamp(16px, 2vw, 30px);
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 35px;
}

.p-stock_details_visual__btn {
	width: clamp(150px, 12.1428571429vw, 170px);
	height: 50px;
	margin: 15px auto 0;
}

.p-stock_details_visual__btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #FCD033;
	border-radius: 25px;
	border: 2px solid #000;
	font-size: clamp(16px, 1.2857142857vw, 18px);
	font-weight: bold;
	letter-spacing: 0.05em;
	transition: opacity 0.3s ease-in-out;
}

.p-stock_details_spec {
	width: 100%;
	margin-bottom: clamp(40px, 5vw, 70px);
}
.p-stock_details_spec__inner {
	width: 100%;
}
.p-stock_details_spec__box {
	width: 100%;
}
.p-stock_details_spec__box:not(:last-child) {
	margin-bottom: clamp(30px, 3.5714285714vw, 50px);
}
.p-stock_details_spec__headline {
	width: 100%;
	background: #000000;
	padding: 9px clamp(15px, 2.1428571429vw, 30px) 11px;
	margin-bottom: clamp(16px, 1.4285714286vw, 20px);
}
.p-stock_details_spec__headline .cont {
	width: 100%;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(18px, 2.1428571429vw, 30px);
	font-weight: 500;
	line-height: 1.2;
	margin-top: clamp(-3px, -0.2142857143vw, -3px);
	margin-bottom: clamp(-3px, -0.2142857143vw, -3px);
	color: #ffffff;
}
@media screen and (max-width: 768px) {
	.p-stock_details_spec__headline .cont {
		line-height: 1.3333333333;
		margin-top: clamp(-3px, -0.2142857143vw, -3px);
		margin-bottom: clamp(-3px, -0.2142857143vw, -3px);
	}
}
.p-stock_details_spec__list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	row-gap: 10px;
}
.p-stock_details_spec__list li {
	width: 24%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: 1px solid #d01126;
	border-radius: 5px;
	padding: 8px 10px 9px;
}
.p-stock_details_spec__list li:where(:nth-child(4n+2):nth-last-child(2)) {
	margin-left: calc((100% - 24% * 4) / 3);
}
.p-stock_details_spec__list li:where(:nth-child(4n+2):last-child), .p-stock_details_spec__list li:where(:nth-child(4n+3):last-child) {
	margin-right: auto;
	margin-left: calc((100% - 24% * 4) / 3);
}
@media screen and (max-width: 1024px) {
	.p-stock_details_spec__list li {
		width: 32%;
	}
	.p-stock_details_spec__list li:nth-child(4n+2):nth-last-child(2), .p-stock_details_spec__list li:nth-child(4n+2):last-child, .p-stock_details_spec__list li:nth-child(4n+3):last-child {
		margin: 0;
	}
	.p-stock_details_spec__list li:where(:nth-child(3n+2):last-child) {
		margin-right: auto;
		margin-left: calc(50% - 32% * 1.5);
	}
}
@media screen and (max-width: 768px) {
	.p-stock_details_spec__list li {
		width: 49%;
	}
	.p-stock_details_spec__list li:nth-child(4n+2):nth-last-child(2), .p-stock_details_spec__list li:nth-child(4n+2):last-child, .p-stock_details_spec__list li:nth-child(4n+3):last-child, .p-stock_details_spec__list li:nth-child(3n+2):last-child {
		margin: 0;
	}
}
@media screen and (max-width: 420px) {
	.p-stock_details_spec__list li {
		width: 100%;
		margin: 0 auto;
	}
	.p-stock_details_spec__list li:nth-child(4n+2):nth-last-child(2), .p-stock_details_spec__list li:nth-child(4n+2):last-child, .p-stock_details_spec__list li:nth-child(4n+3):last-child, .p-stock_details_spec__list li:nth-child(3n+2):last-child {
		margin: 0 auto;
	}
}
.p-stock_details_spec__cont {
	display: block;
	width: 100%;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(16px, 1.2857142857vw, 18px);
	font-weight: 500;
	line-height: 1.5;
}
.p-stock_details_spec__table {
	width: 100%;
	border: 1px solid #bbbbbb;
}
@media screen and (max-width: 768px) {
	.p-stock_details_spec__table {
		border-bottom: none;
	}
}
.p-stock_details_spec__table tbody {
	width: 100%;
}
.p-stock_details_spec__table tbody tr {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.p-stock_details_spec__table tbody tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
.p-stock_details_spec__table tbody tr th {
	width: 15.7%;
	border: 1px solid #bbbbbb;
	padding: 8px 10px 9px;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(15px, 1.2857142857vw, 18px);
	font-weight: 500;
	line-height: 1.6;
	background: #d01126;
	color: #ffffff;
}
@media screen and (max-width: 768px) {
	.p-stock_details_spec__table tbody tr th {
		width: 35%;
		border: none;
		border-right: 1px solid #bbbbbb;
		border-bottom: 1px solid #bbbbbb;
	}
}
.p-stock_details_spec__table tbody tr td {
	width: 34.3%;
	border: 1px solid #bbbbbb;
	padding: 8px 20px 9px;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(15px, 1.2142857143vw, 17px);
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
	.p-stock_details_spec__table tbody tr td {
		width: 65%;
		border: none;
		border-bottom: 1px solid #bbbbbb;
	}
}

.p-stock_details_recommended {
	width: 100%;
}
.p-stock_details_recommended__inner {
	width: 100%;
}
.p-stock_details_recommended__box {
	width: 100%;
	margin-bottom: clamp(40px, 5vw, 70px);
}
.p-stock_details_recommended__headline {
	width: 100%;
	padding-bottom: 8px;
	border-bottom: 6px solid #ae0e20;
	margin-bottom: clamp(16px, 1.4285714286vw, 20px);
}
.p-stock_details_recommended__headline .cont {
	width: 100%;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: clamp(18px, 1.7857142857vw, 25px);
	font-weight: 500;
	line-height: 1.2;
	margin-top: clamp(-2.5px, -0.1785714286vw, -2.5px);
	margin-bottom: clamp(-2.5px, -0.1785714286vw, -2.5px);
}
@media screen and (max-width: 768px) {
	.p-stock_details_recommended__headline .cont {
		line-height: 1.3333333333;
		margin-top: clamp(-3px, -0.2142857143vw, -3px);
		margin-bottom: clamp(-3px, -0.2142857143vw, -3px);
	}
}
.p-stock_details_recommended__list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	row-gap: clamp(16px, 2.1428571429vw, 30px);
}
@media screen and (max-width: 480px) {
	.p-stock_details_recommended__list {
		width: min(100%, 350px);
		margin: 0 auto 18px;
	}
}
.p-stock_details_recommended__list li {
	width: 24%;
}
.p-stock_details_recommended__list li:where(:nth-child(4n+2):nth-last-child(2)) {
	margin-left: calc((100% - 24% * 4) / 3);
}
.p-stock_details_recommended__list li:where(:nth-child(4n+2):last-child), .p-stock_details_recommended__list li:where(:nth-child(4n+3):last-child) {
	margin-right: auto;
	margin-left: calc((100% - 24% * 4) / 3);
}
@media screen and (max-width: 1024px) {
	.p-stock_details_recommended__list li {
		width: 31.6%;
	}
	.p-stock_details_recommended__list li:nth-child(4n+2):nth-last-child(2), .p-stock_details_recommended__list li:nth-child(4n+2):last-child, .p-stock_details_recommended__list li:nth-child(4n+3):last-child {
		margin: 0;
	}
	.p-stock_details_recommended__list li:where(:nth-child(3n+2):last-child) {
		margin-right: auto;
		margin-left: calc(50% - 31.6% * 1.5);
	}
}
@media screen and (max-width: 768px) {
	.p-stock_details_recommended__list li {
		width: 48.6%;
	}
	.p-stock_details_recommended__list li:nth-child(4n+2):nth-last-child(2), .p-stock_details_recommended__list li:nth-child(4n+2):last-child, .p-stock_details_recommended__list li:nth-child(4n+3):last-child, .p-stock_details_recommended__list li:nth-child(3n+2):last-child {
		margin: 0;
	}
}
@media screen and (max-width: 480px) {
	.p-stock_details_recommended__list li {
		width: 100%;
		margin: 0 auto;
	}
	.p-stock_details_recommended__list li:nth-child(4n+2):nth-last-child(2), .p-stock_details_recommended__list li:nth-child(4n+2):last-child, .p-stock_details_recommended__list li:nth-child(4n+3):last-child, .p-stock_details_recommended__list li:nth-child(3n+2):last-child {
		margin: 0 auto;
	}
}