@charset "utf-8";

/* ==========================================

  ノーマライズCSS

========================================== */
body {margin: 0;padding: 0;max-width: 100vw;overflow-x: hidden !important;font-family: "HondaGlobalFontJP-Regular", sans-serif;}
ul {list-style: none;margin: 0;padding: 0;}
* {line-height:1.5em;}
img {max-width: 100%;height: auto;}
.spOnly {display: none !important;}
#contents_area{ font-size: 16px;}
#contents_area br.spOnly {display: none !important;}
.hide {display: none;}

@media all and (max-width: 768px){
#contents_area br,
#contents_area br.spOnly,
br.sp {
    display: block !important;
}
body {font-size: 5vw;}
.spOnly {display: block !important;}
}


/* ==========================================

  メイン画像 / タイトル

========================================== */
#heroBox {
    width: 100%;
    max-width: 1440px;
    position: relative;
    margin: 0 auto;
}
#mainImage {
    display: block;
}
#heroBox > h3 {
    position: absolute;
    text-align: left;
    color: white;
    top: auto;
    width: auto;
    bottom: 40px;
    left: 10.85%;
    margin: 0;
    font-size: 24px;
    line-height: 1.75em;
    letter-spacing: 0.1em;
}
@media all and (max-width: 768px){
#heroBox {
    min-height: 800px;
    background-image: url(../img/main_sp.jpg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}
#mainImage {
    display: none;
}
#heroBox > h3 {
    width: 100vw;
    top: 17%;
    margin: initial;
    left: auto;
    right: auto;
    bottom: auto;
    text-align: center;
    font-size: 5.25vw;
    line-height: 2.25em;
}
}


/* ==========================================

  index_pc.cssからの流用

========================================== */
@media all and (min-width : 769px){
.block > .block_inner {
    width: 880px;
    margin: 0 auto;
}
.block > .block_inner.wide {
    width: 980px;
}
.block .box_flex {
    padding: 100px 0;
}
.block .box_flex > .img {
    font-size: 0;
}
.block .box_flex > .box {
    width: 408px;
    box-sizing: border-box;
}
.block > .wide > .box_flex > .box {
    width: 100%;
    text-align: center;
}
.block .box_flex > .box.img {
    width: 430px;
    padding: 0;
}
.block .box_flex > .box.img + .box {
    padding: 0 0 0 60px;
}
.block .box_flex > .box > .link {
    text-align: left;
}
}


/* ==========================================

  ラゲッジプレビュー - slickカスタマイズ

========================================== */
@media all and (min-width: 769px) {
#luggageBox .slick-list.draggable {
    min-height: 734px;
    min-width: 980px;
}
}
@media all and (max-width: 768px){
#luggageBox .slick-list.draggable {
    min-width: 100vw;
    min-height: 75vw;
}
}
#luggageBox .slick-dots li button:before {
    color: transparent;
    border: 1px solid #000;
    border-radius: 200px;
    font-size: 0.25em;
    line-height: 1em;
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: transparent;
}
#luggageBox .slick-dots li.slick-active button:before,
#luggageBox .slick-dots li:hover button:before,
#luggageBox .slick-dots li:focus button:before {
    background-color: #000;
}
#luggageBox .slick-prev:before,
#luggageBox .slick-next:before {
    color: transparent;
    display: block;
    font-family: initial;
    width: 1em;
    height: 1em;
    font-size: 36px;
}
#luggageBox .slick-prev:before {
    content: '<';
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(135deg) skew(5deg, 5deg) scale(0.7, 0.675);
}
#luggageBox .slick-next:before {
    content: '>';
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(-45deg) skew(5deg, 5deg) scale(0.7, 0.675);
}
#luggageBox .slick-prev,
#luggageBox .slick-next {
    bottom: 15px;
    top: auto;
    z-index: 99;
    width: 36px;
    height: 36px;
}
#luggageBox .slick-prev {
    left: 35%;
}
#luggageBox .slick-next {
    right: 35%;
}
#luggageBox .slick-dots {
    bottom: 42px !important;
    right: calc((100% - 128px) / 2); /* .slick-dotsの横幅 128px */
    left: calc((100% - 128px) / 2); /* .slick-dotsの横幅 128px */
    z-index: 99;
}
#luggageBox .slick-dots li,
#luggageBox .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
}
#luggageBox .slick-dots li {
    margin: 0 10px;
}
@media all and (max-width: 768px) {
#luggageBox .slick-prev,
#luggageBox .slick-next {
    width: 15px;
    height: 23px;
}
#luggageBox .slick-prev {
    left: 20%;
    bottom: 6px;
}
#luggageBox .slick-next {
    right: 20%;
    bottom: 6px;
}
#luggageBox .slick-prev:before,
#luggageBox .slick-next:before {
    background-size: contain;
    font-size: 15px;
}
#luggageBox .slick-dots {
    bottom: 24px !important;
}
#luggageBox .slick-dots li,
#luggageBox .slick-dots li button {
    width: 10px;
    height: 10px;
}
#luggageBox .slick-dots li button:before {
    width: 8px;
    height: 8px;
}
}


/* ==========================================

  ラゲッジプレビュー - フェードインアニメ

========================================== */
.fadeInImage {
    position: relative;
}
.fadeInImage > img {
    position: absolute;
}
.fadeInImage[data-max-slide="4"] > img {
    opacity: 0;
}
.fadeInImage[data-max-slide] > img:first-of-type {
    opacity: 1;
}
@keyframes fadeInImageAnime {
      0% {opacity: 0;}
    100% {opacity: 1;}
}

/* ------------------------------------------

  フェードインアニメ(4枚の場合)

------------------------------------------ */
.fadeInImage[data-max-slide="4"].fade > img:nth-of-type(2) {
    animation: fadeInImageAnime 0.5s ease-in 0.5s forwards;
}
.fadeInImage[data-max-slide="4"].fade > img:nth-of-type(3) {
    animation: fadeInImageAnime 0.5s ease-in 1.0s forwards;
}
.fadeInImage[data-max-slide="4"].fade > img:nth-of-type(4) {
    animation: fadeInImageAnime 0.5s ease-in 1.5s forwards;
}


/* ==========================================

  ラゲッジプレビュー - SVG描画用CSS

========================================== */
#drawSvgBox,
#linkBox {
    position: absolute;
    top: 0;
    left: 0;
}
@media all and (min-width: 769px){
#drawSvgBox {
    min-height: 750px;
    min-width: 980px;
}
}
@media all and (max-width: 768px){
#drawSvgBox {
    min-width: 100vw;
    min-height: 75vw;
}
}
.pathLink:not(.spLink) {
    opacity: 0;
}
#drawSvgBox.start .firstCircle {
    animation: allSvgDraw 1s linear 0s forwards;
}
#drawSvgBox.start .secondPath {
    stroke-dasharray: 300px;
    stroke-dashoffset: 300px;
    animation: allSvgDraw 1s linear 0s forwards;
}
#drawSvgBox.start .thirdPath {
    stroke-dasharray: 500px;
    stroke-dashoffset: 500px;
    animation: allSvgDraw 1s linear 1s forwards;
}
@media all and (min-width: 769px){
#linkBox.start .pathLink:not(.spLink) {
    animation: textDraw 1s ease-in-out 2s forwards;
}
}
@media all and (max-width: 768px){
#linkBox .pathLink:not(.spLink) {
    animation: textDraw 1s ease-in-out 2s forwards;
}
}

.pathLink:hover {
    opacity: 0.75;
}
@keyframes allSvgDraw {
    to {stroke-dashoffset: 0;}
}
@keyframes textDraw {
      0% {opacity: 0;}
    100% {opacity: 1;}
}

/* IE/edgeハック */
/* ※SVGが描画されない対応 */
_:-ms-lang(x),
#drawSvgBox.start .firstCircle,
#drawSvgBox.start .secondPath,
#drawSvgBox.start .thirdPath {
    stroke-dasharray: inherit;
    stroke-dashoffset: inherit;
    opacity: 0;
}
_:-ms-lang(x),
#drawSvgBox.start .firstCircle {
    animation: allSvgDisp 0.2s linear 0s forwards;
}
_:-ms-lang(x),
#drawSvgBox.start .secondPath {
    animation: allSvgDisp 1s linear 0.2s forwards;
}
_:-ms-lang(x),
#drawSvgBox.start .thirdPath {
    animation: allSvgDisp 1s linear 1.4s forwards;
}
@keyframes allSvgDisp {
    from {opacity: 0;}
    to {opacity: 1;}
}
@media all and (min-width: 769px){
_:-ms-lang(x),
#linkBox.start .pathLink:not(.spLink) {
    animation: textDraw 1s ease-in-out 2.5s forwards;
}
}
@media all and (max-width: 768px){
_:-ms-lang(x),
#linkBox .pathLink:not(.spLink) {
    animation: textDraw 1s ease-in-out 2.5s forwards;
}
}

@media all and (min-width: 769px){
circle.on,
path.on,
#linkBox a.pathLink.on {
    opacity: 0.7 !important;
}

/* IE/edgeハック */
/* ※SVGが描画されない対応 */
_:-ms-lang(x),
circle.on,
path.on,
#linkBox a.pathLink.on {
    opacity: 0.7 !important;
}
}
@media all and (max-width: 768px) {
#drawSvgBox {
    display: none;
}
}
.pathLink:after {
    content: '';
    width: 1em;
    height: 1em;
    display: inline-block;
    background-image: url(../img/parts_ico_btn_detail_arrow_k.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1em 1em;
    position: absolute;
    top: auto;
    bottom: 0.05em;
    right: 0.5em;
}
@media all and (min-width: 769px){
#linkBox .pathLink.on:before {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.3;
    line-height: 2.5em;
}
.pathLink.on:after {
    opacity: 0.7;
}
}
@media all and (max-width: 768px) {
.pathLink:after {
    bottom: 0.2em;
}
.w100_sp {
    width: 100% !important;
}
.spLink {
    position: relative;
    width: auto;
    white-space: nowrap;
    text-align: left;
    padding-right: 2em;
    margin: 0.5em 0.5em 0.5em 0;
    line-height: 1.25em !important;
    display: block;
    float: left;
    font-size: 4vw;
    color: #333 !important;
}
.spLink:before {
    content: "";
    display: block;
    min-width: 100%;
    min-height: 100%;
    background: linear-gradient(transparent 60%, #fff 60%);
    position: absolute;
    bottom: 0;
    left: -2px;
    z-index: -1;
}
#linkBox.start .spLink.on:before {
    animation: flashUnderLine 0.5s ease-in-out 0.1s infinite alternate;
}
#linkBox:after {
    content: "";
    display: block;
    clear: both;
}
#spCircleLinks {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
}
#spCircleLinks > a {
    padding: 0.125em;
    font-size: 1.25em;
    text-decoration: none;
    color: #21261f;
    background-color: rgba(227, 227, 228, 0.8);
    border-radius: 200px;
    line-height: 1;
    position: absolute;
    text-align: center;
    width: 1em;
    height: 1em;
    opacity: 0;
    transition: opacity .3s ease 0s;
}
#spCircleLinks.start > a {
    opacity: 1;
}
#spCircleLinks.start > a.on {
    animation: flashCircle 0.5s ease-in-out 0.1s infinite alternate;
}
}
/* ※IE対応: @media 内に、@keyframesを入れると動かないので */
@keyframes flashUnderLine {
      0% {background: linear-gradient(transparent 60%, #fff 60%);}
    100% {background: linear-gradient(transparent 60%, #ffff2a 60%);}
}
@keyframes flashCircle {
      0% {background-color: rgba(227, 227, 228, 0.8);}
    100% {background-color: rgba(255, 255,  42, 1.0);}
}


/* ==========================================

  section

========================================== */
.section:after {
    content: "";
    display: block;
    clear: both;
}
.sectionHero,
.deepGreen {
    background-color: #21261f;
    margin-bottom: 0 !important;
}
.block.deepGreen {
    margin-top: -1px;
}
.section h4 {
    margin: 0 0 0.5em;
    font-size: 28px;
    line-height: 1.75em;
    font-weight: normal;
}
.section > .deepGreen h4 {
    color: white;
}
.section p {
    color: white;
    font-size: 0.875em;
    margin: 1.75em 0;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}


/* ==========================================

  linkBtn / section

========================================== */
a.linkBtn {
    padding: 0.5em 0;
    width: 18em;
    color: #333 !important;
    text-decoration: none;
    letter-spacing: 0.1em;
    border: 1px solid #333;
    display: block;
    text-align: center !important;
    margin: 2.25em 0 0;
    position: relative;
    line-height: 1.5em;
}
a.linkBtn:after {
    content: '';
    width: 1.25em;
    height: 1.25em;
    display: inline-block;
    background-image: url(../img/parts_ico_btn_detail_arrow_b.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1.25em 1.25em;
    position: absolute;
    top: 25%;
    right: 1em;
}
.deepGreen a.linkBtn {
    color: white !important;
    border-color: white !important;
}
.deepGreen a.linkBtn:after {
    background-image: url(../img/parts_ico_btn_detail_arrow_w.png);
}
a.linkBtn.linkBlack:after {
    background-image: url(../img/parts_ico_btn_detail_arrow_k.png);
}
.section_end {
    width: calc(27em * 2 + 1px * 2 * 2 + 40px); /* 内蔵するボタンのサイズ 27em、ボタンの左右の線 1px*2、ボタン同士の間の余白 40px */
    min-height: 40px;
    margin: 1.75em auto 100px !important;
    line-height: 24px !important;
}
.section_end > a.linkBtn {
    width: 27em;
    color: #0064a1 !important;
    border-color: #0064a1 !important;
    float: left;
    display: block;
    margin-top: 0;
    line-height: 1.7em;
    border-radius: 2px;
}
.section_end > a.linkBtn:first-of-type {
    margin-right: 40px;
}
.wide a.linkBtn {
    margin: 2.25em auto 0;
}
.sectionSlider > .block:last-of-type {
    margin: 0 auto 80px;
}
@media all and (max-width: 768px) {
.section_end {
    width: 100%;
    margin-bottom: 23vw !important;
}
.section_end > a.linkBtn {
    margin-top: initial;
    float: none;
    width: calc(100% - 15px * 2 - 1px * 2);
    margin: 5vw 15px;
    font-size: 100%;
    line-height: inherit;
}
/* IE/Edgeハック */
/* ※余白の考え方が違うことによるレイアウト崩れ */
_:-ms-lang(x),
.section_end > a.linkBtn {
    margin: 0 15px 5vw;
}
.sectionSlider {
    margin: 12vw 0 0;
}
.sectionSlider > .block:last-of-type {
    margin: 0 0 2vw;
}
.section h4 {
    margin: 0 0 1em;
    font-size: 4.8vw;
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
    line-height: 1.5em;
}
.section p {
    font-size: 0.775em;
    margin: 1em 0;
}
.block.deepGreen .box_flex {
    background-color: #21261f;
}
.block.deepGreen .copy {
    margin: 0 0 0.85em;
    font-size: 4vw;
    line-height: 1.375em;
}
.box_flex > .box {
    padding: 0 5.25vw 12vw;
}
.wide .box_flex > .box h4 {
    text-align: center;
}
.sectionSlider .wide a.linkBtn {
    margin: 7vw auto 0;
}
.section p.box.img {
    margin: 0;
    padding: 12vw 5.25vw 8vw;
}
a.linkBtn {
    width: 90%;
    margin: 7vw auto 0;
    font-size: 4.25vw;
    line-height: 1.5em;
}
}


/* ==========================================

  SP時のみscrollを表示する
  ※PCの時は全画面表示にならないので

========================================== */
@media all and (max-width: 768px) {
#heroBox:before {
    content: "scroll";
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 2em;
    left: 0;
    right: 0;
    letter-spacing: 0.1em;
}
#heroBox:after {
    content:  ">";
    color: #fff;
    font-size: 14px;
    text-align: center;
    position: absolute;
    bottom: 0.75em;
    left: 0;
    right: 0;
    animation: scrollBounds 1.5s ease-in-out 0s infinite forwards;
}
#heroBox:before,
#heroBox:after {
    font-size: 2.9vw;
}
}
/* ※IE対応: @media 内に、@keyframesを入れると動かないので */
@keyframes scrollBounds {
      0% {transform: rotate(90deg) scale(0.75, 1.25) translateX(0);}
     50% {transform: rotate(90deg) scale(0.75, 1.25) translateX(10px);}
    100% {transform: rotate(90deg) scale(0.75, 1.25) translateX(0);}
}


/* ==========================================

  ラゲッジプレビュー - slickの表示不具合対応

========================================== */
@media all and (max-width: 768px){
#luggageBox .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: .75;
}
}