@charset "UTF-8";
@import url("/https/global.honda/en/motorsports/shared/css/header.css");

/* CSS Document */
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background: #fff;
}
header, footer, main, nav, section, article, figure, figcaption {
	display: block;
}
html, body, header, footer, main, nav, section, article, figure, figcaption,
div, p, ul, ol, dl, li, dt, dd,
h1, h2, h3, h4, h5, h6, strong{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
body {
	line-height: 1;
	color: #35363B;
	font-family: "ヒラギノ角ゴシック","Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
/*	font-family: "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
*/}
a{
	color: #35363B;
	text-decoration: none;
}
li{
	list-style-type: none;
}
i,em{
	font-style: normal;
}
img {
	vertical-align: bottom;
	border: none;
}
video {
	vertical-align: bottom;
}
.no-scroll{
	overflow: hidden;
}
body{
  font-size: 16px;
}
img{
  max-width: 100%;
  vertical-align: top;
}
*,
::before,
::after{
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

::selection {
	color: #fff;
	background: #35363B;
	opacity: 1;
}


.motor-global-header .motor-global-header_logo span,
.motor-global-header .motor-global-header_logo,
.news-list__item .news-list__item-label span,
.list-item__label span,
.motor-global-header__nav-main > li > a,
.news__detail-title-date,
.motor-global-header__button-txt{
	font-family: "UD新ゴNT DB", sans-serif;
}

.list-item .list-item__blank-img span{
	font-family: "UD新ゴNT B", sans-serif;
}
.sec-header-title-sub,
.full-list-item__txt .full-label1,
.full-list-item__txt .full-vol,
.full-list-item__txt .full-label2,
.full-list-item__txt .full-author,
.full-list-item__txt h2,
.button-link-slide a,
.history-gallery__list-item h3,
.history-gallery-link .history-gallery-link-txt h2,
.select-era-header h2,
.select-era-nav__title,
.era-start-label,
.select-year-nav a,
.links-list .links-item a .links-item__txt h3,
.history-latest-header h3,
.report__list-item h3,
.videos__list-item h3,
.news-list__item .news-list__item-label i,
.list-item__label i,
.list-item__label span,
.sec-header h2,
.sec-header .sec-header-catch,
.article-header h3,
.tab-nav ul li a,
.link__arrow--l,
.link__arrow--r,
.detail-header h2,
.history__list .history__list-item-title h3{
	font-family: "UD新ゴNT M", sans-serif;
}
.motor-global-header__nav-lower > li > a{
	font-family: "UD新ゴNT R", sans-serif;
}

.motor-global-header__v3 .motor-global-header__nav-lower li a.is-active,
.motor-global-header__nav__v3 .motor-global-header__nav-lower li a.is-active{
	font-family: "UD新ゴNT M", sans-serif;
	text-decoration: underline;
}

.history-gallery__list-item h3{
	font-family: "ナウ-GB",sans-serif;
}


.motor-main{
	display: block;
}
.motor-contents{
	line-height: 1;
	overflow: hidden;
}

.motor-kv-loading{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 200;
}
.is-kv-loaded .motor-kv-loading{
	opacity: 0;
	visibility: hidden;
	transition: opacity 1200ms ease, visibility 1200ms ease;
}


.kv-f1__logo img{
	width: 100%;
	height: auto;
}
.kv-f1__logo{
	opacity: 0;
	transition: opacity 1200ms ease;
}
.is-show-logo .kv-f1__logo{
	opacity: 1;
}


#l-header .l-header__inner {
	position: relative !important;
	top: 0;
	left: 0;
}
#l-header .l-header__inner__mobile {
	position: relative !important;
	top: 0;
	left: 0;
}
.motor-kv__logo.show{
	opacity: 1;
	visibility: visible;
}
.motor-kv__logo{
	position: absolute;
	margin: auto;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	transition: opacity 600ms ease ,visibility 600ms ease;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}




.motor-loading{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: #fff;
	transition: all 1000ms ease;
}
.motor-loading .dot{
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 70px;
	height: 20px;
}
.motor-loading .dot span{
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #c50000;
}
@keyframes dot1{
	0%{transform:translateY(0)}
	10%{transform:translateY(-15px)}
	30%{transform:translateY(0)}
	100%{transform:translateY(0)}
}
@keyframes dot2{
	0%{transform:translateY(0)}
	10%{transform:translateY(0)}
	20%{transform:translateY(-15px)}
	40%{transform:translateY(0)}
	100%{transform:translateY(0)}
}
@keyframes dot3{
	0%{transform:translateY(0)}
	20%{transform:translateY(0)}
	30%{transform:translateY(-15px)}
	50%{transform:translateY(0)}
	100%{transform:translateY(0)}
}
@keyframes dot4{
	0%{transform:translateY(0)}
	30%{transform:translateY(0)}
	40%{transform:translateY(-15px)}
	60%{transform:translateY(0)}
	100%{transform:translateY(0)}
}
@keyframes dot5{
	0%{transform:translateY(0)}
	40%{transform:translateY(0)}
	50%{transform:translateY(-15px)}
	70%{transform:translateY(0)}
	100%{transform:translateY(0)}
}

.motor-loading .dot span:nth-child(1){
	animation: dot1 1200ms ease-out infinite;
}
.motor-loading .dot span:nth-child(2){
	animation: dot2 1200ms ease-out infinite;
}
.motor-loading .dot span:nth-child(3){
	animation: dot3 1200ms ease-out infinite;
}
.motor-loading .dot span:nth-child(4){
	animation: dot4 1200ms ease-out infinite;
}
.motor-loading .dot span:nth-child(5){
	animation: dot5 1200ms ease-out infinite;
}

.history-gallery-link .history-gallery-link-item figure:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}

.swiper-pagination-lock.list-pager{
	display: none;
}


@media screen and (min-width: 768px) {
	.motor-breadcrumb{
		background: #fff;
	}
	.motor-breadcrumb.motor-breadcrumb--bk{
		background: #2B2C2F;
		color: #fff;
	}
	.motor-breadcrumb.motor-breadcrumb--bk a{
		color: #fff;
	}

}
@media screen and (max-width: 767px) {
	.motor-breadcrumb{
		background: #fff;
	}
	.motor-breadcrumb.motor-breadcrumb--bk{
		background: #2B2C2F;
		color: #fff;
	}
	.motor-breadcrumb.motor-breadcrumb--bk a{
		color: #fff;
	}
}

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

	body {
		font-size: 16px;
		width: 100%;
	}
	.ignore-pc{
		display: none;
	}
	#wrap{
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.kv-f1__logo{
		position: absolute;
		margin: auto;
		top: 50%;
		left: 0;
		right: 0;
		max-width: 1000px;
		transform: translateY(-50%);
	}
	.motor-kv__logo{
		width: 646px;
	}



/* full
====================================================================*/

	.sec.sec-full {
		padding: 80px 0 0;
	}

	.full-list-item.cs{
		background: #CCC;
	}
	.full-list-item.cs h2{
		text-align: center;
	}
	.full-list-item.cs + .full-list-item.cs{
		border-top: 1px solid #fff;
	}

	.full-list-index .full-list-item{
		position: relative;
		overflow: hidden;
	}
	.full-list-index .full-list-item figure{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.full-list-index .full-list-item.cs{
		height: 460px;
	}
	.full-list-index .full-list-item figure img{
		object-fit: cover;
		width: 100%;
		height: 100%;
		transition: transform 1000ms ease;
	}
	.full-list-index .full-list-item figure:after{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.35);
	}
	.full-list-index .full-list-item.cs figure:after{
		display: none;
	}
	.full-list-item__txt{
		position: relative;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
		margin: auto;
		max-width: 976px;
		padding: 70px 80px;
		width: 100%;
		min-height: 460px;
		height: 100%;
		z-index: 20;
		color: #fff;
	}
	.full-list-item_header{
		width: 100%;
	}
	.full-list-item__txt .full-label1 span{
		position: relative;
	}
	.full-list-item__txt .full-label1 span + span{
		margin: 0 0 0 15px;
		padding: 0 0 0 15px;
	}
	.full-list-item__txt .full-label1 span + span:before{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		display: block;
		width: 1px;
		height: 20px;
		background: rgba(255,255,255,0.3);
	}

	.full-list-item__txt .full-label1,
	.full-list-item__txt .full-vol{
		font-size: 20px;
	}
	.full-list-item__txt .full-label1 + h2,
	.full-list-item__txt .full-vol + h2{
		margin: 15px 0 0;
	}
	.full-list-item__txt .full-vol span{
		position: relative;
		display: inline-block;
	}
	.full-list-item__txt .full-vol span + span{
		margin-left: 20px;
		padding-left: 20px;
	}
	.full-list-item__txt .full-vol span + span:before{
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		width: 1px;
		height: 20px;
		background: rgba(255,255,255,0.3);
	}

	.full-list-item__txt h2{
		width: 100%;
		font-size: 38px;
		line-height: 1.5;
	}
	.full-list-item__txt .full-label2,
	.full-list-item__txt .full-author{
		margin: 15px 0 0;
		line-height: 1.5;
	}
	.full-list-item__txt .full-lead{
		margin: 30px 0 0;
	}
	.full-list-item__txt .full-lead p{
		line-height: calc(32/16);
		font-weight: 600;
	}
	.full-list-item__txt .button-link{
		margin: 30px 0 0;
		width: 300px;
	}
	.full-list-item__txt .button-link a{
		height: 60px;
		line-height: 60px;
	}
	.full-list-item__txt .full-list-btn{
		display: flex;
		justify-content: flex-end;
		width: 100%;
	}
	.full-list-item a{
		position: relative;
		display: block;
		overflow: hidden;
	}
	.full-list-item a:hover figure img{
		transform: scale(1.1);
	}
	.full-list-item a:before{
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		right: min(80px,4.76vw);
		width: 13px;
		height: 22px;
		background: url(../../shared/img/arrow_wh_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;
		z-index: 20;
	}


/* floating-site-top
====================================================================*/

	.floating-site-top{
		position: fixed;
		bottom: 20px;
		right: 20px;
		width: 96px;
		height: 96px;
		z-index: 160;
		transform: translateY(120%);
		transition: transform 600ms ease;
	}
	.is-float-link .floating-site-top{
		transform: translateY(0);
	}
	.floating-site-top a{
		position: relative;
		display: flex;
		width: 100%;
		height: 100%;
		border-radius: 48px;
		justify-content: center;
		align-items: center;
		background: #1D1D1D;
		color: #fff;
		text-align: center;
		font-weight: 600;
		line-height: calc(18/14);
		font-size: 14px;
		transition: background 600ms ease;
	}
	.floating-site-top a:hover{
		background: #3A3A3A;
	}
	.floating-site-top a span{
		position: relative;
	}
  .floating-site-top a span:after{
  	content: "";
  	margin: 10px auto 0;
  	display: block;
  	width: 24px;
  	height: 8px;
		background: url(../../shared/img/arrow_floating.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}


/* floating-page-top
====================================================================*/

	.floating-page-top{
		position: fixed;
		bottom: 116px;
		right: 44px;
		width: 48px;
		height: 48px;
		z-index: 160;
		transform: translateY(200px);
		transition: transform 600ms ease;
	}
	.is-float-link .floating-page-top{
		transform: translateY(0);
	}
	div .floating-page-top button{
		position: relative;
		display: flex;
		width: 100%;
		height: 100%;
		border-radius: 48px;
		justify-content: center;
		align-items: center;
		color: #fff;
		text-align: center;
		font-weight: 600;
		line-height: calc(18/14);
		font-size: 14px;
	}
	.floating-page-top button:hover:after{
		transform: rotate(180deg) translateY(10px);
	}
	.floating-page-top button span{
		position: relative;
	}
  .floating-page-top button:after{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		display: block;
		width: 22px;
		height: 13px;
		background: url(../img/arrow_gr_d.svg) 0 0 no-repeat;
		background-size: 100% 100%;
		transform: rotate(180deg);
		transition: transform 600ms ease;
	}





/* breadcrumb
====================================================================*/

	.motor-breadcrumb{
		position: relative;
		padding: 20px 80px 10px;
	}
	.motor-breadcrumb ul{
		margin: auto;
		max-width: 1680px;
	}
	.motor-breadcrumb ul li{
		margin-bottom: 10px;
		display: inline;
		line-height: 1.5;
	}
	.motor-breadcrumb ul li a{
		font-size: 0.8em;
		text-decoration: underline;
	}
	.motor-breadcrumb ul li span{
		font-size: 0.8em;
	}
	.motor-breadcrumb ul li a:hover{
		text-decoration: none;
	}
	.motor-breadcrumb ul li + li:before{
		content: "＞";
		display: inline-block;
		margin: 0 1em;
		font-size: 0.8em;
	}


/* motor-global-header v3
====================================================================*/

	.motor-global-header__nav__v3.motor-global-header__nav.nav-sp{
		display: none;
	}

	.motor-global-header__v3{
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 80px;
		border-bottom: 1px solid #EEE;
		z-index: 100;
	}
	.motor-global-header__v3 .motor-global-header_logo{
		margin: 0 0 0 2%;
	}
	.motor-global-header__v3 .motor-global-header_logo a{
		font-size: 24px;
	}
	.motor-global-header__v3 .motor-global-header_logo span{
		position: relative;
		display: inline-block;
		font-size: 24px;
	}
	.motor-global-header__v3 .motor-global-header_logo span:before{
		content: "";
		display: inline-block;
		margin: 0 18px;
		width: 2px;
		height: 20px;
		background: #35363B;
		transform: rotate(15deg);
	}
	.motor-contents__top .motor-global-header__v3 .motor-global-header_logo span{
		color: #fff;
	}
	.motor-contents__top .motor-global-header__v3 .motor-global-header_logo span:before{
		background: #fff;
	}

	.motor-global-header__v3 .motor-global-header__nav-main{
		display: flex;
		align-items: center;
		height: 80px;
	}
	.motor-global-header__v3 .motor-global-header__nav-main > li{
		height: 100%;
	}
	.motor-global-header__v3 .motor-global-header__nav-main > li > a{
		position: relative;
		display: flex;
		padding: 0 30px;
		align-items: center;
		font-size: 16px;
		height: 100%;
	}
	.motor-global-header__v3 .motor-global-header__nav-main > li > a:hover{
		background: #F4F4F4;
	}
	.motor-global-header__v3 .motor-global-header__nav-main > li > a:after{
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		display: block;
		width: 100%;
		height: 6px;
		background: #35363B;
		opacity: 0;
		transition: opacity 400ms ease;
	}
	.motor-global-header__v3 .motor-global-header__nav-main > li.active > a:after{
		opacity: 1;
	}
	.motor-global-header__v3 .motor-global-header__nav-main > li > a[target="_blank"] span{
		position: relative;
		display: inline-block;
		padding: 0 26px 0 0;
	}
	.motor-global-header__v3 .motor-global-header__nav-main > li > a[target="_blank"] span:after{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		right: 0;
		bottom: 0;
		display: block;
		width: 14px;
		height: 14px;
		background: url(../img/icon_blank_gr.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}

	.motor-global-header__v3 .motor-global-header__nav-lower{
		position: absolute;
		top: 80px;
		left: 0;
		display: flex;
		justify-content: flex-end;
		width: 100%;
		padding: 30px 0;
		background: #F4F4F4;
		border-bottom: 1px solid #EEE;
		line-height: 1.4;
		opacity: 0;
		visibility: hidden;
		transition: all 400ms ease;
	}
	.motor-global-header__v3 .motor-global-header__nav-lower .nav-lower-box{
		padding: 0 30px;
	}
	.motor-global-header__v3 .motor-global-header__nav-lower .nav-lower-box + .nav-lower-box{
		border-left: 1px solid #CDCDCD;
	}
	.motor-global-header__v3 .nav-lower-head li + li{
		margin-top: 25px;
	}
	.motor-global-header__v3 .motor-global-header__nav-lower .nav-lower-box .nav-lower-list{
		margin-top: 25px;
	}
	.motor-global-header__v3 .motor-global-header__nav-lower .nav-lower-list li{
		position: relative;
		padding: 0 0 0 20px;
	}
	.motor-global-header__v3 .motor-global-header__nav-lower .nav-lower-list li + li{
		margin-top: 20px;
	}
	.motor-global-header__v3 .motor-global-header__nav-lower .nav-lower-list li a{
		font-size: 14px;
	}
	.motor-global-header__v3 .motor-global-header__nav-lower .nav-lower-list li:before{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		display: block;
		width: 8px;
		height: 1px;
		background: #000;
	}
	.motor-global-header__v3 .motor-global-header__nav-lower a:hover{
		text-decoration: underline;
	}
	.nav-lower-list-flex{
		display: flex;
	}
	.nav-lower-list-flex ul + ul{
		margin-left: 30px;
	}


	/*top*/
	.motor-contents__top .motor-global-header__v3 .motor-global-header_logo{
		margin: 0 0 0 2%;
	}
	.motor-contents__top .motor-global-header__v3{
		height: 80px;
	}
	.motor-contents__top .motor-global-header__v3 .motor-global-header__nav-main{
		height: 80px;
	}
	.motor-contents__top .motor-global-header__v3 .motor-global-header__nav-lower{
		top: 80px;		
	}
	.motor-contents__top .motor-global-header__v3 .motor-global-header__nav-lower .nav-lower-box + .nav-lower-box{
		border-left: 1px solid #fff;
	}
	.motor-contents__top .motor-global-header__v3 .motor-global-header__nav-lower .nav-lower-list li:before{
		background: #fff;
	}
	.motor-global-header__v3 .icon__pulldown{
		position: relative;
		display: inline-block;
		margin: 0 0 0 10px;
		width: 12px;
		height: 12px;
	}
	.motor-global-header__v3 .icon__pulldown:before,
	.motor-global-header__v3 .icon__pulldown:after{
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -1px 0 0 -6px;
		display: block;
		width: 12px;
		height: 2px;
		background: #35363B;
		transition: transform 400ms ease;
	}
	.motor-global-header__v3 .icon__pulldown:after{
		transform: rotate(-90deg);
	}
	.motor-global-header__v3 .motor-global-header__nav-pulldown a:hover .icon__pulldown:after{
		transform: rotate(0deg);
	}
	.motor-global-header__v3 .motor-global-header__nav-pulldown:hover .motor-global-header__nav-lower{
		opacity: 1;
		visibility: visible;
	}
	.motor-global-header__v3 .motor-global-header__button-menu{
		display: none;
	}


/* history-list
====================================================================*/

	#history{
		padding: 80px 80px 0;
	}
	.motor-main-top #history{
		background: #35363B;
	}
	.motor-main-top #history .sec-header{
		color: #fff;
		text-align: center;
	}
	.motor-main-top #history .sec-header a{
		color: #fff;
	}
	.history__list{
		display: flex;
		flex-wrap: wrap;
		margin: 0 -80px;
	}
	.history__list .history__list-item{
		width: 50%;
	}
	.history__list .history__list-item a{
		position: relative;
		display: block;
		overflow: hidden;
	}
	.history__list .history__list-item a:before{
		content: "";
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 10;
		background: rgba(0,0,0,0.5);
	}
	.history__list .history__list-item a:after{
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		right: 20px;
		width: 8px;
		height: 14px;
		background: url(../../shared/img/arrow_wh_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;
		z-index: 20;
	}

	.history__list .history__list-item-title{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 100%;
		text-align: center;
		color: #fff;
		z-index: 20;
		
	}
	.history__list .history__list-item-title h3{
		font-size: 46px;
	}
	.history__list .history__list-item-title p{
		margin: 15px 0 0;
		font-size: 24px;
		font-weight: 600;
	}

	.history__list .history__list-item figure{
		transition: transform 1000ms ease;
	}

	.history__list .history__list-item a:hover figure{
		transform: scale(1.1);
	}

	.history-latest-header {
		text-align: center;
		
	}
	.history-latest-header h3{
		font-size: 46px;
	}
	.history-latest-header p{
		margin: 15px 0 0;
		font-size: 24px;
		font-weight: 600;
	}
	.history-latest{
		margin: 0 -80px;
		padding: 80px 0;
		background: #fff;
	}
	.history-latest-box{
		margin: 40px 0 0;
		display: flex;
	}
	.history-latest-box figure{
		width: 320px;
	}
	.history-latest-box .history-latest-box__txt{
		padding: 0 0 0 50px;
		width: calc(100% - 320px);
	}
	.history-latest-box .history-latest-box__txt p{
		font-size: 16px;
		line-height: 2;
	}
	.history-latest-box .history-latest-box__txt .button-link{
		margin-top: 40px;
	}
	.history-latest-inner{
		margin: auto;
		padding: 0 10px;
		max-width: 1120px;
	}

/* history-gallery-link
====================================================================*/

	.history-gallery-link{
		margin: 80px auto 0;
		max-width: 750px;
	}
	.history-gallery-link .history-gallery-link-item{
		width: 100%;
	}
	.history-gallery-link .history-gallery-link-item a{
		position: relative;
		display: block;
		overflow: hidden;
	}
	.history-gallery-link .history-gallery-link-item a:before {
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		right: 20px;
		width: 13px;
		height: 22px;
		background: url(../img/arrow_wh_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;
		z-index: 20;
	}
	.history-gallery-link .history-gallery-link-item figure{
		position: relative;
		height: 238px;
		transition: transform 600ms ease;
	}
	.history-gallery-link .history-gallery-link-item a:hover figure{
		transform: scale(1.1);
	}
	.history-gallery-link .history-gallery-link-item img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.history-gallery-link .history-gallery-link-txt{
		position: absolute;
		top: 50%;
		width: 100%;
		text-align: center;
		transform: translateY(-50%);
		color: #fff;
	}
	.history-gallery-link .history-gallery-link-txt h2{
		font-size: 32px;
	}
	.history-gallery-link .history-gallery-link-txt p{
		margin: 20px 0 0;
		font-weight: 600;
	}


/* partner
====================================================================*/
	.history-partner{
		padding: 80px 80px 0;
		margin: 0 -80px;
		background: #fff;
	}
	.history-partner-box{
		padding: 80px;
		background: #F6F6F6;
	}
	.history-partner__list-wrap{
		margin: auto;
		padding: 0 10px;
		max-width: 920px;		
	}
	.history-partner__list{
		display: flex;
		margin: 0 -10px;
	}
	.history-partner__list figure{
		padding: 0 10px;
	}
	.history-partner__list figure figcaption{
		margin-top: 15px;
		line-height: 1.3;
		font-size: 14px;
	}

	.history-partner__list a{
		display: block;
		transition: opacity 600ms ease;
	}
	.history-partner__list a:hover{
		opacity: 0.7;
	}
	.history-partner__list-wrap p{
		margin: 30px 0 0;
		text-align: center;
		font-weight: 600;
		line-height: 1.5;
	}
	.history-partner__list-driver{
		display: block;
		margin: auto;
		max-width: 750px;
	}
	.history-partner__list-driver figure{
		padding: 0;
	}
	.history-partner__list-driver figure + figure{
		margin-top: 30px;
	}
	.history-partner__list-wrap + .history-partner__list-wrap{
		margin-top: 60px;
	}


/* links-list
====================================================================*/

	#links{
		background: #F6F6F6;
	}

	.links-list{
		margin: auto;
		max-width: 820px;
	}
	.links-list .links-item + .links-item{
		margin-top: 15px;
	}
	.links-list .links-item a{
		position: relative;
		display: flex;
		border: 1px solid #EEEEEE;
		background: #fff;
		transition: opacity 500ms ease;
	}
	.links-list .links-item a figure{
		width: 50%;
	}
	.links-list .links-item a:hover{
		opacity: 0.7;
	}
	.links-list .links-item a .links-item__txt{
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		width: 50%; 
	}
	.links-list .links-item a .links-item__txt h3{
		font-size: 18px;
	}
	.links-list .links-item a .links-item__txt p{
		margin: 10px 0 0;
		font-size: 14px;
	}
	.links-list .links-item a:after{
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		right: 30px;
		width: 8px;
		height: 14px;
		background: url(../../shared/img/arrow_gr_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;
		z-index: 20;
	}




/* tab-nav
====================================================================*/
	
	.tab-nav{
		margin: 0 0 60px;
	}

	.tab-nav ul{
		display: flex;
		border-bottom: 1px solid #35363B;
	}
	.tab-nav ul li{
		width: 50%;
	}
	.tab-nav ul li a{
		position: relative;
		padding: 0 0 20px;
		display: block;
		text-align: center;
		font-size: 20px;
		/*color: #35363B;*/
	}
	.tab-nav ul li a:after{
		content: "";
		left: 0;
		position: absolute;
		bottom: 0;
		display: block;
		width: 100%;
		height: 8px;
		background: #35363B;
		opacity: 0;
		transition: opacity 400ms ease;
	}
	.tab-nav ul li a:hover:after,
	.tab-nav ul li a.active:after{
		opacity: 1;
	}



/* list__item
====================================================================*/

	.news__list-item-wrap{
		margin: 60px 0 0;
	}
	.latest-news__list-item-wrap{
		display: flex;
		margin: 0 -20px;
	}

	.news__list-index .news__list-item,
	.latest-news__list-item{
		padding: 0 20px;
		width: calc(99.999% / 3);
	}
	.news__list-index{
		display: flex;
		flex-wrap: wrap;
		margin: 60px -20px 0;		
	}
	.news__list-index .news__list-item:nth-child(n+4){
		margin-top: 40px;
	}
	#latest-news{
		position: relative;
		background: #35363B;
	}
	.news__list-pager.list-pager{
		display: none;
	}



/* list__item Newマーク
====================================================================*/

	.news__list-top-item.new a,
	.list-item.new a{
		position: relative;
		overflow: hidden;
	}
	.news__list-top-item.new a:after,
	.list-item.new a:after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: min(6.4vw,110px);
		height: min(6.4vw,110px);
		background: #35363B;
		z-index: 30;
		transform: translate(-50%,-50%) rotate(45deg);
		z-index: 10;
	}
	.news__list-top-item.new a:before,
	.list-item.new a:before{
		content: "NEW";
		position: absolute;
		top: min(0.7vw,12px);
		left: min(0.7vw,12px);
		display: block;
		z-index: 30;
		color: #fff;
		font-weight: 600;
		font-size: min(0.7vw,12px);
	}

/* news__list
====================================================================*/
	.news__list{
		position: relative;
	}
	.news__list-item .list-item__label + h3{
		margin: 10px 0 0;
		font-size: 16px;
	}

/* report__list
====================================================================*/
	.report__list{
		position: relative;
	}
	.report__list-item h3 + p{
		margin: 15px 0 0;
	}
	.report__list-item h3 span{
		position: relative;
	}
	.report__list-item h3 span + span{
		padding: 0 0 0 13px;
		margin: 0 0 0 13px;
	}
	.report__list-item h3 span + span:before{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		display: block;
		width: 1px;
		height: 18px;
		background: #B8B8B8;
	}
	.report__list-index{
		display: flex;
		flex-wrap: wrap;
		margin: 0 -20px;		
	}
	.report__list-index .list-item{
		position: relative;
		padding: 0 20px;
		width: calc(99.999% / 3);
	}
	.report__list-index .list-item:nth-child(n+4){
		margin-top: 40px;
	}


/* videos__list
====================================================================*/
	.videos__list{
		position: relative;
	}
	.videos__list-item .icon-play{
		position: absolute;
		top: 20px;
		left: 20px;
		display: block;
		width: 40px;
		height: 40px;
		border-radius: 20px;
		background: #fff;
	}
	.videos__list-item .icon-play:after{
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -8px 0 0 -6px;
		display: block;
	  width: 0;
	  height: 0;
	  border-style: solid;
	  border-width: 8px 0 8px 16px;
	  border-color: transparent transparent transparent #555555;
	}

	.videos__list-index{
		display: flex;
		flex-wrap: wrap;
		margin: 0 -20px;		
	}
	.videos__list-index .list-item{
		position: relative;
		padding: 0 20px;
		width: calc(99.999% / 3);
	}
	.videos__list-index .list-item:nth-child(n+4){
		margin-top: 40px;
	}




/* list-item
====================================================================*/

	.list-item figure{
		position: relative;
	}
	.list-item figure:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		border: 8px solid #35363B;
		z-index: 40;
		visibility: hidden;
	}
	.list-item a.is-active figure:before {
		visibility: visible;
	}

	.list-item button,
	.list-item a{
		position: relative;
		display: block;
		transition: opacity 600ms ease;
	}
	.list-item button:hover,
	.list-item a:hover{
		opacity: 0.6;
	}
	.list-item__text--wh{
		color: #fff;
	}
	.list-item__text{
		margin: 15px 0 0;
	}
	.list-item__text h3{
		line-height: 1.5;
		font-size: 16px;
	}
	.list-item__label{
		display: flex;
		align-items: flex-start;
	}
	.list-item__label span{
		line-height: 1.3;
	}
	.list-item__text--wh .list-item__label span,
	.list-item__text--wh .list-item__label i{
		color: #fff;
	}
	.list-item__label i{
		position: relative;
		margin: 0 0 0 16px;
		padding: 0 0 0 16px;
		font-size: 18px;
		line-height: 1.3;
	}
	.news__list-item .list-item__label i{
		font-size: 14px;
	}
	.news__list-item .list-item__label span{
		font-size: 14px;
	}

	.list-item__label i:before{
		content: "";
		position: absolute;
		margin: auto;
		top: 1px;
		left: 0;
		display: block;
		width: 1px;
		height: 18px;
		background: #CCC;
	}

	.f1-race__list-item-wrap--s .list-item__label{
		display: block;
		text-align: left;
	}
	.f1-race__list-item-wrap--s .list-item__label i{
		display: block;
		font-size: 14px;
		margin: 0;
		padding: 5px 0 0;
	}
	.f1-race__list-item-wrap--s .list-item__label span{
		display: block;
		font-size: 14px;
	}
	.f1-race__list-item-wrap--s .list-item__label i:before{
		display: none;
	}

	.list-item__label + h3{
		margin: 10px 0 0;
		line-height: 1.5;
	}

	.list-item__img--border{
		border: 1px solid #eee;
	}
	.list-item .list-item__blank-img{
		background: rgba(0,0,0,0.1);
	}
	.list-item .list-item__blank-img span{
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		text-align: center;
		transform: translateY(-50%);
		font-size: 22px;
		font-size: min(1.71vw,22px);
		color: #fff;
	}


/* list-button
====================================================================*/

	.list-button--prev{
		left: -42px;
	}
	.list-button--next{
		right: -42px;
	}
	.list-button--next,
	.list-button--prev{
		position: absolute;
		width: 50px;
		height: 50px;
		z-index: 500;
		transition: opacity 600ms ease;
	}
	.list-button--prev:hover,
	.list-button--next:hover{
		opacity: 0.6;
	}
	.list-button--next:after,
	.list-button--prev:after{
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 13px;
		height: 22px;
		background-size: 100% 100%;
	}
	.list-button--next:after {
		background: url(../../shared/img/arrow_bl_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.list-button--prev:after {
		background: url(../../shared/img/arrow_bl_l.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.list-button--next.list-button__wh:after {
		background: url(../../shared/img/arrow_wh_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.list-button--prev.list-button__wh:after {
		background: url(../../shared/img/arrow_wh_l.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.list-button--next.swiper-button-disabled,
	.list-button--prev.swiper-button-disabled{
		opacity: 0.2;
		cursor: default;
	}
	.list-button--next.swiper-button-lock,
	.list-button--prev.swiper-button-lock{
		display: none;
	}



/* list-pager
====================================================================*/

	.list-pager,
	.list-pager--wh{
		position: relative;
		margin: 60px 0 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		z-index: 20;
	}
	.list-pager span{
		display: inline-block;
		margin: 0 6px;
		width: 12px;
		height: 12px;
		border-radius: 6px;
		border: 1px solid #CCC;
		opacity: 1;
		transition: all 400ms ease;
		background: none;
	}
	.list-pager span:hover{
		background: #35363B;
		border: 1px solid #35363B;
	}
	.list-pager .swiper-pagination-bullet-active,
	.list-pager span.active{
		background: #35363B;
		border: 1px solid #35363B;		
	}


	.list-pager--wh span{
		display: inline-block;
		margin: 0 4px;
		width: 12px;
		height: 12px;
		border-radius: 6px;
		background: #35363B;
		border: 1px solid #fff;
		opacity: 1;
	}
	.list-pager--wh span:hover{
		background: #fff;
		border: 1px solid #fff;
	}
	.list-pager--wh .swiper-pagination-bullet-active,
	.list-pager--wh span.active{
		background: #fff;
		border: 1px solid #fff;		
	}



/* sec-header
====================================================================*/
	.sec-header{
		position: relative;
		margin: 0 0 80px;
	}
	.sec-header h2{
		text-align: center;
		font-size: 42px;
		line-height: 1.4;
	}
	.sec-header .sec-header-catch{
		margin: 10px 0 0;
		text-align: center;
		font-size: 22px;
		line-height: 1.4;		
	}
	.sec-header-title-sub{
		text-align: center;
		font-size: 22px;
		line-height: 1.4;		
	}
	.sec-header-title-sub + h2{
		margin: 10px 0 0;
	}
	.sec-header p{
		text-align: center;
		margin: 40px 0 0;
		font-weight: 600;
		line-height: 1.8;
	}
	.sec.motor-detail{
		padding-top: 30px;
	}
	.motor-detail .sec-header{
		padding: 80px 0;
		margin: 0;
	}

	.sec-lead{
		margin: auto;
		max-width: 800px;
	}
	.sec-lead p{
		margin: 0 0 80px;
		font-weight: 600;
		line-height: 2;
		text-align: center;
	}
	.sec{
		padding: 80px;
	}

	.sec-inner{
		margin: auto;
		max-width: 1320px;
	}


	.article-header--wh{
		color: #fff;
	}
	.article-header h3{
		position: relative;
		padding: 0 80px 0 0;
		display: inline-block;
		font-size: 36px;
		line-height: 1.3;
	}
	.article-header h3:after{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		right: 0;
		bottom: 0;
		display: block;
		width: 60px;
		height: 1px;
		background: #35363B;
	}
	.article-header h3:after{
		background: #35363B;
	}
	.article-header--wh h3:after{
		background: #fff;
	}

	.article-header p{
		margin: 15px 0 0;
		font-weight: 600;
		line-height: 1.5;
	}
	.article-header .article-header__caution{
		display: block;
		margin: 5px 0 0;
		font-size: 14px;
		line-height: 1.5;
	}
	.article-col + .article-col{
		margin-top: 100px;
	}

/* detail-header
====================================================================*/

	.detail-header{
		position: relative;
		padding: 30px 0;
		display: flex;
		justify-content: flex-end;
	}
	.detail-header h2{
		font-size: 20px;
	}
	.motor-detail__inner{
		margin: auto;
		padding: 0 80px 80px;
		max-width: 1280px;
	}
	.detail-pager{
		display: flex;
		justify-content: space-between;
		margin: 30px 0 60px;
		position: relative;
		z-index: 50;
	}
	.detail-pager a{
		position: relative;
	}
	.detail-pager a.disabled{
		opacity: 0.2;
		cursor: default;
		
	}
	.detail-pager__bottom{
		margin: 60px 0 0;
		padding: 60px 0 0;
		border-top: 1px solid #CCC;
	}

/* detail-feature-pager
====================================================================*/

	.detail-feature-pager{
		margin: 30px 0 60px;
		position: relative;
		z-index: 50;
	}
	.detail-feature-pager a{
		position: relative;
	}
	.detail-feature-pager a.disabled{
		opacity: 0.2;
		cursor: default;
		
	}
	.detail-feature-pager__bottom{
		margin: 60px 0 0;
		padding: 60px 0 0;
		border-top: 1px solid #CCC;
	}
	.detail-feature-bottom-button{
		display: flex;
		justify-content: flex-end;
	}

	.detail-feature-bottom-button .button-link{
		margin: 0;
		max-width: 464px;
	}
	.detail-feature-bottom-button .button-link a{
		border: 1px solid #707070;
	}
	.detail-feature-bottom-link{
		margin: 74px 0 0;
	}




/* button
====================================================================*/

	.button-link-slide{
		position: relative;
		margin: 30px 0 0;
		width: 100%;
		max-width: 420px;
		z-index: 100;
	}
	.button-link-slide a{
		display: flex;
		align-items: center;
		padding: 15px 50px 15px 25px;
		height: auto;
		min-height: 50px;
		line-height: 1.5;
	}
	.button-link-slide a:hover{
		opacity: 0.7;
		transition: opacity 600ms ease;
	}

	.button-link{
		position: relative;
		margin: 60px auto 0;
		width: 100%;
		max-width: 600px;
		z-index: 100;
	}
	.button-link + .button-link{
		margin-top: 20px;
	}
	.button-link a{
		position: relative;
		display: block;
		height: 60px;
		font-weight: 600;
		text-align: center;
		line-height: 60px;
	}
	.button-link-auto a{
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 15px 50px;
		height: auto;
		min-height: 60px;
		line-height: 1.5;
	}
	.button-link a:hover{
		opacity: 0.7;
		transition: opacity 600ms ease;
	}
	.button-link__blank--gr a,
	.button-link--gr a{
		color: #fff;
		background: #35363B;
	}
	.button-link__blank--nv a,
	.button-link--nv a{
		color: #fff;
		background: #00162B;
	}


	.button-link__blank--wh a,
	.button-link--wh a,
	.button-link__blank--wh a span,
	.button-link--wh a span{
		color: #35363B;
		background: #fff;
	}
	.button-link--nv a:after,
	.button-link--gr a:after,
	.button-link--wh a:after{
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		right: 25px;
		bottom: 0;
		width: 8px;
		height: 14px;
	}
	.button-link--gr a:after{
		background: url(../img/arrow_wh_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;		
	}
	.button-link--nv a:after{
		background: url(../img/arrow_wh_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;		
	}
	.button-link--wh a:after{
		background: url(../img/arrow_bl_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.button-link__blank--gr a:after,
	.button-link__blank--wh a:after{
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		right: 25px;
		bottom: 0;
		width: 14px;
		height: 14px;
	}
	.button-link__blank--gr a:after{
		background: url(../img/icon_blank_wh.svg) 0 0 no-repeat;
		background-size: 100% 100%;		
	}
	.button-link__blank--wh a:after{
		background: url(../img/icon_blank_gr.svg) 0 0 no-repeat;
		background-size: 100% 100%;		
	}


	.button-box__btm{
		display: flex;
		justify-content: flex-end;
	}
	.entry__detail-column-wrap + .button-box__btm .button-link-s{
		margin: 60px 0 0;
	}
	.button-link-s{
		position: relative;
		margin: 30px 0 0;
		width: 100%;
		max-width: 300px;
		z-index: 100;
	}
	.button-link-s a{
		position: relative;
		display: block;
		height: 60px;
		font-weight: 600;
		text-align: center;
		line-height: 60px;
		font-size: 15px;
	}
	.button-link-s a:hover{
		opacity: 0.7;
		transition: opacity 600ms ease;
	}

	.button-link-flex-s{
		position: relative;
		margin: 30px auto 0;
		width: 100%;
		max-width: 600px;
		z-index: 100;
	}
	.button-link-flex-s a{
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 12px 35px;
		font-weight: 600;
		text-align: center;
		font-size: 15px;
		line-height: 1.8;
		min-height: 60px;
	}
	.button-link-flex-s a:hover{
		opacity: 0.7;
		transition: opacity 600ms ease;
	}





	.button-link__blank--bl a,
	.button-link--bl a{
		color: #fff;
		background: #35363B;
	}
	.button-link__blank--wh a,
	.button-link--wh a{
		color: #35363B;
		background: #fff;
	}
	.button-link--bl a:after,
	.button-link--wh a:after{
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		right: 25px;
		bottom: 0;
		width: 8px;
		height: 14px;
	}
	.button-link--bl a:after{
		background: url(../img/arrow_wh_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;		
	}
	.button-link--wh a:after{
		background: url(../img/arrow_bl_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.button-link__blank--bl a:after,
	.button-link__blank--wh a:after{
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		right: 25px;
		bottom: 0;
		width: 14px;
		height: 14px;
	}
	.button-link__blank--bl a:after{
		background: url(../img/icon_blank_wh.svg) 0 0 no-repeat;
		background-size: 100% 100%;		
	}

	.button-link__more--bl a:after,
	.button-link__more--wh a:after{
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		right: 25px;
		bottom: 0;
		width: 14px;
		height: 8px;
		transition: transform 400ms ease;
	}
	.button-link__more--bl,
	.button-link__more--wh{
		margin: 30px auto 0;
	}
	.button-link__more--bl a:after{
		background: url(../img/arrow_wh_d.svg) 0 0 no-repeat;
		background-size: 100% 100%;		
	}
	.button-link__more--wh a:after{
		background: url(../img/arrow_bl_d.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}

	.button-link__more--bl span:nth-child(2),
	.button-link__more--wh span:nth-child(2){
		display: none;
	}
	.button-link__more--bl span,
	.button-link__more--wh span{
		font-weight: 600;
	}
	.button-link__more--bl a.is-click span:nth-child(2),
	.button-link__more--wh a.is-click span:nth-child(2){
		display: block;
	}
	.button-link__more--bl a.is-click span:nth-child(1),
	.button-link__more--wh a.is-click span:nth-child(1){
		display: none;
	}
	.button-link__more--bl a.is-click:after,
	.button-link__more--wh a.is-click:after{
		transform: rotate(-180deg);
	}



/* link__arrow
====================================================================*/

	.link__arrow--r-jp,
	.link__arrow--l-jp{
		font-weight: 600;
	}

	.link__arrow--r,
	.link__arrow--r-jp{
		position: absolute;
		padding: 0 20px 0 0;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		transition: opacity 600ms ease;
	}
	.link__arrow--l,
	.link__arrow--l-jp{
		position: absolute;
		padding: 0 0 0 20px;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		transition: opacity 600ms ease;
	}

	.link__arrow--l:after,
	.link__arrow--r:after,
	.link__arrow--l-jp:after,
	.link__arrow--r-jp:after{
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		width: 8px;
		height: 14px;
	}
	.link__arrow--l:after,
	.link__arrow--l-jp:after{
		left: 0;
		background: url(../img/arrow_bl_l.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.link__arrow--r:after,
	.link__arrow--r-jp:after{
		right: 0;
		background: url(../img/arrow_bl_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.link__arrow--r-wh:after{
		right: 0;
		background: url(../img/arrow_wh_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;		
	}
	}
	.link__arrow-header-back{
		top: 40px;
		z-index: 50;
	}
	.link__arrow--l:hover,
	.link__arrow--r:hover,
	.link__arrow--l-jp:hover,
	.link__arrow--r-jp:hover{
		opacity: 0.7;
	}

	.link__box-arrow{
		position: absolute;
		right: 0;
		bottom: 0;
		display: block;
		width: min(3.5vw,50px);
		height: min(3.5vw,50px);
		background: #35363B;
		z-index: 30;
	}
	.link__box-arrow.link__box-arrow-s{
		width: min(3.5vw,32px);
		height: min(3.5vw,32px);
	}
	.link__box-arrow:after{
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		left:  0;
		bottom: 0;
		right: 0;
		width: 8px;
		height: 14px;
		background: url(../img/arrow_wh_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}

	.link__box-arrow--wh{
		position: absolute;
		right: 0;
		bottom: 0;
		display: block;
		width: min(3.5vw,50px);
		height: min(3.5vw,50px);
		background: #fff;
		z-index: 30;
	}
	.link__box-arrow--wh:after{
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		left:  0;
		bottom: 0;
		right: 0;
		width: 8px;
		height: 14px;
		background: url(../img/arrow_bl_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}

	.link__box-blank{
		position: absolute;
		right: 0;
		bottom: 0;
		display: block;
		width: min(3.5vw,50px);
		height: min(3.5vw,50px);
		background: #35363B;
		z-index: 30;
	}
	.link__box-blank:after{
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		left:  0;
		bottom: 0;
		right: 0;
		width: 14px;
		height: 14px;
		background: url(../img/icon_blank_wh.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}




}

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



	.emblem__col-inner--02{
		padding: 0 20px;
	}
	.emblem__col {
		display: flex;
		margin: 0 -20px;
	}
	.movie-bnr-col__02 {
		padding: 0 20px;
	}

}

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

	.article-header h3 {
		font-size: 32px;
	}


}


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

	.sec {
		padding: 80px 40px;
	}

	.list-button--prev{
		left: -34px;
	}
	.list-button--next{
		right: -34px;
	}

	.news__list-item-wrap,
	.latest-news__list-item-wrap{
		display: flex;
		margin: 60px -10px 0;
	}
	.latest-news__list-item,
	.news__list-item{
		padding: 0 10px;
	}

}


@media screen and (max-width: 767px) {

	body {
		width: 100%;
		font-size: 14px;
	}
	.ignore-sp{
		display: none;
	}
	#wrap{
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.kv-f1__logo{
		position: absolute;
		margin: auto;
		top: 50%;
		left: 0;
		right: 0;
		max-width: 375px;
		transform: translateY(-50%);
	}
	.motor-kv__logo{
		width: 310px;
	}


/* full
====================================================================*/

	.sec.sec-full {
		padding: 40px 0 0;
	}

	.full-list-item.cs{
		background: #CCC;
	}
	.full-list-item.cs h2{
		text-align: center;
	}
	.full-list-item.cs + .full-list-item.cs{
		border-top: 1px solid #fff;
	}
	.full-list-index .full-list-item{
		position: relative;
		overflow: hidden;
	}
	.full-list-index .full-list-item.cs{
		height: 375px;
	}
	.full-list-index .full-list-item figure{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.full-list-index .full-list-item figure img{
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	.full-list-index .full-list-item figure:after{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.35);
	}
	.full-list-index .full-list-item.cs figure:after{
		display: none;
	}
	.full-list-item__txt{
		position: relative;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		padding: 50px 32px;
		width: 100%;
		height: 100%;
		min-height: 375px;
		z-index: 20;
		color: #fff;
	}
	.full-list-item_header{
		width: 100%;
	}
	.full-list-item__txt .full-label1,
	.full-list-item__txt .full-vol{
		font-size: 12px;
	}
	.full-list-item__txt .full-label1 + h2,
	.full-list-item__txt .full-vol + h2{
		margin: 15px 0 0;
	}
	.full-list-item__txt .full-vol span{
		position: relative;
		display: inline-block;
	}
	.full-list-item__txt .full-vol span + span{
		margin-left: 12px;
		padding-left: 12px;
	}
	.full-list-item__txt .full-vol span + span:before{
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		width: 1px;
		height: 12px;
		background: rgba(255,255,255,0.3);
	}



	.full-list-item__txt h2{
		width: 100%;
		font-size: 18px;
		line-height: 1.5;
	}
	.full-list-item__txt .full-label2,
	.full-list-item__txt .full-author{
		margin: 15px 0 0;
		font-size: 10px;
		line-height: 1.8;
	}
	.full-list-item__txt .full-lead{
		margin: 20px 0 0;
	}
	.full-list-item__txt .full-lead p{
		line-height: calc(24/12);
		font-size: 12px;
		font-weight: 600;
	}
	.full-list-item__txt .button-link{
		margin: 20px 0 0;
	}
	.full-list-item__txt .button-link a{
		height: 50px;
		line-height: 50px;
	}
	.full-list-item__txt .full-list-btn{
		width: 100%;
	}
	.full-list-item a{
		display: block;
	}
	.full-list-item a figure:before{
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		right: 15px;
		width: 9px;
		height: 15px;
		background: url(../../shared/img/arrow_wh_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;
		z-index: 20;
	}



/* floating-site-top
====================================================================*/

	.floating-site-top{
		position: fixed;
		bottom: 68px;
		right: 8px;
		width: 64px;
		height: 64px;
		z-index: 160;
		transform: translateY(220%);
		transition: transform 600ms ease;
	}
	.is-float-link .floating-site-top{
		transform: translateY(0);
	}
	.floating-site-top a{
		position: relative;
		display: flex;
		width: 100%;
		height: 100%;
		border-radius: 48px;
		justify-content: center;
		align-items: center;
		background: #1D1D1D;
		color: #fff;
		text-align: center;
		font-weight: 600;
		line-height: calc(12/10);
		font-size: 10px;
		transition: background 600ms ease;
	}
	.floating-site-top a:hover{
		background: #3A3A3A;
	}
	.floating-site-top a span{
		position: relative;
	}
  .floating-site-top a span:after{
  	content: "";
  	margin: 8px auto 0;
  	display: block;
  	width: 20px;
  	height: 7px;
		background: url(../../shared/img/arrow_floating.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}

/* floating-page-top
====================================================================*/

	.floating-page-top{
		position: fixed;
		bottom: 137px;
		right: 27px;
		width: 24px;
		height: 24px;
		z-index: 160;
		transform: translateY(200px);
		transition: transform 600ms ease;
	}
	.is-float-link .floating-page-top{
		transform: translateY(0);
	}
	div .floating-page-top button{
		position: relative;
		display: flex;
		width: 100%;
		height: 100%;
		border-radius: 48px;
		justify-content: center;
		align-items: center;
		color: #fff;
		text-align: center;
		font-weight: 600;
		line-height: calc(18/14);
		font-size: 14px;
	}
	.floating-page-top button span{
		position: relative;
	}
  .floating-page-top button:after{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		display: block;
		width: 14px;
		height: 8px;
		background: url(../img/arrow_gr_d.svg) 0 0 no-repeat;
		background-size: 100% 100%;
		transform: rotate(180deg);
		transition: transform 600ms ease;
	}



/* breadcrumb
====================================================================*/

	.motor-breadcrumb{
		position: relative;
		padding: 20px 15px 10px;
	}
	.motor-breadcrumb ul li{
		margin-bottom: 10px;
		display: inline;
		line-height: 1.5;
	}
	.motor-breadcrumb ul li a{
		font-size: 0.8em;
		text-decoration: underline;
	}
	.motor-breadcrumb ul li span{
		font-size: 0.8em;
	}
	.motor-breadcrumb ul li + li:before{
		content: "＞";
		display: inline-block;
		margin: 0 1em;
		font-size: 0.8em;
	}


/* .motor-global-header__v3
====================================================================*/

	.motor-global-header__v3{
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: #35363B;
		z-index: 11000;
	}
	.motor-global-header__v3 .motor-global-header_logo{
		margin: 0 0 0 2%;
	}
	.motor-global-header__v3 .motor-global-header_logo a{
		font-size: 22px;
		color: #fff;
	}
	.motor-global-header__v3 .motor-global-header_logo span{
		position: relative;
		display: inline-block;
		font-size: 20px;
		color: #fff;
	}
	.motor-global-header__v3 .motor-global-header_logo span:before{
		content: "";
		display: inline-block;
		margin: 0 10px;
		width: 1px;
		height: 16px;
		background: #fff;
	}

	.motor-global-header__nav.motor-global-header__nav__v3{
		position: fixed;
		left: 0;
		top: 0;
		padding: 15px 15px 75px;
		width: 100%;
		height: 100%;
		background: #fff;
		visibility: hidden;
		opacity: 0;
		transition: visibility 400ms ease ,opacity 400ms ease;
		overflow: auto;
		z-index: 10000;
	}
	.motor-global-header__v3 .motor-global-header__nav{
		display: none;
	}
	body.is-menu-open{
		overflow: hidden;
	}
	body.is-menu-open .motor-global-header__nav.motor-global-header__nav__v3{
		visibility: visible;
		opacity: 1;
	}
	.motor-global-header__nav__v3 .motor-global-header__nav-main > li + li{
		border-top: 1px solid #EEE;
	}
	.motor-global-header__nav__v3 .motor-global-header__nav-main > li > a{
		position: relative;
		padding: 0 15px;
		display: flex;
		align-items: center;
		height: 56px;
	}
	.motor-global-header__nav__v3 .motor-global-header__nav-main > li > a:before{
		content: "";
		position: absolute;
		visibility: hidden;
		top: 0;
		left: 0;
		display: block;
		height: 100%;
		width: 4px;
		background: #35363B;
	}
	.motor-global-header__nav__v3 .motor-global-header__nav-main > li.active > a:before{
		visibility: visible;
	}
	.motor-global-header__nav__v3 .motor-global-header__nav-main > li > a[target="_blank"] span{
		position: relative;
		display: inline-block;
		padding: 0 20px 0 0;
	}
	.motor-global-header__nav__v3 .motor-global-header__nav-main > li > a[target="_blank"] span:after{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		right: 0;
		bottom: 0;
		display: block;
		width: 12px;
		height: 12px;
		background: url(../img/icon_blank_gr.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.motor-global-header__nav__v3 .motor-global-header__nav-lower .nav-lower-box + .nav-lower-box{
		margin-top: 25px;
		padding-top: 25px;
		border-top: 1px solid #EEE;
	}
	.motor-global-header__nav__v3 .nav-lower-head li + li{
		margin-top: 20px;
	}
	.motor-global-header__nav__v3 .motor-global-header__nav-lower{
		padding: 20px 0 20px 25px;
	}
	.motor-global-header__nav__v3 .motor-global-header__nav-lower .nav-lower-box .nav-lower-list{
		margin-top: 25px;
	}
	.motor-global-header__nav__v3 .motor-global-header__nav-lower .nav-lower-list li{
		height: 100%;
	}
	.motor-global-header__nav__v3 .motor-global-header__nav-lower .nav-lower-list li + li{
		margin-top: 20px;
	}
	.motor-global-header__nav__v3 .motor-global-header__nav-lower .nav-lower-list li a{
		position: relative;
		padding: 0 0 0 20px;
	}
	.motor-global-header__nav__v3 .motor-global-header__nav-lower .nav-lower-list li a:before{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		display: block;
		width: 12px;
		height: 1px;
		background: #35363B;
	}
	.nav-lower-list-flex ul + ul{
		margin-top: 20px;
	}

	.motor-global-header__nav__v3 .icon__pulldown{
		display: none;
	}
	.motor-global-header__v3 .motor-global-header__button-menu{
		margin: 0 2% 0 0;
		height: 100%;
	}
	.motor-global-header__v3 .motor-global-header__button-menu a{
		display: flex;
		align-items: center;
		width: 100%;
		height: 100%;
	}
	.motor-global-header__v3 .motor-global-header__button-txt{
		color: #fff;
		letter-spacing: 3px;
	}
	.motor-global-header__v3 .motor-global-header__button-txt span:nth-child(2){
		display: none;
	}
	.motor-global-header__v3 .motor-global-header__button-icon{
		position: relative;
		margin: 0 0 0 10px;
		width: 12px;
		height: 12px;
	}
	.motor-global-header__v3 .motor-global-header__button-icon i{
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -1px 0 0 -6px;
		display: block;
		width: 12px;
		height: 2px;
		background: #fff;
	}
	.motor-global-header__v3 .motor-global-header__button-icon i:nth-child(1){
		transform: rotate(90deg);
		transition: transform 400ms ease;
	}

	body.is-menu-open .motor-global-header__v3 .motor-global-header__button-menu a .motor-global-header__button-txt span:nth-child(1){
		display: none;
	}
	body.is-menu-open .motor-global-header__v3 .motor-global-header__button-menu a .motor-global-header__button-txt span:nth-child(2){
		display: block;
	}
	body.is-menu-open .motor-global-header__v3 .motor-global-header__button-menu a .motor-global-header__button-icon i:nth-child(1){
		transform: rotate(0);
	}



/* history-list
====================================================================*/

	#history{
		padding: 40px 15px 0;
	}
	.motor-main-top #history{
		background: #35363B;
	}
	.motor-main-top #history .sec-header{
		color: #fff;
	}
	.motor-main-top #history .sec-header a{
		color: #fff;
	}


	.history__list{
		margin: 0 -15px;
	}
	#history .sec-header h2 {
		font-size: 32px;
		line-height: calc(44/32);
	}
	.history__list .history__list-item a{
		position: relative;
		display: block;
		overflow: hidden;
	}
	.history__list .history__list-item a:before{
		content: "";
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 10;
		background: rgba(0,0,0,0.5);
	}
	.history__list .history__list-item a:after{
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		right: 20px;
		width: 8px;
		height: 14px;
		background: url(../../shared/img/arrow_wh_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;
		z-index: 20;
	}

	.history__list .history__list-item-title{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 100%;
		text-align: center;
		color: #fff;
		z-index: 20;
		
	}
	.history__list .history__list-item-title h3{
		font-size: 24px;
	}
	.history__list .history__list-item-title p{
		margin: 15px 0 0;
		font-size: 16px;
		font-weight: 600;
	}
	.history-latest-header {
		text-align: center;
		
	}
	.history-latest-header h3{
		font-size: 24px;	
	}
	.history-latest-header p{
		margin: 10px 0 0;
		font-size: 16px;
		font-weight: 600;
	}
	.history-latest{
		margin: 0 -15px;
		padding: 35px 0;
		background: #fff;
	}
	.history-latest-box{
		margin: 35px 0 0;
	}
	.history-latest-box figure{
		margin: auto;
		width: 243px;
	}
	.history-latest-box .history-latest-box__txt{
		padding: 25px 0 0;
	}
	.history-latest-box .history-latest-box__txt p{
		line-height: 2;
	}

	.history-latest-inner{
		margin: auto;
		padding: 0 15px;
	}

/* history-gallery-link
====================================================================*/


	.history-gallery-link{
		margin: 30px auto 0;
	}

	.history-gallery-link .history-gallery-link-item + .history-gallery-link-item{
		margin-top: 16px;
	}

	.history-gallery-link .history-gallery-link-item a{
		position: relative;
		display: block;
		overflow: hidden;
	}
	.history-gallery-link .history-gallery-link-item a:before {
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		right: 15px;
		width: 8px;
		height: 14px;
		background: url(../img/arrow_wh_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;
		z-index: 20;
	}
	.history-gallery-link .history-gallery-link-item figure{
		position: relative;
	}
	.history-gallery-link .history-gallery-link-item img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.history-gallery-link .history-gallery-link-txt{
		position: absolute;
		top: 50%;
		width: 100%;
		text-align: center;
		transform: translateY(-50%);
		color: #fff;
	}
	.history-gallery-link .history-gallery-link-txt h2{
		font-size: 24px;
	}
	.history-gallery-link .history-gallery-link-txt p{
		margin: 15px 0 0;
		font-size: 13px;
		font-weight: 600;
	}



/* partner
====================================================================*/

	.history-partner{
		padding: 30px 15px 0;
		margin: 0 -15px;
		background: #fff;
	}
	.history-partner-box{
		padding: 15px;
		background: #F6F6F6;
	}
	.history-partner__list{
		display: flex;
		margin: 0 -8px;
	}
	.history-partner__list a{
		display: block;
	}
	.history-partner__list figure{
		padding: 0 8px;
	}
	.history-partner__list figure figcaption{
		margin-top: 10px;
		line-height: 1.3;
		font-size: 12px;
	}
	.history-partner__list-wrap p{
		margin: 20px 0 0;
		text-align: center;
		font-weight: 600;
		line-height: 1.5;
	}

	.history-partner__list-wrap p{
		margin: 30px 0 0;
		text-align: center;
		font-weight: 600;
	}
	.history-partner__list-driver{
		display: block;
	}
	.history-partner__list-wrap + .history-partner__list-wrap{
		margin-top: 50px;
	}
	.history-partner__list-driver figure + figure{
		margin-top: 30px;
	}



/* links-list
====================================================================*/

	#links{
		background: #F6F6F6;
	}

	.links-list .links-item + .links-item{
		margin-top: 20px;
	}
	.links-list .links-item a{
		position: relative;
		display: flex;
		border: 1px solid #EEEEEE;
		background: #fff;
		transition: opacity 500ms ease;
	}
	.links-list .links-item a figure{
		width: 50%;
	}
	.links-list .links-item a .links-item__txt{
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		width: 50%; 
	}
	.links-list .links-item a .links-item__txt h3{
		font-size: 12px;
		text-align: center;
		line-height: 1.4;
	}
	.links-list .links-item a .links-item__txt p{
		display: none;
	}
	.links-list .links-item a .links-item__txt:after{
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		right: 15px;
		width: 8px;
		height: 14px;
		background: url(../../shared/img/arrow_gr_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;
		z-index: 20;
	}




/* tab-nav
====================================================================*/
	
	.tab-nav{
		margin: 0 0 30px;
		border-bottom: 1px solid #35363B;
		overflow: hidden;
	}

	.tab-nav ul{
		display: flex;
	}
	.tab-nav--2columns ul li{
		width: 50%;
	}
	.tab-nav--3columns ul li{
		width: 33.333%;
		min-width: 140px;
	}
	.tab-nav ul li a{
		position: relative;
		padding: 0 0 18px;
		display: block;
		text-align: center;
		/*color: #35363B;*/
	}
	.tab-nav ul li a:after{
		content: "";
		left: 0;
		position: absolute;
		bottom: 0;
		display: block;
		width: 100%;
		height: 4px;
		background: #35363B;
		opacity: 0;
		transition: opacity 600ms ease;
	}
	.tab-nav ul li a.active:after{
		opacity: 1;
	}



/* news-list__item
====================================================================*/
	.news__list-item figure{
		position: relative;
	}
	.news__list-slide{
		padding: 0 15px;
	}
	.news__list-index{
		margin: 30px 0 0;		
	}
	.news__list-index .news__list-item + .news__list-item{
		margin-top: 40px;
	}
	#latest-news{
		position: relative;
		background: #35363B;
	}
	.news__list-item-wrap,
	.latest-news__list-item-wrap{
		margin: 30px 0 0;
	}
	.news__list-item figure,
	.latest-news__list-item figure{
		position: relative;
	}
	.latest-news__list-slide{
		margin: 0 15px;
	}


/* list__item Newマーク
====================================================================*/

	.news__list-top-item.new a{
		position: relative;
		overflow: hidden;
	}
	.news__list-top-item.new a:after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 60px;
		height: 60px;
		background: #35363B;
		z-index: 30;
		transform: translate(-50%,-50%) rotate(45deg);
		z-index: 10;
	}
	.news__list-top-item.new a:before{
		content: "NEW";
		position: absolute;
		top: 6px;
		left: 2px;
		display: block;
		z-index: 30;
		color: #fff;
		font-weight: 600;
		font-size: 10px;
		transform: scale(0.7);
	}

	.list-item.new a{
		position: relative;
		overflow: hidden;
		display: block;
	}
	.list-item.new a:after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 80px;
		height: 80px;
		background: #35363B;
		z-index: 30;
		transform: translate(-50%,-50%) rotate(45deg);
		z-index: 10;
	}
	.list-item.new a:before{
		content: "NEW";
		position: absolute;
		top: 8px;
		left: 6px;
		display: block;
		z-index: 30;
		color: #fff;
		font-weight: 600;
		font-size: 10px;
	}

/* news__list
====================================================================*/
	.news__list{
		position: relative;
	}
	.news__list-slide{
		padding: 0 15px 0 0;
	}
	.news__list-item .list-item__label + h3{
		margin: 10px 0 0;
		font-size: 14px;
	}
/* report__list
====================================================================*/
	.report__list-slide{
		padding: 0 15px;
	}
	.report__list-item h3 + p{
		margin: 15px 0 0;
	}
	.report__list h3 span{
		position: relative;
	}
	.report__list h3 span + span{
		padding: 0 0 0 13px;
		margin: 0 0 0 13px;
	}
	.report__list h3 span + span:before{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		display: block;
		width: 1px;
		height: 18px;
		background: #B8B8B8;
	}
	.report__list-index .list-item + .list-item{
		margin-top: 40px;
	}

/* videos__list
====================================================================*/

	.videos__list{
		position: relative;
	}
	.videos__list-item .icon-play{
		position: absolute;
		top: 16px;
		left: 16px;
		display: block;
		width: 40px;
		height: 40px;
		border-radius: 20px;
		background: #fff;
	}
	.videos__list-item .icon-play:after{
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -8px 0 0 -6px;
		display: block;
	  width: 0;
	  height: 0;
	  border-style: solid;
	  border-width: 8px 0 8px 16px;
	  border-color: transparent transparent transparent #555555;
	}

	.videos__list-slide{
		padding: 0 15px;
	}
	.videos__list-item h3{

	}
	.videos__list-index .list-item + .list-item{
		margin-top: 40px;
	}

/* list-item
====================================================================*/

	.list-item figure{
		position: relative;
	}
	.list-item figure:before{
		content: ""; 
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		border: 4px solid #35363B;
		z-index: 40;
		visibility: hidden;
	}
	.list-item a.is-active figure:before{
		visibility: visible;
	}


	.list-item a{
		position: relative;
		display: block;
	}
	.list-item__text--wh{
		color: #fff;
	}
	.list-item__text{
		margin: 15px 0 0;
	}
	.list-item__text h3{
		line-height: 1.5;
		font-size: 16px;
	}
	.f1-movie-box .list-item__text h3{
		line-height: 1.8;
		font-size: 14px;
	}
	.list-item__label{
		display: flex;
		align-items: flex-start;
	}
	.list-item__label span{
		font-size: 14px;
		line-height: 1.3;
	}
	.list-item__text--wh .list-item__label span,
	.list-item__text--wh .list-item__label i{
		color: #fff;
	}
	.list-item__label i{
		position: relative;
		margin: 0 0 0 15px;
		padding: 0 0 0 15px;
		font-size: 14px;
		line-height: 1.5;
	}
	.news__list-item .list-item__label i{
		font-size: 12px;
	}
	.news__list-item .list-item__label span{
		font-size: 12px;
	}

	
	.list-item__label i:before{
		content: "";
		position: absolute;
		margin: auto;
		top: 1px;
		left: 0;
		display: block;
		width: 1px;
		height: 18px;
		background: #CCC;
	}
	.list-item__label + h3{
		margin: 10px 0 0;
		line-height: 1.5;
	}
	.list-item__img--border{
		border: 1px solid #eee;
	}
	.list-item .list-item__blank-img{
		background: rgba(0,0,0,0.1);
	}
	.list-item .list-item__blank-img span{
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		text-align: center;
		transform: translateY(-50%);
		font-size: 16px;
		color: #fff;
	}



/* list-button
====================================================================*/

	.list-button--prev,
	.list-button--next{
		display: none;
	}
	.list-button--prev{
		left: 0;
	}
	.list-button--next{
		right: 0;
	}
	.list-button--next,
	.list-button--prev{
		position: absolute;
		width: 50px;
		height: 50px;
		z-index: 500;
		transition: opacity 600ms ease;
	}
	.list-button--next:after,
	.list-button--prev:after{
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 13px;
		height: 22px;
		background-size: 100% 100%;
	}
	.list-button--next:after {
		background: url(../../shared/img/arrow_bl_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.list-button--prev:after {
		background: url(../../shared/img/arrow_bl_l.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.list-button--next.list-button__wh:after {
		background: url(../../shared/img/arrow_wh_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.list-button--prev.list-button__wh:after {
		background: url(../../shared/img/arrow_wh_l.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.list-button--next.swiper-button-disabled,
	.list-button--prev.swiper-button-disabled{
		opacity: 0.2;
		cursor: default;
	}

	.list-button--next.swiper-button-lock,
	.list-button--prev.swiper-button-lock{
		display: none !important;
	}



/* list-pager
====================================================================*/

	.list-pager,
	.list-pager--wh{
		position: relative;
		margin: 30px 0 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		z-index: 20;
	}
	.list-pager span{
		display: inline-block;
		margin: 0 4px 8px !important;
		width: 12px;
		height: 12px;
		border-radius: 6px;
		background: none;
		border: 1px solid #CCC;
		opacity: 1;
	}
	.list-pager .swiper-pagination-bullet-active,
	.list-pager span.active{
		background: #35363B;
		border: 1px solid #35363B;		
	}


	.list-pager--wh span{
		display: inline-block;
		margin: 0 4px;
		width: 12px;
		height: 12px;
		border-radius: 6px;
		background: #35363B;
		border: 1px solid #fff;
		opacity: 1;
	}
	.list-pager--wh span:hover{
		background: #fff;
		border: 1px solid #fff;
	}
	.list-pager--wh .swiper-pagination-bullet-active,
	.list-pager--wh span.active{
		background: #fff;
		border: 1px solid #fff;		
	}


/* movies index
====================================================================*/

	.movies__list-index{
		margin: 30px 0 0;
	}
	.movies__list-index .movies__list-item + .movies__list-item{
		margin-top: 40px;
	}


/* sec-header
====================================================================*/
	.sec-header{
		position: relative;
		margin: 0 0 35px;
	}
	.sec-header h2{
		font-size: min(28px,7.46vw);
		line-height: calc(42/28);
	}
	.sec-header .sec-header-catch{
		margin: 5px 0 0;
		font-size: 16px;
		line-height: 1.4;		
	}
	.sec-header-title-sub{
		text-align: center;
		font-size: 16px;
		line-height: 1.4;		
	}
	.sec-header-title-sub + h2{
		margin: 10px 0 0;
	}
	.sec-header p{
		margin: 20px 0 0;
		font-weight: 600;
		line-height: 1.8;
	}
	.motor-detail .sec-header{
		padding: 40px 0;
		margin: 0;
	}
	.sec-lead{
		padding: 0 32px;
	}
	.sec-lead p{
		margin: 0 0 35px;
		font-weight: 600;
		line-height: 2;
	}
	.sec{
		padding: 40px 15px;
	}
	.sec-inner{
		margin: auto;
		max-width: 1560px;
	}
	.article-header--wh{
		color: #fff;
	}
	.article-header h3{
		position: relative;
		padding: 0 45px 0 0;
		display: inline-block;
		font-size: 18px;
		line-height: 1.3;
	}
	.article-header h3:after{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		right: 0;
		bottom: 0;
		display: block;
		width: 36px;
		height: 1px;
		background: #35363B;
	}
	.article-header h3:after{
		background: #35363B;
	}
	.article-header--wh h3:after{
		background: #fff;
	}

	.article-header p{
		margin: 15px 0 0;
		font-weight: 600;
		line-height: 1.5;
	}
	.article-header .article-header__caution{
		display: block;
		margin: 5px 0 0;
		font-size: 12px;
		line-height: 1.5;
	}

	.sec-header + .article-col{
		margin-top: 35px;
	}
	.article-col + .article-col{
		margin-top: 50px;
	}

/* detail-header
====================================================================*/

	.detail-header{
		position: relative;
		padding: 30px 0;
		display: flex;
		justify-content: flex-end;
	}
	.detail-header h2{
		font-size: 14px;
	}
	.motor-detail__inner{
		margin: auto;
		padding: 0 15px 40px;
		max-width: 1280px;
	}
	.detail-pager{
		display: flex;
		justify-content: space-between;
		margin: 30px 0;
		position: relative;
		z-index: 50;
	}
	.detail-pager a{
		position: relative;
	}
	.detail-pager a.disabled{
		opacity: 0.2;
		cursor: default;
		
	}
	.detail-pager__bottom{
		margin: 30px 0 0;
		padding: 30px 0 0;
		border-top: 1px solid #CCC;
	}


/* detail-feature-pager
====================================================================*/

	.detail-feature-pager{
		margin: 30px 0 60px;
		position: relative;
		z-index: 50;
	}
	.detail-feature-pager a{
		position: relative;
	}
	.detail-feature-pager a.disabled{
		opacity: 0.2;
		cursor: default;
	}
	.detail-feature-pager__bottom{
		margin: 30px 0 0;
		padding: 30px 0 0;
		border-top: 1px solid #CCC;
	}

	.detail-feature-bottom-button .button-link{
		margin: 0;
		/*max-width: 464px;*/
	}
	.detail-feature-bottom-button .button-link a{
		border: 1px solid #707070;
	}
	.detail-feature-bottom-link{
		margin: 30px 0 0;
	}






/* button
====================================================================*/

	.button-link-slide{
		position: relative;
		margin: 20px 0 0;
		width: calc(100% - 20px);
		max-width: 420px;
		z-index: 100;
	}
	.button-link-slide a{
		display: flex;
		align-items: center;
		padding: 10px 50px 10px 10px;
		height: auto;
		min-height: 40px;
		line-height: 1.5;
		font-size: 14px;
	}


	.button-link{
		position: relative;
		margin: 25px auto 0;
		width: 100%;
		max-width: 745px;
		z-index: 100;
	}
	.button-link + .button-link{
		margin-top: 15px;
	}
	.button-link a{
		position: relative;
		display: block;
		height: 50px;
		font-size: 14px;
		font-weight: 600;
		text-align: center;
		line-height: 50px;
	}
	.button-link-auto a{
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px 40px;
		height: auto;
		min-height: 50px;
		line-height: 1.5;
	}
	.button-link__blank--gr a,
	.button-link--gr a{
		color: #fff;
		background: #35363B;
	}
	.button-link__blank--nv a,
	.button-link--nv a{
		color: #fff;
		background: #00162B;
	}

	.button-link__blank--wh a,
	.button-link--wh a,
	.button-link__blank--wh a span,
	.button-link--wh a span{
		color: #35363B;
		background: #fff;
	}
	.button-link--gr a:after,
	.button-link--nv a:after,
	.button-link--wh a:after{
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		right: 15px;
		bottom: 0;
		width: 8px;
		height: 14px;
	}
	.button-link--gr a:after{
		background: url(../img/arrow_wh_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;		
	}
	.button-link--nv a:after{
		background: url(../img/arrow_wh_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;		
	}
	.button-link--wh a:after{
		background: url(../img/arrow_bl_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.button-link__blank--gr a:after,
	.button-link__blank--wh a:after{
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		right: 15px;
		bottom: 0;
		width: 14px;
		height: 14px;
	}
	.button-link__blank--gr a:after{
		background: url(../img/icon_blank_wh.svg) 0 0 no-repeat;
		background-size: 100% 100%;		
	}
	.button-link__blank--wh a:after{
		background: url(../img/icon_blank_gr.svg) 0 0 no-repeat;
		background-size: 100% 100%;		
	}
	
	.entry__detail-column-wrap + .button-box__btm .button-link-s{
		margin: 50px 0 0;
	}
	.button-link-s{
		position: relative;
		margin: 25px auto 0;
		width: 75%;
		z-index: 100;
	}
	.button-link-s a{
		position: relative;
		display: block;
		height: 50px;
		font-size: 12px;
		font-weight: 600;
		text-align: center;
		line-height: 50px;
	}
	.button-link-flex{
		position: relative;
		margin: 25px auto 0;
		z-index: 100;
	}
	.button-link-flex a{
		position: relative;
		display: flex;
		align-items: center;
		padding: 0 35px;
		height: 50px;
		line-height: 1.4;
		font-weight: 600;
		justify-content: center;
		font-size: 12px;
	}


	.button-link-flex-s{
		position: relative;
		margin: 25px auto 0;
		z-index: 100;
	}
	.button-link-flex-s a{
		position: relative;
		display: flex;
		align-items: center;
		text-align: center;
		padding: 11px 35px;
		line-height: 1.6;
		font-weight: 600;
		justify-content: center;
		font-size: 12px;
		min-height: 50px;
	}


	.button-link__blank--bl a,
	.button-link--bl a{
		color: #fff;
		background: #35363B;
	}
	.button-link__blank--wh a,
	.button-link--wh a{
		color: #35363B;
		background: #fff;
	}
	.button-link--bl a:after,
	.button-link--wh a:after{
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		right: 15px;
		bottom: 0;
		width: 8px;
		height: 14px;
	}
	.button-link--bl a:after{
		background: url(../img/arrow_wh_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;		
	}
	.button-link--wh a:after{
		background: url(../img/arrow_bl_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.button-link__blank--bl a:after,
	.button-link__blank--wh a:after{
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		right: 15px;
		bottom: 0;
		width: 14px;
		height: 14px;
	}
	.button-link__blank--bl a:after{
		background: url(../img/icon_blank_wh.svg) 0 0 no-repeat;
		background-size: 100% 100%;		
	}

	.button-link__more--bl a:after,
	.button-link__more--wh a:after{
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		right: 25px;
		bottom: 0;
		width: 14px;
		height: 8px;
	}

	.button-link__more--bl,
	.button-link__more--wh{
		margin: 25px auto 0;
	}
	.button-link__more--bl a:after{
		background: url(../img/arrow_wh_d.svg) 0 0 no-repeat;
		background-size: 100% 100%;		
	}
	.button-link__more--wh a:after{
		background: url(../img/arrow_bl_d.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.button-link__more--bl span,
	.button-link__more--wh span{
		font-weight: 600;
	}
	.button-link__more--bl span:nth-child(2),
	.button-link__more--wh span:nth-child(2){
		display: none;
	}
	.button-link__more--bl a.is-click span:nth-child(2),
	.button-link__more--wh a.is-click span:nth-child(2){
		display: block;
	}
	.button-link__more--bl a.is-click span:nth-child(1),
	.button-link__more--wh a.is-click span:nth-child(1){
		display: none;
	}
	.button-link__more--bl a.is-click:after,
	.button-link__more--wh a.is-click:after{
		transform: rotate(-180deg);
	}


	

/* link__arrow
====================================================================*/

	.link__arrow--r-jp,
	.link__arrow--l-jp{
		font-weight: 600;
	}

	.link__arrow--r,
	.link__arrow--r-jp{
		position: absolute;
		padding: 0 20px 0 0;
		top: 50%;
		right: 0;
		font-size: 14px;
		/*color: #35363B;*/
		transform: translateY(-50%);
	}
	.link__arrow--l,
	.link__arrow--l-jp{
		position: absolute;
		padding: 0 0 0 20px;
		top: 50%;
		left: 0;
		font-size: 14px;
		/*color: #35363B;*/
		transform: translateY(-50%);
	}

	.link__arrow--l:after,
	.link__arrow--r:after,
	.link__arrow--l-jp:after,
	.link__arrow--r-jp:after{
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		width: 8px;
		height: 14px;
	}
	.link__arrow--l:after,
	.link__arrow--l-jp:after{
		left: 0;
		background: url(../img/arrow_bl_l.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.link__arrow--r:after,
	.link__arrow--r-jp:after{
		right: 0;
		background: url(../img/arrow_bl_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.link__arrow--r-wh:after{
		right: 0;
		background: url(../img/arrow_wh_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;		
	}
	.link__arrow-header-back{
		top: 20px;
		z-index: 50;
	}
	
	.link__box-arrow{
		position: absolute;
		right: 0;
		bottom: 0;
		display: block;
		width: 36px;
		height: 36px;
		background: #35363B;
		z-index: 30;
	}
	.link__box-arrow.link__box-arrow-s{
		width: 30px;
		height: 30px;
	}

	.link__box-arrow:after{
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		left:  0;
		bottom: 0;
		right: 0;
		width: 8px;
		height: 14px;
		background: url(../img/arrow_wh_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}

	.link__box-arrow--wh{
		position: absolute;
		right: 0;
		bottom: 0;
		display: block;
		width: 36px;
		height: 36px;
		background: #fff;
		z-index: 30;
	}
	.link__box-arrow--wh:after{
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		left:  0;
		bottom: 0;
		right: 0;
		width: 8px;
		height: 14px;
		background: url(../img/arrow_bl_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}

	.link__box-blank{
		position: absolute;
		right: 0;
		bottom: 0;
		display: block;
		width: 36px;
		height: 36px;
		background: #35363B;
		z-index: 30;
	}
	.link__box-blank:after{
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		left:  0;
		bottom: 0;
		right: 0;
		width: 14px;
		height: 14px;
		background: url(../img/icon_blank_wh.svg) 0 0 no-repeat;
		background-size: 100% 100%;
	}



}


@media screen  and (max-width: 374px){


}




