@charset "UTF-8";
/*
Author:Rio Kawamoto
Version:1.1
*/
/*----------------------------------------------------------------------
base
----------------------------------------------------------------------*/
html {
  min-width: 320px;
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Baskerville", "Baskerville Old Face", "Garamond",
    "Times New Roman", serif;
  color: #333;
  margin: 0;
  background-color: #190f03;
}

.col1 {
  width: 5.9829%;
}

.col2 {
  width: 14.5299%;
}

.col3 {
  width: 23.0769%;
}

.col4 {
  width: 31.6239%;
}

.col5 {
  width: 40.1709%;
}

.col6 {
  width: 48.7179%;
}

.col7 {
  width: 57.2649%;
}

.col8 {
  width: 65.8119%;
}

.col9 {
  width: 74.3589%;
}

.col10 {
  width: 82.9059%;
}

.col11 {
  width: 91.4529%;
}

.col12 {
  width: 100%;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

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

a:hover {
  opacity: 0.7;
}

span.big {
  font-size: 30px;
}

span.red {
  color: #ff3333;
  font-weight: bold;
}

table {
  border-collapse: collapse;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

/*----------------------------------------------------------------------
Common area
----------------------------------------------------------------------*/
.wrapper {
  max-width: 1080px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

.wrapper_right {
  max-width: 1500px;
  width: 78.125%;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
}
.wrapper_right .wrapper_right_left {
  width: 31.86%;
  margin-right: 4%;
}

.wrapper_left {
  max-width: 1500px;
  width: 78.125%;
  margin: 0 auto 0 0;
  display: flex;
  justify-content: space-between;
}
.wrapper_left .wrapper_left_left {
  width: 64%;
}
.wrapper_left .wrapper_left_right {
  width: 28.66%;
  margin-left: 7.3%;
}

.h2_box {
  background-color: #fff;
  max-width: 269px;
  width: 49.27%;
  padding-top: 12.5%;
  position: relative;
}
.h2_box.h2_box_right {
  max-width: 341px;
  min-width: 197px;
  width: 72.3%;
  padding-top: 14.2%;
  margin: 0 0 0 auto;
}
.h2_box.h2_product {
  max-width: 314px;
  width: 13.9%;
  padding: 4.5% 3em 0 3em;
}
.h2_box.distillery_box {
  margin: 0 auto;
  max-width: 334px;
  width: 27.9%;
  padding-top: 4.5%;
}

h2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: clamp(1rem, -0.333rem + 2.78vw, 3rem);
  font-weight: 600;
  color: #2b2b2b;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*----------------------------------------------------------------------
header
----------------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  padding: 22px 0;
  transition: all 0.3s ease-in;
}
header.change_bg {
  background-color: rgba(0, 0, 0, 0.8);
}
header .header_box {
  width: 658px;
  margin: 0 auto;
}
header .wrapper {
  display: flex;
  justify-content: space-between;
}
header a {
  font-family: "Georgia", "Times", "Times New Roman", serif;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}

/*----------------------------------------------------------------------
main
----------------------------------------------------------------------*/
#about {
  padding-top: 240px;
}
#about h1 {
  margin-top: 120px;
}
#about h1 .name_up {
  font-size: clamp(2rem, -0.667rem + 5.56vw, 6rem);
  letter-spacing: 0.1em;
  line-height: 1.15;
  color: #fff;
  font-weight: 600;
}
#about h1 .name_down {
  font-size: clamp(1.5rem, -0.167rem + 3.47vw, 4rem);
  font-weight: 400;
  line-height: 1.15;
  color: #fff;
  white-space: nowrap;
}
#about .new_wave {
  margin-top: 40px;
}
#about .new_wave svg {
  width: 100%;
}
#about .text {
  color: #fff;
  margin-top: 60px;
}
#about .text p {
  font-size: clamp(0.6rem, -0.2rem + 1.67vw, 1.8rem);
  line-height: 1.66;
  margin-bottom: 30px;
}
#about .text p:last-child {
  margin-bottom: 0;
}
#about .about_pic {
  width: 64%;
  align-self: flex-end;
}

#ourstory {
  padding-top: 263px;
  position: relative;
  overflow: hidden;
}
#ourstory .wrapper_left {
  position: relative;
}
#ourstory .wrapper_left .wrapper_left_left .ourstory_pic {
  filter: sepia(100%) brightness(0.9);
}
#ourstory .wrapper_left .wrapper_left_left.our_story_pic_1 {
  filter: sepia(100%) brightness(0.8);
}
#ourstory .wrapper_left .wrapper_left_right .text {
  color: #fff;
  margin-top: 80px;
}
#ourstory .wrapper_left .wrapper_left_right .text p {
  font-size: clamp(0.6rem, -0.2rem + 1.67vw, 1.8rem);
  line-height: 1.66;
  margin-bottom: 1.6em;
  text-align: end;
}
#ourstory .wrapper_left .svg_1883 {
  position: absolute;
  bottom: 3%;
  right: -25%;
  width: 41.7%;
  z-index: -1;
}
#ourstory .wrapper_left .svg_1883 svg {
  width: 100%;
}

#img_belt {
  width: 100%;
  padding-top: 59.9%;
  border-bottom: 1px solid #efd8a1;
  position: relative;
}
#img_belt .belt_img {
  position: absolute;
}
#img_belt .belt_img_1 {
  width: 28.9%;
  filter: sepia(50%);
  top: 17%;
  left: -5%;
}
#img_belt .belt_img_2 {
  width: 18.2%;
  top: 46.17%;
  left: 14.5%;
}
#img_belt .belt_img_3 {
  width: 31.25%;
  top: 33%;
  left: 34%;
}
#img_belt .belt_img_4 {
  width: 16.7%;
  top: 17%;
  left: 60.5%;
}
#img_belt .belt_img_5 {
  width: 27%;
  top: 51%;
  left: 73%;
}

#product {
  padding: 180px 0 150px 0;
  border-bottom: 1px solid #efd8a1;
  color: #fff;
}
#product.twelve_years {
  padding: 30px 0 150px;
}
#product .product_box {
  display: flex;
  margin-top: 120px;
}
#product .product_box .product_left {
  width: 68%;
  max-width: 490px;
  margin-right: 4.6%;
}
#product .product_box .product_left h3 {
  font-size: clamp(1.6rem, -0.667rem + 4.72vw, 5rem);
  font-weight: 400;
  color: #fff;
}
#product .product_box .product_left h3 .h3_masahiro {
  letter-spacing: 0.1em;
  font-weight: bold;
}
#product .product_box .product_left h3 .h3_subtitle {
  font-size: clamp(1rem, -0.333rem + 2.78vw, 3rem);
  font-weight: 400;
  line-height: 1.5;
}
#product .product_box .product_left .product_desc {
  font-size: clamp(0.6rem, -0.2rem + 1.67vw, 1.8rem);
  color: #fff;
  margin-top: 50px;
  line-height: 1.66;
}
#product .product_box .product_left .product_desc.twelve_desc {
  margin-top: 30px;
}
#product .product_box .product_left .product_desc.twelve_desc_low {
  margin-top: 1.5em;
}
#product .product_box .product_left ul {
  margin-top: 30px;
}
#product .product_box .product_left ul li {
  border-top: #707070 solid 1px;
  font-size: clamp(0.83rem, -0.283rem + 2.32vw, 2.5rem);
  line-height: 1.12;
  color: #fff;
  padding: 15px 0;
  box-sizing: border-box;
}
#product .product_box .product_left ul li:last-child {
  margin-bottom: 15px;
}
#product .product_box .product_left h4 {
  width: 100%;
  background-color: #50402c;
  color: #fff;
  padding: 15px 0 17px 6.3%;
  box-sizing: border-box;
  font-size: clamp(0.83rem, -0.283rem + 2.32vw, 2.5rem);
  font-weight: bold;
}
#product .product_box .product_left .tasting_title {
  margin-top: 30px;
  font-size: clamp(0.83rem, -0.283rem + 2.32vw, 2.5rem);
  font-weight: bold;
}
#product .product_box .product_left .tasting_desc {
  margin-top: 10px;
  font-size: clamp(0.6rem, -0.2rem + 1.67vw, 1.8rem);
  width: 87.7%;
  line-height: 1.11;
}
#product .product_box .product_left .award_list {
  margin-top: 30px;
}
#product .product_box .product_left .award_desc {
  padding: 30px 0;
}
#product .product_box .product_left .award_desc p {
  font-size: clamp(0.53rem, -0.183rem + 1.49vw, 1.6rem);
}
#product .product_box .product_left .award_desc p.award_p_top {
  margin-bottom: 10px;
}
#product .product_box .product_left .award_img {
  display: flex;
}
#product .product_box .product_left .award_img img {
  margin: 0;
  width: 27.55%;
}
#product .product_box .product_left .award_img img:first-child {
  margin-right: 30px;
}

#distillery {
  padding: 180px 0;
}
#distillery .distillery_img {
  filter: sepia(30%);
  width: 88.8%;
  margin: 50px auto;
}
#distillery p {
  margin: 0 auto;
  width: 67.1%;
  max-width: 707px;
  text-align: center;
  color: #fff;
  font-size: clamp(0.6rem, -0.2rem + 1.67vw, 1.8rem);
  line-height: 1.88;
  margin-bottom: 1.88em;
}
#distillery p:last-child {
  margin-bottom: 0;
}

/*----------------------------------------------------------------------
footer
----------------------------------------------------------------------*/
footer {
  border-top: 1px solid #707070;
  padding: 18px 0;
}
footer p {
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  font-family: "Georgia", "Times", "Times New Roman", serif;
  line-height: 2;
  color: #fff;
}
footer p span {
  color: #544f48;
}

/*----------------------------------------------------------------------
下層ページ
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------

media query

----------------------------------------------------------------------*/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 1100px) {
  .wrapper {
    padding: 0 2%;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .sp-only {
    display: block;
  }
  .mmb-10 {
    margin-bottom: 10px;
  }
  .mmb-20 {
    margin-bottom: 20px;
  }
  .mmb-30 {
    margin-bottom: 30px;
  }
  .mmb-40 {
    margin-bottom: 40px;
  }
  .splogo {
    display: inline-block;
  }
  .wrapper {
    width: 84%;
    padding: 0;
  }
  .wrapper_right {
    width: 84%;
    margin: 0 auto;
    flex-direction: column;
  }
  .wrapper_right .wrapper_right_left {
    width: 100%;
    margin: 0;
  }
  .wrapper_left {
    width: 84%;
    margin: 0 auto;
    flex-direction: column-reverse;
  }
  .wrapper_left .wrapper_left_right {
    width: 100%;
    margin: 0;
  }
  .wrapper_left .wrapper_left_left {
    width: 100%;
  }
  .top_video {
    padding: 221px 0;
    background-image: url(./images/sp_top_bg.png);
    background-position: 10% 10%;
    background-repeat: no-repeat;
    position: relative;
  }
  .top_video .sp_title_top {
    font-size: 3.5rem;
    letter-spacing: 0.2em;
    color: #fff;
    position: absolute;
    top: 7%;
    left: 6%;
    z-index: 5;
  }
  .top_video .sp_title_down {
    font-size: 2.5rem;
    color: #fff;
    position: absolute;
    bottom: 5%;
    right: 6%;
    z-index: 5;
  }
  .top_video .sp_top_img_1 {
    position: absolute;
    width: 59.2%;
    max-width: 220px;
    top: 10%;
    right: 0;
    z-index: 1;
  }
  .top_video .sp_top_img_1 img {
    width: 100%;
  }
  .top_video .sp_top_img_2 {
    position: absolute;
    width: 47.2%;
    max-width: 188px;
    bottom: 1%;
    left: 2.5%;
    z-index: 1;
  }
  .top_video .sp_top_img_2 img {
    width: 100%;
  }
  .h2_box {
    background-color: #fff;
    min-width: 172px;
    width: 55.86%;
    padding-top: 43px;
    position: relative;
    margin: 0 auto;
  }
  .h2_box.h2_box_right {
    min-width: 220px;
    width: 69.84%;
    padding-top: 43px;
    margin: 0 auto;
  }
  .h2_box.h2_product {
    min-width: 202px;
    box-sizing: border-box;
    width: 64.12%;
    padding-top: 43px;
  }
  .h2_box.distillery_box {
    margin: 0 auto;
    min-width: 222px;
    width: 70.47%;
    padding-top: 43px;
  }
  h2 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 2rem;
    font-weight: 600;
    color: #2b2b2b;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #about {
    padding-top: 120px;
  }
  #about h1 {
    margin: 83px auto 0 auto;
    text-align: center;
  }
  #about h1 .name_up {
    font-size: 3.5rem;
  }
  #about h1 .name_down {
    font-size: 2.5rem;
    margin-top: 10px;
    display: block;
  }
  #about .new_wave {
    width: 87.93%;
    margin-top: 20px;
  }
  #about .new_wave #new_wave_of {
    transform: translateY(23px);
  }
  #about .text {
    margin-top: 50px;
  }
  #about .text p {
    font-size: 1.5rem;
    text-align: center;
  }
  #about .about_pic {
    width: 100%;
    margin-top: 80px;
  }
  #ourstory {
    padding-top: 120px;
    padding-bottom: 237px;
  }
  #ourstory .wrapper_left .wrapper_left_right .text {
    margin-top: 63px;
  }
  #ourstory .wrapper_left .wrapper_left_right .text p {
    font-size: 1.6rem;
    text-align: center;
  }
  #ourstory .wrapper_left .wrapper_left_left .ourstory_pic {
    margin-top: 30px;
  }
  #ourstory .wrapper_left .wrapper_left_left .ourstory_pic.our_story_pic_1 {
    margin-top: 54px;
  }
  #ourstory .wrapper_left .svg_1883 {
    width: 131%;
    bottom: -300px;
    right: 50%;
    transform: translateX(50%);
  }
  #img_belt {
    padding-top: 250.5%;
  }
  #img_belt .belt_img_1 {
    width: 72.8%;
    top: 0;
    left: 0;
  }
  #img_belt .belt_img_2 {
    width: 45.86%;
    top: 17.17%;
    left: 37.5%;
  }
  #img_belt .belt_img_3 {
    width: 78.4%;
    top: 34%;
    left: 22%;
    z-index: -1;
  }
  #img_belt .belt_img_4 {
    width: 42.13%;
    top: 50%;
    left: 0%;
  }
  #img_belt .belt_img_5 {
    width: 68%;
    top: 66%;
    left: 25%;
  }
  #product {
    padding: 120px 0 110px 0;
  }
  #product .product_box {
    margin-top: 80px;
    flex-direction: column;
  }
  #product .product_box .product_left {
    width: 100%;
    margin-right: 0;
    max-width: 100%;
    text-align: center;
  }
  #product .product_box .product_left h3 {
    font-size: 3rem;
  }
  #product .product_box .product_left h3 span {
    font-size: 2.5rem;
    line-height: 1;
    display: block;
    margin-top: 10px;
  }
  #product .product_box .product_left h3 span.h3_masahiro {
    font-size: 3.5rem;
    display: inline;
  }
  #product .product_box .product_left h3 span.h3_subtitle {
    font-size: 2.5rem;
  }
  #product .product_box .product_left .product_desc {
    font-size: 1.5rem;
    line-height: 1.46em;
    margin-top: 30px;
  }
  #product .product_box .product_left ul li {
    font-size: 2rem;
  }
  #product .product_box .product_left ul li:first-child {
    border-top: none;
  }
  #product .product_box .product_left ul li:last-child {
    margin-bottom: 35px;
  }
  #product .product_box .product_left h4 {
    padding: 15px 0;
    font-size: 2rem;
  }
  #product .product_box .product_left .tasting_title {
    font-size: 1.8rem;
    margin-top: 20px;
  }
  #product .product_box .product_left .tasting_desc {
    font-size: 1.5rem;
    width: 100%;
  }
  #product .product_box .product_left .award_list {
    margin-top: 50px;
  }
  #product .product_box .product_left .award_desc {
    padding: 20px 0 30px 0;
  }
  #product .product_box .product_left .award_desc p {
    font-size: 1.6rem;
  }
  #product .product_box .product_left .award_img {
    justify-content: space-between;
  }
  #product .product_box .product_left .award_img img {
    width: 45.714%;
  }
  #product .product_box .product_left .award_img img:first-child {
    margin: 0;
  }
  #product .product_box .product_left .award_img.sp_award {
    justify-content: center;
  }
  #product .product_box .product_right {
    width: 100%;
    margin-top: 30px;
  }
  #distillery {
    padding: 120px 0;
  }
  #distillery .distillery_img {
    width: 100%;
    margin: 60px auto 69px auto;
  }
  #distillery p {
    font-size: 1.5rem;
    width: 100%;
  }
  footer p {
    font-size: 1.2rem;
  }
}
/*media queryここまで*/
/* sp ドロワーメニュー  */
.header {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  position: fixed;
  height: 121px !important;
  z-index: 20;
  transition: all 0.5s;
  padding-top: 20px;
  top: 0;
  left: 0;
  padding-left: 20px;
}

.main {
  margin: 0 auto;
  display: block;
  height: 100%;
  margin-top: 60px;
}

.mainInner {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}

.mainInner div {
  display: table-cell;
  vertical-align: middle;
  font-size: 3em;
  font-weight: bold;
  letter-spacing: 1.25px;
}

#sidebarMenu {
  height: 100%;
  position: fixed;
  left: 0;
  width: 100%;
  transform: translateX(100%);
  transition: transform 250ms ease-in-out;
  z-index: 100;
  text-align: center;
  background-color: #190f03;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sidebarMenuInner {
  margin: 0;
  padding-top: 70px;
}

.sidebarMenuInner li {
  list-style: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  width: 84%;
  margin: 0 auto 50px auto;
  text-align: center;
}

.sidebarMenuInner li a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  font-size: 2.3rem;
}

.side_first {
  margin-top: 50px !important;
}

.slide_img {
  width: 83.73%;
  margin: 0 auto 60px auto;
}

input[type="checkbox"]:checked ~ #sidebarMenu {
  transform: translateX(0);
}

input[type="checkbox"] {
  transition: all 0.3s;
  box-sizing: border-box;
  display: none;
}

.sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: fixed;
  z-index: 120;
  height: 100%;
  width: 100%;
  top: 3.5%;
  right: 5.2%;
  height: 23px;
  width: 30px;
}

.spinner {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #fff;
}

.horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 6px;
}

.diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: left;
}

.diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 7px;
}

input[type="checkbox"]:checked ~ .sidebarIconToggle > .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
}

input[type="checkbox"]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 8px;
}

input[type="checkbox"]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -9px;
}

/* sp ドロワーメニュー ここまで */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1.5s;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#loading .loading_logo {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0;
}
#loading .loading_logo svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 486px;
  height: 125px;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  #loading .loading_logo svg {
    transform: scale(0.6) translateX(-80%) translateY(-50%);
  }
} /*# sourceMappingURL=style.css.map */

.pc_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: transform 0.4s ease, opacity 0.4s ease; /* Safari対応 */
  transition: transform 0.4s ease, opacity 0.4s ease;
  -webkit-transform: translateY(-100%); /* Safari対応 */
  transform: translateY(-100%);
  opacity: 0;
  will-change: transform, opacity;
}

.pc_header.show {
  -webkit-transform: translateY(0); /* Safari対応 */
  transform: translateY(0);
  opacity: 1;
}
