@charset "utf-8";

/*==================================================
sp
================================================== */
@media screen and (max-width:767px){
    
    /* ========================================================================
    lead[sp]
    ========================================================================= */
    #suntory_contents #lead {
        margin: 0 4vw 9.3333333333333vw;
    }
    #suntory_contents #lead h2 {
        margin-bottom: 1.333333333333333vw;
        font-size: 7.3333333333333vw;
        font-family: 'Sabon Next W04', serif;
	    font-weight: bold;
        line-height: 1;
    }
    #suntory_contents #lead h3 {
        margin-bottom: 8vw;
        font-size: 5.3333333333333vw;
        font-family: 'Sabon Next W04', serif;
	    font-weight: bold;
        line-height: 1;
    }
    #suntory_contents #lead .text {
        display: flex;
        flex-direction: column;
    }
    #suntory_contents #lead .text p {
        font-size: 4vw;
        font-size: 4.1333333333333vw;/*font変更対応*/
        line-height: 1.5625;
        order: 2;
    }
    #suntory_contents #lead .text figure {
        margin-bottom: 8vw;
        order: 1;
    }
    #suntory_contents #lead .text figure img {
        margin-bottom: 4vw;
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }
    #suntory_contents #lead .text figure figcaption {
        font-size: 3.7333333333333vw;
        line-height: 1.333333333333333;
    }
    
    /* ========================================================================
    projects[sp]
    ========================================================================= */
    #suntory_contents #projects {
        margin: 0 4vw;
    }
    #suntory_contents #projects .project {
        margin-bottom: 8vw;
    }
    #suntory_contents #projects .project .title_bar {
        margin-bottom: 4vw;
        background: #f3ebda;
        padding: 4vw;
    }
    #suntory_contents #projects .project .title_bar h2 {
        margin-bottom: 2.6666666666667vw;
        font-size: 5.3333333333333vw;
        font-weight: bold;
    }
    #suntory_contents #projects .project .title_bar h3 {
        font-size: 4.2666666666667vw;
        font-weight: bold;
    }
    #suntory_contents #projects .project p {
        margin: 0 4vw;
        font-size: 4vw;
        font-size: 4.1333333333333vw;/*font変更対応*/
        font-weight: normal;
        line-height: 1.5625;
    }
    
    /* ========================================================================
    movie[sp]
    ========================================================================= */
    #suntory_contents #movie {
        margin: 0 8vw 13.3333333333333vw;
    }
    #suntory_contents #movie .primary {
        margin: 0 0 8vw;
    }
    #suntory_contents #movie .primary .movie {
        margin-bottom: 4vw;
        width: 100%;
        position: relative;
        padding-top: 56.25%;
    }
    #suntory_contents #movie .primary iframe {
        position: absolute;
          top: 0;
          right: 0;
          width: 100% !important;
          height: 100% !important;
    }
    #suntory_contents #movie .primary p {
        font-size: 3.7333333333333vw;
        font-weight: normal;
        line-height: 1.333333333333333;
    }
    #suntory_contents #movie .secondary li {
        margin-bottom: 8vw;
        list-style: none;
    }
    #suntory_contents #movie .secondary li:last-child {
        margin-bottom: 0;
    }
    #suntory_contents #movie .secondary .movie {
        margin-bottom: 4vw;
        width: 100%;
        position: relative;
        padding-top: 56.25%;
    }
    #suntory_contents #movie .secondary iframe {
        position: absolute;
          top: 0;
          right: 0;
          width: 100% !important;
          height: 100% !important;
    }
    #suntory_contents #movie .secondary p {
        font-size: 3.7333333333333vw;
        font-weight: normal;
        line-height: 1.333333333333333;
    }
 
    
}


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

    
     /* ========================================================================
    lead[pc]
    ========================================================================= */
    #suntory_contents #lead {
        margin: 0 auto 40px;
        width: 100%;
        max-width: 1080px;
        min-width: 960px;
    }
    #suntory_contents #lead h2 {
        margin-bottom: 10px;
        font-size: 42px;
        line-height: 1;
        font-family: 'Sabon Next W04', serif;
	    font-weight: bold;
    }
    #suntory_contents #lead h3 {
        margin-bottom: 40px;
        font-size: 34px;
        line-height: 1;
        font-family: 'Sabon Next W04', serif;
	    font-weight: bold;
    }
    #suntory_contents #lead .text {
        display: flex;
        justify-content: space-between;
    }
    #suntory_contents #lead .text p {
        width: 57.407407407407407%;
        font-size: 16px;
        font-size: 17px;/*font変更対応*/
        line-height: 1.5625;
    }
    #suntory_contents #lead .text figure {
        width: 38.888888888888889%;
    }
    #suntory_contents #lead .text figure img {
        margin-bottom: 20px;
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }
    #suntory_contents #lead .text figure figcaption {
        font-size: 15px;
        line-height: 1.333333333333333;
    }
    
    /* ========================================================================
    projects[pc]
    ========================================================================= */
    #suntory_contents #projects {
        margin: 0 auto 60px;
        width: 100%;
        max-width: 1080px;
        min-width: 960px;
        display: flex;
        justify-content: space-between;
    }
    #suntory_contents #projects .project {
        width: 48.148148148148148%;
    }
    #suntory_contents #projects .project .title_bar {
        margin-bottom: 30px;
        background: #f3ebda;
        height: 80px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 30px;
    }
    #suntory_contents #projects .project .title_bar h2 {
        margin-bottom: 8px;
        font-size: 20px;
        font-weight: bold;
    }
    #suntory_contents #projects .project .title_bar h3 {
        font-size: 16px;
        font-weight: bold;
    }
    #suntory_contents #projects .project p {
        font-size: 16px;
        font-size: 17px;/*font変更対応*/
        font-weight: normal;
        line-height: 1.5625;
    }
    
    /* ========================================================================
    movie[pc]
    ========================================================================= */
    #suntory_contents #movie {
        margin: 0 auto 120px;
        width: 100%;
        max-width: 1080px;
        min-width: 960px;
    }
    #suntory_contents #movie .primary {
        margin: 0 auto 60px;
        width: 53.703703703703704%;
    }
    #suntory_contents #movie .primary .movie {
        margin-bottom: 20px;
        width: 100%;
        position: relative;
        padding-top: 56.25%;
    }
    #suntory_contents #movie .primary iframe {
        position: absolute;
          top: 0;
          right: 0;
          width: 100% !important;
          height: 100% !important;
    }
    #suntory_contents #movie .primary p {
        font-size: 15px;
        font-weight: normal;
        line-height: 1.333333333333333;
    }
    
    #suntory_contents #movie .secondary {
        display: flex;
        flex-wrap: wrap;
    }
    #suntory_contents #movie .secondary li {
        list-style: none;
        margin: 0 4.166666666666667% 40px 0;
        width: 30.555555555555556%;
    }
    #suntory_contents #movie .secondary li:nth-child(3n) {
        margin: 0 0 40px 0;
    }
    #suntory_contents #movie .secondary .movie {
        margin-bottom: 20px;
        width: 100%;
        position: relative;
        padding-top: 56.25%;
    }
    #suntory_contents #movie .secondary iframe {
        position: absolute;
          top: 0;
          right: 0;
          width: 100% !important;
          height: 100% !important;
    }
    #suntory_contents #movie .secondary p {
        font-size: 15px;
        font-weight: normal;
        line-height: 1.333333333333333;
    }
    

}