@charset "utf-8";

.section#suntory_post.none{
  display: none;
}

/*------------------------------------------------------------
[SP]
------------------------------------------------------------ */


/*------------------------------------------------------------
[SP]suntory_post
------------------------------------------------------------ */
.section#suntory_post {
    margin: 18.666666666666667vw 0 0;
    padding: 0;
}
.section#suntory_post h2 {
    font-size: 6.4vw;
    line-height: 1;
    font-weight: bold;
    margin: 0 0 8vw;
}
.section#suntory_post .lead {
    margin: 0 0 8vw;
    font-size: 4.266666666666667vw;
    line-height: 1.6875;
    text-align: center;
}
.section#suntory_post .article_list {
    list-style: none;
    margin: 0 0 8vw;
    padding: 0;
    width: 100vw;
    overflow-x: auto;
    display: flex;
}
.section#suntory_post .article_list li {
    margin-left: 5.333333333333333vw;
    width: 66.133333333333333vw;
}
.section#suntory_post .article_list li:last-child {
    margin-right: 5.333333333333333vw;
}
.section#suntory_post .article_list li a {
    width: 66.133333333333333vw;
    display: block;
    text-decoration: none;
    color: #000;
}
.section#suntory_post .article_list li a .fig_container {
    position: relative;
    margin-bottom: 5.333333333333333vw;
    height: 46.666666666666667vw;
    overflow: hidden;
}
.section#suntory_post .article_list li a figure {
    margin: 0;
    padding: 0;
    width: 66.133333333333333vw;
    height: 46.666666666666667vw;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}
.section#suntory_post .article_list li a figure img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.section#suntory_post .category {
    font-size: 2.933333333333333vw;
    font-weight: bold;
    color: #000;
    padding: 2.666666666666667vw 1.333333333333333vw 1.333333333333333vw;
    background: #5BC2DC;
    border-radius: 0 2.666666666666667vw 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.section#suntory_post .article_list li a .text {
    margin: 0;
    padding: 0;
    width: 66.133333333333333vw;
    font-size: 4vw;
    font-weight: bold;
    text-align: left;
    color: #000;
}
.indigator {
    display: flex;
    justify-content: center;
    margin: 0 0 10.666666666666667vw;
    padding: 0;
    list-style: none;
}
.indigator li {
    margin: 0 1.333333333333333vw;
    width: 2.666666666666667vw;
    height: 2.666666666666667vw;
    text-indent: -9999px;
    border: 1px #000 solid;
    border-radius: 50%;
}
.indigator .indigator01.active {
    background: #000;
}
.indigator .indigator02.active {
    background: #000;
}
.indigator .indigator03.active {
    background: #000;
}


@media (orientation: landscape) {

    /*------------------------------------------------------------
    [SP-landscape]suntory_post
    ------------------------------------------------------------ */
    .section#suntory_post {
        margin: 70px 0 0;
    }
    .section#suntory_post h2 {
        font-size: 24px;
        margin: 0 0 30px;
    }
    .section#suntory_post .lead {
        margin: 0 0 30px;
        font-size: 16px;
    }
    .section#suntory_post .article_list {
        margin: 0 0 30px;
        width: 100vw;
    }
    .section#suntory_post .article_list li {
        margin-left: 20px;
        width: 248px;
    }
    .section#suntory_post .article_list li:last-child {
        margin-right: 20px;
    }
    .section#suntory_post .article_list li a {
        width: 248px;
    }
    .section#suntory_post .article_list li a .fig_container {
        margin-bottom: 20px;
        height: 175px;
    }
    .section#suntory_post .article_list li a figure {
        width: 248px;
        height: 175px;
    }
    .section#suntory_post .category {
        font-size: 11px;
        padding: 10px 5px 5px;
        border-radius: 0 10px 0 0;
    }
    .section#suntory_post .article_list li a .text {
        width: 248px;
        font-size: 15px;
    }
    .indigator {
        margin: 0 0 40px;
    }
    .indigator li {
        margin: 0 5px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }

}


/*------------------------------------------------------------
[PC]
------------------------------------------------------------ */
@media print, screen and (min-width:768px) {


/*------------------------------------------------------------
[PC]suntory_post
------------------------------------------------------------ */
.section#suntory_post {
    margin: 120px 0 0;
    padding: 0;
}
.section#suntory_post h2 {
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
    margin: 0 0 30px;
}
.section#suntory_post .lead {
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 1.6875;
    text-align: center;
}
.section#suntory_post .article_list {
    list-style: none;
    margin: 0 auto 40px;
    padding: 0;
    width: 1164px;
    overflow-x: auto;
    display: flex;
    justify-content: space-between;
}
.section#suntory_post .article_list li {
    margin-left: 0;
    width: 360px;
}
.section#suntory_post .article_list li:last-child {
    margin-right: 0;
}
.section#suntory_post .article_list li a {
    width: 360px;
    display: block;
    text-decoration: none;
    color: #000;
}
.section#suntory_post .article_list li a .fig_container {
    position: relative;
    margin-bottom: 20px;
    height: 202.5px;
}
.section#suntory_post .article_list li a figure {
    margin: 0;
    padding: 0;
    width: 360px;
    height: 202.5px;
    overflow: hidden;
}
.section#suntory_post .article_list li a figure img {
    width: auto;
  object-fit: contain;
    height: 100%;
    vertical-align: bottom;
    transition: all .6s ease;
}
.section#suntory_post .article_list li a:hover figure img {
	transform: scale(1.05, 1.05);
}
.section#suntory_post .category {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    padding: 7px 5px 5px;
    background: #5BC2DC;
    border-radius: 0 15px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.section#suntory_post .article_list li a .text {
    margin: 0;
    padding: 0;
    width: 360px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #000;
}
.section#suntory_post .article_list li a:hover {
    text-decoration: underline;
}

.indigator {
    display: none;
}

}
