@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  font-size: 62.5%;
  width: 100%;
}

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

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

body {
  background-color:#fff;
  color: #0F0F0F;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}

main {
  display: block;
  width: 100%;
  z-index: 1;
  overflow-x: hidden;
}

ul,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color:#0F0F0F;
  transition: opacity .6s ease;
}
a:hover{
  opacity: 0.7;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.en{
   font-family: "Montserrat", sans-serif;
}
.sp-only {
  display: none;
}
/* header --------------------------------------------*/
.header {
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 999px;
  padding:1.5rem 3rem 1.5rem 1.8rem;
  max-width: 471px;
  margin:0 0 0 auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.page-width {
  margin: 0 auto;
  max-width: 1780px;
  width:92.7%;
}
.header-logo {
  max-width: 172px;
  width: 100%;
}
.header-logo a{
  display: block;
}
.header-logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-txt{
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
.header-nav{
  position: relative;
}
.item-parent{
  position: relative;
}
.link-parent{
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  padding-left: 1rem;
  padding-right:1.3rem;
  display: inline-block;
  position: relative;
  cursor: pointer;
  touch-action: manipulation;
}
.link-parent:focus-visible {
  outline: 2px solid #0f0f0f;
  outline-offset: 4px;
}
  .nav-arrow:after {
content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 2px #0f0f0f;
  border-right: solid 2px #0f0f0f;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  }
  .item-parent:hover .nav-arrow:after,
  .item-parent.is-open .nav-arrow:after {
    border-top: solid 2px #0f0f0f;
  border-bottom:none;
  border-right: solid 2px #0f0f0f;
  transform: rotate(-45deg);
  }
.dropdown-wrapper {
  display: block !important;
  position: absolute;
  top: calc(100% - 10px);
  left:0;
  z-index: 20;
  width: calc(100vw - 40px);
  max-width: 130px;
  height: auto;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.dropdown-wrapper.show {
  top: 100%;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: ease-out, 0.4s ease-out, opacity 0.4s ease-out;
}
.dropdown-inner {
  padding: 1.3rem 2rem;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
}
.dropdown-list {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.dropdown-item a,
.dropdown-item button {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  touch-action: manipulation;
}
.dropdown-item button {
  width: 100%;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}
/* kv -------------------------------------------------*/
.kv {
  position: relative;
  background-image: url(../images/kv-back.jpg);
  background-position: center;
  background-repeat:no-repeat ;
  background-size: cover;
}
.kv-flex{
  display: flex;
  align-items: center;
  height: 100vh;
  min-height: 860px;
}
.kv-info {
  width:41.1%;
}
.kv-ttl {
  font-size: clamp(2.4rem, 3.125vw, 6rem);
  font-weight: 500;
  line-height: 1.41;
  margin-bottom:3rem;
}
.kv-point{
  display: flex;
  flex-wrap: wrap;
  gap:1.7rem;
  margin-top: 6.5rem;
  max-width: 583px;
}
.kv-point-item{
  width:calc((100% - 1.7rem)/2);
  background-color: #DD4430;
  border-radius: 40px 0 40px 0;
  padding:1.8rem 2.8rem;
}
.kv-point-item:nth-child(2),
.kv-point-item:nth-child(3){
    border-radius: 0 40px 0 40px;
}
.kv-point-main{
  color: #fff;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.3;
}
.kv-point-main.en{
  font-size: 3.1rem;
  font-weight: 600;
}
.kv-point-sub{
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
}
.kv-img{
  width:58.9%;
}
.kv-slider{
  position: relative;
  width: 100%;
  aspect-ratio: 1629 / 1401;
  overflow: hidden;
}
.kv-slider-img{
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.5s ease;
  pointer-events: none;
}
.kv-slider-img.is-active{
  opacity: 1;
}
/*  about-------------------------------------------------*/
.about{
  padding:11.7rem 0  45.7rem;
    position: relative;
  background-image: url(../images/about-back.jpg);
  background-position: center;
  background-repeat:no-repeat ;
  background-size: cover;
}
.about-ttl{
  font-size: 11.9rem;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  color:#DD4430;
}
.about-ttl span{
font-weight: 500;
}
.about-flex{
  display: flex;
  gap:3.2%;
  margin-top: 12.7rem;
    position: relative;
}
.about-info{
  width:45.1%;
}
.ttl-flex{
  display: flex;
}
.ttl-sub{
  font-size: 2.2rem;
  font-weight: 500;
  width:212px;
}
.ttl-main{
  width: calc(100% - 212px);
  max-width: 590px;
}
.section-ttl{
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 4rem;
}
.white{
  color:#fff;
}
.about-img{
  width: 51.7%;
  position: relative;
}
.parallax{
  position: absolute;
  will-change: transform;
}
.parallax img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-img-01{
  top:0;
  z-index: 1;
  max-width: 879px;
}
.about-img-02{
  top:-30%;
  right:20%;
  z-index: 2;
  max-width: 241px;
}
.about-img-03{
  bottom:-100px;
  right:-3%;
  z-index: 3;
  max-width: 246px;
}
/*  why-------------------------------------------------*/
.why-img{
  width: 51.7%;
  display: flex;
  gap:1rem;
  margin-right: calc(50% - 50vw);
  flex: 1;
}
.why-img-inner{
  width: calc((100% - 2rem)/3);
}
.why-img-inner img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fadein{
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.5s ease-out, transform 1s ease-out;
  transition-delay: calc(var(--delay) * 0.5s);
}

.fadein.visible {
  opacity: 1;
  transform: translateY(0);
}
/*  feature-------------------------------------------------*/
.feature{
  padding-top: 21rem;
}
.feature-flex{
  display: flex;
  position:relative;
}
.feature-flex:before{
 content: "";
    display: inline-block;
    width: 370px;
    height: 370px;
    background-image: url('../images/feature.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 1;
}
.feature-item{
  width:50%;
  position:relative;
}
.feature-left{
  background-color: #F3E9DD;
  border-radius: 0 999px 999px 0;
    padding:12.7rem  20.9rem 12.7rem 0;
}
.feature-right{
  background-color: #FAD2CA;
  border-radius: 999px 0 0 999px;
  padding:12.7rem  0 12.7rem 20.9rem;
}
.feature-item:before{
position: absolute;
content: "";
width: 50vw;
height: 100%;
top: 50%;
transform: translateY(-50%);
z-index: -1;
}
.feature-left:before{
left: -50vw;
background-color:#F3E9DD;
}
.feature-right:before{
right: -50vw;
  background-color: #FAD2CA;
}
/*  cta-------------------------------------------------*/
.cta{
  margin-top: 15rem;
    padding:7.2rem 0 ;
    position: relative;
  background-image: url(../images/cta-back.jpg);
  background-position: center;
  background-repeat:no-repeat ;
  background-size: cover;
}
.cta-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cta-left{
  display: flex;
  align-items: center;
  gap:4rem;
}
.btn{
  background-color: rgba(0, 0, 0, 0.22);
  border: 3px solid #fff;
  border-radius: 17px;
  font-size: 3.7rem;
  font-weight: 700;
  line-height: 1;
  color:#fff;
  display: inline-block;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  padding:3.4rem 11.1rem 3.4rem 9.2rem;
  position: relative;
}
.btn:before{
   content: "";
    display: inline-block;
        background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.coin-btn:before{
    width: 41px;
    height: 41px;
    background-image: url('../images/icon-coin.svg');
    left: 32px;
}
.btn:after{
   content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url('../images/icon-arrow.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position:absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
    z-index: 1;
}
.coin-btn{
  width: 427px;
  height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding:0 0 0 10rem;
}
.coin-btn span{
  display: block;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5;
}

.exchange-txt{
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.4rem;
  line-height: 1.5;
}
.exchange-list{
  display: flex;
  flex-wrap: wrap;
  gap:1.4rem 1.6rem;
}
.exchange-item{
  width: 152px;
}
.exchange-item img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cta-right{
  display: flex;
  gap:2.7rem;
  align-items: center;
}
.rate-left{
  display: flex;
  flex-direction: column;
}
.rate-head{
  font-size: 3.2rem;
  font-weight: 500;
 line-height: 1.34;
 white-space: nowrap;
}
.rate-txt{
    font-size: 4.9rem;
  font-weight: 500;
  line-height: 1.34;
  white-space: nowrap;
}
.rate-right{
  font-size: 21.4rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
.rate-right .small{
  font-size: 14.9rem;
  font-weight: 500;
  line-height: 1;
}
.rate-right .smaller{
  font-size: 4.3rem;
  font-weight: 500;
  line-height: 1;
  display: block;
}
/*  preorder-------------------------------------------------*/
.preorder{
  padding-top: 12.5rem;
}
.pre-flex{
  display: flex;
  max-width: 1592px;
  margin: 0 auto;
  align-items: center;
  gap:5.6%;
}
.pre-info{
  width:37.1%;
}
.pre-img{
  width:57.3%;
}
.benefit-ttl{
  margin: 4rem 0 2rem;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.34;
}
.benefit-list{
  display: flex;
  flex-direction: column;
  gap:0.7rem;
}
.benefit-item{
  border:2px solid #B81A37;
  color:#B81A37;
  font-size: 2.2rem;
  font-weight: 500;
  padding:1.5rem 2.4rem;
  line-height: 1.34;
}
.pre-btn-block{
  margin: 4.5rem auto 0;
}
.pre-btn{
  width: 288px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  background-color: #DD4430;
  padding:0;
  margin:0 auto;
}
/*  structure-------------------------------------------------*/
.structure{
    margin-top: 19.5rem;
    padding:15.7rem 0 12rem;
    position: relative;
  background-image: url(../images/structure-back.jpg);
  background-position: center;
  background-repeat:no-repeat ;
  background-size: cover;
}
.structure-info{
  display: flex;
}
.structure-info .ttl-flex{
  width: 51.7%;
}
.structure-info .ttl-flex .ttl-main{
  max-width: none;
}
.structure-info .ttl-flex .ttl-main .section-ttl{
  margin-bottom: 1.4rem;
}
.mt-60{
  margin-top:6rem;
}
.structure-img{
  width: 48.3%;
  text-align: center;
}
.structure-img img{
  max-width: 379px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.structure-flex{
  display: flex;
  gap:3.3%;
  margin-top: 11.1rem;
}

.structure-item{
  width:calc((100% - 6.6%)/3);
  background-color: #fff;
  padding:6.7rem 6.8rem 8.2rem ;
  border-radius: 100px 0 100px 0;
}
.structure-item:nth-child(2n){
border-radius: 0 100px 0 100px;
}
.structure-head{
  font-size: 2.2rem;
  font-weight: 500;
  color: #DD4430;
}
.structure-ttl{
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.45;
  margin:1rem 0 2rem;
}
.structure-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 5.2rem;
}
.structure-table th,
.structure-table td {
    text-align: left;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    vertical-align: top;
  }
.structure-table th{
  width:120px;
  padding-right: 2rem;
}
.structure-table td{
  width:calc(100% - 120px);
}
.structure-btn{
  margin-top: 5.2rem;
  text-align: center;
}
.mail-btn{
  font-size: 1.9rem;
  padding:2.5rem 0 2.5rem 6.1rem;
  max-width: 275px;
  width: 100%;
  text-align: left;
}
.mail-btn:before{
    width: 27px;
    height: 27px;
    background-image: url('../images/icon-mail.svg');
    left: 20px;
}
/*  support-------------------------------------------------*/
.support{
  padding:13.4rem 0 23.6rem;
}
.support-card{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:4rem;
  padding:5.8rem 6rem;
  border-radius: 80px 0 80px 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,244,241,0.94));
  box-shadow: 0px 18px 40px rgba(118, 14, 31, 0.12);
}
.support-copy{
  max-width: 720px;
}
.support-copy .section-ttl{
  margin-bottom: 2rem;
}
.support-actions{
  width: 100%;
  max-width: 360px;
}
.support-cta-btn{
  width:100%;
  min-height: 88px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:2.1rem 4.8rem 2.1rem 6.2rem;
  text-align:center;
  font-size:2.2rem;
  line-height:1.15;
  border-width:2px;
  border-radius:24px;
  color:#B81A37;
  background: linear-gradient(180deg, #fff 0%, #fff4ef 100%);
  border-color:#B81A37;
  box-shadow: 0px 14px 30px rgba(184, 26, 55, 0.15);
}
.support-cta-btn:before{
    width: 24px;
    height: 24px;
    background-image: url('../images/icon-support.svg');
    left: 22px;
    filter: brightness(0) saturate(100%) invert(18%) sepia(81%) saturate(3148%) hue-rotate(338deg) brightness(83%) contrast(94%);
}
.support-cta-btn:after{
    filter: brightness(0) saturate(100%) invert(18%) sepia(81%) saturate(3148%) hue-rotate(338deg) brightness(83%) contrast(94%);
    right: 20px;
}
.support-cta-btn.is-disabled{
  opacity: 1;
  cursor: not-allowed;
}
.support-note{
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.7;
  color:#7A4852;
}
.support-faq{
  margin-top: 9.2rem;
}
.support-faq .section-ttl{
  margin-bottom: 0;
}
/*  faq-------------------------------------------------*/
.page-width-narrow{
max-width: 1281px;
}
.faq-list{
  margin-top: 4.9rem;
  display: flex;
  flex-direction: column;
  gap:9rem;
}
.q-txt{
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.45;
  color:#B81A37;
  margin-bottom: 3rem;
}
/*  float-------------------------------------------------*/
.float{
position: fixed;
    bottom: 1.7rem;
    right: 1.3rem;
    z-index: 999;
}
.float-flex{
  display: flex;
  gap:2rem;
  align-items: stretch;
}
.float-btn{
  font-size: 1.9rem;
  padding:0 0 0 6.1rem;
  width:275px;
  height:74px;
  width: 275px;
  display: flex;
  flex-direction: column;

  justify-content: center;
}
.support-btn{
  width: 148px;
  padding:0 3.8rem 0 4.8rem;
  font-size: 1.25rem;
  font-weight: 700;
  color:#B81A37;
  background-color:rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0px 0px 14px rgba(118, 14, 31, 0.16);
}
.buy-btn{
  background-color: rgba(255, 29, 0, 0.45);
  font-size: 2.4rem;
  font-weight: 700;
}
.buy-btn span{
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.support-btn:before{
    width: 24px;
    height: 24px;
    background-image: url('../images/icon-support.svg');
    left: 20px;
    filter: brightness(0) saturate(100%) invert(18%) sepia(81%) saturate(3148%) hue-rotate(338deg) brightness(83%) contrast(94%);
}
.support-btn:after{
    filter: brightness(0) saturate(100%) invert(18%) sepia(81%) saturate(3148%) hue-rotate(338deg) brightness(83%) contrast(94%);
    right: 14px;
}
.buy-btn:before{
    width: 24px;
    height: 24px;
    background-image: url('../images/icon-coin.svg');
    left: 21px;
}
.float-btn:after{
    right: 16px;
}
/*  footer-------------------------------------------------*/
.footer {
  background-color:#B81A37;
  padding: 5.2rem 0 2.9rem;
}
.footer-flex{
  display: flex;
  justify-content: space-between;
}
.footer-logo{
  max-width: 357px;
}
.footer-logo a{
  display: block;
}
.footer-logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-link{
  display: flex;
  flex-wrap: wrap;
  max-width: 395px;
  gap:1.2rem 0;
}
.footer-link a{
  color:#fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  width:50%;
}
.footer-copy {
  margin-top: 7.5rem;
  font-size: 1.4rem;
  font-weight: 400;
  color:#fff;
  text-align: center;
}
/*  sp-------------------------------------------------*/
@media screen and (max-width: 1500px) {
  .kv-point{
  margin-top: 3rem;
}
.kv-point-main{
  font-size: 1.8rem;
}
.kv-point-main.en{
  font-size: 2rem;
}
.kv-point-sub{
  font-size: 1.4rem;
}
.about-ttl{
  font-size: 10rem;
}
.ttl-flex{
  flex-direction: column;
}
.ttl-sub{
  width:auto;
}
.ttl-main{
  width: 100%;
  max-width:none;
}
.cta-left{
  flex-direction: column;
}
}
@media screen and (max-width: 959px) {
  body {
    font-size: 1.2rem;
  }

  .pc-only {
    display: none!important;
  }

  .sp-only {
    display: block;
  }
/* header --------------------------------------------*/
.header {
  top: 20px;
}

.header-inner {
  padding:1rem 1.7rem 1rem 1.2rem;
  max-width: none;
}
.page-width {
  width:100%;
  padding:0 20px;
}
.header-logo {
  max-width: 119px;
}
.header-txt{
  font-size: 1.2rem;
}
.link-parent{
  font-size: 1.4rem;
}
  .nav-arrow:after {
  width: 7px;
  height: 7px;
  }
  .dropdown-wrapper {
  left:auto;
  right:-30px;
}
/* kv -------------------------------------------------*/
.kv-flex{
  flex-direction: column;
  padding: 9.1rem 0 5.8rem;
  height: auto;
  min-height: auto;
}
.kv-info {
  width:100%;
}
.kv-ttl {
  font-size: 2.6rem;
  margin-bottom:0.9rem;
}
.kv-point{
  gap:0.9rem;
  margin-top: 2rem;
}
.kv-point-item{
  width:calc((100% - 0.9rem)/2);
  padding:1rem 1.7rem;
}
.kv-point-main{
  font-size: 1.5rem;
}
.kv-point-main.en{
  font-size: 1.7rem;
}
.kv-point-sub{
  font-size: 1rem;
}
.kv-img{
  width:calc(100% + 40px);
}
.kv-slider{
  aspect-ratio: 1629 / 1401;
}
/*  about-------------------------------------------------*/
.about{
  padding:5rem 0  36.8rem;
}
.about-ttl{
  font-size: 4rem;
}
.about-flex{
  flex-direction: column;
  gap:5.5rem;
  margin-top: 5.5rem;
}
.about-info{
  width:100%;
}
.ttl-sub{
  font-size: 1.2rem;
}
.section-ttl{
  font-size: 2.6rem;
  margin-bottom: 1.4rem;
}
.about-img{
  width: 100%;
}
.parallax{
  position: absolute;
  will-change: transform;
}
.parallax img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-img-01{
  top:0;
  left:-30px;
  min-width: 349px;
  width: 57.9%;
}
.about-img-02{
  top:-50px;
  right:20%;
  min-width: 96px;
  width: 28.65%;
}
.about-img-03{
  bottom:-250px;
  right:-30px;
  width: 29.55%;
  min-width: 133px;
}
/*  why-------------------------------------------------*/
.why-img{
  width: 100%;
  gap:0.3rem;
  margin-right:0;
}
.why-img-inner{
  width: calc((100% - 0.6rem)/3);
}

/*  feature-------------------------------------------------*/
.feature{
  padding-top:6.2rem;
}
.feature-flex{
  flex-direction: column;
  align-items: center;
}
.feature-flex:before{
    width: 152px;
    height: 152px;
}
.feature-item{
  width:calc(100% + 40px);
}
.feature-left,
.feature-right{
  padding:8.3rem 4.5rem;
}
/*  cta-------------------------------------------------*/
.cta{
  margin-top: 5rem;
    padding:5.6rem 0 6.4rem;
}
.cta-flex{
  flex-direction: column;
  gap:6rem;
}

.btn{
  font-size: 2.6rem;
  border: 2px solid #fff;
}
.coin-btn:before{
    width: 30px;
    height: 30px;
    left: 19px;
}
.coin-btn:after{
    width: 12px;
    height: 12px;
    right: 19px;
}
.coin-btn{
  width: 265px;
  height: 84px;
  padding:0 0 0 6.1rem;
}
.coin-btn span{
  font-size: 1.5rem;
}
.exchange-txt{
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}
.exchange-list{
  gap:1.2rem 1.1rem;
}
.exchange-item{
  width: 104px;
}
.cta-right{
  gap:2rem;
}
.rate-head{
  font-size: 1.9rem;
}
.rate-txt{
    font-size: 2.9rem;
}
.rate-right{
  font-size: 12.9rem;
}
.rate-right .small{
  font-size: 9rem;
}
.rate-right .smaller{
  font-size: 2.6rem;
}
/*  preorder-------------------------------------------------*/
.preorder{
  padding-top: 5.9rem;
}
.pre-flex{
  flex-direction: column;
  gap:0.8rem;
}
.pre-info{
  width:100%;
}
.pre-img{
  width:100%;
}
.benefit-ttl{
  margin: 3rem 0 0.8rem;
  font-size: 1.4rem;
}
.benefit-list{
  gap:0.5rem;
}
.benefit-item{
  font-size: 1.7rem;
  padding:1.2rem 1.9rem;
}
.pre-btn-block{
  margin: 2.2rem auto 0;
}
.pre-btn{
  width: 236px;
  height: 61px;
  font-size: 1.9rem;
}
.pre-btn:after {
  right:13px;
}
/*  structure-------------------------------------------------*/
.structure{
    margin-top: 6rem;
    padding:6rem 0 6.7rem;
}
.structure-info{
  flex-direction: column;
  gap:3.6rem;
}
.structure-info .ttl-flex{
  width: 100%;
}
.structure-info .ttl-flex .ttl-main{
  max-width: none;
}
.structure-info .ttl-flex .ttl-main .section-ttl{
  margin-bottom: 1rem;
}
.mt-60{
  margin-top:3.6rem;
}
.structure-img{
  width: 100%;
}
.structure-img img{
  max-width: 167px;
}
.structure-flex{
  flex-direction: column;
  gap:2rem;
  margin-top: 4.5rem;
}
.structure-item{
  width:100%;
  padding:4.8rem 3.2rem;
}
.structure-head{
  font-size: 1.2rem;
}
.structure-ttl{
  font-size: 2.6rem;
  margin:0.6rem 0 1rem;
}
.structure-table {
    margin-top: 2rem;
}
.structure-table th,
.structure-table td {
    font-size: 1.2rem;
  }
.structure-table th{
  width:85px;
  padding-right: 1.3rem;
}
.structure-btn{
  margin-top: 3.8rem;
}
.mail-btn{
  font-size: 1.9rem;
  padding:2rem 5.7rem 2rem 5.4rem;
}
/*  support-------------------------------------------------*/
.support{
  padding:9.9rem 0 12.5rem;
}
.support-card{
  flex-direction: column;
  align-items: stretch;
  gap:2.8rem;
  padding:3.6rem 3.2rem;
  border-radius: 44px 0 44px 0;
}
.support-copy{
  max-width:none;
}
.support-copy .section-ttl{
  margin-bottom: 1rem;
}
.support-actions{
  max-width:none;
}
.support-cta-btn{
  min-height: 62px;
  padding:1.6rem 4rem 1.6rem 5rem;
  font-size: 1.35rem;
  border-radius:18px;
}
.support-cta-btn:before{
    width: 17px;
    height: 17px;
    left: 16px;
}
.support-cta-btn:after{
    right: 14px;
}
.support-note{
  margin-top: 1rem;
  font-size: 1.2rem;
}
.support-faq{
  margin-top: 5.4rem;
}
/*  faq-------------------------------------------------*/
.faq-list{
  margin-top: 2.4rem;
  gap:4rem;
}
.q-txt{
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
/*  float-------------------------------------------------*/
.float{
    bottom: 1.7rem;
    left: 50%;
    right:auto;
    transform:translateX(-50%);
    width: 100%;
    padding:0 20px;
}
.float-flex{
  width: 100%;
  gap:2.7%;
}
.support-btn{
  width:30%;
  height: 68px;
  font-size: 1.05rem;
  padding:0 2.8rem 0 3.2rem;
}
.buy-btn{
  width:67.3%;
  font-size: 1.8rem;
  padding:0 0 0 4rem;
  height: 68px;
}
.buy-btn span{
  font-size: 1rem;
}
.support-btn:before{
    width: 15px;
    height: 15px;
    left: 16px;
}
.support-btn:after{
    right: 11px;
}
.buy-btn:before{
    width: 19px;
    height: 19px;
    left: 13px;
}
.float-btn:after{
    right: 13px;
}
/*  footer-------------------------------------------------*/
.footer {
  padding: 3.7rem 0 1.6rem;
}
.footer-flex{
  flex-direction: column;
  gap:3.8rem;
  align-items: center;
}
.footer-logo{
  max-width: 192px;
}
.footer-link{
  gap:0.7rem 0;
}
.footer-link a{
  font-size: 1.2rem;
}
.footer-copy {
  margin-top: 6.4rem;
  font-size: 1.2rem;
}
}
