.en {
  font-family: "Unbounded";
}

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

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

/* ---------------------
  wwa
--------------------- */
body {
  overflow: visible !important;
}

.comingSoon__contents {
  overflow: visible !important;
}

.wwa-intro {
  margin-bottom: 5rem;
  padding: 0;
}
@media screen and (max-width: 1100px) {
  .wwa-intro {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 834px) {
  .wwa-intro {
    padding: 6rem 0 0;
  }
}

.wwa-intro__flex {
  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;
}
@media screen and (max-width: 834px) {
  .wwa-intro__flex {
    display: block;
  }
}

.wwa-intro__flex-img {
  order: 1;
  width: 55%;
  margin: -1% 0 -10px -5%;
}
@media screen and (max-width: 834px) {
  .wwa-intro__flex-img {
    width: 100%;
    margin: 0;
  }
}
.wwa-intro__flex-img img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .wwa-intro__flex-img img {
    margin-bottom: -10px;
  }
}

.wwa-intro__flex-cont {
  order: 2;
  position: relative;
  width: 45%;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .wwa-intro__flex-cont {
    width: 100%;
    margin: 0 0 2.5rem;
  }
}
.wwa-intro__flex-cont:after {
  content: "";
  position: absolute;
  background: url(../img/wwa/logo-bg.svg) no-repeat;
  height: 100%;
  width: 43rem;
  position: absolute;
  right: 0rem;
  top: 0rem;
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  .wwa-intro__flex-cont:after {
    width: 32rem;
  }
}
.wwa-intro__flex-cont .f16 {
  text-align: left;
}

.wwa-intro__hg {
  margin-bottom: 3rem;
}
.wwa-intro__hg .f24 {
  color: #ff5885;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .wwa-intro__hg .f24 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .wwa-intro__hg .f24 {
    font-size: 1.4rem;
    text-align: center;
  }
}
.wwa-intro__hg .f42 {
  line-height: 1.4;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .wwa-intro__hg .f42 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 834px) {
  .wwa-intro__hg .f42 {
    font-size: 2rem;
    text-align: center;
  }
}

#feature.inner {
  width: 100%;
}

.wwa-feature {
  background: #ff5885;
  margin-bottom: 5rem;
}
.wwa-feature .feature {
  padding: 0;
  border-radius: 0;
  background-color: none;
}
.wwa-feature .f150 {
  border-bottom: 1px solid #fe9db0;
  color: #fe9db0;
  font-size: 15rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 11rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 1100px) {
  .wwa-feature .f150 {
    font-size: 8rem;
    margin-bottom: 7rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .wwa-feature .f150 {
    font-size: 4rem;
    margin-bottom: 4rem;
    padding-bottom: 3rem;
  }
}

.feature__flex {
  display: flex;
  gap: 60px;
  position: relative;
  line-height: 1.8;
}
@media screen and (max-width: 834px) {
  .feature__flex {
    display: block;
  }
}

.feature__main-bl {
  width: calc(100% - 36rem);
}
@media screen and (max-width: 834px) {
  .feature__main-bl {
    width: 100%;
  }
}
.feature__main-bl section {
  margin-bottom: 9rem;
}
@media screen and (max-width: 834px) {
  .feature__main-bl section {
    margin-bottom: 4rem;
  }
}

.feature__sub-bl {
  width: 36rem;
  position: sticky;
  top: 100px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 834px) {
  .feature__sub-bl {
    top: 0;
    position: inherit;
    margin-bottom: 3rem;
    width: 100%;
  }
}

.feature__sub-ttl {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1100px) {
  .feature__sub-ttl {
    margin-bottom: 1rem;
  }
}
.feature__sub-ttl .f32 {
  color: #fff;
  line-height: 1.4;
  margin-bottom: 3rem;
  text-align: left;
}
@media (max-width: 1300px) {
  .feature__sub-ttl .f32 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1100px) {
  .feature__sub-ttl .f32 {
    font-size: 2rem;
  }
}
.feature__sub-ttl .f15 {
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .feature__sub-ttl .f15 {
    font-size: 1.4rem;
  }
}

.feature__sub-list li {
  border-bottom: 2px dotted #ff90ae;
  font-weight: 600;
  text-align: left;
}
.feature__sub-list li a {
  color: #fff;
  font-size: 2.1rem;
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1300px) {
  .feature__sub-list li a {
    font-size: 1.6rem;
    padding: 1.5rem 0;
  }
}
@media screen and (max-width: 1100px) {
  .feature__sub-list li a {
    font-size: 1.3rem;
  }
}
.feature__sub-list li a .arrow {
  display: flex;
  opacity: 0;
  transition: 0.5s ease;
  width: 2rem;
}
@media screen and (max-width: 1100px) {
  .feature__sub-list li a .arrow {
    width: 1rem;
  }
}
@media screen and (max-width: 834px) {
  .feature__sub-list li a .arrow {
    width: 1rem;
    opacity: 1;
    transition: 0;
    margin-right: 0.5rem;
  }
}
.feature__sub-list li a.active {
  color: #d2ff00;
}
.feature__sub-list li a.active .arrow {
  opacity: 1;
  margin-right: 0.5rem;
  transition: 0.5s ease;
}

.feature__img {
  margin-bottom: 1rem;
  position: relative;
}
.feature__img img {
  width: 100%;
}

.green-bg-text {
  position: absolute;
  writing-mode: vertical-lr;
  right: 2rem;
  top: -1.5rem;
  text-align: start;
  line-height: 2;
}
.green-bg-text span {
  color: #ff5885;
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
  padding: 0.5em 0;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .green-bg-text span {
    font-size: 1.6rem;
  }
}
.green-bg-text span:after {
  content: "";
  background: #d2ff00;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.feature__ttl {
  color: #fff;
  text-align: left;
}
@media (max-width: 1300px) {
  .feature__ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1100px) {
  .feature__ttl {
    font-size: 2.2rem;
  }
}

.feature__text {
  color: #fff;
  text-align: left;
}

.btn-wrap {
  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;
  margin-top: 2.5rem;
}
@media screen and (max-width: 450px) {
  .btn-wrap {
    display: block;
    margin-top: 1.5rem;
  }
}
.btn-wrap .not-btn {
  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;
  border-radius: 2rem;
  background: #ff7c9f;
  padding: 2rem;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 600;
  width: 45%;
}
@media (max-width: 1300px) {
  .btn-wrap .not-btn {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 450px) {
  .btn-wrap .not-btn {
    width: 100%;
  }
}
.btn-wrap .not-btn .emoji {
  font-size: 2.8rem;
}
.btn-wrap .or {
  color: #fff;
}
@media screen and (max-width: 450px) {
  .btn-wrap .or {
    margin: 1rem 0;
  }
}

.feature__list {
  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;
  border-top: none;
  flex-wrap: wrap;
  margin-top: 2.5rem;
  gap: 10px;
  width: 100%;
}
.feature__list li {
  width: 23%;
}
@media screen and (max-width: 834px) {
  .feature__list li {
    width: 48%;
  }
}
.feature__list li .f18 {
  background: #fff;
  border-radius: 0.5rem;
  padding: 1rem;
  color: #ff5885;
  text-align: center;
}
@media (max-width: 1300px) {
  .feature__list li .f18 {
    font-size: 1.4rem;
    padding: 1rem;
  }
}

.feature__list-note {
  color: #fff;
  text-align: right;
  margin-top: 1rem;
}
@media screen and (max-width: 834px) {
  .feature__list-note {
    font-size: 1.4rem;
  }
}

.detail-btn {
  margin-top: 2.5rem;
  border: 3px solid #fff;
  border-radius: 2rem;
  padding: 3.5rem 2rem;
  position: relative;
  transition: 0.5s ease;
  text-decoration: none;
}
@media screen and (max-width: 450px) {
  .detail-btn {
    border: 1.5px solid #fff;
    padding: 2rem;
    margin: 1rem 0;
  }
}
.detail-btn .btn-img {
  position: absolute;
  left: 2rem;
  bottom: 0;
  width: 15rem;
}
@media (max-width: 1300px) {
  .detail-btn .btn-img {
    width: 13rem;
  }
}
@media screen and (max-width: 450px) {
  .detail-btn .btn-img {
    width: 8rem;
    left: 0em;
  }
}
.detail-btn .f24 {
  color: #fff;
  text-align: center;
}
@media (max-width: 1300px) {
  .detail-btn .f24 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 450px) {
  .detail-btn .f24 {
    font-size: 1.4rem;
  }
}
.detail-btn .circle {
  border: 0 !important;
  position: absolute;
  right: 12%;
  top: 50%;
  transform: translate(40px, -50%);
  transition: 0.5s ease;
}
.detail-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}
.detail-btn:hover .circle {
  transition: 0.5s ease;
  transform: translate(47px, -50%);
}

.feature-tax {
  background: #fff;
  border-radius: 2rem;
  margin-top: 13rem;
  padding: 7rem 5rem;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .feature-tax {
    margin-top: 6rem;
    padding: 8% 5% 5%;
  }
}
@media screen and (max-width: 450px) {
  .feature-tax {
    padding: 10% 5% 5%;
  }
}

.feature-tax__head {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1100px) {
  .feature-tax__head {
    top: -26px;
  }
}
@media screen and (max-width: 450px) {
  .feature-tax__head {
    top: -17px;
  }
}
.feature-tax__head .f24 span {
  background: #333333;
  border-radius: 50px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 0.5rem 2rem;
}
@media screen and (max-width: 1100px) {
  .feature-tax__head .f24 span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 450px) {
  .feature-tax__head .f24 span {
    font-size: 1.4rem;
  }
}

.feature-tax__flex {
  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;
}
@media screen and (max-width: 834px) {
  .feature-tax__flex {
    display: block;
  }
}
.feature-tax__flex .feature-tax__flex-ttl {
  font-weight: 600;
  text-align: left;
  width: 35%;
}
@media (max-width: 1300px) {
  .feature-tax__flex .feature-tax__flex-ttl {
    font-size: 2.4rem;
    width: 35%;
  }
}
@media screen and (max-width: 1100px) {
  .feature-tax__flex .feature-tax__flex-ttl {
    width: 35%;
  }
}
@media screen and (max-width: 834px) {
  .feature-tax__flex .feature-tax__flex-ttl {
    font-size: 2rem;
    margin-bottom: 2.5rem;
    width: 100%;
    line-height: 1.7;
    text-align: center;
  }
}
.feature-tax__flex .feature-tax__flex-ttl span {
  display: inline;
  color: #fff;
  box-shadow: inset 0 1.4em 0 0 #fe9db0;
  padding: 0 0.2em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.feature-tax__flex .f15 {
  text-align: left;
  width: 60%;
}
@media screen and (max-width: 1100px) {
  .feature-tax__flex .f15 {
    width: 55%;
  }
}
@media screen and (max-width: 834px) {
  .feature-tax__flex .f15 {
    width: 100%;
  }
}

.wwa-no {
  background: #ffafbf;
}

.wwa-no__hg {
  margin-bottom: 5rem;
}
@media screen and (max-width: 834px) {
  .wwa-no__hg {
    margin-bottom: 3rem;
  }
}
.wwa-no__hg .f42 {
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 834px) {
  .wwa-no__hg .f42 {
    font-size: 2.2rem;
  }
}
.wwa-no__hg .f15 {
  color: #fff;
  text-align: center;
}

.wwa-no__list {
  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;
  flex-wrap: wrap;
  gap: 10px;
}
.wwa-no__list li {
  position: relative;
  height: 46vh;
  width: 32.5%;
  background: #fff;
  border-radius: 2rem;
  padding: 2rem;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .wwa-no__list li {
    height: 41.5vh;
  }
}
@media (max-width: 987px) {
  .wwa-no__list li {
    width: 31.5%;
  }
}
@media screen and (max-width: 834px) {
  .wwa-no__list li {
    height: 270px;
    width: 48.5%;
  }
}
@media (max-width: 750px) {
  .wwa-no__list li {
    height: 260px;
  }
}
@media (max-width: 650px) {
  .wwa-no__list li {
    height: 500px;
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .wwa-no__list li {
    height: 290px;
  }
}
.wwa-no__list li div {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
}
.wwa-no__list li div .wwa-no__cat {
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.wwa-no__list li div .wwa-no__data {
  position: absolute;
  color: #ff5885;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  width: 100%;
}
@media (max-width: 1300px) {
  .wwa-no__list li div .wwa-no__data {
    font-size: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .wwa-no__list li div .wwa-no__data {
    font-size: 3rem;
  }
}
@media screen and (max-width: 450px) {
  .wwa-no__list li div .wwa-no__data {
    font-size: 6rem;
  }
}
.wwa-no__list li div .wwa-no__data span {
  font-size: 3rem;
}
@media screen and (max-width: 834px) {
  .wwa-no__list li div .wwa-no__data span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 450px) {
  .wwa-no__list li div .wwa-no__data span {
    font-size: 3rem;
  }
}
.wwa-no__list li div .wwa-no__desc {
  font-size: 2.1rem;
  line-height: 1.2;
  font-weight: 600;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 1300px) {
  .wwa-no__list li div .wwa-no__desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .wwa-no__list li div .wwa-no__desc {
    font-size: 1.4rem;
  }
}

.wwa-no__list .li-01:after {
  content: "";
  background: url(../img/wwa/data-01.webp) no-repeat;
  position: absolute;
  background-position: center;
  background-size: contain;
  height: 100%;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.wwa-no__list .li-01 .wwa-no__data {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.wwa-no__list .li-01 .wwa-no__desc {
  bottom: 3rem;
}
.wwa-no__list .li-02:after {
  content: "";
  background: url(../img/wwa/data-02.webp) no-repeat;
  position: absolute;
  background-position: center;
  background-size: contain;
  height: 100%;
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.wwa-no__list .li-02 .wwa-no__data {
  top: 50%;
  transform: translateY(-50%);
}
.wwa-no__list .li-02 .wwa-no__desc {
  bottom: 3rem;
}
.wwa-no__list .li-03 .wwa-no__img {
  position: absolute;
  height: 100%;
  width: 80%;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 987px) {
  .wwa-no__list .li-03 .wwa-no__img {
    height: auto;
    transform: translate(-50%, -50%);
    top: 50%;
  }
}
@media screen and (max-width: 834px) {
  .wwa-no__list .li-03 .wwa-no__img {
    width: 75%;
    bottom: -100px;
  }
}
@media (max-width: 750px) {
  .wwa-no__list .li-03 .wwa-no__img {
    width: 80%;
    bottom: -70px;
  }
}
@media (max-width: 650px) {
  .wwa-no__list .li-03 .wwa-no__img {
    width: 90%;
    bottom: -100px;
  }
}
@media screen and (max-width: 450px) {
  .wwa-no__list .li-03 .wwa-no__img {
    width: 82%;
  }
}
.wwa-no__list .li-04 .wwa-no__img {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 987px) {
  .wwa-no__list .li-04 .wwa-no__img {
    height: auto;
    transform: translate(-50%, -50%);
    top: 50%;
  }
}
@media screen and (max-width: 834px) {
  .wwa-no__list .li-04 .wwa-no__img {
    width: 85%;
  }
}
@media (max-width: 750px) {
  .wwa-no__list .li-04 .wwa-no__img {
    width: 92%;
  }
}
@media (max-width: 650px) {
  .wwa-no__list .li-04 .wwa-no__img {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .wwa-no__list .li-04 .wwa-no__img {
    width: 90%;
  }
}
.wwa-no__list .li-05 .wwa-no__img {
  text-align: center;
  margin-bottom: 1rem;
  padding-top: 4rem;
}
.wwa-no__list .li-05 .wwa-no__data {
  margin-bottom: 0.5rem;
  text-align: center;
  top: 47%;
}
.wwa-no__list .li-05 .wwa-no__data .f80 span {
  font-size: 3rem;
}
.wwa-no__list .li-05 .wwa-no__desc {
  top: 83%;
  text-align: center;
}
.wwa-no__list .li-05 .wwa-no__desc .f14 {
  text-decoration: underline;
  display: block;
  margin-bottom: 0.5rem;
}
.wwa-no__list .li-06:after {
  content: "";
  background: url(../img/wwa/data-06.webp) no-repeat;
  position: absolute;
  background-position: center;
  background-size: contain;
  height: 100%;
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.wwa-no__list .li-06 .wwa-no__data {
  top: 50%;
  transform: translateY(-50%);
}
.wwa-no__list .li-06 .wwa-no__desc {
  bottom: 3rem;
}/*# sourceMappingURL=wwa.css.map */