@charset "utf-8";


/*** Products Contents Styles ***/



/* Common
------------------------------------------------------------- */

p.products_index_lead {
	font-size: 1.7rem;
	margin-bottom: 30px;
}

.products_index_option_box h2, .products_index_feature_box h2 {
	font-size: 3.6rem;
	margin-bottom: 30px;
	line-height: 1.4;
}

.products_index_option_box > h2 span, .products_index_feature_box > h2 span {
	display: block;
	font-size: 2.4rem;
	margin-bottom: 5px;
}

.products_index_faq_box + hr + .product_contact_box {
	margin-top: -80px;
}




/* Modal Window
------------------------------------------------------------- */

.modal_bg {
	display: none;
	z-index: 222222;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.90);
}

.modal_box {
	display: none;
	position: fixed;
	z-index: 333333;
	width: 100%;
	max-width: 980px;
	max-height: 100vh;
	margin: 0;
	padding-top: 100px;
	overflow: auto;
}

.modal_close {
	display: block;
	width: 54px;
	height: 54px;
	text-align: center;
	font-size: 0;
	border-radius: 50%;
	border: 1px solid #700a00;
	background-color: rgba(255,255,255,0.5);
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.modal_close::before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 1px;
	background-color: #700a00;
	position: absolute;
	left: 10px;
	top: 26px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.modal_close::after {
	content: "";
	display: inline-block;
	width: 32px;
	height: 1px;
	background-color: #700a00;
	position: absolute;
	left: 10px;
	top: 26px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.modal_img_box, .modal_img_box_w, .modal_img_box_w3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.modal_img_box > div {
	margin: 20px;
	max-width: 540px;
}

.modal_img_box_w > div {
	margin: 20px;
	max-width: 420px;
}

.modal_img_box_w3 > div {
	margin: 20px;
	max-width: 270px;
}

.modal_img_box > div .modal_title,
.modal_img_box_w > div .modal_title,
.modal_img_box_w3 > div .modal_title {
	display: inline-block;
	margin: 0;
	padding: 8px;
	line-height: 1;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	color: #fff;
	background-color: #700a00;
}

.modal_img_box > div img,
.modal_img_box_w > div img,
.modal_img_box_w3 > div img {
	display: block;
	width: 100%;
	height: auto;
}

.modal_txt_box {
	padding-top: 10px;
}

.modal_txt_box p {
	font-size: 1.4rem;
	line-height: 1.6;
	padding-bottom: 8px;
}


/*Modal Material*/

.modal_box.material {
	max-width: 1020px !important;
}

.modal_material_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.modal_material_box > div {
	margin: 20px;
	width: 290px;
}

.modal_material_box > div h5 {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.4;
	font-size: 2.2rem;
}

.modal_material_box > div h5 span {
	display: block;
	font-size: 2rem;
	color: #700a00;
}

.modal_material_box > div img {
	width: 100%;
	margin-bottom: 10px;
}

.modal_material_box > div p {
	font-size: 1.4rem;
	line-height: 1.6;
}

.modal_material_box > div.modal_material_spec,
.subcont_material_box > div.modal_material_spec {
	padding: 12px;
	width: 300px;
	background-color: #ccc;
	align-self: flex-start;
}


/*Modal Button*/

.products_index_box > h3 span.modal_btn_pc {
	display: none;
}

.products_index_box p.modal_btn_sp {
	margin-bottom: 30px;
}

.products_index_box p.modal_btn_sp a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 15px 10px;
	line-height: 1;
	text-align: center;
	font-size: 1.4rem;
	min-width: 280px;
	color: #700a00;
	white-space: nowrap;
	border: 1px solid #700a00;
	border-radius: 30px;
	cursor: pointer;
}

.products_index_box p.modal_btn_sp a:hover,
.products_index_box p.modal_btn_sp a:active {
	color: #fff;
	background-color: #700a00;
	text-decoration: none;
}




/* Categories Index
------------------------------------------------------------- */

.products_index_box {
	padding: 0 20px;
}

.products_index_box::after {
	content:"";
	display:block;
	clear:both;
}

.products_index_box > h2 {
	font-size: 3.6rem;
	margin-bottom: 50px;
}

.products_index_box > h2 > span {
	display: block;
	font-size: 1.8rem;
}

.products_index_box > h3 {
	display: inline-block;
	font-size: 2.6rem;
	margin-bottom: 15px;
	padding: 0;
	border-bottom: 1px solid #000;
}

.products_index_box > h4 {
	font-size: 2.2rem;
	margin-bottom: 10px;
	padding: 0;
	color: #700a00;
}

.products_index_box > h3 + h4 {
	margin-top: 30px;
}

ul.products_index_list {
	margin: 0 0 40px 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

ul.products_index_list::after {
	content:"";
	display:block;
	clear:both;
}

ul.products_index_list li {
	margin: 0 0 60px 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}

ul.products_index_list li img {
	width: 100%;
	margin-bottom: 15px;
	opacity: 1;
}

ul.products_index_list li > div.clickable-box:hover img {
	opacity: 0.8;
}

ul.products_index_list li h3,
ul.products_index_list li h4,
ul.products_index_list li h5 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	line-height: 1.4;
	font-weight: 400;
	font-size: 3rem;
	border-bottom: 1px solid #700a00;
}

ul.products_index_list li h3 a,
ul.products_index_list li h4 a,
ul.products_index_list li h5 a {
	display: block;
	color: #1a1a1a;
	text-decoration: none;
}

ul.products_index_list li h3 a:hover, ul.products_index_list li h3 a:active,
ul.products_index_list li h4 a:hover, ul.products_index_list li h4 a:active,
ul.products_index_list li h5 a:hover, ul.products_index_list li h5 a:active {
	color: #2d2d2d;
	text-decoration: none;
}

ul.products_index_list li h3 span.type,
ul.products_index_list li h4 span.type,
ul.products_index_list li h5 span.type {
	display: inline-block;
	margin: 0 0 5px 0;
	padding: 6px;
	line-height: 1;
	font-size: 1.6rem;
	color: #fff;
	background-color: #2d2d2d;
}

ul.products_index_list li .process_pw {
	padding: 5px 0;
	margin: 0 0 10px 0;
	font-size: 2rem;
	line-height: 1.6;
	color: #700a00;
	text-indent: -5em;
	padding-left: 5em;
}

ul.products_index_list li .process_pw span {
	display: block;
	padding: 0;
	margin: 0;
	font-size: 1.4rem;
}

ul.products_index_list li .process_pw span.s1 {
	display: inline!important;
}

@media all and (-ms-high-contrast: none){

	ul.products_index_list li .process_pw span {
		text-indent: -6.8em;
	}

}

ul.products_index_list li .products_notes {
	font-size: 1.5rem;
	margin: 0 0 20px 0;
	padding: 0;
	flex-grow: 1;
}

ul.products_index_list li .catalog_btn, ul.products_index_list li .details_btn {
	width: 100%;
	height: 65px;
	margin-bottom: 2px;
}

ul.products_index_list li .catalog_btn a, ul.products_index_list li .details_btn a {
	display:block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	line-height: 65px;
	text-decoration: none;
}

ul.products_index_list li .catalog_btn a::after {
	display: inline-block;
	content: "";
	width: 40px;
	height: 40px;
	margin-left: 10px;
	vertical-align: middle;
	background-position: center center;
	background-size: contain;
	background-image: url(../img/icon_pdf.png);
}

ul.products_index_list li .catalog_btn a {
	background-color: #f80;
}

ul.products_index_list li .details_btn a {
	background-color: #404040;
}

ul.products_index_list li .catalog_btn a:hover, ul.products_index_list li .catalog_btn a:active {
	background-color: #f70;
}

ul.products_index_list li .details_btn a:hover, ul.products_index_list li .details_btn a:active {
	background-color: #333;
}



dl.material_list {
	margin: 0;
	padding: 8px 10px;
	background-color: #ccc;
}

dl.material_list::after {
	content:"";
	display:block;
	clear:both;
}

dl.material_list dt {
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 1.4rem;
	font-weight: 300;
}

dl.material_list dd {
	margin: 0;
	padding: 0;
	width: 17.2em;
	font-size: 1.2rem;
	white-space: nowrap;
	float: left;
}

dl.material_list dd:nth-child(odd) {
	width: 13em;
}

.material_btn a {
	display: block;
	margin: 0;
	padding: 15px 10px;
	width: 100%;
	height: 100%;
	line-height: 1;
	text-align: center;
	color: #fff;
	background-color: #333;
	cursor: pointer;
}

.material_btn a:hover, .material_btn a:active {
	text-decoration: none;
	background-color: #1a1a1a;
}



/* Option
------------------------------------------------------------- */

.products_index_option_box > h2 {
	font-size: 3.4rem;
	margin-bottom: 30px;
	line-height: 1.4;
}

.products_index_option_box > h2 span {
	display: block;
	font-size: 2.3rem;
	margin-bottom: 5px;
}

.products_index_option_box > .products_subcont_box {
	margin-bottom: 20px;
}

.products_option_cont {
	border-bottom: 1px dotted #a7a7a7;
	margin-bottom: 30px;
}

.products_option_list .products_option_cont:last-child {
	border-bottom: 0;
}

.option_img_box img {
	width: 100%;
}

.option_cont_box {
	padding: 20px 0;
}

.option_cont_box h4 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 2.4rem;
	line-height: 1.6;
}

.option_cont_box h4 span {
	display: inline-block;
	font-size: 1.8rem;
	letter-spacing: 0.01em;
}

.option_cont_box > h5 {
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
	font-size: 2rem;
	line-height: 1.6;
	font-weight: 100;
	border-top: 1px dotted #a7a7a7;
}

.option_cont_box > h5 span {
	display: inline-block;
	font-size: 1.3rem;
	letter-spacing: 0.01em;
}

.option_spec_list {
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
	list-style-position: outside;
	display: flex;
	flex-wrap: wrap;
	max-width: 340px;
	min-width: 290px;
}

.option_spec_list li {
	margin: 0 15px 20px 0;
	padding: 0 10px 0 0;
	min-width: 80px;
	width: auto;
	font-size: 1.6rem;
	white-space: nowrap;
	line-height: 1.6;
	white-space: nowrap;
	border-right: 1px solid #000;
}

.option_spec_list li:nth-child(3n),
.option_spec_list li:last-child {
	border-right: 0;
}

.option_spec_list.ingot li:nth-child(odd) {
	border-right: 1px solid #000;
}

.option_spec_list.ingot li:nth-child(2n) {
	border-right: 0;
}

.option_comp {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #ccc;
}

.option_comp h5 {
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 1.6rem;
}

.option_comp p {
	font-size: 1.3rem;
}

.option_note {
	margin-bottom: 10px;
	color: #700a00;
	font-size: 1.3rem;
}



/*Option Button*/

.btn_option {
	margin: 0 auto 30px auto;
	padding: 0;
}

.btn_option a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 20px 40px 20px 10px;
	text-align: center;
	line-height: 1;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #700a00;
	position: relative;
}

.btn_option a::after {
	display: inline-block;
	content: "";
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: 4em;
	background-image: url(../../resources/img/arrow_option.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.btn_option a:hover, .btn_option a:active {
	text-decoration: none;
	background-color: #8f1400;
}


/*Option Slider*/

.swiper-optionslider {
	overflow: hidden;
	position: relative;
}

.prev-optionslider,
.next-optionslider {
	position: absolute;
	top: 24vw !important;
	z-index: 10;
	cursor: pointer;
	width: 30px;
	height: 30px;
/*
	background-color: rgba(0,0,0,0);
	mix-blend-mode: difference;
*/
}

.prev-optionslider:after,
.next-optionslider:after {
	display: inline-block;
	content: "";
	width: 30px;
	height: 30px;
	transform: rotate(45deg);
}

.prev-optionslider:after {
	border-bottom: 1px solid #a7a7a7;
	border-left: 1px solid #a7a7a7;
}

.next-optionslider:after {
	border-top: 1px solid #a7a7a7;
	border-right: 1px solid #a7a7a7;
}

.swiper-optionslider .pagination-optionslider {
	position: relative;
	margin: -10px 0 20px 0;
	width: 100%;
	padding: 0;
	display: flex;
	justify-content: center;
}

.swiper-optionslider .swiper-pagination-bullet {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 0 0 12px;
	background-color: #ccc;
	border-radius: 0;
	opacity: 1;
}

.swiper-optionslider .swiper-pagination-bullet:hover {
	background-color: #a7a7a7;
	opacity: 1;
}

.swiper-optionslider .swiper-pagination-bullet-active,
.swiper-optionslider .swiper-pagination-bullet-active:hover {
	opacity: 1;
	background-color: #700a00;
}



/* Material
------------------------------------------------------------- */

.material_box > img {
	margin: 0;
}

.material_box p.mark {
	height: 0;
	position: relative;
}

.material_box p.mark img {
	height: 100px;
	width: auto;
	position: absolute;
	top: -80px;
	right: 2px;
}

.material_box h4 {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 2.4rem;
}

.material_box h4 span {
	display: block;
	margin: 0;
	padding: 0;
	color: #700a00;
	font-size: 2rem;
}

.material_box p {
	font-size: 1.3rem;
	line-height: 1.6;
}



/* Openable SubContents
------------------------------------------------------------- */

.products_subcont_box {
	width: 100%;
	margin-bottom: 80px;
}

.products_subcont_box_disabled {
	width: 100%;
	max-width: 1360px;
	margin: 0 auto 80px auto;
	padding: 0 20px;
}

.products_subcont_box_disabled.size_s {
	max-width: 760px;
	padding: 0 20px;
}

.products_index_box > .products_subcont_box_disabled {
	padding: 0;
}


ul.products_index_list + .products_subcont_box {
	margin-top: -20px;
}

.products_subcont_box .products_subcont_tab,
.products_subcont_box_disabled .products_subcont_tab {
	width: 100%;
	min-height: 70px;
	background-color: #f2f2f2;
	border: 1px solid #424242;
	position: relative;
	cursor: pointer;
}

.products_subcont_box_disabled .products_subcont_tab {
	cursor: default;
	min-height: 60px;
}

.products_subcont_box .products_subcont_tab p,
.products_subcont_box .products_subcont_tab h2,
.products_subcont_box .products_subcont_tab h3,
.products_subcont_box .products_subcont_tab h4,
.products_subcont_box_disabled .products_subcont_tab p,
.products_subcont_box_disabled .products_subcont_tab h2,
.products_subcont_box_disabled .products_subcont_tab h3,
.products_subcont_box_disabled .products_subcont_tab h4 {
	text-align: center;
	padding: 24px 10px;
	margin: 0;
	line-height: 1.4;
	font-size: 1.6rem;
	font-weight: 500;
	bottom: auto;
}

.products_subcont_box_disabled .products_subcont_tab p,
.products_subcont_box_disabled .products_subcont_tab h2,
.products_subcont_box_disabled .products_subcont_tab h3,
.products_subcont_box_disabled .products_subcont_tab h4 {
	padding: 20px 10px;
}

.products_subcont_box .products_subcont_tab h2::after,
.products_subcont_box_disabled .products_subcont_tab h2::after {
	display: none;
}

.products_subcont_box .products_subcont_tab::after {
	content: "┼";
	line-height: 1;
	font-size: 16px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -8px;
}

.products_subcont_box .products_subcont_tab.open::after {
	content: "─";
}

.products_subcont_box .products_subcont,
.products_subcont_box_disabled .products_subcont {
	display: none;
	background-color: #fff;
	border: 1px solid #424242;
	border-top: 0;
	padding: 50px 50px 10px 50px;
}

.products_subcont_box.show .products_subcont {
	display: block;
	border-top: 1px solid #424242;
}

.products_subcont_box_disabled .products_subcont {
	display: block;
	border-top: 1px solid #000;
	margin-top: -1px;
}

.products_subcont > .products_subcont_title {
	width: calc(100% + 40px);
	margin: -20px -20px 40px -20px;
	padding: 0;
	font-size: 2.2rem;
	font-weight: 500;
}

.products_subcont_box_disabled .products_subcont > h2.products_subcont_title::after {
	display: none;
}



/*Materials*/

.subcont_material_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.subcont_material_box.subcont_center {
	justify-content: center;
}

.subcont_material_box > div {
	margin: 0 0 40px 0;
	width: 100%;
}

.products_subcont_box_disabled.size_s .subcont_material_box > div {
	max-width: 460px;
}


.subcont_material_box > div h3,
.subcont_material_box > div h4,
.subcont_material_box > div h5 {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.4;
	font-size: 2.2rem;
	font-weight: 400;
}

.subcont_material_box > div h3 span,
.subcont_material_box > div h4 span,
.subcont_material_box > div h5 span {
	display: block;
	font-size: 2rem;
	color: #700a00;
}

.subcont_material_box > div h3.solid,
.subcont_material_box > div h4.solid,
.subcont_material_box > div h5.solid {
	display: inline-block;
	margin: 0;
	padding: 8px;
	line-height: 1;
	font-size: 2rem;
	color: #fff;
	background-color: #700a00;
}

.subcont_material_box > div img {
	width: 100%;
	margin-bottom: 10px;
}

.subcont_material_box > div p {
	font-size: 1.4rem;
	line-height: 1.6;
}

.subcont_material_box > div.subcont_material_spec {
	padding: 12px;
	background-color: #ccc;
	align-self: flex-start;
}

.subcont_material_box > div.modal_material_mixture {
	position: relative;
	margin-bottom: 30px;
}

.subcont_material_box > div.modal_material_mixture p {
	font-size: 1.8rem;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
}

.subcont_material_box > div.modal_material_mixture::after {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	background-color: #801400;
	border-radius: 30px;
	margin-top: 20px;
	background-image: url(../img/arrow_white.png);
	background-size: contain;
	transform: rotate(90deg);
}

.subcont_material_box > div.modal_material_classified {
	padding: 30px;
	background-color: #e9e9e9;
}

.subcont_material_box > div.modal_material_classified > div {
	margin-bottom: 40px;
}

.subcont_material_box > div.modal_material_classified > div:last-child {
	margin-bottom: 0;
}

.subcont_material_box > div.modal_material_classified > div h3 {
	font-size: 1.8rem;
}

.subcont_material_box > div.modal_material_classified > div p {
	font-size: 1.4rem;
}

.subcont_material_box > div.modal_material_classified > div p a {
	color: #801400;
	text-decoration: underline;
}

.subcont_material_box > div.modal_material_classified > div p a:hover {
	color: #801400;
}


/* Features
------------------------------------------------------------- */

.products_index_feature_list {
	margin-bottom: -40px;
}

.products_index_feature_list > div {
	width: 100%;
	margin-bottom: 60px;
	position: relative;
	z-index: 1;
}

.products_index_feature_list > div::after {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% - 20vw);
	background-color: #e9e9e9;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.products_index_feature_list > div .feature_icon {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	text-align: center;
}

.products_index_feature_list > div .feature_icon img {
	width: 48%;
	min-width: 120px;
	height: auto;
}

.products_index_feature_list > div h3 {
	text-align: center;
	font-size: 2.1rem;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 20px;
}

.products_index_feature_list > div p.feature_txt {
	margin: 0;
	padding: 0 40px 35px 40px;
	font-size: 1.5rem;
	line-height: 1.8;
}

.products_index_feature_list > div .modal_btn {
	display: inline-block;
	width: 100%;
	margin: -10px auto 30px auto !important;
	padding: 0 30px;
	text-align: center;
	cursor: pointer;
}

.products_index_feature_list > div .modal_btn a {
	display: inline-block !important;
	width: auto !important;
	height: 100%;
	margin: 0;
	padding: 4px 35px 4px 15px;
	line-height: 1.4;
	text-align: center;
	font-size: 1.5rem;
	color: #000;
	background-color: #f7f7f7;
	letter-spacing: 0.05em;
	border: 1px solid #000;
	border-radius: 50px;
	background-image: url(../img/icon_zoom.png);
	background-repeat: no-repeat;
	background-position: center right 15px;
	background-size: 16px;
}

.products_index_feature_list > div .modal_btn a:hover,
.products_index_feature_list > div .modal_btn a:active {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

.products_index_feature_list > div .modal_btn a span {
	display: inline-block;
	white-space: nowrap;
}



/* FAQ
------------------------------------------------------------- */

.products_index_faq_box h2 {
	margin: 0;
	margin-bottom: 25px;
	padding-bottom: 25px;
	text-align: center;
	font-size: 2.6rem;
	line-height: 1.6;
	font-weight: 500;
	letter-spacing: 0.05em;
	position: relative;
	color: #1a1a1a;
}

.products_index_faq_box h2::after {
	content: "";
	width: 160px;
	height: 1px;
	background-color: #808080;
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: -80px;
}

.products_faq_list {
	margin: 0 auto 40px auto;
	max-width: 920px;
	padding-top: 1px;
}

.products_faq_list h3 {
	margin: 20px 0 -20px 0;
	padding: 0;
	font-size: 2rem;
	line-height: 1.6;
	font-weight: 500;
	letter-spacing: 0.05em;
	position: relative;
	color: #1a1a1a;
}

.products_faq_list .faq_question {
	margin: 30px 0 0 0;
	padding: 15px 60px 15px 65px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.8;
	border: 1px solid #000;
	background-color: #fff;
	position: relative;
	cursor: pointer;
}

.products_faq_list .faq_question span {
	display: inline-block;
	font-size: 3rem;
	line-height: 1;
	color: #700a00;
	position: absolute;
	left: 20px;
	top: 15px;
}

.products_faq_list .faq_question::after {
	display: inline-block;
	content: "";
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -13px;
	background-image: url(../img/arrow_updown_black.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.products_faq_list .faq_question.open::after {
	transform: rotate(180deg);
}

.products_faq_list .faq_answer {
	margin: 0;
	padding: 15px 30px 15px 65px;
	font-size: 1.6rem;
	line-height: 1.8;
	border: 1px solid #000;
	border-top: 0;
	background-color: #e7e7e7;
	position: relative;
	display: none;
}

.products_faq_list .faq_answer span {
	display: inline-block;
	font-size: 3rem;
	line-height: 1;
	font-weight: 500;
	color: #700a00;
	position: absolute;
	left: 20px;
	top: 15px;
}



/* Product Anchor Link (add202510)
------------------------------------------------------------- */

.product_anchor_box.index_anchor_box {
	transform: translateY(-60px);
}




/* for SmallSize
--------------------------------------------------------------------------------- */
@media print, screen and (min-width:360px) {


}





/* for MiddleSize(460-559px)
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:460px) {

	/* Modal Window
	------------------------------------------------------------- */

	.products_index_box p.modal_btn_sp a {
		font-size: 1.6rem;
	}


	/* Option
	------------------------------------------------------------- */

	.option_spec_list {
		max-width: 420px;
	}

	.option_spec_list li {
		margin: 0 30px 20px 0;
		padding: 0 25px 0 0;
		min-width: 95px;
	}

	.option_comp p br {
		display: none;
	}


}





/* for MiddleSize(560-604px)
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:560px) {

	/* Option
	------------------------------------------------------------- */

	.option_spec_list {
		max-width: 560px;
	}

	.option_spec_list li {
		font-size: 1.5rem;
}

	.option_spec_list li:nth-child(3n) {
		border-right: 1px solid #000;
	}

	.option_spec_list li:nth-child(4n) {
		border-right: 0;
	}

	.option_spec_list.ingot li:nth-child(2n) {
		border-right: 1px solid #000;
	}
	
	.option_spec_list.ingot li:nth-child(3n),
	.option_spec_list.ingot li:last-child {
		border-right: 0;
	}


	/* Features
	------------------------------------------------------------- */

	.products_index_feature_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.products_index_feature_list > div {
		width: calc(50% - 15px);
		margin-right: 30px;
	}

	.products_index_feature_list > div::after {
		height: calc(100% - 10vw);
	}

	.products_index_feature_list > div:nth-child(even),
	.products_index_feature_list.wide > div:last-child,
	.products_index_feature_list > div:last-child {
		margin-right: 0;
	}

	.products_index_feature_list > div p.feature_txt {
		padding: 0 30px 25px 30px;
	}


	.products_index_feature_list > div p.feature_txt {
		padding: 0 30px 25px 30px;
	}

}





/* for MiddleSize(605-639px)
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:605px) {

	/* Option
	------------------------------------------------------------- */

	.option_spec_list.ingot li:nth-child(3n) {
		border-right: 1px solid #000;
	}


}





/* for MiddleSize(640-787px)
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:640px) {

	/* Modal Window
	------------------------------------------------------------- */

	.modal_close {
		right: 40px;
	}

	/*Modal Button*/

	.products_index_box > h3 span.modal_btn_pc {
		display: inline-block;
		vertical-align: middle;
		margin: 0 0 5px 15px;
	}

	.products_index_box > h3 span.modal_btn_pc a {
		display: block;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 6px 15px;
		line-height: 1;
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 0.05em;
		color: #700a00;
		white-space: nowrap;
		border: 1px solid #700a00;
		border-radius: 20px;
		cursor: pointer;
	}

	.products_index_box > h3 span.modal_btn_pc a:hover,
	.products_index_box > h3 span.modal_btn_pc a:active {
		color: #fff;
		background-color: #700a00;
		text-decoration: none;
	}

	.products_index_box p.modal_btn_sp {
		display: none;
	}


	/* Categories Index
	------------------------------------------------------------- */

	.products_index_box > h3 {
		display: block;
	}

	.products_index_box > ul.products_index_list + h4 {
		margin-top: -40px;
	}

	ul.products_index_list {
		display: flex;
		flex-wrap: wrap;
	}

	ul.products_index_list li {
		width: calc(50% - 10px);
		margin-right: 20px;
	}

	ul.products_index_list li:nth-child(even) {
		margin-right: 0;
	}


}





/* for MiddleSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:788px) {

	/* Modal Window
	------------------------------------------------------------- */

	.modal_img_box > div .modal_title,
	.modal_img_box_w > div .modal_title,
	.modal_img_box_w3 > div .modal_title {
		font-size: 2.4rem;
	}


	/* Common
	------------------------------------------------------------- */

	.products_index_option_box h2, .products_index_feature_box h2 {
		font-size: 4rem;
		margin-bottom: 40px;
	}

	.products_index_option_box > h2 span, .products_index_feature_box > h2 span {
		font-size: 3rem;
	}


	/* Categories Index
	------------------------------------------------------------- */

	.products_index_box {
		padding: 0 40px;
	}

	.products_index_box > h2 {
		font-size: 4rem;
	}

	.products_index_box > h3 {
		font-size: 3rem;
	}

	ul.products_index_list li {
		width: calc(50% - 20px);
		margin-right: 40px;
	}


	/* Option
	------------------------------------------------------------- */

	/*Option Button*/

	.btn_option {
		max-width: 360px;
	}


	/* Openable SubContents
	------------------------------------------------------------- */

	ul.products_index_list + .products_subcont_box {
		margin-top: -50px;
	}

	.products_subcont_box_disabled {
		padding: 0 40px;
	}

	.products_subcont_box .products_subcont_tab p,
	.products_subcont_box .products_subcont_tab h2,
	.products_subcont_box .products_subcont_tab h3,
	.products_subcont_box .products_subcont_tab h4,
	.products_subcont_box_disabled .products_subcont_tab p,
	.products_subcont_box_disabled .products_subcont_tab h2,
	.products_subcont_box_disabled .products_subcont_tab h3,
	.products_subcont_box_disabled .products_subcont_tab h4 {
		font-size: 1.8rem;
	}

	.products_subcont > .products_subcont_title {
		font-size: 2.6rem;
	}

	/*Materials*/

	.subcont_material_box > div {
		width: calc(50% - 20px);
		margin-right: 40px;
	}

	.products_subcont_box_disabled.size_s .subcont_material_box > div {
		width: calc(100% - 40px);
		margin-right: 0;
	}

	.subcont_material_box > div:nth-child(even) {
		margin-right: 0;
	}

	.subcont_material_box > div.modal_material_mixture {
		margin: 0;
		width: 350px;
		padding-right: 90px;
		align-self: flex-start;
	}

	.subcont_material_box > div.modal_material_mixture p {
		font-size: 1.65rem;
	}

	.subcont_material_box > div.modal_material_classified {
		width: calc(100% - 350px);
	}

	.subcont_material_box > div.modal_material_mixture::after {
		margin: 0;
		position: absolute;
		right: 15px;
		top: calc(50% - 60px);
		transform: rotate(0deg);
	}


	/* FAQ
	------------------------------------------------------------- */

	.products_index_faq_box h2 {
		font-size: 2.8rem;
	}

	.products_faq_list h3 {
		font-size: 2.2rem;
	}

	.products_faq_list .faq_question {
		padding: 15px 70px 15px 85px;
	}

	.products_faq_list .faq_question span {
		left: 30px;
	}

	.products_faq_list .faq_question::after {
		right: 30px;
	}

	.products_faq_list .faq_answer {
		padding: 15px 50px 15px 85px;
	}

	.products_faq_list .faq_answer span {
		left: 30px;
	}



	/* Features
	------------------------------------------------------------- */

	.products_index_feature_list.wide > div {
		width: calc(33.3333% - 20px);
	}

	.products_index_feature_list.wide > div::after {
		height: calc(100% - 6.5vw);
	}

	.products_index_feature_list.wide > div:nth-child(even) {
		margin-right: 30px;
	}

	.products_index_feature_list.wide > div:nth-child(3n) {
		margin-right: 0;
	}


	/* Product Anchor Link (add202510)
	------------------------------------------------------------- */

	.product_anchor_box.index_anchor_box {
		transform: translateY(0);
	}

	#contents_box:has(.index_anchor_box) {
		padding-top: 60px;
	}

	#contents_box:has(.index_anchor_box) .products_index_box {
		padding-top: 150px;
	}


}





/* for LargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:980px) {

	/* Categories Index
	------------------------------------------------------------- */

	ul.products_index_list li {
		width: calc(33.3333% - 26.6666px);
	}

	ul.products_index_list li:nth-child(even) {
		margin-right: 40px;
	}

	ul.products_index_list li:nth-child(3n) {
		margin-right: 0;
	}

	ul.products_index_list.list_4 li {
		width: calc(50% - 20px);
	}

	ul.products_index_list.list_4 li {
		margin-right: 40px !important;
	}

	ul.products_index_list.list_4 li:nth-child(even) {
		margin-right: 0 !important;
	}


	/* Option
	------------------------------------------------------------- */

	.products_option_cont {
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 20px 0;
		padding-bottom: 20px;
/*		border-bottom: 0;	*/
	}
/*
	.products_option_cont::after {
		content: "";
		display: block;
		width: calc(50% - 40px);
		height: 8px;
		margin: 0;
		margin-bottom: 8px;
		margin-left: calc(50% + 40px);
		border-bottom: 1px solid #a7a7a7;
	}

	.products_option_cont:last-child::after {
		display: none;
	}
*/
	.products_option_cont .option_img_box {
		width: 50%;
		padding: 10px 0;
	}

	.products_option_cont .option_cont_box {
		width: 50%;
		padding: 5px 0 0 40px;
	}

	.option_cont_box > h5 {
		margin-right: 50px;
	}

	.option_spec_list {
		max-width: 360px;
	}

	.option_spec_list li {
		margin: 0 25px 20px 0;
		padding-right: 20px;
		font-size: 1.4rem;
		min-width: 80px;
		max-width: 150px;
}

	.option_spec_list li:nth-child(3n) {
		border-right: 0;
		margin-right: 0;
	}

	.option_spec_list li:nth-child(4n) {
		border-right: 1px solid #000;
		margin-right: 25px;
	}

	.option_spec_list li.thin {
		margin: 0 15px 20px 0 !important;
		padding-right: 15px;
		min-width: 70px;
	}

	.option_spec_list.ingot li:nth-child(2n) {
		border-right: 0;
	}
	
	.option_spec_list.ingot li:nth-child(3n) {
		margin-right: 25px;
		border-right: 1px solid #000;
	}

	.option_comp {
		display: inline-block;
		width: auto;
		white-space: nowrap;
	}

	.option_comp h5 {
		font-size: 1.4rem;
	}

	.option_comp p {
		font-size: 1.3rem;
	}

	.option_comp p br {
		display: inline;
	}


	/*Option Slider*/

	.swiper-optionslider .swiper-wrapper .swiper-slide {
		display: flex;
		flex-wrap: wrap;
	}

	.prev-optionslider,
	.next-optionslider {
		top: 50% !important;
		margin-top: -20px;
	}

	.swiper-optionslider .pagination-optionslider {
		margin: -20px 0 0 0;
		padding: 0;
		width: 300px !important;
		margin-left: calc(100% - 300px) !important;
		justify-content: flex-end;
	}


	.option_spec_list.wide {
		max-width: 460px;
	}

	.option_spec_list.wide li:nth-child(3n) {
		border-right: 1px solid #000;
		margin-right: 25px;
	}

	.option_spec_list.wide li:nth-child(4n) {
		border-right: 0;
		margin-right: 0;
	}

	.option_comp p br {
		display: none;
	}


	/* Features
	------------------------------------------------------------- */

	.products_index_feature_list > div {
		width: calc(25% - 22.5px);
		margin-right: 30px;
	}

	.products_index_feature_list > div:nth-child(even),
	.products_index_feature_list > div:nth-child(3n) {
		margin-right: 30px;
	}

	.products_index_feature_list > div:nth-child(4n),
	.products_index_feature_list > div:last-child,
	.products_index_feature_list.wide > div:last-child	{
		margin-right: 0;
	}

	.products_index_feature_list > div::after {
		height: calc(100% - 5vw);
	}


	/* Openable SubContents
	------------------------------------------------------------- */

	/*Materials*/

	.subcont_material_box > div.modal_material_classified {
		display: flex;
		flex-wrap: wrap;
	}

	.subcont_material_box > div.modal_material_classified > div {
		width: calc(50% - 10px);
		margin-right: 20px;
	}

	.subcont_material_box > div.modal_material_classified > div:nth-child(even) {
		margin-right: 0;
	}

	.subcont_material_box > div.modal_material_classified > div:last-child,
	.subcont_material_box > div.modal_material_classified > div:nth-last-child(2) {
		margin-bottom: 0;
	}

}





/* for ExtraLargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:1120px) {

	/* Openable SubContents
	------------------------------------------------------------- */

	/*Materials*/

	.subcont_material_box > div {
		width: calc(33.3333% - 26.6666px);
		margin-right: 40px;
	}

	.subcont_material_box > div:nth-child(even) {
		margin-right: 40px;
	}

	.subcont_material_box.subcont_center > div {
		width: 40%;
		margin-right: 40px;
	}

	.subcont_material_box.subcont_center > div:nth-child(even) {
		margin-right: 0;
	}

	.subcont_material_box > div:nth-child(3n) {
		margin-right: 0;
	}

	.subcont_material_box > div.modal_material_mixture {
		width: 420px;
		margin: 0;
	}

	.subcont_material_box > div.modal_material_mixture p {
		font-size: 1.8rem;
	}

	.subcont_material_box > div.modal_material_classified {
		width: calc(100% - 420px);
	}



	/* Features
	------------------------------------------------------------- */

	.products_index_feature_list.wide > div h3 br {
		display: none;
	}

	.products_index_feature_list.wide > div h3 br.stbr {
		display: inline;
	}

	/* Categories Index
	------------------------------------------------------------- */

	ul.products_index_list.list_4 li {
		width: calc(25% - 22.5px);
	}

	ul.products_index_list.list_4 li {
		margin-right: 30px !important;
	}

	ul.products_index_list.list_4 li:nth-child(even) {
		margin-right: 30px !important;
	}

	ul.products_index_list.list_4 li:nth-child(4n) {
		margin-right: 0 !important;
	}

}




/* for ExtraLargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:1280px) {

	/* Categories Index
	------------------------------------------------------------- */

	.products_index_box {
		padding: 0 60px;
	}


	/* Features
	------------------------------------------------------------- */

	.products_index_feature_list > div::after {
		height: calc(100% - 70px);
	}

	.products_index_feature_list.wide > div::after {
		height: calc(100% - 90px);
	}


	/* Openable SubContents
	------------------------------------------------------------- */

	.products_subcont_box_disabled {
		padding: 0 60px;
	}

	/*Materials*/

	.subcont_material_box > div.modal_material_mixture {
		width: 500px;
		padding-right: 100px;
	}

	.subcont_material_box > div.modal_material_mixture::after {
		right: 20px;
	}

	.subcont_material_box > div.modal_material_classified {
		width: calc(100% - 500px);
	}


}






/*** Print Styles ***/

@media print{


	/*Materials*/

	.subcont_material_box > div {
		width: 100%;
		margin-right: 0;
	}

	.subcont_material_box > div.modal_material_mixture {
		margin: 0 0 30px 0;
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
		text-align: center;
	}

	.subcont_material_box > div.modal_material_mixture img {
		max-width: 360px;
	}

	.subcont_material_box > div.modal_material_mixture p {
		font-size: 1.8rem;
	}

	.subcont_material_box > div.modal_material_classified {
		width: 100%;
	}

	.subcont_material_box > div.modal_material_mixture::after {
		margin: 20px auto 0 auto;
		position: relative;
		right: auto;
		top: auto;
		transform: rotate(90deg);
	}


	/* Product Anchor Link (add202510)
	------------------------------------------------------------- */

	#contents_box:has(.index_anchor_box) .products_index_box {
		padding-top: 0;
	}


}
