@charset "UTF-8";
/*************************
共通class
************************ */
/* ************************
main
************************ */
/* ************************
content
************************ */
.top-mv {
  position: relative;
  overflow: hidden;
  height: 7.4rem;
  padding-top: 1rem;
}
@media screen and (max-width: 767.98px) {
  .top-mv {
    height: auto;
    padding-top: 0.5rem;
  }
}
.top-mv .container {
  max-width: 14.4rem;
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  .top-mv .container {
    display: flex;
    flex-wrap: wrap;
  }
}
.top-mv-info {
  width: 7.4rem;
  height: 6.9rem;
  text-align: right;
  position: absolute;
  top: -1.4rem;
  right: -2.58rem;
}
@media screen and (max-width: 767.98px) {
  .top-mv-info {
    width: 100%;
    height: auto;
    padding-bottom: 0.44rem;
    position: relative;
    top: auto;
    right: auto;
    order: 2;
  }
}
.top-mv-info:before, .top-mv-info:after {
  content: "";
  display: block;
}
.top-mv-info:before {
  width: 7.4rem;
  height: 7.4rem;
  background: transparent url("../img/circle_large.svg");
  position: absolute;
  top: calc((100% - 7.4rem) / 2);
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .top-mv-info:before {
    width: 3.15rem;
    height: auto;
    aspect-ratio: 1/1;
    top: -2.86rem;
    left: 1.52rem;
    z-index: 1;
  }
}
.top-mv-info:after {
  width: 4.38rem;
  height: 2.58rem;
  background: #fff url("../img/index/catch01.svg") no-repeat scroll 0 0/cover;
  position: absolute;
  top: calc((100% - 2.58rem) / 2);
  left: 0;
  z-index: 2;
  box-sizing: content-box;
  border-top: 0.12rem solid #fff;
  border-bottom: 0.12rem solid #fff;
  border-left: 0.08rem solid #fff;
}
@media screen and (max-width: 767.98px) {
  .top-mv-info:after {
    width: 2.15rem;
    height: auto;
    aspect-ratio: 438/258;
    background-color: transparent;
    border: none;
    position: relative;
    top: auto;
    left: auto;
    margin-top: -0.24rem;
    margin-left: 0.16rem;
  }
}
.top-mv-info-title {
  padding-left: 1.32rem;
  position: absolute;
  top: 5.24rem;
  left: 0.08rem;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .top-mv-info-title {
    width: 100%;
    text-align: right;
    top: auto;
    bottom: 0;
    left: auto;
    padding-left: 0;
    padding-right: 0.1rem;
  }
}
.top-mv-info-title:after {
  content: "";
  display: block;
  width: 1.04rem;
  height: 1.04rem;
  background: transparent url("../img/circle_small.svg") no-repeat scroll 0 0/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .top-mv-info-title:after {
    width: 0.52rem;
    height: 0.52rem;
    top: -1rem;
    left: auto;
    right: 0.22rem;
  }
}
.top-mv-info-title img {
  width: 2.65rem;
}
@media screen and (max-width: 767.98px) {
  .top-mv-info-title img {
    width: 2.04rem;
  }
}
.top-mv-img {
  width: 10.52rem;
  height: 5.04rem;
  margin-top: -0.2rem;
  margin-left: -0.6rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767.98px) {
  .top-mv-img {
    width: 3rem;
    height: auto;
    position: relative;
    margin-top: 0;
    margin-left: -0.1rem;
    order: 1;
  }
}
.top-mv-img figure {
  position: relative;
}
.top-search {
  background-color: #f2f4f4;
  padding: 0.66rem 0;
  margin-top: -2.64rem;
}
@media screen and (max-width: 767.98px) {
  .top-search {
    margin-top: -0.15rem;
    padding: 0.2rem 0 0.24rem;
  }
}
.top-search .container {
  max-width: 9.6rem;
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  .top-search .container {
    padding: 0 0.16rem;
  }
}
.top-search .ttl-grad {
  margin-bottom: 0.32rem;
}
@media screen and (max-width: 767.98px) {
  .top-search .ttl-grad {
    margin-bottom: 0.08rem;
  }
}
.top-about {
  margin-top: 1rem;
  margin-bottom: 1.24rem;
  padding-top: 0.48rem;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 767.98px) {
  .top-about {
    padding-top: 0;
    padding-bottom: 0.3rem;
    margin-top: 0.34rem;
    margin-bottom: 0.3rem;
  }
}
.top-about:before {
  content: "";
  display: block;
  width: calc(100% - 2rem);
  height: 4.8rem;
  background-color: #f2f4f4;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .top-about:before {
    width: calc(100% - 0.16rem);
    height: calc(100% - 1.06rem);
  }
}
.top-about .container {
  width: 100%;
  max-width: 14.4rem;
  padding: 0;
}
.top-about-count {
  width: 3.9rem;
  height: 3.9rem;
  margin-left: 2.2rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .top-about-count {
    width: 1.64rem;
    height: 1.64rem;
    margin-left: 0;
    position: absolute;
    top: 2rem;
    left: 50%;
  }
}
.top-about-count:before {
  content: "";
  display: block;
  width: 3.86rem;
  height: 3.86rem;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='layer01' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 748 748'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:url(%23circle_grad);stroke-miterlimit:10;stroke-width:16px;%7D%3C/style%3E%3ClinearGradient id='circle_grad' x1='0' y1='374' x2='748' y2='374' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ff7bc9'/%3E%3Cstop offset='.3' stop-color='%237c42ff'/%3E%3Cstop offset='.6' stop-color='%230042ff'/%3E%3Cstop offset='1' stop-color='%237bdef2'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='design'%3E%3Ccircle class='cls-1' cx='374' cy='374' r='366'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .top-about-count:before {
    width: 1.64rem;
    height: 1.64rem;
  }
}
.top-about-count-txt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-about-count-txt p {
  margin-top: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.top-about-count-txt p .title {
  display: block;
  width: 100%;
  font-size: 0.22rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .top-about-count-txt p .title {
    font-size: 0.13rem;
  }
}
.top-about-count-txt p .count {
  display: block;
  text-transform: uppercase;
  font-size: 0.52rem;
  font-family: "futura-pt-bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(90deg, rgb(255, 123, 201) 0%, rgb(124, 66, 255) 30%, rgb(0, 66, 255) 60%, rgb(123, 222, 242) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
@media screen and (max-width: 767.98px) {
  .top-about-count-txt p .count {
    font-size: 0.24rem;
    letter-spacing: -0.025em;
  }
}
.top-about-count-txt p .count b {
  display: block;
  font-size: 1.48rem;
  line-height: 0.86;
}
@media screen and (max-width: 767.98px) {
  .top-about-count-txt p .count b {
    font-size: 0.64rem;
    letter-spacing: 0.02em;
    line-height: 0.8;
  }
}
.top-about-info {
  width: 8.66rem;
  margin: 0 auto;
  margin-top: 0.4rem;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767.98px) {
  .top-about-info {
    width: 100%;
    padding-top: 3.32rem;
    padding-left: 0.32rem;
    margin-top: 0;
    display: block;
    position: relative;
  }
}
.top-about-info-box {
  position: relative;
  margin-right: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .top-about-info-box {
    margin-right: 0;
  }
}
.top-about-info-title {
  font-size: 0.22rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.7273;
}
@media screen and (max-width: 767.98px) {
  .top-about-info-title {
    font-size: 0.2rem;
    line-height: 1.525;
  }
}
.top-about-info-title img {
  width: 2.53rem;
  height: 0.45rem;
}
@media screen and (max-width: 767.98px) {
  .top-about-info-title img {
    width: 1.3rem;
    height: auto;
    aspect-ratio: 253.1/45.1;
  }
}
.top-about-info-txt {
  line-height: 2;
  margin-top: 0.24rem;
  font-size: 0.16rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .top-about-info-txt {
    font-size: 0.11rem;
    margin-top: 0.16rem;
  }
}
.top-about-info-img {
  width: 3.25rem;
}
@media screen and (max-width: 767.98px) {
  .top-about-info-img {
    width: 1.4rem;
    position: absolute;
    bottom: auto;
    top: 1.8rem;
    left: 0;
  }
}
.top-about-img {
  width: 6.95rem;
  position: absolute;
  top: -0.48rem;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .top-about-img {
    width: 2.6rem;
    height: auto;
    top: 0;
  }
}
.top-about-img figure {
  width: 100%;
  height: 100%;
  position: relative;
}
.top-about-img figure img.polygon-photo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  animation: polygon02 8s linear infinite 1s;
  -webkit-clip-path: polygon(0 2%, 88.3% 23.5%, 88.3% 23.5%, 88.3% 23.5%, 89% 80%, 89% 80%, 30% 98.2%, 0 96%);
          clip-path: polygon(0 2%, 88.3% 23.5%, 88.3% 23.5%, 88.3% 23.5%, 89% 80%, 89% 80%, 30% 98.2%, 0 96%);
}
.top-about-img figure img.polygon-line {
  position: relative;
  z-index: 2;
}
.top-about-list {
  max-width: 10.3rem;
  margin: 0 auto;
  margin-top: 0.7rem;
}
@media screen and (max-width: 767.98px) {
  .top-about-list {
    margin-top: 0.48rem;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
}
.top-about-list ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  counter-reset: nmb 0;
}
@media screen and (max-width: 767.98px) {
  .top-about-list ul {
    display: block;
  }
}
.top-about-list ul li {
  width: 3.1rem;
  background-color: #0042ff;
  padding-bottom: 0.32rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .top-about-list ul li {
    width: 100%;
    padding-bottom: 0.24rem;
  }
}
.top-about-list ul li:before, .top-about-list ul li:after {
  font-family: "futura-pt-bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  position: absolute;
}
.top-about-list ul li:before {
  content: "FEATURE";
  color: #fff;
  font-size: 0.19rem;
  position: absolute;
  top: 1.9rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  .top-about-list ul li:before {
    font-size: 0.15rem;
    top: 1.52rem;
  }
}
.top-about-list ul li:after {
  counter-increment: nmb 1;
  content: counter(nmb, decimal-leading-zero);
  color: #fff;
  font-size: 0.7rem;
  line-height: 1;
  position: absolute;
  top: 2.1rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  .top-about-list ul li:after {
    font-size: 0.57rem;
    top: 1.7rem;
  }
}
.top-about-list ul li:nth-of-type(2) {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .top-about-list ul li:nth-of-type(2) {
    margin-top: 0.24rem;
  }
}
.top-about-list ul li:last-of-type {
  margin-top: 1rem;
}
@media screen and (max-width: 767.98px) {
  .top-about-list ul li:last-of-type {
    margin-top: 0.24rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-about-list-img img {
    aspect-ratio: 630/400;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 0;
       object-position: center 0;
  }
}
.top-about-list-title {
  padding-top: 0.16rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .top-about-list-title {
    padding-top: 0.08rem;
  }
}
.top-about-list-title strong {
  display: block;
  font-size: 0.22rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .top-about-list-title strong {
    font-size: 0.2rem;
  }
}
.top-about-list-txt {
  text-align: center;
  color: #fff;
  margin-top: 0.08rem;
}
.top-news {
  background: linear-gradient(90deg, rgb(255, 123, 201) 0%, rgb(124, 66, 255) 30%, rgb(0, 66, 255) 60%, rgb(123, 222, 242) 100%);
  padding-top: 0;
  padding-bottom: 0.6rem;
  position: relative;
  border-bottom: 0.1rem solid #000;
}
@media screen and (max-width: 767.98px) {
  .top-news {
    padding-bottom: 0.3rem;
    border-bottom-width: 0.05rem;
  }
}
.top-news-info {
  text-align: center;
}
.top-news-title {
  margin-bottom: 0.6rem;
  padding-top: 1.12rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .top-news-title {
    font-size: 0.2rem;
    padding-top: 0.36rem;
    line-height: 1.5;
    margin-bottom: 0.24rem;
  }
}
.top-news-title:before, .top-news-title:after {
  content: "";
  display: block;
}
.top-news-title:before {
  content: "new circle.";
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: "futura-pt-bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 0.8;
  position: absolute;
  top: -0.12rem;
  left: -0.12rem;
}
@media screen and (max-width: 767.98px) {
  .top-news-title:before {
    font-size: 0.51rem;
    top: -0.04rem;
    left: -0.04rem;
    margin-right: -0.1rem;
  }
}
.top-news-title:after {
  width: 3.2rem;
  height: 2.58rem;
  background: transparent url(../img/index/ph_new.webp) no-repeat scroll center center/cover;
  position: absolute;
  top: -1.56rem;
  left: 9.2rem;
}
@media screen and (max-width: 767.98px) {
  .top-news-title:after {
    width: 1.35rem;
    height: auto;
    aspect-ratio: 320/258;
    top: -1.02rem;
    right: 0.34rem;
    left: auto;
  }
}
.top-news-title span {
  display: inline-block;
  font-size: 0.2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.15em;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .top-news-title span {
    font-size: 0.16rem;
    letter-spacing: 0;
  }
}
.top-news-slide {
  position: relative;
}
.top-news-slide-swiper .swiper-slide:last-of-type .top-news-slide-article {
  border-bottom: none;
  margin-bottom: 0;
}
.top-news-slide-article {
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .top-news-slide-article {
    padding: 0 0.14rem;
    background-color: transparent;
    box-shadow: none;
  }
}
.top-news-slide-article a {
  height: 100%;
}
.mouse .top-news-slide-article a:hover .more:after {
  right: -0.02rem;
}
.top-news-slide-info {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .top-news-slide-info {
    background-color: transparent;
  }
}
.top-news-slide .swiper-slide {
  width: 3.35rem;
  padding: 0 0.25rem;
}
@media screen and (max-width: 767.98px) {
  .top-news-slide .swiper-slide {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .top-news-slide .swiper-pagination {
    display: none;
  }
}
.top-news-slide-navi {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .top-news-slide-navi {
    display: none;
  }
}
.top-news-slide-navi .news-prev {
  position: absolute;
  top: 0.7rem;
  left: calc(50% - 5.5rem);
  z-index: 200;
}
@media screen and (max-width: 767.98px) {
  .top-news-slide-navi .news-prev {
    top: 0.44rem;
    left: calc(50% - 1.56rem);
  }
}
.top-news-slide-navi .news-next {
  position: absolute;
  top: 0.7rem;
  right: calc(50% - 5.5rem);
  z-index: 200;
}
@media screen and (max-width: 767.98px) {
  .top-news-slide-navi .news-next {
    top: 0.44rem;
    right: calc(50% - 1.56rem);
  }
}
.top-news-slide-img {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .top-news-slide-img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top-news-slide-head {
  padding: 0.16rem 0;
  margin-bottom: 0.16rem;
  display: inline-flex;
}
@media screen and (max-width: 767.98px) {
  .top-news-slide-head {
    padding: 0.12rem 0;
    margin-bottom: 0;
  }
}
.top-news-slide-head span {
  display: inline-block;
  font-size: 0.14rem;
  color: #fff;
  line-height: 1;
  padding: 0 0.08rem;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767.98px) {
  .top-news-slide-head span {
    font-size: 0.08rem;
  }
}
.top-news-slide-head span:first-of-type {
  padding-left: 0;
}
.top-news-slide-head span:last-of-type {
  padding-right: 0;
  border-right: none;
}
.top-news-slide-title {
  font-size: 0.22rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767.98px) {
  .top-news-slide-title {
    font-size: 0.14rem;
    line-height: 1.34;
    margin-bottom: 0.08rem;
    padding-bottom: 0;
  }
}
.top-news-slide-txt {
  margin-top: 0;
  padding-top: 0.12rem;
  font-size: 0.16rem;
  color: #fff;
  line-height: 1.78;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .top-news-slide-txt {
    font-size: 0.1rem;
    padding-top: 0;
    line-height: 1.6;
  }
}
.top-news-slide .btnbox {
  padding-top: 0.3rem;
}
@media screen and (max-width: 767.98px) {
  .top-news-slide .btnbox {
    padding-top: 0.24rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-news-slide .btnbox .btn {
    width: 48%;
  }
}
.top-news-slide .btnbox .btn span {
  letter-spacing: 0;
}
@media screen and (max-width: 767.98px) {
  .top-category {
    padding-bottom: 0.8rem;
  }
}
.top-category .container {
  max-width: 9.6rem;
  padding: 0;
  margin: 0 auto;
}
.top-category-title {
  text-align: center;
}
.top-category-title span {
  display: block;
}
.top-category-title.ttl-grad {
  padding-top: 0;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 767.98px) {
  .top-category-title.ttl-grad {
    margin-bottom: 0.24rem;
  }
}
.top-category-title.ttl-grad:before {
  white-space: pre;
  content: "search   a   circle.";
  font-size: 0.6rem;
  position: relative;
  top: auto;
  left: auto;
}
@media screen and (max-width: 767.98px) {
  .top-category-title.ttl-grad:before {
    font-size: 0.31rem;
    letter-spacing: -0.01em;
  }
}
.top-category-title.ttl-grad:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 2rem;
  border: 0.07rem solid #0042ff;
  position: absolute;
  top: -0.2rem;
  left: calc((100% - 0.82rem) / 2);
}
@media screen and (max-width: 767.98px) {
  .top-category-title.ttl-grad:after {
    width: 0.5rem;
    height: 0.5rem;
    border-width: 0.04rem;
    top: -0.09rem;
    left: calc((100% - 0.4rem) / 2);
  }
}
.top-category-title.ttl-grad span {
  font-size: 0.2rem;
  font-weight: 700;
  padding-top: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .top-category-title.ttl-grad span {
    font-size: 0.13rem;
    padding-top: 0.2rem;
  }
}
.top-category-list ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .top-category-list ul {
    justify-content: space-between;
    padding: 0 0.16rem;
  }
}
.top-category-list ul:before {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .top-category-list ul:before {
    content: "";
    display: block;
    width: calc(50% - 0.16rem);
    height: auto;
    aspect-ratio: 1/1;
    background-color: black;
    position: absolute;
    right: 0.16rem;
    bottom: 0;
    z-index: 1;
  }
}
.top-category-list ul:after {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .top-category-list ul:after {
    content: "";
    display: block;
    width: calc(50% - 0.16rem);
    height: auto;
    aspect-ratio: 1/1;
    background: transparent url(../img/logo_w.svg) no-repeat scroll center center/0.92rem 0.18rem;
    opacity: 0.5;
    position: absolute;
    right: 0.16rem;
    bottom: 0;
    z-index: 2;
  }
}
.top-category-list ul li {
  width: 3.2rem;
  height: 3.2rem;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .top-category-list ul li {
    width: 50%;
    height: auto;
    aspect-ratio: 1/1;
    z-index: 3;
  }
}
.top-category-list ul li a {
  display: block;
  position: relative;
  filter: brightness(1.2);
}
.top-category-list ul li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767.98px) {
  .top-category-list ul li a:after {
    top: 0;
  }
}
.mouse .top-category-list ul li a:hover {
  opacity: 1;
}
.mouse .top-category-list ul li a:hover:after {
  top: 0;
}
.mouse .top-category-list ul li a:hover .top-category-item-info {
  top: calc((100% - 0.6rem) / 2);
  filter: brightness(1);
}
.top-category-item-info {
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  top: calc((100% + 1.8rem) / 2);
  left: 0;
  z-index: 2;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767.98px) {
  .top-category-item-info {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    top: calc((100% - 0.3rem) / 2);
  }
}
.top-category-item-title {
  font-size: 0.2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  .top-category-item-title {
    font-size: 0.12rem;
  }
}
.top-category-item-title span {
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-size: 0.34rem;
  font-family: "futura-pt-bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.08rem;
}
@media screen and (max-width: 767.98px) {
  .top-category-item-title span {
    font-size: 0.16rem;
    line-height: 1;
  }
}
.top-category-item-txt {
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  .top-category-item-txt {
    font-size: 0.1rem;
    line-height: 1.5;
  }
}
.top-category-tag {
  padding: 1.2rem 0.48rem 0;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .top-category-tag {
    padding: 0.6rem 0.16rem 0 0.56rem;
  }
}
.top-category-tag:before {
  content: "";
  display: block;
  width: calc(50vw + 4.8rem);
  height: calc(100% - 1.36rem);
  background-color: #f2f4f4;
  position: absolute;
  top: 1.36rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .top-category-tag:before {
    width: calc(100% - 0.32rem);
    height: calc(100% - 0.68rem);
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
  }
}
.top-category-tag:after {
  content: "";
  display: block;
  width: 0.96rem;
  height: 0.96rem;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='layer01' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 96 96'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:url(%23circle_grad);stroke-miterlimit:10;stroke-width:6px;%7D%3C/style%3E%3ClinearGradient id='circle_grad' x1='0' y1='48' x2='96' y2='48' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ff7bc9'/%3E%3Cstop offset='.3' stop-color='%237c42ff'/%3E%3Cstop offset='.6' stop-color='%230042ff'/%3E%3Cstop offset='1' stop-color='%237bdef2'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='design'%3E%3Ccircle class='cls-1' cx='48' cy='48' r='45'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 35%, 50% 35%, 50% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 35%, 50% 35%, 50% 100%, 0 100%);
  position: absolute;
  top: -0.48rem;
  top: 0.72rem;
  left: -0.24rem;
  z-index: 3;
}
@media screen and (max-width: 767.98px) {
  .top-category-tag:after {
    width: 0.48rem;
    height: 0.48rem;
    top: 0.36rem;
    left: 0.16rem;
  }
}
.top-category-tag > div {
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 767.98px) {
  .top-category-tag > div {
    padding-bottom: 0.4rem;
  }
}
.top-category-tag-title {
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 767.98px) {
  .top-category-tag-title {
    margin-bottom: 0;
  }
}
.top-category-tag-title.ttl-grad {
  padding-top: 0.52rem;
}
@media screen and (max-width: 767.98px) {
  .top-category-tag-title.ttl-grad {
    padding-top: 0.26rem;
  }
}
.top-category-tag-title.ttl-grad:before {
  font-size: 0.46rem;
}
@media screen and (max-width: 767.98px) {
  .top-category-tag-title.ttl-grad:before {
    font-size: 0.26rem;
  }
}
.top-category-tag-list {
  display: flex;
  flex-wrap: wrap;
}
.top-category-tag-item {
  margin-right: 0.2rem;
  margin-top: 0.16rem;
}
@media screen and (max-width: 767.98px) {
  .top-category-tag-item {
    margin-right: 0.08rem;
    margin-top: 0.1rem;
  }
}
.top-category-tag-item a {
  display: block;
  line-height: 1;
  padding: 0.08rem 0.08rem;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .top-category-tag-item a {
    font-size: 0.09rem;
    font-weight: 500;
    padding: 0.03rem 0.06rem;
  }
}
.top-category-tag-img {
  padding-bottom: 0 !important;
  position: absolute;
  left: 98%;
  bottom: -0.48rem;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .top-category-tag-img {
    display: none;
  }
}
.top-category-tag-img figure {
  position: relative;
}
.top-category-tag-img figure:after {
  content: "";
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='layer01' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 340 340'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:url(%23circle_grad);stroke-miterlimit:10;stroke-width:8px;%7D%3C/style%3E%3ClinearGradient id='circle_grad' x1='0' y1='170' x2='340' y2='170' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ff7bc9'/%3E%3Cstop offset='.3' stop-color='%237c42ff'/%3E%3Cstop offset='.6' stop-color='%230042ff'/%3E%3Cstop offset='1' stop-color='%237bdef2'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='design'%3E%3Ccircle class='cls-1' cx='170' cy='170' r='166'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: -1.28rem;
  left: 0.2rem;
  z-index: 1;
}
.top-category-tag-img figure img {
  width: 2.22rem;
  height: 3.08rem;
  position: relative;
  z-index: 2;
}
.top-category-feature .top-category-tag-title.ttl-grad:before {
  content: "search feature.";
}
@media screen and (max-width: 767.98px) {
  .top-category-attribute .top-category-tag-title.ttl-grad {
    margin-right: -0.1rem;
  }
}
.top-category-attribute .top-category-tag-title.ttl-grad:before {
  content: "search attribute.";
}
@media screen and (max-width: 767.98px) {
  .top-category-foryou .top-category-tag-title.ttl-grad {
    padding-top: 0.52rem;
  }
}
.top-category-foryou .top-category-tag-title.ttl-grad:before {
  content: "the right circle for you.";
}
@media screen and (max-width: 767.98px) {
  .top-category-foryou .top-category-tag-title.ttl-grad:before {
    white-space: pre-wrap;
    content: "the right circle \a for you.";
  }
}
.top-category-area {
  padding-top: 0.96rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .top-category-area {
    padding-top: 0.48rem;
  }
}
.top-category-area:after {
  content: "";
  display: block;
  width: 0.96rem;
  height: 0.96rem;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='layer01' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 96 96'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:url(%23circle_grad);stroke-miterlimit:10;stroke-width:6px;%7D%3C/style%3E%3ClinearGradient id='circle_grad' x1='0' y1='48' x2='96' y2='48' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ff7bc9'/%3E%3Cstop offset='.3' stop-color='%237c42ff'/%3E%3Cstop offset='.6' stop-color='%230042ff'/%3E%3Cstop offset='1' stop-color='%237bdef2'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='design'%3E%3Ccircle class='cls-1' cx='48' cy='48' r='45'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 35%, 50% 35%, 50% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 35%, 50% 35%, 50% 100%, 0 100%);
  position: absolute;
  top: 0.88rem;
  left: -0.24rem;
  z-index: 3;
}
@media screen and (max-width: 767.98px) {
  .top-category-area:after {
    width: 0.48rem;
    height: 0.48rem;
    top: 0.24rem;
    left: 0.16rem;
  }
}
.top-category-area-title {
  margin-top: 0.96rem;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 767.98px) {
  .top-category-area-title {
    margin-top: 0;
  }
}
.top-category-area-title.ttl-grad {
  padding-top: 0.52rem;
  width: 100%;
  position: absolute;
  top: 0.4rem;
  left: 0.48rem;
}
@media screen and (max-width: 767.98px) {
  .top-category-area-title.ttl-grad {
    padding-top: 0.26rem;
    margin-left: 0.56rem;
    position: relative;
    top: auto;
    left: auto;
  }
}
.top-category-area-title.ttl-grad:before {
  content: "circle area.";
  font-size: 0.46rem;
}
@media screen and (max-width: 767.98px) {
  .top-category-area-title.ttl-grad:before {
    font-size: 0.26rem;
  }
}
.top-category-area-map {
  position: relative;
}
.top-category-area-map .area-map {
  padding-left: 0.48rem;
  width: 9.38rem;
}
@media screen and (max-width: 767.98px) {
  .top-category-area-map .area-map {
    width: 100%;
    padding: 0 0.1rem;
    position: relative;
  }
}
.top-category-area-map .area-list {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.top-category-area-map .area-list ul {
  height: 100%;
  position: relative;
}
.top-category-area-map .area-item {
  width: 1.85rem;
  height: 0.38rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
@media screen and (max-width: 767.98px) {
  .top-category-area-map .area-item {
    width: 1.04rem;
    height: 0.24rem;
  }
}
.top-category-area-map .area-item a,
.top-category-area-map .area-item button {
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
  padding: 0 0.16rem;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .top-category-area-map .area-item a,
  .top-category-area-map .area-item button {
    font-size: 0.1rem;
    padding: 0 0.08rem;
  }
}
.top-category-area-map .area-item a:after,
.top-category-area-map .area-item button:after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotateZ(45deg);
  position: absolute;
  top: calc((100% - 0.14rem) / 2);
  right: 0.16rem;
}
@media screen and (max-width: 767.98px) {
  .top-category-area-map .area-item a:after,
  .top-category-area-map .area-item button:after {
    width: 0.06rem;
    height: 0.06rem;
    top: calc((100% - 0.1rem) / 2);
    right: 0.08rem;
  }
}
.top-category-area-map #area-item-hokkaido {
  top: 5.8%;
  left: 57.7%;
}
@media screen and (max-width: 767.98px) {
  .top-category-area-map #area-item-hokkaido {
    top: 0%;
    left: 22%;
  }
}
.top-category-area-map #area-item-tohoku {
  top: 33.8%;
  left: 80.7%;
}
@media screen and (max-width: 767.98px) {
  .top-category-area-map #area-item-tohoku {
    top: 81%;
    left: 61%;
  }
}
.top-category-area-map #area-item-kanto {
  top: 62.5%;
  left: 71%;
}
@media screen and (max-width: 767.98px) {
  .top-category-area-map #area-item-kanto {
    top: 94%;
    left: 55%;
  }
}
.top-category-area-map #area-item-chubu {
  top: 39%;
  left: 44.6%;
}
@media screen and (max-width: 767.98px) {
  .top-category-area-map #area-item-chubu {
    top: 13%;
    left: 16%;
  }
}
.top-category-area-map #area-item-kinki {
  top: 75.4%;
  left: 50.6%;
}
@media screen and (max-width: 767.98px) {
  .top-category-area-map #area-item-kinki {
    top: 107%;
    left: 49%;
  }
}
.top-category-area-map #area-item-chugoku-shikoku {
  top: 50.8%;
  left: 23.6%;
}
@media screen and (max-width: 767.98px) {
  .top-category-area-map #area-item-chugoku-shikoku {
    top: 26%;
    left: 10%;
  }
}
.top-category-area-map #area-item-kyushu-n {
  top: 60.8%;
  left: -3%;
}
@media screen and (max-width: 767.98px) {
  .top-category-area-map #area-item-kyushu-n {
    top: 39%;
    left: 4%;
  }
}
.top-category-area-map #area-item-kyushu-s {
  top: 81.2%;
  left: 26%;
}
@media screen and (max-width: 767.98px) {
  .top-category-area-map #area-item-kyushu-s {
    top: 94%;
    left: 16%;
  }
}
.top-category-area-map #area-item-okinawa {
  top: 96.8%;
  left: 12%;
}
@media screen and (max-width: 767.98px) {
  .top-category-area-map #area-item-okinawa {
    top: 107%;
    left: 10%;
  }
}
.top-use {
  padding: 0;
  padding-bottom: 1rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .top-use {
    padding-bottom: 0.4rem;
  }
}
.top-use:after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 0.22rem);
  background-color: #f2f4f4;
  position: absolute;
  top: 0.22rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .top-use:after {
    height: calc(100% - 0.12rem);
    top: 0.12rem;
  }
}
.top-use .container {
  max-width: 9.6rem;
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .top-use .container {
    padding: 0 0.16rem;
  }
}
.top-use-title {
  text-align: center;
}
.top-use-title span {
  display: block;
}
.top-use-title.ttl-grad {
  padding-top: 0;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 767.98px) {
  .top-use-title.ttl-grad {
    margin-bottom: 0.24rem;
  }
}
.top-use-title.ttl-grad:before {
  content: "how to use.";
  font-size: 0.6rem;
  position: relative;
  top: auto;
  left: auto;
}
@media screen and (max-width: 767.98px) {
  .top-use-title.ttl-grad:before {
    font-size: 0.31rem;
    letter-spacing: -0.01em;
  }
}
.top-use-title.ttl-grad span {
  font-size: 0.2rem;
  font-weight: 700;
  padding-top: 0.16rem;
}
@media screen and (max-width: 767.98px) {
  .top-use-title.ttl-grad span {
    font-size: 0.13rem;
    padding-top: 0;
  }
}
.top-use-flow {
  background-color: #fff;
}
.top-use-flow .tab-list ul {
  display: flex;
  justify-content: space-between;
  background-color: #f2f4f4;
}
.top-use-flow .tab-item {
  width: calc((100% - 0.08rem) / 2);
  height: 0.72rem;
  background-color: #000;
  color: #fff;
  font-size: 0.18rem;
  line-height: 1;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .top-use-flow .tab-item {
    font-size: 0.11rem;
    width: calc((100% - 0.02rem) / 2);
    height: 0.36rem;
  }
}
.top-use-flow .tab-item.open {
  background-color: #0042ff;
}
.top-use-flow .tab-contents {
  padding: 0.48rem;
}
@media screen and (max-width: 767.98px) {
  .top-use-flow .tab-contents {
    padding: 0.3rem 0.16rem;
  }
}
.top-use-flow .tab-contents-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: none;
  animation: show 0.5s ease;
}
.top-use-flow .tab-contents-box .flow-box {
  width: calc((100% - 1.44rem) / 4);
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .top-use-flow .tab-contents-box .flow-box {
    width: 100%;
    padding-left: 0.72rem;
    margin-top: 0.4rem;
    display: flex;
    flex-wrap: wrap;
  }
}
.top-use-flow .tab-contents-box .flow-box:after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0.4rem;
  left: calc(50% + 0.56rem);
}
@media screen and (max-width: 767.98px) {
  .top-use-flow .tab-contents-box .flow-box:after {
    height: calc(100% - 0.29rem);
    width: 1px;
    top: 0.64rem;
    left: 0.29rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-use-flow .tab-contents-box .flow-box.step1 {
    margin-top: 0;
  }
}
.top-use-flow .tab-contents-box .flow-box.step4:after {
  content: none;
}
.top-use-flow .tab-contents-box .flow-stepnmb {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 2rem;
  background-color: #000;
  color: #fff;
  font-family: "futura-pt-bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.12rem;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .top-use-flow .tab-contents-box .flow-stepnmb {
    width: 0.58rem;
    height: 0.58rem;
    line-height: 1.4;
    font-size: 0.11rem;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.top-use-flow .tab-contents-box .flow-stepnmb b {
  display: block;
  line-height: 0.8;
  font-size: 0.32rem;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .top-use-flow .tab-contents-box .flow-stepnmb b {
    font-size: 0.24rem;
  }
}
.top-use-flow .tab-contents-box .flow-img {
  width: 100%;
  min-height: 1.52rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 767.98px) {
  .top-use-flow .tab-contents-box .flow-img {
    min-height: 0;
    justify-content: flex-start;
    align-items: flex-start;
    order: 3;
  }
}
.top-use-flow .tab-contents-box .flow-img img {
  width: auto;
  height: 100%;
}
.top-use-flow .tab-contents-box .flow-title {
  min-height: 0.58rem;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 1.56;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .top-use-flow .tab-contents-box .flow-title {
    width: 100%;
    min-height: 0;
    font-size: 0.15rem;
    text-align: left;
    order: 1;
  }
}
.top-use-flow .tab-contents-box .flow-txt {
  margin-top: 0.08rem;
  font-size: 0.14rem;
}
@media screen and (max-width: 767.98px) {
  .top-use-flow .tab-contents-box .flow-txt {
    font-size: 0.1rem;
    line-height: 1.8;
    order: 2;
  }
}
.top-use-flow .tab-contents-box .flow-btn {
  width: 100%;
  padding-top: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .top-use-flow .tab-contents-box .flow-btn {
    padding-top: 0.3rem;
  }
}
.top-use-flow .tab-contents-box.recruiting .flow-box.step1 .flow-img img {
  height: 1.47rem;
}
@media screen and (max-width: 767.98px) {
  .top-use-flow .tab-contents-box.recruiting .flow-box.step1 .flow-img img {
    height: 1.35rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-use-flow .tab-contents-box.recruiting .flow-box.step2 .flow-img {
    padding-top: 0.12rem;
  }
}
.top-use-flow .tab-contents-box.recruiting .flow-box.step2 .flow-img img {
  height: 1.22rem;
}
@media screen and (max-width: 767.98px) {
  .top-use-flow .tab-contents-box.recruiting .flow-box.step2 .flow-img img {
    height: 1.07rem;
  }
}
.top-use-flow .tab-contents-box.recruiting .flow-box.step3 .flow-img img {
  height: 1.52rem;
}
@media screen and (max-width: 767.98px) {
  .top-use-flow .tab-contents-box.recruiting .flow-box.step3 .flow-img img {
    height: 1.32rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-use-flow .tab-contents-box.recruiting .flow-box.step4 .flow-img {
    padding-top: 0.12rem;
  }
}
.top-use-flow .tab-contents-box.recruiting .flow-box.step4 .flow-img img {
  height: 1.24rem;
}
@media screen and (max-width: 767.98px) {
  .top-use-flow .tab-contents-box.recruiting .flow-box.step4 .flow-img img {
    height: 1.06rem;
  }
}
.top-use-flow .tab-contents-box.participants .flow-box.step1 .flow-img img {
  height: 1.24rem;
}
.top-use-flow .tab-contents-box.participants .flow-box.step2 .flow-img img {
  height: 1.25rem;
}
.top-use-flow .tab-contents-box.participants .flow-box.step3 .flow-img img {
  height: 1.13rem;
}
.top-use-flow .tab-contents-box.participants .flow-box.step4 .flow-img img {
  height: 1.24rem;
}
.top-use-flow .tab-contents-box.flow-on {
  display: flex;
}
.top-bridge {
  padding: 0;
  background-color: #0042ff;
}
.top-bridge .container {
  max-width: 11.2rem;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .top-bridge .container {
    flex-wrap: wrap;
    padding: 0.24rem 0.16rem 0;
  }
}
.top-bridge-img {
  width: 5.1rem;
  margin-top: -0.2rem;
}
@media screen and (max-width: 767.98px) {
  .top-bridge-img {
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0.16rem;
    order: 2;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .top-bridge-img {
    padding-top: 0.2rem;
    margin-bottom: 0;
  }
}
.top-bridge-title.ttl-grad {
  padding-top: 0;
}
.top-bridge-title.ttl-grad:before {
  content: "finding a friend.";
  font-size: 0.6rem;
  color: #fff;
  position: relative;
  top: auto;
  left: auto;
}
@media screen and (max-width: 767.98px) {
  .top-bridge-title.ttl-grad:before {
    font-size: 0.54rem;
    line-height: 0.9;
  }
}
.top-bridge-title.ttl-grad span {
  display: block;
  font-size: 0.2rem;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .top-bridge-title.ttl-grad span {
    font-size: 0.13rem;
    padding-top: 0.06rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-bridge-info {
    width: 100%;
    margin-left: 0;
    order: 1;
  }
}
.top-bridge-btn {
  padding-top: 0.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .top-bridge-btn {
    padding-top: 0.16rem;
  }
}
.top-bridge-btn .btn {
  background-color: #fff;
  border: 2px solid #fff;
}
@media screen and (max-width: 767.98px) {
  .top-bridge-btn .btn {
    border-width: 1px;
  }
}
.top-bridge-btn .btn span {
  color: #0042ff;
}
.top-bridge-btn .btn.login {
  margin-right: 0.2rem;
  background-color: transparent;
}
@media screen and (max-width: 767.98px) {
  .top-bridge-btn .btn.login {
    margin-right: 0.1rem;
  }
}
.top-bridge-btn .btn.login span {
  color: #fff;
}
.mouse .top-bridge-btn .btn:hover {
  background-color: #000;
}

@keyframes fadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes polygon01 {
  0% {
    -webkit-clip-path: polygon(8.4% 23.3%, 8.4% 23.3%, 73.22% 0%, 100% 16.4%, 100% 85%, 45.2% 99.3%, 8.4% 74.2%, 8.4% 74.2%, 8.4% 74.2%, 8.4% 23.3%);
            clip-path: polygon(8.4% 23.3%, 8.4% 23.3%, 73.22% 0%, 100% 16.4%, 100% 85%, 45.2% 99.3%, 8.4% 74.2%, 8.4% 74.2%, 8.4% 74.2%, 8.4% 23.3%);
  }
  20% {
    -webkit-clip-path: polygon(8.4% 23.3%, 8.4% 14.2%, 73.22% 0%, 100% 16.4%, 100% 85%, 45.2% 99.3%, 8.4% 74.2%, 8.4% 74.2%, 0.8% 69.2%, 8.4% 30.3%);
            clip-path: polygon(8.4% 23.3%, 8.4% 14.2%, 73.22% 0%, 100% 16.4%, 100% 85%, 45.2% 99.3%, 8.4% 74.2%, 8.4% 74.2%, 0.8% 69.2%, 8.4% 30.3%);
  }
  40% {
    -webkit-clip-path: polygon(8.4% 23.3%, 8.4% 23.3%, 73.22% 0%, 100% 16.4%, 100% 85%, 45.2% 99.3%, 8.4% 74.2%, 8.4% 74.2%, 0.8% 69.2%, 0.8% 26.5%);
            clip-path: polygon(8.4% 23.3%, 8.4% 23.3%, 73.22% 0%, 100% 16.4%, 100% 85%, 45.2% 99.3%, 8.4% 74.2%, 8.4% 74.2%, 0.8% 69.2%, 0.8% 26.5%);
  }
  60% {
    -webkit-clip-path: polygon(8.4% 23.3%, 8.4% 23.3%, 73.22% 0%, 100% 16.4%, 100% 85%, 45.2% 99.3%, 8.4% 80.5%, 8.4% 74.2%, 0.8% 69.2%, 8.4% 30.3%);
            clip-path: polygon(8.4% 23.3%, 8.4% 23.3%, 73.22% 0%, 100% 16.4%, 100% 85%, 45.2% 99.3%, 8.4% 80.5%, 8.4% 74.2%, 0.8% 69.2%, 8.4% 30.3%);
  }
  80% {
    -webkit-clip-path: polygon(8.4% 23.3%, 8.4% 14.2%, 73.22% 0%, 100% 16.4%, 100% 85%, 45.2% 99.3%, 8.4% 80.5%, 8.4% 74.2%, 8.4% 74.2%, 8.4% 30.3%);
            clip-path: polygon(8.4% 23.3%, 8.4% 14.2%, 73.22% 0%, 100% 16.4%, 100% 85%, 45.2% 99.3%, 8.4% 80.5%, 8.4% 74.2%, 8.4% 74.2%, 8.4% 30.3%);
  }
  100% {
    -webkit-clip-path: polygon(8.4% 23.3%, 8.4% 23.3%, 73.22% 0%, 100% 16.4%, 100% 85%, 45.2% 99.3%, 8.4% 74.2%, 8.4% 74.2%, 8.4% 74.2%, 8.4% 23.3%);
            clip-path: polygon(8.4% 23.3%, 8.4% 23.3%, 73.22% 0%, 100% 16.4%, 100% 85%, 45.2% 99.3%, 8.4% 74.2%, 8.4% 74.2%, 8.4% 74.2%, 8.4% 23.3%);
  }
}
@keyframes polygon01sp {
  0% {
    -webkit-clip-path: polygon(8.4% 23.3%, 8.4% 23.3%, 73.22% 0%, 100% 16.4%, 100% 85%, 45.2% 99.3%, 8.4% 74.2%, 8.4% 74.2%, 8.4% 74.2%, 8.4% 23.3%);
            clip-path: polygon(8.4% 23.3%, 8.4% 23.3%, 73.22% 0%, 100% 16.4%, 100% 85%, 45.2% 99.3%, 8.4% 74.2%, 8.4% 74.2%, 8.4% 74.2%, 8.4% 23.3%);
  }
  20% {
    -webkit-clip-path: polygon(8.4% 23.3%, 8.4% 14.2%, 73.22% 0%, 100% 16.4%, 100% 85%, 45.2% 99.3%, 8.4% 74.2%, 8.4% 74.2%, 0.8% 69.2%, 8.4% 30.3%);
            clip-path: polygon(8.4% 23.3%, 8.4% 14.2%, 73.22% 0%, 100% 16.4%, 100% 85%, 45.2% 99.3%, 8.4% 74.2%, 8.4% 74.2%, 0.8% 69.2%, 8.4% 30.3%);
  }
  40% {
    -webkit-clip-path: polygon(8.4% 23.3%, 8.4% 23.3%, 73.22% 0%, 100% 16.4%, 100% 85%, 45.2% 99.3%, 8.4% 74.2%, 8.4% 74.2%, 0.8% 69.2%, 0.8% 26.5%);
            clip-path: polygon(8.4% 23.3%, 8.4% 23.3%, 73.22% 0%, 100% 16.4%, 100% 85%, 45.2% 99.3%, 8.4% 74.2%, 8.4% 74.2%, 0.8% 69.2%, 0.8% 26.5%);
  }
  60% {
    -webkit-clip-path: polygon(8.4% 23.3%, 8.4% 23.3%, 73.22% 0%, 100% 16.4%, 100% 85%, 45.2% 99.3%, 8.4% 80.5%, 8.4% 74.2%, 0.8% 69.2%, 8.4% 30.3%);
            clip-path: polygon(8.4% 23.3%, 8.4% 23.3%, 73.22% 0%, 100% 16.4%, 100% 85%, 45.2% 99.3%, 8.4% 80.5%, 8.4% 74.2%, 0.8% 69.2%, 8.4% 30.3%);
  }
  80% {
    -webkit-clip-path: polygon(8.4% 23.3%, 8.4% 14.2%, 73.22% 0%, 100% 16.4%, 100% 85%, 45.2% 99.3%, 8.4% 80.5%, 8.4% 74.2%, 8.4% 74.2%, 8.4% 30.3%);
            clip-path: polygon(8.4% 23.3%, 8.4% 14.2%, 73.22% 0%, 100% 16.4%, 100% 85%, 45.2% 99.3%, 8.4% 80.5%, 8.4% 74.2%, 8.4% 74.2%, 8.4% 30.3%);
  }
  100% {
    -webkit-clip-path: polygon(8.4% 23.3%, 8.4% 23.3%, 73.22% 0%, 100% 16.4%, 100% 85%, 45.2% 99.3%, 8.4% 74.2%, 8.4% 74.2%, 8.4% 74.2%, 8.4% 23.3%);
            clip-path: polygon(8.4% 23.3%, 8.4% 23.3%, 73.22% 0%, 100% 16.4%, 100% 85%, 45.2% 99.3%, 8.4% 74.2%, 8.4% 74.2%, 8.4% 74.2%, 8.4% 23.3%);
  }
}
@keyframes polygon02 {
  0% {
    -webkit-clip-path: polygon(0 2%, 88.3% 23.5%, 88.3% 23.5%, 88.3% 23.5%, 89% 80%, 89% 80%, 30% 98.2%, 0 96%);
            clip-path: polygon(0 2%, 88.3% 23.5%, 88.3% 23.5%, 88.3% 23.5%, 89% 80%, 89% 80%, 30% 98.2%, 0 96%);
  }
  25% {
    -webkit-clip-path: polygon(0 0.3%, 88.3% 15%, 88.3% 23.5%, 88.3% 23.5%, 89% 79%, 88.3% 90%, 30% 98.2%, 0 96%);
            clip-path: polygon(0 0.3%, 88.3% 15%, 88.3% 23.5%, 88.3% 23.5%, 89% 79%, 88.3% 90%, 30% 98.2%, 0 96%);
  }
  50% {
    -webkit-clip-path: polygon(0 2%, 88.3% 23.5%, 88.3% 23.5%, 88.3% 23.5%, 89% 80%, 89% 80%, 30% 98.2%, 0 96%);
            clip-path: polygon(0 2%, 88.3% 23.5%, 88.3% 23.5%, 88.3% 23.5%, 89% 80%, 89% 80%, 30% 98.2%, 0 96%);
  }
  75% {
    -webkit-clip-path: polygon(0 2%, 88.3% 23.5%, 88.3% 23.5%, 98% 26.2%, 89% 79%, 88.3% 90%, 30% 98.2%, 0 96%);
            clip-path: polygon(0 2%, 88.3% 23.5%, 88.3% 23.5%, 98% 26.2%, 89% 79%, 88.3% 90%, 30% 98.2%, 0 96%);
  }
  100% {
    -webkit-clip-path: polygon(0 2%, 88.3% 23.5%, 88.3% 23.5%, 88.3% 23.5%, 89% 80%, 89% 80%, 30% 98.2%, 0 96%);
            clip-path: polygon(0 2%, 88.3% 23.5%, 88.3% 23.5%, 88.3% 23.5%, 89% 80%, 89% 80%, 30% 98.2%, 0 96%);
  }
}
@keyframes polygon03 {
  0% {
    -webkit-clip-path: polygon(2.8% 21%, 78.3% 1.5%, 100% 11.5%, 100% 81.4%, 45% 92%, 45% 92%, 2.8% 71.2%, 2.8% 21%);
            clip-path: polygon(2.8% 21%, 78.3% 1.5%, 100% 11.5%, 100% 81.4%, 45% 92%, 45% 92%, 2.8% 71.2%, 2.8% 21%);
  }
  25% {
    -webkit-clip-path: polygon(2.8% 14%, 78.3% 1.5%, 100% 11.5%, 100% 81.4%, 45% 92%, 29.2% 99.5%, 2.8% 71.2%, 2.8% 21%);
            clip-path: polygon(2.8% 14%, 78.3% 1.5%, 100% 11.5%, 100% 81.4%, 45% 92%, 29.2% 99.5%, 2.8% 71.2%, 2.8% 21%);
  }
  50% {
    -webkit-clip-path: polygon(2.8% 21%, 78.3% 1.5%, 100% 11.5%, 100% 81.4%, 45% 92%, 29.2% 99.5%, 2.8% 71.2%, 2.8% 21%);
            clip-path: polygon(2.8% 21%, 78.3% 1.5%, 100% 11.5%, 100% 81.4%, 45% 92%, 29.2% 99.5%, 2.8% 71.2%, 2.8% 21%);
  }
  75% {
    -webkit-clip-path: polygon(2.8% 14%, 78.3% 1.5%, 100% 11.5%, 100% 81.4%, 45% 92%, 45% 92%, 2.8% 71.2%, 2.8% 21%);
            clip-path: polygon(2.8% 14%, 78.3% 1.5%, 100% 11.5%, 100% 81.4%, 45% 92%, 45% 92%, 2.8% 71.2%, 2.8% 21%);
  }
  100% {
    -webkit-clip-path: polygon(2.8% 21%, 78.3% 1.5%, 100% 11.5%, 100% 81.4%, 45% 92%, 45% 92%, 2.8% 71.2%, 2.8% 21%);
            clip-path: polygon(2.8% 21%, 78.3% 1.5%, 100% 11.5%, 100% 81.4%, 45% 92%, 45% 92%, 2.8% 71.2%, 2.8% 21%);
  }
}
@keyframes polygon03sp {
  -webkit-clip-path: polygon(74% 8%, 100% 22%, 100% 86%, 45% 98%, 9.5% 77%, 2% 30%, 9.5% 28%, 9.5% 20.5%);
          clip-path: polygon(74% 8%, 100% 22%, 100% 86%, 45% 98%, 9.5% 77%, 2% 30%, 9.5% 28%, 9.5% 20.5%);
  0% {
    -webkit-clip-path: polygon(74% 8%, 100% 22%, 100% 86%, 45% 98%, 9.5% 77%, 9.5% 28%, 9.5% 28%, 9.5% 28%);
            clip-path: polygon(74% 8%, 100% 22%, 100% 86%, 45% 98%, 9.5% 77%, 9.5% 28%, 9.5% 28%, 9.5% 28%);
  }
  25% {
    -webkit-clip-path: polygon(74% 8%, 100% 22%, 100% 86%, 45% 98%, 9.5% 77%, 2% 30%, 9.5% 28%, 9.5% 28%);
            clip-path: polygon(74% 8%, 100% 22%, 100% 86%, 45% 98%, 9.5% 77%, 2% 30%, 9.5% 28%, 9.5% 28%);
  }
  50% {
    -webkit-clip-path: polygon(74% 8%, 100% 22%, 100% 86%, 45% 98%, 9.5% 77%, 9.5% 28%, 9.5% 28%, 9.5% 20.5%);
            clip-path: polygon(74% 8%, 100% 22%, 100% 86%, 45% 98%, 9.5% 77%, 9.5% 28%, 9.5% 28%, 9.5% 20.5%);
  }
  75% {
    -webkit-clip-path: polygon(74% 8%, 100% 22%, 100% 86%, 45% 98%, 9.5% 77%, 2% 30%, 9.5% 28%, 9.5% 20.5%);
            clip-path: polygon(74% 8%, 100% 22%, 100% 86%, 45% 98%, 9.5% 77%, 2% 30%, 9.5% 28%, 9.5% 20.5%);
  }
  100% {
    -webkit-clip-path: polygon(74% 8%, 100% 22%, 100% 86%, 45% 98%, 9.5% 77%, 9.5% 28%, 9.5% 28%, 9.5% 28%);
            clip-path: polygon(74% 8%, 100% 22%, 100% 86%, 45% 98%, 9.5% 77%, 9.5% 28%, 9.5% 28%, 9.5% 28%);
  }
}
@keyframes polygon04 {
  0% {
    -webkit-clip-path: polygon(22.3% 12.5%, 22.3% 12.5%, 100% 0, 100% 94.4%, 75% 99.5%, 22.3% 80.8%, 22.3% 80.8%);
            clip-path: polygon(22.3% 12.5%, 22.3% 12.5%, 100% 0, 100% 94.4%, 75% 99.5%, 22.3% 80.8%, 22.3% 80.8%);
  }
  25% {
    -webkit-clip-path: polygon(0% 20.5%, 22.3% 12.5%, 100% 0, 100% 94.4%, 75% 99.5%, 22.3% 80.8%, 22.3% 80.8%);
            clip-path: polygon(0% 20.5%, 22.3% 12.5%, 100% 0, 100% 94.4%, 75% 99.5%, 22.3% 80.8%, 22.3% 80.8%);
  }
  50% {
    -webkit-clip-path: polygon(0% 20.5%, 22.3% 12.5%, 100% 0, 100% 94.4%, 75% 99.5%, 22.3% 80.8%, 0% 72.2%);
            clip-path: polygon(0% 20.5%, 22.3% 12.5%, 100% 0, 100% 94.4%, 75% 99.5%, 22.3% 80.8%, 0% 72.2%);
  }
  75% {
    -webkit-clip-path: polygon(0% 20.5%, 22.3% 12.5%, 100% 0, 100% 94.4%, 75% 99.5%, 22.3% 80.8%, 22.3% 80.8%);
            clip-path: polygon(0% 20.5%, 22.3% 12.5%, 100% 0, 100% 94.4%, 75% 99.5%, 22.3% 80.8%, 22.3% 80.8%);
  }
  100% {
    -webkit-clip-path: polygon(22.3% 12.5%, 22.3% 12.5%, 100% 0, 100% 94.4%, 75% 99.5%, 22.3% 80.8%, 22.3% 80.8%);
            clip-path: polygon(22.3% 12.5%, 22.3% 12.5%, 100% 0, 100% 94.4%, 75% 99.5%, 22.3% 80.8%, 22.3% 80.8%);
  }
}