@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Zen+Maru+Gothic:wght@400;900&display=swap");
/* メディアクエリ
------------------------------------------------------------*/
/* フォントサイズ
------------------------------------------------------------*/
/* textstyle
------------------------------------------------------------*/
/* border-radius
------------------------------------------------------------*/
/* animation
------------------------------------------------------------*/
/* color
------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Lato", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  overflow-x: hidden;
  font-size: 16px;
}
body.open {
  overflow: hidden;
  height: 100vh;
}

html > body {
  font-feature-settings: "palt";
}

*, *:before, *:after {
  box-sizing: border-box;
  letter-spacing: 1px;
}

img {
  display: block;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-weight: 700;
  line-height: 1.4;
}

p, ul, ol, dl {
  margin-top: 20px;
  color: #000000;
  line-height: 1.6;
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 961px) {
  p, ul, ol, dl {
    font-size: 14px;
  }
}

@media screen and (max-width: 961px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 961px) {
  .sp {
    display: block !important;
  }
}

header {
  padding: 16px 30px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 961px) {
  header {
    padding: 0 20px;
  }
}
header .l-header-l {
  display: flex;
  align-items: center;
}
header .l-header-l h1 {
  text-align: center;
  width: 140px;
}
@media screen and (max-width: 961px) {
  header .l-header-l h1 {
    width: 98px;
  }
}
header .l-header-r {
  display: flex;
  align-items: center;
  gap: 10px;
}

.c-button--connect {
  width: 140px;
  font-size: 16px;
}
@media screen and (max-width: 961px) {
  .c-button--connect {
    width: 104px;
    font-size: 14px;
  }
}

footer {
  margin: 100px 0 0;
  padding: 60px 30px 70px;
  background: #000000;
  text-align: center;
}
@media screen and (max-width: 961px) {
  footer {
    margin: 80px 0 0;
    padding: 40px 40px;
  }
}
footer .l-footer__link {
  margin: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
footer .l-footer__link__etherscan {
  padding: 0 16px;
  height: 40px;
  background: #FFF;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #000000;
}
@media screen and (max-width: 961px) {
  footer .l-footer__link__etherscan {
    padding: 0 8px;
    height: 30px;
  }
}
footer .l-footer__link__etherscan img:first-child {
  width: 88px;
}
footer .l-footer__link__etherscan img:last-child {
  width: 9px;
}
footer .l-footer__link__x {
  width: 40px;
  height: 40px;
  background: #222;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 100px;
}
@media screen and (max-width: 961px) {
  footer .l-footer__link__x {
    width: 30px;
    height: 30px;
  }
}
footer .l-footer__link__txt {
  margin: 20px auto 0;
  color: #ccc;
  font-size: 12px;
  display: inline-block;
}
footer address {
  margin: 40px 0 0;
  font-size: clamp(12px, 1.4vw, 14px);
  font-style: normal;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 961px) {
  footer address {
    margin: 30px 0 0;
  }
}

.l-min footer {
  margin: 240px 0 0;
}
@media screen and (max-width: 961px) {
  .l-min footer {
    margin: 200px 0 0;
  }
}

.p-connect__area {
  margin: 0 auto;
  padding: 20px;
  background: #EEEEEE;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 961px) {
  .p-connect__area {
    gap: 14px;
  }
}
.p-connect__area a {
  max-width: 460px;
  width: 100%;
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 961px) {
  .p-connect__area a {
    font-size: 16px;
  }
}

.l-content {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1000px;
}
@media screen and (max-width: 961px) {
  .l-content {
    padding: 0 20px;
  }
}
.l-content h2 {
  margin: clamp(80px, 6vw, 100px) 0 0;
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(34px, 5vw, 52px);
  text-align: center;
}
.l-content h3 {
  margin: clamp(60px, 6vw, 80px) 0 0;
  font-size: clamp(20px, 2.4vw, 32px);
  font-family: "Zen Maru Gothic", serif;
  display: flex;
  align-items: center;
  gap: 10px;
}
.l-content h3::before {
  content: "";
  width: 4px;
  height: 30px;
  background: #FFFF00;
  display: block;
  border: 2px solid #000000;
  box-sizing: content-box;
  border-radius: 100px;
}
.l-content p {
  font-size: clamp(14px, 1.4vw, 18px);
}
.l-content p.l-lead {
  margin-top: clamp(30px, 6vw, 60px);
}
.l-content ul, .l-content ol {
  font-size: clamp(14px, 1.4vw, 18px);
}
.l-content ul li, .l-content ol li {
  margin-top: clamp(10px, 2vw, 20px);
  margin-left: 1.5rem;
  list-style: disc;
}
.l-content .p-faq {
  margin: 30px 0 0;
}
@media screen and (max-width: 961px) {
  .l-content .p-faq {
    margin: 20px 0 0;
  }
}
.l-content .p-faq__item {
  padding: 20px 30px 26px;
  border-left: 1px solid #D9D9D9;
  border-top: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}
@media screen and (max-width: 961px) {
  .l-content .p-faq__item {
    padding: 20px 20px 26px 20px;
  }
}
.l-content .p-faq__item:first-child {
  border-radius: 10px 10px 0 0;
}
.l-content .p-faq__item:last-child {
  border-bottom: 1px solid #D9D9D9;
  border-radius: 0 0 10px 10px;
}
.l-content .p-faq__item h3 {
  margin: 0;
  padding: 0 50px 0 0;
  display: block;
  background: url(/assets/images/bt_plus.png) no-repeat right center/22px auto;
}
.l-content .p-faq__item h3.open {
  background: url(/assets/images/bt_minus.png) no-repeat right center/22px auto;
}
.l-content .p-faq__item h3::before {
  content: none;
}
.l-content .p-faq__item h3:hover {
  cursor: pointer;
  transition: all 0.4s;
}
@media screen and (min-width: 600px) {
  .l-content .p-faq__item h3:hover {
    color: #aaa;
  }
}
.l-content .p-faq__item p {
  display: none;
}

.l-title {
  padding: clamp(20px, 2vw, 30px) clamp(20px, 2vw, 40px) clamp(30px, 4vw, 40px);
  background: #FFFF00;
  text-align: center;
}
.l-title h2 {
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(28px, 3vw, 36px);
}
.l-title__inner {
  margin: 20px auto 0;
  padding: 4px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background: #E8E81F;
  border-radius: 5px;
  max-width: 940px;
}
@media screen and (max-width: 961px) {
  .l-title__inner {
    padding: 0;
    gap: 20px;
  }
}
.l-title__inner p {
  margin: -18px 0 0;
  font-weight: 900;
  font-size: clamp(52px, 8vw, 80px);
  font-family: "Zen Maru Gothic", serif;
}
@media screen and (max-width: 961px) {
  .l-title__inner p {
    margin: -12px 0 0;
  }
}
.l-title__inner span {
  font-size: clamp(24px, 3vw, 32px);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
}
.l-title__inner + p {
  text-align: center;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
.l-title__block {
  padding: clamp(30px, 6vw, 50px) clamp(20px, 2vw, 40px);
  background: #FFFF00;
  text-align: center;
}
.l-title__block h2 {
  margin: -10px 0 0;
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(28px, 4vw, 48px);
}
@media screen and (max-width: 961px) {
  .l-title__block h2 {
    margin: 0;
  }
}

.l-email__box {
  margin: clamp(40px, 6vw, 80px) 0 0;
  padding: clamp(14px, 2vw, 20px) clamp(20px, 3vw, 30px);
  background: #F5F5F5;
  display: flex;
  align-items: center;
  gap: 14px;
}
.l-email__box p {
  margin: 0;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-size: clamp(16px, 2vw, 22px);
}
.l-email__box input {
  padding: 10px 20px;
  font-size: 22px;
  max-width: 780px;
  width: calc(100% - 80px);
  border-radius: 6px;
  background: #e5e5e5;
  color: #666;
}
@media screen and (max-width: 961px) {
  .l-email__box input {
    font-size: 16px;
  }
}

.l-eth__box {
  margin: 40px 0 0;
}
.l-eth__box__item {
  padding: 20px 30px 20px 20px;
  border-left: 1px solid #D9D9D9;
  border-top: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  gap: 20px;
}
.l-eth__box__item:first-child {
  border-radius: 10px 10px 0 0;
}
.l-eth__box__item:last-child {
  border-bottom: 1px solid #D9D9D9;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 961px) {
  .l-eth__box__item {
    padding: 12px 20px 12px 12px;
  }
}
.l-eth__box__item img {
  width: 80px;
}
.l-eth__box__item p {
  margin: -10px 0 0;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-size: clamp(20px, 3vw, 28px);
  line-height: 1;
}
.l-eth__box__item button {
  margin-left: auto;
  padding: 6px 24px 10px;
  background: #FFFF00;
  color: #000000;
  text-decoration: none;
  font-size: 22px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  display: flex;
  align-items: center;
  border: 3px solid #000000;
  border-radius: 100px;
}
@media screen and (max-width: 961px) {
  .l-eth__box__item button {
    padding: 6px 10px 10px;
    font-size: 16px;
    border: 2px solid #000000;
  }
}

.openTypeform {
  cursor: pointer;
  transition: all 0.4s;
}
.openTypeform:hover {
  background: #ffffb3;
}

.InputField-sc-__sc-26uh88-0 {
  display: none !important;
}

.c-button {
  padding: 14px;
  text-decoration: none;
  font-weight: 900;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #FFFF00;
  color: #000000;
  border: 5px solid #000000;
  border-radius: 100px;
  box-shadow: 0px 7px 0px 1px #000000;
}
@media screen and (max-width: 961px) {
  .c-button {
    font-size: 14px;
    border: 3px solid #000000;
    box-shadow: 0px 5px 0px 1px #000000;
  }
}
.c-button:hover {
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .c-button:hover {
    opacity: 1;
  }
}
.c-button--back {
  margin: clamp(60px, 6vw, 80px) auto 0;
  padding: 8px;
  text-decoration: none;
  font-weight: 900;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #FFFF00;
  color: #000000;
  border: 3px solid #000000;
  box-shadow: 0px 4px 0px 1px #000000;
  font-size: clamp(16px, 2vw, 22px);
  max-width: 300px;
}
@media screen and (min-width: 600px) {
  .c-button--back:hover {
    box-shadow: 0px 0px 0px 0px #000000;
    opacity: 1;
    transform: translateY(4px);
  }
}
.c-button--connect {
  padding: 8px;
  text-decoration: none;
  font-weight: 900;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #FFFF00;
  color: #000000;
  border: 3px solid #000000;
  box-shadow: 0px 4px 0px 1px #000000;
}
@media screen and (min-width: 600px) {
  .c-button--connect:hover {
    box-shadow: 0px 0px 0px 0px #000000;
    opacity: 1;
    transform: translateY(4px);
  }
}
.c-button--power {
  width: 42px;
  height: 42px;
  text-decoration: none;
  font-weight: 900;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #000000;
}
.c-button--power img {
  width: 20px;
}
@media screen and (min-width: 600px) {
  .c-button--power:hover {
    opacity: 1;
    background: #666;
  }
}
.c-button--select {
  padding: 16px;
  background: url(/assets/images/ic_arrowbottom.png) no-repeat center right 16px/10px #000000;
  color: #FFFF00;
  border-radius: 5px;
  text-decoration: none;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .c-button--select:hover {
    opacity: 1;
    background: url(/assets/images/ic_arrowbottom.png) no-repeat center right 16px/10px #666;
  }
}

@keyframes bounceInWithDelay {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  5% {
    opacity: 1;
    transform: scale(1.05);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    opacity: 1;
    transform: scale(1.02);
  }
  20% {
    transform: scale(0.98);
  }
  25% {
    opacity: 1;
    transform: scale(1);
  }
}
.infinite-bounce-pause {
  animation: bounceInWithDelay 3s ease infinite; /* アニメーション全体を4秒に */
}

.p-top .p-kv {
  padding: clamp(20px, 2vw, 30px) clamp(20px, 2vw, 40px) clamp(40px, 6vw, 70px);
  background: #FFFF00;
  text-align: center;
}
.p-top .p-kv h2 {
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(38px, 8vw, 80px);
}
.p-top .p-kv p {
  margin: 0;
  font-size: clamp(16px, 2vw, 22px);
  text-align: center;
}
.p-top .p-kv ul {
  margin: 50px auto 0;
  max-width: 1200px;
  display: flex;
  align-items: center;
  gap: 26px;
}
.p-top .p-kv ul li {
  padding: 14px 0;
  background: #e8e81f;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top .p-kv ul li img {
  width: 90%;
}
@media screen and (max-width: 961px) {
  .p-top .p-kv ul {
    margin: 30px auto 0;
    flex-direction: column;
    gap: 10px;
  }
  .p-top .p-kv ul li {
    padding: 10px 0;
    width: 100%;
  }
  .p-top .p-kv ul li img {
    max-width: 400px;
    width: 50%;
  }
}
.p-top .p-charge {
  padding: clamp(20px, 2vw, 20px) clamp(20px, 2vw, 40px) clamp(40px, 5vw, 50px);
  background: #EEEEEE;
  text-align: center;
}
.p-top .p-charge h3 {
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(24px, 3vw, 32px);
}
.p-top .p-charge p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.p-top .p-charge .c-button {
  margin: clamp(20px, 2vw, 26px) auto 0;
  padding: 20px;
  font-size: clamp(38px, 5vw, 58px);
  font-family: "Zen Maru Gothic", serif;
  gap: 10px;
  line-height: 1;
  max-width: 800px;
}
.p-top .p-charge .c-button div {
  margin: -10px 0 0;
}
@media screen and (max-width: 961px) {
  .p-top .p-charge .c-button div {
    margin: -5px 0 0;
  }
}
.p-top .p-charge .c-button span {
  font-size: clamp(22px, 2vw, 36px);
}
.p-top .p-flow {
  padding-top: 10px;
}
.p-top .p-flow dl {
  padding-bottom: clamp(14px, 2.4vw, 26px);
  border-bottom: 1px solid #D9D9D9;
}
.p-top .p-flow dl dt {
  margin-top: clamp(10px, 2vw, 20px);
  padding-top: clamp(5px, 1.6vw, 16px);
  font-size: clamp(18px, 1.8vw, 36px);
  border-top: 1px solid #D9D9D9;
}

.p-mypage .p-amount {
  padding: clamp(20px, 2vw, 30px) clamp(20px, 2vw, 40px) clamp(30px, 6vw, 50px);
  background: #FFFF00;
  text-align: center;
}
.p-mypage .p-amount h2 {
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(24px, 3vw, 32px);
}
.p-mypage .p-amount__inner {
  margin: 20px auto 0;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: #E8E81F;
  border-radius: 5px;
  max-width: 940px;
}
.p-mypage .p-amount__inner p {
  margin: -18px 0 0;
  font-weight: 900;
  font-size: clamp(38px, 8vw, 80px);
  font-family: "Zen Maru Gothic", serif;
}
@media screen and (max-width: 961px) {
  .p-mypage .p-amount__inner p {
    margin: -6px 0 0;
  }
}
.p-mypage .p-amount__inner span {
  font-size: clamp(24px, 3vw, 32px);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
}
.p-mypage .l-content {
  max-width: 1000px;
}
.p-mypage .p-history {
  margin: 30px auto 0;
  width: 100%;
  border-top: 1px solid #D9D9D9;
  border-collapse: separate;
  border-spacing: 0px 6px;
}
@media screen and (max-width: 961px) {
  .p-mypage .p-history {
    font-size: 12px;
  }
}
.p-mypage .p-history tr {
  margin: 6px 0;
  background: #F5F5F5;
}
.p-mypage .p-history tr:first-child {
  background: none;
}
.p-mypage .p-history th {
  padding: 16px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
}
.p-mypage .p-history th:last-child {
  text-align: right;
}
.p-mypage .p-history td {
  padding: 16px;
}
.p-mypage .p-history td:last-child {
  text-align: right;
}
.p-mypage .p-history td .p-history__wallet {
  padding-right: 20px;
  background: url(/assets/images/ic_blank.png) no-repeat center right/12px auto;
}

a {
  transition: all 0.4s;
  color: #0099FF;
  text-decoration: underline;
}
a:hover, a:active {
  opacity: 0.5;
}
@media screen and (max-width: 863px) {
  a:hover, a:active {
    opacity: 1 !important;
  }
}
a button:hover, a button:active {
  opacity: 0.5;
}
@media screen and (max-width: 863px) {
  a button:hover, a button:active {
    opacity: 1 !important;
  }
}

a img {
  transition: all 0.4s;
}

@media screen and (min-width: 600px) {
  .br-pc::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (max-width: 1221px) {
  .br-sp::before {
    content: "\a";
    white-space: pre;
  }
}

.txt-l {
  text-align: left;
}

.txt-c {
  text-align: center;
}

.txt-r {
  text-align: right;
}

.hidden {
  display: none;
}

.txt-sm {
  font-size: 0.8rem;
}

.txt-attention {
  color: #D41A1B;
}

.txt-bold {
  font-weight: bold;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.modal.hidden {
  display: none;
}
.modal .modal-content {
  background: white;
  padding: 40px;
  max-width: 400px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.modal .modal-content p {
  margin: 0;
  text-align: center;
}
.modal .fade-in {
  opacity: 1;
  transform: scale(1);
}
.modal .modal-actions {
  margin: 24px auto 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.modal .modal-cancel, .modal .modal-confirm {
  padding: 8px 12px 12px;
  max-width: 140px;
  width: 100%;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  border-radius: 100px;
  font-weight: 900 !important;
  font-family: "Zen Maru Gothic", serif !important;
  border: 3px solid #000;
  letter-spacing: 0;
}
.modal #modalMessage {
  margin: 0;
}
.modal #modalMessage li {
  margin: 10px 0 0;
  padding: 0 0 0 30px;
  background: url(/assets/images/obj_check.png) no-repeat left top 2px/21px auto;
  line-height: 1.4;
}
.modal #modalMessage li:first-child {
  margin: 0;
}
.modal .modal-cancel {
  background: #ccc;
}
.modal .modal-confirm {
  background: #FFFF00;
}

.c-maint-modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9998;
}

.c-maint-modal {
  position: fixed;
  inset: 0;
  /* 中央寄せ用。jQueryのfadeInでblockにされないようJSでdisplay:flexを直接指定します */
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  /* 透明コンテナがクリックを奪わないように */
  pointer-events: none;
}

.c-maint-modal__card {
  position: relative;
  pointer-events: auto; /* カードだけ操作可能に */
  width: min(92vw, 560px);
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  padding: 24px 20px 16px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.c-maint-modal__title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
}

.c-maint-modal__body {
  font-size: 15px;
  line-height: 1.65;
  color: #222;
  margin: 0 0 16px;
}

.c-maint-modal__footer {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.c-maint-modal__btn {
  border: 0;
  border-radius: 10px;
  padding: 10px 14px;
  cursor: pointer;
  background: #111;
  color: #fff;
  font-weight: 600;
}

.c-maint-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  .c-maint-modal__card {
    animation: modalPop 0.18s ease-out;
  }
  @keyframes modalPop {
    from {
      transform: translateY(6px);
      opacity: 0;
    }
    to {
      transform: none;
      opacity: 1;
    }
  }
}