@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
#suntory_contents img {
    vertical-align: bottom;
}
/* main */
#suntory_contents main {
    min-width: 1164px;
    background: #fbf3cd;
    font-family: "Kosugi Maru","Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* nav */
#suntory_contents #nav__list {
    max-width: 1164px;
    margin: 0 auto;
    padding: 18px 0;
    display: flex;
}
#suntory_contents #nav__list>li {
    margin-left: 20px;
}
#suntory_contents #nav__list>li:first-of-type {
    margin-left: 0;
}
#suntory_contents #nav__list>li>a {
    display: block;
    width: 143px;
    height: 43px;
    text-indent: -9999px;
    opacity: 1;
    transition: 0.2s;
}
#suntory_contents #nav__list>li>a:hover {
    opacity: 0.7;
    transition: 0.2s;
}
#suntory_contents #nav__list>li:first-of-type a {
    background: url('/softdrink/pop/img/nav--01.png') no-repeat;
}
#suntory_contents #nav__list>li:nth-of-type(2) a {
    background: url('/softdrink/pop/img/nav--02.png') no-repeat;
}
#suntory_contents #nav__list>li:nth-of-type(3) a {
    background: url('/softdrink/pop/img/nav--03.png') no-repeat;
}
#suntory_contents #nav__btn {
    display: none;
}
/* mv */
#suntory_contents #mv {
    max-width: 1300px;
    margin: 0 auto;
}
#suntory_contents #mv img {
    width: 100%;
    height: auto;
}
/* news */
#suntory_contents #news {
    background: #e85299;
}
#suntory_contents .news__inner {
    max-width: 1164px;
    margin: 0 auto;
    padding: 25px 0;
    display: flex;
}
#suntory_contents .news__title {
    height: 100%;
    padding: 3px 17px;
    font-size: 16px;
    font-weight: bold;
    color: #e85299;
    background: #fff;
    border-radius: 999px;
}
#suntory_contents .news__list {
    padding: 3px 0 3px 10px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
/* history */
#suntory_contents #history {
    background: url('/softdrink/pop/img/history__pattern_01.png'), url('/softdrink/pop/img/history__bg.gif?202404');
    background-repeat: repeat-x, repeat;
    background-position: 0 -89px, 0 0;
    overflow: hidden;
}
#suntory_contents .history__inner {
    max-width: 1164px;
    margin: 0 auto;
    padding: 135px 0 100px;
    position: relative;
    background: url('/softdrink/pop/img/history__bg--text.png?202404');
    background-repeat: no-repeat;
    background-position: right -35px;
}
#suntory_contents .history__title {
    position: absolute;
    top: 74px;
    left: 5px;
    z-index: 2;
}
#suntory_contents .history__textWrap {
    max-width: 77.4%;
    background: url('/softdrink/pop/img/history__text--bg.gif');
    position: relative;
    z-index: 1;
}
#suntory_contents .history__text {
    width: 68%;
    padding: 150px 0 109px 40px;
    font-size: 25px;
    line-height: 45px;
    position: relative;
    z-index: 1;
}
#suntory_contents .history__img {
    position: absolute;
    top: -113px;
    right: -208px;
    width: 58.6%;
}
#suntory_contents .history__img img {
    width: 100%;
}
/* products */
#suntory_contents .products__item {
    padding: 100px 0;
}
#suntory_contents .products__itemInner {
    max-width: 1164px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    border: 14px solid #fff;
    box-sizing: border-box;
}
#suntory_contents .products__image {
    text-align: right;
    position: absolute;
    z-index: 0;
}
#suntory_contents .products__textWrap {
    width: 100%;
    max-width: 600px;
    margin-left: 564px;
    position: relative;
    z-index: 1;
}
#suntory_contents .products__item .products__title {
    position: relative;
}
#suntory_contents .products__item .products__title::before {
    content: '';
    display: inline-block;
    width: 138px;
    height: 127px;
    background: url(/softdrink/pop/img/products__kanban_item.png) no-repeat center / contain;
    position: absolute;
    top: 0;
    left: 0;
}
#suntory_contents .products__text {
    font-size: 25px;
    width: 83%;
    line-height: 45px;
    min-height: 140px;
}
#suntory_contents .products__link {
    text-align: center;
    margin-top: 13px;
    opacity: 1;
    transition: 0.2s;
}
#suntory_contents .products__link:hover {
    opacity: 0.6;
    transition: 0.2s;
}
/**/
#suntory_contents .products__item:first-of-type {
    background: url('../img/awa--1.png'),url('../img/products__bg--01.jpg');
    background-position: center;
    background-size: contain;
}
#suntory_contents .products__item:first-of-type .products__itemInner {
    background: url('../img/products__itembgtext--01.png'),url('../img/products__itembg--01.png?202404');
    background-repeat: no-repeat,no-repeat;
    background-position: -5px -4px, left -20px bottom -18px;
    background-color: #dff4eb;
    padding: 0 0 32px;
}
#suntory_contents .products__item:first-of-type .products__image {
    transform: translate(178px,-46px);
}
#suntory_contents .products__item:first-of-type .products__title {
    padding-top: 58px;
    text-align: center;
}
#suntory_contents .products__item:first-of-type .products__text {
    margin: 38px auto 0;
}
/**/
/* #suntory_contents .products__item:nth-of-type(2) {
    background: url('/softdrink/pop/img/awa--2.png'),url('/softdrink/pop/img/products__bg--02.jpg');
    background-position: center;
    background-size: contain;
}
#suntory_contents .products__item:nth-of-type(2) .products__itemInner {
    background: url('/softdrink/pop/img/products__itembgtext--02.png'),url('/softdrink/pop/img/products__itembg--02.png?202404');
    background-repeat: no-repeat,no-repeat;
    background-position: 1px -5px, left -20px bottom -18px;
    background-color: #e6f2ff;
    padding: 0 0 21px;
}
#suntory_contents .products__item:nth-of-type(2) .products__image {
    transform: translate(213px,-66px);
}
#suntory_contents .products__item:nth-of-type(2) .products__title {
    padding-top: 31px;
    text-align: center;
}
#suntory_contents .products__item:nth-of-type(2) .products__text {
    margin: 38px auto 0;
} */
/**/
#suntory_contents .products__item:nth-of-type(2) {
    background: url('/softdrink/pop/img/awa--1.png'),url('/softdrink/pop/img/products__bg--10.jpg');
    background-position: center;
    background-size: cover;
}
#suntory_contents .products__item:nth-of-type(2) .products__itemInner {
    background: url('/softdrink/pop/img/products__itembgtext--10.png'),url('/softdrink/pop/img/products__itembg--10.png'),#fffbb2;
    background-repeat: no-repeat,no-repeat;
    background-position: 0px 0px,0px 100%;
    padding: 0 0 32px;
}
#suntory_contents .products__item:nth-of-type(2) .products__image {
    transform: translate(210px,-46px);
}
#suntory_contents .products__item:nth-of-type(2) .products__title {
    padding-top: 57px;
    text-align: center;
}
#suntory_contents .products__item:nth-of-type(2) .products__text {
    margin: 39px auto 0;
}
/**/
#suntory_contents .products__item:last-of-type {
    background: url('/softdrink/pop/img/awa--2.png'),url('/softdrink/pop/img/products__bg--03.jpg');
    background-position: center;
    background-size: contain;
}
#suntory_contents .products__item:last-of-type .products__itemInner {
    background: url('/softdrink/pop/img/products__itembgtext--03.png'),url('/softdrink/pop/img/products__itembg--03.png?202404');
    background-repeat: no-repeat,no-repeat;
    background-position: -1px -6px, left -20px bottom -18px;
    background-color: #4ec1ee;
    padding: 0 0 32px;
}
#suntory_contents .products__item:last-of-type .products__image {
    transform: translate(146px,-40px);
}
#suntory_contents .products__item:last-of-type .products__title {
    padding-top: 57px;
    text-align: center;
}
#suntory_contents .products__item:last-of-type .products__text {
    margin: 39px auto 0;
    color: #fff;
}