@charset "UTF-8";
/* CSS Document */
.spmask {
  display: block;
}

.sponly {
  display: none;
}

@media (max-width: 767px) {
  .spmask {
    display: none;
  }
  .sponly {
    display: block;
  }
}
/*------------fonts------------*/
/* Shippori Mincho 400 */
@font-face {
  font-family: "Shippori Mincho";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/shippori-mincho-v17-latin-regular.woff2") format("woff2");
  font-display: swap;
}
/* Shippori Mincho 500 */
@font-face {
  font-family: "Shippori Mincho";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/shippori-mincho-v17-latin-500.woff2") format("woff2");
  font-display: swap;
}
/* Shippori Mincho 600 */
@font-face {
  font-family: "Shippori Mincho";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/shippori-mincho-v17-latin-600.woff2") format("woff2");
  font-display: swap;
}
/* Sawarabi Gothic（Regular 400） */
@font-face {
  font-family: "Sawarabi Gothic";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/sawarabi-gothic-v16-latin-regular.woff2") format("woff2");
  font-display: swap;
}
/*------------------------------*/
:root {
  --text: #333;
  --black: #000;
  --green: #394B41;
  --green02: #2F4137;
  --gray: #777D7C;
  --external: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20,11a1,1,0,0,0-1,1v6a1,1,0,0,1-1,1H6a1,1,0,0,1-1-1V6A1,1,0,0,1,6,5h6a1,1,0,0,0,0-2H6A3,3,0,0,0,3,6V18a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V12A1,1,0,0,0,20,11Z"/><path d="M16,5h1.58l-6.29,6.28a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L19,6.42V8a1,1,0,0,0,1,1h0a1,1,0,0,0,1-1V4a1,1,0,0,0-1-1L16,3h0a1,1,0,0,0,0,2Z"/></svg>');
  --arrow: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path style="fill: none; stroke: %23888; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px;" d="M7 24 L41 24 L35 18 M41 24 L35 30"/></svg>');
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

header, main, footer {
  margin-block: 0;
}

main > :first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

main > :last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.inner {
  padding-inline: 2rem;
  max-width: calc(1200px + 4rem);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    padding-inline: 4rem;
  }
}

.inner02 {
  padding-inline: 2rem;
  max-width: calc(950px + 4rem);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .inner02 {
    padding-inline: 4rem;
  }
}

.text {
  font-size: max(1.4rem, 14px);
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .text {
    font-size: max(1.3rem, 13px);
    line-height: 1.6;
  }
}

.mincho {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: left;
}

img {
  pointer-events: none;
}

/*------------------------------*/
span[data-inview] {
  display: inline-block;
}

[data-inview=roll-in] {
  opacity: 0;
  transform-origin: right bottom;
  translate: 0 4rem;
  rotate: -1.5deg;
}

[data-inview=fade-up] {
  opacity: 0;
  translate: 0 1rem;
}

[data-inview=fade-left] {
  opacity: 0;
  translate: 10% 0;
}

[data-inview=clip-in] {
  --clip:100%;
  -webkit-clip-path: inset(0 var(--clip) 0 0);
          clip-path: inset(0 var(--clip) 0 0);
}
[data-inview=clip-in].toTop {
  -webkit-clip-path: inset(var(--clip) 0 0 0);
          clip-path: inset(var(--clip) 0 0 0);
}

[data-inview=image-clip-in] {
  --clip:100%;
  -webkit-clip-path: inset(0 var(--clip) 0 0);
          clip-path: inset(0 var(--clip) 0 0);
}
[data-inview=image-clip-in].toTop {
  -webkit-clip-path: inset(var(--clip) 0 0 0);
          clip-path: inset(var(--clip) 0 0 0);
}

[data-inview=image-in] {
  overflow: hidden;
}
[data-inview=image-in] img {
  opacity: 0;
  transform-origin: center;
  scale: 1.1;
}

[data-inview=pop-in] {
  opacity: 0;
  scale: 0.7;
}

[data-inview=image-blur-in] {
  filter: blur(8px);
  transform: scale(1.02);
  transition: filter 0.4s ease-in, transform 0.4s ease-in;
  will-change: transform, filter;
  opacity: 0;
}
[data-inview=image-blur-in].toTop {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
}

[data-inview=footer-from-top] {
  transform: translateY(-20px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
}
[data-inview=footer-from-top].toTop {
  opacity: 1;
  transform: translateY(0);
}

[data-inview=footer-from-bottom] {
  transform: translateY(20px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
}
[data-inview=footer-from-bottom].toTop {
  opacity: 1;
  transform: translateY(0);
}

[data-inview=add-show-repeat] span {
  display: inline-block;
  opacity: 0;
  text-indent: 0px;
  overflow: visible;
}
[data-inview=add-show-repeat] span:nth-child(1) {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
}
[data-inview=add-show-repeat] span:nth-child(2) {
  -webkit-animation-delay: 0.065s !important;
          animation-delay: 0.065s !important;
}
[data-inview=add-show-repeat] span:nth-child(3) {
  -webkit-animation-delay: 0.126s !important;
          animation-delay: 0.126s !important;
}
[data-inview=add-show-repeat] span:nth-child(4) {
  -webkit-animation-delay: 0.184s !important;
          animation-delay: 0.184s !important;
}
[data-inview=add-show-repeat] span:nth-child(5) {
  -webkit-animation-delay: 0.24s !important;
          animation-delay: 0.24s !important;
}
[data-inview=add-show-repeat] span:nth-child(6) {
  -webkit-animation-delay: 0.292s !important;
          animation-delay: 0.292s !important;
}
[data-inview=add-show-repeat] span:nth-child(7) {
  -webkit-animation-delay: 0.342s !important;
          animation-delay: 0.342s !important;
}
[data-inview=add-show-repeat] span:nth-child(8) {
  -webkit-animation-delay: 0.39s !important;
          animation-delay: 0.39s !important;
}
[data-inview=add-show-repeat] span:nth-child(9) {
  -webkit-animation-delay: 0.434s !important;
          animation-delay: 0.434s !important;
}
[data-inview=add-show-repeat] span:nth-child(10) {
  -webkit-animation-delay: 0.477s !important;
          animation-delay: 0.477s !important;
}
[data-inview=add-show-repeat] span:nth-child(11) {
  -webkit-animation-delay: 0.518s !important;
          animation-delay: 0.518s !important;
}
[data-inview=add-show-repeat] span:nth-child(12) {
  -webkit-animation-delay: 0.557s !important;
          animation-delay: 0.557s !important;
}
[data-inview=add-show-repeat] span:nth-child(13) {
  -webkit-animation-delay: 0.594s !important;
          animation-delay: 0.594s !important;
}
[data-inview=add-show-repeat] span:nth-child(14) {
  -webkit-animation-delay: 0.629s !important;
          animation-delay: 0.629s !important;
}
[data-inview=add-show-repeat] span:nth-child(15) {
  -webkit-animation-delay: 0.662s !important;
          animation-delay: 0.662s !important;
}
[data-inview=add-show-repeat] span:nth-child(16) {
  -webkit-animation-delay: 0.694s !important;
          animation-delay: 0.694s !important;
}
[data-inview=add-show-repeat] span:nth-child(17) {
  -webkit-animation-delay: 0.723s !important;
          animation-delay: 0.723s !important;
}
[data-inview=add-show-repeat] span:nth-child(18) {
  -webkit-animation-delay: 0.751s !important;
          animation-delay: 0.751s !important;
}
[data-inview=add-show-repeat] span:nth-child(19) {
  -webkit-animation-delay: 0.778s !important;
          animation-delay: 0.778s !important;
}
[data-inview=add-show-repeat] span:nth-child(20) {
  -webkit-animation-delay: 0.804s !important;
          animation-delay: 0.804s !important;
}
[data-inview=add-show-repeat] span:nth-child(21) {
  -webkit-animation-delay: 0.829s !important;
          animation-delay: 0.829s !important;
}
[data-inview=add-show-repeat] span:nth-child(22) {
  -webkit-animation-delay: 0.852s !important;
          animation-delay: 0.852s !important;
}
[data-inview=add-show-repeat] span:nth-child(23) {
  -webkit-animation-delay: 0.874s !important;
          animation-delay: 0.874s !important;
}
[data-inview=add-show-repeat] span:nth-child(24) {
  -webkit-animation-delay: 0.895s !important;
          animation-delay: 0.895s !important;
}
[data-inview=add-show-repeat] span:nth-child(25) {
  -webkit-animation-delay: 0.915s !important;
          animation-delay: 0.915s !important;
}
[data-inview=add-show-repeat] span:nth-child(26) {
  -webkit-animation-delay: 0.933s !important;
          animation-delay: 0.933s !important;
}
[data-inview=add-show-repeat] span:nth-child(27) {
  -webkit-animation-delay: 0.951s !important;
          animation-delay: 0.951s !important;
}
[data-inview=add-show-repeat] span:nth-child(28) {
  -webkit-animation-delay: 0.968s !important;
          animation-delay: 0.968s !important;
}
[data-inview=add-show-repeat] span:nth-child(29) {
  -webkit-animation-delay: 0.985s !important;
          animation-delay: 0.985s !important;
}
[data-inview=add-show-repeat] span:nth-child(30) {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}
[data-inview=add-show-repeat].fast span:nth-child(1) {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
}
[data-inview=add-show-repeat].fast span:nth-child(2) {
  -webkit-animation-delay: 0.001s !important;
          animation-delay: 0.001s !important;
}
[data-inview=add-show-repeat].fast span:nth-child(3) {
  -webkit-animation-delay: 0.003s !important;
          animation-delay: 0.003s !important;
}
[data-inview=add-show-repeat].fast span:nth-child(4) {
  -webkit-animation-delay: 0.006s !important;
          animation-delay: 0.006s !important;
}
[data-inview=add-show-repeat].fast span:nth-child(5) {
  -webkit-animation-delay: 0.011s !important;
          animation-delay: 0.011s !important;
}
[data-inview=add-show-repeat].fast span:nth-child(6) {
  -webkit-animation-delay: 0.018s !important;
          animation-delay: 0.018s !important;
}
[data-inview=add-show-repeat].fast span:nth-child(7) {
  -webkit-animation-delay: 0.026s !important;
          animation-delay: 0.026s !important;
}
[data-inview=add-show-repeat].fast span:nth-child(8) {
  -webkit-animation-delay: 0.035s !important;
          animation-delay: 0.035s !important;
}
[data-inview=add-show-repeat].fast span:nth-child(9) {
  -webkit-animation-delay: 0.046s !important;
          animation-delay: 0.046s !important;
}
[data-inview=add-show-repeat].fast span:nth-child(10) {
  -webkit-animation-delay: 0.058s !important;
          animation-delay: 0.058s !important;
}
[data-inview=add-show-repeat].fast span:nth-child(11) {
  -webkit-animation-delay: 0.071s !important;
          animation-delay: 0.071s !important;
}
[data-inview=add-show-repeat].fast span:nth-child(12) {
  -webkit-animation-delay: 0.086s !important;
          animation-delay: 0.086s !important;
}
[data-inview=add-show-repeat].fast span:nth-child(13) {
  -webkit-animation-delay: 0.103s !important;
          animation-delay: 0.103s !important;
}
[data-inview=add-show-repeat].fast span:nth-child(14) {
  -webkit-animation-delay: 0.121s !important;
          animation-delay: 0.121s !important;
}
[data-inview=add-show-repeat].fast span:nth-child(15) {
  -webkit-animation-delay: 0.14s !important;
          animation-delay: 0.14s !important;
}
[data-inview=add-show-repeat].fast span:nth-child(16) {
  -webkit-animation-delay: 0.161s !important;
          animation-delay: 0.161s !important;
}
[data-inview=add-show-repeat].fast span:nth-child(17) {
  -webkit-animation-delay: 0.183s !important;
          animation-delay: 0.183s !important;
}
[data-inview=add-show-repeat].fast span:nth-child(18) {
  -webkit-animation-delay: 0.206s !important;
          animation-delay: 0.206s !important;
}
[data-inview=add-show-repeat].fast span:nth-child(19) {
  -webkit-animation-delay: 0.231s !important;
          animation-delay: 0.231s !important;
}
[data-inview=add-show-repeat].fast span:nth-child(20) {
  -webkit-animation-delay: 0.258s !important;
          animation-delay: 0.258s !important;
}
[data-inview=add-show-repeat].fast span:nth-child(21) {
  -webkit-animation-delay: 0.285s !important;
          animation-delay: 0.285s !important;
}
[data-inview=add-show-repeat].fast span:nth-child(22) {
  -webkit-animation-delay: 0.315s !important;
          animation-delay: 0.315s !important;
}
[data-inview=add-show-repeat].fast span:nth-child(23) {
  -webkit-animation-delay: 0.345s !important;
          animation-delay: 0.345s !important;
}
[data-inview=add-show-repeat].fast span:nth-child(24) {
  -webkit-animation-delay: 0.377s !important;
          animation-delay: 0.377s !important;
}
[data-inview=add-show-repeat].fast span:nth-child(25) {
  -webkit-animation-delay: 0.411s !important;
          animation-delay: 0.411s !important;
}
[data-inview=add-show-repeat].fast span:nth-child(26) {
  -webkit-animation-delay: 0.446s !important;
          animation-delay: 0.446s !important;
}
[data-inview=add-show-repeat].fast span:nth-child(27) {
  -webkit-animation-delay: 0.482s !important;
          animation-delay: 0.482s !important;
}
[data-inview=add-show-repeat].fast span:nth-child(28) {
  -webkit-animation-delay: 0.52s !important;
          animation-delay: 0.52s !important;
}
[data-inview=add-show-repeat].fast span:nth-child(29) {
  -webkit-animation-delay: 0.559s !important;
          animation-delay: 0.559s !important;
}
[data-inview=add-show-repeat].fast span:nth-child(30) {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}
[data-inview=add-show-repeat].pop-text.show span {
  -webkit-animation: poyon 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
          animation: poyon 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  transform-origin: center center;
  will-change: transform, opacity;
}
[data-inview=add-show-repeat].slide-up.show span {
  -webkit-animation: fuwari 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
          animation: fuwari 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  transform-origin: center center;
  will-change: transform, opacity;
}

@-webkit-keyframes poyon {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  20% {
    transform: scale(1.4);
    opacity: 0.9;
  }
  40% {
    transform: scale(1.1, 0.9);
    opacity: 1;
  }
  60% {
    transform: scale(0.95, 1.05);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes poyon {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  20% {
    transform: scale(1.4);
    opacity: 0.9;
  }
  40% {
    transform: scale(1.1, 0.9);
    opacity: 1;
  }
  60% {
    transform: scale(0.95, 1.05);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fuwari {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fuwari {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/*------------------------------*/
.header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 8rem;
  z-index: 999;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header {
    height: 6rem;
  }
}
.header .logo {
  position: relative;
  width: 24rem;
  opacity: 0;
  transition: opacity 0.5s ease;
  margin-left: 4rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .header .logo {
    width: 13rem;
    margin-left: 2rem;
    margin-top: 0.5rem;
  }
}
.header .logo img {
  transition: opacity 0.3s ease;
}
.header .logo.is-active {
  opacity: 1;
}
.header.is-register .logo img {
  content: url("../images/logo_bk.png");
}
@media screen and (max-width: 767px) {
  .header.is-sp-white {
    background-color: rgba(255, 255, 255, 0.85);
    transition: background-color 0.3s ease;
  }
  .header.is-sp-white .logo {
    opacity: 1;
  }
  .header.is-sp-white #menuBtn .bar {
    background-color: var(--green);
  }
}
.header .main-nav {
  position: relative;
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding-block: 3rem 3rem;
  margin-right: 3rem;
}
@media (max-width: 1191px) {
  .header .main-nav {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header .main-nav {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .header .main-nav {
    display: none;
  }
}
.header .main-nav .navBox {
  position: absolute;
  top: 1.5rem;
  right: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header .main-nav .navBox ul.list {
  display: flex;
  row-gap: 1rem;
  margin-right: 1rem;
  margin-top: 0.5rem;
}
@media (max-width: 1191px) {
  .header .main-nav .navBox ul.list {
    margin-right: 1rem;
  }
}
.header .main-nav .navBox ul.list li {
  padding-left: 4rem;
}
@media (max-width: 1191px) {
  .header .main-nav .navBox ul.list li {
    padding-left: 3rem;
  }
}
.header .main-nav .navBox ul.list li a {
  position: relative;
  display: inline-block;
  font-family: "optima-lt-pro", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: color 0.4s ease, text-shadow 0.4s ease, transform 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header .main-nav .navBox ul.list li a {
    font-size: 1.4rem;
  }
}
.header .main-nav .navBox ul.list li a.noLink {
  pointer-events: none;
  color: #bcbcbc;
}
.header .main-nav .navBox ul.list li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.8rem;
  left: -1.6rem;
  width: 1rem;
  height: 0.6rem;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 0.6rem, 0% 0%, 1rem 0%);
          clip-path: polygon(50% 0.6rem, 0% 0%, 1rem 0%);
  margin-bottom: 0.3rem;
  margin-right: 0.6rem;
  transition: background-color 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .header .main-nav .navBox ul.list li a:hover {
    transform: scale(0.93);
  }
}
.header .main-nav .navBox.is-register ul.list li a {
  color: var(--green);
  text-shadow: none;
}
.header .main-nav .navBox.is-register ul.list li a::before {
  background-color: var(--green);
}
.header .registerBtn {
  width: 18rem;
  background-color: var(--green);
  border: solid 1px var(--green);
  border-radius: 8rem;
  transition: 0.3s;
  margin-right: 4rem;
}
@media screen and (max-width: 767px) {
  .header .registerBtn {
    width: 10rem;
    margin-right: 6rem;
  }
}
.header .registerBtn a {
  display: block;
  width: 100%;
  text-align: center;
  padding-block: 1rem;
  color: #fff;
  font-family: "optima-lt-pro", sans-serif;
}
@media (hover: hover) and (pointer: fine) {
  .header .registerBtn:hover {
    background-color: #fff;
    border: solid 1px var(--green);
  }
  .header .registerBtn a:hover {
    color: var(--green);
  }
}
.header #menuBtn {
  display: none;
}
@media screen and (max-width: 767px) {
  .header #menuBtn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 6rem;
    height: 6rem;
    z-index: 1001;
  }
}
.header #menuBtn .bar {
  width: 42.5%;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center center;
  border-radius: 100vmax;
  margin-bottom: -1px;
  background-color: #fff;
}
.header #menuBtn .bar.top {
  top: 34%;
  transition: all 0.3s;
}
.header #menuBtn .bar.mid {
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
}
.header #menuBtn .bar.bottom {
  bottom: 34%;
  transition: all 0.3s;
}
.header #menuBtn.active .bar {
  background-color: #fff;
}
.header #menuBtn.active .bar.top {
  transform: translate(-50%, -1px) rotate(45deg);
  transition: all 0.3s;
  top: 50%;
}
.header #menuBtn.active .bar.mid {
  opacity: 0;
  transition: all 0.2s;
}
.header #menuBtn.active .bar.bottom {
  transform: translate(-50%, 0) rotate(-45deg);
  transition: all 0.3s;
  bottom: 50%;
}
.header .sp_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--green);
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
.header .sp_nav_inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 4rem 1.5rem 1rem;
  margin: 0 0 0 auto;
  overflow: scroll;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.header .sp_nav_menu {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-block: 1rem;
  padding-left: 0;
}
.header .sp_nav_menu:last-of-type {
  border-bottom: none;
}
.header .sp_nav_link {
  display: block;
  color: #fff;
  font-family: "optima-lt-pro", sans-serif;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  padding: 1.2rem 1rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
.header .sp_nav_link .jp {
  font-size: 1.2rem;
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
}
.header .sp_nav_link.noLink {
  pointer-events: none;
  color: #bcbcbc;
}
.header .sp_nav.open {
  opacity: 1;
  visibility: visible;
  z-index: 998;
}
.header .sp_nav.open .sp_nav_inner {
  opacity: 1;
}
.header .sp_nav .sp_registerBtn {
  width: 72vw;
  margin: 2rem auto 8rem;
  border-radius: 8rem;
  background-color: #fff;
}
.header .sp_nav .sp_registerBtn a {
  display: block;
  width: 100%;
  text-align: center;
  padding-block: 1.2rem;
  font-size: 1.8rem;
  font-family: "optima-lt-pro", sans-serif;
  font-weight: 400;
  color: var(--green);
}
.header .sp_nav .sp_registerBtn a span {
  font-size: 1.2rem;
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
}

@-webkit-keyframes scrollCircle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scrollCircle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hoverText {
  transition: 0.16s;
}
@media (hover: hover) and (pointer: fine) {
  .hoverText:hover span.is-hover, .hoverText:hover span.is-main {
    transform: translateY(-100%);
  }
}
.hoverText_box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 1.2em;
}
.hoverText_box .is-main, .hoverText_box .is-hover {
  transition: 0.3s ease;
  line-height: 1.2;
}

/*------------------------------*/
.anc {
  padding-top: 10rem;
  margin-top: -10rem;
}
@media screen and (max-width: 767px) {
  .anc {
    padding-top: 10rem;
    margin-top: -10rem;
  }
}

/*------------------------------*/
.footer {
  position: relative;
  width: 100%;
  z-index: 10;
  background-color: var(--black);
}
@media screen and (max-width: 767px) {
  .footer {
    height: 100vh;
  }
}
.footer_wrap {
  position: relative;
  width: 100%;
  background-color: var(--black);
}
.footer_wrap .photoBox {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer_wrap .photoBox {
    flex-direction: column;
  }
}
.footer_wrap .photoBox .first, .footer_wrap .photoBox .second {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer_wrap .photoBox .first, .footer_wrap .photoBox .second {
    width: 100%;
  }
}
.footer_logo {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .footer_logo {
    top: 50%;
    width: 22rem;
  }
}
.footer_logo img {
  filter: drop-shadow(1px 2px 5px rgba(0, 0, 0, 0.8));
}
.footer_copyright {
  width: 100%;
  margin: 0 auto;
  background-color: var(--black);
  padding-block: 1rem;
}
@media screen and (max-width: 767px) {
  .footer_copyright {
    padding-block: 1rem 4rem;
  }
}
.footer_copyright p {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  font-family: "optima-lt-pro", sans-serif;
}

@media screen and (max-width: 767px) {
  .android .footer {
    height: auto;
  }
}

/*------------------------------*/
html {
  scroll-behavior: auto !important;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
/*# sourceMappingURL=common.css.map */