@charset "UTF-8";
body #STORY{
    font-family: "Yu Mincho", "YuMincho", "Times New Roman", "Hiragino Mincho ProN", "MS PMincho", serif;
    font-size: 20px;
}
.fs-c-heading--page {
    display: none!important;
}
.protect{
        pointer-events:none;
        -webkit-touch-callout:none;
        -webkit-user-select:none;
        -moz-touch-callout:none;
        -moz-user-select:none;
        touch-callout:none;
        user-select:none;
}
#footer{
    margin-bottom: -20px;
}
#STORY{
    width: 100%;
}
#STORY .main{
    width: 100%;
    height: 416px;
    background-color: #000a00;
    margin-bottom: 60px;
}
#STORY .main h1{
    width: 1100px;
    margin: 0 auto;
}
#STORY section{
    width: 1000px;
    margin: 0 auto;
}

#QUALITY{
    min-height: 690px;
    background: url(../img/bg01.jpg) no-repeat right top;
}
#QUALITY h2{
    padding: 0 0 35px 70px;
}
#QUALITY p{
    padding: 0 0 30px 35px;
}
#QUALITY p span{
    color: #b31919;
    font-weight: 500;
}
#QUALITY p strong{
    font-size: 24px;
    font-weight: normal;
}

#MADE{
    min-height: 655px;
    background: url(../img/bg02.jpg) no-repeat left top;
}
#MADE h2{
    width: 468px;
    position: relative;
    top: 190px;
    left: 532px;
}
#MADE p{
    padding: 230px 40px 0 500px;
    text-align: right;
}
#MADE p span{
    font-size: 30px;
}

#HISTORY{
    padding-bottom: 40px;
}
#HISTORY h2{
    text-align: center;
    padding: 0 0 40px;
}
#HISTORY dl{
    width: 980px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.6;
}
#HISTORY dt{
    display: inline-block;
    vertical-align: top;
    width: 95px;
    margin-bottom: 20px;
}
#HISTORY dd img{
    float: right;
    padding: 0 0 0 30px;
}
#HISTORY dd{
    width: 884px;
    display: inline-block;
    vertical-align: top;    background: url(../img/arrow.png) no-repeat 50% bottom;
    background-size: 4px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
#HISTORY video{
    display: block;
    width: 800px;
    margin: 30px auto 40px;
}

#MESSAGE{
    font-size: 22px;
    text-align: center;
    line-height: 1.8;
    padding-bottom: 50px;
}

#LINK{
    width: 1000px;
    margin: 0 auto;
}
#LINK li {
    display: inline-block;
    width: 49%;
    padding: 0 1% 1%;
}

@media screen and (max-width: 1000px){

    body #STORY{
        font-size: 3.6vw;
    }
    #STORY .main{
        width: 100%;
        height: inherit;
        background-color:none;
        margin-bottom: 40px;
    }
    #STORY .main h1{
        width: 100%;
        margin: 0 auto;
        line-height: 0;
    }
    #STORY section{
        width: 100%;
        margin: 0 auto;
    }

    #QUALITY{
        min-height: inherit;
        background: url(../img/bg01.jpg) no-repeat 90% bottom;
        background-size: 80%;
        margin-bottom: 40px!important;
    }
    #QUALITY h2{
        padding: 0 0 15px 0;
        text-align: center;
    }
    #QUALITY h2 img{
        height: 26px;
    }
    #QUALITY p{
        padding: 0 3% 3vw 3%;
    }
    #QUALITY p.last{
        padding: 0 3% 45vw 3%;
    }
    #QUALITY p span{
        color: #b31919;
        font-weight: 500;
    }
    #QUALITY p strong{
        font-size: 4.5vw;
        font-weight: normal;
    }

    #MADE{
        min-height: inherit;
        background: url(../img/bg02.jpg) no-repeat 50% bottom;
        background-size: 70%;
        margin-bottom: 50px!important;
    }
    #MADE h2{
        width: 100%;
        text-align: center;
        position: inherit;
    }
    #MADE h2 img{
        height: 26px;
    }
    #MADE p{
        padding: 15px 5% 65vw 5%;
        text-align: center;
    }
    #MADE p span{
        font-size: 4.5vw;
    }

    #HISTORY{
        padding-bottom: 40px;
    }
    #HISTORY h2{
        text-align: center;
        padding: 0 0 20px;
    }
    #HISTORY h2 img{
        height: 21px;
    }
    #HISTORY dl{
        width: 96%;
        margin: 0 auto;
        font-size: 90%;
        line-height: 1.6;
    }
    #HISTORY dt{
        display: block;
        vertical-align: top;
        width: 100%;
        margin-bottom: 0px;
        text-align: center;
        font-size: 120%;
    }
    #HISTORY dd img{
        float: right;
        padding: 0 0 0 10px;
        width: auto;
        height: 25vw;
    }
    #HISTORY dd{
        width: 100%;
        display: block;
        vertical-align: top;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
    #HISTORY video{
        display: block;
        width: 90%;
        margin: 15px auto 20px;
    }

    #MESSAGE{
        width: 100%;
        font-size: 3.8vw;
        line-height: 1.8;
    }
    
    #LINK{
        width: 100%;
        margin: 0 auto;
    }
    #LINK li {
        display: block;
        width: 90%;
        margin: 0 auto;
        padding: 0 0 2%;
    }
}