main {
  padding-top: 100px;
  overflow: hidden;
}
#kv {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.u-sp {
  display: none !important
}
.u-pc {
  display: block !important
}
.sFont {
  font-size: 14px !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 {
  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 {
  background: linear-gradient(to right, #f2d0df 0%, #f2d0df 3%, #f4d6e4 3%, #f4d6e4 6%, #f6dce8 6%, #f6dce8 9%, #f8e2ec 9%, #f8e2ec 12%, #fae7f0 12%, #fae7f0 15%, #fbeaf2 15%, #fbeaf2 18%, #fcecf4 18%, #fcecf4 21%, #fdf0f6 21%, #fdf0f6 25%, #fdf0f6 25%, #fdf0f6 75%, #fdf0f6 75%, #fdf0f6 79%, #fcecf4 79%, #fcecf4 82%, #fbeaf2 82%, #fbeaf2 85%, #fae7f0 85%, #fae7f0 88%, #f8e2ec 88%, #f8e2ec 91%, #f6dce8 91%, #f6dce8 94%, #f4d6e4 94%, #f4d6e4 97%, #f2d0df 97%, #f2d0df 100%);
  position: relative;
  text-align: center;
}
.mv-logo {
  max-width: 1024px;
  margin: 0 auto;
  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;
  border-bottom: 1px solid #f2f2f2;
}
#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, #b38fe2);
  -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: 60px 40px 60px;
  background-size: 100% auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(143deg, transparent, transparent 4px, rgba(252, 185, 206, 0.45) 4px, rgba(252, 185, 206, 0.45) 5px);
}
section#m1 h2 {
  font-size: 35px;
  color: #FFF;
  line-height: 1;
  padding: 0.4em;
  text-align: center;
  position: relative;
}
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;
}
.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;
}
.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: #b38fe2;
  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;
}
sup {
  font-size: 0.5em;
  vertical-align: top;
  position: relative;
  top: 0.25em;
}
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;
}
.kakeru {
  max-width: 800px;
  margin: 30px auto;
}
.lead {
  text-align: center;
}
.lead h2 {
  font-family: Corporate-Logo-Bold-ver2;
  font-size: 30px;
  text-align: center;
  background-color: #444444;
  color: #FFF;
  padding: 0.35em 0.75em;
  line-height: 1;
  display: inline-block;
  border-radius: 10px;
}
.ttl h2 {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 1em;
  font-family: Corporate-Logo-Bold-ver2;
  padding: 40px 20px;
  border-radius: 10px;
  background-color: #E2759B;
}
.subTtl {
  color: #444444;
  text-align: center;
  font-size: 26px;
  line-height: 1.3;
  text-shadow:
    -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff, -2px 0px 0 #ffffff, 2px 0px 0 #ffffff, 0px -2px 0 #ffffff, 0px 2px 0 #ffffff, -3px 0px 0 #ffffff, 3px 0px 0 #ffffff, 0px -3px 0 #ffffff, 0px 3px 0 #ffffff;
}
#m2 .subTtl2{
    font-size: 20px;
    margin-top: 1em;
    text-align: right;
    opacity: 0.5;
}
.about__btn {
  margin: 1em auto 0;
  width: 240px;
  display: flex;
  justify-content: center;
}
.about .c-btn {}
.c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  width: 100%;
  border: 1px solid #FFF;
  border-radius: 4em;
  padding: 0.5em;
  color: #FFF;
  background-color: #444444;
    position: relative;
}

.c-btn::after {
  position: absolute;
  right: 6%;
  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;
}
.c-btn:hover {
  box-shadow: none;
  opacity: 0.85;
}
.c-btn:hover::after {
  right: 4%;
}
section#m2 {
  padding: 60px 40px;
  position: relative;
  z-index: 1;
  color: #444444;
  background-color: #FFF;
}
section#m2 .inner {
  max-width: 900px;
  margin: 0 auto;
}
section#m2 h2 {
  text-align: center;
  font-family: Corporate-Logo-Bold-ver2;
  font-size: 35px;
  line-height: 1;
  margin: 0 auto 40px;
  display: block;
  color: #FFF;
  background-color: #444444;
  padding: 0.4em;
  border-radius: 10px;
}

.contentsBox{
    margin-top: 1em;
}
section#m2 ul.contentsList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
section#m2 ul.contentsList li {
  width: calc((100% - 40px) / 3);
  text-align: center;
}
section#m2 ul.contentsList li img {
  border-radius: 5px;
}
section#m2 ul.contentsList li p {
  margin-top: 0.25em;
  font-size: 15px;
}
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#m1 ul.notes {
  max-width: 680px;
  margin: 1em auto 0;
}
section#m1 ul.notes li {
  color: #444444;
}
section#m5 {
  padding: 60px 40px 60px;
  ackground-size: 100% auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(143deg, transparent, transparent 4px, rgba(252, 185, 206, 0.45) 4px, rgba(252, 185, 206, 0.45) 5px);
}
section#m5 .inner {
  max-width: 900px;
  margin: 0 auto;
}
section#m5 h2 {
  font-size: 35px;
  color: #FFF;
  line-height: 1;
  padding: 0.4em;
  text-align: center;
  position: relative;
}
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: #b38fe2;
  font-weight: 700;
  text-decoration: none;
  font-size: 20px;
  border: 1px solid #b38fe2;
  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 #b38fe2;
  border-bottom: 2px solid #b38fe2;
  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 #b38fe2;
  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: #b38fe2;
  line-height: 1;
  text-align: center;
  border-radius: 50px;
  max-width: 170px;
  height: 2.0em;
  font-size: 22px;
  font-weight: bold;
  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;
  color: #444444;
}
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: #E2759B;
  color: #FFF;
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
  border: 1px solid #E2759B;
  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;
}
section.more {
  padding: 60px 40px 60px;
}
section.more .inner {
  max-width: 900px;
  margin: 0 auto;
}
.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: #b38fe2;
  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: #b38fe2;
  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;
}
section#bnr {
  padding: 0px 40px 40px 40px;
}
section#bnr .bnrBox {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
.card__label {
  color: #FFF;
  font-size: 25px;
  background-color: #E2759B;
  font-family: "Corporate-Logo-Bold-ver2", sans-serif;
  display: inline-block;
  padding: 0.25em 2em;
  line-height: 1;
  border-radius: 3em;
  margin-bottom: 0.25em;
}
.more__text2 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 1em;
  color: #444444;
  text-align: center;
  line-height: 1.4;
  font-family: "Corporate-Logo-Bold-ver2", sans-serif;
}
.card {
  border: 6px solid #FCB9CE;
  padding: 40px 16px;
  text-align: center;
  width: 100%;
  position: relative;
}
.card__text {
  color: #444444;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.addTxt {
  font-size: 14px;
  color: #444444;
  margin-bottom: 2em;
}


.accordion {
  padding: 0 23px;
}
.accordion + .accordion {
  margin-top: 20px;
}
.accordion__details {
  padding: 0 20px;
}
.accordion__summary {
  font-size: 18px;
  background-color: #444444;
  color: #FFFFFF;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  font-family: "Corporate-Logo-Bold-ver2", sans-serif;
  font-weight: bold;
}
.open .accordion__summary {
  border-radius: 15px 15px 0 0;
}
.accordion__summary:before {
  content: '';
  display: block;
  width: 21px;
  height: 33px;
  background: url(../images/arrow_white.svg) no-repeat center top / 21px 33px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  transition: all 0.2s ease;
}
.open .accordion__summary:before {
  transform: rotate(-180deg);
}
.accordion__content {
  font-size: 14px;
  background-color: #FFFFFF;
  border-radius: 0 0 15px 15px;
  text-align: left;
  padding: 15px 15px 30px 15px;
  border-right: 2px solid #444444;
  border-bottom: 2px solid #444444;
  border-left: 2px solid #444444;
  display: none;
  font-weight: 500;
}
.accordion__list {
  padding-left: 1em;
}
.accordion__list > li {
  list-style: disc;
  color: #444444;
}
.accordion__list > li:not(:last-child) {
  margin-bottom: 20px;
}
.device{
    width: 100%;
    max-width: 750px;
    margin: 1em auto 0;
}
@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;
  }
}