@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

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

blockquote,
q {
  quotes: none;
}

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

b,
strong {
  font-weight: bolder;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

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

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

:root {
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

body {
  overflow: hidden;
  background-color: #f5f5f5;
}
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}
body.no-scroll.ready {
  overflow: hidden;
  height: 100vh;
}
body.ready {
  overflow: auto;
}

.pc-hidden {
  display: none;
}

.sp-hidden {
  display: block;
}

.main {
  position: relative;
}

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

a {
  cursor: pointer;
}
a.default {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
a.default:hover {
  opacity: 50%;
}

.wow {
  opacity: 0;
}

.desc p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
}

.w1320 {
  width: min(80%, 1320px);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .w1320 {
    width: 94%;
  }
}

.w1336 {
  width: min(69.5833333333%, 1336px);
  margin: 0 auto;
}

.inline-block {
  display: inline-block;
}

/* 見出し */
.sec-title {
  position: relative;
  padding: 40px 0 34px;
}
@media only screen and (max-width: 767px) {
  .sec-title {
    padding: 30px 9px;
  }
}
.sec-title::before, .sec-title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #1e1c19;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.sec-title::after {
  top: auto;
  bottom: 0;
}
.sec-title .title-wrap {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(100 / 1920 * 100vw);
  width: min(80%, 1320px);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sec-title .title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sec-title .title-wrap .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.sec-title .title-wrap .tit-w {
  overflow: hidden;
}
.sec-title .title-wrap .tit-en {
  font-family: "Caudex", serif;
  font-weight: 400;
  font-size: clamp(3rem, 2.2111650485rem + 3.3656957929vw, 6.25rem);
  color: #1e1c19;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.sec-title .title-wrap .tit-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #1e1c19;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.sec-title .title-wrap .desc {
  width: 100%;
  opacity: 0;
  -webkit-transition: 1.2s ease 0.8s;
  transition: 1.2s ease 0.8s;
}
.sec-title .title-wrap .desc p {
  color: #000000;
}
.sec-title.is-show::before, .sec-title.is-show::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.sec-title.is-show .tit-en,
.sec-title.is-show .tit-ja {
  clip-path: inset(0 0 0 0);
}
.sec-title.is-show .desc {
  opacity: 1;
}

/* 404 */
.page-404 {
  border-bottom: 1px solid #000;
}
.page-404 .inner {
  max-width: 836px;
  width: 90%;
  margin: 0 auto;
  padding: 240px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
@media print, screen and (max-width: 1023px) {
  .page-404 .inner {
    padding: 120px 0;
    gap: 40px;
  }
}
.page-404 .inner .tit-en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.0145631068rem + 2.071197411vw, 3.5rem);
  line-height: 130%;
  color: #000000;
  text-align: center;
}
.page-404 .inner .tit-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 1.0339805825rem + 0.3883495146vw, 1.5rem);
  line-height: 130%;
  color: #000000;
  text-align: center;
}
.page-404 .inner .desc p {
  text-align: center;
}
.page-404 .inner .morebtn {
  --tw-border-opacity: 1;
  border-color: #fff/var(--tw-border-opacity);
}
.page-404 .inner .morebtn a {
  border: 1px solid #fff;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 0.9544902913rem + 0.1941747573vw, 1.1875rem);
  line-height: 100%;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color, background-color, -webkit-transform;
  transition-property: color, background-color, -webkit-transform;
  transition-property: color, background-color, transform;
  transition-property: color, background-color, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 30px 50px;
  background-color: #1e1c19;
  font-weight: 400;
  line-height: 100%;
  color: #ffffff;
}
@media print, screen and (max-width: 1180px) {
  .page-404 .inner .morebtn a {
    padding: 15px 60px;
  }
}
.page-404 .inner .morebtn a .link-text {
  -webkit-transition: opacity 0.45s var(--ease-out), -webkit-transform 0.6s var(--ease-out);
  transition: opacity 0.45s var(--ease-out), -webkit-transform 0.6s var(--ease-out);
  transition: transform 0.6s var(--ease-out), opacity 0.45s var(--ease-out);
  transition: transform 0.6s var(--ease-out), opacity 0.45s var(--ease-out), -webkit-transform 0.6s var(--ease-out);
}
.page-404 .inner .morebtn a .morebtn-panel {
  pointer-events: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  --tw-translate-y: 105%;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.page-404 .inner .morebtn a .morebtn-panel-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #faf9f6;
  --tw-translate-y: -105%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.page-404 .inner .morebtn a .morebtn-panel-text {
  opacity: 0;
  font-size: 0;
  -webkit-transform: translateY(100%) rotateX(-90deg);
          transform: translateY(100%) rotateX(-90deg);
  -webkit-transition: opacity 0.45s var(--ease-out), -webkit-transform 0.6s var(--ease-out);
  transition: opacity 0.45s var(--ease-out), -webkit-transform 0.6s var(--ease-out);
  transition: transform 0.6s var(--ease-out), opacity 0.45s var(--ease-out);
  transition: transform 0.6s var(--ease-out), opacity 0.45s var(--ease-out), -webkit-transform 0.6s var(--ease-out);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.9544902913rem + 0.1941747573vw, 1.1875rem);
  line-height: 100%;
  color: #000000;
}
.page-404 .inner .morebtn a:hover .link-text {
  opacity: 0;
  -webkit-transform: translateY(-100%) rotateX(90deg);
          transform: translateY(-100%) rotateX(90deg);
}
.page-404 .inner .morebtn a:hover .morebtn-panel {
  --tw-translate-y: 0;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.page-404 .inner .morebtn a:hover .morebtn-panel-inner {
  --tw-translate-y: 0;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.page-404 .inner .morebtn a:hover .morebtn-panel-text {
  opacity: 1;
  -webkit-transform: translateY(0) rotateX(0);
          transform: translateY(0) rotateX(0);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}

/* 固定ボタン */
.fixedbtn {
  position: fixed;
  right: 0;
  bottom: 87px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  z-index: 130;
  width: 46px;
  height: 145px;
}
.fixedbtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background-color: #1e1c19;
  padding: 20px 15px;
  gap: 10px;
}
.fixedbtn a .link-text {
  font-family: "Caudex", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
}
.fixedbtn a .icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.fixedbtn.is-show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.fixedbtn.is-show.is-stop {
  position: absolute;
  bottom: 0;
  right: 0;
}

.header {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
}
.header.scroll-header .inner {
  background: rgba(255, 253, 248, 0.5);
  -webkit-box-shadow: 0px 4px 4px rgba(30, 28, 25, 0.1);
          box-shadow: 0px 4px 4px rgba(30, 28, 25, 0.1);
  backdrop-filter: blur(5px);
  -webkit-transition: background 1.2s ease, opacity 1.2s ease, visibility 1.2s ease;
  transition: background 1.2s ease, opacity 1.2s ease, visibility 1.2s ease;
}
.header.scroll-header .inner .h_logo {
  color: #000000;
}
.header.scroll-header .inner .h_menu::before {
  content: none;
}
.header.scroll-header .inner .h_menu .menulist {
  color: #000000;
}
.header.scroll-header .inner .h_menu .menulist .line::before {
  background-color: #000000;
}
.header.scroll-header .inner .h_menu .menulist img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.header.scroll-header .hamburger .line-wrap .line {
  background: #000000;
}
.header.scroll-header.menu-open {
  visibility: hidden;
  pointer-events: none;
}
@media print, screen and (max-width: 1180px) {
  .header.scroll-header.menu-open {
    background-color: #fffdf8;
    visibility: visible;
  }
}
.header.scroll-header.menu-open .inner {
  opacity: 0;
}
.header.scroll-header.menu-open .hamburger {
  visibility: visible;
  pointer-events: auto;
}
.header.scroll-header.menu-open .hamburger .line-wrap .line {
  background: #fff;
}
@media print, screen and (max-width: 1180px) {
  .header.scroll-header.menu-open .hamburger .line-wrap .line {
    background: #000;
  }
}
.header .inner {
  background-color: #1e1c19;
  padding: 35px 72px 53px calc(63 / 1920 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 1180px) {
  .header .inner {
    padding: 20px 24px;
  }
}
.header .inner .h_logo {
  position: relative;
  font-family: "BioRhyme", serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 0.9466019417rem + 1.2944983819vw, 2.5rem);
  line-height: 40px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.header .inner .h_logo.is-show {
  opacity: 1;
}
.header .inner .h_menu {
  padding: 0 calc(109 / 1920 * 100vw) 0;
  position: relative;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  margin: 0 auto;
}
@media print, screen and (max-width: 1420px) {
  .header .inner .h_menu {
    padding: 0 40px 0;
  }
}
@media print, screen and (max-width: 1240px) {
  .header .inner .h_menu {
    display: none;
  }
}
.header .inner .h_menu .is-show {
  opacity: 1;
}
.header .inner .h_menu::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: calc(100% + 32 / 1920 * 100vw);
  left: 0;
}
.header .inner .h_menu .menulist {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
}
.header .inner .h_menu .menulist a {
  font-family: "Caudex", serif;
  font-weight: 400;
  font-size: 19px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .inner .h_menu .menulist .menu-item {
  position: relative;
}
.header .inner .h_menu .menulist .menu-item:hover .line::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.header .inner .h_menu .menulist .line {
  position: absolute;
  top: 150%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  overflow: hidden;
}
.header .inner .h_menu .menulist .line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.header.menu-open {
  pointer-events: none;
}
.header.menu-open .hamburger {
  pointer-events: all;
}
.header.menu-open .inner {
  background: transparent;
}
.header.menu-open .inner .h_logo,
.header.menu-open .inner .h_menu {
  opacity: 0 !important;
}
@media only screen and (max-width: 767px) {
  .header.menu-open {
    z-index: 500;
  }
  .header.menu-open .inner {
    background-color: #fffdf8;
  }
  .header.menu-open .inner .h_logo {
    display: none;
  }
}
.header.page-header .inner {
  background: rgba(255, 253, 248, 0.5);
  -webkit-box-shadow: 0px 4px 4px rgba(30, 28, 25, 0.1);
          box-shadow: 0px 4px 4px rgba(30, 28, 25, 0.1);
  backdrop-filter: blur(5px);
}
.header.page-header .inner .h_logo {
  color: #000000;
  opacity: 1;
}
.header.page-header .inner .h_menu {
  opacity: 1;
}
.header.page-header .inner .h_menu .menulist {
  color: #000000;
}
.header.page-header .inner .h_menu .menulist .menu-item img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.header.page-header .inner .h_menu .menulist .line::before {
  background-color: #000;
}
.header.page-header .hamburger {
  opacity: 1;
}
.header.page-header .hamburger .line-wrap .line {
  background: #000;
}
.header.page-header.menu-open .hamburger .line-wrap .line {
  background: #fff;
}

.hamburger {
  position: absolute;
  right: calc(32 / 1920 * 100vw);
  top: 47px;
  bottom: 0;
  width: 40px;
  height: 15px;
  z-index: 300;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media print, screen and (max-width: 1180px) {
  .hamburger {
    top: 0;
    margin: auto;
    right: 20px;
    width: 30px;
    height: 15px;
  }
}
.hamburger .is-show {
  opacity: 1;
}
.hamburger .line-wrap {
  position: relative;
  width: 30px;
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 1180px) {
  .hamburger .line-wrap {
    width: 100%;
  }
}
.hamburger .line-wrap .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: background 1.2s ease 0.4s;
  transition: background 1.2s ease 0.4s;
}
@media print, screen and (max-width: 1180px) {
  .hamburger .line-wrap:last-child {
    bottom: 0;
    top: auto;
  }
}
.hamburger.active .line-wrap {
  margin-bottom: 0;
}
@media print, screen and (max-width: 1180px) {
  .hamburger.active .line-wrap .line {
    background: #1e1c19;
  }
}
.hamburger.active .line-wrap:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 7px;
  left: auto;
}
@media print, screen and (max-width: 1180px) {
  .hamburger.active .line-wrap:first-child {
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg);
    right: 0px;
    top: 8px;
  }
}
.hamburger.active .line-wrap:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 7px;
  left: auto;
}
@media print, screen and (max-width: 1180px) {
  .hamburger.active .line-wrap:last-child {
    -webkit-transform: rotate(-150deg);
            transform: rotate(-150deg);
    right: 0px;
    top: 7px;
  }
}

.menu-wrap {
  position: fixed;
  inset: 0;
  z-index: 150;
  pointer-events: none;
}
.menu-wrap .menu-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 1.2s ease;
  transition: opacity 1.2s ease;
}
.menu-wrap .menu-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 43.2291666667%;
  height: 100%;
  background: url("../img/common/hamburger.png") center/cover no-repeat;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 1.6s cubic-bezier(0.77, 0, 0.18, 1);
  transition: -webkit-transform 1.6s cubic-bezier(0.77, 0, 0.18, 1);
  transition: transform 1.6s cubic-bezier(0.77, 0, 0.18, 1);
  transition: transform 1.6s cubic-bezier(0.77, 0, 0.18, 1), -webkit-transform 1.6s cubic-bezier(0.77, 0, 0.18, 1);
}
@media print, screen and (max-width: 1180px) {
  .menu-wrap .menu-image {
    position: relative;
    inset: 0;
    width: 100%;
    height: 512px;
    padding: 48px 24px;
  }
}
.menu-wrap .menu-image .text {
  position: absolute;
  top: 415px;
  right: calc(354 / 1920 * 100vw);
  font-family: "BioRhyme", serif;
  font-weight: 400;
  font-size: clamp(2.25rem, 2.1893203883rem + 0.2588996764vw, 2.5rem);
  line-height: 100%;
  color: #f4f0f0;
}
@media print, screen and (max-width: 1180px) {
  .menu-wrap .menu-image .text {
    top: 48px;
    left: 24px;
    right: auto;
  }
}
.menu-wrap .menu-image .otherbtn {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, calc(360 / 1920 * 100vw));
  gap: calc(33 / 1920 * 100vw);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: calc(55 / 1920 * 100vw);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 1.6s;
  transition: opacity 0.8s ease 1.6s;
}
@media print, screen and (max-width: 1180px) {
  .menu-wrap .menu-image .otherbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    bottom: 72px;
  }
}
.menu-wrap .menu-image .otherbtn .btn {
  position: relative;
  padding: 30px 0 26px calc(30 / 1920 * 100vw);
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-filter: saturate(0) contrast(0.85);
          filter: saturate(0) contrast(0.85);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  border: 1px solid #000;
}
@media print, screen and (max-width: 1180px) {
  .menu-wrap .menu-image .otherbtn .btn {
    padding: 30px;
  }
}
.menu-wrap .menu-image .otherbtn .btn a {
  position: absolute;
  inset: 0;
}
.menu-wrap .menu-image .otherbtn .btn .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
.menu-wrap .menu-image .otherbtn .btn .title .tit-en {
  font-family: "Caudex", serif;
  font-weight: 400;
  font-size: clamp(1.1875rem, 1.020631068rem + 0.71197411vw, 1.875rem);
  line-height: 120%;
  color: #1e1c19;
}
@media print, screen and (max-width: 1180px) {
  .menu-wrap .menu-image .otherbtn .btn .title .tit-en .none {
    display: none;
  }
}
.menu-wrap .menu-image .otherbtn .btn .title .tit-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #1e1c19;
}
.menu-wrap .menu-image .otherbtn .btn .arrow {
  width: 70px;
  height: 16px;
  background: url(../img/common/arrow.svg) no-repeat left/contain;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0.7142857143);
          transform: scaleX(0.7142857143);
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.menu-wrap .menu-image .otherbtn .btn.btn-online {
  background: url(../img/common/online.png) no-repeat left/cover;
}
@media print, screen and (max-width: 1180px) {
  .menu-wrap .menu-image .otherbtn .btn.btn-online {
    background-image: url(../img/common/online_sp.png);
  }
}
.menu-wrap .menu-image .otherbtn .btn.btn-contact {
  background: url(../img/common/contact.png) no-repeat left/cover;
}
@media print, screen and (max-width: 1180px) {
  .menu-wrap .menu-image .otherbtn .btn.btn-contact {
    background-image: url(../img/common/contact_sp.png);
  }
}
.menu-wrap .menu-image .otherbtn .btn:hover {
  -webkit-filter: saturate(1) contrast(1);
          filter: saturate(1) contrast(1);
}
.menu-wrap .menu-image .otherbtn .btn:hover .arrow {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.menu-wrap .menu-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 56.7708333333%;
  height: 100%;
  background: #fffdf8;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 1.6s cubic-bezier(0.77, 0, 0.18, 1);
  transition: -webkit-transform 1.6s cubic-bezier(0.77, 0, 0.18, 1);
  transition: transform 1.6s cubic-bezier(0.77, 0, 0.18, 1);
  transition: transform 1.6s cubic-bezier(0.77, 0, 0.18, 1), -webkit-transform 1.6s cubic-bezier(0.77, 0, 0.18, 1);
  overflow: auto;
}
@media print, screen and (max-width: 1180px) {
  .menu-wrap .menu-panel {
    position: relative;
    inset: 0;
    width: 100%;
    height: auto;
    padding-top: 48px;
  }
}
.menu-wrap .menu-panel .innermenu {
  display: grid;
  grid-template-columns: 1fr;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .menu-wrap .menu-panel .innermenu {
    height: auto;
  }
}
.menu-wrap .menu-panel .innermenu .menu-item {
  font-family: "Caudex", serif;
  font-weight: 400;
  font-size: clamp(1.1875rem, 0.7172330097rem + 2.0064724919vw, 3.125rem);
  line-height: 100%;
  color: #1e1c19;
  position: relative;
}
.menu-wrap .menu-panel .innermenu .menu-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #1e1c19;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: none;
  transition: none;
}
.menu-wrap .menu-panel .innermenu .menu-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 50px;
  height: 100%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .menu-wrap .menu-panel .innermenu .menu-item > a {
    padding: 20px 24px;
  }
}
.menu-wrap .menu-panel .innermenu .menu-item > a .link-outer {
  overflow: hidden;
  width: 100%;
}
.menu-wrap .menu-panel .innermenu .menu-item > a .link-outer .link-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: none;
  transition: none;
}
@media only screen and (max-width: 767px) {
  .menu-wrap .menu-panel .innermenu .menu-item > a .link-outer .link-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
.menu-wrap .menu-panel .innermenu .menu-item.animate > a .link-outer .link-inner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 2.2s cubic-bezier(0.77, 0, 0.18, 1);
  transition: -webkit-transform 2.2s cubic-bezier(0.77, 0, 0.18, 1);
  transition: transform 2.2s cubic-bezier(0.77, 0, 0.18, 1);
  transition: transform 2.2s cubic-bezier(0.77, 0, 0.18, 1), -webkit-transform 2.2s cubic-bezier(0.77, 0, 0.18, 1);
}
.menu-wrap .menu-panel .innermenu .menu-item.animate::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 2.8s cubic-bezier(0.77, 0, 0.18, 1);
  transition: -webkit-transform 2.8s cubic-bezier(0.77, 0, 0.18, 1);
  transition: transform 2.8s cubic-bezier(0.77, 0, 0.18, 1);
  transition: transform 2.8s cubic-bezier(0.77, 0, 0.18, 1), -webkit-transform 2.8s cubic-bezier(0.77, 0, 0.18, 1);
}
.menu-wrap .menu-panel .innermenu .menu-item.open.menu-item > a {
  height: auto;
}
.menu-wrap .menu-panel .innermenu .menu-item.open.menu-item > a .toggle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.menu-wrap .menu-panel .innermenu .menu-item.open .childmenu {
  padding: 0 50px 60px;
  opacity: 1;
}
.menu-wrap .menu-panel .innermenu .childmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding: 0 50px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: max-height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .menu-wrap .menu-panel .innermenu .childmenu {
    gap: 20px;
    padding: 0 24px;
  }
}
.menu-wrap .menu-panel .innermenu .c-menu-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem);
  line-height: 100%;
  color: #1e1c19;
  position: relative;
}
.menu-wrap .menu-panel .innermenu .c-menu-item .line {
  position: absolute;
  top: 150%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  overflow: hidden;
}
.menu-wrap .menu-panel .innermenu .c-menu-item .line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #1e1c19;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.menu-wrap .menu-panel .innermenu .c-menu-item:hover .line::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(1) > a {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(1)::before {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(2) > a {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(2)::before {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(3) > a {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(3)::before {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(4) > a {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(4)::before {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(5) > a {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(5)::before {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(6) > a {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(6)::before {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(7) > a {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(7)::before {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(8) > a {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(8)::before {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(9) > a {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(9)::before {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(10) > a {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(10)::before {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.menu-wrap.active {
  pointer-events: auto;
}
@media print, screen and (max-width: 1180px) {
  .menu-wrap.active {
    overflow: auto;
  }
}
.menu-wrap.active .menu-image {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.menu-wrap.active .menu-image .otherbtn {
  opacity: 1;
}
.menu-wrap.active .menu-panel {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.menu-wrap.active .menu-overlay {
  opacity: 1;
}
.menu-wrap.closing .childmenu {
  -webkit-transition: none !important;
  transition: none !important;
}

.footer {
  position: relative;
}
.footer .pagetop {
  position: absolute;
  top: 40px;
  right: 40px;
  border: 1px solid #faf9f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 21px 14px 21px 20px;
  font-family: "Caudex", serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.9544902913rem + 0.1941747573vw, 1.1875rem);
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #faf9f6;
  cursor: pointer;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .footer .pagetop {
    line-height: 120%;
    padding: 11px 7px;
    top: 16px;
    right: 16px;
    gap: 0;
  }
  .footer .pagetop svg {
    width: 12px;
    height: 38px;
  }
}
.footer .pagetop:hover {
  opacity: 50%;
}
.footer {
  background-color: #1e1c19;
}
.footer .inner {
  padding: 250px 0;
}
@media print, screen and (max-width: 1023px) {
  .footer .inner {
    padding: 48px 0;
  }
}
.footer .f_menu {
  display: grid;
  grid-template-columns: repeat(6, -webkit-max-content);
  grid-template-columns: repeat(6, max-content);
  gap: calc(106 / 1920 * 100vw);
  margin-bottom: 100px;
}
@media print, screen and (max-width: 1420px) {
  .footer .f_menu {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (max-width: 1023px) {
  .footer .f_menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .footer .f_menu {
    display: none;
  }
}
.footer .f_menu .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 57px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .f_menu .item {
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.footer .f_menu .item .patent-menu {
  font-family: "Caudex", serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 100%;
  color: #ffffff;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.footer .f_menu .item .patent-menu a {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.footer .f_menu .item .patent-menu a:hover {
  opacity: 50%;
}
.footer .f_menu .item .child-menu {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.footer .f_menu .item .child-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.footer .f_menu .item .child-menu:hover {
  opacity: 50%;
}
.footer .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media print, screen and (max-width: 1023px) {
  .footer .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer .column .f_element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: 0.8s ease 1s;
  transition: 0.8s ease 1s;
}
@media print, screen and (max-width: 1023px) {
  .footer .column .f_element {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer .column .f-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.footer .column .f-logo .tit-en {
  font-family: "BioRhyme", serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.footer .column .f-logo .tit-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
}
.footer .column .address {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.footer .column .copy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
}
.footer.is-show .f_menu .item {
  opacity: 1;
}
.footer.is-show .f_menu .item:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.footer.is-show .f_menu .item:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.footer.is-show .f_menu .item:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.footer.is-show .f_menu .item:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.footer.is-show .f_menu .item:nth-child(5) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.footer.is-show .f_menu .item:nth-child(6) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.footer.is-show .f_menu .item:nth-child(7) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.footer.is-show .f_menu .item:nth-child(8) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.footer.is-show .f_menu .item:nth-child(9) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.footer.is-show .f_menu .item:nth-child(10) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.footer.is-show .column .f_element {
  opacity: 1;
}

@-webkit-keyframes lineMove {
  /* 左から出現 */
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}

@keyframes lineMove {
  /* 左から出現 */
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@-webkit-keyframes columMove {
  /* 左から出現 */
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@keyframes columMove {
  /* 左から出現 */
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@-webkit-keyframes Movedown {
  /* 左から出現 */
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes Movedown {
  /* 左から出現 */
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.loading {
  position: fixed;
  inset: 0;
  background: #1e1c19;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 8888;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.18, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.18, 1);
  transition: transform 1.2s cubic-bezier(0.77, 0, 0.18, 1);
  transition: transform 1.2s cubic-bezier(0.77, 0, 0.18, 1), -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.18, 1);
}
.loading.up {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.loading.is-hide {
  opacity: 0;
  -webkit-transition: opacity 2.4s ease;
  transition: opacity 2.4s ease;
  pointer-events: none;
}

.loading-logo {
  font-family: "BioRhyme", serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 0.9466019417rem + 1.2944983819vw, 2.5rem);
  line-height: 1;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.loading-logo.is-show {
  opacity: 1;
}

/* ===== コンテンツ ===== */
.main {
  opacity: 0;
  -webkit-transition: opacity 1.2s ease;
  transition: opacity 1.2s ease;
}
.main.is-show {
  opacity: 1;
}

.fade-slider {
  position: relative;
  width: 100%;
  height: calc(100vh - var(--header-height));
  overflow: hidden;
  margin-top: var(--header-height);
}
@media only screen and (max-width: 767px) {
  .fade-slider {
    height: calc(100vh - var(--header-height));
  }
}

.fade-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: opacity 3s ease;
  transition: opacity 3s ease;
}

.fade-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* active */
.fade-slide.is-active {
  opacity: 1;
}

/* ボタン */
.morebtn {
  opacity: 0;
  text-align: right;
  -webkit-transition: 0.4s ease 1.6s;
  transition: 0.4s ease 1.6s;
  --tw-border-opacity: 1;
  border-color: #1e1c19/var(--tw-border-opacity);
}
.morebtn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 30px 60px;
  background-color: #faf9f6;
  border: 1px solid #1e1c19;
  font-family: "Caudex", serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.9544902913rem + 0.1941747573vw, 1.1875rem);
  line-height: 100%;
  color: #1e1c19;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color, background-color, -webkit-transform;
  transition-property: color, background-color, -webkit-transform;
  transition-property: color, background-color, transform;
  transition-property: color, background-color, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media print, screen and (max-width: 1180px) {
  .morebtn a {
    padding: 15px 60px;
  }
}
.morebtn a .link-text {
  -webkit-transition: opacity 0.45s var(--ease-out), -webkit-transform 0.6s var(--ease-out);
  transition: opacity 0.45s var(--ease-out), -webkit-transform 0.6s var(--ease-out);
  transition: transform 0.6s var(--ease-out), opacity 0.45s var(--ease-out);
  transition: transform 0.6s var(--ease-out), opacity 0.45s var(--ease-out), -webkit-transform 0.6s var(--ease-out);
}
.morebtn a .morebtn-panel {
  pointer-events: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  --tw-translate-y: 105%;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.morebtn a .morebtn-panel-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1e1c19;
  --tw-translate-y: -105%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.morebtn a .morebtn-panel-text {
  opacity: 0;
  font-size: 0;
  -webkit-transform: translateY(100%) rotateX(-90deg);
          transform: translateY(100%) rotateX(-90deg);
  -webkit-transition: opacity 0.45s var(--ease-out), -webkit-transform 0.6s var(--ease-out);
  transition: opacity 0.45s var(--ease-out), -webkit-transform 0.6s var(--ease-out);
  transition: transform 0.6s var(--ease-out), opacity 0.45s var(--ease-out);
  transition: transform 0.6s var(--ease-out), opacity 0.45s var(--ease-out), -webkit-transform 0.6s var(--ease-out);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  font-family: "Caudex", serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.9544902913rem + 0.1941747573vw, 1.1875rem);
  line-height: 100%;
  color: #fff;
}
.morebtn a:hover .link-text {
  opacity: 0;
  -webkit-transform: translateY(-100%) rotateX(90deg);
          transform: translateY(-100%) rotateX(90deg);
}
.morebtn a:hover .morebtn-panel {
  --tw-translate-y: 0;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.morebtn a:hover .morebtn-panel-inner {
  --tw-translate-y: 0;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.morebtn a:hover .morebtn-panel-text {
  opacity: 1;
  -webkit-transform: translateY(0) rotateX(0);
          transform: translateY(0) rotateX(0);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}
.morebtn.c-black {
  border-color: #fff/var(--tw-border-opacity);
}
.morebtn.c-black a {
  background-color: #1e1c19;
  border: 1px solid #fff;
  color: #ffffff;
}
.morebtn.c-black a .morebtn-panel-inner {
  background-color: #faf9f6;
}
.morebtn.c-black a .morebtn-panel-text {
  color: #000000;
}

.t_business {
  padding: 95px 0 209px;
}
@media print, screen and (max-width: 1180px) {
  .t_business {
    padding: 80px 0 100px;
  }
}
.t_business .sec-title {
  margin-bottom: 200px;
}
@media print, screen and (max-width: 1180px) {
  .t_business .sec-title {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .t_business .sec-title {
    margin-bottom: 32px;
  }
}
.t_business .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 109px;
}
@media print, screen and (max-width: 1180px) {
  .t_business .inner {
    width: 100%;
  }
}
.t_business .inner .item {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media print, screen and (max-width: 1180px) {
  .t_business .inner .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
}
.t_business .inner .item .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
}
@media print, screen and (max-width: 1180px) {
  .t_business .inner .item .img {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .t_business .inner .item .img {
    height: calc(266 / 400 * 100vw);
  }
}
.t_business .inner .item .img img {
  opacity: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media print, screen and (max-width: 1180px) {
  .t_business .inner .item .img img {
    width: 100%;
  }
}
.t_business .inner .item .img {
  /*
  &::before {
      content: "";
      width: 100%;
      height: 100%;
      background-color: #1e1c19;
      position: absolute;
      inset: 0;
      transform: translateX(-100%);
  }
      */
}
.t_business .inner .item .text {
  position: relative;
  margin-top: 141px;
  z-index: 5;
  margin-left: -213px;
}
@media print, screen and (max-width: 1180px) {
  .t_business .inner .item .text {
    opacity: 0;
    border-radius: 200px;
    margin-left: 0;
    margin-top: -99px;
    width: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
    background: url(../img/common/bg01.jpg) repeat top/100% auto;
    -webkit-transition: 0.4s ease 1s;
    transition: 0.4s ease 1s;
  }
}
.t_business .inner .item .text .circle {
  max-width: 500px;
  width: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  top: -91px;
  left: -68px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.4s ease 1s;
  transition: 0.4s ease 1s;
}
@media print, screen and (max-width: 1180px) {
  .t_business .inner .item .text .circle {
    display: none;
  }
}
.t_business .inner .item .text .column {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 23px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media print, screen and (max-width: 1180px) {
  .t_business .inner .item .text .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.t_business .inner .item .text .column .item-num {
  opacity: 0;
  font-family: "Caudex", serif;
  font-weight: 400;
  font-size: clamp(1.625rem, 1.4126213592rem + 0.9061488673vw, 2.5rem);
  line-height: 100%;
  padding: 10px;
  background-color: #1e1c19;
  color: #fff;
  -webkit-transition: 0.4s ease 1.4s;
  transition: 0.4s ease 1.4s;
}
@media print, screen and (max-width: 1180px) {
  .t_business .inner .item .text .column .item-tit {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .t_business .inner .item .text .column .item-tit {
    width: 91%;
  }
}
.t_business .inner .item .text .column .tit-w {
  overflow: hidden;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 1180px) {
  .t_business .inner .item .text .column .tit-w {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 20px;
  }
}
.t_business .inner .item .text .column .tit-w .tit-en {
  font-family: "Caudex", serif;
  font-weight: 400;
  font-size: clamp(2.25rem, 1.5825242718rem + 2.8478964401vw, 5rem);
  line-height: 100%;
  color: #000000;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: 0.8s ease 1.2s;
  transition: 0.8s ease 1.2s;
}
.t_business .inner .item .text .column .tit-ja {
  opacity: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem);
  line-height: 100%;
  text-decoration: underline;
  text-underline-offset: 50%;
  text-decoration-thickness: 2.5%;
  margin-bottom: 50px;
  -webkit-transition: 0.4s ease 1.4s;
  transition: 0.4s ease 1.4s;
}
@media print, screen and (max-width: 1180px) {
  .t_business .inner .item .text .column .tit-ja {
    margin-bottom: 40px;
    text-align: center;
  }
}
.t_business .inner .item .text .column .desc {
  max-width: 607px;
  width: 100%;
  opacity: 0;
  margin-bottom: 50px;
  -webkit-transition: 0.4s ease 1.4s;
  transition: 0.4s ease 1.4s;
}
@media print, screen and (max-width: 1180px) {
  .t_business .inner .item .text .column .desc {
    max-width: 100%;
    margin-bottom: 42px;
  }
  .t_business .inner .item .text .column .desc .none {
    display: none;
  }
}
.t_business .inner .item .text .column .desc p {
  color: #1e1c19;
}
@media print, screen and (max-width: 1180px) {
  .t_business .inner .item .text .column .morebtn {
    text-align: center;
  }
}
.t_business .inner .item.reverse {
  direction: rtl;
}
.t_business .inner .item.reverse .text {
  direction: ltr;
  margin-left: 0;
  margin-right: -302px;
}
@media print, screen and (max-width: 1180px) {
  .t_business .inner .item.reverse .text {
    margin-right: 0;
  }
}
.t_business .inner .item.reverse .text .circle {
  left: auto;
  right: 0;
}
.t_business .inner .item.is-show .img {
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
  -webkit-animation: lineMove 0.8s ease forwards;
          animation: lineMove 0.8s ease forwards;
}
.t_business .inner .item.is-show .img img {
  opacity: 1;
}
@media print, screen and (max-width: 1180px) {
  .t_business .inner .item.is-show .text {
    opacity: 1;
  }
}
.t_business .inner .item.is-show .text .circle {
  opacity: 1;
}
.t_business .inner .item.is-show .text .tit-w .tit-en {
  clip-path: inset(0 0 0 0);
}
.t_business .inner .item.is-show .text .item-num,
.t_business .inner .item.is-show .text .tit-ja,
.t_business .inner .item.is-show .text .desc,
.t_business .inner .item.is-show .text .morebtn {
  opacity: 1;
}

.t_brand {
  padding-bottom: 250px;
}
@media print, screen and (max-width: 1180px) {
  .t_brand {
    padding-bottom: 100px;
  }
}
.t_brand .sec-title {
  margin-bottom: 35px;
}
@media print, screen and (max-width: 1023px) {
  .t_brand .inner {
    width: 100%;
  }
}
.t_brand .griditem {
  display: grid;
  grid-template-columns: repeat(2, minmax(48%, 660px));
  -webkit-column-gap: 43px;
     -moz-column-gap: 43px;
          column-gap: 43px;
  grid-template-rows: 926px 881px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 113px;
}
@media print, screen and (max-width: 1023px) {
  .t_brand .griditem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.t_brand .griditem::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #1e1c19;
}
@media print, screen and (max-width: 1023px) {
  .t_brand .griditem::before {
    content: none;
  }
}
.t_brand .griditem::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #1e1c19;
}
@media print, screen and (max-width: 1023px) {
  .t_brand .griditem::after {
    content: none;
  }
}
.t_brand .griditem .div-top {
  display: grid;
  grid-template-columns: 54% 1fr;
  gap: 30px;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
}
@media print, screen and (max-width: 1023px) {
  .t_brand .griditem .div-top {
    width: 90%;
    margin: 0 auto;
  }
}
.t_brand .griditem .div-top .tit-en {
  font-family: "Caudex", serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 1.3786407767rem + 0.5177993528vw, 2rem);
  line-height: 100%;
  color: #1e1c19;
  margin-bottom: 10px;
}
.t_brand .griditem .div-top .tit-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #1e1c19;
}
@media print, screen and (max-width: 1023px) {
  .t_brand .griditem .div-top .desc {
    grid-column: 1/3;
  }
}
.t_brand .griditem .div-top .desc p {
  color: #000000;
}
.t_brand .griditem .div-top .brand-img {
  grid-column: 2/3;
  grid-row: 1/3;
  text-align: right;
}
@media print, screen and (max-width: 1023px) {
  .t_brand .griditem .div-top .brand-img {
    grid-row: 1/2;
  }
}
.t_brand .griditem .div-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
}
@media only screen and (max-width: 767px) {
  .t_brand .griditem .div-bottom img {
    width: 240px;
  }
}
.t_brand .griditem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  overflow: hidden;
}
@media print, screen and (max-width: 1023px) {
  .t_brand .griditem .item {
    width: 100%;
    padding: 20px 0 30px;
    border-bottom: 1px solid #1e1c19;
  }
}
.t_brand .griditem .item:nth-child(2n) .div-top {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.t_brand .griditem .item.is-show .div-top {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.t_brand .griditem .item.is-show .div-bottom {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.t_brand .morebtn {
  position: relative;
  opacity: 1;
}
@media print, screen and (max-width: 1023px) {
  .t_brand .morebtn {
    text-align: center;
  }
}

.image-sec {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 250px;
  position: relative;
}
@media print, screen and (max-width: 1180px) {
  .image-sec {
    margin-bottom: 100px;
  }
}
.image-sec .item {
  border: 1px solid #000000;
  position: relative;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
}
.image-sec .item img {
  opacity: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-sec .item {
  /* &::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      inset: 0;
      background-color: #1e1c19;
      transform: translateX(-100%);
  }*/
}
.image-sec .item.image02 {
  border-left: none;
  position: relative;
}
.image-sec .desc {
  position: absolute;
  right: 15%;
  bottom: calc(146 / 1920 * 100vw);
  max-width: 450px;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.8s ease 1s;
  transition: 0.8s ease 1s;
}
@media print, screen and (max-width: 1420px) {
  .image-sec .desc {
    right: 8%;
  }
}
@media print, screen and (max-width: 1180px) {
  .image-sec .desc {
    right: 3%;
  }
}
@media print, screen and (max-width: 1023px) {
  .image-sec .desc {
    inset: 0;
    margin: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media only screen and (max-width: 767px) {
  .image-sec .desc {
    max-width: calc(330 / 400 * 100vw);
  }
}
.image-sec .desc p {
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-family: "Ubuntu Sans", sans-serif;
  color: #ffffff;
}
@media print, screen and (max-width: 1023px) {
  .image-sec .desc p {
    text-shadow: 0px 0px 8px #000000;
  }
}
.image-sec.is-show .item {
  -webkit-animation: lineMove 0.8s ease forwards;
          animation: lineMove 0.8s ease forwards;
}
.image-sec.is-show .item img {
  opacity: 1;
}
.image-sec.is-show .desc {
  opacity: 1;
}

.t_latest {
  padding-bottom: 250px;
}
@media print, screen and (max-width: 1180px) {
  .t_latest {
    padding-bottom: 100px;
  }
}
.t_latest .sec-title {
  margin-bottom: 212px;
}
@media print, screen and (max-width: 1180px) {
  .t_latest .sec-title {
    margin-bottom: 100px;
  }
}
.t_latest .griditem {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(90 / 1920 * 100vw);
  margin-bottom: 104px;
}
@media print, screen and (max-width: 1023px) {
  .t_latest .griditem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.t_latest .griditem .item-top {
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.8);
}
.t_latest .griditem .item-top .date {
  color: #1e1c19;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}
.t_latest .griditem .item-top .arrow {
  width: 70px;
  height: 16px;
  background: url(../img/common/arrow.svg) no-repeat left/contain;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0.7142857143);
          transform: scaleX(0.7142857143);
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.t_latest .griditem .item-bottom {
  padding: 63px 45px;
  background: url(../img/top/news.png) no-repeat center/cover;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
@media print, screen and (max-width: 1180px) {
  .t_latest .griditem .item-bottom {
    padding: 40px 30px;
  }
}
.t_latest .griditem .item-bottom .item-tit {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.t_latest .griditem .item {
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.t_latest .griditem .item:hover .arrow {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.t_latest .griditem .item:hover .item-bottom {
  background-image: url(../img/top/news_h.png);
  position: relative;
}
.t_latest .griditem .item:hover .item-bottom .item-tit {
  color: #000000;
}
.t_latest .griditem .item:hover .item-bottom::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(30, 28, 25, 0.1);
}
.t_latest .griditem .item.is-show {
  opacity: 1;
}
.t_latest .griditem .item.is-show:nth-child(1).is-show {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.t_latest .griditem .item.is-show:nth-child(2).is-show {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.t_latest .griditem .item.is-show:nth-child(3).is-show {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.t_latest .griditem .item.is-show:nth-child(4).is-show {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.t_latest .griditem .item.is-show:nth-child(5).is-show {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.t_latest .griditem .item.is-show:nth-child(6).is-show {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.t_latest .griditem .item.is-show:nth-child(7).is-show {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.t_latest .griditem .item.is-show:nth-child(8).is-show {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.t_latest .griditem .item.is-show:nth-child(9).is-show {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.t_latest .griditem .item.is-show:nth-child(10).is-show {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.t_latest .morebtn {
  opacity: 1;
}
@media print, screen and (max-width: 1023px) {
  .t_latest .morebtn {
    text-align: center;
  }
}

.t_careers {
  padding-bottom: 250px;
}
@media print, screen and (max-width: 1180px) {
  .t_careers {
    padding-bottom: 100px;
  }
}
.t_careers .mainimg {
  position: relative;
  overflow: hidden;
  clip-path: inset(0 0 100% 0);
}
@media print, screen and (max-width: 1023px) {
  .t_careers .mainimg {
    height: 438px;
  }
}
.t_careers .mainimg img {
  opacity: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .t_careers .mainimg img.sp-hidden {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .t_careers .mainimg img.pc-hidden {
    display: block;
  }
}
.t_careers .mainimg {
  /*  &::before {
      content: "";
      position: absolute;
      inset: 0;
      background-color: #1e1c19;
      transform: translateY(-100%);
  }*/
}
.t_careers .mainimg .box {
  opacity: 0;
  padding: 30px 25px;
  position: absolute;
  max-width: 515px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  inset: 0;
  margin: auto;
  background-color: #1e1c19;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .t_careers .mainimg .box {
    max-width: calc(352 / 400 * 100vw);
    padding: 24px 30px;
    gap: 12px;
  }
}
.t_careers .mainimg .box .sub {
  font-family: "Ubuntu Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem);
  line-height: 200%;
  color: #ffffff;
  opacity: 0;
}
.t_careers .mainimg .box .tit-w {
  overflow: hidden;
}
.t_careers .mainimg .box .tit-en {
  font-family: "Caudex", serif;
  font-weight: 400;
  font-size: clamp(3rem, 2.2111650485rem + 3.3656957929vw, 6.25rem);
  line-height: 100%;
  color: #ffffff;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
}
.t_careers .mainimg .box .tit-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
  opacity: 0;
}
.t_careers .mainimg .box .morebtn {
  opacity: 0;
}
.t_careers.is-show .mainimg {
  -webkit-animation: columMove 1.2s ease forwards;
          animation: columMove 1.2s ease forwards;
}
.t_careers.is-show .mainimg img {
  opacity: 1;
}
.t_careers.is-show .box,
.t_careers.is-show .box .tit-en,
.t_careers.is-show .box .tit-ja,
.t_careers.is-show .box .sub,
.t_careers.is-show .box .morebtn {
  opacity: 1;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.t_careers.is-show .box {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.t_careers.is-show .box .tit-en {
  clip-path: inset(0 0 0 0);
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.t_careers.is-show .box .tit-ja {
  opacity: 1;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.t_careers.is-show .box .sub,
.t_careers.is-show .box .morebtn {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.t_about {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #1e1c19;
  margin-bottom: 174px;
}
@media print, screen and (max-width: 1180px) {
  .t_about {
    margin-bottom: 100px;
  }
}
.t_about .inner {
  padding: 150px 0;
}
@media print, screen and (max-width: 1180px) {
  .t_about .inner {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .t_about .inner {
    padding-bottom: 150px;
    padding-top: 48px;
  }
}
.t_about .inner .about-detail {
  display: grid;
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
  gap: 50px;
  margin-bottom: 100px;
  opacity: 0;
  -webkit-transition: 0.8s ease 1.2s;
  transition: 0.8s ease 1.2s;
}
@media print, screen and (max-width: 1023px) {
  .t_about .inner .about-detail {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-bottom: 48px;
  }
}
.t_about .inner .about-detail .item a {
  display: inline-block;
  padding: 30px 50px;
  background-color: #1e1c19;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  font-size: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem);
  line-height: 100%;
  color: #ffffff;
}
@media print, screen and (max-width: 1023px) {
  .t_about .inner .about-detail .item a {
    padding: 16px 0;
    width: 100%;
    text-align: center;
  }
}
.t_about .inner .about-detail .item .morebtn-panel-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  font-size: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem);
  line-height: 100%;
}
.t_about .inner .morebtn {
  text-align: left;
  opacity: 1;
}
@media print, screen and (max-width: 1023px) {
  .t_about .inner .morebtn {
    text-align: center;
  }
}
.t_about .img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 1092px;
  width: 57%;
  height: 696px;
  z-index: -1;
}
@media print, screen and (max-width: 1180px) {
  .t_about .img {
    height: 566px;
  }
}
@media only screen and (max-width: 767px) {
  .t_about .img {
    max-width: calc(382 / 400 * 100vw);
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    bottom: 130px;
  }
}
.t_about .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  -webkit-mask-image: url(../img/top/mask3.png);
          mask-image: url(../img/top/mask3.png);
  -webkit-mask-position: 0 200%;
          mask-position: 0 200%;
  -webkit-mask-size: 100% 200%;
          mask-size: 100% 200%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 1.2s ease 1.6s;
  transition: 1.2s ease 1.6s;
}
@media only screen and (max-width: 767px) {
  .t_about .img img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top right;
       object-position: top right;
  }
}
@media print, screen and (max-width: 1023px) {
  .t_about .img img.pc-hidden {
    display: block;
  }
}
@media print, screen and (max-width: 1023px) {
  .t_about .img img.sp-hidden {
    display: none;
  }
}
.t_about.is-show .about-detail {
  opacity: 1;
}
.t_about.is-show .img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-mask-position: 0 50%;
          mask-position: 0 50%;
}

.t_online {
  overflow: hidden;
  margin-bottom: 87px;
}
.t_online .sec-title {
  margin-bottom: 100px;
}
.t_online .inner > .title {
  padding-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #1e1c19;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 1023px) {
  .t_online .inner > .title {
    margin: 0 auto 24px;
  }
}
.t_online .inner > .title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  font-size: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem);
  gap: 10px;
  color: #1e1c19;
}
.t_online .inner > .title a::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #1e1c19;
  display: inline-block;
  vertical-align: middle;
}
.t_online .inner .onlineSwiper {
  overflow: visible;
}
.t_online .inner .onlineSwiper .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.t_online .inner .onlineSwiper .swiper-wrapper .swiper-slide {
  width: 320px;
}
@media only screen and (max-width: 767px) {
  .t_online .inner .onlineSwiper .swiper-wrapper .swiper-slide {
    width: calc(175 / 400 * 100vw);
  }
}
.t_online .inner .onlineSwiper img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.t_online .inner .onlineSwiper .swiper-slide-active img {
  -webkit-filter: none;
          filter: none;
}/*# sourceMappingURL=style.css.map */