@charset "utf-8";

/* @@@ KV */
@media (min-width: 1200px) {

  .sec-lineup-01-box-01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .sec-lineup-01-box-01-left {
    order: 2;
    width: 50%;
  }
  .sec-lineup-01-box-01-right {
    order: 1;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f4f8fa;
  }

  .sec-lineup-01-title-01 {
    font-size: 70px;
    font-family: "Times New Roman", serif;
    line-height: 1.2;
    letter-spacing: 0.18em;
    margin-bottom: 20px;
  }
  .sec-lineup-01-title-sub-01 {
    font-size: 24px;
    font-family: "Noto Serif", serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.18em;
  }


}/* PC ここまで================================ */
@media screen and (max-width: 1199.9px) {

  .sec-lineup-01-box-01-left {
  }
  .sec-lineup-01-box-01-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f4f8fa;
    height: 250px;
  }

  .sec-lineup-01-title-01 {
    font-size: 35px;
    font-family: "Times New Roman", serif;
    line-height: 1.2;
    letter-spacing: 0.18em;
    margin-bottom: 20px;
  }
  .sec-lineup-01-title-sub-01 {
    font-size: 12px;
    font-family: "Noto Serif", serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.18em;
  }

}/* スマホ ここまで============================ */

/* @@@ アンカー */
@media (min-width: 1200px) {

  .sec-lineup-02-in {
    background-color: white;
    padding-top: 120px;
    padding-bottom: 160px;
  }
  .lineup-sec-02-link-01 {
    display: block;
    width: 590px;
    aspect-ratio: 590 / 120;
    margin: 0 auto;
  }

  .lineup-sec-02-box-01 {
    width: min(100% - 20px, 1040px);
    margin: 0 auto;
  }
  .lineup-sec-02-title-01 {
    padding-left: 80px;
    font-size: 55px;
    line-height: 1;
    font-family: "Times New Roman", serif;
    letter-spacing: 0.12em;
    position: relative;
    margin-top: 164px;
    margin-bottom: 52px;
  }
  .lineup-sec-02-title-01 span {
    font-size: 22px;
    font-family: "Noto Serif", serif;
    font-weight: 500;
    letter-spacing: 0.12em;
  }
  .lineup-sec-02-title-01:before {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: #182234;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  .lineup-sec-02-list-01 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    column-gap: 3.846%;
  }
  .lineup-sec-02-list-01 > li {
    width: 30.77%;
  }
  .lineup-sec-02-list-01 > li > a {
    display: block;
  }


}/* PC ここまで================================ */
@media screen and (max-width: 1199.9px) {

  .sec-lineup-02-in {
    background-color: white;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .lineup-sec-02-link-01 {
    display: block;
    width: min(670px, 89.334%);
    aspect-ratio: 590 / 120;
    margin: 0 auto;
  }

  .lineup-sec-02-box-01 {
  }
  .lineup-sec-02-title-01 {
    padding-left: 28px;
    font-size: 30px;
    line-height: 1;
    font-family: "Times New Roman", serif;
    letter-spacing: 0.12em;
    position: relative;
    margin-top: 50px;
    margin-bottom: 25px;
  }
  .lineup-sec-02-title-01 span {
    font-size: 11px;
    font-family: "Noto Serif", serif;
    font-weight: 500;
    letter-spacing: 0.12em;
  }
  .lineup-sec-02-title-01:before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #182234;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .lineup-sec-02-list-01 {
    width: min(78.667%, 295px);
    margin: 0 auto;
    column-gap: 3.846%;
  }
  .lineup-sec-02-list-01 > li:not(last-child) {
    margin-bottom: 20px;
  }
  .lineup-sec-02-list-01 > li > a {
    display: block;
    outline: 1px solid #b9b9b9;
    outline-offset: -1px;
  }


}/* スマホ ここまで============================ */


/* @@@ 商品タイトル */
@media (min-width: 1200px) {

  .product-title-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 4.167%;
    position: relative;
  }
  .product-title-box-left {
    width: 50%;
  }
  .product-title-box-right {
    width: 50%;
    padding-left: 3.410%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .product-title-box-01 {
    background-color: #182234;
  }
  .product-title-box-02 {
    background-color: #484d6d;
  }
  .product-title-box-03 {
    background-color: #496e64;
  }

  .product-titlecatch,
  .product-title-p-01,
  .product-title-p-02,
  .product-title-p-03 {
    width: min(100% - 20px, 540px);
  }
  .product-titlecatch {
    border-bottom: 1px solid #a1a7b3;
    padding-bottom: 40px;
    margin-bottom: 38px;
  }
  .product-title-p-01 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: white;
    margin-bottom: 13px;
  }
  .product-title-p-02 {
    font-size: 18px;
    line-height: 2.223;
    letter-spacing: 0.02em;
    color: white;
    margin-bottom: 17px;
    font-feature-settings: "palt" 1;
  }
  .product-title-p-03 {
    font-size: 14px;
    line-height: 1.4;
    color: rgba(255,255,255, .5);
    margin-bottom: 0px;
  }

  .product-title-p-04 {
    font-size: 16px;
    font-family: "Times New Roman", serif;
    line-height: 1;
    letter-spacing: 0.6em;
    color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    /* right: min(15%, 12px); */
    right: 4.167%;
    margin: auto;
    display: block;
    height: 1em;
    text-transform: uppercase;
    transform: rotate(90deg) translateX(50%);
    transform-origin: right 0;
  }

}/* PC ここまで================================ */
@media screen and (max-width: 1199.9px) {

  .product-title-box {
    padding: 5.334%;
    position: relative;
  }
  .product-title-box-left {
  }
  .product-title-box-right {
    width: 88.060%;
    margin: 0 auto;
    padding-top: 50px;
  }

  .product-title-box-01 {
    background-color: #182234;
  }
  .product-title-box-02 {
    background-color: #484d6d;
  }
  .product-title-box-03 {
    background-color: #496e64;
  }

  .product-titlecatch {
    border-bottom: 1px solid #a1a7b3;
    padding-bottom: 30px;
    margin-bottom: 23px;
  }
  .product-title-p-01 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.324;
    letter-spacing: 0.1em;
    color: white;
    margin-bottom: 18px;
  }
  .product-title-p-02 {
    font-size: 14px;
    line-height: 1.929;
    letter-spacing: 0.05em;
    color: white;
    margin-bottom: 14px;
  }
  .product-title-p-03 {
    font-size: 10px;
    line-height: 1.8;
    color: rgba(255,255,255, .5);
    margin-bottom: 0px;
  }

  .product-title-p-04 {
    font-size: 8px;
    font-family: "Times New Roman", serif;
    line-height: 1;
    letter-spacing: 0.6em;
    color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    /* right: min(15%, 12px); */
    right: 3.0%;
    margin: auto;
    display: block;
    height: 1em;
    text-transform: uppercase;
    transform: rotate(90deg) translateX(75%);
    transform-origin: right 0;
  }


}/* スマホ ここまで============================ */


/* @@@ 商品説明 */
.product-desc-01 {
  background-color: #f1f3f5;
}
.product-desc-02 {
  background-color: #f2eef6;
}
.product-desc-03 {
  background-color: #f2f6f4;
}
@media (min-width: 1200px) {

  .product-desc {
    padding-top: 80px;
  }
  .product-desc img {
    width: min(100% - 40px, 1200px);
    margin: 0 auto;
  }

}/* PC ここまで================================ */
@media screen and (max-width: 1199.9px) {

  .product-desc {
    padding-top: 60px;
  }
  .product-desc img {
    width: 89.334%;
    margin: 0 auto;
  }

}/* スマホ ここまで============================ */


/* @@@ ラインナップ */
@media (min-width: 1200px) {

  .product-title-lineup {
    font-size: 50px;
    line-height: 1;
    font-family: "Times New Roman", serif;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-align: center;
    padding-top: 91px;
    padding-bottom: 75px;
  }
  .product-title-lineup span {
    font-size: 22px;
    font-family: "Noto Serif", serif;
    font-weight: 500;
  }

  .lineup-slider-wrap {
    padding-bottom: 120px;
  }

  .lineup-slider {
    width: min(100% - 20px, 1518px);
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 1.449%;
    row-gap: 22px;
  }
  .lineup-slider.lineup-slider-c {
    justify-content: center;
  }
  .lineup-slider > li {
    width: 18.841%;
  }
  .lineup-slider > li > a {
    display: block
  }


}/* PC ここまで================================ */
@media screen and (max-width: 1199.9px) {

  .product-title-lineup {
    font-size: 30px;
    line-height: 1;
    font-family: "Times New Roman", serif;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-align: center;
    padding-top: 49px;
    padding-bottom: 30px;
  }
  .product-title-lineup span {
    font-size: 11px;
    font-family: "Noto Serif", serif;
    font-weight: 500;
  }

  .lineup-slider-wrap {
    padding-bottom: 60px;
  }

  .lineup-slider {
  }
  .lineup-slider > li {
  }
  .lineup-slider .slick-slide a {
    display: block;
    width: min(74vw, 295px);
    margin: 0 auto;
  }

  .slick-lineup-prev,
  .slick-lineup-next {
    display: block;
    width: 40px;
    aspect-ratio: 1 / 1;
    border: 1px solid #111c32;
    position: absolute;
    top: calc(50% - 20px);
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 2;
  }
  .slick-lineup-next {
    right: 0;
    background: white url(../images/slick-lineup-next.webp) no-repeat 0 0;
    background-size: contain;
  }
  .slick-lineup-prev {
    left: 0;
    background: white url(../images/slick-lineup-prev.webp) no-repeat 0 0;
    background-size: contain;
  }

}/* スマホ ここまで============================ */



/* @@@ 製品一覧 */
@media (min-width: 1200px) {

  .sec-lineup-08-in {
    padding-top: 116px;
    padding-bottom: 120px;
  }
  .sec-lineup-08-title-01 {
    width: min(100% - 20px, 1200px);
    margin: 0 auto;
    text-align: left;
    font-size: 40px;
    line-height: 1;
    font-family: "Noto Serif", serif;
    font-weight: 500;
    letter-spacing: 0.12em;
    padding-left: 80px;
    margin-bottom: 38px;
    position: relative;
  }
  .sec-lineup-08-title-01:before {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: #333;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  .sec-lineup-08-tablewrap-01 {
    width: min(100% - 20px, 1200px);
    margin: 0 auto;
    background-color: #f4f8fa;
    border: 4px solid #ebf2f5;
    border-radius: 10px;
    overflow-x: auto;
    padding: 25px 0 25px 0;
  }
  .sec-lineup-08-table-01 {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 1px;
    margin-left: 50px;
    border-collapse: separate;
    border-spacing: 20px;
  }
  .sec-lineup-08-table-01 th {
    width: 140px;
    padding: 20px 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.556;
    letter-spacing: 0.1em;
  }
  .sec-lineup-08-table-01 td {
    width: 289px;
    padding: 20px;
    font-size: 18px;
    line-height: 1.556;
    letter-spacing: 0.1em;
    vertical-align: top;
  }
  .sec-lineup-08-table-01 .td-photo td {
    padding: 0;
  }
  .sec-lineup-08-table-01 .tbl-c-01 td {
    background-color: #f4f8fa;
  }
  .sec-lineup-08-table-01 .tbl-c-02 td {
    background-color: white;
  }
  .sec-lineup-08-table-01 .td-font-01 td {
    font-weight: 700;
  }
  .sec-lineup-08-table-01 .td-font-02 td {
    font-size: 16px;
    line-height: 1.75;
  }
  .sec-lineup-08-table-01 th.t-sticky {
    position: sticky;
    top:0;
    left:0;
    border-left: none;
    border-right: none;
    background: none;
  }
  .sec-lineup-08-table-01 th.t-sticky:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-right: 1px solid #f4f8fa;
    background-color: #eee;
    z-index: -1;
    box-sizing: content-box;
  }
  .sec-lineup-08-table-01 .tbl-c-01 th.t-sticky::before{
    background-color: #f4f8fa;
  }
  .sec-lineup-08-table-01 .tbl-c-02 th.t-sticky::before{
    background-color: white;
  }
  .sec-lineup-08-table-01  td .small {
    font-size: 80%;
  }
  .tbl-c-01-list {
    list-style-type: disc;
  }
  .tbl-c-01-list > li {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 0 1.5em;
  }

}/* PC ここまで================================ */
@media screen and (max-width: 1199.9px) {

  .sec-lineup-08-in {
    padding-top: 56px;
    padding-bottom: 60px;
  }
  .sec-lineup-08-title-01 {
    margin: 0 auto;
    text-align: left;
    font-size: 25px;
    line-height: 1;
    font-family: "Noto Serif", serif;
    font-weight: 500;
    letter-spacing: 0.12em;
    padding-left: 28px;
    margin-bottom: 35px;
    position: relative;
  }
  .sec-lineup-08-title-01:before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #333;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  .sec-lineup-08-tablewrap-01 {
    width: 89.334%;
    margin: 0 auto;
    background-color: #f4f8fa;
    border: 4px solid #ebf2f5;
    border-radius: 10px;
    overflow-x: auto;
    padding: 25px 0 25px 0;
  }
  .sec-lineup-08-table-01 {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 1px;
    margin-left: 0px;
    border-collapse: separate;
    border-spacing: 6px;
  }
  .sec-lineup-08-table-01 th {
    width: 88px;
    padding: 20px 5px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.231;
    letter-spacing: 0.1em;
  }
  .sec-lineup-08-table-01 th span {
    font-size: 9px;
  }
  .sec-lineup-08-table-01 td {
    width: 206px;
    padding: 10px 5px;
    font-size: 11px;
    line-height: 1.91;
    letter-spacing: 0.1em;
  }
  .sec-lineup-08-table-01 .td-photo td {
    padding: 0;
  }
  .sec-lineup-08-table-01 .tbl-c-01 td {
    background-color: #f4f8fa;
  }
  .sec-lineup-08-table-01 .tbl-c-02 td {
    background-color: white;
  }
  .sec-lineup-08-table-01 .td-font-01 td {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
  }
  .sec-lineup-08-table-01 .td-font-02 td {
    vertical-align: top;
  }

  .sec-lineup-08-table-01 th.t-sticky {
    position: sticky;
    top:0;
    left:0;
    border-left: none;
    border-right: none;
    background: none;
  }
  .sec-lineup-08-table-01 th.t-sticky:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-right: 2px solid #f4f8fa;
    background-color: #eee;
    z-index: -1;
    box-sizing: content-box;
  }
  .sec-lineup-08-table-01 .tbl-c-01 th.t-sticky::before{
    background-color: #f4f8fa;
  }
  .sec-lineup-08-table-01 .tbl-c-02 th.t-sticky::before{
    background-color: white;
  }

  .sec-lineup-08-table-01  td .small {
    font-size: 80%;
  }
  .tbl-c-01-list {
    list-style-type: disc;
  }
  .tbl-c-01-list > li {
    font-size: 11px;
    line-height: 1.5;
    margin: 0 0 0 1.5em;
  }



}/* スマホ ここまで============================ */


/* @@@ 飲み方 */
@media (min-width: 1200px) {

  .sec-lineup-09-in {
    background-color: #f4f8fa;
    padding: 80px 0;
  }
  .lineup-sec-09-img-01 {
    width: min(100% - 40px, 1200px);
    margin: 0 auto;
  }


}/* PC ここまで================================ */
@media screen and (max-width: 1199.9px) {

  .sec-lineup-09-in {
    background-color: #f4f8fa;
    padding: 60px 0;
  }
  .lineup-sec-09-img-01 {
    width: min(100%, 750px);
    margin: 0 auto;
  }


}/* スマホ ここまで============================ */


/* @@@  */
@media (min-width: 1200px) {


}/* PC ここまで================================ */
@media screen and (max-width: 1199.9px) {


}/* スマホ ここまで============================ */
