@charset "UTF-8";
.news-genre::after,
.news-more::after {
    font-family: yamahaMotor, my-sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
    line-height: 1
}

.news-title::after {
    display: inline-block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

#kvCarousel .swiper-slide-active .desc {
    opacity: 1
}

#kvCarousel .desc {
    color: #fff;
    opacity: 0;
    transition: opacity 1s .4s;
    position: absolute;
    z-index: 1;
    top: 50%;
    display: block;
    line-height: normal
}

#kvCarousel .desc small {
    font-size: 1rem;
    display: block;
    margin-top: 8px
}

/*.homeMenu figure:nth-child(2n+1) {
    transform: translateY(12px)
}*/

.homeMenu .landingMenu-img {
    position: relative;
    display: block;
    overflow: hidden
}

.homeMenu .landingMenu-img::after,
.homeMenu .landingMenu-img::before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0
}

.homeMenu .landingMenu-img::before {
    z-index: 1;
    border-style: solid;
    border-color: transparent transparent #fff transparent
}

.homeMenu .landingMenu-img::after {
    z-index: 2;
    border-style: solid;
    border-color: transparent transparent #e0e0e0 transparent
}

.homeMenu .landingMenu-title {
    text-align: right
}

.homeMenu .landingMenu-title small {
    display: block;
    font-size: .8125rem
}

.news {
    margin-top: 48px;
    overflow: hidden
}

.news-date {
    margin-bottom: 0;
    color: #9e9e9e;
    font-size: .75rem;
    text-align: right
}

.news-genre {
    margin-bottom: 8px;
    display: inline-block;
    opacity: .6
}

.news-genre:hover {
    opacity: 1
}

.news-genre::after {
    content: "\e002";
    margin-left: 4px;
    vertical-align: middle;
    font-size: 1.2em
}

.news-heading {
    display: block
}

.news-item {
    border-left: 4px solid #0288d1;
    padding-left: 8px;
    position: relative;
    margin-bottom: 24px
}

.news li:nth-child(2n+1) {
    margin-left: 0
}

.news-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap
}

.news-more {
    display: block;
    float: right
}


.news-more::after {
    content: "\293B";
    margin-left: 4px;
    vertical-align: text-bottom
}

/*.news-more::after {
    content: "\e006";
    margin-left: 4px;
    vertical-align: text-bottom
}*/
.news-title {
    color: #000;
    float: left;
    display: block
}

.news-title::after {
    content: '';
    background-image: url(../../images/sprite.svg#rss);
    height: .8em;
    width: .8em;
    margin-left: 8px
}

@media only screen and (max-width:47.9375em) {
    #kvCarousel .desc {
        display: none
    }
    #kvCarousel .desc strong {
        font-size: 1.75rem
    }
    .homeMenu .landingMenu-caption {
        margin-top: -26px;
        padding: 0 12px 12px 12px
    }
    .homeMenu .landingMenu-img::before {
        border-width: 0 0 50px 146px
    }
    .homeMenu .landingMenu-img::after {
        border-width: 0 0 10px 10px
    }
    .news-date {
        position: absolute;
        right: 0;
        top: 0
    }
    .news-item {
        margin-left: 0
    }
    .news-title {
        float: none;
        text-align: center;
        font-size: 1.25rem
    }
}

@media only screen and (min-width:48em) and (max-width:74.9375em) {
    #kvCarousel .desc {
        left: 13.5%;
        transform: translateY(-50%);
        font-size: 1.75rem
    }
    #kvCarousel .desc strong {
        font-size: 4.5rem
    }
    .homeMenu .landingMenu-caption {
        margin-top: -26px;
        padding: 0 12px 12px 12px
    }
    .homeMenu .landingMenu-img::before {
        border-width: 0 0 50px 146px
    }
    .homeMenu .landingMenu-img::after {
        border-width: 0 0 10px 10px
    }
    .homeMenu .landingMenu-title small {
        font-size: .9375rem
    }
    .news-item {
        width: 48.21918%;
        margin-left: 3.56164%
    }
    .news-list {
        margin-left: 25.66191%
    }
    .news-more {
        font-size: .8125rem
    }
    .news-title {
        width: 23.01426%;
        font-size: 1.5rem
    }
}

@media only screen and (min-width:75em) {
    #kvCarousel .desc {
        left: 50%;
        transform: translate(-400px, -50%);
        font-size: 1.75rem
    }
    #kvCarousel .desc strong {
        font-size: 4.5rem
    }
    .homeMenu figure {
    transform: translateY(24px)
}
    .homeMenu .landingMenu-caption {
        margin-top: -40px;
        padding: 0 24px 0 24px
    }
    .homeMenu .landingMenu-desc {
        top: 145%
    }
    .homeMenu .landingMenu-img::before {
        border-width: 0 0 75px 220px
    }
    .homeMenu .landingMenu-img::after {
        border-width: 0 0 20px 20px
    }
    .news {
        margin-top: 96px
    }
    .news-item {
        width: 48.8189%;
        margin-left: 2.3622%
    }
    .news-list {
        margin-left: 16.99346%
    }
    .news-title {
        width: 15.03268%;
        font-size: 2rem
    }
}