@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

address {
  font-style: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

:focus:not(:focus-visible) {
  outline: 0; /* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
}

/* nomal */
@font-face {
  font-family: "zen";
  src: url("../fonts/zen-r.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* medium */
@font-face {
  font-family: "zen";
  src: url("../fonts/zen-m.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* bold */
/* garamond */
@font-face {
  font-family: "gara";
  src: url("../fonts/gara.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-snap-type: y mandatory;
  text-rendering: optimizeLegibility;
  height: 100%;
}

body {
  position: relative;
  font-family: "zen", "Zen Old Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1;
  font-size: 0.875rem;
  min-width: 320px;
  word-wrap: break-word;
  word-break: break-all;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 1rem;
  }
}

main {
  display: flex;
  flex-direction: column;
}

.br--sp {
  display: none;
}
@media screen and (min-width: 375px) {
  .br--sp {
    display: inline;
  }
}
.br--sp--hide {
  display: inline;
}
@media screen and (min-width: 375px) {
  .br--sp--hide {
    display: none;
  }
}

.br--tb {
  display: none;
}
@media screen and (min-width: 769px) {
  .br--tb {
    display: inline;
  }
}
.br--tb--hide {
  display: inline;
}
@media screen and (min-width: 769px) {
  .br--tb--hide {
    display: none;
  }
}

.br--in {
  display: none;
}
@media screen and (min-width: 1200px) {
  .br--in {
    display: inline;
  }
}
.br--in--hide {
  display: inline;
}
@media screen and (min-width: 1200px) {
  .br--in--hide {
    display: none;
  }
}

.br--pc {
  display: none;
}
@media screen and (min-width: 1400px) {
  .br--pc {
    display: inline;
  }
}
.br--pc--hide {
  display: inline;
}
@media screen and (min-width: 1400px) {
  .br--pc--hide {
    display: none;
  }
}

.fiu {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
}
.fiu.is-show {
  opacity: 1;
  transform: translateY(0px);
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.load-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  transform: translate3d(0, 40px, 0);
}
.load-fade.is-show {
  opacity: 1;
  visibility: visible;
  transform: none;
}

body:has(.is-active) .logo, body:has(.is-active) .drawer__logo,
body:has(.in-hero) .logo,
body:has(.in-hero) .drawer__logo {
  filter: brightness(0) invert(1);
}
body:has(.is-active) .drawer__line::before, body:has(.is-active) .drawer__line::after,
body:has(.in-hero) .drawer__line::before,
body:has(.in-hero) .drawer__line::after {
  filter: brightness(0) invert(1);
}

header {
  position: relative;
  transition: 0.3s;
  z-index: 3;
}
header .logo {
  position: absolute;
  top: 20px;
  left: 25px;
  z-index: 3;
  display: inline-block;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  header .logo {
    top: 30px;
    left: 30px;
  }
}
header .logo img {
  max-height: 24px;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  header .logo img {
    max-height: 35px;
  }
}
header .drawer {
  position: fixed;
  z-index: 3;
  right: 20px;
  top: 10px;
  width: 44px;
  aspect-ratio: 1/1;
  background-attachment: fixed;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  header .drawer {
    top: 20px;
    right: 40px;
  }
}
header .drawer .drawer__btn {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: 0.3s;
  border-radius: 4px;
}
header .drawer .drawer__btn .drawer__line {
  position: relative;
  width: 40px;
  height: 1.5px;
}
header .drawer .drawer__btn .drawer__line::before, header .drawer .drawer__btn .drawer__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
  transition: 0.3s;
}
header .drawer .drawer__btn .drawer__line::before {
  top: -7px;
}
header .drawer .drawer__btn .drawer__line::after {
  top: 7px;
}
header .drawer .drawer__btn .drawer__line span {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}
header .drawer .drawer__btn:hover {
  cursor: pointer;
}
header .drawer .drawer__btn[aria-expanded=true] .drawer__line {
  background: transparent;
}
header .drawer .drawer__btn[aria-expanded=true] .drawer__line::before, header .drawer .drawer__btn[aria-expanded=true] .drawer__line::after {
  top: 0;
}
header .drawer .drawer__btn[aria-expanded=true] .drawer__line::before {
  transform: rotate(-45deg);
}
header .drawer .drawer__btn[aria-expanded=true] .drawer__line::after {
  transform: rotate(45deg);
}
header .drawer.is-active .drawer__contents {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

footer {
  width: 97%;
  margin: 0 auto;
  border-top: solid 1px #ccc;
  position: relative;
  display: block;
  letter-spacing: 0.13rem;
  padding: 2.2rem 1rem;
}
@media screen and (min-width: 769px) {
  footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 2.5vw 34px;
  }
}
footer a.footer__logo {
  width: 100%;
  display: inline-block;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 769px) {
  footer a.footer__logo {
    margin-bottom: 1rem;
  }
}
footer a.footer__logo img {
  max-height: 24px;
}
footer address {
  width: 100%;
  font-size: 0.75rem;
  margin-bottom: 2.6rem;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 1400px) {
  footer address {
    width: 25vw;
    font-size: clamp(0.75rem, 0.9vw, 1rem);
    margin: 0;
  }
}
footer .footer__nav {
  width: 100%;
}
@media screen and (min-width: 769px) {
  footer .footer__nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-direction: row;
  }
}
@media screen and (min-width: 1400px) {
  footer .footer__nav {
    justify-content: flex-end;
    width: 60vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer__nav li + li a {
    border-left: solid 1px #ccc;
  }
}
footer .footer__nav li a {
  display: inline-block;
  padding: 0.56rem 0;
}
@media screen and (min-width: 769px) {
  footer .footer__nav li a {
    padding: 0.56rem 1.5vw;
  }
}
@media screen and (min-width: 1400px) {
  footer .footer__nav li a {
    padding: 0.5rem 1.7vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer__nav li a:hover {
    text-decoration: underline;
  }
}
footer small {
  width: 100%;
  display: inline-block;
  font-family: Cormorant Garamond, serif;
  font-size: 0.75rem;
  margin: 2.5rem 0 0 0;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  footer small {
    text-align: left;
    margin: 1.6rem 0 0 0;
    letter-spacing: 0.06rem;
  }
}

.btn--pagetop {
  position: fixed;
  z-index: 1;
  bottom: 1.2rem;
  right: 1.2rem;
  width: 44px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.75);
  display: grid;
  place-items: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .btn--pagetop {
    width: 60px;
  }
}
.btn--pagetop::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: translateY(5px) rotate(-45deg);
  transition: 0.3s;
}
.btn--pagetop:hover::after {
  transform: translateY(0) rotate(-45deg);
}
.btn--pagetop.is-visible {
  opacity: 1;
  visibility: visible;
}

.drawer__contents {
  position: fixed;
  z-index: -100;
  inset: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100svh;
  height: 100dvh;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  background-attachment: fixed;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  opacity: 0;
  transform-origin: center;
  background-color: #68593F;
  color: #fff;
  background-size: cover;
  padding: 90px 20px;
}
@media screen and (min-width: 1400px) {
  .drawer__contents {
    flex-wrap: nowrap;
    padding: 90px;
  }
}
.drawer__contents::after {
  content: "";
  display: block;
  width: 528px;
  height: 920px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
  mix-blend-mode: multiply;
  transform: translateY(-50%);
  background: url(../img/common/bg_circle--left.webp) no-repeat center center;
  background-size: contain;
}
.drawer__contents .drawer__logo {
  position: absolute;
  top: 20px;
  left: 25px;
}
@media screen and (min-width: 769px) {
  .drawer__contents .drawer__logo {
    top: 30px;
    left: 30px;
  }
}
.drawer__contents .drawer__logo img {
  max-height: 24px;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .drawer__contents .drawer__logo img {
    max-height: 35px;
  }
}
.drawer__contents .drawer__cardLink {
  width: 100%;
  width: min(100%, 1300px);
}
.drawer__contents .drawer__txtLink {
  width: 100%;
  text-align: center;
  margin-block: 2rem;
}
@media screen and (min-width: 1400px) {
  .drawer__contents .drawer__txtLink {
    width: min(33%, 385px);
    border-left: solid 1px #fff;
    margin-left: 2.5rem;
    padding-left: 2.5rem;
    text-align: left;
  }
}
.drawer__contents .drawer__txtLink .for_visitors {
  padding: 2rem 0;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .drawer__contents .drawer__txtLink .for_visitors {
    padding: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .drawer__contents .drawer__txtLink .for_visitors {
    padding: 0;
    margin-top: 1.5rem;
  }
}
.drawer__contents .drawer__txtLink .for_visitors h2 {
  font-size: clamp(1rem, 5vw, 1.5rem);
  margin-bottom: 1.5rem;
}
.drawer__contents .drawer__txtLink .for_visitors p {
  font-size: 1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .drawer__contents .drawer__txtLink .for_visitors {
    background: rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 1400px) {
  .drawer__contents .drawer__txtLink .for_visitors {
    background: none;
  }
}
.drawer__contents .drawer__txtLink ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .drawer__contents .drawer__txtLink ul {
    gap: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .drawer__contents .drawer__txtLink ul {
    display: block;
    margin-left: 1rem;
  }
}
.drawer__contents .drawer__txtLink ul li {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .drawer__contents .drawer__txtLink ul li {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (min-width: 960px) {
  .drawer__contents .drawer__txtLink ul li {
    width: calc((100% - 60px) / 4);
  }
}
@media screen and (min-width: 1400px) {
  .drawer__contents .drawer__txtLink ul li {
    width: 100%;
  }
}
.drawer__contents .drawer__txtLink ul li a {
  display: inline-block;
  padding: 15px 0;
}
@media screen and (min-width: 769px) {
  .drawer__contents .drawer__txtLink ul li a {
    padding: 10px 0;
  }
}
@media screen and (min-width: 1400px) {
  .drawer__contents .drawer__txtLink ul li a {
    padding: 20px 0;
  }
}
.drawer__contents .drawer__txtLink ul li a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  vertical-align: middle;
  margin-right: 0.5rem;
}
@media screen and (min-width: 769px) {
  .drawer__contents .drawer__txtLink ul li a:hover {
    text-decoration: underline;
  }
}
.drawer__contents .drawer__txtLink ul li.link--outside a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url(../img/common/icon_link.svg) no-repeat center center;
  background-size: contain;
  margin-left: 0.5rem;
}
.drawer__contents .drawer__txtLink ul li.link--outside.-holdings {
  line-height: 1.3;
}
.drawer__contents .drawer__txtLink ul li.link--sns {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .drawer__contents .drawer__txtLink ul li.link--sns {
    text-align: left;
  }
}
.drawer__contents .drawer__txtLink ul li.link--sns a {
  display: inline-block;
  padding: 0 1rem;
  transition: 0.3s;
}
.drawer__contents .drawer__txtLink ul li.link--sns a::before {
  content: none;
}

.drawer__list {
  margin-inline: auto;
}
.drawer__list + .drawer__list {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .drawer__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
.drawer__list.col3 li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .drawer__list.col3 li a::before {
    content: none;
  }
}
.drawer__list.col3 li a .img img {
  aspect-ratio: 16/9;
}
.drawer__list.col3 li a .txt {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .drawer__list.col3 li a .txt {
    position: static;
  }
}
.drawer__list.col4 a {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .drawer__list.col4 a {
    display: block;
  }
}
.drawer__list.col4 a .img {
  width: 25%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 769px) {
  .drawer__list.col4 a .img {
    width: 100%;
    aspect-ratio: 3/2;
  }
}
.drawer__list.col4 a .txt {
  width: calc(75% - 24px);
}
@media screen and (min-width: 769px) {
  .drawer__list.col4 a .txt {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .drawer__list.col4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}
.drawer__list li {
  width: 100%;
  margin-bottom: 1.35rem;
}
.drawer__list li a {
  display: block;
  position: relative;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .drawer__list li a:hover .img {
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 769px) {
  .drawer__list li a:hover .img img {
    mix-blend-mode: hard-light;
  }
}
.drawer__list li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.drawer__list li a .txt {
  line-height: 1.6;
}
.drawer__list li a .txt span {
  display: block;
  font-size: 1.25rem;
  margin: 0.3rem 0;
}
@media screen and (min-width: 769px) {
  .drawer__list li a .txt span {
    font-size: 1.5rem;
  }
}

.c-btn {
  position: relative;
  display: inline-block;
  border: solid 1px #000;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1.15rem 3rem;
  text-align: center;
  width: min(100%, 248px);
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .c-btn {
    padding: 1.5rem 3rem;
  }
}
.c-btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transition: 0.3s;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
}
@media screen and (min-width: 769px) {
  .c-btn::after {
    width: 14px;
    height: 14px;
  }
}
@media screen and (min-width: 769px) {
  .c-btn:hover {
    background-color: white;
  }
}
@media screen and (min-width: 769px) {
  .c-btn:hover::after {
    right: 15px;
  }
}
.c-btn.back {
  padding: 1.15rem 1.5rem;
  width: min(100%, 120px);
  background-color: #f7f7f7;
  border: solid 1px #ccc;
}
.c-btn.bg--dark {
  border: solid 1px #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.c-btn.bg--dark::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
@media screen and (min-width: 769px) {
  .c-btn.bg--dark:hover {
    background-color: rgba(0, 0, 0, 0.25);
  }
}/*# sourceMappingURL=common.css.map */