/*==============================================================*/
/*      footer      */
/*==============================================================*/
.footer {
  position: relative;
  z-index: 10;
}
.footer .backImg {
  -o-object-position: right;
     object-position: right;
}
.footer .fContact {
  position: relative;
  background-color: rgb(220, 187, 186);
  padding: 45px 0 45px;
}
@media (min-width: 1000px) {
  .footer .fContact {
    padding: 60px 0 60px;
  }
}
.footer .fContact .inner {
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
  width: 90%;
}
.footer .fContact .inner .h2 {
  font-family: "Sacramento", cursive;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 30px;
  letter-spacing: 0.08em;
  color: #4A000B;
  text-align: center;
}
@media (min-width: 750px) {
  .footer .fContact .inner .h2 {
    font-size: 50px;
    line-height: 40px;
  }
}
.footer .fContact .inner .h2Sub {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.18em;
  color: #4A000B;
}
@media (min-width: 750px) {
  .footer .fContact .inner .h2Sub {
    font-size: 16px;
    line-height: 23px;
  }
}
.footer .fContact .inner .p {
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #4A000B;
}
@media (min-width: 1000px) {
  .footer .fContact .inner .p {
    margin-top: 40px;
  }
}
@media (min-width: 750px) {
  .footer .fContact .inner .p {
    font-size: 15px;
    line-height: 26px;
  }
}
.footer .fContact .inner .flex {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  gap: 14.2857142857%;
  justify-content: center;
}
@media (min-width: 1000px) {
  .footer .fContact .inner .flex {
    flex-direction: row;
    padding-top: 40px;
  }
}
.footer .fContact .inner .flex .left {
  width: 100%;
}
@media (min-width: 1000px) {
  .footer .fContact .inner .flex .left {
    width: 46%;
    max-width: 320px;
    padding-left: 40px;
  }
}
.footer .fContact .inner .flex .left .p {
  margin-top: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.16em;
  color: #4A000B;
}
@media (min-width: 750px) {
  .footer .fContact .inner .flex .left .p {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (min-width: 1000px) {
  .footer .fContact .inner .flex .left .p {
    text-align: left;
  }
}
.footer .fContact .inner .flex .left .telFlex {
  margin: 0 auto;
  margin-top: 6px;
  display: flex;
  gap: 10px;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1000px) {
  .footer .fContact .inner .flex .left .telFlex {
    margin-top: 8px;
  }
}
@media (min-width: 1000px) {
  .footer .fContact .inner .flex .left .telFlex {
    margin: 0;
    margin-top: 6px;
  }
}
@media (min-width: 1000px) and (min-width: 1000px) {
  .footer .fContact .inner .flex .left .telFlex {
    margin-top: 8px;
  }
}
.footer .fContact .inner .flex .left .telFlex .img {
  width: 28px;
  height: 28px;
}
.footer .fContact .inner .flex .left .telFlex .p {
  margin-top: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 0.16em;
  color: #4A000B;
}
@media (min-width: 750px) {
  .footer .fContact .inner .flex .left .telFlex .p {
    font-size: 28px;
    line-height: 34px;
  }
}
.footer .fContact .inner .flex .right {
  width: 100%;
  padding-top: 30px;
}
@media (min-width: 1000px) {
  .footer .fContact .inner .flex .right {
    padding-top: 0;
    width: 46%;
    max-width: 322px;
  }
}
.footer .fContact .inner .flex .right .box {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #D23A51;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 322px;
  transition: 0.3s;
}
.footer .fContact .inner .flex .right .box .p {
  margin-top: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.16em;
  color: #D23A51;
}
@media (min-width: 750px) {
  .footer .fContact .inner .flex .right .box .p {
    font-size: 16px;
    line-height: 23px;
  }
}
.footer .fContact .inner .flex .right .box .img {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}
.footer .fContact .inner .flex .right .box:hover {
  transition: 0.3s;
  transform: translateY(-7px);
}
.footer .fContact .inner .flex .right .bottomBox {
  margin-top: 15px;
}
.footer .fSNS {
  background-color: white;
  position: relative;
  padding: 45px 0;
}
@media (min-width: 1000px) {
  .footer .fSNS {
    padding: 60px 0;
  }
}
.footer .fSNS .inner {
  position: relative;
  margin: 0 auto;
  max-width: 935px;
  width: 90%;
  font-family: "Sacramento", cursive;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 30px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #D23A51;
}
@media (min-width: 750px) {
  .footer .fSNS .inner {
    font-size: 50px;
    line-height: 40px;
  }
}
.footer .fSNS .inner .flex {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 17px;
  justify-content: center;
}
@media (min-width: 1230px) {
  .footer .fSNS .inner .flex {
    justify-content: left;
  }
}
.footer .fSNS .inner .flex .box {
  width: 290px;
  transition: 0.3s;
}
.footer .fSNS .inner .flex .box .p {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #2C70E7;
}
@media (min-width: 750px) {
  .footer .fSNS .inner .flex .box .p {
    font-size: 18px;
    line-height: 40px;
  }
}
.footer .fSNS .inner .flex .box .p.red {
  color: rgb(210, 58, 81);
}
.footer .fSNS .inner .flex .box .img {
  width: 100%;
}
.footer .fSNS .inner .flex .box:hover {
  transform: translateY(-7px);
  transition: 0.3s;
}
.footer .fNav {
  position: relative;
  padding: 45px 0 15px;
  background-color: rgb(245, 245, 245);
}
@media (min-width: 1000px) {
  .footer .fNav {
    padding-top: 60px;
  }
}
.footer .fNav .inner {
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
  width: 90%;
}
.footer .fNav .inner .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.footer .fNav .inner .logo .img {
  width: 46px;
  height: 58px;
}
.footer .fNav .inner .logo .pBox {
  margin-left: 13px;
}
.footer .fNav .inner .logo .pBox .p {
  font-family: "Kiwi Maru", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.01em;
  color: #C53A79;
}
@media (min-width: 750px) {
  .footer .fNav .inner .logo .pBox .p {
    font-size: 14px;
    line-height: 20px;
  }
}
.footer .fNav .inner .logo .pBox .bold {
  font-family: "Kiwi Maru", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.07em;
  color: #C53A79;
}
@media (min-width: 750px) {
  .footer .fNav .inner .logo .pBox .bold {
    font-size: 22px;
    line-height: 32px;
  }
}
.footer .fNav .inner .telLink {
  margin: 0 auto;
  margin-top: 24px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1000px) {
  .footer .fNav .inner .telLink {
    margin-top: 32px;
  }
}
.footer .fNav .inner .telLink .p {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.08em;
  color: #333333;
}
@media (min-width: 750px) {
  .footer .fNav .inner .telLink .p {
    font-size: 14px;
    line-height: 17px;
  }
}
.footer .fNav .inner .p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.08em;
  color: #333333;
  text-align: center;
}
@media (min-width: 750px) {
  .footer .fNav .inner .p {
    font-size: 14px;
    line-height: 17px;
  }
}
.footer .fNav .inner .nav {
  margin-top: 30px;
  display: flex;
  gap: 28px;
  justify-content: center;
  align-items: center;
  background-color: white;
  padding: 25px 20px;
  flex-wrap: wrap;
}
@media (min-width: 1000px) {
  .footer .fNav .inner .nav {
    margin-top: 40px;
  }
}
@media (min-width: 750px) {
  .footer .fNav .inner .nav {
    padding: 30px 48px;
  }
}
.footer .fNav .inner .nav .link .p {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.08em;
  color: #333333;
}
@media (min-width: 750px) {
  .footer .fNav .inner .nav .link .p {
    font-size: 14px;
    line-height: 17px;
  }
}
.footer .fNav .inner .nav .link:hover {
  transform: translateY(-4px);
}
.footer .fNav .inner .pagetop {
  position: absolute;
  right: 0;
  top: 15%;
  width: 40px;
  height: 40px;
}
@media (min-width: 750px) {
  .footer .fNav .inner .pagetop {
    top: 25%;
  }
}
.footer .fNav .inner .pagetop .topBtnImg {
  width: 100%;
}
.footer .fNav .inner .pagetop:hover {
  transform: translateY(-4px);
}
.footer .fNav .inner .copyright {
  margin-top: 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.08em;
  color: #333333;
  text-align: center;
}
@media (min-width: 1000px) {
  .footer .fNav .inner .copyright {
    margin-top: 37px;
  }
}
@media (min-width: 750px) {
  .footer .fNav .inner .copyright {
    font-size: 12px;
    line-height: 17px;
  }
}
@media (min-width: 1230px) {
  .footer .fSNS .inner .flex02 {
    justify-content: center;
  }
}