@charset "UTF-8";

/*----------------------------
  default
----------------------------*/
@import '//fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese';

/*----------------------------
  reset
----------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1MzY2NTA1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1MzY2NTE1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjUzNjY0RTVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjUzNjY0RjVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3ggHcAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC");
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}
sup {
  font-size: 12px;
  vertical-align: baseline;
}
div {
  line-height: 0;
}
ul li {
  list-style: none;
}
input, select {
  vertical-align: middle;
}
img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
table {
  font-size: 100%;
  border-collapse: collapse;
  width: 100%;
}
main {
  display: block;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1025px) {
  a:hover {
    transition: opacity .3s;
    opacity: 0.7;
  }
}
html,
body,
input,
textarea,
select,
button {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif, 'Noto Sans JP', Meiryo;
  font-weight: 400;
}
p{
  color: #333;
}
body {
  min-width: 320px;
  min-height: 100vh;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.214;
  color: #333;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif, 'Noto Sans JP', Meiryo;
}

/*----------------------------
 responsible-contents
--*/
/*----------------------------
  responsible-contents  only-pc
-- */
@media screen and (min-width: 1025px) {
  img.pc {
    display: inline-block !important;
  }
  .pc {
    display: block !important;
  }
  .sp, .tb {
    display: none !important;
  }
}
/*--
End-responsible-contents  only-pc
----------------------------*/
/*----------------------------
  responsible-contents  tablet
--*/
@media screen and (max-width: 1024px) {
  .sp {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  img.tb {
    display: inline-block !important;
  }
  span.tb {
    display: inline !important;
  }
}
/*--
  End-responsible-contents  tablet
----------------------------*/
/*----------------------------
  responsible-contents  sp
--*/
@media screen and (max-width: 768px) {
  .pc, .tb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  img.sp {
    display: inline-block !important;
  }
  span.sp {
    display: inline !important;
  }
}

/*--
  End-responsible-contents  sp
----------------------------*/
@media (max-width: 768px) {
  sup {
    font-size: 8px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .wrap {
    width: 94%;
  }
}

/*----------------------------
  layout
----------------------------*/
.all-wrap {
  overflow: hidden;
  width: 100%;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.wrap {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
.js-scroll {
  transform: translateY(10px);
  opacity: 0;
  transition: opacity 0.8s ease, transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: relative;
  z-index: 2;
}
.js-scroll.on {
  transform: translateY(0px);
  opacity: 1;
}
.js-scroll01 {
  transform: translateY(100px);
  opacity: 0;
  transition: opacity 0.8s ease, transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: relative;
  z-index: 2;
}
.js-scroll01.on {
  transform: translateY(0px);
  opacity: 1;
}

.main-visual{
  max-width: 1400px;
  margin: auto;
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
}
.mv01{
  max-width: 190px;
  width: 14%;
  margin: auto;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.mv02 {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
}
.mv02 img {
  width: 100%;
}
.bg{
  position: relative;
}
.mv03 {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 3;
}
.mv04 {
  max-width: 127px;
  width: 14%;
  margin: auto;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 4%;
  z-index: 4;
}
.fixed{
  position: fixed;
  width: 100%;
}

main{
  padding-top: 100vh;
  position: relative;
  z-index: 10;
}

.intro{
  text-align: center;
  background: #EFEFEF;
  padding-bottom: 80px;
}
.intro .bg{
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  background: url(../images/top/bg.png);
  background-size: cover;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 160px;
}
.car-img{
  max-width: 760px;
  width: 55%;
  margin: -50% auto 0;
}
.intro .list li{
  vertical-align: middle;
  display: inline-block;
  width: 23%;
  margin-right: 4%;
}
.intro .list li:last-child{
  text-align: left;
  width: 42%;
  margin-right: auto;
}
.intro .list li:last-child .tit{
  font-size: 22px;
  background: #333;
  color: #fff;
  padding: 5px 10px;
  display: inline;
  border-radius: 5px;
  margin-bottom: 20px;
}
.intro .text{
  font-size: 36px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 30px;
}
.intro .lead{
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 10px;
}
.intro .info{
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.intro .caps{
  font-size: 11px;
  line-height: 1.6;
}
.outer {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
  vertical-align: middle;
}
.outer.on .inner {
  transform: translateX(0);
}
.outer.on .inner:after {
  width: 0;
}
.inner {
  display: inline-block;
  padding: 4px 0;
  transform: translateX(-102%);
  transition: transform .75s;
  position: relative;
  margin-left: 0;
}
.inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: width .65s .3s;
}
.inner01:after {
  background: transparent;
}

.fair{
  text-align: center;
  background: #fff;
  padding: 100px 0;
}
.fair .tit{
  max-width: 830px;
  margin: 0 auto 20px;
}
.fair .lead{
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 60px;
}
.fair .models{
  max-width: 860px;
  margin: 0 auto 100px;
}
.fair .models .list01{
  margin-bottom: 20px;
}
.fair .models .list01 li{
  display: inline-block;
  vertical-align: middle;
  width: 40%;
}
.fair .models .list01 li:last-child{
  width: 59%;
}
.fair .models .image{
  position: relative;
}
.fair .models .caption{
  position: absolute;
  right: 1%;
  bottom: 5%;
  font-size: 11px;
}
.fair .models .list02{
  margin-bottom: 40px;
}
.fair .models .list02 li{
  display: inline-block;
  vertical-align: middle;
  width: 32%;
  margin-right: 1%;
}
.fair .models .list02 li:last-child{
  margin-right: auto;
}
.fair .fadeInDown{
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}
@keyframes fadeInDown {
  0% {
    transform: scale(0.8, 1.4) translate(0%, -100%);
  }
  10% {
    transform: scale(0.8, 1.4) translate(0%, -15%);
  }
  20% {
    transform: scale(1.4, 0.6) translate(0%, 30%);
  }
  30% {
    transform: scale(0.9, 1.1) translate(0%, -10%);
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -30%);
  }
  50% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  60% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  70% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}

.test{
  position: relative;
  text-align: center;
  padding: 100px 0;
  background: url(../images/top/test-bg.jpg);
  background-size: contain;
}
.test .tit{
  font-size: 27px;
  margin-bottom: 10px;
}
.test .lead{
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.test .model{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 30px;
}
.test .model span{
  border: 1px solid;
  border-radius: 50px;
  padding: 1px 10px;
  box-sizing: border-box;
  margin-right: 10px;
}
.test .list01 li{
  vertical-align: top;
  width: 32.9%;
  margin-bottom: 40px;
  display: inline-block;
  position: relative;
}
.test .list02 li{
  vertical-align: top;
  width: 24.5%;
  display: inline-block;
  position: relative;
}
.test li a .image{
  position: relative;
  text-align: center;
}
.test li a .image .btn{
  position: absolute;
  bottom: 3%;
  right: 3%;
  width: 10%;
}
.test li a .name{
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.4;
}
.test li a .name span{
  font-weight: bold;
}
.test li a .arrow{
  max-width: 15px;
  text-align: right;
  margin: -20px 10px 0 auto;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.test li a:hover{
  opacity: 1;
}
.test li a:hover .image{
  filter: brightness(50%);
  transition: .5s;
}
.test li a:hover .arrow{
  opacity: 1;
  transition: .5s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center;
}
.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
  background: rgba(0, 0, 0, 0.8) !important;
}
.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: "";
}
.modal-wrapper .modal-window{
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 94%;
  max-width: 800px;
  padding: 0;
  border-radius: 2px;
  vertical-align: middle;
}
.modal-window .modal-content{
  max-height: 80vh;
  overflow-y: auto;
  text-align: left;
  background: #fff;
  padding: 50px;
  box-sizing: border-box;
}
.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0 !important;
  background: rgba(0, 0, 0, 0.1) !important;
}
.modal-overlay:hover {
  opacity: 1 !important;
}
.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  color: #243051 !important;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  padding: 0;
}
.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important;
}

.btns{
  text-align: center;
  max-width: 398px;
  margin: auto;
  position: relative;
}
.btns a{
  display: block;
  background: #335037;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  padding: 12px 0 14px;
}
.btns a:hover{
  opacity: 1;
  background: #1D3120;
  transition: .3s;
}
.btns a span{
  font-size: 13px;
}
.btns a img{
  max-width: 20px;
  position: absolute;
  top: 22px;
  right: 30px;
}
.btn-mini a{
  display: block;
  background: #436748;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 10px;
  padding: 25px 0 22px;
  max-width: 300px;
  width: 80%;
  margin: auto;
  text-align: center;
  box-shadow: 10px 10px 10px rgba(0,0,0,.4);
}

.stores{
  padding-top: 100px;
  position: relative;
  background: #fff;
}
.stores h2{
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.stores h2 .mini{
  font-size: 24px;
}
.stores h2 .mark{
  font-size: 14px;
}
.store-list{
  margin-bottom: 40px;
}
.store-list li{
  vertical-align: text-top;
  display: inline-block;
  width: 29.2%;
  margin-right: 2%;
}
.store-list li:nth-child(2){
  width: 36.2%;
}
.store-list li:last-child{
  margin-right: auto;
}
.store-list .btn-mini a{
  margin: 0;
}
.store-list li .btn-sp{
  display: none;
}
.store-list .name{
  font-size: 30px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 20px;
}
.store-list .add{
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.store-list h2{
  font-size: 24px;
  margin-bottom: 10px;
}
.store-list h2 img{
  max-width: 50px;
  margin-right: 15px;
}
.store-list .text{
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.map {
  position: relative;
  width: 100%;
  padding-top: 60%; /* = height ÷ width × 100 */
  margin-top: 20px;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box{
  margin: 50px auto 0;
  border: 1px solid #000;
  padding: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.box .comment{
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.annotation{
  font-size: 12px;
  line-height: 1.5;
  margin: 50px auto 20px;
}

.page-top {
    position: fixed;
    display: block;
    width: 40px;
    bottom: 30px;
    right: 30px;
    z-index: 11;
}

  .fixed-banner {
    position: fixed;
    width: 260px;
    bottom: 0;
    right: 1%;
    transform: translateY(-50%);
    z-index: 11;
  }
  .fixed-banner img.sp-img {
    display: none;
  }
  .fixed-banner .close {
   display: block;
   cursor: pointer;
   position: absolute;
   width: 10%;
   right: 1px;
   top: 1px;
   background: #000;
   padding: 5px;
  }
  .fixed-banner .phone{
    display: none;
 }

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

  .test{
    padding: 60px 0;
  }
    
  .stores h2{
    font-size: 24px;
    margin-bottom: 10px;
  }
  .stores h2 .mini{
    font-size: 18px;
  }
  .stores h2 .mark{
    font-size: 13px;
  }
  .store-list li{
    display: block;
    width: 80%;
    margin: 0 auto 20px;
  }
  .store-list li:nth-child(2){
    width: 80%;
  }
  .store-list .btn-mini a{
    margin: auto;
  }
  .store-list li .btn-pc{
    display: none;
  }
  .store-list li .btn-sp{
    display: inherit;
    margin-top: 20px;
  }
  .store-list h2{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .store-list h2 img{
    max-width: 40px;
  }
  .box{
    margin: 20px auto;
    padding: 20px;
  }
  .box .comment{
    font-size: 16px;
  }
}


@media screen and (max-width:768px) {
  .mv01{
    max-width: 190px;
    width: 30%;
    top: 45%; 
  }
  main{
    padding-top: 100vh;
  }
.intro{
  padding-bottom: 60px;
}
.intro .bg{
  padding-bottom: 60px;
  background: url(../images/top/bg-sp.png);
  background-size: cover;
  background-position: center;
}
.intro .image{
  width: 94%;
}
.intro .car-img{
    margin-top: -78%;
}
.intro .list {
  margin-top: 60px;
}
.intro .list li{
  display: block;
  max-width: 200px;
  width: 60%;
  margin: auto;
}
.intro .list li:last-child{
  max-width: inherit;
  width: 100%;
  margin-top: 20px;
}
.intro .text{
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.intro .lead{
  font-size: 16px;
}
    
.fair{
  padding: 60px 0;
}
.fair .lead{
  text-align: left;
  margin-bottom: 30px;
}
.fair .models{
  margin: 0 auto 60px;
}
.fair .models .list01{
  margin-bottom: 20px;
}
.fair .models .list01 li:last-child{
  width: 58%;
}
.fair .models .caption{
  position: absolute;
  right: 1%;
  bottom: -10px;
}
.fair .models .list02{
  margin-bottom: 10px;
}
.fair .models .list02 li{
/*  display: block;*/
  width: 31%;
  margin-bottom: 10px;
}
.fair .model05{
  margin: 0 auto;
}

  .test .model{
    line-height: 2;
    word-break: break-all;
  }
  .test .list01 li{
    width: 100%;
    display: block;
  }
  .test .list02 li{
    width: 100%;
    display: block;
    margin-bottom: 40px;
  }
  .test .list02 li img{
    width: 100%;
  }
  .test .list02 li:last-child{
    margin-bottom: auto;
  }
  .test li a .arrow{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
    
  .modal-window .modal-content{
    padding: 20px;
  }
  .modal-wrapper .modal-close {
    top: -10px;
    right: -5px;
  }
    
  .comment{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .btn-mini a{
    font-size: 18px;
    padding: 23px 0 20px;
    width: 100%;
    margin: auto;
  }

  .stores{
    padding-top: 40px;
  }
  .store-list{
    margin-bottom: 20px;
  }
  .store-list li{
    width: 100%;
  }
  .store-list li:nth-child(2){
    width: 100%;
  }
  .store-list .name{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .store-list .add{
    font-size: 14px;
  }
  .store-list .btn-mini {
    margin-bottom: 30px;
    display: flex;
  }
  .store-list .btn-mini .phone{
    margin-left: 10px;
    padding: 14px 0 9px;
  }
  .store-list .btn-mini .phone::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-image: url(../images/top/phone.svg);
    background-size: contain;
    vertical-align: text-bottom;
  }
  .annotation{
    margin-bottom: 40px;
  }
}
footer {
  position: relative;
  background: #fff;
  width: 100%;
  padding: 20px 0 0;
  text-align: center;
}
footer .image{
  max-width: 283px;
  margin: 0 auto;
/*  padding-bottom: 100px;*/
}
footer a{
  text-decoration: underline;
}


@media screen and (max-width:430px) {
  .fixed-banner {
    position: fixed;
    max-width: 750px;
    width: 100%;
    top: auto;
    bottom: 0;
    right: 0;
    transform: translateY(0);
    z-index: 30;
    display: flex;
  }
  .fixed-banner .phone{
    display: block;
    }
  .fixed-banner .bnrs{
    position: relative;
    width: 50%;
    float: left;
  }
  .fixed-banner img.sp-img {
    display: inherit;
  }
  .fixed-banner img.pc-img {
    display: none;
  }
  .fixed-banner .close {
   display: block;
   cursor: pointer;
   position: absolute;
   width: 16px;
   right: 1px;
   top: 1px;
  }
  .fixed-banner .close02 {
   border: 1px solid #fff;
   right: 0;
   top: 0;
  }
  footer{
    width:100%;
    padding-bottom: 20px;
    margin: 0 auto;
  }
  .page-top {
    bottom: 110px;
    right: 15px;
  }
}



