@charset "UTF-8";

/*------------------------------------------------------------
common
------------------------------------------------------------ */
#suntory_contents .indent {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#suntory_contents img {
    vertical-align: bottom;
}

/*------------------------------------------------------------
[SP]
------------------------------------------------------------ */
@media screen and (max-width:767px){

    #suntory_contents {
     width: 100%;
     font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", sans-serif;
 }

 #suntory_contents .pc_item {
    display: none;
}

#suntory_contents #mainview {
    width: 100vw;
    height: 113.333333333333333vw;
    margin-top: 4vw;
    background: url(../img/mainview_sp.png) no-repeat 0 0;
    background-size: 100vw auto;
	position: relative;
}
#suntory_contents #mainview h1 {
	position: absolute;
    top: 76%;
    left: 42%;
}
#suntory_contents #mainview h1 span {
	display: block;
    color: #14439a;
    font-size: 4.5vw;
    text-align: center;
    line-height: 170%;	
}
#suntory_contents #contents {
    background-color:#f1f2f4;
    padding:33px 0 0 0;
}
#suntory_contents #contents dl {
    width:98%;
    margin:0 auto;
    padding:18px 0 37px;
    font-family: sans-serif;
    border-top: solid 4px #14439a;
    border-bottom: solid 4px #14439a;
}
#suntory_contents #contents dt {
    color:#003c92;
    font-size:18pt;
    font-weight:700;
    background:no-repeat url(../img/icon_check.png) 7px 0px;
    padding-top:3px;
    padding-bottom:1px;
    padding-left:45px;
}
#suntory_contents #contents dt span {
    font-size:14pt;
}
#suntory_contents #contents dd {
    color:#14439a;
    font-size:15pt;
    font-weight:500;
    margin: 2px 0 7px;
    padding: 0 20px 0 45px;
    line-height:1.3;
}
#suntory_contents #contents dd span {
    font-size:13px;
}	
#suntory_contents #contents dd span.small_block {
    display: block;
    margin-top: 10px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
}	
#suntory_contents #contents dd.letter_sp {
    letter-spacing:0.07em;
}

#suntory_contents #lineup {
    margin-bottom:20vw;
}

#suntory_contents #lineup h2 {
    width:100%;
    padding:167px 0 14px;
    margin:0 auto;
    background: url(../img/bg_curve.png) center bottom no-repeat;
    text-align:center;
    font-size:24px;
    font-family: sans-serif;
    color:#14439a;
	background-color: #f1f2f4;
}
#suntory_contents #lineup ul {
    width:98%;
    margin:7px auto 0;
    display:flex;
    justify-content: center;
    align-items: baseline;
}
#suntory_contents #lineup li {
    display:inline-block;
    vertical-align:bottom;
    text-align:center;
    font-size:20px;
    font-family: sans-serif;
    color:#14439a;
}
#suntory_contents #lineup li img {
    line-height:0;
    font-size:0;
    margin-bottom:9px;
}

#suntory_contents #bnr a {
    display: block;
    width: 92vw;
    margin: 0 auto 8vw;
}
#suntory_contents #bnr img {
    width: 100%;
}

/*------------------------------------------------------------
[SP] pagetop
------------------------------------------------------------ */
#suntory_contents .pagetop {
    padding: 4vw 0;
    background: #e5e6e7;
}
#suntory_contents .pagetop a {
    display: block;
    margin: 0 auto;
    width: 12.8vw;
    height: 12.8vw;
    background: url(../img/btn_pagetop.svg) no-repeat center center / 12.8vw;
}
#suntory_contents .pagetop a:hover {
    opacity: .9;
}

}

@media screen and (max-width:430px){
#suntory_contents #contents dt {
    font-size: 5.6vw;
}	
}


/*------------------------------------------------------------
[PC]
------------------------------------------------------------ */
@media print, screen and (min-width:768px) {

    #suntory_contents {
        width: 100%;
    }
    #suntory_contents #mainview {
        /*margin:11px auto 0;
        background: -moz-linear-gradient(180deg,#fff 0%,#fff 62%,#f1f2f4 62%,#f1f2f4 100%);
        background: -webkit-linear-gradient(180deg,#fff 0%,#fff 62%,#f1f2f4 62%,#f1f2f4 100%);
        background: -ms-linear-gradient(180deg,#fff 0%,#fff 62%,#f1f2f4 62%,#f1f2f4 100%);
        background: linear-gradient(180deg,#fff 0%,#fff 62%,#f1f2f4 62%,#f1f2f4 100%);
        text-align:center;*/
    }
    #suntory_contents #mainview {
        width: 100%;
        height:675px;
        margin:0;
		background:url(../img/bg_color.png) left top 415px repeat-x;		
		position: relative;
    }
    #suntory_contents #mainview h1 {
        width:856px;
        height:675px;
        margin:0 auto;
		background:url(../img/mainview.png) left top no-repeat;		
		position: relative;
    }
    #suntory_contents #mainview h1 span {
		display: block;
		position: absolute;
		top: 470px;
		left: 385px;
		font-size: 28px;
		color: #14439a;
		font-weight: bold;
		line-height: 180%;
		text-align: center;
    }	
	
    #suntory_contents #contents {
        background-color:#f1f2f4;
        padding:33px 0 0 0;
    }
    #suntory_contents #contents {
        width:100%;
        margin:0 auto;
    }
    #suntory_contents #contents dl {
        width:600px;
        margin:0 auto;
        padding:18px 0 37px;
        font-family: sans-serif;
        border-top: solid 4px #14439a;
        border-bottom: solid 4px #14439a;
    }
    #suntory_contents #contents dt {
        color: #003c92;
        font-size:32px;
        font-weight:700;
        background:no-repeat url(../img/icon_check.png) 10px 9px;
        padding-top:5px;
        padding-left:70px;
    }
    #suntory_contents #contents dt span {
        font-size:26px;
    }	
    #suntory_contents #contents dd {
        color:#14439a;
        font-size:24px;
        font-weight:500;
        margin: 6px 0 5px;
        padding-left:70px;
        line-height:1.3;
    }
    #suntory_contents #contents dd span {
        font-size:16px;
    }	
    #suntory_contents #contents dd span.small_block {
    	display: block;
    	margin-top: 10px;
    	padding-left: 1em;
    	text-indent: -1em;
    	line-height: 1.4;
    }	
    #suntory_contents #contents dd.letter_sp {
        letter-spacing:0.07em;
    }


    #suntory_contents #lineup {
        margin-bottom:100px;
    }
    #suntory_contents #lineup {
        background-color:#fff;
    }
    #suntory_contents #lineup h2 {
        width:100%;
        padding:176px 0 5px;		
        margin:0 auto;
        background: url(../img/bg_curve.png) center bottom no-repeat;
        text-align:center;
        font-size:32px;
        font-family:sans-serif;
        color:#14439a;
		background-color:#f1f2f4;
    }
    #suntory_contents #lineup ul {
        width:856px;
        margin:40px auto 0;
        display:flex;
        justify-content: center;
        align-items: baseline;
    }
    #suntory_contents #lineup li {
        display:inline-block;
        vertical-align:bottom;
        text-align:center;
        font-size:20px;
        font-family:sans-serif;
        color:#14439a;
    }
    #suntory_contents #lineup li img {
        line-height:0;
        font-size:0;
        margin-bottom:9px;
    }

/*------------------------------------------------------------
[PC] pagetop
------------------------------------------------------------ */
#suntory_contents .pagetop {
    padding: 40px 0;
    background: #e5e6e7;
}
#suntory_contents .pagetop a {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    background: url(../img/btn_pagetop.svg) no-repeat center center / 60px;
}
#suntory_contents .pagetop a:hover {
    opacity: .65;
}

}


