@charset "utf-8";

@media screen and (max-width: 768px) {
    #contents_area{
        font-size: 5vw;
    }
}


#contents_area #section_special img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

#contents_area #section_special ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#contents_area #section_special li{
    margin: 0;
    padding: 0;
}

.contents_area{
    position: relative;
}

#story_nav_wrap,
#story_btmnav_wrap{
    width: 100%;
    background: #212121;
}

#story_nav_wrap{
    transition: .5s;
    position: absolute;
    top: 121px;
    left: 0;
    z-index: 19;
}

@media screen and (max-width: 768px) {
    #story_nav_wrap{
        top: 0px;
    }
}

#story_nav_wrap.fixed{
    opacity: 0;
}

.story_nav{
    width: 980px;
    height: 90px;
    margin: 0 auto;
    padding: 5px 0;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    .story_nav{
        width: 100%;
        height: auto;
    }
}

.story_nav ul{
    display: flex;
}
@media screen and (max-width: 768px) {
    .story_nav ul{
        flex-wrap: wrap;
        justify-content: center;
    }
}

#contents_area .story_nav ul li,
#contents_area .story_nav ul li a{
    display: block;
    color: #ffffff;
}

#contents_area .story_nav ul li{
    font-size: 24px;
    display: flex;
    align-items: center;
    margin-left: 44px;
}
@media screen and (max-width: 768px) {
    #contents_area .story_nav ul li{
        font-size: 18px;
        width: 122px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0;
    }

}
@media screen and (max-width: 321px) {
    #contents_area .story_nav ul li{
        width: 33%;
    }
}

#contents_area .story_nav ul li:first-child{
    width: 33%;
    margin-left: 0;
    padding-left: 50px;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    #contents_area .story_nav ul li:first-child{
        width: 100%;
        padding-left: 0;
        padding: 10px 0;
    }

    #contents_area #story_btmnav_wrap .story_nav ul li:first-child{
        display: none;
    }
}

#contents_area .story_nav br{
    display: block !important;
}


#contents_area .story_nav ul li a{
    font-size: 16px;
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

@media screen and (max-width: 768px) {
    #contents_area .story_nav ul li a{
        font-size: 10px;
        height: 44px;
        padding: 0 6px;
    }
}

@media screen and (max-width: 321px) {
    #contents_area .story_nav ul li a{
        padding: 0 0px;
    }
}

#contents_area .story_nav ul li a span{
    font-size: 14px;
    color: #da161e;
}
@media screen and (max-width: 768px) {
    #contents_area .story_nav ul li a span{
        font-size: 10px;
    }
}

#contents_area .story_nav ul li.carrent a{
    font-family: 'HondaGlobalFontJP-Bold', sans-serif;
    font-weight: normal;
    background: #7a171c;
    position: relative;
}

#contents_area .story_nav ul li.carrent a::after{
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #7a171c;
    transform: translate(-50% , 0);
}

#contents_area #story_btmnav_wrap .story_nav ul li.carrent a::after{
    top: -10px;
    bottom: unset;
    border-bottom: 10px solid #7a171c;
    border-top: unset;
}

#contents_area .story_nav ul li.carrent a span{
    color: #ffffff;
    line-height: initial;
    display: inline-block;
}


#contents_area footer{
    background: #ffffff;
    margin: 0 auto 0px;
    padding: 0 0 110px;
}

@media screen and (max-width: 768px) {
    #contents_area footer{
        padding: 0 0 1px;
    }
}


/**/

#section_special .special_wrap{
    position: relative;
}