@charset "UTF-8";
:root {
  --main-color-black: #232b4f;
  --main-color-red: #fc4c55;
  --main-color-red-light: #FF7B84;
  --main-color-blue: #185ABD;
  --main-color-blue2: #005BAC;
  --main-color-purple: #6E4CCF;
  --main-color-purple2: #5D64E0;
  --main-color-orange: #F8A961;
  --main-color-green: #38C1B1;
  --main-color-gray: #e1e1ea;
  --main-color-gray2: #DEDEE9;
  --main-color-gray3: #F9F9FB;
  --main-color-gray4: #979AAA;
  --main-color-gray5: #F4F4F7;
  --main-color-gray6: #F3F3F6;
  --main-color-gray7: #6A6E81;
  --main-color-gray8: #F5F5F8;
  --main-color-gray9: #B8B8C2;
  --main-color-text: #6a6e81;
  --main-color-white: #fff;
  --main-color-white2: #FEFEFE;
  --main-color-redgra: linear-gradient(274.13deg, #ff867a 11.84%, #f7525f 53.91%, #fc4c55 95.99%);
}

/*
※headerやfooterといった共通箇所はbase.scssにまとめて記述しています
今後CTAなど共通箇所が増えた場合もbase.scssに記載していく運用を予定しています
*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

section {
  width: 100%;
}

/* input */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #979aaa;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #979aaa;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #979aaa;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #979aaa;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

/* common */
html {
  overflow-x: hidden;
}

body {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  color: var(--main-color-black);
  font-size: 1.6rem;
}

:where(figure) {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}
.sp-only {
  display: none !important;
}

.pc-only {
  display: block;
}

@media only screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
.bold {
  font-weight: 700;
}

.ex-bold {
  font-weight: 900;
}

/* link hover*/
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.container {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.fl-reverse {
  flex-direction: row-reverse;
}

.d-block {
  display: block;
}

.en-tit__black {
  font-family: "M Plus 1", sans-serif;
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 5rem;
  letter-spacing: 0.02rem;
}
@media (max-width: 767px) {
  .en-tit__black {
    font-size: 2.8rem;
  }
}

.en-tit__black--en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: var(--main-color-gray4);
  margin-bottom: 1rem;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .en-tit__black--en {
    font-size: 1.4rem;
  }
}

.en-tit__white {
  font-family: "M Plus 1", sans-serif;
  font-size: 4.04rem;
  font-weight: 600;
  margin-bottom: 4rem;
  color: var(--main-color-white);
  letter-spacing: 3px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .en-tit__white {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
}

.en-tit__white--en {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 4.351rem;
  letter-spacing: 3.81px;
}
@media (max-width: 767px) {
  .en-tit__white--en {
    font-size: 2.2rem;
  }
}

.en-tit {
  font-family: "Montserrat", "M Plus 1", sans-serif;
  font-size: 4.2rem;
  font-weight: 900;
  margin-bottom: 8.4rem;
  color: var(--main-color-black);
  text-align: center;
}
@media (max-width: 767px) {
  .en-tit {
    margin-bottom: 6rem;
    font-size: 3.6rem;
  }
}

.en-tit--en {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: var(--main-color-red);
}

.en-tit__left {
  font-family: "M Plus 2", sans-serif;
  font-size: 3.8rem;
  font-weight: 900;
  color: var(--main-color-black);
}
@media (max-width: 767px) {
  .en-tit__left {
    font-size: 3rem;
  }
}

.en-tit__left--en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: var(--main-color-gray4);
}
@media (max-width: 767px) {
  .en-tit__left--en {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .en-tit__left-sp__center {
    text-align: center;
    font-size: 2.8rem;
  }
}
.en-tit__left-sp__center .en-tit__left--en {
  font-size: 1.4rem;
}

.xl-tit {
  font-size: 4rem;
  font-weight: 600;
  font-family: "M Plus 1", sans-serif;
  margin: 2.3rem 0 8rem;
  line-height: 1.7;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .xl-tit {
    font-size: 4.2vw;
    margin-bottom: 4rem;
  }
}

.l-tit {
  font-size: 2.6rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: var(--main-color-black);
  margin-bottom: 3rem;
  line-height: 1.7;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .l-tit {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}

.top-important__left {
  text-align: center;
}

.xl-tit .red {
  color: var(--main-color-red);
}

.grecaptcha-badge {
  visibility: hidden;
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  /* ヘッダーを固定する */
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 6rem);
  max-width: 1600px;
  height: 7.2rem;
  padding: 1.6rem 1.6rem 1.6rem 3rem;
  border-radius: 100px;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.12);
  z-index: 100;
  background: var(--main-color-white);
}
@media (max-width: 767px) {
  .header__container {
    flex-wrap: wrap;
    background: none;
  }
}
@media (max-width: 1250px) {
  .header__container {
    width: 96%;
    margin: 0 auto;
    top: 10px;
    height: auto;
    padding: 0.8rem 2.5rem 0.8rem 3rem;
  }
}
@media (max-width: 767px) {
  .header__container {
    width: 100%;
    box-shadow: none;
  }
}

#logo {
  position: relative;
}
@media (max-width: 767px) {
  #logo {
    width: 140px;
    top: -1px;
  }
}
@media (min-width: 768px) {
  #logo {
    top: -3px;
  }
}
#logo a {
  display: block;
}

.header--nav {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
}
@media (max-width: 1250px) {
  .header--nav {
    display: none;
  }
}

.header--nav-item {
  margin-left: 3rem;
}
@media (max-width: 1250px) {
  .header--nav-item {
    margin-top: 14px !important;
  }
}

.header--nav-item-link__download {
  border: 1px solid var(--main-color-red);
  padding: 1.5rem 2.3rem;
  font-weight: 800;
  color: var(--main-color-red) !important;
  border-radius: 100px;
}
@media (max-width: 1250px) {
  .header--nav-item-link__download {
    margin-bottom: 10px;
    width: 200px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .header--nav-item-link__download {
    width: 70vw;
    text-align: center;
    margin-bottom: 0;
    padding: 20px 0 !important;
  }
}

.header--nav-item-link__trial {
  border: 1px solid var(--main-color-red);
  background: var(--main-color-red);
  padding: 1.5rem 2.3rem !important;
  font-weight: 800;
  color: var(--main-color-white2) !important;
  border-radius: 100px;
  margin-left: 1rem;
}
@media (max-width: 1250px) {
  .header--nav-item-link__trial {
    margin-left: 0;
    width: 200px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .header--nav-item-link__trial {
    width: 70vw;
    text-align: center;
    padding: 20px 0 !important;
  }
}

.navbar-icon {
  display: flex;
  justify-content: flex-end;
  height: 40px;
  align-items: center;
  top: 10px;
}
.navbar-icon.active {
  position: fixed;
}
@media screen and (min-width: 1251px) {
  .navbar-icon {
    display: none;
  }
}
.navbar-icon span {
  width: 24px;
  height: 2px;
  background-color: var(--main-color-black);
  display: block;
  position: relative;
  transition: 0.3s;
}
.navbar-icon span:after {
  content: "";
  width: 24px;
  height: 2px;
  position: absolute;
  top: 7px;
  background-color: var(--main-color-black);
  transition: 0.3s;
}
.navbar-icon span:before {
  content: "";
  width: 24px;
  height: 2px;
  position: absolute;
  bottom: 7px;
  background-color: var(--main-color-black);
  transition: 0.3s;
}
.navbar-icon.active span {
  background-color: transparent;
}
.navbar-icon.active span:before {
  transform: rotate(45deg);
  bottom: 0;
  background-color: var(--main-color-black);
}
.navbar-icon.active span:after {
  transform: rotate(-45deg);
  background-color: var(--main-color-black);
  top: 0;
}
.navbar-menu {
  z-index: 99;
}
@media screen and (max-width: 1250px) {
  .navbar-menu nav {
    left: -3%;
    width: 106%;
    height: 100vh;
    top: -10px;
    background: #fff;
    position: fixed;
    visibility: hidden;
  }
}
@media screen and (max-width: 1250px) {
  .navbar-menu .active {
    visibility: visible;
  }
}
.navbar-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: flex-end;
  line-height: 1;
  align-items: center;
}
.navbar-menu ul li {
  margin: 0;
}
@media screen and (max-width: 1250px) {
  .navbar-menu ul li {
    transform: translateX(-10px);
    opacity: 1;
  }
}
.navbar-menu ul li a {
  display: block;
  padding: 1.5rem 2rem;
  color: var(--main-color-black);
  transition: 0s;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .navbar-menu ul li a {
    padding: 15px 20px;
  }
}
.navbar-menu ul li:hover a {
  text-decoration: none;
}
.navbar-menu ul .android_btn {
  width: 70%;
  margin: 0 auto;
}
.navbar-menu ul .apple_btn {
  width: 70%;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .navbar-menu ul .android_btn {
    width: 60%;
  }
  .navbar-menu ul .apple_btn {
    width: 50%;
  }
}
@media screen and (max-width: 1250px) {
  .navbar-menu.active {
    visibility: visible;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    touch-action: none;
  }
}
@media screen and (max-width: 1250px) {
  .navbar-menu ul {
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
    height: 100%;
  }
}
@media screen and (max-width: 1250px) {
  .navbar-menu ul li {
    transform: translateX(0);
    opacity: 1;
  }
  .navbar-menu ul li a,
  .navbar-menu ul li span {
    color: var(--main-color-black);
    font-size: 14px !important;
  }
}

.footer {
  background: url(../images/common/bg-footer.webp);
  background-size: cover;
  margin-top: 10rem;
}

.footer-container {
  padding: 10rem 4rem;
}
@media (max-width: 767px) {
  .footer-container {
    padding: 10rem 4rem 1.6rem;
  }
}

.footer--logo {
  margin-bottom: 5rem;
  width: 21.2rem;
  height: 5.336rem;
}

.footer-nav--list {
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0 14.2rem 12.1rem 0;
}

.footer-nav--list-item {
  margin-bottom: 2.3rem;
  color: var(--main-color-white);
}

.footer-nav--flex {
  display: flex;
}

.footer-nav--list-item__x {
  width: 1.611rem;
  height: 1.461rem;
  margin-right: 1.6rem;
}

.footer--foot {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer--foot {
    display: block;
    text-align: center;
    padding: 1rem 0;
  }
}

.footer--link-list {
  display: flex;
}

.footer--link-list-item {
  color: var(--main-color-white);
  margin-right: 2.4rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.footer--link-list-item-link {
  text-decoration: underline;
}

.copyright {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: var(--main-color-white);
}
@media (max-width: 767px) {
  .copyright {
    text-align: center;
  }
}/*# sourceMappingURL=base.css.map */