@charset "UTF-8";

/* ----------------------------------- */
/* 一覧 */
/* ----------------------------------- */
.productsInner {
	width: min(1200px, calc(100% - 80px));
	margin: 0 auto;
}

/* series navigation */
.seriesNav {
	margin: 80px 0 50px;
	display: grid;
	grid-template-columns: 230px 1fr;
	align-items: center;
	gap: 20px;
}

.seriesNav>p {
	font-size: 1.4rem;
	font-weight: 600;
}

.seriesNav ul {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 6px;
}

.seriesNav a {
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #707571;
	border-radius: 5px;
	background: #FFFFFF;
	transition: border-color .25s ease, background-color .25s ease;
}

.seriesNav a:hover {
	background: #efefef;
}

.seriesNav img {
	max-width: 75%;
	max-height: 15px;
	width: auto;
	height: auto;
}

/* 検索 */
/* ----------------------------------- */
.searchPanel {
	margin-bottom: 105px;
}

.searchPanel_body {
	min-height: 550px;
	padding: 40px 50px 42px;
	display: grid;
	grid-template-columns: 525px 1fr;
	grid-template-areas:
		"keyword keyword"
		"place feature"
		"purpose feature"
		"purpose button";
	grid-template-rows: 50px auto auto 75px;
	column-gap: 50px;
	row-gap: 26px;
	background: #F5F6F5;
}

.searchPanel_keyword {
	grid-area: keyword;
	display: grid;
	grid-template-columns: 260px 1fr;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 600;
}

.searchPanel_keyword input {
	height: 50px;
	padding: 8px 14px;
	border: 1px solid #C8CCC9;
	background: #FFFFFF;
	border-radius: 5px;
}

.searchPanel_place {
	grid-area: place;
}

.searchPanel_feature {
	grid-area: feature;
}

.searchPanel_purpose {
	grid-area: purpose;
}

.searchPanel_heading {
	margin-bottom: 10px;
	font-size: 1.4rem;
	font-weight: 600;
}

.searchPanel_place ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}

.searchPanel_place input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.searchPanel_place label {
	display: block;
	padding: 5px;
	cursor: pointer;
}

.searchPanel_place label:has(input:checked) {
	background: #D9D9D9;
	border-radius: 5px;
}

.searchPanel_place label img {
	display: block;
}

.searchPanel_place label span {
	display: block;
}

.searchPanel_place img {
	width: 100%;
	aspect-ratio: 126 / 94;
	display: block;
	object-fit: cover;
	border: 2px solid transparent;
	border-radius: 5px;
	transition: border-color .25s ease, filter .25s ease;
}

.searchPanel_place span {
	margin-top: 4px;
	display: block;
	font-size: 1rem;
	font-weight: 600;
}

.searchPanel_feature ul,
.searchPanel_purpose ul {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 6px;
}

.searchPanel_feature input[type="checkbox"],
.searchPanel_purpose input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.searchPanel_feature label,
.searchPanel_purpose label {
	display: block;
	cursor: pointer;
}

.searchPanel_feature label span,
.searchPanel_purpose label span {
	display: block;
	padding: 6px 16px;
	border: 1px solid #707571;
	border-radius: 999px;
	background: #FFFFFF;
	color: #333333;
	font: 500 1.2rem/1.2 "Noto Sans JP", sans-serif;
	cursor: pointer;
	transition: 0.2s;
}

.searchPanel_feature input[type="checkbox"]:checked + span,
.searchPanel_purpose input[type="checkbox"]:checked + span {
	background: #333;
	border: 1px solid #333;
	color: #FFFFFF;
}


/* headings */
/* .productGroup {
	margin: 0 0 145px;
} */

.productGroup_en {
	margin-bottom: 8px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 5rem;
	font-weight: 700;
	line-height: 1;
}

.productGroup_tit,
.productSection_heading {
	margin-bottom: 60px;
	padding: 0 0 24px;
	border-bottom: 2px solid #DADFDC;
	font-size: 2.4rem;
	font-weight: 600;
}

.productSection_heading span {
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
}

.categoryProducts .productGroup_tit,
.detailProductList .productGroup_tit {
	margin-bottom: 14px;
	padding: 0;
	border: 0;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
}

.categoryProducts_lead {
	margin-bottom: 58px;
	font-size: 1.3rem;
	line-height: 1.8;
}

/* cards */
.productGrid {
	padding-bottom: 100px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px 13px;
}

.resultHead {
	margin: 0 0 58px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.resultHead h2 {
	color: #D82626;
	font-size: 2.4rem;
	font-weight: 500;
}

.resultNum {
	font-size: 1.6rem;
}

.backBtn {
	width: 400px;
	margin: 75px auto 140px;
}

.backBtn a {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #707571;
	border-radius: 5px;
	color: #333333;
}

.backBtn a::after {
	content: "→";
	margin-left: auto;
	padding-right: 22px;
	color: #5EA74A;
	font-size: 2rem;
}

/* ----------------------------------- */
/* タクソノミー */
/* ----------------------------------- */

#categoryHero {
	height: 530px;
	position: relative;
}

.categoryHero_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.categoryHero_bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.categoryHero_product {
	max-width: 310px;
	max-height: 930px;
	position: absolute;
	top: 50px;
	right: 6%;
}

.categoryHero_product img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.categoryHero_inner {
	width: min(1200px, calc(100% - 80px));
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.categoryHero_name {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #FFF;
}

.categoryHero_nameEn {
	display: block;
}

.categoryHero_nameJp {
	display: block;
	font-size: 3.7rem;
	font-weight: bold;
}

.categoryHero_crumb {
	position: absolute;
	bottom: 15px;
	right: 0;
	color: #FFF;
}

.categoryHero_crumb ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.categoryHero_crumb ul li {
	font-size: 1.2rem;
	font-weight: 500;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
}

.categoryHero_crumb ul a {
	color: #FFF;
}

.categoryHero_crumb li + li::before {
	content: "/";
	margin: 0 6px;
}

.categoryHero_crumb a {
	color: #FFFFFF;
}

.categoryIntro {
	padding: 0 0 90px;
}

.categoryIntro_copy {
	width: 830px;
}

.categoryIntro_copy h2 {
	margin-bottom: 28px;
	font-family: "Zen Old Mincho", serif;
	font-size: 3.4rem;
	font-weight: 400;
	line-height: 1.55;
}

.categoryIntro_copy p {
	font-size: 1.6rem;
	line-height: 2;
}


#case {
	padding: 90px 0 100px;
	background: #F4F5F4;
}

.product_titwrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: min(1200px, calc(100% - 80px));
	margin: 0 auto 38px;
	margin-bottom: 46px;
}

.swiper_case {
	position: relative;
	width: 100%;
	padding: 0 max(40px, calc((100vw - 1200px) / 2)) 55px;
	overflow: hidden;
	padding-bottom: 72px;
}

.swiper_case .swiper-wrapper {
	display: flex;
}

.swiper_case .swiper-slide {
	width: 290px;
	height: auto;
	flex-shrink: 0;
}

.swiper_case .swiper-scrollbar {
	position: absolute;
	left: 50%;
	width: min(800px, calc(100% - 80px));
	background: #D8DEDB;
	transform: translateX(-50%);
	display: block !important;
	bottom: 16px;
	height: 4px;
	opacity: 1 !important;
}

.swiper_case .swiper-scrollbar-drag {
	height: 100%;
	background: var(--dark-grey);
}

.faqSection {
	padding: 100px 0 142px;
}

.faqSection_tit {
	margin-bottom: 38px;
}

.faqSimple li {
	min-height: 60px;
	margin-bottom: 10px;
	padding: 16px 52px 16px 50px;
	position: relative;
	background: #F5F6F5;
	font-size: 1.6rem;
}

.faqSimple li::before {
	content: "Q";
	position: absolute;
	left: 22px;
	font-family: "Zen Old Mincho", serif;
}

.faqSimple li::after {
	content: "→";
	position: absolute;
	right: 22px;
	color: #7B8179;
}

/* ----------------------------------- */
/* 詳細 */
/* ----------------------------------- */
.productDetailTop {
	padding: 0 0 120px;
}

.detailHero {
	display: grid;
	grid-template-columns: 345px 1fr;
	gap: 58px;
}

.detailHero_img {
	height: 780px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.detailHero_img img {
	width: auto;
	max-width: 345px;
	height: 100%;
	object-fit: contain;
	object-position: top;
}

.detailHero_share {
	margin-bottom: 42px;
	display: flex;
	justify-content: flex-end;
	gap: 14px;
}

.detailHero_share button {
	height: 26px;
	padding: 0 30px;
	border: 0;
	border-radius: 3px;
	background: #000000;
	color: #FFFFFF;
	font-size: 1.2rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 5px;
}

.detailHero_share button.js-share::before {
	content: "";
	width: 12px;
	height: 12px;
	background: url(../../img/common/icon_share.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
}

.detailHero_share button.js-print::before {
	content: "";
	width: 17px;
	height: 17px;
	background: url(../../img/common/icon_print.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
}

.detailHero_tag {
	margin-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.detailHero_tag li {
	padding: 4px 12px;
	border: 1px solid #DADFDC;
	font-size: 1.1rem;
}

.detailHero_titleRow {
	display: flex;
	align-items: center;
	gap: 25px;
}

.detailHero_titleRow h2 {
	font-family: "Zen Old Mincho", serif;
	font-size: 3.4rem;
	font-weight: 400;
}

.detailHero_rating {
	color: #5EA74A;
	font-size: 1.8rem;
	white-space: nowrap;
}

.detailHero_lead {
	margin: 28px 0 35px;
	font-size: 1.4rem;
	line-height: 1.9;
}

.detailTables {
	display: grid;
	grid-template-columns: 345px 1fr;
	gap: 29px;
}

.detailTable h3,
.detailVariation h3 {
	margin-bottom: 12px;
	font-family: "Zen Old Mincho", serif;
	font-size: 2.4rem;
	font-weight: 400;
}

.detailTable dl {
	border: 1px solid #DADFDC;
}

.detailTable dl div {
	min-height: 39px;
	display: grid;
	grid-template-columns: 130px 1fr;
	border-bottom: 1px solid #DADFDC;
}

.detailTable dl div:last-child {
	border-bottom: 0;
}

.detailTable dt,
.detailTable dd {
	padding: 9px 13px;
	font-size: 1.2rem;
}

.detailTable dt {
	border-right: 1px solid #DADFDC;
}

.detailVariation {
	margin-top: 28px;
}

.detailVariation ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.detailVariation li a {
	border: 1px solid #5EA74A;
	font-size: 1.1rem;
	color: #5EA74A;
	padding: 7px 12px;
	transition: all 0.3s ease-in-out 0s;
	display: inline-block;
}

@media (any-hover: hover) {
	.detailVariation li a:hover {
		color: #FFF;
		background: #5EA74A;
	}
}

.detailData {
	margin-top: 5px;
	display: grid;
	grid-template-columns: 360px 1fr;
	gap: 39px;
	align-items: start;
}

/* .downloadList {
	margin-top: 112px;
} */

.downloadList ul {
	width: 352px;
	margin-left: -6px;
}

.downloadList h3,
.distribution h3,
.detailRelated h3,
.detailCategoryLinks h3,
.optionList h3 {
	margin-bottom: 16px;
	font-size: 2rem;
	font-weight: 600;
}

.downloadList li a {
	min-height: 48px;
	padding: 10px 14px;
	display: flex;
	align-items: center;
	border: 1px solid #DADFDC;
	border-bottom: 0;
	color: #333333;
	font-size: 1.2rem;
}

.downloadList li:last-child a {
	border-bottom: 1px solid #DADFDC;
}

.downloadList li a::after {
	content: "↓";
	margin-left: auto;
}

.distributionGrid {
	display: grid;
	grid-template-columns: repeat(2, 273px);
	gap: 11px;
}

.distributionGrid img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: top;
}

.gallery {
	margin-top: 65px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px 25px;
}

.gallery a {
	position: relative;
	display: block;
	aspect-ratio: 280 / 194;
	transition: all 0.3s ease-in-out 0s;
}

.gallery a:hover {
	opacity: 0.7;
}

.gallery a::after {
	content: "";
	width: 25px;
	height: 25px;
	background: url(../../img/common/icon_zoom.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: 5%;
	left: 5%;
}

.gallery a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.detailUtility {
	margin-top: 90px;
	display: grid;
	grid-template-columns: 565px 1fr;
	gap: 32px;
}

.relatedMini li a,
.categoryLinkList li a {
	padding: 13px 20px;
	display: flex;
	align-items: center;
	background: #F5F6F5;
	color: #333333;
	font-size: 1.5rem;
	font-weight: 600;
}

.relatedMini li a {
	min-height: 102px;
	border: 1px solid #D6D6D6;
	background: #FFFFFF;
}

.categoryLinkList li a {
	min-height: 70px;
}

.relatedMini li+li,
.categoryLinkList li+li {
	margin-top: 8px;
}

.relatedMini img {
	width: 70px;
	height: 70px;
	margin-right: 25px;
	object-fit: contain;
}

.relatedMini a::after,
.categoryLinkList a::after {
	content: "→";
	margin-left: auto;
	color: #5EA74A;
	font-size: 2rem;
}

.optionList {
	margin-top: 75px;
}

.optionList ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px 24px;
}

.optionList li {
	padding: 15px;
	border: 1px solid #DADFDC;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
}

.renewalHero {
	height: 530px;
	position: relative;
}

.renewalHero_inner {
	width: min(1200px, calc(100% - 80px));
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.renewalHero_logo {
	width: 234px;
	position: absolute;
	left: 0;
	bottom: 218px;
}

.renewalHero_product {
	width: 155px;
	position: absolute;
	left: 270px;
	bottom: 0;
}

.renewalContent {
	padding: 100px 0 0;
}

.technicalContent {
	padding: 100px 0;
}

.largeSectionTitle {
	margin-bottom: 70px;
	padding-bottom: 25px;
	border-bottom: 1px solid #DADFDC;
	font-size: 3.4rem;
	font-weight: 500;
}

.renewalList {
	display: grid;
	gap: 30px;
}

.renewalCard {
	padding: 40px;
	display: grid;
	grid-template-columns: minmax(0, 870px) minmax(0, 1fr);
	align-items: center;
	gap: 30px;
	border: 1px solid #DADFDC;
	border-radius: 2px;
}

.renewalCard_img {
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
}

.renewalCard h3,
.technicalCard h3 {
	margin-bottom: 12px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.5;
}

.renewalCard p,
.technicalCard p {
	font-size: 1.5rem;
	line-height: 1.6;
}

.renewalCard img,
.technicalCard img {
	width: 100%;
	max-height: 220px;
	object-fit: contain;
}

.renewalCard small {
	margin-top: 10px;
	display: block;
	color: #6C6C6C;
	font-size: 1.2rem;
	text-align: right;
}

.renewalCard_img::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	background: url(../../img/common/icon_zoom.svg) 0 0 no-repeat;
}

.documentList {
	display: grid;
	gap: 30px;
}

.documentCard {
	padding: 40px;
	display: grid;
	grid-template-columns: minmax(0, 660px) minmax(0, 1fr);
	align-items: center;
	gap: 35px;
	border: 1px solid #DADFDC;
	border-radius: 2px;
}

.documentCard h3 {
	margin-bottom: 12px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.5;
}

.documentCard p {
	font-size: 1.5rem;
	line-height: 1.6;
}

.documentCard_copy > p + p {
	margin-top: 24px;
}

.documentCard_copy > small {
	margin-top: 18px;
	display: block;
	color: #6B6B6B;
	font-size: 1.2rem;
	text-align: right;
}

.documentCard_img {
	height: 100%;
	padding-right: 35px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.documentCard:nth-of-type(4) .documentCard_img {
	justify-content: center;
}

.documentCard_img img {
	width: auto;
	height: auto;
	max-width: 410px;
	max-height: 293px;
	object-fit: contain;
}

.documentCard_img::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	background: url(../../img/common/icon_zoom.svg) 0 0 no-repeat;
}

.documentCard_table {
	display: block;
}

.documentCard table {
	width: 100%;
	border-collapse: collapse;
}

.documentCard th,
.documentCard td {
	height: 58px;
	padding: 10px 14px;
	border: 1px solid #DADFDC;
	font-size: 1.5rem;
	text-align: center;
	vertical-align: middle;
}

.documentCard th {
	background: #F5F6F5;
	font-weight: 500;
}

.documentCard td small {
	margin-top: 3px;
	display: block;
	font-size: 1rem;
}

.documentSource {
	margin-top: 10px;
	color: #6B6B6B;
	font-size: 1.2rem !important;
	text-align: right;
}

.warrantyLayout {
	display: grid;
	grid-template-columns: 520px 1fr;
	align-items: center;
	gap: 30px;
}

.documentCard_table h3 {
	margin-bottom: 20px;
}

.warrantyTable th {
	background: #FFF;
}

#productsFaq {
	padding-top: 100px;
}

@media screen and (max-width: 1024px) {
	.seriesNav {
		grid-template-columns: 1fr;
		margin-top: 55px;
	}

	.seriesNav ul {
		grid-template-columns: repeat(4, 1fr);
	}

	.searchPanel_body {
		grid-template-columns: 1fr 1fr;
		column-gap: 28px;
		padding: 32px;
	}

	.productGrid {
		grid-template-columns: repeat(3, 1fr);
	}

	.categoryIntro_copy {
		width: 70%;
	}

	.categoryHero_product {
		right: 0;
	}

	.detailHero {
		grid-template-columns: 32% 1fr;
		gap: 45px;
	}

	.detailHero_img {
		height: 620px;
	}

	.detailTables {
		grid-template-columns: 1fr;
	}

	.detailData {
		grid-template-columns: 300px 1fr;
	}

	.downloadList {
		margin-top: 60px;
	}

	.downloadList ul {
		width: 100%;
		margin-left: 0;
	}

	.distributionGrid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.distributionGrid img {
		width: 100%;
		height: auto;
	}

	.detailUtility {
		grid-template-columns: 1fr 1fr;
	}

	.optionList ul {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 767px) {

	.productsInner,
	.categoryHero_inner,
	.renewalHero_inner {
		width: calc(100% - 40px);
	}

	.seriesNav {
		margin: 40px 0 30px;
	}

	.seriesNav ul {
		grid-template-columns: repeat(2, 1fr);
	}

	.seriesNav a {
		height: 44px;
	}

	.searchPanel {
		margin-bottom: 70px;
	}

	.searchPanel_body {
		min-height: 0;
		padding: 25px 20px;
		display: block;
	}

	.searchPanel_keyword {
		display: block;
	}

	.searchPanel_keyword input {
		width: 100%;
		margin-top: 8px;
	}

	.searchPanel_place,
	.searchPanel_feature,
	.searchPanel_purpose {
		margin-top: 28px;
	}

	.searchPanel_place ul {
		grid-template-columns: repeat(4, 1fr);
		gap: 2px;
	}

	.searchPanel_place label {
		padding: 2px;
	}

	.searchPanel_place label:has(input:checked) {
		border-radius: 2px;
	}

	.searchPanel_feature button,
	.searchPanel_purpose button {
		padding: 6px 12px;
	}

	.searchPanel_btn {
		margin-top: 30px;
	}

	/* .productGroup {
		margin-bottom: 90px;
	} */

	.productGroup_en {
		font-size: 3.8rem;
	}

	.productGroup_tit,
	.productSection_heading {
		margin-bottom: 35px;
		font-size: 2rem;
	}

	.productGrid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.productCard {
		max-width: 340px;
		width: 100%;
		margin: 0 auto;
	}

	.resultHead {
		display: block;
	}

	.resultHead h2 {
		margin-bottom: 12px;
		font-size: 1.8rem;
	}

	.backBtn {
		width: 100%;
		margin-bottom: 90px;
	}

	#categoryHero {
		height: 390px;
	}

	.categoryHero_logo {
		width: 175px;
		top: 145px;
	}

	.categoryHero_product {
		width: 170px;
		top: 45px;
	}

	.categoryIntro {
		padding: 0 0 75px;
	}

	.categoryIntro_copy {
		width: 100%;
	}

	.categoryIntro_copy h2 {
		font-size: 2.3rem;
	}

	.categoryIntro_copy p {
		font-size: 1.4rem;
	}

	.caseStrip_head {
		align-items: flex-start;
		flex-direction: column;
		gap: 25px;
	}

	.caseStrip_btn {
		width: 100%;
	}

	.caseScroller {
		width: calc(100vw - 20px);
		gap: 18px;
	}

	.caseScrollbar {
		width: 75%;
		margin-top: 55px;
	}

	.faqSection {
		padding: 70px 0 90px;
	}

	.caseStrip_tit,
	.faqSection_tit {
		font-size: 2.6rem;
	}

	.faqSimple li {
		padding-left: 45px;
		font-size: 1.3rem;
	}

	.productDetailTop {
		padding: 0 0 85px;
	}

	.detailHero {
		display: block;
	}

	.detailHero_img {
		height: 520px;
		margin-bottom: 40px;
	}

	.detailHero_share {
		margin-bottom: 25px;
	}

	.detailHero_titleRow {
		display: block;
	}

	.detailHero_titleRow h2 {
		font-size: 2.6rem;
	}

	.detailTables,
	.detailData,
	.detailUtility {
		grid-template-columns: 1fr;
	}

	.detailVariation ul {
		flex-wrap: wrap;
	}

	.distributionGrid {
		grid-template-columns: 1fr;
	}

	.detailGallery {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}

	.renewalHero {
		height: 360px;
	}

	.renewalHero_logo {
		width: 175px;
		bottom: 140px;
	}

	.renewalHero_product {
		width: 95px;
		left: 190px;
	}

	.renewalContent,
	.technicalContent {
		padding-top: 80px;
	}

	.largeSectionTitle {
		margin-bottom: 45px;
		font-size: 2.6rem;
	}

	.renewalCard,
	.documentCard {
		padding: 28px 22px;
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.documentCard_table {
		width: 100%;
		overflow: hidden;
	}

	.renewalCard h3, .documentCard h3 {
		font-size: clamp(2rem,3vw,2.4rem);
	}

	.renewalCard_img {
		grid-row: 1;
	}

	.renewalCard_img a {
		width: 100%;
		text-align: center;
	}

	.renewalCard img,
	.documentCard img {
		max-height: auto;
		max-width: 100%;
	}

	.detailProductList {
		padding: 85px 0 100px;
	}

	.productWorks {
		padding: 65px 0 75px;
	}

	.productWorks .product_titwrap {
		width: calc(100% - 40px);
		margin-bottom: 30px;
		align-items: stretch;
		flex-direction: column;
		gap: 24px;
	}

	.productWorks .product_btn a {
		min-width: 0;
		width: 100%;
	}

	.swiper_works {
		padding: 0 20px 45px;
	}

	.swiper_works .swiper-slide {
		width: 82vw;
	}

	.swiper_works .swiper-scrollbar {
		bottom: 8px;
		width: calc(100% - 40px);
	}

	#faq.productFaq {
		padding: 70px 0 90px;
	}

	#faq.productFaq .faq_list {
		width: 100%;
		margin-top: 18px;
		padding: 0 5%;
	}

	#faq.productFaq .faq_list a {
		min-height: 56px;
		padding-left: 15px;
		font-size: 1.4rem;
	}

	.searchPanel_body .btn5 {
		width: 100%;
		margin-top: 30px;
	}

	.warrantyLayout {
		display: grid;
		grid-template-columns: 1fr;
		align-items: center;
		gap: 30px;
	}

	.categoryHero_nameEn img {
		max-width: 70%;
		height: auto;
	}

	.categoryHero_nameJp {
		font-size: 2rem;
	}

	.product_titwrap {
		width: min(1200px, calc(100% - 40px));
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	/* 詳細 */
	/* ----------------------------------- */
	.gallery {
		margin-top: 40px;
		grid-template-columns: repeat(2, 1fr);
		gap: 18px 25px;
	}

	.optionList {
		margin-top: 40px;
	}

	.optionList ul {
		grid-template-columns: 1fr;
	}

	.detailUtility {
		margin-top: 40px;
	}

	.lowerSection {
		padding: 55px 0 0;
	}

	.documentTable_scroll {
		width: 100%;
		max-width: 100%;
		overflow-x: auto;
	}

	.documentTable_scroll table {
		min-width: 650px;
	}
}