@charset "utf-8";
/* CSS Document */

body {
    font-family: "dnp-shuei-gothic-kin-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #1C1C1C;
    font-size: 14px;
}

/* -- hide -- */
@media screen and (min-width: 901px) {
    .pc_hide {
        display: none !important;
    }
}

@media screen and (max-width: 900px) {
    .sp_hide {
        display: none !important;
    }
}

/*
    followNav
*/
.followNav {
    position: fixed;
    top: 37px;
    right: 28px;
    z-index: 10;
}

.followNav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    transform-origin: bottom right;
    transform: rotate(90deg) translate(100%, 100%);
}

.followNav ul li {
    font-family: "sarvatrik-latin-variable", sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.27em;
    color: #1C1C1C;
}

.followNav ul li:not(:last-child) {
    margin-right: 41px;
}

.followNav ul li a {
    text-decoration: none;
    display: block;
    position: relative;
}

.followNav ul li a::after {
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 1px;
    background: #9A9997;
    content: "";
    transition: width 0.3s;
}

.followNav ul li a:hover{
    transition: .2s;
    opacity: 0.5;
}

.followNav li.act a::after {
    width: 100%;
}

@media screen and (max-width: 900px) {
    .followNav {
        top: 23px;
        right: 3%;
    }
    .followNav ul li {
        letter-spacing: 0.23em;
    }
    .followNav ul li:not(:last-child) {
        margin-right: 34px;
    }
    .followNav ul li a::after {
        bottom: -3px;
    }
}

#contents .mv_bg {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url(../img_01/mv_img_pc.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 100;
}

#contents .mv_bg h1 {
    font-family: "garamond-premier-pro", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 35px;
    color: #FFFFFF;
    letter-spacing: 0.23em;
    line-height: 0.94;
    width: 336px;
    text-align: center;
    margin: 0 auto 0 11.57%;
    padding-top: 18.52%;
}

#contents .mv_bg h1 .title_mg {
    display: block;
    margin: 23px 0 34px;
}

#contents .mv_bg h1 .title_sub {
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0.16em;
    display: block;
    margin-top: 62px;
}

@media screen and (max-width: 900px) {
    #contents .mv_bg {
        background-image: url(../img_01/mv_img_sp.webp);
    }
    #contents .mv_bg h1 {
        font-size: 28px;
        line-height: 0.96;
        width: 262px;
        text-align: center;
        margin: 0 auto;
        padding-top: 53px;
    }
    #contents .mv_bg h1 .title_mg {
        margin: 10px 0 17px;
    }
    #contents .mv_bg h1 .title_sub {
        font-size: 16px;
        letter-spacing: 0.14em;
        margin-top: 26px;
    }
}

#contents .lead {
    margin: 100px 0 185px 0;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.93;
    text-align: center;
}

#contents section {
    width: 80.75%;
    margin: 0 auto 200px;
}

#contents section h2 {
    font-family: "garamond-premier-pro", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 50px;
    letter-spacing: 0.27em;
    text-align: center;
}

#contents section h2 span {
    display: block;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.3em;
    margin-bottom: 18px;
}

#contents section .main_img img {
    display: block;
    width: 100%;
    max-width: 700px;
    margin: 50px auto;
}

#contents section .sub_img {
    margin: 90px 0;
    display: flex;
    justify-content: center;
    gap: 3px;
    width: 100%;
}

#contents section .sub_img img {
    width: 100%;
    max-width: 550px;
}

/* BeerSliderが使用するスライダー要素の強制的なリセットと調整 */
/* Chrome/Safari (WebKit/Blink)向け */

.beer-slider {
    position: relative;
    z-index: 0;
}

/* 1. スライダーのつまみ（ハンドル）のネイティブ描画を完全に無効化 */
.beer-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
}

/* 2. スライダーのつまみ（ハンドル）のサイズを確保 */
/* BeerSlider.css に書かれたスタイルを確実に適用させるための措置 */
.beer-slider input[type="range"]::-webkit-slider-thumb {
    width: 20px;
    /* BeerSliderのデフォルト値（または必要なサイズ） */
    height: 100vh;
    /* BeerSliderのデフォルト値（または必要なサイズ） */
    background: transparent;
    /* ハンドルの背景は透明を強制 */
    cursor: col-resize;
}

.beer-reveal {
  border-right: solid 3px #FFF !important;
}

.beer-handle{
    content: url(../img_01/reversible.png) !important;
    display: block !important;
    background: unset !important;
    border-radius: unset !important;
    box-shadow: unset !important;
    color: unset !important;
    height: auto !important;
    top: 52% !important;
    width: 13.17% !important;
    min-width: 180px !important;
}
@media screen and (max-width: 900px) {
    .beer-slider{
        width: 100% !important;
    }
    .beer-slider-sp-width{
        width: 100% !important;
    }
    .beer-reveal {
      border-right: solid 2px #FFF !important;
    }

    .beer-handle{
        content: url(../img_01/reversible_sp_big.png) !important;
        top: 52% !important;
        width: 27.73% !important;
        min-width: 104px !important;
        max-width: 150px !important;
    }
}

@media screen and (max-width: 900px) {
    #contents .lead {
        margin: 70px 0 114px 0;
        font-size: 13px;
        letter-spacing: 0.02em;
        line-height: 1.85;
        text-align: center;
    }

    #contents section {
        width: 100%;
        margin: 0 auto 120px;
    }

    #contents section h2 {
        font-size: 36px;
        letter-spacing: 0.27em;
        text-align: center;
    }

    #contents section h2 span {
        font-size: 13px;
        letter-spacing: 0.3em;
        margin-bottom: 15px;
    }

    #contents section .main_img img {
        width: 100%;
        margin: 30px auto;
    }

    #contents section .sub_img {
        width: 80%;
        margin: 40px auto;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 40px;
    }

    #contents section .sub_img_pc_base {
        width: 80%;
        margin: 40px auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    #contents section .sub_img img {
        width: 100%;
    }
}

#contents .sec_paris {
    width: 100%;
    display: flex;
    justify-content: right;
    margin-top: 180px;
}

#contents .sec_kobe {
    width: 100%;
    display: flex;
    justify-content: left;
    margin-top: 166px;
}

#contents .sec_paris h2,
#contents .sec_kobe h2 {
    font-family: "garamond-premier-pro", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 38px;
    letter-spacing: 0.2em;
    text-align: left;
}

#contents .sec_paris h2 {
    margin-right: 50px;
}

#contents .sec_kobe h2 {
    margin-left: 50px;
}

#contents .sec_paris h2 span,
#contents .sec_kobe h2 span {
    display: block;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.14em;
    margin-bottom: 15px;
}

#contents .sec_paris .sec_paris_right,
#contents .sec_kobe .sec_kobe_left {
    width: 76.64%;
}

#contents .sec_paris .sec_paris_main_img,
#contents .sec_kobe .sec_kobe_main_img {
    display: flex;
    gap: 3px;
}

#contents .sec_paris .sec_paris_main_img img,
#contents .sec_kobe .sec_kobe_main_img img {
    width: 100%;
}

#contents .sec_paris .sec_paris_details ul {
    display: flex;
    gap: 60px;
    margin: 80px 0 0 0 !important;
}

#contents .sec_kobe .sec_kobe_details ul {
    display: flex;
    gap: 60px;
    justify-content: right;
    margin: 80px 0 0 0 !important;
}

#contents .sec_paris .sec_paris_details li,
#contents .sec_kobe .sec_kobe_details li {
    width: 25.02%;
}

#contents .sec_paris .sec_paris_details li img,
#contents .sec_kobe .sec_kobe_details li img {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

#contents .sec_paris .sec_paris_details li h3,
#contents .sec_kobe .sec_kobe_details li h3 {
    font-family: "ryo-text-plusn", serif !important;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.67;
    margin-bottom: 20px;
}

#contents .sec_paris .sec_paris_details li p,
#contents .sec_kobe .sec_kobe_details li p {
    font-size: 11px;
    letter-spacing: 0.06em;
    line-height: 1.82;
}

#contents .cutin_img {
    margin-top: 176px;
}

#contents .cutin_img img {
    width: 100%;
}

@media screen and (max-width: 900px) {
    #contents .sec_paris {
        width: 92.53%;
        display: flex;
        flex-direction: column;
        margin-top: 105px;
        margin: 105px 0 0 auto;
    }

    #contents .sec_kobe {
        width: 92.53%;
        display: flex;
        justify-content: right;
        flex-direction: column-reverse;
        margin: 110px 0 0 auto;
    }

    #contents .sec_paris h2,
    #contents .sec_kobe h2 {
        font-size: 28px;
        letter-spacing: 0.24em;
        text-align: left;
        margin: 0 0 26px 0;
    }

    #contents .sec_paris h2 span,
    #contents .sec_kobe h2 span {
        font-size: 12px;
        letter-spacing: 0.3em;
        margin-bottom: 8px;
    }

    #contents .sec_paris .sec_paris_right,
    #contents .sec_kobe .sec_kobe_left {
        width: 100%;
    }

    #contents .sec_paris .sec_paris_main_img,
    #contents .sec_kobe .sec_kobe_main_img {
        flex-direction: column;
        gap: 3px;
    }

    #contents .sec_paris .sec_paris_main_img img,
    #contents .sec_kobe .sec_kobe_main_img img {
        width: 100%;
    }

    #contents .sec_paris .sec_paris_details,
    #contents .sec_kobe .sec_kobe_details{
        overflow: hidden;
    }

    #contents .sec_paris .sec_paris_details .splide__track,
    #contents .sec_kobe .sec_kobe_details .splide__track {
        width: 64%;
        overflow: visible !important;
    }

    #contents .sec_paris_details .splide__slide,
    #contents .sec_kobe_details .splide__slide {
        opacity: 0.5;
      }
    #contents .sec_paris_details .splide__slide.is-active,
    #contents .sec_kobe_details .splide__slide.is-active {
        opacity: 1.0;
      }

    #contents .sec_paris .sec_paris_details ul {
        width: 100%;
        gap: 5.73%;
        justify-content: unset;
        margin: 50px 0 0 0 !important;
    }

    #contents .sec_kobe .sec_kobe_details ul {
        width: 100%;
        gap: 5.73%;
        justify-content: unset;
        margin: 50px 0 0 0 !important;
    }

    #contents .sec_paris .sec_paris_details li,
    #contents .sec_kobe .sec_kobe_details li {}

    #contents .sec_paris .sec_paris_details li img,
    #contents .sec_kobe .sec_kobe_details li img {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    #contents .sec_paris .sec_paris_details li h3,
    #contents .sec_kobe .sec_kobe_details li h3 {
        font-size: 14px;
        letter-spacing: 0.06em;
        line-height: 1.57;
    }

    #contents .sec_paris .sec_paris_details li p,
    #contents .sec_kobe .sec_kobe_details li p {
        font-size: 11px;
        letter-spacing: 0.06em;
        line-height: 1.82;
    }

    #contents .cutin_img {
        margin-top: 116px;
    }

    #contents .cutin_img img {
        width: 100%;
    }
}

#contents .history {
    background: #C6C5C3;
}

#contents .history_wrapper {
    width: 80.52%;
    margin: 0 auto;
    padding: 140px 0 135px;
}

#contents .border {
    border-bottom: 1px solid #0D0D0D;
}

#contents .history_title {
    font-family: "sarvatrik-latin-variable", sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 15px;
    letter-spacing: 0.268em;
}

#contents .history_wrapper .history_container {
    width: 95.36%;
    margin: 38px auto 108px;
}

#contents .history_wrapper h3 {
    font-family: "ryo-text-plusn", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 30px;
    letter-spacing: 0.001em;
    margin-top: 75px;
}

#contents .history_wrapper .history_read {
    margin-top: 50px;
    line-height: 2;
}

#contents .history_wrapper .history_details_container {
    width: 95.36%;
    margin: 0 auto;
}

#contents .history_details_container .history_details {
    width: 72.72%;
    margin: 110px 0 0 auto;
}

#contents .history_details_container .history_details_title {
    font-family: "ryo-text-plusn", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    letter-spacing: 0.07em;
    line-height: 1.73;
    margin-bottom: 40px;
}

#contents .history_details .history_details_img {
    margin: 75px 0 78px;
}

#contents .history_details .history_details_img img {
    width: 100%;
}

#contents .history_details .history_details_img .history_details_img_flex {
    display: flex;
    width: 100%;
    gap: 4px;
}

#contents .history_details .history_details_img .history_details_img_flex img {
    width: 50%;
}

#contents .history_details .history_details_img p {
    font-size: 13px;
    letter-spacing: 0.02em;
    margin-top: 15px;
    color: #0D0D0D;
}

#contents .history_details .border_small {
    width: 40px;
    border-bottom: 1px solid #0D0D0D;
    margin: 138px 0 60px;
}

@media screen and (max-width: 900px) {
    #contents .history_wrapper {
        width: 74.66%;
        padding: 80px 0 75px;
    }

    #contents .history_title {
        font-size: 13px;
        letter-spacing: 0.18em;
    }

    #contents .history_wrapper .history_container {
        width: 100%;
        margin: 36px auto 61px;
    }

    #contents .history_wrapper h3 {
        font-size: 22px;
        line-height: 1.73;
        margin-top: 60px;
    }

    #contents .history_wrapper .history_read {
        margin-top: 38px;
        font-size: 12px;
        line-height: 1.92;
    }

    #contents .history_wrapper .history_details_container {
        width: 100%;
        margin: 0 auto;
    }

    #contents .history_details_container .history_details {
        width: 100%;
        margin: 105px 0 0 auto;
    }

    #contents .history_details_container .history_details_title {
        font-size: 17px;
        letter-spacing: 0.06em;
        line-height: 1.65;
    }

    #contents .history_details_container .history_details_read {
        font-size: 13px;
        line-height: 2;
    }
    #contents .history_details .history_details_img {
        margin: 55px 0 58px;
    }
    #contents .history_details_container .history_details_mg{
        margin-top: 81px;
    }
    #contents .history_details .history_details_img img {
        width: 100%;
    }

    #contents .history_details .history_details_img .history_details_img_flex {
        display: flex;
        width: 100%;
        gap: 2px;
    }

    #contents .history_details .history_details_img .history_details_img_flex img {
        width: 50%;
    }

    #contents .history_details .history_details_img p {
        font-size: 11px;
        margin-top: 12px;
        line-height: 1.45;
    }

    #contents .history_details .border_small {
        width: 30px;
        margin: 88px 0 40px;
    }
}


.wrapper #footer .footer_img {
    background-image: url(../img_01/footer_img.webp);
    width: 100%;
    max-width: 1000px;
    height: 520px;
    text-align: center;
    margin: 140px auto 138px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.wrapper #footer .footer_img .footer_btn{
    width: fit-content;
    margin: 0 auto 0 109px;
    padding-top: 90px;
}
.wrapper #footer .footer_img h2{
    font-family: "garamond-premier-pro", serif;
    font-weight: 600;
    font-style: normal;
    color: #FFFFFF;
    font-size: 27px;
    letter-spacing: 0.23em;
    line-height: unset;
}
.wrapper #footer .footer_img h2 .footer_mg{
    display: block;
}
.wrapper #footer .footer_img h2 .title_sub{
    font-size: 16px;
    color: #FFFFFF;
    display: block;
    letter-spacing: 0.13em;
    margin: 21px 0 29px;
}
.wrapper #footer .footer_img h2 .footer_price{
    font-size: 20px;
    color: #FFFFFF;
    display: block;
    letter-spacing: 0.01em;
    margin: 0 0 63px;
}
.footer-banner-banner-inner-txt {
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 16px 0 22px;
  height: 38px;
  background: none;
  border: 1px solid #FFF;
  color: #FFFFFF;
  border-radius: 10rem;
  transition: color 0.6s, border 0.6s, background 0.6s;
  font-family: "sarvatrik-latin-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-size: 14px;
  text-align: left;
  justify-content: flex-start;
  letter-spacing: 0.13em;
  margin: 0 auto;
  width: 137px;
}
.footer-banner-banner-inner-txt .text{
    display: inline-block;
    width: 77px;
}
.arrow {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 1px;
  margin: 3.2px;
  border-radius: 9999px;
  background-color: #ffffff;
}
.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 5.2px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 0.5px) 50%;
}

.arrow::before {
  transform: rotate(49.85deg);
}

.arrow::after {
  transform: rotate(-49.85deg);
}
.footer-banner-banner-inner-txt:hover .arrow{
    transform: translateX(5px);
    transition: 0.3s;
}
.footer-banner-banner-inner-txt-first{
    margin-bottom: 34px;
}

/*
    footer
*/
.footer {
    position: fixed;
    right: 28px;
    bottom: 29px;
    z-index: 10;
}

.footer-sns {
    text-align: center;
}

.footer-sns li {
    height: 16px;
}

.footer-sns li:not(:last-child) {
    margin-bottom: 19px;
}

.footer .copy {
    font-family: "sarvatrik-latin-variable", sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 11px;
    line-height: 0.91;
    letter-spacing: 0.01em;
    color: #1C1C1C;
    overflow: hidden;
    position: relative;
    left: 2px;
    margin-top: 35px;
    height: 70px;
    width: 12px;
}

.footer .copy span {
    white-space: nowrap;
    display: block;
    transform: rotate(90deg) translateY(-110%);
    transform-origin: 0 0;
}

@media screen and (max-width: 900px) {
    .wrapper #footer .footer_img {
        background-image: url(../img_01/footer_img_sp.webp);
        width: 100%;
        max-width: 300px;
        height: 590px;
        margin: 38px auto;
    }
    .wrapper #footer .footer_img .footer_btn{
        width: fit-content;
        margin: 0 auto;
        padding-top: 33px;
    }
    .wrapper #footer .footer_img h2{
        font-size: 17px;
        letter-spacing: 0.23em;
        line-height: 1;
    }
    .wrapper #footer .footer_img h2 .footer_mg{
        margin: 0;
    }
    .wrapper #footer .footer_img h2 .title_sub{
        font-size: 12px;
        margin: 14.5px 0 18px;
    }
    .wrapper #footer .footer_img h2 .footer_price{
        font-size: 18px;
        margin: 0 0 30px;
    }
    .footer-banner-banner-inner-txt-first{
        margin-bottom: 26px;
        padding: 0 17px 0 24px;
        letter-spacing: 0.18em;
    }

    .footer {
        right: 3%;
        bottom: 13px;
    }

    .footer-sns li:not(:last-child) {
        margin-bottom: 17px;
    }

    .footer .copy {
        font-size: 11px;
        left: 2px;
        margin-top: 24px;
    }
}