@charset "utf-8";
/* ===================================================================
CSS information
 file name  :ver30_gunkit.css
 style info :Ver.3.0 温風低圧ガンキット PC/SP用
 Version    :2025-08-19
=================================================================== */

/* ---- [PC・SP共通]既存スタイルのリセット・上書き ---- */

/* Google Fonts */
.hind-light,
.hind-regular,
.hind-medium,
.hind-semibold,
.hind-semibold {
	font-family: "Hind", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.hind-regular {
	font-weight: 400;
}
.hind-medium {
	font-weight: 500;
}
.hind-semibold {
	font-weight: 600;
}
.hind-bold {
	font-weight: 700;
}

/**/
* a:hover {
	color: #c1af8b!important;
	transition: all .5s;
}
/*@media screen and (min-width: 768px) {*/
  /* PRODUCT NAV */
.product-nav {
    margin: 60px 0 0;
    padding: 10px 0;
    border: 1px solid #000;
    border-width: 1px 0;
}
.product-nav ul {
    display: flex;
    gap: 30px;
    /*justify-content: space-between;*/
    justify-content: space-around;
    margin: 0 190px;
    list-style: none;
}
.product-nav ul li {
    text-align: center;
}
.product-nav ul li a {
    color: #000;
}
.product-nav ul li a:hover {
    color: #c1af8b;
}

/* LINEUP */
.product-spec-list-img a:hover {
	opacity: .7;
	transition: .5s;
}

/* DESC-MAIN */

  .desc-main {
    margin: 0 180px;
}

.desc-main h3 {
	margin: 55px 0 0!important;
    text-align: center;
}
.desc-main h3 img {
    width: 186px;
}
.desc-main p {
	margin: 50px 0 0!important;
	font-size: .875rem;
	line-height: 1.75;
}
.desc-main .desc-main-movie {
	margin: 60px 0 0!important;
}

/* DESC-FEATURE-MAIN */
.desc-feature {
	margin: 60px 0 0;
	padding: 55px 90px;
	background-color: #f5f5f5;
}
.desc-feature-main {
	margin-right: 10px;
	margin-left: 10px;
}
.desc-feature-main h4 {
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	padding: 0 2em;
	border-bottom: 1px solid #000;
	font-size: 1.25rem;
}
.desc-feature-main h4 + p {
	margin: 25px 0 0;
	font-size: .875rem;
	line-height: 2;
}
/*}*/
/* DESC-FEATURE-SECTION-01 */
.desc-feature-section-01 {
	
}
.desc-feature-mechanism {
	margin: 40px 0 0;
	padding: 0 0 25px;
	background-color: #fff;
}
.desc-feature-mechanism h5 {
	margin: 0;
	padding: 1em 1.5em;
	background-color: #fff;
	font-size: .875rem;
	border-left: 5px solid #c1af8b;
}
.desc-feature-mechanism .desc-feature-mechanism--images,
.desc-feature-mechanism .desc-feature-mechanism--images + p {
	margin: 15px 50px 0;
}
.desc-feature-mechanism .desc-feature-mechanism--images {
	display: flex;
	justify-content: space-between;
	gap: 50px;
}
.desc-feature-mechanism .desc-feature-mechanism--images img {/* Added at 09 Jul. 2025 */
  width: 100%;
  max-height: 180px;
  object-fit: contain;
}
.desc-feature-mechanism .desc-feature-mechanism--images img:first-child {/* Added at 09 Jul. 2025 */
	aspect-ratio: 614/368;
}
.desc-feature-mechanism .desc-feature-mechanism--images img:last-child {/* Added at 09 Jul. 2025 */
	aspect-ratio: 494/368;
}
.desc-feature-mechanism .desc-feature-mechanism--images + p {
	font-size: .75rem;
}

/* DESC-FEATURE-SECTION-02 */
.desc-feature-section-02 {
	display: flex;
	flex-direction: column;/* Added at 09 May. 2024 */
	justify-content: space-between;
	gap: 30px;/* Modified at 09 May. 2024 */
	align-items: center;
	margin: 50px 10px 0;
}
.desc-feature-section-02 h4 {
	width: -moz-fit-content;/* Added at 09 May. 2024 */
	width: fit-content;/* Added at 09 May. 2024 */
	margin: 0 auto;/* Modified at 09 May. 2024 */
	padding: 0 2em;/* Modified at 09 May. 2024 */
	border-bottom: 1px solid #000;
	font-size: 1.25rem;
}
.desc-feature-section-02 h4 + p {
	margin: 25px 0 0;
	font-size: .875rem;
	line-height: 2;
}
.desc-feature-section-02 .desc-feature-section--text {
	/*width: 402px;*//* Removed at 09 May. 2024 */
}
.desc-feature-section-02 .desc-feature-section--images {
	display: flex;
	/*flex-direction: column;*//* Removed at 09 May. 2024 */
	gap: 30px;
	/*width: 237px;*//* Removed at 09 May. 2024 */
}
.desc-feature-section-02 .desc-feature-section--images img {
	width: 100%;
}
.desc-feature-section-02 .desc-feature-section--images img:hover {
	opacity: .7;
	transition: .5s;
}

/* DESC-FEATURE-SECTION-03 */
.desc-feature-section-03 {
	margin: 50px 0 0;
}
.desc-feature-select {
	display: flex;
	gap: 35px;
	margin: 30px 0 0;
	padding: 40px;
	background-color: #fff;
}
.desc-feature-select > div {
	display: flex;
	flex-direction: column;
	width: calc((100% - 35px) /2);
}
.desc-feature-select > div h6 {
	margin: 0 0 10px;
	padding: 0 10px;
	background-size: 100% auto;
}
.desc-feature-select-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
	flex-grow: 1;
}
.desc-feature-select-content p {
	margin: 1em 0 0;
	font-size: .6875rem;
	line-height: 1.6;
}
.desc-feature-select-content > dl {
	margin-top: -1.25rem;
	margin-left: 10px;
}
.desc-feature-select-content > dl dt {
	font-family: Georgia, "Times New Roman", Times, "serif";
}
.desc-feature-select-content > div {
}
.desc-feature-select-content > div img {
	width: 100%;
}
.desc-feature-select > div .button {
	margin: 20px auto 0;
	padding: .75em 0;
	text-align: center;
  list-style: none;
}
.desc-feature-select > div .button li {
	line-height: 1;
}
.desc-feature-select > div .button a {
	width: -moz-fit-content;
	width: fit-content;
	padding: .75em 4em;
	border: 1px solid #000;
	color: #000!important;
	font-size: .6875rem;
}
.desc-feature-select > div .button a:hover {
}

/* DESC NOTE */
.desc-note-01 {
	margin: -1.375rem auto 0;
}
.desc-note-01 p {
	font-size: .625rem;
	text-align: center;
	line-height: 1;
}
.desc-note-01 p:before {
	margin-right: .25em;
	content: '\02295';
}

/* DESC DL SDS*/
.desc-dlsds {
	/*margin: 80px auto 20px;*/
	padding: 80px 0 20px!important;
}
.desc-dlsds ul {
  list-style: none;
}
.desc-dlsds ul li {
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}
.desc-dlsds ul li a {
	display: block;
	padding: 1em 6em;
	background-color: #a4a4a4;
	border-radius: 2px;
	color: #fff;
}
.desc-dlsds ul li a:hover {
	opacity: .5;
	transition: .5s;
}
.desc-dlsds ul li a:before {
	display: inline-block;
	content: '';
	width: 21px;
	height: 25px;
	margin-right: .5em;
	background: url(/uploads/products/img20_echelon/ver30/ico_pdf_01.png) no-repeat 0 0;
	background-size: 100% auto;
	vertical-align: middle;
}

/* DESC-MOVIE */
.desc-movie {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*min-height: 311px;*/
	min-height: calc((624/1800) * 880px);/* Modified at 28 Jun. 2024 */
	margin: 80px 0 0;
	/*padding: 30px 0;*//* Removed at 28 Jun. 2024 */
	box-sizing: border-box;
	background: url(/uploads/products/img20_echelon/ver30/bg_movie_02.jpg) no-repeat 0 0;
	/*background-size: 100% auto;*/
	background-size: cover;/* Modified at 2025-08-04 */
	background-position: center bottom;/* Added at 2025-08-04 */
}
.desc-movie h4 {
	text-align: center;
	font-size: 1.25rem;
	font-family: Arial, Helvetica, "sans-serif";
}
.desc-movie * {
	width: 50%;
}
.desc-movie .desc-movie-contents {
	width: 428px;
	margin-right: 90px;
}

/* VIDEO */
.desc-main-movie video,
.desc-movie-contents video {
	width: 100%;
}

/* RELATED PRODUCTS */
.product-recommend-multi_recommend {
	margin: 90px 0 0;
}
.product-recommend-multi_recommend > h3 {
	margin: 0 0 90px!important;
	font-size: 1.25rem;
	text-align: center;
}
.product-recommend-multi_recommend > h3 span {
    display: block;
    margin-top: 1em;
    color: #a4a4a4;
    font-size: .8125rem;
	/*font-family: "Hind", sans-serif;*/
	font-weight: normal;
	/*font-style: normal;*/
	font-family: Arial, Helvetica,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
    line-height: 1;
}
.multi_recommend {
	margin: 80px 0 0!important;
}
.multi_recommend #reccomend-title-multi_recommend {
	margin: 0 0 20px;
	padding-bottom: 6px; 
	border-bottom: 1px solid #002b69;
	font-size: 1rem;
}
.multi_recommend #reccomend-title-multi_recommend span {
	display: block;
	padding-bottom: .5em; 
	border-bottom: 1px solid #c8c8c9;
}
.multi_recommend #flexslider2.flexslider .slides {
	row-gap: 1rem;
}
.reco-box-wrapper {
	/*display: none;*/
	background: url(/usr/assets/images/img_border1.gif) repeat-x 0 0;
}
.product-spec-notice {
    /*margin: 0 3rem 60px;*/
    margin: 60px 3rem 30px;
    padding: 1rem;
    border: 1px solid #bf0000;
}
.product-spec-notice p {
	color: #bf0000;
    font-size: .8125rem;
    line-height: 2;
    text-align: center;
}
#gun_spray_set{
	display: block;
	width: 100%;
    margin: 10% auto;
	background: #f2f2f2;
    padding: 5% 10% 8%;
	max-width: 900px;
    box-sizing: border-box;

}
#gun_spray_set h5{
	font-weight: 100;
    font-size: 127%;
    margin: 6% 0;
    line-height: 160%;
}

#gun_spray_set img{
	width: 100%;
	display: block;
	margin: auto;
}

#gun_spray_set h3{
	font-size: 150% !important;
    font-weight: 800;
    text-align: left !important;
    vertical-align: middle;
	text-transform: none;
}
.gun_spray_product{
	display: flex;
	justify-content: space-between;
}
.gun_spray_product .gun_sp_left,.gun_spray_product .gun_sp_right{
	display: block;
	width: 44%;
}
.gun_spray_product .gun_sp_left img,.gun_spray_product .gun_sp_right img{
	display: block;
	width: 100%;
}
.gun_spray_product .gun_sp_left dl,.gun_spray_product .gun_sp_right dl{
	display: block;
	margin: 8% auto 4%;
}
.gun_spray_product .gun_sp_left dl dt,.gun_spray_product .gun_sp_right dl dt{
	display: block;
    font-size: 140%!important;
    font-weight: 800;
    border-bottom: 2px solid #c8c8c9;
    margin-bottom: 3%;
    padding-bottom: 2%;
}
.gun_spray_product .gun_sp_left dl dd,.gun_spray_product .gun_sp_right dl dd{
	display: block;
	font-size: 116%;
	font-weight: 800;
}
.gun_spray_product .gun_sp_left ul,.gun_spray_product .gun_sp_right ul{
	display: block;
}
.gun_spray_product .gun_sp_left ul li,.gun_spray_product .gun_sp_right ul li{
	list-style: disc;
    color: #333;
    margin-left: 6%;
    margin-bottom: 2%;
    text-decoration: underline;
}
.gun_spray_product .gun_sp_left ul li a,.gun_spray_product .gun_sp_right ul li a{
	color: #000;
}
.tanpin_tx{
	text-align: right;
}

/* -- SPRAYING KIT Ver.2025-08-01 -- */
#common-page[class*="pid"] #product-detail .common-b > .article {
	gap: 0;
}
.desc-feature--spraying-toplink {
	/*margin: -7rem auto 4.125rem;*/
	margin: 4.125rem auto;
}
.desc-feature--spraying-toplink li {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px solid #000;
}
.desc-feature--spraying-toplink li a {
	display: block;
	padding: 1em 6em;
	font-size: .875rem;
	font-weight: bold;
	color: #000!important;
}
.desc-feature--spraying {
	font-size: .875rem;
}
.product-spec img,
.desc-feature--spraying img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.desc-feature--spraying-title {
	width: fit-content;
	margin: 0 auto 2.5rem;
	text-align: center;
	line-height: 1.25;
}
.desc-feature--spraying-title .ico-renewal {
	width: fit-content;
	margin: 0 auto;
	padding: .5em 1em;
	background-color: #B50000;
	color: #fff;
	font-size: .75rem;
	line-height: 1;
}
.desc-feature--spraying-title h4 {
	display: flex;
	gap: .5em;
	align-items: center;
	margin: 1.625rem auto;
	font-size: 1.1875rem;
}
.desc-feature--spraying-title h4 span {
	font-size: 142.105%;
}
.desc-feature--spraying-title h4+p {
	width: fit-content;
	margin: auto;
	padding-bottom: .2em;
	color: #222B46;
	font-size: .9375rem;
	border-bottom: 1px solid #222B46;
}
.desc-feature-spraying--image {
	margin: 2.5rem auto;
}
.desc-feature-spraying--image img {
}
.desc-feature-spraying--image ul {
	display: flex;
	flex-wrap: wrap;
	gap: .625rem 1.25rem;
}
.desc-feature-spraying--image ul li {
	width: calc((100% - 1.25rem * 2) / 3);
}
/*.desc-feature-spraying--image ul li:first-child {
	width: 100%;
}*/
.desc-feature-spraying--image .desc-note-01 {
	margin: 1.375rem auto 0;
}
.desc-feature-spraying--point {
	padding: 40px;
	background-color: #fff;
}
.desc-feature-spraying--point-text {
	display: flex;
	margin: 0 3.5rem 3.5rem 1.25rem;
}
.desc-feature-spraying--point-text h5 {
	width: 18%;
	margin: 0;
	color: #C1AF8B;
	font-size: 1rem;
	line-height: 1;
}
.desc-feature-spraying--point-text ul {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	width: 82%;
}
.desc-feature-spraying--point-text ul li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-left: 1em;
	line-height: 1;
}
.desc-feature-spraying--point-text ul li:not(.desc-feature-point--images):before {
	position: absolute;
	left: calc(.5em - 1px);
	top: calc(.5em - 1px);
	content: '';
	width: 2px;
	height: 2px;
	xmargin-right: 1em;
	border-radius: 50%;
	background-color: #000;
}
.desc-feature-spraying--point-text ul li.desc-feature-point--images {
	padding-left: 0;
}
.desc-feature-spraying--point-text ul li span {
}
.desc-feature-spraying--point-text ul li strong {
	font-size: 108.333%;
}
.desc-feature-spraying--point-figure {
	position: relative;
	display: flex;
	gap: 3.75rem;
	margin-top: 3.5rem;
}
.desc-feature-spraying--point-figure:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-.5px,0);
	width: 0;
	height: 100%;
	border-right: 1px dashed #333;
}
.desc-feature-spraying--point-figure dl {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 50%;
}
.desc-feature-spraying--point-figure dl dt {
	margin-botom: 1.5rem;
	padding: .5rem;
	background-color: #747474;
	color: #fff;
	text-align: center;
	font-size: .9375rem;
	font-weight: bold;
	line-height: 1;
}
.desc-feature-spraying--point-figure dl:last-child dt {
	background-color: #549B6E;
}
.desc-feature-spraying--point-figure dl dd {
	margin-top: 1.5rem;
}
.desc-feature--spraying-movie {
	margin: 4rem auto;
}
.desc-feature--spraying-movie h5 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	font-size: 1rem;
	text-align: center;
}
.desc-feature--spraying-movie .desc-movie-contents {
	max-width: 380px;
	margin: 0 auto;
	text-align: center;
}
.desc-feature--spraying-movie .desc-movie-contents+p {
	margin-top: 2rem;
}
.desc-feature--spraying-kit {
	display: flex;
	flex-wrap: wrap;
	gap: 0 36px;
	align-items: center;
	margin: 3.5rem -90px;
	padding: 60px;
	background-color: #989898;
	color: #fff;
}
.product-spec .desc-feature--spraying-kit {
	margin: 3.5rem auto;
	border-radius: 2px; 
}
.desc-feature--spraying-kit>h5 {
	position: relative;
	padding: .25em 0 .25em 1.125rem;
	border-left: 4px solid #C1AF8B;
	font-size: 1rem;
	line-height: 1;
}
.desc-feature--spraying-kit>p {
	width: 100%;
	margin: 0 0 1.75rem;
	padding-left: calc(1.125rem + 4px);
	box-sizing: border-box;
}
.desc-feature--spraying-kit .desc-feature--spraying-kitimage {
	max-width: 360px;
}
.desc-feature--spraying-kit .desc-feature--spraying-kitcontent {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: .75rem;
	width: calc(100% - 360px - 36px);
}
.desc-feature--spraying-kit .desc-feature--spraying-kitcontent ul:nth-child(1) {
	display: flex;
	flex-direction: column;
	gap: .75rem;
}
.desc-feature--spraying-kit .desc-feature--spraying-kitcontent ul:nth-child(1) li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-left: 1em;
	line-height: 1;
}
.desc-feature--spraying-kit .desc-feature--spraying-kitcontent ul:nth-child(1) li:before {
	position: absolute;
	left: calc(.5em - 1px);
	top: calc(.5em - 1px);
	content: '';
	width: 2px;
	height: 2px;
	xmargin-right: 1em;
	border-radius: 50%;
	background-color: #fff;
}
.desc-feature--spraying-kit .desc-feature--spraying-kitcontent ul:nth-child(2) {
	margin-right: -1.25rem;
	padding: .75rem 1.25rem;
	background-color: #868484;
}
.product-spec .desc-feature--spraying-kit .desc-feature--spraying-kitcontent ul:nth-child(2) {
	margin-right: 0;
}
.desc-feature--spraying-kit .desc-feature--spraying-kitcontent ul:nth-child(2) li {
	margin-top: .625rem;
	padding-top: .625rem;
	border-top: 1px dashed #C3C3C3;
}
.desc-feature--spraying-kit .desc-feature--spraying-kitcontent ul:nth-child(2) li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
.desc-feature--spraying-option {
	margin: 3.5rem auto 0;
}
.product-spec .desc-feature--spraying-option {
	margin: 2.5rem auto;
}
.desc-feature--spraying-option h5 {
	position: relative;
	margin: 0 auto 2.25rem;
	padding: .25em 0 .25em 1.125rem;
	border-left: 4px solid #C1AF8B;
	font-size: 1rem;
	line-height: 1;
}
.desc-feature--spraying-option ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 1.875rem;
}
.desc-feature--spraying-option ul li {
	width: calc((100% - 1.875rem * 3) / 4);
}
.product-spec .desc-feature--spraying-option ul {
	flex-wrap: nowrap;
}
.product-spec .desc-feature--spraying-option ul li {
	width: calc((100% - 1.875rem * 5) / 6);
}
.desc-feature--spraying-option ul li a {
	color: #000!important;
	/*pointer-events: none;*/
}
.desc-feature--spraying-option ul li img {
	max-width: 100%;
	height: auto;
	margin-bottom: .625rem;
}
.btn-tover3 {
	
}
.btn-tover3 {
	/*margin: 80px auto 20px;*/
	padding: 80px 0 20px!important;
}
.btn-tover3 ul li {
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}
.btn-tover3 ul li a {
	display: block;
	padding: 1em 6em;
	background-color: #a4a4a4;
	border-radius: 2px;
	color: #fff!important;
}
.btn-tover3 ul li a:hover {
	opacity: .5;
	transition: .5s;
}

/* --------------------------
   ---- FOR ONLY PC SITE ----
   -------------------------- */
@media screen and (min-width: 501px) {
	/* HIDDEN OBJECT */
	.is-sp {
		display: none;
	}
	#product-detail h2 .status,
	#product-detail .product-photo .main,
	#product-detail .pro-description,
	#pro-description h3 {
		display: block;
	}
	#product-detail .product-photo .main {
		width: 100%;
		aspect-ratio: 2124 / 1110;
	}
	#product-detail .product-photo .main a {
		display: none;
	}
	p.bread-crumb {
		margin-bottom: 0;
	}
	/* CLEARFIX OPTIMIZER */
	#product-detail .cf:before,#product-detail .cf:after {
		content: none;
	}
	/* CHANGE LAYOUT */
	#product-detail .common-b .article {
		display: flex!important;
		flex-direction: column;
		gap: 70px;
		/*gap: 30px;*/
		padding: 0;
	}
	#product-detail .common-b .article .product-left,
	#product-detail .common-b .article .product-right {
		float: none;
		width: 100%;
		padding: 0;
	}
	#product-detail,
	#pro-description {
		background: transparent;
	}
	#product-detail {
		margin: 0;
	}
	/* PAGE TITLE */
	#product-detail .common-h {
		height: auto;
        margin: 40px 0 20px;
        padding: 10px 0;
        background: none!important;
		border: 0;
		text-indent: 0;	
	}
	#product-detail .common-h:after {
		margin: auto 0;
		content: '';
		width: 94px;
		height: 10px;
		background: url(/uploads/products/img20_echelon/ver30/logo_echelon_01.png) no-repeat 0 0;
		background-size: 94px auto;
	}
	#product-detail h2 .status {
		margin-right: 10px;
		flex-grow: 1;
	}
	#product-detail h2 .status img {
		float: right;
		margin-top: 5px;
	}
	#product-detail .common-b,
	#pro-description {
		padding-bottom: 1px;
		font-family: Arial, Helvetica,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	}
	#product-detail .common-b {
		position: relative;
		z-index: 2;
		margin-top: 0;
	}
	/* PRODUCT-LEFT */
	.product-photo .main {
		/*background: url(/uploads/products/img20_echelon/ver30/ver30_main_pseudo.jpg) no-repeat 0 0;*//* Removed at 2025-08-04 */
		background: url(/uploads/products/img20_echelon/ver30/ver30_main_spraying.jpg) no-repeat 0 0;/* Modified at 2025-08-04 */
		background-size: 100% auto;
		aspect-ratio: 1 / .52222;
	}
	.product-photo .main a {
		visibility: hidden;
	}
	/* PRODUCT-RIGHT */
	.product-right {
	}
	.product-right .product-spec .product-spec-list-wrapper {
		display: flex;
		/*flex-wrap: wrap;*//* Removed at 15 May. 2024 */
		justify-content: space-around;
		/*gap: 0;*//* Removed at 15 May. 2024 */
		gap: 60px;/* Added at 15 May. 2024 */
		margin: 0 40px;/* Added at 15 May. 2024 */
		font-family: Arial, Helvetica,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	}
	.product-right .product-spec h3 {
		width: 100%;
		margin: 0 0 40px!important;
		font-size: 1.375rem;
		text-align: center;
	}
	.product-right .product-spec h3 span {
		display: block;
		margin-top: 1em;
		color: #a4a4a4;
		font-size: .8125rem;
		font-weight: normal;
		line-height: 1;
	}
	.product-spec-list {
		/*width: 200px;
		width: calc((100% - (60px * 4)) / 3);*/
		width: calc(100% / 3);/* Added at 15 May. 2024 */
	}
	.product-spec-list:nth-child(2) {/* Added at 15 May. 2024 */
		flex-shrink: 10;
	}
	.product-spec-list:nth-child(3) {/* Added at 15 May. 2024 */
		flex-shrink: 16;
	}
	.product-spec-list-img img {
		width: auto;
		height: 157px;
	}
	.product-spec-list h4 {
		margin: 35px 0 10px;
		line-height: 1.5;
	}
	.product-spec-list h4 span:first-child {
		font-size: .75rem;
		font-weight: normal;
	}
	.product-spec-list h4 span:last-child {
		font-size: 1.125rem;
	}
	.product-spec-list ul,
	.product-spec-list p {/* Modified at 15 May. 2024 */
		padding: 10px 0;
	}
	.product-spec-list p a {/* Modified at 15 May. 2024 */
		color: #000!important;
	}
	.product-spec-list ul:not(:first-of-type) {/* Modified at 15 May. 2024 */
		border-top: 1px solid #c8c8c9;
	}
	.product-spec-list ul li {
		line-height: 1.75;
	}
	/* BOOKMARK-CONTACT */
	.product-option {
		width: 357px;
		margin: 0 0 0 auto;
	}
	.product-option div {
		margin-right: 0;
		/*padding: 5px 8px;
		-moz-border-radius: 4px;
		border-radius: 4px;*/
	}
	/* SET FORM */
	#setForm {
		padding: 0;
	}
	.product-option div#contact img {
		margin-top: 5px;
	}
	table.pro-set td, table.pro-set th {
		border: 0;
		border-bottom: 1px solid #d7d7d7;
	}
	table.pro-set th {
		padding: 15px 20px;
		background: #d7d7d7;
	}
	table.pro-set td {
		padding: 18px 8px;
		background: #fff;
	}
	.pro-set-name {
		color: inherit;
	}
	#pro-description>h3:first-child {
		display: none;
	}
	.pict-btn-cartin2 {
		width: 300px;
		height: 45px;
		background: url(/uploads/products/img20_echelon/ver30/btn_addcart.png) no-repeat 0 0;
		background-size: 300px;
	}
	#product-detail .article {
		padding: 10px;
	}
	.desc-feature--point-thickness {
		margin-top: 2rem;
	}
}

/* --------------------------
   ---- FOR ONLY TABLET SITE ----
   -------------------------- */
@media screen and (min-width: 500px) and (max-width: 768px) {
	.desc-feature-spraying--point-text,
	.desc-feature-spraying--point-figure {
		flex-direction: column;
		margin: 0 auto 3.5rem;
		gap: 1.25rem;
	}
	.desc-feature-spraying--point-figure:before {
		content: none;
	}
	.desc-feature-spraying--point-text h5,
	.desc-feature-spraying--point-text ul,
	.desc-feature-spraying--point-figure dl {
		width: 100%;
	}
	.desc-feature--spraying-kit {
		flex-direction: column;
	}
	.desc-feature--spraying-kit .desc-feature--spraying-kitimage,
	.desc-feature--spraying-kit .desc-feature--spraying-kitcontent {
		width: 100%;
	}
	.desc-feature--spraying-kit .desc-feature--spraying-kitcontent ul:nth-child(1) {
		margin-top: 1.5rem;
	}
	.desc-feature--spraying-kit .desc-feature--spraying-kitcontent ul:nth-child(2) {
		margin-right: 0;
	}
	.desc-feature--spraying-option ul {
	}
	.desc-feature--spraying-option ul li {
		width: calc((100% - 1.875rem * 2) / 3);
		font-size: .75rem;
	}
	.product-spec {
		margin: 3.5rem auto;
	}
	.product-spec .desc-feature--spraying-option ul {
		flex-wrap: wrap;
		gap: 1.25rem;
	}
	.product-spec .desc-feature--spraying-option ul li {
		width: calc((100% - 1.25rem * 2) / 3);
	}
}

/* --------------------------
   ---- FOR ONLY SP SITE ----
   -------------------------- */
@media screen and (max-width: 500px) {/* 500px to 428px */
	/*　HIDDEN ELEMENTS */
	.is-pc,.ttl02 {
		display: none;
	}
	#common-page .jCarousel li {
		background: url(/uploads/products/img20_echelon/ver30/ver30_main_spraying.jpg) no-repeat 0 0;/* Modified at 2025-08-04 */
		background-size: 100% auto;
		aspect-ratio: 1 / .52222;
	}
	#common-page .jCarousel li img {
		display: none;
	}
	/* TITLE */
	#pro-detail .page-h {
		position: relative;
		background-color: transparent;
		border: 0;
	}
	#pro-detail .page-h h2 {
		color: #000;
		font-family: "Hind", sans-serif;
		font-size: 1rem;
	}
	#pro-detail .page-h:after {
		position: absolute;
		top: calc(100% - 1.5rem);
		right: 10px;
		margin: auto 0;
		content: '';
		width: 94px;
		height: 10px;
		background: url(/uploads/products/img20_echelon/ver30/logo_echelon_01.png) no-repeat 0 0;
		background-size: 94px auto;
	}
	
	/* MAIN VISUAL */
	#detaile-photo ul li img {
		width: 100%!important;
	}
	
	/* PRODUCT-RIGHT */
	.product-spec .product-spec-list-wrapper {
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin-bottom: 25px;
    margin: 0 .5rem;
    font-family: Arial, Helvetica, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	}
	.product-spec h3 {
		width: 100%;
		margin: 0 0 25px!important;
		font-size: .875rem;
		text-align: center;
		text-transform: uppercase;
	}
	.product-spec h3 span {
		display: block;
		margin-top: 1em;
		color: #a4a4a4;
		font-size: .75rem;
		font-weight: normal;
		font-family: Arial, Helvetica, "sans-serif";
		line-height: 1;
	}
	.product-spec-list {
		display: flex;
		flex-direction: column;
		align-items: center;
		flex-shrink: 1;/* Added at 15 May. 2024 */
	}
	.product-spec-list-img img {
		width: 160px;
		height: auto;
	}
	/* .product-spec-list h4,
	.product-spec-list ul,
	.product-spec-list p
		width: calc(100% - 108px - 10px);
	}          {/* Modified at 01 July. 2025 */
	.product-spec-list h4 {
		margin: 25px 0 10px;
		line-height: 1.5;
	}
	.product-spec-list h4 span:first-child {
		font-size: .75rem;
		font-weight: normal;
	}
	.product-spec-list h4 span:last-child {
		font-size: 1.125rem;
	}
	.product-spec-list ul,
	.product-spec-list p {/* Modified at 15 May. 2024 */
		padding: 10px 0;
	}
	.product-spec-list p a {/* Modified at 15 May. 2024 */
		color: #000!important;
		font-weight: normal!important;
	}
	.product-spec-list ul:not(:first-of-type) {/* Modified at 15 May. 2024 */
		border-top: 1px solid #c8c8c9;
	}
	.product-spec-list ul li {
		line-height: 1.75;
	}
	.product-spec-notice {
		margin: 30px 2rem;
		/*margin: 0 2rem 30px;*/
	}

	/* ADD TO CART */
	.btn07 a:not(.txt-btn-addcart), .btn07 button:not(.txt-btn-addcart) {
		/*width: 300px;
		height: 45px;*//* Removed at 10 May. 2024 */
		background: url(/uploads/products/img20_echelon/ver30/btn_addcart.png) no-repeat 0 0;
		background-size: 100% auto;
	}
	.btn07 button:not(.txt-btn-addcart) {
		margin: 0 auto;
		text-indent: -10000px;
	}
	.btn07 button:not(.txt-btn-addcart) img {
		visibility: hidden;
	}

	/* RELATED PRODUCTS */
	.sp-product-recommend h4 {
		background-color: transparent!important;
		color: #000!important;
		text-transform: uppercase;
		font-size: .875rem;
	}
	.sp-product-recommend h4 span {
		display: block;
		margin-top: 1em;
		color: #a4a4a4;
		font-size: .75rem;
		font-family: "Hind", sans-serif;
		font-weight: 400;
		font-style: normal;
		line-height: 1;
	}
	.sp-product-recommend h5 {
		position: relative;
		padding-bottom: 6px; 
		border-bottom: 1px solid #002b69;
		font-size: .8125rem;
		text-align: center;
	}
	.sp-product-recommend h5:after {
		position: absolute;
		bottom: 2px;
		left: 0;
		content: '';
		width: 100%;
		height: 1px;
		background-color: #c8c8c9;
	}
	.sp-product-recommend h5 span {
		display: none;
	}
	
	/* PRODUCT NAV */
	.product-nav {
		margin: 30px 0 0;
	}
	.product-nav ul {
		gap: 0px;
		justify-content: space-around;
		margin: 0 auto;
	}
	.product-nav ul li {
		text-align: center;
	}
	.product-nav ul li a {
		color: #000!important;
	}
	.product-nav ul li a:hover {
		color: #c1af8b!important;
	}

	/* DESC-MAIN */
	.desc-main {
		margin: 0 auto;
	}
	.desc-main h3 {
	}
	.desc-main h3 img {
	}
	.desc-main p {
		margin: 50px 10px 0!important;
		font-size: .875rem;
		line-height: 1.75;
	}
	.desc-main .desc-main-movie {
		margin: 60px 20px 0!important;
	}
	
	/* DESC-FEATURE */
	.desc-feature {
		margin: 60px -10px 0;
		padding: 55px 10px;
	}
	.desc-feature-main {
	}
	.desc-feature-main h4 {
		padding: 0 .5em;
		font-size: 1rem;
	}
	.desc-feature-main h4 + p {
	}

	/* DESC-FEATURE-SECTION-01 */
	.desc-feature-mechanism {
		margin: 40px 0 0;
		padding: 0 0 25px;
		background-color: #fff;
	}
	.desc-feature-mechanism h5 {
		margin: 0;
		padding: 1em;
		background-color: #fff;
		font-size: .875rem;
		border-left: 5px solid #c1af8b;
	}
	.desc-feature-mechanism .desc-feature-mechanism--images + p {
		margin: 20px 20px 0;
	}
	.desc-feature-mechanism .desc-feature-mechanism--images {
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}
	.desc-feature-mechanism .desc-feature-mechanism--images + p {
		font-size: .75rem;
	}

	/* DESC-FEATURE-SECTION-02 */
	.desc-feature-section-02 {
		flex-direction: column;
		gap: 20px;
		align-items: center;
		margin: 50px 10px 0;
	}
	.desc-feature-section-02 h4 {
		width: -moz-fit-content;
		width: fit-content;
		margin: 0 auto;
		padding: 0 .5em;
		border-bottom: 1px solid #000;
		font-size: 1rem;
	}
	.desc-feature-section-02 h4 + p {
		margin: 25px 0 0;
		font-size: .875rem;
		line-height: 2;
	}
	.desc-feature-section-02 .desc-feature-section--text {
		width: 100%;
	}
	.desc-feature-section-02 .desc-feature-section--images {
		flex-direction: column;
		column-gap: 20px;
		width: 100%;
		margin: 0 auto;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.desc-feature-section-02 .desc-feature-section--images img {
		width: 100%;
	}

	/* DESC-FEATURE-SECTION-03 */
	.desc-feature-section-03 {
		margin: 50px 0 0;
	}
	.desc-feature-select {
		flex-direction: column;
		gap: 40px;
		padding: 40px 25px;
	}
	.desc-feature-select > div {
		width: 100%;
	}
	.desc-feature-select > div h6 {
	}
	.desc-feature-select .desc-feature-select-01 h6,
	.desc-feature-select > div:last-child h6 {
		font-size: .8125rem;
	}
	.desc-feature-select-content {
	}
	.desc-feature-select-content p {
		font-size: .75rem;
	}
	.desc-feature-select-content > dl {
	}
	.desc-feature-select-content > dl dt {
		font-size: .813rem;
	}
	.desc-feature-select-content > div {
	}
	.desc-feature-select-content > div img {
	}
	
	/* DESC NOTE */
	.desc-note-01 {
		margin: -0.75rem auto 0;
	}

	/* DESC DL SDS*/
	.desc-dlsds {
		padding: 80px 0 20px!important;
	}
	.desc-dlsds ul li {
		position: relative;
		margin: 0 auto;
	}
	.desc-dlsds ul li a {
		padding: 1em 3em;
		color: #fff!important;
	}
	.desc-dlsds ul li a:hover {
	}
	.desc-dlsds ul li a:before {
	}

	/* DESC-MOVIE */
	.desc-movie {
		flex-direction: column;
		align-items: center;
		min-height: auto;
		margin: 80px 0 0;
		padding: 30px 20px;
		background-size: auto 100%;	
		background-position: center;
	}
	.desc-movie h4 {
		margin-bottom: 30px;
		text-align: center;
		font-size: 1.25rem;
		line-height: 1;
	}
	.desc-movie * {
		width: 100%;
	}
	.desc-movie .desc-movie-contents {
		width: 100%;
		margin-right: 0;
	}
	#gun_spray_set{
		display: block;
		width: 100%;
		margin: 10% auto;
		background: #f2f2f2;
		padding: 5% 3% 8%;
		max-width: 900px;
		box-sizing: border-box;
	
	}
	#gun_spray_set h3{
		font-size: 130% !important;
		font-weight: 800;
		text-align: left !important;
		vertical-align: middle;
		text-transform: none;
	}
	#gun_spray_set h5 {
		font-weight: 100;
		font-size: 115%;
		margin: 6% 0;
		line-height: 145%;
	}
	.gun_spray_product {
		display: block;
		justify-content: unset;
	}
	.gun_spray_product .gun_sp_left, .gun_spray_product .gun_sp_right {
		display: block;
		width: 80%;
		margin: 10% auto 10%;
	}
	gun_spray_product .gun_sp_left dl, .gun_spray_product .gun_sp_right dl {
		display: block;
		margin: 8% auto 4%;
		border: none !important;
	}
	.gun_spray_product .gun_sp_left dl dd, .gun_spray_product .gun_sp_right dl dd {
		display: block;
		font-size: 105% !important;
		font-weight: 800;
		border: none !important;
	}
	
	/* -- SPRAYING KIT Ver.2025-08-01 -- */
	.desc-feature--spraying-toplink {
		margin: 0 auto 4.125rem;
	}
	.desc-feature--spraying-toplink li a {
		padding: .5em 2em;
	}
	.desc-feature-spraying--point {
		padding: 40px 1.25rem;
	}
	.desc-feature--spraying-title h4 {
		flex-direction: column;
	}
	.desc-feature-spraying--point-text,
	.desc-feature-spraying--point-figure {
		flex-direction: column;
		margin: 0 auto 3.5rem;
		gap: 1.25rem;
	}
	.desc-feature-spraying--point-figure:before {
		content: none;
	}
	.desc-feature-spraying--point-text h5,
	.desc-feature-spraying--point-text ul,
	.desc-feature-spraying--point-figure dl {
		width: 100%;
	}
	.desc-feature--spraying-kit {
		flex-direction: column;
		margin-left: 0;
		margin-right: 0;
		padding: 2.5rem 1.25rem;
	}
	.desc-feature--spraying-kit>p {
		margin: 1.75rem auto;
	}
	.desc-feature--spraying-kit .desc-feature--spraying-kitimage,
	.desc-feature--spraying-kit .desc-feature--spraying-kitcontent {
		width: 100%;
	}
	.desc-feature--spraying-kit .desc-feature--spraying-kitcontent ul:nth-child(1) {
		margin-top: 1.5rem;
	}
	.desc-feature--spraying-kit .desc-feature--spraying-kitcontent ul:nth-child(2) {
		margin-right: 0;
	}
	.desc-feature--spraying-option ul {
		gap: 1.25rem;
	}
	.desc-feature--spraying-option ul li {
		width: calc((100% - 1.25rem * 1) / 2);
	}
	.product-spec {
		margin: 2.5rem auto;
	}
	.product-spec .desc-feature--spraying-option ul {
		flex-wrap: wrap;
		gap: 1.25rem;
	}
	.product-spec .desc-feature--spraying-option ul li {
		width: calc((100% - 1.25rem * 2) / 3);
	}
	.btn-tover3 ul li a {
		padding: 1em 3em;
	}
}