@charset "utf-8";

/* ====================
 * Google Fonts *
==================== */

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

html {
  font-size: 16px;
}

body {
  width: 100%;
  background-color: #f8cd00;
}

.sp {
  display: none !important;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.txt-left {
  text-align: left !important;
}

.wrapper {
  max-width: 1360px;
  margin: 0 auto;
}

.logo_bsn {
  position: fixed;
  z-index: 999;
  top: 1em;
  left: 1em;
  max-width: 6em;
}

header {
  position: relative;
  padding: 0 2em;
  max-width: 1360px;
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

header > div {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
  /* display: grid;
  grid-template-columns: 1fr 2fr;
  place-content: center;
  place-items: center; */
}

h1 {
  max-width: 40%;
  background: rgba(255, 255, 255, 1);
  margin: 0 auto;
  border-radius: 50vh;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3em;
  animation: slideInFromBottom 1s ease-in-out;
  /* filter: drop-shadow(1em 1em 0 #525e5f); */
}

/* h1 img {

} */

@keyframes slideInFromBottom {
  0% {
    transform: translateY(100vh);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

header div p.japan {
  margin: 2em 0 0;
}

header p.catch img {
  filter: drop-shadow(0.25em 0.25em 0.25em #fff);
  animation: slideInFromBottom 1s ease-in-out;
}

main {
  padding: 0 1em;
}

section {
  position: relative;
  margin: 0 0 8em;
  text-align: center;
}

section > div,
section > h2 {
  opacity: 0;
}

.slideIn-bottom.isActive {
  animation: slideInFromBottom 1s ease-in-out;
  opacity: 1;
}

section.whats {
  padding: 0 0 12em;
}

section.whats h2 {
  background: #fff;
  display: flex;
  padding: 1.5em 0;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 680px;
  border-radius: 100vh;
  z-index: 1;
  filter: drop-shadow(.5em 0.5em 0 #000);
}

section.whats h2::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 1.5em solid transparent;
  border-right: 1.5em solid transparent;
  border-top: 2em solid #fff;
}

section.whats h2 img {
  width: 300px;
  margin: 0 2em 0 0;
}

section.whats h2 span {
  font-size: 3em;
  margin: 0 0 0.5em;
  font-weight: 600;
  color: #495151;
}

section.whats > div {
  max-width: 1080px;
  margin: 0 auto;
  background: #525e5f;
  padding: 8em 2em 2em;
  position: relative;
  top: 8em;
  color: #fff;
}

section.whats > div p {
  font-size: 2em;
  line-height: 1.75em;
}

section.release > div {
  max-width: 1080px;
  margin: 0 auto;
  background: #fff;
}

.release_box {
  position: relative;
  padding: 3rem 2rem;
}

.release_head {
  background: #FE644E;
  position: absolute;
  padding: 1rem 0;
  border-radius: 50vh;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  top: -2.4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 8em;
  filter: drop-shadow(0.25rem 0.5rem 0 #525e5f);
}

.release_date {
  text-align: right;
  margin: 0 0 0.5rem;
}

.release_title {
  border: 0.5rem double #4f81bd;
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}

.release_title span {
  font-size: 1.2rem;
  border-bottom: 0.125rem solid;
  font-weight: 500;
}

.release_date {
  text-align: right;
  margin: 0 0 0.5rem;
}

.release_text {
  margin: 2rem 1rem;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.75;
}

.release_text > div {
  margin: 0 0 2rem;
}

.release_text > div:last-child {
  margin: 0;
}

.feature {
  margin: 0 0 1rem;
}

.feature a:hover {
  opacity: .75;
}

.feature > div {
  text-align: center;
}

.feature h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.6em;
  font-weight: 500;
  margin: 0 0 1rem;
}

.feature h4::after {
  content: "";
  width: calc(100% - 15em);
  display: block;
  height: 0.2rem;
  background: #000;
  margin: 0 0 0 1rem;
}

.feature > div span {
  display: block;
  margin: 0.5rem 0 0;
}

.feature > div span a {
  word-break: break-all;
}

.feature dl {
  margin: 1rem 0 0;
}

.feature dd {
  display: flex;
  align-items: flex-start;
  padding: 0 0 0 1rem;
}

.feature dd.item-start {
  align-items: flex-start;
}

.feature dd strong {
  min-width: 7em;
}

.feature dd.item-start span {
  word-break: auto-phrase;
}

.feature .note {
  margin: 1rem 0;
  font-size: .8em;
}

.release_inner {
  padding: 0 1rem;
}

.release_inner span {
  display: block;
  font-size: .8em;
  margin: 1rem 0 0;
}

.contact {
  font-size: 1.125rem;
  line-height: 1.75;
  border-top: 0.1rem dashed;
  padding: 2rem 0 0;
}

.contact dl:first-child {
  margin: 0 0 1rem;
}

section.verify > div {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  padding: 4rem 2rem;
  position: relative;
}

/* section.verify > div p {
  position: relative;
  font-size: 2em;
  line-height: 1.5em;
  margin: 0;
  border: solid 0.1em #fff;
  display: inline-block;
}

section.verify > div p:before,
section.verify > div p:after,
section.verify > div p > span:before,
section.verify > div p > span:after {
  content: '';
  position: absolute;
  width: 1em;
  height: 1em;
  border: solid 0.1em #fff;
  border-radius: 50%;
  background: #fff;
}

section.verify > div p:after {
  top: -0.5em;
  left: -0.5em;
}

section.verify > div p:before {
  bottom: -0.5em;
  right: -0.5em;
}

section.verify > div p > span:after {
  bottom: -0.5em;
  left: -0.5em;
}

section.verify > div p > span:before {
  top: -0.5em;
  right: -0.5em;
}

section.verify > div p > span {
  display: block;
  padding: 1em 2em;
}

section.verify > div p > span span {
  display: block;
  margin: 0 0 0.5em;
}

section.verify > div p > span span:last-child {
  margin: 0;
}

section.verify > div p > span span em {
  font-size: 1.2em;
} */

section.verify h3 {
  background: #88fa50;
  position: absolute;
  padding: 1rem 0;
  border-radius: 50vh;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  top: -2.4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 8em;
  filter: drop-shadow(0.25rem 0.5rem 0 #525e5f);
}

section.platform {
  padding: 0 0 8em;
}

section.platform h2 {
  background: #00a0e9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 680px;
  border-radius: 100vh;
  z-index: 1;
  filter: drop-shadow(0.25rem 0.5rem 0 #525e5f);
  padding: 2em;
}

section.platform h2::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 1.5em solid transparent;
  border-right: 1.5em solid transparent;
  border-top: 2em solid #00a0e9;
}

section.platform h2 p {
  font-size: 2em;
  font-weight: 600;
  font-style: italic;
  color: #fff;
}

section.platform > div {
  max-width: 1080px;
  margin: 0 auto;
  background: #fff;
  padding: 6em 2em 2em;
  position: relative;
  top: 4em;
  color: #fff;
}

section.platform > div ul {
  display: flex;
  justify-content: center;
  width: 60%;
  margin: 0 auto;
}

section.platform > div li {
  display: flex;
  align-items: center;
  gap: 2rem;
  /* width: 36%; */
}

section.platform > div li img[src^="./assets/img/qr_"] {
  padding: 1rem;
}

section.platform > div li > * {
  width: 50%;
}

section.platform > div li a:hover {
  opacity: .75;
}

section.platform > div li:nth-of-type(2) {
  width: calc(36% + 3.2em);
  border-left: 0.2em dashed #00a0e9;
  /* border-right: 0.2em dashed #00a0e9; */
  padding: 0 1.5em;
  margin: 0 1.5em;
}

section.platform > div li p:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10em;
}

section.platform > div li p:nth-of-type(1) img {
  max-height: 10em;
}

section.platform > div li p:nth-of-type(2) {
  margin: 1em 0 0;
}

section.platform > div li p:nth-of-type(2) img {
  width: 50%;
}

footer {
  background-color: #0052a4;
  color: #fff;
  padding: 1em;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

footer p {
  font-size: .9em;
}

@media (max-width: 899px) {

  html {
    width: 100%;
    font-size: 12px;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .logo_bsn img {
    width: 4em;
  }

  .wrapper {
    padding: 0 0 3em;
  }

  header {
    padding: 0;
  }

  header > div {
    display: block;
    text-align: center;
  }

  h1 {
    max-width: 90%;
  }

  header div p.catch {
    margin: 2rem auto 0;
    width: 94%;
  }

  main {
    margin: 0 0 4rem;
  }

  section {
    margin: 0 0 6rem;
  }

  section.release {
    margin: 0 0 8rem;
  }

  .release_box {
    padding: 4rem 1rem;
  }

  .feature h4 {
    line-height: 1.25;
    border-bottom: 0.2rem solid;
  }

  .feature h4::after {
    display: none;
  }

  .feature > div span {
    text-align: left;
    line-height: 1.5;
  }

  .release_text {
    margin: 2rem 0.5rem;
  }

  .feature dd {
    padding: 0 0 0 0.5rem;
  }

  .release_inner {
    padding: 0 0.5rem;
  }

  section.verify {
    margin: 0 0 6rem;
  }

  section.verify > div {
    padding: 4rem 2rem;
  }

  section.verify > div p {
    font-size: 1.4em;
    width: 100%;
  }

  section.verify > div p > span {
    padding: 1em;
  }

  section.whats {
    padding: 0 0 9em;
  }

  section.whats h2 {
    width: 90%;
  }

  section.whats h2 img {
    width: 50%;
    max-width: 160px;
    margin: 0 1em 0 0;
  }

  section.whats h2 span {
    font-size: 2.4em;
  }

  section.whats > div {
    padding: 7.5rem 2rem 2rem;
    top: 6rem;
  }

  section.whats > div p {
    font-size: 1.6em;
    text-align: left;
  }

  section.platform {
    padding: 0 0 6rem;
  }

  section.platform h2 {
    width: 20em;
  }

  section.platform h2 p {
    font-size: 1.6em;
    line-height: 1.5em;
  }

  section.platform > div {
    padding: 7em 2em 2em;
    top: 5em;
  }

  section.platform > div ul {
    display: block;
    width: 100%;
  }

  section.platform > div li {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
    /* padding: 0 0 1em;
    border-bottom: 0.2em dashed #00a0e9;
    margin: 0 0 1em; */
  }

  section.platform > div li p:nth-of-type(1) {
    width: 50%;
    height: 6em;
  }

  section.platform > div li p:nth-of-type(1) img {
    max-height: 6em;
  }

  section.platform > div li p:nth-of-type(2) {
    width: 50%;
    margin: 0;
  }

  section.platform > div li:nth-of-type(2) {
    width: auto;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 0;
    margin: 0;
  }

  section.platform > div li p:nth-of-type(2) img {
    max-height: fit-content;
  }





}