@charset "UTF-8";
/* ====================================================
Font
==================================================== */
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

fieldset, img {
  border: 0;
}

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

address, caption, cite, code, dfn, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  font-size: 10px;
  /* vertical-align: top; */
  position: relative;
  top: 0em;
  margin-left: 0.3em;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

main {
  display: block;
}

section {
  position: relative;
}


.nolink{
  pointer-events: none;
  opacity: .6;
}


body {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 100%;
  /*letter-spacing: 0.05em;*/
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  font-feature-settings: "palt" 1;
  background-image: url("../img/bg02.png");
  background-repeat: repeat;
  background-position: center;
  background-size: 619px 642px;
}

@media screen and (min-width: 641px) {
  body {
    background-attachment: fixed;
  }
}

@media screen and (max-width: 834px) {
  body {
      background-size: 309.5px 321px;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a {
    display: inline-block;
  }
}
@media screen and (min-width: 835px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

@media screen and (max-width: 834px) {
  .noneSP {
    display: none !important;
  }
}
@media screen and (min-width: 835px) {
  .nonePC {
    display: none !important;
  }
}



/*//////////////////////////// content_end ////////////////////////////*/

.content_end{
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
.content_end > div{
  background:red;
  border-radius:6px;
  font-weight:bold;
  text-align:center;
  max-width:800px;
  margin:0 auto;
  color:#fff;
  padding:10px;
  font-size: 36px;
}
@media screen and (max-width: 834px) {
  .content_end{
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .content_end > div{
    max-width:calc(100% - 40px);
    font-size: 22px;
    letter-spacing: -0.1em;
  }
}




/*//////////////////////////// sec-mv ////////////////////////////*/
.sec-mv {
  position: relative;
  overflow: hidden;
}
.sec-mv__ttl img {
  width: 100%;
}
.sec-mv__sns {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  top: 15px;
  right: 19px;
}
@media screen and (max-width: 834px) {
  .sec-mv__sns {
    position: relative;
    justify-content: center;
    background: white;
    padding: 20px 0;
    top: 0;
    right: 0;
  }
}
.sec-mv__sns-item {
  margin-left: 19px;
}
@media screen and (max-width: 834px) {
  .sec-mv__sns-item {
    margin: 0 10px;
  }
}
.sec-mv__sns-item img {
  width: 28px;
}


/*//////////////////////////// sec-menu ////////////////////////////*/
.sec-menu{
  padding-top: 55px;
  padding-bottom: 65px;
  position: relative;
}
.sec-menu::after{
  content: '';
  width: 100%;
  height: 100%;
  background: url("../img/bg01.svg") top center / 327px 312px repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-menu .inner{
  position: relative;
  z-index: 1;
}
.menu-list {
  max-width: 960px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 20px 1.5%;
}
.menu-list__item {
  width: 32.3%;
}
.menu-list__item a {
  display: block;
}

@media screen and (min-width: 835px) {
}

@media screen and (max-width: 834px) {
  .sec-menu{
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .menu-list {
    gap: 5px 2%;
  }
  .menu-list__item {
    width: 49%;
  }

}


/*//////////////////////////// 共通 ////////////////////////////*/
.anchor{
  position: absolute;
  height: 0;
  pointer-events: none;
  margin-top: 97px;
}
#id-01.anchor{
  margin-top: 30px;
}

.sec{
  margin-top: 100px;
}
.inner {
  display: block;
  max-width: 990px;
  text-align: center;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.sec_ttl{
  max-width: 760px;
  margin: 0 auto 20px;
}
.sec_mainTxt{
  font-size: 28px;
  line-height: 33px;
}
.fw_bold{
  color: #2a6e78;
}
.random-img {
  max-width: 308px;
  margin: 40px auto 0;
}
.size-txt{
  font-size: 15px;
  color: #2a6e78;
  margin-top: 10px;
}
.come-txt{
  font-size: 15px;
  color: #2a6e78;
  line-height: 21px;
  margin-top: 20px;
}

.size-txt + .come-txt{
  margin-top: 5px;
}


@media screen and (max-width: 834px) {
  .anchor{
    margin-top: 49px;
  }
/*  #id-01.anchor{
    margin-top: 49px;
  }*/

  .sec{
    margin-top: 40px;
  }
  .sec_ttl{
    width: 89.5%;
  }
  .sec_mainTxt{
    font-size: 16px;
    line-height: 1.2;
  }

  .random-img {
    width: 64%;
    margin: 20px auto 0;
  }
  .size-txt{
    font-size: 12px;
  }
  .come-txt{
    font-size: 12px;
    line-height: 1.35;
    margin-top: 10px;
  }

}

/*//////////////////////////// sec-plus ////////////////////////////*/
.plus-block{
  padding-top: 30px;
}
.plus-price{
  max-width: 494px;
  margin: 30px auto 0;
}
.plus-img{
  max-width: 800px;
  margin: 40px auto 0;
}

@media screen and (max-width: 834px) {
  .plus-block{
    padding-top: 20px;
  }
  .plus-price{
    width: 91.7%;
    margin: 20px auto 0;
  }
  .plus-img{
    width: 67.8%;
    margin: 20px auto 0;
  }

}

/*//////////////////////////// sec-goods ////////////////////////////*/
.menu-block{
  max-width: 790px;
  margin: auto;
}
.menu-block .sec_mainTxt a{
  color: #2a6e78;;
}

.goods_list {
  color: #2a6e78;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 16.5%;
  margin-top: 70px;
}
.goods_list-item {
  width: 41.3%;
}
.goods_list-item a {
  display: block;
}

.goods_list-ttl{
  font-size: 25px;
  line-height: 28px;
  white-space: nowrap;
  margin-top: 20px;
}
.goods_list-ttl span{
  letter-spacing: -0.1em;
}
.goods_price{
  font-size: 15px;
  margin-top: 10px;
  margin-left: 119px;
}
.goods_list-item:nth-child(n + 7) .goods_price{
  margin-left: 0;
}
.goods_list-item a > .goods_price span{
  bottom: 3px;
  position: relative;
}
.goods_price b{
  font-size: 25px;
  font-weight: 500;
  margin-left: 0.5em;
}
.goods_price_box{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
.goods_price_box .goods_price{
    margin-top: 0;
    margin-left: 0;
  }
.goods_price_box img{
  width: 160px;
}
.goods_price_size{
  font-size: 15px;
  line-height: 21px;
  margin-top: 10px;
}


.sec-goods_online{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px auto 0;
}
.sec-goods_online a{
  width: 448px;
}

/* store-block */
.store-block{
  padding-top: 100px;
}
.store_ttl{
  max-width: 760px;
  margin: 0 auto 20px;
}
.store-img{
  max-width: 754px;
  margin: 40px auto 0;
}

@media screen and (min-width: 835px) {

}
@media screen and (max-width: 834px) {
  .goods_list {
    gap: 40px 6.5%;
    margin-top: 40px;
  }

  .goods_list-ttl{
    font-size: 20px;
    line-height: 1.1;
    margin-top: 10px;
  }
  .goods_price{
    font-size: 12px;
    margin-left: 97px;
  }
  .goods_price b{
    font-size: 20px;
  }
  .goods_price_box img{
    width: 128px;
  }
  .goods_price_size{
    font-size: 12px;
    line-height: 1.35;
  }


  .sec-goods_online{
    margin: 40px auto 0;
  }
  .sec-goods_online a{
    width: 77%;
    max-width: 448px;
  }


  /* store-block */
  .store-block{
    padding-top: 40px;
  }
  .store_ttl{
    width: 89.5%;
  }
  .store-img{
    width: 89.5%;
    margin: 20px auto 0;
  }

}
@media screen and (max-width: 640px){
  .goods_list-item {
    width: 77%;
  }
}

/*//////////////////////////// sec-product ////////////////////////////*/
/* product-block */
.product-list_box{
  color: #2a6e78;
  margin-top: 40px;
}
.product-list_box > img{
  max-width: 260px;
  margin: auto;
}
.product-list_box > ul{
  max-width: 960px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.product-list_box > ul li{
  width: 50%;
}
.product_name{
  font-size: 25px;
  line-height: 28px;
  height: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  white-space: nowrap;
  margin-top: 10px;
}
.product_price{
  font-size: 15px;
  margin-top: 10px;
}
.product_price b{
  font-size: 25px;
}

/* special-block */
.special_img{
  max-width: 960px;
  margin: 60px auto 0;
}

/* present-block */
.present_img{
  max-width: 960px;
  margin: 30px auto 0;
}


@media screen and (max-width: 834px) { 
  /* product-block */
  .product-list_box{
    margin-top: 20px;
  }
  .product-list_box > img{
    width: 41.7%;
  }
  .product-list_box > ul{
    flex-wrap: wrap;
    margin: 10px auto;
  }
  .product-list_box > ul li{
    width: 50%;
  }
  
 .product_name{
    font-size: 16px;
    height: initial;
    line-height: 1.2;
  }
  .product_price{
    font-size: 12px;
  }
  .product_price b{
    font-size: 16px;
  }

  /* special-block */
  .special_img{
    width: 89.5%;
    margin: 30px auto 0;
  }

  /* present-block */
  .present_img{
    width: 89.5%;
    margin: 20px auto 0;
  }

}

@media screen and (max-width: 640px){
  .product-list_box > ul li{
    width: 77%;
  }
  .product-list_box > ul li + li{
    margin-top: 20px;
  }

}


/*//////////////////////////// sec-bath ////////////////////////////*/
.bath_menu{
  max-width: 864px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 0;
  margin: 30px auto 0;
}
.bath_menu .bath_menu-item{
  width: calc(100% / 3);
}

.bath-table {
  overflow-x: auto;
}
.bath-table__img{
  width: 1220px;
  margin: 30px auto 0;
}

@media screen and (max-width: 834px) {
  .bath_menu{
    margin: 20px auto 0;
  }
  .bath_menu .bath_menu-item{
    width: calc(100% / 2);
  }

  /*.bath-table {
    overflow-x: auto;
  }*/
  .bath-table__img{
    width: 800px;
    margin: 20px auto 0;
  }


}

/*//////////////////////////// sec-collabo ////////////////////////////*/
.deco-img{
  max-width: 890px;
  margin: 30px auto 0;
}

@media screen and (max-width: 834px) {
  .deco-img{
    width: 89%;
    margin: 20px auto 0;
  }

}

/*//////////////////////////// sec-campaign ////////////////////////////*/
/*campaign-block*/
.campaign-block{
  position: relative;
}
.campaign-img03{
  width: 397px;
  position: absolute;
  top: 635px;
  right: 20px;
}
.campaign-img01{
  max-width: 900px;
  margin: 50px auto 0;
}
.campaign-img02{
  max-width: 960px;
  margin: 30px auto 0;
}

.success-msg{
  display: none;
  position: fixed;
  width: auto;
  max-width: clamp(400px, 90vw, 600px) ;
  height: auto;
  line-height: 1.5;
  padding: 20px;
  background-color: #fff;
  font-weight: 700;
  color: #2a6e78;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  z-index: 1;
}

/*campaign-sanka*/
.campaign-sanka{
  max-width: 960px;
  background: url("../img/campaign-sanka_bg.png") top center / contain no-repeat;
  margin-top: 50px;
  padding-bottom: 3.9%;
  padding-top: 2.5%;
}
.campaign-sanka_ttl{
  max-width: 222px;
  width: 23.2%;
  /*padding-top: 30px;*/
  margin: 0 auto;
}
.campaign-sanka_arrow{
  width: 26px;
  margin: 4.1% auto 0;
}
.campaign-sanka > div:not(.campaign-sanka_ttl):not(.campaign-sanka_arrow){
  width: 70.6%;
  margin: 3.7% auto 0;
}
.campaign-sanka > div.campaign-sanka_01:not(.campaign-sanka_ttl):not(.campaign-sanka_arrow){
  margin: 6.2% auto 0;
}
.campaign-sanka > div.campaign-sanka_05:not(.campaign-sanka_ttl):not(.campaign-sanka_arrow){
  margin: 1.6% auto 0;
}


@media screen and (max-width: 834px) {
  /*campaign-block*/
  .campaign-block{
    position: relative;
  }
  .campaign-img03{
    max-width: 397px;
    width: 65.3%;
    position: initial;
    margin: 20px auto 0;
  }
  .campaign-img01{
    width: 91.7%;
    margin: 10px auto 0;
  }
  .campaign-img02{
    width: 100%;
    margin: 10px auto 0;
  }

  /*campaign-sanka*/
  .campaign-sanka{
    width: 100%;
    background: url("../img/campaign-sanka_bg_sp.png") top center / contain no-repeat;
    margin-top: 40px;
    padding-top: 3.5%;
  }
  .campaign-sanka_ttl{
    width: 23.2%;
    margin: 0 auto;
  }
  .campaign-sanka_arrow{
    min-width: 12px;
    max-width: 26px;
    width: 3.6%;
    margin: 1.9% auto 0;
  }
  .campaign-sanka > div:not(.campaign-sanka_ttl):not(.campaign-sanka_arrow){
    width: 94.4%;
    margin: 1.9% auto 0;
  }
  .campaign-sanka > div.campaign-sanka_01:not(.campaign-sanka_ttl):not(.campaign-sanka_arrow){
    margin: 4.7% auto 0;
  }
  .campaign-sanka > div.campaign-sanka_05:not(.campaign-sanka_ttl):not(.campaign-sanka_arrow){
    margin: 2.2% auto 0;
  }

}


/*//////////////////////////// sec-open ////////////////////////////*/
.open-list_wrap{
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  margin-top: 95px;
}

.open-list_box{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(68, 160, 174, 0.40);
}
.open-list_box + .open-list_box{
  margin-top: 25px;
}
.open-list_box_ttl{
  font-size: 35px;
  color: #2a6e78;
  margin-top: -0.5em;
}
.open-list_shop{
  width: 100%;
}
.open-list_shop-item{
  width: 100%;
}
.open-list_shop-item:first-child{
  margin-top: 25px;
}
.open-list_shop-item + .open-list_shop-item{
  margin-top: 10px;
}
.open-list_shop-item a{
  display: block;
}

@media screen and (min-width: 835px) {
  .open-list:first-child .open-list_box{
    padding: 0 20px 20px;
  }
  .open-list:last-child .open-list_box{
    padding: 0 30px 20px;
  }

}

@media screen and (max-width: 834px) {
  .open-list_wrap{
    /*display: block;*/
    margin-top: 40px;
  }

  
  .open-list_box{
    padding: 0 15px 20px;
  }
  .open-list_box_ttl{
    font-size: 25px;
  }
  .open-list_shop-item:first-child{
    margin-top: 15px;
  }
  .open-list_shop-item + .open-list_shop-item{
    margin-top: 10px;
  }

}
@media screen and (min-width: 641px){
  .open-list{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .open-list:first-child{
    width: 47.9%;
  }
  
}
@media screen and (max-width: 640px){
  .open-list_wrap{
    display: block;
    margin-top: 40px;
  }
  .open-list + .open-list{
    margin-top: 25px;
  }
}

/*//////////////////////////// sec-things ////////////////////////////*/
.things-box{
  max-width: 960px;
  font-size: 28px;
  color: #2a6e78;
  line-height: 33px;
  text-align: left;
  margin: 0 auto;
}
.things-box p{
  line-break: strict;
}
.things-box > p + p{
  margin-top: 1.25em;
}

@media screen and (max-width: 834px) {
  .things-box{
    font-size: 14px;
    line-height: 1.6;
  }

}

/*//////////////////////////// sec-about ////////////////////////////*/
.about_img{
  max-width: 960px;
  margin: 120px auto 0;
}

@media screen and (max-width: 834px) {
  .about_img{
    margin: 60px auto 0;
  }

}

/*//////////////////////////// popup ////////////////////////////*/
.popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.8s ease;
  overflow-y: scroll;
}
.popup.on {
  opacity: 1;
  pointer-events: unset;
  z-index: 99;
  transition: 0.8s ease;
}
.popup-wrap {
  position: relative;
  width: 100%;
  max-width: 800px;
  max-height: 100%;
}
.popup-wrap--big {
  max-width: 800px;
}
.popup-wrap__ct {
  position: relative;
}
.popup-wrap__ct--top {
  padding: 20px 0;
}
.popup-wrap__ct--top .popup-wrap__close {
  bottom: auto;
  top: -10px;
  right: 0;
}
.popup-wrap__close {
  position: absolute;
  bottom: 10px;
  right: 5px;
  opacity: 0.7;
  cursor: pointer;
  z-index: 2;
  transition: 0.2s ease;
}
.popup-wrap__close:hover {
  opacity: 1;
  transition: 0.2s ease;
}
.popup-wrap__close--top {
  bottom: auto;
  top: -35px;
}
.popup-wrap__list {
  max-height: 100%;
}
.popup-wrap__list-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 5px;
}
.popup-wrap__list-img:before {
  content: "";
  display: block;
  background: white;
  padding-bottom: 100%;
}
.popup-wrap__list-img--thumb {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.popup-wrap__list-img img {
  max-width: 100%;
  max-height: 100%;
}
.popup-wrap__list-ttl {
  display: block;
  color: #ccc;
  font-size: 1.5rem;
  padding: 0 5px;
}
.popup-wrap__list .custom_paging {
  color: #999;
  font-size: 1.2rem;
  list-style: none;
  padding: 0 5px;
}
.popup-wrap__list .custom_paging li {
  display: none;
}
.popup-wrap__list .custom_paging li.slick-active {
  display: inline-block;
}
.popup-wrap__list .slick-prev, .popup-wrap__list .slick-next {
  top: 0;
  transform: unset;
  width: 20%;
  height: calc(100% - 42px);
  z-index: 1;
}
.popup-wrap__list .slick-prev:before, .popup-wrap__list .slick-next:before {
  content: "";
  position: absolute;
  background: url("../img/icon-arrow.png") center no-repeat;
  background-size: contain;
  width: 28px;
  height: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.6s ease;
}
@media screen and (min-width: 835px) {
  .popup-wrap__list .slick-prev:before, .popup-wrap__list .slick-next:before {
    opacity: 0;
  }
}
.popup-wrap__list .slick-prev:hover:before, .popup-wrap__list .slick-next:hover:before {
  opacity: 1;
  transition: 0.6s ease;
}
.popup-wrap__list .slick-next {
  right: 0;
}
.popup-wrap__list .slick-next:before {
  right: 20px;
}
.popup-wrap__list .slick-prev {
  left: 0;
}
.popup-wrap__list .slick-prev:before {
  left: 20px;
  transform: translateY(-50%) scaleX(-1);
}


/*///////////////////// footer /////////////////////*/
.main-footer{
  padding: 120px 0 35px;
}
.main-footer__logo{
  max-width: 540px;
  margin: 40px auto 0;
}
.main-footer__desc{
  font-size: 15px;
  line-height: 1.4;
}
.main-footer__copyright{
  max-width: 278px;
  margin: 40px auto 0;
}
.foot_btnwrap{
  position: fixed;
  bottom: 50px;
  right: 6%;
  display: none;
  cursor: pointer;
  width: 176px;
  z-index: 10;
}
.main-footer__cart {
  width: 176px;
  display: block;
  /*margin: 20px auto 0;*/
}
.main-footer__cart img {
  max-width: 100%;
  width: 100%;
}
.main-footer__backtop {
  width: 176px;
  transition: 0.3s;
  margin-top: -10px;
}
.main-footer__backtop:hover {
  opacity: 0.7;
}

@media screen and (max-width: 834px) {
  .main-footer{
    padding: 60px 0 35px;
  }
  .main-footer__logo{
    width: 80%;
    margin: 20px auto 0;
  }
  .main-footer__desc{
    font-size: 12px;
  }
  .main-footer__copyright {
    margin: 25px auto 0;
  }
  .foot_btnwrap{
    bottom: 25px;
    right: 2%;
    width: 100px;
  }
  .main-footer__cart {
    width: 100px;
    margin: 15px auto 0;
  }
  .main-footer__backtop {
    width: 100px;
  }

}




