@charset "UTF-8";

/* ===============================
	共通スタイル
=============================== */

/* サブセクション */
.sub-title {
	font-weight: 500;
	background: #e6e6e6;
}

.sub-section .ttl {
	font-weight: 500;
}
.product-sub-title {
	font-weight: 500;
	background-color: #dbedfe;
	text-align: center;
	margin-bottom: 1em;
}
.product-headline {
	font-weight: 500;
	background-color: #59574c;
	color: #fff;
	text-align: center;
	margin-bottom: 1em;
}
.wAuto {
	width: auto;
	max-width: 100%;
}

/* 製品概要・フォトギャラリー */
ul.gallery-thumbs li {
	border: solid 1px #d9d9d9;
}

ul.gallery-thumbs li.active {
	border: solid 2px #535353;
	pointer-events: none;
}

ul.list-prod-colors li a.active {
	border: solid 1px #535353;
	pointer-events: none;
}

.gallery-outer {
	position: relative;
}

.gallery-container .hint {
	display: none;
}

.gallery-container .swiper-slide .title {
	padding: .5em 0;
	font-size: 1.4rem;
	text-align: center;
}

ul.gallery-thumbs {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1em;
}

ul.gallery-thumbs li {
	width: 15%;
	margin-top: 1rem;
	margin-left: 2%;
}

ul.gallery-thumbs li:nth-child(-n + 6) {
	margin-top: 0;
}

ul.gallery-thumbs li:nth-child(6n-5) {
	margin-left: 0;
}

ul.gallery-thumbs li a {
	display: block;
	cursor: pointer;
}

/* 製品概要・製品カラー */
.prod-colors .pcolor {
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	margin-right: .5rem;
	background: #fff;
	border: solid 1px #a2a2a2;
	border-radius: 50%;
}

.prod-colors .pcolor.black {
	background: #000;
}

.prod-colors .pcolor.silver {
	background: #b4b4b4;
}

.prod-colors .pcolor.red {
	background: #be000b;
}

/* 発売予定 */
.red-yotei {
	color: red;
	padding-left: 1.4rem;
}

/* 仕様ボタン */
a.btn-spec {
	background: #535353;
	color: #fff;
	display: inline-block;
	padding: .5em .75em .5em 1.5em;
	font-size: 1.6rem;
	line-height: 1;
	text-align: center;
	position: relative;
	text-decoration: none;
}

a.btn-spec {
	background-image: url(/products/common/images/chevron-right-solid-w.svg);
	background-repeat: no-repeat;
	background-position: left .5em center;
	background-size: auto .8em;
}

/* 取扱説明書 */
a.btn-manual, a.btn-reffer2 {
	background: #535353;
	color: #fff;
	display: inline-block;
	padding: .5em 2.4em .5em .75em;
	font-size: 1.6rem;
	line-height: 1;
	text-align: center;
	position: relative;
	text-decoration: none;
}

a.btn-manual, a.btn-reffer2 {
	background-image: url(/business/common/images/ic_blank_w.svg);
	background-repeat: no-repeat;
	background-position: 92% center;
	background-size: auto .7em;
}

/* カートボタン */
a.btn-cart {
	background: #C8328C;
	color: #fff;
	display: inline-block;
	padding: .5em 1.5em .5em .75em;
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: center;
	position: relative;
	text-decoration: none;
}

a.btn-cart {
	/*background-image: url(/business/images_global/products/icon_menu_blank_off.gif);*/
	/*background-image: url(/products/common/images/icon-window.svg);*/
	background-image: url(/business/common/images/ic_blank_w.svg);
	background-repeat: no-repeat;
	background-position: right .5em center;
	background-size: auto .7em;
}

/* 事例紹介ボタン */
a.btn-reffer1 {
	background: #ffffff; /*  #535353; #838282 */
	border: solid 1px #535353;
	color:#535353; /*#fff;*/
	display: inline-block;
	padding: 1.0em 1.5em 1.0em 1.5em; /* .5em .75em .5em 1.5em; */
	font-size: 1.8rem; /* 1.6rem; */
	line-height: 1;
	text-align: center;
	position: relative;
	text-decoration: none;
}

a.btn-reffer1 {
	background-image: url(/products/common/images/chevron-right-solid.svg);
	background-repeat: no-repeat;
	background-position: left .5em center;
	background-size: auto .8em;
}
/* -- END 事例紹介ボタン */

#about .base-width {
	border-bottom: solid 1px #d9d9d9;
	padding-bottom: 6rem;
}

/* 事例紹介 */
#cases .sub-title-container {
	border-top: none;
}
#cases .sub-title-container.border-top {
	border-top: solid 1px #d9d9d9;
}

/* 特長 */
#features .sub-title-container {
	border-top: none;
}

/* 基本仕様 */
.specTable {
 margin: auto;
	width: 80%;
}
.specTable th{
	border: solid 1px #d9d9d9;
	width: 30%;
	padding: 0.5rem 1rem;
}
.specTable td{
	border: solid 1px #d9d9d9;
	width: 70%;
	padding: 0.5rem 1rem;
}
/* 202212 +Cussius追加 */
.swiper-slide.slide-mov.swiper-slide-duplicate.swiper-slide-prev {
	opacity: 0 !important;
}
.swiper-slide.slide-mov.swiper-slide-duplicate.swiper-slide-duplicate-active {
	opacity: 1 !important;
}
.swiper-slide.slide-mov a {
	display: block;
}
.cassius-sub-title {
	text-align: center;
	margin-bottom: 1em;
}
.cassius-sub-title span {
	display: inline-block;
	position: relative;
}
.cassius-sub-title span:before,
.cassius-sub-title span:after {
	content: '';
	height: 1px;
	background-color: #aaa;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.cassius-sub-title span:before {
	left: 0;
}
.cassius-sub-title span:after {
	right: 0;
}
.addition-block {
	border-bottom: #d9d9d9 1px solid;
}
.addition-block-box {
	border: #d9d9d9 1px solid;
}
/* 関連商品 */
.flex-container.products > .flex-item.new .img {
	position: relative;
}
.flex-container.products > .flex-item.new .img::after {
	content: 'NEW';
	color: #e6000d;
	font-weight: bold;
	position: absolute;
}
.addition-block-box-ttl {
	text-align: center;
	margin-bottom: 1em;
}



/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
	
	/* フレックスコンテナ・イメージテキスト */
	.flex-container.img-text {
		justify-content: space-between;
	}
	.flex-container.img-text>.flex-img {
		width: 30%;
	}
	.flex-container.img-text>.flex-text {
		width: 65%;
	}

	/* ストアアイコン */
	.store-icons {
		margin-top: 3rem;
		margin-bottom: 8rem;
	}
	ul.list-logo-icons {
		margin-top: 1em;
	}
	ul.list-logo-icons li {
		height: 6rem;
		margin-right: 2%;
	}
	ul.list-logo-icons li img {
		width: auto;
		height: 100%;
	}

	/* SIAAアイコン */
	.siaa-icons {
		margin-top: 3rem;
		margin-bottom: 8rem;
	}
	ul.list-siaa-logo-icons,
	ul.list-piaj-logo-icons {
		margin-top: 1em;
	}
	ul.list-siaa-logo-icons li {
		height: 6rem;
		margin-right: 2%;
	}
	ul.list-piaj-logo-icons li {
		height: 8rem;
		margin-right: 2%;
	}
	ul.list-siaa-logo-icons li img,
	ul.list-piaj-logo-icons li img {
		width: auto;
		height: 100%;
	}	
	
	/* 導入事例 */
	/*.store-icons {
		margin-top: 3rem;
		margin-bottom: 8rem;
	}*/
	ul.list-reffer {
		margin-top: 2em;
	}
	ul.list-reffer li {
		height: 10rem;
		margin-right: 2%;
	}
	ul.list-reffer li img {
		width: auto;
		height: 100%;
	}
	
	/* カートボタン */
	a.btn-cart {
		margin-top: 1rem;
		margin-left: 10%;
		height: 4.5rem;
		width: 80%;
	}
	
	/* サブセクション */
	.sub-section {
		padding-top: 4rem;
		padding-bottom: 4rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.sub-title-container {
		/*margin-bottom: 3rem;*/
		padding-top: 3rem;
		border-top: solid 1px #d9d9d9;
	}
	.sub-title-container .products-sub-title {
		flex-shrink: 0;
		font-size: 2.2rem;
	}
	.sub-section:first-of-type .sub-title-container {
		padding-top: 0;
		padding-bottom: 1rem;
		border-top: none;
	}
	.sub-title {
		margin-top: 6rem;
		margin-bottom: 2rem;
		padding: 0.25em 0;
		font-size: 1.8rem;
		text-align: center;
	}
	.sub-section .base-width>.sub-title:first-of-type {
		/*margin-top: 0;*/
	}
	.product-sub-title {
		padding: 0.25em 0;
		font-size: 1.8rem;
	}
	.product-headline {
		padding: 0.25em 0;
		font-size: 1.8rem;
	}
	.product-headline.txt-large {
		font-size: 2rem;
	}

	/* 製品概要 */
	#about {
		padding-bottom: 0;
	}
	#about .about-title {
		font-size: 2rem;
		font-weight: 500;
	}
	#aboutMain .about-title {
		font-size: 2rem;
		font-weight: 500;
	}

	/* 製品概要・基本情報 */
	ul.list-prod-about {
		margin-top: 1em;
		margin-bottom: 2rem;
	}
	ul.list-prod-about li .sub-text {
		font-size: 1.2rem;
	}
	ul.list-prod-about li.prod-category {
		font-size: 1.3rem;
	}
	ul.list-prod-about li.product-name {
		font-size: 2.2rem;
		font-weight: 700;
	}
	ul.list-prod-about li.product-name 	.open-price {
		margin-left: .5em;
		font-size: 1.4rem;
		font-weight: 300;
	}

	/* 製品概要・製品カラー */
	ul.list-prod-colors {
		margin-top: 1rem;
		display: flex;
		flex-wrap: wrap;
	}
	ul.list-prod-colors li {
		margin-right: .5em;
		margin-bottom: .5em;
	}
	ul.list-prod-colors li:last-child {
		margin-right: 0;
	}
	ul.list-prod-colors li a {
		display: flex;
		align-items: center;
		padding: .2em .8em;
		font-size: 1.2rem;
		border: solid 1px #d9d9d9;
		text-decoration: none;
		cursor: pointer;
	}

	/* 仕様ボタン */
	a.btn-spec {
		margin-top: 1rem;
	}

	/* 取扱説明書ボタン */
	a.btn-manual, a.btn-reffer2 {
		margin-top: 0.5rem;
		margin-left: 0.5rem;
	}

	/* 事例紹介ボタン */
	a.btn-reffer1 {
		margin-top: 2.0rem;
		margin-left: 10%;
	}
	
	/* 製品概要・製品情報 */
	ul.list-prod-info {
		margin-top: 1em;
		border-bottom: solid 1px #bfbfbf;
	}
	ul.list-prod-info li {
		padding: .5em 0;
		border-top: solid 1px #bfbfbf;
	}

/* 202212 +Cussius追加 */
.addition-block {
	margin-bottom: 20px;
	padding-bottom: 3rem;
}
.addition-block-box {
	margin-top: 3rem;
	padding: 3rem;
}
.cassius-sub-title {
	font-size: 2rem;
}
.cassius-sub-title span {
	padding-left: 2.5em;
	padding-right: 2.5em;
}
.cassius-sub-title span:before,
.cassius-sub-title span:after {
	width: 2em;
}
.col2-wrap > div {
	margin-bottom: 2em;
}
.col2-wrap > div:last-child {
	margin-bottom: 0;
}
.logo-wrap > div {
	margin-bottom: 1em;
}
.logo-wrap > div:last-child {
	margin-bottom: 0;
}
.logo-wrap .logo {
	text-align: right;
}
.logo-wrap .logo img {
	max-width: 80%;
	margin-left: auto;
	margin-right: 0;
}

/* 関連商品 */
	.flex-container.products {
		justify-content: space-between;
		word-break: break-all;
	}
	.flex-container.products>.flex-item {
		width: 100%;
		margin-top: 2rem;
	}
	.flex-container.products>.flex-item:first-of-type {
		margin-top: 3rem;
	}
	.flex-container.products .num {
		width: 22px;
		font-size: 2rem;
		line-height: 1.4;
	}
	.flex-container.products .img {
		float: left;
		width: 44%;
	}
	.flex-container.products .text, .flex-container.products .ttl {
		float: left;
		width: 56%;
		padding-left: 4%;
	}
	.flex-container.products .text {
		margin-top: .5em;
		font-size: 1.4rem;
	}
	.flex-container.products > .flex-item.new .img::after {
		right: 10px;
		top: 10px;
	}
	.col2-imgL .image,
	.col2-imgR .text {
		margin-bottom: 1em;
	}
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print , screen and (min-width: 768px) {

	.pc-only {
		display: none;
	}
	
	/* フレックスコンテナ・イメージテキスト */
	.flex-container.img-text {
		justify-content: space-between;
	}
	.flex-container.img-text>.flex-img {
		width: 30%;
	}
	.flex-container.img-text>.flex-text {
		width: 65%;
	}

	/* ストアアイコン */
	.store-icons {
		margin-top: 3rem;
	}
	ul.list-logo-icons,
	ul.list-piaj-logo-icons {
		margin: 0 0 1rem;
	}
	ul.list-logo-icons li {
		height: 6rem;
		margin-right: 2%;
	}
	ul.list-piaj-logo-icons li {
		height: 8rem;
		margin-right: 2%;
	}
	ul.list-logo-icons li img,
	ul.list-piaj-logo-icons li img {
		width: auto;
		height: 100%;
	}

	/* SIAAアイコン */
	.siaa-icons {
		margin-top: 5rem;
	}
	ul.list-siaa-logo-icons {
		margin: 0 0 1rem;
	}
	ul.list-siaa-logo-icons li {
		height: 6rem;
		margin-right: 2%;
	}
	ul.list-siaa-logo-icons li img {
		width: auto;
		height: 100%;
	}	
	
	/* 導入事例 */
	/* .store-icons {
		margin-top: 3rem;
	} */
	ul.list-reffer {
		margin: 3rem 0 2rem;
	}
	ul.list-reffer li {
		height: 6rem;
		margin-right: 2%;
	}
	ul.list-reffer li img {
		width: auto;
		height: 100%;
	}
	
	/* カートボタン */
	a.btn-cart {
		margin-left: 4rem;
		width: 200px;
		align-items: center;
	}
	
	/* サブセクション */
	.sub-section {
		padding-top: 6rem;
	}
	.sub-title-container {
		padding-top: 5rem;
		border-top: solid 1px #d9d9d9;
	}
	.sub-title-container .products-sub-title {
		font-size: 2.8rem;
	}
	.sub-section:first-of-type .sub-title-container {
		padding-top: 0;
		padding-bottom: 1rem;
		border-top: none;
	}
	.sub-title {
		margin-top: 12rem;
		margin-bottom: 3rem;
		padding: 0.2em 0;
		font-size: 1.8rem;
		text-align: center;
	}
	.sub-section .base-width>.sub-title:first-of-type {
		/*margin-top: 4rem;*/
	}
	.product-sub-title {
		padding: 0.2em 0;
		font-size: 1.8rem;
	}
	.product-headline {
		padding: 0.2em 0;
		font-size: 1.8rem;
	}
	.product-headline.txt-large {
		font-size: 2rem;
	}
	/* 製品概要 */
	#aboutMain .about-title {
		font-size: 3rem;
		font-weight: 500;
		padding-bottom: 3rem;
	}
	#aboutMain .about-title sup {
		font-size: 50%;
		top: -.8em;
	}
	#aboutMain .about-title + .caption {
		margin-top: -2rem;
		padding-bottom: 3rem;
	}

	/* 製品概要・フォトギャラリー */
	.gallery-button-next, .gallery-button-prev {
		width: 30px;
		height: 80px;
		margin-top: -50px;
	}
	
	/* 製品概要・基本情報 */
	ul.list-prod-about {
		margin-bottom: 3rem;
	}
	ul.list-prod-about li {

	}
	ul.list-prod-about li.prod-category {
		font-size: 1.4rem;
	}
	ul.list-prod-about li .sub-text {
		font-size: 1.4rem;
	}
	ul.list-prod-about li.product-name {
		font-size: 2.8rem;
		font-weight: 700;
	}
	ul.list-prod-about li .open-price {
		margin-left: .5em;
		font-size: 1.6rem;
		font-weight: 300;
	}

	/* 製品概要・製品カラー */
	ul.list-prod-colors {
		margin-top: 1rem;
		display: flex;
		flex-wrap: wrap;
	}
	ul.list-prod-colors li {
		margin-right: .5em;
		margin-bottom: .5em;
	}
	ul.list-prod-colors li:last-child {
		margin-right: 0;
	}
	ul.list-prod-colors li a {
		display: flex;
		align-items: center;
		padding: .2em .8em;
		font-size: 1.2rem;
		border: solid 1px #d9d9d9;
		text-decoration: none;
		cursor: pointer;
	}

	/* 仕様ボタン */
	a.btn-spec {
		margin-top: 0.5rem;
	}
	
	/* 取扱説明書ボタン */
	a.btn-manual, a.btn-reffer2 {
		margin-top: 0.5rem;
		margin-left: 0.5rem;
	}
	
	/* 事例紹介ボタン */
	a.btn-reffer1 {
		margin-top: 1.0rem;
	}
	
	/* 製品概要・製品情報 */
	ul.list-prod-info {
		margin-top: 1em;
		border-bottom: solid 1px #bfbfbf;
	}
	ul.list-prod-info li {
		padding: .5em 0;
		border-top: solid 1px #bfbfbf;
		font-size: 1.4rem;
	}

/* 202212 +Cussius追加 */
.addition-block {
	margin-bottom: 40px;
	padding-bottom: 5rem;
}
.addition-block-box {
	margin-top: 40px;
	padding: 5rem;
}
.cassius-sub-title {
	font-size: 2.4rem;
}
.cassius-sub-title span {
	padding-left: 3.5em;
	padding-right: 3.5em;
}
.cassius-sub-title span:before,
.cassius-sub-title span:after {
	width: 3em;
}
.col2-wrap {
	display: flex;
	flex-wrap: wrap;
}
.col2-wrap > div {
	width: 48%;
	margin-right: 4%;
}
.col2-wrap > div:nth-child(even) {
	margin-right: 0;
}
.logo-wrap {
	display: flex;
}
.logo-wrap .text {
	width: 82.4%;
}
.logo-wrap .logo {
	width: 17.6%;
	padding-left: 4%;
	box-sizing: border-box;
}
/* 関連商品 */
	.flex-container.products {
		margin-top: 2rem;
		font-size: 1.4rem;
		word-break: break-all;
	}
	.flex-container.products >.flex-item {
		width: 20.7%;
		margin-left: 2.5%;
	}
	.flex-container.products>.flex-item:nth-of-type(3n-2) {
		margin-left: 0;
	}
	.flex-container.products .num {
		width: 26px;
		font-size: 2.2rem;
		line-height: 1.4;
		top: 1rem;
		left: 1rem;
	}
	.flex-container.products .img {
		padding: 1rem;
	}
	.flex-container.products .ttl {
		margin-bottom: .5em;
		font-size: 1.6rem;
	}
	.flex-container.products > .flex-item.new .img::after {
		right: 20px;
		top: 20px;
	}
	.col2-imgL,
	.col2-imgR {
		display: flex;
		justify-content: space-between;
	}
	.col2-imgL .image {
		width: 37%;
	}
	.col2-imgL .text {
		width: 59.3%;
	}
	.addition-block-box-ttl {
		font-size: 2.4rem;
	}
	.col2-imgR .image {
		width: 41%;
	}
	.col2-imgR.text {
		width: 55%;
	}
}

/* ====================================
	PC専用スタイル
===================================== */
@media screen and (min-width: 1080px) {

	/* 製品概要 */
	#aboutMain .about-title {
		font-size: 3.6rem;
		font-weight: 500;
		padding-bottom: 3rem;
	}
	#aboutMain .about-title sup {
		font-size: 50%;
		top: -.8em;
	}
	
	/* 製品概要・フォトギャラリー */
	.gallery-container .hint {
		font-size: .8em;
		text-align: center;
		display: inherit;
	}

	/* 拡大鏡 */
	.zoomContainer {
		z-index: 1;
	}
	.zoomWindow {
		box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, .6);
	}

}

/* 202306追加アイコンlist */
.effectIconList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 5rem;
	margin-bottom: 2rem;
}
.effectIconList > li {
	text-align: center;
	width: 14%;
	padding: 0 15px 15px;
	box-sizing: border-box;
}
.effectIconList > li .txt {
	margin-top: 0.5em;
}
.here {
	margin-top: 1em;
	padding-bottom: 4rem;
}

@media screen and (max-width:767px){
/* アイコンlist */
.effectIconList {
	flex-wrap: wrap;
}
.effectIconList > li {
	width: 50%;
	padding: 0 15px;
	margin-top: 30px;
}
.effectIconList > li:nth-child(-n + 2) {
	margin-top: 0;
}
}

/* ==============================
260417 Add こんなところで使える光触媒スプレー
============================== */
/* Youtube埋め込み */
.mov-wrap {
		width: 100%;
		aspect-ratio: 16 / 9;
}
.mov-wrap iframe {
		width: 100%;
		height: 100%;
}