/* mixin
----------------------------------------------------*/
/* variable
----------------------------------------------------*/
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.3;
  font-family: "Zen Old Mincho", system-ui;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #000;
}

a {
  outline: none;
  text-decoration: none;
}
img {
  vertical-align: top;
  max-width: 100%;
  outline: none;
}

input, button, textarea {
  outline: none;
}
input::placeholder, button::placeholder, textarea::placeholder {
  color: #acacac;
}

/* header
----------------------------------------------------*/
.l-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  width: 100%;
  height: 75px;
  transition: background-color 0.4s ease;
  transition: opacity 2s ease 4.5s;
}
@media screen and (max-width: 640px) {
  .l-header {
    height: 58px;
  }
}
.l-header__logo {
  position: absolute;
  left: 42px;
  top: 24px;
  width: 114px;
  height: 24px;
  mask: url(../images/common/logo.png) no-repeat;
  mask-size: contain;
  background: #000;
}
@media screen and (max-width: 640px) {
  .l-header__logo {
    left: 26px;
    top: 18px;
    width: 91px;
    height: 19px;
  }
}
.l-header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.l-header__logo img {
  display: none;
}
.menu-open .l-header_logo {
  opacity: 0;
  visibility: hidden;
}
.l-header__reserve {
  position: absolute;
  right: 87px;
  top: 24px;
  display: block;
  padding: 8px 15px;
  border: 1px solid #C6C6C6;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: 0.4s ease;
}
@media screen and (max-width: 640px) {
  .l-header__reserve {
    right: 64px;
    top: 16px;
    padding: 6px 8px;
  }
}
@media screen and (hover: hover) {
  .l-header__reserve:hover {
    background: #f0f0f0;
  }
}
.l-header__btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 72px;
  height: 75px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .l-header__btn {
    width: 64px;
    height: 58px;
  }
}
.l-header__btn span {
  position: absolute;
  left: 20px;
  display: block;
  width: 32px;
  height: 1px;
  background: #000;
  transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 640px) {
  .l-header__btn span {
    left: 19px;
    width: 26px;
  }
}
.l-header__btn span:nth-of-type(1) {
  top: 31px;
  animation: menu-bar01 0.75s forwards;
}
@media screen and (max-width: 640px) {
  .l-header__btn span:nth-of-type(1) {
    top: 24px;
    animation: menu-bar01_sp 0.75s forwards;
  }
}
.l-header__btn span:nth-of-type(2) {
  top: 42px;
  animation: menu-bar02 0.75s forwards;
}
@media screen and (max-width: 640px) {
  .l-header__btn span:nth-of-type(2) {
    top: 34px;
    animation: menu-bar02_sp 0.75s forwards;
  }
}
.menu-open .l-header__btn span:nth-of-type(1) {
  animation: active-menu-bar01 0.75s forwards;
}
@media screen and (max-width: 640px) {
  .menu-open .l-header__btn span:nth-of-type(1) {
    animation: active-menu-bar01_sp 0.75s forwards;
  }
}
.menu-open .l-header__btn span:nth-of-type(2) {
  animation: active-menu-bar03 0.75s forwards;
}
@media screen and (max-width: 640px) {
  .menu-open .l-header__btn span:nth-of-type(2) {
    animation: active-menu-bar03_sp 0.75s forwards;
  }
}
.ready .l-header {
  opacity: 1;
  visibility: visible;
}
.ready .l-header__logo {
  background: #fff;
}
.ready .l-header__reserve {
  border-color: #fff;
  color: #fff;
}
@media screen and (hover: hover) {
  .ready .l-header__reserve:hover {
    background: rgba(0, 0, 0, 0.2);
  }
}
.ready .l-header__btn span {
  background: #fff;
}
.invert .l-header, .menu-open .l-header {
  background: #fff;
}
.invert .l-header__logo, .menu-open .l-header__logo {
  background: #000;
}
.invert .l-header__reserve, .menu-open .l-header__reserve {
  border-color: #C6C6C6;
  color: #000;
}
@media screen and (hover: hover) {
  .invert .l-header__reserve:hover, .menu-open .l-header__reserve:hover {
    background: rgba(240, 240, 240, 0.2);
  }
}
.invert .l-header__btn span, .menu-open .l-header__btn span {
  background: #000;
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(5px) rotate(30deg);
  }
  50% {
    transform: translateY(5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-5px) rotate(-30deg);
  }
  50% {
    transform: translateY(-5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(5px) rotate(0);
  }
  100% {
    transform: translateY(5px) rotate(30deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-5px) rotate(0);
  }
  100% {
    transform: translateY(-5px) rotate(-30deg);
  }
}
@keyframes menu-bar01_sp {
  0% {
    transform: translateY(5px) rotate(45deg);
  }
  50% {
    transform: translateY(5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02_sp {
  0% {
    transform: translateY(-5px) rotate(-45deg);
  }
  50% {
    transform: translateY(-5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01_sp {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(5px) rotate(0);
  }
  100% {
    transform: translateY(5px) rotate(18deg);
  }
}
@keyframes active-menu-bar03_sp {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-5px) rotate(0);
  }
  100% {
    transform: translateY(-5px) rotate(-18deg);
  }
}
/* menu
----------------------------------------------------*/
.l-menu {
  position: fixed;
  left: 0;
  top: 75px;
  z-index: 100;
  width: 100%;
  height: calc(100dvh - 75px);
  padding: 70px 18%;
  background: #fff;
  overflow: auto;
  overscroll-behavior: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}
@media screen and (max-width: 1200px) {
  .l-menu {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 640px) {
  .l-menu {
    top: 58px;
    height: calc(100dvh - 58px);
    padding: 42px 54px;
  }
}
.menu-open .l-menu {
  visibility: visible;
  opacity: 1;
}
.l-menu a {
  transition: 0.4s ease;
}
@media screen and (hover: hover) {
  .l-menu a:hover {
    opacity: 0.6;
  }
}
.l-menu__inner {
  display: flex;
  justify-content: flex-start;
  gap: 160px;
}
@media screen and (max-width: 1200px) {
  .l-menu__inner {
    justify-content: space-between;
    gap: 50px;
  }
}
@media screen and (max-width: 640px) {
  .l-menu__inner {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .l-menu__global {
    columns: 2;
  }
}
.l-menu__global__item {
  position: relative;
  margin: 32px 0 0 0;
  padding: 0 0 0 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
.l-menu__global__item:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .l-menu__global__item {
    margin-top: 25px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .l-menu__global__item:nth-of-type(4n+1) {
    margin-top: 0;
  }
}
.l-menu__global__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  border-top: 1px solid #000;
}
@media screen and (max-width: 640px) {
  .l-menu__sub {
    margin: 44px 0;
  }
}
.l-menu__sub__item {
  margin: 0 0 24px 0;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
}
.l-menu__reserve {
  padding: 20px 30px;
  border: 1px solid #C6C6C6;
}
@media screen and (max-width: 640px) {
  .l-menu__reserve {
    text-align: center;
  }
}
.l-menu__reserve__title {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
}
.l-menu__reserve__tel {
  display: inline-block;
  margin: 20px 0 0 0;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1;
  pointer-events: none;
}
.l-menu__reserve__tel::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 20px;
  margin: 0 10px 0 0;
  background: url(../images/common/phone.svg) no-repeat;
  background-size: contain;
  vertical-align: -2px;
}
.l-menu__reserve__time {
  margin: 5px 0 0 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}
.l-menu__address {
  margin: 25px 0 0 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
}
.l-menu__sns {
  position: absolute;
  left: 18%;
  bottom: 135px;
  font-size: 0;
}
@media screen and (max-width: 1200px) {
  .l-menu__sns {
    left: 50px;
  }
}
@media screen and (max-width: 640px) {
  .l-menu__sns {
    position: static;
    margin: 48px 0 0;
    text-align: center;
  }
}
.l-menu__sns a {
  margin: 0 18px 0 0;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .l-menu__sns a {
    margin: 0 9px;
  }
}

/* kv
----------------------------------------------------*/
.l-kv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100svh;
  background: none;
  animation: show 1s ease 1s both;
}
.l-kv--simple {
  height: 580px;
}
@media screen and (max-width: 640px) {
  .l-kv--simple {
    height: 70svh;
  }
}
.l-kv__title {
  position: relative;
  z-index: 2;
  writing-mode: vertical-rl;
  vertical-align: middle;
  letter-spacing: 0.3em;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  transition: 0.4s ease;
}
.l-kv--sub .l-kv__title {
  transition: color 0.4s ease;
}
.l-kv--sub .l-kv__title small {
  font-size: 20px;
  font-size: 2rem;
}
.l-kv--horizontal {
  display: block;
  height: auto;
}
.l-kv--horizontal .l-kv__title {
  max-width: 1100px;
  margin: 0 auto;
  padding: 175px 0 75px;
  writing-mode: horizontal-tb;
  text-align: left;
  letter-spacing: normal;
}
@media screen and (max-width: 1200px) {
  .l-kv--horizontal .l-kv__title {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .l-kv--horizontal .l-kv__title {
    padding: 100px 0 50px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.l-kv__img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100svh;
  transition: 0.4s ease;
}
@media screen and (max-width: 640px) {
  .l-kv__img {
    background-repeat: no-repeat;
    background-size: auto 100%;
    animation: pan 16s linear both;
  }
}
.l-kv__img img, .l-kv__img video {
  width: 100%;
  height: 100svh;
  object-fit: cover;
}
@media screen and (max-width: 640px) {
  .l-kv__img img, .l-kv__img video {
    display: none;
  }
}
.ready .l-kv__title {
  color: #fff;
}
.ready .l-kv__img {
  opacity: 1;
  visibility: visible;
}
.ready .l-kv--sub .l-kv__title {
  color: #fff;
}
.ready .l-kv--mov .l-kv__title {
  position: absolute;
  left: 64px;
  bottom: 60px;
  padding: 15px;
  border: 1px solid #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  writing-mode: horizontal-tb;
  letter-spacing: normal;
}
@media screen and (max-width: 640px) {
  .ready .l-kv--mov .l-kv__title {
    left: 16px;
    bottom: 16px;
    padding: 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.ready .l-kv--mov .l-kv__title small {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .ready .l-kv--mov .l-kv__title small {
    font-size: 10px;
    font-size: 1rem;
  }
}

@keyframes show {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes pan {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 66% 0;
  }
}
/* l-local
----------------------------------------------------*/
.l-local {
  position: sticky;
  bottom: 100px;
  width: 100%;
  animation: show 1s ease 1s both;
}
@media screen and (max-width: 640px) {
  .l-local {
    bottom: 30px;
  }
}
.l-local__wrap .l-kv {
  height: calc(100svh + 100px);
  padding-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .l-local__wrap .l-kv {
    height: calc(100svh + 30px);
    padding-bottom: 30px;
  }
}
.l-local__list {
  display: flex;
  justify-content: center;
  gap: 56px;
}
@media screen and (max-width: 640px) {
  .l-local__list {
    gap: 0;
  }
}
.l-local__item a {
  display: block;
  padding: 10px 15px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  transition: 0.4s ease;
}
@media screen and (max-width: 640px) {
  .l-local__item a {
    padding: 10px 14px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.ready .l-local__item a {
  color: #fff;
}
.local-invert .l-local__item a {
  color: #000;
}

/* l-spmov
----------------------------------------------------*/
.l-spmov {
  display: none;
}
@media screen and (max-width: 640px) {
  .l-spmov {
    display: block;
    padding: 25px 15px 0;
  }
  .l-spmov video {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

/* footer
----------------------------------------------------*/
.l-footer {
  margin-top: 160px;
}
@media screen and (max-width: 640px) {
  .l-footer {
    margin: 100px 0 15px;
  }
}
.l-footer a {
  transition: 0.4s ease;
}
@media screen and (hover: hover) {
  .l-footer a:hover {
    opacity: 0.6;
  }
}
.l-footer__logo {
  width: 170px;
}
@media screen and (max-width: 640px) {
  .l-footer__logo {
    width: 130px;
    margin: 0 auto;
  }
}
.l-footer__reserve {
  padding: 80px 20px;
  background: #3B3B3B;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .l-footer__reserve {
    display: none;
  }
}
.l-footer__reserve__title {
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
}
.l-footer__reserve__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 564px;
  margin: 70px auto 0;
}
.l-footer__reserve__btn {
  display: block;
  width: 262px;
  padding: 15px;
  color: #000;
  background: #D8D8D8;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
.l-footer__reserve__box {
  width: 564px;
  padding: 30px 30px 20px;
  border: 5px solid #CECECE;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.l-footer__reserve__box b {
  font-weight: normal;
}
.l-footer__reserve__box p {
  margin: 20px 0 0 0;
  font-size: 16px;
  line-height: 1.5;
}
.l-footer__reserve__box small {
  font-size: 11px;
}
.l-footer__reserve__box a {
  display: block;
  margin: 20px 0 10px;
  padding: 15px;
  background: #D9D9D9;
  border: none;
  color: #000;
  cursor: pointer;
  font-size: 17px;
  line-height: 1;
  transition: 0.4s ease;
}
.l-footer__reserve__box a:nth-of-type(2) {
  background: #000;
  color: #fff;
}
.l-footer__reserve__box a:hover {
  opacity: 0.6;
}
.l-footer__btm {
  padding: 0 0 15px 0;
}
.l-footer__btm__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 110px 0 80px 0;
}
@media screen and (max-width: 1200px) {
  .l-footer__btm__inner {
    flex-wrap: wrap;
    gap: 50px 0;
  }
}
@media screen and (max-width: 640px) {
  .l-footer__btm__inner {
    display: block;
    padding: 75px 30px 50px;
  }
  .l-footer__btm__inner .l-footer__global {
    display: none;
  }
}
.l-footer__global {
  column-count: 2;
  column-gap: 68px;
}
@media screen and (max-width: 1200px) {
  .l-footer__global {
    column-count: 4;
  }
}
@media screen and (max-width: 640px) {
  .l-footer__global {
    column-count: 2;
    column-gap: 0;
  }
}
.l-footer__global__item {
  position: relative;
  margin: 27px 0 0 0;
  padding: 0 0 0 18px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .l-footer__global__item {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.l-footer__global__item:nth-of-type(4n+1) {
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .l-footer__global__item:nth-of-type(2n+1) {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .l-footer__global__item:nth-of-type(2n+1) {
    margin-top: 27px;
  }
  .l-footer__global__item:nth-of-type(4n+1) {
    margin-top: 0;
  }
}
.l-footer__global__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  border-top: 1px solid #000;
}
@media screen and (max-width: 640px) {
  .l-footer__global__item::before {
    border-color: #fff;
  }
}
.l-footer__global__wrap {
  display: none;
}
@media screen and (max-width: 640px) {
  .l-footer__global__wrap {
    display: block;
    padding: 50px;
    background: #3B3B3B;
  }
}
@media screen and (max-width: 640px) {
  .l-footer__phone {
    margin: 25px 0 0 0;
  }
}
.l-footer__phone__tel {
  display: inline-block;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1;
  pointer-events: none;
}
.l-footer__phone__tel::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 20px;
  margin: 0 10px 0 0;
  background: url(../images/common/phone.svg) no-repeat;
  background-size: contain;
  vertical-align: -2px;
}
.l-footer__phone__time {
  margin: 5px 0 0 23px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}
.l-footer__phone__fax {
  margin: 35px 0 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .l-footer__phone__fax {
    margin-top: 20px;
  }
}
.l-footer__phone__fax::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 11px;
  margin: 0 8px 0 0;
  background: url(../images/common/fax.svg) no-repeat;
  background-size: contain;
  vertical-align: 0px;
}
@media screen and (max-width: 1200px) {
  .l-footer__access {
    margin-right: auto;
    display: flex;
    align-items: flex-end;
    gap: 30px;
    margin-left: 50px;
  }
}
@media screen and (max-width: 640px) {
  .l-footer__access {
    display: block;
    margin: 0;
  }
}
.l-footer__address {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .l-footer__address {
    margin: 35px 0 0 0;
  }
  .l-footer__address a {
    display: inline-block;
    padding-top: 10px;
  }
}
.l-footer__map {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
.l-footer__map::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 22px;
  margin: 0 8px 0 0;
  background: url(../images/common/map.svg) no-repeat;
  background-size: contain;
  vertical-align: -5px;
}
.l-footer__sns {
  margin: 40px 0 0 0;
}
.l-footer__sns a {
  margin: 0 18px 0 0;
  vertical-align: top;
}
.l-footer__sub {
  display: flex;
  justify-content: flex-end;
  gap: 26px;
}
@media screen and (max-width: 640px) {
  .l-footer__sub {
    display: block;
    margin: 0 30px;
  }
}
.l-footer__sub__item {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .l-footer__sub__item {
    margin-top: 15px;
  }
}

/* photobox
----------------------------------------------------*/
.l-photobox {
  margin-top: 176px;
}
@media screen and (max-width: 640px) {
  .l-photobox {
    margin-top: 100px;
  }
  .l-photobox:first-of-type {
    /* margin-top: 15px; */
  }
}
.l-photobox__inner {
  display: flex;
  justify-content: space-between;
  margin: 8px 0 0 0;
}
@media screen and (max-width: 640px) {
  .l-photobox__inner {
    display: block;
  }
}
.l-photobox.--txtL .l-photobox__inner {
  flex-direction: row-reverse;
}
.l-photobox__img {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  width: 508px;
}
@media screen and (max-width: 1200px) {
  .l-photobox__img {
    width: 42%;
  }
}
@media screen and (max-width: 640px) {
  .l-photobox__img {
    width: auto;
  }
}
.l-photobox__img > img {
  width: calc(50% - 4px);
  height: auto;
  object-fit: cover;
}
.l-photobox.--imgV .l-photobox__img {
  flex-direction: column;
  width: 632px;
}
@media screen and (max-width: 1200px) {
  .l-photobox.--imgV .l-photobox__img {
    width: 42%;
  }
}
@media screen and (max-width: 640px) {
  .l-photobox.--imgV .l-photobox__img {
    flex-direction: row;
    width: auto;
  }
}
.l-photobox.--imgV .l-photobox__img > img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 640px) {
  .l-photobox.--imgV .l-photobox__img > img {
    width: calc(50% - 4px);
  }
}
.l-photobox.--imgV .l-photobox__img > video {
  aspect-ratio: 632/430;
  object-fit: cover;
}
@media screen and (max-width: 640px) {
  .l-photobox.--imgV .l-photobox__img > video {
    width: calc(50% - 4px);
    aspect-ratio: 380/549;
  }
}
.l-photobox__txt {
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  padding: 100px 74px 0;
}
@media screen and (max-width: 1200px) {
  .l-photobox__txt {
    padding: 50px 50px 0;
  }
}
@media screen and (max-width: 640px) {
  .l-photobox__txt {
    margin: 35px 0 0;
    padding: 0;
  }
}
.l-photobox.--imgV .l-photobox__txt {
  padding-top: 20px;
}
@media screen and (max-width: 1200px) {
  .l-photobox.--imgV .l-photobox__txt {
    padding-top: 0;
  }
}
.l-photobox__lead {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .l-photobox__lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.l-photobox__lead::after {
  content: "";
  display: inline-block;
  width: 40px;
  margin: 0 0 0 30px;
  border-top: 1px solid #000;
  vertical-align: 5px;
}
@media screen and (max-width: 640px) {
  .l-photobox__lead::after {
    margin-left: 17px;
  }
}
.l-photobox__title {
  margin: 30px 0 0 0;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .l-photobox__title {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 2;
  }
}
@media screen and (max-width: 640px) {
  .l-photobox.--imgV .l-photobox__title {
    margin-top: 0;
  }
}
.l-photobox__cont {
  margin: 20px 0 0 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.3;
}
@media screen and (max-width: 640px) {
  .l-photobox__cont {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.2;
  }
}
.l-photobox.--imgV .l-photobox__cont {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .l-photobox.--imgV .l-photobox__cont {
    margin-top: 30px;
  }
}
.l-photobox__link {
  justify-self: flex-end;
  margin-top: auto;
}
@media screen and (max-width: 1200px) {
  .l-photobox__link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .l-photobox__link {
    margin-top: 45px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.l-photobox__link a {
  position: relative;
  display: inline-block;
  padding: 0 0 16px 0;
  line-height: 1;
  transition: 0.4s ease;
}
@media screen and (hover: hover) {
  .l-photobox__link a:hover {
    opacity: 0.6;
  }
}
.l-photobox__link a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 30px;
  margin-left: -15px;
  border-top: 1px solid #000;
}
.l-photobox__link.--arrow ::after {
  position: static;
  display: inline-block;
  width: 41px;
  height: 6px;
  margin: 0 0 0 8px;
  border: none;
  background: url(../images/common/arrow.svg) no-repeat;
  background-size: contain;
  vertical-align: 5px;
}
.l-photobox.--imgV .l-photobox__link {
  justify-self: flex-start;
  margin-top: 75px;
}
@media screen and (max-width: 1200px) {
  .l-photobox.--imgV .l-photobox__link {
    margin-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  .l-photobox.--imgV .l-photobox__link {
    text-align: left;
  }
}

/* separate
----------------------------------------------------*/
.l-separate {
  display: flex;
  justify-content: space-between;
  gap: 7px;
  margin: 185px 0 0 0;
}
@media screen and (max-width: 640px) {
  .l-separate {
    flex-wrap: wrap;
    margin-top: 100px;
    gap: 3px;
  }
}
.l-separate__inner {
  width: calc(33.33% - 4.66px);
}
@media screen and (max-width: 640px) {
  .l-separate__inner {
    width: calc(50% - 1.5px);
  }
  .l-separate__inner.--all {
    width: 100%;
  }
}
.l-separate__inner > img, .l-separate__inner > picture img {
  object-fit: cover;
  width: 100%;
}
.l-separate__inner.--triple {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 7px;
}
@media screen and (max-width: 640px) {
  .l-separate__inner.--triple {
    gap: 3px;
  }
}
.l-separate__inner.--triple > img, .l-separate__inner.--triple > video {
  width: calc(50% - 3.5px);
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (max-width: 640px) {
  .l-separate__inner.--triple > img, .l-separate__inner.--triple > video {
    width: calc(50% - 1.5px);
  }
}
.l-separate__inner.--triple > *:first-child {
  width: 100%;
  aspect-ratio: 480/231;
}

/* news
----------------------------------------------------*/
.l-news {
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  .l-news {
    margin-top: 100px;
  }
}
.l-news__title {
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .l-news__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.l-news__list {
  margin: 50px 0 0 0;
}
@media screen and (max-width: 640px) {
  .l-news__list {
    margin-top: 25px;
  }
}
.l-news__item {
  display: flex;
  align-items: center;
  gap: 55px;
  padding: 24px 10px;
  border-bottom: 1px solid #E2E2E2;
  line-height: 1.8;
  transition: 0.4s ease;
}
@media screen and (max-width: 640px) {
  .l-news__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 15px 0;
  }
}
@media screen and (hover: hover) {
  .l-news__item:hover {
    background: #f5f5f5;
  }
}
.l-news__date {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .l-news__date {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.l-news__cont {
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 640px) {
  .l-news__cont {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

/* btns
----------------------------------------------------*/
.l-btns {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 145px;
}
@media screen and (max-width: 1200px) {
  .l-btns {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .l-btns {
    flex-direction: column;
    gap: 20px;
    margin: 100px 15px 0;
  }
}
.l-btns__item {
  width: 485px;
  padding: 26px 80px;
  border: 1px solid #DADADA;
  background: url(../images/common/arrow.svg) no-repeat right 20px top 50%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  transition: 0.4s ease;
}
@media screen and (max-width: 1200px) {
  .l-btns__item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 640px) {
  .l-btns__item {
    width: 100%;
    padding: 16px 40px;
    background-size: auto 6px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (hover: hover) {
  .l-btns__item:hover {
    background-color: #f5f5f5;
  }
}

/* breadcrmbs
----------------------------------------------------*/
.l-breadcrmbs {
  margin-top: 75px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .l-breadcrmbs {
    display: none;
  }
}
.l-breadcrmbs ul {
  display: flex;
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .l-breadcrmbs ul {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.l-breadcrmbs ul li::after {
  content: ">";
}
.l-breadcrmbs ul li:last-of-type::after {
  display: none;
}
.l-breadcrmbs ul li a {
  text-decoration: none;
}
.l-breadcrmbs ul li a:hover {
  text-decoration: underline;
}
.l-kv + .l-breadcrmbs {
  position: absolute;
  left: 0;
  top: 75px;
  width: 100%;
  margin-top: 0;
  color: #000;
}
.l-kv + .l-breadcrmbs a {
  color: #000;
}
.ready .l-kv + .l-breadcrmbs {
  color: #fff;
}
.ready .l-kv + .l-breadcrmbs a {
  color: #fff;
}

.c-imgaes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 1100px;
  margin: 150px auto;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .c-imgaes {
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .c-imgaes {
    gap: 7px;
    margin: 88px 0 0;
  }
}
.c-imgaes__single {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc(33.33% - 6.66px);
}
@media screen and (max-width: 640px) {
  .c-imgaes__single {
    flex-direction: row;
    gap: 7px;
    width: calc(50% - 3.5px);
  }
}
.c-imgaes__double {
  width: calc(66.66% - 3.43px);
}
@media screen and (max-width: 640px) {
  .c-imgaes__double {
    width: 100%;
  }
}
.c-imgaes__double video {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.c-imgaes > img {
  width: calc(33.33% - 6.66px);
}
@media screen and (max-width: 640px) {
  .c-imgaes > img {
    width: calc(50% - 3.5px);
  }
}
.c-imgaes > video {
  width: calc(33.33% - 6.66px);
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (max-width: 640px) {
  .c-imgaes > video {
    width: calc(50% - 3.5px);
  }
}
.c-imgaes.--double > img, .c-imgaes.--double > video {
  width: calc(50% - 5px);
}
@media screen and (max-width: 640px) {
  .c-imgaes.--double > img, .c-imgaes.--double > video {
    width: calc(50% - 3.5px);
  }
}

.fancybox__container {
  background: rgba(0, 0, 0, 0.7);
}

.fancybox__backdrop {
  background: none;
}

.fancybox__content {
  max-width: 934px !important;
  padding: 0;
}

.fancybox__content > .f-button.is-close-btn {
  top: -39px;
  right: -39px;
  width: 78px;
  height: 78px;
  border-radius: 39px;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 640px) {
  .fancybox__content > .f-button.is-close-btn {
    top: 0 !important;
    right: 0 !important;
    width: 32px;
    height: 32px;
    border-radius: 0 0 0 16px;
  }
}
.fancybox__content > .f-button.is-close-btn svg {
  width: 31px;
  height: 31px;
}
@media screen and (max-width: 640px) {
  .fancybox__content > .f-button.is-close-btn svg {
    width: 16px;
    height: 16px;
  }
}

.u-size, .u-size1200, .u-size1100, .u-size1080 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .u-size, .u-size1200, .u-size1100, .u-size1080 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .u-size, .u-size1200, .u-size1100, .u-size1080 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.u-size1080 {
  width: 1080px;
}
@media screen and (max-width: 1200px) {
  .u-size1080 {
    width: auto;
  }
}
.u-size1100 {
  width: 1100px;
}
@media screen and (max-width: 1200px) {
  .u-size1100 {
    width: auto;
  }
}
.u-size1200 {
  width: 1200px;
}
@media screen and (max-width: 1200px) {
  .u-size1200 {
    width: auto;
  }
}

.u-pc {
  display: block;
}
@media screen and (max-width: 640px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .u-sp {
    display: inline-block;
  }
}
