:root {
  --grad-progress: 0;
  --intro-progress: 0;
  --g-padding-s: 36rem;
  --g-padding-m: 80px;
  --g-padding-l: 180rem;
  --g-color-base: #EDF3F9;
  --g-color-brown: #2D6AAD;
  --g-color-black: #333333;
  --g-color-white: #fff;
  --g-color-orange: #ef6400;
  --g-color-red: #D33333;
  --g-color-pink: #D372EA;
  --g-color-blue: #02648E;
  --g-color-green: #00BA8B;
  --g-color-gray: #D2D6D7;
  --g-color-yellow: #E9A83B;
  --g-color-border: #707070;
}
@media screen and (max-width: 1600px) {
  :root {
    --g-padding-m: 80rem;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --g-padding-m: 0;
  }
}

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%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 0.0625vw;
  }
}
@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;
}

body {
  overflow-wrap: break-word;
  width: 100%;
  min-height: 100%;
  line-height: 1.8;
  background-color: var(--g-color-base);
  overflow-x: clip;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}
body.is-menu-active {
  overflow: hidden;
}
body.stop {
  position: fixed;
  overflow: hidden;
  width: 100%;
}
body.is-loading main {
  filter: blur(20px);
}

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 {
  overflow: hidden;
  text-align: center;
}
.sec-ttl p {
  font-size: 24px;
  font-family: "MPLUS1";
  letter-spacing: 0.2em;
  margin-bottom: 32px;
  color: var(--g-color-brown);
}
@media screen and (max-width: 1600px) {
  .sec-ttl p {
    font-size: 24rem;
    margin-bottom: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-ttl p {
    font-size: 20rem;
    margin-bottom: 24rem;
  }
}
.sec-ttl h2 {
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 1.5;
  color: var(--g-color-black);
}
@media screen and (max-width: 1600px) {
  .sec-ttl h2 {
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-ttl h2 {
    font-size: 24rem;
  }
}

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

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

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

@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("../fonts/ZenKakuGothicAntique-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("../fonts/ZenKakuGothicAntique-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("../fonts/ZenKakuGothicAntique-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("../fonts/ZenKakuGothicAntique-Medium.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("../fonts/ZenKakuGothicAntique-Medium.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("../fonts/ZenKakuGothicAntique-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("../fonts/ZenKakuGothicAntique-Black.ttf");
  font-weight: 900;
}
@font-face {
  font-family: "MPLUS1";
  src: url("../fonts/MPLUS1-VariableFont_wght.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "MPLUS1";
  src: url("../fonts/MPLUS1-VariableFont_wght.ttf");
  font-weight: bold;
}
html {
  font-family: "Zen Kaku Gothic Antique";
}

.js-io._fadeup {
  transform: translate(0, 36px);
  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);
  visibility: hidden;
  opacity: 0;
  filter: blur(10px);
}
.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: 1600px) {
  .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._show {
  transform: translate(0) scale(1);
  visibility: visible;
  filter: blur(0);
  opacity: 1;
}
.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.1s;
}
.js-io._delay._show:nth-of-type(3) {
  transition-delay: 0.18s;
}
.js-io._delay._show:nth-of-type(4) {
  transition-delay: 0.26s;
}
.js-io._delay._show:nth-of-type(5) {
  transition-delay: 0.34s;
}
.js-io._delay._show:nth-of-type(6) {
  transition-delay: 0.42s;
}
.js-io._delay._show:nth-of-type(7) {
  transition-delay: 0.5s;
}
.js-io._delay._show:nth-of-type(8) {
  transition-delay: 0.58s;
}
.js-io._delay._show:nth-of-type(9) {
  transition-delay: 0.66s;
}
.js-io._delay._show:nth-of-type(10) {
  transition-delay: 0.74s;
}

.js-menu .c-menu {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.js-menu .c-menu span {
  position: relative;
  display: inline-block;
  line-height: 1;
  color: inherit;
}
.js-menu .c-menu span::after {
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
  content: attr(data-text);
  transform: translateY(100%);
}

._fvzoomup {
  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);
}
._fvzoomup._show {
  transform: translate(0) scale(1);
  visibility: visible;
  filter: blur(0);
  opacity: 1;
}

._fvdelay1 {
  transition-delay: 0.1s;
}

._fvdelay2 {
  transition-delay: 0.2s;
}

._fvdelay3 {
  transition-delay: 0.3s;
}

._fadeup {
  transform: translate(0, 36px);
  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);
  visibility: hidden;
  opacity: 0;
  filter: blur(10px);
}

._show {
  transform: translate(0) scale(1);
  visibility: visible;
  filter: blur(0);
  opacity: 1;
}

.loading {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #F4FBFD;
  text-align: center;
  color: #fff;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: opacity 0.4s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.9s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.9s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.4s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.9s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.4s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.9s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  overflow: hidden;
}
.loading-content .loading-txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.loading-content .loading-txt.loading-animation {
  opacity: 1;
  filter: blur(0);
}
.loading-content .loading-txt .loading-logo-main {
  position: absolute;
  top: 50px;
  left: 50px;
  transform: unset;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .loading-content .loading-txt .loading-logo-main {
    top: 50rem;
    left: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .loading-content .loading-txt .loading-logo-main {
    top: 20rem;
    left: 20rem;
  }
}
.loading-content .loading-txt .loading-logo a:nth-child(1) img {
  width: 159px;
  margin-right: 10px;
}
@media screen and (max-width: 1600px) {
  .loading-content .loading-txt .loading-logo a:nth-child(1) img {
    margin-right: 10rem;
    width: 159rem;
  }
}
@media screen and (max-width: 768px) {
  .loading-content .loading-txt .loading-logo a:nth-child(1) img {
    width: 92rem;
  }
}
.loading-content .loading-txt .loading-logo a:nth-child(2) img {
  width: 72px;
}
@media screen and (max-width: 1600px) {
  .loading-content .loading-txt .loading-logo a:nth-child(2) img {
    width: 72rem;
  }
}
@media screen and (max-width: 768px) {
  .loading-content .loading-txt .loading-logo a:nth-child(2) img {
    width: 42rem;
  }
}
.loading-content .loading-txt .loading-deco {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  border-radius: 50%;
  box-shadow: inset -30px 52px 32px -5px rgb(255, 255, 255), inset 3px -20px 15px rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1600px) {
  .loading-content .loading-txt .loading-deco {
    width: 800rem;
    height: 800rem;
  }
}
@media screen and (max-width: 768px) {
  .loading-content .loading-txt .loading-deco {
    width: 300rem;
    height: 300rem;
  }
}
.loading-content .loading-txt p {
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.2em;
  line-height: 2;
  font-family: "Zen Kaku Gothic Antique";
  color: var(--g-color-brown);
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1600px) {
  .loading-content .loading-txt p {
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .loading-content .loading-txt p {
    font-size: 18rem;
  }
}
.loading-content .loading-txt .loading-txt__elem {
  animation: loading-txt-animation 1s forwards ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.loading-content .loading-txt .loading-txt__elem:nth-child(2) {
  animation-delay: 0.4s;
}
.loading-content .loading-txt .loading-txt__elem:nth-child(3) {
  animation-delay: 0.8s;
}
.loading-content .loading-txt .loading-txt__elem:nth-child(4) {
  animation-delay: 1.2s;
}
@keyframes loading-txt-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loading.hidden {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  opacity: 0;
  visibility: hidden;
}

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

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 58px 98px 0 73px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 998;
  visibility: hidden;
  transition: padding 0.5s ease-in-out;
}
@media screen and (max-width: 1600px) {
  .header {
    padding: 58rem 98rem 0 73rem;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 20rem;
  }
}
.header.z-index {
  z-index: 700;
}
.header.down {
  padding: 50px 60px 0 50px;
}
@media screen and (max-width: 1600px) {
  .header.down {
    padding: 50rem 60rem 0 50rem;
  }
}
@media screen and (max-width: 768px) {
  .header.down {
    padding: 20rem;
  }
}
.header.down .logo img {
  width: 210px;
}
@media screen and (max-width: 1600px) {
  .header.down .logo img {
    width: 210rem;
  }
}
@media screen and (max-width: 768px) {
  .header.down .logo img {
    width: 134rem;
  }
}
.header.down .menu-btn__wrap {
  transform: scale(1);
}
.header .logo {
  position: relative;
  visibility: visible;
}
.header .logo h1 {
  display: flex;
  align-items: center;
}
.header .logo a:nth-child(1) img {
  width: 159px;
  margin-right: 10px;
}
@media screen and (max-width: 1600px) {
  .header .logo a:nth-child(1) img {
    margin-right: 10rem;
    width: 159rem;
  }
}
@media screen and (max-width: 768px) {
  .header .logo a:nth-child(1) img {
    width: 92rem;
  }
}
.header .logo a:nth-child(2) img {
  width: 72px;
}
@media screen and (max-width: 1600px) {
  .header .logo a:nth-child(2) img {
    width: 72rem;
  }
}
@media screen and (max-width: 768px) {
  .header .logo a:nth-child(2) img {
    width: 42rem;
  }
}
.header .logo.open-menu img:nth-child(1) {
  opacity: 0;
}
.header .logo.open-menu img:nth-child(2) {
  opacity: 1;
}
.header .menu-btn-full-container {
  position: fixed;
  top: 40px;
  right: 40px;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 1600px) {
  .header .menu-btn-full-container {
    top: 40rem;
    right: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .header .menu-btn-full-container {
    top: 15rem;
    right: 15rem;
  }
}
.header .menu-btn-full-container.hidden {
  opacity: 0;
}
.header .menu-btn__wrap {
  visibility: visible;
  position: relative;
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 0.3s ease-in-out, transform 0.5s ease-in-out;
}
.header .menu-btn__wrap.loaded {
  opacity: 1;
}
.header .menu-btn__wrap .menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-image: linear-gradient(0.35turn, #18488B, #2461BB);
  position: relative;
  transition: transform 0.6s ease-in-out, box-shadow 0.3s ease-in-out;
  transition-timing-function: cubic-bezier(1, -0.195, 0, 1.33);
}
@media screen and (max-width: 1600px) {
  .header .menu-btn__wrap .menu-btn {
    width: 100rem;
    height: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .header .menu-btn__wrap .menu-btn {
    width: 49rem;
    height: 49rem;
  }
}
.header .menu-btn__wrap .menu-btn-container {
  position: relative;
  z-index: 2;
}
.header .menu-btn__wrap .menu-btn span {
  height: 3px;
  width: 46px;
  display: block;
  background: var(--g-color-white);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1600px) {
  .header .menu-btn__wrap .menu-btn span {
    width: 46rem;
  }
}
@media screen and (max-width: 768px) {
  .header .menu-btn__wrap .menu-btn span {
    width: 22.7rem;
    height: 1.5rem;
  }
}
.header .menu-btn__wrap .menu-btn span:nth-child(2) {
  margin: 8px 0;
}
@media screen and (max-width: 1600px) {
  .header .menu-btn__wrap .menu-btn span:nth-child(2) {
    margin: 8rem 0;
  }
}
@media screen and (max-width: 768px) {
  .header .menu-btn__wrap .menu-btn span:nth-child(2) {
    margin: 5.4rem 0;
  }
}
.header .menu-btn__wrap .menu-btn span:last-child {
  width: 26px;
}
@media screen and (max-width: 1600px) {
  .header .menu-btn__wrap .menu-btn span:last-child {
    width: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .header .menu-btn__wrap .menu-btn span:last-child {
    width: 13.2rem;
  }
}
.header .menu-btn__wrap .menu-btn.open-menu {
  border: 1px solid var(--g-color-white);
}
.header .menu-btn__wrap .menu-btn.open-menu span:nth-child(1) {
  transform: translate(0, 11px) rotate(-40deg);
}
@media screen and (max-width: 1600px) {
  .header .menu-btn__wrap .menu-btn.open-menu span:nth-child(1) {
    transform: translate(0, 11rem) rotate(-40deg);
  }
}
@media screen and (max-width: 768px) {
  .header .menu-btn__wrap .menu-btn.open-menu span:nth-child(1) {
    transform: translate(0, 7rem) rotate(-40deg);
    width: 22rem;
  }
}
.header .menu-btn__wrap .menu-btn.open-menu span:nth-child(2) {
  opacity: 0;
}
.header .menu-btn__wrap .menu-btn.open-menu span:nth-child(3) {
  width: 46px;
  transform: translate(0, -11px) rotate(40deg);
}
@media screen and (max-width: 1600px) {
  .header .menu-btn__wrap .menu-btn.open-menu span:nth-child(3) {
    width: 46rem;
    transform: translate(0, -11rem) rotate(40deg);
  }
}
@media screen and (max-width: 768px) {
  .header .menu-btn__wrap .menu-btn.open-menu span:nth-child(3) {
    width: 22rem;
    transform: translate(0, -7rem) rotate(40deg);
  }
}
.header .menu-btn__wrap .menu-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 94%;
  height: 94%;
  background: #fff;
  opacity: 0;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.header .menu-btn__wrap .menu-btn:hover {
  transform: rotate(360deg);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
.header .menu-btn__wrap .menu-btn:hover span {
  background: var(--g-color-brown);
}
.header .menu-btn__wrap .menu-btn:hover::after {
  opacity: 1;
}
.header .menu-btn__wrap .sns-share {
  position: absolute;
  cursor: pointer;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-image: linear-gradient(0.35turn, #18488B, #2461BB);
  transition: all 0.3s ease-in-out;
  visibility: visible;
  bottom: 0;
  left: 0;
  transform: translateY(calc(100% + 16px));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: transform 0.6s ease-in-out, box-shadow 0.3s ease-in-out;
  transition-timing-function: cubic-bezier(1, -0.195, 0, 1.33);
}
@media screen and (max-width: 1600px) {
  .header .menu-btn__wrap .sns-share {
    width: 100rem;
    height: 100rem;
    transform: translateY(calc(100% + 16rem));
  }
}
@media screen and (max-width: 768px) {
  .header .menu-btn__wrap .sns-share {
    transform: translateY(calc(100% + 5rem));
    width: 49rem;
    height: 49rem;
  }
}
.header .menu-btn__wrap .sns-share-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.header .menu-btn__wrap .sns-share.open-menu {
  opacity: 0;
  visibility: hidden;
}
.header .menu-btn__wrap .sns-share p {
  text-align: center;
  font-size: 14px;
  font-family: "MPLUS1";
  letter-spacing: 0.1em;
  color: var(--g-color-white);
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  z-index: 2;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 1600px) {
  .header .menu-btn__wrap .sns-share p {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .header .menu-btn__wrap .sns-share p {
    font-size: 7rem;
  }
}
.header .menu-btn__wrap .sns-share svg {
  position: relative;
  z-index: 2;
  width: 18px;
  margin-top: 5px;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 1600px) {
  .header .menu-btn__wrap .sns-share svg {
    width: 18rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .header .menu-btn__wrap .sns-share svg {
    width: 7.7rem;
    height: 5.4rem;
    margin-top: 2.7rem;
  }
}
.header .menu-btn__wrap .sns-share svg path {
  transition: fill 0.3s ease-in-out;
}
.header .menu-btn__wrap .sns-share::after {
  content: "";
  position: absolute;
  width: 94%;
  height: 94%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  background: var(--g-color-white);
  border-radius: 50%;
}
.header .menu-btn__wrap .sns-share:hover {
  transform: translateY(calc(100% + 16px)) rotate(360deg);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1600px) {
  .header .menu-btn__wrap .sns-share:hover {
    transform: translateY(calc(100% + 16rem));
  }
}
@media screen and (max-width: 768px) {
  .header .menu-btn__wrap .sns-share:hover {
    transform: translateY(calc(100% + 5rem));
  }
}
.header .menu-btn__wrap .sns-share:hover p {
  color: var(--g-color-brown);
}
.header .menu-btn__wrap .sns-share:hover svg path {
  fill: var(--g-color-brown);
}
.header .menu-btn__wrap .sns-share:hover::after {
  opacity: 1;
}
.header .menu-btn__wrap .sns-share.clicked {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
.header .menu-btn__wrap .sns-share.clicked::after {
  opacity: 1;
}
.header .menu-btn__wrap .sns-share.clicked p {
  color: var(--g-color-brown);
}
.header .menu-btn__wrap .sns-share.clicked svg {
  transform: rotate(180deg);
}
.header .menu-btn__wrap .sns-share.clicked svg path {
  fill: var(--g-color-brown);
}
.header .menu-btn__wrap .sns-drop {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% + 136px));
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
@media screen and (max-width: 1600px) {
  .header .menu-btn__wrap .sns-drop {
    transform: translate(-50%, calc(100% + 136rem));
  }
}
@media screen and (max-width: 768px) {
  .header .menu-btn__wrap .sns-drop {
    transform: translate(-50%, calc(100% + 55rem));
  }
}
@media screen and (max-width: 768px) {
  .header .menu-btn__wrap .sns-drop ul {
    width: 34rem;
  }
}
.header .menu-btn__wrap .sns-drop ul li {
  margin-top: 16px;
}
@media screen and (max-width: 1600px) {
  .header .menu-btn__wrap .sns-drop ul li {
    margin-top: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .header .menu-btn__wrap .sns-drop ul li {
    margin-top: 10rem;
    width: 34rem;
  }
}
.header .menu-btn__wrap .sns-drop ul li a img {
  width: 61px;
}
@media screen and (max-width: 1600px) {
  .header .menu-btn__wrap .sns-drop ul li a img {
    width: 61rem;
  }
}
@media screen and (max-width: 768px) {
  .header .menu-btn__wrap .sns-drop ul li a img {
    width: 34rem;
  }
}
.header .menu-btn__wrap .sns-drop.clicked {
  height: 230px;
}
@media screen and (max-width: 1600px) {
  .header .menu-btn__wrap .sns-drop.clicked {
    height: 230rem;
  }
}
@media screen and (max-width: 768px) {
  .header .menu-btn__wrap .sns-drop.clicked {
    height: 132rem;
  }
}

.full-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.full-bg.open-menu {
  opacity: 1;
  visibility: visible;
}
.full-bg.open-modal {
  opacity: 1;
  visibility: visible;
}

.header-menu {
  background: var(--g-color-brown);
  width: calc(100% - 35px);
  height: calc(100vh - 30px);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 890;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  border-radius: 30px;
}
@media screen and (max-width: 1600px) {
  .header-menu {
    border-radius: 30rem;
    width: calc(100% - 35rem);
    height: calc(100vh - 30rem);
  }
}
@media screen and (max-width: 768px) {
  .header-menu {
    border-radius: 16rem;
    width: 370rem;
    height: calc(100vh - 20rem);
  }
}
@media screen and (max-width: 768px) {
  .header-menu .container {
    padding: 0 15rem;
  }
}
.header-menu-intro {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-menu-intro-img img {
  width: 168px;
  margin-right: 57px;
  visibility: hidden !important;
}
@media screen and (max-width: 1600px) {
  .header-menu-intro-img img {
    margin-right: 57rem;
    width: 168rem;
  }
}
@media screen and (max-width: 768px) {
  .header-menu-intro-img img {
    width: 104rem;
    margin-right: 27rem;
  }
}
.header-menu-intro-img.open-menu img {
  visibility: visible !important;
}
.header-menu-intro-txt p {
  font-size: 32px;
  letter-spacing: 0.2em;
  color: var(--g-color-white);
  line-height: 1.5;
  font-family: "Zen Kaku Gothic Antique";
  font-weight: 400;
}
@media screen and (max-width: 1600px) {
  .header-menu-intro-txt p {
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .header-menu-intro-txt p {
    font-size: 20rem;
  }
}
.header-menu-intro-txt p span {
  font-size: 20px;
}
@media screen and (max-width: 1600px) {
  .header-menu-intro-txt p span {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .header-menu-intro-txt p span {
    font-size: 14rem;
  }
}
.header-menu-link {
  margin: 91px 0;
}
@media screen and (max-width: 1600px) {
  .header-menu-link {
    margin: 91rem 0;
  }
}
@media screen and (max-width: 768px) {
  .header-menu-link {
    margin: 59rem 0 71rem;
  }
}
.header-menu-link ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header-menu-link ul {
    display: grid;
    grid-template-columns: repeat(2, 3fr);
    gap: 10rem 30rem;
  }
}
.header-menu-link ul li a {
  color: var(--g-color-white);
  font-size: 30px;
  letter-spacing: 0.2em;
  font-family: "MPLUS1";
  position: relative;
}
@media screen and (max-width: 1600px) {
  .header-menu-link ul li a {
    font-size: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .header-menu-link ul li a {
    font-size: 16rem;
  }
}
.header-menu-share {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 51px;
}
@media screen and (max-width: 1600px) {
  .header-menu-share {
    margin-bottom: 51rem;
  }
}
@media screen and (max-width: 768px) {
  .header-menu-share {
    margin-bottom: 48rem;
  }
}
.header-menu-share p {
  color: var(--g-color-white);
  font-size: 24px;
  letter-spacing: 0.2em;
  font-family: "MPLUS1";
  margin-right: 37px;
}
@media screen and (max-width: 1600px) {
  .header-menu-share p {
    margin-right: 37rem;
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .header-menu-share p {
    font-size: 20rem;
    margin-right: 35rem;
  }
}
.header-menu-share ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-menu-share ul li:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 1600px) {
  .header-menu-share ul li:not(:last-child) {
    margin-right: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .header-menu-share ul li:not(:last-child) {
    margin-right: 17rem;
  }
}
.header-menu-share ul li a img {
  width: 62px;
}
@media screen and (max-width: 1600px) {
  .header-menu-share ul li a img {
    width: 62rem;
  }
}
@media screen and (max-width: 768px) {
  .header-menu-share ul li a img {
    width: 54rem;
  }
}
.header-menu-footer > p {
  color: var(--g-color-white);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .header-menu-footer > p {
    font-size: 12rem;
  }
}
.header-menu.open-menu {
  opacity: 1;
  visibility: visible;
}

.footer {
  position: relative;
  transition: background-color 0.5s ease-in-out;
}
.footer .footer__body {
  position: relative;
  min-height: 100vh;
}
.footer .footer__main {
  position: relative;
  min-height: 100vh;
}
.footer .footer-bottom {
  overflow-x: hidden;
  overflow-y: auto !important;
  visibility: hidden;
}
.footer .footer-bottom.show {
  visibility: visible;
}
.footer .c-ruler__items {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.footer .c-ruler__item {
  width: 1px;
}
.footer .c-ruler__item:nth-child(1) {
  height: 75%;
}
.footer .c-ruler__item:nth-child(2) {
  height: 25%;
}
.footer .footer-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  min-height: 100vh;
  left: 0;
}
.footer-ai-img {
  pointer-events: none;
  touch-action: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 30%);
  width: 511px;
  transition: all 0.6s ease-in-out;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .footer-ai-img {
    width: 511rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-ai-img {
    width: 309rem;
    transform: translate(-50%, 40%);
  }
}
.footer-ai-img.move {
  transform: translate(-50%, 50%) scale(0.4);
  bottom: 87%;
  left: 6%;
}
@media screen and (max-width: 768px) {
  .footer-ai-img.move {
    bottom: 89%;
    left: 18%;
  }
}
.footer-ai-img img {
  width: 511px;
  visibility: visible;
}
@media screen and (max-width: 1600px) {
  .footer-ai-img img {
    width: 511rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-ai-img img {
    width: 309rem;
  }
}
.footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.footer .footer-bottom .container {
  position: relative;
}
.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 74px;
}
@media screen and (max-width: 1600px) {
  .footer-main {
    margin-bottom: 74rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-main {
    flex-direction: column;
    margin-bottom: 40rem;
  }
}
.footer-intro {
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  .footer-intro {
    margin-bottom: 50rem;
  }
}
.footer-intro-img img {
  width: 174px;
  margin-right: 54px;
  opacity: 0;
  visibility: hidden !important;
}
@media screen and (max-width: 1600px) {
  .footer-intro-img img {
    margin-right: 54rem;
    width: 174rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-intro-img img {
    margin-right: 27rem;
    width: 104rem;
  }
}
.footer-intro-txt {
  width: 80%;
}
.footer-intro-txt p {
  font-size: 32px;
  letter-spacing: 0.2em;
  color: var(--g-color-white);
  line-height: 1.5;
  font-family: "Zen Kaku Gothic Antique";
  font-weight: 400;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
@media screen and (max-width: 1600px) {
  .footer-intro-txt p {
    font-size: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-intro-txt p {
    font-size: 20rem;
  }
}
.footer-intro-txt p span {
  font-size: 20px;
}
@media screen and (max-width: 1600px) {
  .footer-intro-txt p span {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-intro-txt p span {
    font-size: 14rem;
  }
}
.footer-intro-txt p.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.footer-intro-txt img {
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .footer-intro-txt img {
    width: 118rem;
    margin-top: 14rem;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 768px) {
  .footer-intro-txt img.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
.footer-link {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .footer-link {
    text-align: left;
    padding: 0 20rem;
  }
}
.footer-link .footer-logo {
  margin-bottom: 31px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1600px) {
  .footer-link .footer-logo {
    margin-bottom: 31rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-link .footer-logo {
    display: none;
  }
}
.footer-link .footer-logo.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.footer-link .footer-logo img {
  width: 241px;
}
@media screen and (max-width: 1600px) {
  .footer-link .footer-logo img {
    width: 241rem;
  }
}
.footer-link ul {
  display: flex;
  align-items: center;
  justify-content: right;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .footer-link ul {
    display: grid;
    grid-template-columns: repeat(2, 3fr);
    gap: 10rem 40rem;
  }
}
.footer-link ul.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.footer-link ul li:not(:first-child) {
  margin-left: 25px;
}
@media screen and (max-width: 1600px) {
  .footer-link ul li:not(:first-child) {
    margin-left: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-link ul li:not(:first-child) {
    margin-left: 0;
  }
}
.footer-link ul li a {
  color: var(--g-color-white);
  font-size: 18px;
  letter-spacing: 0.2em;
  font-family: "MPLUS1";
  position: relative;
}
@media screen and (max-width: 1600px) {
  .footer-link ul li a {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-link ul li a {
    font-size: 16rem;
  }
}
.footer-link ul li a::after {
  content: "";
  width: 0;
  height: 1px;
  background: var(--g-color-white);
  transition: width 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer-link ul li a:hover::after {
  width: 100%;
  left: 0;
  right: unset;
}
.footer-share {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 51px;
}
@media screen and (max-width: 1600px) {
  .footer-share {
    margin-bottom: 51rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-share {
    padding: 0 20rem;
    margin-bottom: 40rem;
  }
}
.footer-share p {
  color: var(--g-color-white);
  font-size: 24px;
  letter-spacing: 0.2em;
  font-family: "MPLUS1";
  margin-right: 37px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
@media screen and (max-width: 1600px) {
  .footer-share p {
    margin-right: 37rem;
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-share p {
    margin-right: 35rem;
    font-size: 20rem;
  }
}
.footer-share p.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.footer-share ul {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
.footer-share ul.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.footer-share ul li:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 1600px) {
  .footer-share ul li:not(:last-child) {
    margin-right: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-share ul li:not(:last-child) {
    margin-right: 17rem;
  }
}
.footer-share ul li a img {
  width: 62px;
}
@media screen and (max-width: 1600px) {
  .footer-share ul li a img {
    width: 62rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-share ul li a img {
    width: 54rem;
  }
}
.footer-banner {
  text-align: center;
  margin-bottom: 50px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
@media screen and (max-width: 1600px) {
  .footer-banner {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-banner {
    margin-bottom: 40rem;
  }
}
.footer-banner.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.footer-banner.show img {
  visibility: visible !important;
}
.footer-banner img {
  visibility: hidden !important;
  margin: auto;
  width: 1000px;
}
@media screen and (max-width: 1600px) {
  .footer-banner img {
    width: 1000rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-banner img {
    width: 276rem;
  }
}
.footer-footer > p {
  color: var(--g-color-white);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1600px) {
  .footer-footer > p {
    font-size: 12rem;
  }
}
.footer-footer > p.show {
  opacity: 1;
  transform: translateY(0);
}
.footer .sec-appendix-footer-txt {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 15;
  visibility: hidden;
}
.footer .sec-appendix-footer-txt.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.footer .sec-appendix-footer-txt p {
  text-align: center;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 2.2;
  color: var(--g-color-black);
  font-weight: 500;
  position: relative;
  z-index: 5;
  max-width: 960px;
  margin: auto;
}
@media screen and (max-width: 1600px) {
  .footer .sec-appendix-footer-txt p {
    max-width: 960rem;
    font-size: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .sec-appendix-footer-txt p {
    max-width: 100%;
    font-size: 18rem;
  }
}
.footer .sec-appendix-footer-txt p span:nth-child(1) {
  opacity: 1 !important;
  color: #AAA;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.footer .sec-appendix-footer-txt p span:nth-child(2) {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% calc(var(--grad-progress) * 105% - 5%), 0 calc(var(--grad-progress) * 105%));
          clip-path: polygon(0 0, 100% 0%, 100% calc(var(--grad-progress) * 105% - 5%), 0 calc(var(--grad-progress) * 105%));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #333;
  opacity: 1;
  z-index: 5;
}
.footer .sec-appendix-footer {
  position: relative;
  padding-top: 10%;
}
@media screen and (max-width: 768px) {
  .footer .sec-appendix-footer {
    padding-top: 30%;
  }
}
.footer .sec-appendix-footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
.footer .sec-appendix-footer-bg.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.footer .sec-appendix-loop-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: 269px;
  margin-bottom: 148px;
}
@media screen and (max-width: 1600px) {
  .footer .sec-appendix-loop-wrap {
    margin-top: 60rem;
    margin-bottom: 90rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .sec-appendix-loop-wrap {
    margin-top: 48rem;
    margin-bottom: 90rem;
  }
}
.footer .sec-appendix-loop-area {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  animation: loop-area 120s infinite linear;
}
.footer .sec-appendix-loop-area:not(:last-child) {
  margin-right: 200px;
}
@media screen and (max-width: 1600px) {
  .footer .sec-appendix-loop-area:not(:last-child) {
    margin-right: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .sec-appendix-loop-area:not(:last-child) {
    margin-right: 120rem;
  }
}
@keyframes loop-area {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.footer .sec-appendix-loop-txt {
  font-size: 180px;
  letter-spacing: 0.1em;
  font-family: "MPLUS1";
  font-weight: bold;
  color: var(--g-color-white);
  text-wrap: nowrap;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .footer .sec-appendix-loop-txt {
    font-size: 180rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .sec-appendix-loop-txt {
    font-size: 72rem;
  }
}
.footer .sec-appendix-loop-txt:not(:last-child) {
  margin-right: 200px;
}
@media screen and (max-width: 1600px) {
  .footer .sec-appendix-loop-txt:not(:last-child) {
    margin-right: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .sec-appendix-loop-txt:not(:last-child) {
    margin-right: 120rem;
  }
}

.to-top {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 100px;
  right: 90px;
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  .to-top {
    width: 120rem;
    height: 120rem;
    bottom: 100rem;
    right: 90rem;
  }
}
@media screen and (max-width: 768px) {
  .to-top {
    width: 84rem;
    height: 84rem;
    bottom: 20rem;
    right: 20rem;
  }
}
.to-top__wrap {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .to-top__wrap {
    width: 84rem;
    height: 84rem;
  }
}
@media screen and (max-width: 768px) {
  .to-top__wrap {
    width: 62rem;
    height: 62rem;
  }
}
.to-top__wrap svg {
  width: 28px;
  height: 12px;
}
@media screen and (max-width: 1600px) {
  .to-top__wrap svg {
    width: 28rem;
    height: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .to-top__wrap svg {
    width: 16rem;
    height: 7rem;
  }
}
.to-top__wrap span {
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  color: var(--g-color-white);
  font-family: "MPLUS1";
  line-height: 1.5;
  font-weight: 500;
  margin-top: 7px;
  font-size: 12px;
}
@media screen and (max-width: 1600px) {
  .to-top__wrap span {
    margin-top: 7rem;
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .to-top__wrap span {
    margin-top: 5rem;
    font-size: 10rem;
  }
}
.to-top__circle-wrap {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transition: opacity 0.8s;
  transform: translate(-50%, -50%);
}
.to-top__circle-wrap .wave__circle {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  opacity: 0;
  width: 0;
  height: 0;
  transition: none;
  animation-name: ripple;
  animation-duration: 3s;
  animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
  animation-iteration-count: infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.to-top__circle-wrap .wave__circle:nth-child(2) {
  animation-delay: -1s;
}
.to-top__circle-wrap .wave__circle:nth-child(3) {
  animation-delay: -2s;
}
@media screen and (max-width: 768px) {
  .to-top__circle-wrap .wave__circle {
    animation-name: ripple-sp;
  }
}
@keyframes ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 200px;
    height: 200px;
    opacity: 0;
  }
}
@keyframes ripple-sp {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 140rem;
    height: 140rem;
    opacity: 0;
  }
}

.changes-modal__wrap {
  position: fixed;
  z-index: 999;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 1440px;
  height: 100vh;
  background: var(--g-color-white);
  border-radius: 32px;
  padding: 60px 70px;
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .changes-modal__wrap {
    width: 96vw;
  }
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap {
    padding: 60rem 60rem;
    border-radius: 32rem;
    top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap {
    padding: 20rem;
    border-radius: 16rem;
    padding-top: 20rem;
    width: 350rem;
    top: 30rem;
  }
}
.changes-modal__wrap.open-modal {
  opacity: 1;
  visibility: visible;
  display: block;
}
.changes-modal__wrap .changes-modal-close {
  position: absolute;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  background-image: linear-gradient(0.35turn, #18488B, #2461BB);
  transition: transform 0.6s ease-in-out, box-shadow 0.3s ease-in-out;
  transition-timing-function: cubic-bezier(1, -0.195, 0, 1.33);
  top: 40px;
  right: 74px;
  transform: translateX(50%);
  visibility: visible;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-close {
    width: 64rem;
    height: 64rem;
    top: 40rem;
    right: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-close {
    top: 20rem;
    right: 20rem;
    transform: unset;
    width: 40rem;
    height: 40rem;
  }
}
.changes-modal__wrap .changes-modal-close-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.changes-modal__wrap .changes-modal-close::after {
  content: "";
  background: var(--g-color-white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 102%;
  height: 102%;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-close::after {
    display: none;
  }
}
.changes-modal__wrap .changes-modal-close svg {
  position: relative;
  z-index: 2;
  width: 25px;
  height: 22px;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-close svg {
    width: 25rem;
    height: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-close svg {
    width: 15rem;
    height: 13rem;
  }
}
.changes-modal__wrap .changes-modal-close svg path {
  transition: all 0.3s ease-in-out;
}
.changes-modal__wrap .changes-modal-close:hover {
  transform: translateX(50%) rotate(360deg);
  box-shadow: 0 5px 10px rgba(51, 51, 51, 0.3);
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-close:hover {
    transform: unset;
    box-shadow: unset;
  }
}
.changes-modal__wrap .changes-modal-close:hover::after {
  opacity: 1;
}
.changes-modal__wrap .changes-modal-close:hover svg path {
  stroke: var(--g-color-brown);
}
.changes-modal__wrap .changes-modal {
  height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 80px 0;
}
.changes-modal__wrap .changes-modal::-webkit-scrollbar {
  width: 8px;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal::-webkit-scrollbar {
    width: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal::-webkit-scrollbar {
    display: none;
  }
}
.changes-modal__wrap .changes-modal::-webkit-scrollbar-thumb {
  width: 8px;
  height: 200px;
  border-radius: 10px;
  background: var(--g-color-brown);
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal::-webkit-scrollbar-thumb {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal {
    padding: 0 80rem 0;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal {
    padding: 0;
    margin-top: 50rem;
    width: 100%;
  }
}
.changes-modal__wrap .changes-modal-container {
  position: relative;
  height: -moz-max-content;
  height: max-content;
  margin-top: 78px;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-container {
    margin-top: 78rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-container {
    margin-top: 40rem;
  }
}
.changes-modal__wrap .changes-modal-ttl {
  font-size: 24px;
  font-weight: bold;
  color: var(--g-color-black);
  text-align: center;
  font-family: "MPLUS1";
  letter-spacing: 0.2em;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-ttl {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-ttl {
    position: absolute;
    top: 30rem;
    left: 50%;
    transform: translateX(-50%);
    width: -moz-min-content;
    width: min-content;
    font-size: 24rem;
    margin-bottom: 28rem;
  }
}
.changes-modal__wrap .changes-modal-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-head {
    margin-bottom: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-head {
    display: block;
    margin-bottom: 56rem;
  }
}
.changes-modal__wrap .changes-modal-head-img {
  width: 360px;
  height: 360px;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-head-img {
    border-radius: 16rem;
    width: 360rem;
    height: 360rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-head-img {
    width: 100%;
    margin-bottom: 32rem;
    height: 310rem;
  }
}
.changes-modal__wrap .changes-modal-head-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.changes-modal__wrap .changes-modal-head-txt {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  width: 700px;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-head-txt {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-head-txt {
    width: 100%;
  }
}
.changes-modal__wrap .changes-modal-head-txt-ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-head-txt-ttl {
    margin-bottom: 30rem;
  }
}
.changes-modal__wrap .changes-modal-head-txt-ttl p {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-family: "Zen Kaku Gothic Antique";
  color: var(--g-color-black);
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-head-txt-ttl p {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-head-txt-ttl p {
    font-size: 24rem;
  }
}
.changes-modal__wrap .changes-modal-head-items {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-head-items {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.changes-modal__wrap .changes-modal-head__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-head__item {
    width: 200rem;
    height: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-head__item {
    width: 125rem;
    height: 125rem;
  }
}
.changes-modal__wrap .changes-modal-head__item:not(:last-child) {
  margin-right: 33px;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-head__item:not(:last-child) {
    margin-right: 33rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-head__item:not(:last-child) {
    margin: 0 15rem;
  }
}
.changes-modal__wrap .changes-modal-head__item .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  flex-direction: column;
  display: flex;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-head__item .circle {
    width: calc(100% + 20rem);
    height: calc(100% + 20rem);
  }
}
.changes-modal__wrap .changes-modal-head__item .progress {
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}
.changes-modal__wrap .changes-modal-head__item .progress__meter,
.changes-modal__wrap .changes-modal-head__item .progress__value {
  fill: none;
  stroke-width: 8px;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-head__item .progress__meter,
  .changes-modal__wrap .changes-modal-head__item .progress__value {
    stroke-width: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-head__item .progress__meter,
  .changes-modal__wrap .changes-modal-head__item .progress__value {
    stroke-width: 4rem;
  }
}
.changes-modal__wrap .changes-modal-head__item .circle stop:nth-child(1) {
  stop-color: #4DBAE0;
}
.changes-modal__wrap .changes-modal-head__item .circle stop:nth-child(2) {
  stop-color: #4DBAE0;
}
.changes-modal__wrap .changes-modal-head__item .circle stop:nth-child(3) {
  stop-color: #3582BC;
}
.changes-modal__wrap .changes-modal-head__item .circle stop:nth-child(4) {
  stop-color: #3582BC;
}
.changes-modal__wrap .changes-modal-head__item .circle stop:nth-child(5) {
  stop-color: #3582BC;
}
.changes-modal__wrap .changes-modal-head__item .circle stop:nth-child(6) {
  stop-color: #3582BC;
}
.changes-modal__wrap .changes-modal-head__item .progress__meter {
  stroke: #f8f8f8;
}
.changes-modal__wrap .changes-modal-head__item .progress__value {
  stroke-linecap: round;
}
.changes-modal__wrap .changes-modal-head__item .circle input {
  display: none;
}
.changes-modal__wrap .changes-modal-head__item .modal-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-head__item .modal-circle {
    width: calc(100% + 20rem);
    height: calc(100% + 20rem);
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-head__item .modal-circle {
    width: calc(100% + 14rem);
    height: calc(100% + 14rem);
  }
}
.changes-modal__wrap .changes-modal-head__item .item-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.changes-modal__wrap .changes-modal-head__item .item-container > .swap-elem span {
  color: var(--g-color-white);
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique";
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 114px;
  height: 24px;
  background: var(--g-color-brown);
  border-radius: 100px;
  margin-bottom: 5px;
  padding: 0 10px;
  text-wrap: nowrap;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-head__item .item-container > .swap-elem span {
    font-size: 16rem;
    min-width: 114rem;
    height: 24rem;
    margin-bottom: 5rem;
    padding: 0 10rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-head__item .item-container > .swap-elem span {
    font-size: 10rem;
    min-width: 80rem;
    height: 18rem;
  }
}
.changes-modal__wrap .changes-modal-head__item .item-container.last__item > span {
  width: auto;
  padding: 0 10px;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-head__item .item-container.last__item > span {
    padding: 0 10rem;
  }
}
.changes-modal__wrap .changes-modal-head__item .item-container .item-main-txt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.changes-modal__wrap .changes-modal-head__item .item-container .item-main-txt svg {
  display: none;
  margin-top: 5px;
  width: 23px;
  height: 20px;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-head__item .item-container .item-main-txt svg {
    margin-top: 5rem;
    width: 23rem;
    height: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-head__item .item-container .item-main-txt svg {
    margin-top: 3rem;
    width: 18rem;
    height: 15rem;
  }
}
.changes-modal__wrap .changes-modal-head__item .item-container .item-main-txt p {
  font-size: 29px;
  font-family: "MPLUS1";
  letter-spacing: 0.2em;
  font-weight: bold;
  color: var(--g-color-brown);
  margin: 0 4px 0 2px;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-head__item .item-container .item-main-txt p {
    font-size: 29rem;
    margin: 0 4rem 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-head__item .item-container .item-main-txt p {
    font-size: 22rem;
    margin: 0 4rem 0 2rem;
  }
}
.changes-modal__wrap .changes-modal-head__item .item-container .item-main-txt p span {
  color: var(--g-color-brown);
  font-size: 20px;
  letter-spacing: 0.2em;
  font-family: "Zen Kaku Gothic Antique";
  font-weight: bold;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-head__item .item-container .item-main-txt p span {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-head__item .item-container .item-main-txt p span {
    font-size: 16rem;
  }
}
.changes-modal__wrap .changes-modal-head__item .item-container .item-main-txt > span {
  font-family: "Zen Kaku Gothic Antique";
  font-size: 12px;
  color: var(--g-color-brown);
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.2;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-head__item .item-container .item-main-txt > span {
    font-size: 12rem;
  }
}
.changes-modal__wrap .changes-modal-head__item.plus:first-child .circle stop:nth-child(1) {
  stop-color: #B3362C;
}
.changes-modal__wrap .changes-modal-head__item.plus:first-child .circle stop:nth-child(2) {
  stop-color: #B3362C;
}
.changes-modal__wrap .changes-modal-head__item.plus:first-child .circle stop:nth-child(3) {
  stop-color: #B3362C;
}
.changes-modal__wrap .changes-modal-head__item.plus:first-child .circle stop:nth-child(4) {
  stop-color: #B3362C;
}
.changes-modal__wrap .changes-modal-head__item.plus:first-child .circle stop:nth-child(5) {
  stop-color: #4A0107;
}
.changes-modal__wrap .changes-modal-head__item.plus:first-child .circle stop:nth-child(6) {
  stop-color: #4A0107;
}
.changes-modal__wrap .changes-modal-head__item.plus:first-child .item-container > .swap-elem span {
  background: #A93128;
}
.changes-modal__wrap .changes-modal-head__item.plus:first-child .item-container .item-main-txt p {
  color: #A93128;
}
.changes-modal__wrap .changes-modal-head__item.plus:first-child .item-container .item-main-txt p span {
  color: #A93128;
}
.changes-modal__wrap .changes-modal-head__item.plus:first-child .item-container .item-main-txt > span {
  color: #A93128;
}
.changes-modal__wrap .changes-modal-head__item.plus:nth-child(2) .item-container svg {
  display: inline-block;
}
.changes-modal__wrap .changes-modal-head__item.window:nth-child(2) .item-container > .swap-elem span {
  font-size: 11px;
  text-wrap: nowrap;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-head__item.window:nth-child(2) .item-container > .swap-elem span {
    font-size: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-head__item.window:nth-child(2) .item-container > .swap-elem span {
    font-size: 8rem;
  }
}
.changes-modal__wrap .changes-modal-head__item.minus .progress__meter {
  stroke: #3582BC;
}
.changes-modal__wrap .changes-modal-head__item.minus .progress {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.changes-modal__wrap .changes-modal-head__item.minus .progress__value {
  stroke: #f8f8f8 !important;
  transform: scale(-1);
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform-origin: center;
  stroke-width: 9px;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-head__item.minus .progress__value {
    stroke-width: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-head__item.minus .progress__value {
    stroke-width: 4.5rem;
  }
}
.changes-modal__wrap .changes-modal-content {
  margin-bottom: 160px;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-content {
    margin-bottom: 160rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-content {
    margin-bottom: 71rem;
  }
}
.changes-modal__wrap .changes-modal-content__elem {
  background: rgba(42, 103, 171, 0.05);
  border-radius: 16px;
  padding: 66px 62px 71px;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-content__elem {
    border-radius: 16rem;
    padding: 66rem 62rem 71rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-content__elem {
    padding: 30rem 18rem 40rem;
  }
}
.changes-modal__wrap .changes-modal-content__elem:not(:last-child) {
  margin-bottom: 62px;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-content__elem:not(:last-child) {
    margin-bottom: 62rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-content__elem:not(:last-child) {
    margin-bottom: 32rem;
  }
}
.changes-modal__wrap .changes-modal-content__elem-ttl span {
  display: block;
  color: var(--g-color-black);
  font-family: "MPLUS1";
  font-size: 24px;
  letter-spacing: 0.2em;
  margin-bottom: 24px;
  position: relative;
  padding-left: 31px;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-content__elem-ttl span {
    font-size: 24rem;
    margin-bottom: 24rem;
    padding-left: 31rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-content__elem-ttl span {
    font-size: 17rem;
    margin-bottom: 17rem;
    padding-left: 21rem;
  }
}
.changes-modal__wrap .changes-modal-content__elem-ttl span::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: var(--g-color-brown);
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-content__elem-ttl span::before {
    width: 16rem;
    height: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-content__elem-ttl span::before {
    width: 14rem;
    height: 14rem;
  }
}
.changes-modal__wrap .changes-modal-content__elem-ttl p {
  font-size: 24px;
  letter-spacing: 0.1em;
  color: var(--g-color-black);
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique";
  margin-bottom: 24px;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-content__elem-ttl p {
    margin-bottom: 24rem;
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-content__elem-ttl p {
    margin-bottom: 32rem;
    font-size: 14rem;
  }
}
.changes-modal__wrap .changes-modal-content__elem-txt p {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2.2;
  color: var(--g-color-black);
  font-family: "Zen Kaku Gothic Antique";
  margin-bottom: 30px;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-content__elem-txt p {
    margin-bottom: 30rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-content__elem-txt p {
    margin-bottom: 28rem;
    font-size: 12rem;
  }
}
.changes-modal__wrap .changes-modal-content__elem-ctg ul {
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-content__elem-ctg ul {
    flex-wrap: wrap;
  }
}
.changes-modal__wrap .changes-modal-content__elem-ctg ul li {
  padding: 8px 20px;
  border-radius: 10px;
  background: var(--g-color-white);
  color: var(--g-color-brown);
  font-size: 16px;
  letter-spacing: 0.1em;
  font-family: "Zen Kaku Gothic Antique";
  font-weight: 500;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-content__elem-ctg ul li {
    padding: 8rem 20rem;
    font-size: 16rem;
    border-radius: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-content__elem-ctg ul li {
    padding: 5rem 15rem;
    font-size: 12rem;
    margin-top: 14rem;
  }
}
.changes-modal__wrap .changes-modal-content__elem-ctg ul li:not(:last-child) {
  margin-right: 16px;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-content__elem-ctg ul li:not(:last-child) {
    margin-right: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-content__elem-ctg ul li:not(:last-child) {
    margin-right: 5rem;
  }
}
.changes-modal__wrap .changes-modal-footer {
  padding-bottom: 50px;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-footer {
    padding-bottom: 50rem;
  }
}
.changes-modal__wrap .changes-modal-footer-share {
  margin-bottom: 133px;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-footer-share {
    margin-bottom: 133rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-footer-share {
    margin-bottom: 72rem;
  }
}
.changes-modal__wrap .changes-modal-footer-share p {
  text-align: center;
  color: var(--g-color-brown);
  letter-spacing: 0.2em;
  font-family: "MPLUS1";
  font-size: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-footer-share p {
    margin-bottom: 40rem;
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-footer-share p {
    margin-bottom: 16rem;
    font-size: 20rem;
  }
}
.changes-modal__wrap .changes-modal-footer-share ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.changes-modal__wrap .changes-modal-footer-share ul li {
  margin: 0 10px;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-footer-share ul li {
    margin: 0 10rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-footer-share ul li {
    margin: 0 8rem;
  }
}
.changes-modal__wrap .changes-modal-footer-share ul li a img {
  width: 62px;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-footer-share ul li a img {
    width: 62rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-footer-share ul li a img {
    width: 54rem;
  }
}
.changes-modal__wrap .changes-modal-footer-other > p {
  font-size: 32px;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--g-color-black);
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique";
  margin-bottom: 85px;
  line-height: 1.5;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-footer-other > p {
    font-size: 32rem;
    margin-bottom: 85rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-footer-other > p {
    font-size: 24rem;
    margin-bottom: 48rem;
  }
}
.changes-modal__wrap .changes-modal-footer-other ul {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 42px;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-footer-other ul {
    gap: 42rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-footer-other ul {
    display: block;
  }
}
.changes-modal__wrap .changes-modal-footer-other ul li {
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: start;
  justify-content: left;
  padding: 25px 32px;
  position: relative;
  transition: all 0.6s ease-in-out;
  transition-timing-function: cubic-bezier(1, -0.195, 0, 1.33);
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-footer-other ul li {
    border-radius: 16rem;
    padding: 25rem 32rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-footer-other ul li {
    padding: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-footer-other ul li:not(:last-child) {
    margin-bottom: 24rem;
  }
}
.changes-modal__wrap .changes-modal-footer-other ul li .other-img {
  width: 114px;
  height: 114px;
  margin-right: 30px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-footer-other ul li .other-img {
    width: 114rem;
    height: 114rem;
    margin-right: 30rem;
    border-radius: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-footer-other ul li .other-img {
    margin-right: 18rem;
    width: 95rem;
    height: 95rem;
  }
}
.changes-modal__wrap .changes-modal-footer-other ul li .other-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.changes-modal__wrap .changes-modal-footer-other ul li .other-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: start;
  justify-content: left;
  flex-direction: column;
  height: 100%;
  max-width: 290px;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-footer-other ul li .other-content {
    max-width: 56%;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-footer-other ul li .other-content {
    max-width: 120rem;
  }
}
.changes-modal__wrap .changes-modal-footer-other ul li .other-content-ttl p {
  line-height: 1;
  font-size: 24px;
  letter-spacing: 0.2em;
  font-weight: bold;
  color: var(--g-color-white);
  font-family: "MPLUS1";
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-footer-other ul li .other-content-ttl p {
    margin-bottom: 15rem;
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-footer-other ul li .other-content-ttl p {
    font-size: 16rem;
    margin: 10rem 0;
  }
}
.changes-modal__wrap .changes-modal-footer-other ul li .other-content-txt p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: var(--g-color-white);
  font-family: "Zen Kaku Gothic Antique";
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-footer-other ul li .other-content-txt p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-footer-other ul li .other-content-txt p {
    font-size: 12rem;
  }
}
.changes-modal__wrap .changes-modal-footer-other ul li .other-ico {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 39px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-footer-other ul li .other-ico {
    right: 39rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-footer-other ul li .other-ico {
    top: auto;
    right: 23rem;
    bottom: 18rem;
    transform: unset;
  }
}
.changes-modal__wrap .changes-modal-footer-other ul li .other-ico svg {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-footer-other ul li .other-ico svg {
    width: 40rem;
    height: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-footer-other ul li .other-ico svg {
    width: 34rem;
    height: 32rem;
  }
}
.changes-modal__wrap .changes-modal-footer-other ul li .other-ico svg circle,
.changes-modal__wrap .changes-modal-footer-other ul li .other-ico svg path {
  transition: all 0.3s ease-in-out;
}
.changes-modal__wrap .changes-modal-footer-other ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--g-color-brown);
  width: 100%;
  height: 100%;
  transition: all 0.6s ease-in-out;
  transition-timing-function: cubic-bezier(1, -0.195, 0, 1.33);
  border-radius: 16px;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-footer-other ul li::before {
    border-radius: 16rem;
  }
}
.changes-modal__wrap .changes-modal-footer-other ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--g-color-white);
  width: 0;
  height: 0;
  transition: all 0.6s ease-in-out;
  transition-timing-function: cubic-bezier(1, -0.195, 0, 1.33);
  border-radius: 16px;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-footer-other ul li::after {
    border-radius: 16rem;
  }
}
.changes-modal__wrap .changes-modal-footer-other ul li:hover .other-img img {
  transform: scale(1.1);
}
.changes-modal__wrap .changes-modal-footer-other ul li:hover .other-content p {
  color: var(--g-color-brown);
}
.changes-modal__wrap .changes-modal-footer-other ul li:hover .other-ico svg circle {
  fill: var(--g-color-brown);
}
.changes-modal__wrap .changes-modal-footer-other ul li:hover .other-ico svg path {
  stroke: var(--g-color-white);
}
.changes-modal__wrap .changes-modal-footer-other ul li:hover::before {
  animation: scale-hover 0.3s ease-in-out forwards;
}
@keyframes scale-hover {
  0% {
    width: 100%;
    height: 100%;
  }
  50% {
    width: 94%;
    height: 92%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
.changes-modal__wrap .changes-modal-footer-other ul li:hover::after {
  width: 98%;
  height: 94%;
}
.changes-modal__wrap .changes-modal-scroll {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  background: linear-gradient(transparent, #fff 35%);
  bottom: 50px;
  left: 0;
  z-index: 10;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-scroll {
    height: 80rem;
    bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-scroll {
    height: 56rem;
    bottom: 30rem;
    border-radius: 0 0 16rem 16rem;
  }
}
.changes-modal__wrap .changes-modal-scroll.active {
  opacity: 0;
  transition-delay: 0.5s;
  visibility: hidden;
}
.changes-modal__wrap .changes-modal-scroll svg {
  width: 23px;
  height: 16px;
  margin-right: 23px;
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-scroll svg {
    width: 23rem;
    height: 16rem;
    margin-right: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-scroll svg {
    width: 19rem;
    height: 13rem;
    margin-right: 9rem;
  }
}
.changes-modal__wrap .changes-modal-scroll p {
  font-family: "MPLUS1";
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 20px;
  color: var(--g-color-brown);
}
@media screen and (max-width: 1600px) {
  .changes-modal__wrap .changes-modal-scroll p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .changes-modal__wrap .changes-modal-scroll p {
    font-size: 16rem;
  }
}

.main .sec-fv {
  min-height: 100vh;
  transition: background-color 0.3s ease-in-out;
}
.main .sec-fv__wrap {
  min-height: 100vh;
}
.main .sec-fv .sec-fv__body,
.main .sec-fv .sec-fv__main {
  position: relative;
  min-height: 100vh;
}
.main .sec-fv .c-ruler__items {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.main .sec-fv .c-ruler__item {
  height: 33.3333333333%;
  width: 1px;
}
.main .sec-fv .sec-fv__item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  min-height: 100vh;
  left: 0;
}
.main .sec-fv .sec-fv-main {
  z-index: 15;
}
.main .sec-fv .sec-fv-main .container {
  position: relative;
  min-height: 100vh;
}
.main .sec-fv .sec-fv-main h2 {
  position: absolute;
  text-wrap: nowrap;
  left: 50%;
  top: 18%;
  transform: translateX(-50%);
  font-size: 64px;
  letter-spacing: 0.2em;
  font-family: "Zen Kaku Gothic Antique";
  color: var(--g-color-black);
  text-align: center;
  line-height: 1.5;
  margin-bottom: 212px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 5;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .main .sec-fv .sec-fv-main h2 {
    margin-bottom: 212rem;
    font-size: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-fv .sec-fv-main h2 {
    text-wrap: nowrap;
    font-size: 32rem;
    margin-bottom: 57rem;
  }
}
.main .sec-fv .sec-fv-main h2 .s-ttl {
  font-size: 40px;
  color: var(--g-color-black);
  font-family: "Zen Kaku Gothic Antique";
  letter-spacing: 0.2em;
  -webkit-mask-position: 24rem;
          mask-position: 24rem;
}
@media screen and (max-width: 1600px) {
  .main .sec-fv .sec-fv-main h2 .s-ttl {
    font-size: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-fv .sec-fv-main h2 .s-ttl {
    font-size: 26rem;
  }
}
.main .sec-fv .sec-fv-main h2._show {
  opacity: 1;
  transform: translateX(-50%) translateY(0) skewY(0);
}
.main .sec-fv .sec-fv-main h2.hidden {
  opacity: 0;
  transform: translateX(-50%) translateY(-50px) skewY(0);
}
.main .sec-fv .sec-fv-img {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, calc(-50% - 150px));
  z-index: 200;
  visibility: hidden;
  transition: all 1.1s ease-in-out;
  transition-timing-function: cubic-bezier(1, 0.1, 0.9, 1);
  height: auto;
}
@media screen and (max-width: 1600px) {
  .main .sec-fv .sec-fv-img {
    transform: translate(-50%, calc(-50% - 100rem));
  }
}
@media screen and (max-height: 820px) {
  .main .sec-fv .sec-fv-img {
    transform: translate(-50%, calc(-30% - 150px));
  }
}
@media screen and (max-height: 820px) and (max-width: 1300px) {
  .main .sec-fv .sec-fv-img {
    transform: translate(-50%, calc(-30% - 220rem));
  }
}
@media screen and (max-width: 768px) {
  .main .sec-fv .sec-fv-img {
    transform: translate(-50%, 0);
    width: 309rem;
    bottom: auto;
    top: 40%;
  }
}
@media screen and (max-height: 820px) and (max-width: 768px) {
  .main .sec-fv .sec-fv-img {
    transform: translate(-50%, 12%);
  }
}
.main .sec-fv .sec-fv-img.move {
  transform: translate(35%, calc(-50% - 150px)) scale(0.6);
  top: 45%;
}
@media screen and (max-width: 1600px) {
  .main .sec-fv .sec-fv-img.move {
    transform: translate(35%, calc(-50% - 100rem)) scale(0.6);
  }
}
@media screen and (max-width: 768px) {
  .main .sec-fv .sec-fv-img.move {
    transform: translate(-50%, 0) scale(0.7);
    bottom: 480rem;
    opacity: 0.45;
    z-index: 1;
  }
}
.main .sec-fv .sec-fv-img img {
  margin: auto;
  width: 511px;
  transform: translateY(100%);
  transition: transform 0.5s ease-in-out;
  visibility: visible;
}
@media screen and (max-width: 1600px) {
  .main .sec-fv .sec-fv-img img {
    width: 511rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-fv .sec-fv-img img {
    transform: translateY(0);
    width: 309rem;
  }
}
.main .sec-fv .sec-fv-img img._show {
  transform: translateY(0);
}
.main .sec-fv .sec-fv-btn {
  width: 205px;
  height: 205px;
  border-radius: 50%;
  position: absolute;
  bottom: 10%;
  right: 0;
  transform: translateX(50%) scale(0.7);
  cursor: pointer;
  opacity: 0;
  filter: blur(5px);
  transition: all 0.3s ease-in-out;
  z-index: 20;
}
@media screen and (max-width: 1500px) {
  .main .sec-fv .sec-fv-btn {
    transform: translateX(15%) scale(0.7);
  }
}
@media screen and (max-width: 1600px) {
  .main .sec-fv .sec-fv-btn {
    transform: translateX(0) scale(0.9);
    width: 205rem;
    height: 205rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-fv .sec-fv-btn {
    width: 88rem;
    height: 88rem;
  }
}
.main .sec-fv .sec-fv-btn._show {
  opacity: 1;
  filter: blur(0);
}
.main .sec-fv .sec-fv-btn.hidden {
  opacity: 0;
  transform: translateY(-80%);
}
.main .sec-fv .sec-fv-btn-container {
  position: relative;
}
.main .sec-fv .sec-fv-btn img:nth-child(1) {
  width: 100%;
  height: 100%;
  animation: fv-rotate 20s linear forwards infinite;
}
.main .sec-fv .sec-fv-btn img:nth-child(2) {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 57px;
}
@media screen and (max-width: 1600px) {
  .main .sec-fv .sec-fv-btn img:nth-child(2) {
    width: 57rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-fv .sec-fv-btn img:nth-child(2) {
    width: 31rem;
  }
}
@keyframes fv-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main .sec-fv .fv-deco {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.main .sec-fv .fv-deco.hidden {
  opacity: 0;
  transform: translateY(-50px);
}
.main .sec-fv .fv-deco__item {
  width: 432px;
  height: 420px;
  border-radius: 50%;
  box-shadow: inset -30px 52px 32px -5px rgb(255, 255, 255), inset 3px -20px 15px rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1600px) {
  .main .sec-fv .fv-deco__item {
    width: 432rem;
    height: 420rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-fv .fv-deco__item {
    width: 250rem;
    height: 243rem;
  }
}
.main .sec-fv .fv-deco__item p {
  font-size: 33px;
  font-weight: 300;
  font-family: "Zen Kaku Gothic Antique";
  color: var(--g-color-brown);
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .main .sec-fv .fv-deco__item p {
    font-size: 33rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-fv .fv-deco__item p {
    font-size: 18rem;
  }
}
.main .sec-fv .fv-deco__item-wrap {
  position: absolute;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .main .sec-fv .fv-deco__item-wrap {
    opacity: 0.8;
  }
}
.main .sec-fv .fv-deco__item-wrap:nth-child(1) {
  transform: translateX(-200%) scale(0.8);
  top: 160px;
}
@media screen and (max-width: 1600px) {
  .main .sec-fv .fv-deco__item-wrap:nth-child(1) {
    transform: translateX(-180%) scale(0.6);
    top: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-fv .fv-deco__item-wrap:nth-child(1) {
    transform: translateX(-92%) scale(1);
    top: -5%;
  }
}
.main .sec-fv .fv-deco__item-wrap:nth-child(2) {
  transform: translateX(-160%) scale(0.6);
  top: 55%;
}
@media screen and (max-width: 768px) {
  .main .sec-fv .fv-deco__item-wrap:nth-child(2) {
    transform: translateX(12%) scale(1);
    top: 40%;
  }
}
.main .sec-fv .fv-deco__item-wrap:nth-child(3) {
  transform: translateX(-125%) scale(0.5);
  top: 250px;
}
@media screen and (max-width: 1600px) {
  .main .sec-fv .fv-deco__item-wrap:nth-child(3) {
    top: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-fv .fv-deco__item-wrap:nth-child(3) {
    transform: translateX(-100%) scale(0.5);
    top: 200rem;
  }
}
.main .sec-fv .fv-deco__item-wrap:nth-child(4) {
  transform: translateX(-100%) scale(0.4);
  top: -10%;
}
@media screen and (max-width: 1600px) {
  .main .sec-fv .fv-deco__item-wrap:nth-child(4) {
    top: -15%;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-fv .fv-deco__item-wrap:nth-child(4) {
    transform: translateX(-10%) scale(0.4);
    top: -14%;
  }
}
.main .sec-fv .fv-deco__item-wrap:nth-child(5) {
  transform: translateX(60%);
  top: 24%;
}
@media screen and (max-width: 1600px) {
  .main .sec-fv .fv-deco__item-wrap:nth-child(5) {
    transform: translateX(60%) scale(0.8);
    top: 24%;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-fv .fv-deco__item-wrap:nth-child(5) {
    transform: translateX(15%) scale(0.6);
    top: 3%;
  }
}
.main .sec-fv .fv-deco__item-wrap:nth-child(6) {
  transform: translateX(90%) scale(0.6);
  top: -14%;
}
@media screen and (max-width: 1600px) {
  .main .sec-fv .fv-deco__item-wrap:nth-child(6) {
    transform: translateX(90%) scale(0.5);
    top: -14%;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-fv .fv-deco__item-wrap:nth-child(6) {
    transform: translateX(-105%) scale(0.6);
    top: 65%;
  }
}
.main .sec-fv .fv-deco__item-wrap:nth-child(7) {
  transform: translateX(130%) scale(0.5);
  top: 50%;
}
@media screen and (max-width: 1600px) {
  .main .sec-fv .fv-deco__item-wrap:nth-child(7) {
    transform: translateX(110%) scale(0.5);
  }
}
.main .sec-intro {
  padding-top: 100px;
  z-index: 10;
}
@media screen and (max-width: 1600px) {
  .main .sec-intro {
    padding-top: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-intro {
    padding: 80rem 0 118rem;
  }
}
.main .sec-intro .container {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.main .sec-intro-txt {
  max-width: 792px;
  z-index: 5;
}
@media screen and (max-width: 1600px) {
  .main .sec-intro-txt {
    max-width: 792rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-intro-txt {
    max-width: 100%;
    padding: 0 20rem;
  }
}
.main .sec-intro-txt h2 {
  color: var(--g-color-white);
  font-size: 56px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 50px;
  font-family: "Zen Kaku Gothic Antique";
  transition: all 0.5s ease-in-out;
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  .main .sec-intro-txt h2 {
    margin-bottom: 50rem;
    font-size: 56rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-intro-txt h2 {
    margin-bottom: 30rem;
    font-size: 32rem;
  }
}
.main .sec-intro-txt h2.hidden {
  opacity: 0;
  transform: translateY(50px);
}
.main .sec-intro-txt h2.delay {
  transition-delay: 0.5s;
}
.main .sec-intro-txt h2 span {
  display: inline-block;
  transform: translateX(-8%);
}
.main .sec-intro-txt p {
  color: var(--g-color-white);
  font-family: "Zen Kaku Gothic Antique";
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
  position: relative;
}
@media screen and (max-height: 820px) {
  .main .sec-intro-txt p {
    font-size: 2.4vh;
  }
}
@media screen and (max-width: 1600px) {
  .main .sec-intro-txt p {
    font-size: 2vh;
  }
}
@media screen and (max-height: 820px) and (max-width: 1300px) {
  .main .sec-intro-txt p {
    font-size: 2vh;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-intro-txt p {
    z-index: 1;
    font-size: 16rem;
  }
}
@media screen and (max-height: 820px) and (max-width: 768px) {
  .main .sec-intro-txt p {
    font-size: 14rem;
  }
}
.main .sec-intro-txt p.hidden {
  opacity: 0;
  transform: translateY(50px);
}
.main .sec-intro-txt p.delay {
  transition-delay: 0.5s;
}
.main .sec-intro-txt p span {
  opacity: 0.3;
}
.main .sec-intro-txt p span:nth-child(2) {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% calc(var(--intro-progress) * 105% - 5%), 0 calc(var(--intro-progress) * 105%));
          clip-path: polygon(0 0, 100% 0%, 100% calc(var(--intro-progress) * 105% - 5%), 0 calc(var(--intro-progress) * 105%));
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.main .sec-intro-txt p.sec-intro-txt-footer {
  font-size: 16px;
  font-weight: 400;
  margin-top: 24px;
  opacity: 0.8;
}
@media screen and (max-width: 1600px) {
  .main .sec-intro-txt p.sec-intro-txt-footer {
    font-size: 16rem;
    margin-top: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-intro-txt p.sec-intro-txt-footer {
    margin-top: 16rem;
    font-size: 10rem;
  }
}
.main .sec-intro-txt p.sec-intro-txt-footer.hidden {
  opacity: 0;
  transform: translateY(50px);
}
.main .sec-intro-txt p.sec-intro-txt-footer.delay {
  transition-delay: 0.6s;
}
@media screen and (max-width: 768px) {
  .main .sec-intro-img {
    width: 226rem;
    position: absolute;
    opacity: 0.45;
    left: 50%;
    top: 305rem;
    transform: translateX(-50%);
  }
}
.main .sec-intro-img img {
  width: 291px;
  opacity: 0;
  transform: translate(-10px, -15px);
}
.main .sec-intro-img.add-img img {
  opacity: 1;
}
.main .sec-story {
  padding-top: 120px;
}
@media screen and (max-width: 1600px) {
  .main .sec-story {
    padding-top: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-story {
    padding-top: 120rem;
  }
}
.main .sec-story .sec-ttl {
  margin-bottom: 101px;
}
@media screen and (max-width: 1600px) {
  .main .sec-story .sec-ttl {
    margin-bottom: 101rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-story .sec-ttl {
    margin-bottom: 56rem;
  }
}
.main .sec-story__elem {
  background: var(--g-color-white);
  border-radius: 16px;
  padding: 66px 62px 71px;
}
@media screen and (max-width: 1600px) {
  .main .sec-story__elem {
    border-radius: 16rem;
    padding: 66rem 62rem 71rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-story__elem {
    padding: 40rem 20rem 50rem;
  }
}
.main .sec-story__elem:not(:last-child) {
  margin-bottom: 62px;
}
@media screen and (max-width: 1600px) {
  .main .sec-story__elem:not(:last-child) {
    margin-bottom: 62rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-story__elem:not(:last-child) {
    margin-bottom: 60rem;
  }
}
.main .sec-story__elem-ttl span {
  display: block;
  color: var(--g-color-black);
  font-family: "MPLUS1";
  font-size: 24px;
  letter-spacing: 0.2em;
  margin-bottom: 24px;
  position: relative;
  padding-left: 31px;
}
@media screen and (max-width: 1600px) {
  .main .sec-story__elem-ttl span {
    font-size: 24rem;
    margin-bottom: 24rem;
    padding-left: 31rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-story__elem-ttl span {
    font-size: 20rem;
    margin-bottom: 18rem;
    padding-left: 24rem;
  }
}
.main .sec-story__elem-ttl span::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: var(--g-color-brown);
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1600px) {
  .main .sec-story__elem-ttl span::before {
    width: 16rem;
    height: 16rem;
  }
}
.main .sec-story__elem-ttl p {
  font-size: 24px;
  letter-spacing: 0.1em;
  color: var(--g-color-black);
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique";
  margin-bottom: 24px;
}
@media screen and (max-width: 1600px) {
  .main .sec-story__elem-ttl p {
    margin-bottom: 24rem;
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-story__elem-ttl p {
    margin-bottom: 35rem;
    font-size: 16rem;
  }
}
.main .sec-story__elem-txt p {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2.2;
  color: var(--g-color-black);
  font-family: "Zen Kaku Gothic Antique";
  margin-bottom: 30px;
}
@media screen and (max-width: 1600px) {
  .main .sec-story__elem-txt p {
    margin-bottom: 30rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-story__elem-txt p {
    margin-bottom: 14rem;
    font-size: 12rem;
  }
}
.main .sec-story__elem-ctg ul {
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  .main .sec-story__elem-ctg ul {
    flex-wrap: wrap;
  }
}
.main .sec-story__elem-ctg ul li {
  padding: 8px 20px;
  border-radius: 10px;
  color: var(--g-color-brown);
  font-size: 16px;
  letter-spacing: 0.1em;
  font-family: "Zen Kaku Gothic Antique";
  font-weight: 500;
  background: #EDF3F9;
}
@media screen and (max-width: 1600px) {
  .main .sec-story__elem-ctg ul li {
    padding: 8rem 20rem;
    font-size: 16rem;
    border-radius: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-story__elem-ctg ul li {
    padding: 6rem 15rem;
    font-size: 14rem;
    margin-top: 16rem;
  }
}
.main .sec-story__elem-ctg ul li:not(:last-child) {
  margin-right: 16px;
}
@media screen and (max-width: 1600px) {
  .main .sec-story__elem-ctg ul li:not(:last-child) {
    margin-right: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-story__elem-ctg ul li:not(:last-child) {
    margin-right: 5rem;
  }
}
.main .sec-changes {
  margin-top: 50px;
  padding-top: 80px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1600px) {
  .main .sec-changes {
    margin-top: 50rem;
    padding-top: 80rem;
    padding-bottom: 160rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-changes {
    margin-top: 40rem;
    padding-top: 40rem;
    padding-bottom: 120rem;
  }
}
.main .sec-changes .sec-ttl {
  margin-bottom: 125px;
}
@media screen and (max-width: 1600px) {
  .main .sec-changes .sec-ttl {
    margin-bottom: 125rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-changes .sec-ttl {
    margin-bottom: 54rem;
  }
}
.main .sec-changes-content {
  position: relative;
}
.main .sec-changes-content-img {
  position: relative;
  z-index: 5;
  text-align: center;
}
.main .sec-changes-content-img img {
  width: 700px;
  visibility: visible;
}
@media screen and (max-width: 1600px) {
  .main .sec-changes-content-img img {
    width: 700rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-changes-content-img img {
    width: 90%;
  }
}
.main .sec-changes-content-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.main .sec-changes-content-txt p {
  font-size: 20px;
  letter-spacing: 0.2em;
  font-family: "MPLUS1";
  font-weight: bold;
  color: var(--g-color-white);
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 50px;
  border-radius: 100px;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 1600px) {
  .main .sec-changes-content-txt p {
    width: 260rem;
    height: 60rem;
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-changes-content-txt p {
    width: 120rem;
    height: 26rem;
    font-size: 11rem;
  }
}
.main .sec-changes-content-txt p > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.main .sec-changes-content-txt p > span svg {
  position: absolute;
  top: calc(50% + 6px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1600px) {
  .main .sec-changes-content-txt p > span svg {
    top: calc(50% + 6rem);
  }
}
@media screen and (max-width: 768px) {
  .main .sec-changes-content-txt p > span svg {
    top: calc(50% + 3rem);
  }
}
.main .sec-changes-content-txt p > span svg:nth-child(2) {
  height: auto;
  width: 0;
  top: 50%;
  transform: translate(-50%, calc(-50% + 6px));
  transition: all 0.6s ease-in-out;
  transition-timing-function: cubic-bezier(1, -0.195, 0, 1.33);
}
@media screen and (max-width: 1600px) {
  .main .sec-changes-content-txt p > span svg:nth-child(2) {
    transform: translate(-50%, calc(-50% + 6rem));
  }
}
@media screen and (max-width: 768px) {
  .main .sec-changes-content-txt p > span svg:nth-child(2) {
    transform: translate(-50%, calc(-50% + 3rem));
  }
}
.main .sec-changes-content-txt p > span::before {
  content: "";
  position: absolute;
  background: var(--g-color-white);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 100px;
  transition: all 0.6s ease-in-out;
  transition-timing-function: cubic-bezier(1, -0.195, 0, 1.33);
  z-index: 10;
}
.main .sec-changes-content-txt p > span span {
  display: block;
  position: relative;
  z-index: 10;
}
.main .sec-changes-content-txt p:nth-child(1) {
  top: 10px;
  right: 500px;
}
@media screen and (max-width: 1600px) {
  .main .sec-changes-content-txt p:nth-child(1) {
    top: 10rem;
    right: 500rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-changes-content-txt p:nth-child(1) {
    top: -10rem;
    right: 98rem;
  }
}
.main .sec-changes-content-txt p:nth-child(2) {
  top: 292px;
  left: 322px;
}
@media screen and (max-width: 1600px) {
  .main .sec-changes-content-txt p:nth-child(2) {
    top: 292rem;
    left: 322rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-changes-content-txt p:nth-child(2) {
    top: 130rem;
    left: 40rem;
  }
}
.main .sec-changes-content-txt p:nth-child(3) {
  top: 210px;
  left: 215px;
}
@media screen and (max-width: 1600px) {
  .main .sec-changes-content-txt p:nth-child(3) {
    top: 210rem;
    left: 215rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-changes-content-txt p:nth-child(3) {
    top: 88rem;
    left: -16rem;
  }
}
.main .sec-changes-content-txt p:nth-child(4) {
  top: 370px;
  right: 480px;
}
@media screen and (max-width: 1600px) {
  .main .sec-changes-content-txt p:nth-child(4) {
    top: 370rem;
    right: 480rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-changes-content-txt p:nth-child(4) {
    top: 163rem;
    right: 100rem;
  }
}
.main .sec-changes-content-txt p:nth-child(5) {
  top: 100px;
  right: 360px;
}
@media screen and (max-width: 1600px) {
  .main .sec-changes-content-txt p:nth-child(5) {
    top: 100rem;
    right: 360rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-changes-content-txt p:nth-child(5) {
    top: 37rem;
    right: 50rem;
  }
}
.main .sec-changes-content-txt p:nth-child(6) {
  top: 220px;
  right: 188px;
}
@media screen and (max-width: 1600px) {
  .main .sec-changes-content-txt p:nth-child(6) {
    top: 220rem;
    right: 188rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-changes-content-txt p:nth-child(6) {
    top: 84rem;
    right: -8rem;
  }
}
.main .sec-changes-content-txt p:hover {
  color: var(--g-color-brown);
}
.main .sec-changes-content-txt p:hover .hover svg:nth-child(2) {
  width: 80%;
}
.main .sec-changes-content-txt p:hover .hover::before {
  width: 96%;
  height: 90%;
}
.main .sec-changes-content > p {
  color: var(--g-color-brown);
  font-size: 24px;
  font-family: "MPLUS1";
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .main .sec-changes-content > p {
    font-size: 24rem;
  }
}
.main .sec-changes .deco-circle__item-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main .sec-changes .deco-circle__item-wrap .deco-circle__item {
  position: absolute;
  z-index: 1;
}
.main .sec-changes .deco-circle__item-wrap .deco-circle__item img {
  width: 100%;
}
.main .sec-changes .deco-circle__item-wrap:nth-child(3) .deco-circle__item {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
}
@media screen and (max-width: 1600px) {
  .main .sec-changes .deco-circle__item-wrap:nth-child(3) .deco-circle__item {
    width: 800rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-changes .deco-circle__item-wrap:nth-child(3) .deco-circle__item {
    width: 340rem;
  }
}
.main .sec-changes .deco-circle__item-wrap:nth-child(2) .deco-circle__item {
  bottom: -15%;
  right: 50%;
  width: 337px;
  transform: translateX(-400px);
}
@media screen and (max-width: 1600px) {
  .main .sec-changes .deco-circle__item-wrap:nth-child(2) .deco-circle__item {
    width: 337rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-changes .deco-circle__item-wrap:nth-child(2) .deco-circle__item {
    width: 136rem;
  }
}
.main .sec-changes .deco-circle__item-wrap:nth-child(4) .deco-circle__item {
  top: -20%;
  left: 50%;
  transform: translateX(380px);
  width: 337px;
}
@media screen and (max-width: 1600px) {
  .main .sec-changes .deco-circle__item-wrap:nth-child(4) .deco-circle__item {
    width: 337rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-changes .deco-circle__item-wrap:nth-child(4) .deco-circle__item {
    width: 136rem;
  }
}
.main .sec-changes .deco-circle__item-wrap:nth-child(5) .deco-circle__item {
  top: 150px;
  left: 50%;
  transform: translateX(700px);
  width: 182px;
}
@media screen and (max-width: 1600px) {
  .main .sec-changes .deco-circle__item-wrap:nth-child(5) .deco-circle__item {
    width: 182rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-changes .deco-circle__item-wrap:nth-child(5) .deco-circle__item {
    width: 73rem;
  }
}
.main .sec-changes .deco-circle__item-wrap:nth-child(1) .deco-circle__item {
  bottom: 150px;
  right: 50%;
  transform: translateX(-700px);
  width: 182px;
}
@media screen and (max-width: 1600px) {
  .main .sec-changes .deco-circle__item-wrap:nth-child(1) .deco-circle__item {
    width: 182rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-changes .deco-circle__item-wrap:nth-child(1) .deco-circle__item {
    width: 73rem;
  }
}
.main .sec-changes .click-bg {
  position: fixed;
  z-index: 999;
  background: rgba(51, 51, 51, 0.75);
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  display: none;
}
.main .sec-changes .click-bg-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.main .sec-changes .click-bg-container img {
  width: 283px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  .main .sec-changes .click-bg-container img {
    width: 283rem;
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-changes .click-bg-container img {
    width: 184rem;
    margin-bottom: 13rem;
  }
}
.main .sec-changes .click-bg-container p {
  color: var(--g-color-white);
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique";
}
@media screen and (max-width: 1600px) {
  .main .sec-changes .click-bg-container p {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-changes .click-bg-container p {
    font-size: 15rem;
  }
}
.main .sec-changes .click-bg._show {
  display: flex;
}
.main .sec-changes .click-bg._loaded {
  display: none;
}
.main .sec-appendix {
  background: url(../img/appendix-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.main .sec-appendix .sec-ttl {
  margin-bottom: 85px;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix .sec-ttl {
    margin-bottom: 85rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-appendix .sec-ttl {
    margin-bottom: 70rem;
  }
}
.main .sec-appendix .sec-ttl h2,
.main .sec-appendix .sec-ttl p {
  color: var(--g-color-white);
}
.main .sec-appendix .sec-ttl span {
  margin-top: 20px;
  display: block;
  font-size: 16px;
  font-family: "Zen Kaku Gothic Antique";
  letter-spacing: 0.1em;
  color: var(--g-color-black);
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix .sec-ttl span {
    margin-top: 20rem;
    font-size: 16rem;
  }
}
.main .sec-appendix .sec-appendix-head {
  background: var(--g-color-brown);
  padding-top: 80px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix .sec-appendix-head {
    padding-top: 80rem;
    padding-bottom: 150rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-appendix .sec-appendix-head {
    padding-bottom: 80rem;
  }
}
.main .sec-appendix .sec-appendix-head__elem:not(:last-child) {
  margin-bottom: 124px;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix .sec-appendix-head__elem:not(:last-child) {
    margin-bottom: 124rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-appendix .sec-appendix-head__elem:not(:last-child) {
    margin-bottom: 80rem;
  }
}
.main .sec-appendix .sec-appendix-head__elem-btn {
  text-align: center;
}
.main .sec-appendix .sec-appendix-head__elem-btn span {
  margin: auto;
  margin-bottom: 67px;
  width: 211px;
  height: 42px;
  background: var(--g-color-white);
  font-size: 16px;
  font-family: "Zen Kaku Gothic Antique";
  color: var(--g-color-brown);
  letter-spacing: 0.1em;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix .sec-appendix-head__elem-btn span {
    margin-bottom: 67rem;
    width: 211rem;
    height: 42rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-appendix .sec-appendix-head__elem-btn span {
    margin-bottom: 70rem;
    width: 211rem;
    height: 42rem;
    font-size: 16rem;
  }
}
.main .sec-appendix .sec-appendix-head__elem-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .main .sec-appendix .sec-appendix-head__elem-content {
    flex-direction: column;
  }
}
.main .sec-appendix__item {
  width: 374px;
  height: 540px;
  border-radius: 16px;
  overflow: hidden;
  background: var(--g-color-white);
  position: relative;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix__item {
    width: 374rem;
    height: 540rem;
    border-radius: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-appendix__item {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-appendix__item:not(:last-child) {
    margin-bottom: 40rem;
  }
}
.main .sec-appendix__item-img {
  width: 100%;
  height: 261px;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix__item-img {
    height: 261rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-appendix__item-img {
    height: 244rem;
  }
}
.main .sec-appendix__item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.main .sec-appendix__item-content {
  padding: 34px 32px;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix__item-content {
    padding: 34rem 32rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-appendix__item-content {
    padding: 32rem 30rem 40rem;
  }
}
.main .sec-appendix__item-content-footer-txt {
  position: absolute;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.1em;
  left: 30px;
  bottom: 30px;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix__item-content-footer-txt {
    font-size: 12rem;
    left: 30rem;
    bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-appendix__item-content-footer-txt {
    font-size: 10rem;
  }
}
.main .sec-appendix__item-ttl p {
  font-size: 16px;
  font-weight: bold;
  color: var(--g-color-black);
  letter-spacing: 0.1em;
  font-family: "Zen Kaku Gothic Antique";
  margin-bottom: 15px;
  position: relative;
  padding-left: 24px;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix__item-ttl p {
    padding-left: 24rem;
    font-size: 16rem;
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-appendix__item-ttl p {
    padding-left: 23rem;
    font-size: 14rem;
    margin-bottom: 21rem;
  }
}
.main .sec-appendix__item-ttl p span {
  color: var(--g-color-brown);
}
.main .sec-appendix__item-ttl p .ico {
  font-size: 10px;
  transform: translateY(-30%);
  display: inline-block;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix__item-ttl p .ico {
    font-size: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-appendix__item-ttl p .ico {
    font-size: 8rem;
  }
}
.main .sec-appendix__item-ttl p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(50%);
  background: var(--g-color-brown);
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix__item-ttl p::after {
    width: 16rem;
    height: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-appendix__item-ttl p::after {
    width: 15rem;
    height: 15rem;
  }
}
.main .sec-appendix__item-txt p {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: "Zen Kaku Gothic Antique";
  color: var(--g-color-black);
  line-height: 1.8;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix__item-txt p {
    font-size: 12rem;
  }
}
.main .sec-appendix .sec-appendix-head__elem:nth-child(2) .sec-appendix__item {
  height: 570px;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix .sec-appendix-head__elem:nth-child(2) .sec-appendix__item {
    height: 570rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-appendix .sec-appendix-head__elem:nth-child(2) .sec-appendix__item {
    height: auto;
    padding-bottom: 20rem;
  }
}
.main .sec-appendix-content-ttl p {
  font-size: 24px;
  letter-spacing: 0.2em;
  margin-bottom: 33px;
  color: var(--g-color-black);
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix-content-ttl p {
    font-size: 24rem;
    margin-bottom: 33rem;
  }
}
.main .sec-appendix-content ul {
  margin-bottom: 33px;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix-content ul {
    margin-bottom: 33rem;
  }
}
.main .sec-appendix-content ul li {
  color: var(--g-color-black);
  font-size: 16px;
  letter-spacing: 0.1em;
  font-family: "Zen Kaku Gothic Antique";
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix-content ul li {
    font-size: 16rem;
  }
}
.main .sec-appendix-content ul li:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix-content ul li:not(:last-child) {
    margin-bottom: 24rem;
  }
}
.main .sec-appendix-content ul li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 211px;
  height: 42px;
  border: 1px solid var(--g-color-brown);
  border-radius: 100px;
  margin-right: 33px;
  font-size: 16px;
  letter-spacing: 0.1em;
  background: var(--g-color-white);
  color: var(--g-color-brown);
  font-family: "Zen Kaku Gothic Antique";
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix-content ul li span {
    font-size: 16rem;
    width: 211rem;
    height: 42rem;
    margin-right: 33rem;
  }
}
.main .sec-appendix-ranking-ttl {
  margin-bottom: 65px;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix-ranking-ttl {
    margin-bottom: 65rem;
  }
}
.main .sec-appendix-ranking-ttl p {
  font-size: 24px;
  font-family: "Zen Kaku Gothic Antique";
  color: var(--g-color-brown);
  letter-spacing: 0.2em;
  margin-bottom: 32px;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix-ranking-ttl p {
    margin-bottom: 32rem;
    font-size: 24rem;
  }
}
.main .sec-appendix-ranking-ttl svg {
  width: 57px;
  margin: auto;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix-ranking-ttl svg {
    width: 57rem;
  }
}
.main .sec-appendix-ranking-slide .ranking-slide-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix-ranking-slide .ranking-slide-header {
    margin-bottom: 60rem;
  }
}
.main .sec-appendix-ranking-slide-ttl p {
  font-size: 32px;
  letter-spacing: 0.1em;
  color: var(--g-color-black);
  font-family: "Zen Kaku Gothic Antique";
  line-height: 1;
  transform: translateY(-50%);
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix-ranking-slide-ttl p {
    font-size: 32rem;
  }
}
.main .sec-appendix-ranking-slide .swiper-button-list {
  display: flex;
  align-items: start;
  justify-content: right;
}
.main .sec-appendix-ranking-slide .swiper-button-list .swiper-button-prev,
.main .sec-appendix-ranking-slide .swiper-button-list .swiper-button-next {
  position: relative;
  left: unset;
  right: unset;
  bottom: unset;
  top: unset;
  width: unset;
  height: unset;
}
.main .sec-appendix-ranking-slide .swiper-button-list .swiper-button-prev::after,
.main .sec-appendix-ranking-slide .swiper-button-list .swiper-button-next::after {
  display: none;
}
.main .sec-appendix-ranking-slide .swiper-button-list .swiper-button-next {
  margin-left: 8px;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix-ranking-slide .swiper-button-list .swiper-button-next {
    margin-left: 8rem;
  }
}
.main .sec-appendix-ranking-slide .swiper-button-list .slide-btn-arw {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid var(--g-color-brown);
  background-color: var(--g-color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease-in-out;
}
.main .sec-appendix-ranking-slide .swiper-button-list .slide-btn-arw:not(:last-child) {
  margin-right: 8px;
}
.main .sec-appendix-ranking-slide .swiper-button-list .slide-btn-arw svg {
  width: 7px;
  height: 13px;
}
.main .sec-appendix-ranking-slide .swiper-button-list .slide-btn-arw svg path {
  stroke: var(--g-color-brown);
  transition: stroke 0.3s ease-in-out;
}
.main .sec-appendix-ranking-slide .swiper-button-list .swiper-button-disabled {
  opacity: 1;
}
.main .sec-appendix-ranking-slide .swiper-button-list .swiper-button-disabled .slide-btn-arw {
  background-color: var(--g-color-brown);
}
.main .sec-appendix-ranking-slide .swiper-button-list .swiper-button-disabled .slide-btn-arw svg path {
  stroke: var(--g-color-white);
}
.main .sec-appendix-ranking-slide .slide__elem {
  background: var(--g-color-white);
  padding: 45px;
  border-radius: 32px;
  width: 560px;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix-ranking-slide .slide__elem {
    width: 560rem;
    padding: 45rem;
    border-radius: 32rem;
  }
}
.main .sec-appendix-ranking-slide .slide__elem:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix-ranking-slide .slide__elem:not(:last-child) {
    margin-right: 40rem;
  }
}
.main .sec-appendix-ranking-slide .slide__elem .slide__elem-ttl {
  text-align: center;
}
.main .sec-appendix-ranking-slide .slide__elem .slide__elem-ttl-ico {
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix-ranking-slide .slide__elem .slide__elem-ttl-ico {
    margin-bottom: 10rem;
  }
}
.main .sec-appendix-ranking-slide .slide__elem .slide__elem-ttl-ico img {
  width: 71px;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix-ranking-slide .slide__elem .slide__elem-ttl-ico img {
    width: 71rem;
  }
}
.main .sec-appendix-ranking-slide .slide__elem .slide__elem-ttl-ico p {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 13px;
  color: var(--g-color-white);
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix-ranking-slide .slide__elem .slide__elem-ttl-ico p {
    font-size: 13rem;
  }
}
.main .sec-appendix-ranking-slide .slide__elem .slide__elem-ttl > span {
  font-size: 24px;
  letter-spacing: 0.2em;
  font-family: "MPLUS1";
  font-weight: bold;
  color: var(--g-color-black);
  margin-bottom: 10px;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix-ranking-slide .slide__elem .slide__elem-ttl > span {
    font-size: 24rem;
    margin-bottom: 10rem;
  }
}
.main .sec-appendix-ranking-slide .slide__elem .slide__elem-ttl > p {
  color: var(--g-color-brown);
  font-size: 48px;
  letter-spacing: 0;
  font-family: "MPLUS1";
  font-weight: 400;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix-ranking-slide .slide__elem .slide__elem-ttl > p {
    font-size: 48rem;
  }
}
.main .sec-appendix-ranking-slide .slide__elem-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.main .sec-appendix-ranking-slide .slide__elem-content__elem {
  margin: 0 12px;
  text-align: center;
  width: 186px;
  height: 186px;
  border-radius: 50%;
  border: 10px solid #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix-ranking-slide .slide__elem-content__elem {
    width: 186rem;
    height: 186rem;
    margin: 0 12rem;
    border: 10rem solid #F8F8F8;
  }
}
.main .sec-appendix-ranking-slide .slide__elem-content__elem span {
  color: var(--g-color-white);
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: "MPLUS1";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 30px;
  background: var(--g-color-brown);
  border-radius: 100px;
  margin-bottom: 15px;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix-ranking-slide .slide__elem-content__elem span {
    margin-bottom: 15rem;
    font-size: 12rem;
    width: 145rem;
    height: 30rem;
  }
}
.main .sec-appendix-ranking-slide .slide__elem-content__elem p {
  color: var(--g-color-brown);
  font-size: 24px;
  letter-spacing: 0.2em;
  font-family: "MPLUS1";
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix-ranking-slide .slide__elem-content__elem p {
    font-size: 24rem;
  }
}
.main .sec-appendix-ranking-slide .slide__elem-more {
  text-align: center;
}
.main .sec-appendix-ranking-slide .slide__elem-more button {
  cursor: pointer;
  background-color: var(--g-color-brown);
  color: var(--g-color-white);
  width: 400px;
  height: 64px;
  border-radius: 100px;
  font-size: 24px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique";
  letter-spacing: 0.2em;
  border: none;
  outline: none;
  margin: auto;
  margin-top: 48px;
  border: 2px solid var(--g-color-brown);
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix-ranking-slide .slide__elem-more button {
    margin-top: 48rem;
    font-size: 24rem;
    width: 400rem;
    height: 64rem;
  }
}
.main .sec-appendix-ranking-slide .slide__elem-more button:hover {
  background-color: var(--g-color-white);
  color: var(--g-color-brown);
}
.main .sec-appendix-ranking-slide .swiper-pagination {
  position: unset;
  margin-top: 78px;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix-ranking-slide .swiper-pagination {
    margin-top: 78rem;
  }
}
.main .sec-appendix-ranking-slide .swiper-pagination-bullet {
  background-color: #F8F8F8;
  opacity: 1;
  width: 16px;
  height: 16px;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix-ranking-slide .swiper-pagination-bullet {
    width: 16rem;
    height: 16rem;
  }
}
.main .sec-appendix-ranking-slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--g-color-brown);
}
.main .sec-appendix .sec-appendix-footer-txt p {
  text-align: center;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 2.2;
  color: var(--g-color-black);
  font-weight: bold;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix .sec-appendix-footer-txt p {
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-appendix .sec-appendix-footer-txt p {
    font-size: 18rem;
  }
}
.main .sec-appendix .sec-appendix-footer-txt p span:nth-child(1) {
  opacity: 0.5;
  font-weight: 500;
}
.main .sec-appendix .sec-appendix-footer-txt p span:nth-child(2) {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% calc(var(--intro-progress) * 105% - 5%), 0 calc(var(--intro-progress) * 105%));
          clip-path: polygon(0 0, 100% 0%, 100% calc(var(--intro-progress) * 105% - 5%), 0 calc(var(--intro-progress) * 105%));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(90deg, #32d3ad 0%, #fbe94d 50%, #f000ad 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
  font-weight: 700;
}
.main .sec-appendix .sec-appendix-footer {
  position: relative;
  padding-top: 672px;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix .sec-appendix-footer {
    padding-top: 672rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-appendix .sec-appendix-footer {
    padding-top: 238rem;
  }
}
.main .sec-appendix .sec-appendix-footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.main .sec-appendix-loop-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: 269px;
  margin-bottom: 148px;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix-loop-wrap {
    margin-top: 60rem;
    margin-bottom: 90rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-appendix-loop-wrap {
    margin-top: 48rem;
    margin-bottom: 90rem;
  }
}
.main .sec-appendix-loop-area {
  display: flex;
  animation: loop-slide 50s infinite linear 1s both;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main .sec-appendix-loop-area:not(:last-child) {
  margin-right: 200px;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix-loop-area:not(:last-child) {
    margin-right: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-appendix-loop-area:not(:last-child) {
    margin-right: 120rem;
  }
}
.main .sec-appendix-loop-txt {
  font-size: 180px;
  letter-spacing: 0.1em;
  font-family: "MPLUS1";
  font-weight: bold;
  color: var(--g-color-white);
  text-wrap: nowrap;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix-loop-txt {
    font-size: 180rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-appendix-loop-txt {
    font-size: 72rem;
  }
}
.main .sec-appendix-loop-txt:not(:last-child) {
  margin-right: 200px;
}
@media screen and (max-width: 1600px) {
  .main .sec-appendix-loop-txt:not(:last-child) {
    margin-right: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-appendix-loop-txt:not(:last-child) {
    margin-right: 120rem;
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

#progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 6px;
  height: 0;
  background: #124072;
}/*# sourceMappingURL=style.css.map */