@charset "UTF-8";
/* Scss Document */
:root {
  --clomain: #2a2a2a;
  --clowhite: #fff;
  --clonavi: #222434;
  --clonude: #9e9e9e;
  --clobody: #d7d7d7;
}

html:not(.responsive) {
  width: 100%;
  /* viewport */
}

/*=============================================
 * body
 *=============================================*/
body {
  color: var(--clomain);
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 2.1;
  letter-spacing: 0.15em;
  background: var(--clobody);
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 15px;
    line-height: 2.533;
  }
}

/*=============================================
 * 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 - customs
 *=============================================*/
.fnt-notosans {
  font-family: "Noto Sans JP", sans-serif;
}

.fnt-notoserif {
  font-family: "Noto Serif JP", serif;
}

.fnt-tenorsans {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fnt-amiri {
  font-family: "Amiri", serif;
}

[class^=ico-inline] {
  display: inline-block;
  position: relative;
  line-height: 1;
}
[class^=ico-inline] img {
  vertical-align: baseline;
}

.txt-c {
  text-align: center;
}

.txt-j {
  text-align: justify;
}

.txt-r {
  text-align: right;
}

.txt-l {
  text-align: left;
}

.fwb {
  font-weight: bold;
}

.db {
  display: block;
}

.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.d-flex-between {
  justify-content: space-between;
}

.d-flex-center {
  justify-content: center;
}

.d-flex-a-center {
  align-items: center;
}

em {
  font-style: normal;
}

strong {
  font-weight: normal;
}

.slick-slider {
  z-index: 0;
}
.slick-slider .slick-dots {
  line-height: 0;
  text-align: center;
}
.slick-slider .slick-dots li {
  display: inline-block;
}
.slick-slider .slick-dots button {
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #cd321d;
  background: none;
  width: 12px;
  height: 12px;
}
.slick-slider .slick-dots .slick-active button {
  background: #cd321d;
}
.slick-slider .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  border: none;
  outline: none;
  border-radius: 50%;
  cursor: pointer;
  background: url("../img/shared/prev.png");
  background-position: center center;
  background-repeat: no-repeat, repeat;
  background-size: cover;
  z-index: 1;
}
.slick-slider .slick-arrow:hover {
  opacity: 0.8;
}
.slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.slick-slider .slick-arrow.slick-next {
  right: 0;
  transform: rotate(180deg);
}

.slider-nav .slick-list, .slider-nav .slick-track {
  transform: translate3d(0, 0, 0) !important;
}
.slider-nav .slick-slide {
  cursor: pointer;
  line-height: 0;
}
.slider-nav .slick-slide:hover {
  opacity: 0.8;
}

.bgsec-parallax {
  position: relative;
  overflow: hidden;
}

.img-parallax {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  z-index: -1;
  transform: translateZ(0);
}

iframe {
  width: 100%;
  height: 100%;
}

.btn-web a {
  color: var(--clowhite);
  background: var(--clonavi);
  display: block;
  text-align: center;
}
.btn-web a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.btn-web a i {
  top: 2px;
  width: 15px;
  margin-right: 8px;
}

.hvr-fade {
  display: block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(34, 36, 52, 0.6);
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-family: "Tenor Sans", sans-serif;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.13em;
  padding: 12px 25px 8px;
  box-sizing: border-box;
  cursor: pointer;
}
.hvr-fade:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 33px;
  background-image: url(../img/shared/ico_link_black.png);
  width: 17px;
  height: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.hvr-fade:hover {
  background: rgba(34, 36, 52, 0.2);
  text-decoration: none;
}
.hvr-fade.btn-white {
  border-color: rgba(255, 255, 255, 0.8);
  color: var(--clowhite);
}
.hvr-fade.btn-white:before {
  background-image: url(../img/shared/ico_link.png);
}
.hvr-fade.btn-white:hover {
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .hvr-fade {
    background: rgba(34, 36, 52, 0.2);
  }
  .hvr-fade.btn-white {
    background: rgba(255, 255, 255, 0.2);
  }
}
@media screen and (min-width: 768px) {
  .hvr-fade {
    max-width: 387px;
    font-size: 18px;
    padding: 13px 42px 9px;
  }
}

.fz34 {
  font-size: 6.53vw;
  letter-spacing: 0.13em;
  line-height: 1.47;
}

.fz28 {
  font-size: 5.73vw;
  letter-spacing: 0.13em;
  line-height: 1.78;
}

.fz26 {
  font-size: 5.46vw;
  letter-spacing: 0.13em;
  line-height: 1.92;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .img-parallax img {
    height: auto !important;
  }
}
@media only screen and (min-width: 768px) {
  .nav--opened {
    overflow-y: inherit !important;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .for-sp {
    display: none;
  }
  body {
    font-size: 15px;
    line-height: 2.13;
  }
  .fz34 {
    font-size: 34px;
  }
  .fz28 {
    font-size: 28px;
  }
  .fz26 {
    font-size: 26px;
  }
  .slick-slider .slick-dots button {
    width: 15px;
    height: 15px;
  }
  /*=============================================
  * text vertical
  *=============================================*/
  .txt-vertical-pc {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  .txt-vertical-pc .txt-dot {
    cursor: vertical-text;
    direction: ltr;
    writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    -moz-writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    line-height: 1;
  }
  .txt-vertical-pc .int {
    writing-mode: lr-tb;
    -o-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -moz-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    display: inline-block;
    text-align: center;
    line-height: 1;
  }
  .txt-vertical-pc .txt-normal .int {
    height: 1.1em;
  }
  .txt-vertical-pc .txt-latin {
    cursor: vertical-text;
    direction: rtl;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
  }
  .txt-vertical-pc .txt-latin .int {
    cursor: vertical-text;
    direction: rtl;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    display: inline;
  }
  .d-flex-pc {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .for-pc {
    display: none;
  }
}
/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrap {
  width: 1000px;
}

/*=============================================
 * <header>
 *=============================================*/
#sidebar {
  padding-top: 24vw;
}
#sidebar header {
  margin-left: 3%;
  width: auto;
}
@media screen and (max-width: 767px) {
  #sidebar {
    border-top-width: 7px;
    border-style: solid;
    border-color: var(--clonude);
  }
}
@media screen and (min-width: 768px) {
  #sidebar {
    padding-top: 90px;
  }
  #sidebar header {
    width: calc(100% - 300px);
    margin: 0px 0px 0px 104px;
  }
}

header {
  position: relative;
}
header .logo {
  position: absolute;
  z-index: 1;
  top: -8vw;
  left: 3%;
  width: 45%;
}
header h1 {
  position: absolute;
  left: 3%;
  right: 3%;
  bottom: 3vw;
  z-index: 1;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: var(--clobody);
}
header .header-bottom {
  background: var(--clonude);
  color: var(--clowhite);
  padding: 5vw 3%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
header .header-bottom h2 {
  font-size: 16px;
  line-height: 1.34;
  letter-spacing: 0.13em;
}
header .header-bottom #feed {
  margin-left: 5%;
}
header .header-bottom #feed dl {
  line-height: 1.34;
}
header .header-bottom #feed .date {
  letter-spacing: 0.05em;
}
header .header-bottom .btn-ins {
  position: relative;
}
header .header-bottom .btn-ins:before {
  content: "";
  position: absolute;
  top: -10vw;
  left: 0px;
  bottom: -10vw;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
header .header-bottom .more-link {
  position: absolute;
  left: 2vw;
  bottom: 5vw;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  header .header-bottom .col-left {
    width: calc(96% - 22px);
  }
  header .header-bottom .btn-ins {
    width: 22px;
    padding-left: 4%;
  }
}
@media screen and (min-width: 768px) {
  header .header-bottom {
    width: 560px;
    position: absolute;
    left: 25px;
    bottom: 56px;
    align-items: center;
    padding: 8px 0px;
  }
  header .header-bottom #feed {
    margin-left: 17px;
  }
  header .header-bottom #feed dl {
    font-size: 12px;
    align-items: center;
  }
  header .header-bottom #feed dl dd {
    margin-left: 10px;
  }
  header .header-bottom .col-left {
    position: relative;
    width: calc(100% - 105px);
    align-items: center;
    padding-left: 19px;
  }
  header .header-bottom .btn-ins {
    width: 86px;
    text-align: center;
  }
  header .header-bottom .more-link {
    font-size: 13px;
    top: 2px;
    left: auto;
    right: 13px;
  }
  header .logo {
    top: 62px;
    left: -58px;
  }
  header h1 {
    font-size: 12px;
    left: 40px;
    bottom: 25px;
    width: 545px;
  }
}

.menu-toggle ul {
  color: var(--clomain);
  font-size: 18px;
  line-height: 2.77;
  letter-spacing: 0.1em;
}
.menu-toggle ul li a {
  position: relative;
  display: inline-block;
}
.menu-toggle ul li a:hover {
  text-decoration: none;
}
.menu-toggle ul li:not(.ins-link) a:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-bottom: 3px solid #b6b5a6;
  opacity: 0;
}
.menu-toggle ul li:not(.ins-link) a:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-bottom: 3px solid #0a0e22;
  width: 25px;
  opacity: 0;
}
.menu-toggle ul li:not(.ins-link) a:hover:before, .menu-toggle ul li:not(.ins-link) a:hover:after, .menu-toggle ul li:not(.ins-link) .active:before, .menu-toggle ul li:not(.ins-link) .active:after {
  opacity: 1;
}
.menu-toggle .ins-link {
  width: 29px;
}
.menu-toggle .tel-ham {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.4;
}
.menu-toggle .tel-ham span {
  font-size: 27.5px;
  letter-spacing: 0.025em;
}
.menu-toggle .tel-ham small {
  font-size: 15px;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .menu-toggle {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20vw 10% calc(20vw + 60px);
    background: #d7d7d7;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 9;
    overflow: auto;
  }
  .menu-toggle ul {
    font-size: 24px;
    line-height: 1.5;
  }
  .menu-toggle ul li + li {
    margin-top: 6vw;
  }
  .menu-toggle .row + .row {
    margin-top: 15vw;
  }
  .menu-toggle .menu-bottom {
    margin-top: 15vw;
  }
  .menu-toggle .btn-web {
    width: 210px;
    margin-top: 3vw;
  }
  .menu-toggle .btn-web a {
    padding: 8px 0px;
  }
}
@media screen and (min-width: 768px) {
  .menu-toggle {
    width: 196px;
    padding-top: 179px;
  }
  .menu-toggle ul {
    margin-left: 41px;
    margin-right: 4px;
  }
  .menu-toggle ul + ul {
    margin-top: 23px;
  }
  .menu-toggle .tel-ham {
    text-align: center;
    margin-top: 163px;
  }
  .menu-toggle .tel-ham span {
    font-size: 23px;
  }
  .menu-toggle .tel-ham small {
    font-size: 14px;
  }
  .menu-toggle .btn-web {
    margin-top: 14px;
  }
  .menu-toggle .btn-web a {
    padding: 32px 0px;
    line-height: 1;
  }
  .menu-toggle .btn-web i {
    width: 18px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .ipad .nav-fixed {
    padding: 10px 0px 0px;
  }
  .ipad .nav-fixed .menu-right {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .nav-fixed {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    box-sizing: border-box;
    position: fixed;
    color: var(--clowhite);
    background: var(--clonude);
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  .nav-fixed.fixed {
    opacity: 1;
    visibility: visible;
  }
  .nav-fixed .nav-top {
    padding-left: 47px;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .nav-fixed .nav-top ul {
    align-items: center;
  }
  .nav-fixed .nav-top ul + ul {
    margin-left: 27px;
    padding-left: 27px;
    border-left: 1px solid rgba(255, 255, 255, 0.6);
  }
  .nav-fixed .nav-top a:hover {
    text-decoration: none;
    color: var(--clonavi);
  }
  .nav-fixed .nav-top .active {
    color: var(--clonavi);
  }
  .nav-fixed .nav-top li + li {
    margin-left: 24px;
  }
  .nav-fixed .ins-link {
    margin-right: 30px;
  }
  .nav-fixed .menu-right {
    margin-left: auto;
    align-items: center;
  }
  .nav-fixed .tel-fix {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.4;
  }
  .nav-fixed .tel-fix span {
    font-size: 23px;
    letter-spacing: 0.025em;
  }
  .nav-fixed .tel-fix small {
    font-size: 14px;
    letter-spacing: 0.025em;
  }
  .nav-fixed .btn-web {
    margin-left: 25px;
    width: 196px;
  }
  .nav-fixed .btn-web a {
    line-height: 1;
    padding: 35.5px 0px;
  }
  .nav-fixed .btn-web i {
    width: 18px;
  }
}

/*=============================================
 * key
 *=============================================*/
#key {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  height: 140vw;
  overflow: hidden;
}
#key .kv-slider * {
  height: 140vw;
}
@media screen and (min-width: 768px) {
  #key {
    height: 810px;
  }
  #key .kv-slider * {
    height: 810px;
  }
}

/*=============================================
 * <footer>
 *=============================================*/
footer {
  position: relative;
  color: var(--clowhite);
}
footer:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url(../img/shared/bg_ft.png);
  background-position: center top;
  background-repeat: repeat-x;
  z-index: -1;
}
footer .inner {
  margin-top: 25vw;
  font-size: 12px;
  line-height: 1.92;
}
footer .btn-copy .copy {
  margin: 0px 8px;
}
footer .btn-copy i {
  margin-left: 8px;
}
footer #socialbuttons {
  margin: 3vw 0px 0px 0px;
}
footer address {
  margin-top: 1vw;
}
footer #pagetop {
  margin: 12vw auto 0px;
  width: fit-content;
  font-size: 11px;
  letter-spacing: 0.1em;
}
footer #pagetop i {
  width: fit-content;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 45vw 0px calc(12vw + 60px);
    text-align: center;
  }
  footer .logo {
    width: fit-content;
    margin: 0px auto;
  }
  footer .col-right {
    margin-top: 10vw;
  }
}
@media screen and (min-width: 768px) {
  footer {
    padding: 188px 0px 58px;
  }
  footer:before {
    height: 759px;
  }
  footer .wrap {
    max-width: 1160px;
    width: auto;
  }
  footer .inner {
    margin-top: 210px;
    font-size: 13px;
  }
  footer .inner .col-right {
    margin-top: 5px;
  }
  footer address {
    margin-top: 8px;
  }
  footer #socialbuttons {
    margin: 14px 0px 0px 0px;
  }
  footer #pagetop {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -9px;
    font-size: 12px;
  }
}

.txt-effect {
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(-100deg, #2a2a2a 0, #2a2a2a 30%, transparent 50%, transparent 100%);
  background-position: 0% 50%;
  background-size: 400% 100%;
  will-change: background-position;
  color: transparent;
  transition: color 5s cubic-bezier(1, 0.405, 0.24, 1), background-position 5s cubic-bezier(0.115, 0.405, 0.24, 1);
  opacity: 0;
}
.txt-effect[style*=visible] {
  background-position: 100% 50%;
  color: #2a2a2a;
  opacity: 1;
}
.txt-effect.txt-white {
  background-image: linear-gradient(-100deg, #fff 0, #fff 30%, transparent 50%, transparent 100%);
}
.txt-effect.txt-white[style*=visible] {
  color: #fff;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important;
  }
}
/*------------------- ft-fixed-------------------*/
#ft-fixed {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  color: var(--clowhite);
  background: var(--clonavi);
  overflow: hidden;
}
#ft-fixed:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  right: 0px;
  bottom: 0px;
  background: var(--clonude);
}
#ft-fixed ul {
  position: relative;
  z-index: 1;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
}
#ft-fixed ul li {
  width: 25%;
  height: 36.03px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  line-height: 1;
  letter-spacing: 0.13em;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ft-fixed ul li i {
  width: 15px;
  margin: 0px auto 5px;
}
#ft-fixed ul li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
#ft-fixed .sp-web {
  letter-spacing: 0.15em;
}
#ft-fixed .sp-map {
  border-left: 0px;
}
#ft-fixed .hamburger {
  align-items: flex-start;
  padding: 5px 0px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .nav-fixed {
    pointer-events: none;
    height: 0px;
    visibility: hidden;
  }
  .hamburger {
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    border: 0;
    margin: 0;
    overflow: visible;
  }
  .hamburger::after {
    content: "MENU";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
  }
  .hamburger .hamburger-box {
    width: 30px;
    height: 8px;
    display: inline-block;
    position: relative;
  }
  .hamburger .hamburger-inner {
    display: block;
    top: 1px;
  }
  .hamburger .hamburger-inner, .hamburger .hamburger-inner::after {
    width: 30px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  .hamburger .hamburger-inner::after {
    content: "";
    display: block;
  }
  .hamburger .hamburger-inner::after {
    top: 8px;
  }
  .hamburger.is-active .hamburger-inner {
    transform: translate3d(0, 5px, 0) rotate(35deg);
  }
  .hamburger.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-70deg);
  }
  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 * , body.nav--opened #ft-fixed,   body.nav--opened #ft-fixed *{
    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 .hamburger:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -1px;
    right: 0px;
    bottom: -20px;
    background: #d7d7d7;
    z-index: -1;
  }
  .nav--opened .hamburger:after {
    content: "CLOSE";
    color: #2a2a2a;
  }
  .nav--opened .hamburger.is-active .hamburger-inner, .nav--opened .hamburger.is-active .hamburger-inner::after {
    background: #2a2a2a;
  }
  .nav--opened #menu-toggle {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
  .nav--opened #menu-toggle ul li {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: var(--clobody);
    z-index: 8;
  }
  #ft-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}
/* 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 {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: var(--clobody);
    z-index: 8;
  }
}
/* 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:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: var(--clobody);
    z-index: 8;
  }
  #ft-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}
@media only screen and (min-width: 768px) {
  footer:after {
    display: none;
  }
}