html {
  overflow-y: scroll;
}

body {
  height: 100vh;
  overflow: hidden;
}
body.ready {
  height: auto;
  overflow: auto;
}

.title01 {
  padding: .55rem 0 .25rem;
  position: relative;
  background: 50% 0 no-repeat;
  font-size: .32rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .title01 {
    padding: 7.2vw 0 2.4vw;
    font-size: 5.3333333333vw;
    line-height: 1.4;
  }
}
.title01::after {
  content: '';
  display: block;
  width: .76rem;
  height: 1px;
  background: #f37820;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 640px) {
  .title01::after {
    width: 13.3333333333vw;
  }
}

.bt {
  display: block;
  box-sizing: border-box;
  width: 4.62rem;
  position: relative;
  border-radius: .2rem;
  font-size: .24rem;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  box-shadow: 0.105rem 0.18187rem 0.13rem 0 rgba(174, 171, 169, 0.2);
}
@media screen and (max-width: 640px) {
  .bt {
    width: 89.3333333333vw;
    border-radius: 2.6666666667vw;
    font-size: 4.8vw;
  }
}
.bt::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-top-width: .08rem;
  border-bottom-width: .08rem;
  border-left-width: .14rem;
  position: absolute;
  top: 50%;
  right: .3rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 640px) {
  .bt::after {
    border-top-width: 2vw;
    border-bottom-width: 2vw;
    border-left-width: 3.4666666667vw;
  }
}

.bt01 {
  border: 1px solid #fff;
  padding: .3rem .1rem 0 0;
  height: 1.09rem;
  background: -webkit-linear-gradient(#2975c2 0%, #205d9c 100%);
  background: linear-gradient(#2975c2 0%, #205d9c 100%);
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .bt01 {
    padding: 4.6666666667vw 0 0;
    height: 18.2666666667vw;
    letter-spacing: .06em;
  }
}
.bt01 span {
  display: block;
  margin: .08rem 0 0;
  color: #8bd4ff;
  font-size: .15rem;
}
@media screen and (max-width: 640px) {
  .bt01 span {
    margin: 1.8666666667vw 0 0;
    font-size: 3.2vw;
  }
}
.bt01::after {
  border-left-color: #fff;
}
@media screen and (max-width: 640px) {
  .bt01::after {
    right: 4vw;
  }
}

.bt02 {
  border: 2px solid #1b64a8;
  color: #1b64a8;
  line-height: .9rem;
}
@media screen and (max-width: 640px) {
  .bt02 {
    line-height: 15.8666666667vw;
  }
}
.bt02::after {
  border-left-color: #1b64a8;
}
@media screen and (max-width: 640px) {
  .bt02::after {
    right: 17.8666666667vw;
  }
}
.bt02.off {
  pointer-events: none;
}

.mv {
  background: url("../imgs/mv-bg.png") 50% 0/cover no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .mv {
    background-image: url("../imgs/mv-bg_sp.jpg");
  }
}
.mv .inner {
  position: relative;
}
.mv .inner img {
  width: 100%;
  opacity: 0;
  transform: translate3d(0, 33%, 0);
  transition-property: transform,opacity;
  transition: 1s;
}
.mv .inner .img02,
.mv .inner .img03 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mv .inner .img02 {
  transition-delay: .5s;
}
.mv .inner .img03 {
  transition-delay: .5s;
  transform: translate3d(0, 11%, 0);
}
@media screen and (max-width: 640px) {
  .mv .inner .pc {
    display: none;
  }
  .mv .inner .sp {
    display: block;
  }
}

.mv .inner .pc {
  width: 100%;
  max-width: 1024px;
  padding-top: 52.734375%;
}

.mv .inner .sp {
  width: 100%;
  padding-top: 120%;
}

.mv .inner .text {
  color: #fff;
  position: absolute;
  top: .5rem;
  left: .8rem;
}

.mv .inner .text .line01,
.mv .inner .text .line02,
.mv .inner .text .line03 {
  font-weight: 700;
  font-size: .47rem;
  line-height: 1.48936170212766em;
  letter-spacing: .15em;
}

.mv .inner .text .line03 {
  margin-bottom: .05rem;
}

.mv .inner .text .line04,
.mv .inner .text .line05 {
  font-size: .18rem;
  line-height: 1.555555555555556em;
  letter-spacing: .1em;
  font-family: 'Montserrat', sans-serif;
}

.mv .inner .text .line01 .ityped01,
.mv .inner .text .line02 .ityped02,
.mv .inner .text .line03 .ityped03 {
  position: relative;
  height: .47rem;
  line-height: 1;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .mv .wrap {
    padding: 0;
  }

  .mv .inner .text {
    text-align: center;
    left: 0;
    right: 0;
    top: .45rem;
    margin: 0 auto;
  }

  .mv .inner .text .line01,
  .mv .inner .text .line02,
  .mv .inner .text .line03 {
    font-size: .39rem;
    letter-spacing: .3em;
    line-height: 1.7em;
  }

  .mv .inner .text .line01 .ityped01,
  .mv .inner .text .line02 .ityped02,
  .mv .inner .text .line03 .ityped03 {
    height: .39rem;
  }

  .mv .inner .text .line04,
  .mv .inner .text .line05 {
    font-size: .15rem;
    letter-spacing: .14em;
  }
}

body.ready .mv .inner img {
  opacity: 1;
  transform: translate3d(0, 0, 0) !important;
}

.about {
  padding: 1.5rem 0 1.65rem;
  position: relative;
  background: #fff url("../imgs/bg01.jpg") 100% 0/5.4rem auto no-repeat;
}
@media screen and (max-width: 640px) {
  .about {
    padding: 13.3333333333vw 0;
    background-image: none;
  }
}
.about::before {
  content: '';
  display: block;
  width: 5rem;
  height: 5rem;
  background: #f1f1f1;
  border-radius: 50%;
  position: absolute;
  top: 2.6rem;
  right: calc(50% + 1rem);
}
@media screen and (max-width: 640px) {
  .about::before {
    width: 66.6666666667vw;
    height: 66.6666666667vw;
    top: 53.3333333333vw;
    right: 50%;
    transform: translate(50%, 0);
  }
}
.about .wrap {
  position: relative;
}
.about .imageArea {
  width: 2.96rem;
  position: absolute;
  top: 0;
  right: calc(50% + 1.84rem);
  border-radius: .42rem;
  box-shadow: 0 0 0.16rem 0 rgba(174, 171, 169, 0.5);
}
.about .textArea {
  margin: 0 0 0 4.47rem;
}
@media screen and (max-width: 640px) {
  .about .textArea {
    margin: 0;
  }
}
.about .textArea .title01 {
  background-image: url("../imgs/txt01.png");
  background-position: 0 0;
  background-size: .81rem auto;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .about .textArea .title01 {
    background-position: 50% 0;
    background-size: 16.9333333333vw;
    text-align: center;
  }
}
.about .textArea .title01::after {
  left: 0;
  transform: none;
}
@media screen and (max-width: 640px) {
  .about .textArea .title01::after {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 640px) {
  .about .textArea .imageArea.sp {
    display: block;
    width: 39.7333333333vw;
    margin: 8vw auto 0;
    position: static;
  }
}
.about .textArea .list {
  display: flex;
  margin: .6rem 0 0;
}
@media screen and (max-width: 640px) {
  .about .textArea .list {
    display: block;
    height: 51.4666666667vw;
    margin: 0;
    position: relative;
  }
}
.about .textArea .list li {
  width: 13rem;
}

.about .textArea .list li a img {
  perspective: 50px;
  transition: all 0.6s ease-in-out;
}

.about .textArea .list li a img:hover {
  transform: rotateX(360deg);
}
@media screen and (max-width: 640px) {
  .about .textArea .list li {
    width: auto;
  }
}
.about .textArea .list li .icon {
  height: 1.535rem;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .about .textArea .list li .icon {
    height: auto;
    position: absolute;
  }
  .about .textArea .list li .icon::after {
    content: '';
    display: block;
    width: 0;
    height: 3.7333333333vw;
    border-right: 1px dashed #f7c315;
    position: absolute;
    top: 20vw;
    left: 50%;
  }
}
.about .textArea .list li .text {
  margin: .08rem 0 0;
  font-size: .16rem;
  font-weight: bold;
  letter-spacing: .02em;
  line-height: 1.5714285714;
  text-align: center;
  /* width: 1.53rem; */
}

.about .textArea .list li .text .img {
  width: 25%;
  margin: 0 auto .05rem;
}
.about .textArea .list li.li01 .text .img {
  width: 20.39%;
}
@media screen and (max-width: 640px) {
  .about .textArea .list li.li01 .text .img {
    width: 25%;
  }
}
@media screen and (max-width: 640px) {
  .about .textArea .list li .text {
    margin: 0;
    position: absolute;
    font-size: 2.6666666667vw;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
@media screen and (max-width: 320px) {
  .about .textArea .list li .text {
    letter-spacing: -.03em;
  }
}


.about .textArea .list li.li01 a {
  width: 1.53rem;
  height: 1.535rem;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 640px) {
  .about .textArea .list li.li01 .icon {
    width: 18.6666666667vw;
    top: 0;
    left: 9.6vw;
  }
}
@media screen and (max-width: 640px) {
  .about .textArea .list li.li01 .text {
    top: 24.1333333333vw;
    left: 5vw;
  }
}


.about .textArea .list li.li02 a {
  width: 1.53rem;
  height: 1.535rem;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 640px) {
  .about .textArea .list li.li02 .icon {
    width: 18.6666666667vw;
    top: 10.6666666667vw;
    left: 38vw;
  }
}
@media screen and (max-width: 320px) {
  .about .textArea .list li.li02 .icon {
    left: 38vw;
  }
}
@media screen and (max-width: 640px) {
  .about .textArea .list li.li02 .text {
    top: 34.8vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

.about .textArea .list li.li03 a {
  width: 1.53rem;
  height: 1.535rem;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 640px) {
  .about .textArea .list li.li03 .icon {
    width: 18.6666666667vw;
    top: 0;
    left: 66vw;
  }
}
@media screen and (max-width: 640px) {
  .about .textArea .list li.li03 .text {
    padding: 0 0 0 12.4vw;
    top: 24.1333333333vw;
    right: 4vw;
  }
}
@media screen and (max-width: 320px) {
  .about .textArea .list li.li03 .text {
    right: 2vw;
  }
}
.about .textArea .bt {
  margin: .62rem 0 0;
}
@media screen and (max-width: 640px) {
  .about .textArea .bt {
    margin: 0 auto;
  }
}

.feature {
  padding: 1rem 0;
  background: #f8f8f8;
}
@media screen and (max-width: 640px) {
  .feature {
    padding: 13.3333333333vw 0 12.6666666667vw;
  }
}
.feature .title01 {
  background-image: url("../imgs/txt05.png");
  background-size: 1.03rem auto;
}
@media screen and (max-width: 640px) {
  .feature .title01 {
    background-size: 21.8666666667vw;
  }
}
.feature section {
  display: flex;
  width: 7.94rem;
  margin: .8rem auto 0;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .feature section {
    display: block;
    width: 89.3333333333vw;
    margin: 10.6666666667vw auto 0;
  }
}
.feature section .imageArea {
  width: 2.96rem;
}
.feature section .textArea {
  width: 4.62rem;
  padding: .22rem 0 0;
}
@media screen and (max-width: 640px) {
  .feature section .textArea {
    width: auto;
    padding: 0;
  }
}
.feature section .textArea .title {
  margin: 0 -1.5em 0 0;
  background: 0 50% no-repeat;
  color: #f48c1d;
  font-size: .28rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.4285714286;
}
@media screen and (max-width: 640px) {
  .feature section .textArea .title {
    margin: 0;
    font-size: 4.5333333333vw;
    line-height: 1.3529411765;
  }
}
@media screen and (max-width: 640px) {
  .feature section .textArea .imageArea.sp {
    display: block;
    width: 78.9333333333vw;
    margin: 4vw auto 0;
  }
}
.feature section .textArea p {
  margin: .24rem 0 0;
  font-size: .16rem;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 2;
}
.feature section .textArea img.arrow {
  vertical-align: middle;
  margin: 0rem 0.03rem 0.04rem;
}

@media screen and (max-width: 640px) {
  .feature section .textArea p {
    margin: 2.9333333333vw 0 0;
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
}
.feature section .textArea p sup {
  font-size: .5em;
}
.feature section .textArea p strong {
  background: url("../imgs/blt01.png") 0 100%/100% 0.08rem no-repeat;
}
@media screen and (max-width: 640px) {
  .feature section .textArea p strong {
    background-size: 100% 1.3333333333vw;
  }
}
.feature .caption .note {
  margin: .2rem .3rem 0;
  font-size: .12rem;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1.8333333333;
}
.feature section .textArea .note {
  margin: .08rem 0 0;
  font-size: .12rem;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1.8333333333;
}
@media screen and (max-width: 640px) {
  .feature .caption .note {
    margin: .2rem .15rem 0;
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
  .feature section .textArea .note {
    margin: 0.8vw 0 0;
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}
.feature section.sec01 .title {
  padding: 0 0 0 .98rem;
  background-image: url("../imgs/txt06.png");
  background-size: .78rem auto;
}
@media screen and (max-width: 640px) {
  .feature section.sec01 .title {
    padding: 0 0 0 22.6666666667vw;
    background-position: 7.7333333333vw 50%;
    background-size: 12.2666666667vw auto;
  }
}
.feature section.sec02 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  .feature section.sec02 {
    margin-top: 11.3333333333vw;
  }
}
.feature section.sec02 .title {
  padding: 0 0 0 1.18rem;
  background-image: url("../imgs/txt07.png");
  background-size: .97rem auto;
}
@media screen and (max-width: 640px) {
  .feature section.sec02 .title {
    padding: 0 0 0 27.4666666667vw;
    background-position: 9.6vw 50%;
    background-size: 15.2vw auto;
  }
}
@media screen and (max-width: 640px) {
  .feature section.sec03 {
    margin-top: 10.9333333333vw;
  }
}
.feature section.sec03 .title {
  padding: 0 0 0 1.22rem;
  background-image: url("../imgs/txt08.png");
  background-size: .96rem auto;
}
@media screen and (max-width: 640px) {
  .feature section.sec03 .title {
    padding: 0 0 0 24.8vw;
    background-position: 7.2vw 50%;
    background-size: 15.2vw auto;
  }
}
.feature section.sec04 {
  box-sizing: border-box;
  width: 9.6rem;
  margin: .8rem auto 0;
  padding: .4rem .9rem .3rem .8rem;
  background: #fff;
  border-radius: .2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .feature section.sec04 {
    width: 89.3333333333vw;
    margin: 10.6666666667vw auto 0;
    padding: 4.4vw 5.3333333333vw 4vw;
    border-radius: 2.6666666667vw;
  }
}
.feature section.sec04 .title {
  width: 100%;
  margin: 0 0 .4rem;
  font-size: .3rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .feature section.sec04 .title {
    width: auto;
    margin: 0 0 5.3333333333vw;
    font-size: 4.8vw;
    line-height: 1.3888888889;
  }
}
.feature section.sec04 .title span {
  display: inline-block;
  border-bottom: 0.02rem solid #f37820;
  padding: 0 0 .1rem;
}
@media screen and (max-width: 640px) {
  .feature section.sec04 .title span {
    border-bottom-width: 0.2666666667vw;
    padding: 0 0 1.7333333333vw;
  }
}
.feature section.sec04 .imageArea {
  width: 3.785rem;
}
@media screen and (max-width: 640px) {
  .feature section.sec04 .imageArea {
    width: 78.9333333333vw;
  }
}
.feature section.sec04 .textArea {
  width: 3.7rem;
  padding-top: .08rem;
}
@media screen and (max-width: 640px) {
  .feature section.sec04 .textArea {
    width: auto;
    margin: 3.7333333333vw 0 0;
    padding-top: 0;
  }
}
.feature .bt {
  margin: .6rem auto 0;
}
@media screen and (max-width: 640px) {
  .feature .bt {
    margin: 7.3333333333vw auto 0;
  }
}

.function {
  padding: 1rem 0;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .function {
    padding: 13.3333333333vw 0;
  }
}
.function .title01 {
  background-image: url("../imgs/txt09.png");
  background-size: 1.17rem auto;
}
@media screen and (max-width: 640px) {
  .function .title01 {
    background-size: 25.0666666667vw auto;
  }
}
.function .inner {
  display: flex;
  margin: .84rem .18rem 0;
}
@media screen and (max-width: 640px) {
  .function .inner {
    display: block;
    width: 89.3333333333vw;
    margin: 10.4vw auto 0;
  }
}
.function .inner section {
  width: calc(50% - 2px);
}
@media screen and (max-width: 640px) {
  .function .inner section {
    width: auto;
  }
}
.function .inner section:last-child {
  border-left: 2px solid #d8d8d8;
}
@media screen and (max-width: 640px) {
  .function .inner section:last-child {
    margin: 4.8vw 0 0;
    border-top: 1px solid #d8d8d8;
    border-left: none;
    padding: 6.4vw 0 0;
  }
}
.function .inner section .title {
  color: #f48c1d;
  font-size: .2rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .function .inner section .title {
    font-size: 3.7333333333vw;
  }
}
.function .inner section .list {
  display: flex;
  margin: .28rem 0 0;
  padding: 0 .4rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .function .inner section .list {
    margin: 5.3333333333vw 0 0;
    padding: 0;
    justify-content: space-between;
  }
}
.function .inner section .list li {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .function .inner section .list li {
    width: 19.7333333333vw;
  }
}
.function .inner section .list li:nth-child(n+3) {
  margin: .48rem 0 0;
}
@media screen and (max-width: 640px) {
  .function .inner section .list li:nth-child(n+3) {
    margin: 0;
  }
}
.function .inner section .list li .icon {
  width: 1.27rem;
  height: 1.27rem;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .function .inner section .list li .icon {
    width: 100%;
    height: 19.7333333333vw;
    margin: 0;
  }
}
.function .inner section .list li .text {
  margin: .08rem 0 0;
  font-size: .16rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .function .inner section .list li .text {
    margin: 1.3333333333vw 0 0;
    font-size: 3.2vw;
    letter-spacing: 0;
    line-height: 1.3333333333;
  }
}
.function .bt {
  margin: .8rem auto 0;
}
@media screen and (max-width: 640px) {
  .function .bt {
    margin: 7.4666666667vw auto 0;
  }
}

.appli {
  padding: 0 0 1rem;
  background: url("../imgs/bg02.png"), url("../imgs/bg03.jpg");
  background-position: 50% 0, 50% 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .appli {
    padding: 0 0 13.3333333333vw;
    background: url("../imgs/bg02_sp.jpg") 50% 100%/100% auto no-repeat;
  }
}
.appli .inner {
  padding: .5rem 0 .46rem 1.95rem;
  background: #fff url("../imgs/logo02.png") 1.95rem 0.5rem/1.31rem auto no-repeat;
  border-radius: .2rem;
  box-shadow: 0 0 0.13rem 0 rgba(134, 134, 134, 0.35);
}
@media screen and (max-width: 640px) {
  .appli .inner {
    box-sizing: border-box;
    width: 89.3333333333vw;
    margin: 0 auto;
    padding: 8.2666666667vw 5.3333333333vw 4.8vw;
    background-position: 5.3333333333vw 5.3333333333vw;
    background-size: 20.6666666667vw auto;
  }
}
.appli .inner .title {
  padding: 0 0 0 1.7rem;
  font-size: .26rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .appli .inner .title {
    padding: 0 0 0 24.2666666667vw;
    font-size: 4.9333333333vw;
    letter-spacing: 0;
    line-height: 1.4594594595;
  }
}
.appli .inner .list {
  display: flex;
  margin: .18rem 0 0;
  padding: 0 0 0 1.7rem;
  font-size: .14rem;
  letter-spacing: .1em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .appli .inner .list {
    margin: 8.2666666667vw 0 0;
    padding: 0;
    font-size: 3.4666666667vw;
    justify-content: space-between;
  }
}
.appli .inner .list .li01 {
  width: 2.19rem;
}
@media screen and (max-width: 640px) {
  .appli .inner .list .li01 {
    width: 36.9333333333vw;
  }
}
.appli .inner .list .li02 {
  width: 2.23rem;
  margin: 0 0 0 .2rem;
}
@media screen and (max-width: 640px) {
  .appli .inner .list .li02 {
    width: 37.6vw;
    margin: 0;
  }
}
.appli .inner .list a {
  display: block;
  margin: .05rem 0 0;
}
@media screen and (max-width: 640px) {
  .appli .inner .list a {
    margin: 0.5333333333vw 0 0;
  }
}
.appli .inner .note {
  margin: .25rem 0 0;
  font-size: .1rem;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .appli .inner .note {
    margin: 5.8666666667vw 0 0;
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}

.loading {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  transition: opacity .5s;
}
.loading::before {
  content: 'loading...';
  color: #aaa;
  font-size: .1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading::after {
  content: '';
  content: block;
  box-sizing: border-box;
  width: 1rem;
  height: 1rem;
  border: .05rem solid #ccc;
  border-top-color: transparent;
  position: absolute;
  top: calc(50% - .5rem);
  left: calc(50% - .5rem);
  border-radius: 50%;
  animation: circle 2s infinite linear;
}
.loading.off {
  opacity: 0;
}

@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  opacity: 0;
}

.pagetop a {
  display: block;
  width: 40px;
  height: 40px;
  z-index: 999;
  background: #fff;
  border: 2px solid #1b64a8;
  border-radius: .1rem;
  box-shadow: 0.105rem 0.18187rem 0.13rem 0 rgba(174, 171, 169, 0.2);
}

/*# sourceMappingURL=unique.css.map */
