.pagetop {
  position: fixed;
  right: 10px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
}
.pagetop a {
  font-family: "Alice", serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #59B7BF;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}
.pagetop a:hover {
  background: #F48E7B;
}
/*　上に上がる動き　*/
.pagetop.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
.pagetop.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
.f-bg {
  position: relative;
  background: url("/img/common/bg_brown.webp");
  background-size: 2500px;
  padding: 4em 0 3em;
}
.f-bg::before {
  position: absolute;
  content: '';
  top: -45px;
  left: 8%;
  display: block;
  width: 90px;
  height: 90px;
  background-image: url("/img/common/logo_mark.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.footer {
  overflow: hidden;
}
.footer_logo {}
.footer_logo a {
  font-size: 1.2rem;
}
.footer_logo img {
  width: 250px;
  margin: 0 auto 0.2em;
  display: block;
}
.footer_logo p {
  margin: 1em auto 0;
  font-size: 1.2rem;
}
.footer_logo p span {
  display: block;
  margin: 0 auto 0.4em;
  font-size: 1.3rem;
}
.footer_shop {
  position: relative;
  width: 95%;
  margin: 3em 0 0 auto;
  box-sizing: border-box;
  padding: 10px 30px;
  background: url('/img/common/bg.webp') no-repeat center;
  background-size: cover;
  border-radius: 50px 0 0 50px;
}
.footer_shop::before {
  position: absolute;
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  top: -2em;
  right: -1.5em;
  width: 110px;
  height: 110px;
  background-image: url("/img/common/footer_leaf.webp");
}
.footer_shop > div {
  position: absolute;
  top: -0.8em;
  left: -0.8em;
  font-family: "adlery-pro-swash", sans-serif;
  font-weight: 700;
  color: #F48E7B;
  font-size: 4.5rem;
  transform: rotate(-27deg);
  z-index: 1;
  padding: 0 30px;
}
.footer_shop_list {}
.footer_shop_list > li {
  border-bottom: 1px solid #F48E7B;
  padding: 20px 0;
}
.footer_shop_list > li:last-child {
  border: none;
}
.footer_shop_list > li div {
  text-align: left;
  margin: 0 auto 1em;
}
.footer_shop_list > li div span {
  font-weight: 700;
  display: block;
  font-size: 1.6rem;
  margin: 0 auto 0.2em;
}
.footer_shop_list > li p {
  text-align: left;
  font-size: 1.1rem;
  margin: 1em auto;
}
.footer_shop_list > li ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em;
  justify-content: space-between;
}
.footer_shop_list > li ul li {
  width: 49%;
}
.footer_shop_list .btn {
  font-size: 1.6rem;
  line-height: 60px;
  border-radius: 60px;
}
.footer_shop_list .btn img {
  width: 15px;
  margin: 0 10px 17px 0;
}
.footer_shop_list .btn::before {
  width: 60px;
  height: 60px;
}
.footer_shop_list .btn:hover::before {
  width: 100%
}
.footer_shop_list .btn::after {
  right: 25px;
}
.footer_bnr {
  margin: 3em auto 0;
}
.footer_bnr ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em;
  justify-content: center;
}
.footer_bnr ul li {
  width: 130px;
  margin: 0 5px;
}
.footer_bnr p {
  margin: 1.5em auto 0;
  font-size: 1.2rem;
}
.pagetop {
  display: none;
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .f-bg {
    padding: 5em 0 0em;
    position: relative;
    margin: 3em auto 0;
  }
  .f-bg::before {
    top: -100px;
    left: 5%;
    width: 160px;
    height: 160px;
  }
  .footer {
    overflow: visible;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: flex-end;
  }
  .footer_logo {
    width: calc(100% - (800px + 10%));
    margin: 1em 5% 0 5%;
    text-align: left;
  }
  .footer_logo a {
    font-size: 1.4rem;
  }
  .footer_logo img {
    width: 100%;
    max-width: 350px;
    margin: 0 0 0.4em;
  }
  .footer_logo p {
    margin: 1.5em auto 0;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .footer_logo p span {
    margin: 0 auto 0.6em;
    font-size: 1.5rem;
  }
  .footer_shop {
    width: 800px;
    margin: 0;
    padding: 50px 50px 70px;
    border-radius: 100px 0 0 0px;
  }
  .footer_shop::before {
    top: -2em;
    right: 2em;
    width: 120px;
    height: 120px;
  }
  .footer_shop > div {
    top: -0.8em;
    left: -0.8em;
    font-size: 8rem;
  }
  .footer_shop_list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
  }
  .footer_shop_list::before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 1px;
    height: 100%;
    background: #59B7BF;
  }
  .footer_shop_list > li {
    border-bottom: none;
    padding: 0;
    width: 46%;
  }
  .footer_shop_list > li ul {
    display: block;
    position: absolute;
    bottom: 0;
    left: 58%;
  }
  .footer_shop_list > li ul li {
    width: 250px;
    margin: 0.5em auto 0 0;
  }
  .footer_shop_list > li div {
    height: auto;
  }
  .footer_shop_list > li div span {
    font-size: 2rem;
    margin: 0 auto 0.3em;
  }
  .footer_shop_list > li p {
    font-size: 1.4rem;
    margin: 1.5em auto 0;
  }
  .footer_shop_list .btn {
    width: 270px;
    font-size: 1.8rem;
  }
  .footer_bnr {
    position: absolute;
    bottom: 4.5em;
    left: 5%;
    margin: 0;
    text-align: left;
  }
  .footer_bnr ul {}
  .footer_bnr ul li {
    width: 170px;
    margin: 0 10px 0 0;
  }
  .footer_bnr p {
    margin: 1.5em auto 0;
    font-size: 1.3rem;
  }
  .pagetop {
    display: block;
  }
}