@charset "UTF-8";

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit
}

html {
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  word-break: break-word
}

body {
  margin: 0
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
  margin: 0
}

hr {
  height: 0;
  overflow: visible
}

main {
  display: block
}

nav ol,
nav ul {
  list-style: none;
  padding: 0
}

pre {
  font-family: monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle
}

audio,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

iframe,
img {
  border-style: none
}

svg:not([fill]) {
  fill: currentColor
}

svg:not(:root) {
  overflow: hidden
}

table {
  border-collapse: collapse
}

button,
input,
select {
  margin: 0
}

button {
  overflow: visible;
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: .35em .75em .625em
}

input {
  overflow: visible
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

select {
  text-transform: none
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical
}

[type=checkbox],
[type=radio] {
  padding: 0
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

::-moz-focus-inner {
  border-style: none;
  padding: 0
}

:-moz-focusring {
  outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
  box-shadow: none
}

details,
dialog {
  display: block
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content
}

dialog:not([open]) {
  display: none
}

summary {
  display: list-item
}

canvas {
  display: inline-block
}

template {
  display: none
}

[tabindex],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation
}

[hidden] {
  display: none
}

[aria-busy=true] {
  cursor: progress
}

[aria-controls] {
  cursor: pointer
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed
}

[aria-hidden=false][hidden] {
  display: initial
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute
}

:root {
  --main-color: #f88680;
  --sub-color: #c66b66;
  --accent-color: #80aaf8;
  --font-color: #605352;
  --font-black: #37201f;
  --men-color: #2fb7d8;
  --women-color: #eb8c91;
  --border-color: #60535230;
  --bg-gray: #f5f4f4;
  --bg-color: #fff3f3
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth
}

body {
  color: var(--font-color);
  font-family: ヒラギノ角ゴシック, Hiragino Sans, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, YuGothic, Yu Gothic, ＭＳ ゴシック, sans-serif;
  font-size: 1.6rem;
  font-weight: 400
}

a {
  color: var(--main-color);
  cursor: pointer
}

img {
  max-width: 100%
}

p {
  line-height: 1.6;
  margin: 0
}

dl dt {
  font-weight: 700;
  margin-bottom: 1em
}

dl dd {
  margin-bottom: 2em;
  margin-left: 0
}

iframe {
  width: 100%
}

nav ul {
  margin: 0
}

.c-btn,
nav ul li a {
  text-decoration: none
}

.c-btn {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  padding: 24px 0;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

.c-btn--login {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 6px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 4px
}

.c-btn--login span {
  display: none
}

.c-btn--login:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 16px;
  margin: 0 auto 6px;
  -webkit-mask-image: url(../../../img/common/upload/icon_login.svg);
  mask-image: url(../../../img/common/upload/icon_login.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 20px
}

.c-btn--signUp {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 8px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 24px 0;
  position: relative
}

.c-btn--signUp:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 12px;
  margin: auto;
  -webkit-mask-image: url(../../../img/common/upload/arrow_btn.svg);
  mask-image: url(../../../img/common/upload/arrow_btn.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: absolute;
  right: 16px;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 8px
}

.c-btn--signUpMen,
.c-btn--signUpWomen {
  border-radius: 999px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 16px 0
}

.c-btn--signUpMen span,
.c-btn--signUpWomen span {
  display: block;
  font-size: 50%;
  font-weight: 400;
  margin-top: 4px
}

.c-btn--signUpMen {
  background-color: var(--men-color)
}

.c-btn--signUpWomen {
  background-color: var(--women-color)
}

.c-btn--external {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 8px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 24px 0
}

.c-btn--external:after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 16px;
  margin-bottom: -2px;
  margin-left: 16px;
  -webkit-mask-image: url(../../../img/common/upload/icon_external.svg);
  mask-image: url(../../../img/common/upload/icon_external.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 18px
}

.c-globalNav__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px
}

.c-globalNav__link {
  color: var(--font-black);
  font-size: 1.3rem;
  font-weight: 700;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

.c-globalNav__link:hover {
  color: var(--main-color)
}

.c-hamburgerBtn {
  border-radius: 999px;
  height: 20px;
  position: relative;
  width: 32px
}

.c-hamburgerBtn span {
  display: block;
  position: absolute;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

.c-hamburgerBtn span:first-child,
.c-hamburgerBtn span:nth-child(2),
.c-hamburgerBtn span:nth-child(3) {
  background-color: var(--main-color);
  border-radius: 2px;
  height: 4px;
  left: 0;
  margin: auto;
  right: 0;
  width: 32px
}

.c-hamburgerBtn span:first-child {
  top: 0
}

.c-hamburgerBtn span:nth-child(2) {
  top: 8px
}

.c-hamburgerBtn span:nth-child(3) {
  top: 16px
}

.c-hamburgerBtn.is-open span:first-child {
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.c-hamburgerBtn.is-open span:nth-child(2) {
  width: 0
}

.c-hamburgerBtn.is-open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.c-logo {
  line-height: 1;
  margin: 0;
  max-width: 160px
}

.c-logo a {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

.c-secTitle {
  font-weight: 700;
  line-height: 1;
  margin: 0;
  text-align: center
}

.c-secTitle__en {
  color: var(--accent-color);
  font-size: 1rem;
  margin-bottom: 4px
}

.c-secTitle__ja {
  color: var(--font-black);
  font-size: 2rem
}

.c-signUpBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px
}

.c-signUpBtns__item {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto
}

.l-cta__title {
  color: var(--sub-color);
  font-size: 2.6rem;
  margin: 0 0 32px
}

.l-cta__lead,
.l-cta__title {
  font-weight: 700;
  text-align: center
}

.l-cta__lead {
  color: var(--font-black);
  font-size: 1.6rem
}

.l-cta__btn,
.l-cta__lead {
  margin-bottom: 8px
}

.l-cta__caution {
  color: var(--font-color);
  font-size: 1rem;
  font-weight: 400
}

.l-cta__appBtn {
  margin: 16px auto 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 120px
}

.l-cta__appBtn:hover {
  opacity: .7
}

.l-cta__login {
  margin-top: 32px;
  text-align: center
}

.l-cta__login a {
  color: var(--sub-color);
  font-size: 1.5rem;
  font-weight: 400;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

.l-cta__login a:hover {
  opacity: .7
}

.l-fixedBtn {
  bottom: 16px;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 90%;
  z-index: 90
}

.l-fixedBtn.is-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.l-footer {
  background-color: #f7d9d7;
  padding: 64px 0 96px
}

.l-footer__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  margin: 0 auto;
  width: 90%
}

.l-footer__inner,
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.l-footer__nav>ul {
  width: 50%
}

.l-footer__nav-list {
  gap: 32px
}

.l-footer__nav-list,
.l-footer__nav-list-sub {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.l-footer__nav-list-sub {
  gap: 16px
}

.l-footer__nav-list-sub .l-footer__nav-link {
  font-weight: 400
}

.l-footer__nav-link {
  color: var(--font-black);
  font-weight: 700;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

.l-footer__nav-link:hover {
  opacity: .7
}

.l-footer__bottom-text small,
.l-footer__copyright small {
  color: var(--font-color);
  display: inline-block;
  font-size: 1rem;
  line-height: 1.4
}

.l-hamburgerNav {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(55, 30, 33, .082);
  box-shadow: 0 4px 4px rgba(55, 30, 33, .082);
  left: 0;
  padding: 32px 0;
  position: fixed;
  top: 59px;
  -webkit-transform: translate(100vw);
  transform: translate(100vw);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100vw;
  z-index: 900
}

.l-hamburgerNav.is-open {
  -webkit-transform: translate(0);
  transform: translate(0)
}

.l-hamburgerNav__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
  margin: 0 auto;
  max-width: 90%
}

.l-hamburgerNav__inner,
.l-hamburgerNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.l-hamburgerNav__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px
}

.l-hamburgerNav__item {
  width: calc(50% - 16px)
}

.l-hamburgerNav__item a {
  color: var(--font-black);
  font-size: 1.6rem;
  font-weight: 700
}

.l-header {
  background-color: #fff;
  padding: 8px 5%;
  position: fixed;
  width: 100%;
  z-index: 100
}

.l-header__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between
}

.l-header__globalNav {
  display: none
}

.l-header__btns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px
}

.l-main {
  padding-top: 58px;
  position: relative
}

.l-modal {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backdrop-filter: blur(10px) brightness(.5);
  backdrop-filter: blur(10px) brightness(.5);
  background-color: rgba(55, 32, 31, .012);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  visibility: hidden;
  width: 100vw;
  z-index: -1
}

.l-modal.is-open {
  z-index: 999
}

.l-modal.is-open,
.l-modal.is-open .l-modal__contents {
  opacity: 1;
  visibility: visible
}

.l-modal__contents {
  background-color: #fff;
  border-radius: 16px;
  opacity: 0;
  padding: 64px 16px;
  position: relative;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  visibility: hidden;
  width: 90%
}

.l-modal__contents .l-cta__lead {
  font-size: 1.4rem
}

.l-modal__closeBtn {
  cursor: pointer;
  height: 32px;
  position: absolute;
  right: 16px;
  top: 16px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 32px
}

.l-modal__closeBtn span {
  background-color: var(--main-color);
  border-radius: 2px;
  display: block;
  height: 4px;
  position: relative;
  width: 32px
}

.l-modal__closeBtn span:first-child {
  top: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.l-modal__closeBtn span:nth-child(2) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.l-modal__closeBtn:hover {
  opacity: .7
}

.l-section {
  padding: 48px 0
}

.l-section__inner {
  margin: 0 auto;
  width: 90%
}

.l-section__text,
.l-section__title {
  margin-bottom: 32px
}

.p-top-mv {
  position: relative
}

.p-top-mv__img img {
  width: 100%
}

.p-top-mv__cta {
  padding: 32px 0
}

.p-top-mv__cta .l-cta {
  margin: 0 auto;
  width: 90%
}

.p-top-feature {
  background-color: var(--bg-color)
}

.p-top-feature__img {
  border-radius: 16px;
  overflow: hidden
}

.p-top-feature__img img {
  width: 100%
}

.p-top-contents {
  background-color: var(--bg-color)
}

.p-top-contents__list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px 0;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0
}

.p-top-contents__item {
  width: 50%
}

.p-top-contents__img {
  margin-bottom: 8px;
  text-align: center
}

.p-top-contents__title {
  color: var(--font-color);
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  text-align: center
}

.p-top-security {
  background-color: var(--bg-color)
}

.p-top-security__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0
}

.p-top-security__item,
.p-top-security__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.p-top-security__item {
  gap: 24px
}

.p-top-security__icon {
  width: 72px
}

.p-top-security__wrap {
  width: calc(100% - 96px)
}

.p-top-security__item-title {
  color: var(--font-black);
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0
}

.p-top-security__item-text {
  color: var(--font-color);
  font-size: 1.4rem;
  font-weight: 400
}

.p-top-security__img {
  border-radius: 16px;
  margin-top: 32px;
  overflow: hidden
}

.p-top-security__img img {
  width: 100%
}

.p-top-howtouse {
  background-color: var(--bg-color)
}

.p-top-howtouse__slider {
  margin: 0 -5%
}

.p-top-howtouse__slider .swiper {
  padding-bottom: 56px
}

.p-top-howtouse__slider .swiper-slide {
  height: auto
}

.p-top-howtouse__slider .swiper-pagination {
  bottom: 0 !important
}

.p-top-howtouse__slider .swiper-pagination-bullet {
  background: var(--sub-color);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  height: 40px;
  line-height: 2.3;
  opacity: .3;
  width: 40px
}

.p-top-howtouse__slider .swiper-pagination-bullet-active {
  opacity: 1
}

.p-top-howtouse__slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.p-top-howtouse__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 16px
}

.p-top-howtouse__wrap {
  height: 100%;
  padding-top: 39px;
  position: relative
}

.p-top-howtouse__num {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background-color: var(--sub-color);
  border-radius: 999px;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  height: 78px;
  justify-content: center;
  left: 0;
  line-height: 1;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 78px;
  z-index: 1
}

.p-top-howtouse__box,
.p-top-howtouse__num {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.p-top-howtouse__box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: #fff;
  border-radius: 16px;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  height: 100%;
  justify-content: space-between;
  padding: 64px 32px 32px
}

.p-top-howtouse__text {
  color: var(--font-color);
  font-size: 1.6rem;
  font-weight: 400
}

.p-top-voice {
  background-color: var(--bg-color)
}

.p-top-voice__slider {
  margin: 0 -5%
}

.p-top-voice__slider .swiper {
  padding-bottom: 32px
}

.p-top-voice__slider .swiper-slide {
  height: auto
}

.p-top-voice__slider .swiper-pagination {
  bottom: 0 !important
}

.p-top-voice__slider .swiper-pagination-bullet {
  background: var(--sub-color);
  height: 16px;
  opacity: .3;
  width: 16px
}

.p-top-voice__slider .swiper-pagination-bullet-active {
  opacity: 1
}

.p-top-voice__slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.p-top-voice__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 16px
}

.p-top-voice__box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: #fff;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  justify-content: space-between;
  padding: 32px
}

.p-top-voice__text {
  color: var(--font-color);
  font-size: 1.6rem;
  font-weight: 400
}

.p-top-voice__bottom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px
}

.p-top-voice__icon {
  width: 40px
}

.p-top-voice__name {
  color: var(--font-color);
  font-size: 1.6rem;
  font-weight: 400
}

.p-top-column {
  background-color: var(--bg-color)
}

.p-top-icons {
  background-color: var(--bg-gray)
}

.p-top-icons__wrap:not(:last-child) {
  margin-bottom: 48px
}

.p-top-icons__title {
  border-bottom: 1px solid var(--border-color);
  color: var(--font-black);
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 16px;
  padding-bottom: 8px
}

.p-top-icons__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0
}

.p-top-icons__list:not(:last-child) {
  margin-bottom: 32px
}

.u-align-center {
  text-align: center
}

.u-align-left {
  text-align: left
}

.u-align-right {
  text-align: right
}

.u-bgc-white {
  background-color: var(--bg-white)
}

.u-bgc-color {
  background-color: var(--bg-color)
}

.u-color-main {
  color: var(--main-color) !important
}

.u-color-sub {
  color: var(--sub-color) !important
}

.u-color-accent {
  color: var(--accent-color) !important
}

.u-fw-thin {
  font-weight: 100
}

.u-fw-light {
  font-weight: 300
}

.u-fw-normal {
  font-weight: 400
}

.u-fw-bold {
  font-weight: 700
}

.u-fw-black {
  font-weight: 900
}

.u-none-sp {
  display: none
}

.u-none-pc,
.u-none-tb,
.u-only-sp {
  display: block
}

.u-only-pc,
.u-only-tb {
  display: none
}

@media screen and (min-width:520px) {
  .u-none-sp {
    display: block
  }

  .u-none-tb {
    display: none
  }

  .u-none-pc {
    display: block
  }

  .u-only-sp {
    display: none
  }

  .u-only-tb {
    display: block
  }

  .u-only-pc {
    display: none
  }
}

@media screen and (min-width:960px) {
  .c-btn--login {
    border-radius: 8px;
    font-size: 1.4rem;
    padding: 12px 24px
  }

  .c-btn--login span {
    display: inline
  }

  .c-btn--login:before {
    display: inline-block;
    margin: 0 8px -2px 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
  }

  .c-btn--login:hover {
    background-color: #fff;
    color: var(--main-color)
  }

  .c-btn--login:hover:before {
    background-color: var(--main-color)
  }

  .c-btn--signUp:hover {
    background-color: #fff;
    color: var(--main-color)
  }

  .c-btn--signUp:hover:before {
    background-color: var(--main-color)
  }

  .c-btn--signUpMen,
  .c-btn--signUpWomen {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
  }

  .c-btn--signUpMen:hover,
  .c-btn--signUpWomen:hover {
    opacity: .7
  }

  .c-btn--external:hover {
    background-color: #fff;
    color: var(--main-color)
  }

  .c-btn--external:hover:after {
    background-color: var(--main-color)
  }

  .c-logo a:hover {
    opacity: .7
  }

  .c-secTitle__en {
    font-size: 1.4rem
  }

  .c-secTitle__ja {
    font-size: 2.8rem
  }

  .l-cta__title {
    font-size: 3.2rem
  }

  .l-cta__btn .c-signUpBtns {
    margin: 0 auto;
    max-width: 560px;
  }

  .l-cta__caution {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
  }

  .l-cta__appBtn {
    width: 175px
  }

  .l-fixedBtn {
    display: none
  }

  .l-footer {
    padding-bottom: 16px
  }

  .l-footer__inner {
    max-width: 960px
  }

  .l-footer__nav>ul {
    width: 25%
  }

  .l-footer__bottom-text {
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
  }

  .l-footer__copyright {
    text-align: right
  }

  .l-hamburgerNav {
    display: none
  }

  .l-header__logo {
    width: 120px
  }

  .l-header__logo img {
    width: 100%
  }

  .l-header__globalNav {
    display: block
  }

  .l-header__btns {
    gap: 32px
  }

  .l-header__hamburgerBtn {
    display: none
  }

  .l-main {
    padding-top: 0
  }

  .l-modal__contents {
    padding: 80px 64px;
    width: 50%
  }

  .l-modal__contents .l-cta__lead {
    font-size: 2rem
  }

  .l-section {
    padding: 80px 0
  }

  .l-section__inner {
    max-width: 960px
  }

  .l-section__title {
    margin-bottom: 64px
  }

  .l-section__text {
    margin: 0 auto 48px;
    max-width: 60%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
  }

  .p-top-mv__cta {
    bottom: 0;
    left: 0;
    padding: 8px;
    position: absolute;
    right: 0
  }

  .p-top-mv__cta .l-cta {
    width: 100%
  }

  .p-top-mv__cta .l-cta__lead {
    color: #fff;
    font-size: 2.2rem
  }

  .p-top-mv__cta .l-cta__btn {
    margin: 0 auto;
    max-width: 350px
  }

  .p-top-mv__cta .l-cta__caution {
    margin: 10px auto;
  }

  .p-top-feature__img {
    border-radius: 999px;
    margin: 0 auto;
    max-width: 460px
  }

  .p-top-contents__list {
    margin: 0 auto;
    width: 50%
  }

  .p-top-contents__item {
    width: 33.3333333333%
  }

  .p-top-security__contents {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 64px;
    justify-content: space-between
  }

  .p-top-security__img,
  .p-top-security__list {
    width: calc(50% - 32px)
  }

  .p-top-security__img {
    margin-top: 0
  }

  .p-top-howtouse__slider {
    margin: 0
  }

  .p-top-howtouse__slider .swiper {
    padding-bottom: 0
  }

  .p-top-howtouse__slider .swiper-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 32px;
    justify-content: space-between
  }

  .p-top-howtouse__slider .swiper-slide {
    width: calc(33.33333% - 21.33333px)
  }

  .p-top-howtouse__slider .swiper-pagination {
    display: none
  }

  .p-top-howtouse__wrap {
    padding-top: 32px
  }

  .p-top-howtouse__num {
    font-size: 2.5rem;
    height: 64px;
    width: 64px
  }

  .p-top-voice__slider {
    margin: 0
  }

  .p-top-voice__slider .swiper-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 32px;
    justify-content: space-between
  }

  .p-top-voice__slider .swiper-slide {
    width: calc(33.33333% - 21.33333px)
  }

  .p-top-voice__slider .swiper-pagination {
    display: none
  }

  .p-top-column__btn {
    margin: 0 auto;
    max-width: 350px
  }

  .p-top-icons .l-section__inner {
    width: 60%
  }

  .u-none-sp,
  .u-none-tb {
    display: block
  }

  .u-none-pc,
  .u-only-sp,
  .u-only-tb {
    display: none
  }

  .u-only-pc {
    display: block
  }

  .u-w80 {
    margin: 0 auto;
    width: 80%
  }
}

@media screen and (min-width:1200px) {
  .c-globalNav__link {
    font-size: 1.6rem
  }

  .l-footer__inner,
  .l-section__inner {
    max-width: 1200px;
    width: 80%
  }

  .p-top-mv {
    max-height: 100vh
  }

  .p-top-mv__img img {
    max-height: 100vh;
    -o-object-fit: cover;
    object-fit: cover
  }

  .p-top-security__contents {
    gap: 128px
  }

  .p-top-security__img,
  .p-top-security__list {
    width: calc(50% - 64px)
  }
}