@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4897579143vw;
  }
}
@media (min-width: 1074px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #f1f1f1;
}

@media screen and (min-width: 768px) {
  a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1074px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.google {
  padding-left: 1.875rem;
  background: url("../images/1564524_adress_gps_location_pin_position_icon.png") no-repeat;
  background-size: contain;
}

.c-sec-subtitle {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding-left: 4.25rem;
  margin-top: 4rem;
  margin-bottom: 2.5rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-sec-subtitle {
    font-size: 1.5rem;
    margin-top: 0;
  }
}

.c-sec-subtitle::before {
  display: block;
  content: "";
  width: 3.75rem;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}

.c-sec-subtitle__sub {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .c-sec-subtitle__sub {
    font-size: 1.25rem;
  }
}

.c-sec-title {
  color: #333;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-sec-title {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
}

@media screen and (min-width: 768px) {
  .c-sec-title__deli {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

.c-sec-title__en {
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.875rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-sec-title__en {
    font-size: 3.5rem;
  }
}

.c-sec-title__jp {
  font-size: 0.8125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-sec-title__jp {
    font-size: 0.875rem;
  }
}

.c-sec-title__jp::after {
  content: "";
  width: 3.75rem;
  height: 2px;
  background-color: #333;
  position: absolute;
  right: -3.75rem;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .c-sec-title__jp::after {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .c-sec-title__jp::before {
    content: "";
    width: 0.125rem;
    height: 3.75rem;
    background: #333;
    position: absolute;
    left: 50%;
    bottom: -3.75rem;
  }
}

.c-submit_btn {
  width: 100%;
  padding: 1.5rem 0;
  border: 1px solid rgba(255, 255, 255, .6);
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .c-submit_btn {
    padding: 2rem 0;
    width: 25vw;
    margin-top: 0.75rem;
  }
}

.p-alcoholics {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  line-height: 2;
  letter-spacing: 0.15em;
  position: relative;
  background-color: #000;
}

@media screen and (min-width: 768px) {
  .p-alcoholics__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-alcoholics__body {
    width: 50%;
  }
}

.p-alcoholics__img {
  position: absolute;
  top: 25rem;
  left: 0;
  width: 100%;
  height: 30rem;
}
@media screen and (min-width: 768px) {
  .p-alcoholics__img {
    position: absolute;
    width: 100vw;
    top: 18.75rem;
    right: 0;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.5278 0.429 0.043199999999999995 0 0 0.1278 0.833 0.043199999999999995 0 0 0.1278 0.429 0.44320000000000004 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.68504 0.28608 0.028880000000000003 0 0 0.08504 0.88608 0.028880000000000003 0 0 0.08504 0.28608 0.62888 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: saturate(40%) grayscale(40%);
            filter: saturate(40%) grayscale(40%);
  }
}

.p-alcoholics__img-bg {
  width: 100%;
  height: 30rem;
  background: url("../images/set04.jpg") no-repeat;
  background-size: cover;
  background-position: 0 50%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-alcoholics__img-bg {
    width: 25vw;
    margin-left: auto;
  }
}

.p-alcoholics__img-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, .4);
}

.p-career {
  background-color: #000;
  padding-top: 11.25rem;
  padding-bottom: 5rem;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-career__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-career__flexbox {
    width: 75vw;
  }
}

.p-career__body {
  margin-top: 5rem;
  margin-bottom: 1.5rem;
}

.p-career__table {
  font-size: 0.75rem;
  opacity: 0.6;
  margin-top: 0.5rem;
}

.p-career__table th {
  display: block;
  text-align: left;
  margin-right: 1.5rem;
  position: relative;
  padding-left: 0.875rem;
}

.p-career__table th::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.3125rem;
  width: 0.875rem;
  height: 1px;
  background-color: #fff;
}

.p-contact {
  background-color: #000;
  padding-top: 11.25rem;
  padding-bottom: 5rem;
  line-height: 2;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 768px) {
  .p-contact__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__body {
    width: 75vw;
  }
}

.p-contact__form {
  border: 1px solid rgba(255, 255, 255, .2);
  padding: 1.5rem;
}

.p-contact__form label {
  font-family: "Titillium Web", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  opacity: 0.6;
}

.p-contact__form label span {
  font-size: 0.6875rem;
  display: inline-block;
  margin-left: 0.75rem;
}

.p-contact__inputbox input,
.p-contact__inputbox textarea {
  width: 100%;
  font-size: 0.875rem;
  padding: 1rem;
  background-color: rgba(255, 255, 255, .09);
  border: none;
  margin-bottom: 2.5rem;
  color: #fff;
}

.c-submit_btn input {
  border: none;
  background: none;
  color: #fff;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
}

.p-contact__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  display: none;
  z-index: 3000;
}

.p-contact__modal-textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.p-delicacies {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  position: relative;
  letter-spacing: 0.15em;
  line-height: 2;
  background-color: #000;
}
.p-delicacies.left-right {
  flex-flow: row-reverse;
}

@media screen and (min-width: 768px) {
  .p-delicacies__bg {
    padding-top: 17.5rem;
    padding-bottom: 7.5rem;
    margin-top: -13.75rem;
    width: calc(100% - 12.5vw);
    margin-left: auto;
  }
}

.p-delicacies__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-delicacies__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-delicacies__body {
    width: 50%;
  }
}

.p-delicacies__menu-box {
  padding: 1.5rem;
  position: relative;
  background-color: rgba(0, 0, 0, .5);
  border: 1px solid rgba(255, 255, 255, .2);
  z-index: 2;
  color: #f1f1f1;
}

.p-delicacies__menu-wrapper {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.p-delicacies__menu-wrapper:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.p-delicacies__time {
  font-size: 0.8125rem;
  opacity: 0.6;
  margin-bottom: 0.5rem;
}

.p-delicacies__head {
  font-size: 0.75rem;
  opacity: 0.6;
}
.p-delicacies__head.fwn {
  font-weight: normal;
}

.p-delicacies__menu-list {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-delicacies__price-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-delicacies__name {
  font-size: 0.6875rem;
  opacity: 0.6;
}

.p-delicacies__price {
  font-size: 0.875rem;
  font-weight: bold;
  position: relative;
  padding-left: 1.1875rem;
  margin-bottom: 0.5rem;
}

.p-delicacies__price::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.3125rem;
  width: 0.875rem;
  height: 1px;
  background-color: #fff;
}

.p-delicacies__text {
  font-size: 0.6875rem;
  margin-top: 1.5rem;
  opacity: 0.6;
}

.p-delicacies__list {
  position: relative;
  margin-top: 1rem;
  font-size: 0.625rem;
  opacity: 0.6;
  z-index: 2;
}

.p-delicacies__img {
  position: relative;
  top: -25rem;
  left: 0;
  width: 100%;
  height: 30rem;
}
@media screen and (min-width: 768px) {
  .p-delicacies__img {
    width: 25vw;
    top: -50rem;
    left: 0;
    filter: url("../images/studio2.jpg");
    -webkit-filter: url("../images/studio2.jpg");
    filter: saturate(40%) grayscale(40%);
}
}

.p-delicacies__img-bg {
  width: 100%;
  height: 30rem;
  background: url("../images/set01.jpg") no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  background-position: 0 50%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-delicacies__img-bg {
    background-size: 20%;
  }
}

.p-delicacies__img-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, .4);
}

.p-footer {
  padding: 1.5rem;
  line-height: 2;
  letter-spacing: 0.15em;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding: 2.5rem 5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-footer__copy {
  font-size: 0.6875rem;
  opacity: 0.6;
  text-align: center;
}

.p-footer__list {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.6875rem;
    opacity: 0.6;
  }
}

.p-footer__item {
  text-transform: uppercase;
}

.p-footer__item img {
  width: 1.25rem;
}

.p-header {
  width: 100vw;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5rem 1.5rem 0;
  z-index: 2000;
  position: fixed;
  line-height: 2;
  letter-spacing: 0.15em;
}

.p-header__title img {
  height: 5rem;
  position: relative;
  z-index: 10;
}

.p-header__nav-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__nav-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
}

.p-header__nav-pc-list {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav-pc-list {
    top: 0;
    left: 85%;
  }
}



.p-header__nav-pc-item {
  font-size: 0.8125rem;
}

.p-header__nav-pc-item img {
  width: 1.5625rem;
}

.p-header__nav {
  position: relative;
}

.p-header__nav-inner {
  width: 100vw;
  height: 100vh;
  padding: 10rem 1.5rem 0 1.5rem;
  position: fixed;
  top: 0;
  right: -100%;
  background-color: #000;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: -1;
}

.p-header__nav-inner.show {
  right: 0;
}

.p-header__list {
  font-size: 0.875rem;
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.p-header__list-bottom {
  font-size: 0.6875rem;
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
}

.p-header__toggle {
  width: 1.25rem;
  height: 0.625rem;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-header__toggle {
    display: none;
  }
}

.p-header__toggle span {
  width: 1.25rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__toggle span:first-child {
  top: 0;
  left: 0;
}

.p-header__toggle span:last-child {
  bottom: 0;
  left: 0;
}

.p-header__toggle.show span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}
.p-header__toggle.show span:nth-child(2) {
  -webkit-transform: translateY(1px) rotate(45deg);
          transform: translateY(1px) rotate(45deg);
}

.p-information {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .p-information {
    padding-top: 40rem;
  }
}

@media screen and (min-width: 768px) {
  .p-information__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.75rem;
  }
}

.p-informaition__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  row-gap: 0.625rem;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-informaition__list {
    width: 75vw;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    row-gap: 1.25rem;
    margin-top: 0;
  }
}

.p-informaition__item {
  width: 100%;
  position: relative;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.5278 0.429 0.043199999999999995 0 0 0.1278 0.833 0.043199999999999995 0 0 0.1278 0.429 0.44320000000000004 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.68504 0.28608 0.028880000000000003 0 0 0.08504 0.88608 0.028880000000000003 0 0 0.08504 0.28608 0.62888 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: saturate(40%) grayscale(40%);
          filter: saturate(40%) grayscale(40%);
}

.p-informaition__item:hover {
  -webkit-filter: none;
          filter: none;
}

.p-informaition__item::before {
  content: "";
  padding-top: 100%;
  display: block;
}

.p-informaition__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-map {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  line-height: 2;
  letter-spacing: 0.15em;
  background-color: #000;
}

@media screen and (min-width: 768px) {
  .p-map__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3.75rem;
  }
}

.p-map__img {
  width: 100vw;
  margin-top: 4rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-map__img {
    display: none;
  }
}

.p-map__img img {
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .p-map__img img {
    width: 75vw;
    height: 170%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.p-map__img-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-map__img-pc {
    display: block;
    margin-top: -5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-map__img-pc img {
    width: 75vw;
    height: 170%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}

.p-map__address {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #000000;
  color: #f1f1f1;
}
@media screen and (min-width: 768px) {
  .p-map__address {
    position: absolute;
    padding: 5rem 6.5rem 5rem 5rem;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-map__address-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
  }
}

.p-map__list {
  font-size: 0.6875rem;
  opacity: 0.6;
  padding-top: 1rem;
  margin-bottom: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.p-map__list-right {
  border-top: none;
}

.p-map__list li {
  text-indent: -1em;
  padding-left: 1rem;
}

.p-map__table {
  font-size: 0.6875rem;
  opacity: 0.6;
}

.p-map__table th {
  text-align: left;
  text-transform: uppercase;
}

.p-mv {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.p-mv::before {
  background: rgba(0, 0, 0, .4);
}

.p-mv::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0);
  background-image: radial-gradient(#111 30%, transparent 33%), radial-gradient(#111 30%, transparent 33%);
  background-position: 0 0, 2px 2px;
  background-size: 4px 4px;
}

.p-mv__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  z-index: -10;
}

.p-mv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          /* width: 150px; */
  z-index: 999;
}

.p-mv__logo img {
  -o-object-fit: cover;
     object-fit: cover;
}

.audio {
  position: relative;
  z-index: 3000;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: fixed;
}

.audio.active {
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  -webkit-transition: 5.3s;
  transition: 5.3s;
}

.button__box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  color: #000;
}

.button__text {
  text-align: center;
}

.button__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
}

.button__box button {
  display: block;
  padding: 2.5rem;
  color: #000;
  border-right: 1px solid #000;
}

.button__box button:last-child {
  border-right: none;
}

.p-nonalcoholics {
  padding-top: 5rem;
  padding-bottom: 5rem;
  line-height: 2;
  letter-spacing: 0.15em;
  background-color: #000;
}

@media screen and (min-width: 768px) {
  .p-nonalcoholics__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 12.5rem;
  }
}

.p-philosophy {
  padding-top: 9.375rem;
  padding-right: 3rem;
  position: relative;
  background-color: #000;
}

@media screen and (min-width: 768px) {
  .p-philosophy__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.75rem;
  }
}

.p-philosophy__body {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-philosophy__body {
    max-width: 30rem;
  }
}

.p-philosophy__text {
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.15em;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .p-philosophy__text {
    font-size: 0.6875rem;
  }
}

.p-philosophy__text {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-philosophy__text {
    margin-top: 2.5rem;
  }
}

.p-philosophy__text.right {
  text-align: right;
}

.p-philosophy__bg {
  position: relative;
  width: 80vw;
  height: 27.5rem;
  position: absolute;
  top: 20rem;
  right: 0;
  background: url("../images/set01.jpg") no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-philosophy__bg {
    width: 20rem;
    height: 27.5rem;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.5278 0.429 0.043199999999999995 0 0 0.1278 0.833 0.043199999999999995 0 0 0.1278 0.429 0.44320000000000004 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.68504 0.28608 0.028880000000000003 0 0 0.08504 0.88608 0.028880000000000003 0 0 0.08504 0.28608 0.62888 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: saturate(40%) grayscale(40%);
            filter: saturate(40%) grayscale(40%);
    background: url("../images/set11.jpg") no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  }
}

.p-philosophy__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0;
  left: 0;
}

.p-philosophy__img {
  width: 100%;
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 4.375rem;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .p-philosophy__img {
    width: 100%;
    margin: 0 0 0 0;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.5278 0.429 0.043199999999999995 0 0 0.1278 0.833 0.043199999999999995 0 0 0.1278 0.429 0.44320000000000004 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.68504 0.28608 0.028880000000000003 0 0 0.08504 0.88608 0.028880000000000003 0 0 0.08504 0.28608 0.62888 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: saturate(40%) grayscale(40%);
            filter: saturate(40%) grayscale(40%);
  }
}

.p-philosophy__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
}

.p-table {
  /* margin-top: 40vh; */
  background-color: #000000;
  line-height: 2;
  letter-spacing: 0.15em;
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .p-table {
    /* margin-top: 60vh; */
    padding-bottom: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-table__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-table__body {
    width: 60vw;
  }
}

.p-table__text {
  font-size: 0.8125rem;
}

.p-table__list-title {
  font-family: "Titillium Web", sans-serif;
  font-size: 0.875rem;
  padding-bottom: 1rem;
}

.p-table__list {
  padding-top: 1rem;
  margin-bottom: 5rem;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.p-table__item {
  font-size: 0.75rem;
  opacity: 0.6;
  padding-left: 1rem;
  position: relative;
  color: inherit;
}

.p-table__item::before {
  content: "";
  position: absolute;
  top: 0.4375rem;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #fff;
}

.p-table__item + .p-table__item {
  margin-top: 1.5rem;
}

.p-table__list-text {
  font-size: 0.75rem;
  opacity: 0.6;
}

.p-table__table {
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, .2);
}

.p-table__table th {
  font-size: 0.6875rem;
  text-align: left;
  opacity: 0.6;
}

.p-table__table td {
  display: inline-block;
  font-size: 0.8125rem;
  margin-left: 0.25rem;
  opacity: 0.6;
}

.p-wine {
  background-color: #000;
}

.p-wine__img {
  position: relative;
  height: 20rem;
  background: rgba(0, 0, 0, .4);
  background: url("../images/studio1.jpg") no-repeat;
  background-attachment: fixed;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-wine__img {
    width: 75vw;
    height: 35rem;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.5278 0.429 0.043199999999999995 0 0 0.1278 0.833 0.043199999999999995 0 0 0.1278 0.429 0.44320000000000004 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.68504 0.28608 0.028880000000000003 0 0 0.08504 0.88608 0.028880000000000003 0 0 0.08504 0.28608 0.62888 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: saturate(40%) grayscale(40%);
            filter: saturate(40%) grayscale(40%);
  }
}

.p-wine__img02 {
  position: relative;
  height: 20rem;
  background: rgba(0, 0, 0, .4);
  background: url("../images/set07.jpg") no-repeat;
  background-attachment: fixed;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-wine__img02 {
    width: 75vw;
    height: 35rem;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.5278 0.429 0.043199999999999995 0 0 0.1278 0.833 0.043199999999999995 0 0 0.1278 0.429 0.44320000000000004 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.68504 0.28608 0.028880000000000003 0 0 0.08504 0.88608 0.028880000000000003 0 0 0.08504 0.28608 0.62888 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: saturate(40%) grayscale(40%);
            filter: saturate(40%) grayscale(40%);
  }
}

.p-wine__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
}

.p-wine__img img {
  width: 100%;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-wine__img img {
    height: 35rem;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */


#Audio-Control {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  /* overflow: hidden; */
  background-image: url(../images/mv2.jpg);
  background-position: center;
}
#Audio-Control img {
  /* height: 100%; */
}

.c-sound-icon {
  cursor: pointer;
  display: flex;
}

.c-sound-bar {
  display: block;
  width: 3px;
  height: 13px;
  margin-right: 1px;
  background: rgba(255, 255, 255, .6);
  transition: .5s;
  transform: scale(1, 0.1);
  transform-origin: bottom;
}

.c-sound-icon.is-play .c-sound-bar {
  animation: sound-toggle 2.4s infinite;
}

.c-sound-icon.is-play .c-sound-bar:nth-of-type(2) {
  animation-delay: 1.2s;
}

.c-sound-icon.is-play .c-sound-bar:nth-of-type(3) {
  animation-delay: 0.3s;
}

.c-sound-icon.is-play .c-sound-bar:nth-of-type(4) {
  animation-delay: 1.7s;
}

.c-sound-icon.is-play .c-sound-bar:nth-of-type(5) {
  animation-delay: 0.4s;
}

@keyframes sound-toggle {
  0% {
    transform: scale(1, 0.1);
  }

  25% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1, 0.3);
  }

  75% {
    transform: scale(1, 0.6);
  }

  100% {
    transform: scale(1, 0.1);
  }
}

.r-btn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .r-btn {
    display: block;
  }
}


.c-btn {
  width: 100%;
  padding: 1.5rem 0;
  border: 1px solid rgba(255, 255, 255, .6);
  text-align: center;
  margin-top: 0.5rem;
  /* margin-bottom: 1rem; */
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .c-btn {
    padding: 1rem 0;
    width: 14vw;
    margin-top: 0.75rem;
  }
}

.c-btn__text {
  font-family: "Titillium Web", sans-serif;
  font-size: 1rem;
  /* text-transform: uppercase; */
  letter-spacing: 0.1em;
}
.c-btn__text .fz70 {
  font-size: 70%;
}
.c-btn__text .st {
  text-decoration: line-through;
}
