@charset "utf-8";

/*==================================================
sp
================================================== */
@media screen and (max-width:767px){
    
    
    /* ========================================================================
    about_nav[sp]
    ========================================================================= */

    #suntory_contents .history_index .about_nav,
    #suntory_contents .classic_index .about_nav{
        margin: 0 3.3333333333333vw;
    }

    #suntory_contents .about_nav h2 {
        margin-bottom: 4vw;
        font-size: 4.2666666666667vw;
        font-weight: bold;
        border-left: 2vw #992255 solid;
        padding-left: 3.3333333333333vw;
        line-height: 8vw;
    }
    #suntory_contents .history_index .about_nav h2,
    #suntory_contents .classic_index .about_nav h2{
        color: #fff;
    }
    #suntory_contents .history_index .about_nav ul,
    #suntory_contents .classic_index .about_nav ul{
        margin: 0 2.6666666666667vw;
    }
    #suntory_contents .about_nav ul li {
        width: 88vw;
        margin-bottom: 5.3333333333333vw;
    }
    #suntory_contents .about_nav ul li a {
        display: block;
        width: 88vw;
        height: 26.4vw;
    }
    #suntory_contents .home_ground .about_nav ul li a {
        box-shadow: 0 0 2.1333333333333vw rgba(0,0,0,.1);
    }
    
    #suntory_contents .about_nav ul li.about_nav__team {
        background: url(../img/sp_bg_nav_team.jpg) no-repeat 0 0;
        background-size: 88vw auto;
    }
    #suntory_contents .about_nav ul li.about_nav__history {
        background: url(../img/sp_bg_nav_history.jpg) no-repeat 0 0;
        background-size: 88vw auto;
    }
    #suntory_contents .about_nav ul li.about_nav__classic {
        background: url(../img/sp_bg_nav_classic.jpg) no-repeat 0 0;
        background-size: 88vw auto;
    }
    #suntory_contents .about_nav ul li a .label {
        margin: 5.0666666666667vw 0 0 5.3333333333333vw;
        display: inline-block;
        position: relative;
        width: 40vw;
    }
    #suntory_contents .about_nav ul li a .label.label_top {
        margin: 2.6666666666667vw 0 0 5.3333333333333vw;
        display: inline-block;
        position: relative;
        width: 40vw;
    }
    
    #suntory_contents .about_nav ul li a .label::after {
        content: "";
        vertical-align: middle;
        position: absolute;
        top: calc(50% - .8666666666667vw);
        right: 0;
        width: 1.7333333333333vw;
        height: 1.7333333333333vw;
        margin: auto;
        border-top: 2px solid #0077ff;
        border-right: 2px solid #0077ff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #suntory_contents .about_nav ul li a .label_top::after {
        content: "";
        vertical-align: middle;
        position: absolute;
        top: 6.1333333333333vw;
        right: 0;
        width: 1.7333333333333vw;
        height: 1.7333333333333vw;
        margin: auto;
        border-top: 2px solid #0077ff;
        border-right: 2px solid #0077ff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    #suntory_contents .about_nav ul li a .title {
        font-size: 4.2666666666667vw;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        font-weight: 900;
        color: #0077ff;
    }

    
}


/*==================================================
pc
================================================== */
@media print, screen and (min-width:768px){

    
    /* ========================================================================
    about_nav[pc]
    ========================================================================= */
    #suntory_contents .about_nav {
        margin-bottom: 40px;
    }
    #suntory_contents .about_nav h2 {
        font-size: 20px;
        line-height: 35px;
        font-weight: bold;
        border-left: 10px #992255 solid;
        padding-left: 20px;
        margin-bottom: 25px;
    }
    
    #suntory_contents .about_nav ul {
        display: flex;
        justify-content: space-between;
    }
    #suntory_contents .about_nav ul li {
        width: 510px;
    }
    #suntory_contents .about_nav ul li a {
        display: block;
        width: 510px;
        height: 130px;
    }
    #suntory_contents .home_ground .about_nav ul li a {
        box-shadow: 0 0 8px rgba(0,0,0,.1);
    }
    
    #suntory_contents .about_nav ul li.about_nav__team {
        background: url(../img/bg_nav_team.jpg) no-repeat 0 0;
    }
    #suntory_contents .about_nav ul li.about_nav__history {
        background: url(../img/bg_nav_history.jpg) no-repeat 0 0;
    }
    #suntory_contents .about_nav ul li.about_nav__classic {
        background: url(../img/bg_nav_classic.jpg) no-repeat 0 0;
    }
    
    #suntory_contents .about_nav ul li a .label {
        margin: 27px 0 0 30px;
        display: inline-block;
        position: relative;
    }
    #suntory_contents .about_nav ul li a .label::after {
        content: "";
        vertical-align: middle;
        position: absolute;
        top: calc(50% - 4.5px);
        right: -30px;
        width: 7px;
        height: 7px;
        margin: auto;
        border-top: 2px solid #0077ff;
        border-right: 2px solid #0077ff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #suntory_contents .about_nav ul li a .label_top::after {
        content: "";
        vertical-align: middle;
        position: absolute;
        top: 8px;
        right: -30px;
        width: 7px;
        height: 7px;
        margin: auto;
        border-top: 2px solid #0077ff;
        border-right: 2px solid #0077ff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #suntory_contents .about_nav ul li a .title {
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        font-weight: 900;
        color: #0077ff;
    }
	#suntory_contents .about_nav ul li a:hover .title {
		text-decoration: underline;
	}
    #suntory_contents .about_nav ul li a .title + .title {
        margin-top: 10px;
    }


    
}