@charset "utf-8";

@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/NotoSerifJP-ExtraLight.woff") format("woff");
}

@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSerifJP-Light.woff") format("woff");
}

@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifJP-Regular.woff") format("woff");
}

@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerifJP-Medium.woff") format("woff");
}

@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSerifJP-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSerifJP-Bold.woff") format("woff");
}

@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSerifJP-Black.woff") format("woff");
}

#contents_area {
	background-color: #000;
}

.noto {
	font-family: "Noto Serif Japanese";
	letter-spacing: 0.03em;
}

@media screen and (min-width : 769px){
/*------------------------------------------------------------------------------------------
*
*
	Responsive / PC
*
*
------------------------------------------------------------------------------------------ */

.scroll_anim.fadein {
	opacity: 0.3;
}

.scroll_anim.fadein.anim_end {
	transition: opacity 0.5s ease-out 0s;
	opacity: 1;
}

#main_visual.scroll_anim.fadein {
	opacity: 0;
}

#main_visual.scroll_anim.fadein.anim_end {
	transition-duration: 2.0s;
	transition-delay: 1.0s;
	opacity: 1;
}



#contents_area {
}

.section {
	margin: 0;
	padding: 0;
	color: #fff;
}

.img_bg img {
	width: 100%;
	height: auto;
}

.img_txt img {
	width: 100%;
	height: auto;
}

.section h3 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1;
}





.section .special {
	position: relative;
	width: 800px;
	margin: 0 auto;
	margin-top: 80px;
}

.section .special h4 {
	font-size: 26px;
	text-align: center;
	margin-bottom: 80px;
}

.section .special h4 img.switch_pc {
	display: inline-block;
}

.section .special h4 span {
	position: relative;
	display: inline-block;
	margin-top: 20px;
	font-size: 18px;
}

.section .special h4 span:before,
.section .special h4 span:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 50%;
	width: 30px;
	border-bottom: 1px solid #fff;
}

.section .special h4 span:before {
	left: 0;
	transform: translateX(-40px);
}

.section .special h4 span:after {
	right: 0;
	transform: translateX(40px);
}

.section .special .gallery {
}

.section .special .gallery .item {
	margin-top: 80px;
}

.section .special .gallery .item .title {
	text-align: center;
	margin-bottom: 20px;
}

.section .special .gallery .item .title img {
	display: inline;
	width: auto;
	height: 20px;
}

.section .special .gallery .item .zoom {
	display: block;
	position: relative;
}

.section .special .gallery .item .zoom:hover {
	opacity: 1 !important;
}

.section .special .gallery .item .btn_zoom:after {
	content: ' ';
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 24px;
	height: 24px;
	background-image: url(../image/btn_zoom.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.section .special .gallery .item .img {
	overflow: hidden;
}

.section .special .gallery .item .img img {
	width: 100%;
	height: auto;
}

.section .special .gallery .item .zoom img {
	transition-duration: 0.3s;
}

.section .special .gallery .item .zoom img:hover {
	transform: scale(1.05);
}

.section .special .gallery .caption {
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
	margin-top: 15px;
}

.section .special .gallery .item_wrapper {
	position: relative;
	width: 100%;
	height: 192px;
	overflow: hidden;
	margin-top: 80px;
}

.section .special .gallery .item_wrapper .item {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	margin-top: 0;
}

.section .special .gallery .item_wrapper .item_left {
}

.section .special .gallery .item_wrapper .item_right {
	padding-left: 223px;
}

.section .special .gallery .item_wrapper .item .img {
	position: relative;
	display: block;
	width: 218px;
	z-index: 10;
}

.section .special .gallery .item_wrapper .caption_wrapper {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 350px;
	margin-top: 0;
	text-align: left;
}

.section .special .gallery .item_wrapper .caption_wrapper .caption {
	margin-top: 0;
	text-align: left;
}

.section .special .gallery .item_wrapper .caption_wrapper .caption:first-child {
	margin-bottom: 30px;
}

.section .special .gallery .item_wrapper .caption_wrapper .caption .small {
	font-size: 14px;
}

.section .special .caution {
	font-size: 13px;
	margin-top: 100px;
}













#main_visual {
	position: relative;
}

#main_visual .bg {
}

#main_visual .title {
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

#main_visual .title .small {
	position: relative;
	width: 720px;
	margin: 0 auto;
}

#main_visual .title .large {
	position: relative;
	width: 437px;
	margin: 0 auto;
	margin-top: 2%;
}

#main_visual .copy {
	position: absolute;
	top: 75%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

#main_visual .copy .large {
	position: relative;
	width: 837px;
	margin: 0 auto;
}






#gnav {
	position: relative;
	margin-top: 240px;
	width: 100%;
	height: 64px;
}

#gnav .gnav_inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 20;
}

#gnav.fixed .gnav_inner {
	position: fixed;
	top: 57px;
}

#gnav ul {
	width: 100%;
	display: flex;
	justify-content: center;
}

#gnav ul li {
	position: relative;
}

#gnav ul li:before {
	content: ' ';
	font-size: 0;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	height: 25px;
	transform: translateY(-50%);
	border-left: 1px solid #434343;
}

#gnav ul li:first-child:before {
	content: none;
}

#gnav ul li a {
	display: block;
}






#exterior {
	margin-top: 100px;
	padding-top: 140px;
	padding-bottom: 100px;
}

#exterior .title {
	width: 100%;
}

#exterior .title .large {
	position: relative;
	width: 449px;
	margin: 0 auto;
}

#exterior .main_img {
	margin-top: 120px;
	width: 100%;
}




#interior {
	padding-top: 140px;
	padding-bottom: 240px;
}

#interior .title .large {
	position: relative;
	width: 463px;
	margin: 0 auto;
}

#interior .main_img {
	margin-top: 120px;
	width: 100%;
}

#interior .special .gallery .item_wrapper {
	height: 233px;
}

#interior .special .gallery .item_wrapper .caption_wrapper .caption {
	letter-spacing: -0.025em;
}




#color {
	padding: 140px 0 180px;
	background-color: #313131;
}

#color .section_inner {
	width: 760px;
}

#color .title .large {
	position: relative;
	width: 144px;
	margin: 0 auto;
}



#color .body_color,
#color .interior_color {
	position: relative;
	margin-top: 100px;
}

#color .body_color h4,
#color .interior_color h4 {
	font-size: 26px;
}

#color .body_color .color_slider {
	margin-top: 44px;
}

#color .body_color .color_slider .slick-arrow {
	display: none !important;
}

#color .body_color .color_slider .name {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	margin-top: 50px;
	height: 50px;
}

#color .body_color .color_slider .name .small {
	font-size: 100%;
}

#color .body_color .color_slider .caution {
	position: relative;
	font-size: 11px;
	text-align: left;
	margin-top: 12px;
}

#color .body_color .nav_wrap {
	position: absolute;
	bottom: 42px;
	right: 0;
}

#color .body_color .nav_wrap .nav_color_list {
}

#color .body_color .nav_wrap .nav_color_list li {
	width: 50px;
	height: auto;
}

#color .body_color .nav_wrap .nav_color_list li img {
	display: block;
	width: 100%;
	height: auto;
}

#color .body_color .nav_wrap .nav_color_list li.current:after {
	background-image: url(../image/ico_color_current.png) !important;
	background-size: 20px;
}



#color .interior_color {
}


#color .interior_color .item {
	position: relative;
	margin-top: 44px;
}

#color .interior_color .item .img img {
	display: inline-block;
	height: auto;
}

#color .interior_color .item .img:nth-child(1) {
}

#color .interior_color .item .img:nth-child(1) img {
	width: 100%;
}

#color .interior_color .item .img:nth-child(2) {
	margin-top: 5px;
	text-align: right;
}

#color .interior_color .item .img:nth-child(2) img {
	width: 440px;
}

#color .interior_color .item .name {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
}

#color .interior_color .item .name .small {
	display: inline-block;
	margin-top: 5px;
	font-size: 16px;
	font-weight: normal;
}

#color .interior_color .item .name .small br {
	display: inline !important;
}

#color .interior_color .item .name .small br.sp {
	display: none !important;
}

#dealer_option {
	position: relative;
	background-color: #888f94;
	color: #000;
	padding-bottom: 155px;
}


#dealer_option .sub_section {
	position: relative;
}

#dealer_option .sub_section .main_img {

}

#dealer_option .sub_section .title {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#dealer_option .sub_section .title img {
	width: 381px;
}

#dealer_option .special {
	width: 980px;
}

#dealer_option .gallery {
	position: relative;
	width: 980px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#dealer_option .gallery .item {
	margin-top: 0;
}

#dealer_option .gallery .item img {
	width: 324px;
	height: auto;
}

#dealer_option .gallery .item .name {
	margin-top: 15px;
	font-size: 16px;
	text-align: center;
}


#dealer_option .package {
	position: relative;
	width: 980px;
	margin: 0 auto;
	margin-top: 80px;
}

#dealer_option .package .row {
}

#dealer_option .package .row:nth-child(1) {
	display: flex;
	justify-content: space-between;
}

#dealer_option .package .row:nth-child(1) p:nth-child(1) {
	font-weight: bold;
}

#dealer_option .package .row:nth-child(1) p:nth-child(1) .strong {
	font-size: 20px;
	font-weight: bold;
}

#dealer_option .package .row:nth-child(1) p:nth-child(1) .border {
	position: relative;
	display: inline-block;
	top: -2px;
	padding: 2px;
	font-size: 12px;
	border: 1px solid #000;
	margin-left: 15px;
}

#dealer_option .package .row:nth-child(1) p:nth-child(1) .small {
	position: relative;
	top: -1px;
	font-size: 16px;
	margin-left: 15px;
}

#dealer_option .package .row:nth-child(1) p.modulo {
}

#dealer_option .package .row:nth-child(2) {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
	padding: 30px 0 30px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#dealer_option .package .row:nth-child(2) p:nth-child(1) {
}

#dealer_option .package .row:nth-child(2) p.price {
}

#dealer_option .caution {
	position: relative;
	width: 980px;
	margin: 0 auto;
	margin-top: 80px;

	font-size: 11px;
	line-height: 1.8;
}

#dealer_option .caution p {
	font-weight: bold;
}

#dealer_option .caution ul li {
	text-indent: -1em;
	padding-left: 1em;
}

#dealer_option .caution ul li.underline {
	text-decoration: underline;
}

#dealer_option .caution ul li.strong {
	font-weight: bold;
}










#equipment {
	padding: 140px 0 180px;
}

#equipment .section_inner {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

#equipment .title .large {
	position: relative;
	width: 286px;
	margin: 0 auto;
}

#equipment .sub_section {
}

#equipment .sub_section h4 {
	margin-top: 80px;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

#equipment .sub_section ul li {
	font-size: 18px;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.8;
	margin-top: 30px;
	font-weight: bold;
}

#equipment .sub_section ul li:first-child {
	margin-top: 0;
}

#equipment .sub_section ul li .small {
	position: relative;
	font-size: 14px;
	left: -1em;
	text-indent: -1em;
	padding-left: 1em;
	font-weight: normal;
	line-height: 1.4;
}






#conversion {
	position: relative;
}

#conversion .main_img {
}

#conversion .items {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 840px;
	transform: translate(-50%, -50%);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#conversion .items .btn {
}

#conversion .items .btn p {
	text-align: center;
}

#conversion .items .btn p img {
	display: inline-block;
	margin-bottom: 20px;
}

#conversion .items .btn a {
	position: relative;
	display: block;
	background-color: #0068b7;
	border: 1px solid #0068b7;
	font-size: 24px;
	color: #fff;
	width: 380px;
	line-height: 68px;
	text-align: center;
	box-sizing: border-box;
	transition: background-color 0.5s ease-out 0s, border-color 0.5s ease-out 0s;
}

#conversion .items .btn a:hover {
	opacity: 1 !important;
	background-color: #000;
	border-color: #fff;
}

#conversion .items .btn a:after {
	content: ' ';
	display: inline-block;
	position: relative;
	top: 2px;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	background-image: url(../image/ico_arrow_right_pc.png);
	background-repeat: no-repeat;
	background-size: contain;
}

#conversion .items .zankure {
	margin-top: 60px;
}

#conversion .items .zankure a {
	display: block;
}

#caution {
	padding-top: 140px;
	padding-bottom: 140px;
}

#caution .section_inner {
	width: 880px;
	font-size: 11px;
	line-height: 1.8;
}

#caution .section_inner p {
	margin-bottom: 30px;
}







#tokuso_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 980px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	opacity: 0;
	z-index: -1;
	transition: opacity 0.3s linear 0s;
}

#tokuso_modal.open {
	opacity: 1;
}

#tokuso_modal.front {
	z-index: 101;
}

#tokuso_modal .modal {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 980px;
	padding: 30px 0;
	transform: translate(-50%, -50%);
	visibility: hidden;
	z-index: -1;
}

#tokuso_modal .modal.active {
	visibility: visible;
	z-index: 101;
}

#tokuso_modal .modal .btn_close {
	display: block;
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 1;
}

#tokuso_modal .modal .img_slider {
	margin: 0;
}

#tokuso_modal .modal .img_slider .title {
	margin-bottom: 25px;
	padding: 0;
	text-align: center;
}

#tokuso_modal .modal .img_slider .title img {
	display: inline-block;
	width: auto;
	height: 25px;
}

#tokuso_modal .modal .img_slider .pic {
	position: relative;
	width: 840px;
	margin: 0 auto !important;
}

#tokuso_modal .modal .img_slider .name {
	margin-top: 30px;
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
}

#tokuso_modal .modal .img_slider .caution {
	margin-top: 20px;
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
}

#tokuso_modal .modal .img_slider .slick-dots {
	bottom: 0 !important;
	margin-top: 40px;
}

#tokuso_modal .modal .img_slider .slick-dots li,
#tokuso_modal .modal .img_slider .slick-dots li button,
#tokuso_modal .modal .img_slider .slick-dots li button:before {
	width: 44px;
	height: 6px;
}

#tokuso_modal .modal .img_slider .slick-dots li {
	margin: 0;
}

#tokuso_modal .modal .img_slider .slick-dots li button {
	padding: 0;
}

#tokuso_modal .modal .img_slider .slick-dots li button:before {
	border-radius: 0;
	background-color: #434343;
}

#tokuso_modal .modal .img_slider .slick-dots li:hover button:before,
#tokuso_modal .modal .img_slider .slick-dots li.slick-active button:before {
	background-color: #0064a1;
	opacity: 1;
}

#tokuso_modal .modal .img_slider .slick-arrow {
	width: 27px;
	height: 65px;
	margin: 0;
	background-size: contain;
	bottom: auto !important;
	top: 45% !important;
	transform: translateY(-50%);
}

#tokuso_modal .modal .img_slider .slick-arrow.slick-disabled {
	visibility: hidden;
}

#tokuso_modal .modal .img_slider .arrow_prev {
	background-image: url(../image/btn_slider_prev_pc.png);
	left: 10px !important;
}

#tokuso_modal .modal .img_slider .arrow_next {
	background-image: url(../image/btn_slider_next_pc.png);
	right: 10px !important;
}

#tokuso_modal .modal.dealer_option .img_slider .slider_inner {
	padding-top: 60px;
}

#tokuso_modal.gray {
	background-color: rgba(136, 143, 148, 0.9);
}

}
