@charset "UTF-8";


/* NotoSans JP */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap');

.rj-font {
	font-family: "RenaultFont";
}

.only-sp {
	display: block;
}
@media (min-width: 768px) {
	.only-sp {
		display: none;
	}
}
.only-pc {
	display: none;
}
@media (min-width: 768px) {
	.only-pc {
		display: block;
	}
}

.is-tb-pc {
	display: none;
}
@media (min-width: 768px) {
	.is-tb-pc {
		display: block;
	}
}

.page-move-target {
	height: 0;
	position: absolute;
}
/* SP */
@media (max-width: 767px) {
	.page-move-target {
		top: -43px;
	}
}
/* TB $ PC */
@media (min-width: 768px) {
	.page-move-target {
		top: -63px;
	}
}

.hist-note {
	margin-top: 1em;
}

.hist-note_item {
	font-size: 1rem;
}
/* PC */
@media (min-width: 1280px) {
	.hist-note_item {
		font-size: 1.2rem;
	}
}



/* --------------------------------------------------------
　　TWINGO COMMON
-------------------------------------------------------- */
.l-container img {
	width: 100%;
	max-width: 100%;
}

.asterisk {
	font-size: 1rem;
	vertical-align: top;
}


.l-container {
	background-color: transparent;
}
.l-section {
	overflow: hidden;
	max-width: 1600px;
	margin: 0 auto;
	background-color: #fff;
	z-index: 2;
}
.global-menu {
	position: relative;
	z-index: 11000;
}
.footer-menu {
	background-color: #fff;
	margin-top: 0;
	padding-top: 24px;
	position: relative;
	z-index: 4;
}
.global-menu.no-shadow:after {
	display: none;
}

.l-section .headline .logo {
	width: 140px;
	margin-left: 16px;
	vertical-align: inherit;
}
@media (min-width: 768px) {
	.l-section .headline .logo {
		width: 200px;

	}
}
/* Button ------------------ */

.hist-content_btn {
	text-decoration: none;
	display: block;
	color: #000;
	border: solid #000 1px;
	position: relative;
	display: flex;
	padding: 8px 54px 10px 30px;
	font-size: 1rem;
	align-items: center;
	overflow: hidden;
	margin-top: 20px;
}
.hist-content_btn .text {
	position: relative;
}
.hist-content_btn .rj-font {
	font-weight: bold;
	font-size: 1.8rem;
	padding-top: 3px;
    display: inline-block;
}
.hist-content_btn .model {
	font-size: 1.4rem;
	display: block;
}
.hist-content_btn.-yellow {
	color: #000;
	background-color: #efdf00;
	border: solid #efdf00 1px;
	transition: all 350ms;

}

.hist-content_btn.-yellow:hover {
	opacity: 0.7;
}

.hist-content_btn:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 16px;
	margin-top: -4px;
}
@media (min-width: 768px) {
	.hist-content_btn .model {
		font-size: 1.4rem;
		position: absolute;
		top: 4%;
		right: 0;
	}
	.hist-content_btn {
		font-size: 1.4rem;
		padding: 2px 54px 4px 30px;
		max-height: 64px;
		min-height: 42px;
		line-height: 40px;
		height: 40px;
	}
	.hist-content_btn:after {
		right: 16px;
	}
}

.hist-content_btn:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;	/* add 1px */
	height: 100%;
	background-color: #000;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform 0.46s;
	transition-timing-function: cubic-bezier(.03,.73,.34,1);
}
.hist-content_btn.-yellow:before {
	background-color: #F8EB4C;
}
@media (min-width: 768px) {
	.hist-content_btn:hover {
		color: #fff;
	}
	.hist-content_btn:hover::after {
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
	} 
	.hist-content_btn:hover:before {
		transform-origin: left top;
		transform: scale(1, 1);
	}
	.hist-content_btn.-yellow:hover {
		border: 1px solid #F8EB4C;
		opacity: 1;
		color: #000;
	}
	.hist-content_btn.-yellow:hover::after {
		border-top: solid 2px #000;
		border-right: solid 2px #000;
	} 
}


/* --------------------------------------------------------
　　INTRO
-------------------------------------------------------- */


/* Photo */
.hist-concept {
	margin: 0 auto;
	max-width: 1600px;
  }

  .hist-conceptTheme {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 16px 0 16px;
	-webkit-animation: scroll_background_sp 45s linear 0s infinite;
	animation: scroll_background_sp 45s linear 0s infinite;
	background-color: #f5f5f5;
	background-image: url("../img/hist_photo_background_sp.jpg");
	background-repeat: repeat;
	background-position-y: bottom;
	background-size: 2574px 645px;
	height: 645px;
  }
  @media screen and (max-width: 767px) {
  	.hist-conceptTheme {
  		display: flex;
  		align-items: center;
  	}
  }
  @media screen and (min-width: 768px) {
	.hist-conceptTheme {
		background-image: url("../img/hist_photo_background_pc.jpg");
		background-size: 2176px 600px;
	  margin-top: 20px;
	  padding: 42px 0;
	  height: 600px;
	  -webkit-animation: scroll_background_pc 45s linear 0s infinite;
	  animation: scroll_background_pc 45s linear 0s infinite;
	}
  }
  @media screen and (min-width: 1280px) {
	.hist-conceptTheme {
	  padding: 45px 56px 45px 0;
	}
  }
  @-webkit-keyframes scroll_background_sp {
	0% {
	  background-position-x: 0;
	}
	100% {
	  background-position-x: -2574px;
	}
  }
  @keyframes scroll_background_sp {
	0% {
	  background-position-x: 0;
	}
	100% {
	  background-position-x: -2574px;
	}
  }
  @-webkit-keyframes scroll_background_pc {
	0% {
	  background-position-x: 0;
	}
	100% {
	  background-position-x: -2176px;
	}
  }
  @keyframes scroll_background_pc {
	0% {
	  background-position-x: 0;
	}
	100% {
	  background-position-x: -2176px;
	}
  }

  .hist-conceptTheme_card {
	-webkit-box-sizing: border-box;
			box-sizing: border-box; 
	margin: 0 auto;
	padding: 20px 16px;
	max-width: 480px;
	background-color: rgba(255, 255, 255, 0.9);
  }
  @media screen and (min-width: 768px) {
	.hist-conceptTheme_card {
	  padding: 45px 48px 40px 48px; 
	  max-width: 566px;
	}
  }
  @media screen and (min-width: 1280px) {
	.hist-conceptTheme_card {
	  margin: 0 0 0 auto;
	  padding: 34px 48px 40px 48px; 
	}
  }

  .hist-conceptTheme_memory {
	padding-top: 16px;
	font-size: 12px;
  }

.hist-contents_btn {
	max-width: 1000px;
	margin: 40px auto 0;
	padding: 0 15px;
}

.hist-contents_btn li {
	width: 100%;
	margin-bottom: 15px;
}

@media screen and (min-width: 768px) {

	.hist-contents_btn {
		display: flex;
		flex-wrap: wrap;
		max-width: 1000px;
		margin: 60px auto 0;
		justify-content: space-between;
	}

	.hist-contents_btn li {
		width: 49%;
		max-width: 480px;
		margin-bottom: 40px;
	}
}

.hist-contents_btn .btn_img {
	max-width: 110px;
	width: 30%;
}

@media screen and (min-width: 768px) {


	.hist-contents_btn .btn_img {
		max-width: 150px;
		width: 27%;
	}
}
.hist-contents_btn a {
	width: 100%;
	color: #000;
	display: block;
	border: solid 1px #333333;
	text-decoration: none;
	margin: 0 auto;
	font-weight: normal;
	font-size: 1.2rem;
	position: relative;
	display: flex;
    flex-wrap: wrap;
	align-items: center;
}
.hist-contents_btn .en {
	font-family: "RenaultFont";
	font-size: 1.4rem;
	margin-bottom: 2px;
    display: block;
}
.hist-contents_btn .ja {
	display: block;
	font-size: 1.5rem;
}
@media (min-width: 768px) {
	.hist-contents_btn .ja {
		font-size: 1.6rem;
	}
	.hist-contents_btn .en {
		margin-bottom: 0;
	}
}
/* PC */
@media (min-width: 1280px) {
	.hist-contents_btn a {
		font-size: 1.6rem;
	}
	.hist-contents_btn .ja {
		font-size: 1.8rem;
	}
}

/* TB & PC */
@media (min-width: 768px) {
	.hist-contents_btn a {
		transition: all 350ms;
	}
	.hist-contents_btn a img{
		-webkit-transition: opacity 0.25s;
		transition: opacity 0.25s;
		position: relative;
		z-index: 1;
	}
	.hist-contents_btn a:hover {
		opacity: 0.7;
	}
	.hist-contents_btn a:hover img{
		opacity: 0.7;
	}
}

.hist-contents_btn .btn_arrow {
	position: relative;
	padding-left: 14px;
	width: calc(100% - 135px);
}
.hist-contents_btn .btn_arrow::before {
	content: "";
	width: 8px;
	height: 8px;
	display:  inline;
	border-top: solid 2px;
	border-right: solid 2px;
	transform: rotate(135deg);
	margin: 0 0 0 10px;
	position: absolute;
	right: 0;
	top: 42%;
}
@media (max-width: 365px) {
	.hist-contents_btn .ja {
		font-size: 1.2rem;
	}
	.hist-contents_btn .btn_arrow {
		width: 60%;
	}
}


/* TB & PC */
@media (min-width: 768px) {
	.hist-contents_btn .btn_arrow {
		padding-left: 20px;
		max-width: 320px;
		width: calc(100% - 150px);
	}
	.hist-contents_btn .btn_arrow::before {
		right: -1%;
	}
}
/* PC */
@media (min-width: 1280px) {
	.hist-contents_btn a {
		font-size: 1.6rem;
	}
	.hist-contents_btn .btn_arrow::before {
		right: 10px;
	}
}

.hist-intro_lead {
	line-height: 2;
	letter-spacing: 0.01em;
	font-size: 1.5rem;
}

@media (max-width: 360px) {
	.hist-intro_lead {
		font-size: 1.2rem;
	}
}
@media (min-width: 768px) {
	.hist-intro_lead {
		font-size: 1.6rem;
	}
}

/* --------------------------------------------------------
　　feature
-------------------------------------------------------- */
.hist-content {
	padding-bottom: 65px;
}
@media (min-width: 768px) {
	.hist-content {
		padding-bottom: 80px;
	}
}



.hist-content_sec {
	position: relative;
	max-width: 1024px;
	margin: 50px auto 0;
	padding: 0 16px;
}
@media (min-width: 768px) {
	.hist-content_sec {
		min-height: 430px;
		margin-top: 60px;
		padding-left: 15px;
	}
}
@media (min-width: 1280px) {
	.hist-content_sec {
		min-height: 540px;
	}
}

.hist-content_secTtl {
	position: relative;
	padding: 0;
	line-height: 1.8;
}

.hist-content_secTtl .sub,
.hist-content_secTtl .ttl {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
}
.hist-content_secTtl .ttl {
	line-height: 1.5;
	font-weight: normal;
	font-size: 2.6rem;
}

.hist-content_secTtl .rj-font {
	font-weight: normal;
	font-size: 1.6rem;
}
@media (min-width: 768px) {
	.hist-content_secTtl .ttl {
		font-size: 2.6rem;
	}
	.hist-content_secTtl .rj-font {
		font-size: 2rem;
	}
}
@media (min-width: 1280px) {
	.hist-content_secTtl .ttl {
		font-size: 3.2rem;
	}
}
.hist-content_secTtl .rj-font + .ttl {
	padding-top: 0.2em;
	padding-bottom: 0;
}

.hist-content_secTtl .sub {
	line-height: 1.5;
	font-weight: 300;
	font-size: 1.4rem;
	margin-top: 0.875em;
	padding-top: 0;
}
@media (min-width: 1280px) {
	.hist-content_secTtl .sub {
		font-size: 1.8rem;
		margin-top: 0.75em;
	}
}



.hist-content_secTxt {
	margin-top: 2em;
	line-height: 2;
	font-size: 1.6rem;
}
@media (min-width: 768px) {
	.hist-content_secTxt {
		margin-top: 2.5em;
		font-size: 1.5rem;
	}
}
.hist-content_secTxt .icon-note {
	font-size: 1rem;
    vertical-align: top;
    padding-top: 1px;
    display: inline-block;
}

@media (min-width: 768px) {
	.hist-content_secTxt .icon-note {
		padding-top: 0.3rem;
	}
}

.hist-content_secTxt_note {
	display: block;
	line-height: 1.8;
	margin-top: 2em;
	font-size: 1rem;
}
.hist-content_secTxt_note + .hist-content_secTxt_note {
	margin-top: 0;
}
.hist-content_secHeading {
	padding-top: 4%;
}
.hist-content_secHeading,
.hist-content_secDetail {
	box-sizing: border-box;
	width: 100%;
}
@media (min-width: 768px) {
	.hist-content_secHeading,
	.hist-content_secDetail {
		width: 44%;
	}
}
@media (min-width: 1280px) {
	.hist-content_secHeading,
	.hist-content_secDetail {
		width: 41%;
	}
}

@media (min-width: 768px) {
	.hist-content_sec.-reverse {
		padding-right: 15px;
	}
	.hist-content_sec.-reverse .hist-content_secHeading,
	.hist-content_sec.-reverse .hist-content_secDetail {
		margin-left: auto;
		width: 47%;
		padding-left: 30px;
	}
}
@media (min-width: 1280px) {
	.hist-content_sec.-reverse .hist-content_secHeading,
	.hist-content_sec.-reverse .hist-content_secDetail {
		padding-left: 50px;
	}
}

@media (max-width: 767px) {
	.hist-content_sec {
		flex-wrap: wrap;
		display: flex;
	}
	.hist-content_secHeading {
		order: 2;
	}
	.hist-content_secImg {
		order: 1;
	}
	.hist-content_secDetail {
		order: 3;
	}
}


/* section image ------------------ */
.hist-content_secImg{
	position: relative;
	width: 100%;
	margin-top: 28px;
	width: calc(100% + 32px);
    margin-top: 28px;
    margin-left: -16px;
	margin-right: -16px;
}
@media (min-width: 768px) {
	.hist-content_secImg{
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
		width: 56%;
		margin-top: 0;
		padding-left: 32px;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0;

	}
	.hist-content_sec.-reverse .hist-content_secImg{
		right: inherit;
		left: 0;
		padding-left: 0;
		padding-right: 32px;

	}
}
@media (min-width: 1280px) {
	.hist-content_secImg{
		width: 70%;
		padding-left: 55px;
		padding-right: 0;
		margin-right: -10%;
	}
	.hist-content_sec.-reverse .hist-content_secImg{
		padding-left: 0;
		padding-right: 55px;
		margin-left: -10%;
	}
}


@media (min-width: 768px) {
	.hist-content_secImg{
		max-height: 640px;
	}
}

.hist-content_secImgInner {
	position: relative;
	width: 100%;
	padding-top: 74%;
}
.hist-content_secImgInner video {
	position: absolute;
	top: 0;
	left:0;
	width: auto;
	height: 100%;
}

.hist-content_secImgInner img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}



.hist-content_btn .text{
	position: relative;
	font-size: 1.6rem;
	z-index: 1;
	display: block;
    width: 100%;
}

@media (min-width: 768px)  {
	.hist-content_btn .text .sp-only {
		display: none;
	}
}






/* Features -------------------- */
.l-features {
	border-bottom: 1px solid #dbdbdb;
}
.features__item {
	float: left;
	position: relative;
}
.features__item a {
	color: #333333;
	display: block;
	position: relative;
	text-decoration: none;
}
.features__photo {
	width: 100%;
}
.features__ttl {
	font-weight: bold;
}
/* SP */
@media (max-width: 767px) {
	.features__list {
		padding: 16px;
	}
	.features__item {
		width: 100%;
	}
	.features__info {
		padding: 12px 0 0 0;
	}
	.features__ttl {
		font-size: 1.3rem;
	}
	.features__txt {
		font-size: 1.2rem;
		margin-top: 4px;
	}
}
/* SP & TB */
@media (max-width: 1279px) {
	.features__item {
		margin-bottom: 32px;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.features__list {
		padding: 24px 32px 20px 32px;
	}
	.features__item {
		margin-right: 4%;
		width: 48%;
	}
	.features__item:nth-child(2n) {
		margin-right: 0;
	}
	.features__info {
		padding: 12px 0 0 0;
	}
	.features__txt {
		font-size: 1.4rem;
		line-height: 1.6;
		margin-top: 10px;
	}
}
/* PC */
@media (min-width: 1280px) {
	.features__list {
		margin: 0 auto;
		max-width: 1024px;
		padding: 36px 0 4px 0;
	}
	.features__item {
		margin-bottom: 60px;
		margin-right: 32px;
		width: 496px;
	}
	.features__item:nth-child(2n) {
		margin-right: 0;
	}
	.features__info {
		padding: 12px 0 0 0;
	}
	.features__txt {
		font-size: 1.4rem;
		line-height: 1.6;
		margin-top: 6px;
	}
}







/*
	for other lineup
*/
.other-list {
	padding-top: 8px;
}
.other-list__item {
	box-sizing: border-box;
	float: left;
	padding: 0 3px;
	text-align: center;
	width: 200px;
}
.other-list__link {
	color: #333333;
	display: block;
	text-decoration: none;
}
.other-list__car {
	width: 100%;
}
.other-list__name {
	border-top: 1px solid #ebebeb;
	color: #333333;
	font-family: "RenaultFont";
	padding: 8px 0 0 0;
	margin: 10px 0 0 0;
}
.other-list__price {
	color: #727272;
	font-size: 1.2rem;
	line-height: 1;
}
/* SP */
@media (max-width: 767px) {
	.l-other > .headline .en {
		font-size: 2.1rem;
	}
	.l-other .contents {
		padding-bottom: 40px;
	}
	.other-list:after {
		clear: both;
		content: "";
		display: block;
	}
	.other-list__item {
		margin-bottom: 20px;
		width: 50%;
	}
}
/* SP & TB */
@media (max-width: 1279px) {
	.l-other .contents {
		padding-left: 40px;
		padding-right: 40px;
	}
	.other-list__link.is_tapped .other-list__name {
		border-top: 1px solid #EFDF00;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.l-other > .headline .en {
		font-size: 3rem;
	}
	.l-other .contents {
		padding: 0 0 80px 0;
	}
	.other-list {
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		justify-content: -webkit-center;
		padding: 20px 0 0 0;
	}
}
/* PC */
@media (min-width: 1280px) {
	.l-other .headline {
		padding: 76px 0 0 0;
	}
	.other-list__link:hover .other-list__name {
		border-top: 1px solid #EFDF00;
	}
}







/*
	for Special offer
*/
.special-offer__banner {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	justify-content: -webkit-center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.special-offer__banner > li {
	display: block;
}
.special-offer__banner a {
	display: block;
}
/* SP */
@media (max-width: 767px) {
	.l-special-offer .contents {
		padding: 0 16px;
	}
	.special-offer__banner {
		padding: 8px 0 0 0;
	}
	.special-offer__banner > li {
		margin: 8px 0 0 0;
		width: 100%;
	}
}
/* SP & TB */
@media (max-width: 1279px) {
	.special-offer__banner {
		width: 100%;
	}
	.special-offer__banner img {
		width: 100%;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.l-special-offer .contents {
		padding: 0 32px;
	}
	.special-offer__banner {
		padding: 16px 0 0 0;
	}
	.special-offer__banner > li {
		width: 49%;
	}
	.special-offer__banner > li:nth-child(even) {
		margin: 0  0 0 2%;
	}
}
/* PC */
@media (min-width: 1280px) {
	.special-offer__banner {
		margin: 0 auto;
		padding: 28px 0 0 0;
		width: 1024px;
	}
	.special-offer__banner > li:nth-child(even) {
		margin: 0  0 0 16px;
	}
}





/* --------------------------------------------------------
　　限定車
-------------------------------------------------------- */
.l-limited {
	margin-bottom: 60px;
}

.l-limited .limited-list__item {
    width: 48%;
    margin: 1%;
}

@media (min-width: 768px) {
	.l-limited {
		margin-bottom: 120px;
	}
}

.l-limited .headline,
.l-limited .contents {
	background-color: #f5f5f5;
}
.l-limited > .headline {
	padding-top: 0;
}
.limited-list {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	justify-content: -webkit-center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.limited-list__item a {
	display: block;
}
.limited-list__item img {
	width: 100%;
}
/* SP */
@media (max-width: 767px) {
	.l-limited {
		padding-top: 64px;
	}
	.l-limited .headline {
		padding-top: 20px;
	}
	.l-limited .contents {
		padding: 0 16px 28px 16px;
	}
	.limited-list__item {
		width: 50%;
	}
}
/* SP & TB */
@media (max-width: 1279px) {
	.limited-list {
		padding-top: 8px;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.l-limited {
		padding: 52px 0 0 0;
	}
	.l-limited .headline {
		padding: 24px 0 0 0;
	}
	.l-limited .contents {
		padding: 0 32px 26px 32px;
	}
	.limited-list {
		padding-top: 24px;
	}
	.limited-list__item {
		width: 25%;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.l-limited > .headline .en {
		font-size: 3rem;
	}
	.l-limited .limited-list {
		margin: 0 auto;
		max-width: 1024px;
	  }  
}
/* PC */
@media (min-width: 1280px) {
	.l-limited {
		padding: 128px 0 0 0;
	}
	.l-limited .headline {
		padding: 42px 0 0 0;
	}
	.l-limited .contents {
		padding: 0 0 64px 0;
	}
	.limited-list {
		padding: 28px 0 0 0;
	}
	.limited-list__item {
		width: 256px;
	}
	.l-limited .limited-list {
		margin: 0 auto;
	  }
	.l-limited .limited-list__item {
	  width: 48%;
	  margin: 1%;
	}  
}


/* --------------------------------------------------------
  バナー
-------------------------------------------------------- */
.hist-bnr_inner {
  width: 100%;
}

.hist-bnr_inner a {
  display: inline-block;
  width: 100%;
}
.hist-bnr_inner a img {
  width: 100%;
  max-width: 100%;
}

.hist-bnr {
	padding-top: 32px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 64px;
}
@media (min-width: 768px) {
  .hist-bnr {
    padding-top: 52px;
    padding-right: 32px;
    padding-left: 32px;
		padding-bottom: 52px;
  }
}
@media (min-width: 1280px) {
  .hist-bnr {
    padding-top: 64px;
    padding-right: 0;
    padding-left: 0;
		padding-bottom: 64px;
  }
  .hist-bnr_inner {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
  }
  .hist-bnr_inner img:hover {
    opacity: 0.9;
  }
}

.hist-bnr-last .hist-bnr_inner {
	border: 1px solid #dbdbdb;
}

.hist-bnr-finance {
	padding: 0 16px 36px 16px;
}
@media (min-width: 768px) {
	.hist-bnr-finance {
		padding: 0 32px 76px 32px;
	}
}
@media (min-width: 1280px) {
	.hist-bnr-finance {
		padding: 0 0 116px 0;
	}
}


/* --------------------------------
  animation
-------------------------------- */
.is-fadeTtl,
.is-fadeTxt {
	opacity: 0;
	transform: translateX(-10px);
	transition: 0.3s ease-out;
}
.is-fadeTtl.is-fadeIn {
	animation: SlideAnime 0.5s ease-out 1 forwards;
}
.is-fadeTxt.is-fadeIn {
	animation: SlideAnime 0.5s ease-out 0.3s 1 forwards;
}

@-webkit-keyframes SlideAnime {
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes SlideAnime {
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.is-fadeInLead,
.is-fadeInTxt {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.3s ease-out;
}
.is-fadeInLead.is-fadeIn {
	animation: fadeInAnime 0.5s ease-out 1 forwards;
}
.is-fadeInTxt.is-fadeIn {
	animation: fadeInAnime 0.5s ease-out 0.3s 1 forwards;
}

@-webkit-keyframes fadeInAnime {
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fadeInAnime {
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.hist-bnr_goTop {
	margin-top: 10px;
	border: 1px solid #cacaca;
	box-sizing: border-box;
}
@media (min-width: 768px) {
	.hist-bnr_goTop {
		margin-top: 40px;
	}
	.hist-bnr_goTop:hover {
		border: 1px solid #a1a1a1;
	}
}


/* --------------------------------------------------------
　　WithKANGOO
-------------------------------------------------------- */

.withkangoo__mv {
	position: relative;
}
.withkangoo__mv img {
	width: 100%;
}
.withkangoo__sticker {
	position: absolute;
	right: 10%;
	width: 400px;
	height: 400px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
}
.withkangoo__sticker:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: block;
	background-color: #fff;
	opacity: 0.9;
	z-index: -1;
	transition: 0.3s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.withkangoo__sticker:hover:before {
	transform: scale(1.05);
}
/* TB & SP */
@media (max-width: 1279px) {
	.withkangoo__sticker {
		right: 50%;
		transform: translateY(-50%)translateX(50%);
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.withkangoo__sticker {
		width: 320px;
		height: 320px;
	}
}
/* SP */
@media (max-width: 767px) {
	.withkangoo__sticker {
		width: 233px;
		height: 233px;
	}
}


.withkangoo__title {
	text-align: center;
	font-size: 2.65rem;
	margin-top: 2em;
}
.withkangoo__title br {
	display: none;
}
.withkangoo__title .logo {
	width: 330px;
	height: auto;
	margin-left: 20px;
	vertical-align: text-bottom;
}
/* SP */
@media (max-width: 767px) {
	.withkangoo__title {
		font-size: 1.8rem;
		margin-top: 1em;
	}
	.withkangoo__title br {
		display: inline;
	}
	.withkangoo__title .logo {
		margin-left: 0;
		width: 200px;
		margin-top: 10px;
	}
}


.withkangoo__contents {
	max-width: 1024px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.withkangoo__contents {
		padding: 0 32px;
	}
}
/* SP */
@media (max-width: 767px) {
	.withkangoo__contents {
		padding: 0 16px;
		max-width: 480px;
	}
}


/* --------------------------------------------------------
　　TOPICS #WithKANGOO
-------------------------------------------------------- */
.withkangoo-topics {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	max-width: 1024px;
	margin: 40px auto 0 auto;
	padding-bottom: 60px;
}
.withkangoo-topics a {
	display: block;
	width: calc(50% - 10px);
	text-decoration: none;
	color: #333;
	font-size: 1.4rem;
	line-height: 2;
}


.withkangoo-topics a:nth-child(2n) {
	margin-left: 20px;
}
.withkangoo-topics img {
	width: 100%;
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.withkangoo-topics {
		padding: 0 16px;
	}
}
/* SP */
@media (max-width: 767px) {
	.withkangoo-topics {
		display: block;
		padding: 0 16px;
	}
	.withkangoo-topics a {
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
	}
	.withkangoo-topics a:nth-child(2n) {
		margin-left: auto;
	}
	.withkangoo-topics a:not(:first-child) {
		margin-top: 20px;
	}
}


/* --------------------------------------------------------
　GRADE
-------------------------------------------------------- */
.kng-od-grade {
	position: relative;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.kng-od-grade_data {
	max-width: 1024px;
	margin: 0 auto;
	padding-top: 32px;
	padding-bottom: 128px;
	padding-left: 16px;
	padding-right: 16px;
}
/* PC & TB */
@media (min-width: 768px) {
	.kng-od-grade_data {
		display: flex;
		flex-wrap: wrap;
    align-items: flex-end;
	}
}
/* TB */
@media (max-width: 1279px) {
	.kng-od-grade_data {
	  padding-bottom: 96px;
		padding-left: 32px;
		padding-right: 32px;
	}
}
/* SP */
@media (max-width: 767px) {
	.kng-od-grade_data {
		max-width: 500px;
		padding-top: 16px;
		padding-left: 16px;
		padding-right: 16px;
	}
}


.kng-od-grade_img img {
	width: 100%;
	max-width: 100%;
}

.kng-od-grade_img a:hover {
	opacity: 0.8;
}

.kng-od-grade_lead {
	padding-bottom: 32px;
	text-align: center;
	line-height: 1.4;
	font-size: 4rem;
	font-weight: bold;
}
/* TB & SP */
@media (max-width: 1279px) {
	.kng-od-grade_lead {
		padding-bottom: 18px;
		text-align: center;
		font-size: 2rem;
	}
}

.kng-od-grade_name {
	width: 62%;
	line-height: 1;
	color: #333;
}
.kng-od-grade_name .en {
	font-size: 3.2rem;
	font-weight: 700;
	font-family: 'RenaultFont';
	display: inline-block;
}
.kng-od-grade_name .jp {
	font-size: 1.6rem;
	font-weight: 300;
	display: inline-block;
	margin-left: 2em;
}

.kng-od-grade_price {
	font-family: 'RenaultFont';
	width: 38%;
	color: #333;
	text-align: right;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1;
}
.kng-od-grade_price span {
	font-size: 1.6rem;
	font-weight: 300;
	margin-left: 0.25em;
}
.kng-od-grade_price .txt {
  line-height: 1;
	font-size: 1.2rem;
	font-weight: 300;
  margin-bottom: 0.25em;
  margin-right: 0.25em;
}
/* TB */
@media (max-width: 1279px) {
	.kng-od-grade_name .jp {
		margin-left: 1em;
	}
}
/* SP */
@media (max-width: 767px) {
	.kng-od-grade_name {
		width: 100%;
		text-align: left;
		font-weight: 300;
	}
	.kng-od-grade_name .en {
		font-weight: 300;
		font-size: 2rem;
	}
	.kng-od-grade_name .jp {
		display: block;
		margin-top: 2px;
		margin-left: 0;
		font-size: 1.2rem;
	}
	.kng-od-grade_price {
		width: 100%;
		text-align: left;
		margin-top: 16px;
		font-size: 2rem;
		font-weight: 300;
	}
  .kng-od-grade_price .txt {
		font-size: 1rem;
  }
	.kng-od-grade_price span {
		font-size: 1.2rem;
	}
}


.kng-od-grade_link a:before {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
}
.kng-od-grade_link a span {
	position: relative;
	font-family: "RenaultFont";
	font-weight: bold;
}
.kng-od-grade_link a:hover {
	opacity: 0.9;
}
.kng-od-grade_link a {
	position: relative;
	display: inline-block;
	padding: 28px 84px 30px 28px;
	color: #fff;
	text-decoration: none;
	line-height: 1;
	font-size: 2rem;
	box-sizing: border-box;
}

.kng-od-grade_link {
	width: 100%;
	margin-top: 48px;
}
.kng-od-grade_link a {
	width: 100%;
}
.kng-od-grade_link a:hover:after {
	opacity: 0.8;
}
.kng-od-grade_link a:after {
	background-image: url(/common2016/img/arrows.svg);
	background-repeat: no-repeat;
	background-position: -1em -1em;
	background-size: 2em 6em;
	font-size: 18px;
	width: 1em;
	height: 1em;
	content: "";
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 30px;
	opacity: 1;
}
@media (min-width: 768px) {
	.kng-od-grade_link a:hover {
		color: #000;
		opacity: 1;
	}
	.kng-od-grade_link a:hover:before {
		background-color: #EFDF00;
	}
	.kng-od-grade_link a:hover::after {
		background-position: -1em 0em;
	}
}
.kng-od-grade_link {
	display: flex;
	justify-content: space-between;
}
.kng-od-grade_link-top li {
	width: 24.2%;
}
.kng-od-grade_link-bottom {
	margin-top: 16px;
}
.kng-od-grade_link-bottom li {
	width: 49.5%;
}
.kng-od-grade_link li:not(:last-child) {
	margin-right: 10px;
}
/* SP */
@media (max-width: 767px) {
	.kng-od-grade_link {
		flex-wrap: wrap;
		margin-top: 13px;
	}
	.kng-od-grade_link li {
		margin-top: 7px;
	}
	.kng-od-grade_link li:not(:last-child) {
		margin-right: 0;
	}
	.kng-od-grade_link-top {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.kng-od-grade_link-top li {
		width: 49%;
	}
	.kng-od-grade_link-bottom {
		margin-top: 0;
	}
	.kng-od-grade_link-bottom li {
		width: 100%;
	}
	.kng-od-grade_link a {
		padding: 16px 40px 16px 12px;
		font-size: 1.4rem;
	}
	.kng-od-grade_link a:after {
		right: 7px;
		top: 14px;
	}
}

/* --------------------------------------------------------
topics
-------------------------------------------------------- */

.hist-topics .logo{
	max-width: 200px;
}


/* --------------------------------------------------------
hobby
-------------------------------------------------------- */

.hist-hobby {
	padding: 0 15px 60px 15px;
}

.hist-hobby h2{
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 3px solid #000;
	margin-bottom: 40px;
	position: relative;
	font-weight: normal;
}

.hist-hobby h2:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
  }

  .hist-hobby h2:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #555;
	z-index: 1;
  }

.hist-hobby h2 img {
	display: block;
	max-width: 500px;
	margin: 0 auto 20px;
}

.hist-hobby p {
	font-size: 1.6rem;
	text-align: left;
	line-height: 1.8;
	margin: 30px 0;
}

.hist-hobby .hist-content_btn {
	max-width: 400px;
	margin: 0 auto;
}

.hist-hobby .sp-only {
	display: none;
}

@media (min-width: 768px) {
	.hist-hobby {
		padding: 0 15px 80px 15px;
	}

	.hist-hobby h2 {
		max-width: 460px;
		margin: 0 auto 40px;
		padding-bottom: 30px;
		font-size: 2.6rem;
	}
	.hist-hobby p {
		text-align: center;
	}
	.hist-hobby .pc-only {
		display: none;
	}
	.hist-hobby .sp-only {
		display: block;
	}
}



@media (min-width: 1280px) {
  .car-menu-sub {
    width: 286px;
  }
}