@charset "UTF-8";
:root {
  --color-main: #CEAD5E;
  --color-heading-secondary: #6C6966;
  --color-sub: #DCDDDD;
  --color-third: #908878;
  --color-description: #231815;
  --color-description-2: #DCDDDD;
  --color-sidebar: #CEAF60;
  --color-header-bg: rgba(24, 8, 0, 0.7);
  --color-news-bg: #231815;
}

/*!
foundation > reset
------------------------------
*/
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font: inherit;
  line-height: inherit;
  border-radius: 0;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

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

body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

iframe {
  vertical-align: bottom;
}

body {
  font-size: 16px;
  line-height: 1.5;
  color: #3E3A39;
  background-color: #0B0000;
  color: #fff;
  font-family: "fot-tsukumin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ky-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ky-skip-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  padding: 12px 20px;
  background-color: #231815;
  color: #fff;
  text-decoration: none;
  transform: translateY(-120%);
  transition: transform 0.2s ease;
}
.ky-skip-link:focus {
  transform: translateY(0);
}
.ky-skip-link:focus-visible {
  outline: 2px solid #CBBFA8;
  outline-offset: 2px;
}

.ky-fade-up {
  opacity: 0;
  animation-name: ky-fade-up;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes ky-fade-up {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.ky-footer {
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .ky-footer {
    padding-bottom: 48px;
  }
}
.ky-footer__inner.ky-container {
  position: relative;
  overflow: hidden;
  padding-top: 27px;
  padding-left: 84px;
  max-width: 100%;
  padding-bottom: 40px;
  background-image: url(../img/top/back_black.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .ky-footer__inner.ky-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.ky-footer__inner.ky-container::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 420px;
  max-width: 45%;
  aspect-ratio: 1;
  background-image: url(../img/top/back_footer-gold.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .ky-footer__inner.ky-container::after {
    width: 280px;
    max-width: 55%;
  }
}
.ky-footer__flex {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 51px;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .ky-footer__flex {
    flex-direction: column;
    flex-wrap: wrap;
    place-content: center;
    place-items: center;
    gap: 24px 40px;
  }
}
.ky-footer__brand {
  display: contents;
}
@media screen and (max-width: 1024px) {
  .ky-footer__brand {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
    width: 95%;
  }
}
.ky-footer__logo {
  flex-shrink: 0;
}
.ky-footer__logo-link {
  display: block;
}
.ky-footer__logo-img {
  display: block;
  width: 80px;
  height: auto;
}
.ky-footer__heading {
  margin: 0;
  flex-shrink: 0;
  font-family: "Noto Serif JP", "Noto serif JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #CBBFA8;
  white-space: nowrap;
  padding-right: 4rem;
}
@media screen and (max-width: 1024px) {
  .ky-footer__heading {
    padding-right: 0;
    white-space: normal;
  }
}
.ky-footer__divider {
  display: block;
  flex-shrink: 0;
  width: 1px;
  height: 150px;
  background-color: #CBBFA8;
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  .ky-footer__divider {
    display: none;
  }
}
.ky-footer__nav {
  display: flex;
  flex: 1;
  min-width: 0;
  align-items: end;
  column-gap: 4rem;
  padding-left: 4rem;
}
@media screen and (max-width: 1024px) {
  .ky-footer__nav {
    flex: none;
    width: 100%;
    padding-left: 0;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
.ky-footer__menu-list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  column-gap: 39px;
  row-gap: 60px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .ky-footer__menu-list {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    column-gap: 0;
    row-gap: 0;
    place-content: center;
    place-items: center;
    border-block: 1px solid #CBBFA8;
  }
}
.ky-footer__menu-item {
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .ky-footer__menu-item {
    border-block: 1px solid #CBBFA8;
    padding-block: 1rem;
    width: 100%;
    text-align: center;
  }
  .ky-footer__menu-item:nth-of-type(odd) {
    border-right: 1px solid #CBBFA8;
  }
}
.ky-footer__menu-item-link {
  color: #CBBFA8;
  text-decoration: none;
  white-space: nowrap;
  font-weight: bold;
}
@media (hover: hover) {
  .ky-footer__menu-item-link:hover {
    opacity: 0.7;
  }
}
.ky-footer__sns-list {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  margin-left: 31px;
  padding: 0;
  list-style: none;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .ky-footer__sns-list {
    margin-left: 0;
  }
}
.ky-footer__sns-item-img {
  display: block;
}
.ky-footer__sns-item-img--instagram {
  width: 24px;
  height: auto;
}
.ky-footer__sns-item-img--mail {
  width: 26px;
  height: auto;
}
.ky-footer__copyright-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 97%;
  gap: 0 2rem;
  min-height: 80px;
  padding-inline: 1.5rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .ky-footer__copyright-row {
    flex-direction: column;
    gap: 0.5rem;
    padding-block: 1rem;
    padding-inline: 0.5rem;
    min-height: auto;
  }
}
.ky-footer__copyright {
  display: grid;
  place-items: center;
  height: auto;
  font-size: 14px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .ky-footer__copyright {
    width: 100%;
    text-align: center;
    place-items: center;
    justify-self: center;
  }
}
.ky-footer__copyright--notice {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
.ky-footer__copyright small {
  font-size: inherit;
}

.ky-container {
  max-width: 1084px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 499px) {
  .ky-container {
    padding: 0 20px;
  }
}

.ky-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  opacity: 0;
  padding: 20px 27px;
  background-color: var(--color-header-bg);
  pointer-events: none;
}
.ky-header.ky-hero-fade, .ky-header--visible {
  pointer-events: auto;
}
.ky-header--visible {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .ky-header {
    padding: 16px 20px;
    z-index: 10000;
    background-color: var(--color-header-bg);
  }
}
.ky-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ky-header__logo-link {
  display: block;
  line-height: 0;
}
.ky-header__logo-img {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .ky-header__logo-img {
    width: 160px;
  }
}
@media screen and (max-width: 499px) {
  .ky-header__logo-img {
    width: 140px;
  }
}
.ky-header__nav {
  display: flex;
  align-items: center;
  column-gap: 24px;
}
@media screen and (max-width: 499px) {
  .ky-header__nav {
    column-gap: 16px;
  }
}
.ky-header__list {
  display: flex;
  align-items: center;
  column-gap: 47px;
}
@media screen and (max-width: 1024px) {
  .ky-header__list {
    display: none;
  }
}
.ky-header__item--icons {
  display: flex;
  align-items: center;
  column-gap: 14px;
}
.ky-header__icon-link {
  display: block;
  line-height: 0;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .ky-header__icon-link:hover {
    opacity: 0.7;
  }
}
.ky-header__icon {
  display: block;
  width: 25px;
  height: auto;
}
.ky-header__icon--mail {
  width: 33px;
}

.ky-site {
  overflow-x: clip;
  overflow-y: visible;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
  top: 0;
  left: 0;
}

.ky-section {
  position: relative;
}
.ky-section__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/top/Rectangle.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -2%;
}
@media screen and (max-width: 1024px) {
  .ky-section__bg {
    background-image: url(../img/top/back-sp.webp);
    background-position: center 3%;
    transform: scaleX(-1);
  }
}

.ky-about-page .ky-section {
  position: relative;
}
.ky-about-page .ky-section__bg {
  display: none;
}
.ky-about-page .ky-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 249px);
  top: 249px;
  left: 0;
  background-image: url(D:ヒロックラボブルワリーkamakura-yukinoshitaimgtop஬k_block-stone.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ky-btn {
  display: inline-block;
  font-size: 13px;
  border: 1px solid #fff;
  color: #fff;
  padding-left: 39px;
  padding-right: 35px;
  height: 29px;
  position: relative;
}
.ky-btn__text {
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
}
.ky-btn::before {
  position: absolute;
  content: "";
  width: 52px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: -26px;
  transition: all 0.3s;
}
@media (hover: hover) {
  .ky-btn:hover::before {
    transform: translateX(8px) translateY(-50%);
  }
}
.ky-btn::after {
  position: absolute;
  content: "";
  width: 9.5px;
  height: 9.5px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/common/arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.ky-btn--more {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  border: none;
  border-bottom: 2px solid var(--color-main);
  box-sizing: border-box;
  width: 141px;
  min-width: 141px;
  height: auto;
  padding: 10px 10px 14px;
  margin-right: 2rem;
  overflow: visible;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.ky-btn--more::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 80%;
  background-color: var(--color-main);
  transition: none;
  transform: none;
  left: auto;
  top: auto;
}
.ky-btn--more::after {
  content: "";
  display: block;
  position: absolute;
  right: -25%;
  bottom: 52%;
  width: 72px;
  height: 2px;
  background-color: var(--color-main);
  background-image: none;
  transform: none;
  top: auto;
  left: auto;
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .ky-btn--more:hover::before {
    transform: none;
  }
  .ky-btn--more:hover::after {
    transform: translateX(8px);
  }
}
.ky-btn--more .ky-btn__text {
  display: inline-block;
  position: relative;
  z-index: 1;
  height: auto;
  padding: 0;
  padding-right: 3rem;
  overflow: visible;
}
.ky-btn--more .ky-btn__text::before, .ky-btn--more .ky-btn__text::after {
  content: none;
  display: none;
}
.ky-btn--black {
  font-weight: 450;
  color: #000;
  border: 1px solid #000;
}
.ky-btn--black::before {
  background-color: #000;
}
.ky-btn--black::after {
  background-image: url(../img/common/arrow-black.svg);
}

.ky-hamburger {
  display: none;
  place-items: center;
  width: 33px;
  height: 24px;
  position: relative;
  z-index: 1001;
}
@media screen and (max-width: 1024px) {
  .ky-hamburger {
    display: grid;
  }
}
.ky-hamburger__line {
  position: relative;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  transition: transform 0.4s;
  border-radius: 4px;
  background-color: #fff;
}
.ky-hamburger__line::before, .ky-hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  transition: inherit;
  border-radius: 4px;
  background-color: inherit;
}
.ky-hamburger__line::before {
  top: -8px;
}
.ky-hamburger__line::after {
  bottom: -8px;
}
.ky-hamburger.ky-is-open .ky-hamburger__line {
  background-color: transparent;
}
.ky-hamburger.ky-is-open .ky-hamburger__line::before, .ky-hamburger.ky-is-open .ky-hamburger__line::after {
  top: 0;
  background-color: #fff;
}
.ky-hamburger.ky-is-open .ky-hamburger__line::before {
  transform: rotate(45deg);
}
.ky-hamburger.ky-is-open .ky-hamburger__line::after {
  transform: rotate(-45deg);
}

.ky-pagination {
  display: flex;
  justify-content: center;
  margin: 100px 0 0;
}
.ky-pagination__list {
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
.ky-pagination__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-decoration: none;
  color: #3E3A39;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.ky-pagination__item--prev, .ky-pagination__item--next {
  width: auto;
  height: auto;
  padding: 8px 5px;
  border-radius: 4px;
  font-size: 14px;
}
@media screen and (max-width: 499px) {
  .ky-pagination__item--prev, .ky-pagination__item--next {
    font-size: 13px;
  }
}
.ky-pagination__link--current {
  background-color: var(--color-main);
  color: #fff;
  border-color: #fff;
  border: none;
  pointer-events: none;
}

@media screen and (max-width: 499px) {
  .ky-pagination {
    margin: 60px 0 0;
  }
}
.ky-post-frame__inner {
  --bleed-left: calc((100vw - 100%) / 2);
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 0;
}
@media screen and (max-width: 1024px) {
  .ky-post-frame__inner {
    padding: 64px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .ky-post-frame__inner {
    padding: 48px 0 0;
  }
}
.ky-post-frame__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 64px;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .ky-post-frame__layout {
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: start;
  }
}
.ky-post-frame__main {
  min-width: 0;
  margin-left: calc(-1 * var(--bleed-left));
  width: calc(100% + var(--bleed-left));
  padding: 40px;
  padding-left: calc(40px + var(--bleed-left));
  box-sizing: border-box;
  border-top-right-radius: 200px;
  overflow: hidden;
  background-image: url(../img/top/back_white2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .ky-post-frame__main {
    border-top-right-radius: 120px;
  }
}
@media screen and (max-width: 767px) {
  .ky-post-frame__main {
    padding: 24px;
    padding-left: calc(24px + var(--bleed-left));
    border-top-right-radius: 80px;
  }
}
@media screen and (max-width: 499px) {
  .ky-post-frame__main {
    padding: 20px;
    padding-left: calc(20px + var(--bleed-left));
    border-top-right-radius: 48px;
  }
}
.ky-post-frame__sidebar {
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  .ky-post-frame__sidebar {
    gap: 32px;
  }
}
@media screen and (max-width: 499px) {
  .ky-post-frame__sidebar {
    gap: 24px;
  }
}
.ky-post-frame__sidebar-block {
  min-width: 0;
}
.ky-post-frame__sidebar-title {
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #CBBFA8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #CBBFA8;
}
.ky-post-frame__sidebar-category-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  margin: 0;
  padding: 20px;
  list-style: none;
  box-sizing: border-box;
  border-top-right-radius: 24px;
  background-color: #CBBFA8;
  font-weight: bold;
}
.ky-post-frame__sidebar-category-item {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}
.ky-post-frame__sidebar-category-link {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.3s;
}
.ky-post-frame__sidebar-category-link.is-active {
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (hover: hover) {
  .ky-post-frame__sidebar-category-link:hover {
    opacity: 0.7;
  }
}
.ky-post-frame__sidebar-category-item:last-child .ky-post-frame__sidebar-category-link {
  border-bottom: none;
}
.ky-post-frame__sidebar-news-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ky-post-frame__sidebar-news-item {
  border: 1px solid #fff;
}
.ky-post-frame__sidebar-news-link {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .ky-post-frame__sidebar-news-link:hover {
    opacity: 0.8;
  }
}
.ky-post-frame__sidebar-news-img-wrapper {
  overflow: hidden;
  width: 100%;
  background-color: #1a1210;
}
.ky-post-frame__sidebar-news-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ky-post-frame__sidebar-news-title {
  margin: 0;
  padding: 1rem;
  color: #CBBFA8;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .ky-post-frame__sidebar--news .ky-post-frame__sidebar-block--latest .ky-post-frame__sidebar-news-link, .ky-post-frame__sidebar--blog .ky-post-frame__sidebar-block--latest .ky-post-frame__sidebar-news-link {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .ky-post-frame__sidebar--news .ky-post-frame__sidebar-block--latest .ky-post-frame__sidebar-news-img-wrapper, .ky-post-frame__sidebar--blog .ky-post-frame__sidebar-block--latest .ky-post-frame__sidebar-news-img-wrapper {
    flex: 0 0 120px;
    width: 120px;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 499px) {
  .ky-post-frame__sidebar--news .ky-post-frame__sidebar-block--latest .ky-post-frame__sidebar-news-img-wrapper, .ky-post-frame__sidebar--blog .ky-post-frame__sidebar-block--latest .ky-post-frame__sidebar-news-img-wrapper {
    flex-basis: 96px;
    width: 96px;
  }
}
@media screen and (max-width: 1024px) {
  .ky-post-frame__sidebar--news .ky-post-frame__sidebar-block--latest .ky-post-frame__sidebar-news-img, .ky-post-frame__sidebar--blog .ky-post-frame__sidebar-block--latest .ky-post-frame__sidebar-news-img {
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .ky-post-frame__sidebar--news .ky-post-frame__sidebar-block--latest .ky-post-frame__sidebar-news-title, .ky-post-frame__sidebar--blog .ky-post-frame__sidebar-block--latest .ky-post-frame__sidebar-news-title {
    flex: 1;
    min-width: 0;
    padding: 0.75rem 1rem 0.75rem 0;
    text-align: left;
  }
}
.ky-post-frame__sidebar-news-title-ja {
  display: block;
}
.ky-post-frame__sidebar-news-title-en {
  display: block;
  margin-top: 0.2em;
  font-size: 0.875em;
  letter-spacing: 0.04em;
}

/* Products / News 詳細共通ギャラリー */
.ky-gallery {
  display: grid;
  gap: 1rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 499px) {
  .ky-gallery {
    gap: 0.75rem;
  }
}
.ky-gallery__hero {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.ky-gallery__hero-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.ky-gallery__thumbs {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.ky-gallery__viewport {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}
.ky-gallery__track {
  display: flex;
  width: max-content;
  max-width: none;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 1rem;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .ky-gallery__track {
    gap: 0.75rem;
  }
}
.ky-gallery__item {
  flex: 0 0 var(--ky-gallery-item-width, 120px);
  width: var(--ky-gallery-item-width, 120px);
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  box-sizing: border-box;
}
.ky-gallery__item.is-active .ky-gallery__thumb {
  box-shadow: inset 0 0 0 2px var(--color-main);
}
.ky-gallery__thumb {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}
@media (hover: hover) {
  .ky-gallery__thumb:hover {
    opacity: 0.85;
  }
}
.ky-gallery__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.ky-gallery__btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1.5px solid #3E3A39;
  background: #fff;
  color: #3E3A39;
  cursor: pointer;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.ky-gallery__btn::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.ky-gallery__btn--prev::before {
  transform: rotate(-135deg);
  margin-left: 3px;
}
.ky-gallery__btn--next::before {
  transform: rotate(45deg);
  margin-right: 3px;
}
.ky-gallery__btn:disabled {
  opacity: 0.35;
  cursor: default;
}
@media (hover: hover) {
  .ky-gallery__btn:not(:disabled):hover {
    border-color: var(--color-main);
    background-color: var(--color-main);
    color: #fff;
  }
}

.ky-hero {
  position: relative;
}
.ky-hero__wrapper {
  width: 100%;
  height: 1000px;
}
@media screen and (max-width: 1024px) {
  .ky-hero__wrapper {
    height: 100svh;
    min-height: 700px;
  }
}
@media screen and (max-width: 767px) {
  .ky-hero__wrapper {
    height: 100svh;
    min-height: 640px;
  }
}
@media screen and (max-width: 499px) {
  .ky-hero__wrapper {
    height: 125svh;
    min-height: 560px;
  }
}
.ky-hero__opening {
  position: fixed;
  width: 100%;
  height: 100svh;
  top: 0;
  left: 0;
  z-index: 40;
  background-color: #fff;
}
.ky-hero__opening-img-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: translate3d(0, -100%, 0);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.ky-hero__opening-img-wrapper.ky-anim {
  transform: translate3d(0, 0%, 0);
}
.ky-hero__opening-img-wrapper.ky-anim-alt {
  transform: translate3d(0, -100%, 0);
}
.ky-hero__opening-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(0, 100%, 0);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.ky-hero__opening-img.ky-anim {
  transform: translate3d(0, 0%, 0);
}
.ky-hero__opening-img.ky-anim-alt {
  transform: translate3d(0, 100%, 0);
}
.ky-hero__opening-logo, .ky-hero__logo {
  opacity: 0;
  position: absolute;
  z-index: 30;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateY(30px);
  height: auto;
  will-change: transform, opacity;
}
@media screen and (max-width: 767px) {
  .ky-hero__opening-logo, .ky-hero__logo {
    width: calc(304px + -0.3673469388 * (767px - 100vw));
  }
}
.ky-hero__opening-logo.ky-anim, .ky-hero__logo.ky-anim {
  animation: slideUp 1.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
}
.ky-hero__opening-logo {
  height: 350px;
  transform: translate(-50%, -50%) translateY(0px);
}
.ky-hero__logo {
  top: 50%;
  left: max(4rem, calc(25% - calc(758px / 2)));
  width: min(758px, 100% - max(4rem, calc(25% - calc(758px / 2))) - 4rem);
  max-width: 100%;
  box-sizing: border-box;
  transform: translateY(calc(-50% + 30px));
}
.ky-hero__logo.ky-anim {
  animation: slideUpLogoPc 1.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
}
@media screen and (max-width: 1024px) {
  .ky-hero__logo.ky-anim {
    animation: slideUpLogoTablet 1.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
  }
}
@media screen and (max-width: 1024px) {
  .ky-hero__logo {
    top: 88px;
    left: 50%;
    width: min(90%, 100% - 4rem);
    max-width: min(90%, 100% - 4rem);
    transform: translateX(-50%) translateY(30px);
    display: block;
    padding-left: 0;
  }
}
@media screen and (max-width: 499px) {
  .ky-hero__logo {
    top: 76px;
    display: block;
    width: min(90%, 100% - 2.5rem);
    max-width: min(90%, 100% - 2.5rem);
  }
}
.ky-hero__opening-logo-img, .ky-hero__logo-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left center;
}
.ky-hero__opening-loader {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ky-hero__slide {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ky-hero__toggles {
  position: absolute;
  top: auto;
  bottom: 128px;
  left: max(4rem, 25% - 379px);
  z-index: 9999;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  transform: none;
  pointer-events: auto;
}
@media screen and (max-width: 1024px) {
  .ky-hero__toggles {
    left: max(5%, 1.25rem);
    bottom: 96px;
    gap: 8px;
  }
}
@media screen and (max-width: 499px) {
  .ky-hero__toggles {
    left: max(5%, 1rem);
    bottom: 88px;
    gap: 7px;
  }
}
.ky-hero__toggle {
  display: block;
  position: relative;
  width: 28px;
  height: 4px;
  padding: 0;
  border: none;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: background-color 0.3s, width 0.3s, opacity 0.3s;
}
.ky-hero__toggle::before {
  content: "";
  position: absolute;
  inset: -12px -4px;
}
@media screen and (max-width: 499px) {
  .ky-hero__toggle {
    width: 22px;
    height: 4px;
  }
}
.ky-hero__toggle.is-active {
  background-color: #CBBFA8;
  width: 40px;
  height: 5px;
}
@media screen and (max-width: 499px) {
  .ky-hero__toggle.is-active {
    width: 32px;
    height: 5px;
  }
}
@media (hover: hover) {
  .ky-hero__toggle:hover {
    background-color: rgba(203, 191, 168, 0.85);
  }
}
.ky-hero__img-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ky-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: inset(0 0 0 100%);
  transform: scale(1.2) translateZ(0);
  filter: blur(25px);
  will-change: clip-path, filter, transform;
}
.ky-hero__slide:first-child .ky-hero__img {
  clip-path: inset(0 0 0 0%);
  filter: blur(0px);
  transform: scale(1.2) translateZ(0);
}
.ky-hero__sub-logo, .ky-hero__text-wrapper, .ky-hero__news-wrapper, .ky-hero__sp-news-wrapper, .ky-hero__text-english, .ky-hero__scroll {
  position: absolute;
  z-index: 30;
}
.ky-hero__sub-logo {
  display: none;
  opacity: 0;
  top: 20px;
  right: 27px;
  width: 174px;
}
@media screen and (max-width: 767px) {
  .ky-hero__sub-logo {
    width: calc(174px - 0.127340824 * (767px - 100vw));
  }
}
@media screen and (max-width: 499px) {
  .ky-hero__sub-logo {
    right: auto;
    left: 20px;
  }
}
.ky-hero__sub-logo-link {
  display: inline-block;
}
.ky-hero__text-wrapper {
  top: 174px;
  right: 215px;
  left: auto;
  writing-mode: vertical-rl;
  font-size: 28px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .ky-hero__text-wrapper {
    right: calc(205px + -0.490625 * (1600px - 100vw));
  }
}
@media screen and (max-width: 1279px) {
  .ky-hero__text-wrapper {
    right: calc(48px + -0.0390625 * (1280px - 100vw));
    font-size: calc(28px + -0.005859375 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-hero__text-wrapper {
    top: calc(88px + 37.2823218997vw + 28px);
    left: 0;
    right: auto;
    padding-left: 40px;
    writing-mode: vertical-rl;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ky-hero__text-wrapper {
    top: calc(88px + 37.2823218997vw + 28px);
    left: auto;
    right: 0;
    padding-left: 0;
    padding-right: 40px;
    font-size: 22px;
  }
}
@media screen and (max-width: 499px) {
  .ky-hero__text-wrapper {
    top: calc(76px + 37.2823218997vw + 20px);
    left: auto;
    right: 0;
    padding-left: 0;
    padding-right: 24px;
    font-size: var(--ky-hero-catch-fs, clamp(1.7rem, 2.25rem + 0.0044354839rem * (100vw - 499px), 2.25rem));
  }
}
.ky-hero__text-wrapper-inner {
  opacity: 0;
}
.ky-hero__moon {
  opacity: 0;
  position: absolute;
  top: -59px;
  left: -50px;
  right: auto;
  width: 90px;
  height: 90px;
  background-image: url(../img/top/icon_title_reverse.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateX(100px) rotate(90deg);
}
@media screen and (max-width: 1279px) {
  .ky-hero__moon {
    width: calc(90px + -0.02734375 * (1280px - 100vw));
    height: calc(90px + -0.02734375 * (1280px - 100vw));
    left: calc(-50px + 0.015625 * (1280px - 100vw));
  }
}
.ky-hero__moon.ky-anim {
  animation: moonAppearRight 2.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.5s;
}
.ky-hero__text {
  margin: 0;
}
.ky-hero__text--second {
  margin-top: 78px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .ky-hero__text--second {
    margin-top: 0;
  }
}
.ky-hero__text--second::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 98px;
  background-color: #fff;
  bottom: -110px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .ky-hero__text--second::after {
    height: 64px;
    bottom: -72px;
  }
}
@media screen and (max-width: 499px) {
  .ky-hero__text--second::after {
    height: var(--ky-hero-line-h, 48px);
    bottom: calc(-1 * (12px + var(--ky-hero-line-h, 48px)));
  }
}
.ky-hero__news-wrapper {
  display: block;
  opacity: 0;
  bottom: 0;
  left: auto;
  width: 100%;
  padding-block: 1rem;
  padding-inline: 4rem;
  background-color: var(--color-news-bg);
}
@media screen and (max-width: 1024px) {
  .ky-hero__news-wrapper {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 499px) {
  .ky-hero__news-wrapper {
    display: none;
  }
}
.ky-hero__news-list {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .ky-hero__news-list {
    gap: 0;
  }
}
.ky-hero__sp-news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .ky-hero__news-item:nth-child(n+2) {
    display: none;
  }
}
.ky-hero__sp-news-wrapper {
  display: none;
}
@media screen and (max-width: 499px) {
  .ky-hero__sp-news-wrapper {
    display: block;
    width: 100%;
    left: 0;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: var(--color-news-bg);
    bottom: -1px;
  }
}
.ky-hero__sp-news-wrapper .ky-hero__sp-news-item-title {
  margin-top: 0;
  padding-right: 18px;
}
.ky-hero__news-item-link, .ky-hero__sp-news-item-link {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1rem;
  color: #fff;
  text-decoration: none;
}
.ky-hero__news-item-date, .ky-hero__sp-news-item-date {
  flex-shrink: 0;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 12px;
  color: #CDB350;
}
.ky-hero__news-item-date-year, .ky-hero__sp-news-item-date-year {
  margin-right: 8px;
}
.ky-hero__news-item-title, .ky-hero__sp-news-item-title {
  margin-top: 0;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 450;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .ky-hero__news-item-title, .ky-hero__sp-news-item-title {
    font-size: 14px;
  }
}
.ky-hero__news-item-title, .ky-hero__sp-news-item-title {
  line-height: 1.5;
  position: relative;
  padding-right: 18px;
}
.ky-hero__news-item-title::after, .ky-hero__sp-news-item-title::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url(../img/common/arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.ky-hero__text-english {
  opacity: 0;
  width: 445px;
  right: 23px;
  bottom: 18px;
}
@media screen and (max-width: 767px) {
  .ky-hero__text-english {
    display: none;
  }
}
.ky-hero__scroll {
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 150px;
}
@media screen and (max-width: 1279px) {
  .ky-hero__scroll {
    bottom: calc(150px + 0.05859375 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-hero__scroll {
    bottom: 180px;
  }
}
@media screen and (max-width: 767px) {
  .ky-hero__scroll {
    bottom: 170px;
  }
}
@media screen and (max-width: 499px) {
  .ky-hero__scroll {
    bottom: 200px;
  }
}
.ky-hero__scroll:after {
  position: absolute;
  bottom: -84px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 96px;
  background-color: #fff;
  content: "";
  animation: scrollDownLine 1.5s infinite;
}
@media screen and (max-width: 1024px) {
  .ky-hero__scroll:after {
    bottom: -56px;
    height: 64px;
  }
}
@media screen and (max-width: 499px) {
  .ky-hero__scroll:after {
    bottom: -61px;
    height: 74px;
  }
}
.ky-hero__scroll-img {
  width: 38px;
}
@media screen and (max-width: 767px) {
  .ky-hero__scroll-img {
    width: calc(38px - 0.0299625468 * (767px - 100vw));
  }
}
@media screen and (max-width: 499px) {
  .ky-hero__scroll-img {
    width: 30px;
  }
}

@keyframes scrollDownLine {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(30px);
    /* 初期位置 */
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0);
    /* 最終位置は中央 */
  }
}
@keyframes slideUpLogoPc {
  0% {
    opacity: 0;
    transform: translateY(calc(-50% + 30px));
  }
  100% {
    opacity: 1;
    transform: translateY(-50%);
  }
}
@keyframes slideUpLogoTablet {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
.ky-splash {
  position: fixed;
  z-index: 10001;
  inset: 0;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(59, 43, 24, 0.1) 0%, rgba(59, 43, 24, 0) 8%, rgba(59, 43, 24, 0) 92%, rgba(59, 43, 24, 0.09) 100%), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.18) 9%, rgba(255, 255, 255, 0.08) 18%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.08) 82%, rgba(255, 255, 255, 0.15) 91%, rgba(255, 255, 255, 0.06) 100%), radial-gradient(ellipse at 50% 28%, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0.08) 48%, rgba(74, 54, 28, 0.07) 100%), #CBBFA8;
  clip-path: inset(0 0 0 0);
  opacity: 1;
  pointer-events: auto;
  transition: clip-path 0.7s cubic-bezier(0.45, 0, 0.55, 1);
  visibility: visible;
  will-change: clip-path;
}
.ky-splash::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  box-shadow: inset 0 0 min(15vw, 170px) rgba(48, 34, 18, 0.08);
  pointer-events: none;
}
.ky-splash.is-hidden {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.7s cubic-bezier(0.45, 0, 0.55, 1), visibility 0s linear 0.7s;
  visibility: hidden;
}
.ky-splash[hidden] {
  display: none;
}
.ky-splash__canvas, .ky-splash__black {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.ky-splash__canvas {
  z-index: 1;
  display: block;
}
.ky-splash__black {
  z-index: 2;
  background: #000;
  opacity: 0;
}
.ky-splash.is-dark .ky-splash__black {
  opacity: 1;
}
.ky-splash__brand {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: min(38vw, 260px);
  opacity: 0;
  filter: blur(8px);
  transform: translate(-50%, -50%);
  transition: opacity 1.05s cubic-bezier(0.37, 0, 0.63, 1), filter 1.2s cubic-bezier(0.37, 0, 0.63, 1);
  will-change: opacity, filter;
}
.ky-splash.is-brand .ky-splash__brand {
  opacity: 1;
  filter: blur(0);
}
.ky-splash__logo-picture, .ky-splash__logo {
  display: block;
  width: 100%;
}
.ky-splash__skip {
  position: absolute;
  z-index: 5;
  right: 24px;
  bottom: 24px;
  margin: 0;
  padding: 0.5em 0.15em;
  border: none;
  border-bottom: 1px solid rgba(35, 24, 21, 0.45);
  background: transparent;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.4;
  cursor: pointer;
  transition: color 0.35s ease, border-color 0.35s ease, opacity 0.25s ease;
}
@media (hover: hover) {
  .ky-splash__skip:hover {
    opacity: 0.7;
  }
}
.ky-splash__skip:focus-visible {
  outline: 1px solid #CBBFA8;
  outline-offset: 4px;
}
@media screen and (max-width: 499px) {
  .ky-splash__skip {
    right: 16px;
    bottom: 16px;
    font-size: 11px;
  }
}
.ky-splash.is-dark .ky-splash__skip, .ky-splash.is-brand .ky-splash__skip {
  color: #CBBFA8;
  border-bottom-color: rgba(203, 191, 168, 0.7);
}
.ky-splash.is-hidden .ky-splash__skip {
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .ky-splash__brand {
    width: min(48vw, 210px);
  }
}

body.ky-splash-active {
  overflow: hidden;
}
body.ky-splash-active .ky-hero {
  transition: opacity 0.55s cubic-bezier(0.37, 0, 0.63, 1);
}
body.ky-splash-active .ky-header__inner {
  transition: opacity 0.5s cubic-bezier(0.37, 0, 0.63, 1) 0.08s;
}
body.ky-splash-active:not(.ky-splash-revealing) .ky-header__inner,
body.ky-splash-active:not(.ky-splash-revealing) .ky-hero {
  opacity: 0;
}
body.ky-splash-active.ky-splash-revealing .ky-header__inner,
body.ky-splash-active.ky-splash-revealing .ky-hero {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .ky-splash,
  .ky-splash__black,
  .ky-splash__brand,
  body.ky-splash-active .ky-header__inner,
  body.ky-splash-active .ky-hero {
    transition-duration: 0.01ms;
  }
}
.ky-home-social {
  padding-top: 124px;
}
@media screen and (max-width: 499px) {
  .ky-home-social {
    padding-top: calc(124px + -0.272 * (500px - 100vw));
  }
}
.ky-home-social__title {
  text-align: center;
}
.ky-home-social__title-img-wrapper {
  display: inline-block;
  position: relative;
}
.ky-home-social__title-img {
  opacity: 0;
  width: 139px;
}
@media screen and (max-width: 499px) {
  .ky-home-social__title-img {
    width: calc(139px + -0.184 * (500px - 100vw));
  }
}
.ky-home-social__moon {
  opacity: 0;
  position: absolute;
  top: -58px;
  left: -56px;
  width: 88px;
  height: 88px;
  background-image: url(../img/top/icon_title_reverse.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 499px) {
  .ky-home-social__moon {
    width: calc(88px + -0.184 * (500px - 100vw));
    height: calc(88px + -0.184 * (500px - 100vw));
    top: calc(-58px + 0.136 * (500px - 100vw));
    left: calc(-56px + 0.136 * (500px - 100vw));
  }
}
.ky-home-social__body {
  margin-top: 48px;
}
.ky-home-social__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 70px;
}
@media screen and (max-width: 767px) {
  .ky-home-social__list {
    grid-template-columns: repeat(3, 1fr);
    gap: calc(70px + -0.1872659176 * (767px - 100vw));
  }
}
@media screen and (max-width: 499px) {
  .ky-home-social__list {
    gap: 20px;
  }
}
.ky-home-social__btn-wrapper {
  margin-top: 62px;
  text-align: right;
}

#sb_instagram #sbi_images {
  gap: 70px !important;
}
@media screen and (max-width: 800px) {
  #sb_instagram #sbi_images {
    gap: calc(70px + -0.1666666667 * (800px - 100vw)) !important;
  }
}
@media screen and (max-width: 499px) {
  #sb_instagram #sbi_images {
    gap: 20px !important;
  }
}

.ky-home-nav {
  padding-block: 172px 8rem;
}
@media screen and (max-width: 1024px) {
  .ky-home-nav {
    padding-block: 100px 4rem;
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .ky-home-nav {
    padding-block: 80px 3rem;
  }
}
.ky-home-nav__title-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .ky-home-nav__title-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    padding-bottom: 4rem;
  }
}
.ky-home-nav__title-wrapper .ky-home-heading {
  flex-shrink: 0;
  margin: 0;
  padding-top: 0;
  color: #CBBFA8;
}
.ky-home-nav__text {
  margin: 0;
  min-width: 0;
  flex: 1;
  color: #FFFFFF;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 450;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .ky-home-nav__text {
    font-size: 14px;
  }
}
.ky-home-nav__text {
  line-height: 1.8;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.ky-home-nav__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 90%;
  margin: 0 auto;
  gap: 28px;
}
@media screen and (max-width: 1024px) {
  .ky-home-nav__list {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 24px;
  }
}
.ky-home-nav__item {
  position: relative;
}
.ky-home-nav__item-link {
  display: flex;
  flex-direction: column;
}
.ky-home-nav__item-img-wrapper {
  width: 100%;
  aspect-ratio: 2/1;
  overflow: hidden;
}
.ky-home-nav__item-img-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ky-home-nav__item-title-wrapper {
  position: relative;
  width: 100%;
  min-height: 109px;
  line-height: 1;
  background-color: #353535;
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  .ky-home-nav__item-title-wrapper {
    min-height: calc(109px + -0.0390625 * (1280px - 100vw));
  }
}
.ky-home-nav__item-title-wrapper-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: inherit;
  padding: 19px 26px 2.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 1279px) {
  .ky-home-nav__item-title-wrapper-inner {
    padding-left: calc(26px + -0.0280612245 * (767px - 100vw));
    padding-right: calc(26px + -0.0280612245 * (767px - 100vw));
  }
}
.ky-home-nav__item-date {
  font-family: "Noto serif JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #CBBFA8;
  line-height: 1.4;
}
.ky-home-nav__item-title {
  margin: 0;
  font-family: "Noto serif JP", sans-serif;
  font-size: 16px;
  font-weight: 450;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .ky-home-nav__item-title {
    font-size: 14px;
  }
}
.ky-home-nav__item-title {
  font-weight: 400;
  color: #CBBFA8;
  letter-spacing: 0;
  line-height: 1.6;
  overflow-wrap: anywhere;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 11;
  overflow: hidden;
}
.ky-home-nav__item-arrow {
  position: absolute;
  right: 20px;
  bottom: 16px;
  font-size: 14px;
  color: #CBBFA8;
  line-height: 1;
}
.ky-home-nav__btn-wrapper {
  display: flex;
  overflow: visible;
}
@media screen and (min-width: 1025px) {
  .ky-home-nav__btn-wrapper {
    justify-content: center;
    width: 90%;
    margin: 85px auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .ky-home-nav__btn-wrapper {
    width: 100%;
    margin-top: 48px;
    padding-right: 0;
    justify-content: center;
  }
}
.ky-home-nav__btn-wrapper .ky-btn--more {
  margin-right: 0;
}

.ky-home-about {
  position: relative;
  overflow: visible;
  padding-bottom: 71px;
}
@media screen and (max-width: 1024px) {
  .ky-home-about {
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .ky-home-about {
    overflow-x: clip;
  }
}
.ky-home-about__inner {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .ky-home-about__inner {
    display: block;
  }
}
.ky-home-about__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ky-home-about__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .ky-home-about__bg {
    overflow: hidden;
  }
}
@media screen and (max-width: 499px) {
  .ky-home-about__bg {
    top: -60px;
    height: calc(100% + 60px);
  }
}
.ky-home-about__bg-img {
  display: block;
  width: 100%;
  height: calc(100% + 759px);
  object-position: 160% center;
}
@media screen and (max-width: 1024px) {
  .ky-home-about__bg-img {
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
}
.ky-home-about__flex {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: flex-start;
  column-gap: 100px;
  overflow: visible;
}
@media screen and (max-width: 1499px) and (min-width: 1025px) {
  .ky-home-about__flex {
    column-gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .ky-home-about__flex {
    flex-direction: column;
    column-gap: 0;
    align-items: end;
  }
}
.ky-home-about__left {
  padding-left: 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 1499px) and (min-width: 1025px) {
  .ky-home-about__left {
    padding-left: 0;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1024px) {
  .ky-home-about__left {
    width: 60%;
    margin-right: 0;
    max-width: none;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .ky-home-about__left {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
  }
}
@media screen and (max-width: 499px) {
  .ky-home-about__left {
    padding: 0 16px;
  }
}
.ky-home-about__right {
  position: relative;
  z-index: 999;
  margin-top: -50px;
  margin-left: 54px;
  padding-right: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1499px) and (min-width: 1025px) {
  .ky-home-about__right {
    margin-left: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .ky-home-about__right {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding: 0;
    padding-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .ky-home-about__right {
    margin-top: 0;
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding: 0;
    padding-top: 10rem;
  }
}
.ky-home-about__concept {
  margin-top: 264px;
}
@media screen and (max-width: 1499px) and (min-width: 1025px) {
  .ky-home-about__concept {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 22rem;
  }
}
@media screen and (max-width: 1024px) {
  .ky-home-about__concept {
    margin-top: 48px;
    margin-right: 30px;
    text-align: left;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: self-end;
  }
}
@media screen and (max-width: 767px) {
  .ky-home-about__concept {
    margin-top: calc(85px + -0.0408163265 * (767px - 20vw));
    margin-right: 0;
  }
}
.ky-home-about__concept > .ky-home-about__title {
  margin-top: 0;
  margin-left: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 5rem;
  color: var(--color-main);
  letter-spacing: 0;
  line-height: 1.2;
  word-break: normal;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 1499px) and (min-width: 1025px) {
  .ky-home-about__concept > .ky-home-about__title {
    text-align: right;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .ky-home-about__concept > .ky-home-about__title {
    font-size: 3.5rem;
    text-align: left;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .ky-home-about__concept > .ky-home-about__title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 499px) {
  .ky-home-about__concept > .ky-home-about__title {
    font-size: 2.5rem;
    padding-right: 6rem;
  }
}
.ky-home-about__title {
  margin-top: 118px;
  font-size: 36px;
  letter-spacing: 0.075em;
  line-height: 1.65;
  margin-left: 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ky-home-about__title {
    margin-top: calc(118px + -0.056122449 * (767px - 100vw));
  }
}
@media screen and (max-width: 499px) {
  .ky-home-about__title {
    font-size: 17px;
  }
}
.ky-home-about__title-text {
  opacity: 0;
  transform: translateZ(0);
}
.ky-home-about__title-break {
  margin-left: 152px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .ky-home-about__title-break {
    margin-left: 85px;
  }
}
@media screen and (max-width: 499px) {
  .ky-home-about__title-break {
    margin-left: 55px;
  }
}
.ky-home-about__title-break::after {
  position: absolute;
  content: "";
  width: 92px;
  height: 1px;
  background-color: #fff;
  top: 55%;
  right: -103px;
}
.ky-home-about__moon {
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 59px;
  height: 59px;
  top: -28px;
  left: -35px;
  background-image: url(../img/top/icon_title_reverse.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ky-home-about__text-english {
  margin-top: 29px;
}
.ky-home-about__text-wrapper {
  width: 490px;
  font-size: 14px;
  line-height: 2;
  margin-top: 52px;
}
@media screen and (max-width: 1024px) {
  .ky-home-about__text-wrapper {
    width: 95%;
    max-width: 95%;
    margin: 0 auto;
    order: 1;
    box-sizing: border-box;
    padding-bottom: 1rem;
  }
}
.ky-home-about__right .ky-home-about__text-wrapper {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .ky-home-about__right .ky-home-about__text-wrapper {
    margin-left: auto;
  }
}
.ky-home-about__heading_text {
  position: relative;
  display: inline-block;
  color: var(--color-main);
  font-size: 34px;
  line-height: 1.5;
  max-width: 100%;
}
@media screen and (max-width: 1499px) and (min-width: 1025px) {
  .ky-home-about__heading_text {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .ky-home-about__heading_text {
    font-size: 20px;
    padding-right: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .ky-home-about__heading_text {
    font-size: 20px;
  }
}
@media screen and (max-width: 499px) {
  .ky-home-about__heading_text {
    font-size: 24px;
    padding-right: 9rem;
  }
}
.ky-home-about__heading_text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 113%;
  width: 103px;
  height: 3px;
  background-color: #817868;
  transform: translateY(-50%);
}
@media screen and (max-width: 1499px) and (min-width: 1025px) {
  .ky-home-about__heading_text::after {
    left: auto;
    right: 113%;
    width: min(103px, 8vw);
  }
}
@media screen and (max-width: 1024px) {
  .ky-home-about__heading_text::after {
    left: 8.5rem;
    right: auto;
    width: min(103px, 18vw);
  }
}
@media screen and (max-width: 767px) {
  .ky-home-about__heading_text::after {
    width: min(72px, 16vw);
  }
}
@media screen and (max-width: 499px) {
  .ky-home-about__heading_text::after {
    width: 107px;
  }
}
.ky-home-about__heading_description {
  margin-top: 27px;
  padding-left: 8rem;
  color: var(--color-sub);
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 1499px) and (min-width: 1025px) {
  .ky-home-about__heading_description {
    padding-left: 0;
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .ky-home-about__heading_description {
    margin-top: 6px;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    line-height: 2;
    text-align: left;
  }
}
.ky-home-about__text {
  color: var(--color-description-2);
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 450;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .ky-home-about__text {
    font-size: 14px;
  }
}
.ky-home-about__text + .ky-home-about__text {
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  .ky-home-about__br--sp-hidden {
    display: none;
  }
}
.ky-home-about__btn-wrapper {
  position: relative;
  z-index: 1;
  overflow: visible;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .ky-home-about__btn-wrapper {
    order: 2;
    margin-bottom: 40px;
  }
}
.ky-home-about__btn-wrapper .ky-btn--more {
  margin-right: 0;
}
.ky-home-about__right .ky-home-about__btn-wrapper {
  margin-left: auto;
  text-align: center;
  margin-right: auto;
  width: fit-content;
  max-width: 100%;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .ky-home-about__right .ky-home-about__btn-wrapper {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .ky-home-about__right .ky-home-about__btn-wrapper {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.ky-home-about__img-wrapper {
  margin-top: 0;
  opacity: 0;
  transform: translateZ(0);
}
@media screen and (max-width: 1024px) {
  .ky-home-about__img-wrapper {
    display: none;
  }
}
.ky-home-about__right .ky-home-about__img-wrapper {
  text-align: right;
}
.ky-home-about__img {
  width: 719.56px;
  max-width: 100%;
  display: block;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .ky-home-about__img {
    width: 80%;
  }
}
.ky-home-about__sp-text-english-img {
  width: 250px;
}
.ky-home-about__img-bridge {
  display: none;
}
@media screen and (max-width: 1024px) {
  .ky-home-about__img-bridge {
    display: block;
    position: relative;
    z-index: 5;
    height: 0;
    overflow: visible;
    pointer-events: none;
  }
}
@media screen and (max-width: 1024px) {
  .ky-home-about__img-bridge .ky-home-about__img-wrapper {
    display: block;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    width: 306px;
    max-width: 306px;
    margin: 0;
    opacity: 1;
    transform: translateY(-50%);
    z-index: 5;
    pointer-events: auto;
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .ky-home-about__img-bridge .ky-home-about__img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: auto;
  }
}

.ky-panel-a {
  position: relative;
  color: #000;
  font-weight: 450;
  margin-right: -1px;
}
.ky-panel-a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0B0000;
  top: 0;
  left: 0;
  z-index: -2;
}
.ky-panel-a__inner {
  position: relative;
  background-image: url(../img/top/back_white2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 1312px;
  border-top-right-radius: 230px;
}
@media screen and (max-width: 767px) {
  .ky-panel-a__inner {
    border-top-right-radius: calc(230px + -0.2040816327 * (767px - 100vw));
  }
}
.ky-panel-a__icon01-img-wrapper {
  position: absolute;
  z-index: -1;
  top: -230px;
  right: -227px;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .ky-panel-a__icon01-img-wrapper {
    right: -80px;
    top: -160px;
  }
}
.ky-panel-a__icon01-img-wrapper.ky-anim {
  animation: leftAppear 2.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes leftAppear {
  0% {
    transform: translateX(500px) rotate(135deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
.ky-panel-a__icon01-img {
  width: 460px;
}
.ky-panel-a__flex {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .ky-panel-a__flex {
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
    padding-top: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .ky-panel-a__flex {
    padding-top: 2rem;
  }
}
.ky-panel-a__left {
  display: grid;
}
@media screen and (max-width: 1024px) {
  .ky-panel-a__left {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .ky-panel-a__left {
    width: 100%;
    max-width: 624px;
  }
}
.ky-panel-a__right {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .ky-panel-a__right {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .ky-panel-a__right {
    width: auto;
  }
}
.ky-panel-a__img-area {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .ky-panel-a__img-area {
    order: 5;
    width: 100%;
  }
}
.ky-panel-a__icon02-img-wrapper {
  position: absolute;
  z-index: -1;
  top: -88px;
  right: -122px;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .ky-panel-a__icon02-img-wrapper {
    top: calc(-88px + 0.0643776824 * (1000px - 100vw));
    right: calc(-122px + 0.1716738197 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-panel-a__icon02-img-wrapper {
    right: calc(-82px + 0.1224489796 * (767px - 100vw));
  }
}
.ky-panel-a__icon02-img-wrapper.ky-anim {
  animation: rightAppear 2.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes rightAppear {
  0% {
    transform: translateX(-300px) rotate(135deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
.ky-panel-a__icon02-img {
  width: 276px;
}
@media screen and (max-width: 1024px) {
  .ky-panel-a__icon02-img {
    width: calc(276px + -0.3433476395 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-panel-a__icon02-img {
    width: calc(196px + -0.2040816327 * (767px - 100vw));
  }
}
.ky-panel-a__img01-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 108px;
  width: 749px;
}
@media screen and (max-width: 1279px) {
  .ky-panel-a__img01-wrapper {
    width: calc(749px + -0.2357142857 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-panel-a__img01-wrapper {
    width: 100%;
    max-width: 624px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    order: 5;
  }
}
@media screen and (max-width: 767px) {
  .ky-panel-a__img01-wrapper {
    width: calc(594px + -0.6887755102 * (767px - 100vw));
    margin-top: calc(108px + -0.0408163265 * (767px - 100vw));
  }
}
.ky-panel-a__img01 {
  opacity: 0;
  transform: translateZ(0);
}
.ky-panel-a__text-wrapper {
  margin-top: 56px;
  margin-left: 168px;
  width: 576px;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 1279px) {
  .ky-panel-a__text-wrapper {
    width: calc(576px + -0.2357142857 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-panel-a__text-wrapper {
    width: 100%;
    max-width: 624px;
    margin-left: 0;
    margin-top: 0;
    padding: 0 30px 24px;
    box-sizing: border-box;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .ky-panel-a__text-wrapper {
    width: 100%;
    margin-left: 0;
    margin-top: 22px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 499px) {
  .ky-panel-a__text-wrapper {
    padding: 0 20px;
  }
}
.ky-panel-a__text + .ky-panel-a__text {
  margin-top: 27px;
}
.ky-panel-a__text {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 450;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .ky-panel-a__text {
    font-size: 14px;
  }
}
.ky-panel-a__btn-wrapper {
  z-index: 1;
  overflow: visible;
  margin-top: 83px;
  margin-bottom: 92px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  width: 490px;
  justify-self: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .ky-panel-a__btn-wrapper {
    position: relative;
    left: auto;
    width: fit-content;
    max-width: 100%;
    margin-top: 48px;
    margin-bottom: 64px;
    margin-left: auto;
    margin-right: auto;
    justify-self: center;
    display: block;
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .ky-panel-a__btn-wrapper {
    left: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 130px;
    width: fit-content;
    max-width: 100%;
  }
}
@media screen and (max-width: 499px) {
  .ky-panel-a__btn-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
.ky-panel-a__btn-wrapper .ky-btn--more {
  color: #000;
  margin-right: 0;
}
.ky-panel-a__title {
  margin-top: 162px;
  margin-left: 228px;
  writing-mode: vertical-rl;
  font-size: 24px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .ky-panel-a__title {
    margin-left: calc(228px + -0.4321428571 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-panel-a__title {
    display: block;
    writing-mode: horizontal-tb;
    order: 1;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 1.5rem;
    padding: 0 30px;
    text-align: left;
    width: 100%;
    height: auto;
    position: static;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .ky-panel-a__title {
    display: none;
  }
}
.ky-panel-a__title-break {
  margin-top: 140px;
  font-size: 20px;
  color: #4C4948;
}
@media screen and (max-width: 1024px) {
  .ky-panel-a__title-break {
    display: block;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    order: 2;
    font-size: 14px;
  }
}
.ky-panel-a__title-text {
  margin: 0;
  font-weight: inherit;
  opacity: 0;
  transform: translateZ(0);
}
@media screen and (max-width: 1024px) {
  .ky-panel-a__title-text {
    display: flex;
    flex-direction: column;
    position: static;
    transform: none;
    gap: 0.5rem;
  }
  .ky-panel-a__title-text br {
    display: none;
  }
}
.ky-panel-a__title-text .ky-accent {
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .ky-panel-a__title-text .ky-accent {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    order: 1;
    font-size: 2rem;
    color: #CBBFA8;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .ky-panel-a__title-text .ky-accent {
    font-size: 20px;
  }
}
@media screen and (max-width: 499px) {
  .ky-panel-a__title-text .ky-accent {
    font-size: 14px;
  }
}
.ky-panel-a__title-text .ky-accent::after {
  position: absolute;
  content: "";
  z-index: 0;
  width: 1px;
  height: 98px;
  background-color: #817868;
  left: 50%;
  transform: translateX(-50%);
  bottom: -112px;
}
@media screen and (max-width: 1024px) {
  .ky-panel-a__title-text .ky-accent::after {
    content: "";
    display: block;
    position: static;
    left: auto;
    bottom: auto;
    transform: none;
    width: 103px;
    height: 1px;
    background-color: #CBBFA8;
  }
}
.ky-panel-a__sp-title {
  margin-top: 64px;
  font-size: 20px;
  letter-spacing: 0.075em;
  line-height: 1.65;
  margin-left: 21px;
  position: relative;
  display: none;
}
@media screen and (max-width: 1024px) {
  .ky-panel-a__sp-title {
    margin-top: 7rem;
    margin-left: calc(21px + -0.3862660944 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-panel-a__sp-title {
    display: block;
    margin-left: 66px;
    font-size: 20px;
  }
}
@media screen and (max-width: 499px) {
  .ky-panel-a__sp-title {
    font-size: 14px;
    margin-left: 0;
    margin-inline: auto;
    width: 90%;
  }
}
.ky-panel-a__sp-title-break {
  margin-left: 64px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ky-panel-a__sp-title-break {
    font-size: 20px;
    color: #000;
    font-weight: 700;
  }
  .ky-panel-a__sp-title-break .ky-accent {
    color: #000;
    font-weight: 700;
  }
}
@media screen and (max-width: 499px) {
  .ky-panel-a__sp-title-break {
    margin-left: 0;
    font-size: 1.4rem;
  }
}
.ky-panel-a__sp-title-break::after {
  position: absolute;
  content: "";
  width: 92px;
  height: 1px;
  background-color: #000;
  top: 55%;
  right: -103px;
}
.ky-panel-a__sp-title-text {
  margin: 0;
  font-weight: inherit;
  opacity: 0;
  transform: translateZ(0);
}
.ky-panel-a__moon {
  opacity: 0;
  position: absolute;
  top: -59px;
  right: -47px;
  width: 90px;
  height: 90px;
  background-image: url(../img/top/icon_title.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.ky-panel-a__sp-moon {
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 59px;
  height: 59px;
  top: -28px;
  left: -38px;
  background-image: url(../img/top/icon_title_reverse.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ky-panel-a__sp-text-english {
  display: none;
}
@media screen and (max-width: 767px) {
  .ky-panel-a__sp-text-english {
    display: block;
    margin-left: 30px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 499px) {
  .ky-panel-a__sp-text-english {
    margin-left: 20px;
  }
}
.ky-panel-a__text-english-wrapper {
  width: 437px;
  height: 332px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1500px) {
  .ky-panel-a__text-english-wrapper {
    height: calc(332px + -0.3636363636 * (1500px - 100vw));
  }
}
@media screen and (max-width: 1279px) {
  .ky-panel-a__text-english-wrapper {
    width: calc(437px + -0.5357142857 * (1280px - 100vw));
    height: calc(252px + -0.3571428571 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-panel-a__text-english-wrapper {
    display: none;
  }
}
.ky-panel-a__text-english-wrapper::before {
  position: absolute;
  content: "";
  width: 110%;
  height: 110%;
  top: -2rem;
  right: 0rem;
  background-color: #fff;
  opacity: 0.5;
  border-top-left-radius: 114px;
}
.ky-panel-a__text-english {
  position: absolute;
  z-index: 1;
  left: 82px;
  top: 23px;
  width: 261px;
}
@media screen and (max-width: 1279px) {
  .ky-panel-a__text-english {
    width: calc(261px + -0.2321428571 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-panel-a__text-english {
    width: calc(196px + -0.1974248927 * (1000px - 100vw));
    left: calc(82px + -0.1373390558 * (1000px - 100vw));
    top: calc(23px + 0.0429184549 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-panel-a__text-english {
    display: none;
  }
}
.ky-panel-a__img02-wrapper {
  width: 604px;
  position: absolute;
  left: 62px;
  bottom: -185px;
  opacity: 0;
  transform: translateZ(0);
}
@media screen and (max-width: 1500px) {
  .ky-panel-a__img02-wrapper {
    left: calc(62px + -0.4090909091 * (1500px - 100vw));
    width: calc(604px + -0.4545454545 * (1500px - 100vw));
  }
}
@media screen and (max-width: 1279px) {
  .ky-panel-a__img02-wrapper {
    left: calc(-28px + -0.0714285714 * (1280px - 100vw));
  }
}
.ky-panel-a__img02 {
  width: 100%;
}

.ky-home-heading {
  padding-top: 80px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: var(--color-heading-secondary);
  letter-spacing: 0;
  line-height: 1.2;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .ky-home-heading {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 499px) {
  .ky-home-heading {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ky-home-heading {
    padding-top: 2rem;
  }
}

.ky-home-products {
  position: relative;
  z-index: 1;
  margin-top: 0;
  color: #fff;
  overflow: visible;
  isolation: isolate;
}
@media screen and (max-width: 1024px) {
  .ky-home-products {
    background-color: #0B0000;
    padding-top: 0;
    padding-bottom: 160px;
  }
}
.ky-home-products__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .ky-home-products__bg {
    display: block;
  }
}
.ky-home-products__bg-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ky-home-products__inner {
  position: relative;
  z-index: 1;
  max-width: 95%;
  margin: 0 auto;
  padding: 0 40px 180px;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .ky-home-products__inner {
    z-index: auto;
    max-width: 100%;
    padding: 200px 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .ky-home-products__inner {
    padding: 180px 30px 100px;
  }
}
@media screen and (max-width: 499px) {
  .ky-home-products__inner {
    padding: 160px 20px 0;
  }
}
.ky-home-products__title {
  padding-top: 80px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: var(--color-heading-secondary);
  letter-spacing: 0;
  line-height: 1.2;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .ky-home-products__title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 499px) {
  .ky-home-products__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ky-home-products__title {
    padding-top: 2rem;
  }
}
.ky-home-products__title {
  padding-top: 3rem;
}
@media screen and (max-width: 1024px) {
  .ky-home-products__title {
    padding-top: 0;
    text-align: left;
    width: 100%;
  }
}
.ky-home-products__description {
  margin-top: 24px;
  max-width: 560px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 450;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .ky-home-products__description {
    font-size: 14px;
  }
}
.ky-home-products__description {
  color: var(--color-description-2);
}
@media screen and (max-width: 1024px) {
  .ky-home-products__description {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
}
.ky-home-products__body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 40px;
  margin-top: 48px;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .ky-home-products__body {
    width: 100%;
    margin-top: 40px;
    gap: 24px;
  }
}
.ky-home-products__slider {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 95vw;
  max-width: 95vw;
  margin-left: calc(50% - 47.5vw);
  margin-right: calc(50% - 47.5vw);
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .ky-home-products__slider {
    width: 100vw;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    gap: 0;
    order: 1;
    overflow: visible;
  }
}
.ky-home-products__slider-viewport {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  container-type: inline-size;
}
@media screen and (max-width: 1024px) {
  .ky-home-products__slider-viewport {
    width: 100%;
    flex: none;
  }
}
.ky-home-products__slider-track {
  display: flex;
  width: max-content;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .ky-home-products__slider-track {
    gap: 1rem;
  }
}
.ky-home-products__slide {
  display: block;
  flex: 0 0 calc((100cqi - 6rem) / 4);
  padding: 0;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .ky-home-products__slide {
    flex: 0 0 calc((100cqi - 1rem) / 2);
  }
}
@media screen and (max-width: 499px) {
  .ky-home-products__slide {
    flex: 0 0 calc((100cqi - 1rem) / 2);
  }
}
.ky-home-products__slide-img {
  width: 100%;
  height: auto;
  aspect-ratio: 305/375;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
.ky-home-products__slide-title {
  margin: 1rem 0 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ky-home-products__slide-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 499px) {
  .ky-home-products__slide-title {
    font-size: 14px;
  }
}
.ky-home-products__slide-title-ja {
  display: block;
}
.ky-home-products__slide-title-en {
  display: block;
  margin-top: 0.2em;
  font-size: 0.875em;
  letter-spacing: 0.04em;
  opacity: 0.9;
}
.ky-home-products__slider-btn {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  color: var(--color-main);
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, opacity 0.3s;
}
@media screen and (max-width: 1024px) {
  .ky-home-products__slider-btn {
    position: absolute;
    top: 36%;
    transform: translateY(-50%);
    z-index: 2;
  }
}
.ky-home-products__slider-btn::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}
@media screen and (max-width: 1024px) {
  .ky-home-products__slider-btn--prev {
    left: calc((100% - 100vw) / 2);
  }
}
.ky-home-products__slider-btn--prev::before {
  transform: rotate(-135deg);
  margin-left: 3px;
}
@media screen and (max-width: 1024px) {
  .ky-home-products__slider-btn--next {
    right: calc((100% - 100vw) / 2);
  }
}
.ky-home-products__slider-btn--next::before {
  transform: rotate(45deg);
  margin-right: 3px;
}
.ky-home-products__slider-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
@media (hover: hover) {
  .ky-home-products__slider-btn:hover:not(:disabled) {
    background-color: var(--color-main);
    color: #231815;
  }
}
.ky-home-products__text-wrapper {
  width: 100%;
  padding-top: 4rem;
}
@media screen and (max-width: 1024px) {
  .ky-home-products__text-wrapper {
    width: 100%;
    padding-top: 0;
    order: 2;
  }
}
.ky-home-products__btn-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: visible;
  margin-top: 8px;
  padding: 0 0 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .ky-home-products__btn-wrapper {
    justify-content: center;
    width: 95%;
  }
}
.ky-home-products__btn-wrapper .ky-btn--more {
  flex-shrink: 0;
  margin-right: 0;
}

.ky-panel-b {
  margin-top: -100px;
  position: relative;
  z-index: 99;
}
.ky-panel-b::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 332px);
  top: 332px;
  left: 0;
  background-color: #0B0000;
}
@media screen and (max-width: 1499px) and (min-width: 768px) {
  .ky-panel-b::before {
    background-color: transparent;
  }
}
.ky-panel-b__inner {
  margin-left: auto;
  position: relative;
  background-image: url(../img/top/back_wood.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 1260px;
  min-height: 1200px;
  border-top-left-radius: 230px;
}
@media screen and (max-width: 1024px) {
  .ky-panel-b__inner {
    min-height: revert;
    height: auto;
    padding-bottom: 200px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .ky-panel-b__inner {
    border-top-left-radius: calc(230px + -0.2040816327 * (767px - 100vw));
  }
}
.ky-panel-b__flex {
  display: grid;
  grid-auto-flow: column;
  gap: 4rem;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .ky-panel-b__flex {
    display: flex;
    flex-direction: column;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
    align-items: flex-start;
    gap: 50px;
    width: 95%;
    margin: 0 auto;
  }
}
.ky-panel-b__left {
  display: grid;
  grid-auto-flow: row;
  grid-template-rows: max-content max-content;
  gap: 4rem;
}
@media screen and (max-width: 1024px) {
  .ky-panel-b__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    width: 100%;
    max-width: 100%;
    order: 1;
  }
}
@media screen and (max-width: 1024px) {
  .ky-panel-b__right {
    width: 100%;
    max-width: -webkit-fill-available;
    max-width: stretch;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .ky-panel-b__right {
    width: 100%;
    max-width: -webkit-fill-available;
    max-width: stretch;
  }
}
.ky-panel-b__img01-wrapper {
  margin-top: 116px;
  width: 758px;
  position: relative;
  height: 500px;
  opacity: 0;
  transform: translateZ(0);
}
@media screen and (max-width: 1279px) {
  .ky-panel-b__img01-wrapper {
    width: calc(758px + -0.2357142857 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-panel-b__img01-wrapper {
    width: 306px;
    max-width: 306px;
    height: auto;
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .ky-panel-b__img01-wrapper {
    margin-left: auto;
    width: 306px;
    max-width: 306px;
  }
}
@media screen and (max-width: 499px) {
  .ky-panel-b__img01-wrapper {
    width: 306px;
    max-width: 306px;
    margin-top: calc(10px + -0.32 * (500px - 100vw));
  }
}
.ky-panel-b__text-wrapper {
  margin-left: 8rem;
  margin-top: 100px;
  width: 500px;
  font-size: 15px;
  line-height: 2;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 1024px) {
  .ky-panel-b__text-wrapper {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 50px;
    padding: 0 0 48px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .ky-panel-b__text-wrapper {
    width: 100%;
    padding: 0 30px;
    margin-left: 0;
  }
}
@media screen and (max-width: 499px) {
  .ky-panel-b__text-wrapper {
    padding: 0 20px;
  }
}
.ky-panel-b__text + .ky-panel-b__text {
  margin-top: 31px;
}
.ky-panel-b__text {
  font-size: 14px;
  font-weight: 450;
}
.ky-panel-b__btn-wrapper {
  margin-top: 37px;
  margin-bottom: 33px;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ky-panel-b__btn-wrapper {
    margin-bottom: 0;
  }
}
.ky-panel-b__btn-wrapper .ky-btn--more {
  margin-right: 0;
}
.ky-panel-b__title {
  margin-top: 2.5rem;
  margin-inline: auto;
  display: grid;
  writing-mode: vertical-rl;
  place-items: center;
  font-size: 24px;
  line-height: 1.75;
  height: fit-content;
  letter-spacing: 0.09em;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .ky-panel-b__title {
    display: block;
    writing-mode: horizontal-tb;
    place-items: start;
    margin-top: 0;
    margin-inline: 0;
    margin-bottom: 0;
    text-align: left;
    width: 100%;
    height: auto;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .ky-panel-b__title {
    display: none;
  }
}
.ky-panel-b__title-break {
  margin-top: 65px;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .ky-panel-b__title-break {
    display: block;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    order: 2;
  }
}
.ky-panel-b__title-text {
  opacity: 0;
  transform: translateZ(0);
}
@media screen and (max-width: 1024px) {
  .ky-panel-b__title-text {
    display: flex;
    flex-direction: column;
    position: static;
    transform: none;
    gap: 0.5rem;
  }
  .ky-panel-b__title-text br {
    display: none;
  }
}
.ky-panel-b__title-text .ky-accent {
  position: relative;
  z-index: 1;
  font-size: 24px;
  color: #CBBFA8;
}
@media screen and (max-width: 1024px) {
  .ky-panel-b__title-text .ky-accent {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    order: 1;
    font-size: 2rem;
    position: static;
  }
}
.ky-panel-b__title-text .ky-accent::after {
  position: absolute;
  content: "";
  z-index: 0;
  width: 1px;
  height: 98px;
  background-color: var(--color-main);
  left: 50%;
  transform: translateX(-50%);
  bottom: -112px;
}
@media screen and (max-width: 1024px) {
  .ky-panel-b__title-text .ky-accent::after {
    content: "";
    display: block;
    position: static;
    left: auto;
    bottom: auto;
    transform: none;
    width: 103px;
    height: 1px;
    background-color: #CBBFA8;
  }
}
.ky-panel-b__sp-title {
  margin-top: 64px;
  font-size: 20px;
  letter-spacing: 0.075em;
  line-height: 1.65;
  margin-left: 21px;
  position: relative;
  display: none;
}
@media screen and (max-width: 1024px) {
  .ky-panel-b__sp-title {
    margin-left: calc(21px + -0.3862660944 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-panel-b__sp-title {
    display: inline-block;
    margin-left: 66px;
  }
}
@media screen and (max-width: 499px) {
  .ky-panel-b__sp-title {
    font-size: 17px;
    margin-left: 46px;
  }
}
.ky-panel-b__sp-title-text {
  opacity: 0;
  transform: translateZ(0);
}
.ky-panel-b__sp-title-text::after {
  position: absolute;
  content: "";
  width: 92px;
  height: 1px;
  background-color: #fff;
  top: 55%;
  right: -103px;
}
.ky-panel-b__sp-text-english {
  display: none;
}
@media screen and (max-width: 767px) {
  .ky-panel-b__sp-text-english {
    display: block;
    margin-left: 30px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 499px) {
  .ky-panel-b__sp-text-english {
    margin-left: 20px;
  }
}
.ky-panel-b__moon {
  opacity: 0;
  position: absolute;
  top: -66px;
  left: -48px;
  width: 85px;
  height: 85px;
  background-image: url(../img/top/icon_title_reverse.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.ky-panel-b__sp-moon {
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 59px;
  height: 59px;
  top: -28px;
  left: -38px;
  background-image: url(../img/top/icon_title_reverse.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ky-panel-b__text-english-wrapper {
  width: 483px;
  height: 438px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 1279px) {
  .ky-panel-b__text-english-wrapper {
    width: calc(483px + -0.7142857143 * (1280px - 100vw));
    height: calc(483px + -0.7142857143 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-panel-b__text-english-wrapper {
    width: calc(283px + -0.356223176 * (1000px - 100vw));
    height: calc(283px + -0.356223176 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-panel-b__text-english-wrapper {
    width: 375px;
    height: 100px;
  }
}
.ky-panel-b__text-english-wrapper::before {
  content: none;
}
.ky-panel-b__text-english {
  width: 298px;
  position: absolute;
  z-index: 1;
  left: 103px;
  top: 53px;
}
@media screen and (max-width: 1279px) {
  .ky-panel-b__text-english {
    width: calc(298px + -0.25 * (1280px - 100vw));
    left: calc(103px + -0.2857142857 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-panel-b__text-english {
    width: calc(228px + -0.2575107296 * (1000px - 100vw));
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .ky-panel-b__text-english {
    display: none;
  }
}
.ky-panel-b__img02-wrapper {
  opacity: 0;
  transform: translateZ(0);
  width: 670px;
  position: absolute;
  top: 114px;
  right: 50px;
  overflow: visible;
}
@media screen and (max-width: 1279px) {
  .ky-panel-b__img02-wrapper {
    width: calc(670px + -1.0714285714 * (1280px - 100vw));
    right: calc(50px + -0.0714285714 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-panel-b__img02-wrapper {
    width: 306px;
    max-width: 306px;
    left: 0;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ky-panel-b__img02-wrapper {
    width: 306px;
    max-width: 306px;
    left: 0;
    right: auto;
    top: auto;
    bottom: -150px;
  }
}
.ky-panel-b__img02-wrapper::before {
  position: absolute;
  content: "";
  width: 110%;
  height: 110%;
  top: -6rem;
  right: -7rem;
  left: auto;
  background-color: #000;
  opacity: 0.4;
  border-top-right-radius: 124px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .ky-panel-b__img02-wrapper::before {
    content: none;
  }
}
.ky-panel-b__img02 {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.ky-home-intro {
  position: relative;
  min-height: 615px;
}
@media screen and (max-width: 1024px) {
  .ky-home-intro {
    padding-top: 2rem;
    min-height: 560px;
  }
}
.ky-home-intro__bg-image-clip {
  position: absolute;
  width: 100%;
  height: 615px;
  clip-path: inset(0);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .ky-home-intro__bg-image-clip {
    top: 7rem;
    height: 1228px;
  }
}
.ky-home-intro__bg-image-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 1146px;
  background-image: url(../img/top/exterior.webp);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .ky-home-intro__bg-image-fixed {
    height: 100vh;
  }
}
.ky-home-intro__flex {
  display: flex;
  justify-content: center;
  column-gap: 196px;
  padding-top: 150px;
}
@media screen and (max-width: 1279px) {
  .ky-home-intro__flex {
    column-gap: calc(196px + -0.4285714286 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-home-intro__flex {
    column-gap: calc(76px + -0.0285714286 * (1280px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-home-intro__flex {
    flex-direction: column-reverse;
    padding-top: 180px;
  }
}
@media screen and (max-width: 767px) {
  .ky-home-intro__right {
    width: 100%;
    max-width: 488px;
    margin-right: auto;
  }
}
.ky-home-intro__img-wrapper {
  margin-top: 147px;
  width: 305px;
}
@media screen and (max-width: 1024px) {
  .ky-home-intro__img-wrapper {
    width: calc(305px + -0.2360515021 * (1000px - 100vw));
    margin-top: calc(147px + 0.3519313305 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-home-intro__img-wrapper {
    margin-top: 0;
    margin-right: auto;
    width: 250px;
    margin-bottom: 50px;
  }
}
.ky-home-intro__title {
  margin-top: 50px;
  font-size: 20px;
  letter-spacing: 0.075em;
  line-height: 1.65;
  margin-left: 21px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .ky-home-intro__title {
    margin-left: calc(21px + -0.3862660944 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-home-intro__title {
    margin-left: 36px;
  }
}
@media screen and (max-width: 499px) {
  .ky-home-intro__title {
    font-size: 14px;
    margin-left: 26px;
  }
}
.ky-home-intro__title-break {
  margin-left: 64px;
  position: relative;
}
@media screen and (max-width: 499px) {
  .ky-home-intro__title-break {
    margin-left: 0;
  }
}
.ky-home-intro__title-break::after {
  position: absolute;
  content: "";
  width: 92px;
  height: 1px;
  background-color: #fff;
  top: 55%;
  right: -103px;
}
.ky-home-intro__title-text {
  opacity: 0;
  transform: translateZ(0);
}
.ky-home-intro__moon {
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 59px;
  height: 59px;
  top: -28px;
  left: -38px;
  background-image: url(../img/top/icon_title_reverse.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ky-home-intro__text-english {
  margin-top: 38px;
}
.ky-home-intro__text-english-img {
  width: 388px;
}
.ky-home-intro__text-wrapper {
  width: 488px;
  font-size: 14px;
  line-height: 2;
  margin-top: 22px;
}
@media screen and (max-width: 1024px) {
  .ky-home-intro__text-wrapper {
    width: calc(488px + -0.4034334764 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-home-intro__text-wrapper {
    width: 100%;
  }
}
.ky-home-intro__text + .ky-home-intro__text {
  margin-top: 27px;
}
.ky-home-intro__btn-wrapper {
  margin-top: 39px;
  margin-bottom: 61px;
  text-align: right;
}
@media screen and (max-width: 850px) {
  .ky-home-intro__btn-wrapper {
    margin-right: calc(0px + 0.1204819277 * (850px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-home-intro__btn-wrapper {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.ky-access-section {
  position: relative;
  overflow: visible;
  color: #000;
  z-index: 1;
}
.ky-access-section__inner {
  position: relative;
  max-width: 1312px;
  min-height: 650.23px;
  margin: -60px 0;
  padding: 60px 40px;
  background-image: url(../img/top/back_white2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-right-radius: 230px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .ky-access-section__inner {
    margin: -40px 0;
    padding: 100px 30px 120px;
    min-height: auto;
    align-items: stretch;
    background-image: url(../img/top/back_white2_sp.webp);
    border-top-right-radius: unset;
  }
}
@media screen and (max-width: 767px) {
  .ky-access-section__inner {
    margin: -40px 0;
    padding: 100px 30px 120px;
    border-top-right-radius: unset;
  }
}
@media screen and (max-width: 499px) {
  .ky-access-section__inner {
    padding: 60px 0;
    margin: -30px 0;
  }
}
.ky-access-section__flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "left right" "btn right";
  align-items: end;
  column-gap: 60px;
  row-gap: 28px;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .ky-access-section__flex {
    width: 95%;
    grid-template-columns: 1fr;
    grid-template-areas: "left" "right" "btn";
    align-items: stretch;
    gap: 1rem;
  }
}
.ky-access-section__left {
  grid-area: left;
  min-width: 0;
}
.ky-access-section__right {
  grid-area: right;
  min-width: 0;
}
.ky-access-section__btn-wrapper {
  grid-area: btn;
  margin-top: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: visible;
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .ky-access-section__btn-wrapper {
    justify-content: center;
    padding-right: 0;
  }
}
.ky-access-section__btn-wrapper .ky-btn--more {
  margin-right: 0;
}
.ky-access-section__title {
  padding-top: 80px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: var(--color-heading-secondary);
  letter-spacing: 0;
  line-height: 1.2;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .ky-access-section__title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 499px) {
  .ky-access-section__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ky-access-section__title {
    padding-top: 2rem;
  }
}
.ky-access-section__title {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 40px;
  padding-top: 0;
  line-height: 1;
  color: #CBBFA8;
}
@media screen and (max-width: 1024px) {
  .ky-access-section__title {
    width: 95%;
  }
}
.ky-access-section__text-wrapper {
  max-width: 100%;
}
.ky-access-section__name {
  margin: 0 0 20px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: normal;
  color: #231815;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .ky-access-section__name {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 20px;
  }
  .ky-access-section__name::after {
    content: "";
    flex-shrink: 0;
    width: 107px;
    height: 1px;
    background-color: #CBBFA8;
  }
}
@media screen and (max-width: 499px) {
  .ky-access-section__name {
    font-size: 19px;
  }
}
.ky-access-section__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ky-access-section__item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 450;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .ky-access-section__item {
    font-size: 14px;
  }
}
.ky-access-section__item {
  color: #231815;
  border-bottom: 2px solid #CBBFA8;
  padding: 15px 0;
  padding-left: 22px;
  font-weight: normal;
  line-height: 1.8;
}
.ky-access-section__item:last-child {
  border-bottom: none;
}
.ky-access-section__item-value {
  display: block;
}
.ky-access-section__btn.ky-btn--more {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  color: #231815;
  width: auto;
  min-width: 10em;
  padding: 10px 2.5em 14px 0.5em;
  border-bottom-color: #CBBFA8;
}
.ky-access-section__btn.ky-btn--more::before {
  background-color: #CBBFA8;
}
.ky-access-section__btn.ky-btn--more::after {
  background-color: #CBBFA8;
  width: 58%;
  min-width: 4em;
}
.ky-access-section__btn.ky-btn--more .ky-btn__text {
  padding: 0 2.5em 0 0;
}
.ky-access-section__map {
  position: relative;
  width: 100%;
  max-width: 824px;
  height: 410px;
  background-color: #d9d9d9;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .ky-access-section__map {
    max-width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .ky-access-section__map {
    width: 100%;
    height: auto;
    aspect-ratio: 824/410;
  }
}
.ky-access-section__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(100%);
}
.ky-access-section__pin {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 32px;
  height: 42px;
  transform: translate(-50%, -100%);
  pointer-events: none;
}
.ky-access-section__pin svg {
  display: block;
  width: 100%;
  height: 100%;
}

.ky-home-cuisine {
  overflow: visible;
}
.ky-home-cuisine__sp-text-english-img {
  width: 250px;
}
.ky-home-cuisine__inner {
  overflow: visible;
}
.ky-home-cuisine__flex, .ky-home-cuisine__right, .ky-home-cuisine__text-english-wrapper {
  overflow: visible;
}
@media screen and (min-width: 1025px) {
  .ky-home-cuisine__flex {
    position: relative;
    --ky-cuisine-bg-left: max(0px, calc(100% + 367px - 758px - 8rem));
  }
  .ky-home-cuisine__flex::before {
    position: absolute;
    content: "";
    width: 173%;
    height: 500px;
    top: auto;
    bottom: -9%;
    left: var(--ky-cuisine-bg-left);
    right: auto;
    transform: translateY(-7rem);
    background-color: #fff;
    opacity: 0.5;
    border-top-left-radius: 114px;
    z-index: 0;
    pointer-events: none;
    mix-blend-mode: overlay;
  }
  .ky-home-cuisine__text-english-wrapper, .ky-home-cuisine__text-english-wrapper.ky-panel-a__text-english-wrapper {
    width: 483px;
    height: 438px;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    overflow: visible;
    z-index: auto;
  }
  .ky-home-cuisine__text-english-wrapper::before, .ky-home-cuisine__text-english-wrapper.ky-panel-a__text-english-wrapper::before {
    content: none;
  }
  .ky-home-cuisine__img02-wrapper, .ky-home-cuisine__img02-wrapper.ky-panel-a__img02-wrapper {
    width: 758px;
    height: 500px;
    top: 2rem;
    right: -367px;
    left: auto;
    bottom: auto;
    overflow: visible;
    border-top-left-radius: 114px;
    z-index: 10;
  }
  .ky-home-cuisine__img02, .ky-home-cuisine__img02.ky-panel-a__img02 {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 1024px) {
  .ky-home-cuisine {
    position: relative;
    z-index: 1;
    overflow: visible;
    padding-top: 0;
    padding-bottom: 0;
  }
  .ky-home-cuisine__inner {
    overflow: visible;
    padding-bottom: 0;
  }
  .ky-home-cuisine__title {
    order: 1;
    margin-bottom: 1.5rem;
  }
  .ky-home-cuisine__text-wrapper {
    padding-bottom: 24px;
  }
  .ky-home-cuisine__btn-wrapper {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 9rem;
    text-align: center;
  }
  .ky-home-cuisine__btn-wrapper .ky-btn--more {
    margin-right: 0;
  }
  .ky-home-cuisine__img-area {
    display: none;
  }
  .ky-home-cuisine__text-english-wrapper {
    display: none;
  }
}
.ky-home-cuisine__img01-bridge {
  display: none;
}
@media screen and (max-width: 1024px) {
  .ky-home-cuisine__img01-bridge {
    display: block;
    position: relative;
    z-index: 5;
    height: 0;
    overflow: visible;
    pointer-events: none;
  }
}
@media screen and (max-width: 1024px) {
  .ky-home-cuisine__img01-bridge .ky-home-cuisine__img01-wrapper,
  .ky-home-cuisine__img01-bridge .ky-panel-a__img01-wrapper {
    display: block;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    width: 306px;
    max-width: 306px;
    height: auto;
    margin: 0;
    opacity: 1;
    transform: translateY(-50%);
    z-index: 5;
    pointer-events: auto;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .ky-home-cuisine__img01-bridge .ky-home-cuisine__img01,
  .ky-home-cuisine__img01-bridge .ky-panel-a__img01 {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    opacity: 1;
  }
}
.ky-home-cuisine__img02-bridge {
  display: none;
}
@media screen and (max-width: 1024px) {
  .ky-home-cuisine__img02-bridge {
    display: block;
    position: relative;
    z-index: 5;
    height: 0;
    overflow: visible;
    pointer-events: none;
  }
}
@media screen and (max-width: 1024px) {
  .ky-home-cuisine__img02-bridge .ky-home-cuisine__img02-wrapper,
  .ky-home-cuisine__img02-bridge .ky-panel-a__img02-wrapper {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    bottom: auto;
    width: 306px;
    max-width: 306px;
    height: auto;
    margin: 0;
    opacity: 1;
    transform: translateY(-50%);
    border-top-left-radius: 0;
    overflow: visible;
    z-index: 5;
    pointer-events: auto;
  }
}
@media screen and (max-width: 1024px) {
  .ky-home-cuisine__img02-bridge .ky-home-cuisine__img02,
  .ky-home-cuisine__img02-bridge .ky-panel-a__img02 {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.ky-brewery {
  overflow: visible;
}
.ky-brewery__sp-text-english-img {
  width: 270px;
}
.ky-brewery__title-wrapper {
  color: rgba(203, 191, 168, 0.4);
  padding-left: 4rem;
}
.ky-brewery__title-wrapper .ky-home-heading,
.ky-brewery__title-wrapper .ky-accent {
  color: inherit;
}
@media screen and (max-width: 1024px) {
  .ky-brewery__title-wrapper {
    padding-left: 0;
  }
}
.ky-brewery__text01 {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1025px) {
  .ky-brewery__text01 {
    padding-top: 1.5rem;
    font-size: 14px;
    display: flex;
    justify-content: center;
  }
}
.ky-brewery__text02 {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 450;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .ky-brewery__text02 {
    font-size: 14px;
  }
}
.ky-brewery__text02 {
  font-weight: 450;
}
.ky-brewery__text-english-wrapper {
  font-size: 14px;
}
.ky-brewery__inner {
  overflow: visible;
}
.ky-brewery__flex, .ky-brewery__left, .ky-brewery__text-english-wrapper {
  overflow: visible;
}
@media screen and (min-width: 1025px) {
  .ky-brewery__right {
    position: relative;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.ky-brewery__btn-wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.ky-brewery__btn-wrapper .ky-btn--more {
  margin-right: 0;
}
@media screen and (min-width: 1025px) {
  .ky-brewery__img01-wrapper {
    width: 758px;
    height: 500px;
    margin-left: 0;
    margin-right: 0;
  }
  .ky-brewery__img02-wrapper, .ky-brewery__img02-wrapper.ky-panel-b__img02-wrapper {
    width: 758px;
    height: 500px;
    left: -367px;
    top: 2rem;
    right: auto;
  }
  .ky-brewery__img02 {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 1499px) and (min-width: 768px) {
  .ky-brewery__img02-wrapper, .ky-brewery__img02-wrapper.ky-panel-b__img02-wrapper {
    left: 0;
    right: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 1499px) and (min-width: 1025px) {
  .ky-brewery__inner {
    position: static;
  }
  .ky-brewery__text-english-wrapper, .ky-brewery__text-english-wrapper.ky-panel-b__text-english-wrapper {
    left: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery {
    position: relative;
    z-index: 1;
    overflow: visible;
    margin-top: 0;
    padding-top: 0;
  }
  .ky-brewery__inner {
    overflow: visible;
    min-height: auto;
    padding-bottom: 3rem;
    padding-top: 6rem;
    box-sizing: border-box;
    border-radius: 0;
  }
  .ky-brewery__flex {
    overflow: visible;
  }
  .ky-brewery__title-wrapper {
    margin-bottom: 0;
    padding-top: 0;
  }
  .ky-brewery__text-wrapper {
    padding-bottom: 1rem;
    box-sizing: border-box;
    margin-top: 2rem;
  }
  .ky-brewery__left {
    order: 1;
    padding-bottom: 0;
  }
  .ky-brewery__left .ky-panel-b__title,
  .ky-brewery__left .ky-brewery__title {
    position: static;
    margin-bottom: 0;
  }
  .ky-brewery__left .ky-panel-b__text,
  .ky-brewery__left .ky-brewery__text01,
  .ky-brewery__left .ky-brewery__text02 {
    position: static;
    margin-top: 0;
  }
  .ky-brewery__right {
    order: 2;
    padding-bottom: 40px;
    overflow: visible;
  }
  .ky-brewery__img01-wrapper {
    margin-left: auto;
    margin-right: calc((100% - 100vw) / 2);
    width: 306px;
    max-width: 306px;
  }
  .ky-brewery__text-english-wrapper, .ky-brewery__text-english-wrapper.ky-panel-b__text-english-wrapper {
    left: 0;
    right: auto;
    margin-left: 0;
    align-self: flex-start;
  }
  .ky-brewery__img02-wrapper, .ky-brewery__img02-wrapper.ky-panel-b__img02-wrapper {
    left: 0;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery__img01-wrapper {
    width: 306px;
    max-width: 306px;
  }
}
.ky-brewery__img02-bridge {
  display: none;
}

.ky-site-nav {
  text-align: center;
  position: sticky;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #f7f7f7;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .ky-site-nav {
    display: none;
  }
}
.ky-site-nav__inner {
  display: inline-block;
  padding-bottom: 22px;
  padding-left: 38px;
  padding-right: 38px;
  border-bottom: 1px solid #000;
  max-width: calc(100% - 60px);
}
.ky-site-nav__list {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  font-size: 12px;
  column-gap: 80px;
  position: relative;
}
.ky-site-nav__item {
  position: relative;
  line-height: 1;
}
.ky-site-nav__item::before {
  position: absolute;
  content: "";
  width: 22.4px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%) rotate(-60deg);
  right: -50px;
  background-color: #000;
}
.ky-site-nav__item:last-child::before {
  display: none;
}
.ky-site-nav__sub-list {
  position: absolute;
  z-index: 10;
  left: -16px;
  display: none;
  display: block;
  background-color: #f7f7f7;
  padding: 20px 24px 18px 16px;
  display: none;
}
.ky-site-nav__sub-list.open {
  display: block;
}
.ky-site-nav__sub-item {
  text-align: left;
}
.ky-site-nav__sub-item + .ky-site-nav__sub-item {
  margin-top: 18px;
}

.ky-site-nav__item-link,
.ky-site-nav__sub-item-link,
#dropdown {
  display: inline-block;
  position: relative;
}
.ky-site-nav__item-link::after,
.ky-site-nav__sub-item-link::after,
#dropdown::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  content: "";
  transition: width 0.3s;
  background-color: #000;
}

@media (hover: hover) {
  .ky-site-nav__item-link:hover::after,
  .ky-site-nav__sub-item-link:hover::after,
  #dropdown:hover::after {
    width: 100%;
  }
}
.ky-mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  width: 160px;
  max-height: 100vh;
  transition: visibility 0.3s, opacity 0.3s ease;
  opacity: 0;
  background-color: rgba(10, 10, 10, 0.7);
  overflow: auto;
}
@media screen and (max-width: 1024px) {
  .ky-mobile-nav {
    left: auto;
    right: 0;
    width: min(209px, 55vw);
  }
}
.ky-mobile-nav.ky-is-visible {
  visibility: visible;
  opacity: 1;
}
.ky-mobile-nav__inner {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1024px) {
  .ky-mobile-nav__inner {
    padding-top: 100px;
    padding-bottom: 50px;
    padding-inline: 2rem;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.ky-mobile-nav__item {
  line-height: 1;
  margin-bottom: 34px;
  font-size: 12px;
}
.ky-mobile-nav__item--icons {
  display: flex;
  align-items: center;
  gap: 14px;
}
.ky-mobile-nav__item:last-child {
  margin-bottom: 0;
}
.ky-mobile-nav__item-link-img {
  width: 30px;
  height: auto;
  display: block;
}
.ky-mobile-nav__item-link-img--mail {
  width: 33px;
}

.ky-booking-btn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  z-index: 10000;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 240px;
  font-size: 13px;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media screen and (max-width: 1024px) {
  .ky-booking-btn {
    display: none;
  }
}
.ky-booking-btn.ky-is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.ky-booking-btn__link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 30px;
  background-color: var(--color-sidebar);
  color: #fff;
  text-decoration: none;
}
.ky-booking-btn__text {
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
}

.ky-page-top {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  z-index: 30;
  right: 24px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.ky-page-top.ky-is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (max-width: 1024px) {
  .ky-page-top {
    bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .ky-page-top {
    right: 16px;
    bottom: 64px;
    width: 44px;
    height: 44px;
  }
}
.ky-page-top__link {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.ky-page-top__img {
  display: block;
  width: 100%;
  height: 100%;
}

.ky-mobile-booking {
  display: none;
  position: fixed;
  left: 0;
  z-index: 999;
  width: 100%;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .ky-mobile-booking {
    display: block;
  }
}
.ky-mobile-booking__list {
  display: flex;
  gap: 2px;
}
.ky-mobile-booking__item {
  width: 50%;
  height: 48px;
  margin-left: 0;
  background-color: #CBBFA8;
  border-top-right-radius: 16px;
}
.ky-mobile-booking__item--contact, .ky-mobile-booking__item--restaurant {
  background-color: #CBBFA8;
}
.ky-mobile-booking__item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  height: 100%;
  color: #231815;
  text-decoration: none;
}
.ky-mobile-booking__item-text {
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1;
}

.ky-desktop-nav {
  will-change: transform;
  backface-visibility: hidden;
  background-color: #231815;
  opacity: 0.8;
  position: fixed;
  z-index: 20;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  padding-left: 27px;
  padding-right: 27px;
  padding-bottom: 39px;
  padding-top: 24px;
  border-top-right-radius: 56px;
}
@media screen and (max-width: 1499px) {
  .ky-desktop-nav {
    display: none;
  }
}
.ky-desktop-nav__logo {
  margin-left: -14px;
}
.ky-desktop-nav__logo-img {
  width: 112px;
}
.ky-desktop-nav__list {
  margin-top: 16px;
  font-size: 13px;
}
.ky-desktop-nav__item--active {
  padding-left: 26px;
  position: relative;
}
.ky-desktop-nav__item--active::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 68px;
  height: 1px;
  left: -52px;
  background-color: #E8BD5D;
}
.ky-desktop-nav__item + .ky-desktop-nav__item {
  margin-top: 25px;
}
.ky-desktop-nav__item-link-img {
  width: 21px;
}

.ky-scroll-fade {
  animation: kyScrollFadeBlur 0.8s ease-out forwards;
}
@keyframes kyScrollFadeBlur {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.ky-hero-fade {
  animation: kyHeroFadeBlur 1.4s ease-in-out forwards;
}
@keyframes kyHeroFadeBlur {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.ky-moon-anim {
  animation: moonAppear 2.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes moonAppear {
  0% {
    transform: translateX(-100px) rotate(-135deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}

.ky-moon-anim-r {
  animation: moonAppearRight 2.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes moonAppearRight {
  0% {
    transform: translateX(100px) rotate(135deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}

.ky-parallax {
  width: 100%;
  height: 915px;
  position: fixed;
  z-index: -3;
  top: 0;
  left: 0;
}
.ky-parallax__img-wrapper {
  width: 100%;
  height: 915px;
}
.ky-parallax__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ky-course {
  padding-top: 250px;
  padding-bottom: 193px;
}
@media screen and (max-width: 1279px) {
  .ky-course {
    padding-top: calc(250px - 0.1171875 * (1280px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-course {
    padding-top: 190px;
    padding-bottom: calc(193px - 0.1275510204 * (767px - 100vw));
  }
}
.ky-course__title {
  position: relative;
}
@media screen and (max-width: 1279px) {
  .ky-course__title {
    margin-left: calc(154px - 0.21484375 * (1280px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-course__title {
    width: 371px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 499px) {
  .ky-course__title {
    margin-left: 40px;
  }
}
.ky-course__title-text {
  opacity: 0;
  font-size: 24px;
  letter-spacing: 0.075em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ky-course__title-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 499px) {
  .ky-course__title-text {
    font-size: 17px;
  }
}
.ky-course__title-text::after {
  position: absolute;
  content: "";
  width: 103px;
  height: 1px;
  background-color: #fff;
  top: 55%;
  right: -117px;
}
.ky-course__moon {
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 59px;
  height: 59px;
  top: -34px;
  left: -43px;
  background-image: url(../img/top/icon_title_reverse.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ky-course__body {
  margin-top: 94px;
}
@media screen and (max-width: 767px) {
  .ky-course__body {
    display: flex;
    justify-content: center;
  }
}
.ky-course__list {
  display: flex;
  justify-content: center;
  column-gap: 12px;
}
@media screen and (max-width: 1279px) {
  .ky-course__list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .ky-course__list {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .ky-course__item {
    margin-left: 40px;
  }
}
.ky-course__item--1 {
  width: 371px;
}
@media screen and (max-width: 499px) {
  .ky-course__item--1 {
    width: calc(371px - 0.288 * (500px - 100vw));
  }
}
.ky-course__item--2 {
  margin-top: 83px;
  width: 340px;
}
@media screen and (max-width: 1279px) {
  .ky-course__item--2 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .ky-course__item--2 {
    width: calc(340px - 0.2145922747 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-course__item--2 {
    width: 371px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 499px) {
  .ky-course__item--2 {
    width: calc(371px - 0.288 * (500px - 100vw));
    margin-top: 72px;
  }
}
.ky-course__item--3 {
  margin-top: 178px;
  width: 314px;
}
@media screen and (max-width: 1279px) {
  .ky-course__item--3 {
    margin-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  .ky-course__item--3 {
    width: 371px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 499px) {
  .ky-course__item--3 {
    width: calc(371px - 0.288 * (500px - 100vw));
    margin-top: 72px;
  }
}
.ky-course__cap {
  position: relative;
  text-align: right;
  margin-top: 80px;
  font-size: 14px;
}
@media screen and (max-width: 450px) {
  .ky-course__cap {
    font-size: 13px;
    text-align: left;
  }
}

.ky-course-card__title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  letter-spacing: 0.075em;
  color: #E7BC71;
  line-height: 1;
}
.ky-course-card__title--ginsai::before, .ky-course-card__title--shimotsuki::before {
  height: 333px;
}
.ky-course-card__moon {
  position: absolute;
  top: -33px;
  left: -17px;
  width: 48px;
  height: 48px;
  background-image: url(../img/top/icon_title_reverse.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.ky-course-card__title-text {
  font-size: 24px;
  padding-left: 17px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ky-course-card__title-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 499px) {
  .ky-course-card__title-text {
    font-size: 17px;
  }
}
.ky-course-card__title-price {
  font-size: 20px;
  letter-spacing: 0.12em;
  margin-right: 44px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ky-course-card__title-price {
    font-size: 18px;
  }
}
@media screen and (max-width: 499px) {
  .ky-course-card__title-price {
    font-size: 16px;
  }
}
.ky-course-card__title-price span {
  font-size: 14px;
  color: #fff;
}
.ky-course-card__title-price--3 {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .ky-course-card__title-price--3 {
    margin-right: 44px;
  }
}
.ky-course-card__title-price-cap {
  position: absolute;
  right: 0;
  bottom: -25px;
  display: block;
  font-size: 14px;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
.ky-course-card__body {
  margin-top: 44px;
}
.ky-course-card__list {
  padding-left: 29px;
}
.ky-course-card__item {
  font-size: 14px;
  padding-left: 0.7em;
  position: relative;
  line-height: 2.2142857143;
}
.ky-course-card__item::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  top: 14px;
  left: 0;
}
.ky-course-card__img-wrapper {
  position: relative;
  margin-top: 42px;
}
.ky-course-card__img {
  width: 304px;
}

.ky-dish-menu {
  background-image: url(../img/top/back_white_instagram.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #000;
  font-weight: 450;
  position: relative;
}
.ky-dish-menu__tab-wrapper {
  position: absolute;
  width: 100%;
  top: 1px;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  display: flex;
  column-gap: 4px;
  max-width: 1024px;
}
.ky-dish-menu__tab {
  cursor: pointer;
  border-top-right-radius: 50px;
  width: 50%;
  height: 111px;
  display: grid;
  place-items: center;
  font-size: 22px;
  letter-spacing: 0.075em;
  background-image: url(../img/top/back_white_instagram.jpg);
  background-repeat: no-repeat;
  background-size: 800px;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .ky-dish-menu__tab {
    height: calc(111px - 0.0786516854 * (767px - 100vw));
    font-size: calc(22px - 0.0149812734 * (767px - 100vw));
  }
}
@media screen and (max-width: 499px) {
  .ky-dish-menu__tab {
    height: calc(90px - 0.16 * (500px - 100vw));
    font-size: calc(18px - 0.024 * (500px - 100vw));
  }
}
.ky-dish-menu__tab--inactive {
  background-image: none;
  background-color: #fff;
  opacity: 0.8;
}
.ky-dish-menu__body {
  padding-left: 8px;
  padding-top: 82px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .ky-dish-menu__body {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 499px) {
  .ky-dish-menu__body {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.ky-dish-menu__flex {
  display: flex;
  justify-content: center;
  column-gap: 137px;
}
@media screen and (max-width: 1050px) {
  .ky-dish-menu__flex {
    column-gap: calc(137px + -0.2120141343 * (1050px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-dish-menu__flex {
    display: block;
  }
}
.ky-dish-menu__wrapper {
  display: none;
  transition: all 1s;
}
.ky-dish-menu__wrapper.show {
  display: block;
}
.ky-dish-menu__list--1 {
  max-width: 403px;
}
.ky-dish-menu__list--2 {
  max-width: 441px;
}
@media screen and (max-width: 767px) {
  .ky-dish-menu__list--2 {
    margin-top: 37px;
  }
}
.ky-dish-menu__list--3 {
  max-width: 390px;
}
.ky-dish-menu__list--4 {
  max-width: 441px;
}
@media screen and (max-width: 767px) {
  .ky-dish-menu__list--4 {
    margin-top: 37px;
  }
}
.ky-dish-menu__item + .ky-dish-menu__item {
  margin-top: 37px;
}

.ky-dish-item {
  font-size: 14px;
}
.ky-dish-item__group-title, .ky-dish-item__body {
  padding-left: 12px;
}
.ky-dish-item__group-title {
  line-height: 1;
  position: relative;
}
.ky-dish-item__group-title::before {
  position: absolute;
  content: "";
  width: 4.5px;
  height: 25.4px;
  background-color: #E7BC71;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.ky-dish-item__list {
  line-height: 2.2142857143;
  margin-top: 8px;
}
.ky-dish-item__item {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}
.ky-dish-item__title span {
  font-size: 12px;
}
.ky-dish-item__price {
  white-space: nowrap;
}
.ky-dish-item__price span {
  font-size: 11px;
  margin-left: 3px;
}
.ky-dish-item__cap {
  font-size: 12px;
  text-align: right;
  margin-top: 46px;
}

.ky-feature-a {
  padding-top: 106px;
  position: relative;
}
.ky-feature-a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/top/back_black-stone.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ky-feature-a__title {
  margin-left: 271px;
}
@media screen and (max-width: 1279px) {
  .ky-feature-a__title {
    margin-left: calc(271px + -0.4321428571 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-feature-a__title {
    margin-top: calc(162px + 0.4291845494 * (1000px - 100vw));
    margin-left: calc(150px + -0.2403433476 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-feature-a__title {
    display: none;
  }
}
.ky-feature-a__text-wrapper {
  width: 504px;
  margin-left: 243px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1279px) {
  .ky-feature-a__text-wrapper {
    margin-left: calc(243px + -0.2142857143 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-feature-a__text-wrapper {
    margin-left: calc(183px + -0.643776824 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-feature-a__text-wrapper {
    width: 100%;
    margin-left: 0;
    margin-top: 22px;
    padding: 0 30px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 499px) {
  .ky-feature-a__text-wrapper {
    padding: 0 20px;
    padding-bottom: 128px;
  }
}
.ky-feature-a__title-text {
  position: relative;
}
.ky-feature-a__title-text::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 97px;
  background-color: #000;
  left: 50%;
  transform: translateX(-50%);
  bottom: -104px;
}
.ky-feature-a__sp-title-text {
  position: relative;
}
.ky-feature-a__sp-title-text::after {
  position: absolute;
  content: "";
  width: 92px;
  height: 1px;
  background-color: #000;
  top: 55%;
  right: -100px;
}
.ky-feature-a__text-english {
  width: 220px;
  left: 120px;
  top: 28px;
}
@media screen and (max-width: 1279px) {
  .ky-feature-a__text-english {
    width: calc(220px + -0.2321428571 * (1280px - 100vw));
    left: calc(120px + -0.1071428571 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-feature-a__text-english {
    width: calc(155px + -0.0858369099 * (1000px - 100vw));
    left: calc(90px + -0.1502145923 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-feature-a__text-english {
    display: none;
  }
}
.ky-feature-a__sp-text-english {
  width: 225px;
}

.ky-feature-b {
  margin-top: 586px;
}
.ky-feature-b::before {
  background-image: url(../img/top/back_black-stone.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ky-feature-b__inner {
  background-image: url(../img/food/back_wood02.jpg);
}
.ky-feature-b__title {
  margin-top: 168px;
}
.ky-feature-b__title-text::after {
  display: none;
}
.ky-feature-b__title-break {
  margin-top: 104px;
  position: relative;
}
.ky-feature-b__title-break::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 98px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: -112px;
}
.ky-feature-b__sp-title-text::after {
  display: none;
}
.ky-feature-b__sp-title-break {
  position: relative;
}
.ky-feature-b__sp-title-break::after {
  position: absolute;
  content: "";
  width: 92px;
  height: 1px;
  background-color: #fff;
  top: 55%;
  right: -103px;
}
.ky-feature-b__moon {
  top: -61px;
  left: -11px;
}
.ky-feature-b__text-wrapper {
  margin-top: 40px;
  padding-bottom: 42px;
}
@media screen and (max-width: 1024px) {
  .ky-feature-b__text-wrapper {
    padding-bottom: calc(42px + 0.1201716738 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-feature-b__text-wrapper {
    padding-bottom: 140px;
  }
}
.ky-feature-b__text-english-wrapper {
  width: 478px;
  height: 373px;
}
@media screen and (max-width: 1279px) {
  .ky-feature-b__text-english-wrapper {
    width: calc(478px + -0.7142857143 * (1280px - 100vw));
    height: calc(373px + -0.5 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-feature-b__text-english-wrapper {
    width: calc(278px + -0.313304721 * (1000px - 100vw));
    height: calc(233px + -0.3862660944 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-feature-b__text-english-wrapper {
    width: 375px;
    height: 100px;
  }
}
.ky-feature-b__text-english {
  width: 256px;
  top: 26px;
  left: 108px;
}
@media screen and (max-width: 1279px) {
  .ky-feature-b__text-english {
    width: calc(256px + -0.25 * (1280px - 100vw));
    left: calc(109px + -0.2857142857 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-feature-b__text-english {
    width: calc(186px + -0.1030042918 * (1000px - 100vw));
    left: calc(29px + -0.0600858369 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-feature-b__text-english {
    display: none;
  }
}
.ky-feature-b__img02-wrapper {
  top: 90px;
}
@media screen and (max-width: 767px) {
  .ky-feature-b__img02-wrapper {
    top: auto;
  }
}
.ky-feature-b__sp-text-english {
  width: 250px;
}

.ky-feature-c {
  margin-top: 586px;
}
.ky-feature-c::after {
  display: none;
}
.ky-feature-c__bg-image-clip {
  position: absolute;
  top: -586px;
  left: 0;
  width: 100%;
  height: 915px;
  clip-path: inset(0);
  z-index: -1;
}
.ky-feature-c__bg-image-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 915px;
  background-image: url(../img/food/back_food_02.webp);
  background-size: cover;
  background-position: center;
}
.ky-feature-c__title-text {
  position: relative;
}
.ky-feature-c__title-text::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 97px;
  background-color: #000;
  left: 50%;
  transform: translateX(-50%);
  bottom: -104px;
}
.ky-feature-c__title {
  margin-left: 256px;
}
@media screen and (max-width: 1279px) {
  .ky-feature-c__title {
    margin-left: calc(256px + -0.3607142857 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-feature-c__title {
    margin-top: calc(162px + 0.4291845494 * (1000px - 100vw));
    margin-left: calc(155px + -0.2403433476 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-feature-c__title {
    display: none;
  }
}
.ky-feature-c__sp-title-text {
  position: relative;
}
.ky-feature-c__sp-title-text::after {
  position: absolute;
  content: "";
  width: 92px;
  height: 1px;
  background-color: #000;
  top: 55%;
  right: -100px;
}
.ky-feature-c__text-wrapper {
  width: 498px;
  margin-top: 44px;
  margin-left: 244px;
  padding-bottom: 68px;
}
@media screen and (max-width: 1279px) {
  .ky-feature-c__text-wrapper {
    margin-left: calc(244px + -0.2142857143 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-feature-c__text-wrapper {
    margin-left: calc(184px + -0.643776824 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-feature-c__text-wrapper {
    width: 100%;
    margin-left: 0;
    margin-top: 22px;
    padding: 0 30px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 499px) {
  .ky-feature-c__text-wrapper {
    padding: 0 20px;
    padding-bottom: 128px;
  }
}
.ky-feature-c__text-english {
  width: 214px;
  left: 126px;
  top: 36px;
}
@media screen and (max-width: 1279px) {
  .ky-feature-c__text-english {
    width: calc(214px + -0.1428571429 * (1280px - 100vw));
    left: calc(126px + -0.1428571429 * (1280px - 100vw));
    top: calc(36px + -0.0357142857 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-feature-c__text-english {
    width: calc(174px + -0.0858369099 * (1000px - 100vw));
    left: calc(86px + -0.1716738197 * (1000px - 100vw));
    top: calc(26px + 0.017167382 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-feature-c__text-english {
    display: none;
  }
}
.ky-feature-c__sp-text-english {
  width: 230px;
}

.ky-page-hero {
  width: 100%;
  height: 754px;
  background-image: url(../img/food/hero_food.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.ky-page-hero--drink {
  background-image: url(../img/drink/hero_drink.webp);
}
.ky-page-hero--shop {
  background-image: url(../img/shop/hero_shop.webp);
}
.ky-page-hero__logo {
  position: absolute;
  opacity: 0;
  top: 20px;
  right: 27px;
  width: 174px;
}
@media screen and (max-width: 767px) {
  .ky-page-hero__logo {
    width: calc(174px - 0.127340824 * (767px - 100vw));
  }
}
@media screen and (max-width: 499px) {
  .ky-page-hero__logo {
    right: auto;
    left: 20px;
  }
}
.ky-page-hero__logo-link {
  display: inline-block;
}
.ky-page-hero__text-wrapper {
  position: relative;
  top: 128px;
  left: 128px;
  writing-mode: vertical-rl;
  font-size: 24px;
  line-height: 1.65375;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1600px) {
  .ky-page-hero__text-wrapper {
    left: calc(128px + -0.25 * (1600px - 100vw));
  }
}
@media screen and (max-width: 1279px) {
  .ky-page-hero__text-wrapper {
    left: calc(48px + -0.0390625 * (1280px - 100vw));
    font-size: calc(24px + -0.005859375 * (1280px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-page-hero__text-wrapper {
    font-size: calc(21px + -0.0112359551 * (767px - 100vw));
  }
}
@media screen and (max-width: 499px) {
  .ky-page-hero__text-wrapper {
    font-size: 18px;
    top: 180px;
  }
}
.ky-page-hero__text-wrapper-inner {
  opacity: 0;
}
.ky-page-hero__text--second {
  margin-top: 52px;
  position: relative;
}
.ky-page-hero__text--second::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 98px;
  background-color: #fff;
  bottom: -110px;
  left: 50%;
  transform: translateX(-50%);
}
.ky-page-hero__moon {
  opacity: 0;
  position: absolute;
  top: -69px;
  right: -57px;
  width: 90px;
  height: 90px;
  background-image: url(../img/top/icon_title.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateX(-100px) rotate(-90deg);
}
@media screen and (max-width: 1279px) {
  .ky-page-hero__moon {
    width: calc(90px + -0.02734375 * (1280px - 100vw));
    height: calc(90px + -0.02734375 * (1280px - 100vw));
    right: calc(-50px + 0.015625 * (1280px - 100vw));
  }
}
.ky-page-hero__moon.ky-anim {
  animation: moonAppear 2.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.5s;
}
.ky-page-hero__text-english {
  opacity: 0;
  position: absolute;
  width: 294px;
  left: 20px;
  bottom: 17px;
}

.ky-beverage-page .ky-page-hero__text::after,
.ky-store-page .ky-page-hero__text::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 98px;
  background-color: #fff;
  bottom: -110px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ky-beverage-page .ky-page-hero__text-wrapper,
  .ky-store-page .ky-page-hero__text-wrapper {
    left: calc(28px + -0.0102040816 * (767px - 100vw));
  }
}

.ky-store-page .ky-page-hero__text::after {
  width: 1px;
  height: 84px;
  bottom: -94px;
}
.ky-store-page .ky-page-hero__text-english {
  width: 349px;
}
@media screen and (max-width: 499px) {
  .ky-store-page .ky-page-hero__text-english {
    width: calc(349px + -0.112 * (500px - 100vw));
  }
}

.ky-beverage-page .ky-dish-menu {
  margin-top: 763px;
}
.ky-beverage-page .ky-dish-menu__bg-image-clip {
  position: absolute;
  top: -763px;
  left: 0;
  width: 100%;
  height: 915px;
  clip-path: inset(0);
  z-index: -1;
}
.ky-beverage-page .ky-dish-menu__bg-image-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 915px;
  background-image: url(../img/drink/back_wine.webp);
  background-size: cover;
  background-position: 29%;
}

.ky-beverage-a {
  padding-top: 106px;
  position: relative;
}
.ky-beverage-a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/top/back_black-stone.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ky-beverage-a__title {
  margin-left: 271px;
}
@media screen and (max-width: 1279px) {
  .ky-beverage-a__title {
    margin-left: calc(271px + -0.4321428571 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-beverage-a__title {
    margin-top: calc(162px + 0.4291845494 * (1000px - 100vw));
    margin-left: calc(150px + -0.2403433476 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-beverage-a__title {
    display: none;
  }
}
.ky-beverage-a__text-wrapper {
  width: 504px;
  margin-left: 243px;
  padding-bottom: 89px;
}
@media screen and (max-width: 1279px) {
  .ky-beverage-a__text-wrapper {
    margin-left: calc(243px + -0.2142857143 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-beverage-a__text-wrapper {
    margin-left: calc(183px + -0.643776824 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-beverage-a__text-wrapper {
    width: 100%;
    margin-left: 0;
    margin-top: 22px;
    padding: 0 30px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 499px) {
  .ky-beverage-a__text-wrapper {
    padding: 0 20px;
    padding-bottom: 128px;
  }
}
.ky-beverage-a__title-text {
  position: relative;
}
.ky-beverage-a__title-text::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 97px;
  background-color: #000;
  left: 50%;
  transform: translateX(-50%);
  bottom: -104px;
}
.ky-beverage-a__sp-title-text {
  position: relative;
}
.ky-beverage-a__sp-title-text::after {
  position: absolute;
  content: "";
  width: 92px;
  height: 1px;
  background-color: #000;
  top: 55%;
  right: -100px;
}
.ky-beverage-a__text-english {
  width: 220px;
  left: 120px;
  top: 28px;
}
@media screen and (max-width: 1279px) {
  .ky-beverage-a__text-english {
    width: calc(220px + -0.2321428571 * (1280px - 100vw));
    left: calc(120px + -0.1071428571 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-beverage-a__text-english {
    width: calc(155px + -0.0858369099 * (1000px - 100vw));
    left: calc(90px + -0.1502145923 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-beverage-a__text-english {
    display: none;
  }
}
.ky-beverage-a__sp-text-english-img {
  width: 227px;
}

.ky-beverage-b {
  margin-top: 586px;
}
.ky-beverage-b::before {
  background-image: url(../img/top/back_black-stone.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ky-beverage-b__inner {
  background-image: url(../img/top/back_wood.jpg);
}
.ky-beverage-b__title {
  margin-top: 164px;
}
.ky-beverage-b__title-text::after {
  display: none;
}
.ky-beverage-b__title-break {
  margin-top: 78px;
  position: relative;
}
.ky-beverage-b__title-break::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 98px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: -112px;
}
.ky-beverage-b__sp-title-text::after {
  display: none;
}
.ky-beverage-b__sp-title-break {
  position: relative;
}
.ky-beverage-b__sp-title-break::after {
  position: absolute;
  content: "";
  width: 92px;
  height: 1px;
  background-color: #fff;
  top: 55%;
  right: -103px;
}
.ky-beverage-b__moon {
  top: -61px;
  left: -11px;
}
.ky-beverage-b__text-wrapper {
  margin-top: 40px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .ky-beverage-b__text-wrapper {
    padding-bottom: calc(42px + 0.1201716738 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-beverage-b__text-wrapper {
    padding-bottom: 140px;
  }
}
.ky-beverage-b__text-english-wrapper {
  width: 478px;
  height: 373px;
}
@media screen and (max-width: 1279px) {
  .ky-beverage-b__text-english-wrapper {
    width: calc(478px + -0.7142857143 * (1280px - 100vw));
    height: calc(373px + -0.5 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-beverage-b__text-english-wrapper {
    width: calc(278px + -0.313304721 * (1000px - 100vw));
    height: calc(233px + -0.3862660944 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-beverage-b__text-english-wrapper {
    width: 375px;
    height: 100px;
  }
}
.ky-beverage-b__text-english {
  width: 256px;
  top: 26px;
  left: 108px;
}
@media screen and (max-width: 1279px) {
  .ky-beverage-b__text-english {
    width: calc(256px + -0.25 * (1280px - 100vw));
    left: calc(109px + -0.2857142857 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-beverage-b__text-english {
    width: calc(186px + -0.1030042918 * (1000px - 100vw));
    left: calc(29px + -0.0600858369 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-beverage-b__text-english {
    display: none;
  }
}
.ky-beverage-b__img02-wrapper {
  top: 90px;
}
@media screen and (max-width: 767px) {
  .ky-beverage-b__img02-wrapper {
    top: auto;
  }
}
.ky-beverage-b__bg-image-fixed {
  background-image: url(../img/drink/back_japanese-sake.webp);
}
.ky-beverage-b__sp-text-english-img {
  width: 250px;
}

.ky-store-info {
  padding-top: 106px;
  position: relative;
}
.ky-store-info::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/top/back_black-stone.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ky-store-info__title-break {
  margin-top: 158.5px;
}
.ky-store-info__text-wrapper {
  width: 503px;
  margin-left: 243px;
  padding-bottom: 89px;
}
@media screen and (max-width: 1279px) {
  .ky-store-info__text-wrapper {
    margin-left: calc(243px + -0.2142857143 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-store-info__text-wrapper {
    margin-left: calc(183px + -0.643776824 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-store-info__text-wrapper {
    width: 100%;
    margin-left: 0;
    margin-top: 22px;
    padding: 0 30px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 499px) {
  .ky-store-info__text-wrapper {
    padding: 0 20px;
    padding-bottom: 128px;
  }
}
.ky-store-info__text-english {
  width: 346px;
  left: 80px;
  top: 40px;
}
@media screen and (max-width: 1279px) {
  .ky-store-info__text-english {
    width: calc(346px + -0.3214285714 * (1280px - 100vw));
    left: calc(80px + -0.1428571429 * (1280px - 100vw));
    top: calc(40px + -0.0214285714 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-store-info__text-english {
    width: calc(256px + -0.2145922747 * (1000px - 100vw));
    left: calc(40px + -0.008583691 * (1000px - 100vw));
    top: calc(34px + -0.0429184549 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-store-info__text-english {
    display: none;
  }
}
.ky-store-info__sp-text-english-img {
  width: 227px;
}
.ky-store-info__text-english-wrapper {
  width: 489px;
}
@media screen and (max-width: 1279px) {
  .ky-store-info__text-english-wrapper {
    width: calc(489px + -0.6428571429 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-store-info__text-english-wrapper {
    width: calc(309px + -0.2575107296 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-store-info__text-english-wrapper {
    width: 375px;
    height: 110px;
  }
}

.ky-contact-page {
  background-color: #fff;
  background-image: url(../img/contact/white-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  color: #000;
  font-weight: 450;
  padding-top: 0;
  /* お問い合わせ専用容器（.ky-container と分離） */
}
.ky-contact-page__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1084px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 499px) {
  .ky-contact-page__container {
    padding: 0 20px;
  }
}
.ky-contact-page__intro {
  background-color: #231815;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .ky-contact-page__intro {
    padding-top: 72px;
    padding-bottom: 56px;
  }
}
.ky-contact-page__desc {
  width: 100%;
  margin: 80px 0 0;
  letter-spacing: 0.075em;
  text-align: center;
  font-weight: 500;
  line-height: 1.6875;
  color: #fff;
}
.ky-contact-page__desc a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 6px;
}
@media screen and (max-width: 767px) {
  .ky-contact-page__desc {
    margin-top: 56px;
    font-size: 15px;
  }
}
.ky-contact-page__progress-flex {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: min(720px, 92%);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  color: #fff;
  counter-reset: none;
}
.ky-contact-page__progress-flex::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 17px;
  left: 16.6666666667%;
  right: 16.6666666667%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 767px) {
  .ky-contact-page__progress-flex {
    width: min(100%, 520px);
  }
  .ky-contact-page__progress-flex::before {
    top: 14px;
  }
}
.ky-contact-page__progress-item {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0;
  padding: 0;
}
.ky-contact-page__progress-num {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #231815;
  color: #fff;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .ky-contact-page__progress-num {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
}
.ky-contact-page__progress-label {
  margin-top: 14px;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .ky-contact-page__progress-label {
    margin-top: 12px;
    font-size: 12px;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 499px) {
  .ky-contact-page__progress-label {
    font-size: 11px;
    white-space: normal;
    max-width: 5.5em;
  }
}
.ky-contact-page__progress-item.is-active .ky-contact-page__progress-num, .ky-contact-page__progress-item.is-done .ky-contact-page__progress-num {
  background-color: #fff;
  border-color: #fff;
  color: #231815;
}
.ky-contact-page__progress-item.is-active .ky-contact-page__progress-label {
  font-weight: 500;
}
.ky-contact-page__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-top: 80px;
  padding-bottom: 80px;
  padding-block: 120px;
}
@media screen and (max-width: 767px) {
  .ky-contact-page__body {
    margin-top: 56px;
    padding-block: 80px;
  }
}
.ky-contact-page__body > .ky-contact-form__error {
  width: 90%;
  box-sizing: border-box;
}

.ky-contact-confirm .ky-contact-page__intro,
.ky-contact-complete .ky-contact-page__intro,
.ky-reserve-confirm .ky-contact-page__intro,
.ky-reserve-complete .ky-contact-page__intro {
  padding-top: 48px;
}

.ky-contact-complete .ky-contact-page,
.ky-reserve-complete .ky-contact-page {
  padding-bottom: 0;
  background-color: #231815;
  background-image: url(../img/contact/black-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  color: #fff;
}
.ky-contact-complete .ky-contact-page .ky-contact-page__body,
.ky-reserve-complete .ky-contact-page .ky-contact-page__body {
  padding-bottom: 148px;
}
@media screen and (max-width: 767px) {
  .ky-contact-complete .ky-contact-page .ky-contact-page__body,
  .ky-reserve-complete .ky-contact-page .ky-contact-page__body {
    padding-bottom: 104px;
  }
}

.ky-contact-hero {
  position: relative;
  display: grid;
  place-items: center start;
  min-height: 55svh;
  overflow: hidden;
  background-image: url(../img/brewery/hero_brewery.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .ky-contact-hero {
    min-height: 48svh;
  }
}
@media screen and (max-width: 767px) {
  .ky-contact-hero {
    min-height: 42svh;
  }
}
.ky-contact-hero--news {
  background-image: url(../img/news/hero_news.webp);
}
.ky-contact-hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  padding-left: 0;
  box-sizing: border-box;
}
.ky-contact-hero__title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 5rem;
  line-height: 1.1;
  letter-spacing: 0;
  color: #CBBFA8;
}
@media screen and (max-width: 1024px) {
  .ky-contact-hero__title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ky-contact-hero__title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 499px) {
  .ky-contact-hero__title {
    font-size: 2.5rem;
  }
}
.ky-contact-hero__text {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin: 1.25rem 0 0;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.075em;
}
.ky-contact-hero__text::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 103px;
  height: 1px;
  background-color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .ky-contact-hero__text {
    margin-top: 1rem;
    font-size: 20px;
    gap: 12px;
  }
  .ky-contact-hero__text::after {
    width: 72px;
  }
}
@media screen and (max-width: 499px) {
  .ky-contact-hero__text {
    font-size: 14px;
  }
}

.ky-contact-form {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding-bottom: 79px;
}
@media screen and (max-width: 767px) {
  .ky-contact-form {
    width: 100%;
  }
}
.ky-contact-form__item {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  column-gap: 42px;
  border-style: none;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .ky-contact-form__item {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.ky-contact-form__item:first-child {
  border-style: none;
}
.ky-contact-form__item--date {
  padding-bottom: 20px;
}
.ky-contact-form__item--comment {
  padding-top: 24px;
  padding-bottom: 24px;
}
.ky-contact-form__label {
  width: 225px;
  min-height: 45px;
  height: auto;
  background-color: transparent;
  font-size: 14px;
  color: #000;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
  padding: 0;
  flex: 0 0 225px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .ky-contact-form__label {
    width: 100%;
    flex: none;
    min-height: 0;
  }
}
.ky-contact-form__require {
  font-size: 12px;
  width: auto;
  min-width: 2.75em;
  height: 22px;
  padding: 0 0.6em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  white-space: nowrap;
  color: #fff;
  background-color: #E50065;
  line-height: 1;
}
.ky-contact-form__input-area-flex {
  height: 100%;
  display: flex;
  align-items: center;
  column-gap: 47px;
}
@media screen and (max-width: 1024px) {
  .ky-contact-form__input-area-flex {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    row-gap: 10px;
  }
}
.ky-contact-form__input-area-flex--date {
  height: auto;
}
.ky-contact-form__input-area-cap {
  font-size: 15px;
  margin-top: 22px;
}
.ky-contact-form__input-area {
  flex: 1;
  min-width: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ky-contact-form__input-area {
    margin-top: 15px;
  }
}
.ky-contact-form__input-area--comment {
  width: 100%;
}
.ky-contact-form__input, .ky-contact-form__select, .ky-contact-form__textarea {
  border: 1px solid #CBBFA8;
  background-color: #fff;
  height: 45px;
  font-family: "Noto Sans JP", sans-serif;
  color: #4C4948;
  font-size: 15px;
  padding-left: 1em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.ky-contact-form__input {
  padding-right: 1em;
}
.ky-contact-form__input::placeholder {
  color: #C9CACA;
  font-weight: 400;
}
.ky-contact-form__input--email, .ky-contact-form__input--tel, .ky-contact-form__input--wide {
  width: 100%;
  max-width: 100%;
}
.ky-contact-form__input--date {
  width: 100%;
  margin-top: 8px;
}
.ky-contact-form__select {
  width: 100%;
}
.ky-contact-form__select--course, .ky-contact-form__select--scene, .ky-contact-form__select--question {
  width: 100%;
}
.ky-contact-form__textarea {
  width: 100%;
  max-width: 100%;
  height: 179px;
  padding: 0.5em 1em;
}
.ky-contact-form__sub-label {
  font-size: 15px;
  margin-right: 14px;
}
.ky-contact-form__sub-label--sei, .ky-contact-form__sub-label--mei {
  padding-left: 20px;
}
.ky-contact-form__sub-label--seikana, .ky-contact-form__sub-label--meikana {
  padding-left: 9px;
}
.ky-contact-form__input-area-item {
  width: 268px;
}
@media screen and (max-width: 767px) {
  .ky-contact-form__input-area-item {
    width: 100%;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .ky-contact-form__input-area-item--date {
    display: block;
  }
}
.ky-contact-form__input-area-item-top {
  padding-top: 12px;
}
.ky-contact-form__input-area-item-bottom {
  margin-top: 17px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ky-contact-form__input-area-item-bottom {
    width: 268px;
  }
}
.ky-contact-form__input-area-item-bottom::after {
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  content: "～";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ky-contact-form__input-area-item-bottom-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .ky-contact-form__sub-label {
    white-space: nowrap;
  }
}
.ky-contact-form__input-wrapper {
  position: relative;
  width: 100%;
}
.ky-contact-form__input-wrapper--course, .ky-contact-form__input-wrapper--scene, .ky-contact-form__input-wrapper--question {
  width: 100%;
}
.ky-contact-form__input-wrapper::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 11px 0 11px;
  border-color: #CBBFA8 transparent transparent transparent;
  top: 50%;
  transform: translateY(-50%);
  right: 13px;
  pointer-events: none;
}
.ky-contact-form__btn-wrapper {
  margin-top: 40px;
  text-align: center;
}
.ky-contact-form__agree {
  margin-top: 40px;
  text-align: center;
}
.ky-contact-form__agree-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}
.ky-contact-form__agree-check {
  width: 18px;
  height: 18px;
  margin: 0;
  flex-shrink: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
}
.ky-contact-form__agree-check:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.ky-contact-form__agree-text {
  text-align: left;
}
.ky-contact-form__agree-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ky-contact-form__agree-link:hover {
  opacity: 0.75;
}
.ky-contact-form__btn-link-wrapper {
  width: 300px;
  position: relative;
  margin: 0 auto;
}
.ky-contact-form__btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  border: none;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  font-family: inherit;
  width: 300px;
  height: 48px;
  padding: 0 2.5em 0 1em;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
}
.ky-contact-form__btn-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 43px;
  height: 8px;
  transform: translateY(-50%);
  background: url(../img/contact/arrow.svg) no-repeat center/contain;
  pointer-events: none;
}
.ky-contact-form__btn-link--prev {
  padding-right: 1em;
  padding-left: 2.5em;
}
.ky-contact-form__btn-link--prev::after {
  right: auto;
  left: 16px;
  transform: translateY(-50%) scaleX(-1);
}
.ky-contact-form__error {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0 1.5rem;
  padding: 1rem 1.25rem;
  border: 1px solid #E50065;
  color: #E50065;
  font-size: 14px;
  line-height: 1.7;
  background: #fff5f8;
}
.ky-contact-form__error-lead {
  margin: 0 0 0.5em;
  font-weight: 700;
}
.ky-contact-form__error-list {
  margin: 0;
  padding-left: 1.25em;
}
.ky-contact-form__field-error {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: #E50065;
}
.ky-contact-form__item.is-error .ky-contact-form__input,
.ky-contact-form__item.is-error .ky-contact-form__select,
.ky-contact-form__item.is-error .ky-contact-form__textarea, .ky-contact-form__agree.is-error .ky-contact-form__input,
.ky-contact-form__agree.is-error .ky-contact-form__select,
.ky-contact-form__agree.is-error .ky-contact-form__textarea {
  border-color: #E50065;
}
.ky-contact-form__agree.is-error .ky-contact-form__agree-check {
  border-color: #E50065;
}
.ky-contact-form__agree.is-error .ky-contact-form__field-error {
  margin-top: 10px;
  text-align: center;
}
.ky-contact-form__value {
  font-size: 15px;
  color: #000;
}

.ky-contact-confirm .ky-contact-form__sub-label,
.ky-reserve-confirm .ky-contact-form__sub-label {
  margin-right: 24px;
}
.ky-contact-confirm .ky-contact-form__btn-wrapper,
.ky-reserve-confirm .ky-contact-form__btn-wrapper {
  display: flex;
  justify-content: center;
  column-gap: 80px;
}
@media screen and (max-width: 767px) {
  .ky-contact-confirm .ky-contact-form__btn-wrapper,
  .ky-reserve-confirm .ky-contact-form__btn-wrapper {
    column-gap: calc(80px + -0.1872659176 * (767px - 100vw));
  }
}
@media screen and (max-width: 499px) {
  .ky-contact-confirm .ky-contact-form__btn-wrapper,
  .ky-reserve-confirm .ky-contact-form__btn-wrapper {
    flex-direction: column;
    align-items: center;
    row-gap: 18px;
  }
}
.ky-contact-confirm .ky-contact-form__btn-link-wrapper,
.ky-reserve-confirm .ky-contact-form__btn-link-wrapper {
  margin: 0;
}

.ky-reserve-confirm .ky-contact-form__input-area-item-bottom-flex {
  justify-content: center;
  column-gap: 32px;
}

.wpcf7-not-valid-tip {
  display: block;
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: #E50065;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
  font-size: 15px;
}

.ky-contact-page .wpcf7-form.invalid .wpcf7-response-output,
.ky-contact-page .wpcf7-form.failed .wpcf7-response-output {
  display: none !important;
}

.ky-contact-page .wpcf7 {
  margin: 0;
}
.ky-contact-page .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  max-width: 100%;
}
.ky-contact-page .wpcf7-form .ky-contact-form__input,
.ky-contact-page .wpcf7-form .ky-contact-form__select,
.ky-contact-page .wpcf7-form .ky-contact-form__textarea {
  box-sizing: border-box;
}
.ky-contact-page input.ky-contact-form__btn-link,
.ky-contact-page button.ky-contact-form__btn-link {
  appearance: none;
  border: 0;
  font-family: inherit;
}
.ky-contact-page input.ky-contact-form__btn-link {
  line-height: 48px;
  padding: 0 1.5em;
}
.ky-contact-page .ky-contact-form__agree .wpcf7-form-control-wrap,
.ky-contact-page .ky-contact-form__agree .wpcf7-acceptance,
.ky-contact-page .ky-contact-form__agree .wpcf7-list-item,
.ky-contact-page .ky-contact-form__agree .wpcf7-list-item label {
  display: inline;
  width: auto;
  margin: 0;
}
.ky-contact-page .ky-contact-form__agree .wpcf7-list-item-label:empty {
  display: none;
}
.ky-contact-page form.sent .wpcf7-response-output {
  border-color: transparent;
}

.ky-contact-form__confirm {
  margin-top: 0;
}

.ky-contact-form__confirm-lead {
  text-align: center;
  margin: 0 0 2rem;
  font-weight: 500;
  letter-spacing: 0.075em;
}

.ky-contact-form__btn-wrapper--confirm {
  display: flex;
  justify-content: center;
  column-gap: 80px;
  margin-top: 59px;
}
@media screen and (max-width: 767px) {
  .ky-contact-form__btn-wrapper--confirm {
    column-gap: calc(80px + -0.1872659176 * (767px - 100vw));
  }
}
@media screen and (max-width: 499px) {
  .ky-contact-form__btn-wrapper--confirm {
    flex-direction: column;
    align-items: center;
    row-gap: 18px;
  }
}
.ky-contact-form__btn-wrapper--confirm .ky-contact-form__btn-link-wrapper {
  margin: 0;
}

.ky-contact-form__confirm {
  margin-top: 0;
}

.ky-contact-form__confirm-lead {
  text-align: center;
  margin: 0 0 2rem;
  font-weight: 500;
  letter-spacing: 0.075em;
}

.ky-contact-form__btn-wrapper--confirm {
  display: flex;
  justify-content: center;
  column-gap: 80px;
  margin-top: 59px;
}
@media screen and (max-width: 767px) {
  .ky-contact-form__btn-wrapper--confirm {
    column-gap: calc(80px + -0.1872659176 * (767px - 100vw));
  }
}
@media screen and (max-width: 499px) {
  .ky-contact-form__btn-wrapper--confirm {
    flex-direction: column;
    align-items: center;
    row-gap: 18px;
  }
}
.ky-contact-form__btn-wrapper--confirm .ky-contact-form__btn-link-wrapper {
  margin: 0;
}

/* お問い合わせ完了（他ページと共有しない） */
.ky-contact-done {
  display: grid;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  color: #fff;
  width: max-content;
  max-width: 100%;
}
.ky-contact-done__en {
  margin: 0;
  color: #cbbfa8;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: left;
}
.ky-contact-done__title {
  margin: 40px 0 0;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.7;
  text-align: left;
}
.ky-contact-done__text {
  margin: 40px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: left;
}
.ky-contact-done__btn-wrapper {
  margin-top: 88px;
  justify-self: end;
}
.ky-contact-done__btn.ky-btn {
  width: auto;
  min-width: 0;
}

.ky-news-frame__main {
  padding: 100px;
  padding-left: calc(150px + var(--bleed-left));
}
@media screen and (max-width: 767px) {
  .ky-news-frame__main {
    padding: 40px;
    padding-left: calc(24px + var(--bleed-left));
  }
}
@media screen and (max-width: 499px) {
  .ky-news-frame__main {
    padding-right: 50px;
  }
}

@media screen and (max-width: 499px) {
  .ky-news {
    padding-bottom: 6rem;
  }
}
.ky-news__hero {
  position: relative;
  display: grid;
  place-items: center start;
  min-height: 55svh;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .ky-news__hero {
    min-height: 48svh;
  }
}
@media screen and (max-width: 767px) {
  .ky-news__hero {
    min-height: 42svh;
  }
}
.ky-news__hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.ky-news__hero-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ky-news__hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  padding-left: 0;
  box-sizing: border-box;
}
.ky-news__hero-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 5rem;
  line-height: 1.1;
  letter-spacing: 0;
  color: #CBBFA8;
}
@media screen and (max-width: 1024px) {
  .ky-news__hero-title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ky-news__hero-title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 499px) {
  .ky-news__hero-title {
    font-size: 2.5rem;
  }
}
.ky-news__hero-text {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin: 1.25rem 0 0;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  line-height: 1;
  color: #fff;
}
.ky-news__hero-text::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 103px;
  height: 1px;
  background-color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .ky-news__hero-text {
    margin-top: 1rem;
    font-size: 24px;
    gap: 12px;
  }
  .ky-news__hero-text::after {
    width: 72px;
  }
}
@media screen and (max-width: 499px) {
  .ky-news__hero-text {
    font-size: 20px;
  }
}
.ky-news__list {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #cbbfa8;
}
@media screen and (max-width: 499px) {
  .ky-news__list {
    padding-bottom: 2em;
  }
}
.ky-news__list + .ky-news__list {
  margin-top: 1.5em;
}
@media screen and (max-width: 499px) {
  .ky-news__list + .ky-news__list {
    margin-top: 3em;
  }
}
.ky-news__list-link {
  display: flex;
  justify-content: space-between;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 499px) {
  .ky-news__list-link {
    flex-direction: column-reverse;
  }
}
.ky-news__list-left {
  width: 75%;
}
@media screen and (max-width: 499px) {
  .ky-news__list-left {
    width: 100%;
    margin-top: 0.5em;
  }
}
.ky-news__list-date {
  color: var(--color-main);
  font-size: clamp(16px, 0.95vw, 18px);
  margin-bottom: 0.5em;
}
.ky-news__list-date-month {
  display: inline-block;
  padding-left: 1.5em;
}
.ky-news__list-date-month::after {
  content: "|";
  display: inline-block;
  padding-left: 0.5em;
  font-size: 1.5em;
}
.ky-news__list-date-day {
  padding-left: 0.5em;
}
.ky-news__list-title {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 1em;
  color: #000;
}
.ky-news__list-tag-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 1em;
}
@media screen and (max-width: 499px) {
  .ky-news__list-tag-wrap {
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.ky-news__list-tag {
  font-size: clamp(10px, 0.67vw, 13px);
  display: inline-block;
  background-color: #CBBFA8;
  text-align: center;
  border-radius: 20px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  padding: 2px 1em;
  min-width: 9em;
}
@media screen and (max-width: 499px) {
  .ky-news__list-tag {
    flex-shrink: 0;
  }
}
.ky-news__list-img {
  aspect-ratio: 1.49/1;
  object-fit: cover;
  width: 100%;
  max-width: 147px;
}
@media screen and (max-width: 499px) {
  .ky-news__list-img {
    aspect-ratio: 2/1;
    max-width: 100%;
  }
}

.ky-article {
  padding-top: 149px;
}
@media screen and (max-width: 767px) {
  .ky-article {
    padding-top: calc(149px + -0.1760204082 * (767px - 100vw));
  }
}
.ky-article::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/top/back_black-stone.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ky-article__inner {
  padding-bottom: 83px;
}
@media screen and (max-width: 767px) {
  .ky-article__inner {
    padding-bottom: calc(83px + -0.0714285714 * (767px - 100vw));
  }
}
.ky-article__left {
  margin-left: 243px;
  width: 749px;
}
@media screen and (max-width: 1279px) {
  .ky-article__left {
    width: calc(749px + -0.2357142857 * (1280px - 100vw));
    margin-left: calc(243px + -0.3515625 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-article__left {
    width: calc(683px + -0.6394849785 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-article__left {
    width: calc(534px + -0.5580524345 * (767px - 100vw));
    margin-left: calc(63px + -0.1610486891 * (767px - 100vw));
  }
}
@media screen and (max-width: 499px) {
  .ky-article__left {
    margin-left: 20px;
  }
}
.ky-article__title {
  margin-top: 40px;
  font-size: 22px;
  font-weight: 350;
  padding-left: 1em;
  position: relative;
  padding-right: 2em;
}
@media screen and (max-width: 767px) {
  .ky-article__title {
    font-size: calc(22px + -0.0149812734 * (767px - 100vw));
  }
}
@media screen and (max-width: 499px) {
  .ky-article__title {
    margin-top: calc(40px + 0.16 * (500px - 100vw));
    font-size: 17px;
  }
}
.ky-article__title::before {
  position: absolute;
  content: "";
  width: 4.5px;
  height: 100%;
  background-color: #D9AB41;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ky-article__img01-wrapper {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .ky-article__img01-wrapper {
    width: auto;
  }
}
.ky-article__text-wrapper {
  margin-top: 28px;
  margin-left: 0;
  width: auto;
  font-weight: 350;
  padding: 0;
}
.ky-article__meta {
  margin-top: 21px;
}
.ky-article__meta-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ky-article__category {
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  height: 26px;
  font-size: 13px;
  color: #fff;
  background-color: #D9AB41;
  border-top-right-radius: 24px;
}
.ky-article__date {
  font-size: 12px;
  color: #D9AB41;
}
.ky-article__link {
  margin-top: 48px;
}
.ky-article__text-wrapper p + p {
  margin-top: 18px;
}

.ky-article-nav {
  font-size: 13px;
  display: flex;
}
.ky-article-nav__prev, .ky-article-nav__next {
  width: 50%;
  border: 1px solid #E8B746;
}
.ky-article-nav__prev {
  margin-right: auto;
}
.ky-article-nav__next {
  margin-left: auto;
}
.ky-article-nav__prev-link, .ky-article-nav__next-link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 1em;
}
.ky-article-nav__prev-link span, .ky-article-nav__next-link span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ky-article-nav__prev-link::before, .ky-article-nav__next-link::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}
.ky-article-nav__prev-link {
  padding-right: 1.5em;
  padding-left: 35px;
}
@media screen and (max-width: 499px) {
  .ky-article-nav__prev-link {
    padding-left: 30px;
  }
}
.ky-article-nav__prev-link::before {
  background-image: url(../img/news/arrow-right.svg);
  left: 12px;
}
@media screen and (max-width: 499px) {
  .ky-article-nav__prev-link::before {
    left: 8px;
  }
}
.ky-article-nav__next-link {
  padding-left: 1.5em;
  justify-content: flex-end;
  padding-right: 35px;
}
@media screen and (max-width: 499px) {
  .ky-article-nav__next-link {
    padding-right: 30px;
  }
}
.ky-article-nav__next-link::before {
  background-image: url(../img/news/arrow-right.svg);
  transform: translateY(-50%) rotate(-180deg);
  right: 12px;
}
@media screen and (max-width: 499px) {
  .ky-article-nav__next-link::before {
    right: 8px;
  }
}
.ky-article-nav .ky-no-border-left {
  border-left: none;
}

.ky-products-beer-page {
  background-color: #000;
}

.ky-products-beer {
  color: #fff;
  background-color: #000;
}
.ky-products-beer__hero {
  position: relative;
  display: grid;
  place-items: center start;
  min-height: 55svh;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .ky-products-beer__hero {
    min-height: 48svh;
  }
}
@media screen and (max-width: 767px) {
  .ky-products-beer__hero {
    min-height: 42svh;
  }
}
.ky-products-beer__hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.ky-products-beer__hero-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ky-products-beer__hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  padding-left: 0;
  box-sizing: border-box;
}
.ky-products-beer__hero-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 5rem;
  line-height: 1.1;
  letter-spacing: 0;
  color: #CBBFA8;
}
@media screen and (max-width: 1024px) {
  .ky-products-beer__hero-title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ky-products-beer__hero-title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 499px) {
  .ky-products-beer__hero-title {
    font-size: 2.5rem;
  }
}
.ky-products-beer__hero-text {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin: 1.25rem 0 0;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1;
  color: #fff;
}
.ky-products-beer__hero-text::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 103px;
  height: 1px;
  background-color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .ky-products-beer__hero-text {
    margin-top: 1rem;
    font-size: 20px;
    gap: 12px;
  }
  .ky-products-beer__hero-text::after {
    width: 72px;
  }
}
@media screen and (max-width: 499px) {
  .ky-products-beer__hero-text {
    font-size: 14px;
  }
}
.ky-products-beer__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 4rem 0 auto;
}
@media screen and (max-width: 1024px) {
  .ky-products-beer__heading {
    width: 100%;
    margin: 0;
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .ky-products-beer__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
  }
}
.ky-products-beer__heading-title {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0;
  min-width: 0;
}
.ky-products-beer__heading-title-ja {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #96841c;
}
@media screen and (max-width: 767px) {
  .ky-products-beer__heading-title-ja {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 499px) {
  .ky-products-beer__heading-title-ja {
    font-size: 1rem;
  }
}
.ky-products-beer__heading-title-en {
  display: block;
  margin-top: 0.25em;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #96841c;
}
@media screen and (max-width: 767px) {
  .ky-products-beer__heading-title-en {
    font-size: 1rem;
  }
}
@media screen and (max-width: 499px) {
  .ky-products-beer__heading-title-en {
    font-size: 0.9375rem;
  }
}
.ky-products-beer__heading-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ky-products-beer__heading-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 1.5rem;
  border: none;
  border-radius: 999px;
  background-color: #CBBFA8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
}
@media screen and (max-width: 499px) {
  .ky-products-beer__heading-tag {
    padding: 0.25rem 1rem;
    font-size: 11px;
  }
}
.ky-products-beer__beer-list {
  margin: 1rem 4rem 0 auto;
  padding: 0;
  list-style: none;
  width: min(80%, 100% - 4rem);
  max-width: 100%;
  min-width: 0;
  display: grid;
  gap: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .ky-products-beer__beer-list {
    width: 100%;
    margin: 1rem 0 0;
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .ky-products-beer__beer-list {
    gap: 28px;
  }
}
@media screen and (max-width: 499px) {
  .ky-products-beer__beer-list {
    gap: 24px;
  }
}
.ky-products-beer__beer {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  min-width: 0;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .ky-products-beer__beer {
    gap: 20px;
  }
}
@media screen and (max-width: 499px) {
  .ky-products-beer__beer {
    gap: 16px;
  }
}
.ky-products-beer__beer-img-wrapper {
  overflow: hidden;
  aspect-ratio: auto;
  background-color: #1a1210;
  max-width: 100%;
  min-width: 0;
}
.ky-products-beer__beer-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
  object-fit: cover;
}
.ky-products-beer__beer-body {
  min-width: 0;
}
.ky-products-beer__beer-title {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #96841c;
}
@media screen and (max-width: 767px) {
  .ky-products-beer__beer-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 499px) {
  .ky-products-beer__beer-title {
    font-size: 14px;
  }
}
.ky-products-beer__beer-title-ja {
  display: block;
}
.ky-products-beer__beer-title-en {
  display: block;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.ky-products-beer__beer-title-sub {
  margin: 0.5rem 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 450;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .ky-products-beer__beer-title-sub {
    font-size: 14px;
  }
}
.ky-products-beer__beer-title-sub {
  line-height: 1.8;
  color: var(--color-description);
}
.ky-products-beer__beer-text {
  margin: 12px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 450;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .ky-products-beer__beer-text {
    font-size: 14px;
  }
}
.ky-products-beer__beer-text {
  font-weight: 400;
}
.ky-products-beer__beer-text p,
.ky-products-beer__beer-text .wp-block-paragraph {
  font-weight: 400;
}
.ky-products-beer__beer-text {
  line-height: 1.8;
  color: #000;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.ky-products-beer__beer-text img,
.ky-products-beer__beer-text video,
.ky-products-beer__beer-text iframe,
.ky-products-beer__beer-text figure,
.ky-products-beer__beer-text .wp-block-image,
.ky-products-beer__beer-text .wp-block-gallery,
.ky-products-beer__beer-text .wp-block-embed {
  max-width: 100%;
  height: auto;
}
.ky-products-beer__beer-text figure,
.ky-products-beer__beer-text .wp-block-image {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 499px) {
  .ky-products-beer__beer-text {
    margin-top: 8px;
    line-height: 1.7;
  }
}
.ky-products-beer__beer-info {
  width: 100%;
}
.ky-products-beer__beer-info-text {
  margin: 0 0 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 450;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .ky-products-beer__beer-info-text {
    font-size: 14px;
  }
}
.ky-products-beer__beer-info-text {
  line-height: 1.8;
  color: var(--color-description);
}
@media screen and (max-width: 499px) {
  .ky-products-beer__beer-info-text {
    font-size: 12px;
  }
}
.ky-products-beer__beer-info-list {
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  flex-direction: column;
  border: 1px solid;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 450;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .ky-products-beer__beer-info-list {
    font-size: 14px;
  }
}
.ky-products-beer__beer-info-item {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.ky-products-beer__beer-info-term {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 450;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .ky-products-beer__beer-info-term {
    font-size: 14px;
  }
}
.ky-products-beer__beer-info-term {
  font-weight: 500;
  color: #000;
}
.ky-products-beer__beer-info-desc {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 450;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .ky-products-beer__beer-info-desc {
    font-size: 14px;
  }
}
.ky-products-beer__beer-info-desc {
  color: var(--color-description);
}
.ky-products-beer {
  /* ギャラリーは共通コンポーネント .ky-gallery を使用 */
  /* 画像一覧下の前後コンテンツナビゲーション */
}
.ky-products-beer__content-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 80%;
  margin-top: 2rem;
  margin-inline: auto;
  border: 1.5px solid #3E3A39;
  box-sizing: border-box;
}
.ky-products-beer__content-nav-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  min-height: 72px;
  padding: 1rem 1.25rem;
  box-sizing: border-box;
  color: #3E3A39;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
  transition: color 0.3s, background-color 0.3s;
}
.ky-products-beer__content-nav-link:hover {
  color: #fff;
  background-color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .ky-products-beer__content-nav-link {
    gap: 0.5rem;
    min-height: 64px;
    padding: 0.75rem;
    font-size: 12px;
  }
}
.ky-products-beer__content-nav-link--prev {
  justify-content: flex-start;
  text-align: left;
}
.ky-products-beer__content-nav-link--next {
  justify-content: flex-end;
  border-left: 1.5px solid #3E3A39;
  text-align: right;
}
.ky-products-beer__content-nav-title {
  display: flex;
  flex-direction: column;
  gap: 0.15em;
  min-width: 0;
  overflow-wrap: anywhere;
}
.ky-products-beer__content-nav-title-ja {
  display: block;
}
.ky-products-beer__content-nav-title-en {
  display: block;
  font-size: 0.9em;
  letter-spacing: 0.04em;
}
.ky-products-beer__content-nav-arrow {
  flex-shrink: 0;
  color: #3E3A39;
  font-size: 1.25em;
  transition: color 0.3s;
}
.ky-products-beer__content-nav-link:hover .ky-products-beer__content-nav-arrow {
  color: #fff;
}

.ky-news-detail-page {
  background-color: #000;
}

.ky-news-detail {
  color: #fff;
  background-color: #000;
}
.ky-news-detail__hero {
  position: relative;
  display: grid;
  place-items: center start;
  min-height: 55svh;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .ky-news-detail__hero {
    min-height: 48svh;
  }
}
@media screen and (max-width: 767px) {
  .ky-news-detail__hero {
    min-height: 42svh;
  }
}
.ky-news-detail__hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.ky-news-detail__hero-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ky-news-detail__hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  padding-left: 0;
  box-sizing: border-box;
}
.ky-news-detail__hero-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 5rem;
  line-height: 1.1;
  letter-spacing: 0;
  color: #CBBFA8;
}
@media screen and (max-width: 1024px) {
  .ky-news-detail__hero-title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ky-news-detail__hero-title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 499px) {
  .ky-news-detail__hero-title {
    font-size: 2.5rem;
  }
}
.ky-news-detail__heading {
  width: 80%;
  margin: 0 4rem 0 auto;
}
@media screen and (max-width: 1024px) {
  .ky-news-detail__heading {
    width: 100%;
    margin: 0;
  }
}
.ky-news-detail__heading-date {
  color: var(--color-main);
  font-size: clamp(14px, 0.78vw, 15px);
  margin-bottom: 0.5em;
}
.ky-news-detail__heading-date-month {
  display: inline-block;
  padding-left: 1.5em;
}
.ky-news-detail__heading-date-month::after {
  content: "|";
  display: inline-block;
  padding-left: 0.5em;
  font-size: 1.5em;
}
.ky-news-detail__heading-date-day {
  padding-left: 0.5em;
}
.ky-news-detail__heading-title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(16px, 1.25vw, 20px);
  color: #96841c;
}
.ky-news-detail__heading-title-ja {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #96841c;
}
@media screen and (max-width: 767px) {
  .ky-news-detail__heading-title-ja {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 499px) {
  .ky-news-detail__heading-title-ja {
    font-size: 1rem;
  }
}
.ky-news-detail__heading-title-en {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  color: #96841c;
}
@media screen and (max-width: 767px) {
  .ky-news-detail__heading-title-en {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 499px) {
  .ky-news-detail__heading-title-en {
    font-size: 1rem;
  }
}
.ky-news-detail__heading-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ky-news-detail__heading-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 1.5rem;
  border: none;
  border-radius: 999px;
  background-color: #CBBFA8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
}
@media screen and (max-width: 499px) {
  .ky-news-detail__heading-tag {
    padding: 0.25rem 1rem;
    font-size: 11px;
  }
}
.ky-news-detail__news-list {
  margin: 1rem 4rem 0 auto;
  padding: 0;
  list-style: none;
  width: min(80%, 100% - 4rem);
  max-width: 100%;
  min-width: 0;
  display: grid;
  gap: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .ky-news-detail__news-list {
    width: 100%;
    margin: 1rem 0 0;
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .ky-news-detail__news-list {
    gap: 28px;
  }
}
@media screen and (max-width: 499px) {
  .ky-news-detail__news-list {
    gap: 24px;
  }
}
.ky-news-detail__news {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: center;
  min-width: 0;
  max-width: 100%;
}
.ky-news-detail__news > * + * {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .ky-news-detail__news {
    gap: 10px;
  }
}
@media screen and (max-width: 499px) {
  .ky-news-detail__news {
    gap: 16px;
  }
}
.ky-news-detail__news-tag-wrap + .ky-news-detail__news-body {
  margin-top: 5px;
}
.ky-news-detail__news-img-wrapper {
  overflow: hidden;
  aspect-ratio: auto;
  background-color: #1a1210;
  max-width: 100%;
  min-width: 0;
}
.ky-news-detail__news-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
  object-fit: cover;
}
.ky-news-detail__news-body {
  min-width: 0;
}
.ky-news-detail__news-text {
  margin: 12px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.ky-news-detail__news-text p,
.ky-news-detail__news-text .wp-block-paragraph {
  font-weight: 400;
}
.ky-news-detail__news-text {
  line-height: 1.8;
  color: #000;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.ky-news-detail__news-text img,
.ky-news-detail__news-text video,
.ky-news-detail__news-text iframe,
.ky-news-detail__news-text figure,
.ky-news-detail__news-text .wp-block-image,
.ky-news-detail__news-text .wp-block-gallery,
.ky-news-detail__news-text .wp-block-embed {
  max-width: 100%;
  height: auto;
}
.ky-news-detail__news-text figure,
.ky-news-detail__news-text .wp-block-image {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 499px) {
  .ky-news-detail__news-text {
    margin-top: 8px;
    line-height: 1.7;
  }
}
.ky-news-detail__news-tag-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}
.ky-news-detail__news-tag {
  font-size: clamp(10px, 0.9vw, 13px);
  display: inline-block;
  background-color: #CBBFA8;
  text-align: center;
  border-radius: 20px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  padding: 5px 1em;
  min-width: 6em;
}
.ky-news-detail {
  /* ギャラリーは共通コンポーネント .ky-gallery を使用 */
}
.ky-news-detail__content-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  margin-top: 2rem;
  margin-inline: auto;
  border: 1.5px solid #3E3A39;
  box-sizing: border-box;
}
.ky-news-detail__content-nav-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  min-height: 72px;
  padding: 1rem 1.25rem;
  box-sizing: border-box;
  color: #3E3A39;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
  transition: color 0.3s, background-color 0.3s;
}
.ky-news-detail__content-nav-link:hover {
  color: #fff;
  background-color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .ky-news-detail__content-nav-link {
    gap: 0.5rem;
    min-height: 64px;
    padding: 0.75rem;
    font-size: 10px;
  }
}
.ky-news-detail__content-nav-link--prev {
  justify-content: flex-start;
  text-align: left;
}
.ky-news-detail__content-nav-link--next {
  justify-content: flex-end;
  border-left: 1.5px solid #3E3A39;
}
.ky-news-detail__content-nav-title {
  display: flex;
  flex-direction: column;
  gap: 0.15em;
  min-width: 0;
  overflow-wrap: anywhere;
}
.ky-news-detail__content-nav-title-ja {
  display: block;
}
.ky-news-detail__content-nav-title-en {
  display: block;
  font-size: 0.9em;
  letter-spacing: 0.04em;
}
.ky-news-detail__content-nav-arrow {
  flex-shrink: 0;
  color: #3E3A39;
  font-size: 1.25em;
  transition: color 0.3s;
}
.ky-news-detail__content-nav-link:hover .ky-news-detail__content-nav-arrow {
  color: #fff;
}

.ky-news-frame__main {
  background-image: url(../img/top/back_white2.webp);
}

.ky-products-page {
  background-color: #000;
}

.ky-products {
  color: #fff;
  background-color: #000;
}
.ky-products__hero {
  position: relative;
  display: grid;
  place-items: center start;
  min-height: 55svh;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .ky-products__hero {
    min-height: 48svh;
  }
}
@media screen and (max-width: 767px) {
  .ky-products__hero {
    min-height: 42svh;
  }
}
.ky-products__hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.ky-products__hero-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ky-products__hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  padding-left: 0;
  box-sizing: border-box;
}
.ky-products__hero-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 5rem;
  line-height: 1.1;
  letter-spacing: 0;
  color: #CBBFA8;
}
@media screen and (max-width: 1024px) {
  .ky-products__hero-title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ky-products__hero-title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 499px) {
  .ky-products__hero-title {
    font-size: 2.5rem;
  }
}
.ky-products__hero-text {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin: 1.25rem 0 0;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1;
  color: #fff;
}
.ky-products__hero-text::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 103px;
  height: 1px;
  background-color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .ky-products__hero-text {
    margin-top: 1rem;
    font-size: 20px;
    gap: 12px;
  }
  .ky-products__hero-text::after {
    width: 72px;
  }
}
@media screen and (max-width: 499px) {
  .ky-products__hero-text {
    font-size: 14px;
  }
}
.ky-products__content {
  width: min(90%, 1080px);
  margin: 0 auto;
  padding: 120px 0 40px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ky-products__content {
    padding: 72px 0 40px;
  }
}
.ky-products__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 4.16vw, 80px) clamp(20px, 5.83vw, 112px);
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .ky-products__list {
    grid-template-columns: 1fr;
  }
}
.ky-products__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #1a1210;
  color: inherit;
  text-decoration: none;
  box-sizing: border-box;
}
.ky-products__card-image-wrap {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.ky-products__card__body {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 1.66vw, 32px);
  padding-top: 1em;
}
@media screen and (max-width: 767px) {
  .ky-products__card__body {
    grid-template-columns: 1fr;
  }
}
.ky-products__card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ky-products__card-title-wrap {
  text-align: center;
}
.ky-products__card-title {
  margin: 0;
  color: #96841c;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(14px, 0.89vw, 18px);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.ky-products__card-title-ja {
  display: block;
}
.ky-products__card-title-en {
  display: block;
  margin-top: 0.25em;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(12px, 0.78vw, 15px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #96841c;
}
.ky-products__card-title-sub {
  color: var(--color-description-2);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 450;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .ky-products__card-title-sub {
    font-size: 14px;
  }
}
.ky-products__card-title-sub {
  line-height: 1.8;
  text-align: center;
}
.ky-products__card__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 499px) {
  .ky-products__card__right {
    padding-bottom: 1rem;
  }
}
.ky-products__card-cat-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .ky-products__card-cat-wrap {
    justify-content: flex-start;
    gap: 0.5em;
  }
}
.ky-products__card-cat {
  width: 48%;
  background-color: #CBBFA8;
  text-align: center;
  border-radius: 20px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(10px, 0.73vw, 14px);
}
@media screen and (max-width: 767px) {
  .ky-products__card-cat {
    width: auto;
    padding: 1px 1em;
  }
}
.ky-products__card__btn {
  border-bottom: 1px solid #cbbfa8;
  padding: 8px 10px 8px;
  width: 100%;
  max-width: 141px;
  min-width: auto;
  font-size: clamp(12px, 0.72vw, 14px);
}
.ky-products__card__btn::before {
  background-color: #cbbfa8;
  width: 1px;
}
.ky-products__card__btn::after {
  background-color: #cbbfa8;
  height: 1px;
}

.ky-privacy-page {
  background-color: #000;
}

.ky-privacy {
  color: #fff;
  background-color: #000;
}
.ky-privacy__hero {
  position: relative;
  display: grid;
  place-items: center start;
  min-height: 55svh;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .ky-privacy__hero {
    min-height: 48svh;
  }
}
@media screen and (max-width: 767px) {
  .ky-privacy__hero {
    min-height: 42svh;
  }
}
.ky-privacy__hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.ky-privacy__hero-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ky-privacy__hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  padding-left: 0;
  box-sizing: border-box;
}
.ky-privacy__hero-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 5rem;
  line-height: 1.1;
  letter-spacing: 0;
  color: #CBBFA8;
}
@media screen and (max-width: 1024px) {
  .ky-privacy__hero-title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ky-privacy__hero-title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 499px) {
  .ky-privacy__hero-title {
    font-size: 2.5rem;
  }
}
.ky-privacy__hero-text {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin: 1.25rem 0 0;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1;
  color: #fff;
}
.ky-privacy__hero-text::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 103px;
  height: 1px;
  background-color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .ky-privacy__hero-text {
    margin-top: 1rem;
    font-size: 20px;
    gap: 12px;
  }
  .ky-privacy__hero-text::after {
    width: 72px;
  }
}
@media screen and (max-width: 499px) {
  .ky-privacy__hero-text {
    font-size: 14px;
  }
}
.ky-privacy__content {
  width: min(90%, 1080px);
  margin: 0 auto;
  padding: 120px 0 40px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .ky-privacy__content {
    padding: 72px 0 40px;
  }
}
.ky-privacy__content h2 {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 600;
  margin-bottom: 1em;
}
.ky-privacy__content p {
  margin-bottom: 1em;
}
.ky-privacy__content a {
  text-decoration: underline;
  overflow-wrap: anywhere;
  color: inherit;
}
.ky-privacy__content dt {
  margin-bottom: 0.5em;
}
.ky-privacy__content dd {
  margin-bottom: 0.8em;
}
.ky-privacy__content ul {
  margin: 0.5em 0;
}
.ky-privacy__content li {
  margin-bottom: 0.5em;
}
.ky-privacy__title {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 600;
  margin-bottom: 1em;
}
.ky-privacy__txt {
  margin-bottom: 1em;
}
.ky-privacy__list-link {
  text-decoration: underline;
  overflow-wrap: anywhere;
}
.ky-privacy__list-title, .ky-privacy__list__terms-list-title {
  margin-bottom: 0.5em;
}
.ky-privacy__list-txt, .ky-privacy__list__terms-list-txt {
  margin-bottom: 0.8em;
}
.ky-privacy__list-txt__list {
  margin: 0.5em 0;
}
.ky-privacy__list-txt__list-txt {
  margin-bottom: 0.5em;
}
.ky-privacy__list__terms-wrap {
  margin: 1em 0;
}
.ky-privacy__list__terms-title {
  font-size: clamp(18px, 2vw, 24px);
  margin: 2em 0 0.5em;
}
.ky-privacy__signature {
  text-align: right;
  margin-top: 2em;
}

.ky-brewery-page {
  background-color: #000;
}
.ky-brewery-page .ky-btn--more::after {
  bottom: 46%;
}
.ky-brewery-page .ky-brewery-page-products__btn-wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  width: 100%;
  max-width: 100%;
}
.ky-brewery-page .ky-brewery-page-products__btn-wrapper .ky-btn--more {
  margin-right: 0;
}

.ky-brewery-page {
  color: #fff;
  background-color: #000;
}
.ky-brewery-page__hero {
  position: relative;
  display: grid;
  place-items: center start;
  min-height: 55svh;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page__hero {
    min-height: 48svh;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page__hero {
    min-height: 42svh;
  }
}
.ky-brewery-page__hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.ky-brewery-page__hero-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ky-brewery-page__hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  padding-left: 0;
  box-sizing: border-box;
}
.ky-brewery-page__hero-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 5rem;
  line-height: 1.1;
  letter-spacing: 0;
  color: #CBBFA8;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page__hero-title {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page__hero-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page__hero-title {
    font-size: 40px;
  }
}
.ky-brewery-page__hero-text {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin: 1.25rem 0 0;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1;
  color: #fff;
}
.ky-brewery-page__hero-text::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 103px;
  height: 1px;
  background-color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .ky-brewery-page__hero-text {
    margin-top: 1rem;
    font-size: 20px;
    gap: 12px;
  }
  .ky-brewery-page__hero-text::after {
    width: 72px;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page__hero-text {
    font-size: 14px;
  }
}

.ky-brewery-page-heading {
  padding-top: 120px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: var(--color-heading-secondary);
  letter-spacing: 0;
  line-height: 1;
  font-size: 5rem;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-heading {
    padding-top: 0;
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-heading {
    padding-top: 0;
    font-size: 40px;
  }
}

.ky-brewery-page-concept {
  position: relative;
  z-index: 2;
  overflow: visible;
  padding-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-concept {
    padding-bottom: 6rem;
    z-index: 100;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-concept {
    overflow-x: clip;
    padding-bottom: 3rem;
  }
}
.ky-brewery-page-concept__inner {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-concept__inner {
    display: block;
  }
}
.ky-brewery-page-concept__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.ky-brewery-page-concept__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-concept__bg {
    overflow: hidden;
  }
}
.ky-brewery-page-concept__bg-img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: 160% center;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-concept__bg-img {
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
}
.ky-brewery-page-concept__flex {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: flex-start;
  column-gap: 100px;
  overflow: visible;
  padding-top: 0;
}
@media screen and (max-width: 1499px) and (min-width: 1025px) {
  .ky-brewery-page-concept__flex {
    column-gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-concept__flex {
    flex-direction: column;
    column-gap: 0;
    align-items: end;
    padding-top: 0;
  }
}
.ky-brewery-page-concept__left {
  padding-left: 0;
  margin: 0 0 1.5rem;
  width: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-concept__left {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-concept__left {
    width: 100%;
    max-width: 100%;
    padding: 0;
    overflow: hidden;
  }
}
.ky-brewery-page-concept__right {
  position: relative;
  z-index: 999;
  margin-top: 0;
  margin-left: 54px;
  padding-right: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-top: 40px;
}
@media screen and (max-width: 1499px) and (min-width: 1025px) {
  .ky-brewery-page-concept__right {
    margin-left: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-concept__right {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding: 0;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-concept__right {
    margin-top: 0;
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding: 0;
    padding-top: 6rem;
  }
}
.ky-brewery-page-concept__concept {
  margin-top: 0;
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-concept__concept {
    margin-top: 0;
    margin-right: 0;
    text-align: left;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-concept__concept {
    margin-top: 0;
    margin-right: 0;
  }
}
.ky-brewery-page-concept__concept > .ky-brewery-page-concept__title {
  margin-top: 0;
  margin-left: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 5rem;
  color: rgba(203, 191, 168, 0.4);
  letter-spacing: 0;
  line-height: 1.2;
  word-break: normal;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 1499px) and (min-width: 1025px) {
  .ky-brewery-page-concept__concept > .ky-brewery-page-concept__title {
    text-align: left;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-concept__concept > .ky-brewery-page-concept__title {
    font-size: 80px;
    text-align: left;
    padding-right: 0;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-concept__concept > .ky-brewery-page-concept__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-concept__concept > .ky-brewery-page-concept__title {
    font-size: 40px;
    padding-right: 4rem;
  }
}
.ky-brewery-page-concept__title {
  margin-top: 118px;
  font-size: 36px;
  letter-spacing: 0.075em;
  line-height: 1.65;
  margin-left: 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-concept__title {
    margin-top: calc(118px + -0.056122449 * (767px - 100vw));
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-concept__title {
    font-size: 17px;
  }
}
.ky-brewery-page-concept__title-text {
  opacity: 0;
  transform: translateZ(0);
}
.ky-brewery-page-concept__title-break {
  margin-left: 152px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-concept__title-break {
    margin-left: 85px;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-concept__title-break {
    margin-left: 55px;
  }
}
.ky-brewery-page-concept__title-break::after {
  position: absolute;
  content: "";
  width: 92px;
  height: 1px;
  background-color: #fff;
  top: 55%;
  right: -103px;
}
.ky-brewery-page-concept__moon {
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 59px;
  height: 59px;
  top: -28px;
  left: -35px;
  background-image: url(../img/top/icon_title_reverse.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ky-brewery-page-concept__text-english {
  margin-top: 29px;
}
.ky-brewery-page-concept__content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  column-gap: 40px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-concept__content {
    flex-direction: column;
    column-gap: 0;
    align-items: stretch;
    gap: 2rem;
  }
}
.ky-brewery-page-concept__content--reverse {
  justify-content: flex-start;
  margin-top: 6rem;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-concept__content--reverse {
    margin-top: 1.5rem;
    flex-direction: column-reverse;
  }
}
.ky-brewery-page-concept__content--reverse .ky-brewery-page-concept__img-wrapper {
  margin-left: 0;
  margin-right: 2rem;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-concept__content--reverse .ky-brewery-page-concept__img-wrapper {
    display: block;
    margin-right: 0;
    width: 400px;
    position: relative;
    bottom: -60px;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-concept__content--reverse .ky-brewery-page-concept__img-wrapper {
    width: 306px;
    height: 100px;
    max-width: 306px;
  }
}
.ky-brewery-page-concept__content--reverse .ky-brewery-page-concept__img {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-concept__content--reverse .ky-brewery-page-concept__text-wrapper {
    margin-top: 0;
  }
}
.ky-brewery-page-concept__text-wrapper {
  width: 40%;
  font-size: 16px;
  font-weight: 450;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-concept__text-wrapper {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-concept__text-wrapper {
    width: 50%;
    max-width: 100%;
    margin: 0 auto;
    order: 1;
    box-sizing: border-box;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-concept__text-wrapper {
    width: 100%;
    padding: 0 5%;
  }
}
.ky-brewery-page-concept__flex .ky-brewery-page-concept__text-wrapper {
  margin-top: 16rem;
  text-align: left;
  padding-bottom: 4rem;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-concept__flex .ky-brewery-page-concept__text-wrapper {
    margin-top: 0;
    padding-bottom: 0;
  }
}
.ky-brewery-page-concept__flex .ky-brewery-page-concept__text-wrapper--intro {
  margin-top: 8rem;
  width: 32%;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-concept__flex .ky-brewery-page-concept__text-wrapper--intro {
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .ky-brewery-page-concept__flex .ky-brewery-page-concept__text-wrapper--flush {
    margin-top: 0;
  }
}
.ky-brewery-page-concept__right .ky-brewery-page-concept__text-wrapper {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-concept__right .ky-brewery-page-concept__text-wrapper {
    margin-left: auto;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-concept__right .ky-brewery-page-concept__text-wrapper {
    margin-left: auto;
    width: 100%;
  }
}
.ky-brewery-page-concept__heading_text {
  position: relative;
  display: inline-block;
  margin: 0;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1.5;
  max-width: 100%;
  text-align: left;
}
@media screen and (max-width: 1499px) and (min-width: 1025px) {
  .ky-brewery-page-concept__heading_text {
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-concept__heading_text {
    font-size: 20px;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-concept__heading_text {
    font-size: 20px;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-concept__heading_text {
    font-size: 18px;
    padding-right: 9rem;
  }
}
.ky-brewery-page-concept__heading_text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: calc(100% + 16px);
  width: 103px;
  height: 1px;
  background-color: #FFFFFF;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-concept__heading_text::after {
    left: 6.5rem;
    right: auto;
    width: min(103px, 18vw);
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-concept__heading_text::after {
    width: min(72px, 16vw);
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-concept__heading_text::after {
    width: 107px;
  }
}
.ky-brewery-page-concept__heading_description {
  margin-top: 27px;
  padding-left: 0;
  color: var(--color-sub);
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 1499px) and (min-width: 1025px) {
  .ky-brewery-page-concept__heading_description {
    padding-left: 0;
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-concept__heading_description {
    margin-top: 16px;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 2;
    text-align: left;
  }
}
.ky-brewery-page-concept__text {
  max-width: 36em;
  color: var(--color-description-2);
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 450;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-concept__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-concept__text {
    max-width: 100%;
    font-feature-settings: "palt";
  }
}
.ky-brewery-page-concept__text + .ky-brewery-page-concept__text {
  margin-top: 27px;
}
.ky-brewery-page-concept__btn-wrapper {
  position: relative;
  z-index: 1;
  overflow: visible;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-concept__btn-wrapper {
    order: 2;
    margin-bottom: 20px;
  }
}
.ky-brewery-page-concept__right .ky-brewery-page-concept__btn-wrapper {
  margin-left: auto;
  text-align: center;
  margin-right: auto;
  width: fit-content;
  max-width: 100%;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-concept__right .ky-brewery-page-concept__btn-wrapper {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-concept__right .ky-brewery-page-concept__btn-wrapper {
    width: fit-content;
  }
}
.ky-brewery-page-concept__img-wrapper {
  margin-top: 0;
  margin-left: 3rem;
  opacity: 0;
  transform: translateZ(0);
  flex-shrink: 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-concept__img-wrapper {
    display: block;
    margin-left: auto;
    margin-right: calc((100% - 100vw) / 2);
    width: 400px;
    max-width: 400px;
    padding-top: 0;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-concept__img-wrapper {
    width: 306px;
    max-width: 306px;
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-concept__img-wrapper.ky-scroll-fade {
    position: relative;
    z-index: 200;
  }
}
.ky-brewery-page-concept__content .ky-brewery-page-concept__img-wrapper, .ky-brewery-page-concept__right .ky-brewery-page-concept__img-wrapper {
  text-align: right;
}
.ky-brewery-page-concept__img {
  max-width: 719.56px;
  width: 100%;
  display: block;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-concept__img {
    width: 100%;
    max-width: 100%;
  }
}
.ky-brewery-page-concept__sp-text-english-img {
  width: 250px;
}
.ky-brewery-page-concept__img-bridge {
  display: none;
}
.ky-brewery-page-concept__img-bridge .ky-brewery-page-concept__img-wrapper,
.ky-brewery-page-concept__img-bridge .ky-brewery-page-concept__img {
  display: none;
}

.ky-brewery-page-feature__img02-bridge + .ky-brewery-page-concept,
.ky-brewery-page-feature + .ky-brewery-page-concept {
  margin-top: -176px;
  padding-top: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-feature__img02-bridge + .ky-brewery-page-concept,
  .ky-brewery-page-feature + .ky-brewery-page-concept {
    margin-top: -60px;
    padding-top: 0;
    z-index: 100;
  }
}
.ky-brewery-page-feature__img02-bridge + .ky-brewery-page-concept .ky-brewery-page-concept__flex,
.ky-brewery-page-feature + .ky-brewery-page-concept .ky-brewery-page-concept__flex {
  padding-top: 6rem;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-feature__img02-bridge + .ky-brewery-page-concept .ky-brewery-page-concept__flex,
  .ky-brewery-page-feature + .ky-brewery-page-concept .ky-brewery-page-concept__flex {
    padding-top: 0;
  }
}
.ky-brewery-page-feature__img02-bridge + .ky-brewery-page-concept .ky-brewery-page-concept__content:not(.ky-brewery-page-concept__content--reverse) .ky-brewery-page-concept__img-wrapper,
.ky-brewery-page-feature + .ky-brewery-page-concept .ky-brewery-page-concept__content:not(.ky-brewery-page-concept__content--reverse) .ky-brewery-page-concept__img-wrapper {
  padding-top: 21rem;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-feature__img02-bridge + .ky-brewery-page-concept .ky-brewery-page-concept__content:not(.ky-brewery-page-concept__content--reverse) .ky-brewery-page-concept__img-wrapper,
  .ky-brewery-page-feature + .ky-brewery-page-concept .ky-brewery-page-concept__content:not(.ky-brewery-page-concept__content--reverse) .ky-brewery-page-concept__img-wrapper {
    padding-top: 0;
  }
}

@media screen and (max-width: 1499px) and (min-width: 1001px) {
  .ky-brewery-page-concept__img-wrapper {
    width: 50%;
  }
}
.ky-brewery-page-panel {
  position: relative;
  isolation: isolate;
  color: #000;
  font-weight: 450;
  margin-right: -1px;
}
.ky-brewery-page-panel::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}
.ky-brewery-page-panel__inner {
  position: relative;
  background-image: url(../img/top/back_white2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 1312px;
  border-top-right-radius: 230px;
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-panel__inner {
    border-top-right-radius: calc(230px + -0.2040816327 * (767px - 100vw));
  }
}
.ky-brewery-page-panel__icon01-img-wrapper {
  position: absolute;
  z-index: -1;
  top: -230px;
  right: -227px;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-panel__icon01-img-wrapper {
    right: -80px;
    top: -160px;
  }
}
.ky-brewery-page-panel__icon01-img-wrapper.ky-anim {
  animation: leftAppear 2.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes leftAppear {
  0% {
    transform: translateX(500px) rotate(135deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
.ky-brewery-page-panel__icon01-img {
  width: 460px;
}
.ky-brewery-page-panel__flex {
  position: relative;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-panel__flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    padding-top: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-panel__flex {
    padding-top: 0;
  }
}
.ky-brewery-page-panel__left {
  display: grid;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-panel__left {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    order: 2;
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-panel__left {
    width: 100%;
    max-width: 100%;
  }
}
.ky-brewery-page-panel__right {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-panel__right {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-panel__right {
    width: auto;
  }
}
.ky-brewery-page-panel__img-area {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-panel__img-area {
    order: 5;
    display: block;
    width: 306px;
    max-width: 306px;
    margin-left: calc((100% - 100vw) / 2);
    margin-right: 0;
    left: 0;
    position: relative;
    align-self: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-panel__img-area {
    width: 306px;
    max-width: 306px;
    margin-left: calc((100% - 100vw) / 2);
    margin-right: 0;
    left: 0;
    align-self: flex-start;
  }
}
.ky-brewery-page-panel__icon02-img-wrapper {
  position: absolute;
  z-index: -1;
  top: -88px;
  right: -122px;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-panel__icon02-img-wrapper {
    top: calc(-88px + 0.0643776824 * (1000px - 100vw));
    right: calc(-122px + 0.1716738197 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-panel__icon02-img-wrapper {
    right: calc(-82px + 0.1224489796 * (767px - 100vw));
  }
}
.ky-brewery-page-panel__icon02-img-wrapper.ky-anim {
  animation: rightAppear 2.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes rightAppear {
  0% {
    transform: translateX(-300px) rotate(135deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
.ky-brewery-page-panel__icon02-img {
  width: 276px;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-panel__icon02-img {
    width: calc(276px + -0.3433476395 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-panel__icon02-img {
    width: calc(196px + -0.2040816327 * (767px - 100vw));
  }
}
.ky-brewery-page-panel__img01-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 90px;
  width: 719.56px;
  opacity: 0;
  transform: translateZ(0);
}
@media screen and (max-width: 1279px) {
  .ky-brewery-page-panel__img01-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-panel__img01-wrapper {
    width: 306px;
    max-width: 306px;
    margin-top: 0;
    order: 5;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-panel__img01-wrapper {
    width: 306px;
    max-width: 306px;
    margin-top: 0;
    left: auto;
  }
}
.ky-brewery-page-panel__img01 {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  transform: translateZ(0);
}
.ky-brewery-page-panel__text-wrapper {
  margin-top: 8rem;
  margin-left: 12vw;
  width: 100%;
  max-width: 576px;
  padding-bottom: 5rem;
  font-size: 16px;
  font-weight: 450;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-panel__text-wrapper {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-panel__text-wrapper {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    box-sizing: border-box;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-panel__text-wrapper {
    width: 100%;
    margin-left: 0;
    margin-top: 22px;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-panel__text-wrapper {
    padding: 0;
  }
}
.ky-brewery-page-panel__text + .ky-brewery-page-panel__text {
  margin-top: 27px;
}
.ky-brewery-page-panel__text {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 450;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-panel__text {
    font-size: 14px;
  }
}
.ky-brewery-page-panel__text {
  color: #231815;
}
.ky-brewery-page-panel__circle-wrapper {
  position: absolute;
  z-index: 4;
  top: 730px;
  right: 8%;
  width: 440px;
  pointer-events: none;
  overflow: visible;
}
@media screen and (max-width: 1279px) {
  .ky-brewery-page-panel__circle-wrapper {
    top: calc(720px + -0.1428571429 * (1280px - 100vw));
    width: calc(440px + -0.2142857143 * (1280px - 100vw));
  }
}
.ky-brewery-page-panel__circle-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -35%;
  z-index: 1;
  width: 304px;
  height: 304px;
  background-image: url(../img/top/logo_yukinoshita-beer_02.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-panel__circle-wrapper {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    width: min(70%, 280px);
    margin: 2rem auto 1rem;
    z-index: 1;
    order: 6;
  }
  .ky-brewery-page-panel__circle-wrapper::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 200px;
    height: 200px;
    background-image: url(../img/top/logo_yukinoshita-beer_02.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
.ky-brewery-page-panel__circle-img {
  display: block;
  width: 100%;
  height: auto;
}
.ky-brewery-page-panel__btn-wrapper {
  z-index: 1;
  overflow: visible;
  margin-top: 83px;
  margin-bottom: 92px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 490px;
  justify-self: center;
  display: flex;
  justify-content: center;
  left: auto;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-panel__btn-wrapper {
    position: relative;
    left: auto;
    width: fit-content;
    max-width: 100%;
    margin-top: 24px;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    justify-self: center;
    display: flex;
    justify-content: center;
    text-align: center;
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-panel__btn-wrapper {
    left: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 65px;
    width: fit-content;
    max-width: 100%;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-panel__btn-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
.ky-brewery-page-panel__btn-wrapper .ky-btn--more {
  color: #000;
}
.ky-brewery-page-panel__title {
  margin-top: 80px;
  margin-left: 48px;
  margin-right: 40px;
  writing-mode: horizontal-tb;
  position: relative;
  max-width: 28rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1279px) {
  .ky-brewery-page-panel__title {
    margin-left: calc(48px + -0.0714285714 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-panel__title {
    display: block;
    writing-mode: horizontal-tb;
    order: 1;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.5rem;
    padding: 0 30px 1rem;
    text-align: left;
    width: 100%;
    max-width: none;
    height: auto;
    position: relative;
    box-sizing: border-box;
    overflow: visible;
    z-index: 2;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-panel__title {
    display: block;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-panel__title.ky-brewery-page-story__title {
    text-align: left;
    width: 90%;
    padding-inline: 0;
  }
}
.ky-brewery-page-panel__title-text {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  color: rgba(203, 191, 168, 0.5);
  letter-spacing: 0;
  line-height: 1.2;
  word-break: normal;
  overflow-wrap: anywhere;
  opacity: 0;
  transform: translateZ(0);
}
@media screen and (max-width: 1499px) and (min-width: 1025px) {
  .ky-brewery-page-panel__title-text {
    text-align: left;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-panel__title-text {
    font-size: 80px;
    text-align: left;
    padding-right: 0;
    position: static;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-panel__title-text {
    font-size: 40px;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-panel__title-text {
    font-size: 40px;
    text-align: left;
  }
}
.ky-brewery-page-access .ky-brewery-page-panel__title-text:last-of-type {
  padding-top: 3rem;
}
.ky-brewery-page-panel__title-desc {
  margin: 1.5rem 0 0;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 450;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-panel__title-desc {
    font-size: 14px;
  }
}
.ky-brewery-page-panel__title-desc {
  letter-spacing: 0.04em;
  color: #231815;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-panel__title-desc {
    margin-top: 2rem;
    width: 100%;
    margin-inline: auto;
    text-align: left;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-panel__title-desc {
    width: 100%;
  }
}
.ky-brewery-page-panel__heading_text {
  position: relative;
  display: inline-block;
  margin: 0;
  color: #231815;
  font-size: 20px;
  line-height: 1.5;
  max-width: 100%;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-panel__heading_text {
    font-size: 20px;
    padding-right: 7rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-panel__heading_text {
    font-size: 20px;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-panel__heading_text {
    font-size: 18px;
    padding-right: 9rem;
  }
}
.ky-brewery-page-panel__heading_text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: calc(100% + 16px);
  width: 103px;
  height: 1px;
  background-color: #817868;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-panel__heading_text::after {
    width: min(72px, 16vw);
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-panel__heading_text::after {
    width: 107px;
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-panel__heading_text:nth-child(2)::after {
    left: auto;
    right: 2.5em;
    width: min(103px, 18vw);
  }
}
.ky-brewery-page-panel__sp-title {
  margin-top: 64px;
  font-size: 20px;
  letter-spacing: 0.075em;
  line-height: 1.65;
  margin-left: 21px;
  position: relative;
  display: none;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-panel__sp-title {
    margin-top: 3.5rem;
    margin-left: calc(21px + -0.3862660944 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-panel__sp-title {
    display: block;
    margin-left: 66px;
    font-size: 20px;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-panel__sp-title {
    font-size: 14px;
    margin-left: 0;
    margin-inline: auto;
    margin-top: 1rem;
    width: 90%;
  }
}
.ky-brewery-page-panel__sp-title-text {
  margin: 0;
  font-weight: inherit;
  opacity: 0;
  transform: translateZ(0);
}
.ky-brewery-page-panel__moon {
  opacity: 0;
  position: absolute;
  top: -59px;
  right: -47px;
  width: 90px;
  height: 90px;
  background-image: url(../img/top/icon_title.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.ky-brewery-page-panel__sp-moon {
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 59px;
  height: 59px;
  top: -28px;
  left: -38px;
  background-image: url(../img/top/icon_title_reverse.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ky-brewery-page-panel__sp-text-english {
  display: none;
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-panel__sp-text-english {
    display: block;
    margin-left: 30px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-panel__sp-text-english {
    margin-left: 20px;
  }
}
.ky-brewery-page-panel__text-english-wrapper {
  width: 483px;
  height: 438px;
  position: absolute;
  right: 0;
  left: auto;
  bottom: -5rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 1279px) {
  .ky-brewery-page-panel__text-english-wrapper {
    width: calc(483px + -0.7142857143 * (1280px - 100vw));
    height: calc(483px + -0.7142857143 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-panel__text-english-wrapper {
    display: block;
    position: relative;
    width: 306px;
    max-width: 306px;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: calc((100% - 100vw) / 2);
    right: 0;
    bottom: auto;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-panel__text-english-wrapper {
    width: 306px;
    max-width: 306px;
    margin-left: auto;
    margin-right: calc((100% - 100vw) / 2);
  }
}
.ky-brewery-page-panel__text-english-wrapper::before {
  content: none;
}
.ky-brewery-page-panel__text-english {
  width: 298px;
  position: absolute;
  z-index: 1;
  right: 103px;
  left: auto;
  top: 53px;
}
@media screen and (max-width: 1279px) {
  .ky-brewery-page-panel__text-english {
    width: calc(298px + -0.25 * (1280px - 100vw));
    right: calc(103px + -0.2857142857 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-panel__text-english {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-panel__text-english {
    display: none;
  }
}
.ky-brewery-page-panel__img02-wrapper {
  opacity: 0;
  transform: translateZ(0);
  width: 670px;
  position: absolute;
  top: 114px;
  left: auto;
  right: 50px;
}
@media screen and (max-width: 1279px) {
  .ky-brewery-page-panel__img02-wrapper {
    width: calc(670px + -1.0714285714 * (1280px - 100vw));
    right: calc(50px + -0.0714285714 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-panel__img02-wrapper {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    z-index: 20;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-panel__img02-wrapper {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.ky-brewery-page-panel__img02 {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.ky-brewery-page-access .ky-brewery-page-panel__circle-wrapper {
  top: 800px;
  right: -10px;
}
.ky-brewery-page-access .ky-brewery-page-panel__circle-wrapper::after {
  width: 304px;
  height: 304px;
  right: 0;
  bottom: -35%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-access .ky-brewery-page-panel__circle-wrapper::after {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-access .ky-brewery-page-panel__circle-wrapper {
    top: auto;
    right: auto;
  }
}

@media screen and (max-width: 1024px) {
  .ky-brewery-page-panel__left {
    width: 60%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-panel__left {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .ky-brewery-page-panel__left {
    width: 80%;
  }
  .ky-brewery-page-story__flex {
    gap: 2em;
  }
}
.ky-brewery-page-story {
  position: relative;
  z-index: auto;
  overflow-x: clip;
  overflow-y: visible;
  margin-top: -160px;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .ky-brewery-page-story {
    isolation: auto;
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-story {
    z-index: 1;
  }
}
.ky-brewery-page-story__sp-text-english-img {
  width: 250px;
}
.ky-brewery-page-story__sp-title-line {
  margin-left: 64px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-story__sp-title-line {
    font-size: 20px;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-story__sp-title-line {
    margin-left: 0;
    font-size: 1.4rem;
  }
}
.ky-brewery-page-story__sp-title-line::after {
  position: absolute;
  content: "";
  width: 72px;
  height: 1px;
  background-color: #000;
  top: 55%;
  right: -30%;
}
.ky-brewery-page-story__inner {
  overflow: visible;
}
.ky-brewery-page-story__flex, .ky-brewery-page-story__right {
  overflow: visible;
}
@media screen and (min-width: 1025px) {
  .ky-brewery-page-story__flex, .ky-brewery-page-story__right {
    width: 100%;
  }
}
.ky-brewery-page-story__text-english-wrapper {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-story .ky-brewery-page-panel__heading_text.ky-brewery-page-story__heading_text::after {
    left: 11.5rem;
    right: auto;
  }
}
.ky-brewery-page-story__facility-text-wrapper {
  margin-left: 8rem;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-story__facility-text-wrapper {
    margin-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .ky-brewery-page-story__flex {
    position: relative;
  }
  .ky-brewery-page-story__text-english-wrapper, .ky-brewery-page-story__text-english-wrapper.ky-brewery-page-panel__text-english-wrapper {
    width: 483px;
    height: 438px;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    overflow: visible;
    z-index: auto;
  }
  .ky-brewery-page-story__text-english-wrapper::before, .ky-brewery-page-story__text-english-wrapper.ky-brewery-page-panel__text-english-wrapper::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
    left: auto;
    bottom: 0;
    transform: none;
    background-color: #fff;
    opacity: 0.5;
    border-top-left-radius: 114px;
    z-index: 0;
    pointer-events: none;
    mix-blend-mode: overlay;
  }
  .ky-brewery-page-story__img02-wrapper, .ky-brewery-page-story__img02-wrapper.ky-brewery-page-panel__img02-wrapper {
    width: 758px;
    height: 500px;
    top: 2rem;
    right: -367px;
    left: auto;
    bottom: auto;
    overflow: visible;
    border-top-left-radius: 114px;
    z-index: 10;
  }
  .ky-brewery-page-story__img02 {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-story {
    position: relative;
    z-index: 1;
    overflow-x: clip;
    overflow-y: visible;
    padding-top: 0;
    padding-bottom: 0;
  }
  .ky-brewery-page-story__inner {
    overflow: visible;
    padding-bottom: 5rem;
    padding-top: 2rem;
    box-sizing: border-box;
  }
  .ky-brewery-page-story__title {
    padding: 40px 0 0;
    order: 1;
    margin-bottom: 0;
    margin-inline: auto;
    width: 60%;
    text-align: left;
  }
}
@media screen and (max-width: 1024px) and (max-width: 499px) {
  .ky-brewery-page-story__title {
    padding: 2rem 5% 0;
    width: 90%;
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-story__text-wrapper {
    padding-bottom: 24px;
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 499px) {
  .ky-brewery-page-story__text-wrapper {
    padding: 0 5%;
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-story__btn-wrapper {
    margin-bottom: 10rem;
  }
  .ky-brewery-page-story__circle-wrapper {
    margin-bottom: 4rem;
  }
  .ky-brewery-page-story__img-area {
    display: block;
    width: 306px;
    max-width: 306px;
    margin-left: calc((100% - 100vw) / 2);
    margin-right: 0;
    left: 0;
    position: relative;
    align-self: flex-start;
  }
  .ky-brewery-page-story__img01-wrapper {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .ky-brewery-page-story__img01-wrapper {
    width: 400px;
    max-width: 400px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 499px) {
  .ky-brewery-page-story__img01-wrapper {
    width: 306px;
    max-width: 306px;
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-story__img01 {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .ky-brewery-page-story__text-english-wrapper {
    display: block;
    position: relative;
    width: 306px;
    max-width: 306px;
    height: 100px;
    margin-top: 0;
    margin-left: auto;
    margin-right: calc((100% - 100vw) / 2);
    right: 0;
    top: -120px;
  }
  .ky-brewery-page-story__text-english-wrapper::before {
    content: none;
  }
  .ky-brewery-page-story__img02-wrapper {
    position: relative;
    left: auto;
    right: 0;
    top: auto;
    bottom: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    border-top-left-radius: 0;
    overflow: visible;
  }
  .ky-brewery-page-story__img02 {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-story__img-area {
    width: 306px;
    max-width: 306px;
    margin-left: calc((100% - 100vw) / 2);
    margin-right: 0;
    left: 0;
    align-self: flex-start;
  }
  .ky-brewery-page-story__img01-wrapper {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .ky-brewery-page-story__img01 {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .ky-brewery-page-story__text-english-wrapper {
    width: 306px;
    max-width: 306px;
    margin-left: auto;
    margin-right: calc((100% - 100vw) / 2);
  }
  .ky-brewery-page-story__img02-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .ky-brewery-page-story__img02 {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.ky-brewery-page-story__img01-bridge, .ky-brewery-page-story__img02-bridge {
  display: none;
}

.ky-brewery-page-products {
  position: relative;
  z-index: 1;
  margin-top: 0;
  color: #fff;
  overflow: visible;
  isolation: isolate;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-products {
    background-color: #0B0000;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-products {
    background-color: #0B0000;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.ky-brewery-page-products__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-products__bg {
    display: block;
  }
}
.ky-brewery-page-products__bg-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ky-brewery-page-products__inner {
  position: relative;
  z-index: 1;
  max-width: 95%;
  margin: 0 auto;
  padding: 0 40px 180px;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-products__inner {
    z-index: auto;
    padding: 3rem 30px 3rem;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-products__inner {
    padding: 90px 30px 50px;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-products__inner {
    padding: 3rem 5%;
  }
}
.ky-brewery-page-products__title {
  padding-top: 120px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: var(--color-heading-secondary);
  letter-spacing: 0;
  line-height: 1;
  font-size: 5rem;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-products__title {
    padding-top: 0;
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-products__title {
    padding-top: 0;
    font-size: 40px;
  }
}
.ky-brewery-page-products__title {
  padding-top: 6rem;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-products__title {
    padding-top: 0;
    text-align: left;
    width: 100%;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-products__title {
    text-align: left;
  }
}
.ky-brewery-page-products__description {
  margin-top: 24px;
  max-width: 560px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 450;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-products__description {
    font-size: 14px;
  }
}
.ky-brewery-page-products__description {
  color: var(--color-description-2);
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-products__description {
    text-align: left;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-products__description {
    width: 100%;
  }
}
.ky-brewery-page-products__body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 40px;
  margin-top: 48px;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-products__body {
    width: 100%;
    margin-top: 40px;
    gap: 24px;
  }
}
.ky-brewery-page-products__slider {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 95vw;
  max-width: 95vw;
  margin-left: calc(50% - 47.5vw);
  margin-right: calc(50% - 47.5vw);
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-products__slider {
    width: 90vw;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
    gap: 0;
    order: 1;
    overflow: visible;
  }
}
.ky-brewery-page-products__slider-viewport {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  container-type: inline-size;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-products__slider-viewport {
    width: 100%;
    flex: none;
  }
}
.ky-brewery-page-products__slider-track {
  display: flex;
  width: max-content;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-products__slider-track {
    gap: 1rem;
  }
}
.ky-brewery-page-products__slide {
  display: block;
  flex: 0 0 calc((100cqi - 6rem) / 4);
  padding: 0;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-products__slide {
    flex: 0 0 calc((100cqi - 1rem) / 2);
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-products__slide {
    flex: 0 0 calc((100cqi - 1rem) / 2);
  }
}
.ky-brewery-page-products__slide-img {
  width: 100%;
  height: auto;
  aspect-ratio: 305/375;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
.ky-brewery-page-products__slide-title {
  margin: 1rem 0 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-products__slide-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-products__slide-title {
    font-size: 14px;
  }
}
.ky-brewery-page-products__slide-title-ja {
  display: block;
}
.ky-brewery-page-products__slide-title-en {
  display: block;
  margin-top: 0.2em;
  font-size: 0.875em;
  letter-spacing: 0.04em;
  opacity: 0.9;
}
.ky-brewery-page-products__slider-btn {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  color: var(--color-main);
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, opacity 0.3s;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-products__slider-btn {
    position: absolute;
    top: 36%;
    transform: translateY(-50%);
    z-index: 2;
  }
}
.ky-brewery-page-products__slider-btn::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-products__slider-btn--prev {
    left: -1.25rem;
  }
}
.ky-brewery-page-products__slider-btn--prev::before {
  transform: rotate(-135deg);
  margin-left: 3px;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-products__slider-btn--next {
    right: 0.75rem;
  }
}
.ky-brewery-page-products__slider-btn--next::before {
  transform: rotate(45deg);
  margin-right: 3px;
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-products__slider-btn--next::before {
    margin-right: -19px;
  }
}
.ky-brewery-page-products__slider-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
@media (hover: hover) {
  .ky-brewery-page-products__slider-btn:hover:not(:disabled) {
    background-color: var(--color-main);
    color: #231815;
  }
}
.ky-brewery-page-products__text-wrapper {
  width: 100%;
  padding-top: 4rem;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-products__text-wrapper {
    width: 100%;
    padding-top: 1rem;
    order: 2;
  }
}
.ky-brewery-page-products__btn-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: visible;
  margin-top: 8px;
  padding: 0 0 10px;
  box-sizing: border-box;
}
.ky-brewery-page-products__btn-wrapper .ky-btn--more {
  flex-shrink: 0;
}

.ky-brewery-page-story__img01-bridge + .ky-brewery-page-products,
.ky-brewery-page-story + .ky-brewery-page-products {
  margin-top: 0;
}

.ky-brewery-page-block {
  margin-top: -100px;
  position: relative;
}
.ky-brewery-page-block::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 332px);
  top: 332px;
  left: 0;
  background-color: #0B0000;
}
@media screen and (max-width: 1499px) and (min-width: 768px) {
  .ky-brewery-page-block::before {
    background-color: transparent;
  }
}
.ky-brewery-page-block__inner {
  margin-left: auto;
  position: relative;
  background-image: url(../img/top/back_wood.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 1350px;
  min-height: 1200px;
  border-top-left-radius: 230px;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-block__inner {
    min-height: revert;
    height: auto;
    padding-bottom: 100px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-block__inner {
    border-top-left-radius: calc(230px + -0.2040816327 * (767px - 100vw));
  }
}
.ky-brewery-page-block__flex {
  display: grid;
  grid-auto-flow: column;
  gap: 4rem;
  grid-template-columns: 0.5fr auto;
  justify-content: flex-end;
  padding-bottom: 2em;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-block__flex {
    display: flex;
    flex-direction: column;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
    align-items: flex-start;
    gap: 25px;
    margin: 0 auto;
  }
}
.ky-brewery-page-block__left {
  display: grid;
  grid-auto-flow: row;
  grid-template-rows: max-content max-content;
  gap: 2rem;
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-block__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    width: 100%;
    max-width: 100%;
    order: 1;
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-block__right {
    width: 100%;
    max-width: -webkit-fill-available;
    max-width: stretch;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-block__right {
    width: 100%;
    max-width: -webkit-fill-available;
    max-width: stretch;
  }
}
.ky-brewery-page-block__img01-wrapper {
  margin-top: 116px;
  width: 719.56px;
  position: relative;
  height: auto;
  opacity: 0;
  transform: translateZ(0);
}
@media screen and (max-width: 1279px) {
  .ky-brewery-page-block__img01-wrapper {
    width: calc(719.56px + -0.2357142857 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-block__img01-wrapper {
    width: 306px;
    max-width: 306px;
    height: auto;
    margin-left: auto;
    margin-right: calc((100% - 100vw) / 2);
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-block__img01-wrapper {
    width: 306px;
    max-width: 306px;
    margin-left: auto;
    margin-right: calc((100% - 100vw) / 2);
    height: auto;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-block__img01-wrapper {
    width: 306px;
    max-width: 306px;
    margin-top: 0;
  }
}
.ky-brewery-page-block__img01 {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.ky-brewery-page-block__text-wrapper {
  margin-left: 6rem;
  margin-top: 100px;
  margin-bottom: 0;
  width: 525px;
  font-size: 16px;
  font-weight: 450;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-block__text-wrapper {
    font-size: 14px;
  }
}
.ky-brewery-page-block__text-wrapper {
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-block__text-wrapper {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-block: 25px 0;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-block__text-wrapper {
    width: 100%;
    padding: 0 30px;
    margin-left: 0;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-block__text-wrapper {
    padding: 0 20px;
  }
}
.ky-brewery-page-block__text + .ky-brewery-page-block__text {
  margin-top: 31px;
}
.ky-brewery-page-block__text {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 450;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-block__text {
    font-size: 14px;
  }
}
.ky-brewery-page-block__btn-wrapper {
  margin-top: 37px;
  margin-bottom: 33px;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-block__btn-wrapper {
    margin-bottom: 1rem;
  }
}
.ky-brewery-page-block__title {
  margin-top: 0;
  margin-inline: 0;
  padding-left: 4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  writing-mode: horizontal-tb;
  font-size: 24px;
  line-height: 1.6;
  height: fit-content;
  letter-spacing: 0.09em;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-block__title {
    display: block;
    writing-mode: horizontal-tb;
    place-items: start;
    margin-inline: 0;
    margin-bottom: 0;
    padding-left: 0;
    text-align: left;
    width: 100%;
    height: auto;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-block__title {
    display: block;
  }
}
.ky-brewery-page-block__title-break {
  position: relative;
  display: inline-block;
  margin-top: 0.5rem;
  margin-left: 0;
  font-size: 20px;
}
.ky-brewery-page-block__title-break::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 413px;
  width: 103px;
  height: 1px;
  background-color: #CBBFA8;
  transform: translateY(-60%);
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-block__title-break {
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    order: 2;
  }
  .ky-brewery-page-block__title-break::after {
    display: none;
  }
}
.ky-brewery-page-block__title-text {
  margin: 0;
  opacity: 0;
  transform: translateZ(0);
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-block__title-text {
    display: flex;
    flex-direction: column;
    position: static;
    transform: none;
    gap: 0.5rem;
  }
  .ky-brewery-page-block__title-text br {
    display: none;
  }
}
.ky-brewery-page-block__title-text .ky-accent {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 24px;
  color: #CBBFA8;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-block__title-text .ky-accent {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    order: 1;
    font-size: 2rem;
    position: static;
  }
}
.ky-brewery-page-block__title-text .ky-accent::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 103px;
  height: 1px;
  background-color: var(--color-main);
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-block__title-text .ky-accent::after {
    content: "";
    display: block;
    position: static;
    left: auto;
    bottom: auto;
    transform: none;
    width: 103px;
    height: 1px;
    background-color: #CBBFA8;
  }
}
.ky-brewery-page-block__sp-title {
  margin-top: 64px;
  font-size: 20px;
  letter-spacing: 0.075em;
  line-height: 1.65;
  margin-left: 21px;
  position: relative;
  display: none;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-block__sp-title {
    margin-left: calc(21px + -0.3862660944 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-block__sp-title {
    display: inline-block;
    margin-left: 66px;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-block__sp-title {
    font-size: 17px;
    margin-left: 46px;
  }
}
.ky-brewery-page-block__sp-title-text {
  opacity: 0;
  transform: translateZ(0);
}
.ky-brewery-page-block__sp-title-text::after {
  position: absolute;
  content: "";
  width: 92px;
  height: 1px;
  background-color: #fff;
  top: 55%;
  right: -103px;
}
.ky-brewery-page-block__sp-text-english {
  display: none;
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-block__sp-text-english {
    display: block;
    margin-left: 30px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-block__sp-text-english {
    margin-left: 20px;
  }
}
.ky-brewery-page-block__moon {
  opacity: 0;
  position: absolute;
  top: -66px;
  left: -48px;
  width: 85px;
  height: 85px;
  background-image: url(../img/top/icon_title_reverse.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.ky-brewery-page-block__sp-moon {
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 59px;
  height: 59px;
  top: -28px;
  left: -38px;
  background-image: url(../img/top/icon_title_reverse.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ky-brewery-page-block__text-english-wrapper {
  width: 483px;
  height: 438px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 1279px) {
  .ky-brewery-page-block__text-english-wrapper {
    width: calc(483px + -0.7142857143 * (1280px - 100vw));
    height: calc(483px + -0.7142857143 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-block__text-english-wrapper {
    width: calc(283px + -0.356223176 * (1000px - 100vw));
    height: calc(283px + -0.356223176 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-block__text-english-wrapper {
    width: 306px;
    max-width: 306px;
    height: auto;
  }
}
.ky-brewery-page-block__text-english-wrapper::before {
  content: none;
}
.ky-brewery-page-block__text-english {
  width: 298px;
  position: absolute;
  z-index: 1;
  left: 103px;
  top: 53px;
}
@media screen and (max-width: 1279px) {
  .ky-brewery-page-block__text-english {
    width: calc(298px + -0.25 * (1280px - 100vw));
    left: calc(103px + -0.2857142857 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-block__text-english {
    width: calc(228px + -0.2575107296 * (1000px - 100vw));
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-block__text-english {
    display: none;
  }
}
.ky-brewery-page-block__img02-wrapper {
  opacity: 0;
  transform: translateZ(0);
  width: 670px;
  position: absolute;
  top: 114px;
  right: 50px;
}
@media screen and (max-width: 1279px) {
  .ky-brewery-page-block__img02-wrapper {
    width: calc(670px + -1.0714285714 * (1280px - 100vw));
    right: calc(50px + -0.0714285714 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-block__img02-wrapper {
    position: relative;
    width: 306px;
    max-width: 306px;
    left: 0;
    right: auto;
    top: auto;
    bottom: auto;
    z-index: 20;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-block__img02-wrapper {
    width: 306px;
    max-width: 306px;
    left: 0;
    right: auto;
    top: auto;
    bottom: auto;
  }
}
.ky-brewery-page-block__img02-wrapper::before {
  position: absolute;
  content: "";
  top: -4rem;
  right: -4.5rem;
  left: auto;
  width: 100%;
  height: 71%;
  background-color: #000000;
  opacity: 0.5;
  border-top-right-radius: 124px;
  z-index: -1;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-block__img02-wrapper::before {
    content: none;
  }
}
.ky-brewery-page-block__img02 {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.ky-brewery-page-feature {
  position: relative;
  z-index: 99;
  overflow-x: clip;
  overflow-y: visible;
  isolation: auto;
}
.ky-brewery-page-feature__sp-text-english-img {
  width: 270px;
}
.ky-brewery-page-feature__title-wrapper {
  color: rgba(203, 191, 168, 0.4);
  padding-left: 4rem;
}
.ky-brewery-page-feature__title-wrapper .ky-brewery-page-heading,
.ky-brewery-page-feature__title-wrapper .ky-accent {
  color: inherit;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-feature__title-wrapper {
    padding-left: 0;
  }
}
.ky-brewery-page-feature__text01 {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 450;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-feature__text01 {
    font-size: 14px;
  }
}
.ky-brewery-page-feature__text01 {
  padding-left: 4rem;
}
@media screen and (min-width: 1025px) {
  .ky-brewery-page-feature__text01 {
    padding-top: 1.5rem;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-feature__text01 {
    padding-left: 0;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-feature__text01 {
    width: 100%;
  }
}
.ky-brewery-page-feature__text02 {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 450;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-feature__text02 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-feature__text02 {
    margin-inline: auto;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-feature__text02 {
    width: 100%;
  }
}
.ky-brewery-page-feature__text-english-wrapper {
  font-size: 14px;
}
.ky-brewery-page-feature__inner {
  overflow: visible;
}
.ky-brewery-page-feature__flex, .ky-brewery-page-feature__left, .ky-brewery-page-feature__text-english-wrapper {
  overflow: visible;
}
@media screen and (min-width: 1025px) {
  .ky-brewery-page-feature__right {
    position: relative;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5em;
  }
}
@media screen and (min-width: 1025px) {
  .ky-brewery-page-feature__left {
    position: relative;
    z-index: 2;
    padding-bottom: 479.7066666667px;
  }
  .ky-brewery-page-feature__text01 {
    position: relative;
    z-index: 2;
  }
  .ky-brewery-page-feature__text-english-wrapper, .ky-brewery-page-feature__text-english-wrapper.ky-brewery-page-block__text-english-wrapper {
    z-index: 0;
  }
  .ky-brewery-page-feature__img01-wrapper {
    margin-top: 170px;
    width: 719.56px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .ky-brewery-page-feature__img02-wrapper, .ky-brewery-page-feature__img02-wrapper.ky-brewery-page-block__img02-wrapper {
    width: 719.56px;
    height: 479.7066666667px;
    left: -150px;
    top: 6rem;
    right: auto;
    overflow: visible;
    border-top-right-radius: 124px;
    z-index: 10;
  }
  .ky-brewery-page-feature__img02 {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 1499px) and (min-width: 768px) {
  .ky-brewery-page-feature__img02-wrapper, .ky-brewery-page-feature__img02-wrapper.ky-brewery-page-block__img02-wrapper {
    left: 0;
    right: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 1499px) and (min-width: 1025px) {
  .ky-brewery-page-feature__inner {
    position: static;
  }
  .ky-brewery-page-feature__text-english-wrapper, .ky-brewery-page-feature__text-english-wrapper.ky-brewery-page-block__text-english-wrapper,
  .ky-brewery-page-feature .ky-brewery-page-block__img02-wrapper-wrapper {
    left: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-feature {
    position: relative;
    z-index: 99;
    overflow-x: clip;
    overflow-y: visible;
    margin-top: 0;
    padding-top: 0;
    background-color: #0B0000;
  }
  .ky-brewery-page-feature.ky-brewery-page-block::before {
    top: 0;
    height: 100%;
  }
  .ky-brewery-page-feature__inner {
    overflow: visible;
    min-height: auto;
    padding-bottom: 3rem;
    padding-top: 3rem;
    box-sizing: border-box;
    border-radius: 0;
  }
  .ky-brewery-page-feature__flex {
    overflow: visible;
    padding-bottom: 4rem;
  }
  .ky-brewery-page-feature__title-wrapper {
    margin-bottom: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 499px) {
  .ky-brewery-page-feature__title-wrapper {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-feature__text-wrapper {
    padding-bottom: 1rem;
    box-sizing: border-box;
    margin-top: 1rem;
    width: 50%;
    margin-inline: auto;
    padding: 0;
  }
  .ky-brewery-page-feature__left {
    order: 1;
    padding-bottom: 0;
    width: 50%;
    margin-inline: auto;
  }
  .ky-brewery-page-feature__left .ky-brewery-page-block__title,
  .ky-brewery-page-feature__left .ky-brewery-page-feature__title {
    position: static;
    margin-bottom: 0;
  }
  .ky-brewery-page-feature__left .ky-brewery-page-block__text,
  .ky-brewery-page-feature__left .ky-brewery-page-feature__text01,
  .ky-brewery-page-feature__left .ky-brewery-page-feature__text02 {
    position: static;
    margin-top: 0;
    font-feature-settings: "palt";
  }
  .ky-brewery-page-feature__right {
    order: 2;
    padding-bottom: 20px;
    overflow: visible;
  }
  .ky-brewery-page-feature__img01-wrapper {
    margin-left: auto;
    margin-right: calc((100% - 100vw) / 2);
    max-width: 306px;
    width: 306px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .ky-brewery-page-feature__img01-wrapper {
    width: 400px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-feature__text-english-wrapper, .ky-brewery-page-feature__text-english-wrapper.ky-brewery-page-block__text-english-wrapper {
    display: block;
    position: relative;
    left: 0;
    right: auto;
    top: auto;
    bottom: auto;
    order: 3;
    width: 306px;
    max-width: 306px;
    height: auto;
    margin-top: 1rem;
    margin-left: 0;
    margin-right: 0;
    align-self: flex-start;
    z-index: 1;
  }
  .ky-brewery-page-feature__img02-wrapper, .ky-brewery-page-feature__img02-wrapper.ky-brewery-page-block__img02-wrapper {
    position: relative;
    width: 306px;
    max-width: 306px;
    left: 0;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .ky-brewery-page-feature__img02 {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-feature__inner {
    padding: 2.5rem 5%;
  }
  .ky-brewery-page-feature__left {
    width: 100%;
  }
  .ky-brewery-page-feature__text-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-feature {
    z-index: 150;
  }
  .ky-brewery-page-feature__flex {
    padding-bottom: calc(4rem + 204px);
  }
  .ky-brewery-page-feature__img01-wrapper {
    width: 306px;
    max-width: 306px;
    margin-left: auto;
    margin-right: calc((100% - 100vw) / 2);
    right: auto;
  }
  .ky-brewery-page-feature__img01 {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: auto;
  }
  .ky-brewery-page-feature__text-english-wrapper, .ky-brewery-page-feature__text-english-wrapper.ky-brewery-page-block__text-english-wrapper,
  .ky-brewery-page-feature .ky-brewery-page-block__img02-wrapper-wrapper {
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: 2rem;
    width: 306px;
    max-width: 306px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    z-index: 9999;
  }
  .ky-brewery-page-feature__img02-wrapper, .ky-brewery-page-feature__img02-wrapper.ky-brewery-page-block__img02-wrapper {
    width: 306px;
    max-width: 306px;
  }
  .ky-brewery-page-feature__img02:first-of-type {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.ky-brewery-page-feature__img02-bridge {
  display: none;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-feature .ky-brewery-page-block__img02-wrapper-wrapper {
    width: 400px;
    max-width: 100%;
    height: auto;
    bottom: 2rem;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-feature .ky-brewery-page-block__img02-wrapper-wrapper {
    width: 306px;
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-feature .ky-brewery-page-block__img02-wrapper-wrapper .ky-brewery-page-feature__img02-wrapper {
    width: 400px;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-feature .ky-brewery-page-block__img02-wrapper-wrapper .ky-brewery-page-feature__img02-wrapper {
    width: 306px;
  }
}

.ky-brewery-page-intro {
  position: relative;
  min-height: 615px;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-intro {
    padding-top: 2rem;
    min-height: 360px;
  }
}
.ky-brewery-page-intro__bg-image-clip {
  position: absolute;
  width: 100%;
  height: 615px;
  clip-path: inset(0);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-intro__bg-image-clip {
    top: 7rem;
    height: 560px;
  }
}
.ky-brewery-page-intro__bg-image-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 1146px;
  background-image: url(../img/top/exterior.webp);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-intro__bg-image-fixed {
    height: 100vh;
  }
}
.ky-brewery-page-intro__flex {
  display: flex;
  justify-content: center;
  column-gap: 196px;
  padding-top: 150px;
}
@media screen and (max-width: 1279px) {
  .ky-brewery-page-intro__flex {
    column-gap: calc(196px + -0.4285714286 * (1280px - 100vw));
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-intro__flex {
    column-gap: calc(76px + -0.0285714286 * (1280px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-intro__flex {
    flex-direction: column-reverse;
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-intro__right {
    width: 100%;
    max-width: 488px;
    margin-right: auto;
  }
}
.ky-brewery-page-intro__img-wrapper {
  margin-top: 147px;
  width: 305px;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-intro__img-wrapper {
    width: calc(305px + -0.2360515021 * (1000px - 100vw));
    margin-top: calc(147px + 0.3519313305 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-intro__img-wrapper {
    margin-top: 0;
    margin-right: auto;
    width: 250px;
    margin-bottom: 25px;
  }
}
.ky-brewery-page-intro__title {
  margin-top: 50px;
  font-size: 20px;
  letter-spacing: 0.075em;
  line-height: 1.65;
  margin-left: 21px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-intro__title {
    margin-left: calc(21px + -0.3862660944 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-intro__title {
    margin-left: 36px;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-intro__title {
    font-size: 14px;
    margin-left: 26px;
  }
}
.ky-brewery-page-intro__title-break {
  margin-left: 64px;
  position: relative;
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-intro__title-break {
    margin-left: 0;
  }
}
.ky-brewery-page-intro__title-break::after {
  position: absolute;
  content: "";
  width: 92px;
  height: 1px;
  background-color: #fff;
  top: 55%;
  right: -103px;
}
.ky-brewery-page-intro__title-text {
  opacity: 0;
  transform: translateZ(0);
}
.ky-brewery-page-intro__moon {
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 59px;
  height: 59px;
  top: -28px;
  left: -38px;
  background-image: url(../img/top/icon_title_reverse.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ky-brewery-page-intro__text-english {
  margin-top: 38px;
}
.ky-brewery-page-intro__text-english-img {
  width: 388px;
}
.ky-brewery-page-intro__text-wrapper {
  width: 488px;
  font-size: 16px;
  font-weight: 450;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-intro__text-wrapper {
    font-size: 14px;
  }
}
.ky-brewery-page-intro__text-wrapper {
  margin-top: 22px;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-intro__text-wrapper {
    width: calc(488px + -0.4034334764 * (1000px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-intro__text-wrapper {
    width: 100%;
  }
}
.ky-brewery-page-intro__text {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 450;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-intro__text {
    font-size: 14px;
  }
}
.ky-brewery-page-intro__text + .ky-brewery-page-intro__text {
  margin-top: 27px;
}
.ky-brewery-page-intro__btn-wrapper {
  margin-top: 39px;
  margin-bottom: 61px;
  text-align: right;
}
@media screen and (max-width: 850px) {
  .ky-brewery-page-intro__btn-wrapper {
    margin-right: calc(0px + 0.1204819277 * (850px - 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-intro__btn-wrapper {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.ky-brewery-page-access {
  position: relative;
  overflow: visible;
  color: #000;
  z-index: 2;
}
.ky-brewery-page-access__inner {
  position: relative;
  max-width: 1312px;
  min-height: 759.23px;
  margin: -120px 0 0;
  padding: 0 40px 60px;
  padding-left: 0;
  background-image: url(../img/top/back_white2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-right-radius: 230px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-access__inner {
    margin: -40px 0 0;
    padding: 3rem 0;
    min-height: auto;
    align-items: stretch;
    background-image: url(../img/top/back_white2_sp.webp);
    border-top-right-radius: unset;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-access__inner {
    margin: -40px 0 0;
    padding: 50px 30px 40px;
    border-top-right-radius: unset;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-access__inner {
    padding: 9rem 0 45px;
    margin: -30px 0 0;
  }
}
.ky-brewery-page-access__flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "left right";
  align-items: end;
  column-gap: 60px;
  row-gap: 28px;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  margin-left: 8rem;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-access__flex {
    grid-template-columns: 1fr;
    grid-template-areas: "left" "right";
    align-items: stretch;
    gap: 1rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-access__flex {
    width: 100%;
    padding: 0 5%;
  }
}
.ky-brewery-page-access__left {
  grid-area: left;
  min-width: 0;
}
.ky-brewery-page-access__right {
  grid-area: right;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.ky-brewery-page-access__btn-wrapper {
  position: static;
  margin-top: 16px;
  padding-top: 3rem;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 824px;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-access__btn-wrapper {
    max-width: 100%;
    padding-right: 0;
    justify-content: center;
  }
}
.ky-brewery-page-access__title {
  padding-top: 120px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: var(--color-heading-secondary);
  letter-spacing: 0;
  line-height: 1;
  font-size: 5rem;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-access__title {
    padding-top: 0;
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-access__title {
    padding-top: 0;
    font-size: 40px;
  }
}
.ky-brewery-page-access__title {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 40px 8rem;
  padding-top: 0;
  color: #CBBFA8;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-access__title {
    width: 90%;
    padding-top: 6rem;
    margin-left: auto;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-access__title {
    text-align: left;
    padding: 5rem 0 0;
  }
}
.ky-brewery-page-access__text-wrapper {
  max-width: 90%;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-access__text-wrapper {
    max-width: 100%;
  }
}
.ky-brewery-page-access__name {
  margin: 0 0 20px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #231815;
  line-height: 1.6;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.ky-brewery-page-access__name:last-of-type {
  padding-top: 3rem;
}
.ky-brewery-page-access__name::after {
  content: "";
  flex-shrink: 0;
  width: 103px;
  height: 2px;
  background-color: #CBBFA8;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-access__name {
    font-size: 22px;
    font-weight: 700;
  }
  .ky-brewery-page-access__name::after {
    width: 107px;
  }
}
@media screen and (max-width: 499px) {
  .ky-brewery-page-access__name {
    font-size: 19px;
  }
}
.ky-brewery-page-access__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ky-brewery-page-access__item {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #231815;
  border-bottom: 2px solid #CBBFA8;
  padding: 15px 0;
  padding-left: 22px;
  line-height: 1.8;
}
.ky-brewery-page-access__item:last-child {
  border-bottom: none;
}
.ky-brewery-page-access__item-value {
  display: block;
}
.ky-brewery-page-access__btn.ky-btn--more {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  color: #231815;
  width: auto;
  min-width: 10em;
  padding: 17px 2.5em 14px 0.5em;
  border-bottom-color: #CBBFA8;
}
.ky-brewery-page-access__btn.ky-btn--more::before {
  background-color: #CBBFA8;
}
.ky-brewery-page-access__btn.ky-btn--more::after {
  background-color: #CBBFA8;
  width: 58%;
  min-width: 4em;
  height: 2px;
}
.ky-brewery-page-access__btn.ky-btn--more .ky-btn__text {
  padding: 0 2.5em 0 0;
}
.ky-brewery-page-access__map {
  position: relative;
  width: 100%;
  max-width: 824px;
  height: 410px;
  background-color: #d9d9d9;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-access__map {
    max-width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-access__map {
    width: 100%;
    height: auto;
    aspect-ratio: 824/410;
  }
}
.ky-brewery-page-access__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(100%);
}
.ky-brewery-page-access__pin {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 32px;
  height: 42px;
  transform: translate(-50%, -100%);
  pointer-events: none;
}
.ky-brewery-page-access__pin svg {
  display: block;
  width: 100%;
  height: 100%;
}
.ky-brewery-page-access .ky-brewery-page-story__title {
  padding-top: 0;
}

.ky-brewery-page-blog {
  padding-block: 172px 8rem;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-blog {
    padding-block: 50px 2rem;
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .ky-brewery-page-blog {
    padding-block: 40px 1.5rem;
  }
}
.ky-brewery-page-blog__title-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-blog__title-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    padding-bottom: 63px;
  }
}
.ky-brewery-page-blog__title-wrapper .ky-brewery-page-heading {
  flex-shrink: 0;
  margin: 0;
  padding-top: 0;
  color: #CBBFA8;
}
.ky-brewery-page-blog__text {
  margin: 0;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 450;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-blog__text {
    font-size: 14px;
  }
}
.ky-brewery-page-blog__text {
  line-height: 1.8;
}
.ky-brewery-page-blog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 90%;
  margin: 0 auto;
  gap: 28px;
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-blog__list {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 24px;
  }
}
.ky-brewery-page-blog__item {
  position: relative;
}
.ky-brewery-page-blog__item-link {
  display: flex;
  flex-direction: column;
}
.ky-brewery-page-blog__item-img-wrapper {
  width: 100%;
}
.ky-brewery-page-blog__item-img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.ky-brewery-page-blog__item-title-wrapper {
  position: relative;
  width: 100%;
  height: 109px;
  line-height: 1;
  background-color: #353535;
}
@media screen and (max-width: 1279px) {
  .ky-brewery-page-blog__item-title-wrapper {
    height: calc(109px + -0.0390625 * (1280px - 100vw));
  }
}
.ky-brewery-page-blog__item-title-wrapper-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 19px 26px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 1279px) {
  .ky-brewery-page-blog__item-title-wrapper-inner {
    padding-left: calc(26px + -0.0280612245 * (767px - 100vw));
    padding-right: calc(26px + -0.0280612245 * (767px - 100vw));
  }
}
.ky-brewery-page-blog__item-date {
  font-family: "Noto serif JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #CBBFA8;
  line-height: 1.4;
}
.ky-brewery-page-blog__item-title {
  margin: 0;
  font-family: "Noto serif JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #CBBFA8;
  letter-spacing: 0;
  line-height: 1.6;
}
.ky-brewery-page-blog__item-arrow {
  position: absolute;
  right: 20px;
  bottom: 16px;
  font-size: 14px;
  color: #CBBFA8;
  line-height: 1;
}
.ky-brewery-page-blog__btn-wrapper {
  display: flex;
  overflow: visible;
}
@media screen and (min-width: 1025px) {
  .ky-brewery-page-blog__btn-wrapper {
    justify-content: center;
    width: 90%;
    margin: 85px auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .ky-brewery-page-blog__btn-wrapper {
    width: 100%;
    margin-top: 24px;
    padding-right: 0;
    justify-content: center;
  }
}

.ky-show-pc {
  display: block !important;
}
@media screen and (max-width: 499px) {
  .ky-show-pc {
    display: none !important;
  }
}

.ky-show-sp {
  display: none !important;
}
@media screen and (max-width: 499px) {
  .ky-show-sp {
    display: block !important;
  }
}

br.sp-only,
.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  br.sp-only,
  .sp-only {
    display: inline;
  }
}

br.pc-only {
  display: inline;
}
@media screen and (max-width: 767px) {
  br.pc-only {
    display: none;
  }
}

.ky-accent {
  color: #908878;
}

@media screen and (max-width: 1024px) {
  .ky-subheading {
    font-size: 20px;
    font-weight: 500;
    padding-left: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .ky-subheading {
    font-size: 20px;
  }
}
@media screen and (max-width: 499px) {
  .ky-subheading {
    font-size: 14px;
  }
}
@media screen and (max-width: 499px) {
  .ky-subheading {
    font-size: 16px;
  }
}

/*# sourceMappingURL=style.css.map */
