@charset "utf-8";


/* for PC */


#suntory_contents .sp_item {
    display: none;
}

/*------------------------------------------------------------
  contentsWrapper（PC）
------------------------------------------------------------ */
#suntory_contents .contentsWrapper {
    width: 960px;
    margin: 0 auto;
}

#suntory_contents .collectionBottom {
    width: 960px;
    margin: 0 auto 60px;
}
#suntory_contents .collectionBottom .usage {
    margin-bottom: 2em;
    text-align: right;
    font-size: 14px;
}
#suntory_contents .collectionBottom .usage a {
    color: #2c2a67;
}
#suntory_contents .collectionBottom .usage a:hover {
    text-decoration: underline;
}



/*------------------------------------------------------------
  （PC）lead
------------------------------------------------------------ */
#suntory_contents #lead {
    margin: 0 auto 50px;
    width: 960px;
    min-height: 400px;
    background: url(../img/top_main_visual.jpg) no-repeat 0 0;
    background-size: 100% auto;
}
#suntory_contents #lead h1 {
    margin-bottom: 30px;
    padding: 45px 45px 0;
    font-size: 40px;
    line-height: 1;
    font-weight: normal;
    color: #fff;
}
#suntory_contents #lead p.text {
    margin-bottom: 25px;
    padding: 0 40px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: normal;
    color: #fff;
}
#suntory_contents #lead p.note {
    padding: 0 40px;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
}

/*------------------------------------------------------------
  （PC）menu
------------------------------------------------------------ */
#suntory_contents #menu {
    width: 960px;
    margin: 0 auto 50px;
}
#suntory_contents #menu ul {
    list-style: none;
}
#suntory_contents #menu li {
    width: 300px;
    float: left;
}
#suntory_contents #menu ul:after { content :''; display :block; clear :both; }

#suntory_contents #menu li.menu01,
#suntory_contents #menu li.menu02 {
    margin-right: 30px;
}
#suntory_contents #menu li a {
    display: block;
    border: 5px #ece9e2 solid;
    color: #000;
}
#suntory_contents #menu li a:hover {
    opacity: .75;
}

#suntory_contents #menu li h2 {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.5;
    padding: 17px;
    background: #fff;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; 
}
#suntory_contents #menu li h2:after{
    content:"";
    position:absolute;
    top:calc(50% - 6px);
    right:20px;
    width:12px;
    height:12px;
    margin:auto;
    border-top:3.5px solid #06194f;
    border-right:3.5px solid #06194f;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}

#suntory_contents #menu li p {
    font-size: 14px;
    line-height: 2;
    padding: 17px;
    background:#eee;
}


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

/* for SP */

/*------------------------------------------------------------
  （SP）
------------------------------------------------------------ */
    
    .pc_item {
        display: none;
    }
    #suntory_contents .sp_item {
        display: block;
    }
    
    /*------------------------------------------------------------
      contentsWrapper（SP）
    ------------------------------------------------------------ */
    #suntory_contents .contentsWrapper {
        width: auto;
        margin: 0 auto;
    }
    
    #suntory_contents .collectionBottom {
    width: auto;
    margin: 0 15px 60px;
    }
    #suntory_contents .collectionBottom .usage {
    font-size: 13px;
    margin:0 15px 2em;
    }
    
    /*------------------------------------------------------------
      （SP）lead
    ------------------------------------------------------------ */
    #suntory_contents #lead {
        margin: 0 auto 30px;
        width: auto;
        min-height: auto;
        background: none;
        padding: 0; 
    }
    #suntory_contents #lead h1:before {
        margin-bottom: 25px;
        content: '';
        display: block;
        width:100%;
        height: 0;
        background: url(../img/top_main_visual.jpg) no-repeat right 0;
        background-size: auto 100%;
        padding-top: 62.6666666666667%; 
    }
    
    #suntory_contents #lead h1 {
        margin: 0 0 30px;
        padding: 0;
        font-size: 26px;
        line-height: 1.5;
        text-align: center;
        font-weight: normal;
        color: #000;
    }
    #suntory_contents #lead p.text {
        margin-bottom: 20px;
        padding: 0 20px;
        font-size: 15px;
        line-height: 1.5;
        font-weight: normal;
        color: #000;
        text-align: center;
    }
    #suntory_contents #lead p.note {
        padding: 0 20px;
        font-size: 12px;
        line-height: 1.5;
        color: #000;
        text-align: center;
    }
    
    /*------------------------------------------------------------
      （SP）menu
    ------------------------------------------------------------ */
    #suntory_contents #menu {
        width: auto;
        margin: 0 40px 80px;
    }
    #suntory_contents #menu ul {
        list-style: none;
    }
    #suntory_contents #menu li {
        width: 100%;
        float: none;
    }
    #suntory_contents #menu ul:after { content :''; display :block; clear :both; }

    #suntory_contents #menu li.menu01,
    #suntory_contents #menu li.menu02 {
        margin: 0 0 20px;
    }
    #suntory_contents #menu li a {
        display: block;
        border: 5px #ece9e2 solid;
        color: #000;
    }
    #suntory_contents #menu li a:hover {
        opacity: 1;
    }

    #suntory_contents #menu li h2 {
        font-size: 22px;
        font-weight: normal;
        line-height: 1.5;
        padding: 15px;
        background: #fff;
        position: relative;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center; 
    }
    #suntory_contents #menu li h2:after{
        content:"";
        position:absolute;
        top:calc(50% - 6px);
        right:20px;
        width:12px;
        height:12px;
        margin:auto;
        border-top:3.5px solid #06194f;
        border-right:3.5px solid #06194f;
        -webkit-transform:rotate(45deg);
        transform:rotate(45deg);
    }

    #suntory_contents #menu li p {
        font-size: 14px;
        line-height: 2;
        padding: 15px 15px;
        background:#eee;
    }
    
	
}


@media screen and (max-width:374px) {
/* for SP small */

/*------------------------------------------------------------
  （SP）small
------------------------------------------------------------ */
    #suntory_contents #menu li h2 {
        font-size: 20px;
        padding: 10px;
    }
    #suntory_contents #menu li h2:after{
        content:"";
        position:absolute;
        top:calc(50% - 5px);
        right:20px;
        width:10px;
        height:10px;
        margin:auto;
        border-top:3.5px solid #06194f;
        border-right:3.5px solid #06194f;
        -webkit-transform:rotate(45deg);
        transform:rotate(45deg);
    }
    #suntory_contents #menu li p {
        font-size: 12px;
        padding: 10px;
    }
}