@charset "utf-8";


/*** Products Contents Styles ***/


/* Common
------------------------------------------------------------- */

#contents_box {
	padding-bottom: 0;
}

.product_bg_light {
	background-color: #f7f7f7;
}

.product_bg_dark {
	background-color: #ccc;
}

.zen642_box .product_bg_dark {
	background-color: #c9baad;
}

.zen642_box .product_bg_middle {
	background-color: #ddd4cb;
}

.zen642_box .product_bg_light {
	background-color: #eee9e5;
}



/* Index
------------------------------------------------------------- */

.product_index_box {
	margin: 0 -10px 20px -10px;
}

.product_index_box > div {
	background-color: #f7f7f7;
	position: relative;
/*	cursor: pointer;	*/
}

.product_index_box > div:nth-child(even) {
	background-color: #f0f0f0;
}

.product_index_box > div:hover,
.product_index_box > div:nth-child(even):hover {
	background-color: #e5e5e5;
}

.product_index_box.product_index_mrc > div:hover {
	background-color: #f7f7f7;
}

.product_index_box.product_index_mrc > div:nth-child(even):hover {
	background-color: #f0f0f0;
}

.product_index_img {
	width: 100%;
	text-align: center;
	padding: 10px;
}

.product_index_img img {
	width: 75%;
	transform: scale(0.95);
	transform-origin: center;
	transition: 0.3s transform;
}

.product_index_img a:hover img {
	transform: scale(1.05);
}

.product_index_cont {
	padding: 0 20px 20px 20px;
}

.product_title {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	line-height: 1.4;
	font-size: 2.4rem;
	text-align: left;
	border-bottom: 1px solid #808080;
	position: relative;
}
/*
.product_title:hover {
	border-bottom-width: 2px;
	margin-bottom: 19px;
}
*/
.product_title span {
	display: inline-block;
	margin: 0 2px;
	font-size: 1.2rem;
}

.product_title span {
	display: block;
}

.product_title a,
.product_title a:hover,
.product_title a:active {
	text-decoration: none;
}

.product_title span.product_ti_ruby {
	display: inline-block;
}

.product_title span.product_ti_price {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 4px;
}

.product_index_cont p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.2rem;
}

.product_index_cont p.product_index_note {
	text-indent: -1em;
	margin-left: 1em;
}

.product_index_cont p.product_price {
	margin: 20px 0 10px 0;
	padding: 0;
}

.product_btnline {
	display: block;
	padding: 12px;
	line-height: 3;
	text-align: center;
	width: 16em;
	background-color: rgba(0,0,0,0.05);
/*	border: 1px solid #bfbfbf;	*/
}

.product_index_cont p.product_btnspec {
	display: inline-block;
	margin: 0 0 20px 0;
	padding: 0 20px;
	width: auto;
	height: 38px;
	line-height: 36px;
	white-space: nowrap;
	background-color: rgba(0,0,0,0.05);
}

p.product_btn_catalogdl,
p.product_btn_details,
p.product_btn_ar {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	height: 50px;
}

p.product_btn_catalogdl a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 50px;
	text-align: center;
	border: 1px solid #bfbfbf;
	position: relative;
}

p.product_btn_catalogdl.disabled a {
	pointer-events: none;
	background-image: linear-gradient(to right top, transparent 50%, #bfbfbf 50%, #bfbfbf calc(50% + 1px), transparent calc(50% + 1px));
}

p.product_btn_catalogdl a::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px;
	background-image: url(../img/icon_file_dgray.png);
	background-size: contain;
}

p.product_btn_catalogdl a:hover,
p.product_btn_catalogdl a:active {
	background-color: #fff;
	text-decoration: none;
}

p.product_btn_details a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background-color: #262626;
	position: relative;
}

p.product_btn_details a::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -6px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(135deg);
}

p.product_btn_details a:hover {
	background-color: #444;
	text-decoration: none;
}

p.product_btn_ar a,
p.product_btn_ar span {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background-color: #c21634;
	position: relative;
	cursor: pointer;
}

p.product_btn_ar a::after,
p.product_btn_ar span::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -6px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(135deg);
}

p.product_btn_ar a:hover,
p.product_btn_ar span:hover {
	background-color: #ce455b;
	text-decoration: none;
}

p.product_btn_ar.btn_ar_pc {
	display: none;
}

.product_btn_contact {
	display: block;
	margin: 50px auto;
	width: 100%;
	text-align: center;
}

.product_btn_contact a {
	margin: 0;
	padding: 10px 50px;
	width: 100%;
	line-height: 1;
	position: relative;
	border-bottom: 1px solid #262626;
}

.product_btn_contact a:hover,
.product_btn_contact a:active{
	text-decoration: none;
}

.product_btn_contact a::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -5px;
	border-top: 1px solid #262626;
	border-left: 1px solid #262626;
	transform: rotate(135deg);
}


/* Feature Icon */

.product_featureicon_box {
	width: fit-content;
	height: 100px;
	margin: -20px 0 30px 0;
	padding-left: 15px;
	position: relative;
	display: flex;
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	transform: scale(0.9);
	transform-origin: left bottom;
	pointer-events: none;
}

.product_featureicon_box > div {
	width: 58px;
	height: 100px;
	margin-right: 2px;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
}

.product_featureicon_box > div img {
	width: 100%;
	height: auto;
	margin-bottom: -2px;
}

.product_featureicon_box > div > span {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 1.3;
	font-size: 1.1rem;
	font-weight: 300;
	min-height: 2.6em;
}

.product_featureicon_box > div.featureicon_option {
	border-left: 1px solid #bebebe;
	margin-left: 5px;
	padding-left: 7px;
	width: 66px;
}

.product_featureicon_box > div.featureicon_option + div.featureicon_option {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
	width: 58px;
}

.product_featureicon_box > div.featureicon_option > p {
	line-height: 1;
	text-align: center;
	font-size: 1.15rem;
	font-weight: 500;
}



/* Lineup List
------------------------------------------------------------- */

.product_lineup_box {
	margin: 0 auto;
	padding: 50px 0 20px 0;
	max-width: 1360px;
}

.product_lineup_box h2 {
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.4;
}

.product_lineup_box h2::before, .product_lineup_box h2::after {
	content: "│";
}

.product_lineup_list {
	padding: 0 10px;
	position: relative;
}

.product_lineup_list > div {
	padding: 10px 0 40px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #bebebe;
}

.product_lineup_list > div:last-child {
	border-bottom: 0;
}

.product_lineup_list .product_index_img {
	width: 100%;
	text-align: center;
	padding: 0;
}

.product_lineup_list .product_index_img img {
	width: 70%;
	max-width: 340px;
}

.product_lineup_list h5.product_title {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	font-size: 2.2rem;
	border-bottom: 1px solid #808080;
	position: relative;
}

.product_lineup_list h5.product_title span {
	display: inline-block;
	margin: 0 2px;
	font-size: 1.2rem;
}

.product_lineup_list h5.product_title span {
	display: block;
}

.product_lineup_list h5.product_title span.product_h4_ruby {
	display: inline-block;
}

.product_lineup_list h5.product_title span.product_h4_price {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 4px;
}

.product_lineup_list .product_index_cont {
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
}

.product_lineup_list p.product_btn_catalogdl a:hover,
.product_lineup_list p.product_btn_catalogdl a:active {
	background-color: #f7f7f7;
}


/* Header
------------------------------------------------------------- */

.product_head_box {
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
	position: relative;
}

.product_head_img {
	width: 100%;
	text-align: center;
	padding: 30px 20px;
	background-color: #f7f7f7;
	position: relative;
}

.ou_box .product_head_img {
	background-color: #ccc;
}

.product_head_img > img {
	width: 90%;
	max-width: 460px;
	min-width: 280px;
}

.product_head_cont {
	padding: 50px 30px 80px 30px;
	position: relative;
}

.product_head_cont p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.2rem;
}

.product_head_cont p:nth-child(2) {
	margin-bottom: 20px;
}

.product_head_cont p.product_price {
	margin: 25px 0 10px 0;
	padding: 0;
}

.product_head_cont p.product_note {
	margin: 0;
	padding: 0 10px 0 40px;
	width: 100%;
	text-align: left;
	font-size: 1rem;
	position: absolute;
	right: 10px;
	bottom: 20px;
	color: #4c4c4c;
}

.product_head_cont p.product_btn_catalogdl {
	margin-top: 30px;
}

.product_head_cont p.product_btn_catalogdl a {
	border: 0;
	background-color: #262626;
	color: #fff;
}

.product_head_cont p.product_btn_catalogdl.disabled a {
	border: 1px solid #bfbfbf;
	background-color: #fff;
	color: #262626;
}

.product_head_cont p.product_btn_catalogdl a::after {
	background-image: url(../img/icon_file_white.png);
}

.product_head_cont p.product_btn_catalogdl.disabled a::after {
	background-image: url(../img/icon_file_gray.png);
}

.product_head_cont p.product_btn_catalogdl a:hover {
	background-color: #444;
	text-decoration: none;
}



/* Photos
------------------------------------------------------------- */

.product_photo_box {
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.product_photo_box > p img {
	width: 100%;
}

.product_photo_box .photo_wide {
	width: 100%;
}

.product_photo_box .photo_half {
	width: 50%;
}



/* Features
------------------------------------------------------------- */

.feature_box {
	margin: 30px 10px;
	padding: 0;
	border-bottom: 1px solid #808080;
}

.feature_box > div {
	border-top: 1px solid #808080;
}

.feature_title {
	min-height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.feature_title h2 {
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 1;
	text-align: center;
	font-size: 2rem;
}

.feature_title h2 span {
	display: inline-block;
	margin: 10px 0 0 5px;
	padding: 2px 6px;
	line-height: 1;
	border: 1px solid #262626;
	border-radius: 10px;
	font-size: 1.1rem;
}

.feature_cont {
	padding: 25px 0 20px 0;
	display: flex;
}

.feature_cont p:first-child {
	width: 70px;
	height: 60px;
	background-size: contain;
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 0;
}

.feature_cont > div {
	width: calc(100% - 70px);
	padding: 0 5px 0 15px;
}

.feature_cont > div h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.5rem;
	font-weight: 600;
}

.feature_cont > div p {
	font-size: 1.2rem;
}



/* Control Panel
------------------------------------------------------------- */

.product_panel_box {
	margin: 0 10px 50px 10px;
	padding: 50px 0;
	max-width: 1360px;
	border-bottom: 1px solid #bfbfbf;
}

.ou_box .product_panel_box {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

.product_panel_box h2 {
	margin: 0 0 5px 0;
	padding: 0;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.4;
}

.product_panel_box h2::before, .product_panel_box h2::after {
	content: "│";
}

.panel_cont, .panel_cont_s {
	margin-top: 20px;
}

.panel_cont .panel_img, .panel_cont_s .panel_img {
	width: 100%;
	text-align: center;
}
.panel_cont .panel_img img,
.panel_cont_s .panel_img img {
	width: 70%;
	max-width: 340px;
}

.panel_txt {
	padding: 0 20px;
}

.panel_txt h3 {
	margin: 25px 0 5px 0;
	padding: 0;
	line-height: 1.5;
	font-size: 1.5rem;
	font-weight: 600;
}

.panel_txt p {
	padding-left: 1.25em;
	font-size: 1.2rem;
}



/* Drawing
------------------------------------------------------------- */

.product_drawing_box {
	margin: 0 10px 50px 10px;
	padding: 0;
	max-width: 1360px;
}

.product_drawing_box h2 {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: 400;
}

.product_drawing_box h2::before, .product_drawing_box h2::after {
	content: "│";
}

.drawing_unit {
	text-align: right;
	line-height: 1;
	margin: -15px 10px 15px 0;
	font-size: 1rem;
}

.drawing_img_box div {
	padding: 40px;
	text-align: center;
	border-bottom: 1px solid #bfbfbf;
}

.ou_box .drawing_img_box div {
	border-bottom: 1px solid #808080;
}

.drawing_img_box div {
	width: 100%;
}

.drawing_img_box .drawing_img_wide img {
	width: 100%;
	max-width: 1000px;
}

.drawing_img_box .drawing_img_half img {
	width: 100%;
	max-width: 500px;
}

.drawing_img_box div p {
	margin: 0 auto;
	width: 90%;
	text-align: left;
	text-indent: -1em;
	font-size: 1rem;
	line-height: 1.5;
}



/* Check List
------------------------------------------------------------- */

.product_check_box {
	margin: 0 10px 50px 10px;
	padding: 0;
	max-width: 1360px;
	border-bottom: 1px solid #bfbfbf;
}

.ou_box .product_check_box {
	border-bottom: 1px solid #808080;
}

.product_check_box h2 {
	margin: 0 0 5px 0;
	padding: 0;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: 400;
}

.product_check_box h2::before, .product_check_box h2::after {
	content: "│";
}

.product_check_cont {
	margin: 0;
	padding: 20px 20px 50px 20px;
}

.product_check_list {
	margin: 0;
	padding: 0;
}

.product_check_list > li {
	list-style-type: none;
	list-style-position: outside;
	margin: 0 0 20px 0;
	padding: 0 0 0 23px;
	position: relative;
	font-size: 1.3rem;
}

.product_check_list > li::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid #808080;
	position: absolute;
	left: 0;
	top: 2px;
}

.product_check_list > li > ul {
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
	font-size: 1.2rem;
}

.product_check_list > li > ul > li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.5;
}



/* Syogen
------------------------------------------------------------- */

.product_syogen_box {
	margin: 0 10px 50px 10px;
	padding: 0 0 50px 0;
	max-width: 1360px;
}

.product_syogen_box h2 {
	margin: 0 0 5px 0;
	padding: 0;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: 400;
}

.product_syogen_box h2::before, .product_syogen_box h2::after {
	content: "│";
}

.syogen_table_img {
	margin: 30px auto 20px auto;
	max-width: 740px;
}

.syogen_table_img img {
	width: 100%;
}



/* Syogen Table */

.syogen_table {
	margin: 30px auto 20px auto;
	max-width: 740px;
}

.syogen_table table.coltable {
	width: 100%;
	margin: 0;
	line-height: 1.5;
	border-collapse: collapse;
	border-right: 0;
	border-left: 0;
	border-top: #262626 solid 2px;
	border-bottom: #262626 solid 2px;
	font-size: 1.25rem;
}

.syogen_table table.coltable tr th {
	padding: 8px;
	width: 10em;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	border-top: #bfbfbf solid 1px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	background-color: #f0f0f0;
}

.ou_box .syogen_table table.coltable tr th {
	border-top: #808080 solid 1px;
	background-color: #c4c4c4;
}

.syogen_table table.coltable tr td {
	padding: 8px 8px 8px 15px;
	vertical-align: top;
	border-top: #bfbfbf solid 1px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ou_box .syogen_table table.coltable tr td {
	border-top: #808080 solid 1px;
}

.syogen_table table.coltable tr:first-child th,
.syogen_table table.coltable tr:first-child td {
	border-top: 0;
}

.syogen_table table.coltable tr td:first-child {
	border-top: 0;
	padding: 0 0 0 7px;
}

.syogen_table table.coltable tr td:first-child span.cols {
	display: block;
	padding: 8px;
	line-height: 1.5;
	border-top: 1px solid #bfbfbf;
}

.ou_box .syogen_table table.coltable tr td:first-child span.cols {
	border-top: 1px solid #808080;
}

.syogen_note {
	margin: 0 auto;
	padding: 0;
	max-width: 740px;
}

.syogen_note p {
	margin-bottom: 5px;
	font-size: 1rem;
	line-height: 1.5;
}

.syogen_note p.indent {
	padding: 0 0 0 2.5em;
	text-indent: -2.5em;
}



/* Button Group
------------------------------------------------------------- */

.product_btn_box_wrapper {
	margin: 0 auto 40px auto;
	padding: 0 0 40px 0;
	width: calc(100% - 20px);
	max-width: 1360px;
	border-bottom: 1px solid #bebebe;
}

.ou_box .product_btn_box_wrapper,
.zen642_box .product_btn_box_wrapper {
	margin-bottom: 0;
	border-bottom: 0;
}

.product_btn_box {
	margin: 0;
	padding: 0;
	text-align: center;
}

.product_btn {
	text-align: center;
	margin: 0 auto 15px auto;
	width: 60%;
	min-width: 18.5em;
	font-size: 1.3rem;
}

.product_btn a {
	display: block;
	padding: 8px 10px;
	line-height: 1.2;
	background-color: transparent;
	color: #262626;
	border: 1px solid #808080;
	position: relative;
}

.product_btn a:hover, .product_btn a:active {
	text-decoration: none;
	background-color: #f7f7f7;
}

.product_btn.disabled a {
	pointer-events: none;
	background-image: linear-gradient(to right top, transparent 50%, #808080 50%, #808080 calc(50% + 1px), transparent calc(50% + 1px));
}

.product_bg_light .product_btn a:hover, .product_bg_light .product_btn a:active {
	text-decoration: none;
	background-color: #fff;
}

.btn_dark a:hover, .btn_dark a:active {
	text-decoration: none;
	background-color: #d5d5d5;
}

.product_btn a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	background-size: contain;
}

.btn_ext a::after {
	background-image:  url(../img/arrow_dig_black.png);
}

.btn_zoom a::after {
	background-image: url(../img/icon_zoom_black.png);
}

.btn_file a::after {
	background-image: url(../img/icon_file_black.png);
}

.btn_int a::after {
	background-image:  url(../img/arrow2_black.png);
}

.product_drawing_box .product_btn {
	width: 15em;
	min-width: 15em;
}



/* Honoka
------------------------------------------------------------- */

/*Main Image*/

.honoka_mainimg {
	position: relative;
}

.honoka_mainimg img {
	width: 90%;
	max-width: 460px;
	min-width: 280px;
}

.honoka_thumb {
	margin-top: -30px;
	padding-bottom: 20px;
	width: 100%;
	text-align: left;
}

.honoka_thumb p {
	margin: 0 auto;
	max-width: 320px;
	min-width: 280px;
	padding: 10px 0;
	font-size: 1.1rem;
	white-space: nowrap;
	border-top: 1px solid #bfbfbf;
}

.honoka_thumb ul {
	margin: 0 auto;
	max-width: 320px;
	min-width: 280px;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.1rem;
}

.honoka_thumb ul li {
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	width: 60px;
	margin: 0 10px 8px 0;
	padding: 23px 0 0 0;
	line-height: 1;
	cursor: pointer;
	white-space: nowrap;
}

.honoka_thumb ul li::before {
	content: "";
	display: block;
	width: 100%;
	height: 17px;
	position: absolute;
	left: 0;
	top: 0;
}

.honoka_thumb ul li#sumi::before {
	background-color: #464646;
}

.honoka_thumb ul li#shu::before {
	background-color: #bb4646;
}

.honoka_thumb ul li#kurumi::before {
	background-color: #aca293;
}

.honoka_thumb ul li#kinari::before {
	background-color: #e3decf;
}

.honoka_thumb ul li#uguisu::before {
	background-color: #a7b193;
}

.honoka_thumb ul li#haiao::before {
	background-color: #738e9d;
}

.honoka_thumb ul li#donguri::before {
	background-color: #6e645a;
}

.honoka_thumb ul li#kuro::before {
	background-color: #151515;
}

.honoka_thumb ul li.current::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #262626;
	position: absolute;
	left: 0;
	top: 19px;
}


/* Color Variation */

.color_sumi {
	color: #464646;
}

.color_syu {
	color: #bb4646;
}

.color_kurumi {
	color: #aca293;
}

.color_kinari {
	color: #e3decf;
}

.color_uguisu {
	color: #a7b193;
}

.color_haiao {
	color: #738e9d;
}

.color_donguri {
	color: #6e645a;
}

.color_kuro {
	color: #151515;
}

/*Features*/

.feature_cont p.honoka_feature_01 {
	background-image: url(../../products/img/honoka_feature_num_1.png);
}

.feature_cont p.honoka_feature_02 {
	background-image: url(../../products/img/honoka_feature_num_2.png);
}

.feature_cont p.honoka_feature_03 {
	background-image: url(../../products/img/honoka_feature_num_3.png);
}

.feature_cont p.honoka_feature_04 {
	background-image: url(../../products/img/honoka_feature_num_4.png);
}

.feature_cont p.honoka_feature_05 {
	background-image: url(../../products/img/honoka_feature_num_5.png);
}

.feature_cont p.honoka_feature_06 {
	background-image: url(../../products/img/honoka_feature_num_6.png);
}

.feature_cont p.honoka_feature_07 {
	background-image: url(../../products/img/honoka_feature_num_7.png);
}

.feature_cont > div.honoka_feature {
	width: calc(100% - 220px);
}

.feature_cont .honoka_feature_img {
	width: 150px;
	height: 135px;
	align-self: center;
}

.feature_cont .honoka_feature_img img {
	width: 100%;
}


/* Catalog & Youtube Banner */

.product_banner_box.product_banner_honoka .catalogdl_banner .catalogdl_img a {
	width: 198px;
}



/* Hinata
------------------------------------------------------------- */

/*Features*/

.feature_cont p.hinata_feature_01 {
	background-image: url(../../products/img/hinata_feature_num_1.png);
}

.feature_cont p.hinata_feature_02 {
	background-image: url(../../products/img/hinata_feature_num_2.png);
}

.feature_cont p.hinata_feature_03 {
	background-image: url(../../products/img/hinata_feature_num_3.png);
}

.feature_cont p.hinata_feature_04 {
	background-image: url(../../products/img/hinata_feature_num_4.png);
}

.feature_cont p.hinata_feature_05 {
	background-image: url(../../products/img/hinata_feature_num_5.png);
}



/* Zen
------------------------------------------------------------- */

/*Features*/

.feature_cont p.zen_feature_01 {
	background-image: url(../../products/img/zen_feature_num_1.png);
}

.feature_cont p.zen_feature_02 {
	background-image: url(../../products/img/zen_feature_num_2.png);
}

.feature_cont p.zen_feature_03 {
	background-image: url(../../products/img/zen_feature_num_3.png);
}

.feature_cont p.zen_feature_04 {
	background-image: url(../../products/img/zen_feature_num_4.png);
}

.feature_cont p.zen_feature_05 {
	background-image: url(../../products/img/zen_feature_num_5.png);
}



/*OU
------------------------------------------------------------- */

/*Lineup List*/

.product_lineup_ou .product_lineup_list > div {
	border-bottom-color: #808080;
}

.product_lineup_ou .product_lineup_list p.product_btn_catalogdl a {
	border-color: #808080;
}

.product_lineup_ou .product_lineup_list p.product_btn_catalogdl a::after {
	background-image: url(../img/icon_file_black.png);
}

.product_lineup_ou .product_lineup_list p.product_btn_catalogdl a:hover,
.product_lineup_ou .product_lineup_list p.product_btn_catalogdl a:active {
	background-color: #d5d5d5;
}


/*Header*/

.product_head_cont .product_title {
	font-size: 3rem;
}

.product_head_cont p.cont_ou {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #808080;
}


/*Movie*/

.movie_cont {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.movie_cont::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.movie_cont iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

a.movie_btn_mobile {
	display: none;
}

.movie_link {
	font-size: 1rem;
	line-height: 1.5;
	text-align: right;
	padding: 10px 15px 30px 0;
	display: block;
}

.movie_link img {
	width: 20px;
	margin-right: 3px;
	vertical-align: top;
}


/*Photo*/

.product_photo_box .ou_photo_half {
	width: 100%;
}

.product_photo_box .ou_photo_half_cont {
	width: 100%;
	position: relative;
	text-align: center;
}

.product_photo_box .ou_photo_half_cont div {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 20px 10px 8px 10px;
	text-align: left;
}

.product_photo_box .ou_photo_half_cont div p {
	font-size: 1.2rem;
	line-height: 1.8;
	padding-bottom: 15px;
	color: #4c4c4c;
}


/*Details*/

.ou_details_box {
	margin-bottom: -3px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}

.ou_details_box p {
	width: calc(50% - 1.5px);
	margin-bottom: 3px;
}

.ou_details_box p img {
	width: 100%;
	height: auto;
}


/*Designer*/

.ou_designer_box {
	margin: 0 auto;
	padding: 50px 0;
	max-width: 1360px;
}

.ou_designer_box h2 {
	margin: 0 0 5px 0;
	padding: 0;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: 400;
}

.ou_designer_box h2::before, .ou_designer_box h2::after {
	content: "│";
}

.ou_designer_cont {
	display: flex;
	margin-top: 40px;
}

.ou_designer_cont .ou_designer_img {
	width: 35%;
	padding: 0 15px 0 10px;
	min-width: 180px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.ou_designer_cont .ou_designer_img img {
	width: 100%;
	height: auto;
	max-width: 190px;
}

.ou_designer_cont .ou_designer_txt {
	width: 75%;
	padding: 0 10px 0 15px;
	border-left: 1px solid #808080;
}

.ou_designer_txt p {
	margin-bottom: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.ou_designer_txt p.ou_designer_add {
	font-size: 1rem;
}

.ou_designer_txt p.ou_designer_name {
	font-size: 1.6rem;
}

.ou_designer_txt p.ou_designer_name span {
	font-size: 1rem;
	display: block;
}

.ou_designer_txt p.ou_designer_url {
	line-height: 1.4;
	margin-bottom: 0;
}


/*Craftsman*/

.ou_craftsman_box {
	margin: 0 auto;
	padding: 50px 0 10px 0;
	max-width: 1080px;
}

.ou_craftsman_box h2 {
	margin: 0 0 5px 0;
	padding: 0;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: 400;
}

.ou_craftsman_box h2::before, .ou_craftsman_box h2::after {
	content: "│";
}

.craftsman_header {
	margin-top: 40px;
}

.craftsman_header div {
	padding: 0 40px;
}

.craftsman_header .craftsman_header_txt p {
	margin-bottom: 10px;
	font-size: 1.2rem;
}

.craftsman_header .craftsman_header_img img {
	width: 100%;
	margin-bottom: 40px;
}

.craftsman_article {
	padding: 0 0 40px 0;
}

.craftsman_article .craftsman_img {
	padding: 0 10px 20px 10px;
}

.craftsman_article .craftsman_img img {
	width: 100%;
	margin-bottom: 2px;
}

.craftsman_cont {
	padding: 0 10px;
}

.craftsman_cont h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 400;
}

.craftsman_cont .craftsman_txt {
	padding: 15px 0;
	border-bottom: 1px solid #808080;
	position: relative;
}

.craftsman_cont .craftsman_txt h4 {
	margin: 10px 0 20px 0;
	padding: 0;
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 400;
}

.craftsman_cont .craftsman_txt p {
	margin-bottom: 10px;
	font-size: 1.2rem;
}

.craftsman_cont .craftsman_txt:last-child {
	padding-left: 95px;
}

.craftsman_cont .craftsman_txt .craftman_logo {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 0;
	top: 15px;
}

.craftsman_cont .craftsman_txt:last-child p {
	font-size: 1.1rem;
	line-height: 1.5;
	margin-bottom: 8px;
}

.craftsman_cont .craftsman_txt:last-child p.craftsman_add {
	text-indent: -3em;
	padding-left: 3em;
}


/*Features*/

.ou_feature_box {
	margin: 0 10px;
	padding: 50px 0 40px 0;
	max-width: 1360px;
	border-bottom: 1px solid #808080;
}

.ou_feature_box h2 {
	margin: 0 0 5px 0;
	padding: 0;
	text-align: center;
	line-height: 1.4;
	font-size: 1.8rem;
	font-weight: 400;
}

.ou_feature_box h2::before, .ou_feature_box h2::after {
	content: "│";
}

.ou_feature_cont_box {
	padding: 40px 0 0 0;
	display: flex;
	flex-wrap: wrap;
}

.ou_feature_cont_box div {
	width: 50%;
}

.ou_feature_cont_box div img {
	width: 100%;
	margin-bottom: 20px;
}

.ou_feature_cont_box div h3 {
	margin: 0 0 10px 0;
	padding: 0 15px;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.4;
}

.ou_feature_cont_box div p {
	margin: 0 0 25px 0;
	padding: 0 15px;
	font-size: 1.1rem;
}


/*Catalog & Youtube Banner*/

.product_banner_box.product_banner_ou {
	padding: 100px 10px 60px 10px;
}

.product_banner_box.product_banner_ou .catalogdl_banner .catalogdl_img {
	background-color: #b1b1b1;
}

.product_banner_box.product_banner_ou .catalogdl_banner .catalogdl_img a {
	width: 215px;
}

.product_banner_box.product_banner_ou .catalogdl_banner .catalogdl_cont {
	background-color: #bebebe;
}


/*Cases Carousel*/

.ou_box .product_cases_box .wrapper-product_cases_slider .swiper-slide > a {
	background-color: #ccc;
}

.ou_box .product_cases_box > .btn_txt_c a:hover,
.ou_box .product_cases_box > .btn_txt_c a:active {
	background-color: #d5d5d5;
}



/*Zen PS-642FCZ
------------------------------------------------------------- */

/*Lineup List*/

.product_lineup_zen .product_lineup_list p.product_btn_catalogdl a {
	border-color: #808080;
}

.product_lineup_zen .product_lineup_list p.product_btn_catalogdl a::after {
	background-image: url(../img/icon_file_black.png);
}


/*Header*/

.zen642_box .product_head_img {
	background-color: #eee9e5;
}

.zen642_box .product_head_cont {
	background-color: #c9baad;
}


/*Swiper*/

.zen642_gallery {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding-top: 60px;
}


.zen642-slider .swiper-slide {
	padding: 0 10%;
}

.zen642-slider .swiper-slide img {
	width: 100%;
}

.zen642-slider .prev-zen642-slider,
.zen642-slider .next-zen642-slider {
	background-image: url(../../products/img/arrow_swiper.png);
	background-position: center;
	background-size: contain;
	width: 30px;
	height: 50px;
	margin-top: -25px;
}

.zen642-slider .prev-zen642-slider {
	transform: scale(-1, 1);
}


.zen642-thumb {
	width: 70%;
	min-width: 200px;
	max-width: 320px;
	margin: 0 auto;
}

.zen642-thumb .swiper-wrapper {
	padding: 80px 0 40px 0;
}

.zen642-thumb .swiper-slide {
	width: 33.3333%;
	margin: 0;
	padding: 5px;
}

.zen642-thumb .swiper-slide img {
	border: 1px solid #d9d9d9;
	width: 100%;
	cursor: pointer;
}

.zen642-thumb .swiper-slide.swiper-slide-thumb-active img {
	border: 1px solid #808080;
}


/*Photo*/

.product_photo_box .zen642_photo_half {
	width: 100%;
}

.product_photo_box .zen642_photo_half_cont {
	width: 100%;
	position: relative;
	text-align: center;
	background-color: #c9baad;
}

.product_photo_box .zen642_photo_half_cont div {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 20px 10px 8px 10px;
	text-align: left;
}

.product_photo_box .zen642_photo_half_cont div p {
	font-size: 1.2rem;
	line-height: 1.8;
	padding-bottom: 15px;
}


/*Designer*/

.zen642_designer_box {
	margin: 0 auto;
	padding: 60px 0;
	max-width: 1360px;
}

.zen642_designer_box h2 {
	margin: 0 0 50px 0;
	padding: 0;
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.2;
	font-weight: 400;
}

.zen642_designer_box h2 span {
	font-size: 0.6em;
}

.zen642_designer_cont {
	margin-top: 40px;
}

.zen642_designer_cont .zen642_designer_img {
	padding: 0 20px;
	text-align: center;
}

.zen642_designer_cont .zen642_designer_img img {
	width: 100%;
	max-width: 400px;
	height: auto;
	margin-bottom: 20px;
}

.zen642_designer_cont .zen642_designer_txt {
	padding: 0 20px 0 20px;
}

.zen642_designer_cont .zen642_designer_txt h3 {
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 20px 0 10px 0;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 400;
}

.zen642_designer_txt p {
	margin-bottom: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.zen642_designer_profile {
	margin: 30px 0 0 0;
	padding: 15px 0 5px 0;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

.zen642_designer_profile .zen642_designer_name {
	font-size: 1.05em;
}

.zen642_designer_profile .zen642_designer_prof {
	margin-bottom: 5px;
}


/*Features*/

.zen642_feature_box {
	margin: 0 auto;
	padding: 50px 0 20px 0;
	max-width: 1200px;
}

.zen642_feature_box h2 {
	margin: 0 0 5px 0;
	padding: 0;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: 400;
}

.zen642_feature_box h2::before, .zen642_feature_box h2::after {
	content: "│";
}

.zen642_feature_cont_box {
	padding: 40px 20px 0 20px;
}

.zen642_feature_cont_box div {
	padding: 0;
}

.zen642_feature_cont_box div img {
	width: 100%;
	margin-bottom: 20px;
}

.zen642_feature_cont_box div h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.5;
}

.zen642_feature_cont_box div p {
	margin: 0 0 40px 0;
	padding: 0;
	font-size: 1.1rem;
}


/*Button Group*/

.zen642_box .product_btn a:hover, .zen642_box .product_btn a:active {
	background-color: #eee9e5;
}


/*Control Panel*/

.zen642_box .product_panel_box {
	border-top: 1px solid #bfbfbf;
}


/*Catalog & Youtube Banner*/

.product_banner_box.product_banner_zen {
	padding: 100px 10px 60px 10px;
}

.product_banner_box.product_banner_zen .catalogdl_banner .catalogdl_img {
	background-color: #d0c3b7;
}

.product_banner_box.product_banner_zen .catalogdl_banner .catalogdl_cont {
	background-color: #ddd4cb;
}


/*Cases Carousel*/

.zen642_box .product_cases_box .wrapper-product_cases_slider .swiper-slide > a {
	background-color: #eee9e5;
}

.zen642_box .product_cases_box > .btn_txt_c a:hover,
.zen642_box .product_cases_box > .btn_txt_c a:active {
	background-color: #eee9e5;
}



/* for IE 
------------------------------------------------------------- */

@media all and (-ms-high-contrast: none){

	.feature_title {
		height: 120px;
	}

	.product_btnline {
		padding: 4px 12px 0px 12px !important;
		line-height: 2.6 !important;
	}

	.product_btn a {
		padding: 10px 10px 6px 10px !important;
	}

	.product_check_list > li::before {
		top: 0 !important;
	}

}


/* youtube Carousel
------------------------------------------------------------- */

.youtube_slider_wrapper {
	margin-bottom: 60px;
}

.zen642_box .youtube_slider_wrapper {
	margin-bottom: 0;
}

.zen642_box .youtube_slider_wrapper + hr + .product_panel_box {
	border-top: 0;
}

.zen642_box .youtube_box .wrapper-youtube_slider .swiper-slide .slide_inner > a {
	background-color: #eee9e5;
}

.zen642_box .youtube_box > .btn_txt_c a:hover,
.zen642_box .youtube_box > .btn_txt_c a:active {
	background-color: #eee9e5;
}

.ou_box .youtube_slider_wrapper {
	background-color: #bfbfbf;
	margin-bottom: 0;
}

.ou_box .youtube_slider_wrapper + hr + .product_panel_box {
	border-top: 0;
}


.ou_box .youtube_box .wrapper-youtube_slider .swiper-slide .slide_inner > a {
	background-color: #ccc;
}

.ou_box .youtube_box > .btn_txt_c a:hover,
.ou_box .youtube_box > .btn_txt_c a:active {
	background-color: #d5d5d5;
}


/* Honoka FOM (Add202512)
------------------------------------------------------------- */

/* Index */

.product_index_honoka_fom .product_index_img img {
	translate: 0 30px;
}

/* Honoka-FOM Icon */

.product_honokafomicon_box {
	width: fit-content;
	width: 110px;
	position: absolute;
	left: 10px;
	top: 10px;
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	transform: scale(0.7);
	transform-origin: left top;
	pointer-events: none;
	z-index: 100;
}

.product_honokafomicon_box > div {
	width: 110px;
	text-align: center;
	margin-bottom: -5px;
}

.product_honokafomicon_box > div img {
	width: 100%;
	height: auto;
}

.product_honokafomicon_box > div > span {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 1.3;
	font-size: 1.05rem;
	font-weight: 300;
	white-space: nowrap;
	letter-spacing: -0.02em;
}

/* Header */

.product_head_box {
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
	position: relative;
}

.product_head_box > .product_honokafomicon_box {
	transform: scale(0.8);
	top: 40px;
	left: 20px;
}


/*　Features　*/

.honokafom_feature_box {
	padding: 60px 0 40px 0;
}

.honokafom_feature_box h2 {
	margin: 0 0 40px 0;
	padding: 0;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.4;
}

.honokafom_feature_box h2::before, .honokafom_feature_box h2::after {
	content: "│";
}

.honokafom_feature_cont_box {
	padding: 0 10px;
	margin: 0 auto;
	max-width: 1400px;
}

.honokafom_feature_cont_box > div {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #bebebe;
}

.honokafom_feature_cont_box > div h3 {
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.6;
	margin: 15px 0;
	padding: 0;
}

.honokafom_feature_cont_box > div img {
	width: 100%;
	margin-bottom: 10px;
}

.honokafom_feature_cont_box > div p {
	margin-bottom: 15px;
	font-size: 1.2rem;
}

.honokafom_feature_cont_box > div p.txt_indent {
	font-size: 1.1rem;
}

.honokafom_feature_cont_box > div.honokafom_feature_cont_wide {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.honokafom_feature_cont_box > div.honokafom_feature_cont_wide .wide_img {
	display: flex;
	justify-content: space-between;
}

.honokafom_feature_cont_box > div.honokafom_feature_cont_wide .wide_img img {
	width: calc(50% - 5px);
	aspect-ratio: 10/6.58;
	object-fit: contain;
	background-color: #f7f7f7;
}

.honokafom_feature_cont_box > div.honokafom_feature_cont_wide .wide_txt {
	display: flex;
	justify-content: space-between;
}

.honokafom_feature_cont_box > div.honokafom_feature_cont_wide .wide_txt p {
	width: calc(50% - 5px);
	padding: 0 10px;
}





/* for SmallSize
--------------------------------------------------------------------------------- */
@media print, screen and (min-width:360px) {

	.product_head_cont p.product_note {
		padding: 0 10px;
		text-align: right;
	}


}





/* for MiddleSize(480-579px)
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:480px) {

	/* Index
	------------------------------------------------------------- */

	/* Feature Icon */

	.product_featureicon_box {
		transform: scale(1);
	}


	/* Honoka FOM (Add202512)
	------------------------------------------------------------- */

	/* Honoka-FOM Icon */

	.product_honokafomicon_box {
		transform: scale(1);
	}


	/*　Features　*/

	.honokafom_feature_cont_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 0;
	}

	.honokafom_feature_cont_box > div {
		width: 50%;
		margin: 0 0 40px 0;
		padding: 0 20px;
		border-right: 0;
		border-bottom: 0;
	}

	.honokafom_feature_cont_box > div:first-child {
		border-right: 1px solid #bebebe;
	}

	.honokafom_feature_cont_box > div.honokafom_feature_cont_wide {
		width: 100%;
	}



}





/* for MiddleSize(580-787px)
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:580px) {

	/* Index
	------------------------------------------------------------- */

	.product_index_box > div {
		display: flex;
		min-height: 380px;
	}

	.product_index_box > div > div {
		width: 50%;
	}

	.product_index_img {
		padding: 30px 0;
		position: relative;
	}

	.product_index_img a {
		display: block;
		width: 100%;
		max-width: 500px;
		text-align: center;
		position: absolute;
		left: 50%;
		top: 43%;
		transform: translateY(-50%) translateX(-50%);
	}

	.product_index_cont {
		padding: 30px 30px 30px 10px;
	}

	p.product_btn_catalogdl,
	p.product_btn_details,
	p.product_btn_ar {
		max-width: 300px;
	}

	p.product_btn_ar a,
	p.product_btn_ar span {
		font-size: 1.1rem;
	}

	.product_head_cont p.product_btn_catalogdl,
	.product_head_cont p.product_btn_details,
	.product_head_cont p.product_btn_ar {
		max-width: none;
	}

	.product_head_cont p.product_btn_ar a,
	.product_head_cont p.product_btn_ar span {
		font-size: 1.2rem;
	}


	/* Feature Icon */

	.product_featureicon_box {
		margin: 0;
		position: absolute;
		left: 0;
		bottom: 20px;
		transform: scale(0.9);
	}


	/* Lineup List
	------------------------------------------------------------- */

	.product_lineup_list .product_index_img {
		padding: 0;
		position: relative;
	}

	.product_lineup_list .product_index_img a {
		display: block;
		width: auto;
		height: auto;
		text-align: center;
		position: relative;
		left: auto;
		top: auto;
		transform: translateY(0) translateX(0);
	}

	.product_lineup_list p.product_btn_catalogdl,
	.product_lineup_list p.product_btn_details,
	.product_lineup_list p.product_btn_ar {
		max-width: 280px;
	}

	.product_lineup_btn_list {
		display: flex;
		justify-content: space-between;
	}

	.product_lineup_btn_list > p.product_btn_catalogdl,
	.product_lineup_btn_list > p.product_btn_details {
		width: calc(50% - 5px);
		max-width: none;
	}


	/* Control Panel
	------------------------------------------------------------- */

	.panel_txt {
		display: flex;
		padding: 20px 0 0 0;
	}

	.panel_cont_s .panel_txt {
		display: block;
		padding: 0;
	}

	.panel_txt div {
		width: 50%;
		padding: 0 20px;
	}

	.panel_cont_s .panel_txt div {
		width: 100%;
		padding: 0 80px;
	}

	.panel_txt div:last-child {
		border-left: 1px solid #bfbfbf;
	}

	.panel_cont_s .panel_txt div:last-child {
		border-left: 0;
	}

	.ou_box .panel_txt div:last-child {
		border-left: 1px solid #808080;
	}


	/* Check List
	------------------------------------------------------------- */

	.product_check_cont {
		padding: 20px 0 50px 0;
		display: flex;
		justify-content: space-between;
	}

	.product_check_list {
		width: 50%;
		padding: 0 20px;
	}


	/* Button Group
	------------------------------------------------------------- */

	.product_btn_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		max-width: 880px;
		margin: 0 auto;
		padding: 0 20px;
	}

	.product_btn {
		margin: 0 8px 15px 8px;
		width: calc(50% - 20px);
		min-width: auto;
	}

	.product_drawing_box .product_btn {
		margin: 0 auto 15px auto;
	}


	/* OU
	------------------------------------------------------------- */

	/*Details*/

	.ou_details_box p {
		width: calc(33.3333% - 2px);
	}


	/*Designer*/

	.ou_designer_cont .ou_designer_img {
		width: 50%;
		padding: 0 20px;
	}

	.ou_designer_cont .ou_designer_txt {
		width: 50%;
		padding: 0 20px;
	}


	/*Craftsman*/

	.craftsman_header {
		display: flex;
	}

	.craftsman_header .craftsman_header_txt {
		width: 65%;
		margin-bottom: 0;
		padding: 0 10px;
	}

	.craftsman_header .craftsman_header_img {
		width: 35%;
		padding: 0 10px 0 0;
	}

	.craftsman_header .craftsman_header_img img {
		margin-bottom: 60px;
	}

	.craftsman_article .craftsman_img {
		display: flex;
		justify-content: space-between;
	}

	.craftsman_article .craftsman_img img {
		width: calc(50% - 1px);
	}



	/*Zen PS-642FCZ
	------------------------------------------------------------- */

	/*Designer*/

	.zen642_designer_box h2 {
		font-size: 3rem;
	}

	.zen642_designer_cont .zen642_designer_txt h3 {
		font-size: 2.2rem;
	}

	/*Features*/
	
	.zen642_feature_cont_box {
		display: flex;
		flex-wrap: wrap;
	}

	.zen642_feature_cont_box {
		padding: 40px 10px 0 10px;
	}

	.zen642_feature_cont_box div {
		width: 50%;
		padding: 0 20px;
	}


	/* Honoka FOM (Add202512)
	------------------------------------------------------------- */

	/* Index */
	/* Honoka-FOM Icon */

	.product_honokafomicon_box {
		transform: scale(0.8);
	}


}





/* for MiddleSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:788px) {

	/* Index
	------------------------------------------------------------- */

	.product_index_box {
		margin: -50px -20px 20px 0;
	}

	p.product_btn_ar.btn_ar_sp {
		display: none;
	}

	p.product_btn_ar.btn_ar_pc {
		display: block;
	}

	.product_head_cont p.product_btn_catalogdl,
	.product_head_cont p.product_btn_details,
	.product_head_cont p.product_btn_ar {
		max-width: 300px;
	}




	/* Lineup List
	------------------------------------------------------------- */

	.product_lineup_box h2 {
		font-size: 2rem;
	}

	.product_lineup_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 40px;
		padding: 0 20px;
	}

	.product_lineup_list > div {
		width: 50%;
		padding: 0 40px;
		margin-bottom: 20px;
		border-bottom: 0;
		border-right: 1px solid #bebebe;
		position: relative;
		padding-bottom: 205px;
	}

	.product_lineup_list > div:nth-child(2n),
	.product_lineup_list > div:last-child	{
		border-right: 0;
	}

	.product_lineup_btn_list {
		display: block;
		justify-content: flex-start;
	}

	.product_lineup_list .product_index_img a {
		display: block;
		width: auto;
		height: 28vw;
		text-align: center;
		position: relative;
		left: auto;
		top: auto;
		transform: translateY(0) translateX(0);
	}

	.product_lineup_list .product_index_img a img {
		width: 70%;
		max-width: 340px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translateY(-50%) translateX(-50%);
	}

	.product_lineup_list .product_index_img.index_img_zen a img {
		width: 80%;
	}

	.product_lineup_list .product_index_img.index_img_hinata a img {
		width: 100%;
	}

	.product_lineup_list .product_index_cont .product_btnspec {
		position: absolute;
		left: 40px;
		bottom: 135px;
	}

	.product_lineup_list .product_index_cont .product_lineup_btn_list {
		position: absolute;
		left: 40px;
		bottom: 15px;
	}

	.product_lineup_btn_list > p.product_btn_catalogdl,
	.product_lineup_btn_list > p.product_btn_details {
		width: 280px;
		max-width: 280px;
	}


	/* Header
	------------------------------------------------------------- */

	.product_bg_head {
		background-image: url(../../products/img/bg_product_head_light.png);
		background-position: top center;
		background-repeat: repeat-y;
	}

	.ou_box .product_bg_head {
		background-image: url(../../products/img/bg_product_head_dark.png);
	}

	.zen642_box .product_bg_head {
		background-image: url(../../products/img/bg_product_head_beige.png);
	}

	.product_head_box {
		display: flex;
	}

	.product_head_img {
		width: 50%;
		padding: 20px;
		background-color: transparent;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}

	.product_head_img > img {
		display: block;
		width: 100%;
		text-align: center;
/*
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translateY(-50%) translateX(-50%);
*/
		width: 100%;
		max-width: 640px;
	}

	.product_head_cont {
		width: 50%;
		padding: 80px 50px;
	}

	.zen642_box .product_head_cont {
		padding: 100px 50px;
	}


	/* Features
	------------------------------------------------------------- */

	.feature_box {
		margin: 50px 20px;
		padding-bottom: 10px;
		width: calc(100% - 40px);
		max-width: 1400px;
		border-top: 1px solid #808080;
		display: flex;
		flex-wrap: wrap;
	}

	.feature_box > div:nth-child(1),
	.feature_box > div:nth-child(2) {
		border-top: 0;
		margin-top: 0;
	}

	.feature_box > div {
		width: calc(50% - 10px);
		margin: 10px 0 0 0;
		padding: 25px 0 10px 0;
		position: relative;
	}

	.feature_box > div.honoka_feature {
		min-height: 180px;
	}

	.feature_box > div:nth-child(even) {
		width: calc(50% - 11px);
		margin-left: 21px;
	}

	.feature_box > div:nth-child(even)::before {
		content: "";
		display: block;
		width: 21px;
		height: 100%;
		border-left: 10px solid #fff;
		border-right: 10px solid #fff;
		border-top: 10px solid #fff;
		position: absolute;
		left: -21px;
		top: 0;
		background-color: #808080;
	}

	.feature_cont > div {
		width: calc(100% - 80px);
		padding: 0 15px;
	}

	.feature_cont p:first-child {
		width: 80px;
	}


	/* Control Panel
	------------------------------------------------------------- */

	.product_panel_box {
		margin: 0 20px 50px 20px;
	}

	.product_panel_box h2 {
		font-size: 2rem;
	}
	
	.panel_cont, .panel_cont_s {
		display: flex;
	}

	.panel_cont .panel_img {
		width: 35%;
		text-align: left;
		padding-right: 30px;
	}

	.panel_cont_s .panel_img {
		width: 50%;
		text-align: right;
		padding: 0 40px 0 0;
		border-right: 1px solid #bfbfbf;
	}

	.panel_cont .panel_img img {
		width: 100%;
		max-width: 380px;
	}

	.panel_cont_s .panel_img img {
		width: 100%;
		max-width: 320px;
	}

	.panel_txt {
		width: 65%;
		padding: 0;
	}

	.panel_cont_s .panel_txt {
		width: 50%;
		padding: 0;
	}

	.panel_txt div {
		padding: 0 20px;
		border-left: 1px solid #bfbfbf;
	}

	.panel_cont_s .panel_txt div {
		padding: 0 10px 0 40px;
	}

	.ou_box .panel_txt div {
		border-left: 1px solid #808080;
	}

	.panel_txt h3:first-child {
		margin-top: 0;
	}



	/* Drawing
	------------------------------------------------------------- */

	.drawing_img_box {
		display: flex;
		flex-wrap: wrap;
		padding: 0 10px;
	}

	.drawing_img_box div {
		padding: 50px;
	}

	.drawing_img_box .drawing_img_wide {
		width: 100%;
	}

	.drawing_img_box .drawing_img_half {
		width: 50%;
	}

	.drawing_img_box .drawing_img_border {
		border-left: 1px solid #bfbfbf;
	}

	.ou_box .drawing_img_box .drawing_img_border {
		border-left: 1px solid #808080;
	}


	/* Check List
	------------------------------------------------------------- */

	.product_check_box {
		margin: 0 20px 50px 20px;
	}


	/* Syogen
	------------------------------------------------------------- */

	/* Syogen Table */

	.syogen_table table.coltable tr th {
		width: 12em;
	}


	/* Button Group
	------------------------------------------------------------- */

	.product_btn_box_wrapper {
		width: calc(100% - 40px);
	}


	/* Honoka
	------------------------------------------------------------- */

	/*Main Image*/

	.honoka_box .product_head_img {
		padding-top: 150px;
		padding-bottom: 150px;
	}

	.honoka_mainimg {
		width: 100%;
		margin-top: -30px;
	}

	.honoka_mainimg > img {
		margin: 0 auto;
		display: block;
		text-align: center;
		width: 100%;
		max-width: 580px;
		min-width: 380px;
	}

	.honoka_thumb {
		margin-top: -20px;
	}


	/*Features*/

	.feature_box > div.honoka_feature {
		min-height: 180px;
	}


	/* OU
	------------------------------------------------------------- */

	/*Lineup List*/

	.product_lineup_ou .product_lineup_list > div {
		border-right-color: #808080;
	}

	/*Photo*/

	.product_photo_box .ou_photo_half {
		width: 50%;
	}

	.product_photo_box .ou_photo_half_cont {
		width: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.product_photo_box .ou_photo_half_cont div {
		padding: 10px 10px 0 10px;
	}

	.product_photo_box .ou_photo_half_cont div p {
		line-height: 1.65;
		font-size: 1.1rem;
	}

	/*Designer*/

	.ou_designer_box h2 {
		font-size: 2rem;
	}

	.ou_designer_cont .ou_designer_img {
		padding: 0 40px;
	}

	.ou_designer_cont .ou_designer_txt {
		padding: 0 40px;
	}

	.ou_designer_txt p {
		max-width: 23em;
	}


	/*Craftsman*/

	.ou_craftsman_box {
		padding: 50px 10px 10px 10px;
	}

	.ou_craftsman_box h2 {
		font-size: 2rem;
	}

	.craftsman_header .craftsman_header_txt {
		width: 55%;
		margin-bottom: 0;
		padding: 0 10px 0 40px;
	}

	.craftsman_header .craftsman_header_img {
		width: 45%;
		padding: 0 10px 0 0;
	}

	.craftsman_article {
		display: flex;
	}

	.craftsman_article .craftsman_img {
		width: 40%;
		padding: 0 10px;
		display: block;

	}

	.craftsman_article .craftsman_img img {
		width: 100%;
	}

	.craftsman_cont {
		width: 60%;
		padding: 0 10px 0 20px;
	}


	/*Features*/

	.ou_feature_box {
		margin: 0 20px;
	}

	.ou_feature_box h2 {
		font-size: 2rem;
	}

	/*Zen PS-642FCZ
	------------------------------------------------------------- */

	/*Main Image*/

	.zen642_box .product_head_img {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	/*Photo*/

	.product_photo_box .zen642_photo_half {
		width: 50%;
	}

	.product_photo_box .zen642_photo_half_cont {
		width: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.product_photo_box .zen642_photo_half_cont div {
		padding: 10px 10px 0 10px;
	}

	.product_photo_box .zen642_photo_half_cont div p {
		line-height: 1.65;
		font-size: 1.1rem;
	}


	/*Designer*/

	.zen642_designer_box {
		padding: 60px 0 80px 0;
	}

	.zen642_designer_cont {
		display: flex;
		padding: 0 20px;
	}
	
	.zen642_designer_cont .zen642_designer_img {
		width: 40%;
		padding: 20px 15px 0 10px;
		min-width: 180px;
		display: flex;
		align-items: flex-start;
		justify-content: flex-end;
	}

	.zen642_designer_cont .zen642_designer_txt {
		width: 60%;
		padding: 0 30px 0 30px;
	}

	.zen642_designer_cont .zen642_designer_txt h3 {
		font-size: 2rem;
	}


	/*Features*/

	.zen642_feature_box h2 {
		font-size: 2rem;
	}

	.zen642_feature_cont_box {
		padding: 40px 20px 0 20px;
	}

	.zen642_feature_cont_box div {
		padding: 0 30px;
	}


	/* Honoka FOM (Add202512)
	------------------------------------------------------------- */

	/*　Features　*/

	.honokafom_feature_box h2 {
		font-size: 2rem;
	}

	.honokafom_feature_cont_box {
		padding: 0 20px;
	}

	.honokafom_feature_cont_box > div h3 {
		font-size: 1.7rem;
	}

}




/* for LargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:900px) {

	/* Index
	------------------------------------------------------------- */

	p.product_btn_ar a,
	p.product_btn_ar span {
		font-size: 1.2rem;
	}

	/* Feature Icon */

	.product_featureicon_box {
		transform: scale(1);
	}


	/* Honoka
	------------------------------------------------------------- */

	/*Main Image*/

	.honoka_thumb {
		margin-top: -30px;
	}


	/* OU
	------------------------------------------------------------- */

	.product_photo_box .ou_photo_half_cont div p {
		line-height: 1.8;
		font-size: 1.2rem;
	}


	/*Zen PS-642FCZ
	------------------------------------------------------------- */

	.product_photo_box .zen642_photo_half_cont div p {
		line-height: 1.8;
		font-size: 1.2rem;
	}

	/*Features*/
	
	.zen642_feature_cont_box {
		padding: 40px 30px 0 30px;
	}

	.zen642_feature_cont_box div {
		padding: 0 40px;
	}

}





/* for LargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:1080px) {

	/* Index
	------------------------------------------------------------- */

	.product_index_cont {
		padding: 50px 70px 50px 30px;
	}


	/* Header
	------------------------------------------------------------- */

	.product_head_cont {
		padding: 120px 100px;
	}

	.zen642_box .product_head_cont {
		padding: 150px 100px;
	}


	/* Control Panel
	------------------------------------------------------------- */

	.panel_cont .panel_img {
		padding-right: 35px;
		width: 30%;
	}

	.panel_cont .panel_txt {
		width: 70%;
	}

	.panel_txt div {
		padding: 0 40px;
	}


	/* Check List
	------------------------------------------------------------- */

	.product_check_box {
		padding: 0 60px;
	}

	.product_check_list {
		width: 48%;
	}


	/* Features
	------------------------------------------------------------- */

	.feature_box {
		margin: 50px auto;
	}


	/* Button Group
	------------------------------------------------------------- */

	.product_btn {
		max-width: 18.5em;
	}


	/* Honoka
	------------------------------------------------------------- */

	/*Main Image*/

	.honoka_box .product_head_img {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.honoka_thumb {
		margin-top: -50px;
	}

	/* Features */

	.feature_cont > div.honoka_feature {
		width: calc(100% - 250px);
	}

	.feature_cont .honoka_feature_img {
		width: 170px;
		height: 155px;
	}


	/* OU
	------------------------------------------------------------- */

	/*lineup list*/

	.product_lineup_ou .product_lineup_list > div:nth-child(2n) {
		border-right-color: #808080;
	}

	/*Photo*/

	.product_photo_box .ou_photo_half_cont div p {
		font-size: 1.3rem;
		line-height: 2;
	}


	/*Craftsman*/

	.craftsman_article .craftsman_img {
		width: 50%;
		padding-right: 20px;
	}

	.craftsman_cont {
		width: 50%;
		padding: 0 10px 40px 50px;
	}

	/*Features*/

	.ou_feature_cont_box div {
		width: 25%;
	}


	/*Zen PS-642FCZ
	------------------------------------------------------------- */

	/*Main Image*/

	.zen642_box .product_head_img {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	/*Photo*/

	.product_photo_box .zen642_photo_half_cont div p {
		font-size: 1.3rem;
		line-height: 2;
	}


	/*Designer*/

	.zen642_designer_box h2 {
		font-size: 3.6rem;
	}

	.zen642_designer_cont .zen642_designer_img {
		width: 45%;
	}

	.zen642_designer_cont .zen642_designer_txt {
		width: 55%;
		padding: 0 80px 0 60px;
	}


	/*Features*/
	
	.zen642_feature_cont_box {
		padding: 40px 60px 0 60px;
	}

	.zen642_feature_cont_box div {
		padding: 0 50px;
	}


	/* Honoka FOM (Add202512)
	------------------------------------------------------------- */

	/* Index */
	/* Honoka-FOM Icon */

	.product_honokafomicon_box {
		transform: scale(1);
	}

	/* Header */

	.product_head_box > .product_honokafomicon_box {
		transform: scale(1);
		top: 30px;
	}

	/*　Features　*/

	.honokafom_feature_cont_box {
		flex-wrap: nowrap;
		margin-bottom: 20px;
	}

	.honokafom_feature_cont_box > div {
		width: 30%;
		margin-bottom: 0;
	}

	.honokafom_feature_cont_box > div:nth-child(2) {
		border-right: 1px solid #bebebe;
	}

	.honokafom_feature_cont_box > div h3 {
		font-size: 1.6rem;
		white-space: nowrap;
	}

	.honokafom_feature_cont_box > div.honokafom_feature_cont_wide {
		width: 40%;
	}

}



/* for LargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:1200px) {

	/* Header
	------------------------------------------------------------- */

	.zen642_box .product_head_cont {
		padding: 180px 120px;
	}


	/* Lineup List
	------------------------------------------------------------- */

	.product_lineup_list .product_index_cont .product_btnspec {
		bottom: 70px;
	}

	.product_lineup_list > div {
		padding-bottom: 135px;
	}

	.product_lineup_btn_list {
		width: calc(100% - 80px);
		display: flex;
		justify-content: space-between;
	}

	.product_lineup_btn_list > p.product_btn_catalogdl,
	.product_lineup_btn_list > p.product_btn_details {
		width: calc(50% - 5px);
		max-width: none;
	}


}




/* for ExtraLargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:1400px) {

	/* Header
	------------------------------------------------------------- */

	.product_head_cont {
		padding: 150px 120px;
	}

	.zen642_box .product_head_cont {
		padding: 200px 160px;
	}


	/* Lineup List
	------------------------------------------------------------- */

	.product_lineup_list {
		flex-wrap: nowrap;
	}

	.product_lineup_list > div {
		width: 25%;
		margin-bottom: 40px;
		padding-bottom: 205px;
	}

	.product_lineup_list > div:nth-child(2n) {
		border-right: 1px solid #bebebe;
	}

	.product_lineup_list > div:last-child	{
		border-right: 0;
	}

	.product_lineup_list .product_index_img a {
		height: 18vw;
		max-height: 250px;
	}

	.product_lineup_btn_list {
		width: 100%;
		display: block;
	}

	.product_lineup_list p.product_btn_catalogdl,
	.product_lineup_list p.product_btn_details,
	.product_lineup_list p.product_btn_ar {
		width: 250px;
		max-width: 250px;
	}

	.product_lineup_list .product_index_cont .product_btnspec {
		bottom: 135px;
	}


	/* Control Panel
	------------------------------------------------------------- */

	.product_panel_box {
		margin: 0 auto 80px auto;
	}

	.panel_cont .panel_img {
		padding-right: 45px;
	}

	.panel_txt div {
		padding: 0 50px;
	}


	/* Drawing
	------------------------------------------------------------- */

	.product_drawing_box {
		margin: 0 auto 50px auto;
	}


	/* Check List
	------------------------------------------------------------- */

	.product_check_box {
		margin: 0 auto 50px auto;
	}


	/* Syogen
	------------------------------------------------------------- */

	.product_syogen_box {
		margin: 0 auto 50px auto;
	}


	/* OU
	------------------------------------------------------------- */

	/*Features*/

	.ou_feature_box {
		margin: 0 auto;
	}


	/*Zen PS-642FCZ
	------------------------------------------------------------- */

	/*Designer*/

	.zen642_designer_cont .zen642_designer_txt {
		padding: 0 120px 0 60px;
	}


	/* Honoka FOM (Add202512)
	------------------------------------------------------------- */

	/* Lineup List*/

	.product_lineup_list > div.honoka-fom .product_title {
		font-size: 2.1rem;
		letter-spacing: 0;
		white-space: nowrap;
		padding: 5px 0;
	}


	/*　Features　*/

	.honokafom_feature_cont_box > div {
		width: 25%;
	}

	.honokafom_feature_cont_box > div h3 {
		font-size: 1.7rem;
	}

	.honokafom_feature_cont_box > div.honokafom_feature_cont_wide {
		width: 50%;
	}

}




@media all and (-ms-high-contrast: none) and (min-width:788px) {

	.feature_title h4.honoka_feature_title {
		padding-top: 10%;
	}

}




/*** Print Styles ***/

@media print{

	/* Index
	------------------------------------------------------------- */

	.product_index_box > div {
		min-height: 450px !important;
		break-inside: avoid;
	}

	/* Lineup List
	------------------------------------------------------------- */

	.product_lineup_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 40px;
		padding: 0 20px;
		page-break-inside: avoid;
	}

	.product_lineup_list > div {
		width: 50%;
		padding: 0 40px;
		margin-bottom: 40px;
		border-bottom: 0;
		border-right: 1px solid #bebebe;
		position: relative;
		padding-bottom: 40px;
	}

	.product_lineup_list > div:nth-child(2n) {
		border-right: 0;
	}

	.product_lineup_list .product_index_cont .product_btnspec {
		position: relative;
		left: auto;
		bottom: auto;
	}

	.product_lineup_list .product_index_cont .product_lineup_btn_list {
		position: relative;
		left: auto;
		bottom: auto;
		display: block;
		justify-content: flex-start;
		width: 100%;
	}

	.product_lineup_btn_list > p.product_btn_catalogdl,
	.product_lineup_btn_list > p.product_btn_details {
		width: 100%;
		max-width: 100%;
	}


	/* Honoka-FOM */

	.product_honokafomicon_box {
		left: 15px;
		top: 15px;
		transform: scale(0.7);
	}

	.product_head_box > .product_honokafomicon_box {
		transform: scale(0.7);
		top: 40px;
		left: 20px;
	}

	.honokafom_feature_cont_box > div h3 {
		font-size: 1.6rem;
		white-space: wrap;
	}


}

