@charset "UTF-8";

/*----------------------------------------------------------
ページ共通レイアウト設定
---------------------------------------------------------- */
#body-wrapper {
  background: none;
}

#body {
  width: 100%;
  background: none;
}

#body-inner {
  width: 100%;
  padding: 0;
  margin: 0;
}

.one-col #centercol {
  width: 100%;
}

#main {
  width: 100%;
  padding: 0;
  margin: 0;
}

#Carea {
  width: 100%;
}

/*----------------------------------------------------------
ページ個別の設定
---------------------------------------------------------- */

.page_content {
	min-width: 1180px;
	line-height: 1.7;
}
.page_content img {
	width: 100%;
}

.one-col h2 {
	height: auto !important;
}
.one-col h3 {
	padding: 0 !important;
    margin: auto !important;
    background: none !important;
    border-left: none !important;
}

.mvCont {
	background: #000;
	position: relative;
}
.mvCont::before {
	content: "";
	background: #834495;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.mvCont > div {
	width: 100%;
	height: 420px;
	background: url(../img/bg_mv.jpg) no-repeat center center/auto 100%;
	position: relative;
	z-index: 2;
}
.mvCont h1 {
	width: 1024px;
	position: static;
	margin: 0 auto;
	padding-top: 40px;
}
.topCont {
	background: #834495;
	margin-top: -6px;
	padding-bottom: 100px;
	position: relative;
}
.topCont::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 200px 200px;
	border-color: transparent transparent #231815 transparent;
	position: absolute;
	right: 0;
	bottom: 0;
}
.topCont h2 {
	background: #231815;
	padding: 12px 0;
	text-align: center;
	font-size: 42px;
	color: #fff;
}
.topCont .inner {
	width: 1024px;
	margin: 0 auto;
}
.topCont .inner p {
	font-size: 26px;
	color: #fff;
	padding: 40px 0;
	text-align: left;
}
.topCont .inner .cover {
	width: 70%;
	margin: 0 auto;
}
.topCont .inner .movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.topCont .inner .movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.pointCont {
	border-top: 5px solid #834495;
	padding: 100px 0;
	position: relative;
}
.pointCont.point01 {
	border-top: none;
}
.pointCont.point03 {
	padding-bottom: 60px;
}
.pointCont::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 180px 180px 0 0;
	border-color: #a678b3 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}
.pointCont .inner {
	width: 1024px;
	margin: 0 auto;
}
.pointCont .inner .title {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom: 40px;
}
.pointCont .inner .title > p {
	width: 150px;
}
.pointCont .inner .title div {
	width: calc(100% - 180px);
}
.point01 .inner .title div p {
	font-size: 20px;
	text-align: left;
	margin-top: 20px;
}
.point01 .inner .contents h4 {
	font-size: 26px;
	font-weight: bold;
	color: #834395;
	text-align: center;
	border: 2px solid #834395;
	padding: 5px 0;
	margin-bottom: 40px;
}
.point01 .inner .contents ul li:first-child {
	margin-bottom: 40px;
}

.point02 .inner .title div p,.point03 .inner .title div p {
	font-size: 28px;
	text-align: left;
	margin-top: 20px;
	line-height: 1.5;
}
.point02 .inner .contents p {
	margin-bottom: 30px;
}
.point02 .inner .contents ul,.point03 .inner .contents ul {
	display: flex;
	justify-content: space-between;
}
.point02 .inner .contents ul li {
	width: 48.5%;
}
.point03 .inner .contents ul li {
	width: 32.5%;
}
.point02 .inner .contents h4,.point03 .inner .contents h4 {
	font-size: 24px;
	font-weight: bold;
	margin: 30px 0 10px 0;
	padding-left: 26px;
	text-align: left;
	position: relative;
}
.point02 .inner .contents h4:before,.point03 .inner .contents h4:before {
	content: "";
	width: 20px;
	height: 20px;
	background: #834395;
	position: absolute;
	left: 0;
	top: calc(50% - 10px);
}
.point03 .inner .contents p:first-child {
	margin-bottom: 40px;
}
.point03 .inner .contents p:nth-child(2) {
	text-align: center;
}
.point03 .inner .contents p:nth-child(2) span {
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	color: #834395;
	text-align: center;
	border: 2px solid #834395;
	padding: 5px 20px;
}
.point03 .inner .contents p:last-child {
	margin-top: 100px;
}

.comparison {
	width: 750px;
	padding: 0 0 100px 0;
	margin: 0 auto;
}
.comparison h3{
  text-align: center;
}
.comparison h3 span {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	color: #000;
}
.comparison h3 span::after {
	content: "";
	width: 100%;
	height: 3px;
	background: #834395;
	position: absolute;
	left: 0;
	bottom: -5px;
}
.comparison table {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.comparison th {
	width: 30%;
	border: 1px solid #000;
	text-align: center;
	background: #fff;
	padding: 15px 10px;
	font-size: 24px;
	color: #000;
}
.comparison th span {
	font-size: 16px;
	color: #000;
}
.comparison td {
	width: 35%;
	border: 1px solid #000;
	padding: 15px 10px;
	color: #000;
	font-size: 24px;
}
.comparison tr:first-child th,.comparison tr:first-child td {
	background: #e2d3e6;
	font-size: 24px;
	padding: 5px 0;
	color: #000;
}
.comparison tr:nth-child(2) td ul li {
	margin: 5px 0;
}
.comparison tr:nth-child(2) td ul li span {
	font-size: 28px;
}
.comparison tr:nth-child(n+3) td  {
	font-size: 40px;
}
.comparison tr:nth-child(n+3) td span  {
	font-size: 13px;
	/* text-align: left; */
	display: inline-block;
}

.item {
	background: #cdbcd9;
	padding: 100px 0 0 0;
}
.item .inner {
	width: 1024px;
	margin: 0 auto 100px auto;
}
.item .inner ul {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	margin-top: 60px;
}
.item .inner ul li {
	width: 48%;
}
.item > p {
	background: #834395;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	padding: 20px 0;
  margin-bottom: 0;
}
.item > p.small {
  font-size: 36px;
  margin-bottom: 60px;
}
.item-hr-white{
  border-top: #FFFFFF 1px solid;
  border-bottom:0;
}
.item-bnr{
  max-width: 200px;
}

/* .motorcycle  */
.motorcycle{
  width: 1024px;
  margin: auto;
  border-top:#87429d 4px solid;
  border-bottom:#87429d 4px solid;
  border-right: #87429d 2px solid;
  border-left: #87429d 2px solid;
  color: #87429d;
  margin-bottom: 50px;
}
.motorcycle-inner{
  padding: 50px 60px;
}
.motorcycles-bottom img{
  width: 100%;
  vertical-align: bottom;
}

.motorcycle-hedding-1{
  margin-bottom: 30px;
}
.large{
  font-size: 130%;
}

.motorcycle-movie{
  margin-bottom: 80px;
}
.motorcycle-seciton-div,
.motorcycle-seciton-full{
  width: calc(100% - 72px);
  margin: auto auto 60px;
}
.motorcycle-seciton-div{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.motorcycle-description{
  width: 505px;
}
.motorcycle-img{
  width: 376px;
}
.motorcycle-img img{
  width: 100%;
  vertical-align: bottom;
}
.motorcycle-hedding-2{
  color: #87429d;
  font-size: 30px;
  border-bottom:#87429d 5px solid;
  margin-bottom: 16px;
}
.motorcycle-text{
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}
.motorcycle .cover {
	width: 70%;
	margin: 0 auto;
}
.motorcycle .movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.motorcycle .movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
