@charset "utf-8";

/*------------------------------------------------------------
[SP]
------------------------------------------------------------ */
@media screen and (max-width:767px){
.pc_item{
	display:none;
}
.sp_item{
	display:block;
}

    /*------------------------------------------------------------
    [SP] main_visual
    ------------------------------------------------------------ */
    #suntory_contents .main_visual figure {
        margin-bottom: 8vw;
        height: 40vw;
        background: url(../img/shopxcafe/shop_img.webp) no-repeat center center;
        background-size: cover;
        width: 100%;
    }
    .no-webp #suntory_contents .main_visual figure {
        background: url(../img/shopxcafe/shop_img.jpg) no-repeat center center;
        background-size: cover;
    }
    #suntory_contents .main_visual h1 {
        margin-bottom: 12vw;
        font-size: 5.6vw;
        font-weight: normal;
        text-align: center;
    }
    #suntory_contents .main_visual h1.en {
        font-size: 5.866666666666667vw;
    }
    /*------------------------------------------------------------
      [SP] notice
      ------------------------------------------------------------ */
      #suntory_contents .notice {
       margin: 0 4vw 16vw;
   }
   #suntory_contents .notice p {
    color: #f00;
    font-size: 3.733333333333333vw;
    line-height: 1.785714285714286;
    text-align: left;
}
#suntory_contents .notice a {
    text-decoration: none;
    color: #000;
    padding-bottom: 0.8vw;
    border-bottom: 1px #000 solid;
}


    /*------------------------------------------------------------
      [SP] shop_nav
      ------------------------------------------------------------ */
      #suntory_contents .shop_nav {
        width: 92vw;
        margin: 0 auto;
    }
    #suntory_contents .shop_nav ul {
        margin: 0 auto 16vw;
        width: 92vw;
        box-sizing: border-box;
        display: flex;
    }
    #suntory_contents .shop_nav li {
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%; /* 52% */
        border-right: 1px #666 solid;
    }
    #suntory_contents .shop_nav li:first-child {
        width: 50%; /* 48% */
        border-left: 1px #666 solid;
    }
    #suntory_contents .shop_nav li a {
        width: 100%;
        height: auto;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        color: #000;
        padding: 0 0 6.4vw;
        position: relative;
    }
    #suntory_contents .shop_nav li a::after {
        content: '';
        width: 4vw;
        height: 2.4vw;
        background: url(../img/arrow_down_large_gr.svg) no-repeat right center;
        background-size: 4vw auto;
        position: absolute;
        bottom: 0;
        left: calc(50% - 2vw);
    }
    #suntory_contents .shop_nav li a .title_en {
        margin: 0 0 1.6vw 0;
        font-size: 5.866666666666667vw;
        line-height: 1;
        font-family: 'Lato', sans-serif;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
    #suntory_contents .shop_nav li a .title_jp {
        margin: 0 0 2.933333333333333vw 0;
        font-size: 2.666666666666667vw;
        line-height: 1.8;
        color: #666;
    }
    #suntory_contents .shop_nav li a .text {
        margin:0 0 0 0;
        font-size: 2.933333333333333vw;
        line-height: 1.8;
        text-align: center;
    }


    /*------------------------------------------------------------
      [SP] shopxcafe_container
      ------------------------------------------------------------ */
      #suntory_contents .shopxcafe_container {
        border-bottom: 1px #ccc solid;
        margin-bottom: 12vw;
        padding-bottom: 12vw;
        margin-top: -12vw;
        padding-top: 12vw;
    }
    #suntory_contents .shopxcafe_container#cafe {
        border-bottom: none;
        padding-bottom: 0;
    }


    /*------------------------------------------------------------
      [SP] lead
      ------------------------------------------------------------ */
      #suntory_contents .shopxcafe_container .lead {
        margin: 0 4vw 8vw;
    }
    #suntory_contents .shopxcafe_container .lead h2 {
        margin-bottom: 5.6vw;
        padding-top: 4vw;
        font-size: 4.8vw;
        font-weight: normal;
        text-align: center;
    }
    #suntory_contents .shopxcafe_container .lead .text {
        font-size: 3.466666666666667vw;
        line-height: 1.8;
        text-align: left;
    }
    #suntory_contents .shopxcafe_container .lead .cafe-notice {
        margin-top: 1.933333333333333vw;
        font-size: 2.933333333333333vw;
        line-height: 1.8;
    }
    #suntory_contents .shopxcafe_container .lead .cafe-notice a {
        color: #000;
    }
    #suntory_contents .btn_online_shop {
        margin-top: 5.6vw;
        text-align: center;
    }

    #suntory_contents .btn_online_shop a {
        margin: 0 auto;
        padding: 0 1.333333333333333vw 0 0;
        width: 60vw;
        height: 12vw;
        background: #A89170;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #fff;
        font-size: 3.733333333333333vw;
        box-sizing: border-box;
        position: relative;
    }
    #suntory_contents .btn_online_shop a::after {
        content: '';
        width: 2.4vw;
        height: 2.4vw;
        background: url(../img/icon_external_wh.svg) no-repeat 0 0;
        background-size: 2.4vw auto;
        position: absolute;
        top: 1.6vw;
        right: 1.6vw;
    }
    /*------------------------------------------------------------
      [SP] pickup
      ------------------------------------------------------------ */
      #suntory_contents .pickup {
        background: #F6F4F1;
        border-left: 1.333333333333333vw #E4DDD3 solid;
        margin-bottom: 12vw;
        padding: 8vw 0;
        margin: 0 4vw 5.6vw;
        box-sizing: border-box;
    }
    #suntory_contents .pickup .text {
        width: 80vw;
        margin: 0 auto 5.6vw;
    }
    #suntory_contents .pickup .text h3 {
        margin-bottom: 5.6vw;
        font-size: 4.266666666666667vw;
        font-weight: normal;
    }
    #suntory_contents .pickup .text p.term {
        margin-bottom: 4vw;
        font-size: 3.466666666666667vw;
        line-height: 1.8;
    }
    #suntory_contents .pickup .text p.note {
        font-size: 3.466666666666667vw;
        line-height: 1.8;
    }
    #suntory_contents .pickup .text p.link {
        margin-top: 4vw;
        font-size: 3.466666666666667vw;
        line-height: 1.8;
    }
    #suntory_contents .pickup .text p.link a {
        color: #000;
        text-decoration: none;
        padding-bottom: .8vw;
        border-bottom: 1px #000 solid;
        position: relative;
    }
    #suntory_contents .pickup .text p.link span {
        width: 1px;
        height: 6.240000000000001vw;
        position: relative;
    }
    #suntory_contents .pickup .text p.link.external span::before {
        content: '';
        width: 2.666666666666667vw;
        height: 2.666666666666667vw;
        background: url(../img/icon_external_gr.svg) no-repeat 0 0;
        background-size: 2.666666666666667vw auto;
        position: absolute;
        top: calc(50% - 1.333333333333333vw);
        right: -4.8vw;
    }
    #suntory_contents .pickup .img {
        margin: 0 auto;
        width: 64vw;
        display: flex;
        flex-direction: column;
    }
    #suntory_contents .pickup .img picture {
        max-width: 64vw;
        order: 1;
    }
    #suntory_contents .pickup .img picture img {
        max-width: 64vw;
        height: auto;
    }
    #suntory_contents .pickup .img .caption {
        order: 2;
        margin-top: 4vw;
        font-size: 2.933333333333333vw;
        line-height: 1.5;
        text-align: left;
    }

     /*------------------------------------------------------------
      [SP] lineup
      ------------------------------------------------------------ */
      #suntory_contents .lineup {
      }
      #suntory_contents .lineup ul {
        margin: 0 auto;
        width: 64vw;
    }
    #suntory_contents .lineup li {
        width: 64vw;
        margin: 0 0 5.6vw 0;
        list-style: none;
    }
    #suntory_contents .lineup li picture {
        max-width: 64vw;
    }
    #suntory_contents .lineup li picture img {
        max-width: 64vw;
        height: auto;
        vertical-align: bottom;
    }
    #suntory_contents .lineup li .caption {
        margin-top: 4vw;
        font-size: 2.933333333333333vw;
        line-height: 1.8;
    }

    /*------------------------------------------------------------
      [SP] data_container
      ------------------------------------------------------------ */
      #suntory_contents .data_container {
        display: flex;
        flex-direction: column;
    }
    #suntory_contents .data_container .data_wrap {
        order: 2;
    }
    #suntory_contents .data_table {
        margin: 0 auto;
        width: 92vw;
        border-top: 1px #ccc solid;
	margin-bottom: 5.6vw
    }
    #suntory_contents .data_table th {
        border-bottom: 1px #ccc solid;
        font-size: 3.733333333333333vw;
        font-weight: normal;
        text-align: left;
        vertical-align: center;
        padding: 5.6vw 0;
    }
    #suntory_contents .data_table td {
        border-bottom: 1px #ccc solid;
        padding: 5.6vw 0;
        vertical-align: center;
        width: 78.3%;
    }
    #suntory_contents .data_table td .text_cancel::before{
        content: "";
        width: 100%;
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -1px;
        /* border-top: 2px #000 solid; */
    }
    #suntory_contents .data_table .data {
        font-size: 3.466666666666667vw;
        line-height: 1.8;
    }
    #suntory_contents .data_table .note {
        font-size: 2.933333333333333vw;
        line-height: 1.8;
    }
    #suntory_contents .data_table .data + .note {
        margin-top: 4vw;
    }
    #suntory_contents .data_table .color_red{
        color: #FF0000;
    }
    #suntory_contents .note_data {
        margin: 0 4vw 0 calc(4vw + 1em);
        font-size: 2.933333333333333vw;
        line-height: 1.8;
        text-indent: -1em;
    }
    #suntory_contents .data_container .note_price {
        order: 1;
        margin: 0 4vw 8vw;
        text-align: right;
        font-size: 2.933333333333333vw;
        line-height: 1.8;
    }

}
/*------------------------------------------------------------
[PC]
------------------------------------------------------------ */
@media print, screen and (min-width:768px) {
.pc_item{
	display:block;
}
.sp_item{
	display:none;
}
    /*------------------------------------------------------------
      [PC] main_visual
      ------------------------------------------------------------ */
      #suntory_contents .main_visual figure {
          margin: 0 auto 50px;
          height: 380px;
          background: url(../img/shopxcafe/shop_img.webp) no-repeat center center;
          background-size: cover;
          max-width: 1160px;
          width: 100%;
      }
      .no-webp #suntory_contents .main_visual figure {
        background: url(../img/shopxcafe/shop_img.jpg) no-repeat center center;
        background-size: cover;
    }
    #suntory_contents .main_visual h1 {
        margin-bottom: 50px;
        font-size: 28px;
        font-weight: normal;
        text-align: center;
    }
    #suntory_contents .main_visual h1.en {
        font-size: 30px;
    }
    /*------------------------------------------------------------
      [PC] notice
      ------------------------------------------------------------ */
      #suntory_contents .notice {
       margin: 0 0 80px;
   }
   #suntory_contents .notice p {
    color: #f00;
    font-size: 16px;
    line-height: 1.875;
    text-align: center;
}
#suntory_contents .notice a {
    text-decoration: none;
    color: #000;
    padding-bottom: 3px;
    border-bottom: 1px #000 solid;
}
#suntory_contents .notice a:hover {
    color: #666;
    border-bottom: 1px #666 solid;
}

    /*------------------------------------------------------------
      [PC] shop_nav
      ------------------------------------------------------------ */
      #suntory_contents .shop_nav ul {
        width: 960px;
        margin: 0 auto 120px;
        display: flex;
    }
    #suntory_contents .shop_nav li {
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        border-right: 1px #666 solid;
    }
    #suntory_contents .shop_nav li:first-child {
        border-left: 1px #666 solid;
    }

    #suntory_contents .shop_nav li a {
        width: 100%;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #000;
        padding: 10px 0;
        position: relative;
    }
    #suntory_contents .shop_nav li a:hover {
        color: #A89170;
    }
    #suntory_contents .shop_nav li a::after {
        content: '';
        width: 30px;
        height: 17px;
        background: url(../img/arrow_down_large_gr.svg) no-repeat right center;
        background-size: 30px auto;
        position: absolute;
        top: calc(50% - 8.5px);
        right: 25px;
    }
    #suntory_contents .shop_nav li a:hover::after {
        background: url(../img/arrow_down_large_br.svg) no-repeat right center;
        background-size: 30px auto;
    }
    #suntory_contents .shop_nav li a .title_en {
        margin: 0 10px 8px 0;
        font-size: 30px;
        line-height: 1;
        font-family: 'Lato', sans-serif;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
    #suntory_contents .shop_nav li a .title_jp {
        margin: 0 10px 12px 0;
        font-size: 14px;
        line-height: 1.8;
        color: #666;
    }
    #suntory_contents .shop_nav li a:hover .title_jp{
        color: #A89170;
    }
    #suntory_contents .shop_nav li a .text {
        margin:0 10px 0 0;
        font-size: 16px;
        line-height: 1.8;
    }


    /*------------------------------------------------------------
      [PC] shopxcafe_container
      ------------------------------------------------------------ */
      #suntory_contents .shopxcafe_container {
        border-bottom: 1px #ccc solid;
        margin-bottom: 80px;
        padding-bottom: 80px;
        margin-top: -70px;
        padding-top: 70px;
    }
    #suntory_contents .shopxcafe_container#cafe {
        border-bottom: none;
        padding-bottom: 0;
    }

    /*------------------------------------------------------------
      [PC] lead
      ------------------------------------------------------------ */
      #suntory_contents .shopxcafe_container .lead {
        margin-bottom: 50px;
    }
    #suntory_contents .shopxcafe_container .lead h2 {
        margin-bottom: 30px;
        font-size: 24px;
        font-weight: normal;
        text-align: center;
    }
    #suntory_contents .shopxcafe_container .lead .text {
        font-size: 14px;
        line-height: 1.8;
        text-align: center;
    }
    #suntory_contents .shopxcafe_container .lead .cafe-notice {
        margin-top: 15px;
        font-size: 12px;
        line-height: 1.8;
        text-align: center;
    }
    #suntory_contents .shopxcafe_container .lead .cafe-notice a {
        color: #000;
    }
    #suntory_contents .shopxcafe_container .lead .cafe-notice a:hover {
        color: #A89170;
    }
    #suntory_contents .btn_online_shop {
        margin-top: 30px;
        text-align: right;
    }

    #suntory_contents .btn_online_shop a {
        margin: 0 0 0 auto;
        padding: 0 10px 0 0;
        width: 240px;
        height: 45px;
        background: #A89170;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #fff;
        font-size: 14px;
        box-sizing: border-box;
        position: relative;
    }
    #suntory_contents .btn_online_shop a:hover {
        background: #BEAC94;
    }
    #suntory_contents .btn_online_shop a::after {
        content: '';
        width: 10px;
        height: 10px;
        background: url(../img/icon_external_wh.svg) no-repeat 0 0;
        background-size: 10px auto;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    /*------------------------------------------------------------
      [PC] pickup
      ------------------------------------------------------------ */
      #suntory_contents .pickup {
        background: #F6F4F1;
        border-left: 5px #E4DDD3 solid;
        margin-bottom: 50px;
        padding: 30px 50px;
        display: flex;
        justify-content: space-between;
    }
    #suntory_contents .pickup .text {
        width: 380px;
    }
    #suntory_contents .pickup .text h3 {
        margin-bottom: 30px;
        font-size: 18px;
        font-weight: normal;
    }
    #suntory_contents .pickup .text p.term {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 15px;
    }
    #suntory_contents .pickup .text p.note {
        font-size: 14px;
        line-height: 1.8;
    }
    #suntory_contents .pickup .text p.link {
        font-size: 14px;
        line-height: 1.8;
        margin-top: 15px;
    }
    #suntory_contents .pickup .text p.link a {
        color: #000;
        text-decoration: none;
        padding-bottom: 3px;
        border-bottom: 1px #000 solid;
    }
    #suntory_contents .pickup .text p.link span {
        width: 1px;
        height: 14px;
        position: relative;
    }
    #suntory_contents .pickup .text p.link.external span::before {
        content: '';
        width: 10px;
        height: 10px;
        background: url(../img/icon_external_gr.svg) no-repeat 0 0;
        background-size: 10px auto;
        position: absolute;
        top: calc(50% - 5px);
        right: -18px;
    }
    #suntory_contents .pickup .text p.link a:hover {
        color: #666;
        border-bottom: 1px #666 solid;
    }
    #suntory_contents .pickup .img {
        width: 455px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }
    #suntory_contents .pickup .img picture {
        max-width: 280px;
    }
    #suntory_contents .pickup .img picture img {
        max-width: 280px;
        height: auto;
    }
    #suntory_contents .pickup .img .caption {
        margin-right: 15px;
        font-size: 12px;
        line-height: 1.5;
        text-align: right;
    }

     /*------------------------------------------------------------
      [PC] lineup
      ------------------------------------------------------------ */
      #suntory_contents .lineup {

      }
      #suntory_contents .lineup ul {
        margin: 0 auto;
        width: 960px;
        display: flex;
        flex-wrap: wrap;
    }
    #suntory_contents .lineup li {
        width: 280px;
        margin: 0 60px 30px 0;
        list-style: none;
    }
    #suntory_contents .lineup li:nth-child(3n) {
        margin: 0 0 30px 0;
    }
    #suntory_contents .lineup li picture {
        max-width: 280px;
    }
    #suntory_contents .lineup li picture img {
        max-width: 280px;
        height: auto;
        vertical-align: bottom;
    }
    #suntory_contents .lineup li .caption {
        margin-top: 20px;
        font-size: 12px;
        line-height: 1.8;
    }

    /*------------------------------------------------------------
      [PC] data_container
      ------------------------------------------------------------ */
      #suntory_contents .data_container {
        display: flex;
        justify-content: space-between;
    }
    #suntory_contents .data_container .data_wrap {
        width: 620px;
    }
    #suntory_contents .data_table {
        width: 620px;
        border-top: 1px #ccc solid;
	margin-bottom: 20px;
    }
    #suntory_contents .data_table th {
        border-bottom: 1px #ccc solid;
        font-size: 16px;
        font-weight: normal;
        text-align: left;
        vertical-align: center;
        padding: 25px 0;
    }
    #suntory_contents .data_table td {
        border-bottom: 1px #ccc solid;
        padding: 25px 0;
        vertical-align: center;
        width: 78.3%;
    }
    #suntory_contents .data_table td .text_cancel::before{
        content: "";
        width: 100%;
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -1px;
        /* border-top: 2px #000 solid; */
    }
    #suntory_contents .data_table .data {
        font-size: 14px;
        line-height: 1.8;
    }
    #suntory_contents .data_table .note {
        font-size: 12px;
        line-height: 1.8;
    }
    #suntory_contents .data_table .data + .note {
        margin-top: 15px;
    }
    #suntory_contents .data_table .color_red{
        color: #FF0000;
    }
    #suntory_contents .note_data {
        font-size: 12px;
        line-height: 1.8;
        text-indent: -1em;
        margin-left: 1em;
    }
    #suntory_contents .data_container .note_price {
        width:280px;
        text-align: right;
        font-size: 12px;
        line-height: 1.8;
    }
}