@charset "utf-8";
/* CSS Document */



@media screen and ( max-width: 768px ){






#main {
    float: none;
    width: 100%;
    margin: 0;
    overflow-x: hidden;
}





#main .concept_title {
    width: 100%;
    height: 36px;
    background-image: url( '../concept/img/title_01.jpg' );
    background-position: top left;
    background-size: 150%;
    background-repeat: no-repeat;
}
#main .concept_title img {
    display: none;
}





#main #concept_exp {
    width: 100%;
    margin: 0;
    padding: 0 20px;
}
#main #concept_exp p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.03em;
}





#main #concept_exp .title_02 {
    width: 100%;
    height: calc( 100vw * 154 / 750 );
    background-image: url( '../concept/img/title_02-sp.jpg' );
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
#main #concept_exp .title_02 img {
    display: none;
}





#main #concept_exp .sub_title {
    width: 100%;
    height: calc( 100vw * 154 / 750 );
    background-image: url( '../concept/img/title_03-sp.jpg' );
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
#main #concept_exp .sub_title img {
    display: none;
}






#main #concept_exp .concept_line_up {
    padding: 0;
    margin-bottom: 30px;
}
#main #concept_exp .concept_line_up_title {
    width: 100%;
    height: calc( 100vw * 80 / 750 );
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
#main #concept_exp .concept_line_up_title.title_07 {
    background-image: url( '../concept/img/title_07-sp.jpg' );
}
#main #concept_exp .concept_line_up_title.title_08 {
    background-image: url( '../concept/img/title_08-sp.jpg' );
}
#main #concept_exp .concept_line_up_title img {
    display: none;
}





#main_outline .link_about {
    width: 280px;
    height: 60px;
    margin: 40px auto;
    border-radius: 5px;
    overflow: hidden;
    background-color: #efefe7;
}
#main_outline .link_about a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}


















}





