:root {
  --ease-in-out-cubic: cubic-bezier(0.65, 0, .35, 1);
}
html {
  scroll-behavior: auto;
}
html, body {
  background: #fff;
}
body[data-type="RN2024"] {
  background: #fff;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 1199px) {
  footer {
    margin-top: 60px;
  }
}
body[data-type="RN2024"] .contents {
  overflow: visible;
}
body[data-type="RN2024"] .contents.en {
  font-family: "Roboto", sans-serif;
}
body.is-footer-visible header {
  transform: translate(0, 0);
}
.breadcrumbs {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.u-show--sp{
  display: none;
}

.fv {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.kv {
  display: flex;
  height: 100vh;
  justify-content: center;
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
}
.kv__img {
  width: 1440px;
  max-width: none;
  object-fit: contain;
  position: absolute;
  transform: translateY(-50%) scale(1.17);
  transition: transform 2.4s var(--ease-in-out-cubic);
  top: calc(50vh + var(--px-180));
}
body:not(.has-seen-page-body) .kv__img {
  top: calc(50vh + 100px);
}
.kv__img.is-loaded {
  transform: translateY(-50%) scale(1);
}
.kv__title {
  left: 50%;
  position: absolute;
  top: calc(90px + var(--px-80));
  transform: translate(-50%, 0);
  transition: transform 1.2s var(--ease-in-out-cubic),
              opacity 1.2s var(--ease-in-out-cubic);
  width: calc(1260 / 1440 * 100%);
  z-index: 1;
}
.kv__title.is-hidden {
  opacity: 0;
  transform: translate(-50%, 20px);
}
.kv__text {
  left: calc(50% + min(365px, 40%));
  position: absolute;
  top: calc(47% + var(--px-115));
  transition: transform 1.2s var(--ease-in-out-cubic),
              opacity 1.2s var(--ease-in-out-cubic);
  writing-mode: vertical-rl;
}
body:not(.has-seen-page-body) .kv__text {
  top: calc(47% + 35px);
}
.en .kv__text {
  left: calc(50% + min(152px, 40%));
  top: calc(72% + var(--px-115));
}
body:not(.has-seen-page-body) .en .kv__text {
  top: calc(72% + 35px);
}
@media screen and (max-width: 767px) {
  .kv__img {
    max-width: 200%;
    width: 773px;
    transform: translateY(0) scale(1.17);
    top: calc(var(--px-165) + (30 / 812 * 100vh));
  }
  body:not(.has-seen-page-body) .kv__img {
    top: calc(200 / 812 * 100vh);
  }
  .kv__img.is-loaded {
    transform: translateY(0) scale(1);
  }
  .kv__title {
    max-width: 100%;
    top: var(--px-165);
    width: 245px;
  }
  .kv__text {
    left: min(calc(50% + 143px), calc(100% - 40px));
    top: calc(var(--px-165) + (165 / 812 * 100vh));
    width: 17px;
  }
  body:not(.has-seen-page-body) .kv__text {
    top: calc(200 / 812 * 100vh + 65px);
  }
  .en .kv__text {
    left: min(calc(50% + 45px), calc(100% - 158px));
    top: calc(var(--px-165) + (438 / 812 * 100vh));
    width: 118px;
  }
  body:not(.has-seen-page-body) .en .kv__text {
    top: calc(200 / 812 * 100vh + 380px);
  }
}

.kv__text.is-hidden {
  opacity: 0;
  transform: translateY(10px);
}

.lead {
  display: flex;
  justify-content: center;
  padding: 100px 0 360px;
  position: relative;
}
.lead__text {
  font-family: "Noto Serif JP", serif;
  font-feature-settings: 'pwid' on, 'palt' on;
  font-size: 20px;
  letter-spacing: .12em;
  line-height: 2.2;
  text-align: center;
}
.en .lead__text {
  font-family: "PT Serif", serif;
  letter-spacing: .01em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .lead {
    padding: 0 0 200px;
  }
  .lead__text {
    font-size: 16px;
    font-weight: 500;
  }
  .en .lead__text {
    font-size: 17px;
    line-height: 1.8;
  }
}

.video {
  background: #fff;
  height: 100vh;
  overflow-y: hidden;
  position: relative;
}
.video__inner {
  height: 100vh;
  position: sticky;
  top: 0;
  width: 100%;
}
.video__bg {
  height: 100%;
  height: 100vh;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.video__contents {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
}
.video__label {
  z-index: 1;
}
.video__text {
  bottom: 69px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: 'pwid' on, 'palt' on;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .12em;
  line-height: 2;
  opacity: 0;
  position: absolute;
  right: 85px;
  z-index: 1;
}
.en .video__text {
  bottom: 109px;
  font-family: "PT Serif", serif;
  letter-spacing: .01em;
  line-height: 1.4;
  width: 390px;
  right: 90px;
}
@media screen and (max-width: 767px) {
  .video__contents {
    height: 100dvh;
  }
  .video__label {
    bottom: calc(277 / 812 * 100dvh);
    position: absolute;
    width: 242px;
  }
  .video__text {
    bottom: calc(92 / 812 * 100dvh);
    font-size: 16px;
    right: 50%;
    text-align: center;
    transform: translateX(50%);
    width: calc(100% - 48px);
  }
  .en .video__text {
    bottom: calc(138 / 812 * 100dvh);
    font-size: 16px;
    right: 50%;
    line-height: 1.5;
    text-align: center;
    transform: translateX(50%);
    width: calc(100% - 48px);
  }
}
.video__scroll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200vh;
  z-index: -1;
}
@media (hover: none) and (pointer: coarse) {
  .video__scroll {
    height: 300vh;
  }
}

.menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 1440px;
  position: sticky;
  top: 0;
  transition: opacity .4s ease-out;
  width: 100%;
  z-index: 2;
}
.is-footer-visible .menu {
  opacity: 0;
  pointer-events: none;
}
.menu__inner{
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin: 0 60px 0 auto;
  position: absolute;
  right: 0;
  top: 48px;
  transition: background .2s ease-out;
}
.menu.is-open .menu__inner{
  background: #fff;
}
.menu.is-gray .menu__inner{
  background: #D7D5D6;
}
@media screen and (max-width: 1199px) {
  .menu__inner {
    margin: 0 24px 0 auto;
  }
}
.menu__button {
  display: flex;
  cursor: pointer;
  gap: 16px;
  justify-content: flex-end;
  padding: 14px 16px;
  position: relative;
}
.menu__icon {
  position: absolute;
  right: 44px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity .2s ease-out;
}
.menu.is-open .menu__icon:first-child {
  opacity: 0;
}
.menu__icon:last-child {
  opacity: 0;
}
.menu.is-open .menu__icon:last-child {
  opacity: 1;
}
.menu__text {
  max-width: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: opacity .2s ease-out;
  width: 32px;
}
.menu.is-open .menu__text:first-child {
  opacity: 0;
}
.menu__text:last-child {
  opacity: 0;
}
.menu.is-open .menu__text:last-child {
  opacity: 1;
}
.menu__nav {
  display: grid;
  opacity: 0;
  transition: grid-template-columns .4s ease-out,
              grid-template-rows .2s ease-out,
              opacity .4s ease-out;
  grid-template-columns: 0fr;
  grid-template-rows: 0fr;
}
.menu.is-open .menu__nav {
  opacity: 1;
  transition: grid-template-columns .2s ease-out,
              grid-template-rows .2s ease-out,
              opacity .4s ease-out;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.menu__links {
  display: grid;
  gap: 20px;
  right: 60px;
  top: 57px;
  visibility: hidden;
  overflow: hidden;
}
.menu.is-open .menu__links {
  opacity: 1;
  padding: 20px 16px 30px;
  visibility: visible;
}
.menu__link {
  display: grid;
  font-family: "Roboto", sans-serif;
  font-feature-settings: 'pwid' on, 'palt' on;
  font-size: 16px;
  gap: 5px;
  letter-spacing: 0;
  line-height: 1.2;
  white-space: nowrap;
}
.menu__link > span {
  align-items: center;
  display: flex;
  gap: 2px;
}
.menu__link > span:first-child {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
}
.menu__link > span:nth-child(2) {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .06em;
}
.en .menu__link > span:nth-child(2) {
  display: none;
}

.scroll-snap {
  height: 100vh;
  overflow-y: hidden;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.scroll-snap::-webkit-scrollbar{
  display: none;
}
@media (hover: none) and (pointer: coarse) {
  .scroll-snap {
    height: max-content;
    overflow-y: unset;
    position: relative;
    scroll-snap-type: none;
  }
}

.about {
  align-items: center;
  background: #fff;
  display: grid;
  justify-content: center;
  margin: 0 auto;
  max-width: 1440px;
  min-height: 100vh;
  overflow: hidden;
  scroll-snap-align: start;
  position: relative;
  width: 100%;
}
.about__title {
  left: 90px;
  position: absolute;
  top: 56px;
  z-index: 1;
}
.about__bg {
  max-width: none;
  width: 1440px;
  will-change: transform;
}
.about__contents {
  bottom: calc(98 / 900 * 100vh);
  display: grid;
  gap: 20px;
  position: absolute;
  right: calc(90 / 1440 * 100%);
  width: 340px;
  z-index: 1;
}
.about__sub-title {
  font-family: "Noto Serif JP", serif;
  font-feature-settings: 'pwid' on, 'palt' on;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .12em;
  line-height: 1.6;
}
.en .about__sub-title {
  font-size: 20px;
  font-family: "PT Serif", serif;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 1.4;
}
.about__text {
  font-size: 14px;
  font-feature-settings: 'pwid' on, 'palt' on;
  letter-spacing: .09em;
  line-height: 2;
  text-align: justify;
}
.en .about__text {
  font-family: "Roboto", sans-serif;
  letter-spacing: .01em;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .about {
    grid-template-rows: auto 1fr;
    min-height: auto;
    padding-bottom: 40px;
  }
  .about__title {
    left: 24px;
    top: 60px;
    width: 153px;
  }
  .about__bg {
    margin-top: 51px;
    width: 757px;
  }
  .about__contents {
    align-self: start;
    bottom: auto;
    margin: -30px auto 0;
    position: relative;
    right: auto;
    width: calc(100vw - 48px);
  }
  .about__sub-title {
    font-size: 20px;
    line-height: 1.8;
  }
  .about__text {
    letter-spacing: .12em;
    line-height: 1.8;
  }
  .en .about__text {
    font-size: 15px;
    letter-spacing: 0;
  }
}

.marriage {
  align-items: center;
  background: #fff;
  display: grid;
  justify-content: center;
  margin: 0 auto;
  max-width: 1440px;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  width: 100%;
}
.marriage__title {
  left: 90px;
  position: absolute;
  top: 56px;
  z-index: 1;
}
.marriage__bg {
  max-width: none;
  width: 1440px;
}
.marriage__contents {
  display: grid;
  gap: 20px;
  left: calc(182 / 1440 * 100%);
  position: absolute;
  top: 163px;
  width: 453px;
  z-index: 1;
}
.marriage__sub-title {
  font-family: "Noto Serif JP", serif;
  font-feature-settings: 'pwid' on, 'palt' on;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .12em;
  line-height: 1.6;
}
.en .marriage__sub-title {
  font-size: 20px;
  font-family: "PT Serif", serif;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 1.4;
}
.marriage__text {
  font-size: 14px;
  font-feature-settings: 'pwid' on, 'palt' on;
  letter-spacing: .09em;
  line-height: 2;
  text-align: justify;
}
.en .marriage__text {
  width: 432px;
  font-family: "Roboto", sans-serif;
  letter-spacing: .01em;
  line-height: 1.5;
  text-align: left;
}
.marriage__img {
  margin-top: 10px;
}
.marriage__wrapper {
  width: 432px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 1199px) {
  .marriage {
    grid-template-rows: auto 1fr;
    min-height: auto;
    padding-bottom: 40px;
  }
  .marriage__title {
    left: 24px;
    top: 68px;
    width: 200px;
  }
  .marriage__bg {
    margin-left: -40px;
    width: 805px;
  }
  .marriage__contents {
    align-self: start;
    left: auto;
    margin: -90px auto 0;
    position: relative;
    top: auto;
    width: calc(100vw - 48px);
  }
  .marriage__sub-title {
    font-size: 20px;
    line-height: 1.8;
  }
  .marriage__text {
    letter-spacing: .12em;
    line-height: 1.8;
  }
  .en .marriage__text {
    width: unset;
    font-size: 15px;
    letter-spacing: 0;
  }
  .marriage__wrapper{
    width: 100%;
  }
}

.small-block {
  align-items: center;
  background: #fff;
  display: grid;
  justify-content: center;
  margin: 0 auto;
  max-width: 1440px;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  width: 100%;
}
.small-block__title {
  left: 90px;
  position: absolute;
  top: 56px;
  z-index: 1;
}
.small-block__bg {
  max-width: none;
  width: 1440px;
}
.small-block__contents {
  bottom: calc(98 / 900 * 100vh);
  display: grid;
  gap: 20px;
  position: absolute;
  right: calc(90 / 1440 * 100%);
  width: 340px;
  z-index: 1;
}
.small-block__sub-title {
  font-family: "Noto Serif JP", serif;
  font-feature-settings: 'pwid' on, 'palt' on;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .12em;
  line-height: 1.6;
}
.en .small-block__sub-title {
  font-size: 20px;
  font-family: "PT Serif", serif;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 1.4;
}
.small-block__text {
  font-size: 14px;
  font-feature-settings: 'pwid' on, 'palt' on;
  letter-spacing: .08em;
  line-height: 2;
  text-align: justify;
}
.en .small-block__text {
  font-family: "Roboto", sans-serif;
  letter-spacing: .01em;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .small-block {
    grid-template-rows: auto 1fr;
    min-height: auto;
    padding-bottom: 70px;
  }
  .small-block__title {
    left: 24px;
    top: 68px;
    width: 232px;
  }
  .small-block__bg {
    margin-top: -80px;
    width: 1139px;
  }
  .small-block__contents {
    align-self: start;
    bottom: auto;
    margin: -30px auto 0;
    position: relative;
    right: auto;
    width: calc(100vw - 48px);
  }
  .small-block__sub-title {
    font-size: 20px;
    line-height: 1.8;
  }
  .small-block__text {
    letter-spacing: .12em;
    line-height: 1.8;
  }
  .en .small-block__text {
    font-size: 15px;
    letter-spacing: 0;
  }
}

.tasting {
  align-items: start;
  background: #fff;
  box-sizing: border-box;
  justify-content: start;
  margin: 0 auto;
  min-height: 100vh;
  overflow: hidden;
  padding: 200px 0 0 0;
  position: relative;
  scroll-snap-align: start;
  width: 100%;
}
.tasting__title {
  left: 90px;
  position: absolute;
  top: -145px;
  z-index: 1;
}
.tasting__bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 817px;
}
.tasting__info{
  margin-top: 26px;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.9;
  letter-spacing: .12em;
  text-align: justify;
}
.tasting__contents{
  margin-left: calc(182 / 1440 * 100%);
  width: 523px;
  position: relative;
  z-index: 2;
}
.tasting__sub-title {
  font-family: "Noto Serif JP", serif;
  font-feature-settings: 'pwid' on, 'palt' on;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .12em;
  line-height: 1.6;
}
.en .tasting__sub-title {
  font-size: 20px;
  font-family: "PT Serif", serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .01em;
  margin-left: 0;
}
.tasting__text {
  font-size: 14px;
  font-feature-settings: 'pwid' on, 'palt' on;
  letter-spacing: .09em;
  line-height: 2;
  margin-top: 60px;
  text-align: justify;
}
.en .tasting__text {
  letter-spacing: .01em;
  line-height: 1.5;
  margin-top: 18px;
  text-align: left;
}
.tasting__list-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.6;
  margin-top: 30px;
}
.en .tasting__list-title {
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1.8;
  margin-top: 47px;
}
.tasting__list {
  border-top: 1px solid #8B8B8B;
  margin-top: 10px;
}
.tasting__item {
  border-bottom: 1px solid #8B8B8B;
  display: grid;
  gap: 32px;
  grid-template-columns: 64px 1fr;
  padding: 10px 0;
}
.en .tasting__item {
  align-items: baseline;
}
.tasting__item_title {
  align-items: baseline;
  display: flex;
  font-feature-settings: 'pwid' on, 'palt' on;
  font-size: 14px;
  gap: 2px;
  letter-spacing: .12em;
  line-height: 1.4;
}
.en .tasting__item_title {
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1.8;
}
.tasting__item_title::before {
  background: #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 11px;
  margin: 2px;
  width: 11px;
}
.tasting__item_data {
  font-feature-settings: 'pwid' on, 'palt' on;
  font-size: 12px;
  letter-spacing: .12em;
  line-height: 1.6;
}
.en .tasting__item_data {
  letter-spacing: .01em;
}
.tasting__wrapper{
  width: 1440px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .tasting {
    grid-template-rows: auto 1fr;
    justify-content: center;
    min-height: auto;
    padding: 400px 0 80px;
  }
  .tasting__title {
    left: 0;
    top: -330px;
    width: 147px;
  }
  .tasting__bg {
    top: 43px;
    width: 343px;
  }
  .tasting__contents {
    align-self: start;
    bottom: auto;
    margin: 0 auto;
    width: 100%;
  }
  .tasting__sub-title {
    font-size: 20px;
    line-height: 1.8;
    margin-left: 0;
  }
  .tasting__text {
    letter-spacing: .12em;
    line-height: 1.8;
    margin-top: 30px;
  }
  .en .tasting__text {
    font-size: 15px;
    letter-spacing: 0;
  }
  .tasting__item {
    gap: 22px;
  }
  .en .tasting__item {
    padding: 8px 0;
  }
  .tasting__item_data {
    font-size: 11px;
  }
  .en .tasting__item_data {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.4;
  }
  .tasting__wrapper{
    max-width: calc(100% - 48px);
  }
}

.movie {
  background: #fff;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1440px;
  padding-bottom: 260px;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  width: 100%;
}
.movie__title {
  left: 90px;
  position: absolute;
  top: 56px;
  z-index: 1;
}
.movie__list {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, 1fr);
  margin: 190px auto 0;
  max-width: 1076px;
  width: calc(100vw - 48px);
}
.movie__item {
  cursor: pointer;
}
.movie__figure {
  display: grid;
  gap: 10px;
}
.movie__caption {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  .movie {
    grid-template-rows: auto 1fr;
    justify-content: center;
    min-height: auto;
    padding-bottom: 188px;
  }
  .movie__title {
    left: 24px;
    top: 68px;
    width: 61px;
  }
  .movie__list {
    grid-template-columns: 1fr;
    margin: 140px auto 0;
    width: calc(100% - 48px);
  }
  .movie__figure {
    gap: 6px;
  }
  .movie__caption {
    font-size: 12px;
  }
}

.info__link {
  align-items: center;
  color: #848484;
  font-feature-settings: 'pwid' on, 'palt' on;
  font-size: 11px;
  display: inline-flex;
  gap: 3px;
  letter-spacing: .12em;
  line-height: 1.9;
}

.modal {
  align-items: center;
  background: rgba(0, 0, 0, .8);
  bottom: 0;
  display: flex;
  left: 0;
  justify-content: center;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 9999;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal-content {
  max-height: 80%;
  max-width: 1200px;
  position: relative;
  width: 80%;
}
.modal video {
  width: 100%;
  height: auto;
}
.close-btn {
  color: #fff;
  cursor: pointer;
  position: fixed;
  top: 2vw;
  right: 2vw;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .modal-content {
    width: 100%;
  }
}

.from-the-bartender {
  box-sizing: border-box;
  margin: 0 auto;
  padding-bottom: 88px;
  max-width: unset;
  position: relative;
  scroll-snap-align: start;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #D7D5D6;
}
.from-the-bartender__title {
  padding-left: 90px;
  width: 100%;
  margin:80px auto 0;
  z-index: 1;
  max-width: 1440px;
}
.from-the-bartender__content {
  max-width: 1075px;
  width: 1075px;
  margin: 80px auto 0;
}
.from-the-bartender__item {
  width: 1075px;
  height: 457px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.movie__thumbnail-wrapper{
  overflow: hidden;  
}
.movie__item:hover .movie__figure img,
.from-the-bartender__item:hover .from-the-bartender__img{
  transform: scale(1.1);
  filter: brightness(0.9);
}
.from-the-bartender__img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform .8s ease, filter .8s ease;
}
.movie__figure img{
  transition: transform .8s ease, filter .8s ease;
}
.from-the-bartender__img img{
  height: 100%;
  object-fit: cover;
}
.from-the-bartender__text{
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  position: absolute;
  bottom: 52px;
  right: 52px;
}
.en .from-the-bartender__text{
  font-family: "PT Serif", serif;
  font-weight: 400;
}
.from-the-bartender__text-from{
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .11em;
}
.from-the-bartender__text-title{
  margin-top: 12px;
  font-size: 18px;
  line-height: 2;
  letter-spacing: .12em;
}
.en .from-the-bartender__text-from{
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .02em;
}
.en .from-the-bartender__text-title{
  margin-top: 8px;
  line-height: 1.7;
  letter-spacing: .02em;
}
.from-the-bartender__wrapper{
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .from-the-bartender {
    margin-top: 70px;
  }
  .from-the-bartender__title {
    padding-left: 24px;
    margin-top: 60px;
  }
  .from-the-bartender__content {
    width: calc(100% - 48px);
    margin: 128px auto 0;
  }
  .from-the-bartender__img img {
    width: 100%;
  }
  .from-the-bartender__item {
    width: 100%;
    height: 435px;
  }
  .from-the-bartender__text{
    width: 275px;
    left: 50%;
    bottom: 42px;
    transform: translateX(-50%);
  }
  .from-the-bartender__text-from{
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: .12em;
  }
  .en .from-the-bartender__text-from{
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: .02em;
  }
  .from-the-bartender__text-title{
    margin-top: 6px;
    font-size: 16px;
    line-height: 1.8;
  }
  .en .from-the-bartender__text-title{
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .02em;
  }
  .u-show--pc{
    display: none;
  }
  .u-show--sp{
    display: block
  }
}