@charset "UTF-8";

.usdc-bg-blue {
  background-color: #5280F6;
}

.usdc-bg-blue2 {
  background-color: #0D9DDD;
}

.usdc-bg-blue3 {
  background-color: #1550AC;
}

.usdc-bg-purple {
  background-color: #8C4FD5;
}

.content-count {
  counter-reset: content-counter;
}

.content-increment {
  counter-increment: content-counter;
}

.l-usdc {
  padding-top: 70px;
  padding-bottom: 100px;
  color: #333333;
}

.usdc_page.usdc_subpage .page_banner {
  display: none;
}

.usdc_page.usdc_subpage .main_body .main_body_wrapper {
  overflow: clip;
}

.noscript {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  padding: 1em;
  border: 3px solid red;
}

.noscript span {
  color: red;
}

.usdc-heading-1 {
  position: relative;
  width: 100%;
  margin: 0 auto 26px;
  text-align: center;
  font: normal normal bold 30px/36px Noto Sans CJK JP;
  letter-spacing: 0px;
  color: #FFFFFF;
  z-index: 1;
}

.usdc-heading-1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 17px;
  bottom: -12%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #005ced;
  z-index: -1;
}

#how-to-buy {
  .usdc-heading-1::after {
    background-color: #0085C1;
  }
}

#lending {
  .usdc-heading-1::after {
    background-color: #003688;
  }
}

#faq {
  .usdc-heading-1::after {
    background-color: #6C26BF;
  }
}

.usdc-heading-1--white {
  color: #FFFFFF;
}

.usdc-heading-1--mbxl {
  margin-bottom: 65px;
}

.usdc-heading-1--mblg {
  margin-bottom: 50px;
}

.usdc-heading-1--mbmd {
  margin-bottom: 30px;
}

.usdc-heading-2 {
  margin-bottom: 20px;
  text-align: center;
  color: #5B75D9;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}

.usdc-bg-blue--icon::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 276px;
  height: 265px;
  margin-left: 50px;
  background: url(/assets/images/usdc/bg_coin.svg) no-repeat center center/contain;
}

.usdc-bg-tab1 {
  background: url(/assets/images/usdc/bg_tab1_sp.png) no-repeat center center/cover;
}

.usdc-bg-tab2 {
  background: url(/assets/images/usdc/bg_tab2_sp.png) no-repeat center center/cover;
}

.usdc-bg-tab3 {
  background: url(/assets/images/usdc/bg_tab3_sp.png) no-repeat center center/cover;
  background-position-y: -100px;
}

.usdc-bg-tab4 {
  background: url(/assets/images/usdc/bg_tab4_sp.png) no-repeat;
  background-size: cover;
  background-position-y: 0px;
}

.usdc-bg-gray {
  background: #F5F6F8;
}

.usdc-section {
  overflow: hidden;
  position: relative;
  padding: 65px 0;
}

.usdc-intro-text p {
  font-size: 18px;
  line-height: 1.6666;
}

.usdc-mv {
  padding: 78px 0 28px;
  background: url(/assets/images/usdc/bg_mv_sp.png) no-repeat center center/cover;
}

.usdc-mv-main {
  position: relative;
  margin-bottom: 75px;
  color: #FFFFFF;
}

.usdc-mv-main__main {
  position: relative;
  width: 100%;
}

.usdc-mv-main__main img {
  display: block;
  width: 108%;
  margin-left: -4%;
  margin-right: -4%;
}

.usdc-mv-main__image {
  width: 223px;
  height: auto;
  margin: 0 auto;
}

.usdc-mv-main__image img {
  display: block;
  width: 100%;
}

.usdc-mv-main__notice {
  position: absolute;
  width: 100%;
  top: 98.5%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font: normal normal normal 14px/36px Noto Sans CJK JP;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.usdc-mv-news {
  position: relative;
  color: #FFFFFF;
}

.usdc-mv-news__heading {
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 1.4;
}

.usdc-mv-news__heading span {
  padding-bottom: 2px;
  border-bottom: 1px solid #FFFFFF;
}

.usdc-mv-news__items {
  list-style: none;
  padding: 0;
}

.usdc-mv-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 12px;
  font-size: 14px;
  line-height: 1.5;
}

.usdc-mv-news__item:not(:last-child) {
  margin-bottom: 16px;
}

.usdc-mv-news__date {
  display: block;
  width: 100%;
}

.usdc-mv-news__category {
  width: 98px;
  padding: 2px 7px;
  color: #1550AC;
  background: #FFFFFF;
  border-radius: 4px;
  font-size: 12px;
}

.usdc-mv-news__title {
  width: calc(100% - 98px - 12px);
  color: #FFFFFF;
}

.usdc-mv-news__title:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.banner-area {
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 50px;
}

.banner-area .banner {
  display: block;
  width: 85%;
  height: auto;
  max-width: 800px;
  min-width: 312px;
  margin: 0 auto;
}

.banner-area .banner img {
  width: 100%;
  height: auto;
}

/* tab */
.usdc-tab {
  width: 100%;
}

.usdc-tab__items {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0px;
  justify-content: center;

  .usdc-tab__item {
    width: calc(100% / 4);
    height: 60px;
  }

  button {
    width: 100%;
    height: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E8E8E8;
    padding: 0;
    text-align: center;
    font: normal normal bold 14px/16px Noto Sans CJK JP;
    letter-spacing: 0px;
    color: #5280F6;
  }

  button:focus {
    outline: none;
  }

  li button.is-active {
    border: none;
    color: #FFFFFF;
  }

  li:nth-of-type(1) button.is-active{
    background: #5280F6 0% 0% no-repeat padding-box;
  }

  li:nth-of-type(2) button.is-active{
    background: #0A9DDD 0% 0% no-repeat padding-box;
  }

  li:nth-of-type(3) button.is-active{
    background: #1550AC 0% 0% no-repeat padding-box;
  }

  li:nth-of-type(4) button.is-active{
    background: #8C4FD5 0% 0% no-repeat padding-box;
  }

}

.usdc-content-section:not(:last-of-type) {
  margin-bottom: 65px;
}

.usdc-intro {
  position: relative;
}

.usdc-intro__section {
  position: relative;
}

.usdc-intro__section:not(:last-child) {
  margin-bottom: 52px;
}

.usdc-intro__text p {
  text-align: left;
  font: normal normal normal 18px/30px Noto Sans CJK JP;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-bottom: 0px;
}

.usdc-intro__movie-wrapper {
  width: 100%;
  max-width: 750px;
  padding: 15px;
  background-color: #FFFFFF;
  margin: 0 auto;
  border-radius: 6px;
}

.usdc-intro__movie {
  max-width: 720px;
  position: relative;
}

.usdc-lending__movie-wrapper {
  width: 100%;
  max-width: 800px;
  padding: 10px;
  background-color: #FFFFFF;
  margin: 0 auto;
  border-radius: 6px;
  margin-bottom: 75px;
}

.usdc-lending__movie {
  max-width: 760px;
  position: relative;
}

.usdc-intro__movie::before,
.usdc-lending__movie::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.usdc-intro__movie iframe,
.usdc-lending__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.usdc-intro__movie img,
.usdc-lending__movie img {
  display: block;
  width: 100%;
}

.usdc-reason {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 30px;
}

.usdc-reason__section {
  min-height: 350px;
  padding: 20px 20px 16px;
  background: #FFFFFF;
  border-radius: 6px;
}

.usdc-reason__heading {
  margin-bottom: 30px;
  padding: 8px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  background: #04D58E;
  border-radius: 100px;
  color: #FFFFFF;
}

.usdc-reason__image {
  margin-bottom: 22px;
  text-align: center;
}

.usdc-reason__text p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}

.usdc_page.usdc_subpage .inner-wrapper {
  width: 100%;
  height: 100%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 6px;
  padding: 25px 30px;
}

.usdc-rate {
  margin-top: 48px;
  border-top: 1px solid #93A4E5;
}

.usdc-rate__item {
  padding: 18px 0;
  text-align: center;
  border-bottom: 1px solid #93A4E5;
}

.usdc-rate__value {
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  line-height: 1.1;
  font-weight: 300;
  color: #5B75D9;
}

.usdc-rate__value span {
  padding: 0 10px;
}

.usdc-rate__note {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.usdc-rate__note span {
  font-size: 14px;
}

.usdc-status-wrap {
  margin-top: 68px;
}

.usdc-status {
  border-top: 1px solid #93A4E5;
}

.usdc-status__item {
  padding: 12px 0;
  border-bottom: 1px solid #93A4E5;
  text-align: center;
  margin: 0;
}

.usdc-status__label {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 3px;
}

.usdc-status__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 25px;
  margin: 0;
}

.usdc-status__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 5px;
  font-size: 24px;
  color: #5B75D9;
}

.usdc-status__text span {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  text-align: right;
}

.usdc-feature {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 30px;
}

.usdc-feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #000;
  min-height: 320px;
  padding: 20px 20px 20px;
  border-radius: 6px;
}

.usdc-feature__item--bg01 {
  background: url(/assets/images/usdc/bg_feature_01.jpg) no-repeat center center/cover;
}

.usdc-feature__item--bg02 {
  background: url(/assets/images/usdc/bg_feature_02.jpg) no-repeat center center/cover;
}

.usdc-feature__item--bg03 {
  background: url(/assets/images/usdc/bg_feature_03.jpg) no-repeat center center/cover;
}

.usdc-feature__heading {
  margin-bottom: 30px;
  padding: 8px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  background: rgba(0, 169, 120, 0.8);
  border-radius: 100px;
  color: #FFFFFF;
}

.usdc-feature__text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
  font-weight: 700;
}

.usdc-card {
  position: relative;
  width: 100%;
  color: #2d3138;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}

.usdc-card__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.usdc-card__image {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFFF 0% 0% no-repeat padding-box;
}

.usdc-card__main {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 20px 48px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
}

.usdc-card__date {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.4285;
}

.usdc-card__title {
  font-size: 14px;
  line-height: 1.4285;
}

.usdc-card__button {
  position: absolute;
  bottom: 22px;
  right: 20px;
  padding: 6px 48px 6px 12px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.16);
  background: #1550AC;
  color: #FFFFFF;
  font-size: 14px;
}

.usdc-card__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 23px;
  height: 6px;
  background: url(/assets/images/stablecoin/icon_arrow_next.svg) no-repeat center center/contain;
}

.usdc-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-bottom: 20px;
}

.usdc-control .swiper-button-prev,
.usdc-control .swiper-button-next {
  position: relative;
  margin: 0;
  bottom: 0;
  top: 0;
  left: 0;
  background: #1550AC;
  width: 60px;
  height: 34px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.16);
}

.usdc-control .swiper-button-prev::before,
.usdc-control .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 23px;
  height: 6px;
}

.usdc-control .swiper-button-prev::before {
  background: url(/assets/images/stablecoin/icon_arrow_prev.svg) no-repeat center center/contain;
}

.usdc-control .swiper-button-next::before {
  background: url(/assets/images/stablecoin/icon_arrow_next.svg) no-repeat center center/contain;
}

.usdc-effort {
  color: #FFFFFF;
}

.usdc-effort__section:not(:last-child) {
  margin-bottom: 50px;
}

.usdc-effort__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100px;
  margin-bottom: 20px;
  padding: 24px;
  color: #5B75D8;
  text-align: center;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  background: #FFFFFF;
  border-radius: 100px;
}

.usdc-effort__text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 700;
}

.usdc-effort__image {
  margin-top: 38px;
}

.usdc-effort__image img {
  display: block;
  width: 100%;
}

.usdc-effort-detail {
  margin-top: 55px;
}

.usdc-effort-detail__section:not(:last-child) {
  margin-bottom: 52px;
}

.usdc-effort-detail__heading {
  margin-bottom: 24px;
  padding-left: 20px;
  font-size: 26px;
  line-height: 1.2307;
  font-weight: 700;
  border-left: 1px solid #FFFFFF;
}

.usdc-effort-detail__text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 700;
}

.usdc-effort-detail__image {
  max-width: 200px;
  margin: 26px auto 0;
}

.usdc-effort-detail__image img {
  display: block;
  width: 100%;
}

.usdc-effort-detail__image figcaption {
  display: block;
  margin-top: 10px;
  color: #FFFFFF;
  font-size: 14px;
}

.usdc-faq {
  border-bottom: 1px solid #CCCCCC;
}

.usdc-faq-wrap {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 6px;
  padding: 40px 0px;
}

.usdc-faq:first-of-type {
  border-top: 1px solid #CCCCCC;
}

.usdc-faq__question button {
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  min-height: 70px;
  width: 100%;
  padding: 10px 40px 10px 10px;
  border: none;
  background: transparent;
  color: #5B75D8;
  border-radius: 0;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  text-align: left;
  outline: none;
}

.usdc-faq__question button::before {
  content: "Q";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  border-radius: 10px;
  background: #5B75D8;
  width: 50px;
  height: 50px;
  font-size: 18px;
  font-family: "arial", sans-serif;
  color: #FFFFFF;
}

.usdc-faq__question button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(/assets/images/stablecoin/icon_faq_open.svg) no-repeat center center/contain;
}

.usdc-faq__question button.is-open::after {
  background: url(/assets/images/stablecoin/icon_faq_close.svg) no-repeat center center/contain;
}

.usdc-faq__answer {
  border-top: 1px solid #CCCCCC;
}

.usdc-faq__answer__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  padding: 10px 10px 15px 10px;
  background: #F5F6F8;
}

.usdc-faq__answer__inner::before {
  content: "A";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  border-radius: 10px;
  background: #98A5D0;
  width: 50px;
  height: 50px;
  font-size: 18px;
  font-family: "arial", sans-serif;
  color: #FFFFFF;
}

.usdc-faq__answer__inner p {
  margin: 0;
  padding-top: 8px;
  font-size: 16px;
  line-height: 1.875;
}

.usdc-comingsoon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 320px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.usdc_page.usdc_subpage .label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 36px;
  background: #5B75D8 0% 0% no-repeat padding-box;
  border-radius: 18px;
  text-align: center;
  font: normal normal bold 18px/24px Noto Sans CJK JP;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin:  0 auto 15px;
}

.sub-text {
  text-align: left;
  font: normal normal normal 18px/30px Noto Sans CJK JP;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin: 0 auto;
}

.flow {
  margin-bottom: 36px;
}

.flow_header {
  width: 100%;
  text-align: center;
  font: normal normal bold 24px/50px Noto Sans CJK JP;
  letter-spacing: 0px;
  margin-bottom: 25px;
}

.step .header {
  margin-bottom: 20px;
}

.step {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.step-inner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.step:not(:last-of-type)::after {
  content: "";
  display: block;
  background: url(/assets/images/stablecoin/how_to_buy_arrow_sp.png) no-repeat center center/cover;
  width: 15px;
  height: 45px;
  margin: 20px auto 23px;
}

.usdc_page.usdc_subpage .content {
  margin-bottom: 60px;
}

#how-to-buy {
  .header:first-of-type {
    margin-bottom: 50px;
  }

  .usdc-how-to-buy .inner-wrapper {
    padding: 25px 20px;
  }

  .content:not(:last-of-type)::after {
    content: "";
    display: block;
    background: url(/assets/images/stablecoin/how_to_buy_line_sp.png) no-repeat center center/cover;
    width: 100%;
    height: 30px;
    margin: 45px auto 35px;
  }

  .content-title {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: row;
    margin-bottom: 18px;
  }

  .content-title::before {
    display: flex;
    justify-content: center;
    align-items: center;
    content: counter(content-counter);
    color: #FFFFFF;
    width: 40px;
    height: 40px;
    background: #5BD092 0% 0% no-repeat padding-box;
    border-radius: 4px;
    font: normal normal normal 22px/50px Arial;
    letter-spacing: 0px;
    margin-right: 16px;
    flex-shrink: 0;
  }

  .content-title .title {
    text-align: left;
    font: normal normal bold 30px/50px Noto Sans CJK JP;
    letter-spacing: 0px;
    color: #333333;
  }

  .sub_desc {
    text-align: left;
    font: normal normal normal 16px/24px Noto Sans CJK JP;
    letter-spacing: 0px;
    margin-bottom: 30px;
  }

  .content:nth-of-type(2) .sub_desc {
    margin-bottom: 25px;
  }

  .service_overview .label {
    width: 100%;
    max-width: 320px;
    height: 40px;
    background: #04D58E 0% 0% no-repeat padding-box;
    border-radius: 100px;
    font: normal normal bold 17px/36px Noto Sans CJK JP;
  }

  .service_overview .item {
    margin-bottom: 40px;
  }

  .title {
    text-align: center;
    font: normal normal bold 20px/26px Noto Sans CJK JP;
    letter-spacing: 0px;
  }

  .title span {
    font: normal normal normal 18px/26px Noto Sans CJK JP;
  }

  .img {
    width: 200px;
    height: auto;
    margin: 0 auto;
  }

  .img img {
    width: 100%;
    height: auto;
  }

  .description {
    text-align: left;
    font: normal normal normal 16px/24px Noto Sans CJK JP;
    letter-spacing: 0px;
  }

  table {
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 6px;
    border: 2px solid #5B75D9;
    overflow: hidden;
  }

  td {
    padding: 10px;
    border-bottom: 1px solid #5B75D9;
  }

  td:first-of-type {
    width: 45%;
    font: normal normal bold 14px/21px Noto Sans CJK JP;
    letter-spacing: 0px;
  }

  td:not(:first-of-type) {
    width: 55%;
    font: normal normal normal 16px/50px Noto Sans CJK JP;
    letter-spacing: 0px;
    border-left: 1px solid #5B75D9;
  }

  /* 左上の角 */
  table tr:first-child td:first-child {
    border-top-left-radius: 6px;
  }

  /* 右上の角 */
  table tr:first-child td:last-child {
    border-top-right-radius: 6px;
  }

  /* 左下の角 */
  table tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
    border-bottom: none;
  }

  /* 右下の角 */
  table tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
    border-bottom: none;
  }

}

#lending {

  .content:first-of-type {
    margin-bottom: 50px;
  }

  .content:last-of-type {
    margin-bottom: 30px;
  }

  .content:first-of-type .usdc-heading-1 {
    font: normal normal bold 24px/30px Noto Sans CJK JP;
  }

  .content:nth-of-type(1) .label {
    background: #04D58E 0% 0% no-repeat padding-box;
    text-align: center;
    font: normal normal bold 17px/36px Noto Sans CJK JP;
    letter-spacing: 0px;
    color: #FFFFFF;
    width: 100%;
    min-width: 255px;
    max-width: 320px;
    height: 40px;
    margin-bottom: 20px;
  }

  .sub-text {
    text-align: left;
    font: normal normal normal 18px/30px Noto Sans CJK JP;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 40px;
  }

  .text {
    text-align: left;
    font: normal normal normal 18px/28px Noto Sans CJK JP;
    letter-spacing: 1.08px;
    margin-bottom: 30px;
  }

  .text span {
    font: normal normal bold 18px/28px Noto Sans CJK JP;
    letter-spacing: 1.08px;
  }

  .notice {
    text-align: left;
    font: normal normal normal 18px/28px Noto Sans CJK JP;
    letter-spacing: 1.08px;
    margin-top: 32px;
  }

  .content-header-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto 75px;

    .sub-text {
      text-align: left;
      font: normal normal normal 14px/20px Noto Sans CJK JP;
      letter-spacing: 0.84px;
      color: #FFFFFF;
      position: absolute;
      top: 125%;
      left: 0;
      margin-bottom: 0;
    }
  }

  .img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .img img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .content:first-of-type .img {
    max-width: 400px;
  }

  #lending-easy-procedure {
    .img {
      max-width: 300px;
      min-width: 200px;
      margin-top: 50px;
    }
  }

  .sp-table-wrapper {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }

  .table-header {
    width: 100%;
    text-align: center;
    font: normal normal bold 16px/24px Noto Sans CJK JP;
    letter-spacing: 0px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .table-header::before,
  .table-header::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #5B75D9;
  }

  table {
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 6px;
    border: 2px solid #5B75D9;
    overflow: hidden;
  }

  th,
  td {
    padding: 20px;
  }

  td .super {
    vertical-align: super;
  }

  h2 .super {
    font-size: 16px;
    vertical-align: 12px;
  }

  thead th {
    background-color: #cce1ff;
    color: #000000;
    text-align: center;
    font: normal normal bold 16px/24px Noto Sans CJK JP;
    letter-spacing: 0px;
    border-bottom: 1px solid #5B75D9;
  }

  .bg-green {
    background-color: #e3fdf5;
  }

  tbody td {
    background-color: #FFFFFF;
    color: #000000;
    text-align: center;
    font: normal normal normal 16px/24px Noto Sans CJK JP;
    letter-spacing: 0px;
    border-bottom: 1px solid #5B75D9;
  }

  tbody tr:last-of-type td {
    border-bottom: none;
  }

  .table-gray thead th {
    background-color: #d7d7d7;
  }

  .table-gray tbody td {
    background-color: #FFFFFF;
  }

  td .sm-text {
    font: normal normal normal 14px/20px Noto Sans CJK JP;
    text-align: left;
    display: block;
    margin-top: 10px;
  }

  #lending-easy-setting {
    .img {
      width: 200px;
      height: auto;
      margin: 0 auto;
    }

    .inner-wrapper {
      padding: 50px 30px;
    }

    .title {
      text-align: center;
      font: normal normal bold 18px/26px Noto Sans CJK JP;
      letter-spacing: 1.08px;
    }
  }

  #lending-service-overview {
    td:first-of-type {
      background-color: #cce1ff;
      font-weight: bold;
    }

    td {
      width: 100%;
      text-align: left;
      padding: 15px 20px;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-direction: column;
      gap: 20px;
    }

    tr {
      display: flex;
      flex-direction: column;
    }
  }

  #lending-risk-notice {
    li {
      text-align: left;
      font: normal normal normal 16px/28px Noto Sans CJK JP;
      letter-spacing: 0.96px;
      color: #FFFFFF;
    }

    li:not(:last-of-type) {
      margin-bottom: 35px;
    }
  }
}

.text-note {
  font-size: 0.9em !important;
}

.usdc_subpage .g-bit-about-wrapper {
  margin-bottom: 90px !important;
}

.usdc_subpage .g-bit-about-wrapper .button .text-style3 {
    margin-bottom: -5px;
}

.usdc_subpage .g-service-cta__button {
  padding: 0px !important;
}

.usdc_subpage .button-wrap {
  width: 100% !important;
}

@media screen and (min-width: 768px) {
.l-usdc { /* pc */
  padding-bottom: 120px;
}

.l-usdc .container { /* pc */
  max-width: 1020px;
}

.usdc-heading-1 { /* pc */
  width: fit-content;
  font: normal normal bold 40px/50px Noto Sans CJK JP;
}

.usdc-heading-1::after { /* pc */
  width: 106%;
  bottom: -1%;
}

.usdc-heading-1--mbxl { /* pc */
  margin-bottom: 43px;
}

.usdc-heading-1--mblg { /* pc */
  margin-bottom: 43px;
}

.usdc-heading-1--mbmd { /* pc */
  margin-bottom: 50px;
}

.usdc-bg-blue--icon::before { /* pc */
  bottom: -20px;
  width: 505px;
  height: 484px;
  margin-left: 520px;
  margin-left: 34.5%;
}

.usdc-bg-tab1 { /* pc */
  background: url(/assets/images/usdc/bg_tab1_pc.png) no-repeat center center/cover;
  background-position-y: -120px;
}

.usdc-bg-tab2 { /* pc */
  background: url(/assets/images/usdc/bg_tab2_pc.png) no-repeat center center/cover;
}

.usdc-bg-tab3 { /* pc */
  background: url(/assets/images/usdc/bg_tab3_pc.png) no-repeat center center/cover;
  background-position-y: -100px;
}

.usdc-bg-tab4 { /* pc */
  background: url(/assets/images/usdc/bg_tab4_pc.png) no-repeat;
  background-size: cover;
  background-position-y: 0px;
}

.usdc-section { /* pc */
  padding: 110px 0 75px;
}

#usdc-related-information.usdc-section {
  overflow: visible;
  padding: 0px 0px 70px;
}

.usdc-mv { /* pc */
  padding: 120px 0 128px;
  background: url(/assets/images/usdc/bg_mv_pc.png) no-repeat center center/cover;
}

.usdc-mv-main { /* pc */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  flex-direction: column;
}

.usdc-mv-main__main img {
  width: 80%;
  margin: 0 auto;
}

.usdc-mv-main__notice { /* pc */
  top: 97%;
}

.usdc-mv-main__image { /* pc */
  top: -25px;
  left: 0%;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  width: 27.2%;
}

.usdc-mv-news__item { /* pc */
  gap: 15px 13px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.usdc-mv-news__item:not(:last-child) { /* pc */
  margin-bottom: 24px;
}

.usdc-mv-news__date { /* pc */
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 98px;
}

.usdc-mv-news__category { /* pc */
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  max-width: 120px;
}

.usdc-mv-news__title { /* pc */
  width: auto;
}

.banner-area {
  margin-bottom: 66px;
}

.banner-area .banner {
  width: 80%;
}

.usdc-lending__movie-wrapper {
  padding: 20px;
  margin-bottom: 100px;
}

/* tab */
.usdc-tab { /* pc */
  .usdc-tab__items {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 27px;
    justify-content: center;
  }

  .usdc-tab__item {
    width: 230px;
    height: 70px;
  }

  button {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #EDEDEF 100%) 0% 0% no-repeat padding-box;
    box-shadow: 4px 0px 4px #0000004D;
    border: 1px solid #E8E8E8;
    border-radius: 10px 10px 0px 0px;
    padding: 0;
    text-align: center;
    font: normal normal bold 18px/24px Noto Sans CJK JP;
    letter-spacing: 0px;
    color: #5280F6;
  }

}

.usdc-tab.usdc-tab--bottom {
  button {
    border-radius: 0px 0px 10px 10px;
    box-shadow: 2px 4px 6px #00000033;
  }

  button:not(.is-active) {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #EDEDEF 100%) 0% 0% no-repeat padding-box;
  }

}

.usdc-content-section:not(:last-of-type) {
  margin-bottom: 110px;
}

.usdc-intro { /* pc */
  padding-bottom: 0;
}

.usdc-intro__section:not(:last-child) { /* pc */
  margin-bottom: 80px;
}

.usdc-reason { /* pc */
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
}

.usdc-reason__section { /* pc */
  min-height: 360px;
  padding: 30px;
}

.usdc-reason__heading { /* pc */
  max-width: 320px;
  margin: 0 auto 30px;
  font-size: 17px;
}

.usdc-reason__image { /* pc */
  margin-bottom: 34px;
}

.usdc-rate { /* pc */
  max-width: 720px;
  margin: 65px auto 0;
}

.usdc-rate__item { /* pc */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 20px;
  text-align: right;
}

.usdc-status-wrap { /* pc */
  max-width: 720px;
  margin: 50px auto 0;
}

.usdc-status__item { /* pc */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 20px;
}

.usdc-status__text span { /* pc */
  min-width: 55px;
}

.usdc-feature { /* pc */
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.usdc-feature__item { /* pc */
  padding: 20px;
}

.usdc-feature__heading { /* pc */
  max-width: 320px;
  font-size: 17px;
}

.usdc-card__main { /* pc */
  padding: 20px 20px 38px;
}

.usdc-effort__heading { /* pc */
  padding: 15px;
  min-height: 70px;
  font-size: 24px;
}

.usdc-effort__image { /* pc */
  margin-top: 16px;
}

.usdc-effort-detail__section { /* pc */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}

.usdc-effort-detail__section:not(:last-child) { /* pc */
  margin-bottom: 62px;
}

.usdc-effort-detail__heading { /* pc */
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1.3333;
}

.usdc-effort-detail__image { /* pc */
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 200px;
  margin: 0;
}

.usdc-faq__question button { /* pc */
  padding: 10px;
  padding: 10px 60px 10px 10px;
  font-size: 16px;
}

.usdc-faq__question button::before { /* pc */
  top: 10px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  border-radius: 10px;
}

.usdc-faq__question button::after { /* pc */
  right: 20px;
}

.usdc-faq__answer__inner { /* pc */
  padding: 10px 45px 15px 10px;
}

.usdc-faq__answer__inner::before { /* pc */
  width: 50px;
  height: 50px;
  font-size: 18px;
}

.usdc-faq__answer__inner p { /* pc */
  font-size: 16px;
  line-height: 1.875;
}

.usdc-comingsoon { /* pc */
  min-height: 380px;
  font-size: 24px;
}

.usdc_page.usdc_subpage .inner-wrapper { /* pc */
  padding: 110px 140px;
}

.usdc-rate__value { /* pc */
  font-size: 70px;
}

.step { /* pc */
  flex-direction: row;
}

.step:not(:last-of-type)::after { /* pc */
  content: "";
  display: block;
  background: url(/assets/images/stablecoin/how_to_buy_arrow_pc.png) no-repeat center center/cover;
  width: 44px;
  height: 13px;
  margin: 0 20px 0;
  transform: translateY(55px);
}

.usdc_page.usdc_subpage .content {
  margin-bottom: 100px;
}

#how-to-buy { /* pc */
  .usdc-how-to-buy .inner-wrapper { /* pc */
    padding: 105px 115px;
  }

  .content:not(:last-of-type)::after {
    background: url(/assets/images/stablecoin/how_to_buy_line_pc.png) no-repeat center center/cover;
    width: 100%;
    height: 30px;
    margin: 83px auto 70px;
  }

  .sub-text { /* pc */
    text-align: center;
  }

  td:first-of-type { /* pc */
    width: 20%;
    font: normal normal bold 16px/24px Noto Sans CJK JP;
    letter-spacing: 0px;
  }

  td:not(:first-of-type) { /* pc */
    width: 80%;
    font: normal normal normal 16px/50px Noto Sans CJK JP;
    letter-spacing: 0px;
    border-left: 1px solid #5B75D9;
  }
}

#lending {
  .inner-wrapper { /* pc */
    padding: 50px;
  }

  .content:first-of-type .usdc-heading-1 { /* pc */
    font: normal normal bold 40px/50px Noto Sans CJK JP;
  }

  .text { /* pc */
    margin-bottom: 30px;
  }

  th,
  td { /* pc */
    padding: 15px;
  }

  th:nth-of-type(1),
  td:nth-of-type(1) { /* pc */
    width: 20%;
    border-right: 1px solid #5B75D9;
  }

  th:nth-of-type(2),
  td:nth-of-type(2) { /* pc */
    width: 40%;
    border-right: 1px solid #5B75D9;
  }

  th:nth-of-type(3),
  td:nth-of-type(3) { /* pc */
    width: 40%;
  }

  td:first-of-type { /* pc */
    font-weight: bold;
  }

  #lending-easy-setting { /* pc */
    .inner-wrapper { /* pc */
      padding: 70px 80px;
    }
  }

  #lending-service-overview { /* pc */
    tr { /* pc */
      flex-direction: row;
    }

    td:first-of-type { /* pc */
      width: 30%;
    }

    td { /* pc */
      width: 71%;
    }

    td:last-of-type {
      border-right: none;
    }
  }

  h2 .super {
    vertical-align: 19px;
  }

  .content-header-wrapper {
    position: relative;
    width: fit-content;
    margin: 0 auto 72px;

    .sub-text {
      top: 120%;
    }
  }
}

#faq {
  .usdc-faq-wrap { /* pc */
    padding: 40px 50px;
  }
}

}

@media screen and (max-width: 767px) {

.l-usdc .container { /* sp */
  padding-left: 30px;
  padding-right: 30px;
}

.l-usdc #usdc-related-information .container { /* sp */
  padding: 0px;
}

}

