@charset "UTF-8";
html:not(.responsive) {
  min-width: 1000px;
  /* viewport */
}

* {
  box-sizing: border-box;
}

/*=============================================
* body
*=============================================*/
body {
  color: #fff;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
  background: #272827;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
}

@media only screen and (min-width: 768px) {
  body {
    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;
}

a:hover {
  text-decoration: none;
}

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

.cl-yellow {
  color: #d8a426;
}

/*=============================================
* <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 #ft-fixed,
body.nav--opened #ft-fixed *,
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 {
  opacity: 0;
  visibility: hidden;
}

header {
  position: relative;
}

header h1 {
  position: absolute;
  font-size: 11px;
  line-height: 20px;
  position: absolute;
  top: 10px;
  left: 260px;
  right: 470px;
  text-align: center;
  z-index: 1;
}

header .logo {
  position: absolute;
  top: 41px;
  left: 66px;
  z-index: 1;
}

header .header-navi {
  position: absolute;
  left: 40px;
  top: 235px;
  z-index: 5;
}

header .header-navi .navi {
  display: table;
  font-size: 36px;
  line-height: 60px;
  letter-spacing: 0;
  margin-bottom: 30px;
}

header .header-navi .navi a {
  display: block;
  position: relative;
}

header .header-navi .navi a:after {
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s all ease;
}

header .header-navi .navi a.active:after,
header .header-navi .navi a:hover:after {
  width: 100%;
}

header .header-navi .btn-top {
  width: 273px;
  margin-bottom: 24px;
}

header .header-navi .btn-top a {
  display: block;
  background: #842403;
  font-size: 21px;
  line-height: 34px;
  letter-spacing: 0;
  font-weight: bold;
  padding: 11px 25px 9px;
  position: relative;
}

header .header-navi .btn-top a::after {
  content: '';
  width: 24px;
  background-image: url("../img/shared/icon_arrow2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
}

header .header-navi .btn-top a:hover {
  opacity: 0.8;
}

header .header-navi .social {
  display: flex;
  align-items: center;
  gap: 45px;
  margin-left: 3px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.075em;
}

header .header-navi .social li + li {
  position: relative;
}

header .header-navi .social li + li:before {
  content: '';
  width: 1px;
  height: 28px;
  background: #fff;
  position: absolute;
  left: -21px;
  top: 3px;
}

header .header-navi .social .news a:hover {
  opacity: 0.6;
}

header .box-nav-fixed {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}

header .topnavi {
  height: 70px;
  gap: 7px;
}

header .topnavi .tel {
  width: 301px;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  background-color: #641b02;
  text-align: center;
}

header .topnavi .tel small {
  display: block;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.075em;
  font-weight: bold;
  padding-left: 11px;
  margin-bottom: -2px;
}

header .topnavi .tel span {
  font-size: 36px;
  letter-spacing: 0.076em;
  font-weight: normal;
  padding-left: 49px;
}

header .topnavi .tel span::before {
  content: '';
  width: 32px;
  height: 25px;
  background-image: url("../img/shared/icon_tel.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 31px;
  left: 19px;
}

header .topnavi .hamburger {
  cursor: pointer;
  transition: 0.3s all ease;
}

header .topnavi .hamburger:hover {
  opacity: 0.8;
}

header .topnavi .map {
  width: 70px;
  height: 100%;
}

header .topnavi .map a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 0;
  background: #842403;
}

header .topnavi .map a:hover {
  opacity: 0.8;
}

header .topnavi .map a:hover img {
  opacity: 1 !important;
}

@media screen and (max-width: 1080px) and (min-width: 769px) {
  header .logo {
    left: 20px;
  }
}

@media screen and (max-width: 767px) {
  header {
    height: auto;
  }
  header h1 {
    color: #000;
    top: calc(133vw + 10px);
    left: 0;
    right: 0;
    padding: 0 5vw;
    font-size: 8px;
    line-height: 14px;
    opacity: 0.4;
  }
  header .logo {
    width: 24.5vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

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

.menu-toggle {
  background: rgba(58, 16, 1, 0.8);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  z-index: 99;
  padding: 131px 0;
}

.menu-toggle .row-navi {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 39px;
  display: flex;
  align-items: start;
  gap: 29px;
  padding-left: 8px;
}

.menu-toggle .row-navi .col-navi {
  width: 400px;
}

.menu-toggle .row-navi .navi {
  font-size: 34px;
  letter-spacing: 0.09em;
  line-height: 38px;
  margin: 5px 0 29px;
}

.menu-toggle .row-navi .navi a {
  display: block;
  padding: 18px 10px 19px;
  border-bottom: 1px dashed #fff;
}

.menu-toggle .row-navi .navi a.active,
.menu-toggle .row-navi .navi a:hover {
  opacity: 0.6;
}

.menu-toggle .row-navi .social {
  display: flex;
  align-items: center;
  gap: 45px;
  margin-left: 7px;
  font-size: 22px;
  letter-spacing: 0.075em;
}

.menu-toggle .row-navi .social li + li {
  position: relative;
}

.menu-toggle .row-navi .social li + li:before {
  content: '';
  width: 1px;
  height: 30px;
  background: #fff;
  position: absolute;
  left: -21px;
  top: 3px;
}

.menu-toggle .row-navi .social .news {
  padding-top: 4px;
}

.menu-toggle .row-navi .social a:hover,
.menu-toggle .row-navi .social a.active {
  opacity: 0.6;
}

.menu-toggle .contact-group {
  width: 308px;
  height: 70px;
  background: #641b02;
  margin: 0 auto 48px;
}

.menu-toggle .contact-group .tel {
  text-align: center;
  padding-top: 7px;
}

.menu-toggle .contact-group .tel a {
  display: block;
}

.menu-toggle .contact-group .tel small {
  display: block;
  font-size: 13px;
  letter-spacing: 0.075em;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 5px;
}

.menu-toggle .contact-group .tel span {
  font-size: 36px;
  letter-spacing: 0.075em;
  line-height: 1;
}

.menu-toggle .contact-group .tel span::before {
  content: '';
  width: 32px;
  height: 24px;
  background-image: url("../img/shared/icon_tel.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-right: 6px;
  position: relative;
  top: -3px;
}

.menu-toggle .row-btn-top {
  position: relative;
}

.menu-toggle .row-btn-top .btn-group-top {
  width: 358px;
  margin: 0 auto 38px;
}

.menu-toggle .row-btn-top .btn-group-top a {
  display: block;
  border: 1px solid #fff;
  font-size: 28px;
  letter-spacing: 0;
  padding: 26px 0 29px 20px;
  position: relative;
}

.menu-toggle .row-btn-top .btn-group-top a:after {
  content: '';
  width: 20px;
  background-image: url("../img/shared/icon_arrow3.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 26px;
}

.menu-toggle .row-btn-top .btn-group-top a span {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0;
  color: #c7ad06;
  margin-left: 11px;
}

.menu-toggle .row-btn-top .btn-group-top a:hover {
  opacity: 0.6;
}

.menu-toggle .row-btn-top .catch {
  width: 303px;
  height: 92px;
  background-image: url("../img/shared/catch_bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0;
  padding-left: 10px;
  box-sizing: border-box;
  position: absolute;
  left: calc(50% - 630px);
  top: -7px;
}

.menu-toggle .bnr-group {
  max-width: 1300px;
  width: 94%;
  margin: 0 auto 54px;
  display: flex;
  justify-content: space-between;
}

.menu-toggle .bnr-group li {
  max-width: 302px;
  width: 24%;
}

.menu-toggle .bnr-group li img {
  width: 100%;
  height: auto;
}

.menu-toggle .close-btn {
  width: 70px;
  margin: 0 auto;
  cursor: pointer;
}

@media screen and (min-width: 768px) and (max-width: 1330px) {
  .menu-toggle .row-btn-top .catch {
    left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .menu-toggle {
    padding: 60px 6vw 100px;
    bottom: 0px;
    background: #641b02;
  }
  .menu-toggle .row-navi {
    padding-left: 0;
    display: block;
    margin-bottom: 20px;
  }
  .menu-toggle .row-navi .col-navi {
    width: 100%;
    margin-top: 0px;
  }
  .menu-toggle .row-navi .navi {
    font-size: 21px;
    line-height: 24px;
  }
  .menu-toggle .row-navi .navi a {
    padding: 12px 10px 12px;
  }
  .menu-toggle .row-navi .top-btn {
    width: 219px;
    margin: 0 auto 20px;
  }
  .menu-toggle .row-navi .top-btn a {
    display: block;
    background: #fff;
    color: #842403;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 28px;
    padding: 5px 0 5px 13px;
    position: relative;
  }
  .menu-toggle .row-navi .top-btn a:after {
    content: '';
    width: 18px;
    background-image: url("../img/shared/icon_arrow1.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px;
  }
  .menu-toggle .row-navi .social {
    justify-content: center;
    margin: 0;
    gap: 30px;
    font-size: 14px;
    line-height: 22px;
  }
  .menu-toggle .row-navi .social li + li:before {
    height: 20px;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-toggle .row-navi .social .icon-insta {
    width: 22px;
  }
  .menu-toggle .row-navi .social .icon-map {
    width: 18px;
  }
  .menu-toggle .row-navi .social .news {
    padding-top: 2px;
    line-height: 1;
  }
  .menu-toggle .contact-group {
    width: 100%;
    height: auto;
    display: block;
  }
  .menu-toggle .contact-group p {
    height: 70px;
  }
  .menu-toggle .contact-group .tel small {
    font-size: 10px;
  }
  .menu-toggle .contact-group .tel span {
    font-size: 28px;
  }
  .menu-toggle .contact-group .tel span:before {
    width: 25px;
    top: 4px;
  }
  .menu-toggle .row-btn-top .btn-group-top {
    width: 100%;
  }
  .menu-toggle .row-btn-top .btn-group-top a {
    font-size: 7vw;
    padding: 6vw 0 6vw 5vw;
  }
  .menu-toggle .row-btn-top .btn-group-top a:after {
    width: 5.3vw;
    right: 5vw;
  }
  .menu-toggle .row-btn-top .btn-group-top a span {
    font-size: 8vw;
    margin-left: 2vw;
  }
  .menu-toggle .bnr-group {
    display: none;
  }
  .menu-toggle .bnr-group li {
    max-width: none;
    width: auto;
  }
}

/*=============================================
* <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% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: 50%;
}

/*=============================================
* <footer>
*=============================================*/
footer {
  color: #fff;
  background: #272827;
  padding: 112px 0 56px;
}

footer .inner {
  max-width: 1300px;
  width: 94%;
  margin: 0 auto;
}

footer .row1 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 41px;
  padding-bottom: 42px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

footer .row1:before {
  content: '';
  width: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
}

footer .row1 .logo {
  width: 168px;
  margin: 49px 0 0 63px;
}

footer .row1 .col-contact {
  width: 360px;
  padding-top: 55px;
  margin-right: 49px;
}

footer .row1 .col-contact .tel {
  text-align: center;
  margin-bottom: 25px;
}

footer .row1 .col-contact .tel small {
  display: block;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.075em;
  margin: 0 6px 13px 0;
}

footer .row1 .col-contact .tel span {
  display: block;
  font-size: 37px;
  letter-spacing: 0.075em;
  line-height: 1;
}

footer .row1 .col-contact .tel span img {
  width: 32px;
  height: auto;
  margin: -3px 6px 0 0;
}

footer .row1 .col-contact .social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 21px;
}

footer .row1 .col-info {
  width: 548px;
  padding-top: 33px;
}

footer .row1 .col-info dl {
  width: 100%;
  display: table;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0;
}

footer .row1 .col-info dl dt {
  display: table-cell;
  width: 100px;
}

footer .row1 .col-info dl dd {
  display: table-cell;
}

footer .row1 .col-info dl dd img {
  margin: -2px 0 0 2px;
}

footer .row1 .col-info dl dd a:hover img {
  opacity: 1 !important;
}

footer .row1 .col-info dl + dl {
  margin-top: 24px;
}

footer .btn-group-top {
  width: 358px;
  margin: 0 auto 38px;
}

footer .btn-group-top a {
  display: block;
  border: 1px solid #fff;
  font-size: 28px;
  letter-spacing: 0;
  padding: 26px 0 27px 21px;
  position: relative;
}

footer .btn-group-top a:after {
  content: '';
  width: 20px;
  background-image: url("../img/shared/icon_arrow3.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  right: 26px;
  top: 0;
  bottom: 0;
}

footer .btn-group-top a span {
  color: #c7ad06;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0;
  margin-left: 11px;
}

footer .btn-group-top a:hover {
  opacity: 0.6;
}

footer .bnr-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 62px;
}

footer .bnr-group li {
  max-width: 302px;
  width: 24%;
}

footer .bnr-group li img {
  width: 100%;
  height: auto;
}

footer .row2 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

footer .row2 .col-r {
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

footer .row2 .col-r .copy {
  cursor: pointer;
  display: table;
  margin: 0 0 5px auto;
}

footer .row2 .col-r .copy:after {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url("../img/shared/icon_link.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-left: 14px;
  position: relative;
  top: 2px;
}

footer .row2 .col-r .copy:hover {
  text-decoration: underline;
  opacity: 1 !important;
}

footer .row2 .col-r .copy.copied {
  pointer-events: none;
}

footer .row2 .col-r .cookies_link a:after {
  content: '';
  width: 14px;
  height: 12px;
  background-image: url("../img/shared/icon_popup.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-left: 15px;
  position: relative;
  top: 2px;
}

footer .row2 .col-r .cookies_link a:hover {
  text-decoration: underline;
}

footer .row2 .col-l {
  margin-top: 2px;
}

footer .row2 .col-l #socialbuttons {
  text-align: left;
}

footer .row2 .col-l address {
  font-size: 11px;
  letter-spacing: 0.1em;
  margin-top: 14px;
}

@media screen and (min-width: 768px) and (max-width: 1490px) {
  footer {
    padding: 107px 0 90px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  footer .row1:before {
    left: 49%;
  }
  footer .row1 .logo {
    margin-left: 0;
  }
  footer .row1 .logo img {
    width: 100%;
    height: auto;
  }
  footer .row1 .col-contact {
    width: 300px;
    margin-right: 20px;
  }
  footer .row1 .col-info {
    width: 510px;
  }
}

@media screen and (max-width: 767px) {
  footer {
    padding: 15vw 0 100px;
  }
  footer .inner {
    width: 92%;
  }
  footer .row1 {
    display: block;
    padding-bottom: 0;
    margin-bottom: 50px;
  }
  footer .row1:before {
    display: none;
  }
  footer .row1 .logo {
    width: 120px;
    margin: 0 auto 30px;
  }
  footer .row1 .logo img {
    width: 100%;
    height: auto;
  }
  footer .row1 .col-contact {
    width: 100%;
    padding-top: 0;
    margin: 0 auto 50px;
  }
  footer .row1 .col-contact .tel small {
    margin-bottom: 5px;
  }
  footer .row1 .col-info {
    width: 100%;
    padding-top: 0;
  }
  footer .row1 .col-info dl dt {
    width: 80px;
  }
  footer .row1 .col-info dl dd img {
    width: 10px;
  }
  footer .btn-group-top {
    width: 100%;
  }
  footer .btn-group-top a {
    font-size: 6vw;
    padding: 6vw 0 6vw 8vw;
  }
  footer .btn-group-top a:after {
    width: 5.3vw;
    right: 8vw;
  }
  footer .btn-group-top a span {
    font-size: 8vw;
    margin-left: 2vw;
  }
  footer .bnr-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
  }
  footer .bnr-group li {
    max-width: none;
    width: auto;
  }
  footer .row2 {
    display: block;
  }
  footer .row2 .col-l {
    text-align: center;
    margin-top: 15px;
  }
  footer .row2 .col-l #socialbuttons {
    text-align: center;
  }
  footer .row2 .col-r {
    text-align: center;
  }
  footer .row2 .col-r .copy {
    margin: 0 auto;
  }
  footer .row2 .col-r .copy:hover {
    text-decoration: none;
  }
}

#ft-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  text-align: center;
  width: 100%;
  z-index: 999;
  height: 70px;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
}

#ft-fixed p {
  width: 37%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  background: #842403;
  position: relative;
  z-index: 1;
}

#ft-fixed p a {
  display: block;
  height: 100%;
  padding-top: 17px;
}

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

#ft-fixed p img {
  display: block;
  margin: 0 auto;
}

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

#ft-fixed .map a {
  padding-top: 14px;
}

#ft-fixed .map img {
  width: 20px;
  margin-bottom: 8px;
}

#ft-fixed .hamburger {
  width: 26%;
  height: 100%;
  background: #641b02;
  position: relative;
  padding-top: 17px;
}

@media only screen and (max-width: 767px) {
  #pagetop {
    width: 50px;
    bottom: 80px;
  }
}

/*=============================================
* .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;
  }
}

/* --------------------------------------------------------------------- */
/* ef */
/* --------------------------------------------------------------------- */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

@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) + 100px);
  }
  #ft-fixed:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: #842403;
    z-index: -1;
  }
  #ft-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 80px);
  }
}

/* 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) + 150px);
  }
  #ft-fixed:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: #842403;
    z-index: -1;
  }
  #ft-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 80px);
  }
}

/* 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) + 100px);
  }
  #ft-fixed:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: #842403;
    z-index: -1;
  }
  #ft-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 80px);
  }
}

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