html,
body {
  position: relative;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
  cursor: none;
  height: 100%;
  box-sizing: border-box;
  line-height: 1.5;
}
a {
  text-decoration: none;
  color: #bba893;
}
.statementMobile {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 1);
  color: #b4b4b5;
  padding: 2vh 1vw;
  box-sizing: border-box;
  z-index: 997;
  border-top: 1px solid #b45829;
}
.statement-word {
  height: auto;
}
.statement-word-self {
  display: flex;
  justify-content: center;
  height: 3vh;
  line-height: 3vh;
}
.statement-word-self > div > a {
  cursor: none;
  color: #ffffff;
  margin-right: 20px;
  text-decoration: none;
  font-size: 1.6rem;
}
.statement-word-con {
  line-height: 1.1rem;
  font-size: 0.6rem;
  color: #8c8d8c;
  text-align: center;
}
.statementMobile-bottom {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  padding-left: 2rem;
}

.statementMobile-bottom-logo {
  width: 64%;
  box-sizing: border-box;
  padding-left: 20px;
}
.statementMobile-bottom-logo img {
  width: 80%;
}
.statementMobile-bottom-state {
  width: 30%;
}
.statementMobile-bottom-state img {
  width: 30%;
}
.statement-href {
  text-decoration: none;
  color: #8c8d8c;
}
.statement-us a {
  color: #b4b4b5;
  /* height: 100%; */
}
.box-egg-mobile {
  width: 6.75rem;
  display: none;
  top: -6.25rem;
  position: absolute;
  right: 1%;
}
.box-egg-mobile img {
  width: 100%;
}
.statement-icon {
  margin: 0 auto;
  text-align: center;
}
.statement-icon > img {
  width: 4rem;
  height: auto;
  object-fit: contain;
  margin-left: 1.875rem;
}
.statement-icon > img:first-child {
  margin-left: 0;
}
.statement.pc {
  background: #000;
  position: relative;
  height: 100%;
}
.statement-la.pointer {
  display: flex;
  justify-content: center;
  height: auto;
  margin: 1.25rem auto;
}
.statement-la img {
  width: 20rem;
  /* width: 8.4375rem; */
}
.statement-bottom {
  text-align: center;
  margin-bottom: 2rem;
}
.statement-bottom img {
  width: 30%;
  object-fit: contain;
  margin: 2rem auto;
}
.statement-a > a {
  margin: 1.25rem 0;
  color: #f5f5f5;
}
.statement-choice {
  margin: auto;
  position: absolute;
  top: -18rem;
  right: 0;
  left: 0;
  width: 12.5rem;
  background: rgba(0, 0, 0, 1);
  z-index: 999;
}
.statement-choice > div {
  width: 100%;
  height: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
}
.statement-choice > div:hover {
  background: rgba(169, 169, 169, 1);
}
.statementMobile .agreement-box {
  color: #cfcfcf;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2;
  margin-top: 6vw;
}
.statementMobile .agreement-box a {
  color: #cfcfcf;
  display: block;
  margin: 0 auto;
  text-decoration: none;
}

@media screen and (min-width: 820px) and (max-width: 920px) {
  .statement-bottom.pc {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .statement-logo {
    width: 49.0625rem !important;
  }
}
