@charset "UTF-8";
@font-face {
  font-family: "Avenir Light";
  src: url("../fonts/Avenir-Light.eot");
  src: url("../fonts/Avenir-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Light.woff2") format("woff2"), url("../fonts/Avenir-Light.woff") format("woff"), url("../fonts/Avenir-Light.ttf") format("truetype"), url("../fonts/Avenir-Light.svg#Avenir Light") format("svg");
}
/*----------------------------------------------------------
    initiate
----------------------------------------------------------*/
/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

/**
  * Remove trailing margins from nested lists.
  */
li > ol,
li > ul {
  margin-bottom: 0;
}

/**
  * Remove default table spacing.
  */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
  * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
  *    on fieldsets.
  */
fieldset {
  min-width: 0;
  /* [1] */
  border: 0;
}

/* ==========================================================================
    #SHARED
    ========================================================================== */
/**
  * Shared declarations for certain elements.
  */
/**
  * Always declare margins in the same direction:
  * csswizardry.com/2012/06/single-direction-margin-declarations
  */
/* stylelint-disable selector-list-comma-newline-after */
/**
  * Consistent indentation for lists.
  */
dd,
ol,
ul {
  margin-left: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  font-size: 62.5%;
}
@media screen and (max-width: 1068px) and (min-width: 768px) {
  html {
    font-size: 0.936329588vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.66666667vw;
  }
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}
a:hover {
  text-decoration: none;
  opacity: 0.75;
}
@media screen and (min-width: 768px), print {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}

img {
  vertical-align: bottom;
  border: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  max-width: 100%;
  height: auto;
}

p:not([class]) + p:not([class]) {
  margin-top: 1em;
}

.u-cover {
  background-size: cover !important;
}

@media screen and (min-width: 768px), print {
  .sp {
    display: none !important;
  }
  .u-target {
    transition: opacity 0.3s ease;
  }
  .u-target:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.clearfix::before, .clearfix::after {
  content: "";
  display: block;
}
.clearfix::after {
  clear: both;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.u-bold {
  font-weight: bold;
}

sup {
  font-size: 60%;
  vertical-align: super;
}

@media screen and (min-width: 768px), print {
  .linkHover {
    transition: opacity 0.3s ease;
  }
  .linkHover:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}

.inner {
  max-width: 115.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 1.5rem;
  }
}

/*----------------------------------------------------------
  c-video
----------------------------------------------------------*/
.c-video {
  margin-bottom: 6rem;
}
.c-video__inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.c-video__inner iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe-wrap {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lp-202312 {
  font-family: "YuGothic", "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ⾓ゴ Pro", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
  color: #fff;
  background: #000;
  -webkit-text-size-adjust: none;
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .lp-202312 {
    font-size: 1.3rem;
  }
}

body.no-scroll {
  overflow: hidden;
}

.c-inner {
  max-width: 100.6rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.lp-202312 {
  background: #000;
  font-size: 2.2rem;
}
.lp-202312 img {
  max-width: 100%;
  vertical-align: bottom;
}
.lp-202312 .bg01 {
  background: url("../img/kv_bg.png") no-repeat bottom right/100% auto;
}
.lp-202312 .lp-inner {
  max-width: 106.8rem;
  padding: 0 2rem;
  margin: 0 auto;
}
.lp-202312 .lp-logo {
  max-width: 100%;
  width: 110rem;
  margin: 4rem auto 6rem;
}
.lp-202312 .lp-logo p {
  font-family: "Avenir Light", "Arial", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  margin-top: 2rem;
  font-weight: 700;
}
.lp-202312 .lp-headline {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-family: serif;
  padding-bottom: 6rem;
}
.lp-202312 .lp-headline__ja {
  font-size: 2.8rem;
  line-height: 1.4;
}
.lp-202312 .lp-headline__en {
  font-family: "Avenir Light", "Arial", sans-serif;
  font-size: 3rem;
  line-height: 1.4;
  margin-top: 1rem;
  font-weight: 700;
}
.lp-202312 .lp-about {
  padding-bottom: 10rem;
}
.lp-202312 .lp-about__ttl {
  text-align: center;
  color: #a88920;
  font-family: serif;
  font-size: 3.8rem;
  line-height: 1.4;
  margin-top: 3rem;
}
.lp-202312 .lp-about__ttl-en {
  font-family: "Avenir Light", "Arial", sans-serif;
  text-align: center;
  color: #a88920;
  font-size: 3.8rem;
  line-height: 1.25;
  font-weight: 700;
  margin: 3rem 0 4rem;
}
.lp-202312 .lp-about__copy {
  max-width: 73rem;
  margin: 0 auto;
  line-height: 1.75;
  color: #fff;
  text-align: justify;
  font-weight: 500;
}
.lp-202312 .lp-about__copy .font-en {
  font-family: "Avenir Light", "Arial", sans-serif;
  font-size: 2rem;
  line-height: 1.4;
  display: block;
  text-align: left;
  font-weight: normal;
}
.lp-202312 .lp-about__sake {
  max-width: 57rem;
  margin: 2rem auto 0;
}
.lp-202312 .lp-about-map__map {
  max-width: 78.7rem;
  margin: 0 auto;
}
.lp-202312 .lp-video {
  padding: 15rem 0;
}
.lp-202312 .lp-video--02 {
  padding: 3rem 0 0;
}
.lp-202312 .lp-video__iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.lp-202312 .lp-video__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.lp-202312 .lp-about2__bg {
  padding-bottom: 25rem;
  background: url("../img/sake_00.png") no-repeat center bottom/auto 100%;
}
.lp-202312 .lp-about2__logo {
  max-width: 52rem;
  margin: 1rem auto 7rem;
}
.lp-202312 .lp-about2__copy {
  max-width: 73rem;
  margin: 0 auto;
  line-height: 1.65;
  color: #fff;
  text-align: justify;
  font-weight: 500;
}
.lp-202312 .lp-about2__copy .font-en {
  font-family: "Avenir Light", "Arial", sans-serif;
  font-size: 2.4rem;
  line-height: 1.4;
  display: block;
  text-align: left;
  font-weight: normal;
}
.lp-202312 .lp-product {
  padding-top: 49rem;
  background: url("../img/product_bg.png") no-repeat top center/89.5rem 71.5rem;
}
.lp-202312 .lp-product-unit {
  padding-top: 6rem;
}
.lp-202312 .lp-product-unit__head {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6rem 0;
  gap: 7rem;
}
.lp-202312 .lp-product-unit__headline {
  font-family: "Avenir Light", "Arial", sans-serif;
  font-weight: 300;
}
.lp-202312 .lp-product-unit__label {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp-202312 .lp-product-unit__label .num {
  height: 12rem;
}
.lp-202312 .lp-product-unit__label .num img {
  width: auto;
  height: 100%;
}
.lp-202312 .lp-product-unit__label .txt {
  font-size: 2.6rem;
}
.lp-202312 .lp-product-unit__title {
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  margin-top: 3rem;
}
.lp-202312 .lp-product-unit__title .fz-lg {
  display: block;
  font-size: 230%;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
.lp-202312 .lp-product-unit__main {
  flex-shrink: 0;
}
@media screen and (min-width: 768px), print {
  .lp-202312 .lp-product-unit__main {
    width: 46rem;
  }
}
.lp-202312 .lp-product-unit__list {
  display: flex;
  justify-content: center;
  margin: 0 -1rem;
}
.lp-202312 .lp-product-unit__item {
  width: 33.333%;
  padding: 0 1rem;
}
.lp-202312 .lp-product-unit__info {
  position: relative;
}
.lp-202312 .lp-product-unit__info::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -0.4rem);
  content: "";
  border-style: solid;
  border-width: 2.2rem 1.4rem 0 1.4rem;
  border-color: #fff transparent transparent transparent;
  width: 0;
  height: 0;
}
.lp-202312 .lp-product-unit__video {
  margin-top: 7rem;
  position: relative;
}
.lp-202312 .lp-product-unit__video::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -130%);
  width: 2.8rem;
  height: 3.2rem;
  background: url("../img/ico_mov.svg") no-repeat center center/100% 100%;
  content: "";
}
.lp-202312 .lp-product-unit__video .poster {
  display: block;
  position: relative;
  overflow: hidden;
}
.lp-202312 .lp-product-unit__video .poster::before, .lp-202312 .lp-product-unit__video .poster::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
}
.lp-202312 .lp-product-unit__video .poster::before {
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
  transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 50%;
  opacity: 0;
  width: 100rem;
  height: 100rem;
  transform: translate(-50%, -50%) scale(0);
}
.lp-202312 .lp-product-unit__video .poster::after {
  background: url("../img/ico_play.svg") no-repeat center center/100% 100%;
  z-index: 2;
  width: 4.6rem;
  height: 4.6rem;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px), print {
  .lp-202312 .lp-product-unit__video .poster:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.lp-202312 .lp-banner {
  margin-top: 20rem;
}
.lp-202312 .lp-banner__inner {
  width: 90.3rem;
  max-width: 94%;
  margin: 0 auto;
}
.lp-202312 .lp-banner__inner a {
  display: block;
  transition: all 0.3s ease;
}
.lp-202312 .lp-banner__inner a:hover {
  opacity: 0.7;
}
.lp-202312 .footer {
  padding-top: 15rem;
}
.lp-202312 .footer-copyright {
  text-align: center;
  color: #fff;
  padding: 2rem 0;
}
.lp-202312 .footer-copyright small {
  font-size: 1.3rem;
  line-height: 1.231;
}
@media screen and (max-width: 767px) {
  .lp-202312 .footer-copyright small {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .lp-202312 {
    font-size: 1.3rem;
  }
  .lp-202312 .bg01 {
    background-position: top right;
  }
  .lp-202312 .lp-inner {
    padding: 0 1.5rem;
  }
  .lp-202312 .lp-logo {
    max-width: 30rem;
    margin: 3rem auto 4rem;
  }
  .lp-202312 .lp-logo p {
    font-size: 1.3rem;
    margin-top: 1rem;
  }
  .lp-202312 .lp-headline {
    padding-bottom: 5rem;
  }
  .lp-202312 .lp-headline__ja {
    font-size: 1.8rem;
  }
  .lp-202312 .lp-headline__en {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
  .lp-202312 .lp-about {
    padding-bottom: 6rem;
  }
  .lp-202312 .lp-about__ttl {
    margin-top: 0;
    font-size: 2.2rem;
  }
  .lp-202312 .lp-about__ttl-en {
    font-size: 2.2rem;
    margin: 1.5rem 0;
  }
  .lp-202312 .lp-about__sake {
    max-width: 30rem;
    margin: 1rem auto 0;
  }
  .lp-202312 .lp-about__copy .font-en {
    text-align: left;
    font-size: 1.6rem;
  }
  .lp-202312 .lp-about-map__map {
    max-width: 110%;
    margin: 0 0 0 -5%;
  }
  .lp-202312 .lp-video {
    padding: 8rem 0;
  }
  .lp-202312 .lp-video--02 {
    padding: 0;
  }
  .lp-202312 .lp-about2__bg {
    padding-bottom: 15rem;
  }
  .lp-202312 .lp-about2__logo {
    max-width: 30rem;
    margin: 0 auto 3rem;
  }
  .lp-202312 .lp-about2__copy .font-en {
    text-align: left;
    font-size: 1.6rem;
  }
  .lp-202312 .lp-product {
    padding-top: 25rem;
    background-size: 44.75rem 35.75rem;
  }
  .lp-202312 .lp-product-unit {
    padding-top: 4rem;
  }
  .lp-202312 .lp-product-unit__head {
    flex-direction: column;
    padding: 4rem 0;
    gap: 3rem;
  }
  .lp-202312 .lp-product-unit__label .num {
    height: 7rem;
  }
  .lp-202312 .lp-product-unit__label .txt {
    font-size: 2.2rem;
  }
  .lp-202312 .lp-product-unit__title {
    font-size: 1.8rem;
    margin: 2rem -0.5rem 0;
  }
  .lp-202312 .lp-product-unit__title .fz-lg {
    font-size: 190%;
  }
  .lp-202312 .lp-product-unit__list {
    margin: 1rem -1.5rem 0;
    overflow: hidden;
  }
  .lp-202312 .lp-product-unit .js-slider-sp {
    position: relative;
  }
  .lp-202312 .lp-product-unit .js-slider-sp::before, .lp-202312 .lp-product-unit .js-slider-sp::after {
    position: absolute;
    content: "";
    width: 2.5rem;
    height: 7rem;
    background: #000;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
  }
  .lp-202312 .lp-product-unit .js-slider-sp::before {
    left: 0;
  }
  .lp-202312 .lp-product-unit .js-slider-sp::after {
    right: 0;
  }
  .lp-202312 .lp-product-unit .js-slider-sp .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lp-202312 .lp-product-unit .js-slider-sp .slick-list {
    padding: 0 2.5rem !important;
  }
  .lp-202312 .lp-product-unit .js-slider-sp .slick-arrow {
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    box-shadow: none;
    width: 2.5rem;
    height: 100%;
    color: transparent;
    padding: 0;
    display: block;
    z-index: 2;
  }
  .lp-202312 .lp-product-unit .js-slider-sp .slick-arrow::before, .lp-202312 .lp-product-unit .js-slider-sp .slick-arrow::after {
    position: absolute;
    content: "";
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
  }
  .lp-202312 .lp-product-unit .js-slider-sp .slick-arrow.slick-prev {
    left: 0;
  }
  .lp-202312 .lp-product-unit .js-slider-sp .slick-arrow.slick-prev::before, .lp-202312 .lp-product-unit .js-slider-sp .slick-arrow.slick-prev::after {
    border-width: 1rem 1rem 1rem 0;
    border-color: transparent #fff transparent transparent;
    left: 50%;
  }
  .lp-202312 .lp-product-unit .js-slider-sp .slick-arrow.slick-prev::before {
    top: calc(25% - 3.5rem);
    transform: translate(-50%, -50%);
  }
  .lp-202312 .lp-product-unit .js-slider-sp .slick-arrow.slick-prev::after {
    bottom: calc(25% - 3.5rem);
    transform: translate(-50%, -50%);
  }
  .lp-202312 .lp-product-unit .js-slider-sp .slick-arrow.slick-next {
    right: 0;
  }
  .lp-202312 .lp-product-unit .js-slider-sp .slick-arrow.slick-next::before, .lp-202312 .lp-product-unit .js-slider-sp .slick-arrow.slick-next::after {
    border-width: 1rem 0 1rem 1rem;
    border-color: transparent transparent transparent #fff;
    right: 50%;
  }
  .lp-202312 .lp-product-unit .js-slider-sp .slick-arrow.slick-next::before {
    top: calc(25% - 3.5rem);
    transform: translate(50%, -50%);
  }
  .lp-202312 .lp-product-unit .js-slider-sp .slick-arrow.slick-next::after {
    bottom: calc(25% - 3.5rem);
    transform: translate(50%, -50%);
  }
  .lp-202312 .lp-product-unit .js-slider-sp .slick-arrow.slick-disabled {
    opacity: 0;
  }
  .lp-202312 .lp-product-unit__item {
    width: 76vw !important;
    max-width: 30rem !important;
    padding: 0 1rem;
    margin: 0 auto;
  }
  .lp-202312 .lp-product-unit__info {
    position: relative;
  }
  .lp-202312 .lp-product-unit__info::after {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -0.4rem);
    content: "";
    border-style: solid;
    border-width: 2.2rem 1.4rem 0 1.4rem;
    border-color: #fff transparent transparent transparent;
    width: 0;
    height: 0;
  }
  .lp-202312 .lp-product-unit__video {
    margin-top: 7rem;
    position: relative;
  }
  .lp-202312 .lp-product-unit__video::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -130%);
    width: 2.8rem;
    height: 3.2rem;
    background: url("../img/ico_mov.svg") no-repeat center center/100% 100%;
    content: "";
  }
  .lp-202312 .lp-product-unit__video .poster {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .lp-202312 .lp-product-unit__video .poster::before, .lp-202312 .lp-product-unit__video .poster::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
  }
  .lp-202312 .lp-product-unit__video .poster::before {
    background: rgba(255, 255, 255, 0.2);
    z-index: 1;
    transition: 0.3s ease-in-out;
    border-radius: 50%;
    opacity: 0;
    width: 100rem;
    height: 100rem;
    transform: translate(-50%, -50%) scale(0);
  }
  .lp-202312 .lp-product-unit__video .poster::after {
    background: url("../img/ico_play.svg") no-repeat center center/100% 100%;
    z-index: 2;
    width: 4.6rem;
    height: 4.6rem;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .lp-202312 .lp-product-unit__video .poster:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@media screen and (max-width: 767px) {
  .lp-202312 .lp-banner {
    margin-top: 8rem;
  }
  .lp-202312 .lp-banner__inner {
    max-width: 94%;
  }
}
@media screen and (max-width: 767px) {
  .lp-202312 .footer {
    padding-top: 6rem;
  }
  .lp-202312 .footer-copyright {
    padding: 1rem 0;
  }
  .lp-202312 .footer-copyright small {
    font-size: 1rem;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.js-show {
  opacity: 0;
}
.js-show.is-Active {
  animation: fadeIn 0.4s ease 0s 1 both;
}

.video-popup {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  transition: 0.3s ease-in-out;
  background: #000;
}
.video-popup.is-show {
  opacity: 1;
  visibility: visible;
}

.video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80rem;
  max-height: 80%;
}
.video-container iframe {
  height: 100%;
  aspect-ratio: 286/512;
}

.btn-close {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  cursor: pointer;
  font-size: 6.5vh;
  line-height: 1;
  color: #fff;
}

.lp-header__lang ul {
  display: flex;
  justify-content: flex-end;
}
.lp-header__lang ul a {
  display: block;
  text-align: center;
  color: #fff;
  opacity: 0.6;
}
.lp-header__lang ul a.active {
  opacity: 1;
}
@media screen and (min-width: 768px), print {
  .lp-header__lang ul a:hover {
    opacity: 1;
  }
}
.lp-header__lang ul li {
  margin-left: 0.7rem;
  width: 10.5rem;
}
.lp-header__lang ul li.ita a {
  background: #d33718;
}
.lp-header__lang ul li.esp a {
  background: #13853b;
}