@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 99.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .__inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner {
    width: calc(100% - 32px);
  }
}
.__inner.__medium {
  width: 82.5rem;
}
@media screen and (max-width: 1199px) {
  .__inner.__medium {
    width: 99.375rem;
  }
}
@media screen and (max-width: 991px) {
  .__inner.__medium {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner.__medium {
    width: calc(100% - 32px);
  }
}

.__liststyle li {
  display: flex;
  align-items: baseline;
}
.__liststyle li::before {
  content: "⚫︎";
  display: block;
  flex-shrink: 0;
}
.__liststyle.__number li::before {
  content: none;
}
.__liststyle.__number li span.__num {
  display: block;
  flex-shrink: 0;
  margin-right: 0.3em;
}
.__liststyle.__note li::before {
  content: "※";
}

.__large-entxt span.__en {
  display: block;
  font-family: "Forum", serif;
  font-size: 20rem;
  letter-spacing: 0;
  line-height: 1em;
}
@media screen and (max-width: 991px) {
  .__large-entxt span.__en {
    font-size: 25rem;
  }
}
@media screen and (max-width: 767px) {
  .__large-entxt span.__en {
    font-size: 30rem;
  }
}

.__linkbtn.__style01 {
  border-bottom: solid 1px #868686;
  padding-bottom: 0.2em;
}
.__linkbtn.__style01 a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.36em 0;
}
.__linkbtn.__style01 a .__roll-animation {
  overflow: hidden;
  height: 1.25em;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 1599px) {
  .__linkbtn.__style01 a .__roll-animation {
    height: 1.125em;
  }
}
@media screen and (max-width: 1199px) {
  .__linkbtn.__style01 a .__roll-animation {
    height: 1em;
  }
}
.__linkbtn.__style01 a .__roll-animation span.__en {
  font-family: "Forum", serif;
  font-size: 1.25em;
  line-height: 1;
  display: block;
  width: 100%;
  will-change: margin-top;
  transition: margin-top 0.48s ease;
}
@media screen and (max-width: 1599px) {
  .__linkbtn.__style01 a .__roll-animation span.__en {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .__linkbtn.__style01 a .__roll-animation span.__en {
    font-size: 1em;
  }
}
.__linkbtn.__style01 a:hover .__roll-animation span.__en.__initial {
  margin-top: -1em;
}
.__linkbtn.__style01.__center {
  margin: 0 auto;
  width: 10em;
}
.__linkbtn.__style01.__center a {
  margin: 0 auto;
}
.__linkbtn.__style02 a, .__linkbtn.__style02 button {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #3b3b3b;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3);
  font-size: 0.9375em;
  line-height: 1em;
  padding: 0.8em 1.6em;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .__linkbtn.__style02 a, .__linkbtn.__style02 button {
    font-size: 0.9em;
  }
}
.__linkbtn.__style02 a:hover, .__linkbtn.__style02 button:hover {
  background-color: #444;
}

a.__txtlink {
  display: inline;
  text-decoration: underline;
  opacity: 1;
  transition: all 0.3s ease;
}
a.__txtlink:hover {
  opacity: 0.6;
}

.__anchor-point {
  position: absolute;
  top: 0;
}

.__bg-point-color {
  position: absolute;
  background-color: #111111;
}
.__bg-point-color.__1-4 {
  width: 25%;
}
.__bg-point-color.__1-3 {
  width: 33.3333333333%;
}
.__bg-point-color.__1-2 {
  width: 50%;
}

.__fix-bgimg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
}
.__fix-bgimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.__animation-flowingText {
  display: flex;
  width: 100%;
  overflow: hidden;
}
@keyframes loop_01 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop_02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.__animation-flowingText p {
  color: #f2f2f2;
  font-family: "Forum", serif;
  font-size: 12vw;
  line-height: 1;
  letter-spacing: 0;
  flex: 0 0 auto;
}
@media screen and (max-width: 991px) {
  .__animation-flowingText p {
    font-size: 18vw;
  }
}
.__animation-flowingText p:nth-of-type(1) {
  animation: loop_01 120s -60s linear infinite;
}
.__animation-flowingText p:nth-of-type(2) {
  animation: loop_02 120s linear infinite;
}
.__animation-flowingText p em {
  color: #222222;
}

.__animation-txtCircle {
  width: 36em;
  animation: txtCircle 60s linear infinite;
}
@media screen and (max-width: 1199px) {
  .__animation-txtCircle {
    width: 30em;
  }
}
@media screen and (max-width: 767px) {
  .__animation-txtCircle {
    width: min(80vw, 30em);
  }
}
@keyframes txtCircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.__txtAnimation span.char {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1.4s cubic-bezier(0, 0.7, 0.4, 1);
}
.__txtAnimation span.char:nth-of-type(4n+1) {
  transition-delay: 0.2s;
}
.__txtAnimation span.char:nth-of-type(4n+2) {
  transition-delay: 0.4s;
}
.__txtAnimation span.char:nth-of-type(4n+3) {
  transition-delay: 0.1s;
}
.__txtAnimation span.char:nth-of-type(4n) {
  transition-delay: 0.3s;
}
.__txtAnimation.__mvtxt span.char:nth-of-type(4n+1) {
  transition-delay: 0.12s;
}
.__txtAnimation.__mvtxt span.char:nth-of-type(4n+2) {
  transition-delay: 0.36s;
}
.__txtAnimation.__mvtxt span.char:nth-of-type(4n+3) {
  transition-delay: 0s;
}
.__txtAnimation.__mvtxt span.char:nth-of-type(4n) {
  transition-delay: 0.24s;
}
.__txtAnimation.__contact span.char:nth-of-type(4n+1) {
  transition-delay: 0.7s;
}
.__txtAnimation.__contact span.char:nth-of-type(4n+2) {
  transition-delay: 0.9s;
}
.__txtAnimation.__contact span.char:nth-of-type(4n+3) {
  transition-delay: 0.6s;
}
.__txtAnimation.__contact span.char:nth-of-type(4n) {
  transition-delay: 0.8s;
}
.__txtAnimation.__inview span.char {
  opacity: 1;
  transform: translateY(0);
}

.__imgAnimation {
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0); /* 右側を全カット（非表示） */
  transition: -webkit-clip-path 1.6s cubic-bezier(0.1, 0.8, 0.2, 1) 0.4s;
  transition: clip-path 1.6s cubic-bezier(0.1, 0.8, 0.2, 1) 0.4s;
  transition: clip-path 1.6s cubic-bezier(0.1, 0.8, 0.2, 1) 0.4s, -webkit-clip-path 1.6s cubic-bezier(0.1, 0.8, 0.2, 1) 0.4s;
}
.__imgAnimation.__delay00 {
  transition-delay: 0s;
}
.__imgAnimation.__inview {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0); /* 全表示 */
}

.__fadeIn {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease 0.2s, transform 1.4s cubic-bezier(0, 0.7, 0.4, 1) 0.2s;
}
.__fadeIn.__delay00 {
  transition-delay: 0s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: translateY(0);
}

/* header
---------------------------------------------------- */
header .__overlay {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.36s ease;
}
header .__overlay.__open {
  opacity: 1;
  visibility: visible;
}
header .header-logo {
  mix-blend-mode: difference;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  margin-top: 20px;
  margin-left: 24px;
  width: 4.5em;
}
@media screen and (max-width: 1199px) {
  header .header-logo {
    width: 4em;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: 3.6em;
    margin-top: 12px;
    margin-left: 14px;
  }
}
header .header-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  header .nav-btn {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    margin: 20px;
    width: 48px;
    height: 40px;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  header .nav-btn {
    margin: 16px;
  }
}
@media screen and (max-width: 991px) {
  header .nav-btn span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 48px;
    height: 1px;
    background-color: #fff;
    transition: all 0.2s ease;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -8px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 8px;
  }
  header .nav-btn.__open span:nth-of-type(1) {
    margin-top: 0;
    transform: translateY(-50%) rotate(20deg);
  }
  header .nav-btn.__open span:nth-of-type(2) {
    opacity: 0;
  }
  header .nav-btn.__open span:nth-of-type(3) {
    margin-top: 0;
    transform: translateY(-50%) rotate(-20deg);
  }
}
header .header-menu {
  mix-blend-mode: difference;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  margin-top: 24px;
  margin-right: 24px;
}
@media screen and (max-width: 991px) {
  header .header-menu {
    mix-blend-mode: initial;
    background-color: #111;
    width: 170px;
    height: 100vh;
    padding-top: 20svh;
    margin-top: 0;
    margin-right: -170px;
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 991px) {
  header .header-menu .header-menu-inner {
    opacity: 0;
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 991px) {
  header .header-menu.__open {
    margin-right: 0;
  }
  header .header-menu.__open .header-menu-inner {
    opacity: 1;
    transition: all 1s 0.3s ease;
  }
}
header .header-menu nav ul {
  display: flex;
}
@media screen and (max-width: 991px) {
  header .header-menu nav ul {
    display: block;
  }
}
header .header-menu nav ul li a {
  position: relative;
  font-family: "Forum", serif;
  font-size: 1.125em;
  letter-spacing: 0.1em;
  margin: 0 2em;
  padding: 0.36em 0;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a {
    font-size: 1em;
  }
}
@media screen and (max-width: 991px) {
  header .header-menu nav ul li a {
    margin: 3svh 0;
    padding-left: 36px;
  }
}
header .header-menu nav ul li a::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scale(0);
  transition: transform 0.24s ease;
}
@media screen and (max-width: 991px) {
  header .header-menu nav ul li a::before {
    bottom: initial;
    left: 0;
    top: 50%;
    margin-left: 20px;
    transform: translate(0, -50%) scale(0);
    width: 4px;
    height: 4px;
  }
}
header .header-menu nav ul li a:hover::before {
  transform: translateX(-50%) scale(1);
}
@media screen and (max-width: 991px) {
  header .header-menu nav ul li a:hover::before {
    transform: translate(0, -50%) scale(1);
  }
}
header .header-menu nav ul li:last-of-type a {
  margin-right: 0;
}
header .header-menu nav ul li.__current a::before {
  transform: translateX(-50%) scale(1);
}
@media screen and (max-width: 991px) {
  header .header-menu nav ul li.__current a::before {
    transform: translate(0, -50%) scale(1);
  }
}

/* sec-contact
---------------------------------------------------- */
.sec-contact {
  overflow: clip;
  color: #222222;
  background-image: url(../images/contact-bgimg.jpg);
  background-size: cover;
  padding: 15rem 0;
}
@media screen and (max-width: 1199px) {
  .sec-contact {
    padding: 160px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
.sec-contact .sec-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-content {
    display: block;
  }
}
.sec-contact .sec-content .sec-ttl h2 span.__en {
  color: #ededed;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: 0.2em;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-content .sec-ttl h2 span.__en {
    margin-top: 0;
  }
}
.sec-contact .sec-content .sec-ttl p {
  font-size: 1.375em;
}
@media screen and (max-width: 1599px) {
  .sec-contact .sec-content .sec-ttl p {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 991px) {
  .sec-contact .sec-content .sec-ttl p {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-content .sec-ttl p {
    font-size: min(3.85vw, 1.125em);
  }
}
.sec-contact .sec-content .__linkbtn {
  position: relative;
  z-index: 2;
  width: 40.3125rem;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-content .__linkbtn {
    width: 50%;
    margin-left: auto;
    margin-top: 3em;
  }
}
.sec-contact .sec-content .__linkbtn a {
  margin-left: auto;
}

/* footer
---------------------------------------------------- */
footer {
  overflow: clip;
  position: relative;
  background-color: #111111;
  padding-top: 5rem;
  padding-bottom: 20rem;
}
@media screen and (max-width: 1199px) {
  footer {
    padding-top: 70px;
  }
}
@media screen and (max-width: 991px) {
  footer {
    padding-top: 120px;
    padding-bottom: 25rem;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 72px;
    padding-bottom: 160px;
  }
}
footer .footer-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  footer .footer-inner {
    display: block;
  }
}
footer .footer-inner .footer-left .footer-logo {
  width: 6em;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-left .footer-logo {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-left .footer-logo {
    width: 4em;
  }
}
footer .footer-inner .footer-left .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-inner .footer-left .footer-info {
  margin-top: 1.6em;
}
footer .footer-inner .footer-left .footer-info p {
  font-size: 0.9375em;
  margin-top: 1em;
  line-height: 1.6em;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-left .footer-info p {
    text-align: center;
  }
}
footer .footer-inner .footer-right {
  flex-shrink: 0;
}
footer .footer-inner .footer-right .footer-menu ul {
  display: flex;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-right .footer-menu ul {
    margin-top: 3em;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-right .footer-menu ul {
    display: block;
  }
}
footer .footer-inner .footer-right .footer-menu ul li a {
  color: #ededed;
  font-family: "Forum", serif;
  font-size: 1.125em;
  letter-spacing: 0.1em;
  margin-left: 4em;
  padding: 0.36em 0;
  opacity: 1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-right .footer-menu ul li a {
    margin-left: 3em;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-right .footer-menu ul li a {
    margin: 0 1.5em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-right .footer-menu ul li a {
    margin: 0;
    text-align: center;
    font-size: 1.125em;
  }
}
footer .footer-inner .footer-right .footer-menu ul li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-right .footer-menu ul li:nth-of-type(1) {
    margin-left: 0;
  }
}
footer .footer-inner .footer-right .copyright {
  margin-top: 4.8em;
  text-align: end;
  color: #868686;
  font-size: 13px;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-right .copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-right .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-right .copyright {
    font-size: 10px;
  }
}
footer .footer-slogan {
  color: #636060;
  opacity: 0.8;
  font-family: "Forum", serif;
  font-size: 7.5rem;
  letter-spacing: 0;
  line-height: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -0.2em;
}
@media screen and (max-width: 767px) {
  footer .footer-slogan {
    font-size: 13.125rem;
  }
}

#pagetop {
  display: none;
  position: fixed;
  z-index: 9;
  bottom: 0;
  right: 0;
}
#pagetop a {
  width: 72px;
  height: 72px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  #pagetop a {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  #pagetop a {
    width: 48px;
    height: 48px;
  }
}
#pagetop a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #pagetop a img {
    width: 16px;
  }
}
#pagetop a:hover {
  background-color: #868686;
}/*# sourceMappingURL=common.css.map */