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

article .main-one-col {
    width: 100%;
}
#main-container {
    width: 100%;
	max-width: 950px;
	margin: 0 auto;
}

.top_image {
	background-color: inherit;
	margin: 50px auto 100px;
	max-width: 1200px;
}
.top_image .img.src1 {
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
	padding-top: 62.5%;
	font-size: 0;
	background-image: url(/html/img/vcoat/main_image.jpg);
	background-size: cover;
	background-position: center center;
}

.sec-wrap section.catch_sec,
.sec-wrap section.graph_sec,
.sec-wrap section.lineup_sec {
    margin-top: 6em;
	box-sizing: border-box;
}

.sec-wrap .catch_sec,
.sec-wrap .title_sec,
.sec-wrap .lineup_sec {
	width: 100%;
}

.sec-wrap .catch_sec .main_text,
.sec-wrap .lineup_sec .main_text {
    margin: 50px 0 50px 0;
}

.sec-wrap .catch_sec .main_text h2,
.sec-wrap .lineup_sec .main_text h2 {
	color: #5cc2d9;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 4px;
    font-family: 'Noto Sans JP', sans-serif;
}
.sec-wrap .catch_sec .sub_text p,
.sec-wrap .lineup_sec .sub_text p {
	color: #595757;
	text-align: left;
	font-size: 1rem;	
}
.sec-wrap .catch_sec img,
.sec-wrap .lineup_sec img {
	width: 100%;
}
.sec-wrap .catch_sec .sub_text:last-child img {
    width: 85%;
    border: solid 1px #aaa
}
.sec-wrap .catch_sec .button {
    outline: none;
    border: none;
	display: block;
    width: 600px;
    height: 140px;
    margin: 0 auto 4em;
    padding: 1em;
    color: white;
	opacity: 0.8;
    background-image: url(/html/img/vcoat/report_button.png);
    background-position: 0 0;
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    text-indent: -9999%;
    overflow: hidden;
}
.sec-wrap .catch_sec .button:hover {
	opacity: 1;
}
.sec-wrap .catch_sec .button:active,
.sec-wrap .catch_sec .button:focus {
    outline: none;
    border: none;
}
.sec-wrap .catch_sec .button:active {
    background-position: 0 3px;
}
.sec-wrap .catch_sec .caution {
    width: 100%;
    margin: 0 auto;
    border: none;
    text-align: left;
	background-color: #efefef;
}
.sec-wrap .catch_sec .caution ul {
	padding: 2em;
}
.sec-wrap .catch_sec .caution ul li {
	color: #333;
    font-size: 0.8rem;
    text-indent: -1em;
    /* letter-spacing: 1px; */
    margin-left: 1em;
}
.sec-wrap .catch_sec .caution ul li+li {
    margin-top: 1em;
}

.sec-wrap .lineup_sec .lineup_items {
    margin-bottom: 2em;
    padding-bottom: 1.5em;
    border-bottom: dotted 1px #5cc2d9;
}
.sec-wrap .lineup_sec .lineup_items:nth-of-type(5) {
    border-bottom-color: transparent;
    border-bottom-width: 0px;
}

.sec-wrap .lineup_sec .lineup_items .item_title {
    margin: 2em auto 1.5em;
	font-size: 2.5rem;
    font-family: 'Noto sans jp', sans-serif;
    font-weight: 700;
    color: #5a5a5a;
    letter-spacing: 0.05em;
}
.sec-wrap .lineup_sec .lineup_items .item_title:before {
    content: "";
    display: block;
    width: 180px;
    height: 150px;
    margin: 0 auto 1em;
    padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.sec-wrap .lineup_sec .lineup_items.tsv .item_title:before {
	background-image: url(/html/img/vcoat/lineup-cat.png);
}
.sec-wrap .lineup_sec .lineup_items.natural-v .item_title:before {
	background-image: url(/html/img/vcoat/lineup-easier.png);
}
.sec-wrap .lineup_sec .lineup_items.ecopraise-v .item_title:before {
	background-image: url(/html/img/vcoat/lineup-natural.png);
}
.sec-wrap .lineup_sec .lineup_items.urethane-v .item_title:before {
	display: none;
}
.sec-wrap .lineup_sec .lineup_items .item_title span {
	display: block;
	font-size: 1rem;
}
.sec-wrap .lineup_sec .lineup_items .item_title span span {
    display: inline-block;
	position: relative;
    margin: 0 auto 1em;
    padding: 3px 14px 5px;
    border-radius: 1em;
    vertical-align: bottom;
    color: #fff;
    background-color: #e2a22d;
}
.sec-wrap .lineup_sec .lineup_items .item_title span span:after {
    content: "";
    width: 0;
    height: 0;
    border: solid 0.8rem transparent;
    border-top-color: #e2a22d;
    border-bottom-width: 0;
    position: absolute;
    left: calc( 50% - 0.5rem );
    bottom: calc( 0% - 0.7rem);
}
.sec-wrap .lineup_sec .lineup_items .item_text {
    width: 80%;
    margin: 0 auto 3em;
    font-size: 1rem;
    line-height: 2.5;
    text-align: left;
}
.sec-wrap .lineup_sec .lineup_items .item_text span {
    display: block;
    margin: 1em 0;
    font-size: 0.9em;
    line-height: 1.6;
}
.sec-wrap .lineup_sec .lineup_items .item_image {
	width: 80%;
	margin: 0 auto 3em;
}
.sec-wrap .lineup_sec .lineup_items .item_image .link {
	display: block;
	margin: 1em;
	text-decoration: underline;
	text-align: left;
	color: #666;
}
@media screen and (max-width: 1199px) {
	.top_image .img.src1 {
		width: 90%;
		height: 0;
		margin: 0 auto;
		padding-top: 56.25%;
	}
	.sec-wrap .title_sec .title img {
		width: 60%;
		padding: 40px;
	}
}
@media screen and (max-width: 950px) {
	article .main-one-col {
		width: 90%;
	}
	.sec-wrap .catch_sec,
	.sec-wrap .title_sec,
	.sec-wrap .lineup_sec {
		width: 100%;
	}

}
@media screen and (max-width: 650px) {
	.top_image {
		margin-bottom: 50px;
	}
	.top_image .img.src1 {
		width: 90%;
		height: 0;
		margin: 0 auto;
		padding-top: 112.5%;
		background-image: url(/html/img/vcoat/main_image_tate.jpg);
	}
	.sec-wrap .title_sec .title img {
		width: 100%;
	}
	.sec-wrap .catch_sec .main_text h2, .sec-wrap .lineup_sec .main_text h2 {
		font-size: 1.5rem;
	}
	.sec-wrap section.catch_sec,
	.sec-wrap section.graph_sec,
	.sec-wrap section.lineup_sec {
		margin-top: 3em;
	}
	.sec-wrap .catch_sec .button {
		width: 100%;
		height: 0;
		padding: 0;
		padding-top: 23.3%;
		margin-bottom: 2em;
	}
	.sec-wrap .lineup_sec .lineup_items .item_title {
		font-size: 1.8rem;
	}
	.sec-wrap .lineup_sec .lineup_items .item_text {
		width: 100%;
		font-size: 0.9em;
		line-height: 2;
	}
	.sec-wrap .lineup_sec .lineup_items .item_text span {
		font-size: 0.8em;
	}
	.sec-wrap .lineup_sec .lineup_items .item_image {
		width: 100%;
	}
	.sec-wrap .lineup_sec .lineup_items .item_title span {
		font-size: 0.9rem;
	}
	.sec-wrap .lineup_sec .lineup_items .item_title span span:after {
		left: calc( 45% - 0.4rem );
		bottom: calc( 0% - 0.75rem);
	}
}



.sec-wrap .lineup_sec .lineup_items {
	padding-bottom: 2em;
}
.table-wrap {
	width: 100%;
	padding: 50px 1em 0;
	background-color: #fafafa;
	transition: all .3s;
	overflow-x: scroll;
	overflow-y: hidden;
}
.table-wrap.close {
	height: 0;
	padding-top: 0;
}
.table {
	margin-bottom: 75px;
}
.table table {
	width: 100%;
}
.table h4 {
	text-align: left;
	font-size: 14px;
	border-left: solid 0.6em #ac1;
	padding-left: 0.5em;
	line-height: 1.6;
}
.table h4 span {
	display: inline-block;
	font-size: 12px;
	padding: 0px 6px;
	margin: 2px 0 0 1em;
	color: #fff;
}
.table h4 span.juchu {
	background-color: #7cbb7c;
}
.table h4 span.toiawase {
	background-color: #c1a874;
}
.table h4 span.yukadan {
	background-color: #d7922c;
}
.table h4 span.logo {
	width: 144px;
	height: 36px;
	margin-top: -14px;
	margin-right: -15px;
	float: right;
	background-color: transparent;
	background-size: cover;
}
.table h4 span.logo.azumino-matsu {
	background-image: url(https://www.prairie.co.jp/html/img/vcoat/vcoat_logo_am.png);
}
.table h4 span.logo.azumino-hinoki {
	background-image: url(https://www.prairie.co.jp/html/img/vcoat/vcoat_logo_ah.png);
}
.table h4 span.logo.matsu-smile {
	background-image: url(https://www.prairie.co.jp/html/img/vcoat/vcoat_logo_ms.png);
}
.table h4 span.logo.dona-oak {
	background-image: url(https://www.prairie.co.jp/html/img/vcoat/vcoat_logo_do.png);
}
.table h4 span.logo.shinano-kuri {
	background-image: url(https://www.prairie.co.jp/html/img/vcoat/vcoat_logo_sk.png);
}
.table tbody tr:last-child {
	border-bottom: solid 1px #dee2e6;
}

@media screen and (max-width: 949px){
	.table {
		min-width: 950px;
		
	}
}


.lineup_sec .lineup_items .table th {
	padding: .5rem .5em;
	border-bottom-width: 0;
	text-align: center;
}
.lineup_sec .lineup_items .table td {
	padding: .75rem .5em;
	text-align: center;
	vertical-align: middle;
}
.lineup_sec .lineup_items .table td div {
	width: 100px;
	height: 75px;
	overflow: hidden;
	position: relative;
}
.lineup_sec .lineup_items .table td div img {
	width: 100%;
	height: auto;
	position: absolute;
	top: -25%;
	left: 0;
}
.lineup_sec .lineup_items .table td div.double {
	width: 200px;
}
.lineup_sec .lineup_items .table td div.double img {
	width: 49%;
}
.lineup_sec .lineup_items .table td div.double img:nth-child(2) {
	left: 51%;
}
.lineup_sec .lineup_items .table td .link_button:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f35d";
	display: inline-block;
	margin-left: .5em;
	vertical-align: baseline;
}

.accordion-btn {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	border: 1px solid #ccc;
	padding: 1.25rem;
	color: #333;
	text-align: center;
	letter-spacing: 1px;
	font-size: 16px;
	margin-bottom: 0;
	background-color: rgb(247,247,247);
}
.accordion-btn:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f078";
	color: #999;
	display: inline-block;
	position: absolute;
	right: 1.25em;
	transition: all .3s;
	transform: rotate(-180deg);
}
.accordion-btn.collapsed:after {	
	transform: rotate(0deg);
}
.accordion-btn:focus {
	outline: 0;
}

.c-modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.c-modal_bg {
	background: rgba(0, 0, 0, 0.6);
	height: 100vh;
	width: 100%;
}
.c-modal_content {
	background: #fff;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 5px;
}
.c-modal_content._sm {
	width: 30%;
}
.c-modal_content._md {
	width: 50%;
}
.c-modal_content._lg {
	width: 70%;
}
.c-modal_content_inner {
	position: relative;
	padding: 2em;
}
.c-modal_close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 1.6em;
}

.c-modal .image-wrap img {
	width: 100%;
	max-width: 600px;
	height: auto;
}
.c-modal .text-wrap p {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Yu Gothic", YuGothic, Roboto, Ubuntu, "Hiragino Kaku Gothic Pro", "Hiragino Sans GB", Meiryo, "Malgun Gothic", "Helvetica Neue", sans-serif;
	font-size: 1em;
	line-height: 2;
	text-align: left;
	padding: 0 1em 0;
}
.c-modal .text-wrap p span {
	display: block;
	margin: 0 0 1em 0;
	font-size: 1.2em;
	text-align: center;
}
.c-modal .text-wrap img.logo {
	width: 35%;
	max-width: 260px;
	padding-top: 1em;
}
@media screen and (max-width: 477px){
	.c-modal_content._sm {
		width: 50%;
	}
	.c-modal_content._md {
		width: 70%;
	}
	.c-modal_content._lg {
		width: 90%;
	}
	.c-modal .image-wrap img {
		width: 90%;
	}
	.c-modal .text-wrap p {
		font-size: .8em;
		line-height: 1.6;
	}
	.c-modal .text-wrap p span {
		font-size: 1em;
		margin: 0 0 .5em 0;
	}
	.c-modal .text-wrap img.logo {
		width: 60%;
	}
}
.scroll-hint-icon-wrap{
	max-height: 200px;
}
html.js-scroll-stop,
body.js-scroll-stop {
	overflow: hidden;
}
