﻿@charset "utf-8";

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
body {
	font-family: "Nobel-Regular", "レクサスロダン Pro M", "LexusRodinPro-M", "FOT-ロダン Pro M", "メイリオ ", sans-serif;
}

.mainVisual {
	position: relative;
	overflow: hidden;
}

.mainVisual .slick-slide {
	line-height: 0;
}

.mainVisual .foo img {
	width: 100%;
	margin: 0 auto -1px;
}

.mainVisual .logo {
	position: absolute;
	left: 50%;
	top: 40px;
	transform: translateX(-50%);
	z-index: 10;
}

.mainVisual .txt01 {
	padding: 0 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 6.5rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.2;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5), -1px -1px 1px rgba(0, 0, 0, 0.5), -1px 1px 1px rgba(0, 0, 0, 0.5), 1px -1px 1px rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
}

.mainVisual .txt01 span {
	display: block;
	font-size: 8.1rem;
}

.mainVisual .txt02 {
	padding: 0 10px;
	position: absolute;
	width: 100%;
	left: 50%;
	bottom: 106px;
	color: #fff;
	font-size: 3rem;
	text-align: center;
	letter-spacing: 0.4em;
	transform: translateX(-50%);
	text-shadow: 0 0 20px #000, 0 0 20px #000;
	box-sizing: border-box;
}

#main h2 {
	margin-bottom: 55px;
	text-align: center;
}

#main h2>span {
	font-size: 2.5rem;
	letter-spacing: 0.3em;
	line-height: 1.6;
	padding-bottom: 17px;
	display: inline-block;
	border-bottom: 8px solid #121212;
}

#main h2>span .eng {
	display: block;
	font-size: 5rem;
	line-height: 1.3;
	font-weight: normal;
	letter-spacing: 0.15em;
}

#main .topBox {
	overflow: hidden;
}

#main .infoBox {
	padding: 0 20px;
	background: url("../img/index/sec01_bg.jpg") no-repeat center top/cover;
}

#main .infoBox .mainBox {
	margin-bottom: -47px;
	padding: 38px 7.2% 70px;
	transform: translateY(-47px);
	background-color: #fff;
}

#main .infoBox ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#main .infoBox li {
	width: 49.4%;
	background-color: #e9e9e9;
}

#main .infoBox .topics .txt {
	padding-bottom: 1em;
}

#main .infoBox li a {
	padding: 0 20px 25px;
	display: block;
	background-color: #e9e9e9;
}

#main .infoBox .photo {
	margin: 0 -20px 28px;
	position: relative;
}

#main .infoBox .photo>img {
	width: 100%;
}

#main .infoBox .photo p {
	margin-bottom: 0;
	position: absolute;
	left: 0;
	top: 50%;
	width: 34%;
	transform: translateY(-50%);
}

#main .infoBox .txt {
	margin-bottom: 15px;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	word-break: break-all;
}

#main .infoBox .ttl {
	margin-bottom: 3px;
	line-height: 1.4;
	font-size: 2.6rem;
	letter-spacing: 0.1em;
}

#main .infoBox .date {
	color: #7e7e7e;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}

#main .infoBox li a img {
	width: 100%;
	transition-duration: 3s;
}

#main .infoBox li a .photo {
	overflow: hidden;
}

@media all and (min-width: 1025px) {

	#main .infoBox li a:hover>img,
	#main .infoBox li a:hover img {
		transform: scale(1.1);
	}
}

#main .report {
	padding-top: 195px;
}

#main .report h2 {
	margin-bottom: 95px;
}

#main .report .imgBox {
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	cursor: pointer;
}

#main .report .imgBox .photoBox {
	width: 50%;
	position: relative;
	overflow: hidden;
}

#main .report .imgBox .photoBox>img {
	transition-duration: 3s;
	transform-style: preserve-3d;
}

#main .report .imgBox .photoBox .num {
	padding: 32px 10px 10px;
	position: absolute;
	left: 0;
	top: 0;
	width: 207px;
	height: 207px;
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	font-weight: 700;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	background-color: #fff;
	box-sizing: border-box;
}

#main .report .imgBox .photoBox .num span {
	display: block;
	font-size: 10rem;
	letter-spacing: 0.15em;
	font-weight: normal;
	line-height: 1;
}

#main .report .imgBox .photoBox .txt {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 20px;
	width: 100%;
	bottom: 100px;
	text-align: center;
	box-sizing: border-box;
}

#main .report .imgBox .txtBox {
	width: 50%;
	padding: 105px 3% 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("../img/index/sec02_bg01.jpg") no-repeat left top/cover;
	box-sizing: border-box;
}

#main .report .imgBox .txtBox .logo {
	margin-bottom: 42px;
	text-align: center;
}

#main .report .imgBox .txtBox h3 {
	margin-bottom: 38px;
	color: #fff;
	font-size: 5.5rem;
	font-weight: 500;
	line-height: 1.2;
}

#main .report .imgBox .txtBox p {
	margin-bottom: 105px;
	color: #fff;
	font-size: 2rem;
	line-height: 2.3;
	letter-spacing: 0.3em;
}

#main .report .imgBox .txtBox .btn a {
	margin: 0 auto;
	padding-right: 10px;
	width: 330px;
	height: 74px;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.3em;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("../img/index/arrow01.png") no-repeat right 30px center;
	border: 2px solid #fff;
	box-sizing: border-box;
}

#main .report .imgBox02 .photoBox .num {
	left: auto;
	right: 0;
}

#main .report .imgBox02 .photoBox .txt {
	bottom: 65px;
}

#main .report .imgBox02 .txtBox {
	background-image: url("../img/index/sec02_bg02.jpg");
}

#main .report .imgBox02 .txtBox p {
	letter-spacing: 0.2em;
}

#main .report .imgBox03 .photoBox .txt {
	bottom: auto;
	top: 54%;
	transform: translate(-50%, -50%);
}

#main .report .imgBox03 .txtBox {
	padding-top: 0;
	background-image: url("../img/index/sec02_bg03.jpg");
}

#main .report .imgBox03 .txtBox .logo {
	margin-bottom: 75px;
}

#main .report .imgBox03 .txtBox h3 {
	text-align: center;
	font-size: 5.7rem;
	font-weight: 300;
	letter-spacing: 0.1em;
}

#main .report .imgBox03 .txtBox h3 span {
	letter-spacing: 0;
}

#main .report .imgBox03 .txtBox .txt {
	text-align: center;
}

#main .report .imgBox03 .txtBox .txt p {
	margin-bottom: 70px;
	text-align: left;
	display: inline-block;
}

#main .lineup {
	padding-top: 170px;
}

#main .lineup h2 {
	margin-bottom: 94px;
}

#main .lineup .bgSec {
	padding: 90px 0;
	background: url("../img/index/sec03_bg.jpg") no-repeat center top/cover;
}

#main .lineup .bgSec .mainBox {
	max-width: 1000px;
}

#main .lineup ul {
	margin: -23px -12px 0 -11px;
	display: flex;
	flex-wrap: wrap;
}

#main .lineup li {
	padding: 23px 11px 0;
	width: calc(100%/3);
	box-sizing: border-box;
}

#main .lineup li a {
	display: block;
	color: #fff;
	background-color: #151515;
}

#main .lineup li a .pho {
	overflow: hidden;
}

#main .lineup li a img {
	width: 100%;
	transition-duration: 3s;
}

#main .lineup li a .data {
	display: block;
	min-height: 137px;
	padding: 17px 18px 32px;
	box-sizing: border-box;
}

#main .lineup li a .data .label {
	font-size: 3.6rem;
	line-height: 1.2;
	font-weight: 400;
}

#main .lineup li a .data .type {
	margin-top: 2px;
	font-size: 1.8rem;
	line-height: 1.2;
}

#main .dealer {
	padding: 236px 20px 109px;
	background-color: #DDDDDD;
}

#main .dealer h2 {
	margin-bottom: 93px;
}

#main .dealer h2>span {
	padding-bottom: 13px;
}

#main .dealer h2 .eng {
	margin-bottom: 2px;
	line-height: 1;
}

#main .dealer .linkUl {
	margin: -9px auto 32px;
	display: flex;
	flex-wrap: wrap;
}

#main .dealer .linkUl li {
	margin: 9px 10px 0 0;
	width: calc(100%/3 - 9px);
	background-color: #000;
}

#main .dealer .linkUl li:nth-child(3n) {
	margin-right: 0;
}

#main .dealer .linkUl li a {
	padding: 19px 50px 21px 55px;
	display: block;
	color: #fff;
	font-size: 2rem;
	font-weight: normal;
	letter-spacing: 0.18em;
	box-sizing: border-box;
	background: url("../img/index/arrow_icon01.png") no-repeat right 26px center / 24px;
}

#main .dealer .imgBox {
	margin-bottom: 30px;
	padding-right: 21px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	background-color: #F4F4F4;
}

#main .dealer .imgBox .innBox {
	padding-right: 8px;
	width: calc(100% - 340px);
	display: flex;
	box-sizing: border-box;
}

#main .dealer .imgBox .photoBox {
	max-width: 400px;
	margin: 25px 20px 25px 20px;
	width: 50%;
}

#main .dealer .imgBox .photoBox img {
	width: 100%;
}

#main .dealer .imgBox .textBox {

	margin-top: 25px;
	width: 46.9%;
}

#main .dealer .imgBox .photo {
	margin-top: 25px;
	max-width: 340px;
	min-width: 340px;
}

#main .dealer .imgBox .photo img {
	width: 100%;
}

#main .dealer .imgBox h3 {
	/*margin-bottom: 22px;*/
	font-size: 2.3rem;
	letter-spacing: 0.03em;
	font-weight: normal;
	border-bottom: 1px solid #e6e6e6;
}

#main .dealer .imgBox p {
	/*margin-bottom: 31px;*/
	/*min-height: 180px;*/
	font-size: 1.6rem;
	line-height: 1.88;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #e6e6e6;
}



#main .dealer .link {
	max-width: 376px;
	width: auto;
	border: 2px solid #000;
	margin-top: 75px;
}

#main .dealer .link a {
	padding: 11px 43px 15px 10px;
	display: block;
	font-size: 1.5rem;
	line-height: 1;
	text-align: center;
	box-sizing: border-box;
	background: url("../img/index/arrow_icon02.png") no-repeat right 19px center / 36px;
	letter-spacing: 0.3em;
}

#main .dealer .link a span {
	margin-top: 6px;
	display: block;
	font-size: 1.23rem;
	letter-spacing: 0.3em;
}


#main .dealer .link2 {
	max-width: 385px;
	width: auto;
	border: 2px solid #000;
	margin: 20px 0 20px 0;
}

#main .dealer .link2 a {
	padding: 11px 43px 15px 10px;
	display: block;
	font-size: 1.5rem;
	line-height: 1;
	text-align: center;
	box-sizing: border-box;
	background: url("../img/index/arrow_icon02.png") no-repeat right 19px center / 36px;
	letter-spacing: 0.3em;
}

#main .dealer .link2 a span {
	margin-top: 6px;
	display: block;
	font-size: 1.23rem;
	letter-spacing: 0.3em;
}




@media all and (min-width: 768px) {
	#main .dealer .imgBox h3 {
		padding-bottom: 15px;
	}

	#main .dealer .imgBox p {
		padding: 15px 0;
	}

	#main .infoBox li {
		margin-bottom: 10px;
	}
}

@media all and (min-width: 1025px) {

	#main .report .imgBox .txtBox .btn a:hover,
	#main .infoBox li a:hover,
	#main .dealer .linkUl li a:hover {
		opacity: 0.7;
	}

	#main .report .imgBox:hover .photoBox>img,
	#main .lineup li a:hover img {
		transform: scale(1.1);
	}

	#main .dealer .link a:hover {
		opacity: 0.7;
	}

	#main .dealer .link2 a:hover {
		opacity: 0.7;
	}

}

@media all and (max-width: 1206px) {
	#main .dealer .imgBox .photoBox {
		margin-right: 15px;
	}

	#main .dealer .imgBox h3 {
		/*margin-bottom: 20px;*/
		font-size: 2.1rem;
	}

	#main .dealer .imgBox p {
		/*margin-bottom: 20px;*/
		/*min-height: 160px;*/
		font-size: 1.5rem;
		letter-spacing: 0;
	}

	#main .dealer .link a {
		font-size: 1.7rem;
	}

	#main .dealer .link a span {
		font-size: 1.3rem;
	}



	#main .dealer .link2 a {
		font-size: 1.3rem;
	}


	#main .dealer .link2 a span {
		font-size: 1.3rem;
	}


	#main .dealer .linkUl li a {
		padding: 19px 50px 21px 32px;
		font-size: 1.6rem;
	}
}

@media all and (max-width: 1940px) {
	#main .report .imgBox .photoBox .num {
		padding-top: 4.5%;
		width: 10vw;
		height: 10vw;
		font-size: 1.4vw;
	}

	#main .report .imgBox .photoBox .num span {
		font-size: 4vw;
	}

	#main .report .imgBox .txtBox {
		padding-top: 20px;
	}

	#main .report .imgBox .txtBox .logo {
		margin: 0 auto 5%;
		width: 30%;
	}

	#main .report .imgBox .txtBox p {
		margin-bottom: 5%;
		font-size: 1.4vw;
		letter-spacing: 0;
	}

	#main .report .imgBox .txtBox h3 {
		margin-bottom: 1vw;
		font-size: 2.9vw;
	}

	#main .report .imgBox .txtBox .btn a {
		width: 50%;
		height: 4.7vw;
		font-size: 1.5vw;
		letter-spacing: 0.12em;
		background-position: right 10% center;
		background-size: 2vw auto;
	}

	#main .report .imgBox03 .txtBox .txt p {
		margin-bottom: 5%;
	}

	#main .report .imgBox03 .txtBox .logo {
		margin-bottom: 2%;
		width: 24%;
	}
}

@media all and (max-width: 1500px) {
	.mainVisual .logo {
		width: 12%;
		top: 5%;
	}

	.mainVisual .txt01 {
		font-size: 4vw;
	}

	.mainVisual .txt01 span {
		font-size: 4.6vw;
	}

	.mainVisual .txt02 {
		bottom: 65px;
		font-size: 2.2vw;
		letter-spacing: 0.1em;
	}
}

@media all and (max-width: 1200px) {
	#main .dealer .imgBox {
		padding-bottom: 30px;
	}

	#main .dealer .imgBox .innBox {
		margin-bottom: 30px;
		width: 100%;
	}

	#main .dealer .imgBox .textBox {
		margin-top: 2%;
	}

	#main .dealer .imgBox .photo {
		margin: 0 auto;
	}
}

@media all and (max-width: 1120px) {
	#main .infoBox .mainBox {
		margin-bottom: -20px;
		transform: translateY(-20px);
	}

	#main h2>span {
		font-size: 2rem;
	}

	#main h2>span .eng {
		font-size: 4rem;
	}

	#main .report,
	#main .lineup {
		padding-top: 120px;
	}
}

@media all and (max-width: 767px) {
	.mainVisual .logo {
		width: 14.5%;
		top: 4.3%;
	}

	.mainVisual .txt01 {
		font-size: 5.8vw;
	}

	.mainVisual .txt01 span {
		font-size: 6.8vw;
	}

	.mainVisual .txt02 {
		bottom: 11%;
		font-size: 2.6vw;
		letter-spacing: 0.4em;
		text-shadow: 0 0 10px #000, 0 0 10px #000;
	}

	#main h2 {
		margin-bottom: 30px;
	}

	#main h2>span {
		font-size: 1rem;
		padding-bottom: 7px;
		border-width: 4px;
	}

	#main h2>span .eng {
		font-size: 2rem;
	}

	#main .infoBox {
		padding: 33px 0 47px;
		background-image: url("../img/index/sp_sec01_bg.jpg");
	}

	#main .infoBox .mainBox {
		margin-bottom: 0;
		padding: 43px 0 0;
		transform: translateY(0);
	}

	#main .infoBox li {
		width: 50%;
	}

	#main .infoBox li a {
		padding: 0 10px 18px;
	}

	#main .infoBox .photo {
		margin: 0 -10px 12px;
	}

	#main .infoBox .photo p {
		margin-bottom: 0;
		position: static;
		left: auto;
		top: auto;
		width: auto;
		transform: none;
	}

	#main .infoBox .photo p img {
		width: 100%;
	}

	#main .infoBox .txt {
		margin-bottom: 7px;
		font-size: 0.75rem;
	}

	#main .infoBox .ttl {
		margin-bottom: 0;
		font-size: 1.1rem;
	}

	#main .infoBox .date {
		font-size: 0.75rem;
	}

	#main .report {
		padding-top: 45px;
	}

	#main .report h2 {
		margin-bottom: 35px;
	}

	#main .report .imgBox {
		margin-bottom: 30px;
	}

	#main .report .imgBox .photoBox {
		width: 100%;
	}

	#main .report .imgBox .photoBox .num {
		padding: 15px 5px 5px;
		width: 84px;
		height: 84px;
		font-size: 1rem;
	}

	#main .report .imgBox .photoBox .num span {
		font-size: 4rem;
	}

	#main .report .imgBox .photoBox .txt {
		padding: 0 27px;
		bottom: 35px;
		max-width: 400px;
	}

	#main .report .imgBox .txtBox {
		width: 100%;
		padding: 68px 4% 40px;
	}

	#main .report .imgBox .txtBox .logo {
		margin-bottom: 20px;
		width: 120px;
	}

	#main .report .imgBox .txtBox h3 {
		margin-bottom: 14px;
		font-size: 2.1rem;
	}

	#main .report .imgBox .txtBox p {
		margin-bottom: 40px;
		font-size: 0.75rem;
		letter-spacing: 0.3em;
	}

	#main .report .imgBox .txtBox .btn a {
		padding-right: 10px;
		width: 125px;
		height: 28px;
		font-size: 0.75rem;
		letter-spacing: 0.25em;
		background-size: 15px auto;
		border-width: 1px;
	}

	#main .report .imgBox02 .photoBox {
		order: 0;
	}

	#main .report .imgBox02 .photoBox .num {
		left: 0;
		right: auto;
	}

	#main .report .imgBox02 .photoBox .txt {
		bottom: 25px;
		padding: 0 13px;
	}

	#main .report .imgBox02 .txtBox {
		order: 2;
	}

	#main .report .imgBox02 .txtBox .logo {
		margin-bottom: 25px;
	}

	#main .report .imgBox02 .txtBox h3 {
		margin-bottom: 20px;
	}

	#main .report .imgBox02 .txtBox p {
		letter-spacing: 0.2em;
	}

	#main .report .imgBox03 .photoBox .txt {
		padding: 0 14px;
		top: 60%;
	}

	#main .report .imgBox03 .txtBox {
		padding-top: 27px;
	}

	#main .report .imgBox03 .txtBox .logo {
		margin-bottom: 20px;
		width: 63px;
	}

	#main .report .imgBox03 .txtBox h3 {
		font-size: 2.35rem;
	}

	#main .report .imgBox03 .txtBox .txt p {
		margin: 0 0 28px 35px;
	}

	#main .lineup {
		padding-top: 15px;
	}

	#main .lineup h2 {
		margin-bottom: 48px;
	}

	#main .lineup .bgSec {
		padding: 20px 23px;
		background: url("../img/index/sp_sec03_bg.jpg");
	}

	#main .lineup .bgSec .mainBox {
		max-width: 1000px;
	}

	#main .lineup ul {
		margin: -12px 0 0;
		justify-content: space-between;
	}

	#main .lineup li {
		padding: 12px 0 0;
		width: 48.2%;
	}

	#main .lineup li a .data {
		min-height: 68px;
		padding: 8px 10px;
	}

	#main .lineup li a .data .label {
		font-size: 1.9rem;
	}

	#main .lineup li a .data .type {
		font-size: 1rem;
	}

	#main .dealer {
		padding: 55px 10px 80px;
	}

	#main .dealer h2 {
		margin-bottom: 49px;
	}

	#main .dealer h2>span {
		padding-bottom: 5px;
		font-size: 1rem;
		border-bottom: 4px solid #121212;
	}

	#main h2>span .eng {
		font-size: 2rem;
	}

	#main .dealer .imgBox {
		margin-bottom: 10px;
		padding: 0 0 10px;
		display: none;
	}

	#main .dealer .imgBox .innBox {
		padding: 0 0 66px;
		margin-bottom: 0;
		position: relative;
		width: 100%;
	}

	#main .dealer .imgBox .photoBox {
		max-width: initial;
		margin-right: 0;
		width: 50%;
	}

	#main .dealer .imgBox .textBox {
		margin-top: 16px;
		padding: 0 12px 0 17px;
		width: 50%;
		box-sizing: border-box;
	}

	#main .dealer .imgBox h3 {
		margin-bottom: 11px;
		font-size: 1.2rem;
		letter-spacing: 0;
		padding: 3px 0 5px;
	}

	#main .dealer .imgBox p {
		margin-bottom: 0;
		min-height: initial;
		font-size: 0.9rem;
		line-height: 1.67;
		letter-spacing: 0;
		padding: 3px 0;
	}

	#main .dealer .ttl {
		margin-top: 10px;
		padding: 15px 28px 20px;
		width: 100%;
		color: #fff;
		font-weight: normal;
		font-size: 1rem;
		letter-spacing: 0.18em;
		text-align: left;
		box-sizing: border-box;
		cursor: pointer;
		background: #000 url("../img/index/arrow_icon01.png") no-repeat right 10px center / 12px;
	}

	#main .dealer .ttl.on {
		background-image: url("../img/index/arrow_icon03.png");
	}

	#main .dealer .link {
		width: 188px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 25px;
		border: 1px solid #000;
	}

	#main .dealer .link a {
		padding: 4px 24px 7px 10px;
		font-size: 1rem;
		background: url("../img/index/arrow_icon02.png") no-repeat right 10px center / 18px;
	}

	#main .dealer .link a span {
		margin-top: 5px;
		font-size: 0.73rem;
		letter-spacing: 0.3em;
	}

	#main .dealer .imgBox .photo {
		margin: 0 auto;
		max-width: 250px;
		min-width: 250px;
	}

	#main .dealer .link2 {
		width: 260px;
		/* position: absolute; */
		left: 50%;
		/* transform: translateX(-50%); */
		bottom: 25px;
		border: 1px solid #000;
		top: 40%;
		left: 50%;
		margin: 100px 0 -100px 52px;
	}

	#main .dealer .lin2k a {
		padding: 4px 24px 7px 10px;
		font-size: 1rem;
		background: url("../img/index/arrow_icon02.png") no-repeat right 10px center / 18px;
	}

	#main .dealer .link2 a span {
		margin-top: 5px;
		font-size: 0.73rem;
		letter-spacing: 0.3em;
	}

	#main .dealer .imgBox .photo {
		margin: 0 auto;
		max-width: 250px;
		min-width: 250px;
	}
}

@media all and (max-width: 374px) {
	#main .dealer .imgBox .textBox {
		padding: 0 10px;
	}

	#main .dealer .imgBox h3 {
		letter-spacing: -0.6px;
	}
}

@media all and (max-width: 359px) {
	#main .report .imgBox .txtBox h3 {
		font-size: 2rem;
	}
}


/*------------------------------------------------------------
		modal
------------------------------------------------------------*/
.modal {
	position: relative;

	vertical-align: top;
	box-sizing: border-box;
	margin: 80px auto;
	padding: 120px 50px;

	width: 1000px;

	text-align: left;

	background-color: #fff;
}

.modal .close {
	position: absolute;
	right: 28px;
	top: 28px;
}

.modal .partition {
	overflow: hidden;
}

.modal .part01 {
	padding-top: 10px;
}

.modal .partition .image img {
	width: 100%;
}

.modal .partition .image {
	float: left;
	width: 42%;
}

.modal .partition .data {
	float: right;
	width: 56%;
}

.modal .partition2 {
	width: 66%;
	margin: 0 auto;
}

.modal .partition2 .image {
	float: none;
	width: 100%;
}

.modal .partition2 .data {
	float: none;
	width: 100%;
}

.modal .partition .data .title {
	font-size: 30px;
	color: #000;
}

.modal .partition .data .sub-title {
	display: inline-block;
	padding: 2px 8px;

	font-size: 15px;

	color: #fff;
	background-color: #000;
}

.modal .partition .data .text {
	margin: 20px 0;
	color: #000;
	line-height: 2.0;
}

.modal .partition .data .text .motxcap {
	color: #000;
	line-height: 2.0;
	font-weight: bold;
}

/*
　モーダル料金表用
*/

.pricemodal {
	position: relative;

	vertical-align: top;
	box-sizing: border-box;
	margin: 80px auto;
	padding: 120px 50px;

	width: 1000px;

	text-align: left;

	background-color: #fff;
}

.pricemodal .close {
	position: absolute;
	right: 28px;
	top: 28px;
}

.pricemodal .partition {
	overflow: hidden;
}

.pricemodal .part01 {
	padding-top: 10px;
}

.pricemodal .partition .image img {
	width: 100%;
}

.pricemodal .partition .image {
	float: left;
	width: 42%;
}

.pricemodal .partition .data {
	float: right;
	width: 56%;
}

.modal .partition2 {
	width: 66%;
	margin: 0 auto;
}

.pricemodal .partition2 .image {
	float: none;
	width: 100%;
}

.pricemodal .partition2 .data {
	float: none;
	width: 100%;
}

.pricemodal .partition .data .title {
	font-size: 30px;
	color: #000;
}

.pricemodal .partition .data .sub-title {
	display: inline-block;
	padding: 2px 8px;

	font-size: 15px;

	color: #fff;
	background-color: #000;
}

.pricemodal .partition .data .text {
	margin: 20px 0;
	color: #000;
	line-height: 2.0;
}

.pricemodal .partition .data .text .motxcap {
	color: #000;
	line-height: 2.0;
	font-weight: bold;
}



.remodal-overlay {
	background-color: rgba(0, 0, 0, 0.8);
}

.text a {
	display: block;
	text-align: center;
	border: #000 1px solid;
	width: 11em;
	padding: 8px 5%;
	margin-top: 20px;
}

.text a:hover {
	opacity: 0.7;
}

/*
	remodal animation
*/
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
	animation-duration: 0.3s;
	animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
	animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
	animation-name: remodal-overlay-closing-keyframes;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
	animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
	animation-name: remodal-closing-keyframes;
}



@keyframes remodal-opening-keyframes {
	from {
		transform: translateY(-8px);
		opacity: 0;
	}

	to {
		transform: none;
		opacity: 1;
	}
}

@keyframes remodal-closing-keyframes {
	from {
		transform: translateY(0px);
		opacity: 1;
	}

	to {
		transform: translateY(-8px);
		opacity: 0;
	}
}

@keyframes remodal-overlay-opening-keyframes {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes remodal-overlay-closing-keyframes {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}


/*scrollmagic*/
.scrollmagic {
	opacity: 0;
	transition-duration: 1.6s;
	transition-timing-function: ease-out;
	transform: translateY(-24px);
}

.scrollmagic.show {
	opacity: 1 !important;
	transform: translateX(0) translateY(0) scale(1) !important;
}


/*INFOMATION Link*/
.linkI {
	border: #000 1px solid;
	width: 8em;
	padding: 5px 2%;
	margin: 0 0 0 auto;
}

@media all and (max-width: 640px) {
	.linkI {
		font-size: 10px;
	}
}



#main .infoBox .fixbnr {
	padding: 0 20px 25px;
	display: block;
	background-color: #e9e9e9;
}

.borderno {
	border: none;
}

@media all and (max-width: 767px) {
	#main .infoBox .fixbnr {
		padding: 0 10px 18px;
	}
}



/*loading
#myc2 #myc2-loading .inner
{
	display: table;
	width: 100%;
	height: 100vh;
}
#myc2 #myc2-loading .inner .inner-sub
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#myc2 #myc2-loading
{
	display: none;
}
#myc2.loading #myc2-loading
{
	display: inherit;
}
#myc2.loading.loaded #myc2-loading
{
	display: none;
}

#myc2 #myc2-loaded
{
	color: #000;
	background-color: #fff;
}

#myc2.loading #myc2-loaded
{
	display: none;
}
#myc2.loading.loaded #myc2-loaded
{
	display: inherit;
}
*/

/*------------------------------------------------------------
		Facebookボタン,CPOボタン追加20220224
------------------------------------------------------------*/
a.fbbtn {
	display: block;
	background: #1b74e4;
	color: #fff;
	padding: 10px 2%;
	text-align: center;
	margin: 0 0 30px 0;
	cursor: pointer
}

a.fbbtn:hover {
	opacity: 0.7;

}

.cpobtn a {
	display: block;
	background: #888;
	color: #fff;
	padding: 20px 2%;
	text-align: center;
	margin: 88px 0 0 0;
	cursor: pointer
}

.cpobtn a:hover {
	opacity: 0.7;
}

.cpo2btn a {
	display: block;
	background: #888;
	color: #fff;
	padding: 10px 2%;
	text-align: center;

	/*	margin: 88px 0 0 0; */
	margin: 20px 210px 0 0;

	cursor: pointer
}

.cpo2btn a:hover {
	opacity: 0.7;
}


.pricebtn a {
	display: block;
	background: #888;
	color: #fff;
	padding: 10px 2%;
	text-align: center;
	margin: 20px 210px 0 0;
	cursor: pointer
}

.pricebtn a:hover {
	opacity: 0.7;
}


/* 0311kasai追加分 */
.mg01 {
	margin-top: 105px;
}

.calendar_link a {
	display: block;
	font-size: 14px;
	text-align: right;
	color: #1b74e4;
}

.calendar_link a:hover {
	color: #888;
}

}

@media (max-width: 1200px) {
	.fbBox {
		margin: 0 auto;
	}

	.cpobtn a {
		margin: 42px 0 0 0;
	}

	/* 0311kasai追加分 */
	.mg01 {
		margin-top: 77px;
	}
}


/* 0311kasai追加分 */
@media (max-width: 820px) {
	.cpobtn a {
		margin: 95px 0 0 0;
	}

	.mg01 {
		margin-top: 102px;
	}
}



@media (max-width: 800px) {
	.cpobtn a {
		margin: 121px 0 0 0;
	}

	.mg01 {
		margin-top: 105px;
	}
}



@media screen and (max-width:767px) {
	.fbBox {
		margin: 0 auto;
	}

	a.fbbtn {
		font-size: 1.4rem;
		margin: 10px auto;
		max-width: 250px;
		min-width: 250px;
	}

	a.fbbtn:hover {
		opacity: 1.0;
	}

	#main .dealer .imgBox .innBox {
		padding: 0 0 120px;
	}

	.cpobtn a {
		width: 250px;
		position: absolute;
		top: 46%;
		left: 50%;
		transform: translateX(-50%);
		padding: 10px 2%;
		margin-top: 87px;
	}

	.cpobtn a:hover {
		opacity: 1.0;
	}

	.cpo2btn a {
		width: 250px;
		position: absolute;
		top: 70%;
		left: 50%;
		transform: translateX(-50%);
		padding: 10px 2%;
		margin-top: 0px;
	}

	.cpo2btn a:hover {
		opacity: 1.0;
	}

	.pricebtn a {
		width: 250px;
		position: absolute;
		top: 53%;
		left: 50%;
		transform: translateX(-50%);
		padding: 10px 2%;
		/* margin-top: 87px; */
	}

	.pricebtn a:hover {
		opacity: 1.0;
	}




	#main .dealer .link {
		width: 262px;
		bottom: 3%;
	}

	/* 0311kasai追加分 */
	.mg01 {
		margin-top: 0px;
	}

	.calendar_link a {
		font-size: 10px;
		text-align: left;
		text-indent: -1.4em;
		margin-left: 1.5em;
		line-height: 1.5;
	}

	.calendar_link a:hover {
		color: #1b74e4;
	}
}


/*------------------------------------------------------------
		カーラインナップボタン20220311
------------------------------------------------------------*/
.cl-cpobtn a {
	display: block;
	background: #eee;
	color: #222;
	font-weight: bold;
	padding: 20px 2%;
	text-align: center;
	margin: 61px 0 0 0;
	cursor: pointer;
	height: 30px;
	font-size: 20px;
	letter-spacing: 0.1em
}

.flat {
	position: relative;
	overflow: hidden;
	color: #fff;
	background: #222;
	padding: 10px 8px 10px 8px;
	z-index: 1;
}

.flat::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 150%;
	height: 100%;
	content: "";
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translateX(-98%);
	transform: translateX(-98%);
	background-color: #222;
}

.flat:hover::before {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.cl-cpobtn a:hover {
	color: #fff;
}


@media screen and (max-width:767px) {
	.cl-cpobtn a {
		height: 24px;
		font-size: 14px;
		margin-bottom: 30px;
		padding-top: 22px;
	}

	.flat:hover::before {
		-webkit-transform: translateX(-98%);
		transform: translateX(-98%);
	}

	.cl-cpobtn a:hover {
		color: #222;
	}
}


/* 220922追記 */

#main .lineup li a .data .type span {
	display: inline-block;
	font-size: 12px;
}

.modal .partition .data .sub-title .cyusyaku {
	display: inline-block;
	font-size: 12px;
}

@media screen and (max-width:767px) {
	#main .lineup li a .data .type span {
		display: block;
		font-size: 10px;
	}
}


/* 231228追記 */
#main .dealer .imgBox p span.teikyubi {
	display: block;
	margin-left: 3.6em;
}

br.sp {
	display: none;
}

@media screen and (max-width:1024px) {
	#main .dealer .imgBox p span.teikyubi {
		display: inline;
		margin-left: 0;
	}

	br.sp {
		display: block;
	}
}

/* 240510追記 */

.gray_bg_txt {
	background: #8b8b8b;
	padding: 2px 8px 1.5px 5px;
	color: #f5f5f5;
	margin: 1px 0 5px;
	display: inline-block;
}

/* 250131 追記 */
@media screen and (max-width: 767px) {
	.cpobtn a {
		margin-top: 95px;
	}
}

/*250517*/
#main .dealer .reservation {
	max-width: 396px;
	width: auto;
	border: 2px solid #000;
	margin-top: 75px;
}

#main .dealer .reservation:hover {
	opacity: 0.7;
}

#main .dealer .reservation a {
	padding: 11px 43px 15px 10px;
	display: block;
	font-size: 1.5rem;
	line-height: 1;
	text-align: center;
	box-sizing: border-box;
	background: url(../img/index/arrow_icon02.png) no-repeat right 19px center / 36px;
	letter-spacing: 0.3em;
}

#main .dealer .reservation a span {
	margin-top: 6px;
	display: block;
	font-size: 1.23rem;
	letter-spacing: 0.3em;
}

.cpobtn a {
	margin: 13px 0 0 0;
}

#main .dealer .link.marginshrink {
	margin-top: 3px;
}

#main .dealer .link.marginnormal {
	margin-top: 63px;
}

.cpobtn.niiza a {
	margin: 75px 0 0 0;
}

@media (max-width: 767px) {
	#main .dealer .reservation a {
		padding: 4px 24px 7px 10px;
		font-size: 1rem;
		background: url(../img/index/arrow_icon02.png) no-repeat right 10px center / 18px;
	}

	#main .dealer .reservation {
        width: 262px;
        bottom: 14%;
		position: absolute;
        left: 50%;
        transform: translateX(-50%);
		border: 1px solid #000;
    }

	#main .dealer .reservation a span {
        margin-top: 5px;
        font-size: 0.73rem;
        letter-spacing: 0.3em;
    }

	.cpobtn a {
		margin: 76px 0 0 0;
	}

	#main .dealer .imgBox .innBox {
        padding: 0 0 150px;
    }

	#main .dealer .link {
        width: 262px;
        bottom: 3%;
    }

	.cpobtn.spnormal a {
        margin: 68px 0 0 0;
    }

	.cpobtn.niiza a {
		margin: 125px 0 0 0;
	}

	.cpobtn.urawamisono a {
        margin: 118px 0 0 0;
    }

	#main .dealer .imgBox .innBox.spsaitamashintoshin {
        padding: 0px 0 135px;
    }

	#main .dealer .imgBox .innBox.spurawa {
        padding: 0px 0 140px;
    }

	#main .dealer .imgBox .innBox.spsaitamaminami {
        padding: 0px 0 135px;
    }
}