@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho&family=Roboto:wght@400;500&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

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

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

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

caption,
th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input,
select {
  vertical-align: middle;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

/*----------------------------------------
	Custom Properties
----------------------------------------*/
:root {
  --main-color: #252525;
  --sub-color: #a0a0a0;
  --text-color: #252525;
  --background-color: #fff;
  --font-family-base: "Roboto", "Noto Sans JP", sans-serif;
  --font-family-mincho: "Noto Serif JP", sans-serif;
  --font-family-mincho: "Shippori Mincho", sans-serif;
  --font-family-en: "Cormorant Garamond", sans-serif;
  --font-size-base-pc: 1.4rem;
  --font-size-base-sp: 1.3rem;
  --font-weight-thin: 100;
  --font-weight-extraLight: 200;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semiBold: 600;
  --font-weight-bold: 700;
  --font-weight-extraBold: 800;
  --font-weight-black: 900;
  --ease-linear: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  --ease-in-sine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --ease-out-sine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --ease-inout-sine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-inout-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-inout-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-inout-quart: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-inout-quint: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-inout-expo: cubic-bezier(1, 0, 0, 1);
  --ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-inout-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --ease-in-back: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --ease-out-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --ease-inout-back: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/*----------------------------------------
	Common
----------------------------------------*/
html {
  height: 100%;
  font-size: 62.5%;
}

html {
  height: 100%;
  font-size: 62.5%;
}

@media only screen and (min-width: 1920px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1919px) {
  html {
    font-size: calc(34% + 0.25vw);
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}
@media only screen and (max-width: 375px) {
  html {
    font-size: 58%;
  }
}
body {
  color: var(--text-color);
  background-color: var(--background-color);
  font-size: var(--font-size-base-pc);
  line-height: 1.85;
  letter-spacing: 0.06em;
  font-weight: var(--font-weight-regular);
  font-family: var(--font-family-base);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  position: relative;
  overflow-x: hidden;
}

.en {
  font-family: var(--font-family-en);
}

a {
  color: var(--text-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
a:hover {
  opacity: 0.75;
}

a[href^="tel:"] {
  pointer-events: none;
}

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

button {
  border: none;
}

label {
  white-space: nowrap;
}

input {
  border: none;
}

@media only screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: var(--font-size-base-sp);
    letter-spacing: 0.02em;
  }
}
.l-main {
  margin-top: 24rem;
}

@media (max-width: 767px) {
  .l-main {
    margin-top: 14rem;
  }
}
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.container {
  width: 91.2%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) and (max-width: 999px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 767px) {
  .container {
    width: 88%;
  }
}
.l-news-list > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 17rem;
  margin-bottom: 17rem;
}

.l-news-list__aside {
  width: 30rem;
  font-family: var(--font-family-en);
}

.l-news-list__main {
  width: calc(100% - 34rem);
}

@media (max-width: 767px) {
  .l-news-list .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .l-news-list__aside {
    margin-top: 10rem;
    width: 100%;
  }
  .l-news-list__main {
    width: 100%;
  }
}
.c-button {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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;
  font-family: var(--font-family-en);
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0;
  font-style: italic;
  -webkit-transform: scaleX(0.9);
          transform: scaleX(0.9);
  text-decoration: none;
  line-height: 1.2;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  padding-bottom: 0.8rem;
}
.c-button::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}

.c-button:hover::after {
  -webkit-animation: 0.32s linear buttonLIneAnime;
          animation: 0.32s linear buttonLIneAnime;
}

@-webkit-keyframes buttonLIneAnime {
  0% {
    left: 0;
  }
  49% {
    left: 100%;
  }
  50% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}

@keyframes buttonLIneAnime {
  0% {
    left: 0;
  }
  49% {
    left: 100%;
  }
  50% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@media (max-width: 767px) {
  .c-button {
    font-size: 3.2rem;
  }
}
.c-link {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  line-height: 1;
  padding-bottom: 2px;
  margin-bottom: -2px;
}
.c-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}

.c-link:hover::after {
  -webkit-animation: 0.32s linear buttonLIneAnime;
          animation: 0.32s linear buttonLIneAnime;
}

@keyframes buttonLIneAnime {
  0% {
    left: 0;
  }
  49% {
    left: 100%;
  }
  50% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
.c-link[target=_blank] {
  background: url(../img/common/icon_link_out.svg) no-repeat right center;
  background-size: 0.8rem auto;
  padding-right: 1.6rem;
}

.c-link.mail[target=_blank] {
  background: none;
}

.c-cursor.is_hover {
  top: -32px;
  left: -32px;
  width: 64px;
  height: 64px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.4);
}

.c-cursor {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: rgb(0, 0, 0);
  border-radius: 50%;
  -webkit-transition: top, 0.5s, left 0.5s, width 0.5s, height 0.5s, background-color 0.5s, -webkit-transform 0.6s;
  transition: top, 0.5s, left 0.5s, width 0.5s, height 0.5s, background-color 0.5s, -webkit-transform 0.6s;
  transition: transform 0.6s, top, 0.5s, left 0.5s, width 0.5s, height 0.5s, background-color 0.5s;
  transition: transform 0.6s, top, 0.5s, left 0.5s, width 0.5s, height 0.5s, background-color 0.5s, -webkit-transform 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0, 1.005, 0.975, 1);
          transition-timing-function: cubic-bezier(0, 1.005, 0.975, 1);
  z-index: 9999;
}

@media (min-width: 768px) and (max-width: 999px) {
  .c-cursor {
    display: none;
  }
}
@media (max-width: 767px) {
  .c-cursor {
    display: none;
  }
}
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.p-header {
  border: 1px solid rgba(0, 0, 0, 0);
}

.p-header__logo {
  position: absolute;
  top: 4rem;
  left: 4.8rem;
  z-index: 2;
}
.p-header__logo a {
  display: block;
  width: 16rem;
}

.p-header__navi {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  width: 100vw;
  max-width: 60rem;
  padding: 16rem 8rem 0 8rem;
  -webkit-transform: translateX(30rem);
          transform: translateX(30rem);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s cubic-bezier(0.16, 0.88, 0.25, 1);
  transition: 1s cubic-bezier(0.16, 0.88, 0.25, 1);
}

body::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body.menu-open::after {
  opacity: 1;
  visibility: visible;
}
body.menu-open .p-header__navi {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: initial;
}

@media (max-width: 767px) {
  .p-header__logo {
    top: 1.8rem;
    left: 2.4rem;
  }
  .p-header__logo a {
    width: 7rem;
  }
  .p-header__navi {
    padding: 12rem 4rem 0 4rem;
  }
}
.p-footer {
  background-color: #1B1B1B;
  color: #fff;
}
.p-footer a {
  color: #fff !important;
}

.p-footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17rem 0 16rem 0;
  border-bottom: 1px solid rgba(221, 221, 221, 0.2);
}
.p-footer__contact h2 {
  font-family: var(--font-family-en);
  font-size: 9.4rem;
  -webkit-transform: scaleX(0.9);
          transform: scaleX(0.9);
  font-weight: 400;
  letter-spacing: -0.4rem;
  line-height: 1;
  margin-right: 12%;
}
.p-footer__contact .content .c-link {
  font-family: var(--font-family-en);
  font-style: italic;
  font-size: 4rem;
  margin-top: 2rem;
  padding-right: 0;
}
.p-footer__contact .content .c-link::after {
  background-color: #fff;
}

.p-footer__aside {
  font-family: var(--font-family-en);
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6.4rem 0;
}
.p-footer__aside .navi a {
  text-decoration: none;
}

@media (max-width: 767px) {
  .p-footer__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 10rem 0;
  }
  .p-footer__contact h2 {
    font-size: 7.2rem;
    margin-right: 0;
    margin-bottom: 4.8rem;
  }
  .p-footer__contact .content .c-link {
    font-size: 3.2rem;
  }
  .p-footer__aside {
    padding: 4rem 0;
    font-size: 1rem;
  }
}
.p-opening {
  width: 100vw;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  background: #000;
  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;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.p-opening__logo {
  width: 32%;
  max-width: 480px;
}

.is_loaded .p-opening {
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 768px) and (max-width: 999px) {
  .p-opening__logo {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .p-opening {
    -webkit-transition: opacity 1s linear;
    transition: opacity 1s linear;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .p-opening__logo {
    width: 70%;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.p-loading {
  width: 100vw;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  background: #fff;
  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;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.p-loading__icon {
  width: 100px;
  height: 100px;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin: auto;
  border-radius: 100%;
  -webkit-animation: 1s linear infinite circleAnime;
          animation: 1s linear infinite circleAnime;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
}

@-webkit-keyframes circleAnime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes circleAnime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.is_loaded .p-loading {
  opacity: 0;
  pointer-events: none;
}
.is_loaded .p-loading__icon {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.p-menu-btn {
  position: fixed;
  top: 4rem;
  right: 4rem;
  z-index: 1001;
  width: 90px;
  height: 32px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-menu-btn span {
  display: block;
  width: 90px;
  height: 1px;
  background-color: #000;
  position: absolute;
  z-index: 1;
  left: 0;
  -webkit-transition: 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-menu-btn span.l1 {
  top: 8px;
  -webkit-transition: 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-menu-btn span.l2 {
  top: 16px;
}
.p-menu-btn span.l3 {
  top: 24px;
  -webkit-transition: 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes header_nav_border {
  0%, 40% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  40.5%, 100% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  40%, 41% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes header_nav_border {
  0%, 40% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  40.5%, 100% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  40%, 41% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.menu-open .p-menu-btn span.l1, .menu-open .p-menu-btn span.l3 {
  top: 16px;
  left: 0;
}
.menu-open .p-menu-btn span.l1 {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.menu-open .p-menu-btn span.l3 {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.menu-open .p-menu-btn span.l2 {
  display: none;
}

@media (hover: hover) {
  .p-menu-btn:hover span {
    -webkit-transform: scaleX(1.1);
            transform: scaleX(1.1);
  }
  .menu-open .p-menu-btn:hover span.l1 {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  .menu-open .p-menu-btn:hover span.l3 {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
}
@media (max-width: 767px) {
  .p-menu-btn {
    width: 50px;
    top: 1.6rem;
    right: 2.6rem;
  }
  .p-menu-btn span {
    width: 50px;
  }
}
.p-gnavi ul li {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.p-gnavi ul li:not(:last-of-type) {
  margin-bottom: 3.2rem;
}
.p-gnavi ul li a {
  display: block;
}
.p-gnavi ul li a span {
  position: relative;
  display: inline-block;
  font-size: 8rem;
  -webkit-transform: scaleX(0.9);
          transform: scaleX(0.9);
  font-weight: 400;
  letter-spacing: -0.4rem;
  line-height: 1;
}

@media (hover: hover) {
  .p-gnavi li a:hover {
    opacity: 1;
  }
  .p-gnavi li:has(+ li:hover),
  .p-gnavi li:hover + li {
    opacity: 0.3;
  }
  .p-gnavi li:has(+ li + li:hover),
  .p-gnavi li:hover + li + li {
    opacity: 0.1;
  }
  .p-gnavi li:has(+ li + li + li:hover),
  .p-gnavi li:hover + li + li + li {
    opacity: 0;
  }
  .p-gnavi li:has(+ li + li + li + li:hover),
  .p-gnavi li:hover + li + li + li + li {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .p-gnavi ul li a span {
    font-size: 6.4rem;
    letter-spacing: -0.3rem;
  }
}
body:not(.is_loaded) {
  cursor: progress;
}

.p-top-cover {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 80rem;
  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;
  text-align: center;
  -webkit-transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-top-cover__logo {
  width: 32%;
  max-width: 480px;
}
.p-top-cover__logo img {
  width: 100%;
  height: auto;
}

.p-top-cover__time {
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  line-height: 1;
  position: absolute;
  top: 4.4rem;
  left: 4rem;
  overflow: hidden;
}
.p-top-cover__time .date,
.p-top-cover__time .time {
  font-family: "Cormorant Infant", serif;
}

.p-top-cover__contact {
  position: absolute;
  top: 50%;
  left: -11rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  overflow: hidden;
}
.p-top-cover__contact a {
  font-size: 4rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  text-decoration: none;
}
.p-top-cover__contact a::after {
  bottom: 1.1rem;
}

.p-top-cover__scrolldown {
  font-size: 1.7rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: -1.5rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  overflow: hidden;
}
.p-top-cover__scrolldown span {
  display: block;
}

.p-top-cover__instagram {
  position: absolute;
  bottom: 4.8rem;
  right: 4rem;
  line-height: 1;
  overflow: hidden;
}
.p-top-cover__instagram a {
  text-decoration: none;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-cover__instagram img {
  display: inline-block;
  width: 2.6rem;
  height: auto;
  margin-left: 1.4rem;
}

.p-top-cover__topics {
  position: absolute;
  bottom: 4.8rem;
  left: 4rem;
  text-align: left;
  max-width: 43rem;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
}
.p-top-cover__topics a {
  text-decoration: none;
}
.p-top-cover__topics .p-news-meta {
  margin-bottom: 1rem;
}
.p-top-cover__topics .p-news-meta .date {
  font-size: 1.7rem;
  margin-right: 1.8rem;
}
.p-top-cover__topics .p-news-meta .category {
  font-size: 1.6rem;
}
.p-top-cover__topics .title {
  font-size: 1.6rem;
  font-family: var(--font-family-mincho);
  line-height: 1.65;
  letter-spacing: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.is_fv_scrolled .p-top-cover {
  opacity: 0;
}

.canvas-container {
  z-index: -2;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.canvas-container img {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) and (max-width: 999px) {
  .p-top-cover {
    height: 100svh;
    min-height: initial;
  }
  #canvasContainer {
    display: none;
  }
  .p-top-cover__logo {
    display: block !important;
    width: 40%;
  }
  .text-container {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media (max-width: 767px) {
  .p-top-cover {
    height: 100svh;
    min-height: initial;
  }
  .p-top-cover__time {
    font-size: 1.4rem;
    top: 2.4rem;
    left: 2.2rem;
  }
  .p-top-cover__scrolldown,
  .p-top-cover__contact {
    display: none;
  }
  #canvasContainer {
    display: none;
  }
  .p-top-cover__logo {
    width: 70%;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  .p-top-cover__instagram {
    bottom: 3.2rem;
    right: 2.2rem;
  }
  .p-top-cover__instagram img {
    width: 2.2rem;
  }
  .p-top-cover__topics {
    bottom: 3.2rem;
    left: 2.2rem;
    max-width: initial;
    width: calc(100% - 18rem);
  }
  .p-top-cover__topics .p-news-meta {
    margin-bottom: 0.8rem;
  }
  .p-top-cover__topics .p-news-meta .date {
    font-size: 1.4rem;
    margin-right: 1.6rem;
  }
  .p-top-cover__topics .p-news-meta .category {
    font-size: 1.4rem;
  }
  .p-top-cover__topics .title {
    font-size: 1.2rem;
  }
  .p-top-cover__instagram span {
    display: none;
  }
  .text-container {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.p-top-section {
  margin-top: 30rem;
  margin-bottom: 20rem;
}

.p-top-section__title {
  font-family: var(--font-family-en);
  text-align: center;
  margin-bottom: 10.2rem;
}
.p-top-section__title span {
  position: relative;
  display: inline-block;
  font-size: 10.2rem;
  -webkit-transform: scaleX(0.9);
          transform: scaleX(0.9);
  font-weight: 400;
  letter-spacing: -0.4rem;
  line-height: 1;
}

@media (max-width: 767px) {
  .p-top-section {
    margin-top: 14rem;
    margin-bottom: 28rem;
  }
  .p-top-section__title {
    margin-bottom: 6.4rem;
  }
  .p-top-section__title span {
    font-size: 7.2rem;
    letter-spacing: -0.3rem;
  }
}
.p-top-model {
  margin-top: 20rem !important;
}

.p-top-model__navi {
  margin-top: 2rem;
}
.p-top-model__navi .c-button {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .p-top-model__navi {
    margin-top: 1.6rem;
  }
}
.p-top-company__logo {
  width: 28%;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 9.6rem;
}
.p-top-company__logo img {
  width: 100%;
  height: auto;
}

.p-top-company__profile {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.p-top-company__profile .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
}
.p-top-company__profile .item .label {
  color: var(--sub-color);
  width: 7rem;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  margin-right: 4.8rem;
}
.p-top-company__profile .item .data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-company__profile .item.partnership .data ul {
  list-style: none;
}
@media (max-width: 767px) {
  .p-top-company__logo {
    width: 60%;
    margin-bottom: 6.4rem;
  }
  .p-top-company__profile {
    width: 84%;
  }
  .p-top-company__profile .item .label {
    width: 5.8rem;
    margin-right: 2.8rem;
  }
  .p-top-company__profile .item .data {
    width: calc(100% - 8.8rem);
  }
}
.p-top-philosophy .p-top-section__title {
  margin-bottom: 12rem;
}

.p-top-philosophy__content.container {
  max-width: 840px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top-philosophy__content.container .message {
  width: 60%;
}
.p-top-philosophy__content.container .message h3 {
  font-family: var(--font-family-en);
  -webkit-transform-origin: left;
          transform-origin: left;
  font-size: 3.4rem;
  margin-bottom: 3.2rem;
  font-weight: 500;
  letter-spacing: -0.1rem;
  line-height: 1;
}
.p-top-philosophy__content.container .message p {
  text-align: justify;
  line-height: 2;
}
.p-top-philosophy__content.container .message p.quote {
  margin-top: 2rem;
}
.p-top-philosophy__content.container .message p.sign {
  margin-top: 2rem;
}
.p-top-philosophy__content.container .photo {
  width: 32%;
  margin-top: 7.4rem;
}
.p-top-philosophy__content.container .photo picture {
  display: block;
}
.p-top-philosophy__content.container .photo picture img {
  width: 100%;
  height: auto;
}
.p-top-philosophy__content.container .photo span {
  display: block;
  margin-top: 0.6rem;
  text-align: right;
  font-size: 1.1rem;
  color: var(--sub-color);
}

@media (max-width: 767px) {
  .p-top-philosophy .p-top-section__title {
    margin-bottom: 8rem;
  }
  .p-top-philosophy__content.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top-philosophy__content.container .message {
    width: 100%;
    margin-bottom: 4.8rem;
  }
  .p-top-philosophy__content.container .message h3 {
    font-size: 2.6rem;
    margin-bottom: 2.4rem;
  }
  .p-top-philosophy__content.container .photo {
    width: 100%;
    margin-top: 0;
  }
}
.p-top-news {
  margin-bottom: 18rem;
}

@media (max-width: 767px) {
  .p-top-news nav.show-mobile {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.p-404 {
  text-align: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.p-404 h1 {
  line-height: 1;
  margin: 0 auto 8rem auto;
  font-family: var(--font-family-en);
  font-weight: 700;
}

.p-404 h1 span {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}

.p-404 h1 span:first-of-type {
  font-size: 12rem;
  margin-bottom: 2rem;
  color: var(--color-green);
}

.p-404-content p {
  line-height: 2;
}

.p-404-back-navi {
  margin-top: 4rem;
}

.p-404-back-navi a {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 767px) {
  .p-404 h1 span:first-of-type {
    font-size: 10rem;
    margin-bottom: 1rem;
  }
  .p-404 h1 span {
    font-size: 2rem;
  }
}
.p-model-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.3333333%;
}
.p-model-list.is-column4 {
  gap: 5.3333333%;
}
.p-model-list.is-column4 .item {
  width: 21%;
}
.p-model-list.is-column3 {
  gap: 8%;
}
.p-model-list.is-column3 .item {
  width: 28%;
}
.p-model-list .item {
  width: 21%;
  margin-bottom: 8rem;
  cursor: pointer;
  -webkit-transition: 1.6s;
  transition: 1.6s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.p-model-list .item a {
  display: block;
  position: relative;
  text-decoration: none;
}
.p-model-list .item a:hover {
  opacity: 1;
}
.p-model-list .item a:hover .thumb img {
  -webkit-filter: initial;
          filter: initial;
}
.p-model-list .item .badge {
  background-color: #000;
  color: #fff;
  min-width: 7.2rem;
  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;
  padding: 0.7rem 1rem 0.7rem 1rem;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.p-model-list .item .badge.en {
  display: block;
  font-family: "Cormorant Infant", serif;
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}
.p-model-list .item .thumb {
  overflow: hidden;
  display: block;
  position: relative;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.p-model-list .item .thumb::after {
  display: block;
  padding-top: 130%;
  content: "";
}
.p-model-list .item .thumb img {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 1s cubic-bezier(0.16, 0.88, 0.25, 1);
  transition: 1s cubic-bezier(0.16, 0.88, 0.25, 1);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.p-model-list .item .name {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.8rem;
  line-height: 1;
}
.p-model-list .item .name span {
  display: block;
}
.p-model-list .item .name span.jp {
  font-family: var(--font-family-mincho);
  font-size: 2.8rem;
  font-weight: 500;
}
.p-model-list .item .name span.en {
  font-family: var(--font-family-en);
  font-size: 3.4rem;
}

@media (hover: hover) {
  .p-model-list .item:hover .thumb {
    -webkit-transform: scale(0.9, 0.9) rotate(0.1deg);
            transform: scale(0.9, 0.9) rotate(0.1deg);
  }
  .p-model-list .item:hover .thumb img {
    -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2) rotate(0.1deg);
            transform: translate(-50%, -50%) scale(1.2, 1.2) rotate(0.1deg);
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .p-model-list {
    gap: 8%;
  }
  .p-model-list .item {
    width: 28%;
  }
  .p-model-list.is-column4 {
    gap: 8%;
  }
  .p-model-list.is-column4 .item {
    width: 28%;
  }
  .p-model-list.is-column3 {
    gap: 8%;
  }
  .p-model-list.is-column3 .item {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .p-model-list {
    gap: 8%;
  }
  .p-model-list .item {
    width: 46%;
    margin-bottom: 4.8rem;
  }
  .p-model-list .item .badge.en {
    font-size: 1rem;
  }
  .p-model-list .item .name {
    margin-top: 1rem;
  }
  .p-model-list .item .name span.jp {
    font-size: 2.2rem;
  }
  .p-model-list .item .name span.en {
    font-size: 2.4rem;
  }
  .p-model-list.is-column4, .p-model-list.is-column3 {
    gap: 8%;
  }
  .p-model-list.is-column4 .item, .p-model-list.is-column3 .item {
    width: 46%;
    margin-bottom: 4.8rem;
  }
}
.p-model-list-head__title {
  text-align: center;
  margin-bottom: 8rem;
}
.p-model-list-head__title span {
  position: relative;
  display: inline-block;
  font-size: 10.2rem;
  -webkit-transform: scaleX(0.9);
          transform: scaleX(0.9);
  font-weight: 400;
  letter-spacing: -0.4rem;
  line-height: 1;
}

.p-model-list-head__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6.4rem;
}

.p-model-list-head__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 3.2rem;
}
.p-model-list-head__search .item {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  color: inherit;
  font-family: inherit;
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-right: 1.4rem;
  min-width: 18rem;
  height: 4.8rem;
  font-size: 1.5rem;
  background-image: url(../img/common/arrow_select.svg);
  background-position: right 0.2rem center;
  background-repeat: no-repeat;
  background-size: 1rem auto;
  cursor: pointer;
}

.p-model-list-head__switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.6rem;
}
.p-model-list-head__switch .item {
  width: 2.8rem;
  height: 2.8rem;
  opacity: 0.2;
  cursor: pointer;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.p-model-list-head__switch .item:hover, .p-model-list-head__switch .item.is-active {
  opacity: 1;
}

@media (max-width: 767px) {
  .p-model-list-head__title span {
    font-size: 7.2rem;
    letter-spacing: -0.3rem;
  }
  .p-model-list-head__title span::after {
    font-size: 1rem;
  }
  .p-model-list-head__search {
    width: 100%;
  }
  .p-model-list-head__search .item {
    width: 46%;
    min-width: initial;
  }
  .p-model-list-head__switch {
    display: none;
  }
  .p-model-list-head__content {
    margin-bottom: 4rem;
  }
}
.p-model-detail .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20rem;
}

.p-model-detail__heading {
  width: 36%;
  position: sticky;
  top: 8rem;
}

.p-model-detail__main {
  width: 60%;
}

.p-model-detail__visual {
  margin-top: 1rem;
}
.p-model-detail__visual picture {
  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;
}

.p-model-detail__category {
  font-family: var(--font-family-en);
  font-size: 2.4rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
}

.p-model-detail__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 3.2rem;
  line-height: 1;
}
.p-model-detail__name .jp {
  font-family: var(--font-family-mincho);
  font-size: 5.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.p-model-detail__name .en {
  font-family: var(--font-family-en);
  font-size: 7.2rem;
  font-weight: 400;
}
.p-model-detail__name .division {
  font-size: 1.2rem;
  font-weight: normal;
  margin-top: 2rem;
  line-height: 1.65;
}

.p-model-detail__profile {
  margin-top: 8.8rem;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem 2rem;
}
.p-model-detail__profile .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 36%;
  max-width: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.4;
}
.p-model-detail__profile .item .label {
  color: var(--sub-color);
  margin-right: 0.6rem;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.p-model-detail__profile .item .data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-model-detail__sns {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.4rem;
}

.p-model-detail__main .p-post-body {
  margin-top: 10rem;
}
.p-model-detail__main .p-post-body figure.wp-block-gallery.has-nested-images {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  margin-bottom: 6px;
}

.p-model-detail__works .title {
  font-family: var(--font-family-en);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 7.2rem;
  -webkit-transform: scaleX(0.9);
          transform: scaleX(0.9);
  font-weight: 400;
  letter-spacing: -0.2rem;
  line-height: 1;
  margin: 12rem auto 4rem auto;
}
.p-model-detail__works .p-post-body {
  margin-top: 4rem;
}

.p-model-detail__navi {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4.8rem;
}
.p-model-detail__navi .composite {
  padding-right: 4rem;
  background: url(../img/common/icon_download.svg) no-repeat right 0.5rem bottom 1rem;
  background-size: 2rem auto;
}

body.fancybox-active::after {
  opacity: 1;
  visibility: visible;
}

body.fancybox-active .fancybox-container .fancybox-stage .fancybox-content .fancybox-close-small {
  display: none;
}

.wp-block-image a {
  outline: none;
}

.fancybox-infobar {
  display: none;
}

.fancybox-navigation .fancybox-button[disabled],
.fancybox-navigation .fancybox-button[disabled]:hover {
  display: none;
}

.fancybox-button {
  background-color: initial !important;
}

.fancybox-navigation .fancybox-button:hover {
  opacity: 0.75;
}

.fancybox-button.fancybox-button--arrow_left,
.fancybox-button.fancybox-button--arrow_right {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2rem;
  height: 4rem;
}

.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 0 !important;
  right: 0 !important;
}

.fancybox-button.fancybox-button--arrow_left svg,
.fancybox-button.fancybox-button--arrow_right svg {
  display: none;
}

.fancybox-button.fancybox-button--arrow_left {
  background-image: url(../img/common/btn_slide_left.svg);
}

.fancybox-button.fancybox-button--arrow_right {
  background-image: url(../img/common/btn_slide_right.svg);
}

.fancybox-navigation .fancybox-button div {
  padding: 0;
}

@media (max-width: 767px) {
  .p-model-detail .container {
    display: block;
    margin-bottom: 12rem;
  }
  .p-model-detail__visual {
    margin-top: 0;
  }
  .p-model-detail__heading {
    width: 92%;
    position: relative;
    top: 0;
    margin-bottom: 10rem;
    margin-left: auto;
    margin-right: auto;
  }
  .p-model-detail__main {
    width: 100%;
  }
  .p-model-detail__category {
    font-size: 1.8rem;
  }
  .p-model-detail__name {
    margin-top: 1.6rem;
  }
  .p-model-detail__name .jp {
    font-size: 4rem;
  }
  .p-model-detail__name .en {
    font-size: 4.8rem;
  }
  .p-model-detail__name .division {
    margin-top: 1.6rem;
  }
  .p-model-detail__profile {
    margin-top: 6.4rem;
    font-size: 1.2rem;
  }
  .p-model-detail__visual {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 4rem;
  }
  .p-model-detail__visual picture img {
    height: auto;
    max-height: initial;
    width: 100%;
  }
  .p-model-detail__works .title {
    font-size: 5.6rem;
  }
  .fancybox-navigation .fancybox-button {
    height: 80px;
    width: 50px;
  }
}
.p-news-section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p-news-section-heading .p-top-section__title {
  margin-bottom: 5.6rem;
}
.p-news-section-heading nav {
  -webkit-transform: translateY(-3.2rem);
          transform: translateY(-3.2rem);
}

@media (max-width: 767px) {
  .p-news-section-heading .p-top-section__title {
    margin-bottom: 2.4rem;
  }
}
.p-news-list {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.p-news-list .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5.6rem 5.6rem 5.6rem 0.5rem;
}
.p-news-list .item::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/common/icon_allow.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 1.2rem);
  right: 1rem;
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
}
.p-news-list .item::after {
  content: "";
  width: 100%;
  height: 1px;
  opacity: 0.1;
  background-color: rgb(0, 0, 0);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-news-list .item a {
  font-family: var(--font-family-mincho);
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  line-height: 1.75;
  text-decoration: none;
}
.p-news-list .item .p-news-meta {
  margin-right: 7.2rem;
}

.p-news-list__title {
  font-family: var(--font-family-en);
  margin-bottom: 5.6rem;
}
.p-news-list__title span {
  position: relative;
  display: inline-block;
  font-size: 10.2rem;
  -webkit-transform: scaleX(0.9);
          transform: scaleX(0.9);
  font-weight: 400;
  letter-spacing: -0.4rem;
  line-height: 1;
}

@media (hover: hover) {
  .p-news-list .item:hover::before {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .p-news-list .item:hover::after {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .p-news-list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4rem 0 3.6rem 0.5rem;
  }
  .p-news-list .item .p-news-meta {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .p-news-list .item a {
    line-height: 1.5;
  }
  .p-news-list__title {
    margin-bottom: 3.2rem;
  }
  .p-news-list__title span {
    font-size: 6.4rem;
    letter-spacing: -0.3rem;
  }
}
.p-news-detail .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20rem;
}

.p-news-detail__heading {
  width: 40%;
  position: sticky;
  top: 2.4rem;
}
.p-news-detail__heading .title {
  font-family: var(--font-family-mincho);
  font-size: 4rem;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.65;
  margin-top: 1rem;
}
.p-news-detail__heading .en {
  font-size: 1.6rem;
}

.p-news-detail__main {
  width: 54%;
}

.p-news-detail__latest {
  margin-bottom: 18rem;
}

@media (max-width: 767px) {
  .p-news-detail .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 14rem;
  }
  .p-news-detail__heading {
    width: 100%;
    position: relative;
    top: initial;
    margin-bottom: 5.6rem;
  }
  .p-news-detail__heading .title {
    font-size: 3.2rem;
    letter-spacing: 0;
    line-height: 1.5;
    margin-top: 1.2rem;
    margin-bottom: 0;
  }
  .p-news-detail__main {
    width: 100%;
  }
}
.p-news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  line-height: 1;
}
.p-news-meta .date {
  font-size: 1.8rem;
  margin-right: 3.2rem;
}
.p-news-meta .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
}
.p-news-meta .category::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  background-color: #000;
  margin-right: 0.8rem;
}

.is-new .p-news-meta .category::before {
  -webkit-animation: dot-pulse 1.5s infinite linear;
          animation: dot-pulse 1.5s infinite linear;
}

@-webkit-keyframes dot-pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes dot-pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .p-news-meta .date {
    font-size: 1.4rem;
    margin-right: 2rem;
  }
  .p-news-meta .category {
    font-size: 1.4rem;
  }
  .p-news-meta .category::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.p-news-category {
  margin-top: 1.4rem;
}

.p-news-category__title {
  font-size: 2.4rem;
  font-weight: var(--font-weight-regular);
  margin-bottom: 3.2rem;
}

.p-news-category__list li {
  margin-bottom: 0.2rem;
}
.p-news-category__list li a {
  font-size: 1.8rem;
  text-decoration: none;
}
.p-news-category__list li a span:first-of-type {
  text-decoration: underline;
}
.p-news-category__list li a span.number {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  margin-left: 0.6rem;
}

@media (max-width: 767px) {
  .p-news-category {
    margin-top: 0;
  }
}
.page-top .l-main {
  margin-top: 0;
}
.page-top .p-header__logo {
  position: fixed;
  top: -10rem;
  -webkit-transition: all 1.6s cubic-bezier(0.16, 0.88, 0.25, 1);
  transition: all 1.6s cubic-bezier(0.16, 0.88, 0.25, 1);
}

.is_fv_scrolled.page-top .p-header__logo {
  top: 4rem;
}

@media (max-width: 767px) {
  .is_fv_scrolled.page-top .p-header__logo {
    top: 1.8rem;
  }
}
.page-model-list .p-model-list {
  margin-bottom: 8rem;
}
.page-model-list .p-post-navi {
  margin: 0 0 18rem 0;
}

.page-model-detail .p-post-navi {
  margin: 12rem 0 18rem 0;
}
.page-model-detail .p-post-navi .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .page-model-detail .l-main {
    margin-top: 7rem;
  }
  .page-model-detail .p-post-navi {
    margin: 12rem 0 12rem 0;
  }
}
.page-news-list .p-post-navi {
  margin: 12rem 0 0 0;
}

.p-post-body {
  /* 見出し */
  /* 段落 */
  /* リスト */
  /* 画像 */
  /* レイアウト */
  /* カラム */
  /* 引用 */
  /* 表 */
  /* ギャラリー */
  /* 詩 */
  /* ボタン */
}
.p-post-body h1, .p-post-body h2, .p-post-body h3, .p-post-body h4, .p-post-body h5 {
  line-height: 1.5;
  margin-bottom: 2rem;
}
.p-post-body h1 {
  font-size: 3.2rem;
}
.p-post-body h2 {
  font-size: 2.4rem;
}
.p-post-body h3 {
  font-size: 1.6rem;
}
.p-post-body h4 {
  font-size: var(--font-size-base-pc);
}
.p-post-body h5 {
  font-size: var(--font-size-base-pc);
}
.p-post-body p {
  margin-bottom: 4rem;
}
.p-post-body ul {
  margin-bottom: 4rem;
}
.p-post-body ul li {
  line-height: 1.65;
  position: relative;
  margin-left: 0.6rem;
  margin-bottom: 0.6rem;
  padding-left: 1.2rem;
}
.p-post-body ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: var(--text-color);
  position: absolute;
  left: 0;
  top: 1.2rem;
}
.p-post-body .wp-block-image {
  margin-bottom: 4rem;
}
.p-post-body .wp-block-image figcaption {
  font-size: 1.4rem;
  color: #A0A0A0;
  margin: 0.4rem 0 0 0;
}
.p-post-body .wp-block-media-text {
  font-size: 1.4rem;
}
.p-post-body .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding: 0 8% 0 0;
}
.p-post-body .wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 8%;
}
.p-post-body .wp-block-media-text .wp-block-media-text__content .has-large-font-size {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.p-post-body .wp-block-columns {
  font-size: 1.4rem;
}
.p-post-body .wp-block-quote {
  overflow-wrap: break-word;
  margin-bottom: 4rem;
  font-size: 1.4rem;
}
.p-post-body .wp-block-quote p {
  border-left: 2px solid var(--text-color);
  padding: 0 0 0 1.4rem;
  line-height: 1.65;
  margin-bottom: 0;
}
.p-post-body .wp-block-quote cite {
  font-size: 1.2rem;
  padding: 0 0 0 2rem;
  color: #acacac;
}
.p-post-body .wp-block-table {
  font-size: 1.4rem;
  margin-bottom: 4rem;
}
.p-post-body .wp-block-table table {
  border-color: #C7C7C7;
  border-top: 1px solid #C7C7C7;
  border-left: 1px solid #C7C7C7;
}
.p-post-body .wp-block-table table tr {
  border-color: #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
}
.p-post-body .wp-block-table table tr td {
  border-color: #C7C7C7;
  border-right: 1px solid #C7C7C7;
  padding: 1rem 1.4rem;
}
.p-post-body .wp-block-table table tr th {
  border-color: #C7C7C7;
}
.p-post-body .wp-block-table figcaption {
  font-size: 1.2rem;
  color: #A0A0A0;
  margin-top: 0.4rem;
}
.p-post-body .wp-block-gallery.has-nested-images figcaption {
  font-size: 1.2rem;
  color: #A0A0A0;
  margin: 0;
  position: relative !important;
  background: none !important;
  color: #000 !important;
  font-size: 12px !important;
  padding: 0 !important;
}
.p-post-body .wp-block-verse {
  margin-bottom: 4rem;
}
.p-post-body .wp-block-buttons .wp-block-button {
  margin-bottom: 1rem;
}
.p-post-body .wp-block-button__link {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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;
  background-color: #fff;
  border: 2px solid #A0A0A0;
  color: var(--color-green);
  font-family: var(--font-family-base);
  font-weight: 600;
  font-size: 1.4rem;
  padding: 1rem 1.6rem 1.3rem 1.6rem;
  border-radius: 100px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.p-post-body .wp-block-button__link:hover {
  background: var(--color-green);
  border-color: var(--color-green);
}

/* 区切り線 */
.wp-block-separator {
  border-bottom: none;
  margin: 4rem 0;
  border-color: #B1B1B1;
}
.wp-block-separator.is-green {
  border-width: 1px;
  border-color: var(--color-green);
}

@media (max-width: 767px) {
  .p-post-body {
    /* 画像 */
    /* レイアウト */
  }
  .p-post-body .wp-block-image {
    margin-bottom: 4rem;
  }
  .p-post-body .wp-block-image.size-full {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .p-post-body .wp-block-image figcaption {
    font-size: 1.4rem;
    color: #A0A0A0;
    margin: 0.4rem 0 0 0;
  }
  .p-post-body .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 12px 0 0 0;
  }
  .p-post-body .wp-block-media-text .wp-block-media-text__content {
    padding: 12px 0 0 0;
  }
}
.p-post-navi .c-button {
  font-size: 3.2rem;
}
.p-post-navi span.c-button {
  cursor: none;
  opacity: 0.3;
}
.p-post-navi .wp-pagenavi {
  width: 100%;
  text-align: center;
  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;
  gap: 0 2.4rem;
}
.p-post-navi .wp-pagenavi a,
.p-post-navi .wp-pagenavi span {
  text-decoration: none;
  border: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .p-post-navi .c-button {
    font-size: 2.4rem;
  }
  .p-post-navi .wp-pagenavi {
    width: 100%;
  }
}
.p-data-number::after {
  font-family: var(--font-family-base);
  font-size: var(--font-size-base-pc);
  font-weight: 400;
  letter-spacing: 0.04em;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  position: absolute;
  top: 0.8rem;
  right: -3rem;
  display: block;
  content: attr(data-number);
}

@media (max-width: 767px) {
  .p-data-number::after {
    font-size: 1.1rem;
    top: 0.4rem;
    right: -2rem;
  }
}
.fadeIn {
  -webkit-transition: opacity 1s 0.1s, -webkit-filter 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s 0.1s, -webkit-filter 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s 0.1s, filter 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s 0.1s, filter 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-filter 1s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}

.fadeIn.inview {
  opacity: 1;
}

.fadeUpIn {
  -webkit-transition: opacity 1s 0.1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: opacity 1s 0.1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, opacity 1s 0.1s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, opacity 1s 0.1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.fadeUpIn.inview {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.maskIn {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.maskIn.inview {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.blurIn {
  position: relative;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-filter: blur(4px) brightness(1.2);
          filter: blur(4px) brightness(1.2);
}
.blurIn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
          transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}

.blurIn.inview {
  -webkit-filter: blur(0) brightness(1);
          filter: blur(0) brightness(1);
}
.blurIn.inview::before {
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  background-color: rgba(255, 255, 255, 0);
  -webkit-animation-name: blurInAnime;
          animation-name: blurInAnime;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes blurInAnime {
  0% {
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    opacity: 0.5;
  }
  100% {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
    opacity: 1;
  }
}

@keyframes blurInAnime {
  0% {
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    opacity: 0.5;
  }
  100% {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
    opacity: 1;
  }
}
@-webkit-keyframes imgZoom {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes imgZoom {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.show-mobile-inline,
.show-mobile {
  display: none;
}

.hide-mobile {
  display: block;
}

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

@media (max-width: 767px) {
  .show-mobile {
    display: block;
  }
  .show-mobile-inline {
    display: inline-block;
  }
  .hide-mobile {
    display: none;
  }
  .hide-mobile-inline {
    display: none;
  }
  .br-mobile {
    display: block !important;
  }
}/*# sourceMappingURL=style.css.map */