:root {
  --bs-font-sans-serif: "Noto Sans JP", YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  --container-width: 86.93%;
  --bg-base-color: #dc554d;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.container:not(.container-default) {
  width: var(--container-width);
  padding: 0;
}

.simple-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 280px;
  height: 62px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 31px;
  color: var(--button-text-color, #fff);
  background-color: var(--button-background-color, #dc554d);
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.12em;
  text-decoration: none;
}

.simple-title-h2 {
  color: var(--text-color, #000);
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.11em;
}

.more-link {
  text-align: right;
}

.more-link a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 28px;
  color: var(--text-link-color, #fff);
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.11em;
  padding-right: 37px;
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-image: url("../img/common/more-link-plus-white.svg");
}

.nav-main-header {
  --bs-navbar-toggler-padding-x: 0;
  --bs-navbar-toggler-padding-y: 0;
  --bs-border-width: 0;
  --bs-navbar-toggler-border-color: transparent;
  --bs-navbar-toggler-focus-width: 0;
  --bs-navbar-color: #000;

  width: 94.66%;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 10px;
}

.navbar-btn-container {
  display: flex;
}

.navbar-button {
  display: block;
  width: var(--navbar-button-size, 42px);
  height: var(--navbar-button-size, 42px);
  border-radius: calc(var(--navbar-button-size, 42px) / 2);
}

.nav-main-header .navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  margin-left: 10px;
}

.nav-main-header .navbar-toggler[aria-expanded="true"] .menu-toggler span:nth-child(1) {
  transform: translateY(7px) rotate(-45deg);
  transform-origin: center center;
}

.nav-main-header .navbar-toggler[aria-expanded="true"] .menu-toggler span:nth-child(2) {
  opacity: 0;
}

.nav-main-header .navbar-toggler[aria-expanded="true"] .menu-toggler span:nth-child(3) {
  transform: translateY(-7px) rotate(45deg);
  transform-origin: center center;
}


.menu-toggler,
.menu-toggler span {
  display: block;
}

.menu-toggler {
  position: relative;
  width: 17px;
  height: 16px;
}

.menu-toggler span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.5px;
  border-radius: 0.75px;
  background-color: #fff;
  transition: all .4s;
}

.menu-toggler span:nth-child(1) {
  top: 0;
}

.menu-toggler span:nth-child(2) {
  top: 7px;
}

.menu-toggler span:nth-child(3) {
  bottom: 0;
}

.navbar-button-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  color: #fff;
  background-color: #dc554d;
  text-decoration: none;
  border-radius: 5px;
  font-size: 13px;
  letter-spacing: 0.12em;
  font-weight: bold;
  transition: all 0.2s linear;
}

.navbar-button-btn span {
  padding-left: 23px;
  background-image: url("../img/common/btn-icon-user.svg");
  background-repeat: no-repeat;
  background-position: left 0 center;
}

.navbar-collapse-wrapper {
  margin-top: 15px;
  padding-top: 28px;
  padding-bottom: 25px;
  border-top: 1px solid #D6D6D6;
}

.navbar-collapse .navbar-button-btn {
  margin-bottom: 30px;
}

.navbar-nav {
  --bs-nav-link-padding-y: 0;

  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
}

.navbar-nav .nav-item {
  background-image: url("../img/common/nav-arrow.svg");
  background-repeat: no-repeat;
  background-position: left 0 center;
  padding-left: 22px;
}

.navbar-nav .nav-item:nth-child(1n+2) {
  margin-top: 25px;
}

.team-card {
  --bs-card-border-width: 0;
  --bs-card-spacer-y: 15px;
  --bs-card-spacer-x: 15px;
  --bs-card-border-radius: 10px;
  --bs-card-inner-border-radius: var(--bs-card-border-radius);
}

.team-card .card-img-top {
  height: var(--card-img-height, 138px);
  object-fit: cover;
  object-position: center;
}

.team-card .card-title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.71;
}

.team-card .card-text {
  color: #b4b4b4;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 1.83;
  margin-bottom: 14px;
}

.hashtag-list {
  margin-bottom: 0;
  display: flex;
  font-size: 10px;
  --bs-link-color: #31a0ff;
  font-weight: 500;
  letter-spacing: 0.11em;
  margin: -5px;
}

.hashtag-list li {
  margin: 5px;
}

.hashtag-list li a {
  text-decoration: none;
}

.search-box {
  display: flex;
  border-radius: 26px;
  background-color: #ebebeb;
}

.search-box input {
  border: none;
  font-size: 13px;
  letter-spacing: 0.12em;
  height: 52px;
  width: 100%;
  background-color: transparent;
  padding-left: 20px;
}

.search-box button {
  width: 52px;
  height: 52px;
  border-radius: 26px;
  border: none;
  padding: 0;
  background-color: #1d2088;
  flex-shrink: 0;
}

.section-fv {
  margin-bottom: 120px;
  background-image: url("../img/section/fv/bg.svg");
  background-repeat: no-repeat;
  background-position: top 50% left 0;
}

.section-fv__logo {
  margin-bottom: 26px;
}

.section-fv__logo img {
  display: block;
  margin: 0 auto;
}

.section-fv__text {
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 1.73;
  text-align: center;
  margin-bottom: 34px;
  color: #fff;
}

.section-fv .simple-button {
  --button-text-color: #DC554D;
  --button-background-color: #fff;
}

.section-fv__swiper {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.swiper-fv {
  overflow: visible;
  --swiper-wrapper-transition-timing-function: linear;
  transform: rotate(11deg);
}

.swiper-fv .swiper-slide img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

.swiper-fv-02 {
  margin-top: 20px;
}

.section-about {
  padding: 60px 0;
}

.section-about__typography {
  overflow: hidden;
  position: relative;
}

.section-about__typography img {
  padding-right: 100%;
  animation :infinity-scroll-left 40s infinite linear 0.5s both;
}

.section-about__image {
  display: block;
  width: 93.465%;
  border-radius: 0 30px 30px 0;
  margin-top: -25px;
  margin-bottom: 35px;
}

.section-about__title {
  color: #dc554d;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 18px;
}

.section-about__text {
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 20px;
}

.section-about__text strong {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 20px;
}

.section-about__point {
  display: block;
  width: 100%;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.16));
  margin-bottom: 30px;
}

.section-bg-red::after {
  content: "";
  display: block;
  width: 100%;
  height: 26px;
  background-image: url("../img/common/bg-red.svg");
  background-repeat: repeat-x;
  background-position: left -10% center;
}

.section-bg-red .container-fluid {
  background-color: #dc554d;
  padding-bottom: 74px;
  padding-left: 0;
  padding-right: 0;
}

.section-bg-yellow {
}

.section-bg-yellow::before {
  content: "";
  display: block;
  width: 100%;
  height: 27px;
  background-image: url("../img/common/bg-yellow.svg");
  background-repeat: repeat-x;
  background-position: left -10% center;
}

.section-bg-yellow .container-fluid {
  background-color: #f5c159;
  padding: 70px 0 100px 0;
}

.section-trend {
  overflow: hidden;
}

.section-trend__title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.11em;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}

.section-trend__title span {
  font-size: 36px;
  letter-spacing: 0.11em;
  margin-top: 4px;
}

.swiper-trend-list {
  overflow: visible;
  --swiper-theme-color: #fff;
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 5px;
}

.swiper-trend-list .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.swiper-trend-list .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid var(--swiper-theme-color);
}

.section-team-list {
  --text-color: #fff;
  overflow: hidden;
}

.section-team-list .simple-title-h2 {
  margin-bottom: 20px;
}

.section-team-list .swiper-team-list {
  overflow: visible;
  margin-bottom: 20px;
}

.footer {
  margin-top: -26px;
  color: #efefef;
  --bs-link-color: #efefef;
}

.footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 26px;
  background-image: url("../img/common/bg-black.svg");
  background-repeat: repeat-x;
  background-position: left -10% center;
}

.footer .container-fluid {
  padding: 54px 0 30px 0;
  background-color: #3a3f47;
}

.footer hr {
  border-color: #747474;
  margin: 20px 0;
  opacity: 1;
}

.footer-nav {
}

.footer-nav-title {
  color: var(--bs-link-color);
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.11em;
}

.footer-nav-list {
  
}

.footer-nav-list li {

}

.footer-nav-list li a {
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0;
}

.footer .copyright {
  margin: 0;
  padding: 20px;
  font-size: 12px;
  letter-spacing: 0.11em;
  background-color: #000;
  text-align: center;
}


@media (min-width: 1200px) {
  .sp-item {
    display: none !important;
  }

  .body-contents-area {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .body-fixed {
    position: sticky;
    top: 0;
    width: calc((100% - 460px) / 2);
    height: 100vh;
    border-width: 15px;
    border-style: solid;
    border-color: #fff;
    background-color: #fff;
    transition: border-color 0.2s linear;
  }

  .body-fixed-red {
    border-color: #DC554D;
  }

  .body-fixed-white {
    border-color: #fff;
  }

  .body-fixed-yellow {
    border-color: #F5C159;
  }

  .body-fixed-yellow .logo-theme-color {
    fill: #F5C159;
  }

  .body-fixed-yellow .navbar-button-btn {
    background-color: #f5c159;
  }

  .body-fixed-green {
    border-color: #9ed528;
  }

  .body-fixed-green .logo-theme-color {
    fill: #9ed528;
  }

  .body-fixed-green .navbar-button-btn {
    background-color: #9ed528;
  }

  .body-contents {
    width: 460px;
  }

  .nav-main-header {
    max-width: 390px;
  }

  .section-sns {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .section-sns__title {
    text-align: center;
    margin-bottom: 15px;
    font-size: 22px;
    letter-spacing: 0.11em;
    font-weight: bold;
  }

  .section-sns .container {
    width: 77.77%;
    padding: 0;
  }

  .section-sns .list-sns {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }

  .section-sns .list-sns li:nth-child(1n+2) {
    margin-left: 15px;
  }

  .section-pc-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }

  .pc-nav-logo {
    display: block;
    width: 171px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }

  .section-pc-nav .navbar-button-btn {
    margin-bottom: 40px;
  }

  .section-pc-nav .container {
    max-width: 218px;
    padding: 0;
  }

  .pc-nav-list {
    margin-bottom: 35px;
  }

  .pc-nav-list li {
    overflow: hidden;
  }

  .pc-nav-list li:nth-child(1n+2) {
    margin-top: 25px;
  }

  .pc-nav-list a {
    display: inline-block;
    overflow: hidden;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.12em;
    text-decoration: none;
    color: #000;
    transition: all 0.2s linear;
    padding-left: 20px;
    margin-left: -20px;
    background-image: url("../img/common/nav-arrow.svg");
    background-repeat: no-repeat;
    background-position: left 0 center;
  }

  .pc-nav-list a:hover {
    margin-left: 0;
    color: #dc554d;
  }

  .navbar-button-btn:hover {
    color: #fff;
  }
}

@media (max-width: 1199.98px) {
  .pc-item {
    display: none !important;
  }

  .body-fixed {
    display: none;
  }
}

.form-control[type="text"],
.form-control[type="email"],
.form-control[type="password"],
.form-control[type="search"],
.form-control[type="tel"],
.form-control[type="url"],
textarea.form-control {
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 5px;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.page-wrapper {
  background-color: var(--bg-base-color, #dc554d);
  padding-top: 123px;
  padding-bottom: 80px;
}

.page-title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 28px;
  color: var(--page-title-color, #fff);
}

.page-title-en {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.11em;
  font-weight: bold;
  margin-bottom: 48px;
}

.page-title-en span {
  font-size: 36px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  margin-top: 10px;
}

.section-form {
  padding: 25px 22px 40px 22px;
  background-color: #fff;
  border-radius: var(--form-wrapper-border-radius, 20px);
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 100%;
  height: 62px;
  border-radius: 31px;
  font-size: 16px;
  letter-spacing: 0.12em;
  font-weight: bold;
}

.btn-blue {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1d2088;
  --bs-btn-border-color: #1d2088;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1d2088;
  --bs-btn-hover-border-color: #1d2088;
  --bs-btn-focus-shadow-rgb: 60,153,110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1d2088;
  --bs-btn-active-border-color: #1d2088;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1d2088;
  --bs-btn-disabled-border-color: #1d2088;
}

.btn-register {
  --bs-btn-color: #fff;
  --bs-btn-bg: #eb5452;
  --bs-btn-border-color: #eb5452;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #eb5452;
  --bs-btn-hover-border-color: #eb5452;
  --bs-btn-focus-shadow-rgb: 60,153,110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #eb5452;
  --bs-btn-active-border-color: #eb5452;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #eb5452;
  --bs-btn-disabled-border-color: #eb5452;
}

.support-qr__title {
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
  font-size: 16px;
  letter-spacing: 0.11em;
  font-weight: bold;
  background-color: var(--bg-base-color, #dc554d);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 10px;
}

.support-qr__image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  border: 7px solid var(--bg-base-color, #dc554d);
  margin-bottom: 16px;
  box-sizing: border-box;
}

.form-create .form-item:nth-child(1n+2) {
  margin-top: 16px;
}

.form-label-arrow {
  padding-left: 18px;
  position: relative;
}

.form-label-arrow::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 12px;
  height: 14px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2214%22%20viewBox%3D%220%200%2012%2014%22%3E%20%3Cpath%20d%3D%22M0%207v7l12-7Z%22%20fill%3D%22%231d2088%22%2F%3E%20%3Cpath%20d%3D%22M0%200v7h12Z%22%20fill%3D%22%23dc554d%22%2F%3E%3C%2Fsvg%3E');
}

.form-create .form-label {
  font-size: 14px;
  letter-spacing: 0.11em;
  font-weight: bold;
}

.form-create .form-label small {
  font-size: 11px;
}

.form-create .btn {
  margin-top: 28px;
}

.form-heading {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #dc554d;
}

.section-create .support-qr {
  margin-bottom: 32px;
}

.support-qr-url {
  display: flex;
  justify-content: center;
  align-items: center;
}

.support-qr-url__text {
  border: none;
  color: #9b9b9b;
  font-size: 12px;
  letter-spacing: 0;
  padding: 7px 8px;
  border-radius: 7px;
  background-color: #ebebeb;
}

.support-qr-url__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 52px;
  height: 32px;
  font-size: 12px;
  letter-spacing: 0.08em;
  font-weight: bold;
  border: 2px solid #3A287F;
  border-radius: 7px;
  color: #3a287f;
  background-color: transparent;
  margin-left: 8px;
}

