@charset "utf-8";
/* CSS Document */

#suntory_contents {
    position: relative;
}

#suntory_contents .container_wrap2 {
    width: 74vw;
    max-width: 1164px;
    min-width: 860px;
    margin: 0 auto;
}

#suntoryCommonHeader::after {
	z-index: 90;
}


@media print, screen and (min-width: 768px) {
    #suntory_contents .c_start {
        padding-top: 60px;
    }
}


@media screen and (max-width: 767px) {
    #suntory_contents .container_wrap2 {
        width: 90%;
        min-width: auto;
    }
}



/* ==========================================================================
wine_navi
========================================================================== */
/* PC
-------------------------------------*/
#suntory_contents #wine_navi {
    position: absolute;
    top: 0;
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    font-family: 'Noto Sans JP', sans-serif !important;
    z-index: 50;
}

#suntory_contents #wine_navi  a {
    font-family: 'Noto Sans JP', sans-serif !important;
}

#suntory_contents #wine_navi.fixed {
    position: fixed;
}

#suntory_contents #wine_navi .navi_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 60px;
}

#suntory_contents #wine_navi div.wine_logo {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 180px;
}

#suntory_contents #wine_navi div.wine_logo a {
    display: block;
}

#suntory_contents #wine_navi div.wine_logo a:hover {
    opacity: 1;
}

#suntory_contents #wine_navi ul.navi_list {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0 15px;
    margin-left: 180px;
    font-family: 'Noto Sans JP', sans-serif !important;
}

#suntory_contents #wine_navi ul.navi_list li {
    list-style: none;
    margin: 0;
    padding: 0 15px;
}

#suntory_contents #wine_navi ul.navi_list li.default {
    cursor: default;
}

#suntory_contents #wine_navi ul.navi_list li a {
    display: block;
    position: relative;
    color: #000000;
    font-weight: bold;
}

#suntory_contents #wine_navi ul.navi_list li a::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: -10%;
    width: 0%;
    height: 10px;
    background: #BF182A;
    border-radius: 3px;
    opacity: .2;
    transition: all .5s;
}

#suntory_contents #wine_navi ul.navi_list li a:hover {
    opacity: 1;
}

#suntory_contents #wine_navi ul.navi_list li a:hover::after {
    width: 120%;
}


/* SP
-------------------------------------*/
#suntory_contents #sp_nav {
    position: relative;
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif !important;
    transition: all .5s;
}

#suntory_contents #sp_nav.fixed {
    position: fixed;
    top: 0;
    margin-top: 0 !important;
    z-index: 50;
}

#suntory_contents #sp_nav.fixedOpen {
    height: 100%;
    height: 100vh;
    overflow: auto;
}

#suntory_contents #sp_nav.disp_n {
    visibility: hidden;
    opacity: 0;
}

#suntory_contents #sp_nav .nav_content_wrap {
    background: #F8F3EC;
    padding: 1em;
    padding-bottom: 3em;
}

/* nav-open */
#suntory_contents #sp_nav #nav-open {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    position: absolute;
    right: 20px;
    top: 1em;
    width: 30px;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    float: none;
    cursor: pointer;
    z-index: 50;
}

#suntory_contents #sp_nav #nav-open span {
    display: block;
    content: "";
    width: 85%;
    height: 2px;
    border-radius: 1px;
    background: #000000;
    transition: all 0.3s ease-out;
    transform-origin: right bottom;
}

#suntory_contents #sp_nav #nav-open span + span {
    margin-top: 8px;
}

#suntory_contents #sp_nav #nav-open span:nth-child(3) {
    width: 50%;
}

/* nav-open hover */
#suntory_contents #sp_nav #nav-open:hover span {
    width: 100%;
    background: #5BC2DC;
}

#suntory_contents #sp_nav #nav-open:hover span:nth-child(3) {
    width: 65%;
}

/* knowledge & phototrip */
#knowledge #suntory_contents #sp_nav,
#phototrip #suntory_contents #sp_nav {
    margin-top: 80px;
}

/* nav-logo */
#suntory_contents #sp_nav .nav-logo {
    height: auto;
    background: transparent;
}

#suntory_contents #sp_nav #nav-content .nav-logo a {
    display: block;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

#suntory_contents #sp_nav .nav-logo img {
    width: 100%;
}

#suntory_contents #sp_nav > .nav-logo,
#suntory_contents #sp_nav #nav-content .nav-logo img {
    display: inline-block;
}

/* close */
#suntory_contents #sp_nav .nav-logo .close {
    display: flex;
    justify-content: right;
}

#suntory_contents #sp_nav #nav-close2 {
    margin-top: 0;
    margin-bottom: 2em;
    width: auto;
    height: auto;
    float: none;
    cursor: pointer;
}

#suntory_contents #sp_nav #nav-close2 img {
    width: 100%;
}

#suntory_contents #sp_nav #nav-close2 span {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
  }
   
#suntory_contents #sp_nav #nav-close2 span::before,
#suntory_contents #sp_nav #nav-close2 span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 1.5em;
    background: #000000;
    border-radius: 1px;
}

#suntory_contents #sp_nav #nav-close2 span::before {
    transform: translate(-50%,-50%) rotate(45deg);
}

#suntory_contents #sp_nav #nav-close2 span::after {
    transform: translate(-50%,-50%) rotate(-45deg);
}

#suntory_contents #nav-input:checked ~ #nav-content { 
    margin-top: 0; 
}

#suntory_contents #sp_nav #nav-content {
    top: 0;
    /* overflow-y: hidden; */
}

/* nav_list_sp */
#suntory_contents .nav_list_sp,
#suntory_contents .nav_list_sp li {
    padding: 0;
}

#suntory_contents .nav_list_sp {
    margin: 1em 0;
}

#suntory_contents .nav_list_sp li {
    text-align: center;
    border-bottom: 1px solid #000000;
}

#suntory_contents .nav_list_sp li:last-child {
    border-bottom: none;
}

#suntory_contents .nav_list_sp li a {
    display: block;
    padding: 2em 0;
    font-size: 5vw;
    font-weight: 500;
    color: #000000;
}

#suntory_contents .nav_list_sp li a:hover,
#suntory_contents .nav_list_sp li a:active,
#suntory_contents .nav_list_sp li a:focus,
#suntory_contents .nav_list_sp li a:visited {
    color: #000000;
}

/* nav_bottle */
#suntory_contents .nav_bottle {
    width: 80%;
    margin: 0 auto;
}

#suntory_contents .nav_bottle img {
    width: 100%;
}


/* ==========================================================================
banner
========================================================================== */
#suntory_contents #banner {
    position: relative;
}

#suntory_contents #banner .container_wrap2 {
    position: relative;
}


/* banner_list
-------------------------------------*/
#suntory_contents #banner ul.banner_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
}

#suntory_contents #banner ul.banner_list li {
    flex: 1 1 40%;
}

#suntory_contents #banner ul.banner_list li.one {
    flex: 1 1 100%;
    margin-bottom: 2em;
}

#suntory_contents #banner ul.banner_list li a {
    display: block;
}

#suntory_contents #banner ul.banner_list li a img {
    width: 100%;
}

/* 画像レスポンシブ css start */
#suntory_contents #banner ul.banner_list li.one a {
    position: relative;
    height: 0;
    padding-bottom: 14.782%;
    overflow: hidden;
}

#suntory_contents #banner ul.banner_list li.one a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    #suntory_contents #banner ul.banner_list li.one a {
        padding-bottom: 31.09%;
    }
}
/* 画像レスポンシブ css end */


/* banner  particle
-------------------------------------*/
#suntory_contents #banner .banner_particle,
#suntory_contents #banner .banner_particle2,
#suntory_contents #banner .banner_particle3,
#suntory_contents #banner .banner_particle4 {
    display: none;
    position: absolute;
}

#suntory_contents #banner .banner_particle img,
#suntory_contents #banner .banner_particle2 img,
#suntory_contents #banner .banner_particle3 img,
#suntory_contents #banner .banner_particle4 img {
    width: 100%;
}


/* topPage */
#topPage #suntory_contents #banner {
    padding-top: clamp(80px,8vw,140px);
    padding-bottom: clamp(70px,7vw,120px);
}

#topPage #suntory_contents #banner .banner_particle {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

#topPage #suntory_contents #banner .banner_particle2 {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

/* lineupPage */
#lineupPage #suntory_contents #banner {
    padding-top: clamp(50px, 4vw, 80px);
    margin-top: clamp(-50px, 4vw, -80px);
    padding-bottom: clamp(150px, 10vw, 250px);
}

#lineupPage #suntory_contents #banner .banner_particle3 {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin-top: -3%;
}

#lineupPage #suntory_contents #banner .banner_particle4 {
    bottom: 22%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

/* knowledge & phototrip Page */
#knowledge #suntory_contents #banner,
#phototrip #suntory_contents #banner {
    padding: 4em 0;
}

#knowledge #suntory_contents #banner ul.banner_list,
#knowledge #suntory_contents #banner ul.banner_list li,
#phototrip #suntory_contents #banner ul.banner_list,
#phototrip #suntory_contents #banner ul.banner_list li {
    padding: 0 15px;
}


@media screen and (max-width: 767px) {
    /* banner  particle
    -------------------------------------*/
    /* topPage */
    #topPage #suntory_contents #banner {
        padding-top: 10vw;
        padding-bottom: 15vw;
    }

    /* lineupPage */
    #lineupPage #suntory_contents #banner {
        padding-top: 0;
        padding-bottom: 20vw;
    }

    #lineupPage #suntory_contents #other {
        padding-bottom: 20vw;
    }


    /* banner_list
    -------------------------------------*/
    #suntory_contents #banner ul.banner_list {
        flex-direction: column;
        align-items: baseline;
        width: 100%;
        padding: 0;
    }

    #suntory_contents #banner ul.banner_list li {
        flex: 1 1 100%;
        width: 100%;
        margin-bottom: 2em;
        padding: 0;
    }

    #suntory_contents #banner ul.banner_list li:last-child {
        margin-bottom: 0;
    }

    /* knowledge & phototrip Page */
    #knowledge #suntory_contents #banner ul.banner_list,
    #knowledge #suntory_contents #banner ul.banner_list li,
    #phototrip #suntory_contents #banner ul.banner_list,
    #phototrip #suntory_contents #banner ul.banner_list li {
        padding: 0;
    }
}