@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 main {
    background: url(../img/bg_silver.png) repeat-x;
    background-position: 0 73.6vw;
    background-size: 100% 176vw;
}

#suntory_contents #mainview {
    width: 100%;
    height: 113.466667vw;
    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: 70%;
    left: 40%;
    font-weight: normal;
}
#suntory_contents #mainview h1>span>.notes {
    font-size: 2vw;
    position: relative;
    top: -2vw;
    right: 0;
}
#suntory_contents #mainview h1>span {
	display: block;
    color: #000000;
    font-size: 4.26666667vw;
    text-align: center;
    line-height: 147%;	
}
#suntory_contents #mainview h1>span .ls_adjust-2 {
    letter-spacing: -0.2vw;
}
#suntory_contents #mainview h1>span .ls_adjust-4 {
    letter-spacing: -0.4vw;
}
#suntory_contents #contents {
    padding:7.33333333vw 0 0 0;
}
#suntory_contents #contents .contents_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:0 1.86666667vw;
    padding:5.066666666666666vw 0 3.46666667vw;
    font-family: sans-serif;
    background-image: url(../img/bar.png),url(../img/bar.png);
    background-position: left top,left bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}
#suntory_contents #contents .contents_inner dl {
    width: 49.33333333333334%;
    background: url(../img/bg_gradient.png);
    background-size: contain;
    border-radius: 4vw;
    margin-bottom: 1.6vw;
}
#suntory_contents #contents .contents_inner dt {
    position: relative;
    color: #000000;
    font-size: 4.26666667vw;
    font-weight:bold;
    text-align: center;
    line-height: 6.1vw;
    background: #ffffff;
    padding: 3.7vw 1.86666667vw 2.4vw;
    margin: 1.06666667vw 1.06666667vw 0 1.06666667vw;
    border-radius: 3vw 3vw 0 0;
}
#suntory_contents #contents .contents_inner dt > span.vitaminc {
    display: inline-block;
    position: relative;
    font-size: 3.29333333vw;
    line-height: 6.13333333vw;
    background: #fff100;
    margin-right: 1.86666667vw;
}
#suntory_contents #contents .contents_inner dt > span.vitaminc::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1.82vw;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 3.06666667vw solid transparent;
    border-right: 1.86666667vw solid #fff100;
    border-bottom: 3.06666667vw solid transparent;
}
#suntory_contents #contents .contents_inner dt > span.vitaminc::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1.82vw;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 3.06666667vw solid transparent;
    border-left: 1.86666667vw solid #fff100;
    border-bottom: 3.06666667vw solid transparent;
}
#suntory_contents #contents .contents_inner dt > span.vitaminb {
    display: inline-block;
    position: relative;
    font-size: 3.29333333vw;
    line-height: 6.13333333vw;
    background: #e4007f;
    color: #ffffff;
    margin-left: 1.86666667vw;
}
#suntory_contents #contents .contents_inner dt > span.vitaminb::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1.82vw;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 3.06666667vw solid transparent;
    border-right: 1.86666667vw solid #e4007f;
    border-bottom: 3.06666667vw solid transparent;
}
#suntory_contents #contents .contents_inner dt > span.vitaminb::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1.82vw;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 3.06666667vw solid transparent;
    border-left: 1.86666667vw solid #e4007f;
    border-bottom: 3.06666667vw solid transparent;
}
#suntory_contents #contents .contents_inner dt > span.notes {
    font-size: 2vw;
    position: relative;
    top: -1.3vw;
    right: 1vw;
}
#suntory_contents #contents .contents_inner dt > span.dt_sub {
    font-size: 3.5vw;
    font-weight: normal;
}
#suntory_contents #contents .contents_inner dd {
    color:#000000;
    font-size: 2.66666667vw;
    line-height: 3.8vw;
    background: #ffffff;
    padding: 0 1.86666667vw 3.6vw;
    margin: 0 1.06666667vw 1.06666667vw;
    border-radius: 0 0 3vw 3vw;
    transform: translate(0,-0.2vw);
}
#suntory_contents #contents .contents_inner dd span {
    font-size:16px;
}
#suntory_contents #contents .contents_inner dd.notes {
    text-indent: -1.3rem;
    padding-left: 8.26666667vw;
    word-break: break-all;
}
#suntory_contents #contents .contents_inner dd img {
    display: block;
    margin: 0 auto;
    width: 12.6666667vw;
    height: auto;
}
#suntory_contents #contents .contents_inner dd.sp_height_ajust {
    min-height: 16.2vw;
}
#suntory_contents #contents .contents_inner ul {
    padding-left: 1vw;
}
#suntory_contents #contents .contents_inner ul li {
    font-size:3.2vw;
    padding: 0.5vw 0 1vw 6.5vw;
    background: url(../img/icon_check.png) no-repeat;
    background-size: 5.86666667vw;
    letter-spacing: -0.15vw;
}
#suntory_contents #contents dd.letter_sp {
    letter-spacing:0.07em;
}

#suntory_contents #lineup {
    margin-bottom:20vw;
}

#suntory_contents #lineup h2 {
    padding: 45vw 0 5vw;
    margin:0 auto;
    background: url(../img/bg_curve_sp.png) center top no-repeat;
    background-size: 100%;
    text-align:center;
    font-size: 6.4vw;
    font-family: sans-serif;
    color:#000000;
}
#suntory_contents #lineup ul {
    display:flex;
    justify-content: center;
    align-items: baseline;
    background: #ffffff;
}
#suntory_contents #lineup li {
    display:inline-block;
    vertical-align:bottom;
    text-align:center;
    font-size:5.066666666666666vw;
    font-family: sans-serif;
    color:#000000;
}
#suntory_contents #lineup li img {
    width: 24.6666667vw;
    height: auto;
    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%;
}

#suntory_contents #btn_top {
    width: 32vw;
    margin: 0 auto 20vw;
}
#suntory_contents #btn_top img {
    width: 100%;
}

}

/*------------------------------------------------------------
[PC]
------------------------------------------------------------ */
@media print, screen and (min-width:768px) {

    #suntory_contents .sp_item {
        display: none!important;
    }

    #suntory_contents {
        width: 100%;
    }
    #suntory_contents main {
        background: url(../img/bg_silver.png) repeat-x;
        background-position: 0 420px;
    }
    #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;
		position: relative;
    }
    #suntory_contents #mainview h1 {
        width:856px;
        height:686px;
        margin:0 auto;
		background:url(../img/mainview.png) left top no-repeat;		
		position: relative;
    }
    #suntory_contents #mainview h1>span {
		display: block;
		position: absolute;
		top: 453px;
		left: 364px;
		font-size: 28px;
		color: #000000;
		font-weight: bold;
		line-height: 158%;
		text-align: center;
    }
    #suntory_contents #mainview h1>span>.notes {
		font-size: 16px;
		position: relative;
        top: -10px;
        right: 0;
    }
    #suntory_contents #mainview h1>span .ls_adjust-2 {
		letter-spacing: -2px;
    }
    #suntory_contents #mainview h1>span .ls_adjust-4 {
		letter-spacing: -4px;
    }
	
    #suntory_contents #contents {
        padding:37px 0 0 0;
    }
    #suntory_contents #contents {
        width:100%;
        margin:0 auto;
    }
    #suntory_contents #contents .contents_inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width:600px;
        margin:0 auto;
        padding:34px 0 24px;
        font-family: sans-serif;
        background-image: url(../img/bar.png),url(../img/bar.png);
        background-position: left top,left bottom;
        background-repeat: no-repeat;
    }
    #suntory_contents #contents .contents_inner dl {
        width: 295px;
        background: url(../img/bg_gradient.png);
        background-size: contain;
        border-radius: 30px;
        margin-bottom: 10px;
    }
    #suntory_contents #contents .contents_inner dt {
        position: relative;
        color: #000000;
        font-size:20px;
        font-weight:bold;
        text-align: center;
        line-height: 31px;
        background: #ffffff;
        padding: 16px 16px 12px;
        margin: 8px 8px 0 8px;
        border-radius: 25px 25px 0 0;
    }
    #suntory_contents #contents .contents_inner dt > span.vitaminc {
        display: inline-block;
        position: relative;
        font-size:16px;
        line-height: 30px;
        background: #fff100;
        margin-right: 9px;
    }
    #suntory_contents #contents .contents_inner dt > span.vitaminc::before {
        content: "";
        position: absolute;
        top: 0;
        left: -9px;
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-right: 9px solid #fff100;
        border-bottom: 15px solid transparent;
    }
    #suntory_contents #contents .contents_inner dt > span.vitaminc::after {
        content: "";
        position: absolute;
        top: 0;
        right: -9px;
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-left: 9px solid #fff100;
        border-bottom: 15px solid transparent;
    }
    #suntory_contents #contents .contents_inner dt > span.vitaminb {
        display: inline-block;
        position: relative;
        font-size:16px;
        line-height: 30px;
        background: #e4007f;
        color: #ffffff;
        margin-left: 9px;
    }
    #suntory_contents #contents .contents_inner dt > span.vitaminb::before {
        content: "";
        position: absolute;
        top: 0;
        left: -9px;
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-right: 9px solid #e4007f;
        border-bottom: 15px solid transparent;
    }
    #suntory_contents #contents .contents_inner dt > span.vitaminb::after {
        content: "";
        position: absolute;
        top: 0;
        right: -9px;
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-left: 9px solid #e4007f;
        border-bottom: 15px solid transparent;
    }
    #suntory_contents #contents .contents_inner dt > span.notes {
        font-size: 12px;
        position: relative;
        top: -6px;
        right: 0;
    }
    #suntory_contents #contents .contents_inner dt.height_ajust {
        min-height: 63px;
    }
    #suntory_contents #contents .contents_inner dt > span.dt_sub {
        font-weight: normal;
    }
    #suntory_contents #contents .contents_inner dd {
        color:#000000;
        font-size:12px;
        line-height:18px;
        background: #ffffff;
        padding: 0 16px 12px;
        margin: 0 8px 8px 8px;
        border-radius: 0 0 25px 25px;
    }
    #suntory_contents #contents .contents_inner dd span {
        font-size:16px;
    }
    #suntory_contents #contents .contents_inner dd.notes {
        text-indent: -1.5rem;
        padding-left: 38px;
    }
    #suntory_contents #contents .contents_inner dd img {
        display: block;
        margin: 0 auto;
    }
    #suntory_contents #contents .contents_inner ul {
        padding-left: 25px;
    }
    #suntory_contents #contents .contents_inner ul li {
        font-size:17px;
        padding: 7px 0 4px 35px;
        background: url(../img/icon_check.png) no-repeat;
        background-size: 28px;
    }


    #suntory_contents #lineup {
        margin-bottom:100px;
    }
    #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:#000000;
    }
    #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:#000000;
    }
    #suntory_contents #lineup li img {
        line-height:0;
        font-size:0;
        margin-bottom:9px;
    }

    #suntory_contents #btn_top {
        width: 120px;
        margin: 0 auto 100px;
    }
    #suntory_contents #btn_top img {
        width: 100%;
    }
}    



