@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  height: 100%;
  font-size: 62.5%;
}
@media screen and (max-width: 900px) {
  html {
    min-width: inherit;
    min-width: auto;
  }
}

body {
  height: 100%;
  line-height: 1.7;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background: #030315;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (max-width: 900px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

a {
  display: inline-block;
  color: inherit;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none;
  text-decoration: none;
}
a:visited {
  color: inherit;
}
a:active {
  color: inherit;
}
a:hover {
  opacity: 0.7;
  color: inherit;
}
a:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

.pc-block {
  display: block;
}
@media screen and (max-width: 900px) {
  .pc-block {
    display: none;
  }
}

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


.main,h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.main-contents{
  background: #030315 !important;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .main {
    overflow: hidden;
  }
}
.main .mv-wapper {
  padding: 150px 0;
  background: url("/resources_source/images/campaign/2022_whitepaper_lp_images/mv_bg.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 900px) {
  .main .mv-wapper {
    background-image: url("/resources_source/images/campaign/2022_whitepaper_lp_images/mv_bg_sp.jpg");
  }
}
.main .mv-wapper .logo {
  width: 80%;
  max-width: 461px;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .main .mv-wapper .logo {
    width: 90%;
    max-width: 323px;
  }
}
.main .mv-wapper .banner {
  max-width: 295px;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .main .mv-wapper .banner {
    width: 80%;
  }
}
.main .mv-wapper .border {
  max-width: 840px;
  margin: 10px auto;
}
.main .mv-wapper .title {
  font-size: 3.4rem;
  font-family: nasalization, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.18rem;
}
@media screen and (max-width: 900px) {
  .main .mv-wapper .title {
    font-size: 2.5rem;
  }
}
.main .mv-wapper p {
  font-size: 1.8rem;
}
.main .mv-wapper .white-paper {
  position: absolute;
  right: 20px;
  top: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 15px 30px;
  font-size: 2rem;
}
@media screen and (max-width: 900px) {
  .main .mv-wapper .white-paper {
    font-size: 1.3rem;
    padding: 15px 20px;
  }
}
.main .mv-wapper:after {
  content: "";
  display: block;
  width: 100%;
  height: 152px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(153, 153, 153);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(153, 153, 153, 0)), to(rgb(3, 2, 20)));
  background: linear-gradient(to bottom, rgba(153, 153, 153, 0) 1%, rgb(3, 2, 20) 100%);
}
.main .about-wrapper {
  padding: 50px 0;
  background: url("/resources_source/images/campaign/2022_whitepaper_lp_images/about_bg.png") no-repeat center center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 900px) {
  .main .about-wrapper {
    padding-bottom: 80px;
  }
}
.main .about-wrapper .unit-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .about-wrapper .unit-flex .img {
  width: 379px;
}
@media screen and (max-width: 900px) {
  .main .about-wrapper .unit-flex .img {
    width: 100%;
    text-align: center;
  }
  .main .about-wrapper .unit-flex .img img {
    width: 259px;
  }
}
.main .about-wrapper .unit-flex .txt-box {
  width: calc(100% - 400px);
  font-size: 1.5rem;
  line-height: 2.5;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .main .about-wrapper .unit-flex .txt-box {
    width: 100%;
  }
}
.main .benefit-wrapper {
  padding: 70px 0;
  background: url("/resources_source/images/campaign/2022_whitepaper_lp_images/benefit_bg.png") no-repeat center center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 900px) {
  .main .benefit-wrapper {
    background-image: url("/resources_source/images/campaign/2022_whitepaper_lp_images/benefit_bg_sp.png");
  }
}
.main .benefit-wrapper .unit-flex {
  width: 815px;
  max-width: 90%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 60px auto;
}
@media screen and (max-width: 900px) {
  .main .benefit-wrapper .unit-flex {
    max-width: 100%;
  }
}
.main .benefit-wrapper .unit-flex .img {
  width: 137px;
}
@media screen and (max-width: 900px) {
  .main .benefit-wrapper .unit-flex .img {
    width: 100%;
    text-align: center;
  }
  .main .benefit-wrapper .unit-flex .img img {
    width: 45%;
  }
}
.main .benefit-wrapper .unit-flex .txt-box {
  width: calc(100% - 167px);
}
@media screen and (max-width: 900px) {
  .main .benefit-wrapper .unit-flex .txt-box {
    width: 100%;
  }
  .main .benefit-wrapper .unit-flex .txt-box .unit-title-03 {
    text-align: center;
  }
}
.main .service-wrapper {
  padding: 70px 0;
  position: relative;
}
.main .service-wrapper .unit-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
.main .service-wrapper .unit-flex .img {
  width: 623px;
  margin-left: -160px;
}
@media screen and (max-width: 900px) {
  .main .service-wrapper .unit-flex .img {
    width: 110%;
    margin: auto -5% 30px;
  }
}
.main .service-wrapper .unit-flex .txt-box {
  width: 46%;
  max-width: 440px;
}
@media screen and (max-width: 960px) {
  .main .service-wrapper .unit-flex .txt-box {
    width: 40%;
  }
}
@media screen and (max-width: 900px) {
  .main .service-wrapper .unit-flex .txt-box {
    width: 100%;
    max-width: 100%;
  }
}
.main .service-wrapper .unit-flex .txt-box .title {
  font-size: 4rem;
  font-family: mundial, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.5rem;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .main .service-wrapper .unit-flex .txt-box .title {
    text-align: center;
    font-size: 3.5rem;
  }
}
.main .service-wrapper .unit-flex .txt-box p {
  margin: 30px 0 40px;
}
.main .merit-wrapper {
  padding: 70px 0;
  position: relative;
}
.main .merit-wrapper .merit-inner {
  background: url("/resources_source/images/campaign/2022_whitepaper_lp_images/flow_bg.png") no-repeat 0 top;
  background-size: cover;
  position: relative;
  border-radius: 20px;
  padding: 30px 0 50px;
  margin: 30px auto 50px;
}
.main .merit-wrapper .merit-inner:last-of-type {
  margin-bottom: 0;
}
.main .merit-wrapper .merit-inner.merit-inner-01 {
  padding-bottom: 0;
}
@media screen and (max-width: 900px) {
  .main .merit-wrapper .merit-inner.merit-inner-01 {
    padding: 5% 5% 50px;
  }
}
.main .merit-wrapper .merit-inner.merit-inner-01 .flow-img {
  width: 112%;
  max-width: 1068px;
  margin-left: -34px;
}
@media screen and (max-width: 900px) {
  .main .merit-wrapper .merit-inner.merit-inner-01 .flow-img {
    width: 170%;
    margin: auto -45%;
  }
}
.main .merit-wrapper .merit-inner.merit-inner-01 .flow-txt {
  width: 90%;
  max-width: 601px;
  margin: -140px auto auto;
}
@media screen and (max-width: 900px) {
  .main .merit-wrapper .merit-inner.merit-inner-01 .flow-txt {
    max-width: 316px;
  }
}
.main .merit-wrapper .merit-inner.merit-inner-01 .inner01-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 100px auto auto;
}
@media screen and (max-width: 900px) {
  .main .merit-wrapper .merit-inner.merit-inner-01 .inner01-flex {
    margin-top: 70px;
  }
}
.main .merit-wrapper .merit-inner.merit-inner-01 .inner01-flex .img {
  width: 50%;
  max-width: 476px;
}
@media screen and (max-width: 900px) {
  .main .merit-wrapper .merit-inner.merit-inner-01 .inner01-flex .img {
    width: 100%;
  }
}
.main .merit-wrapper .merit-inner.merit-inner-01 .inner01-flex .txt-box {
  width: 42%;
  max-width: 395px;
}
@media screen and (max-width: 900px) {
  .main .merit-wrapper .merit-inner.merit-inner-01 .inner01-flex .txt-box {
    width: 100%;
    max-width: 100%;
    margin-top: -30px;
    text-align: center;
  }
}
.main .merit-wrapper .merit-inner.merit-inner-01 .inner01-flex .txt-box .point {
  font-size: 2rem;
  font-weight: bold;
}
.main .merit-wrapper .merit-inner.merit-inner-01 .inner01-flex .txt-box .point span.txt {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.main .merit-wrapper .merit-inner.merit-inner-01 .inner01-flex .txt-box .point span.txt-bg {
  position: relative;
  display: inline-block;
}
.main .merit-wrapper .merit-inner.merit-inner-01 .inner01-flex .txt-box .point span.txt-bg:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -5px;
  right: -5px;
  height: 60%;
  background-color: #000000;
  z-index: 0;
}
.main .merit-wrapper .merit-inner.merit-inner-02 img {
  display: block;
  width: 470px;
  margin: auto;
}
.main .merit-wrapper .merit-inner.merit-inner-03 {
  padding-left: 35px;
  padding-right: 35px;
}
.main .merit-wrapper .merit-inner.merit-inner-03 .inner03-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .merit-wrapper .merit-inner.merit-inner-03 .inner03-flex .img {
  width: 445px;
}
@media screen and (max-width: 900px) {
  .main .merit-wrapper .merit-inner.merit-inner-03 .inner03-flex .img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.main .merit-wrapper .merit-inner.merit-inner-03 .inner03-flex .txt-box {
  width: calc(100% - 495px);
}
@media screen and (max-width: 900px) {
  .main .merit-wrapper .merit-inner.merit-inner-03 .inner03-flex .txt-box {
    width: 100%;
  }
}
.main .merit-wrapper .merit-inner.merit-inner-03 .inner03-flex .txt-box p.title {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .main .merit-wrapper .merit-inner.merit-inner-03 .inner03-flex .txt-box p.title {
    text-align: center;
  }
}
.main .merit-wrapper .merit-inner.merit-inner-03 .inner03-flex .txt-box p.title.mt {
  margin-top: 50px;
}
.main .merit-wrapper .merit-inner.merit-inner-03 .inner03-flex .txt-box .to-blp-page {
  text-decoration: underline;
  color:#b6f6ff;
}
.main .merit-wrapper .merit-inner.merit-inner-03 .inner03-other {
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .main .merit-wrapper .merit-inner.merit-inner-03 .inner03-other h4 {
    font-size: 1.6rem !important;
  }
}
.main .merit-wrapper .merit-inner.merit-inner-03 .inner03-other .title {
  font-size: 2rem;
  display: block;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.3rem;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .main .merit-wrapper .merit-inner.merit-inner-03 .inner03-other .title {
    text-align: center;
  }
}
.main .merit-wrapper .merit-inner.merit-inner-03 .inner03-other .title:after {
  display: none;
}
.main .merit-wrapper .merit-inner.merit-inner-03 .inner03-other p {
  position: relative;
  text-align: left;
  display: inline-block;
  margin: 30px 0;
}
@media screen and (max-width: 900px) {
  .main .merit-wrapper .merit-inner.merit-inner-03 .inner03-other p {
    margin: 20px 0 30px;
  }
}
.main .merit-wrapper .merit-inner.merit-inner-03 .inner03-other p:after {
  content: "etc...";
  display: inline-block;
  position: absolute;
  right: -90px;
  bottom: 0;
  font-size: 2rem;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 900px) {
  .main .merit-wrapper .merit-inner.merit-inner-03 .inner03-other p:after {
    display: block;
    position: static;
    text-align: center;
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
.main .merit-wrapper .merit-inner.merit-inner-04 {
  padding-left: 35px;
  padding-right: 35px;
}
@media screen and (max-width: 900px) {
  .main .merit-wrapper .merit-inner.merit-inner-04 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.main .merit-wrapper .merit-inner.merit-inner-04 .inner04-flex .img {
  width: 430px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 900px) {
  .main .merit-wrapper .merit-inner.merit-inner-04 .inner04-flex .img {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.main .merit-wrapper .merit-inner.merit-inner-04 .inner04-flex .txt-box {
  width: calc(100% - 450px);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: left;
  padding-left: 100px;
}
@media screen and (max-width: 900px) {
  .main .merit-wrapper .merit-inner.merit-inner-04 .inner04-flex .txt-box {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.main .merit-wrapper .merit-inner.merit-inner-04 .inner04-flex .txt-box p.title {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .main .merit-wrapper .merit-inner.merit-inner-04 .inner04-flex .txt-box p.title {
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .main .merit-wrapper .merit-inner.merit-inner-04 .inner04-flex .txt-box p.sp-center {
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .main .technical-wrapper .unit-title-01 .icon .en {
    font-size: 3.5rem;
  }
}
.main .technical-wrapper .coin-date {
  width: 88%;
  max-width: 840px;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  margin: 40px auto;
  padding: 30px 40px;
}
@media screen and (max-width: 900px) {
  .main .technical-wrapper .coin-date {
    width: 100%;
    padding: 30px 30px 20px;
  }
}
.main .technical-wrapper .coin-date .title {
  font-size: 2.2rem;
  font-weight: bold;
}
.main .technical-wrapper .coin-date .title img {
  width: 46px;
  vertical-align: middle;
  margin-right: 15px;
}
.main .technical-wrapper .coin-date .unit-flex {
  border-top: 1px solid #fff;
  margin-top: 25px;
  padding-top: 25px;
}
@media screen and (max-width: 900px) {
  .main .technical-wrapper .coin-date .unit-flex .date {
    width: 50%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.main .technical-wrapper .coin-date .unit-flex .date .txt-bold {
  font-size: 1.8rem;
}
@media screen and (max-width: 900px) {
  .main .technical-wrapper .coin-date .unit-flex .date .txt-bold {
    font-size: 1.6rem;
  }
}
.main .technical-wrapper .intro-flex {
  margin-top: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .technical-wrapper .intro-flex .img {
  width: 383px;
  -webkit-box-shadow: 0px 0px 30px 10px rgba(255, 101, 184, 0.6);
          box-shadow: 0px 0px 30px 10px rgba(255, 101, 184, 0.6);
}
@media screen and (max-width: 900px) {
  .main .technical-wrapper .intro-flex .img {
    width: 100%;
    margin-bottom: 50px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.main .technical-wrapper .intro-flex .txt-box {
  width: calc(100% - 400px);
}
@media screen and (max-width: 900px) {
  .main .technical-wrapper .intro-flex .txt-box {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 900px) {
  .main .technical-wrapper .intro-flex .txt-box .title {
    text-align: center;
  }
}
.main .technical-wrapper .intro-flex .txt-box .title .sub {
  display: block;
  font-size: 1.7rem;
  letter-spacing: 0.4rem;
  font-family: mundial, sans-serif;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 10px;
}
.main .technical-wrapper .intro-flex .txt-box .title .main {
  font-size: 4rem;
  letter-spacing: 0.3rem;
  font-family: mundial, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .main .technical-wrapper .intro-flex .txt-box .title .main {
    font-size: 3.5rem;
  }
}
.main .technical-wrapper .intro-flex .txt-box p {
  margin: 20px 0 30px;
}
.main .roadmap-wrapper {
  margin-top: 100px;
  margin-bottom: 70px;
}
.main .roadmap-wrapper img {
  max-width: 960px;
  width: 100%;
  display: block;
  margin: 50px auto auto;
}

.wrapper {
  width: 960px;
  max-width: 90%;
  margin: auto;
}

.unit-title-01 {
  display: block;
  text-align: center;
}
.unit-title-01 .icon {
  position: relative;
  display: inline-block;
}
.unit-title-01 .icon:before, .unit-title-01 .icon:after {
  content: "";
  position: absolute;
  width: 111px;
  height: 27px;
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.unit-title-01 .icon:before {
  left: -50px;
  top: 18px;
  background-image: url("/resources_source/images/campaign/2022_whitepaper_lp_images/h2_bg_l.png");
}
.unit-title-01 .icon:after {
  right: -30px;
  bottom: 10px;
  background-image: url("/resources_source/images/campaign/2022_whitepaper_lp_images/h2_bg_r.png");
}
.unit-title-01 .en {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 5rem;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.3rem;
  text-shadow: 0px 0px 15px #FF65B8, 0px 0px 5px #FF65B8;
  font-family: mundial, sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .unit-title-01 .en {
    font-size: 3.5rem;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
.unit-title-01 .jp {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.5rem;
  font-weight: bold;
}
.unit-title-01.f40 .icon:before {
  left: -65px;
  top: 10px;
}
.unit-title-01.f40 .icon:after {
  right: -50px;
  bottom: 0px;
}
.unit-title-01.f40 .en {
  font-size: 4rem;
}
@media screen and (max-width: 900px) {
  .unit-title-01.f40 .en {
    font-size: 3rem;
  }
}
.unit-title-01.blue .en {
  text-shadow: 0px 0px 15px #33B8FF, 0px 0px 5px #33B8FF;
}

.unit-title-02 {
  display: block;
  text-align: center;
}
.unit-title-02 .en {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.3rem;
  text-shadow: 0px 0px 15px #33B8FF, 0px 0px 5px #33B8FF;
  font-family: mundial, sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .unit-title-02 .en {
    font-size: 3rem;
  }
}
.unit-title-02 .jp {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.5rem;
  font-weight: bold;
}

.unit-title-03 {
  display: block;
  margin-bottom: 15px;
}
.unit-title-03 .en {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 1.7rem;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.5rem;
  font-family: mundial, sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 2;
}
@media screen and (max-width: 414px) {
  .unit-title-03 .en {
    font-size: 1.6rem;
  }
}
.unit-title-03 .jp {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 414px) {
  .unit-title-03 .jp {
    font-size: 1.9rem;
  }
}

.unit-title-04 {
  display: block;
  margin-bottom: 50px;
  text-align: center;
}
.unit-title-04 .no {
  display: block;
  font-size: 4rem;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.5rem;
  text-shadow: 0px 0px 15px #fff, 0px 0px 5px #fff;
  font-family: mundial, sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .unit-title-04 .no {
    font-size: 3.5rem;
  }
}
.unit-title-04 .title {
  display: inline-block;
  position: relative;
  font-size: 2.5rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .unit-title-04 .title {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}
.unit-title-04 .title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  display: block;
  width: 100%;
  height: 3px;
  background: #524bff;
  background: -webkit-gradient(linear, left top, right top, from(#524bff), color-stop(8%, #4f75f2), color-stop(16%, #affffc), color-stop(23%, #c7b3fd), color-stop(26%, #d3dce8), color-stop(34%, #ffbadf), color-stop(37%, #b3bcf0), color-stop(47%, #db9ab8), color-stop(50%, #db659b), color-stop(53%, #eff7b6), color-stop(61%, #a5efe9), color-stop(64%, #e6eab4), color-stop(67%, #e8b7e1), color-stop(73%, #e26bd1), color-stop(79%, #8d96d6), color-stop(82%, #3346d6), color-stop(88%, #81e8e4), color-stop(91%, #969fe3), color-stop(97%, #e1b5eb), to(#865ede));
  background: linear-gradient(to right, #524bff 0%, #4f75f2 8%, #affffc 16%, #c7b3fd 23%, #d3dce8 26%, #ffbadf 34%, #b3bcf0 37%, #db9ab8 47%, #db659b 50%, #eff7b6 53%, #a5efe9 61%, #e6eab4 64%, #e8b7e1 67%, #e26bd1 73%, #8d96d6 79%, #3346d6 82%, #81e8e4 88%, #969fe3 91%, #e1b5eb 97%, #865ede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#524bff", endColorstr="#865ede",GradientType=1 );
}

.unit-btn-01 {
  position: relative;
  display: block;
  width: 100%;
  max-width: 316px;
  color: #fff;
  font-size: 1.6rem;
  padding: 16px 50px;
  text-align: center;
  background-size: 180% auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-image: linear-gradient(-45deg, #33B8FF 0%, #FF65B8 130%);
  font-weight: bold;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 900px) {
  .unit-btn-01 {
    max-width: 100%;
  }
}
.unit-btn-01:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.16);
  /* filterが効かない場合黒い影をつける */
  z-index: 0;
}
@supports (-webkit-filter: blur(10px)) {
  .unit-btn-01:before {
    background-image: linear-gradient(45deg, #FF65B8 0, #33B8FF 100%);
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.unit-btn-01 .txt{
  position: relative;
  z-index: 2;
}
.unit-btn-01:hover {
  background-position: right center;
  opacity: 1;
}

.unit-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.unit-flex.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.unit-flex.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.unit-flex.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

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

.txt-mid {
  font-weight: 500;
}

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

.txt-box p {
  margin-bottom: 20px;
}
.txt-box p:last-of-type {
  margin-bottom: 0;
}

.iblock {
  display: inline-block;
}

.unit-list-01 li {
  position: relative;
  margin-top: 5px;
  padding-left: 1em;
}
.unit-list-01 li:before {
  content: "・";
  margin-left: -1em;
}
.unit-list-01 li:first-child {
  margin-top: 0;
}
.unit-list-01 li a {
  color: #0071BC;
  text-decoration: underline;
}

.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fade.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.en-main .unit-title-01 .jp,
.en-main .unit-title-02 .jp{
  display: none;
}

.main .youtube-video-wrapper {
  padding: 50px 0;
  background: url("/resources_source/images/campaign/2022_whitepaper_lp_images/about_bg.png") no-repeat center center;
  background-size: cover;
  position: relative;
}
.embed-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
}
.embed-container-video {
  position: relative;
  overflow: hidden;
  margin-right: 21px;
  margin-left: 21px;
  margin-top: 5%;
}
.embed-container-video > iframe {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}