@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
:root {
  --grad-progress: 0;
  --intro-progress: 0;
  --g-padding-s: 32px;
  --g-padding-m: 64px;
  --g-padding-l: 136px;
  --g-color-base: #EEE9E5;
  --g-color-grape: #493A46;
  --g-color-black: #1C1C1C;
  --g-color-blue: #00FFFF;
  --g-color-white: #ffffff;
  --g-color-border: #707070;
  --g-color-orange: #FF9500;
}
@media screen and (max-width: 1440px) {
  :root {
    --g-padding-s: 32rem;
    --g-padding-m: 64rem;
    --g-padding-l: 136rem;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --g-padding-s: 0;
    --g-padding-m: 0;
    --g-padding-l: 0;
  }
}

._b {
  font-weight: bold;
}

._m {
  font-weight: 500;
}

._n {
  font-weight: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

*:focus {
  outline: none;
}

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

html.lenis {
  height: auto;
}

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

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

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

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

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

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

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

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

html.lenis {
  height: auto;
}

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

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

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

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

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

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

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

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

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

dl {
  padding: 0;
}

iframe {
  border-style: none;
}

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

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

section {
  position: relative;
  overflow: hidden;
}

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

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

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

.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;
}
@media screen and (max-width: 768px) {
  .js-menu .c-menu span {
    transform: unset !important;
  }
}
.js-menu .c-menu span::after {
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
  content: attr(data-text);
  transform: translateY(100%);
}
@media screen and (max-width: 768px) {
  .js-menu .c-menu span::after {
    content: unset;
  }
}

a {
  transition: opacity 0.3s ease-in-out;
}
a:hover {
  opacity: 0.6;
}

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

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

.s-container {
  max-width: 648px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .s-container {
    max-width: 350rem;
  }
}

.container {
  max-width: 880px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .container {
    max-width: 880rem;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 350rem;
  }
}

.l-container {
  max-width: 1152px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .l-container {
    max-width: 1152rem;
  }
}
@media screen and (max-width: 768px) {
  .l-container {
    max-width: 370rem;
  }
}

.slide-auto-loop-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.slide-auto-loop-wrap._reverse .slide-auto-loop-area {
  animation: loop-area-reverse 70s infinite linear;
}

.slide-auto-loop-area {
  flex-shrink: 0;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  animation: loop-area 70s infinite linear;
}

@keyframes loop-area {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop-area-reverse {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.slide-auto-loop-txt {
  font-size: 18.5vh;
  color: var(--g-color-black);
  text-wrap: nowrap;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .slide-auto-loop-txt {
    font-size: 120rem;
  }
}

.slide-auto-loop-img {
  flex-shrink: 0;
  padding: 0 5px;
}
.slide-auto-loop-img img {
  width: auto;
  height: 354px;
}
@media screen and (max-width: 1440px) {
  .slide-auto-loop-img img {
    height: 354rem;
  }
}
@media screen and (max-width: 768px) {
  .slide-auto-loop-img img {
    height: 240rem;
  }
}

.header-full-menu-slide .slide-auto-loop-img img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .sec-ttl {
    text-align: center;
  }
}
.sec-ttl p {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--g-color-black);
  position: relative;
  padding-left: 20px;
  line-height: 1;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .sec-ttl p {
    margin-bottom: 8rem;
    padding-left: 0;
    font-size: 32rem;
    color: #C4B1A2;
  }
}
.sec-ttl p::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #7C5B74;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec-ttl p::after {
    width: 10rem;
    height: 10rem;
    display: none;
  }
}
.sec-ttl h2 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: var(--g-color-black);
}
@media screen and (max-width: 768px) {
  .sec-ttl h2 {
    font-size: 12rem;
  }
}

.js-cover-sec {
  margin-top: -40px;
}
@media screen and (max-width: 1440px) {
  .js-cover-sec {
    margin-top: -40rem;
  }
}
@media screen and (max-width: 768px) {
  .js-cover-sec {
    margin-top: -16rem;
  }
}

.js-cover-elem {
  position: relative;
}

.js-cover-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5019607843);
  opacity: 1;
  pointer-events: none;
  will-change: opacity;
}

.more-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 47px;
  background: #493A46;
  border-radius: 100px;
  border: 1px solid #493A46;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1440px) {
  .more-btn a {
    padding: 15rem 47rem;
  }
}
.more-btn a span {
  display: inline-block;
  margin-right: 14px;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: var(--g-color-white);
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1440px) {
  .more-btn a span {
    font-size: 14rem;
    margin-right: 14rem;
  }
}
.more-btn a svg {
  width: 10px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .more-btn a svg {
    width: 10rem;
  }
}
.more-btn a svg path {
  transition: all 0.4s ease-in-out;
}
.more-btn a:hover {
  background: var(--g-color-white);
}
.more-btn a:hover span {
  color: #493A46;
}
.more-btn a:hover svg path {
  fill: #493A46;
}

.lower-fv {
  height: 506px;
  padding-top: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1440px) {
  .lower-fv {
    height: 506rem;
    padding-top: 115rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-fv {
    height: 236rem;
    padding-top: 47rem;
  }
}
.lower-fv._white {
  background: var(--g-color-white);
}
.lower-fv h2 {
  font-size: 92px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #D8C1B2;
  font-weight: 300;
}
@media screen and (max-width: 1440px) {
  .lower-fv h2 {
    font-size: 92rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-fv h2 {
    font-size: 32rem;
    margin-bottom: 8rem;
  }
}
.lower-fv p {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #2C2A27;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .lower-fv p {
    font-size: 12rem;
  }
}

.nopage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.nopage-main {
  text-align: center;
}
.nopage-main h2 {
  font-size: 64px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 300;
  color: #D8C1B2;
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  .nopage-main h2 {
    margin-bottom: 10rem;
    font-size: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .nopage-main h2 {
    font-size: 30rem;
    margin-bottom: 10rem;
  }
}
.nopage-main h2 span {
  font-size: 90px;
}
@media screen and (max-width: 1440px) {
  .nopage-main h2 span {
    font-size: 90rem;
  }
}
@media screen and (max-width: 768px) {
  .nopage-main h2 span {
    font-size: 60rem;
  }
}
.nopage-main p {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 300;
  color: var(--g-color-black);
}
@media screen and (max-width: 1440px) {
  .nopage-main p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .nopage-main p {
    font-size: 12rem;
  }
}

.anime-ttl span {
  display: inline-block;
  opacity: 0;
}
.anime-ttl.show span {
  opacity: 1;
  transform: translateY(0);
}

html {
  font-family: "Zen Maru Gothic", sans-serif;
}

._bold {
  font-weight: 700;
}

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

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

.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%);
}

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

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

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

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

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

@keyframes handle_anime {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
    transform: translate(0, 0);
  }
}
.parallax-img__wrap {
  position: relative;
}
.parallax-img__wrap .parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 150px);
}

.loading {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 990;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--g-color-blue);
  text-align: center;
  color: #fff;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  overflow: hidden;
}
.loading-content .loading-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
}
.loading-content .loading-txt.loading-animation {
  opacity: 1;
  filter: blur(0);
}
.loading-content .loading-txt > p {
  font-size: 96px;
  color: var(--g-color-white);
  line-height: 1;
}
.loading-content .loading-txt-progress {
  position: relative;
}
.loading-content .loading-txt-progress p {
  text-align: center;
  font-size: 24px;
  line-height: 1;
  color: var(--g-color-white);
  transition: all 1.2s cubic-bezier(0.32, 0.1, 0, 1);
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .loading-content .loading-txt-progress p {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .loading-content .loading-txt-progress p {
    font-size: 24rem;
  }
}
.loading-content .loading-txt-progress p.loaded {
  opacity: 0;
}
.loading-content .loading-txt-progress .loading-progress-bar {
  height: 1px;
  width: 200px;
  background-color: var(--g-color-blue);
  position: relative;
  transition: all 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
@media screen and (max-width: 768px) {
  .loading-content .loading-txt-progress .loading-progress-bar {
    width: 200rem;
  }
}
.loading-content .loading-txt-progress .loading-progress-bar span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--g-color-white);
}
.loading-content .loading-txt-progress .loading-progress-bar.loaded {
  opacity: 0;
}
.loading-content .loading-end {
  position: absolute;
  bottom: 1px;
  height: 1px;
  width: 0;
  left: 0;
  background: var(--g-color-base);
  transition: width 1.2s cubic-bezier(0.92, 0.46, 0.36, 0.98);
}
.loading-content .loading-end.ended {
  width: 100%;
}
.loading.hidden {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  opacity: 0;
  visibility: hidden;
}

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

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  background: var(--g-color-white);
  padding: 0 64px;
  z-index: 900;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .header {
    padding: 0 64rem;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0 24rem;
  }
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo img {
  width: 100px;
}
@media screen and (max-width: 1440px) {
  .header-logo img {
    width: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .header-logo img {
    width: 71rem;
  }
}
.header-contact {
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .header-contact {
    padding: 12rem 0;
  }
}
@media screen and (max-width: 768px) {
  .header-contact {
    flex-direction: column-reverse;
    align-items: end;
    display: none;
  }
}
.header-contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header-contact-btn {
    margin-bottom: 8rem;
  }
}
.header-contact-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF9500;
  border-radius: 100px;
  height: 52px;
  margin-left: 16px;
  padding: 0 32px;
}
@media screen and (max-width: 1440px) {
  .header-contact-btn a {
    margin-left: 16rem;
    padding: 0 32rem;
    height: 52rem;
  }
}
@media screen and (max-width: 768px) {
  .header-contact-btn a {
    margin-left: 8rem;
    padding: 0 16rem;
    height: 32rem;
  }
}
.header-contact-btn a svg {
  width: 24px;
  height: auto;
  margin-right: 8px;
}
@media screen and (max-width: 1440px) {
  .header-contact-btn a svg {
    width: 24rem;
    margin-right: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .header-contact-btn a svg {
    width: 18rem;
    margin-right: 6rem;
  }
}
.header-contact-btn a span {
  color: var(--g-color-white);
  font-weight: 500;
  font-size: 19px;
  line-height: 1.3;
}
@media screen and (max-width: 1440px) {
  .header-contact-btn a span {
    font-size: 19rem;
  }
}
@media screen and (max-width: 768px) {
  .header-contact-btn a span {
    font-size: 14rem;
  }
}
.header-contact-btn a:first-child {
  background: linear-gradient(180.31deg, #3F3F3F 0.27%, #191919 99.73%);
  color: var(--g-color-white);
}
.header-contact ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-contact ul li {
  margin: 0 10px;
}
@media screen and (max-width: 1440px) {
  .header-contact ul li {
    margin: 0 10rem;
  }
}
@media screen and (max-width: 768px) {
  .header-contact ul li {
    margin: 0 8rem;
  }
}
.header-contact ul li img {
  width: 24px;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .header-contact ul li img {
    width: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .header-contact ul li img {
    width: 20rem;
  }
}
.header-sp-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-sp-btn {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header-sp-btn svg {
    width: 40rem;
  }
}

.header-full-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: opacity 0.4s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.6s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.6s 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.6s 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.6s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  display: none;
  background: #fff;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .header-full-menu {
    display: block;
  }
}
.header-full-menu.active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  visibility: visible;
  opacity: 1;
}
.header-full-menu-slide {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: unset;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  right: 0;
  opacity: 0.03;
}
@keyframes moveMap {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.header-full-menu-container {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header-full-menu-container {
    padding: 28rem 24rem;
  }
}
@media screen and (max-width: 768px) {
  .header-full-menu-container > img {
    position: absolute;
    bottom: -6rem;
    right: 0;
    width: 112rem;
  }
}
.header-full-menu-close {
  display: flex;
  align-items: center;
  justify-content: right;
}
@media screen and (max-width: 768px) {
  .header-full-menu-close svg {
    width: 31rem;
  }
}
.header-full-menu-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header-full-menu-logo {
    margin-bottom: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .header-full-menu-logo img {
    width: 150rem;
  }
}
@media screen and (max-width: 768px) {
  .header-full-menu-txt {
    margin-bottom: 40rem;
  }
}
.header-full-menu-txt p,
.header-full-menu-txt span {
  color: #1C1C1C;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header-full-menu-txt p,
  .header-full-menu-txt span {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .header-full-menu-txt p {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .header-full-menu-txt span {
    display: block;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .header-full-menu-link-btn {
    margin-bottom: 16rem;
  }
}
.header-full-menu-link-btn a {
  display: flex;
}
.header-full-menu-link-btn a img {
  width: 100%;
}
.header-full-menu-link ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header-full-menu-link ul {
    margin-top: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .header-full-menu-link ul li {
    margin: 0 16rem;
  }
}
@media screen and (max-width: 768px) {
  .header-full-menu-link ul li img {
    height: 32rem;
  }
}

.footer {
  position: relative;
  z-index: 25;
}
.footer-main {
  position: relative;
  overflow: hidden;
  background: linear-gradient(111.64deg, #FFA21E -0.02%, #FF9500 99.98%);
}
.footer-main > img {
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 390px;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .footer-main > img {
    bottom: -20rem;
    width: 390rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-main > img {
    bottom: -8rem;
    width: 112rem;
  }
}
.footer-main-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 1;
  background: url(../img/footer-bg.webp);
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
}
.footer-container {
  position: relative;
  z-index: 3;
  max-width: 1120px;
  width: 100%;
  margin: auto;
  padding: 80px 0 160px;
}
@media screen and (max-width: 1440px) {
  .footer-container {
    max-width: 1120rem;
    padding: 80rem 0 160rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-container {
    max-width: 100%;
    padding: 40rem 0 50rem;
  }
}
.footer-info {
  margin-bottom: 56px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .footer-info {
    margin-bottom: 56rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-info {
    margin-bottom: 28rem;
  }
}
.footer-info-logo img {
  width: 150px;
}
@media screen and (max-width: 1440px) {
  .footer-info-logo img {
    width: 150rem;
  }
}
.footer-info-txt p,
.footer-info-txt span {
  color: var(--g-color-white);
  font-weight: 900;
  text-align: center;
}
.footer-info-txt p {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 14px;
}
@media screen and (max-width: 1440px) {
  .footer-info-txt p {
    font-size: 32rem;
    margin-bottom: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-info-txt p {
    font-size: 24rem;
    margin-bottom: 8rem;
  }
}
.footer-info-txt span {
  line-height: 1;
  font-size: 20px;
}
@media screen and (max-width: 1440px) {
  .footer-info-txt span {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-info-txt span {
    line-height: 1.4;
    font-size: 16rem;
  }
}
.footer-link {
  display: flex;
  align-items: start;
  justify-content: center;
}
.footer-link__elem {
  margin-right: 84px;
}
@media screen and (max-width: 1440px) {
  .footer-link__elem {
    margin-right: 84rem;
  }
}
.footer-link-main {
  display: flex;
  align-items: start;
  justify-content: center;
}
.footer-link-main ul li:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1440px) {
  .footer-link-main ul li:not(:last-child) {
    margin-bottom: 16rem;
  }
}
.footer-link-main ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: left;
  padding: 12px 24px 12px 32px;
  height: 59px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(180deg, #F5F5F5 10.1%, #FFD5AE 100%);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2509803922);
}
@media screen and (max-width: 1440px) {
  .footer-link-main ul li a {
    padding: 12rem 24rem 12rem 32rem;
    height: 59rem;
  }
}
.footer-link-main ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: #FF005C;
}
@media screen and (max-width: 1440px) {
  .footer-link-main ul li a::after {
    width: 8rem;
  }
}
.footer-link-main ul li a svg {
  width: auto;
  height: 22px;
  margin-right: 8px;
}
@media screen and (max-width: 1440px) {
  .footer-link-main ul li a svg {
    height: 22rem;
    margin-right: 8rem;
  }
}
.footer-link-main ul li a span {
  color: var(--g-color-black);
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .footer-link-main ul li a span {
    font-size: 24rem;
  }
}
.footer-link-contact-btn {
  margin-bottom: 33px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .footer-link-contact-btn {
    margin-bottom: 33rem;
  }
}
.footer-link-contact-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180.31deg, #3F3F3F 0.27%, #191919 99.73%);
  border-radius: 100px;
  height: 72px;
  width: 230px;
}
@media screen and (max-width: 1440px) {
  .footer-link-contact-btn a {
    height: 72rem;
    width: 230rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-link-contact-btn a {
    width: 382rem;
  }
}
.footer-link-contact-btn a svg {
  width: 24px;
  height: auto;
  margin-right: 8px;
}
@media screen and (max-width: 1440px) {
  .footer-link-contact-btn a svg {
    width: 24rem;
    margin-right: 8rem;
  }
}
.footer-link-contact-btn a span {
  color: var(--g-color-white);
  font-weight: 900;
  font-size: 24px;
  line-height: 1.5;
  display: flex;
}
@media screen and (max-width: 1440px) {
  .footer-link-contact-btn a span {
    font-size: 24rem;
  }
}
.footer-link-contact ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-link-contact ul li {
  margin: 0 8px;
}
@media screen and (max-width: 1440px) {
  .footer-link-contact ul li {
    margin: 0 8rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-link-contact ul li {
    margin: 0 16rem;
  }
}
.footer-link-contact ul li a img {
  width: 45px;
}
@media screen and (max-width: 1440px) {
  .footer-link-contact ul li a img {
    width: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-link-contact ul li a img {
    width: 35rem;
  }
}
.footer-copyright {
  padding: 32px 0;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .footer-copyright {
    padding: 32rem 0;
  }
}
.footer-copyright p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--g-color-orange);
}
@media screen and (max-width: 768px) {
  .footer-copyright p {
    font-size: 16rem;
  }
}

.sec-fv {
  padding-top: 134px;
  background: linear-gradient(162.26deg, #FF6892 0%, #E94472 100%);
  overflow: unset;
  overflow-x: clip;
}
@media screen and (max-width: 1440px) {
  .sec-fv {
    padding-top: 134rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv {
    padding-top: 100rem;
  }
}
.sec-fv-slide:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .sec-fv-slide:not(:last-child) {
    margin-bottom: 20rem;
  }
}
.sec-fv-main {
  position: absolute;
  top: 30vh;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec-fv-main {
    width: 100%;
    text-align: center;
    top: 200rem;
  }
}
.sec-fv-main-container {
  position: relative;
}
.sec-fv-main-container img:nth-child(1) {
  position: absolute;
  width: 686px;
  left: 50%;
  top: 0;
  transform: translate(-50%, -60%);
  max-width: unset;
}
@media screen and (max-width: 1440px) {
  .sec-fv-main-container img:nth-child(1) {
    width: 686rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-main-container img:nth-child(1) {
    width: 90%;
  }
}
.sec-fv-main-container img:nth-child(2) {
  width: 985px;
  max-width: unset;
}
@media screen and (max-width: 1440px) {
  .sec-fv-main-container img:nth-child(2) {
    width: 985rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-main-container img:nth-child(2) {
    width: 100%;
  }
}
.sec-fv-bottom {
  position: relative;
  height: 1300px;
}
@media screen and (max-width: 1440px) {
  .sec-fv-bottom {
    height: 1300rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-bottom {
    height: 826rem;
  }
}
.sec-fv-bottom-txt01 {
  position: absolute;
  top: 100px;
  left: 500px;
}
@media screen and (max-width: 1440px) {
  .sec-fv-bottom-txt01 {
    top: 100rem;
    left: 500rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-bottom-txt01 {
    top: 220rem;
    left: 0;
    z-index: 10;
  }
}
.sec-fv-bottom-txt01 img {
  width: 924px;
}
@media screen and (max-width: 1440px) {
  .sec-fv-bottom-txt01 img {
    width: 924rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-bottom-txt01 img {
    width: 400rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-bottom-earth {
    transform: translateY(-50rem);
  }
}
.sec-fv-bottom-earth-main {
  z-index: 10;
  position: absolute;
  bottom: -100px;
  left: -200px;
}
@media screen and (max-width: 1440px) {
  .sec-fv-bottom-earth-main {
    bottom: -100rem;
    left: -200rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-bottom-earth-main {
    bottom: unset;
    top: 300rem;
    left: 50%;
    transform: translateX(-50%);
    width: 564rem;
    border-radius: 50%;
    border: 5rem solid #fff;
  }
}
.sec-fv-bottom-earth-main::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  width: 1070px;
  height: 1070px;
  border-radius: 50%;
  border: 2px dotted #fff;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1440px) {
  .sec-fv-bottom-earth-main::after {
    width: 1070rem;
    height: 1070rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-bottom-earth-main::after {
    width: 695rem;
    height: 695rem;
  }
}
.sec-fv-bottom-earth-main img:nth-child(1) {
  position: absolute;
  width: 650px;
  top: 0;
  left: 200px;
  transform: translateY(-72%);
  z-index: 8;
}
@media screen and (max-width: 1440px) {
  .sec-fv-bottom-earth-main img:nth-child(1) {
    width: 650rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-bottom-earth-main img:nth-child(1) {
    left: 50%;
    transform: translate(-39%, -72%) rotate(-15deg);
    width: 450rem;
    top: 22rem;
  }
}
.sec-fv-bottom-earth-main img:nth-child(2) {
  width: 860px;
  position: relative;
  z-index: 9;
  animation: rotateEarth 40s linear infinite;
}
@media screen and (max-width: 1440px) {
  .sec-fv-bottom-earth-main img:nth-child(2) {
    width: 860rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-bottom-earth-main img:nth-child(2) {
    width: 564rem;
  }
}
.sec-fv-bottom-earth-main img:nth-child(3) {
  max-width: unset;
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  animation: rotateplane 25s linear infinite;
}
@media screen and (max-width: 1440px) {
  .sec-fv-bottom-earth-main img:nth-child(3) {
    width: 1200rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-bottom-earth-main img:nth-child(3) {
    width: 790rem;
  }
}
@keyframes rotateEarth {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.sec-fv-bottom-main img {
  position: absolute;
}
.sec-fv-bottom-main img:nth-child(1) {
  width: 900px;
  right: 0;
  top: 30%;
  z-index: 15;
}
@media screen and (max-width: 1440px) {
  .sec-fv-bottom-main img:nth-child(1) {
    width: 900rem;
  }
}
@media screen and (max-width: 1440px) {
  .sec-fv-bottom-main img:nth-child(1) {
    width: 52.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-bottom-main img:nth-child(1) {
    top: 485rem;
    right: -12rem;
    width: 460rem;
    max-width: unset;
  }
}
.sec-fv-bottom-main img:nth-child(2), .sec-fv-bottom-main img:nth-child(3) {
  z-index: 20;
  width: 664px;
  top: 64%;
  right: 28%;
}
@media screen and (max-width: 1440px) {
  .sec-fv-bottom-main img:nth-child(2), .sec-fv-bottom-main img:nth-child(3) {
    width: 664rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-bottom-main img:nth-child(2), .sec-fv-bottom-main img:nth-child(3) {
    right: 0;
    top: 440rem;
    transform: translateY(80%);
    width: 420rem;
  }
}
.sec-fv-add {
  height: 900px;
}
@media screen and (max-width: 1440px) {
  .sec-fv-add {
    height: 730rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-add {
    height: 530rem;
  }
}
.sec-fv-add img:first-child {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 46.875vw;
}
@media screen and (max-width: 1440px) {
  .sec-fv-add img:first-child {
    bottom: -50rem;
    width: 800rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-add img:first-child {
    bottom: 232rem;
    width: 360rem;
  }
}
.sec-fv-add img:nth-child(2), .sec-fv-add img:nth-child(3) {
  position: absolute;
  bottom: 300px;
  right: 10%;
  width: 41.6666666667vw;
}
@media screen and (max-width: 1440px) {
  .sec-fv-add img:nth-child(2), .sec-fv-add img:nth-child(3) {
    right: 30rem;
    width: 700rem;
    bottom: 250rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-add img:nth-child(2), .sec-fv-add img:nth-child(3) {
    right: 50%;
    transform: translateX(50%);
    width: 420rem;
    bottom: 56rem;
  }
}

.sec-comment {
  background: #00DCB0;
  padding-bottom: 160px;
  overflow: unset;
  overflow-x: clip;
  z-index: 20;
}
@media screen and (max-width: 1440px) {
  .sec-comment {
    padding-bottom: 160rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-comment {
    padding-bottom: 66rem;
  }
}
.sec-comment > img {
  width: 456px;
  position: absolute;
  left: 0;
  bottom: -80px;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .sec-comment > img {
    bottom: -80rem;
    width: 456rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-comment > img {
    bottom: -50rem;
    width: 120rem;
  }
}
.sec-comment > div {
  position: relative;
  z-index: 2;
}
.sec-comment > div.sec-comment-bg {
  opacity: 0.3;
  background: url(../img/step-bg.webp);
  background-repeat: repeat;
  background-size: 100% auto;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sec-comment-main {
  padding-top: 175px;
  max-width: 1400px;
  width: 100%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .sec-comment-main {
    padding-top: 175rem;
    max-width: 1400rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-comment-main {
    padding-top: 50rem;
    max-width: 100%;
  }
}
.sec-comment-main > img {
  display: block;
}
@media screen and (max-width: 768px) {
  .sec-comment-main > img:nth-child(1) {
    display: none;
  }
}
.sec-comment-main > img:nth-child(1), .sec-comment-main > img:nth-child(2) {
  width: 800px;
}
@media screen and (max-width: 1440px) {
  .sec-comment-main > img:nth-child(1), .sec-comment-main > img:nth-child(2) {
    width: 800rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-comment-main > img:nth-child(1), .sec-comment-main > img:nth-child(2) {
    position: relative;
    z-index: 2;
    width: 305rem;
    margin-left: 10rem;
  }
}
.sec-comment-main > img:nth-child(2), .sec-comment-main > img:nth-child(4), .sec-comment-main > img:nth-child(5) {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec-comment-main > img:nth-child(2), .sec-comment-main > img:nth-child(4), .sec-comment-main > img:nth-child(5) {
    display: block;
  }
}
.sec-comment-main > img:nth-child(3) {
  width: 650px;
  position: absolute;
  top: 67px;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .sec-comment-main > img:nth-child(3) {
    top: 67rem;
    width: 650rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-comment-main > img:nth-child(3) {
    display: none;
    top: 20rem;
    width: 240rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-comment-main > img:nth-child(4) {
    width: 240rem;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-comment-main > img:nth-child(5) {
    width: 250rem;
    position: absolute;
    top: 342rem;
    left: 0;
  }
}
.sec-comment-main-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec-comment-main-bottom img:nth-child(1) {
  width: 420px;
}
@media screen and (max-width: 1440px) {
  .sec-comment-main-bottom img:nth-child(1) {
    width: 420rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-comment-main-bottom img:nth-child(1) {
    margin-top: 270rem;
    width: 240rem;
    transform: rotate(25deg);
  }
}
.sec-comment-main-bottom img:nth-child(2), .sec-comment-main-bottom img:nth-child(3) {
  width: 900px;
}
@media screen and (max-width: 1440px) {
  .sec-comment-main-bottom img:nth-child(2), .sec-comment-main-bottom img:nth-child(3) {
    width: 900rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-comment-main-bottom img:nth-child(2), .sec-comment-main-bottom img:nth-child(3) {
    width: 310rem;
    position: absolute;
    top: 0;
    right: 5rem;
    transform: translateY(50rem);
  }
}
.sec-comment .sec-step-ttl {
  text-align: center;
}
.sec-comment .sec-step-ttl img {
  margin: auto;
  max-width: 1193px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .sec-comment .sec-step-ttl img {
    max-width: 1193rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-comment .sec-step-ttl img {
    max-width: 375rem;
    margin: auto;
  }
}
.sec-comment .sec-step-main {
  max-width: 1324px;
  width: 100%;
  margin: auto;
  position: relative;
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1440px) {
  .sec-comment .sec-step-main {
    padding-top: 80rem;
    margin-bottom: 80rem;
    max-width: 1324rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-comment .sec-step-main {
    padding-top: 0;
    margin-bottom: 40rem;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
  }
}
.sec-comment .sec-step-main > img {
  width: 460px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(30px, -30px);
}
@media screen and (max-width: 1440px) {
  .sec-comment .sec-step-main > img {
    transform: translate(30rem, -30rem);
    width: 460rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-comment .sec-step-main > img {
    transform: translate(0, -315rem);
    width: 250rem;
  }
}
.sec-comment .sec-step__elem {
  width: 420px;
}
@media screen and (max-width: 1440px) {
  .sec-comment .sec-step__elem {
    width: 420rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-comment .sec-step__elem {
    width: 398rem;
    transform: translateX(4rem);
  }
}
.sec-comment .sec-step__elem:nth-child(2) {
  margin-top: 50px;
}
@media screen and (max-width: 1440px) {
  .sec-comment .sec-step__elem:nth-child(2) {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-comment .sec-step__elem:nth-child(2) {
    margin-top: 16rem;
  }
}
.sec-comment .sec-step__elem:nth-child(3) {
  margin-top: 100px;
}
@media screen and (max-width: 1440px) {
  .sec-comment .sec-step__elem:nth-child(3) {
    margin-top: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-comment .sec-step__elem:nth-child(3) {
    margin-top: 16rem;
  }
}
.sec-comment .sec-step__elem img {
  width: 100%;
}
.sec-comment .sec-step-btn {
  text-align: center;
}
.sec-comment .sec-step-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sec-comment .sec-step-btn a img {
  width: 350px;
}
@media screen and (max-width: 1440px) {
  .sec-comment .sec-step-btn a img {
    width: 350rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-comment .sec-step-btn a img {
    width: 330rem;
  }
}

.sec-safety {
  background: url(../img/safety-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 160px 0;
}
@media screen and (max-width: 1440px) {
  .sec-safety {
    padding: 160rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-safety {
    padding: 46rem 0;
    padding-bottom: 0;
  }
}
.sec-safety-container {
  max-width: 1120px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .sec-safety-container {
    max-width: 1120rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-safety-container {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec-safety-ttl img {
    width: 382rem;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .sec-safety-txt {
    padding: 0 15rem;
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-safety-txt img {
    width: 382rem;
    margin: auto;
  }
}
.sec-safety-txt p,
.sec-safety-txt span {
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  text-shadow: 2px 2px 0px #1C1C1C, -1px 1px 0px #1C1C1C, 1px -1px 0px #1C1C1C, -1px -1px 0px #1C1C1C;
}
@media screen and (max-width: 768px) {
  .sec-safety-txt p,
  .sec-safety-txt span {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-safety-txt span {
    display: block;
    margin: 10rem 0 40rem;
    font-size: 11rem;
  }
}
.sec-safety-content {
  position: relative;
}
.sec-safety-content > img:nth-child(1), .sec-safety-content > img:nth-child(4) {
  width: 180px;
  position: absolute;
}
@media screen and (max-width: 1440px) {
  .sec-safety-content > img:nth-child(1), .sec-safety-content > img:nth-child(4) {
    width: 180rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-safety-content > img:nth-child(1), .sec-safety-content > img:nth-child(4) {
    width: 100rem;
  }
}
.sec-safety-content > img:nth-child(1) {
  top: 0;
  left: 0;
  transform: translate(-40%, -10%);
}
@media screen and (max-width: 768px) {
  .sec-safety-content > img:nth-child(1) {
    transform: translate(-20%, -25%);
  }
}
.sec-safety-content > img:nth-child(2), .sec-safety-content > img:nth-child(3) {
  width: 100%;
}
.sec-safety-content > img:nth-child(4) {
  bottom: 0;
  right: 0;
  transform: translate(40%, 20%);
}
@media screen and (max-width: 768px) {
  .sec-safety-content > img:nth-child(4) {
    transform: translate(20%, 15%);
  }
}
.sec-safety-content-main {
  background: #FFE11C;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec-safety-content-main {
    padding: 40rem 15rem;
    border-radius: 20rem;
  }
}
.sec-safety-content-main img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.sec-safety-content-main img:nth-child(2) {
  bottom: 0;
  top: unset;
}
.sec-safety-content-main-ttl p,
.sec-safety-content-main-ttl span {
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000;
}
@media screen and (max-width: 768px) {
  .sec-safety-content-main-ttl p,
  .sec-safety-content-main-ttl span {
    font-size: 24rem;
  }
}
.sec-safety-content-main-ttl span {
  display: block;
}
@media screen and (max-width: 768px) {
  .sec-safety-content-main-ttl span {
    margin-top: 6rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-safety-content-main-txt {
    padding-top: 20rem;
  }
}
.sec-safety-content-main-txt p,
.sec-safety-content-main-txt span {
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  color: #1C1C1C;
  text-shadow: 2px 2px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff;
}
@media screen and (max-width: 768px) {
  .sec-safety-content-main-txt p,
  .sec-safety-content-main-txt span {
    font-size: 18rem;
  }
}
.sec-safety-content-main-txt span {
  display: block;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .sec-safety-content-main-txt span {
    margin-top: 12rem;
    font-size: 11rem;
  }
}

.sec-reference {
  overflow: unset;
  overflow-x: clip;
  background: #027DFE;
  padding: 160px 0;
}
@media screen and (max-width: 1440px) {
  .sec-reference {
    padding: 160rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-reference {
    padding: 80rem 0;
  }
}
.sec-reference-bg {
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../img/reference-bg.webp);
  background-repeat: repeat;
  background-size: 100% auto;
  background-position: center;
}
.sec-reference > img {
  position: absolute;
  z-index: 2;
  top: -16px;
  width: 180px;
  right: 200px;
}
@media screen and (max-width: 1440px) {
  .sec-reference > img {
    top: -16rem;
    width: 180rem;
    right: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reference > img {
    top: -5rem;
    width: 65rem;
    right: 0;
  }
}
.sec-reference-container {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: auto;
  max-width: 1128px;
  margin-bottom: 160px;
}
@media screen and (max-width: 1440px) {
  .sec-reference-container {
    max-width: 1128rem;
    margin-bottom: 160rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reference-container {
    max-width: 414rem;
    margin-bottom: 80rem;
  }
}
.sec-reference-video {
  overflow: hidden;
  border-radius: 24px;
}
@media screen and (max-width: 1440px) {
  .sec-reference-video {
    border-radius: 24rem;
  }
}
.sec-reference-download {
  margin: auto;
  margin-top: 46px;
  max-width: 1014px;
  width: 100%;
  border-radius: 24px;
  border: 4px solid #000;
  background: #ffe11c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px;
}
@media screen and (max-width: 1440px) {
  .sec-reference-download {
    margin: auto;
    margin-top: 46rem;
    max-width: 1014rem;
    border-radius: 24rem;
    padding: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reference-download {
    flex-direction: column;
    margin: auto;
    margin-top: 24rem;
    max-width: 414rem;
    border-radius: 24rem;
    padding: 32rem;
  }
}
.sec-reference-download > img:nth-child(1) {
  max-width: 548px;
}
@media screen and (max-width: 1440px) {
  .sec-reference-download > img:nth-child(1) {
    max-width: 548rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reference-download > img:nth-child(1) {
    max-width: 100%;
    margin-bottom: 32rem;
  }
}
.sec-reference-download > img:nth-child(2) {
  max-width: 43px;
}
@media screen and (max-width: 1440px) {
  .sec-reference-download > img:nth-child(2) {
    max-width: 43rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reference-download > img:nth-child(2) {
    display: none;
  }
}
.sec-reference-download a img {
  width: 295px;
}
@media screen and (max-width: 1440px) {
  .sec-reference-download a img {
    width: 295rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reference-download a img {
    width: 250rem;
  }
}
.sec-reference .sec-occur {
  position: relative;
  background: url(../img/occur-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2;
  padding: 80px 0;
}
@media screen and (max-width: 1440px) {
  .sec-reference .sec-occur {
    padding: 80rem 0;
  }
}
.sec-reference .sec-occur::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6392156863);
}
.sec-reference .sec-occur-container {
  z-index: 2;
  position: relative;
  max-width: 1120px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .sec-reference .sec-occur-container {
    max-width: 1120rem;
  }
}
.sec-reference .sec-occur-ttl {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-reference .sec-occur-txt {
    padding: 0 15rem;
  }
}
.sec-reference .sec-occur-txt p,
.sec-reference .sec-occur-txt span {
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec-reference .sec-occur-txt p,
  .sec-reference .sec-occur-txt span {
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reference .sec-occur-txt p {
    margin-bottom: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reference .sec-occur-txt span {
    font-size: 14rem;
    line-height: 1.4;
  }
}
.sec-reference .sec-children-msg {
  margin: auto;
  padding-top: 160px;
  max-width: 1280px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .sec-reference .sec-children-msg {
    padding-top: 160rem;
    max-width: 1280rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reference .sec-children-msg {
    padding-top: 160rem;
    max-width: 414rem;
  }
}
.sec-reference .sec-children-msg > img:nth-child(1) {
  width: 300px;
  position: absolute;
  z-index: 2;
  top: -90px;
  left: -66px;
}
@media screen and (max-width: 1440px) {
  .sec-reference .sec-children-msg > img:nth-child(1) {
    width: 300rem;
    top: -90rem;
    left: -66rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reference .sec-children-msg > img:nth-child(1) {
    width: 270rem;
    top: -48rem;
    left: -26rem;
  }
}
.sec-reference .sec-children-msg > img:nth-child(2) {
  width: 280px;
  position: absolute;
  z-index: 2;
  top: -90px;
  right: -16px;
}
@media screen and (max-width: 1440px) {
  .sec-reference .sec-children-msg > img:nth-child(2) {
    width: 280rem;
    top: -90rem;
    right: -16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reference .sec-children-msg > img:nth-child(2) {
    width: 240rem;
    top: -40rem;
    right: -25rem;
  }
}
.sec-reference .sec-children-msg-content {
  border-radius: 80px;
  border: 4px solid #000;
  background: #f6f6f6;
  padding: 80px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1440px) {
  .sec-reference .sec-children-msg-content {
    padding: 80rem;
    border-radius: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reference .sec-children-msg-content {
    padding: 40rem 10rem;
    border-radius: 40rem;
  }
}
.sec-reference .sec-children-msg-ttl {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-reference .sec-children-msg-ttl img:nth-child(3) {
    margin: auto;
    width: 180rem;
    margin-top: -30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reference .sec-children-msg-txt {
    margin-top: -20rem;
  }
}
.sec-reference .sec-children-msg-txt p,
.sec-reference .sec-children-msg-txt span {
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #1C1C1C;
}
@media screen and (max-width: 768px) {
  .sec-reference .sec-children-msg-txt p,
  .sec-reference .sec-children-msg-txt span {
    font-size: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reference .sec-children-msg-txt span {
    margin-top: 16rem;
    display: block;
    line-height: 1.5;
    font-size: 12rem;
  }
}

.sec-msg {
  background: linear-gradient(131.1deg, #F39802 0%, #FF8A02 100%);
  padding: 160px 0 240px;
  overflow: unset;
  overflow-x: clip;
}
@media screen and (max-width: 1440px) {
  .sec-msg {
    padding: 160rem 0 240rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-msg {
    padding: 80rem 0 120rem;
  }
}
.sec-msg > img {
  position: absolute;
}
.sec-msg > img:nth-child(1) {
  width: 550px;
  right: 0;
  top: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1440px) {
  .sec-msg > img:nth-child(1) {
    width: 550rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-msg > img:nth-child(1) {
    transform: translateY(-33%);
    width: 200rem;
  }
}
.sec-msg > img:nth-child(2) {
  width: 180px;
  top: -220px;
  right: 375px;
  animation: lightDeco 3s linear infinite;
}
@media screen and (max-width: 1440px) {
  .sec-msg > img:nth-child(2) {
    top: -220rem;
    right: 375rem;
    width: 180rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-msg > img:nth-child(2) {
    top: -30rem;
    right: 138rem;
    width: 60rem;
  }
}
@keyframes lightDeco {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 0;
  }
  16.01% {
    opacity: 1;
  }
  23.99% {
    opacity: 1;
  }
  24% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  30.01% {
    opacity: 1;
  }
  37.99% {
    opacity: 1;
  }
  38% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.sec-msg-ttl {
  position: relative;
  z-index: 5;
  text-align: center;
  margin-bottom: 115px;
}
@media screen and (max-width: 1440px) {
  .sec-msg-ttl {
    margin-bottom: 115rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-msg-ttl {
    margin-bottom: 20rem;
  }
}
.sec-msg-ttl img {
  max-width: 1194px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .sec-msg-ttl img {
    max-width: 1194rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-msg-ttl img {
    max-width: 333rem;
  }
}
.sec-msg-slide {
  position: relative;
}
.sec-msg-slide .swiper-wrapper {
  align-items: center;
}
.sec-msg-slide .swiper-controller {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1060px;
  width: 100%;
  z-index: 10;
  visibility: hidden;
}
@media screen and (max-width: 1440px) {
  .sec-msg-slide .swiper-controller {
    max-width: 1060rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-msg-slide .swiper-controller {
    max-width: 414rem;
  }
}
.sec-msg-slide .swiper-controller .swiper-button-wrap {
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: space-between;
}
.sec-msg-slide .swiper-controller .swiper-button {
  visibility: visible;
  width: 64px;
  height: 64px;
  margin: 0;
  position: unset;
}
@media screen and (max-width: 1440px) {
  .sec-msg-slide .swiper-controller .swiper-button {
    width: 64rem;
    height: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-msg-slide .swiper-controller .swiper-button {
    width: 40rem;
    height: 40rem;
  }
}
.sec-msg-slide .swiper-controller .swiper-button::before, .sec-msg-slide .swiper-controller .swiper-button::after {
  display: none;
}
.sec-msg-slide .swiper-controller .swiper-button img {
  width: 64px;
}
@media screen and (max-width: 1440px) {
  .sec-msg-slide .swiper-controller .swiper-button img {
    width: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-msg-slide .swiper-controller .swiper-button img {
    width: 40rem;
  }
}
.sec-msg-slide__elem.swiper-slide {
  width: 838px;
  height: 518px;
  border: 4px solid #fff;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.0784313725);
  margin: 0 30px;
  opacity: 0.5;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1440px) {
  .sec-msg-slide__elem.swiper-slide {
    margin: 0 14rem;
    width: 838rem;
    height: 518rem;
    border: 4rem solid #fff;
    border-radius: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-msg-slide__elem.swiper-slide {
    margin: 0 12rem;
    width: 360rem;
    height: 297rem;
    border: 4rem solid #fff;
    border-radius: 16rem;
  }
}
.sec-msg-slide__elem.swiper-slide.swiper-slide-active {
  transform: scale(1.1);
  opacity: 1;
  z-index: 5;
}
.sec-msg-slide__elem.swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-msg-comment {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-msg-comment {
    margin-bottom: 60rem;
  }
}
.sec-msg-comment > img:nth-child(1) {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 350px;
  top: 0;
  transform: translateY(-35%);
}
@media screen and (max-width: 768px) {
  .sec-msg-comment > img:nth-child(1) {
    display: none;
  }
}
.sec-msg-comment > img:nth-child(2), .sec-msg-comment > img:nth-child(3) {
  width: 100%;
  position: relative;
  z-index: 2;
}
.sec-msg-comment > img:nth-child(4) {
  display: none;
}
.sec-msg-comment > img:nth-child(4), .sec-msg-comment > img:nth-child(5) {
  width: 310px;
  top: 52px;
  right: 15%;
  position: absolute;
  z-index: 3;
}
@media screen and (max-width: 1440px) {
  .sec-msg-comment > img:nth-child(4), .sec-msg-comment > img:nth-child(5) {
    width: 310rem;
    top: 52rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-msg-comment > img:nth-child(4), .sec-msg-comment > img:nth-child(5) {
    right: unset;
    left: 0;
    width: 130rem;
    top: -37rem;
  }
}
.sec-msg-comment a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 287px;
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: -70px;
  transform: translateX(-50%);
  display: none;
}
@media screen and (max-width: 1440px) {
  .sec-msg-comment a {
    bottom: -70rem;
    width: 287rem;
  }
}
.sec-msg-comment a img {
  width: 100%;
}
.sec-msg-bottom-img img:nth-child(1), .sec-msg-bottom-img img:nth-child(2) {
  position: absolute;
  width: 680px;
  left: 0;
  bottom: 0;
  z-index: 15;
  transform: translateY(10%);
}
@media screen and (max-width: 1440px) {
  .sec-msg-bottom-img img:nth-child(1), .sec-msg-bottom-img img:nth-child(2) {
    width: 680rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-msg-bottom-img img:nth-child(1), .sec-msg-bottom-img img:nth-child(2) {
    transform: translateY(0);
    width: 216rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-msg-bottom-img img:nth-child(3) {
    position: absolute;
    bottom: 30rem;
    right: 14rem;
    z-index: 12;
    width: 334rem;
  }
}
.sec-msg-bicycle img {
  width: 136px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1440px) {
  .sec-msg-bicycle img {
    width: 136rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-msg-bicycle img {
    bottom: 220rem;
    z-index: 20;
    width: 60rem;
  }
}

.sec-leo {
  overflow: unset;
  overflow-x: clip;
  padding: 160px 0 410px;
  background: linear-gradient(97.43deg, #FAD715 0%, #FFF001 100%);
  z-index: 15;
}
@media screen and (max-width: 1440px) {
  .sec-leo {
    padding: 160rem 0 410rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-leo {
    padding: 48rem 0 230rem;
  }
}
.sec-leo > img {
  position: absolute;
}
.sec-leo > img:nth-child(1) {
  right: 0;
  top: 0;
  width: 660px;
  transform: translateY(-20%);
}
@media screen and (max-width: 1600px) {
  .sec-leo > img:nth-child(1) {
    width: 500px;
  }
}
@media screen and (max-width: 1440px) {
  .sec-leo > img:nth-child(1) {
    width: 500rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-leo > img:nth-child(1) {
    width: 150rem;
    top: 105rem;
    right: 15rem;
    transform: rotate(20deg);
  }
}
.sec-leo > img:nth-child(2) {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 150px;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .sec-leo > img:nth-child(2) {
    width: 150rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-leo > img:nth-child(2) {
    transform: translateY(0);
    width: 60rem;
    left: -10rem;
    top: 0;
  }
}
.sec-leo-ttl {
  text-align: center;
  margin-bottom: 63px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .sec-leo-ttl {
    margin-bottom: 63rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-leo-ttl {
    margin-bottom: 0;
  }
}
.sec-leo-ttl img {
  width: 769px;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .sec-leo-ttl img {
    width: 769rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-leo-ttl img {
    width: 100%;
  }
}
.sec-leo-main {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .sec-leo-main {
    max-width: 1000rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-leo-main {
    max-width: 414rem;
    z-index: 5;
  }
}
.sec-leo-main > img {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .sec-leo-main > img {
    position: unset;
  }
}
.sec-leo-main > img:nth-child(2) {
  left: 0;
  top: 0;
  width: 370px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1440px) {
  .sec-leo-main > img:nth-child(2) {
    width: 370rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-leo-main > img:nth-child(2) {
    transform: translate(0);
    width: 240rem;
  }
}
.sec-leo-main > img:nth-child(3) {
  right: 0;
  bottom: 0;
  width: 320px;
  transform: translate(50%, 50%);
}
@media screen and (max-width: 1440px) {
  .sec-leo-main > img:nth-child(3) {
    width: 320rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-leo-main > img:nth-child(3) {
    transform: translate(0);
    width: 240rem;
  }
}
.sec-leo-main-video {
  width: 100%;
  height: 622px;
  border: 8px solid #fff;
  box-shadow: 0px 31.77px 31.77px 0px rgba(0, 0, 0, 0.0784313725);
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .sec-leo-main-video {
    height: 622rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-leo-main-video {
    height: 258rem;
    margin-bottom: 20rem;
  }
}
.sec-leo-main-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-leo-bottom-ttl {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 1440px) {
  .sec-leo-bottom-ttl {
    margin-top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-leo-bottom-ttl {
    margin-top: 0;
  }
}
.sec-leo-bottom-ttl > img {
  max-width: 970px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .sec-leo-bottom-ttl > img {
    max-width: 970rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-leo-bottom-ttl > img {
    max-width: 100%;
  }
}
.sec-leo-bottom-ttl a {
  margin-top: 32px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 1440px) {
  .sec-leo-bottom-ttl a {
    margin-top: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-leo-bottom-ttl a {
    margin-top: 16rem;
  }
}
.sec-leo-bottom-ttl a img {
  width: 246px;
}
@media screen and (max-width: 1440px) {
  .sec-leo-bottom-ttl a img {
    width: 246rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-leo-bottom-ttl a img {
    width: 366rem;
  }
}
.sec-leo-bottom-main img {
  position: absolute;
}
.sec-leo-bottom-main img:nth-child(1), .sec-leo-bottom-main img:nth-child(2), .sec-leo-bottom-main img:nth-child(3), .sec-leo-bottom-main img:nth-child(4) {
  z-index: 1;
  width: 331px;
  bottom: 224px;
}
@media screen and (max-width: 1440px) {
  .sec-leo-bottom-main img:nth-child(1), .sec-leo-bottom-main img:nth-child(2), .sec-leo-bottom-main img:nth-child(3), .sec-leo-bottom-main img:nth-child(4) {
    width: 331rem;
    bottom: 224rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-leo-bottom-main img:nth-child(1), .sec-leo-bottom-main img:nth-child(2), .sec-leo-bottom-main img:nth-child(3), .sec-leo-bottom-main img:nth-child(4) {
    width: 110rem;
    bottom: 155rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-leo-bottom-main img:nth-child(3), .sec-leo-bottom-main img:nth-child(4) {
    bottom: 5rem;
  }
}
.sec-leo-bottom-main img:nth-child(5), .sec-leo-bottom-main img:nth-child(6), .sec-leo-bottom-main img:nth-child(7), .sec-leo-bottom-main img:nth-child(8) {
  width: 353px;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .sec-leo-bottom-main img:nth-child(5), .sec-leo-bottom-main img:nth-child(6), .sec-leo-bottom-main img:nth-child(7), .sec-leo-bottom-main img:nth-child(8) {
    width: 353rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-leo-bottom-main img:nth-child(5), .sec-leo-bottom-main img:nth-child(6), .sec-leo-bottom-main img:nth-child(7), .sec-leo-bottom-main img:nth-child(8) {
    width: 110rem;
  }
}
.sec-leo-bottom-main img:nth-child(1), .sec-leo-bottom-main img:nth-child(2) {
  right: 54%;
}
@media screen and (max-width: 768px) {
  .sec-leo-bottom-main img:nth-child(1), .sec-leo-bottom-main img:nth-child(2) {
    right: 72%;
  }
}
.sec-leo-bottom-main img:nth-child(3), .sec-leo-bottom-main img:nth-child(4) {
  right: 73%;
}
@media screen and (max-width: 768px) {
  .sec-leo-bottom-main img:nth-child(3), .sec-leo-bottom-main img:nth-child(4) {
    right: 45%;
  }
}
.sec-leo-bottom-main img:nth-child(5), .sec-leo-bottom-main img:nth-child(6) {
  bottom: 233px;
  left: 48%;
}
@media screen and (max-width: 1440px) {
  .sec-leo-bottom-main img:nth-child(5), .sec-leo-bottom-main img:nth-child(6) {
    bottom: 233rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-leo-bottom-main img:nth-child(5), .sec-leo-bottom-main img:nth-child(6) {
    left: 54%;
    bottom: 160rem;
  }
}
.sec-leo-bottom-main img:nth-child(7), .sec-leo-bottom-main img:nth-child(8) {
  bottom: 256px;
  left: 69%;
}
@media screen and (max-width: 1440px) {
  .sec-leo-bottom-main img:nth-child(7), .sec-leo-bottom-main img:nth-child(8) {
    bottom: 256rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-leo-bottom-main img:nth-child(7), .sec-leo-bottom-main img:nth-child(8) {
    bottom: 10rem;
    left: 70%;
  }
}
.sec-leo-bottom-main img:nth-child(9) {
  max-width: 1378px;
  width: 100%;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1440px) {
  .sec-leo-bottom-main img:nth-child(9) {
    bottom: -26rem;
    max-width: 1378rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-leo-bottom-main img:nth-child(9) {
    bottom: -30rem;
    left: 55%;
    max-width: 1000rem;
    width: 1000rem;
  }
}

.sec-cheering {
  overflow: unset;
  overflow-x: clip;
  z-index: 16;
  margin-bottom: 100px;
}
@media screen and (max-width: 1440px) {
  .sec-cheering {
    margin-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-cheering {
    margin-bottom: 80rem;
  }
}
.sec-cheering-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/star-bg.webp);
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
  z-index: 1;
  opacity: 0.5;
}
.sec-cheering > img:nth-child(1) {
  position: absolute;
  width: 576px;
  bottom: -65px;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 1440px) {
  .sec-cheering > img:nth-child(1) {
    width: 576rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-cheering > img:nth-child(1) {
    width: 170rem;
  }
}
.sec-cheering > img:nth-child(2) {
  position: absolute;
  width: 576px;
  right: 0;
  bottom: -300px;
  z-index: 10;
}
@media screen and (max-width: 1440px) {
  .sec-cheering > img:nth-child(2) {
    width: 576rem;
  }
}
.sec-cheering-container {
  position: relative;
  z-index: 5;
}
.sec-cheering-ttl {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1440px) {
  .sec-cheering-ttl {
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-cheering-ttl {
    margin-bottom: 40rem;
    position: relative;
    z-index: 5;
  }
}
.sec-cheering-ttl img {
  width: 814px;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .sec-cheering-ttl img {
    width: 814rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-cheering-ttl img {
    width: 100%;
  }
}
.sec-cheering-main {
  position: relative;
}
.sec-cheering-main > img:nth-child(1) {
  position: absolute;
  width: 350px;
  left: 70%;
  transform: translateY(-92%);
  top: 0;
}
@media screen and (max-width: 1440px) {
  .sec-cheering-main > img:nth-child(1) {
    width: 350rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-cheering-main > img:nth-child(1) {
    left: 75%;
    transform: translateY(-59%);
    width: 125rem;
  }
}
.sec-cheering-main > img:nth-child(2) {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 20%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec-cheering-main > img:nth-child(2) {
    width: 300%;
    max-width: unset;
  }
}
.sec-cheering-main > img:nth-child(3) {
  position: absolute;
  width: 356px;
  left: 0;
  bottom: 12%;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .sec-cheering-main > img:nth-child(3) {
    width: 356rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-cheering-main > img:nth-child(3) {
    bottom: 86%;
    transform: rotate(-5deg);
    width: 170rem;
    left: -25rem;
  }
}
.sec-cheering-slide {
  position: relative;
  z-index: 5;
}
.sec-cheering-slide .swiper-wrapper {
  align-items: center;
}
.sec-cheering-slide .swiper-controller {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1060px;
  width: 100%;
  z-index: 10;
  visibility: hidden;
}
@media screen and (max-width: 1440px) {
  .sec-cheering-slide .swiper-controller {
    max-width: 1060rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-cheering-slide .swiper-controller {
    max-width: 424rem;
  }
}
.sec-cheering-slide .swiper-controller .swiper-button-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  visibility: hidden;
}
.sec-cheering-slide .swiper-controller .swiper-button {
  visibility: visible;
  width: 64px;
  height: 64px;
  margin: 0;
  position: unset;
}
@media screen and (max-width: 1440px) {
  .sec-cheering-slide .swiper-controller .swiper-button {
    width: 64rem;
    height: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-cheering-slide .swiper-controller .swiper-button {
    width: 40rem;
    height: 40rem;
  }
}
.sec-cheering-slide .swiper-controller .swiper-button::before, .sec-cheering-slide .swiper-controller .swiper-button::after {
  display: none;
}
.sec-cheering-slide .swiper-controller .swiper-button img {
  width: 64px;
}
@media screen and (max-width: 1440px) {
  .sec-cheering-slide .swiper-controller .swiper-button img {
    width: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-cheering-slide .swiper-controller .swiper-button img {
    width: 40rem;
  }
}
.sec-cheering-slide__elem.swiper-slide {
  width: 400px;
  height: 400px;
  border-radius: 40px;
  border: 4px solid #000;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  margin: 0 8px;
}
@media screen and (max-width: 1440px) {
  .sec-cheering-slide__elem.swiper-slide {
    border-radius: 40rem;
    margin: 0 8rem;
    width: 400rem;
    height: 400rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-cheering-slide__elem.swiper-slide {
    border-radius: 34rem;
    margin: 0 15rem;
    width: 414rem;
    height: 414rem;
  }
}
.sec-cheering-slide__elem.swiper-slide.swiper-slide-prev, .sec-cheering-slide__elem.swiper-slide.swiper-slide-next {
  transform: translateY(70px);
}
@media screen and (max-width: 1440px) {
  .sec-cheering-slide__elem.swiper-slide.swiper-slide-prev, .sec-cheering-slide__elem.swiper-slide.swiper-slide-next {
    transform: translateY(70rem);
  }
}
@media screen and (max-width: 768px) {
  .sec-cheering-slide__elem.swiper-slide.swiper-slide-prev, .sec-cheering-slide__elem.swiper-slide.swiper-slide-next {
    transform: translateY(0);
  }
}
.sec-cheering-slide__elem.swiper-slide.swiper-slide-active {
  transform: scale(1.2);
  opacity: 1;
  margin: 0 50px;
  z-index: 5;
}
@media screen and (max-width: 1440px) {
  .sec-cheering-slide__elem.swiper-slide.swiper-slide-active {
    margin: 0 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-cheering-slide__elem.swiper-slide.swiper-slide-active {
    margin: 0 15rem;
    transform: scale(1);
  }
}
.sec-cheering-slide__elem.swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
.sec-cheering-slide__elem.swiper-slide-txt {
  position: absolute;
  width: 100%;
  padding: 8px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 2;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1440px) {
  .sec-cheering-slide__elem.swiper-slide-txt {
    padding: 8rem;
  }
}
.sec-cheering-slide__elem.swiper-slide-txt p {
  font-weight: 900;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--g-color-white);
  text-shadow: 2px 2px 0px #1c1c1c, -1px 1px 0px #1c1c1c, 1px -1px 0px #1c1c1c, -1px -1px 0px #1c1c1c;
}
@media screen and (max-width: 1440px) {
  .sec-cheering-slide__elem.swiper-slide-txt p {
    font-size: 32rem;
  }
}
.sec-cheering-slide__elem.swiper-slide-txt p span {
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  .sec-cheering-slide__elem.swiper-slide-txt p span {
    font-size: 16rem;
  }
}
.sec-cheering-btn {
  text-align: center;
}
.sec-cheering-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sec-cheering-btn a img {
  width: 287px;
}
@media screen and (max-width: 1440px) {
  .sec-cheering-btn a img {
    width: 287rem;
  }
}

.sec-founder {
  background: linear-gradient(137.94deg, #02C2DE 0%, #009FE9 100%);
  padding: 160px 0;
  z-index: 16;
}
@media screen and (max-width: 1440px) {
  .sec-founder {
    padding: 160rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-founder {
    padding: 80rem 0;
  }
}
.sec-founder-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../img/star-bg.webp);
  background-repeat: repeat;
  background-size: 500% auto;
  background-position: center;
  opacity: 0.5;
}
.sec-founder-container {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .sec-founder-container {
    max-width: 1280rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-founder-container {
    max-width: 370rem;
  }
}
.sec-founder-ttl {
  text-align: center;
}
.sec-founder-ttl img {
  max-width: 1000px;
}
@media screen and (max-width: 1440px) {
  .sec-founder-ttl img {
    max-width: 1000rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-founder-ttl img {
    max-width: 370rem;
  }
}
.sec-founder-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 160px;
}
@media screen and (max-width: 1440px) {
  .sec-founder-main {
    gap: 32rem;
    margin-bottom: 160rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-founder-main {
    gap: 8rem;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 80rem;
  }
}
.sec-founder__elem {
  background: #000000;
  border-radius: 40px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .sec-founder__elem {
    border-radius: 40rem;
    padding: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-founder__elem {
    border-radius: 34rem;
    padding: 16rem;
  }
}
.sec-founder__elem::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/founder-elem-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.2;
}
.sec-founder__elem-img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 374px;
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1440px) {
  .sec-founder__elem-img {
    margin-bottom: 32rem;
    border-radius: 24rem;
    height: 374rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-founder__elem-img {
    margin-bottom: 16rem;
    border-radius: 24rem;
    height: 250rem;
  }
}
.sec-founder__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-founder__elem-content {
  position: relative;
  z-index: 2;
}
.sec-founder__elem-name {
  margin-bottom: 32px;
}
@media screen and (max-width: 1440px) {
  .sec-founder__elem-name {
    margin-bottom: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-founder__elem-name {
    margin-bottom: 16rem;
  }
}
.sec-founder__elem-name p {
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2509803922);
}
@media screen and (max-width: 1440px) {
  .sec-founder__elem-name p {
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-founder__elem-name p {
    font-size: 24rem;
  }
}
.sec-founder__elem-name span {
  color: #fff;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2509803922);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .sec-founder__elem-name span {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-founder__elem-txt {
    padding-bottom: 20rem;
  }
}
.sec-founder__elem-txt p {
  color: #fff;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2509803922);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .sec-founder__elem-txt p {
    font-size: 14rem;
  }
}
.sec-founder .sec-teacher {
  max-width: 1312px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .sec-founder .sec-teacher {
    max-width: 1312rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-founder .sec-teacher {
    max-width: 100%;
  }
}
.sec-founder .sec-teacher-ttl {
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .sec-founder .sec-teacher-ttl {
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-founder .sec-teacher-ttl {
    margin-bottom: 40rem;
  }
}
.sec-founder .sec-teacher-ttl img {
  max-width: 1178px;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .sec-founder .sec-teacher-ttl img {
    max-width: 1178rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-founder .sec-teacher-ttl img {
    max-width: 100%;
  }
}
.sec-founder .sec-teacher-main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 16px;
}
@media screen and (max-width: 1440px) {
  .sec-founder .sec-teacher-main {
    gap: 32rem 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-founder .sec-teacher-main {
    gap: 8rem;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-founder .sec-teacher__elem {
    text-align: center;
  }
}
.sec-founder .sec-teacher__elem img {
  margin: 0 10px;
  max-width: 100%;
}
@media screen and (max-width: 1440px) {
  .sec-founder .sec-teacher__elem img {
    margin: 0 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-founder .sec-teacher__elem img {
    margin: auto;
    max-width: 180rem;
  }
}
.sec-founder .sec-teacher__elem-content {
  background: linear-gradient(180.75deg, #3E3E3E 0.64%, #181818 99.36%);
  position: relative;
  z-index: 2;
  height: 138px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 8px;
  margin-top: -40px;
}
@media screen and (max-width: 1440px) {
  .sec-founder .sec-teacher__elem-content {
    margin-top: -40rem;
    height: 138rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-founder .sec-teacher__elem-content {
    margin: auto;
    margin-top: -30rem;
    height: 84rem;
    width: 192rem;
  }
}
.sec-founder .sec-teacher__elem-content p,
.sec-founder .sec-teacher__elem-content span {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .sec-founder .sec-teacher__elem-content p,
  .sec-founder .sec-teacher__elem-content span {
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-founder .sec-teacher__elem-content p,
  .sec-founder .sec-teacher__elem-content span {
    line-height: 1.5;
    font-size: 19rem;
  }
}
.sec-founder .sec-teacher__elem-content span {
  font-size: 20px;
}
@media screen and (max-width: 1440px) {
  .sec-founder .sec-teacher__elem-content span {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-founder .sec-teacher__elem-content span {
    font-size: 12rem;
  }
}

.sec-grand {
  background: url(../img/bushido-bg.webp);
  background-repeat: repeat;
  background-size: 100% auto;
  background-position: center;
  padding: 104px 0;
}
@media screen and (max-width: 1440px) {
  .sec-grand {
    padding: 104rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand {
    padding: 40rem 0;
  }
}
.sec-grand-ttl {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .sec-grand-ttl {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-ttl {
    margin-bottom: 0;
  }
}
.sec-grand-ttl img {
  margin: auto;
  width: 818px;
}
@media screen and (max-width: 1440px) {
  .sec-grand-ttl img {
    width: 818rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-ttl img {
    width: 100%;
  }
}
.sec-grand-main {
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 1440px) {
  .sec-grand-main {
    padding-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-main {
    padding-bottom: 0;
  }
}
.sec-grand-main-inner {
  max-width: 1292px;
  width: 100%;
  margin: auto;
  position: relative;
  text-align: right;
}
@media screen and (max-width: 1440px) {
  .sec-grand-main-inner {
    max-width: 1292rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-main-inner {
    max-width: 418rem;
  }
}
.sec-grand-main-inner > img:nth-child(1), .sec-grand-main-inner > img:nth-child(2) {
  width: 919px;
  margin-left: auto;
  margin-bottom: 40px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1700px) {
  .sec-grand-main-inner > img:nth-child(1), .sec-grand-main-inner > img:nth-child(2) {
    width: 54.0588235294vw;
  }
}
@media screen and (max-width: 1440px) {
  .sec-grand-main-inner > img:nth-child(1), .sec-grand-main-inner > img:nth-child(2) {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-main-inner > img:nth-child(1), .sec-grand-main-inner > img:nth-child(2) {
    margin-top: 120rem;
    margin-bottom: 20rem;
    width: 100%;
  }
}
.sec-grand-main-inner > img:nth-child(3) {
  width: 300px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(17%, -50%);
}
@media screen and (max-width: 1440px) {
  .sec-grand-main-inner > img:nth-child(3) {
    width: 300rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-main-inner > img:nth-child(3) {
    transform: translate(17%, -50%);
    width: 160rem;
    right: 50rem;
  }
}
.sec-grand-main-msg {
  position: relative;
  width: 600px;
  margin-right: 118px;
  margin-left: auto;
}
@media screen and (max-width: 1440px) {
  .sec-grand-main-msg {
    width: 600rem;
    margin-right: 118rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-main-msg {
    width: 100%;
    margin-right: 0;
  }
}
.sec-grand-main-msg img {
  width: 100%;
}
.sec-grand-main-msg-txt {
  position: absolute;
  width: 75%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .sec-grand-main-msg-txt {
    bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-main-msg-txt {
    bottom: 24rem;
  }
}
.sec-grand-main-msg-txt p {
  color: #ff005c;
  font-weight: 500;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 1440px) {
  .sec-grand-main-msg-txt p {
    margin-bottom: 16rem;
    font-size: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-main-msg-txt p {
    font-size: 22rem;
  }
}
.sec-grand-main-msg-txt > span {
  color: #ff005c;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
}
@media screen and (max-width: 1440px) {
  .sec-grand-main-msg-txt > span {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-main-msg-txt > span {
    font-size: 12rem;
  }
}
.sec-grand-main-img {
  position: absolute;
  top: 30px;
  left: 0;
}
@media screen and (max-width: 1440px) {
  .sec-grand-main-img {
    top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-main-img {
    top: -50rem;
  }
}
.sec-grand-main-img-inner {
  position: relative;
  width: 750px;
}
@media screen and (max-width: 1440px) {
  .sec-grand-main-img-inner {
    width: 750rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-main-img-inner {
    width: 270rem;
  }
}
.sec-grand-main-img-inner img:nth-child(1) {
  width: 600px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .sec-grand-main-img-inner img:nth-child(1) {
    width: 600rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-main-img-inner img:nth-child(1) {
    width: 200rem;
  }
}
.sec-grand-main-img-inner img:nth-child(2) {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 78px;
}
@media screen and (max-width: 1440px) {
  .sec-grand-main-img-inner img:nth-child(2) {
    width: 78rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-main-img-inner img:nth-child(2) {
    width: 38rem;
  }
}
.sec-grand-main-img-inner img:nth-child(3) {
  z-index: 2;
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .sec-grand-main-img-inner img:nth-child(3) {
    bottom: -11rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-main-img-inner img:nth-child(3) {
    bottom: -5rem;
  }
}
.sec-grand-more-top {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .sec-grand-more-top {
    margin-bottom: 50rem;
  }
}
.sec-grand-more-top img {
  max-width: 1167px;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .sec-grand-more-top img {
    max-width: 1167rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-more-top img {
    max-width: 100%;
  }
}
.sec-grand-more-main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-grand-more-main {
    flex-direction: column;
    align-items: center;
  }
}
.sec-grand-more-main img:nth-child(1) {
  max-width: 700px;
}
@media screen and (max-width: 1550px) {
  .sec-grand-more-main img:nth-child(1) {
    max-width: 550px;
  }
}
@media screen and (max-width: 1440px) {
  .sec-grand-more-main img:nth-child(1) {
    max-width: 550rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-more-main img:nth-child(1) {
    max-width: 360rem;
  }
}
.sec-grand-more-main img:nth-child(2) {
  max-width: 800px;
}
@media screen and (max-width: 1550px) {
  .sec-grand-more-main img:nth-child(2) {
    max-width: 650px;
  }
}
@media screen and (max-width: 1440px) {
  .sec-grand-more-main img:nth-child(2) {
    max-width: 650rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-more-main img:nth-child(2) {
    max-width: 510rem;
    width: 510rem;
  }
}
.sec-grand-more-items {
  display: flex;
  align-items: start;
  justify-content: center;
  margin-bottom: 64px;
  margin-top: 180px;
}
@media screen and (max-width: 1440px) {
  .sec-grand-more-items {
    margin-top: 180px;
    margin-bottom: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-more-items {
    margin-bottom: 32rem;
    align-items: center;
    flex-direction: column;
  }
}
.sec-grand-more-item__wrap {
  position: relative;
}
.sec-grand-more-item__wrap > img {
  left: 50%;
  transform: translate(-50%);
  position: absolute;
  z-index: 1;
}
.sec-grand-more-item__wrap:nth-child(1) > img {
  width: 350px;
  top: -210px;
}
@media screen and (max-width: 1440px) {
  .sec-grand-more-item__wrap:nth-child(1) > img {
    width: 350rem;
    top: -210rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-more-item__wrap:nth-child(1) > img {
    width: 250rem;
    top: -150rem;
  }
}
.sec-grand-more-item__wrap:nth-child(2) {
  margin: 0 32px;
  padding-top: 40px;
}
@media screen and (max-width: 1440px) {
  .sec-grand-more-item__wrap:nth-child(2) {
    margin: 0 32rem;
    padding-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-more-item__wrap:nth-child(2) {
    margin: 0;
    z-index: 2;
    padding-top: 240rem;
  }
}
.sec-grand-more-item__wrap:nth-child(2) > img {
  max-width: unset;
  width: 540px;
  top: -200px;
}
@media screen and (max-width: 1440px) {
  .sec-grand-more-item__wrap:nth-child(2) > img {
    top: -200rem;
    width: 540rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-more-item__wrap:nth-child(2) > img {
    top: 0;
    width: 460rem;
  }
}
.sec-grand-more-item__wrap:nth-child(3) {
  padding-top: 80px;
}
@media screen and (max-width: 1440px) {
  .sec-grand-more-item__wrap:nth-child(3) {
    padding-top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-more-item__wrap:nth-child(3) {
    z-index: 3;
    padding-top: 265rem;
  }
}
.sec-grand-more-item__wrap:nth-child(3) > img {
  width: 500px;
  max-width: unset;
  top: -180px;
}
@media screen and (max-width: 1440px) {
  .sec-grand-more-item__wrap:nth-child(3) > img {
    width: 500rem;
    top: -180rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-more-item__wrap:nth-child(3) > img {
    width: 500rem;
    top: 0rem;
  }
}
.sec-grand-more-item {
  position: relative;
  z-index: 2;
  width: 420px;
}
@media screen and (max-width: 1440px) {
  .sec-grand-more-item {
    width: 420rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-more-item {
    transform: translateX(4rem);
  }
}
.sec-grand-bushido-ttl {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-grand-bushido-ttl {
    margin-bottom: 120rem;
    position: relative;
    z-index: 2;
  }
}
.sec-grand-bushido-ttl img {
  width: 1108px;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .sec-grand-bushido-ttl img {
    width: 1108rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-bushido-ttl img {
    width: 100%;
  }
}
.sec-grand-bushido-txt {
  text-align: right;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-grand-bushido-txt {
    margin-bottom: 30rem;
  }
}
.sec-grand-bushido-txt img:nth-child(1) {
  width: 361px;
  position: absolute;
  right: 0;
  bottom: 40%;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .sec-grand-bushido-txt img:nth-child(1) {
    width: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-bushido-txt img:nth-child(1) {
    bottom: 90%;
    right: -20rem;
  }
}
.sec-grand-bushido-txt img:nth-child(2), .sec-grand-bushido-txt img:nth-child(3) {
  position: relative;
  z-index: 2;
  width: 1200px;
  margin-left: auto;
}
@media screen and (max-width: 1440px) {
  .sec-grand-bushido-txt img:nth-child(2), .sec-grand-bushido-txt img:nth-child(3) {
    width: 1200rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-bushido-txt img:nth-child(2), .sec-grand-bushido-txt img:nth-child(3) {
    max-width: 100%;
    width: 100%;
    transform: translateX(0);
  }
}
.sec-grand-bushido-txt img:nth-child(4) {
  width: 800px;
  position: absolute;
  left: 0;
  bottom: 40%;
  z-index: 3;
}
@media screen and (max-width: 1440px) {
  .sec-grand-bushido-txt img:nth-child(4) {
    width: 620rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-bushido-txt img:nth-child(4) {
    bottom: 105%;
    width: 260rem;
    left: -20rem;
  }
}
.sec-grand-bushido-main {
  position: relative;
}
.sec-grand-bushido-main > img {
  width: 662px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-30%);
}
@media screen and (max-width: 1440px) {
  .sec-grand-bushido-main > img {
    width: 662rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-bushido-main > img {
    width: 293rem;
    top: unset;
    bottom: 0;
    transform: translateY(30%);
  }
}
.sec-grand-bushido-main-container {
  position: relative;
  max-width: 1320px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .sec-grand-bushido-main-container {
    max-width: 1320rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-bushido-main-container {
    max-width: 398rem;
  }
}
.sec-grand-bushido-main-container > img {
  width: 844px;
}
@media screen and (max-width: 1440px) {
  .sec-grand-bushido-main-container > img {
    width: 844rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-bushido-main-container > img {
    width: 100%;
    margin-bottom: 20rem;
  }
}
.sec-grand-bushido-main-content {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  right: 0;
}
@media screen and (max-width: 1440px) {
  .sec-grand-bushido-main-content {
    bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-bushido-main-content {
    position: relative;
    bottom: unset;
    right: unset;
    z-index: 1;
  }
}
.sec-grand-bushido-main-content-inner {
  position: relative;
}
.sec-grand-bushido-main-content-inner > img {
  width: 581px;
}
@media screen and (max-width: 1440px) {
  .sec-grand-bushido-main-content-inner > img {
    width: 581rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-bushido-main-content-inner > img {
    width: 100%;
  }
}
.sec-grand-bushido-main-content a {
  position: absolute;
  left: 50%;
  bottom: 45px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1440px) {
  .sec-grand-bushido-main-content a {
    bottom: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-bushido-main-content a {
    bottom: 32rem;
  }
}
.sec-grand-bushido-main-content a img {
  width: 233px;
}
@media screen and (max-width: 1440px) {
  .sec-grand-bushido-main-content a img {
    width: 233rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-grand-bushido-main-content a img {
    width: 366rem;
  }
}

.sec-faq {
  background: linear-gradient(131.1deg, #F39802 0%, #FF8A02 100%);
  overflow: unset;
  overflow-x: clip;
  padding: 160px 0;
}
@media screen and (max-width: 1440px) {
  .sec-faq {
    padding: 160rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq {
    padding: 40rem 0 80rem;
  }
}
.sec-faq-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../img/news-bg.png);
  background-repeat: repeat;
  background-size: 100% auto;
  background-position: center;
  opacity: 0.2;
}
.sec-faq > img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 450px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1440px) {
  .sec-faq > img:nth-child(1) {
    top: 0;
    width: 450rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq > img:nth-child(1) {
    top: 0;
    width: 250rem;
  }
}
.sec-faq > img:nth-child(2) {
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 2;
  width: 500px;
}
@media screen and (max-width: 1440px) {
  .sec-faq > img:nth-child(2) {
    bottom: -20rem;
    width: 500rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq > img:nth-child(2) {
    bottom: -20rem;
    width: 120rem;
  }
}
.sec-faq-container {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .sec-faq-container {
    max-width: 1120rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq-container {
    max-width: 398rem;
  }
}
.sec-faq-ttl {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1440px) {
  .sec-faq-ttl {
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq-ttl {
    margin-bottom: 0;
  }
}
.sec-faq-ttl img {
  margin: auto;
  width: 256px;
}
@media screen and (max-width: 1440px) {
  .sec-faq-ttl img {
    width: 256rem;
  }
}
.sec-faq__elem {
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .sec-faq__elem {
    border-radius: 16rem;
  }
}
.sec-faq__elem:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 1440px) {
  .sec-faq__elem:not(:last-child) {
    margin-bottom: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq__elem:not(:last-child) {
    margin-bottom: 16rem;
  }
}
.sec-faq__elem:nth-child(1) {
  background: linear-gradient(180deg, #FF478A 0%, #FF005C 100%);
}
.sec-faq__elem:nth-child(2) {
  background: linear-gradient(180deg, #3899FF 0%, #0079F7 100%);
}
.sec-faq__elem:nth-child(3) {
  background: linear-gradient(180deg, #FFF700 0%, #FFC800 100%);
}
.sec-faq__elem:nth-child(4) {
  background: linear-gradient(180deg, #3DDC44 0%, #31AE37 100%);
}
.sec-faq__elem:nth-child(5) {
  background: linear-gradient(180deg, #BA94FF 0%, #9C78DE 100%);
}
.sec-faq__elem:nth-child(6) {
  background: linear-gradient(180deg, #FF478A 0%, #FF005C 100%);
}
.sec-faq__elem:nth-child(7) {
  background: linear-gradient(180deg, #3899FF 0%, #0079F7 100%);
}
.sec-faq__elem p {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .sec-faq__elem p {
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq__elem p {
    font-size: 32rem;
    line-height: 1.3;
  }
}
.sec-faq__elem p span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .sec-faq__elem p span {
    font-size: 14rem;
  }
}
.sec-faq__elem-q {
  position: relative;
  padding: 24px 64px;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .sec-faq__elem-q {
    padding: 24rem 64rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq__elem-q {
    padding: 16rem;
  }
}
.sec-faq__elem-q::before, .sec-faq__elem-q::after {
  content: "";
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 64px;
  width: 24px;
  height: 4px;
  border-radius: 10px;
  background: var(--g-color-white);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1440px) {
  .sec-faq__elem-q::before, .sec-faq__elem-q::after {
    height: 4rem;
    right: 64rem;
    width: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq__elem-q::before, .sec-faq__elem-q::after {
    height: 2rem;
    right: 24rem;
    width: 24rem;
  }
}
.sec-faq__elem-q::after {
  transform: translateY(-50%) rotate(90deg);
}
.sec-faq__elem-q.active::after {
  transform: translateY(-50%) rotate(0);
}
.sec-faq__elem-q p {
  color: #fff;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2509803922);
}
@media screen and (max-width: 768px) {
  .sec-faq__elem-q p {
    max-width: 80%;
  }
}
.sec-faq__elem-a {
  background: linear-gradient(180deg, #F5F5F5 10.1%, #FFD5AE 100%);
  overflow: hidden;
  max-height: 0;
  transition: all 0.4s ease-in-out;
  padding: 0 64px;
}
@media screen and (max-width: 1440px) {
  .sec-faq__elem-a {
    padding: 0 64rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq__elem-a {
    padding: 0 24rem;
  }
}
.sec-faq__elem-a.active {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 1440px) {
  .sec-faq__elem-a.active {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq__elem-a.active {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
.sec-faq__elem-a p {
  color: #4A4A4A;
  font-weight: 500;
}
.sec-faq__elem-a p span {
  font-size: 24px;
}
@media screen and (max-width: 1440px) {
  .sec-faq__elem-a p span {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq__elem-a p span {
    font-size: 14 rem;
  }
}
.sec-faq-bottom-ttl {
  margin: 50px 0;
}
@media screen and (max-width: 1440px) {
  .sec-faq-bottom-ttl {
    margin: 50rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq-bottom-ttl {
    margin: 40rem 0 0;
  }
}
.sec-faq-bottom-btn {
  text-align: center;
}
.sec-faq-bottom-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sec-faq-bottom-btn a img {
  width: 238px;
}
@media screen and (max-width: 1440px) {
  .sec-faq-bottom-btn a img {
    width: 238rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq-bottom-btn a img {
    width: 398rem;
  }
}

.sec-entry {
  background: linear-gradient(120.67deg, #920883 0%, #602778 100%);
  padding: 160px 0;
  z-index: 22;
}
@media screen and (max-width: 1440px) {
  .sec-entry {
    padding: 160rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-entry {
    padding: 40rem 0;
  }
}
.sec-entry-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/entry-bg.webp);
  background-repeat: repeat;
  background-size: 100% auto;
  background-position: center;
  z-index: 1;
  opacity: 0.6;
}
.sec-entry-container {
  position: relative;
  z-index: 5;
}
.sec-entry-ttl {
  text-align: center;
  margin-bottom: 42px;
}
@media screen and (max-width: 1440px) {
  .sec-entry-ttl {
    margin-bottom: 42rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-entry-ttl {
    margin-bottom: 0;
  }
}
.sec-entry-ttl img {
  margin: auto;
  width: 247px;
}
@media screen and (max-width: 1440px) {
  .sec-entry-ttl img {
    width: 247rem;
  }
}
.sec-entry-main {
  position: relative;
  text-align: center;
  max-width: 1120px;
  width: 100%;
  margin: auto;
  background: url(../img/entry-form-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 160px;
  border-radius: 80px;
}
@media screen and (max-width: 1440px) {
  .sec-entry-main {
    max-width: 1120rem;
    padding: 160rem;
    border-radius: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-entry-main {
    max-width: 398rem;
    padding: 40rem 24rem;
    border-radius: 24rem;
  }
}
.sec-entry-main > img {
  position: absolute;
  width: 396px;
  bottom: -181px;
  left: -170px;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .sec-entry-main > img {
    width: 396rem;
    bottom: -181rem;
    left: -170rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-entry-main > img {
    width: 150rem;
    bottom: unset;
    left: unset;
    top: 0;
    right: 0;
    transform: translate(40rem, -50%);
  }
}
.sec-entry-main a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 78px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1440px) {
  .sec-entry-main a {
    bottom: 78rem;
  }
}
.sec-entry-main a img {
  width: 180px;
}
@media screen and (max-width: 1440px) {
  .sec-entry-main a img {
    width: 180rem;
  }
}
.sec-entry-form__elem {
  margin-bottom: 32px;
}
@media screen and (max-width: 1440px) {
  .sec-entry-form__elem {
    margin-bottom: 32rem;
  }
}
.sec-entry-form__elem-label {
  text-align: left;
  margin-bottom: 16px;
}
@media screen and (max-width: 1440px) {
  .sec-entry-form__elem-label {
    margin-bottom: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-entry-form__elem-label {
    margin-bottom: 8rem;
  }
}
.sec-entry-form__elem-label svg {
  width: auto;
  height: 41px;
}
@media screen and (max-width: 1440px) {
  .sec-entry-form__elem-label svg {
    height: 41rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-entry-form__elem-label svg {
    height: 36rem;
  }
}
.sec-entry-form__elem-inp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (max-width: 1440px) {
  .sec-entry-form__elem-inp {
    gap: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-entry-form__elem-inp {
    grid-template-columns: repeat(1, 1fr);
    gap: 16rem;
  }
}
.sec-entry-form__elem-inp._textarea {
  display: block;
}
.sec-entry-form__elem-inp input,
.sec-entry-form__elem-inp textarea,
.sec-entry-form__elem-inp select {
  width: 100%;
  border: 2px solid #1C1C1C;
  background: #FFFFFF;
  border-radius: 8px;
  outline: unset;
  padding: 0 24px;
  height: 59px;
  font-family: Zen Maru Gothic;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  color: var(--g-color-black);
}
@media screen and (max-width: 768px) {
  .sec-entry-form__elem-inp input,
  .sec-entry-form__elem-inp textarea,
  .sec-entry-form__elem-inp select {
    height: 59rem;
    font-size: 24rem;
    padding: 0 24rem;
  }
}
.sec-entry-form__elem-inp textarea {
  height: 320px;
  padding: 12px 24px;
}
@media screen and (max-width: 768px) {
  .sec-entry-form__elem-inp textarea {
    height: 320rem;
    padding: 16rem 24rem;
  }
}
.sec-entry-form-btn {
  text-align: right;
}
.sec-entry-form button {
  background: transparent;
  border-radius: 100px;
  outline: unset;
  border: unset;
  cursor: pointer;
}
.sec-entry-form button svg {
  width: 261px;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .sec-entry-form button svg {
    width: 261rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-entry-form button svg {
    width: 200rem;
  }
}

.sec-news {
  background: linear-gradient(120.04deg, #FF6892 0%, #E94472 100%);
  padding: 160px 0;
  overflow: unset;
  overflow-x: clip;
  z-index: 23;
}
@media screen and (max-width: 1440px) {
  .sec-news {
    padding: 160rem 0;
  }
}
.sec-news > img {
  position: absolute;
  z-index: 5;
}
.sec-news > img:nth-child(1) {
  width: 436px;
  top: -95px;
  left: 25px;
}
@media screen and (max-width: 1440px) {
  .sec-news > img:nth-child(1) {
    top: -95rem;
    left: 25rem;
    width: 436rem;
  }
}
.sec-news > img:nth-child(2) {
  width: 437px;
  bottom: -15px;
  left: 0;
}
@media screen and (max-width: 1440px) {
  .sec-news > img:nth-child(2) {
    bottom: -15rem;
    width: 437rem;
  }
}
.sec-news-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/news-bg.png);
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
  opacity: 0.12;
}
.sec-news-container {
  position: relative;
  z-index: 4;
}
.sec-news-ttl {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .sec-news-ttl {
    margin-bottom: 50rem;
  }
}
.sec-news-ttl img {
  width: 244px;
}
@media screen and (max-width: 1440px) {
  .sec-news-ttl img {
    width: 244rem;
  }
}
.sec-news-main {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .sec-news-main {
    margin-bottom: 50rem;
  }
}
.sec-news-main > img {
  width: 576px;
  position: absolute;
  bottom: 85px;
  left: 55%;
}
@media screen and (max-width: 1440px) {
  .sec-news-main > img {
    bottom: 85rem;
    width: 576rem;
  }
}
.sec-news-slide {
  position: relative;
}
.sec-news-slide .swiper-wrapper {
  align-items: center;
}
.sec-news-slide .swiper-controller {
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 546px;
  width: 100%;
  z-index: 10;
  visibility: hidden;
}
@media screen and (max-width: 1440px) {
  .sec-news-slide .swiper-controller {
    max-width: 546rem;
  }
}
.sec-news-slide .swiper-controller .swiper-button-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  visibility: hidden;
}
.sec-news-slide .swiper-controller .swiper-button {
  visibility: visible;
  width: 64px;
  height: 64px;
  margin: 0;
  position: unset;
}
@media screen and (max-width: 1440px) {
  .sec-news-slide .swiper-controller .swiper-button {
    width: 64rem;
    height: 64rem;
  }
}
.sec-news-slide .swiper-controller .swiper-button::before, .sec-news-slide .swiper-controller .swiper-button::after {
  display: none;
}
.sec-news-slide .swiper-controller .swiper-button img {
  width: 64px;
}
@media screen and (max-width: 1440px) {
  .sec-news-slide .swiper-controller .swiper-button img {
    width: 64rem;
  }
}
.sec-news-slide__elem.swiper-slide {
  padding: 0 16px;
  width: 432px;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1440px) {
  .sec-news-slide__elem.swiper-slide {
    width: 432rem;
    padding: 0 16rem;
  }
}
.sec-news-slide__elem.swiper-slide.swiper-slide-prev, .sec-news-slide__elem.swiper-slide.swiper-slide-next {
  transform: translateY(50px);
}
@media screen and (max-width: 1440px) {
  .sec-news-slide__elem.swiper-slide.swiper-slide-prev, .sec-news-slide__elem.swiper-slide.swiper-slide-next {
    transform: translateY(50rem);
  }
}
.sec-news-slide__elem.swiper-slide a {
  display: block;
  width: 100%;
}
.sec-news-slide__elem.swiper-slide-img {
  border: 4px solid #000000;
  background: #F5F5F5;
  width: 100%;
  height: 264px;
  border-radius: 40px;
  overflow: hidden;
  margin-bottom: 16px;
}
@media screen and (max-width: 1440px) {
  .sec-news-slide__elem.swiper-slide-img {
    height: 264rem;
    border-radius: 40rem;
    margin-bottom: 16rem;
  }
}
.sec-news-slide__elem.swiper-slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-news-slide__elem.swiper-slide-txt {
  text-align: center;
}
.sec-news-slide__elem.swiper-slide-txt p {
  font-weight: 900;
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .sec-news-slide__elem.swiper-slide-txt p {
    font-size: 32rem;
  }
}
.sec-news-slide__elem.swiper-slide-txt span {
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .sec-news-slide__elem.swiper-slide-txt span {
    font-size: 16rem;
  }
}
.sec-news-btn {
  text-align: center;
}
.sec-news-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sec-news-btn a img {
  width: 233px;
}
@media screen and (max-width: 1440px) {
  .sec-news-btn a img {
    width: 233rem;
  }
}
.sec-news-deco {
  position: absolute;
  bottom: 0;
  right: 0;
}
.sec-news-deco img {
  width: 115px;
}
@media screen and (max-width: 1440px) {
  .sec-news-deco img {
    width: 115rem;
  }
}

.sec-youtube {
  background: linear-gradient(124.64deg, #FF2A00 -0.02%, #EF2800 99.98%);
  padding: 80px 0 160px;
  overflow: unset;
  overflow-x: clip;
  z-index: 24;
}
@media screen and (max-width: 1440px) {
  .sec-youtube {
    padding: 80rem 0 160rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-youtube {
    padding: 40rem 0 160rem;
  }
}
.sec-youtube-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/youtube-bg.webp);
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
  z-index: 1;
  opacity: 0.12;
}
.sec-youtube > img {
  width: 400px;
  position: absolute;
  z-index: 10;
  bottom: -40px;
  left: 18px;
}
@media screen and (max-width: 1440px) {
  .sec-youtube > img {
    width: 400rem;
    bottom: -40rem;
    left: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-youtube > img {
    width: 390rem;
    bottom: -90rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sec-youtube-container {
  position: relative;
  z-index: 5;
}
.sec-youtube-ttl {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .sec-youtube-ttl {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-youtube-ttl {
    margin-bottom: 0;
  }
}
.sec-youtube-ttl img {
  margin: auto;
  width: 376px;
}
@media screen and (max-width: 1440px) {
  .sec-youtube-ttl img {
    width: 376rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-youtube-ttl img {
    width: 245rem;
  }
}
.sec-youtube-main {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 1232px;
  width: 100%;
  margin: auto;
  gap: 32px;
}
@media screen and (max-width: 1440px) {
  .sec-youtube-main {
    gap: 32rem;
    max-width: 1232rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-youtube-main {
    flex-direction: column;
    max-width: 370rem;
  }
}
.sec-youtube-main > img {
  width: 349px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-90%);
}
@media screen and (max-width: 1440px) {
  .sec-youtube-main > img {
    width: 349rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-youtube-main > img {
    right: -30rem;
    display: none;
    width: 200rem;
  }
}
.sec-youtube__elem {
  position: relative;
  width: 600px;
}
@media screen and (max-width: 1440px) {
  .sec-youtube__elem {
    width: 600rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-youtube__elem {
    width: 100%;
  }
}
.sec-youtube__elem img {
  width: 100%;
}
.sec-youtube__elem a:hover {
  opacity: 1;
}
.sec-youtube__elem-deco {
  position: absolute;
  bottom: 62px;
  right: 0;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1440px) {
  .sec-youtube__elem-deco {
    bottom: 62rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-youtube__elem-deco {
    bottom: 40rem;
    right: -20rem;
  }
}
.sec-youtube__elem-deco img:nth-child(1) {
  transform: translate(20px, 40px);
  width: 43px;
  animation: clickDeco 3s linear infinite;
}
@media screen and (max-width: 1440px) {
  .sec-youtube__elem-deco img:nth-child(1) {
    transform: translate(20rem, 40rem);
    width: 43rem;
  }
}
.sec-youtube__elem-deco img:nth-child(2) {
  width: 143px;
  animation: clickMain 3s linear infinite;
}
@media screen and (max-width: 1440px) {
  .sec-youtube__elem-deco img:nth-child(2) {
    width: 143rem;
  }
}
@keyframes clickDeco {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  24% {
    opacity: 0;
  }
  36% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  44% {
    opacity: 0;
  }
  56% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  64% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes clickMain {
  0% {
    transform: rotate(0) translate(0);
  }
  5% {
    transform: rotate(0) translate(0);
  }
  10% {
    transform: rotate(10deg) translate(5px, -5px);
  }
  15% {
    transform: rotate(0) translate(0);
  }
  25% {
    transform: rotate(0) translate(0);
  }
  30% {
    transform: rotate(10deg) translate(5px, -5px);
  }
  35% {
    transform: rotate(0) translate(0);
  }
  45% {
    transform: rotate(0) translate(0);
  }
  50% {
    transform: rotate(10deg) translate(5px, -5px);
  }
  55% {
    transform: rotate(0) translate(0);
  }
  100% {
    transform: rotate(0) translate(0);
  }
}/*# sourceMappingURL=style.css.map */