:root {
  font-family:
    "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    ui-sans-serif,
    system-ui,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  --color-main: 249 179 48;
  --color-sub: 73 147 233;
  --color-attention: 249 94 45;
  --back-primary: 255 255 255;
  --back-secondary: 231 236 239;
  --back-orange-red: 203 96 18;
  --back-forest: 130 146 38;
  --fore-primary: 24 27 57;
  --fore-secondary: 118 120 141;
  --stripe: "repeating-linear-gradient(-45deg, var(--tw-gradient-from, transparent), var(--tw-gradient-from, transparent) 4px, var(--tw-gradient-to, rgba(255, 255, 255, 0.15)) 4px, var(--tw-gradient-to, rgba(255, 255, 255, 0.15)) 8px )";
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: linear-gradient(270deg, #FAFAFA 0%, #EBEBEB 38.94%, #EBEBEB 64.9%, #FAFAFA 100%);
  color: rgb(var(--fore-primary));
}

a {
  text-decoration: none;
  color: currentColor;
}

button,
input,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  letter-spacing: inherit;
  background: none;
  color: currentColor;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

img,
video {
  max-width: 100%;
  height: auto;
}

ol,
ul {
  list-style: none;
}

.abr {
  display: inline-block;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.header__btns {
  display: flex;
}

.header__btns--pop,
.header__btns--regist {
  display: flex;
  align-items: center;
  height: 2.5rem;
  padding: 0 1rem;
  border-radius: 9999px;
  font-weight: 700;
  color: #fff;
  --tw-gradient-to: rgba(255 255 255 / 0.10);
  background:
    repeating-linear-gradient(-45deg, var(--tw-gradient-from, transparent), var(--tw-gradient-from, transparent) 4px, var(--tw-gradient-to, rgba(255, 255, 255, 0.15)) 4px, var(--tw-gradient-to, rgba(255, 255, 255, 0.15)) 8px),
    url(../images/lp/bg-btn-tri-white.svg) no-repeat right bottom;
  white-space: nowrap;
}

.header__btns--pop {
  display: none;
  background-color: rgb(var(--color-sub));
  margin-right: 1rem;
}

.header__btns--regist {
  background-color: rgb(var(--color-main));
}

@media screen and (min-width: 768px) {
  .header__btns--pop {
    display: flex;
  }
}

.lp {
  padding-bottom: 3rem;
  background: url('../images/lp/lp_end.png') no-repeat bottom right;
  background-size: contain;
}

.hero {
  --sta-path: url('../images/lp/hero_sta--sp.svg');
  padding: 4rem 1.5rem;
  background: 
    center repeat-y var(--sta-path),
    center / cover no-repeat url('../images/lp/hero_bg.jpg');
  position: relative;
}
.hero::before, .hero::after {
  --dot-path: url('../images/lp/hero_dot--sp.svg');
  --dot-oddset: 2px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 24px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10) inset;
}
.hero::before {
  top: 0;
  background:
    center top var(--dot-oddset) no-repeat var(--dot-path),
    linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 14.42%, rgba(0, 0, 0, 0.00) 100%),
    #D0D9D9;
  clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - 48px) 100%, calc(100% - 48px - 48px) 50%, calc(48px + 48px) 50%, 48px 100%, 0 100%);
}
.hero::after {
  bottom: 0;
  background:
    center bottom var(--dot-oddset) no-repeat var(--dot-path),
    linear-gradient(-90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 14.42%, rgba(0, 0, 0, 0.00) 100%),
    #D0D9D9;
  clip-path: polygon(0 0, 48px 0, calc(48px + 48px) 50%, calc(100% - 48px - 48px) 50%, calc(100% - 48px) 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (min-width: 768px) {
  .hero {
    --sta-path: url('../images/lp/hero_sta.svg');
  }
  .hero::before, .hero::after {
    --dot-path: url('../images/lp/hero_dot.svg');
    --dot-oddset: 4px;
    height: 32px;
  }
}

.hero__text {
  width: fit-content;
  margin: 1.5rem auto;
  padding-left: 1rem;
}

.cta {
  display: block;
  width: fit-content;
  max-width: 65%;
  margin: 0 auto;
}

.container {
  max-width: 920px;
  padding: 0 1rem;
  margin: auto;
  margin-bottom: 3rem;
}
.container:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 1.5rem;
  }
}

.kanban {
  flex-grow: 1;
  padding: 1rem 0;
  background-color: #F3F6F8;
  border: solid 6px #CACACA;
  border-radius: 0.75rem;
}

.kanban--main {
  border-width: 8px;
}

@media screen and (min-width: 768px) {
  .kanban {
    padding: 1.5rem 0;
  }
}

.bar {
  display: flex;
  height: 0.625rem;
  margin: 1px 0;
}

.bar--0 {
  flex: 1 0 0;
}

.bar--1 {
  flex: 1 0 0;
  background: linear-gradient(180deg, #A8A8A8 0%, #CACACA 54.33%, #D2D2D2 100%);
}

.about__title {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 900;
  color: #76788D;
  text-align: center;
}

.about__text {
  font-weight: 600;
  color: rgb(var(--fore-primary));
  text-align: center;
}

@media screen and (min-width: 768px) {
  .about__text {
    font-size: 1.125rem;
  }
}

.info {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
}

.info:nth-child(1) {
  color: #76788D;
}

.info:nth-child(2) {
  color: rgb(var(--color-sub));
}

.info:nth-child(3) {
  color: rgb(var(--color-main));
}

.info__wrap {
  display: flex;
  justify-content: stretch;
  gap: 0.5rem;
}

.info__title {
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
  font-weight: 900;
  text-align: center;
  line-height: 1;
}

.info__title--second {
  display: block;
}

.info__text {
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  line-height: 1;
}

.info__text--sub {
  display: inline-block;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .info__wrap {
    gap: 1rem;
  }
  .info__title {
    font-size: 1.25rem;
  }

  .info__title--second {
    display: inline-block;
  }

  .info__text {
    font-size: 3rem;
  }

  .info__text--sub {
    font-size: 1.25rem;
  }
}

.system,
.escrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #76788D;
}

.system__title,
.escrow__title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 900;
}
.system__text,
.escrow__text {
  font-size: 1.125rem;
  font-weight: 500;
}

.system__img,
.escrow__img {
  margin-top: -3rem;
  z-index: -1;
  mask-image: linear-gradient(to bottom, transparent, #000 6rem);
}

@media screen and (min-width: 768px) {

  .system,
  .escrow {
    gap: 2rem;
  }

  .system {
    flex-direction: row;
  }

  .escrow {
    flex-direction: row-reverse;
  }

  .system__img,
  .escrow__img {
    margin-top: 0;
    z-index: unset;
    mask-image: none;
  }
}

.review {
  background-image: url(../images/lp/review_bg.svg);
  background-repeat: no-repeat;
  background-position: center 1.5rem;
}
.review__title {
  width: fit-content;
  padding: 0.5rem 1rem;
  margin: 0 auto;
  margin-bottom: 1rem;
  background-color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  clip-path: polygon(1rem 0, calc(100% - 1rem) 0, 100% 1rem,  100% calc(100% - 1rem), calc(100% - 1rem) 100%, 1rem 100%, 0 calc(100% - 1rem), 0 1rem);
}
.review__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  background-color: #fff;
  clip-path: polygon(0 0, calc(100% - 1.25rem) 0, 100% 1.25rem, 100% 100%, 0 100%);
}
.review__card--wrap {
  margin: 0 auto 1.5rem;
  filter: drop-shadow(0 0 3px #fff);
}
.review__card--wrap::before {
  content: "";
  display: block;
  width: calc(100% - 1rem);
  height: 1px;
  margin-bottom: 0.5rem;
  background-color: #fff;
}
.review__card--wrap:last-child {
  margin-bottom: 0;
}
.review__text {
  font-weight: 500;
}
.review__game {
  color: rgb(var(--fore-secondary));
}
@media screen and (min-width: 768px) {
  .review__title {
    margin-bottom: 0;
  }
  .review__field {
    position: relative;
    height: 420px;
  }
  .review__card--wrap {
    width: 360px;
    margin: 0;
    position: absolute;
  }
  .review__card--wrap:nth-child(1) {
    right: 0;
  }
  .review__card--wrap:nth-child(2) {
    left: 0;
    top: 40px;
  }
  .review__card--wrap:nth-child(3) {
    left: 40%;
    bottom: 0;
  }
  .review__title {
    font-size: 1.5rem;
  }
}

.endcard {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  background-color: rgb(var(--color-main));
  background-image:
    linear-gradient(-225deg, #ffffff33, #ffffff33 30%, transparent 31%),
    repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(255, 255, 255, 0.15) 2px, rgba(255, 255, 255, 0.15) 4px);;
  border-radius: 0.5rem;
  box-shadow: 4px 4px 0 0 #FFE0A477 inset, -4px -4px 0 0 #FFE0A477 inset;
}
.endcard__sub {
  display: block;
  padding: 0.25rem 1.5rem;
  background-color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  border-radius: 9999px;
  box-shadow: 0 0 0 3px #FFE0A4 inset;
}
@media screen and (min-width: 768px) {
  .endcard__sub {
    font-size: 1.5rem;
  }
}

.footer {
  padding: 1.5rem 0;
  background-color: rgb(var(--fore-primary));
  --tw-gradient-to: rgb(var(--fore-secondary) / 0.1);
  background-image: repeating-linear-gradient(-45deg, var(--tw-gradient-from, transparent), var(--tw-gradient-from, transparent) 4px, var(--tw-gradient-to, rgba(255, 255, 255, 0.15)) 4px, var(--tw-gradient-to, rgba(255, 255, 255, 0.15)) 8px);
  color: rgb(var(--back-primary));
}

.footer__logo--wrap {
  padding: 0 1rem;
  margin-bottom: 1rem;
}

.footer__horizon {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: rgb(var(--back-secondary)) rgb(var(--fore-secondary));
}

.footer__links {
  display: flex;
  gap: 1rem;
  flex-shrink: 0;
}

.footer__links--wrap {
  display: flex;
  gap: 1rem;
}

.footer__links--link {
  display: block;
  padding: 0.25rem 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer__links--link:hover {
  text-decoration: underline;
}

.footer__heading {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
}

.footer__forms {
  flex-shrink: 0;
  width: 20rem;
}

.footer__forms--inner {
  width: 100%;
  padding: 1rem;
  background-color: rgb(var(--fore-secondary));
  color: rgb(var(--back-primary));
  border-radius: 0.25rem;
}

.footer__forms--inner:first-child {
  margin-bottom: 1rem;
}

.footer__forms--title {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.footer__forms--title span {
  display: inline-block;
}

.footer__forms--send {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.5rem;
  background-color: rgb(var(--back-primary));
  color: rgb(var(--fore-primary));
  border: solid 2px rgb(var(--fore-primary));
  border-radius: 9999px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.footer__forms--send:hover {
  --tw-gradient-to: rgb(var(--back-secondary));
  background-image: repeating-linear-gradient(-45deg, var(--tw-gradient-from, transparent), var(--tw-gradient-from, transparent) 4px, var(--tw-gradient-to, rgba(255, 255, 255, 0.15)) 4px, var(--tw-gradient-to, rgba(255, 255, 255, 0.15)) 8px);
}

.footer__forms--send i {
  font-size: 1.5rem;
}

.footer__forms--detail {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 6rem;
  padding: 0.5rem;
  background-color: rgb(var(--back-primary));
  color: rgb(var(--fore-primary));
  border: solid 2px rgb(var(--fore-primary));
  border-radius: 0.75rem;
}

.footer__forms--note {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer__copy {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer__copy--wrap {
  padding: 0.5rem 0;
  text-align: center;
}