@charset "UTF-8";
/*----------------------------------------

解説設定

----------------------------------------*/
.main {
	position: unset;
}
#sec-set-ai {
	display: flex;
	flex-wrap: wrap;
	gap: 3.75%;
	margin: 0 auto;
	width: 96%;
}
#sec-set-ai .box {
	margin-bottom: 2em;
	max-width: 200px;
	width: 17%;
}
#sec-set-ai .box .ttl {
	font-weight: bold;
	text-align: center;
}
#sec-set-ai .box img {
	border-radius: 0.5em;
}
#sec-set-ai .box span {
	display: block;
	font-size: 1.25em;
	line-height: 1;
	margin: 0.25em 0 0.35em;
	text-align: center;
}
[id^="popup"] {
	display: none;
}
.popup-open {
	border: #333 3px solid;
	border-radius: 5em;
	color: #333;
	cursor: pointer;
	display: block;
	font-weight: bold;
	line-height: 2.5;
	margin: 0 auto;
	padding: 0 1em;
	text-align: center;
	width: 70%;
}
.popup-open:hover {
	background-color: #333;
	color: #fff;
}
.popup-overlay {
	display: none;
}
[id^="popup"]:checked ~ .popup-overlay {
	background-color: #00000075;
	display: block;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}
.popup-window {
	background-color: #ffffff;
	border-radius: 0.5em;
	max-width: 800px;
	padding: 1.25em;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90vw;
}
.popup-base {
	display: flex;
	align-items: center;
	gap: 2%;
}
.popup-base img {
	max-width: 50%;
}
.popup-text {
	margin: 0;
}
.popup-text strong {
	display: block;
	font-size: 1.25em;
}
.popup-text:not(:last-of-type) {
	margin-bottom: 1em
}
.popup-close {
	cursor: pointer;
	position: absolute;
	top: -25px;
	right: 0;
}
#sec-set-night img {
	display: block;
	margin: 0 auto;
}
#sec-set-lineup h2 {
	font-size: 2em;
	margin-bottom: 0;
	text-align: center;
}
#sec-set-lineup h2 small {
	font-size: 0.5em;
}
#sec-set-lineup ul {
	background-color: #f5f6f7;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	list-style: none;
	margin: 0;
	padding: 0;
}
#sec-set-lineup ul li {
	margin: 0 0 1em;
	padding: 0;
	text-align: center;
}
#sec-set-lineup ul::after {
	content: "";
	display: block;
	max-width: 360px;
}
#sec-set-inquiry {
	background-color: rgba(30, 30, 30, 0.5);
	border-radius: 0.5em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 1.25em;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 1.5em;
	width: 100%;
}
#sec-set-inquiry p {
	background-color: #fff;
	border-radius: 0.5em;
	color: unset;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	margin: 0 0 1em;
	padding: 0.5em;
	width: 100%;
}
#sec-set-inquiry a {
	margin: 0;
	padding: 0;
	width: 32.5%;
}
#sec-set-inquiry a {
	border-radius: 5em;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0.5em;
	text-align: center;
}
#sec-set-inquiry a:nth-child(2) {
	background-color: #E20112;
	line-height: 1;
}
#sec-set-inquiry a:nth-child(2) strong {
	font-size: 0.9em;
}
#sec-set-inquiry a:nth-child(3) {
	background-color: #2EAC39;
}
#sec-set-inquiry a:nth-child(4) {
	background-color: #009FE8;
}
#sec-set-inquiry a div {
	display: flex;
	align-items: center;
	justify-content: center;
}
#sec-set-inquiry a div img {
	margin-right: 0.5em;
	width: 15%;
}
/*----------------------------------------

製品カテゴリー タブ設定（固定ページ）

----------------------------------------*/
#sec-set-tab {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 50px;
}
.tab_label {
	border: #333 3px solid;
	cursor: pointer;
	flex: 1;
	font-size: 1.25em;
	font-weight: bold;
	order: -1;
	padding: 1em 0;
	position: relative;
	text-align: center;
	white-space: nowrap;
	z-index: 1;
}
.tab_label:not(:last-of-type) {
	margin-right: 5px;
}
.tab_content {
	height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
}
.tab_active:checked + .tab_label {
	background-color: #333;
	color: #fff;
}
.tab_active:checked + .tab_label::before{
	border-top: #333 15px solid;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.tab_active:checked + .tab_label + .tab_content {
	height: auto;
	opacity: 1;
	overflow: auto;
	padding: 0 1em 1.5em;
	transition: .5s opacity;
}
.tab_active {
	display: none;
}
#sec-set-tab h3 {
	margin: 1.75em 0 1em;
}
#sec-set-tab .category_link_btn.column2 a {
	width: 32.5%;
}
/*----------------------------------------

製品カテゴリー タブ設定（カテゴリーページ）

----------------------------------------*/
/*
.su-tabs {
	background: unset !important;
	border-radius: unset !important;
	margin: 0 !important;
	padding: 0 !important;
}
.su-tabs-nav {
	display: flex;
}
.su-tabs-nav .tab_content {
	border: #333 3px solid;
	cursor: pointer;
	flex: 1;
	font-size: 1.25em;
	font-weight: bold;
	order: -1;
	padding: 1em 0;
	position: relative;
	text-align: center;
	white-space: nowrap;
	z-index: 1;
}
.su-tabs-nav .su-tabs-current {
	background-color: #333;
	color: #fff;
}
.su-tabs-nav .su-tabs-current::before {
	border-top: #333 15px solid;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
*/
@media screen and (max-width: 1024px) {
	/*----------------------------------------
	解説設定
	----------------------------------------*/
	#sec-set-ai {
		gap: 3.125%;
	}
	#sec-set-ai .box {
		width: 17.5%;
	}
	#sec-set-lineup h2 {
		font-size: 1.75em;
	}
	#sec-set-lineup ul li {
		font-size: 0.95em;
		width: 32.5%;
	}
	/*----------------------------------------
	製品カテゴリー タブ設定（固定ページ）
	----------------------------------------*/
	#sec-set-tab .category_link_btn.column2 a {
		width: 49.35%;
	}
}
@media screen and (max-width: 768px) {
	/*----------------------------------------
	解説設定
	----------------------------------------*/
	#sec-set-ai .box span {
		font-size: 1em;
	}
	.popup-open {
		width: 100%;
	}
	#sec-set-lineup h2 {
		font-size: 1.25em;
	}
	#sec-set-lineup ul li,
	#sec-set-lineup ul::after {
		width: 47.5%;
	}
	#sec-set-inquiry {
		font-size: 1em;
	}
}
@media screen and (max-width: 480px) {
	.article h2 {
		font-size: 1.5em;
	}
	/*----------------------------------------
	解説設定
	----------------------------------------*/
	#sec-set-ai {
		width: 100%;
	}
	#sec-set-ai::after {
		content: "";
		display: block;
		width: 32.5%
	}
	#sec-set-ai .box {
		width: 22.65%;
	}
	#sec-set-ai .box span {
		min-height: 2em;
	}
	.popup-base {
		flex-wrap: wrap;
	}
	.popup-base img {
		max-width: 100%;
	}
	.popup-open {
		border: #333 2px solid;
		font-size: 0.9em;
		line-height: 2;
		padding: 0 0.75em;
	}
	#sec-set-inquiry {
		padding: 1em 1em 0;
	}
	#sec-set-inquiry a {
		margin: 0 0 1em;
		width: 100%;
	}
	/*----------------------------------------
	製品カテゴリー タブ設定（固定ページ）
	----------------------------------------*/
	#sec-set-tab h3 {
		font-size: 1.25em;
	}
	#sec-set-tab .category_link_btn.column2 a {
		width: 100%;
	}
	.go-to-top {
		bottom: 7.5em;
	}
}