@charset "UTF-8";
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

@media screen and (max-width: 1039px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1040 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  background: #ffffff;
}

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

a {
  color: inherit;
}

.wrapper {
  overflow: hidden;
}

figure {
  margin: 0;
  padding: 0;
  list-style: none;
}

figcaption {
  margin: 0;
  padding: 0;
}

.l-inner {
  width: min(70rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-inline: 1.25rem;
  }
}

.c-heading {
  position: relative;
  padding-block-end: 17px;
}
@media screen and (max-width: 767px) {
  .c-heading {
    padding-block-end: 17px;
  }
}
.c-heading::before {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 0;
  width: 64px;
  height: 1px;
  background: #b69b04;
}

.c-heading__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.c-heading__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .c-heading__title {
    font-size: 1.5rem;
  }
}

.c-heading__en {
  margin-block-start: 4px;
  font-family: "Lora", serif;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: normal;
  color: #31452d;
}
@media screen and (max-width: 767px) {
  .c-heading__en {
    font-size: 0.875rem;
    margin-block-start: 0.3125rem;
  }
}

/* ===============================================
# fv
=============================================== */
.fv {
  width: 100%;
  height: 50.75rem;
  position: fixed;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 750/1624;
  background: url("../img/img-fv_bg-sp.webp") no-repeat center center/cover;
}
@media (min-width: 768px) {
  .fv {
    height: 56.25rem;
    background: url("../img/img-fv_bg.webp") no-repeat center center/cover;
  }
}

.container {
  margin-top: 812px;
  background: #fff;
}

.fv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv__title {
  position: relative;
  padding-top: 303px;
  width: 23.4375rem;
}
@media (min-width: 768px) {
  .fv__title {
    width: 70.125rem;
    padding-top: 23.625rem;
    padding-left: calc((100vw - 71.25rem) / 2 + 15px);
  }
}
.fv__title.--img1 {
  animation: 1s 0.2s ease-in-out forwards slideLeft;
  clip-path: inset(0 100% 0 0);
}
@keyframes slideLeft {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #ffffff;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .header {
    height: 64px;
  }
}

.header__inner {
  width: min(1080px, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 8.75rem 1fr;
  align-items: center;
  height: inherit;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .header__inner {
    grid-template-columns: 7.0625rem 1fr;
  }
}

.header__logo a {
  display: flex;
  align-self: center;
}
.header__logo svg {
  width: 8.75rem;
}
@media screen and (max-width: 767px) {
  .header__logo svg {
    width: 7.0625rem;
    height: auto;
  }
}

.header__nav {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__list {
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.header__list li a {
  display: inline-block;
  padding-inline: clamp(0.625rem, 5vw, 1.9375rem);
  border-inline-start: 1px solid #333;
  transition: all 0.3s ease;
  position: relative;
  white-space: nowrap;
}
.header__list li a::after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: -8px;
  width: 80%;
  height: 1px;
  background: #b69b04;
  scale: 0;
  transform-origin: right center;
  transition: all 0.5s ease;
}
.header__list li a span {
  display: block;
  font-family: "Lora", serif;
  font-size: 0.75rem;
  line-height: 1;
  color: #b69b04;
  text-align: center;
  margin-top: 6px;
}
@media (any-hover: hover) {
  .header__list li a:hover {
    opacity: 0.8;
  }
  .header__list li a:hover::after {
    scale: 1;
    transform-origin: left center;
  }
}

.header__btn {
  font-size: 1rem;
  padding-inline: 2.25rem;
  margin-left: 1.25rem;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #31452d;
  color: #FFFFFF;
  line-height: 1;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.header__btn span {
  display: block;
  font-family: "Lora", serif;
  font-size: 0.75rem;
  line-height: 1;
  color: #b69b04;
  text-align: center;
  margin-top: 6px;
}
@media (any-hover: hover) {
  .header__btn:hover {
    background: #5d8355;
  }
}

.drawer__icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .drawer__icon {
    position: fixed;
    z-index: 102;
    top: 21px;
    right: 21px;
    width: 24px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: transparent;
  }
}

.drawer__icon--bar {
  width: 100%;
  height: 1px;
  background: #333;
  transition: all 0.5s ease;
}

.drawer {
  translate: 101%;
  transition: translate 0.5s ease;
}
.drawer.js-show {
  translate: 0;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 10px;
  background-color: #FFFFFF;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -10px;
  background-color: #FFFFFF;
}

.drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 278px;
  height: 100vh;
  height: 100svh;
  background: #31452d;
  overflow-y: scroll;
}

.drawer__body {
  width: 100%;
  height: fit-content;
  padding-block: 88px 40px;
  padding-inline: 20px;
  text-align: center;
}

.drawer__logo {
  width: 100%;
  margin-bottom: 40px;
}
.drawer__logo svg {
  width: 81px;
}

.drawer__list {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  margin-bottom: 40px;
}
.drawer__list li {
  padding-bottom: 24px;
  border-block-end: 1px solid #FFFFFF;
}
.drawer__list li a {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .drawer__list li a:hover {
    opacity: 0.8;
  }
}

.drawer__btn {
  padding: 1rem 2.3125rem 0.8125rem 2.3125rem;
  background: #FFFFFF;
  border: 1px solid #31452d;
  color: #333;
  font-size: 16px;
  line-height: 1;
  letter-spacing: normal;
  transition: all 0.3s ease;
  display: inline-block;
}
@media (any-hover: hover) {
  .drawer__btn:hover {
    background: #31452d;
    color: #FFFFFF;
  }
}

.concept {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  padding-block: 7.375rem 0;
  height: 45.75rem;
}
@media screen and (max-width: 767px) {
  .concept {
    padding-block: 4.875rem 0;
    position: static;
    height: 52.5rem;
  }
}

.animated__fadeIn {
  opacity: 0;
  translate: 0 40px;
  transition: opacity 0.3s ease, translate 0.3s ease;
}
.animated__fadeIn.js-show {
  opacity: 1;
  translate: 0 0;
}

.concept__heading {
  margin-block-end: 0;
}
@media (min-width: 768px) {
  .concept__heading {
    margin-block-end: 2rem;
  }
}

.concept__container {
  margin-top: 26px;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .concept__container {
    flex-direction: row;
  }
}

.concept__body {
  background: #31452d;
  color: #FFFFFF;
  position: static;
  z-index: 2;
  width: 100%;
  bottom: 0;
  padding: 3.5rem 1.25rem 3.125rem;
}
@media (min-width: 768px) {
  .concept__body {
    width: 44.4444444444%;
    top: 25.3125rem;
    left: 0;
    position: absolute;
    padding: 3.625rem 3rem;
  }
}
@media (min-width: calc(1441px)) {
  .concept__body {
    padding-left: calc((100vw - 1080px) / 2 + 15px);
  }
}

.concept__title {
  letter-spacing: normal;
  text-align: left;
  color: #FFFFFF;
  font-size: 1.25rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .concept__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.concept__text {
  font-size: 1rem;
  letter-spacing: 0.8px;
  text-align: justify;
  color: #FFFFFF;
  line-height: 2;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .concept__text {
    margin-top: 0.75rem;
    line-height: 2.5;
  }
}

.concept__picture {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: static;
  aspect-ratio: 375/360;
}
.concept__picture img {
  max-height: 30rem;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: scale 0.3s ease;
}
@media (min-width: 768px) {
  .concept__picture {
    right: 0;
    position: absolute;
    width: 77.7777777778%;
  }
}

.concept__link {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 6px;
  padding-block-start: 1rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  .concept__link {
    padding-block-start: 0.8125rem;
  }
}
.concept__link span {
  font-size: 1rem;
  line-height: 0.88;
  letter-spacing: normal;
  color: #FFFFFF;
  position: relative;
}
.concept__link span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background: #fff;
  scale: 0;
  transition: scale 0.5s ease;
  transform-origin: left center;
}
@media (any-hover: hover) {
  .concept__link span:hover::after {
    scale: 1;
  }
}
.concept__link svg {
  width: 16px;
}

.works {
  position: relative;
  margin-block-start: 79px;
}
@media (min-width: 768px) {
  .works {
    margin-block-start: 118px;
  }
}
.works::before {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  background: #eeead0;
  height: 31.75rem;
  top: 13.25rem;
  width: 74.472222%;
}
@media (min-width: 768px) {
  .works::before {
    width: 68.4722222222%;
    top: 224px;
    height: 639px;
  }
}

.works__inner {
  width: min(1120px, 100%);
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media (min-width: 768px) {
  .works__inner {
    padding-inline: 2.5rem;
  }
}

.card__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-block-start: 1.5rem;
  column-gap: 0.9375rem;
  position: relative;
}
@media (min-width: 768px) {
  .card__list {
    margin-block-start: 1.875rem;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2.5rem;
  }
}

.card__item {
  flex-direction: column;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  position: relative;
  margin-bottom: -0.375rem;
}
@media (min-width: 768px) {
  .card__item {
    margin-bottom: 1.125rem;
  }
}
.card__item::before {
  content: "";
  position: absolute;
  bottom: 3rem;
  width: 1px;
  left: 0.5625rem;
  height: 6rem;
  background: #333;
}
@media (min-width: 768px) {
  .card__item::before {
    left: 1.5rem;
    height: 5.625rem;
  }
}

.animated__fadeIn {
  opacity: 0;
  translate: 0 40px;
  transition: opacity 0.6s ease, translate 0.6s ease;
}
.animated__fadeIn.js-show {
  opacity: 1;
  translate: 0 0;
}

.card__title {
  padding-inline: 1.0625rem;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: normal;
  padding-block-start: 16px;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 768px) {
  .card__title {
    padding-inline: 2.0625rem;
    font-size: 1.5rem;
    padding-block-start: 1.25rem;
  }
}

.card__link {
  padding-block-start: 6px;
  padding-inline: 1.0625rem;
  padding-bottom: 2.5rem;
  font-size: 1rem;
  line-height: 0.88;
  letter-spacing: normal;
  display: flex;
  gap: 0.4375rem;
  align-items: center;
  justify-content: flex-start;
}
@media (any-hover: hover) {
  .card__link:hover {
    opacity: 0.8;
  }
  .card__link:hover svg {
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  .card__link {
    padding-block-start: 1.125rem;
    padding-inline: 2.0625rem;
  }
}
.card__link svg {
  transition: all 0.3s ease;
  width: 1rem;
}

.card__item-img-wrap {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .card__item-img {
    aspect-ratio: 160/104;
  }
}
.card__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .card__item-img:hover img {
    transform: scale(1.1);
  }
}

.works__link {
  margin-block-start: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .works__link {
    margin-block-start: 0.8125rem;
  }
}

.works__btn {
  padding: 1rem 2.3125rem 1rem 2.3125rem;
  background: #FFFFFF;
  border: 1px solid #31452d;
  color: #333;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: normal;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
}
@media (min-width: 768px) {
  .works__btn {
    padding: 1.0625rem 3.8125rem 0.9375rem 3.8125rem;
  }
}
@media (any-hover: hover) {
  .works__btn:hover {
    background: #31452d;
    color: #FFFFFF;
  }
}

.news {
  margin-block-start: 77px;
}
@media (min-width: 768px) {
  .news {
    margin-block-start: 7.3125rem;
    margin-block-end: 7.375rem;
  }
}

.news__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .news__list {
    margin-top: 40px;
  }
}

.news-item {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  width: 100%;
  flex-direction: column;
  height: auto;
  padding-block-end: 1.125rem;
  border-block-end: 1px solid #e5e5e5;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .news-item {
    border-block-end: none;
    flex-direction: row;
    height: 3.5rem;
  }
}
@media (any-hover: hover) {
  .news-item:hover {
    opacity: 0.7;
  }
}

.--border-none {
  border-block-end: none;
}

.news-item__head {
  display: flex;
  align-items: center;
  height: inherit;
  width: 100%;
  justify-content: flex-start;
  flex-shrink: 1;
}
@media (min-width: 768px) {
  .news-item__head {
    justify-content: center;
    width: 285px;
    flex-shrink: 0;
    font-size: 16px;
  }
}

.news-item__date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  text-align: center;
  font-family: "Lora", serif;
  line-height: 1;
  width: fit-content;
  font-size: 14px;
}
@media (min-width: 768px) {
  .news-item__date {
    width: 169px;
    font-size: 1rem;
    border-inline-start: 1px solid #e5e5e5;
  }
}

.news-item__label {
  font-family: "Lora", serif;
  height: inherit;
  line-height: 1;
  letter-spacing: 0.48px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  font-size: 1rem;
  width: fit-content;
  border-inline-start: none;
}
@media (min-width: 768px) {
  .news-item__label {
    border-inline-start: 1px solid #e5e5e5;
    width: 144px;
    padding-left: 12px;
  }
}

.-news {
  color: #b69b04;
}

.-event {
  color: #31452d;
}

.news-item__heading {
  align-items: center;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  text-align: left;
  display: inline-flex;
  height: inherit;
  padding-inline: 0;
  border-inline-start: none;
  width: 100%;
  padding-right: 3.625rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .news-item__heading {
    border-inline-start: 1px solid #e5e5e5;
    padding-inline: 38px;
  }
}

.news__link {
  text-align: center;
  margin-block-start: 0.125rem;
}
@media (min-width: 768px) {
  .news__link {
    margin-block-start: 1.875rem;
  }
}

.news__btn {
  padding: 1rem 2.3125rem 0.8125rem 2.3125rem;
  background: #FFFFFF;
  border: 1px solid #31452d;
  color: #333;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: normal;
  transition: all 0.3s ease;
  display: inline-block;
}
@media (min-width: 768px) {
  .news__btn {
    padding: 1.0625rem 3.8125rem 0.875rem 3.75rem;
  }
}
@media (any-hover: hover) {
  .news__btn:hover {
    background: #31452d;
    color: #FFFFFF;
  }
}

.contact {
  background-color: #eeead0;
  padding-block: 2.5rem 0.5625rem;
  margin-block-start: 5rem;
}
@media (min-width: 768px) {
  .contact {
    padding-block: 7.4375rem 7.9375rem;
  }
}

.animated__clipView {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.8s ease;
}
.animated__clipView.js-show {
  clip-path: inset(0 0 0 0);
}

.contact__inner {
  padding-inline: 1.25rem;
}
@media (min-width: 768px) {
  .contact__inner {
    width: min(930px, 100%);
    padding-inline: 40;
    margin-inline: auto;
  }
}

.contact__lists {
  margin-block-start: 1.375rem;
}
@media (min-width: 768px) {
  .contact__list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}

.contact-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-block-end: 1px solid #333;
  padding-block: 2rem;
}
@media (min-width: 768px) {
  .contact-item {
    flex-direction: column;
    border-block-end: none;
    padding-block: 1.375rem;
    width: 17.625rem;
    border-inline-end: 1px solid #333;
  }
}

.contact__list > .contact__item:first-child .contact-item {
  padding-top: 0;
}
.contact__list > .contact__item:last-child .contact-item {
  border-block-end: none;
}
@media (min-width: 768px) {
  .contact__list > .contact__item:last-child .contact-item {
    border-inline-end: none;
  }
}

.contact-icon {
  padding-right: 2.625rem;
  padding-left: 0.75rem;
  width: 1.6875rem;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-icon {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }
}

.icon-doc svg {
  object-fit: cover;
  width: 1.6875rem;
  height: 2rem;
}

.icon-mail {
  margin-top: 0.3125rem;
  padding-left: 0.5625rem;
  padding-right: 2.9375rem;
}
.icon-mail svg {
  object-fit: cover;
  width: 1.9375rem;
  height: 1.5rem;
}
@media (min-width: 768px) {
  .icon-mail {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0.75rem;
  }
}

.icon-tel {
  margin-top: -0.9375rem;
}
@media (min-width: 768px) {
  .icon-tel {
    margin-top: 0.6875rem;
  }
}
.icon-tel svg {
  object-fit: cover;
  width: 1.3125rem;
  height: 1.8125rem;
}

.contact-title {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  width: 6rem;
}
@media (min-width: 768px) {
  .contact-title {
    width: 100%;
    margin-top: 1.125rem;
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .title-doc {
    margin-top: 0.625rem;
  }
}

@media (min-width: 768px) {
  .title-mail {
    margin-top: 0.8125rem;
  }
}

.title-tel {
  margin-top: -0.9375rem;
}
@media (min-width: 768px) {
  .title-tel {
    margin-top: 0.625rem;
  }
}

.contact-link {
  width: 11.4375rem;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-link {
    width: 100%;
    margin-top: 1.0625rem;
  }
}

.contact-button {
  display: inline-block;
  padding: 1rem 1.875rem;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #FFFFFF;
  transition: all 0.3s ease;
  min-width: 152px;
}

.button-color-key1 {
  background: #b69b04;
}
@media (any-hover: hover) {
  .button-color-key1:hover {
    background: #847103;
  }
}

.button-color-key2 {
  background: #31452d;
}
@media (any-hover: hover) {
  .button-color-key2:hover {
    background: #5d8355;
  }
}

.contact-button-time {
  display: block;
  line-height: 1;
  font-size: 0.75rem;
  white-space: nowrap;
  margin-block-start: 0.4375rem;
}
@media (min-width: 768px) {
  .contact-button-time {
    margin-block-start: 0.625rem;
  }
}

.--time-en {
  font-family: "Lora", serif;
}

.contact-button-tel {
  font-family: "Lora", serif;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #31452d;
}

.footer {
  background: #31452d;
  color: #FFFFFF;
  padding-block: 2.5rem 1rem;
}
@media (min-width: 768px) {
  .footer {
    padding-block: 5rem 1.0625rem;
  }
}

.footer__infor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer__logo {
  display: inline-block;
}
.footer__logo svg {
  width: 5.0625rem;
  height: 5.5625rem;
  object-fit: cover;
}

.footer__contents {
  padding-block-start: 1.375rem;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: normal;
  font-family: "Lora", serif;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__contents {
    gap: 0.875rem;
  }
}
.footer__contents span {
  display: inline-block;
}

.--ja {
  font-family: "Noto Serif JP", serif;
}

.footer__nav {
  padding-block-start: 3.5625rem;
}

.footer__list {
  display: flex;
  flex-direction: column;
  row-gap: 1.6875rem;
}
@media (min-width: 768px) {
  .footer__list {
    flex-direction: row;
    row-gap: unset;
    align-items: center;
    justify-content: center;
  }
}
.footer__list li {
  padding-bottom: 1.3125rem;
  border-block-end: 1px solid #FFFFFF;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__list li {
    border-block-end: none;
    border-inline-end: 1px solid #FFFFFF;
    padding-bottom: 0;
  }
}
.footer__list li a {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 0.8;
  transition: all 0.3s ease;
  position: relative;
  transition: all 0.3s ease;
}
.footer__list li a::after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: -8px;
  width: 80%;
  height: 1px;
  background: #FFFFFF;
  scale: 0;
  transform-origin: right center;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  .footer__list li a {
    width: 7.9375rem;
    display: inline-block;
  }
}
@media (min-width: 768px) and (any-hover: hover) {
  .footer__list li a:hover {
    opacity: 0.8;
  }
  .footer__list li a:hover::after {
    scale: 1;
    transform-origin: left center;
  }
}

.footer__list li:first-child a::after {
  left: 40%;
  width: 90%;
}

.footer__list li:last-child a::after {
  left: 63%;
  width: 100%;
}

.--zen {
  display: none;
}
@media (min-width: 768px) {
  .--zen {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .footer__list li:first-child {
    width: 7.875rem;
  }
}

.footer__list li:last-child {
  border-block-end: none;
}
@media (min-width: 768px) {
  .footer__list li:last-child {
    border-inline-end: none;
    text-align: right;
  }
}

.footer__bottom {
  margin-top: 1rem;
  padding-block-start: 2rem;
  padding-inline: 16px;
  border-block-start: 1px solid #FFFFFF;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}
@media (min-width: 768px) {
  .footer__bottom {
    background: #333;
    margin-top: 7.5rem;
    padding-block-start: 1.0625rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.footer__bottom__left {
  display: flex;
  gap: 4.3125rem;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  font-size: 0.875rem;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .footer__bottom__left {
    font-size: 1rem;
    line-height: 1;
    gap: 4.1875rem;
  }
}
.footer__bottom__left::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 1rem;
  background-color: #FFFFFF;
  top: 50%;
  translate: 0 -50%;
  left: calc(50% - 1.78125rem);
}
@media (min-width: 768px) {
  .footer__bottom__left::before {
    left: calc(50% - 2rem);
  }
}

.footer__bottom__right {
  display: block;
  margin-block-start: 2.4375rem;
  font-family: "Lora", serif;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__bottom__right {
    margin-block-start: 0;
  }
}

.to-top {
  position: fixed;
  z-index: 10;
  bottom: 36px;
  right: 40px;
  width: 80px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(182, 155, 4, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.to-top.js-show {
  opacity: 1;
  visibility: visible;
}

.to-top__text {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

@media (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */