@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --grad-progress: 0;
  --intro-progress: 0;
  --g-padding-s: 40px;
  --g-padding-m: 120px;
  --g-padding-l: 152px;
  --g-color-base: #E5E4DC;
  --g-color-red: #AA3333;
  --g-color-black: #3A4652;
  --g-color-blue: #28609C;
  --g-color-white: #fff;
  --g-color-border: #AFB5B4;
}
@media screen and (max-width: 1700px) {
  :root {
    --g-padding-s: 40rem;
    --g-padding-m: 120rem;
    --g-padding-l: 152rem;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --g-padding-s: 0;
    --g-padding-m: 0;
    --g-padding-l: 0;
  }
}

._b {
  font-weight: bold;
}

._m {
  font-weight: 500;
}

._n {
  font-weight: normal;
}

.c-font-xs {
  font-size: 12rem;
  letter-spacing: 0.05em;
}

.c-font-s {
  font-size: 16rem;
  font-weight: 500;
  line-height: 1.4;
}

.c-font-m {
  font-size: 25rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.c-font-l {
  font-size: 45rem;
  font-weight: 500;
  line-height: 90rem;
  letter-spacing: 0.05em;
}

.c-font-xl {
  font-size: 120rem;
  font-weight: normal;
  line-height: 1.2;
}

@media (max-width: 768px) {
  ._pc {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  ._tablet {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._sp {
    display: none !important;
  }
}
.smooth-scroll {
  height: 100vh;
  width: 100%;
}

.scrollbar-track {
  display: none !important;
}

html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

[data-scroll-container] {
  overflow: hidden !important;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11rem;
  height: 100vh;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7rem;
  border-radius: 10rem;
  margin: 2rem;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: grabbing;
}

.cover-footer {
  z-index: 1;
}

body.is-loading .js-cursor {
  display: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

html {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 1700px) {
  html {
    font-size: 0.0588235294vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.2564102564vw;
  }
}

html.lenis {
  height: auto;
}

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

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

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

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

::before,
::after {
  box-sizing: inherit;
  margin: 0;
}

::-moz-selection {
  background-color: #ccc;
}

::selection {
  background-color: #ccc;
}

body {
  overflow-wrap: break-word;
  width: 100%;
  min-height: 100%;
  line-height: 1.8;
  background-color: var(--g-color-base);
  overflow-x: clip;
}
body.is-menu-active {
  overflow: hidden;
}

html.lenis {
  height: auto;
}

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

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1em;
}

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

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

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

dl {
  padding: 0;
}

iframe {
  border-style: none;
}

.black a,
.black p {
  color: #000;
}

h1, h2, h3, h4, h5, a, p, span {
  color: var(--g-color-black);
}

section {
  position: relative;
  overflow: hidden;
}

span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
}

body.mac-os .home-intro__ttl-icons-graphic {
  bottom: 1.9270833333vw !important;
}
body.mac-os .home-footer__intro .home-intro__ttl-icons-graphic {
  bottom: 0.2083333333vw !important;
}

.sec-ttl__wrap._show .sec-ttl span {
  transform: translateY(0);
}

section {
  position: relative;
}

.forpc {
  display: block;
}
@media screen and (max-width: 768px) {
  .forpc {
    display: none;
  }
}

.forsp {
  display: none;
}
@media screen and (max-width: 768px) {
  .forsp {
    display: block;
  }
}

.s-container {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1025px) {
  .s-container {
    max-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .s-container {
    max-width: 342rem;
  }
}

.container {
  max-width: 1600px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1700px) {
  .container {
    max-width: 1600rem;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 342rem;
  }
}

.l-container {
  max-width: 1920px;
  width: 100%;
  padding: 0 80px;
  margin: auto;
}
@media screen and (max-width: 1700px) {
  .l-container {
    max-width: 90%;
    padding: 0 20rem;
  }
}
@media screen and (max-width: 768px) {
  .l-container {
    max-width: 342rem;
    padding: 0;
  }
}

.xl-container {
  max-width: 1880px;
  width: 100%;
  padding: 0 20px;
  margin: auto;
}
@media screen and (max-width: 1700px) {
  .xl-container {
    max-width: 90%;
    padding: 0 20rem;
  }
}
@media screen and (max-width: 768px) {
  .xl-container {
    max-width: 342rem;
    padding: 0;
  }
}

.page-ttl {
  padding-top: 9vh;
}
@media screen and (max-width: 768px) {
  .page-ttl {
    padding-top: 80rem;
  }
}
.page-ttl h2 {
  font-size: 13vh;
  color: var(--g-color-black);
  font-family: "Baskervville", serif;
}
@media screen and (max-width: 768px) {
  .page-ttl h2 {
    font-size: 51rem;
  }
}

.more-btn a {
  width: 162px;
  height: 162px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .more-btn a {
    width: 162rem;
    height: 162rem;
  }
}
@media screen and (max-width: 1025px) {
  .more-btn a {
    width: 120rem;
    height: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .more-btn a {
    width: 114rem;
    height: 114rem;
  }
}
.more-btn a > span {
  font-family: "Adobe Garamond Pro Regular";
  color: var(--g-color-black);
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 20px;
}
@media screen and (max-width: 1700px) {
  .more-btn a > span {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .more-btn a > span {
    font-size: 14rem;
  }
}
.more-btn-border {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border: 1px solid var(--g-color-black);
  left: 0;
  z-index: 1;
  border-radius: 50%;
}
.more-btn._white a span {
  color: var(--g-color-white);
}
.more-btn._white .more-btn-border {
  border: 1px solid var(--g-color-white);
}

@media screen and (max-width: 768px) {
  .lower-page {
    padding-bottom: 100rem;
  }
}

.lower-link ul {
  display: flex;
  align-items: center;
  justify-content: left;
}
.lower-link ul li {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: var(--g-color-border);
}
.lower-link ul li:last-child {
  color: var(--g-color-black);
}
.lower-link ul li:not(:last-child) {
  margin-right: 5px;
}

.js-menu .c-menu {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.js-menu .c-menu span {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .js-menu .c-menu span {
    transform: unset !important;
  }
}
.js-menu .c-menu span::after {
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
  content: attr(data-text);
  transform: translateY(100%);
}
@media screen and (max-width: 768px) {
  .js-menu .c-menu span::after {
    content: unset;
  }
}

.parallax-img__wrap {
  position: relative;
}
.parallax-img__wrap .parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 130%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .parallax-img__wrap .parallax-img {
    width: 100%;
    height: 100%;
  }
}

.parallax-img__wrap-gallery {
  position: relative;
}
.parallax-img__wrap-gallery .parallax-img-gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 160%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .parallax-img__wrap-gallery .parallax-img-gallery {
    width: 100%;
    height: 100%;
  }
}

.cover-anime-img__wrap {
  position: relative;
  overflow: hidden;
}
.cover-anime-img__wrap .cover-anime-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d0d3d3;
  transform: scaleY(0);
  transform-origin: bottom;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.45s;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.45s;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.45s, -webkit-clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.45s;
  z-index: 1;
  transition-delay: 0.8s;
}
.cover-anime-img__wrap img {
  width: 100%;
  transform: scale(1.05);
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, -webkit-clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.45s;
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.45s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.45s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, -webkit-clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.45s;
  transition-delay: 0.8s;
}
.cover-anime-img__wrap._show .cover-anime-img {
  transform: scaleY(1);
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}
.cover-anime-img__wrap._show img {
  transform: scale(1);
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

section {
  height: 100vh;
}
@media screen and (max-width: 768px) {
  section {
    height: auto;
  }
}

.screen-reader-response {
  display: none !important;
}

.wpcf7-response-output {
  text-align: center;
  font-size: 16px !important;
}
@media screen and (max-width: 768px) {
  .wpcf7-response-output {
    font-size: 10rem !important;
  }
}

.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  font-size: 14px !important;
  color: #C37878;
}
@media screen and (max-width: 768px) {
  .wpcf7-not-valid-tip {
    position: unset;
    transform: translateY(0);
    font-size: 12rem !important;
  }
}

@font-face {
  font-family: "Adobe Garamond Pro Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Adobe Garamond Pro Regular"), url("../fonts/AGaramondPro-Regular.woff") format("woff");
}
@font-face {
  font-family: "Adobe Garamond Pro Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Adobe Garamond Pro Italic"), url("../fonts/AGaramondPro-Italic.woff") format("woff");
}
@font-face {
  font-family: "Adobe Garamond Pro Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Adobe Garamond Pro Bold"), url("../fonts/AGaramondPro-Bold.woff") format("woff");
}
@font-face {
  font-family: "Adobe Garamond Pro Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Adobe Garamond Pro Bold Italic"), url("../fonts/AGaramondPro-BoldItalic.woff") format("woff");
}
html {
  font-family: "Noto Sans JP", serif;
}

._bold {
  font-weight: 700;
}

.u-font-en {
  font-family: "MPLUS1";
}

.js-ttl,
.js-ttl-io {
  overflow: hidden;
  display: block;
  opacity: 0;
}
.js-ttl.show,
.js-ttl-io.show {
  opacity: 1;
}
.js-ttl > span,
.js-ttl-io > span {
  display: inline-flex;
  align-items: center;
}
.js-ttl > span span,
.js-ttl-io > span span {
  display: inline-block;
  transform: translate(0, 101%);
  transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
.js-ttl > span span._delay._show,
.js-ttl-io > span span._delay._show {
  transform: translate(0);
}
.js-ttl > span span._delay._show:nth-of-type(1),
.js-ttl-io > span span._delay._show:nth-of-type(1) {
  transition-delay: 0s;
}
.js-ttl > span span._delay._show:nth-of-type(2),
.js-ttl-io > span span._delay._show:nth-of-type(2) {
  transition-delay: 0.1s;
}
.js-ttl > span span._delay._show:nth-of-type(3),
.js-ttl-io > span span._delay._show:nth-of-type(3) {
  transition-delay: 0.18s;
}
.js-ttl > span span._delay._show:nth-of-type(4),
.js-ttl-io > span span._delay._show:nth-of-type(4) {
  transition-delay: 0.26s;
}
.js-ttl > span span._delay._show:nth-of-type(5),
.js-ttl-io > span span._delay._show:nth-of-type(5) {
  transition-delay: 0.34s;
}
.js-ttl > span span._delay._show:nth-of-type(6),
.js-ttl-io > span span._delay._show:nth-of-type(6) {
  transition-delay: 0.42s;
}
.js-ttl > span span._delay._show:nth-of-type(7),
.js-ttl-io > span span._delay._show:nth-of-type(7) {
  transition-delay: 0.5s;
}
.js-ttl > span span._delay._show:nth-of-type(8),
.js-ttl-io > span span._delay._show:nth-of-type(8) {
  transition-delay: 0.58s;
}
.js-ttl > span span._delay._show:nth-of-type(9),
.js-ttl-io > span span._delay._show:nth-of-type(9) {
  transition-delay: 0.66s;
}
.js-ttl > span span._delay._show:nth-of-type(10),
.js-ttl-io > span span._delay._show:nth-of-type(10) {
  transition-delay: 0.74s;
}
.js-ttl > span span._delay._show:nth-of-type(11),
.js-ttl-io > span span._delay._show:nth-of-type(11) {
  transition-delay: 0.82s;
}
.js-ttl > span span._delay._show:nth-of-type(12),
.js-ttl-io > span span._delay._show:nth-of-type(12) {
  transition-delay: 0.9s;
}
.js-ttl > span span._delay._show:nth-of-type(13),
.js-ttl-io > span span._delay._show:nth-of-type(13) {
  transition-delay: 0.98s;
}
.js-ttl > span span._delay._show:nth-of-type(14),
.js-ttl-io > span span._delay._show:nth-of-type(14) {
  transition-delay: 1.06s;
}
.js-ttl > span span._delay._show:nth-of-type(15),
.js-ttl-io > span span._delay._show:nth-of-type(15) {
  transition-delay: 1.12s;
}
.js-ttl > span span._delay._show:nth-of-type(16),
.js-ttl-io > span span._delay._show:nth-of-type(16) {
  transition-delay: 1.2s;
}
.js-ttl > span span._delay._show:nth-of-type(17),
.js-ttl-io > span span._delay._show:nth-of-type(17) {
  transition-delay: 1.28s;
}
.js-ttl > span span._delay._show:nth-of-type(18),
.js-ttl-io > span span._delay._show:nth-of-type(18) {
  transition-delay: 1.36s;
}
.js-ttl > span span._delay._show:nth-of-type(19),
.js-ttl-io > span span._delay._show:nth-of-type(19) {
  transition-delay: 1.44s;
}
.js-ttl > span span._delay._show:nth-of-type(20),
.js-ttl-io > span span._delay._show:nth-of-type(20) {
  transition-delay: 1.52s;
}
.js-ttl > span span._delay._show:nth-of-type(21),
.js-ttl-io > span span._delay._show:nth-of-type(21) {
  transition-delay: 1.6s;
}
.js-ttl > span span._delay._show:nth-of-type(22),
.js-ttl-io > span span._delay._show:nth-of-type(22) {
  transition-delay: 1.68s;
}
.js-ttl > span span._delay._show:nth-of-type(23),
.js-ttl-io > span span._delay._show:nth-of-type(23) {
  transition-delay: 1.74s;
}
.js-ttl > span span._delay._show:nth-of-type(24),
.js-ttl-io > span span._delay._show:nth-of-type(24) {
  transition-delay: 1.82s;
}
.js-ttl > span span._delay._show:nth-of-type(25),
.js-ttl-io > span span._delay._show:nth-of-type(25) {
  transition-delay: 1.9s;
}
.js-ttl > span span._delay._show:nth-of-type(26),
.js-ttl-io > span span._delay._show:nth-of-type(26) {
  transition-delay: 1.98s;
}
.js-ttl > span span._delay._show:nth-of-type(27),
.js-ttl-io > span span._delay._show:nth-of-type(27) {
  transition-delay: 2.04s;
}
.js-ttl > span span._delay._show:nth-of-type(28),
.js-ttl-io > span span._delay._show:nth-of-type(28) {
  transition-delay: 2.12s;
}
.js-ttl > span span._delay._show:nth-of-type(29),
.js-ttl-io > span span._delay._show:nth-of-type(29) {
  transition-delay: 2.2s;
}
.js-ttl > span span._delay._show:nth-of-type(30),
.js-ttl-io > span span._delay._show:nth-of-type(30) {
  transition-delay: 2.28s;
}
.js-ttl > span span._show,
.js-ttl-io > span span._show {
  transform: translate(0, 0);
}

.js-io._fadeup {
  transform: translate(0, 36px);
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1), opacity 1.2s cubic-bezier(0.32, 0.1, 0, 1), background 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
.js-io._fadetoup {
  transform: translate(0, 130%);
  transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1), opacity 1.2s cubic-bezier(0.32, 0.1, 0, 1), background 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
.js-io._fadeleft {
  transform: translateX(100px) scale(1.1);
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  filter: blur(10px);
  opacity: 0;
}
@media screen and (max-width: 1700px) {
  .js-io._fadeleft {
    transform: translateX(100rem) scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .js-io._fadeleft {
    transform: translateX(50rem) scale(1.1);
  }
}
.js-io._blur {
  transform: scale(1.1);
  transition: all 1s ease-in-out;
  visibility: hidden;
  filter: blur(10px);
  opacity: 0;
}
.js-io._fadein {
  transform: translateY(0);
  transition: all 1s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.js-io._zoomup {
  transform: scale(0.5);
  transition: all 1s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transition-timing-function: cubic-bezier(1, -0.195, 0, 1.33);
}
.js-io._show {
  transform: translate(0) scale(1);
  visibility: visible;
  filter: blur(0);
  opacity: 1;
}
.js-io._delay.--fadein {
  transform: translateY(0);
}
.js-io._delay._show {
  transform: translate(0) scale(1);
  visibility: visible;
  filter: blur(0);
  opacity: 1;
}
.js-io._delay._show:nth-of-type(1) {
  transition-delay: 0s;
}
.js-io._delay._show:nth-of-type(2) {
  transition-delay: 0.05s;
}
.js-io._delay._show:nth-of-type(3) {
  transition-delay: 0.09s;
}
.js-io._delay._show:nth-of-type(4) {
  transition-delay: 0.13s;
}
.js-io._delay._show:nth-of-type(5) {
  transition-delay: 0.17s;
}
.js-io._delay._show:nth-of-type(6) {
  transition-delay: 0.21s;
}
.js-io._delay._show:nth-of-type(7) {
  transition-delay: 0.25s;
}
.js-io._delay._show:nth-of-type(8) {
  transition-delay: 0.29s;
}
.js-io._delay._show:nth-of-type(9) {
  transition-delay: 0.33s;
}
.js-io._delay._show:nth-of-type(10) {
  transition-delay: 0.37s;
}
.js-io._delay._show:nth-of-type(11) {
  transition-delay: 0.41s;
}
.js-io._delay._show:nth-of-type(12) {
  transition-delay: 0.45s;
}
.js-io._delay._show:nth-of-type(13) {
  transition-delay: 0.49s;
}
.js-io._delay._show:nth-of-type(14) {
  transition-delay: 0.53s;
}
.js-io._delay._show:nth-of-type(15) {
  transition-delay: 0.57s;
}
.js-io._delay._show:nth-of-type(16) {
  transition-delay: 0.61s;
}
.js-io._delay._show:nth-of-type(17) {
  transition-delay: 0.65s;
}
.js-io._delay._show:nth-of-type(18) {
  transition-delay: 0.69s;
}
.js-io._delay._show:nth-of-type(19) {
  transition-delay: 0.73s;
}
.js-io._delay._show:nth-of-type(20) {
  transition-delay: 0.77s;
}
.js-io._delay._show:nth-of-type(21) {
  transition-delay: 0.81s;
}
.js-io._delay._show:nth-of-type(22) {
  transition-delay: 0.85s;
}
.js-io._delay._show:nth-of-type(23) {
  transition-delay: 0.89s;
}
.js-io._delay._show:nth-of-type(24) {
  transition-delay: 0.93s;
}
.js-io._delay._show:nth-of-type(25) {
  transition-delay: 0.97s;
}
.js-io._delay._show:nth-of-type(26) {
  transition-delay: 1.01s;
}
.js-io._delay._show:nth-of-type(27) {
  transition-delay: 1.05s;
}
.js-io._delay._show:nth-of-type(28) {
  transition-delay: 1.09s;
}
.js-io._delay._show:nth-of-type(29) {
  transition-delay: 1.13s;
}
.js-io._delay._show:nth-of-type(30) {
  transition-delay: 1.17s;
}

._cus-blur {
  transform: scale(1.1);
  transition: all 1s ease-in-out;
  filter: blur(10px);
  opacity: 0;
}
._cus-blur._show {
  transform: scale(1);
  filter: blur(0);
  opacity: 1;
}

._cus-fadeup {
  transform: translate(0, 36px);
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1), opacity 1.2s cubic-bezier(0.32, 0.1, 0, 1), background 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
._cus-fadeup._show {
  transform: translate(0);
  opacity: 1;
}
._cus-fadeup._delay._show {
  transform: translate(0) scale(1);
  visibility: visible;
  filter: blur(0);
  opacity: 1;
}
._cus-fadeup._delay._show:nth-of-type(1) {
  transition-delay: 0s;
}
._cus-fadeup._delay._show:nth-of-type(2) {
  transition-delay: 0.05s;
}
._cus-fadeup._delay._show:nth-of-type(3) {
  transition-delay: 0.09s;
}
._cus-fadeup._delay._show:nth-of-type(4) {
  transition-delay: 0.13s;
}
._cus-fadeup._delay._show:nth-of-type(5) {
  transition-delay: 0.17s;
}

.handle-anime-txt {
  animation-name: handle_anime_txt;
  animation-duration: 0.87s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes handle_anime_txt {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
    transform: translate(0, 100%) scale(1, 3.6);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
    transform: translate(0, 0) scale(1);
  }
}
.js-io-anime {
  -webkit-clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
          clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
}

.handle-anime {
  animation-name: handle_anime;
  animation-duration: 0.653s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-delay: 0.776s;
}

@keyframes handle_anime {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
    transform: translate(0, 0);
  }
}
.anime-ttl span {
  display: inline-block;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  transform: translateY(100px);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-clip-path 1.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: clip-path 1.4s cubic-bezier(0.25, 1, 0.5, 1), transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: clip-path 1.4s cubic-bezier(0.25, 1, 0.5, 1), transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-clip-path 1.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.anime-ttl span:nth-child(1) {
  transition-delay: 80ms;
}
.anime-ttl span:nth-child(2) {
  transition-delay: 0.16s;
}
.anime-ttl span:nth-child(3) {
  transition-delay: 0.24s;
}
.anime-ttl span:nth-child(4) {
  transition-delay: 0.32s;
}
.anime-ttl span:nth-child(5) {
  transition-delay: 0.4s;
}
.anime-ttl span:nth-child(6) {
  transition-delay: 0.48s;
}
.anime-ttl span:nth-child(7) {
  transition-delay: 0.56s;
}
.anime-ttl span:nth-child(8) {
  transition-delay: 0.64s;
}
.anime-ttl span:nth-child(9) {
  transition-delay: 0.72s;
}
.anime-ttl span:nth-child(10) {
  transition-delay: 0.8s;
}
.anime-ttl span:nth-child(11) {
  transition-delay: 0.88s;
}
.anime-ttl span:nth-child(12) {
  transition-delay: 0.92s;
}
.anime-ttl span:nth-child(13) {
  transition-delay: 1s;
}
.anime-ttl span:nth-child(14) {
  transition-delay: 1.08s;
}
.anime-ttl span:nth-child(15) {
  transition-delay: 1.16s;
}
.anime-ttl.show span {
  transform: translateY(0);
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.loading {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 990;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--g-color-black);
  text-align: center;
  color: #fff;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  overflow: hidden;
}
.loading.hidden {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  opacity: 0;
  visibility: hidden;
}
.loading-content .loading-logo {
  position: absolute;
  left: 80px;
  bottom: 17vh;
}
@media screen and (max-width: 768px) {
  .loading-content .loading-logo {
    left: 36rem;
    bottom: 146rem;
  }
}
.loading-content .loading-logo img {
  width: 189px;
}
@media screen and (max-width: 768px) {
  .loading-content .loading-logo img {
    width: 195rem;
  }
}
.loading-content .loading-txt {
  position: absolute;
  bottom: 10vh;
  left: 0;
  border-bottom: 1px solid var(--g-color-white);
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .loading-content .loading-txt {
    padding-bottom: 8rem;
    bottom: 80rem;
  }
}
.loading-content .loading-txt-progress {
  position: relative;
  text-align: right;
}
.loading-content .loading-txt-progress p {
  display: inline-block;
  font-size: 16px;
  font-family: "Baskervville", serif;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--g-color-white);
  transform: translateX(50%);
  transition: all 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
@media screen and (max-width: 768px) {
  .loading-content .loading-txt-progress p {
    font-size: 16rem;
  }
}

.c-preloader__progress {
  color: var(--g-color-black);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: MPLUS1;
}

body.is-loading .js-cursor {
  display: none;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 900;
  transition: transform 1.2s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  mix-blend-mode: difference;
}
.header.loaded {
  transform: translateY(0);
}
.header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .header__wrap {
    padding: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .header__wrap {
    align-items: start;
    height: 80rem;
    padding: 20rem;
  }
}
.header-menu-btn {
  position: relative;
  transition: opacity 0.9s, visibility 0.5s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.5s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.5s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  visibility: visible;
  z-index: 2;
  cursor: pointer;
}
.header-menu-btn::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--g-color-white);
  left: 0;
  top: 50%;
  transition: all 0.3s ease;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .header-menu-btn::after {
    width: 8rem;
    height: 8rem;
  }
}
.header-menu-btn span {
  display: block;
  color: var(--g-color-white);
  font-family: "Baskervville", serif;
  font-size: 16px;
  padding-left: 16px;
  transition: all 0.3s ease;
  opacity: 0;
  transition-delay: 0.35s;
}
@media screen and (max-width: 768px) {
  .header-menu-btn span {
    font-size: 12rem;
    padding-left: 16rem;
  }
}
.header-menu-btn span:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.header-menu-btn.active span:nth-child(1) {
  opacity: 0;
}
.header-menu-btn.active span:nth-child(2) {
  opacity: 1;
}
.header-menu-btn.changing {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  visibility: hidden;
}
.header-logo {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98), visibility 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98), transform 1.2s cubic-bezier(0.92, 0.46, 0.36, 0.98);
}
.header-logo.hidden {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .header-logo.sp-logo a {
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .header-logo.sp-logo span {
    font-size: 6vw;
  }
}
.header-logo a {
  display: block;
}
@media screen and (max-width: 768px) {
  .header-logo a {
    transform: translateY(43vh);
  }
}
.header-logo span {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98), filter 1.5s cubic-bezier(0.92, 0.46, 0.36, 0.98), transform 1.2s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  font-family: "ivyora-display", serif;
  font-weight: 300;
  font-style: normal;
  color: var(--g-color-white);
  font-size: 31px;
  letter-spacing: 0.1em;
  mix-blend-mode: plus-lighter;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 768px) {
  .header-logo span {
    font-size: 22vw;
    opacity: 1;
  }
}
.header-logo span a {
  display: block;
}
.header-logo span.show {
  opacity: 1;
}

.header-menu {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 890;
  overflow: hidden;
  transition: opacity 0.9s, visibility 0.8s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.8s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.8s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  pointer-events: none;
}
.header-menu.open-menu {
  pointer-events: unset;
}
.header-menu-container {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header-menu-container {
    display: block;
    padding: 15vh 20rem;
  }
}
.header-menu-bg01, .header-menu-bg02 {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transform: translate(0px, 0px);
  opacity: 1;
  visibility: visible;
  transition: opacity 1s, visibility 0.8s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 1s, visibility 0.8s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 1s, visibility 0.8s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98);
}
@media screen and (max-width: 768px) {
  .header-menu-bg01, .header-menu-bg02 {
    transition: all 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98);
    height: 130%;
  }
}
.header-menu-bg01 {
  background: var(--g-color-base);
  left: 0;
}
@media screen and (max-width: 768px) {
  .header-menu-bg01 {
    width: 100%;
  }
}
.header-menu-bg01.is-open {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  visibility: hidden;
}
.header-menu-bg01.is-close {
  transition: opacity 1s, visibility 0.8s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 1s, visibility 0.8s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 1s, visibility 0.8s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  visibility: hidden;
}
.header-menu-bg02 {
  background: var(--g-color-black);
  right: 0;
}
@media screen and (max-width: 768px) {
  .header-menu-bg02 {
    display: none;
  }
}
.header-menu-bg02.is-open {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  visibility: hidden;
}
.header-menu-bg02.is-close {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  visibility: hidden;
}
.header-menu-link {
  position: relative;
  z-index: 2;
  padding: 20vh 80px 10vh;
  width: 50%;
}
@media screen and (max-width: 1700px) {
  .header-menu-link {
    padding: 20vh 80rem 10vh;
  }
}
@media screen and (max-width: 768px) {
  .header-menu-link {
    padding: 0;
  }
}
.header-menu-link > ul {
  margin-bottom: 6.75vh;
  display: flex;
  align-items: start;
  justify-content: left;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .header-menu-link > ul {
    margin-bottom: 2vh;
  }
}
.header-menu-link > ul li {
  display: inline-flex;
  align-items: end;
  justify-content: left;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transform: translate(0px, 0px);
  opacity: 1;
  visibility: visible;
  transition: opacity 1s, visibility 0.8s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 1s, visibility 0.8s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 1s, visibility 0.8s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98);
}
.header-menu-link > ul li:not(:last-child) {
  margin-bottom: 0.75vh;
}
.header-menu-link > ul li.is-open {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  transform: translate(0px, 30px);
  opacity: 0;
  visibility: hidden;
}
.header-menu-link > ul li.is-close {
  transition: opacity 1s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 1s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 1s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  transform: translate(0px, -30px);
  opacity: 0;
  visibility: hidden;
}
.header-menu-link > ul li > span {
  color: #AFB5B4;
  font-size: 1.75vh;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-right: 32px;
  line-height: 3;
}
@media screen and (max-width: 1700px) {
  .header-menu-link > ul li > span {
    margin-right: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .header-menu-link > ul li > span {
    margin-right: 16rem;
  }
}
.header-menu-link > ul li a.c-menu {
  color: var(--g-color-black);
  letter-spacing: 0.05em;
  font-family: "Baskervville", serif;
  line-height: 1.3;
  font-size: 5vh;
}
@media screen and (max-width: 768px) {
  .header-menu-link > ul li a.c-menu {
    font-size: 4vh;
  }
}
.header-menu-link > ul li a.c-menu span {
  line-height: 1.3;
}
.header-menu-link-btns {
  margin-bottom: 7.5vh;
}
@media screen and (max-width: 768px) {
  .header-menu-link-btns {
    padding-left: 16rem;
    margin-bottom: 0;
  }
}
.header-menu-link-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 2vh 24px 2vh 32px;
  border: 1px solid var(--g-color-black);
  width: 320px;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transform: translate(0px, 0px);
  opacity: 1;
  visibility: visible;
  transition: opacity 1s, visibility 0.8s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 1s, visibility 0.8s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 1s, visibility 0.8s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98);
}
@media screen and (max-width: 1700px) {
  .header-menu-link-btn a {
    width: 320rem;
    padding: 2vh 24rem 2vh 32rem;
  }
}
@media screen and (max-width: 768px) {
  .header-menu-link-btn a {
    width: 276rem;
  }
}
.header-menu-link-btn a.is-open {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  transform: translate(0px, 30px);
  opacity: 0;
  visibility: hidden;
}
.header-menu-link-btn a.is-close {
  transition: opacity 1s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 1s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 1s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  transform: translate(0px, -30px);
  opacity: 0;
  visibility: hidden;
}
.header-menu-link-btn a > span {
  color: var(--g-color-black);
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 2vh;
  display: inline-block;
}
.header-menu-link-btn a svg {
  width: auto;
  height: 1.3vh;
}
.header-menu-link-btn:last-child {
  margin-top: 2vh;
}
.header-menu-link-btn:last-child a span {
  font-family: "Adobe Garamond Pro Regular";
  font-size: 2.5vh;
}
.header-menu-link-other {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transform: translate(0px, 0px);
  opacity: 1;
  visibility: visible;
  transition: opacity 1s, visibility 0.8s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 1s, visibility 0.8s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 1s, visibility 0.8s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98);
}
@media screen and (max-width: 768px) {
  .header-menu-link-other {
    flex-direction: column-reverse;
    position: fixed;
    align-items: start;
    bottom: 10vh;
    left: 36rem;
  }
}
.header-menu-link-other.is-open {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  transform: translate(0px, 30px);
  opacity: 0;
  visibility: hidden;
}
.header-menu-link-other.is-close {
  transition: opacity 1s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 1s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 1s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  transform: translate(0px, -30px);
  opacity: 0;
  visibility: hidden;
}
.header-menu-link-other ul {
  display: flex;
  align-items: center;
  justify-content: left;
}
.header-menu-link-other ul li {
  margin-right: 16px;
}
@media screen and (max-width: 1700px) {
  .header-menu-link-other ul li {
    margin-right: 16rem;
  }
}
.header-menu-link-other ul li a svg {
  width: auto;
  height: 2vh;
}
.header-menu-link-other ul li a svg path,
.header-menu-link-other ul li a svg rect {
  transition: all 0.4s ease;
}
.header-menu-link-other ul li a:hover svg path,
.header-menu-link-other ul li a:hover svg rect {
  fill: #AFB5B4;
}
.header-menu-link-other > a {
  color: var(--g-color-black);
  font-family: "Adobe Garamond Pro Regular";
  letter-spacing: 0.05em;
  font-size: 1.9vh;
  line-height: 1;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .header-menu-link-other > a {
    margin-bottom: 3vh;
  }
}
.header-menu-link-other > a:hover {
  color: #AFB5B4;
}
.header-menu-img {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .header-menu-img {
    position: absolute;
    width: 20.25vh;
    height: 27.5vh;
    bottom: 10vh;
    right: 20rem;
  }
}
.header-menu-img-main {
  width: 40.625vh;
  height: 55vh;
}
@media screen and (max-width: 768px) {
  .header-menu-img-main {
    width: 20.25vh;
    height: 27.5vh;
  }
}
.header-menu-img-main.is-open img {
  -webkit-mask-position: 0 -100%;
          mask-position: 0 -100%;
  visibility: hidden !important;
}
.header-menu-img-main.is-close img {
  -webkit-mask-position: 0 200%;
          mask-position: 0 200%;
  visibility: hidden !important;
}
.header-menu-img-main img {
  transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url(../img/mask3.png);
          mask-image: url(../img/mask3.png);
  -webkit-mask-position: 0 50%;
          mask-position: 0 50%;
  -webkit-mask-size: 100% 200%;
          mask-size: 100% 200%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  visibility: visible !important;
}

.header-logo-sp {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.header-logo-sp span {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98), filter 1.5s cubic-bezier(0.92, 0.46, 0.36, 0.98), transform 1.2s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  z-index: 10;
  transform: scale(1.1);
  font-family: "ivyora-display", serif;
  font-weight: 400;
  font-style: normal;
  color: var(--g-color-black);
  font-size: 14.6vh;
  letter-spacing: 0.1em;
  mix-blend-mode: plus-lighter;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 768px) {
  .header-logo-sp span {
    font-size: 22vw;
  }
}
.header-logo-sp span a {
  display: block;
}
.header-logo-sp span._show {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}

.sec-footer {
  background: var(--g-color-black);
  padding: 23.75vh 25vh 0;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .sec-footer {
    padding: 100rem 20rem 40rem;
  }
}
.sec-footer-contact {
  padding-bottom: 3vh;
  border-bottom: 1px solid var(--g-color-white);
  display: inline-block;
  margin-bottom: 9vh;
}
@media screen and (max-width: 768px) {
  .sec-footer-contact {
    display: block;
    padding-bottom: 14rem;
    margin: 0 20rem 36rem;
  }
}
.sec-footer-contact a {
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  .sec-footer-contact a {
    justify-content: space-between;
    width: 100%;
  }
}
.sec-footer-contact a > span {
  font-family: "Noto Serif JP", serif;
  font-size: 6vh;
  color: var(--g-color-white);
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-right: 97px;
}
@media screen and (max-width: 1700px) {
  .sec-footer-contact a > span {
    margin-right: 97rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-footer-contact a > span {
    font-size: 20rem;
    margin-right: 0;
  }
}
.sec-footer-contact a svg {
  width: 44px;
  height: auto;
}
@media screen and (max-width: 1700px) {
  .sec-footer-contact a svg {
    width: 44rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-footer-contact a svg {
    width: 20rem;
  }
}
.sec-footer-main {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec-footer-main {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sec-footer-logo {
    display: none;
  }
}
.sec-footer-logo img {
  width: auto;
  height: 12.25vh;
}
.sec-footer-link {
  display: flex;
  align-items: start;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  .sec-footer-link {
    display: block;
    padding: 0 20rem;
  }
}
.sec-footer-link ul {
  margin-right: 35px;
}
@media screen and (max-width: 1700px) {
  .sec-footer-link ul {
    margin-right: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-footer-link ul {
    margin-right: 0;
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-footer-link ul:first-child {
    margin-bottom: 23rem;
  }
}
.sec-footer-link ul li:not(:last-child) {
  margin-bottom: 2vh;
}
@media screen and (max-width: 768px) {
  .sec-footer-link ul li:not(:last-child) {
    margin-bottom: 23rem;
  }
}
.sec-footer-link ul li a.c-menu {
  font-size: 2vh;
  color: var(--g-color-white);
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-family: "Baskervville", serif;
}
@media screen and (max-width: 768px) {
  .sec-footer-link ul li a.c-menu {
    font-size: 24rem;
  }
}
.sec-footer-link ul li a.c-menu span {
  line-height: 1.3;
}
.sec-footer-other {
  margin-bottom: 9vh;
}
@media screen and (max-width: 768px) {
  .sec-footer-other {
    margin-bottom: 40rem;
  }
}
.sec-footer-other-project {
  margin-bottom: 5.6vh;
}
@media screen and (max-width: 768px) {
  .sec-footer-other-project {
    padding: 0 20rem;
    margin-bottom: 40rem;
  }
}
.sec-footer-other-project a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--g-color-white);
  padding: 1.75vh 5.5vh;
}
@media screen and (max-width: 768px) {
  .sec-footer-other-project a {
    width: 100%;
    padding: 14rem 0;
  }
}
.sec-footer-other-project a > span {
  color: var(--g-color-white);
  font-family: "Adobe Garamond Pro Regular";
  font-size: 2.5vh;
  letter-spacing: 0.1em;
  margin-right: 7.5vh;
  display: block;
}
@media screen and (max-width: 768px) {
  .sec-footer-other-project a > span {
    font-size: 20rem;
    margin-right: 82rem;
  }
}
.sec-footer-other-project a svg {
  width: 2vh;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sec-footer-other-project a svg {
    width: 18rem;
  }
}
.sec-footer-other-share ul {
  display: flex;
  align-items: center;
  justify-content: right;
}
@media screen and (max-width: 768px) {
  .sec-footer-other-share ul {
    margin-bottom: 40rem;
    padding: 0 20rem;
  }
}
.sec-footer-other-share ul li:not(:last-child) {
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .sec-footer-other-share ul li:not(:last-child) {
    margin-right: 16rem;
  }
}
.sec-footer-other-share ul li a {
  transition: all 0.4s ease;
}
.sec-footer-other-share ul li a img {
  height: 18px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .sec-footer-other-share ul li a img {
    height: 16rem;
  }
}
.sec-footer-other-share ul li a:hover {
  opacity: 0.5;
}
.sec-footer-sp-logo {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec-footer-sp-logo {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sec-footer-sp-logo img {
    width: 244rem;
  }
}
.sec-footer-bottom {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec-footer-bottom {
    flex-direction: column-reverse;
    align-items: end;
  }
}
.sec-footer-bottom-left {
  padding-top: 3.5vh;
}
@media screen and (max-width: 768px) {
  .sec-footer-bottom-left {
    padding-top: 40rem;
    width: 100%;
  }
}
.sec-footer-bottom-left a {
  display: inline-block;
  font-family: "Adobe Garamond Pro Regular";
  color: var(--g-color-white);
  font-size: 1.75vh;
  margin-bottom: 2vh;
  letter-spacing: 0.1em;
  line-height: 1;
  transition: all 0.4s ease;
}
.sec-footer-bottom-left a:hover {
  color: #AFB5B4;
}
@media screen and (max-width: 768px) {
  .sec-footer-bottom-left a {
    display: none;
  }
}
.sec-footer-bottom-left p {
  color: var(--g-color-white);
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 1.5vh;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .sec-footer-bottom-left p {
    font-size: 12rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .sec-footer-bottom-right {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .sec-footer-bottom-right .more-btn {
    text-align: right;
  }
}
.sec-footer-bottom-right .more-btn a {
  margin-left: auto;
}

.single-main {
  padding: 16.875vh 10vh 10vh;
  width: -moz-max-content;
  width: max-content;
  height: 100vh;
  padding-right: 400px;
  overflow: unset;
}
@media screen and (max-width: 1700px) {
  .single-main {
    padding-right: 400rem;
  }
}
@media screen and (max-width: 768px) {
  .single-main {
    height: auto;
    padding: 120rem 20rem;
    padding-right: 20rem;
    width: 100%;
  }
}
.single-main-head {
  max-width: 1120px;
  width: 100%;
  margin-bottom: 5.3vh;
  border-bottom: 1px solid #707070;
  padding-bottom: 2vh;
  position: sticky;
  left: 10vh;
}
@media screen and (max-width: 1700px) {
  .single-main-head {
    max-width: 1120rem;
  }
}
@media screen and (max-width: 768px) {
  .single-main-head {
    position: unset;
    max-width: 100%;
    margin-bottom: 40rem;
    padding-bottom: 24rem;
  }
}
.single-main-head-other {
  display: flex;
  align-items: center;
  justify-content: left;
}
.single-main-head-date {
  margin-right: 24px;
}
@media screen and (max-width: 1700px) {
  .single-main-head-date {
    margin-right: 24rem;
  }
}
.single-main-head-date span {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--g-color-black);
}
@media screen and (max-width: 768px) {
  .single-main-head-date span {
    font-size: 12rem;
  }
}
.single-main-head-ctgs {
  display: flex;
  align-items: center;
  justify-content: left;
}
.single-main-head-ctgs span {
  display: inline-block;
  margin-right: 24px;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #AFB5B4;
}
@media screen and (max-width: 1700px) {
  .single-main-head-ctgs span {
    margin-right: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .single-main-head-ctgs span {
    font-size: 12rem;
  }
}
.single-main-ttl {
  margin-bottom: 1.8vh;
}
@media screen and (max-width: 768px) {
  .single-main-ttl {
    margin-bottom: 24rem;
  }
}
.single-main-ttl h2 {
  font-size: 3vh;
  color: var(--g-color-black);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .single-main-ttl h2 {
    font-size: 20rem;
  }
}
.single-main-detail {
  height: 52vh;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .single-main-detail {
    overflow-x: hidden;
    height: auto;
  }
}
.single-main-content__wrap {
  display: flex;
  align-items: end;
  justify-content: space-between;
  height: 100%;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .single-main-content__wrap {
    width: 100%;
    height: auto;
    display: block;
  }
}
.single-main-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: flex-start;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .single-main-content {
    width: 100%;
    display: block;
    height: auto;
  }
}
.single-main-content * {
  margin-right: 40px;
  width: 100%;
  max-width: 400px;
  font-size: 16px;
  color: var(--g-color-black);
  line-height: 2;
  margin-bottom: 2vh;
}
@media screen and (max-width: 1700px) {
  .single-main-content * {
    margin-right: 40rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    max-width: 400rem;
  }
}
@media screen and (max-width: 1025px) {
  .single-main-content * {
    max-width: 500rem;
  }
}
@media screen and (max-width: 768px) {
  .single-main-content * {
    font-size: 14rem;
    font-weight: 300;
    margin-bottom: 40rem;
    letter-spacing: 0.1em;
    margin-right: 0;
    max-width: 400rem;
  }
}
.single-main-content h1 {
  font-size: 26px;
  margin-bottom: 2.6vh;
  color: var(--g-color-black);
}
@media screen and (max-width: 768px) {
  .single-main-content h1 {
    font-size: 24rem;
    max-width: 100%;
    margin-bottom: 40rem;
  }
}
.single-main-content h2,
.single-main-content h3,
.single-main-content h4,
.single-main-content h5,
.single-main-content h6 {
  font-size: 1.9vh;
  margin-bottom: 2.5vh;
  color: var(--g-color-black);
}
@media screen and (max-width: 768px) {
  .single-main-content h2,
  .single-main-content h3,
  .single-main-content h4,
  .single-main-content h5,
  .single-main-content h6 {
    font-size: 18rem;
    margin-bottom: 40rem;
  }
}
.single-main-content img {
  max-width: 400px;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1700px) {
  .single-main-content img {
    max-width: 400rem;
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .single-main-content img {
    max-width: 100%;
  }
}
.single-main-btn {
  position: absolute;
  bottom: 10vh;
  right: 10vh;
}
@media screen and (max-width: 768px) {
  .single-main-btn {
    position: unset;
  }
}
@media screen and (max-width: 768px) {
  .single-main-btn .more-btn {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .single-main-btn .more-btn a {
    margin: auto;
  }
}
.single-main-btn .more-btn a svg {
  margin-top: 8px;
  width: 16px;
}
@media screen and (max-width: 1700px) {
  .single-main-btn .more-btn a svg {
    width: 16rem;
  }
}

.main {
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.main ::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .main {
    overflow-x: hidden;
  }
}
.main-scroll {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: stretch;
}
.main-scroll._not-flex {
  display: block;
}
@media screen and (max-width: 768px) {
  .main-scroll {
    width: 100%;
    display: block;
  }
}

.sec-fv {
  min-height: 100vh;
  max-height: 100vh;
  position: relative;
  width: 100vw;
}
.sec-fv-container {
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.sec-fv-img__wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sec-fv-img__wrap-container {
  position: relative;
}
.sec-fv-img {
  width: 49.75vh;
  height: 66.25vh;
  overflow: hidden;
  position: relative;
  transition: opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  transform: translateX(400px);
}
@media screen and (max-width: 768px) {
  .sec-fv-img {
    transform: translateX(0);
    width: 54vw;
    height: 40vh;
  }
}
.sec-fv-img._show {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.sec-fv-img__elem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec-fv-img__elem {
    opacity: 1;
    transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-img__elem:nth-child(1) {
    z-index: 4;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-img__elem:nth-child(2) {
    z-index: 3;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-img__elem:nth-child(3) {
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-img__elem:nth-child(4) {
    z-index: 1;
  }
}
.sec-fv-img__elem.is-active {
  z-index: 2;
  opacity: 1;
}
.sec-fv-img__elem._hidden {
  opacity: 0;
}
.sec-fv-img__elem.is-next {
  opacity: 1;
}
.sec-fv-img__elem.is-next.not-active {
  opacity: 0;
}
.sec-fv-img__elem.is-prev.to-active {
  opacity: 1;
  z-index: 1;
}
.sec-fv-img__elem.change-img img {
  -webkit-mask-position: 0 -100%;
          mask-position: 0 -100%;
  transition: all 1.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sec-fv-img__elem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url(../img/mask3.png);
          mask-image: url(../img/mask3.png);
  -webkit-mask-position: 0 50%;
          mask-position: 0 50%;
  -webkit-mask-size: 100% 200%;
          mask-size: 100% 200%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.sec-fv-logo {
  opacity: 0;
  filter: blur(10px);
  width: -moz-max-content;
  width: max-content;
  transition: opacity 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98), filter 1.5s cubic-bezier(0.92, 0.46, 0.36, 0.98), transform 1.2s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  font-family: "ivyora-display", serif;
  font-weight: 400;
  font-style: normal;
  color: var(--g-color-black);
  font-size: 14.6vh;
  letter-spacing: 0.1em;
  mix-blend-mode: plus-lighter;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec-fv-logo {
    font-size: 22vw;
  }
}
.sec-fv-logo a {
  display: block;
}
.sec-fv-logo._show {
  opacity: 1;
  filter: blur(0);
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (max-width: 768px) {
  .sec-fv-logo span {
    display: none;
  }
}
.sec-fv-slide-num {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 5vw;
  transition: opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  opacity: 0;
  transform: translateY(30px);
}
@media screen and (max-width: 768px) {
  .sec-fv-slide-num {
    flex-direction: column;
    top: 25%;
    display: none;
  }
}
.sec-fv-slide-num._show {
  transform: translateY(0);
  opacity: 1;
}
.sec-fv-slide-num-btn {
  cursor: pointer;
  width: 8px;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-fv-slide-num-btn:first-child {
  margin-right: 8px;
}
.sec-fv-slide-num-btn:last-child {
  margin-left: 8px;
}
.sec-fv-slide-num-btn svg {
  width: 4px;
  height: 8px;
}
.sec-fv-slide-num > span {
  display: inline-block;
  font-size: 14px;
  font-family: "Adobe Garamond Pro Regular";
  line-height: 1;
  overflow: hidden;
  color: #1F1F1F;
}
.sec-fv-slide-num > span:nth-child(3) {
  margin: 0 20px;
}
@media screen and (max-width: 1700px) {
  .sec-fv-slide-num > span:nth-child(3) {
    margin: 0 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-slide-num > span:nth-child(3) {
    margin: 20rem 0;
  }
}
.sec-fv-slide-num > span.sec-fv-slide-change-num span {
  display: inline-block;
}
.sec-fv-slide-num > span.sec-fv-slide-change-num span.is-active {
  animation: changeNum 0.8s ease forwards;
}
@keyframes changeNum {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-100%);
  }
  50.01% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.sec-fv-txt__wrap {
  position: absolute;
  bottom: 10vh;
  left: 10vh;
}
@media screen and (max-width: 768px) {
  .sec-fv-txt__wrap {
    position: unset;
    padding: 80rem 20rem;
    padding-top: 20rem;
  }
}
.sec-fv-txt h2 {
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Baskervville", serif;
  color: var(--g-color-black);
  font-size: 2vh;
  margin-bottom: 8px;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  .sec-fv-txt h2 {
    font-size: 24rem;
    margin-bottom: 8rem;
  }
}
.sec-fv-txt span {
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--g-color-black);
  font-size: 1.5vh;
  margin-bottom: 7px;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  display: block;
  transition-delay: 0.15s;
}
@media screen and (max-width: 768px) {
  .sec-fv-txt span {
    margin-bottom: 7rem;
    font-size: 12rem;
  }
}
.sec-fv-txt p {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: var(--g-color-black);
  font-size: 1.5vh;
  margin-bottom: 7px;
  display: -webkit-box;
  max-width: 320px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.3s;
}
@media screen and (max-width: 1700px) {
  .sec-fv-txt p {
    max-width: 320rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-txt p {
    max-width: 100%;
    font-size: 14rem;
  }
}
.sec-fv-txt h2,
.sec-fv-txt span,
.sec-fv-txt p {
  opacity: 0;
  transform: translateY(1vh);
}
.sec-fv-txt._show-txt h2,
.sec-fv-txt._show-txt span,
.sec-fv-txt._show-txt p {
  opacity: 1;
  transform: translateY(0);
}
.sec-fv-scroll__wrap {
  position: absolute;
  bottom: 10vh;
  right: 10vh;
  transition: opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  opacity: 0;
  transform: translateY(30px);
}
@media screen and (max-width: 768px) {
  .sec-fv-scroll__wrap {
    bottom: 20rem;
    right: 20rem;
  }
}
.sec-fv-scroll__wrap._show {
  opacity: 1;
  transform: translateY(0);
}
.sec-fv-scroll {
  cursor: pointer;
  width: 20vh;
  height: 20vh;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-fv-scroll {
    width: 100rem;
    height: 100rem;
  }
}
.sec-fv-scroll .more-btn-border {
  border-color: #c3c9c8;
}
.sec-fv-scroll > span {
  font-family: "Adobe Garamond Pro Regular";
  margin-bottom: 9px;
  display: inline-block;
  color: var(--g-color-black);
  font-size: 2.5vh;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sec-fv-scroll > span {
    font-size: 12rem;
  }
}
.sec-fv-scroll-arrow {
  width: 2vh;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sec-fv-scroll-arrow {
    width: 10rem;
    transform: rotate(90deg);
  }
}
.sec-fv-scroll-border {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  display: none;
}
@media screen and (max-width: 768px) {
  .sec-fv-scroll-border {
    display: block;
  }
}

.sec-fv-main-img {
  width: 46vw;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .sec-fv-main-img {
    width: 100%;
    height: 40vh;
    margin-bottom: 120rem;
  }
}
.sec-fv-main-img-container {
  display: flex;
  width: 100%;
  height: 100%;
}
.sec-fv-main-img-content {
  display: flex;
  width: 100%;
  height: 100%;
}
.sec-fv-main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-profile {
  width: 100vw;
}
.sec-profile-container {
  min-height: 100vh;
  max-height: 100vh;
  padding-top: 16.875vh;
  padding-left: 200px;
  padding-right: 180px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: stretch;
  justify-content: left;
}
@media screen and (max-width: 1700px) {
  .sec-profile-container {
    padding-left: 200rem;
    padding-right: 180rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-profile-container {
    min-height: unset;
    max-height: unset;
    padding: 0 20rem;
    padding-bottom: 120rem;
    display: block;
    width: 100%;
  }
}
.sec-profile-head {
  max-width: 350px;
  margin-right: 57px;
}
@media screen and (max-width: 1700px) {
  .sec-profile-head {
    margin-right: 57rem;
    max-width: 350rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-profile-head {
    max-width: 100%;
    margin-right: 0;
  }
}
.sec-profile-head p, .sec-profile-head > span {
  color: var(--g-color-black);
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.sec-profile-head > span {
  font-family: "Noto Serif JP", serif;
  font-size: 2vh;
  margin-bottom: 1.8vh;
  display: block;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec-profile-head > span {
    font-size: 16rem;
    letter-spacing: 0.05em;
    padding-bottom: 16rem;
    border-bottom: 1px solid #AFB5B4;
  }
}
.sec-profile-head p {
  font-weight: 400;
  font-size: 1.5vh;
  margin-bottom: 10vh;
}
@media screen and (max-width: 768px) {
  .sec-profile-head p {
    font-size: 12rem;
    margin-bottom: 40rem;
  }
}
.sec-profile-head-img {
  width: 180px;
  height: 32.375vh;
  overflow: hidden;
}
@media screen and (max-width: 1700px) {
  .sec-profile-head-img {
    width: 180rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-profile-head-img {
    height: 350rem;
    width: 100%;
    margin-bottom: 40rem;
  }
}
.sec-profile-head-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-profile-ttl {
  margin-bottom: 3.5vh;
}
@media screen and (max-width: 768px) {
  .sec-profile-ttl {
    margin-bottom: 40rem;
  }
}
.sec-profile-ttl h2 {
  color: var(--g-color-black);
  font-family: "Adobe Garamond Pro Regular";
  font-size: 8vh;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sec-profile-ttl h2 {
    font-size: 64rem;
  }
}
.sec-profile-imgs {
  position: relative;
  padding-right: 168px;
  padding-top: 11vh;
  padding-bottom: 11vh;
  margin-right: 60px;
}
@media screen and (max-width: 1700px) {
  .sec-profile-imgs {
    margin-right: 60rem;
    padding-right: 168rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-profile-imgs {
    padding-bottom: 87rem;
    margin-right: 0;
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 40rem;
  }
}
.sec-profile-img {
  opacity: 0.1;
  overflow: hidden;
}
.sec-profile-img:first-child {
  width: 266px;
  height: 46.5vh;
}
@media screen and (max-width: 768px) {
  .sec-profile-img:first-child {
    width: 215rem;
    height: 300rem;
  }
}
.sec-profile-img:last-child {
  width: 217px;
  height: 38vh;
  position: absolute;
  right: 0;
  bottom: 11vh;
}
@media screen and (max-width: 768px) {
  .sec-profile-img:last-child {
    width: 175rem;
    height: 245rem;
    bottom: 0;
  }
}
.sec-profile-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-profile-content-ttl {
  margin-bottom: 3vh;
}
@media screen and (max-width: 768px) {
  .sec-profile-content-ttl {
    margin-bottom: 16rem;
  }
}
.sec-profile-content-ttl p {
  font-size: 2vh;
  color: var(--g-color-black);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec-profile-content-ttl p {
    font-size: 16rem;
  }
}
.sec-profile-content-btns {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec-profile-content-btns {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-profile-content-btn span {
    font-size: 14rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8rem;
    color: #AFB5B4;
    border-bottom: 1px solid;
    border-color: #AFB5B4;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 768px) {
  .sec-profile-content-btn.active span {
    color: var(--g-color-black);
    border-color: var(--g-color-black);
  }
}
.sec-profile-content__elem-container {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-profile-content__elem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 768px) {
  .sec-profile-content__elem.active {
    opacity: 1;
    position: relative;
  }
}
.sec-profile-content__elem:not(:last-child) {
  margin-bottom: 3vh;
}
@media screen and (max-width: 768px) {
  .sec-profile-content__elem:not(:last-child) {
    margin-bottom: 0;
  }
}
.sec-profile-content__elem p {
  color: var(--g-color-black);
  font-weight: 400;
  line-height: 1.8;
  font-size: 1.5vh;
}
@media screen and (max-width: 768px) {
  .sec-profile-content__elem p {
    letter-spacing: 0.05em;
    font-size: 12rem;
  }
}
.sec-profile-content__elem-ttl {
  margin-bottom: 1vh;
}
.sec-profile-content__elem-ttl p {
  font-size: 1.75vh;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec-profile-content__elem-ttl {
    display: none;
  }
}

.sec-gallery {
  width: 100vw;
  background: var(--g-color-black);
  padding: 10vh;
}
@media screen and (max-width: 768px) {
  .sec-gallery {
    height: 844rem;
    padding: 0;
  }
}
.sec-gallery-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-gallery-main {
  position: relative;
}
.sec-gallery__elem {
  width: 360px;
  height: 55vh;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-30px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 1700px) {
  .sec-gallery__elem {
    width: 360rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-gallery__elem {
    width: 213rem;
    height: 288rem;
  }
}
.sec-gallery__elem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-gallery__elem:nth-child(1) {
  position: relative;
  z-index: 4;
  transition-delay: 1.4s;
}
.sec-gallery__elem:nth-child(2) {
  z-index: 3;
  transition-delay: 1.1s;
}
.sec-gallery__elem:nth-child(3) {
  z-index: 2;
  transition-delay: 0.8s;
}
.sec-gallery__elem:nth-child(4) {
  z-index: 1;
  transition-delay: 0.5s;
}
.sec-gallery__elem._show {
  opacity: 1;
}
.sec-gallery__elem._show:nth-child(1) {
  transform: translateY(0) rotate(-2deg);
}
.sec-gallery__elem._show:nth-child(2) {
  transform: translateY(0) rotate(3deg);
}
.sec-gallery__elem._show:nth-child(3) {
  transform: translateY(0) rotate(-10deg);
}
.sec-gallery__elem._show:nth-child(4) {
  transform: translateY(0) rotate(7deg);
}
.sec-gallery-ttl {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec-gallery-ttl h2 {
  color: var(--g-color-white);
  font-family: "Adobe Garamond Pro Regular";
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 16.5vh;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .sec-gallery-ttl h2 {
    font-size: 85rem;
  }
}
.sec-gallery-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .sec-gallery-btn {
    bottom: 80rem;
    right: 36rem;
  }
}

.sec-news {
  padding: 10vh;
  padding-top: 16.875vh;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .sec-news {
    padding: 120rem 20rem;
  }
}
.sec-news-container {
  display: flex;
  align-items: start;
  justify-content: left;
  max-width: 1120px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1700px) {
  .sec-news-container {
    max-width: 1120rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news-container {
    max-width: 100%;
    display: block;
  }
}
.sec-news-head {
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
}
.sec-news-ttl {
  margin-bottom: 3.125vh;
}
@media screen and (max-width: 768px) {
  .sec-news-ttl {
    margin-bottom: 42rem;
  }
}
.sec-news-ttl h2 {
  font-size: 8vh;
  color: var(--g-color-black);
  letter-spacing: 0.1em;
  font-family: "Adobe Garamond Pro Regular";
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec-news-ttl h2 {
    font-size: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news-ctgs {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 23rem;
  }
}
.sec-news-ctg {
  display: flex;
  align-items: center;
  justify-content: left;
  cursor: pointer;
}
.sec-news-ctg:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .sec-news-ctg:not(:last-child) {
    margin-bottom: 0;
    margin-right: 16rem;
  }
}
.sec-news-ctg.active svg {
  opacity: 1;
}
.sec-news-ctg-check {
  width: 8px;
  height: 8px;
  border: 1px solid #AFB5B4;
  position: relative;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .sec-news-ctg-check {
    width: 8rem;
    height: 8rem;
    margin-right: 8rem;
  }
}
.sec-news-ctg-check svg {
  width: calc(100% + 2px);
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.sec-news-ctg span {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 500;
  color: var(--g-color-black);
}
@media screen and (max-width: 768px) {
  .sec-news-ctg span {
    font-size: 12rem;
  }
}
.sec-news-content__wrap {
  margin-left: 25px;
  max-width: 720px;
  width: 100%;
  padding-top: 3vh;
}
@media screen and (max-width: 1700px) {
  .sec-news-content__wrap {
    max-width: 720rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news-content__wrap {
    max-width: 100%;
    padding-top: 0;
    margin-left: 0;
  }
}
.sec-news__elem {
  border-bottom: 1px solid #DEDEDE;
}
.sec-news__elem:first-child {
  border-top: 1px solid #DEDEDE;
}
.sec-news__elem a {
  position: relative;
  display: block;
  padding: 20px 40px;
}
@media screen and (max-width: 1700px) {
  .sec-news__elem a {
    padding: 20rem 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news__elem a {
    padding: 24rem 0;
  }
}
.sec-news__elem a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 160px;
  transform: scaleX(1);
  transform-origin: left;
  border-top: 1px solid var(--g-color-black);
  transition: transform 1s cubic-bezier(0.32, 0.1, 0, 1) 0.2s;
}
.sec-news__elem a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1);
  border-top: 1px solid var(--g-color-black);
}
.sec-news__elem a:hover::before {
  transform: scale(0);
  transform-origin: left;
  transition: transform 0.1s cubic-bezier(0.32, 0.1, 0, 1) 0.2s;
}
.sec-news__elem a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.sec-news__elem a:hover .sec-news__elem-ico svg:nth-child(1) {
  transform: translateX(0);
  opacity: 1;
}
.sec-news__elem a:hover .sec-news__elem-ico svg:nth-child(2) {
  transform: translateX(30px);
  opacity: 0;
}
.sec-news__elem-top {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 1700px) {
  .sec-news__elem-top {
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news__elem-top {
    margin-bottom: 7rem;
  }
}
.sec-news__elem-date {
  color: var(--g-color-black);
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-right: 24px;
  display: block;
}
@media screen and (max-width: 1700px) {
  .sec-news__elem-date {
    margin-right: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news__elem-date {
    font-size: 12rem;
  }
}
.sec-news__elem-ctg {
  color: #AFB5B4;
  letter-spacing: 0.1em;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .sec-news__elem-ctg {
    font-size: 12rem;
  }
}
.sec-news__elem-ctg:not(:last-child) {
  margin-right: 24px;
}
@media screen and (max-width: 1700px) {
  .sec-news__elem-ctg:not(:last-child) {
    margin-right: 24rem;
  }
}
.sec-news__elem-ttl span {
  color: var(--g-color-black);
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  max-width: 90%;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec-news__elem-ttl span {
    text-wrap: wrap;
    font-size: 14rem;
    line-height: 1.8;
    max-width: 296rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.sec-news__elem-ico {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 16px;
  height: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1700px) {
  .sec-news__elem-ico {
    right: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news__elem-ico {
    right: 0;
    width: 16rem;
    height: 10rem;
  }
}
.sec-news__elem-ico svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s cubic-bezier(0.104, 0.204, 0.492, 1);
}
@media screen and (max-width: 768px) {
  .sec-news__elem-ico svg {
    width: 16rem;
  }
}
.sec-news__elem-ico svg:nth-child(1) {
  transform: translateX(-30px);
  opacity: 0;
}
.sec-news__elem-ico svg:nth-child(2) {
  transform: translateX(0);
  opacity: 1;
}
.sec-news-btn {
  position: absolute;
  bottom: 10vh;
  right: 10vh;
}
@media screen and (max-width: 768px) {
  .sec-news-btn {
    position: unset;
    margin-top: 40rem;
  }
}
.sec-news-btn .more-btn a {
  margin-left: auto;
}

.sec-img {
  width: 738px;
}
@media screen and (max-width: 1700px) {
  .sec-img {
    width: 738rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-img {
    width: 390rem;
    height: 390rem;
  }
}
.sec-img-container {
  display: block;
  width: 100%;
  height: 100%;
}
.sec-img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-related {
  background: #AFB5B4;
  width: 100vw;
  padding: 16.875vh 25vh 0;
}
@media screen and (max-width: 768px) {
  .sec-related {
    width: 100%;
    padding: 120rem 20rem;
  }
}
.sec-related-container {
  width: 1280px;
  margin: auto;
}
@media screen and (max-width: 1700px) {
  .sec-related-container {
    width: 1280rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-related-container {
    width: 100%;
  }
}
.sec-related-ttl {
  margin-bottom: 1.1vh;
}
@media screen and (max-width: 768px) {
  .sec-related-ttl {
    margin-bottom: 0;
  }
}
.sec-related-ttl h2 {
  font-family: "Poppins", sans-serif;
  font-size: 1.5vh;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #B78791;
}
@media screen and (max-width: 768px) {
  .sec-related-ttl h2 {
    text-align: center;
    font-size: 12rem;
  }
}
.sec-related-content {
  width: 100%;
}
.sec-related__elem {
  border-bottom: 1px solid var(--g-color-white);
}
.sec-related__elem:first-child {
  border-top: 1px solid var(--g-color-white);
}
@media screen and (max-width: 768px) {
  .sec-related__elem:first-child {
    border-top: unset;
  }
}
@media screen and (max-width: 768px) {
  .sec-related__elem:last-child {
    border-bottom: unset;
  }
}
.sec-related__elem a {
  display: block;
  padding: 32px 20px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .sec-related__elem a {
    padding: 32rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-related__elem a {
    padding: 32rem 0;
  }
}
.sec-related__elem a:hover .sec-related__elem-img._show {
  transform: scaleY(1) skewY(0deg);
  opacity: 1;
  visibility: visible;
}
.sec-related__elem-img {
  overflow: hidden;
  position: absolute;
  right: 65px;
  top: 1vh;
  transform: scaleY(1.1) skewY(5deg);
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  width: 416px;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1700px) {
  .sec-related__elem-img {
    width: 416rem;
    right: 65rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-related__elem-img {
    position: unset;
    opacity: 1;
    transform: scaleY(1) skewY(0);
    width: 100%;
    height: 215rem;
    margin-bottom: 21rem;
    visibility: visible;
  }
}
.sec-related__elem-img._show {
  transform: scaleY(1.1) skewY(5deg);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .sec-related__elem-img._show {
    transform: scaleY(1) skewY(0);
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 768px) {
  .sec-related__elem-img._show img {
    transform: translateY(0);
  }
}
.sec-related__elem-img img {
  width: 309px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.4s;
}
@media screen and (max-width: 1700px) {
  .sec-related__elem-img img {
    width: 309rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-related__elem-img img {
    transform: translateY(100%);
    width: 100%;
  }
}
.sec-related__elem-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec-related__elem-ttl p {
  font-family: "Adobe Garamond Pro Regular";
  color: var(--g-color-white);
  font-size: 7vh;
  letter-spacing: 0.1em;
  line-height: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec-related__elem-ttl p {
    font-size: 20rem;
  }
}
.sec-related__elem-ttl p span {
  display: inline-block;
  transform: translateY(100%);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.45s;
}
.sec-related__elem-ttl._show p span {
  transform: translateY(0);
}
.sec-related__elem-ico {
  width: 16px;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .sec-related__elem-ico {
    display: none;
  }
}
.sec-related__elem-ico svg {
  width: 100%;
  height: 100%;
}

.news-main {
  padding: 10vh;
  padding-top: 16.875vh;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .news-main {
    width: 100%;
    padding: 120rem 20rem;
  }
}
.news-main-head {
  margin-bottom: 3vh;
}
@media screen and (max-width: 768px) {
  .news-main-head {
    margin-bottom: 0;
  }
}
.news-main-ttl {
  margin-bottom: 3.125vh;
}
@media screen and (max-width: 768px) {
  .news-main-ttl {
    margin-bottom: 82rem;
  }
}
.news-main-ttl h2 {
  font-size: 8vh;
  color: var(--g-color-black);
  letter-spacing: 0.1em;
  font-family: "Adobe Garamond Pro Regular";
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .news-main-ttl h2 {
    font-size: 64rem;
  }
}
.news-main-ctgs {
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  .news-main-ctgs {
    margin-bottom: 24rem;
  }
}
.news-main-ctg {
  display: flex;
  align-items: center;
  justify-content: left;
  cursor: pointer;
}
.news-main-ctg:not(:last-child) {
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .news-main-ctg:not(:last-child) {
    margin-right: 16rem;
  }
}
.news-main-ctg.active svg {
  opacity: 1;
}
.news-main-ctg-check {
  width: 8px;
  height: 8px;
  border: 1px solid #AFB5B4;
  position: relative;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .news-main-ctg-check {
    width: 8rem;
    height: 8rem;
    margin-right: 8rem;
  }
}
.news-main-ctg-check svg {
  width: calc(100% + 2px);
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.news-main-ctg span {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 500;
  color: var(--g-color-black);
}
@media screen and (max-width: 768px) {
  .news-main-ctg span {
    font-size: 12rem;
  }
}
.news-main-content__wrap {
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .news-main-content__wrap {
    width: 100%;
  }
}
.news-main-content {
  display: flex;
  align-items: start;
  justify-content: left;
  height: 50.05vh;
  gap: 0 80px;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .news-main-content {
    display: block;
    width: 100%;
    gap: 0;
    height: auto;
  }
}
.news-main__elem-group {
  width: 720px;
}
@media screen and (max-width: 1700px) {
  .news-main__elem-group {
    width: 720rem;
  }
}
@media screen and (max-width: 768px) {
  .news-main__elem-group {
    width: 100%;
  }
}
.news-main__elem {
  max-width: 720px;
  width: 100%;
  border-bottom: 1px solid #DEDEDE;
}
@media screen and (max-width: 1700px) {
  .news-main__elem {
    max-width: 720rem;
  }
}
@media screen and (max-width: 768px) {
  .news-main__elem {
    max-width: 100%;
  }
}
.news-main__elem:first-child {
  border-top: 1px solid #DEDEDE;
}
.news-main__elem a {
  position: relative;
  display: block;
  padding: 20px 40px;
}
@media screen and (max-width: 1700px) {
  .news-main__elem a {
    padding: 20rem 40rem;
  }
}
@media screen and (max-width: 768px) {
  .news-main__elem a {
    padding: 24rem 0;
  }
}
.news-main__elem a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 160px;
  transform: scaleX(1);
  transform-origin: left;
  border-top: 1px solid var(--g-color-black);
  transition: transform 1s cubic-bezier(0.32, 0.1, 0, 1) 0.2s;
}
.news-main__elem a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1);
  border-top: 1px solid var(--g-color-black);
}
.news-main__elem a:hover::before {
  transform: scale(0);
  transform-origin: left;
  transition: transform 0.1s cubic-bezier(0.32, 0.1, 0, 1) 0.2s;
}
.news-main__elem a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.news-main__elem a:hover .news-main__elem-ico svg:nth-child(1) {
  transform: translateX(0);
  opacity: 1;
}
.news-main__elem a:hover .news-main__elem-ico svg:nth-child(2) {
  transform: translateX(30px);
  opacity: 0;
}
.news-main__elem-top {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 1700px) {
  .news-main__elem-top {
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .news-main__elem-top {
    margin-bottom: 7rem;
  }
}
.news-main__elem-date {
  color: var(--g-color-black);
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-right: 24px;
  display: block;
}
@media screen and (max-width: 1700px) {
  .news-main__elem-date {
    margin-right: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .news-main__elem-date {
    font-size: 12rem;
  }
}
.news-main__elem-ctg {
  color: #AFB5B4;
  letter-spacing: 0.1em;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .news-main__elem-ctg {
    font-size: 12rem;
  }
}
.news-main__elem-ctg:not(:last-child) {
  margin-right: 24px;
}
@media screen and (max-width: 1700px) {
  .news-main__elem-ctg:not(:last-child) {
    margin-right: 24rem;
  }
}
.news-main__elem-ttl span {
  color: var(--g-color-black);
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  max-width: 90%;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news-main__elem-ttl span {
    font-size: 14rem;
    line-height: 1.8;
    max-width: 296rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.news-main__elem-ico {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 16px;
  height: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1700px) {
  .news-main__elem-ico {
    right: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .news-main__elem-ico {
    right: 0;
    width: 16rem;
    height: 10rem;
  }
}
.news-main__elem-ico svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s cubic-bezier(0.104, 0.204, 0.492, 1);
}
@media screen and (max-width: 768px) {
  .news-main__elem-ico svg {
    width: 16rem;
  }
}
.news-main__elem-ico svg:nth-child(1) {
  transform: translateX(-30px);
  opacity: 0;
}
.news-main__elem-ico svg:nth-child(2) {
  transform: translateX(0);
  opacity: 1;
}

.contact-main {
  padding: 10vh;
  padding-top: 16.875vh;
  padding-right: 218px;
}
@media screen and (max-width: 1700px) {
  .contact-main {
    padding-right: 218rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-main {
    padding: 120rem 20rem;
  }
}
.contact-main-ttl h2 {
  font-size: 8vh;
  color: var(--g-color-black);
  margin-bottom: 3.25vh;
  line-height: 1;
  font-family: "Adobe Garamond Pro Regular";
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .contact-main-ttl h2 {
    font-size: 64rem;
    margin-bottom: 82rem;
  }
}
.contact-main-form {
  display: flex;
  align-items: start;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  .contact-main-form {
    display: block;
  }
}
.contact-main-form-group:nth-child(1) {
  margin-right: 98px;
}
@media screen and (max-width: 1700px) {
  .contact-main-form-group:nth-child(1) {
    margin-right: 98rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-main-form-group:nth-child(1) {
    margin-right: 0;
  }
}
.contact-main-form__elem {
  width: 342px;
  margin-bottom: 3vh;
}
@media screen and (max-width: 1700px) {
  .contact-main-form__elem {
    width: 342rem;
  }
}
@media screen and (max-width: 1025px) {
  .contact-main-form__elem {
    width: 600rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem {
    width: 100%;
    margin-bottom: 24rem;
  }
}
.contact-main-form__elem-label {
  margin-bottom: 1vh;
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem-label {
    margin-bottom: 8rem;
  }
}
.contact-main-form__elem-label label {
  line-height: 1;
  font-size: 1.75vh;
  color: var(--g-color-black);
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem-label label {
    font-size: 14rem;
  }
}
.contact-main-form__elem-label label span {
  color: #C37878;
}
.contact-main-form__elem-inp {
  position: relative;
}
.contact-main-form__elem-inp input,
.contact-main-form__elem-inp textarea {
  width: 100%;
  border: none;
  border-radius: 0;
  background: var(--g-color-white);
  min-height: 32px;
  font-size: 14px;
  color: var(--g-color-black);
  padding: 0 8px;
  font-family: "Noto Sans JP", serif;
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem-inp input,
  .contact-main-form__elem-inp textarea {
    min-height: 32rem;
    font-size: 14rem;
    padding: 0 8rem;
  }
}
.contact-main-form__elem-inp textarea {
  height: 160px;
  padding: 8px;
  max-width: 342px;
  min-width: 342px;
  max-height: 230px;
}
@media screen and (max-width: 1700px) {
  .contact-main-form__elem-inp textarea {
    max-width: 342rem;
    min-width: 342rem;
  }
}
@media screen and (max-width: 1025px) {
  .contact-main-form__elem-inp textarea {
    max-width: 600rem;
    min-width: 600rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem-inp textarea {
    max-width: 100%;
    min-width: 100%;
    height: 160rem;
    padding: 8rem;
  }
}
.contact-main-form-privacy {
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-main-form-privacy {
    justify-content: center;
    padding-top: 8rem;
  }
}
.contact-main-form-privacy::after {
  content: "";
  position: absolute;
  width: 110%;
  height: 160%;
  display: block;
  border: 1px solid #C37878;
  pointer-events: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.contact-main-form-privacy.active::after {
  opacity: 1;
}
.contact-main-form-privacy-box {
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .contact-main-form-privacy-box {
    margin-right: 8rem;
  }
}
.contact-main-form-privacy-box span {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: var(--g-color-white);
}
@media screen and (max-width: 768px) {
  .contact-main-form-privacy-box span {
    width: 16rem;
    height: 16rem;
  }
}
.contact-main-form-privacy-box span svg {
  width: 50%;
  opacity: 0;
  height: auto;
  transition: all 0.2s ease-in-out;
}
.contact-main-form-privacy-box span.active svg {
  opacity: 1;
  width: 70%;
}
.contact-main-form-privacy span {
  font-size: 12px;
  color: var(--g-color-black);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .contact-main-form-privacy span {
    font-size: 14rem;
  }
}
.contact-main-form-privacy span a {
  text-decoration: underline;
}
.contact-main-form-submit {
  margin-top: 3.5vh;
}
@media screen and (max-width: 768px) {
  .contact-main-form-submit {
    margin-top: 32rem;
  }
}
.contact-main-form-submit button {
  width: 126px;
  height: 55px;
  border: 1px solid var(--g-color-black);
  background: var(--g-color-base);
  display: flex;
  align-items: center;
  justify-content: space-between;
  outline: none;
  border-radius: 0;
  font-size: 16px;
  padding: 0 24px;
  cursor: pointer;
  color: var(--g-color-black);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .contact-main-form-submit button {
    margin: auto;
    font-size: 16rem;
    width: 126rem;
    height: 55rem;
  }
}
.contact-main-form-submit button span {
  display: inline-block;
  padding-left: 8px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .contact-main-form-submit button span {
    padding-left: 8rem;
  }
}
.contact-main-form-submit button svg {
  width: 18px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .contact-main-form-submit button svg {
    width: 18rem;
  }
}
.contact-main-form-submit button svg path {
  transition: all 0.3s ease-in-out;
}
.contact-main-form-submit button:hover {
  background: var(--g-color-black);
  color: var(--g-color-base);
}
.contact-main-form-submit button:hover path {
  fill: var(--g-color-base);
}

.gallery-main {
  display: flex;
  align-items: start;
  justify-content: left;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .gallery-main {
    width: 100%;
    display: block;
  }
}
.gallery-main-ttl {
  position: absolute;
  left: 80px;
  top: 112px;
}
@media screen and (max-width: 1700px) {
  .gallery-main-ttl {
    left: 80rem;
    top: 112rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery-main-ttl {
    left: 20rem;
    top: 100rem;
  }
}
.gallery-main-ttl h2 {
  color: var(--g-color-white);
  font-size: 64px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Adobe Garamond Pro Regular";
}
@media screen and (max-width: 1700px) {
  .gallery-main-ttl h2 {
    font-size: 64rem;
  }
}

.gallery__elem {
  display: flex;
  align-items: stretch;
  justify-content: left;
  height: 100vh;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gallery__elem {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
.gallery__elem:nth-child(1) .gallery__elem-fv {
  background: #28609C;
}
@media screen and (max-width: 768px) {
  .gallery__elem:nth-child(1) .gallery__elem-fv {
    padding-top: 260rem;
  }
}
.gallery__elem:nth-child(1) .gallery__elem-txt p {
  color: #28609D;
}
.gallery__elem:nth-child(2) .gallery__elem-fv {
  background: #857F6F;
}
@media screen and (max-width: 768px) {
  .gallery__elem:nth-child(2) .gallery__elem-fv {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .gallery__elem:nth-child(2) .gallery__elem-fv-ttl > span {
    text-align: left;
    padding-left: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery__elem:nth-child(2) .gallery__elem-fv-ttl > p {
    padding-left: 20rem;
    text-align: left;
    font-size: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery__elem:nth-child(2) .gallery__elem-fv-img__wrap {
    margin-left: unset;
  }
}
.gallery__elem:nth-child(2) .gallery__elem-txt p {
  color: #857F6F;
}
.gallery__elem:nth-child(3) .gallery__elem-fv {
  background: #828992;
}
.gallery__elem:nth-child(3) .gallery__elem-txt p {
  color: #828992;
}
.gallery__elem:nth-child(4) .gallery__elem-fv {
  background: #384540;
}
@media screen and (max-width: 768px) {
  .gallery__elem:nth-child(4) .gallery__elem-fv {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .gallery__elem:nth-child(4) .gallery__elem-fv-ttl > span {
    text-align: left;
    padding-left: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery__elem:nth-child(4) .gallery__elem-fv-ttl > p {
    padding-left: 20rem;
    text-align: left;
    font-size: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery__elem:nth-child(4) .gallery__elem-fv-img__wrap {
    margin-left: unset;
  }
}
.gallery__elem:nth-child(4) .gallery__elem-txt p {
  color: #384540;
}
.gallery__elem-fv {
  width: 911px;
  position: relative;
  padding-left: 80px;
  display: flex;
  align-items: end;
  justify-content: right;
}
@media screen and (max-width: 1700px) {
  .gallery__elem-fv {
    padding-left: 80rem;
    width: 911rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery__elem-fv {
    width: 100%;
    padding-left: 68rem;
    display: block;
    padding-top: 35rem;
    padding-bottom: 40rem;
  }
}
.gallery__elem-fv-txt {
  max-width: 250px;
  width: 100%;
}
@media screen and (max-width: 1700px) {
  .gallery__elem-fv-txt {
    max-width: 350rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery__elem-fv-txt {
    max-width: 100%;
  }
}
.gallery__elem-fv-ttl > span {
  display: block;
  text-align: right;
  font-family: "Adobe Garamond Pro Regular";
  color: var(--g-color-white);
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-right: 50px;
}
@media screen and (max-width: 1700px) {
  .gallery__elem-fv-ttl > span {
    padding-right: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery__elem-fv-ttl > span {
    font-size: 12rem;
    padding-right: 20rem;
  }
}
.gallery__elem-fv-ttl > p {
  color: var(--g-color-white);
  font-size: 259px;
  line-height: 1;
  font-family: "Adobe Garamond Pro Regular";
  text-align: right;
  text-wrap: nowrap;
}
@media screen and (max-width: 1700px) {
  .gallery__elem-fv-ttl > p {
    font-size: 259rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery__elem-fv-ttl > p {
    font-size: 120rem;
  }
}
.gallery__elem-fv-img__wrap {
  max-width: 590px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 1700px) {
  .gallery__elem-fv-img__wrap {
    max-width: 590rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery__elem-fv-img__wrap {
    max-width: 332rem;
    height: 435rem;
    margin-left: auto;
  }
}
.gallery__elem-fv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery__elem-content {
  width: -moz-max-content;
  width: max-content;
  padding: 20vh 15vh 0;
}
@media screen and (max-width: 768px) {
  .gallery__elem-content {
    width: 100%;
    padding: 120rem 20rem;
  }
}
.gallery__elem-imgs {
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .gallery__elem-imgs {
    width: 100%;
    padding: 0 16rem;
  }
}
.gallery__elem-img {
  display: inline-block;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gallery__elem-img {
    max-width: 100%;
    display: block;
  }
}
.gallery__elem-img:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 1700px) {
  .gallery__elem-img:not(:last-child) {
    margin-right: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery__elem-img:not(:last-child) {
    margin-bottom: 40rem;
    margin-right: 0;
  }
}
.gallery__elem-img img {
  width: auto;
  height: 55vh;
}
@media screen and (max-width: 768px) {
  .gallery__elem-img img {
    width: 100%;
    height: auto;
  }
}
.gallery__elem-txt {
  text-align: right;
  display: none;
}
.gallery__elem-txt p {
  display: inline-block;
  text-align: left;
  font-family: "Adobe Garamond Pro Regular";
  font-size: 9vh;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .gallery__elem-txt p {
    font-size: 72rem;
    text-align: left;
  }
}

.about-ttl {
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 1700px) {
  .about-ttl {
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 1025px) {
  .about-ttl {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .about-ttl {
    margin-bottom: 20rem;
  }
}

.sec-about-ttl {
  margin-bottom: 37px;
}
@media screen and (max-width: 1700px) {
  .sec-about-ttl {
    margin-bottom: 37rem;
  }
}
@media screen and (max-width: 1025px) {
  .sec-about-ttl {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-ttl {
    margin-bottom: 29rem;
  }
}
.sec-about-ttl p {
  color: var(--g-color-black);
  font-size: 4.2vh;
  font-family: "Baskervville", serif;
  line-height: 1;
}
@media screen and (max-width: 1025px) {
  .sec-about-ttl p {
    font-size: 4.5vh;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-ttl p {
    font-size: 24rem;
  }
}
.sec-about-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec-about-content {
    flex-direction: column;
    justify-content: center;
  }
}
.sec-about-content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}
@media screen and (max-width: 1700px) {
  .sec-about-content ul {
    gap: 20rem 40rem;
  }
}
@media screen and (max-width: 1025px) {
  .sec-about-content ul {
    gap: 30rem 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-content ul {
    display: block;
  }
}
.sec-about-content ul li {
  color: var(--g-color-black);
  font-size: 1.7vh;
}
@media screen and (max-width: 1025px) {
  .sec-about-content ul li {
    font-size: 2vh;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-content ul li {
    font-size: 16rem;
  }
}
.sec-about-content ul li span {
  font-family: "Baskervville", serif;
}
@media screen and (max-width: 768px) {
  .sec-about-content ul li p {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-content ul li:not(:last-child) {
    margin-bottom: 22rem;
  }
}
.sec-about-btn .more-btn a {
  width: 144px;
  height: 144px;
  padding-top: 30%;
}
@media screen and (max-width: 1700px) {
  .sec-about-btn .more-btn a {
    width: 144rem;
    height: 144rem;
  }
}
@media screen and (max-width: 1025px) {
  .sec-about-btn .more-btn a {
    width: 220rem;
    height: 220rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-btn .more-btn a {
    width: 144rem;
    height: 144rem;
    margin-top: 60rem;
  }
}
.sec-about-btn .more-btn a > span {
  font-size: 22px;
}
@media screen and (max-width: 1700px) {
  .sec-about-btn .more-btn a > span {
    font-size: 22rem;
  }
}
@media screen and (max-width: 1025px) {
  .sec-about-btn .more-btn a > span {
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-btn .more-btn a > span {
    font-size: 22rem;
  }
}
.sec-about-btn .more-btn a .contact-btn-ico__wrap {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
.sec-about-btn .more-btn a .contact-btn-ico {
  display: flex;
  align-items: center;
  justify-content: left;
}
.sec-about-btn .more-btn a .contact-btn-ico span {
  width: 4px;
  height: 5px;
  background: var(--g-color-black);
  display: inline-block;
  margin: 0 1.5px;
  transition: all 0.3s ease-in-out;
}
.sec-about-btn .more-btn a:hover .contact-btn-ico span:nth-child(1), .sec-about-btn .more-btn a:hover .contact-btn-ico span:nth-child(2), .sec-about-btn .more-btn a:hover .contact-btn-ico span:nth-child(7), .sec-about-btn .more-btn a:hover .contact-btn-ico span:nth-child(8) {
  height: 36px;
}
@media screen and (max-width: 1700px) {
  .sec-about-btn .more-btn a:hover .contact-btn-ico span:nth-child(1), .sec-about-btn .more-btn a:hover .contact-btn-ico span:nth-child(2), .sec-about-btn .more-btn a:hover .contact-btn-ico span:nth-child(7), .sec-about-btn .more-btn a:hover .contact-btn-ico span:nth-child(8) {
    height: 36rem;
  }
}
.sec-about-btn .more-btn a:hover .contact-btn-ico span:nth-child(3), .sec-about-btn .more-btn a:hover .contact-btn-ico span:nth-child(6) {
  height: 20px;
  transform: translateY(-8px);
}
@media screen and (max-width: 1700px) {
  .sec-about-btn .more-btn a:hover .contact-btn-ico span:nth-child(3), .sec-about-btn .more-btn a:hover .contact-btn-ico span:nth-child(6) {
    height: 20rem;
    transform: translateY(-8rem);
  }
}
.sec-about-btn .more-btn a:hover .contact-btn-ico span:nth-child(4), .sec-about-btn .more-btn a:hover .contact-btn-ico span:nth-child(5) {
  height: 16px;
  transform: translateY(10px);
}
@media screen and (max-width: 1700px) {
  .sec-about-btn .more-btn a:hover .contact-btn-ico span:nth-child(4), .sec-about-btn .more-btn a:hover .contact-btn-ico span:nth-child(5) {
    height: 16rem;
    transform: translateY(10rem);
  }
}
.sec-about-btn .more-btn a:hover .contact-btn-ico span:nth-child(1) {
  transition-delay: 0;
}
.sec-about-btn .more-btn a:hover .contact-btn-ico span:nth-child(2) {
  transition-delay: 0.16s;
}
.sec-about-btn .more-btn a:hover .contact-btn-ico span:nth-child(3) {
  transition-delay: 0.06s;
}
.sec-about-btn .more-btn a:hover .contact-btn-ico span:nth-child(4) {
  transition-delay: 0.1s;
}
.sec-about-btn .more-btn a:hover .contact-btn-ico span:nth-child(5) {
  transition-delay: 0.18s;
}
.sec-about-btn .more-btn a:hover .contact-btn-ico span:nth-child(6) {
  transition-delay: 0.12s;
}
.sec-about-btn .more-btn a:hover .contact-btn-ico span:nth-child(7) {
  transition-delay: 0.2s;
}
.sec-about-btn .more-btn a:hover .contact-btn-ico span:nth-child(8) {
  transition-delay: 0.15s;
}

.about-site-ttl {
  position: fixed;
  width: 90%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .about-site-ttl {
    width: 100%;
  }
}
.about-site-ttl img {
  max-width: 100%;
  height: 33vh;
}

.privacy-ttl {
  line-height: 1.3;
  margin-bottom: 4vh;
}
@media screen and (max-width: 768px) {
  .privacy-ttl {
    margin-bottom: 50rem;
  }
}

.sec-privacy-ttl p {
  font-size: 1.8vh;
  max-width: 1280px;
  margin-bottom: 5vh;
}
@media screen and (max-width: 768px) {
  .sec-privacy-ttl p {
    font-size: 16rem;
    margin-bottom: 60rem;
  }
}
.sec-privacy-main__wrap {
  height: 50vh;
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  scrollbar-width: none;
}
.sec-privacy-main__wrap ::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec-privacy-main__wrap {
    overflow-x: hidden;
  }
}
.sec-privacy-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: flex-start;
  width: -moz-max-content;
  width: max-content;
  height: 50vh;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .sec-privacy-main {
    display: block;
    width: 100%;
    height: auto;
  }
}
.sec-privacy-main p {
  width: 400px;
  margin-right: 40px;
  color: var(--g-color-black);
  line-height: 1.7;
  font-size: 1.5vh;
}
@media screen and (max-width: 768px) {
  .sec-privacy-main p {
    width: 100%;
    font-size: 14rem;
    margin-right: 0;
  }
}
.sec-privacy-main p.sec-privacy__elem-ttl {
  margin-bottom: 1.6vh;
  font-size: 1.7vh;
  font-family: "Baskervville", serif;
  position: relative;
  padding-left: 16px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec-privacy-main p.sec-privacy__elem-ttl {
    font-size: 16rem;
    margin-bottom: 20rem;
    padding-left: 16rem;
  }
}
.sec-privacy-main p.sec-privacy__elem-ttl::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 100%;
  background: var(--g-color-black);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec-privacy-main p.sec-privacy__elem-ttl::after {
    width: 8rem;
  }
}
.sec-privacy-main p.last-tag {
  margin-bottom: 4vh;
}
@media screen and (max-width: 768px) {
  .sec-privacy-main p.last-tag {
    margin-bottom: 60rem;
  }
}
.sec-privacy-main p.list-tag {
  text-indent: -1.5vh;
  padding-left: 1.5vh;
}
@media screen and (max-width: 768px) {
  .sec-privacy-main p.list-tag {
    text-indent: -14rem;
    padding-left: 14rem;
  }
}
.sec-privacy-main p.fir-child {
  text-indent: -1.5vh;
  padding-left: 2.5vh;
}
@media screen and (max-width: 768px) {
  .sec-privacy-main p.fir-child {
    text-indent: -14rem;
    padding-left: 28rem;
  }
}
.sec-privacy-main p.sec-child {
  padding-left: 4vh;
  text-indent: -1.5vh;
}
@media screen and (max-width: 768px) {
  .sec-privacy-main p.sec-child {
    text-indent: -14rem;
    padding-left: 42rem;
  }
}
.sec-privacy-main p.address-tag {
  text-indent: 4.5vh;
}
@media screen and (max-width: 768px) {
  .sec-privacy-main p.address-tag {
    text-indent: 42rem;
  }
}/*# sourceMappingURL=style.css.map */