@charset "utf-8";

/* contents */
.gr86-page * {
	box-sizing: border-box;
}
.gr86-page {
	font-family: 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	color: #333;
    word-wrap: break-word;
    padding: 40px 0 0;
}
.gr86-page img {
	max-width: 100%;
	height: auto;
}
.gr86-page .wf {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 400;
}
.gr86-page .mincho {
    font-family: YuMincho,"游明朝","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝", serif;
}
.gr86-page #header_r {
    float: none;
    padding: 0;
    position: absolute;
    right: 5%;
    top: 100px;
    z-index: 1;
}
.socialBtn li {
    width: auto !important;
}
.socialBtn li:nth-child(2) {
    width: auto !important;
}
.socialBtn li:last-child {
    width: auto !important;
}

/* heading */
.gr86-page .hdg {
	margin: 0 0 50px;
	text-align: center;
	letter-spacing: .2em;
}
.gr86-page .hdg .ttl-en {
    font-size: 30px;
    line-height: 1.2;
}
.gr86-page .hdg .ttl {
    font-size: 16px;
    margin: 5px 0 0;
    background: none;
}

/* main  */
.section-main {
	height: 750px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	background-image: url(../img/gr86/main-gr86.jpg);
	padding: 0 5%;
}
.section-main .main-txt {
	padding: 100px 5% 0;
	text-align: center;
}
.section-main .main-txt p {
	font-size: 18px;
	margin: 10px 0 0;
}
.section-main .main-txt p .sp {
	display: none;
}
.section-main .car {
	text-align: center;
	padding: 30px 5% 0;
}

/* concept */
.section-concept {
	padding: 80px 5%;
}
.section-concept .concept {
	text-align: center;
}
.section-concept .concept p {
	margin: 20px 0 0;
}
.section-concept-gallery #GR86Concept img {
	width: 100%;
}
.section-concept-gallery .swiper-wrapper {
    padding: 0px 0px 40px;
}
.section-concept-gallery .swiper-blind-left,
.section-concept-gallery .swiper-blind-right {
    position: absolute;
    width: 22.2%;
    height: calc(100% - 40px);
    display: block;
    top: 0;
    background: rgba(0,0,0,.4);
    z-index: 5;
}
.section-concept-gallery .swiper-blind-right {
    right: 0;
}
.section-concept-gallery .swiper-pagination .swiper-pagination-bullet,
.section-gallery .swiper-pagination .swiper-pagination-bullet {
    background: #bec9cc;
    opacity: 1;
}
.section-concept-gallery .swiper-pagination .swiper-pagination-bullet-active,
.section-gallery .swiper-pagination .swiper-pagination-bullet-active {
    background: #d5011c;
    transform: scale(1.5);
}
.section-concept-gallery .swiper-button-next,
.section-gallery .swiper-button-next {
    width: 40px;
    height: 40px;
    background: url(../img/gr86/ico-arrow-right.svg) center no-repeat;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.section-concept-gallery .swiper-button-prev,
.section-gallery .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: url(../img/gr86/ico-arrow-left.svg) center no-repeat;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.section-concept-gallery .swiper-button-next:after,
.section-gallery .swiper-button-next:after,
.section-concept-gallery .swiper-button-prev:after,
.section-gallery .swiper-button-prev:after {
    content: '';
}
.modaal-gallery-control:after, .modaal-gallery-control:before {
    width: 2px;
    border-radius: 0px;
}
.modaal-gallery-prev:before {
    margin: 6px 0 0;
}
.modaal-gallery-next:before {
    margin: -6px 0 0;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
    background: none;
}
.modaal-close:focus, .modaal-close:hover {
    background: none;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
    background: #fff;
}
.modaal-close:after, .modaal-close:before {
    width: 2px;
    border-radius: 0px;
}

/* movie  */
.section-movie {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 80px;
}
.section-movie .movie-box {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}
.movie-wrap {
	width: 100%;
	height: 0;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	margin: auto 0 0;
}
.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.section-movie .m-item {
    width: 50%;
    background: #65666b;
    display: flex;
    flex-direction: column;
}
.section-movie .m-item:first-child {
    text-align: right;
    background: #4a4b4f;
}
.section-movie .m-item .ttl-movie {
    padding: 40px;
}
.section-movie .m-item .ttl-movie h3 {
    color: #FFF;
    letter-spacing: .1em;
}
.section-movie .m-item .ttl-movie p {
    color: #FFF;
    margin: 10px 0 0;
    font-weight: 600;
}
.section-movie h3 {
    font-size: 30px;
    line-height: 1.2;
}

/* gallery  */
.section-gallery {
	padding: 80px 0;
}
.section-gallery .swiper-wrapper {
    padding: 0px 0px 40px;
}
.section-gallery .g-item-wrap {
    display: flex;
    flex-wrap: wrap;
}
.section-gallery .g-item-wrap .g-item-l {
    width: 100%;
}
.section-gallery .g-item-wrap .g-item-s {
    display: flex;
}
.section-gallery .g-item-wrap .g-item-s .g-item {
    width: 50%;
    display: block;
}
.section-gallery .g-item-wrap .g-item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.section-gallery .g-item-wrap .g-item a .overlay-txt {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	width: 100%;
	padding: 20px;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.section-gallery .g-item-wrap .g-item a:hover .overlay-txt {
	opacity: 1;
}
.section-gallery .g-item-wrap .g-item a img {
	-webkit-transition: transform .5s;
	transition: transform .5s;
	transform: scale(1);
}
.section-gallery .g-item-wrap .g-item a:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

/* parts */
.section-parts {
	background: #65666b;
	color: #fff;
	padding: 80px 5%;
}
.section-parts .inner {
    width: 100%;
    max-width: 1360px;
    margin: auto;
}
.section-parts .hdg {
	margin: 0;
}
.section-parts .hdg .ttl {
	color: #fff;
}
.section-parts ul.parts-list {
	display: flex;
    flex-wrap: wrap;
}
.section-parts ul.parts-list>li {
	width: 33%;
	padding: 0 30px;
	margin: 50px 0 0;
}
.section-parts ul.parts-list>li:not(:nth-child(3n)) {
	border-right: 1px solid rgba(255,255,255,.5);
}
.section-parts ul.parts-list h3 {
	font-size: 18px;
	color: #fff;
	margin: 0 0 20px;
}
.section-parts ul.detail-list {

}
.section-parts ul.detail-list>li {
	position: relative;
	padding: 0 0 0 20px;
	margin: .5em 0 0;
}
.section-parts ul.detail-list>li::before {
	position: absolute;
	left: 0;
	top: .3rem;
    content: "";
    display: inline-block;
    margin: 0 10px 0 0;
    background: #fff;
    width: 10px;
    height: 10px;
}

@media only screen and (max-width: 1140px) {
	.modaal-gallery-control {
	    background: none;
	}
}

@media only screen and (max-width: 1024px) {
	.section-main {
		height: auto;
		padding: 84% 0 0;
	    background-image: url(../img/gr86/main-gr86-w1100.jpg);
	    position: relative;
	}
	.section-main .main-txt {
		position: absolute;
		top: 20%;
		padding: 20px 10% 0;
		width: 100%;
	}
	.section-main .car {
		position: absolute;
		bottom: 20px;
		padding: 0 10%;
	}
	.section-main .main-txt img {
		width: 80%;
	}
	.section-main .car img {
		width: 80%;
	}
	.section-movie {
	    padding: 0 0 40px;
	}
	.section-movie .m-item {
	    width: 100%;
	}
	.section-movie h3 {
	    font-size: 24px;
	}
	.section-movie .m-item .ttl-movie {
	    padding: 20px 5%;
	}
	.section-movie .m-item:first-child {
	    text-align: left;
	}
	.section-parts ul.parts-list>li {
	    width: 50%;
	}
	.section-parts ul.parts-list>li:not(:nth-child(3n)) {
	    border-right: none;
	}
	.section-parts ul.parts-list>li:not(:nth-child(2n)) {
		border-right: 1px solid rgba(255,255,255,.5);
	}
}

@media only screen and (max-width: 767px) {
	.gr86-page {
	    font-size: 14px;
	}
	.gr86-page .hdg {
		margin: 0 0 25px;
	}
	.gr86-page .hdg .ttl-en {
	    font-size: 24px;
	}
	.gr86-page .hdg .ttl {
	    font-size: 14px;
	}
	.section-main .main-txt p {
    	font-size: 3vw;
		line-height: 1.2;
		margin: 5px 0 0;
	}
	.section-main .main-txt p .sp {
		display: block;
	}
	.section-concept {
	    padding: 40px 5%;
	}
	.section-concept .concept .pc {
	    display: none;
	}
	.section-main .car {
		bottom: 0;
	}
	.section-movie {
	    padding: 0 0 40px;
	}
	.section-concept-gallery .swiper-blind-left,
	.section-concept-gallery .swiper-blind-right {
	    display: none;
	}
	.section-gallery {
	    padding: 40px 0;
	}
	.section-parts {
	    padding: 40px 5%;
	}
	.section-parts .hdg {
	    margin: 0 0 5px;
	}
	.section-parts ul.parts-list h3 {
	    font-size: 16px;
	}
	.section-parts ul.parts-list>li {
	    width: 100%;
	    padding: 20px 0 0;
	    margin: 20px 0 0;
		border-top: 1px solid rgba(255,255,255,.5);
	}
	.section-parts ul.parts-list>li:not(:nth-child(3n)) {
	    border-right: none;
	}
	.section-parts ul.parts-list>li:not(:nth-child(2n)) {
	    border-right: none;
	}
}

@media only screen and (max-width: 640px) {
	.gr86-page #header_r {
	    right: auto;
	    left: 5%;
	    top: 70px;
	}
}