@charset "UTF-8";
.spView {
  display: none !important;
}
@media (max-width: 821px) {
  .spView {
    display: flex !important;
  }
}

:root {
  --default-font-family: Noto Sans JP, "Noto Sans JP", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: var(--default-font-family);
}
@media (max-width: 821px) {
  html,
  body {
    max-width: 100vw;
    margin: 0;
    padding: 0;
  }
}

html,
body {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  scroll-behavior: smooth;
}

.main-container,
.main-container * {
  box-sizing: border-box;
}

main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}
@media (max-width: 821px) {
  main {
    margin-top: 43px;
  }
}

ul {
  padding: 0;
}

a {
  cursor: pointer;
}

input,
select,
textarea,
button {
  outline: 0;
  cursor: pointer;
  border: none;
}

a,
button {
  text-decoration: none;
}

picture,
img {
  display: block;
  width: 100%;
}

.main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  overflow: hidden;
}
@media (max-width: 821px) {
  .main-container {
    width: 100%;
  }
}

.widthKeeper {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1025px) {
  .widthKeeper {
    width: 95%;
  }
}

.navbar-logo-left {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 0 24px 0 24px;
  background: #ffffff;
  overflow: hidden;
}
@media (max-width: 821px) {
  .navbar-logo-left {
    width: 100%;
    padding: 0;
  }
}

.navbar-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 85%;
  z-index: 1;
}
@media (max-width: 1025px) {
  .navbar-container {
    width: 88%;
    margin-left: 90px;
  }
}
@media (max-width: 821px) {
  .navbar-container {
    width: 100%;
    margin-left: 50px;
  }
}

.navbar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  min-width: 0;
  z-index: 2;
}

.navbar-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  padding: 8px 20px 8px 20px;
  z-index: 3;
}
@media (max-width: 1025px) {
  .navbar-button {
    padding: 8px 0;
  }
}
@media (max-width: 821px) {
  .navbar-button {
    padding: 8px 0;
    width: auto;
  }
}

.logo {
  position: relative;
  width: 400px;
  z-index: 4;
  overflow: hidden;
}
@media (max-width: 1025px) {
  .logo {
    width: 180px;
  }
}
@media (max-width: 821px) {
  .logo {
    margin-top: 1px;
    width: 220px;
  }
}

.logo-switch {
  position: absolute;
  top: 0;
  left: 0;
  width: 104px;
}
@media (max-width: 821px) {
  .logo-switch {
    width: 43px;
  }
}

.navbar-ul {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  width: 100%;
  z-index: 5;
  overflow: hidden;
}
@media (max-width: 1025px) {
  .navbar-ul {
    gap: 0;
    width: 100%;
  }
}
@media (max-width: 821px) {
  .navbar-ul {
    flex-direction: column;
    background: #f0f0f0;
    width: 100%;
  }
  .navbar-ul .announcement {
    color: #f0f0f0;
  }
}

.navbar-link {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: auto;
  padding: 24px 5px;
  z-index: 6;
}
@media (max-width: 1025px) {
  .navbar-link {
    padding: 20px 10px;
  }
}
@media (max-width: 821px) {
  .navbar-link:first-of-type {
    margin-top: 0;
  }
}

.announcement {
  position: relative;
  height: 22px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  z-index: 7;
}
@media (max-width: 1025px) {
  .announcement {
    font-size: 10px;
  }
}
@media (max-width: 821px) {
  .announcement {
    font-size: 15px;
  }
}

.title-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 64px;
  position: relative;
  width: 100%;
  height: 144px;
  padding: 40px 0 40px 0;
  background: url(../assets/title_bg.jpg) no-repeat center;
  background-size: cover;
  z-index: 34;
}
@media (max-width: 821px) {
  .title-img {
    height: 80px;
  }
}

.title-h1 {
  position: absolute;
  color: #fff;
  font-weight: bold;
  z-index: 1000;
  font-size: 3rem;
  left: 0;
  right: 0;
  bottom: 36px;
  width: 100%;
  margin: auto;
  text-align: center;
}
@media (max-width: 821px) {
  .title-h1 {
    font-size: 1.2rem;
    bottom: 1%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.title-lineup {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 164px;
  padding: 24px 12px 24px 12px;
  z-index: 10;
}

.user-voice {
  position: relative;
  height: 22px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  z-index: 11;
}

.exercise-effect {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 122px;
  padding: 24px 12px 24px 12px;
  z-index: 12;
}

.faq {
  position: relative;
  height: 22px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  z-index: 13;
}

.inline-primary {
  position: relative;
  height: 22px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  z-index: 15;
}

.wrapper {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 108px;
  padding: 24px 12px 24px 12px;
  z-index: 16;
}

.text-link {
  position: relative;
  height: 22px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  z-index: 17;
}

header {
  width: 100%;
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 10000;
}

.hero-heading-left {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  width: 156px;
  padding: 6px 14px 6px 14px;
  background: linear-gradient(90.31deg, #eb6100, #e72410);
  z-index: 18;
  overflow: hidden;
  border-radius: 4px;
}
.hero-heading-left:hover {
  opacity: 0.5;
}
@media (max-width: 821px) {
  .hero-heading-left {
    margin-top: 40px;
    width: min(320px, 85%);
    justify-content: center;
    font-weight: bold;
    font-size: 1rem;
    padding: 12px 10px;
    border-radius: 10px;
    margin-bottom: 15px;
  }
}

.nav-rectangle {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  width: 128px;
  z-index: 19;
  justify-content: center;
  color: #fff;
}

.navframe {
  position: relative;
  height: 26px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 25.6px;
  text-align: left;
  z-index: 20;
}

.top-fv {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: auto;
  background: #ffffff;
  z-index: 21;
  overflow: hidden;
}
@media (max-width: 821px) {
  .top-fv {
    width: 100%;
  }
}

.logo-fb {
  position: absolute;
  width: 80%;
  max-width: 1482px;
  height: 320px;
  top: 620px;
  left: 0;
  margin: auto;
  right: 0;
  background: url(../assets/images/1e3c68a4-b817-4011-a481-3505e4f57ba1.png) no-repeat center;
  background-size: contain;
  z-index: 93;
  overflow: hidden;
}
@media (max-width: 821px) {
  .logo-fb {
    width: 100%;
    height: 1.2%;
    left: 0;
    background-size: contain;
    top: 7%;
  }
}

.top-news {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 120px;
  position: relative;
  width: 100%;
  padding: 64px 0 64px 0;
  z-index: 94;
}
@media (max-width: 821px) {
  .top-news {
    width: 100%;
    gap: 70px;
  }
}

.breadcrumb-container {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  width: 100%;
  padding: 8px 40px 8px 40px;
  z-index: 22;
}
@media (max-width: 821px) {
  .breadcrumb-container {
    padding: 8px 10px;
  }
}

.breadcrumb-material-icons {
  position: relative;
  width: 20px;
  height: 20px;
  z-index: 25;
  overflow: hidden;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  align-self: stretch;
  margin: auto;
  gap: 32px;
  position: relative;
  z-index: 95;
  width: 90%;
  padding: 50px 0;
}
@media (max-width: 821px) {
  .container {
    width: 90%;
  }
}

.breadcrumb-top {
  position: relative;
  height: 22px;
  color: #a1a1a1;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  z-index: 24;
}

.breadcrumb-icon-1 {
  position: relative;
  width: 6.172px;
  height: 10px;
  margin: 5px 0 0 7.148px;
  background: url(../assets/title-lineup_assets/images/daa5418a-3a95-4373-8c35-efdf8fa9b193.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 26;
}

.breadcrumb-page-title-lineup {
  position: relative;
  height: 22px;
  color: #a1a1a1;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  z-index: 27;
}

.frame-45 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  position: relative;
  z-index: 96;
}

.news {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 129px;
  height: 64px;
  color: #0077c7;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 64px;
  text-align: center;
  letter-spacing: 4px;
  z-index: 97;
}
@media (max-width: 821px) {
  .news {
    font-size: 1.5rem;
    width: 100%;
  }
}

.frame-news {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 40px;
  position: relative;
  padding: 0 0 32px 0;
  z-index: 103;
  margin-bottom: -70px;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 0 10px;
}

.slide-arrow {
  position: absolute;
  top: -70px;
  z-index: 1000;
  opacity: 0.5;
  cursor: pointer;
}
.slide-arrow:hover {
  opacity: 1;
}
@media (max-width: 821px) {
  .slide-arrow {
    top: 70px;
  }
}

.prev-arrow {
  right: 6%;
}
@media (max-width: 1025px) {
  .prev-arrow {
    right: 9%;
  }
}
@media (max-width: 821px) {
  .prev-arrow {
    right: unset;
    left: 0;
  }
}

.next-arrow {
  right: 0;
}
@media (max-width: 821px) {
  .next-arrow {
    right: 0;
  }
}

.box {
  position: relative;
  height: auto;
  z-index: 106;
  overflow: hidden;
  width: 100%;
}

.icon {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 78px 0 0 148px;
  z-index: 107;
}

.frame-4a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  position: relative;
  z-index: 115;
}

.frame-51 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  position: relative;
  min-width: 0;
  z-index: 117;
}

.date-post {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 106px;
  height: auto;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  z-index: 118;
}

.frame-53 {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  gap: 8px;
  position: relative;
  width: auto;
  padding: 0 16px 0 16px;
  border: 1px solid #ff902a;
  z-index: 119;
}

.item-54 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: auto;
  height: 17px;
  color: #ff902a;
  font-size: 12px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: center;
  z-index: 120;
}

.article-span {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  position: relative;
  min-width: 0;
  height: auto;
  color: #000000;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  z-index: 137;
}

.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  height: 48px;
  padding: 10px 16px 10px 5px;
  background: linear-gradient(90.31deg, #eb6100, #e72410);
  z-index: 138;
  border-radius: 8px;
  max-width: 350px;
  width: 40%;
  margin-bottom: 2px;
}
.btn-primary a {
  width: 100%;
  display: flex;
  justify-content: center;
}
.btn-primary:hover {
  opacity: 0.5;
}
@media (max-width: 821px) {
  .btn-primary {
    width: 100%;
  }
}

.btn-FBblue {
  background: linear-gradient(90.13deg, #51BCD3 -0.21%, #0553A5 50.45%, #1A306A 101.1%);
  margin-top: 20px !important;
}

.material-icons-62 {
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 139;
  overflow: hidden;
}

.read-more {
  position: relative;
  width: 7.406px;
  height: 12px;
  margin: 6px 0 0 8.578px;
  background: url(../assets/images/fcfa61e9-3eab-4a49-ac36-a7397a759912.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 140;
}

.text-span {
  position: relative;
  height: 26px;
  color: #ffffff;
  font-family: Hiragino Kaku Gothic Pro, var(--default-font-family);
  font-size: 16px;
  font-weight: 600;
  line-height: 25.6px;
  text-align: left;
  z-index: 141;
}

.frame-box-63 {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 1572px;
  height: 205.233px;
  background: url(../assets/screenshot.png) no-repeat center;
  background-size: cover;
  z-index: 142;
}
@media (max-width: 821px) {
  .frame-box-63 {
    width: 100%;
    height: 140px;
  }
}

.container-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  gap: 64px;
  position: relative;
  min-width: 0;
  z-index: 143;
}
@media (max-width: 821px) {
  .container-center {
    justify-content: center;
    align-items: center;
    padding: 0 15px;
  }
}

.frame-box-65 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  gap: 16px;
  position: relative;
  z-index: 144;
}

.fit-boxing-span {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 321px;
  height: 64px;
  color: #0077c7;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 64px;
  text-align: center;
  letter-spacing: 4px;
  z-index: 145;
}
@media (max-width: 821px) {
  .fit-boxing-span {
    font-size: 1.5rem;
    width: 100%;
    justify-content: flex-start;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  width: auto;
  z-index: 23;
}

.main-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  width: 100%;
  z-index: 146;
}
@media (max-width: 821px) {
  .main-contents {
    width: 100%;
  }
}

.description-span {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  position: relative;
  width: 100%;
  min-width: 0;
  height: auto;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 38.4px;
  text-align: left;
  z-index: 147;
}
@media (max-width: 821px) {
  .description-span {
    width: 100%;
    height: auto;
    font-size: 1rem;
    line-height: 1.7rem;
  }
}

.container-66 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  width: 900px;
  z-index: 148;
}
@media (max-width: 1025px) {
  .container-66 {
    width: 100%;
  }
}

.frame-box-67 {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  gap: 24px;
  position: relative;
  min-width: 0;
  z-index: 149;
}
@media (max-width: 821px) {
  .frame-box-67 {
    flex-direction: column;
  }
}

.frame-box-68 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  z-index: 150;
  width: 48%;
  height: 380px;
}
@media (max-width: 821px) {
  .frame-box-68 {
    align-items: flex-start;
    width: 100%;
    height: auto;
  }
}
.frame-box-68 picture {
  width: 35%;
}
.frame-box-68 .game-caption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  z-index: 152;
  width: 60%;
}

.date-span {
  position: relative;
  height: 16px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.title-span {
  font-size: 22px;
  font-weight: 700;
}

.fb-blue {
  color: #0077c7;
}

.fb-orange {
  color: #c75f00;
}

.fb-purple {
  color: #7c6ea9;
}

.fb-green {
  color: #008896;
}

.fb-lblue {
  color: #3fa1c5;
}

.fb-pink {
  color: #ef2a86;
}

.description-span-title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  position: relative;
  width: 100%;
  height: auto;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  z-index: 154;
}
@media (max-width: 821px) {
  .description-span-title {
    width: 100%;
    height: auto;
  }
}

.sold-out-span {
  align-self: stretch;
  position: relative;
  height: 26px;
  color: #e01e1e;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  text-align: left;
  z-index: 155;
}

.frame-box-71 {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: wrap;
  gap: 24px;
  position: relative;
  min-width: 0;
  z-index: 161;
}
@media (max-width: 821px) {
  .frame-box-71 {
    flex-direction: column;
  }
}

.rectangle-box {
  align-self: stretch;
  position: relative;
  min-width: 0;
  height: 1px;
  background: #d9d9d9;
  z-index: 172;
}

.frame-box-7c {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  width: 100%;
  z-index: 173;
}
@media (max-width: 821px) {
  .frame-box-7c {
    width: 100%;
  }
}

.material-icons-83 {
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 180;
  overflow: hidden;
}

.read-more-84 {
  position: relative;
  width: 7.406px;
  height: 12px;
  margin: 6px 0 0 8.578px;
  background: url(../assets/images/7964f238-3ff4-44e7-81e7-232680a03327.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 181;
}

.read-more-85 {
  position: relative;
  height: 26px;
  color: #ffffff;
  font-family: Hiragino Kaku Gothic Pro, var(--default-font-family);
  font-size: 16px;
  font-weight: 600;
  line-height: 25.6px;
  text-align: left;
  z-index: 182;
}

.top-titlelineup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  position: relative;
  width: 100%;
  padding: 64px 24px 64px 24px;
  background: #f4f4f4;
  background-size: cover;
  z-index: 183;
  overflow: hidden;
  margin-top: 80px;
}
@media (max-width: 821px) {
  .top-titlelineup {
    width: 100%;
  }
}

.container-86 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  position: relative;
  width: 900px;
  z-index: 184;
}
@media (max-width: 1025px) {
  .container-86 {
    width: 100%;
  }
}

.title-section-87 {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 16px;
  position: relative;
  min-width: 0;
  z-index: 185;
}

.title-lineup-span {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 436px;
  height: 64px;
  color: #0077c7;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 64px;
  text-align: center;
  letter-spacing: 4px;
  z-index: 186;
}
@media (max-width: 821px) {
  .title-lineup-span {
    font-size: 1.5rem;
    width: 100%;
  }
}

.columns-section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
  position: relative;
  min-width: 0;
  z-index: 188;
}
@media (max-width: 821px) {
  .columns-section {
    flex-direction: column;
    align-items: center;
  }
}

.card-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  width: 225px;
  height: 351px;
  z-index: 189;
}
@media (max-width: 1025px) {
  .card-section {
    width: 100%;
    gap: 0px;
  }
}

.image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 158px;
  height: 270px;
  z-index: 190;
}

.image-box {
  position: relative;
  width: 158px;
  height: 254px;
  background: url(../assets/pkg_fitboxing3_20241205.png) no-repeat center;
  background-size: cover;
  z-index: 191;
}

.content-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 16px;
  position: relative;
  min-width: 0;
  z-index: 192;
}

.info-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  position: relative;
  z-index: 193;
}

.fit-boxing-span-89 {
  align-self: stretch;
  position: relative;
  height: 26px;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  text-align: center;
  z-index: 194;
}

.job-title-span {
  align-self: stretch;
  position: relative;
  height: 27px;
  color: #000000;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  z-index: 195;
}

.image-wrapper-8a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 158px;
  height: 270px;
  z-index: 197;
}

.image-8b {
  position: relative;
  width: 158px;
  height: 254px;
  background: url(../assets/images/4aef2be9ef5730f2a57b84f1680303f3889e7a65.png) no-repeat center;
  background-size: cover;
  z-index: 198;
}

.frame-sale {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: absolute;
  width: 80px;
  height: 80px;
  top: -13.233px;
  left: 102.5px;
  background: linear-gradient(90.31deg, #eb6100, #e72410);
  z-index: 1000;
  border-radius: 40px;
}

.sale {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 65px;
  height: 30px;
  color: #ffffff;
  font-family: Inter, var(--default-font-family);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  z-index: 200;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 16px;
  position: relative;
  min-width: 0;
  z-index: 201;
}

.info {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  position: relative;
  z-index: 202;
}

.fit-boxing-hokuto-no-ken {
  align-self: stretch;
  position: relative;
  height: 26px;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  text-align: center;
  z-index: 203;
}

.job-title {
  align-self: stretch;
  position: relative;
  height: 27px;
  color: #000000;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  z-index: 204;
}

.image-wrapper-8d {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 158px;
  height: 270px;
  z-index: 206;
}

.image-8e {
  position: relative;
  width: 158px;
  height: 254px;
  background: url(../assets/images/6385de71c08cf0a7ac3a14f9d3c10a5383367376.png) no-repeat center;
  background-size: cover;
  z-index: 207;
}

.content-8f {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 16px;
  position: relative;
  min-width: 0;
  z-index: 208;
}

.info-90 {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  position: relative;
  z-index: 209;
}

.fit-boxing-feat-hatsune-miku {
  align-self: stretch;
  position: relative;
  height: 26px;
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  text-align: center;
  z-index: 210;
}

.job-title-91 {
  align-self: stretch;
  position: relative;
  height: 27px;
  color: #000000;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  z-index: 211;
}

.image-wrapper-95 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 158px;
  height: 270px;
  z-index: 215;
}

.image-96 {
  position: relative;
  width: 158px;
  height: 254px;
  background: url(../assets/images/bcf25053107fb932b48c4c7a311ce673fbb72cae.png) no-repeat center;
  background-size: cover;
  z-index: 216;
}

.content-97 {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 16px;
  position: relative;
  min-width: 0;
  z-index: 217;
}

.info-98 {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  position: relative;
  z-index: 218;
}

.hop-step-dance {
  align-self: stretch;
  position: relative;
  height: 26px;
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  text-align: center;
  z-index: 219;
}

.job-title-99 {
  align-self: stretch;
  position: relative;
  height: 27px;
  color: #000000;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  z-index: 220;
}

.material-icons-9b {
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 222;
  overflow: hidden;
}

.text-read-more {
  position: relative;
  width: 7.406px;
  height: 12px;
  margin: 6px 0 0 8.578px;
  background: url(../assets/images/0c01d7da-5698-4cf8-97b3-cea3fee41771.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 223;
}

.text-read-more-9c {
  position: relative;
  height: 26px;
  color: #ffffff;
  font-family: Hiragino Kaku Gothic Pro, var(--default-font-family);
  font-size: 16px;
  font-weight: 600;
  line-height: 25.6px;
  text-align: left;
  z-index: 224;
}

.team-circles {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  position: relative;
  width: 1440px;
  padding: 64px 24px 64px 24px;
  z-index: 225;
  overflow: hidden;
}
@media (max-width: 1025px) {
  .team-circles {
    width: 100%;
  }
}

.container-9d {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 32px;
  position: relative;
  width: 900px;
  z-index: 226;
}
@media (max-width: 1025px) {
  .container-9d {
    width: 100%;
  }
}

.frame-9e {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 16px;
  position: relative;
  min-width: 0;
  z-index: 227;
}

.user-voice-9f {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 303px;
  height: 64px;
  color: #0077c7;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 64px;
  text-align: center;
  letter-spacing: 4px;
  z-index: 228;
}
@media (max-width: 821px) {
  .user-voice-9f {
    font-size: 1.5rem;
    width: 100%;
  }
}

.frame-a0 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  width: 527px;
  z-index: 229;
}
@media (max-width: 821px) {
  .frame-a0 {
    width: 100%;
  }
}

.title-section-a1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 16px;
  position: relative;
  z-index: 230;
}

.average-weight-loss {
  align-self: stretch;
  position: relative;
  height: 38px;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
  background: linear-gradient(90.31deg, #eb6100, #e72410);
  z-index: 231;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 821px) {
  .average-weight-loss {
    width: 100%;
    height: auto;
  }
}

.user-data {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  position: relative;
  width: 527px;
  height: auto;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  text-overflow: initial;
  z-index: 232;
  overflow: hidden;
}
@media (max-width: 821px) {
  .user-data {
    width: 100%;
    font-size: 0.9rem;
  }
}

.voice-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: #F5F7FA;
  padding: 20px 50px;
}
@media (max-width: 821px) {
  .voice-container {
    padding: 20px 30px;
  }
}
.voice-container h3 {
  font-size: 140%;
  text-align: center;
}
.voice-container .voice-before {
  font-weight: 900;
  color: #C4D2E3;
}
.voice-container .voice-after {
  font-weight: 900;
  color: #0077C7;
}
.voice-container .voice-bold {
  font-weight: bold;
  font-size: 120%;
}
.voice-container picture {
  width: 50%;
}
@media (max-width: 821px) {
  .voice-container picture {
    width: 100%;
  }
}
.voice-container .orange {
  display: inline;
  color: #FF912B;
}

.frame-a3 {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  gap: 24px;
  position: relative;
  z-index: 235;
}
@media (max-width: 821px) {
  .frame-a3 {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
}

.improved-posture {
  flex-grow: 1;
  position: relative;
  height: 32px;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  z-index: 236;
}
@media (max-width: 821px) {
  .improved-posture {
    width: 100%;
    height: auto;
  }
}

.age {
  position: relative;
  height: auto;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: right;
  z-index: 237;
}
@media (max-width: 821px) {
  .age {
    width: 100%;
  }
}

.frame-a4 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  position: relative;
  width: 852px;
  z-index: 238;
}
@media (max-width: 821px) {
  .frame-a4 {
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
  }
}

.box-a5 {
  align-self: stretch;
  position: relative;
  width: 340px;
  background: url(../assets/images/f10a3a2d-da55-46f5-b0c8-1b7c8b2ed0d3.png) no-repeat center;
  background-size: cover;
  z-index: 239;
  overflow: hidden;
}
@media (max-width: 821px) {
  .box-a5 {
    width: 100%;
    height: 170px;
    background-size: contain;
  }
}

.testimonial {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  position: relative;
  width: 488px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  z-index: 240;
}
@media (max-width: 821px) {
  .testimonial {
    width: 100%;
  }
}

.material-icons-a7 {
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 242;
  overflow: hidden;
}

.text-read-more-a8 {
  position: relative;
  width: 7.406px;
  height: 12px;
  margin: 6px 0 0 8.578px;
  background: url(../assets/images/03329808-e1ed-4b54-b6ff-d377a7b17867.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 243;
}

.text-read-more-a9 {
  position: relative;
  height: 26px;
  color: #ffffff;
  font-family: Hiragino Kaku Gothic Pro, var(--default-font-family);
  font-size: 16px;
  font-weight: 600;
  line-height: 25.6px;
  text-align: left;
  z-index: 244;
}

.team-circles-aa {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  position: relative;
  width: 1440px;
  padding: 64px 24px 64px 24px;
  z-index: 245;
  overflow: hidden;
}
@media (max-width: 1025px) {
  .team-circles-aa {
    width: 100%;
  }
}

.container-ab {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  position: relative;
  width: 900px;
  z-index: 246;
}
@media (max-width: 1025px) {
  .container-ab {
    width: 100%;
  }
}

.title-section-ac {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 16px;
  position: relative;
  min-width: 0;
  z-index: 247;
}

.faq-ad {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 260px;
  height: 64px;
  color: #0077c7;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 64px;
  text-align: center;
  letter-spacing: 4px;
  z-index: 248;
}
@media (max-width: 821px) {
  .faq-ad {
    font-size: 1.5rem;
    width: 100%;
  }
}

.faq-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  width: 435px;
  height: 78px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  z-index: 249;
}
@media (max-width: 821px) {
  .faq-content {
    width: 100%;
  }
}

.frame-ae {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 900px;
  border-top: 1px solid #d6d6d6;
  z-index: 250;
}
@media (max-width: 1025px) {
  .frame-ae {
    width: 100%;
  }
}

.frame-af {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  width: 900px;
  padding: 24px 16px 24px 16px;
  border-bottom: 1px solid #d6d6d6;
  z-index: 251;
}
@media (max-width: 1025px) {
  .frame-af {
    width: 100%;
    gap: 10px;
    justify-content: space-between;
    padding: 24px 0px;
  }
}

.frame-b0 {
  display: flex;
  align-items: flex-start;
  gap: 35px;
  position: relative;
  min-width: 0;
  z-index: 252;
}
@media (max-width: 821px) {
  .frame-b0 {
    gap: 10px;
    width: 85%;
  }
}

.frame-b1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  width: 38px;
  height: 38px;
  padding: 0 8px 0 8px;
  z-index: 253;
}

.question {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 24px;
  height: 28px;
  color: #a1a1a1;
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  z-index: 254;
}

.frame-b2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  position: relative;
  z-index: 255;
}
@media (max-width: 821px) {
  .frame-b2 {
    margin-top: 2px;
  }
}

.question-content {
  align-self: stretch;
  position: relative;
  height: 32px;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  z-index: 256;
}
@media (max-width: 821px) {
  .question-content {
    height: auto;
    font-size: 14px;
  }
}

.answer-content {
  align-self: stretch;
  position: relative;
  height: auto;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  z-index: 257;
}

.material-icons-b3 {
  position: relative;
  width: 38px;
  height: 38px;
  z-index: 258;
  overflow: hidden;
}

.expand {
  position: relative;
  width: 19px;
  height: 11.727px;
  margin: 12.691px 0 0 9.5px;
  background: url(../assets/images/d042e8c6-8a84-4145-97a6-1f6effb85db6.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 259;
}

.material-icons-c5 {
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 277;
  overflow: hidden;
}

.read-more-c6 {
  position: relative;
  width: 7.406px;
  height: 12px;
  margin: 6px 0 0 8.578px;
  background: url(../assets/images/52f7801b-1117-4b9c-b7d6-ea47b5f4099d.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 278;
}

.text {
  position: relative;
  height: 26px;
  color: #ffffff;
  font-family: Hiragino Kaku Gothic Pro, var(--default-font-family);
  font-size: 16px;
  font-weight: 600;
  line-height: 25.6px;
  text-align: left;
  z-index: 279;
}

.logo-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
  width: 1440px;
  padding: 64px 24px 64px 24px;
  z-index: 280;
  overflow: hidden;
}
@media (max-width: 821px) {
  .logo-title {
    width: 100%;
  }
}

.title-c7 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 560px;
  height: 27px;
  color: #000000;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  z-index: 281;
}
@media (max-width: 821px) {
  .title-c7 {
    width: 100%;
  }
}

.content-c8 {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  gap: 24px;
  position: relative;
  min-width: 0;
  z-index: 282;
}

.image-c9 {
  position: relative;
  width: 113px;
  height: 116px;
  background: url(../assets/images/eb61d448400d7c9217eff782cc072b04846915c5.png) no-repeat center;
  background-size: cover;
  z-index: 283;
}
@media (max-width: 821px) {
  .image-c9 {
    width: 30%;
    height: 65px;
    background-size: contain;
  }
}

.image-ca {
  position: relative;
  width: 148px;
  height: 91px;
  background: url(../assets/images/2012a983b117395795a0cfe6d13447f9e77c8b27.png) no-repeat center;
  background-size: cover;
  z-index: 284;
}
@media (max-width: 821px) {
  .image-ca {
    width: 30%;
    height: 65px;
    background-size: contain;
  }
}

.logo-cb {
  align-self: stretch;
  position: relative;
  min-width: 0;
  height: 24px;
  color: #000000;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  z-index: 285;
}
@media (max-width: 821px) {
  .logo-cb {
    width: 100%;
    height: auto;
  }
}

#footer {
  width: 100%;
}

.footer-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  position: relative;
  width: 100%;
  padding: 64px 24px 8px 24px;
  background: #f5f7fa;
  z-index: 286;
  overflow: hidden;
}
@media (max-width: 821px) {
  .footer-section {
    width: 100%;
  }
}

.footer-columns {
  display: flex;
  align-items: flex-start;
  gap: 120px;
  position: relative;
  width: 100%;
  z-index: 287;
  justify-content: center;
}
@media (max-width: 821px) {
  .footer-columns {
    width: 100%;
    flex-direction: column;
    gap: 40px;
  }
}

.column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  width: 170px;
  z-index: 288;
}

.logo-wrapper {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 170px;
  padding: 16px 0 0 0;
  z-index: 289;
}
@media (max-width: 821px) {
  .logo-wrapper {
    padding: 0;
  }
}

.logo-cc {
  position: relative;
  width: 170px;
  height: 39px;
  background: url(../assets/images/0f16b1e1-7cdf-4674-bb72-cd63dcc3948d.png) no-repeat center;
  background-size: cover;
  z-index: 290;
  overflow: hidden;
}

.small-columns {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  min-width: 0;
  padding: 16px 0 0 0;
  z-index: 291;
  width: 70%;
}
@media (max-width: 821px) {
  .small-columns {
    flex-direction: column;
    width: 100%;
    gap: 40px;
  }
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  width: 30%;
  z-index: 292;
}
@media (max-width: 821px) {
  .footer-column {
    width: 100%;
    gap: 10px;
  }
}

.content-ce {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 16px;
  position: relative;
  min-width: 0;
  z-index: 293;
}

.products {
  align-self: stretch;
  position: relative;
  height: 22px;
  color: #212121;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  z-index: 294;
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 5px;
  position: relative;
  z-index: 295;
}

.link {
  align-self: stretch;
  position: relative;
  height: auto;
  width: auto;
  z-index: 296;
}

.link-cf {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  z-index: 297;
}

.link-d0 {
  align-self: stretch;
  position: relative;
  height: 22px;
  z-index: 298;
}

.link-d1 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  z-index: 299;
}

.link-d2 {
  align-self: stretch;
  position: relative;
  height: 22px;
  z-index: 300;
}

.link-d3 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  z-index: 301;
}

.link-d4 {
  align-self: stretch;
  position: relative;
  height: 22px;
  z-index: 302;
}

.link-d5 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  z-index: 303;
}

.column-d6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  width: 100%;
  z-index: 304;
}

.content-d7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 16px;
  position: relative;
  min-width: 0;
  z-index: 305;
}

.company {
  align-self: stretch;
  position: relative;
  height: 22px;
  color: #212121;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  z-index: 306;
}

.footer-links-d8 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 8px;
  position: relative;
  z-index: 307;
}

.link-d9 {
  align-self: stretch;
  position: relative;
  height: 22px;
  z-index: 308;
}

.link-txt {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: auto;
  top: 0;
  left: 0;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  z-index: 309;
}

.link-db {
  align-self: stretch;
  position: relative;
  height: 22px;
  z-index: 310;
}

.link-dc {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  z-index: 311;
}

.link-dd {
  align-self: stretch;
  position: relative;
  height: 22px;
  z-index: 312;
}

.link-de {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  z-index: 313;
}

.column-df {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  width: 100%;
  z-index: 314;
}
@media (max-width: 821px) {
  .column-df {
    width: 100%;
  }
}

.content-e0 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  width: 100%;
  z-index: 315;
}
@media (max-width: 821px) {
  .content-e0 {
    width: 100%;
  }
}

.about {
  align-self: stretch;
  position: relative;
  min-width: 0;
  height: 22px;
  color: #212121;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  z-index: 316;
}

.footer-links-e1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 8px;
  position: relative;
  min-width: 0;
  z-index: 317;
}

.link-e2 {
  align-self: stretch;
  position: relative;
  height: 22px;
  z-index: 318;
}

.link-e3 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  z-index: 319;
}

.link-e4 {
  align-self: stretch;
  position: relative;
  height: 22px;
  z-index: 320;
}

.link-e5 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  z-index: 321;
}

.link-e6 {
  align-self: stretch;
  position: relative;
  height: 48px;
  z-index: 322;
}

.link-e7 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  z-index: 323;
}

.link-e8 {
  align-self: stretch;
  position: relative;
  height: 22px;
  z-index: 324;
}

.link-e9 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  z-index: 325;
}

.copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 11px;
  position: relative;
  height: auto;
  width: 900px;
  padding: 16px 0 16px 0;
  z-index: 326;
  margin-top: 50px;
  color: #000000;
}
@media (max-width: 821px) {
  .copyright {
    width: 100%;
    gap: 15px;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .copyright span:last-of-type {
    text-align: center;
    width: 100%;
  }
}

.text-ea {
  flex-grow: 1;
  position: relative;
  min-width: 0;
  height: 17px;
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: center;
  z-index: 327;
}

.edit-mode {
  position: absolute;
  width: 438.493px;
  height: 665.231px;
  top: -63px;
  left: -4px;
  background: url(../assets/images/8521bc61-7dd4-4761-a947-8deb76dd9a52.png) no-repeat center;
  background-size: cover;
  z-index: 100;
  overflow: hidden;
  opacity: 0.2;
}
@media (max-width: 821px) {
  .edit-mode {
    opacity: 0.2;
    z-index: 1;
    width: 120%;
    height: 120%;
    background-position: 60px -30px;
  }
}

.answer-content {
  display: none;
}

.active .answer-content {
  display: block;
}

.question-container {
  cursor: pointer;
  justify-content: space-between;
}
@media (max-width: 821px) {
  .question-container {
    width: 100%;
  }
}

.active {
  background: #f6f6f6;
}

.material-icons-b3 .expand {
  background: url(../assets/images/db495141-9329-4a61-b3a0-446f90076635.png) no-repeat center;
  /* 初期状態は下向きの三角 */
  background-size: 100% 100%;
}

.active .material-icons-b3 .expand {
  background: url(../assets/images/d042e8c6-8a84-4145-97a6-1f6effb85db6.png) no-repeat center;
  /* アクティブ状態は上向きの三角 */
  background-size: 100% 100%;
}

#card-a {
  position: relative;
}
#card-a:hover .details,
#card-a:hover .arrow-down {
  color: #fff;
}
#card-a:hover::before {
  content: "";
  position: absolute;
  background: #419fc6;
  border-radius: 120px;
  width: 200px;
  height: 200px;
  top: 50%;
  left: -13%;
}
@media (max-width: 1025px) {
  #card-a:hover::before {
    width: 180px;
    height: 180px;
    top: 57%;
    left: 0%;
  }
}
@media (max-width: 821px) {
  #card-a:hover::before {
    width: 160px;
    height: 160px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
  }
}

#card-b {
  position: relative;
}
#card-b:hover .details,
#card-b:hover .arrow-down {
  color: #fff;
}
#card-b:hover::before {
  content: "";
  position: absolute;
  background: #846bad;
  border-radius: 120px;
  width: 200px;
  height: 200px;
  top: 50%;
  left: -13%;
}
@media (max-width: 1025px) {
  #card-b:hover::before {
    width: 180px;
    height: 180px;
    top: 57%;
    left: 0%;
  }
}
@media (max-width: 821px) {
  #card-b:hover::before {
    width: 160px;
    height: 160px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
  }
}

#card-c {
  position: relative;
}
#card-c:hover .details,
#card-c:hover .arrow-down {
  color: #fff;
}
#card-c:hover::before {
  content: "";
  position: absolute;
  background: #0095a2;
  border-radius: 120px;
  width: 200px;
  height: 200px;
  top: 50%;
  left: -13%;
}
@media (max-width: 1025px) {
  #card-c:hover::before {
    width: 180px;
    height: 180px;
    top: 57%;
    left: 0%;
  }
}
@media (max-width: 821px) {
  #card-c:hover::before {
    width: 160px;
    height: 160px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
  }
}

#card-d {
  position: relative;
}
#card-d:hover .details,
#card-d:hover .arrow-down {
  color: #fff;
}
#card-d:hover::before {
  content: "";
  position: absolute;
  background: #e6217f;
  border-radius: 120px;
  width: 200px;
  height: 200px;
  top: 50%;
  left: -13%;
}
@media (max-width: 1025px) {
  #card-d:hover::before {
    width: 180px;
    height: 180px;
    top: 57%;
    left: 0%;
  }
}
@media (max-width: 821px) {
  #card-d:hover::before {
    width: 160px;
    height: 160px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.slider-wrapper {
  width: 100%;
  height: auto;
}

.chara-name {
  font-weight: normal;
  font-size: 90%;
}

.title-section {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 21;
  background-color: #fff;
}
@media (max-width: 821px) {
  .title-section {
    margin-top: 50px;
  }
}

.sns-video-guidelines {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  position: relative;
  width: 900px;
  min-width: 0;
  height: 160px;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  z-index: 32;
}
@media (max-width: 821px) {
  .sns-video-guidelines {
    width: 100%;
    height: auto;
    font-size: 17px;
  }
}

.btn-form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 4px;
  position: relative;
  width: 320px;
  height: 48px;
  padding: 10px 16px 10px 16px;
  background: #ffffff;
  z-index: 90;
  overflow: hidden;
  border-radius: 8px;
  border: 1px #e83909 solid;
  margin: 10px auto 15px;
}

.material-icons-btn {
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 91;
  overflow: hidden;
}

.launch-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 92;
  overflow: hidden;
}

.vector-btn {
  position: relative;
  width: 18px;
  height: 18px;
  margin: 3px 0 0 3px;
  background: url(../assets/title-lineup_assets/images/770e767c-560a-4d93-bac0-dea969f175ab.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 93;
}

.text-btn {
  position: relative;
  height: 26px;
  font-family: Hiragino Kaku Gothic Pro, var(--default-font-family);
  font-size: 16px;
  font-weight: 600;
  line-height: 25.6px;
  text-align: left;
  background: linear-gradient(90.31deg, #eb6100, #e72410);
  z-index: 94;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.news-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 1280px;
  margin: 80px auto;
  gap: 64px;
}
@media (max-width: 1025px) {
  .news-container {
    width: 90%;
  }
}
@media (max-width: 821px) {
  .news-container {
    width: 90%;
    margin: 50px auto;
    flex-direction: column;
  }
}
.news-container .frame-news-post {
  width: 30%;
}
@media (max-width: 1025px) {
  .news-container .frame-news-post {
    width: 28%;
  }
}
@media (max-width: 821px) {
  .news-container .frame-news-post {
    width: 100%;
  }
}

.hamburger-menu {
  display: none;
}

.sp-nav {
  display: none;
}

@media (max-width: 821px) {
  .navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
  }
  .navbar-content {
    display: flex;
    align-items: center;
    width: 92%;
    justify-content: space-between;
    gap: 0;
    margin-left: 55px;
    height: 43px;
  }
  .navbar-menu {
    max-height: 0;
    overflow: hidden;
    flex-direction: column;
    width: 100%;
    position: fixed;
    top: 27px;
    left: 0;
    background-color: #fff;
    z-index: 99950;
    height: 100vh;
    transition: max-height 0.5s ease-out;
  }
}
@media (max-width: 821px) and (max-width: 821px) {
  .navbar-menu {
    background-color: unset;
    top: 42px;
  }
}
@media (max-width: 821px) {
  .navbar-menu a {
    padding: 10px;
    text-align: center;
  }
  .hamburger-menu {
    display: block;
    padding-right: 15px;
    cursor: pointer;
    z-index: 100000;
    position: relative;
    width: 33px;
    height: 21px;
  }
  .hamburger-menu .bar {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #333;
    margin: 4px 0;
    transition: 0.4s;
  }
  .hamburger-menu.active2 .bar:nth-child(1) {
    transform: rotate(-45deg) translate(-4px, 5px);
  }
  .hamburger-menu.active2 .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger-menu.active2 .bar:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
  }
  .navbar-menu.active2 {
    max-height: 100vh;
    overflow: scroll;
  }
}
@media (max-width: 821px) and (max-width: 821px) {
  .navbar-menu.active2 a {
    display: block;
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 821px) {
  .navbar-menu.active2 .navbar-ul {
    flex-direction: column;
    width: 100%;
    gap: 0px;
    background: #f0f0f0;
    margin: 0;
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 10px;
  }
}
@media (max-width: 821px) and (max-width: 821px) {
  .navbar-menu.active2 .navbar-ul {
    display: flex;
  }
}
@media (max-width: 821px) {
  .navbar-menu.active2 .navbar-ul .navbar-link {
    padding: 10px 0;
    font-weight: bold;
    width: 85%;
    border-bottom: 1px solid #9E9E9E;
  }
  .navbar-menu.active2 .navbar-ul .announcement {
    color: #000;
    font-weight: bold;
  }
  .navbar-menu.active2 .sp-nav {
    display: flex;
    flex-direction: column;
    background: #f0f0f0;
    padding: 10px 30px 120px;
  }
  .navbar-menu.active2 .sp-nav .content-ce {
    gap: 0;
    margin-bottom: 30px;
  }
  .navbar-menu.active2 .sp-nav .footer-links {
    gap: 0;
  }
  .navbar-menu.active2 .sp-nav .footer-links .link {
    height: 30px;
  }
}
.inline {
  display: inline;
}

.blueTitle {
  color: #0077c7;
  font-weight: bold;
  font-size: 2.7rem;
}
@media (max-width: 821px) {
  .blueTitle {
    font-size: 1.7rem;
  }
}

.blackText {
  color: #000000;
  font-family: Noto Sans JP, var(--default-font-family);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.6rem;
  text-align: center;
}
@media (max-width: 821px) {
  .blackText {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
}

.mt {
  margin-top: 60px;
}
@media (max-width: 821px) {
  .mt {
    margin-top: 30px;
  }
}

.case {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 4px 4px #c4c4c4;
}
.case .case-text {
  padding: 0 20px 20px;
  gap: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 150px;
  width: 100%;
}
.case .case-text .date-post {
  color: #0077C7;
  border: 1px solid;
  margin-bottom: 10px;
  font-size: 0.9rem;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
}
.case .case-text .article-span {
  font-weight: bold;
}
.case .case-text .link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #d7d7d7;
  font-size: 0.9rem;
  color: #e95204;
  font-weight: bold;
}
.case .case-text .link i {
  display: block;
  align-self: center;
  width: 0.9rem;
  margin: 3px 0 0 2px;
}
.case .case-text .link.unactive {
  color: #d7d7d7;
  cursor: default;
}
.case .case-text .link.unactive i img {
  filter: grayscale(1);
  opacity: 0.4;
}
@media (max-width: 821px) {
  .case .case-text .link {
    margin-top: 10px;
  }
}

.case-box {
  background: #f6f6f6;
  width: 90%;
  margin: 0 auto;
  padding: 20px 50px;
  border-radius: 20px;
}
@media (max-width: 821px) {
  .case-box {
    width: 100%;
    padding: 10px 20px;
  }
}
.case-box h3 {
  text-align: center;
  color: #0077c7;
  font-weight: bold;
  font-size: 2rem;
}
@media (max-width: 821px) {
  .case-box h3 {
    font-size: 1rem;
  }
}
.case-box p {
  margin-bottom: 50px;
}
@media (max-width: 821px) {
  .case-box p {
    font-size: 0.9rem;
  }
}
@media (max-width: 821px) {
  .case-box .btn-form {
    width: 100%;
  }
}

.pagenation-case {
  display: flex;
  margin: 10px auto 30px;
  width: 100%;
  justify-content: center;
  gap: 10px;
}
.pagenation-case .frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}
.pagenation-case .material-icons {
  position: relative;
  width: 32px;
  height: 32px;
  overflow: hidden;
}
.pagenation-case .frame-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  width: 40px;
  height: 40px;
  background: #ffba7a;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}
.pagenation-case .span {
  flex-basis: auto;
  position: relative;
  height: 26px;
  color: #606060;
  font-family: Hiragino Kaku Gothic Pro, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  white-space: nowrap;
  z-index: 4;
}
.pagenation-case .frame-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}
.pagenation-case .material-icons-reverse {
  position: relative;
  width: 32px;
  height: 32px;
  overflow: hidden;
  transform: rotateY(180deg);
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.banner-area-yellow {
  background: #fff;
  width: 100%;
  padding: 64px 0;
}
.banner-area-yellow button {
  margin-top: 50px;
}

.footer-logo {
  display: inline;
  width: 45px;
}

@media (max-width: 821px) {
  .first-line {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
  }
}/*# sourceMappingURL=index.css.map */