@charset "UTF-8";
/* common
------------------------------ */
html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #333;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", YuGothic, Meiryo, "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

section[id]:focus-visible {
  outline: none;
}

@media screen and (min-width: 768px) {
  .for-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .for-pc {
    display: none;
  }
}
.footer__container, .distillery-aside__container, .distillery__container, .menu__container, .mainvisual__container, .heading__container {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer__container, .distillery-aside__container, .distillery__container, .menu__container, .mainvisual__container, .heading__container {
    max-width: 1164px;
    min-width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .footer__container, .distillery-aside__container, .distillery__container, .menu__container, .mainvisual__container, .heading__container {
    padding: 0 5.46875vw;
  }
}

/* heading section
------------------------------ */
.section-heading {
  position: relative;
  padding-top: 78px;
  text-align: center;
}
.section-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 50px;
  background: #a82424;
}

.section-heading__sub {
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", Meiryo, serif;
  font-weight: normal;
  font-feature-settings: "palt";
  font-size: 1.2rem;
  color: #a82424;
}

.section-heading__main {
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", Meiryo, serif;
  font-weight: normal;
  font-feature-settings: "palt";
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .section-heading {
    padding-top: 10.4166666667vw;
  }
  .section-heading::before {
    height: 6.5104166667vw;
  }
  .section-heading__sub {
    font-size: 2.0833333333vw;
  }
  .section-heading__main {
    font-size: 5.46875vw;
  }
}
/* button online shop
------------------------------ */
.btn_online img {
  width: 320px;
}

@media screen and (max-width: 767px) {
  .btn_online img {
    width: 65.1041666667vw;
  }
}
/* button aside link
------------------------------ */
.btn-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 460px;
  height: 80px;
  background: transparent;
  border: 1px solid #333;
  color: #333;
  text-decoration: none;
  transition: all 0.5s;
}
.btn-link:hover {
  background: #333;
  color: #fff8eb;
}

@media screen and (max-width: 767px) {
  .btn-link {
    width: 100%;
    height: 13.0208333333vw;
    font-size: 3.3854166667vw;
  }
}
/* button page top
------------------------------ */
.btn-page-top {
  position: relative;
  padding-top: 36px;
  color: #333;
  text-decoration: none;
  transition: all 0.8s;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", Meiryo, serif;
  font-weight: normal;
  font-feature-settings: "palt";
}
.btn-page-top::after {
  content: "";
  width: 28px;
  height: 28px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.btn-page-top:hover {
  opacity: 0.6;
}
.btn-page-top:hover::after {
  top: -3px;
}

@media screen and (max-width: 767px) {
  .btn-page-top {
    padding-top: 4.6875vw;
    font-size: 3.3854166667vw;
  }
  .btn-page-top::after {
    width: 3.3854166667vw;
    height: 3.3854166667vw;
  }
}
/* fade
------------------------------ */
.js_fade_wrap, .js_fade_item {
  opacity: 0;
}

/* head
------------------------------ */
.heading__inner {
  height: 80px;
  background: #333;
  background: url(../img/head_bg_pc.jpg) center top repeat;
  background-size: cover;
}

.heading__container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heading__title {
  color: #fdf6e8;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", Meiryo, serif;
  font-weight: normal;
  font-feature-settings: "palt";
  font-size: 2.4rem;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .heading__inner {
    height: 11.1979166667vw;
    background: url(../img/head_bg_sp.jpg) center top repeat;
  }
  .heading__title {
    font-size: 3.90625vw;
  }
}
/* main visual
------------------------------ */
.mainvisual__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
  background: #961919;
  background: url(../img/mv_bg_pc.jpg) center top no-repeat;
  background-size: cover;
  overflow: hidden;
}

.mainvisual__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mainvisual__left {
  flex-basis: 50%;
  flex-shrink: 0;
}

.mainvisual__image {
  max-width: 562px;
}

.mainvisual__right {
  flex-basis: 50%;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
}

.mainvisual__caption {
  display: flex;
  flex-direction: column;
  padding: 28px 8px 0;
  margin: 0 auto;
}

.mainvisual__logo {
  max-width: 348px;
}

.mainvisual__caption-main {
  margin-top: 32px;
}

.mainvisual__caption-sub {
  margin-top: 26px;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", Meiryo, serif;
  font-weight: normal;
  font-feature-settings: "palt";
  font-size: 2.1rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.mainvisual__product {
  width: 120px;
}

@media screen and (max-width: 767px) {
  .mainvisual__inner {
    align-items: stretch;
    height: auto;
    min-height: 128.90625vw;
    padding: 11.4583333333vw 0 6.25vw;
    background: url(../img/mv_bg_sp.jpg) center top no-repeat;
    background-size: cover;
  }
  .mainvisual__container {
    align-items: normal;
  }
  .mainvisual__right {
    position: relative;
  }
  .mainvisual__caption {
    padding: 0;
    margin: 0;
  }
  .mainvisual__logo {
    width: 47.65625vw;
    margin: 0 auto;
  }
  .mainvisual__caption-main {
    position: relative;
    z-index: 5;
    margin-top: 11.4583333333vw;
    width: 63.0208333333vw;
  }
  .mainvisual__caption-sub {
    position: relative;
    z-index: 5;
  }
  .mainvisual__product {
    position: absolute;
    top: 18.4895833333vw;
    right: 0;
    width: 23.1770833333vw;
  }
  .mainvisual__caption-sub {
    margin-top: auto;
    width: 89.0625vw;
  }
}
/* menu
------------------------------ */
.menu__inner {
  height: 84px;
  background: #e4e2d9;
  background: url(../img/menu_bg_pc.jpg) center top repeat;
  background-size: cover;
  border-bottom: 4px solid #a82424;
}

.menu__container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu__list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu__list-item {
  padding: 0 52px;
}
.menu__list-item a {
  position: relative;
  color: #333;
  font-size: 1.8rem;
  text-decoration: none;
}
.menu__list-item a:hover::after {
  content: "";
  position: absolute;
  top: -30px;
  left: calc(50% - 2px);
  width: 2px;
  height: 20px;
  background: #a82424;
}

@media screen and (max-width: 767px) {
  .menu__inner {
    height: 13.5416666667vw;
    background: url(../img/menu_bg_sp.jpg) center top repeat;
  }
  .menu__list-item {
    padding: 0 5.2083333333vw;
  }
  .menu__list-item a {
    font-size: 3.90625vw;
  }
  .menu__list-item a:hover::after {
    content: none;
  }
}
/* product
------------------------------ */
.product-info__inner {
  padding: 120px 0;
  background: #f6f3ee;
  background: url(../img/product_bg.jpg) center top repeat;
}

.product-info__container {
  width: 880px;
  margin: 0 auto;
}

.product-info__item {
  display: flex;
}
.product-info__item:not(:first-child) {
  margin-top: 120px;
}

.product-info__bottle-img {
  width: 154px;
  flex-shrink: 0;
  text-align: center;
}

.product-info__spec {
  flex: 1;
  padding-left: 80px;
}

.product-info__spec-name__sub {
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", Meiryo, serif;
  font-weight: normal;
  font-feature-settings: "palt";
  color: #a82424;
}

.product-info__spec-name__main {
  margin-top: 12px;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", Meiryo, serif;
  font-weight: normal;
  font-feature-settings: "palt";
  font-size: 2.7rem;
}

.product-info__spec-lead {
  margin-top: 16px;
}

.product-info__spec-tasting {
  margin-top: 42px;
}

.spec-tasting__heading {
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", Meiryo, serif;
  font-weight: normal;
  font-feature-settings: "palt";
  font-size: 2rem;
  border-bottom: 2px solid #a82424;
}

.spec-tasting__note {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}

.spec-tasting__note-term {
  width: 80px;
}
.spec-tasting__note-term::after {
  content: "：";
}

.spec-tasting__note-detail {
  width: calc(100% - 80px);
}

.spec-tasting__note-term, .spec-tasting__note-detail {
  padding-top: 12px;
}

.product-info__spec-detail {
  margin-top: 20px;
}

.spec-detail__note-term {
  float: left;
  clear: left;
}
.spec-detail__note-term::after {
  content: "：";
}

.spec-detail__annotation {
  margin-top: 38px;
  font-size: 1.2rem;
}

.wrapper_btn_online {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .product-info__inner {
    padding: 20.8333333333vw 0 22.3958333333vw;
  }
  .product-info__container {
    width: 100%;
    padding: 0 5.46875vw;
    margin: 0 auto;
  }
  .product-info__item:not(:first-child) {
    margin-top: 20.8333333333vw;
  }
  .product-info__spec {
    padding-left: 0;
  }
  .product-info__spec-name {
    text-align: center;
  }
  .product-info__spec-name__sub {
    font-size: 3.90625vw;
  }
  .product-info__spec-name__main {
    margin-top: 2.0833333333vw;
    font-size: 5.2083333333vw;
  }
  .product-info__spec-lead {
    margin-top: 6.7708333333vw;
    font-size: 3.3854166667vw;
  }
  .product-info__bottle-img {
    width: 26.0416666667vw;
    margin: 11.4583333333vw auto 0;
    text-align: center;
  }
  .product-info__spec-tasting {
    margin-top: 7.8125vw;
  }
  .spec-tasting__heading {
    font-size: 3.90625vw;
  }
  .spec-tasting__note {
    margin-top: 5.2083333333vw;
    font-size: 3.3854166667vw;
  }
  .spec-tasting__note-term {
    width: 19.2708333333vw;
  }
  .spec-tasting__note-detail {
    width: calc(100% - 19.2708333333vw);
  }
  .spec-tasting__note-term, .spec-tasting__note-detail {
    padding-top: 0;
  }
  .product-info__spec-detail {
    margin-top: 5.7291666667vw;
  }
  .spec-detail__note {
    font-size: 3.3854166667vw;
  }
  .spec-detail__annotation {
    margin-top: 5.7291666667vw;
    font-size: 2.8645833333vw;
  }
  .wrapper_btn_online {
    margin-top: 10.4166666667vw;
  }
}
/* distillery
------------------------------ */
.distillery__inner {
  padding-bottom: 56px;
  background: #fdfcfb;
  background: url(../img/distillery_bg.jpg) center top repeat;
}

.distillery__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 120px;
}
.distillery__info:nth-child(odd) .distillery__info-containts {
  padding-left: 36px;
}
.distillery__info:nth-child(even) {
  flex-direction: row-reverse;
}
.distillery__info:nth-child(even) .distillery__info-containts {
  padding-right: 36px;
}
.distillery__info.distillery__info--climate {
  background: url(../img/bg_map.png) no-repeat top right;
}

.distillery__info-image {
  flex-basis: 48%;
  flex-shrink: 0;
}

.distillery__info-containts {
  flex-basis: 52%;
  flex-shrink: 0;
}

.info-containts__heading {
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", Meiryo, serif;
  font-weight: normal;
  font-feature-settings: "palt";
  font-size: 2.7rem;
}

.info-containts__text {
  margin-top: 24px;
}
.info-containts__text + .info-containts__text {
  margin-top: 12px;
}

.distillery-aside__container {
  margin-top: 120px;
}

.distillery-aside__link {
  display: flex;
  justify-content: space-evenly;
}

.distillery-aside__page-top {
  margin-top: 120px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .distillery__inner {
    padding-bottom: 15.625vw;
  }
  .info-containts__heading {
    font-size: 5.2083333333vw;
  }
  .distillery__info {
    display: block;
    margin-top: 15.625vw;
    padding-top: 0;
  }
  .distillery__info:nth-child(odd) .distillery__info-containts, .distillery__info:nth-child(even) .distillery__info-containts {
    padding: 7.8125vw 0 0;
  }
  .distillery__info.distillery__info--climate {
    background-image: none;
  }
  .distillery__info.distillery__info--climate .distillery__info-containts {
    padding-top: 27.0833333333vw;
    background: url(../img/bg_map.png) no-repeat top 1.5625vw right;
    background-size: 32.2916666667vw;
  }
  .distillery__info-image {
    margin-top: 5.2083333333vw;
  }
  .info-containts__text {
    margin-top: 0;
    font-size: 3.3854166667vw;
  }
  .info-containts__text + .info-containts__text {
    margin-top: 4.6875vw;
  }
  .distillery-aside__container {
    margin-top: 15.625vw;
  }
  .distillery-aside__link {
    flex-direction: column;
  }
  .btn-link + .btn-link {
    margin-top: 5.2083333333vw;
  }
  .distillery-aside__page-top {
    margin-top: 15.625vw;
  }
}
/* footer
------------------------------ */
.footer__inner {
  padding: 156px 0;
  background: #961919;
  background: url(../img/footer_bg_pc.jpg) center top no-repeat;
  background-size: cover;
}

.footer__logo {
  margin: 0 auto;
  width: 348px;
}

@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 26.5625vw 0;
    background: url(../img/footer_bg_sp.jpg) center top no-repeat;
  }
  .footer__logo {
    width: 45.3125vw;
  }
}