@charset "UTF-8";

/*=============================================
 * body
 *=============================================*/
body {
  color: #fff;
  font-family: "Shippori Mincho";
  font-size: 15px;
  line-height: 32px;
  background: url(../img/shared/pt1.jpg);
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  font-weight: 400;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 40px;
  }
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

.fnt-notoserif {
  font-family: "Noto Serif JP", serif;
}

.fnt-shippori {
  font-family: "Shippori Mincho";
}
.fnt-cormo {
  font-family: "Cormorant Garamond";
}
/*=============================================
*************** mobie first header ************
*=============================================*/
header h1 {
  font-size: 12px;
  width: max-content;
  writing-mode: vertical-rl;
  color: #fff;
  position: absolute;
  left: 5px;
  top: 15px;
  line-height: 24px;
  z-index: 1;
}

header .logo {
  width: 15%;
  max-width: 150px;
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  z-index: 1;
}

.hamberger-btn {
  height: 65px;
  width: 60px;
  z-index: 201;
  background: url(../img/shared/ham_bg.jpg);
  position: relative;
}

.hamberger-btn::after {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
  content: "menu";
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  letter-spacing: 1px;
}

.hamberger-btn span {
  width: 35px;
  height: 2px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
}

.hamberger-btn span::after {
  width: 35px;
  height: 2px;
  position: absolute;
  left: 0;
  background: #fff;
  content: "";
}

.hamberger-btn span::after {
  top: -8px;
}

.menu-open .hamberger-btn span {
  transform: rotate(141deg) translateX(20px);
  top: 15px;
  left: 46%;
}

.menu-open .hamberger-btn span::after {
  transform: rotate(-105deg) translateX(0px);
  top: 0;
}

.menu-open .hamberger-btn::after {
  content: "";
}

.menu-open .hamberger-btn span::before {
  opacity: 0;
}

.nav-header {
  width: 100%;
  height: 100%;
  background: url(../img/shared/pt1.jpg);
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.menu-open .nav-header {
  visibility: visible;
  overflow: auto;
  z-index: 99;
  opacity: 1;
}
.nav-header .nav-logo {
  width: 55px;
  margin: 40px auto 30px;
}
.nav-header .nav-phone {
  text-align: center;
  margin-bottom: 20px;
}
.nav-header .nav-phone dt {
  margin-bottom: 3px;
}
.nav-header .nav-phone dd {
  font-size: 25px;
  letter-spacing: 3px;
}
.nav-header .nav-phone dd .tel-icon span {
  font-size: 18px;
}
.nav-header .nav-desc {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #9e9e9e;
  margin-bottom: 30px;
}
.nav-header .nav-web a {
  display: block;
  width: 250px;
  border: 1px solid #fff;
  padding: 8px;
  text-align: center;
  margin: 0 auto 25px;
  letter-spacing: 2px;
}
.nav-header .nav-social {
  display: flex;
  justify-content: center;
}
.nav-header .nav-social li {
  margin: 0 10px;
}
.nav-header .nav {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 0px;
  height: auto;
  max-width: 70%;
  margin: 0 auto;
  width: 220px;
}

.nav-header .navi-group {
  padding-bottom: 150px;
  width: 100%;
  margin: 0 auto;
}

.nav-header a.nav-main {
  font-size: 16px;
  writing-mode: vertical-rl;
  /* width: 32px;
  height: 180px; */
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  padding: 5vw 0vw;
  margin: 0 5px;
  width: 36px;
}

.nav-header a.nav-main.active {
  position: relative;
}
.nav-header a.nav-main.active::before {
  content: "";
  background: #c0c2c4;
  height: 25px;
  width: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  position: absolute;
}

.head-info {
  margin-right: 0px;
  display: none;
}

#key-box .keyvisual li {
  height: 550px;
}

#key-box .keyvisual li img {
  height: 560px;
  object-fit: cover;
}

#fixed-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background: #fff;
  z-index: 99;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.fixed-btn #fixed-sp {
  opacity: 1;
}

#fixed-sp ul {
  display: flex;
  background: url(../img/shared/pt1.jpg);
  border-top: 1px solid #3d4c5d;
}

#fixed-sp ul li {
  width: calc(100% / 3);
  height: 65px;
}

#fixed-sp ul li:nth-child(1),
#fixed-sp ul li:nth-child(2) {
  position: relative;
}

#fixed-sp ul li:nth-child(1)::after,
#fixed-sp ul li:nth-child(2)::after {
  content: "";
  background: #3d4d5f;
  height: 45px;
  width: 1px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
}

#fixed-sp ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  text-align: center;
}
#fixed-sp ul li:last-child {
  width: 60px;
}
#fixed-sp ul li a span {
  width: 100%;
}

#fixed-sp ul li a span:first-child {
  margin-bottom: -10px;
}
#fixed-sp ul li:nth-child(3) a span:first-child {
  margin-bottom: 0;
}
#fixed-sp ul li:nth-child(1) a img {
  width: 18px;
}

#fixed-sp ul li:nth-child(2) a img {
  width: 16px;
}

#fixed-sp ul li:nth-child(3) a img {
  width: 18px;
}

#pagetop {
  bottom: 80px;
  width: 20px;
  z-index: 98;
}
html #socialbuttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
/*=============================================
*************** mobie first footer ************
*=============================================*/
footer {
  background: url(../img/shared/pt2.jpg);
  color: #333333;
  padding: 70px 0 100px;
  position: relative;
}
footer::before {
  content: "";
  background: url(../img/shared/pt3.jpg);
  width: 100%;
  height: 300px;
  left: 0;
  top: 0;
  position: absolute;
}
footer .nav-ft {
  display: flex;
  justify-content: space-between;
  width: 300px;
  margin: 0 auto 100px;
}
footer .nav-ft a.nav-main {
  writing-mode: vertical-rl;
  letter-spacing: 2px;
  line-height: 22px;
  width: 25px;
}
footer .nav-ft a.nav-main.active {
  border-right: 1px solid;
}
footer .logo {
  width: 260px;
  margin: 0 auto 30px;
}
footer .btn-link span {
  display: block;
  width: max-content;
  margin: 0 auto 10px;
  position: relative;
  border-bottom: 1px solid;
  padding-left: 20px;
  font-size: 12px;
  letter-spacing: 2px;
}
footer .btn-link span::before {
  content: "";
  background: url(../img/shared/icon_url.png) no-repeat 0 0/100%;
  width: 13px;
  height: 18px;
  left: 0;
  top: 5px;
  position: absolute;
}
footer .btn-cookie a {
  display: block;
  width: max-content;
  margin: 0 auto 40px;
  padding-left: 20px;
  border-bottom: 1px solid;
  position: relative;
  font-size: 12px;
  letter-spacing: 2px;
}
footer .btn-cookie a::before {
  content: "";
  background: url(../img/shared/icon_cookie.png) no-repeat 0 0/100%;
  width: 13px;
  height: 13px;
  left: 0;
  top: 10px;
  position: absolute;
}
#socialbuttons {
  margin: 0 auto 20px;
}
address {
  letter-spacing: 2px;
}
footer .info {
  margin-bottom: 30px;
}
footer .info dl {
  font-size: 11px;
  line-height: 20px;
  margin-bottom: 10px;
  display: flex;
}
footer .info dl dt {
  width: 70px;
}
footer .info dl dd {
  width: calc(100% - 70px);
}
footer .info dl dd a {
  text-decoration: underline;
}
/*=============================================
***************** CSS FOR PC ***************
*=============================================*/
@media only screen and (min-width: 768px) {
  /*=============================================
  ******************** header ******************
  *=============================================*/
  header {
    position: relative;
    width: 100%;
    z-index: 100;
  }

  header .logo {
    width: max-content;
    top: 40px;
  }

  header h1 {
    font-size: 12px;
    width: max-content;
    writing-mode: horizontal-tb;
    left: auto;
    right: 20px;
  }

  /*=============================================
 ******************* nav-fixed ****************
 *=============================================*/
  .nav-header {
    opacity: 0;
    visibility: hidden;
    transition: none;
    height: auto;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    width: 1150px;
    border-radius: 100px;
    border: 1px solid #45596d;
    top: 20px;
  }

  .fixed-btn .nav-header {
    opacity: 1;
    visibility: visible;
    position: fixed;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 15px 10px 10px;
  }
  .nav-header .nav-group {
    max-width: 850px;
    margin: 0 auto;
    /* padding-top: 15px; */
  }
  .nav-header .nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 850px;
    padding-top: 0;
    width: auto;
    margin: auto;
    padding-bottom: 5px;
  }

  .nav-header a.nav-main {
    position: relative;
    align-items: center;
    padding: 0 0 5px 0;
    margin: 0 5px;
    writing-mode: horizontal-tb;
    letter-spacing: 0;
    font-size: 14px;
    width: auto;
  }
  .nav-header a.nav-main.active::before {
    display: none;
  }

  .nav-header a.nav-main::after {
    width: 0%;
    height: 1px;
    background: #c9ccd0;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    transition: all 0.4s ease;
    display: block;
  }

  .nav-header li a.nav-main.active::after,
  .nav-header li:hover a.nav-main::after {
    width: 100%;
  }
  .nav-header .nav-phone {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .nav-header .nav-phone dt {
    font-size: 12px;
    margin-bottom: -5px;
    margin-right: 20px;
  }
  .nav-header .nav-phone dt::after {
    content: "/";
    padding-left: 5px;
  }
  .nav-header .nav-phone dd {
    font-size: 22px;
  }
  .nav-header .nav-phone dd .tel-icon span {
    font-size: 14px;
  }

  .nav-header .nav-web a {
    margin: 0 auto 5px;
    line-height: 20px;
    width: 180px;
    font-size: 11px;
  }
  .nav-header .nav-web a:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  /*=============================================
 ******************* keyvisual ****************
 *=============================================*/
  #head-key {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -2px;
    position: relative;
  }

  #key-box {
    width: 100%;
    height: 920px;
    overflow: hidden;
  }

  #key-box .keyvisual li {
    height: 920px;
  }

  #key-box .keyvisual li img {
    height: 920px;
    width: 100%;
    object-fit: cover;
  }

  .head-info {
    display: block;
  }
  .nav-h {
    position: absolute;
    left: 55px;
    top: 70px;
    display: flex;
  }
  .nav-h a.nav-main {
    writing-mode: vertical-rl;
    letter-spacing: 4px;
    width: 40px;
  }
  .nav-h a.nav-main.active,
  .nav-h a.nav-main:hover {
    position: relative;
  }
  .nav-h a.nav-main.active::before,
  .nav-h a.nav-main:hover:before {
    content: "";
    background: #fff;
    height: 65px;
    width: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: -70px;
    position: absolute;
  }
  .head-info .head-contact {
    position: absolute;
    right: 35px;
    top: 45px;
  }
  .head-info .head-contact .tel-t1 {
    text-align: left;
  }
  .head-info .head-contact .tel-t1 dt {
    margin-bottom: -10px;
  }
  .head-info .head-contact .btn-web a {
    border-color: #fff;
  }
  .head-info .head-social {
    position: absolute;
    left: 65px;
    bottom: 20px;
    gap: 0 20px;
  }
  #feed .row .photo span:hover {
    opacity: 0.7;
  }

  #feed dl dd a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  /*=============================================
 ******************* footer *******************
 *=============================================*/
  footer {
    padding: 105px 0 100px;
  }
  footer::before {
    height: 100%;
    width: 50%;
    left: auto;
    right: 0;
  }
  footer .row-1 {
    margin-bottom: 70px;
    position: relative;
  }

  footer .row-1 .col-right {
    order: 2;
    width: 50%;
  }
  footer .row-1 .col-left {
    order: 1;
    text-align: center;
    width: 50%;
    margin: 10px 80px 0 0;
  }
  footer .nav-ft {
    width: 340px;
    padding: 10px 0 0 10px;
  }
  footer .nav-ft a.nav-main {
    letter-spacing: 4px;
    border-right: 1px solid transparent;
  }
  footer .nav-ft a.nav-main:hover {
    border-right: 1px solid;
  }
  footer .logo {
    width: max-content;
    margin: 0 auto 35px;
  }
  footer .ft-desc {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    margin-bottom: 25px;
  }
  footer .btn-web a {
    margin: 0 auto;
  }
  footer .row-2 .col-left {
    order: 1;
    margin-left: 65px;
  }
  footer .row-2 .col-right {
    order: 2;
    margin-right: -100px;
  }
  footer address {
    font-size: 13px;
    letter-spacing: 3px;
  }
  footer .btn-cookie a {
    margin: 0;
    font-size: 13px;
    line-height: 30px;
  }
  footer .btn-cookie a:hover {
    border-bottom: 1px solid transparent;
  }
  footer .btn-link span {
    margin: 0 15px 0 0;
    font-size: 13px;
    line-height: 30px;
  }
  footer .btn-link span:hover {
    border-bottom: 1px solid transparent;
  }
  footer .info {
    margin-top: 58px;
    margin-left: 7px;
  }
  footer .info dl {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.6px;
    margin-bottom: 20px;
  }
  footer .info dl dt {
    width: 100px;
  }
  footer .info dl dd {
    width: calc(100% - 100px);
  }
  footer .info dl dd a:hover {
    text-decoration: none;
  }
  footer .row-1.row-1-child {
    margin-bottom: 0;
  }
  footer .row-2.row-2-child {
    position: absolute;
    left: calc(50% + 110px);
    bottom: 15px;
  }
  footer .row-2.row-2-child::before {
    content: "";
    width: 470px;
    left: -35px;
    top: -75px;
    height: 1px;
    background: #969390;
    position: absolute;
  }
  footer .row-2.row-2-child .col-left {
    width: max-content;
    margin-left: 0;
  }
  footer .row-2.row-2-child .btn-link span {
    margin-bottom: 20px;
  }
  footer .row-2.row-2-child .btn-cookie a {
    margin-bottom: 60px;
  }
  footer .row-2.row-2-child #socialbuttons {
    justify-content: flex-start;
  }
  /*=============================================
***************** copyright ******************
*=============================================*/
  #socialbuttons {
    max-width: 350px;
    margin-bottom: 0;
  }

  address span {
    display: block;
  }

  address a:hover {
    text-decoration: underline !important;
    text-underline-offset: 3px;
  }

  #pagetop {
    cursor: pointer;
    transition: all 0.3s ease;
    position: fixed;
    bottom: 10px;
    right: 10px;
  }

  #pagetop:hover {
    opacity: 0.7;
  }
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: #b10505;
  font-family: "fontello";
  z-index: 98;
  border-radius: 50%;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  line-height: 0.5;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
  background: url("../img/shared/prev.png") no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}

[dir="rtl"] .slick-prev {
  right: 0px;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir="rtl"] .slick-prev:before {
  content: "▶";
  color: #fff;
}

.slick-next {
  right: 0;
  background: url("../img/shared/next.png") no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: 0px;
}

.slick-next:before {
  content: "";
  color: #fff;
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 5%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 10px 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  background: #6b6b6b;
  border-radius: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  background: #fff;
}

.dot_right .slick-dots {
  text-align: right;
}

.dot_left .slick-dots {
  text-align: left;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes slidein {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -2000vw 0;
  }
}

@keyframes slideinH {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 -1000vw;
  }
}
@keyframes slideinHDown {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 1000vw;
  }
}
@keyframes rotate-loader {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img,
  .btn {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }

  .btn {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
  }

  .over-img img:hover,
  img.over:hover,
  a:hover img:not(.btn):not(.non-over),
  button:hover img {
    cursor: pointer;
    opacity: 0.8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }

  a:before {
    text-decoration: underline;
    display: inline-block;
  }

  a:before,
  a:hover:before {
    text-decoration: none;
  }
}
/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer:after {
    background: url(../img/shared/pt1.jpg);
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 90;
  }

  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }

  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
}

/* 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:after {
    background: url(../img/shared/pt1.jpg);
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 90;
  }

  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }

  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
}

/* iPhone 11 */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2),
  only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3),
  only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  footer:after {
    background: url(../img/shared/pt1.jpg);
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 90;
  }

  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }

  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
}

@media screen and (min-width: 768px) {
  footer:after {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .nav-header {
    width: 1100px;
  }

  footer .row-2 .col-right {
    margin-right: -30px;
  }
}
