@charset "UTF-8";

/* CSS変数代入 */
:root {
    --primary-color: red;
    --sub-color: orange;
    --pcol2-width: 45%;
    --pcol3-width: 31.33333%;
    --pcol-margin: 5%;
    --inner-box:97%;
    --main-width:980px;
    --fontsize:14px;
}


body {
    font-size:var(--fontsize);
    background:#fbfaf3;
    overflow-x:hidden;
}

#headmenu {
    width: 100%;
    padding: 0;
    z-index: 1000;
}


.logo {
    text-align: left;
    max-width: 200px;
    padding: .5em 0;
    margin-top: 0.25em;
}

.menu-list a:hover, footer ul li a:hover{
  opacity:0.7;
}


.main_container {
    max-width:var(--main-width);
    margin: 0 auto;
}

.container1200 {
    max-width:1200px;
    margin: 0 auto;
}


.container1200 {
    max-width:1200px;
    margin: 0 auto;
}

.flex_container{
    display:flex;
    flex-wrap:wrap;
}

.bg_white{
    background:#fff;
}


.pccol2{
    margin-bottom:var(--pcol-margin);
}
.pccol2:nth-child(odd) {
    width: var(--pcol2-width);
    margin-right: var(--pcol-margin/2);
}
.pccol2:nth-child(even) {
    width: var(--pcol2-width);
    margin-left:var(--pcol-margin/2);
}


.pccol3 {
    width: var(--pcol3-width);
    margin-right:var(--pcol-margin);
    margin-bottom:var(--pcol-margin);
}
.pccol3:nth-child(3n-2) {
    width: var(--pcol3-width);
    margin:0;
}
.flexcol3:after {
    content: "";
    width: var(--pcol3-width);
    margin:0;
    margin-bottom:var(--pcol-margin);
}

a{
    text-decoration:none;
    color:#ba864c;
}

ul{
    list-style:none;
    margin:0;
    padding:0;
}

footer {

}


#copyright {
    font-size: 0.85em;
margin:0;
}

.default_btn {
    border-radius: 50px;
    display: block;
    border: 1px solid #333;
    padding: .5em 0;
    width: 100%;
    text-align: center;
}
.sp{
    display:none;
}



@media screen and (max-width: 979px) {
.inner{
    width: 86%;
    margin: 0 7%;
}
}


@media screen and (max-width: 768px) {
    .spcol1 {
        width: 100% !important;
    }
    .spcol2 {
    width: var(--pcol2-width);
    margin-right: var(--pcol-margin/2);
    }

    .spcol2:nth-child(odd) {
    width: var(--pcol2-width);
    margin-right:var(--pcol-margin/2);
    }

    .spcol2:nth-child(even) {
    width: var(--pcol2-width);
    margin-left:var(--pcol-margin/2);
    }

    .spcol3 {
        width: 31%;
        margin: 1em 1%;
    }

    .logo {
        max-width: 150px;
        padding: .5em;
        margin-top: 0;
    }
#totop {
    right: 1em;
    bottom: 1em;
    z-index: 100;
    width: 40px;
}
.pc{
    display:none;
}
.sp{
    display:block;
}
}



body{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color:#ba864c;
  overflow-x:hidden;
    font-size:0.8em;
    line-height:2;
  font-feature-settings: "palt";
  overflow-x:hidden;
}

p{
    margin-top:0;
}

h2{
    font-weight:400;
    letter-spacing:5px;
    font-size:2em;

}

h3{
    font-weight:400;
    margin:1em 0;
}

footer{
    background:#fff;
    padding:5em 0;
}

section{
    padding:8em 0;
}


#sadagusu{
    padding:0 0 8em 0;
    background:#1a0106;
    color:#ba864c;
}
#aged{
    padding:0 0 8em 0;
    background:#e49841;
    color:#fff;
}
#bio{
    padding:0 0 8em 0;
    background:#fbfaf3;
    color:#ba864c;
}
.txt_center{
    text-align:center;
}


.container1440{
    max-width:1440px;
    margin:0 auto;
}

.footer_logo{
    width:300px;
}
p.txt_large{
    font-size:1.1em;
    margin:2em 0;
}

  [class*=swiper]:focus {
    outline: none;
  }

  .slide-media,
  .thumb-media {
    position: relative;
    overflow: hidden;
  }
  .slide-media img,
  .thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .card02 {
   margin:3.5em 0 3em 0;

  }
  .card02 .swiper {
    overflow: visible;
  }

  .card02 .swiper-slide {
    width: 30%;
  }
  .card02 .slide {
    overflow: hidden;


  }
  .card02 .slide-media {
    padding-top: 62.5%;
  }

  .card02 .slide-content {

  }
.swiper-slide {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.swiper-slide.show {
  opacity: 1;
  transform: translateY(0);
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

#top_img{
    max-width:800px;
    margin:0 auto;
   position: relative;
   height:100dvh;
}


.top_img_in{
    width:96%;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translateY(-50%) translateX(-50%);
}

@media (orientation: landscape){
    #top_img{
       position: relative;
       height:100%;
    }
    .top_img_in{
        width:96%;
       position:relative;
       top: auto;
       left: auto;
       transform: none;
    }
}


.pccol60{
    width:60%;
}
.pccol40{
    width:40%;
}

.txt_block{
    justify-content:space-between;max-width:1060px;margin:10em auto;
}

.txt_block h2{
    margin:0 0 2em 0;
    line-height:1.5;
}


.txt_block p{
    margin:0;
}

.tasting_block{
    margin:10em auto;
}

.tasting_block .pccol2{
    width:47%;
}

.bottle_block{
max-width:1060px;margin:0 auto;
}

.bottle_block h4{
    font-size:2em;
    font-weight:400;
    letter-spacing:4px;
    margin:0;
    white-space:nowrap;
}

.bottle_block p{
    white-space:nowrap;
    position:relative;
    z-index:2;
}

.bottle_block .pccol2{
    width:50%;
}

#copyright{
font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
color:#dbbfa1;
}

.select_wrapper {
    position:absolute;
    right:120px;
    top:30px;
    width:110px;
    z-index:999;
}

.arrow {
  position: absolute;
  right:0;
  top:15px;
  display: inline-block;
  width: 10px;
  height: 5px;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 0.5px;
  height: 12px;
  border-radius: 9999px;
  background-color:#ba864c;
  transform-origin: 50% calc(100% - 0.5px);
}

.arrow::before {
  transform: rotate(50deg);
}

.arrow::after {
  transform: rotate(-50deg);
}


select {
    -webkit-appearance: none;
    appearance: none;
    outline:none;
    background:none;
    border:none;
    font-size:1.5em;
    width:100%;
    color:#ba864c;
    font-weight:100;
  font-family: "Noto Serif JP", serif;
}

option{
    -webkit-appearance: none;
    appearance: none;
}

.ume_img{
    max-width:300px;margin:5em auto -13em auto;
}
.name_img{
    max-width:130px;margin-left:2em;
}



@media screen and (max-width: 1200px) {
.inner{
    width:96%;
    margin:0 2%;
}
}


@media screen and (max-width: 768px) {

}


@media screen and (max-width: 480px) {

}

    :root {
      --btn-size: 60px;      /* トグルボタンのサイズ */
      --line-h: 0.5px;         /* 2本線の太さ */
      --line-gap: 10px;      /* 2本線の間隔 */
      --transition: 260ms cubic-bezier(.2,.8,.2,1);
    }
    html, body { height: 100%; }
    /* メニュー開時のスクロール固定 */
    .no-scroll { overflow: hidden; height: 100vh; }

    /* トグルボタン */
    .menu-toggle {
      position: fixed;
      top: 14px;
      right: 24px;
      width: var(--btn-size);
      height: var(--btn-size);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: none;
      cursor: pointer;
      z-index: 1001; /* パネルより前面 */
      background:transparent;
    }


    /* 2本線アイコン */
    .icon-2lines {
      position: relative;
      width: 50px;
      height: var(--line-h);
    }
    .icon-2lines span {
      position: absolute;
      left: 0; right: 0;
      height: var(--line-h);
      background:#ba864c;
      transform-origin: 50% 50%;
      transition: transform var(--transition), opacity var(--transition), top var(--transition), bottom var(--transition);
    }
    .icon-2lines span:nth-child(1) { top: calc(-1 * (var(--line-gap) / 2)); }
    .icon-2lines span:nth-child(2) { bottom: calc(-1 * (var(--line-gap) / 2)); }

    /* 開いたときはXに変形 */
    .menu-open .icon-2lines span:nth-child(1) {
      top: 0; transform: rotate(15deg);
    }
    .menu-open .icon-2lines span:nth-child(2) {
      bottom: 0; transform: rotate(-15deg);
    }

    /* フルスクリーンのスライドパネル */
    .menu-panel {
      position: fixed;
      inset: 0;          /* top:0 right:0 bottom:0 left:0 */
      width: 100vw;
      height: 100vh;
      background:#fbfaf3;
      transform: translateX(-100%);
      transition: transform var(--transition);
      z-index: 1000;
      display: grid;
      grid-template-rows: auto 1fr auto;
    }



    .menu-open .menu-panel { transform: translateX(0); }


    nav.menu-nav { overflow-y: auto; -webkit-overflow-scrolling: touch; }
    .menu-list { list-style: none; margin: 0; padding:0 20px; display: grid; gap: 14px;}
    .menu-list a {
      display: block;
      text-decoration: none;
      font-size: clamp(12px, 4vw, 16px);
      line-height: 1.2;
      padding: 10px 6px;
      border-radius: 10px;
      transition: background var(--transition), transform var(--transition);
    }

.menu_logo{
    width:380px;
    margin:0;
}
/* メニュー開いたときにスクロール禁止 */
.menu-open {
  overflow: hidden;
}
.menu_box{
    width:100%;max-width:1060px;margin:auto;justify-content:space-around;
}


@media screen and (max-width: 768px) {

    :root {
      --btn-size: 50px;      /* トグルボタンのサイズ */
    }

    .spcol1{
        width:100%;
    }
    .inner{
        width:86%;
        margin:0 auto;
    }
    .pc{
        display:none;
    }
    nav.menu-nav {

    }
.menu-list{
    padding:0;
}
.menu_logo{
    max-width:initial;
    width:300px;
    margin-bottom:2em;
}

.menu_logo img{
    max-width:300px;
    
}

    .menu-list a {
      text-align:right;
    }
.sp_reverse{
    flex-direction:column-reverse;
}
.menu_box{
    width:100%;max-width:300px;margin:auto;justify-content:flex-end;flex-direction:column;
}


.select_wrapper {
    position:absolute;
    right:110px;
    top:30px;
    width:100px;
}

select {
    font-size:1.25em;
}
section{
    padding:5em 0;
}

section#concept{
  padding:3em 0 5em 0;
}

section#concept img, section#about img{
  margin:0 0 2em 0;
}



.select_wrapper {
    position:absolute;
    right:auto;
    top:30px;
    left:30px;
    z-index:999;
}

h2{
  font-size:1.65em;
}
/*h2{
    letter-spacing:4px;
    font-size:1.75em;
}


h3{
    margin:1em 0 0 0;
}*/
body{
    font-size:0.75em;
    overflow-x:hidden;
}
html{
    overflow-x:hidden;
}
    footer{
        
        margin:0 auto;
        padding:5em 0 1em 0;
    }
footer ul {
margin:2em 0;
}

footer ul li a{
    font-size:1em;
}


.ume_img{
    max-width:150px;margin:5em auto 3em auto;
}
.bottle_block h4{
    letter-spacing:2px;
    white-space:wrap;

}

.bottle_block p{
    white-space:wrap;

}
.txt_block{
    margin:5em auto;
}
.tasting_block{
    margin:5em auto;
}

.footer_logo{
    width:250px;
}
.name_img{
    max-width:100px;margin-left:2em;
}
}
