main {
  padding-top: 100px;
  overflow: hidden;
}
#kv {
  background-color: #FFF;
  position: relative;
  z-index: 1;
}
.u-sp {
  display: none !important
}
.u-pc {
  display: block !important
}
.sFont {
  font-size: 14px !important;
}
.parallax {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.cube {
  position: absolute;
  width: var(--w, 140px);
  height: var(--w, 140px);
  background-image: url("../images/cube.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  opacity: 0.3;
}
.c1 {
  --w: clamp(200px, 21vw, 210px);
  top: 200px;
  right: calc(-0.3 * var(--w));
}
.c2 {
  --w: clamp(260px, 27vw, 270px);
  top: 300px;
  left: calc(-0.2 * var(--w));
}
.c3 {
  --w: clamp(120px, 13vw, 130px);
  top: 600px;
  right: calc(1 * var(--w));
}
.c4 {
  --w: clamp(220px, 23vw, 230px);
  top: 700px;
  left: calc(0.8 * var(--w));
}
@media (prefers-reduced-motion: reduce) {
  .cube {
    transform: none !important;
  }
}
.cta-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  opacity: 1;
  visibility: hidden;
  z-index: 9999;
  background: linear-gradient(270deg,
    rgba(30, 170, 230, 1) 0%,
    rgba(32, 169, 230, 1) 10%,
    rgba(170, 100, 220, 1) 74%
  );
  background-size: 200% 200%;
  animation: gradient-flow 6s ease-in-out infinite;
  padding: 2.5em 0 15px;
}

@keyframes gradient-flow {
  0%   { background-position: 0% 0%; }
  25%  { background-position: 100% 0%; }
  50%  { background-position: 100% 100%; }
  75%  { background-position: 0% 100%; }
  100% { background-position: 0% 0%; }
}

.cta-fixed a{
  animation: cta-glow 2.2s ease-in-out infinite;
}
.cta-fixed a{
    position: relative;
    width: 100%;
      max-width: 640px;
    margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 0.75em 0.75em 0.7em;
  border-radius: 9999px;
  line-height: 1;
  background: #ff7392;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: transform 1s ease, opacity 1s ease, visibility 0s;
  font-size: 30px;
  border: 1px solid #FFF;
  box-shadow: 4px 4px 4px 1px rgba(255, 255, 255, 0.40) inset;
  font-family: Corporate-Logo-Bold-ver2;
  text-align: center;
    cursor: pointer;
}
@keyframes cta-glow {
  0% {
    box-shadow:
      0 0 6px rgba(255, 255, 255, 0.35),
      0 0 14px rgba(255, 255, 255, 0.20),
      inset 4px 4px 4px 1px rgba(255, 255, 255, 0.25);
  }
  50% {
    box-shadow:
      0 0 14px rgba(255, 255, 255, 0.55),
      0 0 30px rgba(255, 255, 255, 0.35),
      inset 4px 4px 4px 1px rgba(255, 255, 255, 0.40);
  }
  100% {
    box-shadow:
      0 0 6px rgba(255, 255, 255, 0.35),
      0 0 14px rgba(255, 255, 255, 0.20),
      inset 4px 4px 4px 1px rgba(255, 255, 255, 0.25);
  }
}

@keyframes pulse-scale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}
.cta-fixed a::after {
  position: absolute;
  right: 6%;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 14px;
  margin-top: 3px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg) translateX(3px);
  transition: right 0.4s ease;
}
.cta-fixed a:hover::after {
  right: 4%;
}
.cta-fixed a:hover {
  box-shadow: none;
  opacity: 0.85;
}
.cta-fixed.is-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: transform 1s ease, opacity 1s ease, visibility 0s;
}
.cta-fixed a span {
    position: absolute;
    top: -1.5em;
    right: 0;
    left: 0;
    margin: 0 auto;
  display: block;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0.5em;
}
.mv {
  position: relative;
  height: 616px;
  overflow: hidden;
}
.layer {
  position: absolute;
  left: 0;
  right: 0;
  background-repeat: repeat-x;
  background-size: auto 100%;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  opacity: 0.3;
}
.l1 {
  height: 150px;
  top: 0;
  background-image: url("../images/bg_a.webp");
  animation: r2l 50s linear infinite;
}
.l2 {
  height: 150px;
  top: 156px;
  background-image: url("../images/bg_b.webp");
  animation: l2r 65s linear infinite;
}
.l3 {
  height: 150px;
  top: 312px;
  background-image: url("../images/bg_c.webp");
  animation: r2l 65s linear infinite;
}
.l4 {
  height: 150px;
  top: 468px;
  background-image: url("../images/bg_a.webp");
  animation: l2r 50s linear infinite;
}
.l5, .l6 {
  display: none;
}
@keyframes r2l {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -100% 0;
  }
}
@keyframes l2r {
  from {
    background-position: -100% 0;
  }
  to {
    background-position: 0 0;
  }
}
.mv-logo {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: calc(1386px / 2);
  height: auto;
  z-index: 2;
  pointer-events: none;
}
.mv-img {
  position: absolute;
  top: 263px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: calc(1757px / 2);
  height: auto;
  z-index: 2;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .layer {
    animation: none;
  }
}
#section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#section-header .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
#section-header .menu a {
  display: block;
}
#section-header .menu ul.menuLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
@media (max-width:1049px) {
  #section-header .menu ul.menuLink {
    gap: 20px;
  }
  #section-header .menu ul.menuLink li a {
    font-size: 16px !important;
  }
}
#section-header .menu ul.menuLink li {}
#section-header .menu ul.menuLink li a {
  color: #000;
  font-size: 18px;
  font-family: Corporate-Logo-Bold-ver2;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  transition: all 0.4s ease;
}
#section-header .menu ul.menuLink li a:hover {
  background: linear-gradient(90deg, #1EAAE6, #AA64DC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#section-header .menu ul.menuLink li a span {
  display: inline-block;
  width: 20px;
  height: 18px;
  background: url("../images/cube.webp") no-repeat center / contain;
}
section#m1 {
  padding: 40px 40px 60px;
}
section#m1 h2 {
  font-size: 35px;
  color: #FFF;
  line-height: 1;
  padding: 0.4em;
  background: linear-gradient(90deg, #1EAAE6, #AA64DC);
  border-radius: 15px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
section#m1 h2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/bar.webp") top/50% repeat;
  opacity: 0.2;
  z-index: -1;
}
section#m1 .inner {
  max-width: 900px;
  margin: 0 auto;
}
section#m1 .img1 {
  max-width: calc(1769px / 2);
  margin: 60px auto 60px;
}
section#m1 .img2 {
  max-width: calc(1648px / 2);
  margin: 0 auto;
}
section#m1 .img3 {
  max-width: calc(1665px / 2);
  margin: 0 auto;
}
section#m1 p {
  font-size: 16px;
  text-align: center;
}
section#m2 {
  margin-top: 110px;
  padding: 40px 40px 0;
  background: rgba(255, 255, 255, 0.80);
  position: relative;
  z-index: 1;
  color: #333;
}
section#m2 .inner {
  max-width: 900px;
  margin: 0 auto;
}
section#m2:before {
  position: absolute;
  content: '';
  bottom: -110px;
  left: -5vw;
  right: -5vw;
  width: 110vw;
  height: 110px;
  border-radius: 0 0 100% 100%;
  background: rgba(255, 255, 255, 0.80);
  box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.03);
  z-index: -1;
  overflow: hidden;
}
section#m2:after {
  position: absolute;
  content: '';
  top: -110px;
  left: -5vw;
  right: -5vw;
  width: 110vw;
  height: 110px;
  border-radius: 100% 100% 0 0;
  background: rgba(255, 255, 255, 0.80);
  box-shadow: 0 -7px 7px 0 rgba(0, 0, 0, 0.03);
  z-index: -1;
  overflow: hidden;
}
section#m2 h2 {
  text-align: center;
  margin: 0 auto;
  font-size: 50px;
  display: inline-block;
  background: linear-gradient(90deg, #1EAAE6, #AA64DC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
section#m2 .hSub {
  text-align: center;
  font-size: 18px;
  line-height: 1;
  margin-top: 0.6em;
}
.fuki1 {
  width: 340px;
  margin: 0 auto;
}
.fuki2 {
  width: 142px;
  margin: 0 auto 10px;
}
.fuki3 {
  width: 362px;
  margin: 0 auto;
}
.fuki4 {
  width: 111px;
  margin: 0 auto;
}
.fuki5 {
  width: 171px;
  margin: 0 auto;
}
.fuki6 {
  width: 171px;
  margin: 0 auto;
}
.sliderBox {
  margin: 40px auto;
}
section#m2 h3 {
  font-size: 24px;
  text-align: center;
}
.function {
  max-width: calc(1209px /2);
  margin: 0 auto;
}
.detailBox {
  margin-top: 20px;
}
.detailBox .box {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  align-items: center;
  width: 100%;
  align-items: stretch;
  margin-bottom: 20px;
}
.detailBox .box .left {
  color: #fff;
  font-size: 18px;
  background-color: #AA64DC;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 15px;
  width: 9em;
  flex-basis: 9em;
  min-height: 60px;
}
.detailBox .box .right {
  display: flex;
  align-items: center;
  font-size: 18px;
  flex: 1;
}
.detailBox .box .right .indent {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
section#m2 .linkList ul li a {
  font-size: 14px;
  color: #0080FF;
  text-decoration: underline;
  padding-left: 0.1em;
}
section#m2 .linkList ul li a:hover {
  color: #0080FF;
  text-decoration: none;
}
sup {
  font-size: 0.5em;
  vertical-align: top;
  position: relative;
  top: 0.25em;
}
section#m2 .btnTxt {
  font-size: 24px;
  line-height: 1;
}
section#m2 .btnTxt span {
  font-size: 17px;
}
section#m2 #cvBtn {
  margin: 40px auto;
}
section#m2 .btn {
  width: 100%;
  max-width: 550px;
  margin: 10px auto 0;
  height: auto;
}
section#m2 .btn a {
  position: relative;
  margin: 0 auto;
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75em 0;
  line-height: 1;
  background: #ff7392;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 28px;
  border: 1px solid #fff;
  border-radius: 3em;
  box-shadow: 4px 4px 4px 1px rgba(255, 255, 255, 0.4) inset;
  font-family: Corporate-Logo-Bold-ver2;
  cursor: pointer;
  transition: all 0.4s ease;
}
section#m2 .btn a::after {
  position: absolute;
  right: 6%;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 14px;
  margin-top: 3px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg) translateX(3px);
  transition: right 0.4s ease;
}
section#m2 .btn a:hover {
  box-shadow: none;
  opacity: 0.85;
}
section#m2 .btn a:hover::after {
  right: 4%;
}
section#m2 .bnrBox {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
section#m2 .bnrBox p {
  font-size: 25px;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.5em;
}
section#m2 .bnrBox a {
  transition: all 0.4s ease;
}
section#m2 .bnrBox a:hover {
  opacity: 0.75;
}
section#m3 {
  margin-top: 170px;
  padding: 40px 40px;
  position: relative;
  z-index: 1;
  color: #333;
}
section#m3 .inner {
  max-width: 900px;
  margin: 0 auto;
}
section#m3 h2 {
  font-size: 35px;
  color: #FFF;
  line-height: 1;
  padding: 0.4em;
  background: linear-gradient(90deg, #1EAAE6, #AA64DC);
  border-radius: 15px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 8px;
}
section#m3 h2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/bar.webp") left top/53% repeat;
  opacity: 0.2;
  z-index: -1;
}
section#m3 h3 {
  font-size: 25px;
  color: #AA64DC;
  line-height: 1;
  padding: 0.75em;
}
section#m3 .box {
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 20px;
  padding: 40px 15px;
  background-color: #FFF;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
  border-radius: 20px;
}
section#m3 .box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/bg.webp") left top/67% repeat;
  opacity: 0.2;
  z-index: -1;
}
section#m3 .box p {
  font-size: 20px;
}
section#m3 .box p span {
  color: #AA64DC;
}
div.line {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  border: 1px solid #606060;
}
div.line::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #606060;
  position: absolute;
  top: -4px;
  left: -1px;
}
div.line::after {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #606060;
  position: absolute;
  top: -4px;
  right: -1px;
}
.appImg1 {
  max-width: calc(1740px /2);
  margin: 0 auto;
}
.appImg2 {
  max-width: calc(748px /2);
  margin: 0 auto;
}
section#m3 .ContentsList {
  width: 80%;
  margin: 0 auto;
}
section#m3 .ContentsList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
  gap: 20px;
}
section#m3 .ContentsList ul li {
  flex: 1 1 calc(25% - 20px);
  box-sizing: border-box;
}
section#m3 .ContentsList ul li img {
  border-radius: 20px;
  border: 1px solid #cdcdcd;
  overflow: hidden;
}
section#m3 .ContentsList ul li p {
  font-size: 16px;
  line-height: 1;
  margin-top: 0.5em;
}
section#m3 .ContentsList ul li a {
  display: block;
}
section#m3 .ContentsList ul li a:hover {
  opacity: 0.75;
}
section#m3 .ContentsList ul li a p {
  position: relative;
  display: inline-block;
}
section#m3 .ContentsList ul li a p::after {
  position: absolute;
  right: -1em;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 0;
  margin-top: 3px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  transition: right 0.4s ease;
}
section#m3 .ContentsList ul li a:hover p {
  color: rgba(170, 100, 220, 0.80);
}
section#m3 .ContentsList ul li a:hover p::after {
  border-right: 2px solid rgba(170, 100, 220, 0.80);
  border-bottom: 2px solid rgba(170, 100, 220, 0.80);
}
section#m4 {
  padding: 40px 40px;
  position: relative;
  z-index: 1;
  color: #FFF;
  background: linear-gradient(135deg, rgba(30, 170, 230, 0.60) 0%, rgba(32, 169, 230, 0.70) 10%, rgba(170, 100, 220, 0.80) 74%);
}
section#m4 .inner {
  max-width: 900px;
  margin: 0 auto;
}
section#m4 .appBox {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
section#m4 .a1 .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
section#m4 .a1 img {
  width: 100%;
}
section#m4 .a1 .img1 {
  width: 120px;
  height: 120px;
}
section#m4 .a1 .img2 {
  width: 116px;
  height: 116px;
  background-color: #FFF;
  padding: 10px;
}
section#m4 .a2 {
  font-size: 18px;
  font-weight: normal;
  text-align: left;
}
section#m4 .a2 span {
  font-size: 14px;
}
ul.notes {}
ul.notes li {
  font-size: 14px;
  color: #FFF;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
  font-weight: normal;
}
ul.notes li a {
  color: #FFF;
  text-decoration: underline;
}
ul.notes li a:hover {
  color: #FFF;
  text-decoration: none;
}
section#m5 {
  padding: 40px;
  position: relative;
  z-index: 1;
  color: #333;
  background: linear-gradient(135deg, rgba(200, 207, 254, 1) 0%, rgba(248, 251, 253, 1) 100%), #ffffff;
}
section#m5 .inner {
  max-width: 900px;
  margin: 0 auto;
}
section#m5 h2 {
  font-size: 35px;
  color: #FFF;
  line-height: 1;
  padding: 0.4em;
  background: linear-gradient(90deg, #1EAAE6, #AA64DC);
  border-radius: 15px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 8px;
}
section#m5 h2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/bar.webp") left top/53% repeat;
  opacity: 0.2;
  z-index: -1;
}
section#m5 .btn {
  width: 100%;
  max-width: 320px;
  margin: 40px auto 0;
  height: auto;
}
section#m5 .btn a {
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75em 0;
  line-height: 1;
  background: #FFF;
  color: #AA64DC;
  font-weight: 700;
  text-decoration: none;
  font-size: 20px;
  border: 1px solid #AA64DC;
  border-radius: 3em;
  font-family: Corporate-Logo-Bold-ver2;
  cursor: pointer;
  transition: all 0.4s ease;
}
section#m5 .btn a::after {
  position: absolute;
  right: 6%;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 14px;
  margin-top: 3px;
  border-right: 2px solid #AA64DC;
  border-bottom: 2px solid #AA64DC;
  transform: rotate(-45deg) translateX(3px);
  transition: right 0.4s ease;
}
section#m5 .btn a:hover {
  box-shadow: none;
  opacity: 0.85;
}
section#m5 .btn a:hover::after {
  right: 4%;
}
section#m5 .stepBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  gap: 45px;
  margin-top: 40px;
}
section#m5 .stepBox .box {
  text-align: center;
  flex: 1 1 calc((100% - 90px) / 3);
  position: relative;
  background-color: #FFF;
  padding: 30px 10px 20px;
  border: 1px solid #AA64DC;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
section#m5 .stepBox .box:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent rgba(170, 100, 220, 0.4);
}
section#m5 .stepBox .box h3 {
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  color: #FFF;
  background-color: #AA64DC;
  line-height: 1;
  text-align: center;
  border-radius: 50px;
  max-width: 170px;
  height: 2.0em;
  font-size: 22px;
  font-weight: bold;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#m5 .stepBox .box .img {
  max-width: 120px;
  margin: 0 auto;
}
section#m5 .stepBox .box p {
  line-height: 1.1;
  font-size: 22px;
  min-height: 2.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#m5 .sBtn {
  width: 100%;
  max-width: 250px;
  margin: 15px auto 0;
  height: auto;
}
section#m5 .sBtn a {
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75em 0;
  line-height: 1;
  background: #FF7392;
  color: #FFF;
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
  border: 1px solid #FF7392;
  border-radius: 3em;
  font-family: Corporate-Logo-Bold-ver2;
  cursor: pointer;
  transition: all 0.4s ease;
}
section#m5 .sBtn a::after {
  position: absolute;
  right: 9%;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 14px;
  margin-top: 3px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(-45deg) translateX(3px);
  transition: right 0.4s ease;
}
section#m5 .sBtn a:hover {
  box-shadow: none;
  opacity: 0.85;
}
section#m5 .sBtn a:hover::after {
  right: 4%;
}
section#m5 .box .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
}
section#m5 .box img {
  width: 100%;
}
section#m5 .box .img1 {
  width: 120px;
  height: 120px;
}
section#m5 .box .img2 {
  width: 100px;
  height: 100px;
  background-color: #FFF;
  padding: 10px 20px 10px 0;
}
.swiper {
  overflow: visible;
  position: relative;
}
.swiper-button-prev {
  left: -20px !important;
}
.swiper-button-next {
  right: -20px !important;
}
.swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #AA64DC;
  color: #fff;
  padding: 15px 17px 15px 13px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
}
.swiper-button-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #AA64DC;
  color: #fff;
  padding: 15px 13px 15px 17px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
}
.swiper-button-prev::after, .swiper-button-next::after {
  font-size: 18px;
  color: #fff;
}
.menu-btn, .nav-menu {
  display: none;
}
@media (max-width:991px) {
  #section-header .menu {
    gap: 25px;
  }
  #section-header .menu ul.menuLink {
    display: none;
  }
  .xLink img {
    vertical-align: middle;
  }
  .menu-btn {
    display: block;
  }
  .menu-btn {
    width: 26px;
    height: 26px;
    position: relative;
    cursor: pointer;
    z-index: 10001;
  }
  .menu-btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background: #333;
    transition: all 0.4s ease;
  }
  .menu-btn span:nth-child(1) {
    top: 2px;
  }
  .menu-btn span:nth-child(2) {
    top: 11px;
  }
  .menu-btn span:nth-child(3) {
    bottom: 2px;
  }
  .menu-btn.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 11px;
  }
  .menu-btn.active span:nth-child(2) {
    opacity: 0;
  }
  .menu-btn.active span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 11px;
  }
  .nav-menu {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 10000;
    padding: 0 35px;
  }
  .nav-menu.active {
    opacity: 1;
    visibility: visible;
  }
  .nav-menu ul {
    margin-top: 3em;
    width: 100%;
    list-style: none;
    text-align: left;
  }
  .nav-menu li {
    margin: 15px 0;
  }
  .nav-menu a {
    color: #000;
    font-size: 24px;
    text-decoration: none;
    display: flex;
    align-items: center;
  }
  .nav-menu a span {
    display: inline-block;
    margin-right: 0.5em;
    width: 30px;
    height: 27px;
    background: url("../images/cube.webp") no-repeat center / contain;
  }
}
.movieWrap {
  width: 100%;
  max-width: 612px;
  margin: 40px auto 0;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.pcBtn {
  display: none;
}
@media (max-width:881px) {
  .pcBtn {
    display: block;
  }
  section#m5 .stepBox {
    width: 100%;
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    gap: calc(40 / 390 *100vw);
    margin-top: calc(40 / 390 *100vw);
  }
  section#m5 .stepBox .box h3 {
    text-align: center;
    border-radius: 50px;
    max-width: calc(170 / 390 *100vw);
    font-size: calc(16 / 390 *100vw);
  }
  section#m5 .stepBox .box {
    position: relative;
    text-align: center;
    padding: calc(20 / 390 *100vw) calc(25 / 390 *100vw) calc(10 / 390 *100vw) calc(10 / 390 *100vw);
    justify-content: space-between;
    gap: 0;
    flex: 1 1 100%;
    align-items: center;
  }
  section#m5 .stepBox .box:not(:last-child)::after {
    top: auto;
    bottom: calc(-21 / 390 * 100vw);
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-width: calc(14 / 390 * 100vw) calc(14 / 390 * 100vw) 0 calc(14 / 390 * 100vw);
    border-color: rgba(170, 100, 220, 0.4) transparent transparent transparent;
  }
  section#m5 .stepBox .box p {
    min-height: 1em;
    font-size: calc(18 / 390 *100vw);
  }
  section#m5 .stepBox .box .img {
    flex-basis: calc(100 / 390 *100vw);
    max-width: calc(100 / 390 *100vw);
    margin: 0;
  }
  section#m5 .stepBox .box .img1 {
    width: 100%;
    height: auto;
  }
    section#m5 .stepBox .box .img2{
        display: none;
    }
  section#m5 .stepBox .box .img + div, section#m5 .stepBox .box .flex + div {
    flex: 1;
  }
}