@charset "utf-8";


/*** Products Details Contents Styles ***/



/* Common
------------------------------------------------------------- */

#contents_box {
	padding-top: 0;
	max-width: 100%;
}

.product_gaiyo_box,
.product_feature_box,
.product_merit_box,
.product_concept_box,
.product_parts_box,
.product_shogen_box,
.product_others_box,
.products_optionlist_box,
.product_lineup_box {
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
	padding: 80px 20px;
}

.product_feature_box,
.product_merit_box,
.product_shogen_box,
.products_optionlist_box,
.product_others_box {
	padding-bottom: 0;
}

.product_lineup_box {
	padding-top: 60px;
}

.product_contact_box {
	width: 100%;
	max-width: 740px;
	margin: 0 auto;
	padding: 80px 20px 0 20px;
}

.product_contact_box > div > p {
	padding: 0 5px;
}

h2 {
	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;
}

h2::after {
	content: "";
	width: 160px;
	height: 1px;
	background-color: #808080;
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: -80px;
}

/* Leader */

.txt_leader {
	text-align: left;
	font-size: 1.4rem;
	line-height: 2.2;
	margin-bottom: 30px;
}

.txt_leader br {
	display: none;
}

.txt_leader br.sbr {
	display: inline;
}


/*Button*/

.btn_back {
	max-width: 1360px;
	margin: 10px auto 30px auto;
	padding-left: 20px;
}


.sub_img_btn {
	display: inline-block;
	margin: 10px 5px 0 0;
}

.sub_img_btn a {
	display: block;
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	font-size: 1.1rem;
	white-space: nowrap;
	border: 1px solid #000;
	border-radius: 10px;
	cursor: pointer !important;
}

.sub_img_btn a:hover,
.sub_img_btn a:active {
	text-decoration: none;
	background-color: #f2f2f2;
}



/* Anchor Link
------------------------------------------------------------- */

.product_anchor_box {
	width: 100%;
	padding: 30px 20px;
	background-color: #d9d9d9;
	box-shadow: 0 6px 10px rgba(0,0,0,0.1);
}

.product_anchor_inner {
	width: 100%;
	max-width: 210px;
	margin: 0 auto;
}

.product_anchor_box ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
	list-style-position: outside;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}

.product_anchor_box ul li {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 50px;
}

.product_anchor_box ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	line-height: 50px;
	text-decoration: none;
	color: #2d2d2d;
	font-weight: 400;
	font-size: 1.35rem;
	white-space: nowrap;
}

.product_anchor_box ul li a:hover,
.product_anchor_box ul li a:active {
	background-color: #ccc;
}


.product_anchor_box ul li a::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 0.8em;
	border-right: 2px solid #2d2d2d;
	border-bottom: 2px solid #2d2d2d;
	transform: rotate(45deg);
	vertical-align: 3px;
}


/* Concept Tab
------------------------------------------------------------- */
/*
.concept_tab {
	margin: 0;
	width: 100%;
	color: #fff;
	background-color: #5b0800;
	position: relative;
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 1;
	z-index: 300;
}

.concept_tab h5 {
	margin: 0;
	padding: 15px 10px;
	font-size: 1.3rem;
}

.concept_tab h5 span:first-child {
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
}

.concept_tab .concept_txt {
	padding: 0 140px 15px 10px;
	font-size: 1.1rem;
	line-height: 1.8;
}

.concept_tab .concept_txt br {
	display: none;
}

.concept_tab .tab_btn_box {
	width: 130px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../../products/img/bg_concepttab.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
}

.concept_tab .tab_btn_box .tab_close {
	display: none;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 0;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	filter: drop-shadow(0 0 2px rgba(255,255,255,1));
}

.concept_tab .tab_btn_box .tab_close::before,
.concept_tab .tab_btn_box .tab_close::after {
	content: "";
	display: inline-block;
	width: 40px;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.concept_tab .tab_btn_box .tab_close::after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.concept_tab .tab_btn_box .tab_btn {
	display: block;
	width: 9em;
	height: 24px;
	font-size: 1.2rem;
	padding: 0;
	position: absolute;
	left: 50%;
	bottom: 15px;
	transform: translateX(-50%);
}

.concept_tab .tab_btn_box .tab_btn a {
	display: block;
	width: 100%;
	height: 24px;
	text-align: center;
	line-height: 24px;
	background-color: #333;
	color: #fff;
	border-radius: 6px;
}

.concept_tab .tab_btn_box .tab_btn a:hover,
.concept_tab .tab_btn_box .tab_btn a:active {
	text-decoration: none;
	color: #fff;
	background-color: #1a1a1a;
}
*/

/*Animation Setting*/
/*
.concept_tab.fadeIn_sp {
	animation-name: anime_conceptTab_fadeIn_sp;
	animation-duration: 0.5s;
	animation-delay: 0.2s;
	animation-fill-mode: forwards;
}

@keyframes anime_conceptTab_fadeIn_sp {
	0% {
		opacity: 0;
		bottom: -120px;
	}
	100% {
		opacity: 1;
		bottom: 0;
	}
}
*/
/*
.concept_tab.fadeIn_pc {
	animation-name: anime_conceptTab_fadeIn_pc;
	animation-duration: 0.5s;
	animation-delay: 0.3s;
	animation-fill-mode: forwards;
}

@keyframes anime_conceptTab_fadeIn_pc {
	0% {
		opacity: 0;
		right: -395px;
	}
	100% {
		opacity: 1;
		right: 0;
	}
}

.concept_tab.fadeOut {
	animation-name: anime_conceptTab_fadeOut;
	animation-duration: 0.5s;
	animation-delay: 0s;
	animation-fill-mode: forwards;
	pointer-events: none;
}

@keyframes anime_conceptTab_fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
*/


/* MainView
------------------------------------------------------------- */

.product_mainview_box {
	width: 100%;
	min-width: 320px;
	line-height: 1;
	overflow: hidden;
	padding: 80px 0 270px 0;
	color: #fff;
	overflow: hidden;
	position: relative;
}

.product_mainview_box.mainview_pet {
	padding-bottom: 100px;
}

.product_mainview_bg {
	width: 100%;
	height: 100%;
	background: rgba(33,33,33,1);
	background: linear-gradient(55deg, rgba(33,33,33,1) 60%, rgba(80,80,80,1) 95%);
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.product_mainview_bg.animate {
	animation-name: anime_mainvewBg;
	animation-duration: 0.5s;
	animation-delay: 0s;
	animation-fill-mode: forwards;
}


/*Title & Image*/

.mainview_slash:nth-child(1),
.mainview_slash:nth-child(2),
.mainview_slash:nth-child(3)  {
	animation-name: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 0;
	overflow: hidden;
}

.mainview_slash:nth-child(1).animate,
.mainview_slash:nth-child(2).animate,
.mainview_slash:nth-child(3).animate {
	animation-name: anime_skewSlash;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.mainview_slash:nth-child(1).animate {
	animation-delay: 0.2s;
}

.mainview_slash:nth-child(2).animate {
	animation-delay: 0.5s;
}

.mainview_slash:nth-child(3).animate {
	animation-delay: 0.8s;
}

.mainview_slash div {
	min-height: 450px;
}

.mainview_slash div.skew_0 {
	position: absolute;
	top: 180px;
	left: -45vw;
	transform: skewX(35deg);
	width: 90vw;
	height: 140vw;
	background-color:#801400;
}

.mainview_slash div.skew_1 {
	position: absolute;
	top: 180px;
	left: -55vw;
	transform: skewX(35deg);
	width: 60vw;
	height: 140vw;
	background-color:#801400;
}

.mainview_slash div.skew_2 {
	position: absolute;
	top: 180px;
	left: 20vw;
	transform: skewX(35deg);
	width: 25vw;
	height: 140vw;
	background-color:#801400;
}

.mainview_slash div.skew_3 {
	position: absolute;
	top: 0;
	left: -55vw;
	transform: skewX(35deg);
	width: 50vw;
	height: 200vw;
	background-color:#801400;
}

.mainview_slash div.skew_4 {
	position: absolute;
	top: 0;
	left: 5vw;
	transform: skewX(35deg);
	width: 30vw;
	height: 200vw;
	background-color:#801400;
}

.mainview_slash div.skew_5 {
	position: absolute;
	top: 0;
	left: 45vw;
	transform: skewX(35deg);
	width: 30vw;
	height: 200vw;
	background-color:#801400;
}

.mainvew_img {
	position: relative;
	margin: 0 auto;
	width: 85%;
	z-index: 100;
	margin-top: -40px;
	transform: translateY(30px);
	opacity: 0;
}

.mainvew_img.animate {
	animation-name: anime_mainvewFadeIn;
	animation-duration: 0.5s;
	animation-delay: 0.8s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}

.mainvew_img img {
	width: 100%;
}

.mainvew_title, .mainview_catch, .mainview_spec {
	position: relative;
	padding: 0 20px 5px 20px;
	z-index: 100;
	transform: translateY(30px);
	opacity: 0;
}

.mainvew_title.animate, .mainview_catch.animate, .mainview_spec.animate {
	animation-name: anime_mainvewFadeIn;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}

.mainvew_title {
	animation-delay: 0.2s;
}

.mainview_catch {
	animation-delay: 0.4s;
}

.mainview_spec {
	animation-delay: 0.6s;
}

.mainvew_title h1 {
	margin: 0;
	padding: 20px 0 15px 0;
	text-align: left;
	line-height: 1.15;
	color: #fff;
	font-size: 3.3rem;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

.mainvew_title.thin h1 {
	letter-spacing: -0.05em;
}

.mainvew_title h1 span {
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}

.mainview_catch p {
	font-size: 1.3rem;
	line-height: 1.6;
	margin-bottom: 25px;
	white-space: nowrap;
}

.mainview_spec {
	font-size: 1.2rem;
	white-space: nowrap;
}

.mainview_spec span {
	display: inline-block;
	margin-left: 10px;
	font-size: 1.9rem;
	letter-spacing: 0.05em;
	vertical-align: top;
}

.mainview_spec span.s1 {
	font-size: 1.35rem;
	margin-left: 0;
	vertical-align: bottom;
}

.mainview_spec .mainview_spec_table {
	display: inline-block;
	vertical-align: top;
	margin-bottom: -25px;
}

.mainview_spec .mainview_spec_table div {
	margin-bottom: 20px;
	display: inline-block;
	padding-right: 12px;
	min-width: 8em;
	border-right: 1px solid #fff;
}

.mainview_spec .mainview_spec_note {
	padding: 12px 0 0 55px;
	font-size: 1.1rem;
}

.mainview_spec .mainview_spec_note.re-e1000rg {
	padding-left: 60px;
}

.mainview_spec .mainview_spec_table div:nth-child(2),
.mainview_spec .mainview_spec_table div:last-child {
	border-right: 0;
}

.mainview_spec .mainview_spec_table div p {
	margin-left: 10px;
	font-size: 1.1em;
	margin-bottom:7px;
}


/*Material List*/
/*
.mainview_material_dummy {
	position: relative;
	width: 100%;
	height: 120px;
}

.mainview_material_list {
	width: 100%;
	padding: 30px 20px 220px 20px;
	line-height: 1.5;
	color: #000;
	background-color: #e5e5e5;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
}

.mainview_material_list h4 {
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.mainview_material_list ul {
	margin: 0 -10px 20px -10px;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	display: flex;
}

.mainview_material_list ul li {
	margin: 0;
	padding: 0;
	width: 20%;
	border-right: 1px solid #808080;
	text-align: center;
}

.mainview_material_list.wide ul li {
	width: 25%;
}

.mainview_material_list.wide ul.material_list_grush li {
	width: 50%;
}

.mainview_material_list ul li:last-child,
.mainview_material_list ul li.no_border {
	border-right: 0;
}

.mainview_material_list ul li p:first-child {
	font-size: 2rem;
	letter-spacing: 0.05em;
}

.mainview_material_list ul li p:last-child {
	white-space: nowrap;
	font-size: 0.85rem;
}

.mainview_material_list ul li.mainview_material_note {
	width: 80%;
	text-align: left;
	padding: 7px 0 0 10px;
	font-size: 1.1rem;
}

.mainview_material_btn {
	margin: 0 auto;
	width: 12em;
	height: 35px;
}

.mainview_material_btn a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 1.3rem;
	text-align: center;
	line-height: 35px;
	color: #000;
	background-color: rgba(255,255,255,0.7);
	cursor: pointer;
}

.mainview_material_btn a:hover, .mainview_material_btn a:active {
	text-decoration: none;
	background-color: rgba(255,255,255,1);
}

.catalog_dl {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 165px;
	z-index: 100;
}

.catalog_dl.pet {
	background-color: #e5e5e5;
	padding: 15px 0 35px 0;
	bottom: 125px;
}

.catalog_dl .btn_catalog_dl {
	text-align: center;
}

.btn_catalog_dl a {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	line-height: 1.5;
	background-color: #f80;
	border: 1px solid #fff;
	color: #fff;
	position: relative;
	max-width: 18em;
	cursor: pointer;
}

.btn_catalog_dl a:hover, .btn_catalog_dl a:active {
	text-decoration: none;
	background-color: #f70;
}
*/

.mainview_bottom {
	width: 100%;
	padding: 40px 40px 30px 40px;
	background-color: #e5e5e5;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
}

.mainview_button_area {
	text-align: left;
	line-height: 1.5;
	color: #000;
}

.mainview_button_area p.btn_catch {
	font-size: 1.6rem;
	margin-bottom: 8px;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.mainview_button_area p.btn_catch span {
	font-weight: 700;
	font-size: 1.4em;
	margin-right: 2px;
}

.mainview_button_area p.btn_catch::before {
	content: "＼";
	display: inline;
	margin-right: 2px;
	font-size: 1.2em;
}

.mainview_button_area p.btn_catch::after {
	content: "／";
	display: inline;
	margin-left: 2px;
	font-size: 1.2em;
}


.mainview_button_area p.btn {
	width: 100%;
	margin-bottom: 15px;
}

.mainview_button_area p.btn a {
	display: block;
	width: 100%;
	height: 70px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 66px;
	color: #fff;
	text-decoration: none;
}

.mainview_button_area p.catalog_download a {
	background-color: #f80;
	border-bottom: 3px solid #c60;
}

.mainview_button_area p.contact_link a {
	background-color: #9f9f9f;
	border-bottom: 3px solid #727272;
}

.mainview_button_area p.catalog_download a:hover,
.mainview_button_area p.catalog_download a:active {
	background-color: #f70;
	border-bottom: 2px solid #c60;
	transform: translateY(1px);
}

.mainview_button_area p.contact_link a:hover,
.mainview_button_area p.contact_link a:active {
	background-color: #909090;
	border-bottom: 2px solid #727272;
	transform: translateY(1px);
}


/*Animation Setting*/

@keyframes anime_mainvewBg {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes anime_skewSlash {
	0% {
		height: 0;
	}
	100% {
		height: 100%;
	}
}

@keyframes anime_mainvewFadeIn {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}




/* Flow
------------------------------------------------------------- */

.product_flow_box {
	width: 100%;
	margin-bottom: 40px;
	padding: 40px 0 0 0;
	text-align: center;
}

.product_flow_box .flow_mainimg_box {
	padding: 0 20px;
	margin-bottom: 20px;
}

.product_flow_box .flow_mainimg_box img {
	width: auto;
	max-width: 100%;
}

.product_flow_box .modal_btn {
	display: inline-block;
	width: auto;
	margin: 0 auto 20px auto;
	cursor: pointer;
}

.product_flow_box .modal_btn a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 6px 40px 6px 15px;
	line-height: 1;
	text-align: center;
	font-size: 1.4rem;
	color: #000;
	letter-spacing: 0.02em;
	white-space: nowrap;
	border: 1px solid #000;
	border-radius: 20px;
	background-image: url(../img/icon_zoom.png);
	background-repeat: no-repeat;
	background-position: center right 15px;
	background-size: 16px;
}

.product_flow_box .modal_btn a:hover,
.product_flow_box .modal_btn a:active {
	color: #000;
	background-color: #f2f2f2;
	text-decoration: none;
}


/*Flow Swiper*/

.flow_swiper_box {
	padding-top: 20px;
	position: relative;
	overflow: hidden;
	text-align: left;
}

.flow_swiper_box .swiper-slide {
	padding: 0 20px;
}

.flow_img_box {
	position: relative;
	margin-bottom: 15px;
}

.flow_img_box img {
	width: 100%;
}

.flow_img_box .flow_num {
	width: 45px;
	height: 45px;
	text-align: center;
	font-size: 3rem;
	line-height: 45px;
	color: #fff;
	background-color: #801400;
	position: absolute;
	left: 0;
	top: 0;
}

.prev-flowslider, .next-flowslider {
	position: absolute;
	top: 30vw !important;
	z-index: 10;
	cursor: pointer;
	width: 50px !important;
	height: 50px !important;
	margin-top: -15px;
	background-color: #2d2d2d;
}

.prev-flowslider {
	left: 0 !important;
	padding-left: 10px;
}

.next-flowslider {
	right: 0 !important;
	padding-right: 10px;
}

.prev-flowslider:after, .next-flowslider:after {
	display: inline-block;
	content: "";
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
}

.prev-flowslider:after {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

.next-flowslider:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.flow_cont_box {
	padding: 0 20px;
}

.flow_cont_box h3 {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.5;
}

.flow_cont_box p {
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.6;
	margin-bottom: 5px;
}

.flow_cont_box p.flow_note {
	font-size: 1.3rem;
}

.flow_cont_box p.modal_btn {
	margin-top: 8px;
	font-size: 1.3rem;
}



/* Movie
------------------------------------------------------------- */

.product_movie_box {
	margin-bottom: 40px;
	padding: 60px 20px 0 20px;
	color: #fff;
	background-color: #2d2d2d;
}

.product_movie_box h2 {
	color: #fff;
	margin-bottom: 40px;
}

.product_movie_box h2::after {
	background-color: #fff;
}

.movie_cont_box > div {
	padding-bottom: 40px;
}

.youtube_box {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.youtube_box::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.youtube_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.youtube_box + p {
	margin-top: -35px;
}



/* Movie Swiper
------------------------------------------------------------- */

.wrapper-movieslider {
	margin: 0;
	max-width: 1240px !important;
}

.swiper-movie::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	pointer-events: none;
	background: rgb(22,22,22,1);
	background: linear-gradient(90deg, rgba(45,45,45,1) 0%, rgba(45,45,45,0) 25%, rgba(45,45,45,0) 75%, rgba(45,45,45,1) 100%);
}

.swiper-movie .swiper-slide {
	pointer-events: none;
}

.swiper-movie .swiper-slide.swiper-slide-active {
	pointer-events: all;
}

.swiper-movie .swiper-slide .movie_thmb {
	position: relative;
}

.swiper-movie .swiper-slide .movie_thmb::before {
	content: "";
	display: block;
	width: 20%;
	height: auto;
	aspect-ratio: 1/1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../img/icon_youtube_red.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	pointer-events: none;
}

.swiper-movie .swiper-slide img {
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	margin-bottom: 5px;
}

.swiper-movie .swiper-slide p {
	line-height: 1.6;
}

.wrapper-movieslider .swiper-button-prev,
.wrapper-movieslider .swiper-button-next {
	width: 60px !important;
	height: 60px !important;
	margin-top: -40px !important;
	background-color: #fff;
	background-image: url(../img/arrow_updown_black.png);
	background-position: center center;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	border-radius: 30px;
	z-index: 100;
}

.wrapper-movieslider .swiper-button-next {
	right: 0;
	transform: rotateZ(270deg);
}

.wrapper-movieslider .swiper-button-prev {
	left: 0;
	transform: rotateZ(90deg);
}





/* Feature
------------------------------------------------------------- */

.feature_cont_box, .feature_cont_box_w {
	padding-top: 40px;
}

.feature_cont_box > div,
.feature_cont_box_w > div {
	margin-bottom: 40px;
}

.feature_cont_box > div h3,
.feature_cont_box_w > div h3 {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.5;
}

.feature_cont_box > div p,
.feature_cont_box_w > div p {
	font-size: 1.5rem;
	margin-bottom: 5px;
	font-weight: 300;
}

.feature_cont_box p.feature_note,
.feature_cont_box_w p.feature_note {
	font-size: 1.4rem;
	line-height: 1.6;
}

.feature_img_box {
	margin-bottom: 12px;
}

.feature_img_box img {
	width: 100%;
}

.feature_cont_box .modal_btn,
.feature_cont_box_w .modal_btn {
	display: inline-block;
	width: auto;
	margin: 8px 0 0 0;
	cursor: pointer;
}

.feature_cont_box .modal_btn a,
.feature_cont_box_w .modal_btn a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 8px 28px 8px 8px;
	line-height: 1;
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
	background-color: #333;
	letter-spacing: 0.05em;
	white-space: nowrap;
	background-image: url(../img/icon_zoom_white.png);
	background-repeat: no-repeat;
	background-position: center right 8px;
	background-size: 16px;
}

.feature_cont_box .modal_btn a:hover,
.feature_cont_box .modal_btn a:active,
.feature_cont_box_w .modal_btn a:hover,
.feature_cont_box_w .modal_btn a:active {
	background-color: #000;
	text-decoration: none;
}




/* Concept
------------------------------------------------------------- */

.concept_cont_list {
	margin-bottom: 10px;
}

.concept_cont_list > div {
	margin-bottom: 40px;
}

.concept_cont_list .concept_img_box {
	margin-bottom: 12px;
}

.concept_cont_list .concept_img_box img {
	width: 100%;
}

.concept_cont_list > div p {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.6;
}

.concept_cont_list > div p br {
	display: none;
}



/* Parts
------------------------------------------------------------- */

.parts_imgmap img {
	width: 100%;
}

.parts_imgmap map area {
	cursor: pointer;
}

/*Modal Window*/

#parts_modal_area {
	position: static;
}

#parts_modal_area .parts_note {
	padding: 10px 0 0 0;
}

#parts_modal_area .parts_note p {
	padding: 0 0 3px 1em;
	font-size: 1.3rem;
	line-height: 1.4;
	text-indent: -1em;
}


.parts_modal_bg {
	z-index: 5555;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(255,255,255,0.6);
}

.parts_modal_box {
	position: fixed;
	display: none;
	width: calc(100% - 40px);
	max-width: 400px;
	min-width: 300px;
	max-height: 100vh;
	margin: 0;
	padding: 20px;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.3);
	overflow-y: auto;
	z-index: 6666;
}

.parts_modal_close {
	background-color: rgba(255,255,255,0.6);
	border: 1px solid #801400;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	display: block;
	font-size: 0;
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: center;
	cursor: pointer;
}

.parts_modal_close::before, .parts_modal_close::after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color: #801400;
	position: absolute;
	left: 9px;
	top: 24px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.parts_modal_close::after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.parts_modal_num {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 20px;
	left: 20px;
	text-align: center;
	font-size: 2.4rem;
	line-height: 35px;
	color: #fff;
	background-color: #801400;
}

.parts_modal_img_box img {
	width: 100%;
	margin-bottom: 15px;
}

.parts_modal_box h3 {
	margin: 0 0 15px 0;
	padding: 8px 10px;
	line-height: 1.5;
	font-size: 1.8rem;
	background-color: #d8d8d8;
}

.parts_modal_txt p {
	font-size: 1.4rem;
	padding-bottom: 8px;
}

.parts_link_area {
	position: relative;
	width: 100%;
	height: 70px;

	display: none;
}

.parts_link_area .parts_modal_link {
	display: inline-block;
}

.parts_link_area .parts_modal_link a {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	font-size: 0;
	text-decoration: none;
	background-color: #e5e5e5;
	border-radius: 50%;
}

.parts_link_area .parts_modal_link a::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	border-bottom: 1px solid #2d2d2d;
	border-right: 1px solid #2d2d2d;
}

.parts_link_area .parts_modal_link.a_prev {
	position: absolute;
	top: 0;
	left: 100px;
}

.parts_link_area .parts_modal_link.a_next {
	position: absolute;
	top: 0;
	right: 100px;
}

.parts_link_area .parts_modal_link.a_prev a::before {
	left: 40%;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.parts_link_area .parts_modal_link.a_next a::before {
	right: 40%;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}



/* Option and Layout
------------------------------------------------------------- */

.product_oplay_box {
	width: 100%;
	padding: 80px 0 0 0;
}

/*Option and Layout Swiper*/

.oplay_swiper_box {
	position: relative;
	overflow: hidden;
}

.oplay_swiper_box .swiper-slide {
	width: 100%;
	padding: 0 20px;
}

.prev-oplayslider, .next-oplayslider {
	position: absolute;
	top: 50% !important;
	z-index: 10;
	cursor: pointer;
	width: 50px !important;
	height: 50px !important;
	margin-top: -15px;
	background-color: #801400;
}

.prev-oplayslider {
	left: 0 !important;
	padding-left: 10px;
}

.next-oplayslider {
	right: 0 !important;
	padding-right: 10px;
}

.prev-oplayslider:after, .next-oplayslider:after {
	display: inline-block;
	content: "";
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
}

.prev-oplayslider:after {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

.next-oplayslider:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.oplay_title_box {
	padding: 15px;
	color: #fff;
	background-color: #2d2d2d;
}

.oplay_title_box h3 {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.2;
	color: #fff;
}

.oplay_title_box h3:last-child {
	margin-top: 5px;
}

.oplay_title_box h3 span {
	font-size: 1.4rem;
	display: inline-block;
	line-height: 1.4;
	margin-top: 8px;
}

.oplay_title_box p {
	font-size: 1.3rem;
	line-height: 1.5;
}

.oplay_img_box {
	width: 100%;
	text-align: center;
	border: 1px solid #2d2d2d;
	padding: 20px;
}

.oplay_img_box img {
	width: 100%;
}



/* Option List
------------------------------------------------------------- */

.products_optionlist_box > .products_subcont_box {
	margin-bottom: 20px;
}



/* Shogen
------------------------------------------------------------- */

.shogen_img_box {
	text-align: center;
}

.shogen_img_box img {
	width: 100%;
	max-width: 740px;
	margin-bottom: 40px;
}



/* Contact Banner
------------------------------------------------------------- */

.contact_bn_box.contents_inner_box {
	padding-top: 40px;
	padding-bottom: 40px;
}

.contact_bn_box > p {
	color: #fff;
}

.contact_btn_box p.btn_bn_contact a {
	color: #801400;
	background-color: #fff;
}

.contact_btn_box p.btn_bn_contact a::after {
	background-image: url(../img/icon_contact_red.png);
}

.contact_btn_box p.btn_bn_contact a:hover,
.contact_btn_box p.btn_bn_contact a:active {
	background-color: #fff5f5;
}



/* Cases
------------------------------------------------------------- */

.cases_box {
	padding-top: 40px;
	padding-bottom: 80px;
}

.swiper-cases::before {
	background: rgb(255,255,255,1);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 75%, rgba(255,255,255,1) 100%);
}

.swiper-cases .swiper-slide p.case_catch::before {
	background-color: #fff;
}

.swiper-cases .swiper-slide p.case_catch::after {
	background-color: #fff;
}



/* Spec Table
------------------------------------------------------------- */

.table-responsive.spec {
	overflow-x: auto;
	overflow-y: auto;
	max-height: 80vh;
	max-width: 1060px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.table-responsive.spec > div {
	width: calc(100% - 1px);
	height: 1px;
	position: sticky;
	left: 0;
	top: 0;
	z-index: 50;
	background-color: #a7a7a7;
}

table.spectable {
	width: calc(100% - 1px);
	margin: 0;
	line-height: 1.5;
	font-size: 1.6rem;
	font-weight: 300;
	border-collapse: collapse;
	border-right: 0;
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
	margin-bottom: 1px;
}

table.spectable caption {
	display: none;
}

table.spectable tr th {
	padding: 12px;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	background-color: #fff;
	text-align: center;
	font-weight: 300;
	white-space: nowrap;
	border: 1px solid #a7a7a7;
}

table.spectable tr:last-child th {
	border-bottom: 1px solid #a7a7a7;
}

table.spectable tr:first-child th {
	background-color: #800300;
	color: #fff;
}

table.spectable tr:nth-child(2) th {
	background-color: #727272;
	color: #fff;
}

table.spectable tr th.bg_gray,
table.spectable tr td.bg_gray {
	background-color: #f5f5f5;
}

table.spectable tr th.bg_mgray,
table.spectable tr td.bg_mgray {
	background-color: #e5e5e5;
}

table.spectable tr th.col_title {
	text-align: left;
	white-space: nowrap;
}

table.spectable tr th.blank {
	position: sticky;
	left: 0;
	top: 0px;
	z-index: 9;
}

table.spectable tr th.blank_l {
	position: sticky;
	left: 0;
	z-index: 8;
}

table.spectable tr th.row_title {
	position: sticky;
	top: 0px;
	z-index: 6;
}

table.spectable tr th.row_title.blank {
	z-index: 8;
}

table.spectable tr th.col_title {
	position: sticky;
/*	top: 0;	*/
	left: 0;
	z-index: 3;
	padding-right: 60px;
}

table.spectable tr th.col_title.non_unit {
	padding-right: 15px;
}

table.spectable tr th.col_title span:last-child {
	font-size: 0.85em;
	line-height: 1.8;
	position: absolute;
	right: 10px;
}
/*
table.spectable tr th.col_title p.thin {
	position: relative;
	display: inline;
	font-feature-settings: "palt" 1;
	font-size: 0.85em;
}
*/
table.spectable tr th.col_title.col_main {
	width: 70px;
	min-width: 70px !important;
	left: 0;
	padding-right: 3px;
}

table.spectable tr th.col_title.col_main br {
	display: inline;
}

table.spectable tr th.col_title.col_sub {
	width: 120px;
	left: 70px;
}

/*
table.spectable tr th.col_title.col_main_l {
	width: 145px;
	min-width: 145px !important;
	left: 0;
	padding-right: 12px;
}

table.spectable tr th.col_title.col_sub_l {
	width: 145px;
	left: 145px;
	border-left: 1px solid #f2f9fd;
}

table.spectable tr th.col_title.col_sub_m {
	width: 130px !important;
	max-width: 130px !important;
	left: 65px;
	border-left: 1px solid #f2f9fd;
}

table.spectable tr th.col_title.col_sub_m span {
	position: relative;
	right: auto;
}

table.spectable tr th.col_title.col_sub_s {
	width: 100px;
	left: 195px;
	border-left: 1px solid #f2f9fd;
}
*/

table.spectable tr th.blank::before,
table.spectable tr th.blank_l::before,
table.spectable tr th.row_title::before,
table.spectable tr th.col_title::before {
	content: "";
	display: block;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	position: absolute;
	left: -1px;
	top: -1px;
	background-color: transparent;
}

table.spectable tr th.blank::before,
table.spectable tr th.blank_l::before {
	border: 1px solid #a7a7a7;
}

table.spectable tr th.col_title::before {
	border-left: 1px solid #a7a7a7;
	border-right: 1px solid #a7a7a7;
	border-bottom: 1.2px solid #a7a7a7;
}

_:lang(x)::-moz-placeholder, table.spectable tr th.col_title::before {
	border-top: 1px solid #a7a7a7;
}

table.spectable tr th.col_title.col_sub::before {
	border-left: 0;
}

_:lang(x)::-moz-placeholder, table.spectable tr th.col_title.col_sub::before {
		border-left: 1px solid #a7a7a7;
	}

table.spectable tr th.row_title::before {
	border-left: 1px solid #a7a7a7;
	border-right: 1px solid #a7a7a7;
	border-bottom: 1.2px solid #a7a7a7;
}

table.spectable tr td {
	padding: 12px;
	text-align: center;
	white-space: nowrap;
	border-right: 1px solid #a7a7a7;
	border-bottom: 1px solid #a7a7a7;
}

.spec_notes {
	max-width: 1060px;
	margin: 20px auto;
}

.spec_notes p {
	font-size: 1.3rem;
}

.table-responsive.spec + .table-responsive.spec,
.spec_notes + .table-responsive.spec {
	margin-top: 60px;
}



/* Nayami
------------------------------------------------------------- */

.nayami_box > h2::after {
	display: none;
}

.nayami_box > h2 span {
	display: inline-block;
	font-size: 1.5em;
	margin: 0 4px;
}

.nayami_cont_box {
	max-width: 760px;
	margin: 0 auto 40px auto;
	position: relative;
}

.nayami_cont_box::after {
	content:"";
	display:block;
	clear:both;
}

.nayami_cont_box p {
	position: relative;
	padding: 15px 30px;
	font-size: 1.8rem;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	background-color: #f2f2f2;
	border-radius: 12px;
	margin-bottom: 25px;
	box-shadow: 1px 1px 0 rgba(0,0,0,0.4);
}

.nayami_cont_box p:nth-child(odd) {
	margin-left: 20px;
}

.nayami_cont_box p:nth-child(odd)::before {
	content: "";
	display: block;
	height: 20px;
	width: 20px;
	border-right: 10px solid #f2f2f2;
	border-left: 10px solid transparent;
	border-top: 10px solid transparent;
	border-bottom: 10px solid #f2f2f2;
	box-shadow: 0 1px 0 rgba(0,0,0,0.4);
	position: absolute;
	left: -20px;
	top: 50%;
}

.nayami_cont_box p:nth-child(even) {
	margin-right: 20px;
}

.nayami_cont_box p:nth-child(even)::before {
	content: "";
	display: block;
	height: 20px;
	width: 20px;
	border-right: 10px solid transparent;
	border-left: 10px solid #f2f2f2;
	border-top: 10px solid transparent;
	border-bottom: 10px solid #f2f2f2;
	box-shadow: 0 1px 0 rgba(0,0,0,0.4);
	position: absolute;
	right: -20px;
	top: 50%;
}


.nayami_kaiketu_box p {
	max-width: 720px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: #801400;
	border: 1px solid #bf8980;
	border-radius: 8px;
}

.nayami_kaiketu_box p span {
	display: inline-block;
	font-size: 1.5em;
	margin: 0 4px;
}



/* Development Concept
------------------------------------------------------------- */

.develop_concept_box {
	padding-bottom: 10px;
	margin: 0 auto;
}

.develop_concept_box .txt_leader {
	padding: 10px 0 40px 0;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.8;
/*	white-space: nowrap;	*/
}

.develop_concept_box .txt_leader span.small {
	display: block;
	line-height: 1.8;
	font-size: 1.5rem;
	margin-bottom: 10px;
}

.develop_concept_box .txt_leader br {
	display: none;
}

.develop_concept_cont_box p {
	margin-bottom: 40px;
	font-size: 1.6rem;
}

.develop_concept_cont_box .develop_concept_img {
	padding: 0 20px;
	margin-bottom: 40px;
}

.develop_concept_cont_box .develop_concept_img img {
	width: 100%;
}





/* for SmallSize
--------------------------------------------------------------------------------- */
@media print, screen and (min-width:360px) {

	/* Anchor Link
	------------------------------------------------------------- */

	.product_anchor_inner {
		max-width: 420px;
		display: flex;
	}

	.product_anchor_box ul {
		width: 50%;
	}

	.product_anchor_box ul:first-child {
		border-right: 0;
	}


	/* Development Concept
	------------------------------------------------------------- */

	.develop_concept_box .txt_leader {
		font-size: 2rem;
	}


}



/* for SmallSize
--------------------------------------------------------------------------------- */
@media print, screen and (min-width:420px) {

	/*Material List*/
/*
	.mainview_material_list {
		padding-bottom: 200px;
	}

	.catalog_dl {
		bottom: 145px;
	}

	.catalog_dl.pet {
		bottom: 110px;
	}
*/

	.product_mainview_box.mainview_pet {
		padding-bottom: 90px;
	}

}



/* for MiddleSize(480-579px)
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:480px) {

	/*Common
	------------------------------------------------------------- */

	/* Leader */

	.txt_leader {
		text-align: center;
	}

	.txt_leader br {
		display: inline;
	}

	h3 {
		font-size: 2.2rem;
	}

	h3 br {
		display: inline;
	}

	h3 br.wbr {
		display: none;
	}


	/*Concept Tab
	------------------------------------------------------------- */
/*
	.concept_tab h5 {
		padding: 15px 20px;
		font-size: 1.6rem;
	}

	.concept_tab h5 span:first-child {
		font-size: 2.2rem;
	}

	.concept_tab .concept_txt {
		padding: 0 20px 15px 20px;
		font-size: 1.3rem;
	}

	.concept_tab .concept_txt br {
		display: inline;
	}

	.concept_tab .tab_btn_box {
		width: 150px;
	}

	.concept_tab .tab_btn_box .tab_btn {
		margin: 110px auto 0 auto;
	}
*/
	/* MainView
	------------------------------------------------------------- */

	/*Title & Image*/

	.mainvew_title h1 {
		font-size: 4.8rem;
		padding: 30px 0 25px 0;
	}

	.mainvew_title h1 span {
		font-size: 1.6rem;
	}

	.mainview_catch p {
		font-size: 1.8rem;
		margin-bottom: 30px;
	}

	.mainview_spec {
		font-size: 1.4rem;
	}

	.mainview_spec span {
		font-size: 2.2rem;
	}

	.mainview_spec .mainview_spec_note {
		padding-left: 66px;
		font-size: 1.2rem;
	}

	.mainview_spec .mainview_spec_note.re-e1000rg {
		padding-top: 15px;
		padding-left: 70px;
	}


	/*Material List*/
/*
	.mainview_material_list {
		padding-bottom: 220px;
	}

	.mainview_material_list ul li p:first-child {
		font-size: 2.1rem;
	}

	.mainview_material_list ul li p:last-child {
		font-size: 0.9rem;
	}

	.catalog_dl {
		bottom: 165px;
	}

	.catalog_dl.pet {
		bottom: 135px;
	}
*/

	/* Feature
	------------------------------------------------------------- */

	.feature_cont_box > div h4 br,
	.feature_cont_box_w > div h4 br {
		display: none;
	}


	/* Nayami
	------------------------------------------------------------- */

	.nayami_kaiketu_box p {
		font-size: 2.6rem;
	}

	.nayami_cont_box p {
		font-size: 2rem;
	}


	/* Development Concept
	------------------------------------------------------------- */

	.develop_concept_box .txt_leader {
		font-size: 2.4rem;
	}

	.develop_concept_box .txt_leader span.small {
		font-size: 1.8rem;
	}

	.develop_concept_box .txt_leader br {
		display: inline;
	}

}





/* for MiddleSize(580-679px)
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:580px) {

	/*Concept Tab
	------------------------------------------------------------- */
/*
	.concept_tab h5 span:first-child {
		display: inline-block;
		margin-right: 10px;
	}
*/

	/*Main View
	------------------------------------------------------------- */

	.mainvew_title.thin h1 {
		letter-spacing: 0.05em;
	}

	/*Material List*/
/*
	.mainview_material_list {
		padding-bottom: 200px;
	}

	.mainview_material_list ul li p:last-child {
		font-size: 1rem;
	}

	.catalog_dl {
		bottom: 145px;
	}

	.catalog_dl.pet {
		padding: 20px 0 25px 0;
		bottom: 122px;
	}
*/

	/* Flow
	------------------------------------------------------------- */

	.flow_img_box .flow_num {
		width: 55px;
		height: 55px;
		font-size: 3.6rem;
		line-height: 55px;
	}


	/* Nayami
	------------------------------------------------------------- */

	.nayami_kaiketu_box p br.wbr {
		display: none;
	}

	.nayami_cont_box p {
		display: inline-block;
		padding: 20px 60px;
		min-width: 500px;
	}

	.nayami_cont_box p:nth-child(odd) {
		float: left;
		clear: both;
	}

	.nayami_cont_box p:nth-child(even) {
		float: right;
		clear: both;
	}

	.nayami_cont_box p br.mbr {
		display: none;
	}

}





/* for MiddleSize(640-787px)
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:640px) {

	/* Categories Index
	------------------------------------------------------------- */

	.product_others_box ul.products_index_list {
		justify-content: center;
	}

	.product_others_box ul.products_index_list li:last-child {
		margin-right: 0 !important;
	}

}





/* for MiddleSize only Safari(750-787px)
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:773px) {

	/* Flow (for Safari)
	------------------------------------------------------------- */

	_:lang(x)+_:-webkit-full-screen-document, .product_flow_box {
		max-width: 1360px;
		padding: 0;
		margin:  0 auto;
	}

	/*Flow Swiper*/

	_:lang(x)+_:-webkit-full-screen-document, .flow_img_box .flow_num {
		width: 55px;
		height: 55px;
		font-size: 3.6rem;
		line-height: 55px;
	}

	_:lang(x)+_:-webkit-full-screen-document, .flow_swiper_box .swiper-slide {
		padding: 0 20px;
	}

	_:lang(x)+_:-webkit-full-screen-document, .prev-flowslider, .next-flowslider {
		top: 15vw !important;
	}


}





/* for MiddleSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:780px) {

	/* Cases
	------------------------------------------------------------- */

	.swiper-cases::before {
		background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 35%, rgba(255,255,255,0) 65%, rgba(255,255,255,1) 100%);
	}


}




/* for MiddleSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:788px) {

	/* Common
	------------------------------------------------------------- */

	.product_gaiyo_box,
	.product_feature_box,
	.product_merit_box,
	.product_concept_box,
	.product_parts_box,
	.product_shogen_box,
	.product_others_box,
	.products_optionlist_box,
	.product_lineup_box {
		padding: 100px 40px;
	}

	.product_feature_box,
	.product_merit_box,
	.product_shogen_box,
	.products_optionlist_box,
	.product_others_box {
		padding-bottom: 0;
	}

	.product_lineup_box {
		padding-top: 40px;
	}

	.product_contact_box {
		max-width: 1360px;
		padding: 80px 80px 0 80px;
	}

	h2 {
		font-size: 3rem;
	}

	h2 br {
		display: none;
	}

	h2 br.sbr {
		display: inline;
	}

	/* leader */

	.txt_leader {
		font-size: 1.5rem;
		margin-bottom: 40px;
	}

	.txt_leader br.wbr {
		display: none;
	}

	/*Button*/

	.btn_back {
		padding-left: 40px;
	}



	/* Anchor Link
	------------------------------------------------------------- */

	.product_anchor_box {
		padding: 0 20px;
		height: 90px;
	}

	.product_anchor_inner {
		max-width: 740px;
		justify-content: center;
	}

	.product_anchor_box ul {
		width: fit-content;
		border: 0;
		display: flex;
	}

	.product_anchor_box ul li {
		width: 148px;
		height: 90px;
		position: relative;
	}

	.product_anchor_box ul li::before {
		content: "";
		display: block;
		width: 1px;
		height: 50px;
		background-color: #999;
		position: absolute;
		left: 0;
		top: 20px;
	}

	.product_anchor_box ul:last-child li:last-child:after {
		content: "";
		display: block;
		width: 1px;
		height: 50px;
		background-color: #999;
		position: absolute;
		right: 0;
		top: 20px;
	}


	.product_anchor_box ul li a {
		padding: 20px 5px;
		white-space: nowrap;
		text-align: center;
	}


	/*Concept Tab
	------------------------------------------------------------- */
/*
	.concept_tab {
		position: absolute;
		right: -395px;
		bottom: 0;
		width: 395px;
		height: 115px;
	}

	.concept_tab.is-fixed {
		position: fixed;
		right: 0;
		bottom: auto;
		top: 100px;
	}

	.concept_tab h5 {
		margin: 0;
		padding: 10px 15px;
		font-size: 1.3rem;
	}

	.concept_tab h5 span:first-child {
		display: block;
		font-size: 1.6rem;
	}

	.concept_tab .concept_txt {
		padding: 0 15px 10px 15px;
		font-size: 1.1rem;
	}

	.concept_tab .tab_btn_box {
		width: 120px;
	}

	.concept_tab .tab_btn_box .tab_btn {
		width: 8.5em;
		font-size: 1.2rem;
	}
*/


	/* MainView
	------------------------------------------------------------- */

	.product_mainview_box {
		height: 580px;
		padding: 70px 40px 0 40px;
	}

	.product_mainview_box.rbb240 {
		height: 600px;
	}

	.product_mainview_bg {
		background: linear-gradient(40deg, rgba(33,33,33,1) 25%, rgba(80,80,80,1) 55%);
	}

	.product_mainview_bg.animate {
		animation-duration: 0.8s;
		animation-delay: 0.3s;
	}

	/*Title & Image*/

	.mainview_slash {
		top: 0;
		left: auto;
		right: 0;
	}

	.mainview_slash div {
		min-height: auto;
	}

	.mainview_slash div.skew_0 {
		top: 0;
		left: auto;
		right: -50vw;
		transform: skewX(50deg);
		width: 80vw;
		height: 80vw;
	}

	.mainview_slash div.skew_1 {
		top: 0;
		left: auto;
		right: 5vw;
		transform: skewX(50deg);
		width: 25vw;
		height: 80vw;
	}

	.mainview_slash div.skew_2 {
		top: 0;
		left: auto;
		right: -35vw;
		transform: skewX(50deg);
		width: 25vw;
		height: 80vw;
	}

	.mainview_slash div.skew_3 {
		top: 0;
		left: auto;
		right: 22vw;
		transform: skewX(50deg);
		width: 20vw;
		height: 80vw;
	}

	.mainview_slash div.skew_4 {
		top: 0;
		left: auto;
		right: -9vw;
		transform: skewX(50deg);
		width: 22vw;
		height: 80vw;
	}

	.mainview_slash div.skew_5 {
		top: 0;
		left: auto;
		right: -40vw;
		transform: skewX(50deg);
		width: 22vw;
		height: 80vw;
	}

	.mainvew_img {
		position: absolute;
		top: 80px;
		left: 0;
		width: 55%;
		max-width: 600px;
		z-index: 10;
	}

	.rbb240 .mainvew_img {
		top: 100px;
	}

	.mainvew_img.wide {
		max-width: 900px;
	}

	.mainvew_img.animate {
		animation-duration: 0.7s;
		animation-delay: 0.8s;
	}

	.mainvew_title_box {
		position: relative;
		margin-left: 50%;
		z-index: 100;
	}

	.mainvew_title h1 {
		font-size: 4.2rem;
		padding-bottom: 15px;
	}

	.mainvew_title.thin h1 {
		letter-spacing: 0;
		transform: scale(0.85, 1) translateX(-0.5em);
	}

	.mainvew_title h1 span {
		font-size: 1.3rem;
		transform: scale(1.2, 1) translateX(2.2em);
	}

	.mainview_catch p {
		font-size: 1.6rem;
		margin-bottom: 15px;
	}

	.mainview_spec {
		font-size: 1.2rem;
		margin-bottom: 25px;
	}

	.mainview_spec span {
		font-size: 2.2rem;
	}

	.mainview_spec .mainview_spec_note {
		padding-left: 50px;
		font-size: 1.1rem;
		margin-bottom: -10px;
	}

	.mainview_spec .mainview_spec_note.re-e1000rg {
		padding-top: 15px;
		padding-left: 65px;
	}


	/*Material List*/
/*
	.mainview_material_dummy {
		display: none;
	}

	.mainview_material_list {
		position: relative;
		margin-left: 50%;
		bottom: auto;
		left: auto;
		padding: 0 0 0 20px;
		color: #fff;
		background-color: transparent;
		transform: translateY(30px);
		opacity: 0;
	}

	.mainview_material_list.animate {
		animation-name: anime_mainvewFadeIn;
		animation-duration: 0.5s;
		animation-delay: 0.9s;
		animation-fill-mode: forwards;
	}

	.mainview_material_list h4 {
		width: 90px;
		margin-bottom: 5px;
		color: #fff;
		font-size: 1.2rem;
	}

	.mainview_material_list ul {
		width: 360px;
		margin: 0 0 10px -5px;
	}

	.mainview_material_list ul li {
		border-right: 1px solid #d8d8d8;
	}

	.mainview_material_list ul li:last-child {
		border-right: 0;
	}

	.mainview_material_list ul li p:first-child {
		font-size: 2rem;
	}

	.mainview_material_list ul li p:last-child {
		font-size: 0.9rem;
	}

	.mainview_material_btn {
		margin: 0;
		width: 8.5em;
		height: 24px;
	}

	.mainview_material_btn a {
		font-size: 1.15rem;
		line-height: 24px;
		background-color: rgba(255,255,255,0.7);
	}

	.mainview_material_btn a:hover, .mainview_material_btn a:active {
		background-color: rgba(255,255,255,0.9);
	}

	.mainview_material_list.re-e100a {
		margin-bottom: -5px;
	}

	.mainview_material_list.re-e100a .mainview_material_btn {
		position: absolute;
		left: 100px;
		bottom: 0;
	}

	.catalog_dl.animate {
		animation-name: anime_mainvewFadeIn;
		animation-duration: 0.5s;
		animation-delay: 1.1s;
		animation-fill-mode: forwards;
	}

	.catalog_dl {
		width: auto;
		position: relative;
		margin-left: 50%;
		padding: 15px 0 0 20px;
		bottom: auto;
		left: auto;
		transform: translateY(30px);
		opacity: 0;
	}

	.catalog_dl.pet.animate {
		animation-delay: 0.9s;
	}

	.catalog_dl.pet {
		background-color: transparent;
		padding: 5px 0 0 70px;
		bottom: auto;
	}

	.btn_catalog_dl a {
		margin: 0;
		padding: 6px 0;
		font-size: 1.4rem;
		max-width: 12em;
		background-color: #f80;
	}
*/

	.mainview_bottom {
		position: relative;
		margin-left: 50%;
		width: 50%;
		bottom: auto;
		left: auto;
		padding: 0 0 0 20px;
		background-color: transparent;
		transform: translateY(30px);
		opacity: 0;
	}

	.mainview_bottom.wide {
		padding-left: 8vw;
	}

	.mainview_bottom.animate {
		animation-name: anime_mainvewFadeIn;
		animation-duration: 0.5s;
		animation-delay: 0.9s;
		animation-fill-mode: forwards;
	}

	.mainview_button_area {
		color: #fff;
		max-width: 320px;
	}

	.mainview_button_area p.btn {
		margin-bottom: 10px;
	}

	.mainview_button_area p.btn a {
		height: 65px;
		line-height: 61px;
	}


	/* Flow
	------------------------------------------------------------- */

	.product_flow_box {
		max-width: 1360px;
		padding: 0 20px;
		margin:  0 auto 40px auto;
	}

	/*Flow Swiper*/

	.flow_img_box .flow_num {
		width: 40px;
		height: 40px;
		font-size: 2.7rem;
		line-height: 40px;
	}

	.flow_swiper_box .swiper-slide {
		padding: 0 20px;
	}

	.prev-flowslider, .next-flowslider {
		top: 15vw !important;
	}


	/* Movie
	------------------------------------------------------------- */

	.product_movie_box {
		margin-bottom: 120px;
		padding-bottom: 20px;
	}

	.movie_cont_box {
		max-width: 1360px;
		margin: 0 auto;
		padding: 0 20px;
		display: flex;
		justify-content: center;
	}

	.movie_cont_box > div {
		width: calc(50% - 20px);
		margin-right: 40px;
		width: 100%;
		max-width: 720px;
	}

	.movie_cont_box > div:last-child {
		margin-right: 0;
	}


	/* Feature
	------------------------------------------------------------- */

	.product_feature_box h2 br.mbr{
		display: inline;
	}

	.feature_cont_box, .feature_cont_box_w {
		display: flex;
		flex-wrap: wrap;
	}

	.feature_cont_box > div {
		width: calc(25% - 15px);
		margin: 0 20px 0 0;
	}

	.feature_cont_box_w > div {
		width: calc(33.3333% - 13.3333px);
		margin-right: 20px;
	}

	.feature_cont_box > div:last-child {
		margin-right: 0;
	}

	.feature_cont_box_w > div:nth-child(3n) {
		margin-right: 0;
	}

	.feature_cont_box > div h3,
	.feature_cont_box_w > div h3 {
		font-size: 1.8rem;
	}

	.feature_cont_box > div h3 br,
	.feature_cont_box_w > div h3 br {
		display: inline;
	}

	.feature_cont_box > div p,
	.feature_cont_box_w > div p {
		font-size: 1.4rem;
	}



	/* Concept
	------------------------------------------------------------- */

	.product_concept_box > .txt_leader br.wbr {
		display: inline;
	}

	.concept_cont_list {
		display: flex;
	}

	.concept_cont_list > div {
		width: calc(33.3333% - 20px);
		margin-right: 30px;
	}

	.concept_cont_list > div:nth-child(3) {
		margin-right: 0;
	}

	.concept_cont_list > div p br {
		display: inline;
	}


	/* Parts
	------------------------------------------------------------- */

	/*Modal Window*/

	#parts_modal_area {
		position: relative;
	}

	.parts_modal_box {
		position: absolute;
	}


	/* Option and Layout
	------------------------------------------------------------- */

	.product_oplay_box {
		max-width: 1360px;
		padding: 100px 20px 0 20px;
		margin:  0 auto;
	}

	.oplay_title_box p {
		font-size: 1.4rem;
	}

	.oplay_swiper_box {
		margin: 0 10%;
	}


	/* Contact Banner
	------------------------------------------------------------- */

	.contact_bn_box.contents_inner_box {
		padding-top: 60px;
		padding-bottom: 60px;
	}


	/* Cases
	------------------------------------------------------------- */

	.cases_box {
		padding-bottom: 100px;
	}


	/* Spec Table
	------------------------------------------------------------- */

	table.spectable tr th.col_title {
		width: 22em;
	}

	table.spectable tr th.col_title.col_main {
		width: 120px;
		min-width: 120px !important;
	}

	table.spectable tr th.col_title.col_sub {
		left: 120px;
	}
/*
	table.spectable tr th.col_title.col_main_l {
		width: 180px;
		min-width: 180px !important;
	}

	table.spectable tr th.col_title.col_sub_l {
		left: 180px;
	}

	table.spectable tr th.col_title.col_sub_m {
		left: 120px;
	}

	table.spectable tr th.col_title.col_sub_s {
		left: 250px;
	}
*/
	table.spectable tr th.col_title.col_main br {
		display: none;
	}

	table.spectable tr th.col_title.col_main br.stbr {
		display: inline !important;
	}


	/* Nayami
	------------------------------------------------------------- */

	.nayami_cont_box p {
		padding: 25px 30px;
		min-width: 600px;
	}

	.nayami_cont_box p br {
		display: none;
	}

	.nayami_kaiketu_box p {
		padding: 40px 20px;
		font-size: 2.8rem;
	}


	/* Development Concept
	------------------------------------------------------------- */

	.develop_concept_box {
		padding-bottom: 10px;
	}

	.develop_concept_box .txt_leader {
		text-align: center;
		padding: 10px 0 50px 0;
	}

	.develop_concept_box .txt_leader br.wbr {
		display: none;
	}

	.develop_concept_cont_box > div {
		display: flex;
		justify-content: space-between;
		margin-bottom: 10px;
	}

	.develop_concept_cont_box > div > * {
		width: calc(50% - 20px);
	}

	.develop_concept_cont_box > div > .develop_concept_img {
		padding: 0;
	}

	.develop_concept_cont_box > div:nth-child(even) > .develop_concept_img {
		order: -1;
	}

}





/* for MiddleSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:875px) {

	/* Nayami
	------------------------------------------------------------- */

	.nayami_box h2 br {
		display: none;
	}

	.nayami_box h2 br.stbr {
		display: inline;
	}

	.nayami_cont_box p {
		padding: 25px 50px;
	}


}





/* for LargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:980px) {

	/*Common
	------------------------------------------------------------- */

	.product_contact_box {
		padding: 80px 120px 0 120px;
	}

	/* leader */

	.txt_leader {
		font-size: 1.6rem;
	}

	.txt_leader br.mbr {
		display: none;
	}

	.modal_btn.thin a {
		font-size: 1.2rem;
		padding: 6px 25px 6px 8px;
		background-position: center right 8px;
	}


	/* Anchor Link
	------------------------------------------------------------- */

	.product_anchor_inner {
		max-width: 900px;
	}

	.product_anchor_box ul li {
		width: 180px;
	}

	.product_anchor_box ul li a {
		font-size: 1.5rem;
	}

	.product_anchor_box ul li a::before {
		width: 10px;
		height: 10px;
		vertical-align: 2px;
	}


	/* MainView
	------------------------------------------------------------- */

	.product_mainview_box {
		height: 600px;
	}

	.product_mainview_box.rbb240 {
		height: 620px;
	}

	/*Title & Image*/

	.mainvew_title.thin h1 {
		letter-spacing: 0.05em;
		transform: none;
		padding-bottom: 20px;
	}

	.mainvew_title h1 span {
		transform: none;
	}

	.mainview_catch p {
		margin-bottom: 20px;
	}

	.mainview_spec {
		margin-bottom: 35px;
	}

	.mainvew_img {
		top: 40px;
	}

	.rbb240 .mainvew_img {
		top: 70px;
	}

	.mainvew_title_box {
		padding-top: 10px;
	}

	.mainview_spec .mainview_spec_table {
		margin-bottom: -35px;
	}

	.mainview_spec .mainview_spec_note.re-e1000rg {
		padding-top: 25px;
		padding-left: 60px;
	}

	/*Material List*/
/*
	.mainview_material_list h4 {
		display: inline-block;
		float: left;
	}

	.mainview_material_btn {
		margin-left: 100px;
	}

	.catalog_dl {
		padding: 18px 0 0 120px;
	}
*/


	/* Flow
	------------------------------------------------------------- */

	.product_flow_box {
		padding: 0 40px;
	}

	.product_flow_box .flow_mainimg_box {
		padding: 0;
	}

	/*Flow Swiper*/

	.flow_swiper_box .swiper-wrapper {
		width: auto !important;
		max-width: none !important;
		display: flex;
	}

	.flow_swiper_box .swiper-wrapper .swiper-slide {
		padding: 0;
		width: calc(25% - 15px) !important;
		margin-right: 20px;
	}

	.flow_swiper_box .swiper-wrapper.slide_3 .swiper-slide,
	.flow_swiper_box .swiper-wrapper.slide_6 .swiper-slide {
		padding: 0;
		width: calc(33.3333% - 13.3333px) !important;
		margin-right: 20px;
	}

	.flow_swiper_box .swiper-wrapper.slide_5 .swiper-slide {
		padding: 0;
		width: calc(20% - 16px) !important;
		margin-right: 20px;
	}

	.flow_swiper_box .swiper-wrapper.slide_6,
	.flow_swiper_box .swiper-wrapper.slide_8 {
		flex-wrap: wrap;
		margin-bottom: -30px;
	}

	.flow_swiper_box .swiper-wrapper.slide_6 .swiper-slide {
		padding: 0;
		width: calc(33.3333% - 13.3333px) !important;
		margin-right: 20px;
		margin-bottom: 30px;
	}

	.flow_swiper_box .swiper-wrapper.slide_8 .swiper-slide {
		padding: 0;
		width: calc(25% - 15px) !important;
		margin-right: 20px;
		margin-bottom: 30px;
	}

	.flow_swiper_box .swiper-wrapper .swiper-slide:last-child,
	.flow_swiper_box .swiper-wrapper.slide_3 .swiper-slide:last-child,
	.flow_swiper_box .swiper-wrapper.slide_5 .swiper-slide:last-child,
	.flow_swiper_box .swiper-wrapper.slide_6 .swiper-slide:nth-child(3n),
	.flow_swiper_box .swiper-wrapper.slide_8 .swiper-slide:nth-child(4n) {
		margin-right: 0;
	}

	.flow_img_box {
		margin-bottom: 12px;
	}

	.flow_img_box .flow_num {
		width: 35px;
		height: 35px;
		font-size: 2.4rem;
		line-height: 35px;
	}

	.prev-flowslider, .next-flowslider {
		display: none !important;
	}

	.flow_cont_box {
		padding: 0 10px;
	}

	.flow_cont_box h3 {
		font-size: 1.8rem;
	}

	.flow_cont_box p {
		font-size: 1.4rem;
	}


	/* Feature
	------------------------------------------------------------- */

	.product_feature_box h2 br.mbr{
		display: none;
	}


	/* Concept
	------------------------------------------------------------- */

	.product_concept_box > .txt_leader br.wbr {
		display: none;
	}


	/* Nayami
	------------------------------------------------------------- */

	.nayami_box h2 br.stbr {
		display: none;
	}

}


/* for LargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:1080px) {

	/* Anchor Link
	------------------------------------------------------------- */

	.product_anchor_inner {
		max-width: 1050px;
	}

	.product_anchor_box ul li {
		width: 210px;
	}


}




/* for ExtraLargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:1280px) {

	/* Common
	------------------------------------------------------------- */

	.product_gaiyo_box,
	.product_feature_box,
	.product_merit_box,
	.product_concept_box,
	.product_parts_box,
	.product_shogen_box,
	.product_others_box,
	.products_optionlist_box,
	.product_lineup_box {
		padding-left: 60px;
		padding-right: 60px;
	}


	/* MainView
	------------------------------------------------------------- */

	/*Title & Image*/

	.mainvew_img {
		margin-left: 5vw;
	}

	.mainvew_img.wide {
		top: -4vw;
	}

	.mainvew_title h2 {
		font-size: 4.5rem;
	}

	.mainvew_title h2 span {
		font-size: 1.4rem;
	}

	.mainview_catch p {
		font-size: 1.7rem;
	}

	.mainview_spec span {
		font-size: 2.4rem;
	}

	.mainview_spec .mainview_spec_note {
		padding-left: 55px;
		font-size: 1.2rem;
	}

	.mainview_spec .mainview_spec_table span {
		font-size: 2.2rem;
	}
/*
	.mainview_spec .mainview_spec_table div {
		min-width: 11.7em;
	}
*/

	.mainview_bottom.wide {
		padding-left: 12vw;
	}

	.catalog_dl.pet {
		padding: 0 0 0 76px;
	}


	/* Flow
	------------------------------------------------------------- */

	.product_flow_box {
		padding: 0 60px;
	}

	.flow_cont_box {
		padding: 0 15px;
	}

	.modal_btn.thin a {
		font-size: 1.25rem;
		padding: 6px 30px 6px 10px;
		background-position: center right 10px;
	}



	/* Concept
	------------------------------------------------------------- */

	.concept_cont_list > div p br {
		display: none;
	}

}




/* for ExtraLargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:1680px) {

	/* MainView
	------------------------------------------------------------- */

	/*Title & Image*/

	.mainvew_img {
		left: calc(10vw + 20px);
	}

	.mainvew_img.wide {
		top: -80px;
		left: 3vw;
	}

	.mainview_bottom.wide {
		padding-left: 190px;
	}
/*
	.mainview_button_area p.btn a {
		height: 55px;
		line-height: 50px;
	}
*/
}




/*** Print Styles ***/

@media print{

	/* MainView
	------------------------------------------------------------- */

	.mainvew_img {
		left: 20px;
	}

	.mainvew_img.wide {
		top: 0 !important;
	}

	.mainview_bottom.wide {
		padding-left: 20px;
	}

	/* Spec Table
	------------------------------------------------------------- */

	.table-responsive.spec {
		overflow-x: visible;
		overflow-y: visible;
		max-height: none;
		max-width: none;
	}

	table.spectable tr th.blank {
		position: relative;
		left: auto;
		top: auto;
	}

	table.spectable tr th.blank_l {
		position: relative;
		left: auto;
	}

	table.spectable tr th.row_title {
		position: relative;
		top: auto;
	}

}

