html:not(.responsive) {
  min-width: 1000px;
  /* viewport */
}

* {
  box-sizing: border-box;
}

/*=============================================
* body
*=============================================*/
body {
  color: #000;
  font-family: 'Zen Kaku Gothic New';
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.03em;
  background: #f4f2ee;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  text-align: justify;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 40px;
    text-align: left;
    min-width: 1000px;
    /* viewport */
  }
}

@media only screen and (max-width: 767px) {
  :root {
    --app-height: 100%;
  }
  html.open,
  body.menu-open {
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    height: var(--app-height);
  }
}

/*=============================================
* <main>
*=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrap {
  width: 1000px;
}

.wrap-big {
  padding: 0 6.4vw;
  position: relative;
}

.ovh {
  overflow: hidden;
}

a:hover {
  text-decoration: none;
}

a, img {
  transition: 0.3s all ease-in-out;
}

.btn-common {
  width: 80vw;
  margin: 0 auto;
}

.btn-common a {
  display: block;
  background: #24201e;
  color: #fff;
  text-align: center;
  font-family: 'Albert Sans';
  font-size: 4vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 8vw;
  text-transform: uppercase;
  padding: 4.8vw;
  border: 2px solid #24201e;
  border-radius: 10vw;
  position: relative;
  z-index: 0;
}

.btn-common a:after {
  content: '';
  width: 2.8vw;
  background-image: url("../img/shared/icon_arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7vw;
  filter: brightness(0) invert(1);
}

.tel {
  font-family: 'Albert Sans';
  text-align: center;
  font-weight: 600;
}

.tel small {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 15px;
  margin-bottom: 15px;
}

.tel span {
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0;
}

.tel span img {
  width: 15px;
  height: auto;
  margin: -5px 8px 0 0;
}

.tel a:hover img {
  opacity: 1 !important;
}

.reserve-btn {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}

.reserve-btn a {
  display: block;
  background: #24201e;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 30px;
  padding: 18px;
  border: 2px solid #24201e;
  border-radius: 40px;
  position: relative;
  z-index: 0;
}

.reserve-btn a img {
  width: 20px;
  margin: -7px 10px 0 0;
  filter: brightness(0) invert(1);
}

@media screen and (min-width: 768px) {
  .wrap-big {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .btn-common {
    width: 421px;
  }
  .btn-common a {
    font-size: 20px;
    line-height: 36px;
    padding: 30px 30px 30px 10px;
    border-radius: 55px;
  }
  .btn-common a:after {
    width: 15px;
    right: 47px;
    transition: 0.3s all ease-in-out;
  }
  .btn-common a:hover {
    color: #24201e;
  }
  .btn-common a:hover:after {
    filter: brightness(0) invert(0);
  }
  .hvr-eff a {
    overflow: hidden;
  }
  .hvr-eff a:before {
    content: '';
    background: #fff;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    z-index: -1;
  }
  .hvr-eff a:hover:before {
    transform: scale(2);
  }
  .tel small {
    font-size: 14px;
    margin: 0 0 12px -2px;
  }
  .tel span {
    font-size: 26px;
    line-height: 26px;
    letter-spacing: -0.03em;
  }
  .tel span img {
    width: 13px;
    margin: -4px 4px 0 0;
  }
  .reserve-btn {
    max-width: 185px;
    margin: 0;
  }
  .reserve-btn a {
    font-size: 14px;
    line-height: 28px;
    padding: 9px 4px 9px 10px;
  }
  .reserve-btn a img {
    width: 13px;
    height: auto;
    margin: -4px 8px 0 0;
    filter: brightness(0) invert(1);
    transition: 0.3s all ease-in-out;
  }
  .reserve-btn a:hover {
    color: #24201e;
  }
  .reserve-btn a:hover img {
    filter: brightness(0) invert(0);
  }
}

/*=============================================
* <header>
*=============================================*/
body.nav--opened,
body.nav--opened *,
body.nav--opened *:hover,
body.nav--opened *:focus,
body.nav--opened *:active {
  /*    cursor: none !important;*/
  touch-action: none !important;
  pointer-events: none !important;
}

body.nav--opened .hamburger,
body.nav--opened #menu-toggle,
body.nav--opened #menu-toggle * {
  touch-action: auto !important;
  pointer-events: visible !important;
}

.nav--opened {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}

.nav--opened #menu-toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  overflow: auto;
}

.nav--opened #pagetop,
.nav--opened #ft-fixed {
  opacity: 0;
  visibility: hidden;
}

header {
  padding-top: 130px;
  position: relative;
  z-index: 99;
}

header:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0.48;
  background: linear-gradient(180deg, #fffc07 0%, #ff0da3 100%);
  z-index: 5;
  transition: transform 0.5s 0.2s;
  transform: translateX(100%);
}

header h1 {
  color: #434343;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
  padding: 0 80px 0px 4vw;
  text-align: left;
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
}

header .logo {
  width: 201px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  header {
    padding-top: 62px;
  }
  header h1 {
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    left: calc(50% - 684px);
    right: calc(50% + 165px);
    top: 64px;
  }
  header .logo {
    width: 284px;
    margin-bottom: 37px;
  }
  header .contact-group {
    position: absolute;
    top: 42px;
    right: calc(50% - 650px);
    z-index: 1;
  }
  header .contact-group .tel {
    text-align: left;
    margin-bottom: 13px;
  }
  header .contact-group .insta {
    margin: 18px 0 0 22px;
  }
  header nav ul {
    text-align: center;
  }
  header nav ul li + li {
    margin-left: 27px;
  }
  header nav ul a {
    display: block;
    position: relative;
    padding-top: 6px;
  }
  header nav ul a:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #573521;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    transition: 0.3s all ease;
    opacity: 0;
  }
  header nav ul span {
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: bold;
    transition: 0.3s all ease;
  }
  header nav ul small {
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 0.1em;
    transition: 0.3s all ease;
  }
  header nav ul a:hover:before,
  header nav ul a.active:before {
    opacity: 1;
  }
  header nav ul a:hover span,
  header nav ul a:hover small,
  header nav ul a.active span,
  header nav ul a.active small {
    color: #7b7372;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1400px) {
  header h1 {
    left: calc(-50vw + 52%);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1350px) {
  header .contact-group {
    right: calc(-50vw + 52%);
  }
}

.has-nav #ft-fixed {
  opacity: 1;
  visibility: visible;
}

.menu-toggle {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  padding: 50px 0 70px;
  z-index: 9;
  background: #fff;
  transition: all 0.5s ease;
  transition: transform 0.7s;
  transform: translate3d(calc(100% + 200px), 0, 0);
  pointer-events: none;
}

.menu-toggle .inner {
  overflow: auto;
}

.menu-toggle .navi-group {
  display: table;
  margin: 0 auto 45px;
  line-height: 45px;
}

.menu-toggle .navi-group span {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.menu-toggle .navi-group small {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-left: 15px;
  position: relative;
  top: -3px;
}

.menu-toggle .navi-group a {
  position: relative;
}

.menu-toggle .navi-group a:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #231816;
  border-radius: 50%;
  position: absolute;
  left: -21px;
  top: 6px;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}

.menu-toggle .navi-group a.active:before {
  opacity: 1;
}

.menu-toggle .navi-group a.active span {
  color: #bcbcbc;
}

.menu-toggle .navi-group a.active small {
  color: #7b7372;
}

.menu-toggle .col-logo {
  margin-bottom: 30px;
}

.menu-toggle .col-logo .menu-logo {
  width: 147px;
  margin: 0 auto 18px;
}

.menu-toggle .col-logo .insta {
  width: 23px;
  margin: 0 auto;
}

.menu-toggle .col-contact .tel {
  margin-bottom: 15px;
}

.menu-toggle .col-contact .tel span {
  font-size: 27px;
  line-height: 27px;
}

.menu-toggle .col-contact .tel span img {
  width: 13px;
}

.menu-toggle .col-contact .reserve-btn {
  max-width: 230px;
}

.menu-toggle .col-contact .reserve-btn a {
  padding: 13px;
}

.menu-toggle .col-contact .reserve-btn a img {
  width: 14px;
}

@media screen and (min-width: 768px) {
  .menu-toggle {
    width: calc(50% + 120px);
    height: 100vh;
    right: 0;
    bottom: auto;
    padding: 104px 0;
  }
  .menu-toggle .navi-group {
    margin: 0 0 79px 202px;
    line-height: 80px;
  }
  .menu-toggle .navi-group span {
    font-size: 41px;
    transition: 0.3s all ease;
  }
  .menu-toggle .navi-group small {
    font-size: 20px;
    margin-left: 20px;
    top: -5px;
    transition: 0.3s all ease;
  }
  .menu-toggle .navi-group a {
    display: block;
    padding-left: 40px;
  }
  .menu-toggle .navi-group a:before {
    width: 14px;
    height: 14px;
    left: 0px;
    top: 36px;
  }
  .menu-toggle .navi-group a:hover:before {
    opacity: 1;
  }
  .menu-toggle .navi-group a:hover span {
    color: #bcbcbc;
  }
  .menu-toggle .navi-group a:hover small {
    color: #7b7372;
  }
  .menu-toggle .col-logo {
    width: 222px;
    margin: 0px 95px 0 127px;
  }
  .menu-toggle .col-logo .menu-logo {
    width: 100%;
    margin: 0 auto 45px;
  }
  .menu-toggle .col-logo .insta {
    width: 46px;
  }
  .menu-toggle .col-contact .tel {
    text-align: left;
    margin: 13px 0 25px;
  }
  .menu-toggle .col-contact .tel small {
    font-size: 20.6px;
    margin-bottom: 22px;
  }
  .menu-toggle .col-contact .tel span {
    font-size: 38px;
    line-height: 38px;
    letter-spacing: -0.03em;
  }
  .menu-toggle .col-contact .tel span img {
    width: 19px;
    margin: -6px 5px 0 1px;
  }
  .menu-toggle .col-contact .reserve-btn {
    max-width: none;
    width: 280px;
    margin: 0;
  }
  .menu-toggle .col-contact .reserve-btn a {
    padding: 20px 19px 21px;
    font-size: 20px;
  }
  .menu-toggle .col-contact .reserve-btn a img {
    width: 19px;
    margin: -7px 14px 0 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .menu-toggle .df-pc {
    justify-content: center;
  }
  .menu-toggle .col-logo {
    margin: 0px 70px 0 0px;
  }
  .menu-toggle .navi-group {
    margin-left: 100px;
  }
}

.nav--opened .menu-toggle,
.nav--opened header:before {
  transform: translateX(0);
}

.nav--opened .menu-toggle {
  pointer-events: unset;
  transition: transform 0.6s 0.4s;
}

/*=============================================
* <section>
*=============================================*/
.bg-para {
  width: 100%;
  position: relative;
  z-index: 1;
}

.bg-para .img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

.bg-para .img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
}

.object-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
}

#opening {
  background: linear-gradient(180deg, #fffc07 0%, #ff0da3 100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999;
}

#opening.cafe-op {
  background: linear-gradient(180deg, #fffc07 0%, #ff0da3 100%);
}

#opening.cafe-op .bg-first {
  background: #f4f2ee;
}

#opening .bg-first {
  background: #f4f2ee;
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

#opening.active .bg-first {
  left: 0;
}

/*=============================================
* <footer>
*=============================================*/
footer {
  background: #c4beb2;
  padding: 50px 0 140px;
}

footer .blk1 {
  margin-bottom: 50px;
}

footer .blk1 .col-right {
  margin-bottom: 53px;
}

footer .blk1 .col-right nav {
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 49px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

footer .blk1 .col-right nav ul {
  width: 50%;
}

footer .blk1 .col-right nav ul li a {
  padding-left: 20px;
  position: relative;
}

footer .blk1 .col-right nav ul li a:before {
  content: '';
  width: 7px;
  height: 7px;
  background: #71706a;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}

footer .blk1 .col-right nav ul li a.active {
  color: #71706a;
}

footer .blk1 .col-right nav ul li a.active:before {
  opacity: 1;
}

footer .blk1 .col-right .insta {
  width: 33px;
  margin: 0 auto;
}

footer .blk1 .col-left .col-logo {
  margin-bottom: 32px;
}

footer .blk1 .col-left .col-logo .logo {
  width: 149px;
  margin: 0 auto 22px;
}

footer .blk1 .col-left .col-logo .logo-txt {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
}

footer .blk1 .col-left .col-left-r .row-contact {
  margin-bottom: 45px;
}

footer .blk1 .col-left .col-left-r .row-contact .tel {
  margin-bottom: 30px;
}

footer .blk1 .col-left .col-left-r .info {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.05em;
}

footer .blk1 .col-left .col-left-r .info img {
  display: inline-block;
  width: 10px;
  height: auto;
  margin: -4px 6px 0 2px;
}

footer .blk2 {
  color: #5f5b53;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
}

footer .blk2 .col-right .copy {
  display: table;
  margin: 0 auto 30px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}

footer .blk2 .col-right .copy:before {
  content: '';
  width: 13px;
  height: 13px;
  background-image: url("../img/shared/icon_copy.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 1px;
}

footer .blk2 .col-right .copy.copied {
  pointer-events: none;
}

footer .blk2 .col-right #socialbuttons {
  margin: 0 -4vw 32px;
}

@media screen and (min-width: 768px) {
  footer {
    padding: 136px 0 83px;
  }
  footer .wrap {
    max-width: 1356px;
    width: 97%;
  }
  footer .blk1 {
    margin-bottom: 38px;
  }
  footer .blk1 .col-right {
    order: 2;
    width: 303px;
    margin: 4px 0 0px;
  }
  footer .blk1 .col-right nav {
    font-size: 17px;
    line-height: 36px;
    margin-bottom: 0px;
  }
  footer .blk1 .col-right nav ul {
    width: 128px;
  }
  footer .blk1 .col-right nav ul li a {
    padding-left: 16px;
  }
  footer .blk1 .col-right nav ul li a:before {
    width: 6px;
    height: 6px;
    top: 8px;
  }
  footer .blk1 .col-right nav ul li a:hover {
    color: #71706a;
  }
  footer .blk1 .col-right nav ul li a:hover:before {
    opacity: 1;
  }
  footer .blk1 .col-right .insta {
    width: 24px;
    margin: 0px 0 0 144px;
  }
  footer .blk1 .col-left {
    order: 1;
  }
  footer .blk1 .col-left .col-logo {
    width: 191px;
    margin: 0px 54px 0 0;
  }
  footer .blk1 .col-left .col-logo .logo {
    width: 100%;
    margin: 0 0 31px;
  }
  footer .blk1 .col-left .col-logo .logo-txt {
    font-size: 13px;
    line-height: 24px;
  }
  footer .blk1 .col-left .col-left-r .row-contact {
    margin: 7px 0 40px;
  }
  footer .blk1 .col-left .col-left-r .row-contact .tel {
    text-align: left;
    margin: 0px 24px 0 0;
  }
  footer .blk1 .col-left .col-left-r .row-contact .reserve-btn {
    margin-top: 5px;
  }
  footer .blk1 .col-left .col-left-r .info {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.07em;
    margin-left: 3px;
  }
  footer .blk1 .col-left .col-left-r .info img {
    width: 9px;
    margin: -4px 6px 0 4px;
  }
  footer .blk1 .col-left .col-left-r .info a:hover {
    text-decoration: underline;
  }
  footer .blk1 .col-left .col-left-r .info a:hover img {
    opacity: 1 !important;
  }
  footer .blk2 {
    font-size: 14px;
    padding-right: 77px;
  }
  footer .blk2 .col-right {
    order: 2;
  }
  footer .blk2 .col-right .copy {
    margin: 0 4px 35px auto;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 0.01em;
  }
  footer .blk2 .col-right .copy:before {
    width: 13px;
    height: 13px;
    margin-right: 8px;
    top: 1px;
  }
  footer .blk2 .col-right .copy:hover {
    opacity: 0.7;
  }
  footer .blk2 .col-right #socialbuttons {
    text-align: right;
    margin: 0;
  }
  footer .blk2 .col-left {
    order: 1;
    text-align: left;
    margin-top: 66px;
  }
  footer .blk2 .col-left .cookies-link a:hover {
    text-decoration: underline;
  }
  footer .blk2 .col-left .cookies-link a{
    margin-left: 1em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  footer .blk1 .col-right {
    width: 250px;
  }
  footer .blk1 .col-left .col-logo {
    margin-right: 30px;
  }
}

#ft-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  text-align: center;
  width: 100%;
  z-index: 10;
  background: #24201e;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#ft-fixed li {
  width: 25%;
  border-left: 1px solid #59514d;
}

#ft-fixed li img {
  display: block;
  margin: 0 auto 10px;
}

#ft-fixed li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 65px;
}

#ft-fixed li a:hover img {
  opacity: 1 !important;
}

#ft-fixed .tel {
  border: none;
}

#ft-fixed .tel img {
  width: 12px;
  margin-bottom: 8px;
}

#ft-fixed .reserve img {
  width: 16px;
}

#ft-fixed .reserve a {
  padding-top: 2px;
}

#ft-fixed .map img {
  width: 14.5px;
}

#ft-fixed .insta img {
  width: 16.5px;
}

@media only screen and (max-width: 767px) {
  #pagetop {
    width: 70px;
    right: 4px;
    bottom: 75px;
  }
}

/*=============================================
* .socialbuttons
*=============================================*/
/*=============================================
* copyright
*=============================================*/
.db {
  display: block;
}

.df {
  display: flex;
}

.jcfs {
  justify-content: flex-start;
}

.jcc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.jcfe {
  justify-content: flex-end;
}

.aifs {
  align-items: flex-start;
}

.aic {
  align-items: center;
}

.aife {
  align-items: flex-end;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .df-pc {
    display: flex;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.rotate img {
  animation: rotate 10s linear infinite;
}

@-webkit-keyframes fadeInUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-delay: 0.3s;
}

/* --------------------------------------------------------------------- */
/* ef */
/* --------------------------------------------------------------------- */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer {
    padding-bottom: calc(env(safe-area-inset-bottom) + 140px);
  }
  #ft-fixed:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: #24201e;
    z-index: -1;
  }
  #ft-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 75px);
  }
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer {
    padding-bottom: calc(env(safe-area-inset-bottom) + 140px);
  }
  #ft-fixed:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: #24201e;
    z-index: -1;
  }
  #ft-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 75px);
  }
}

/* iPhone 11 */
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (-o-min-device-pixel-ratio: 3 / 1), only screen and (min-device-pixel-ratio: 3), only screen and (min-resolution: 458dpi), only screen and (min-resolution: 3dppx) {
  footer {
    padding-bottom: calc(env(safe-area-inset-bottom) + 140px);
  }
  #ft-fixed:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: #24201e;
    z-index: -1;
  }
  #ft-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 75px);
  }
}

.nav--opened #ft-fixed {
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 768px) {
  .nav--opened #ft-fixed:after,
  #ft-fixed:after {
    display: none;
  }
}
