html:not(.responsive) {
  min-width: 100%;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  font-family: "Noto Serif JP";
  font-size: 14px;
  background: url(../img/shared/bg1.jpg);
  color: #000;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  letter-spacing: 0.3em;
  line-height: 30px;
  text-align: justify;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../font/NotoSerifJP-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../font/NotoSerifJP-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../font/NotoSerifJP-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Amiri";
  src: url("../font/Amiri-Regular.ttf");
  font-weight: 400;
}
.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;
}
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrap {
  box-sizing: border-box;
  padding: 0 5%;
  width: 100%;
  max-width: 1000px;
}
header nav a:hover {
  text-decoration: none;
}
.enter-img .inner {
  animation: bgscale 15s linear infinite;
}
@keyframes bgscale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.btn-s2 a {
  font-size: 3.5vw;
  display: block;
  padding: 4vw 15% 4vw 7%;
  border: 1px solid #000;
  letter-spacing: 0.1em;
  position: relative;
}
.btn-s2 a::after {
  content: "";
  background: url(../img/shared/icon_popup.png) no-repeat center right/100% auto;
  width: 21px;
  position: absolute;
  top: 0;
  right: 6%;
  bottom: 0;
}
.tac {
  text-align: center;
}
.taj {
  text-align: justify;
}
.tar {
  text-align: right;
}
.ta {
  text-align: left;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.txt-br {
  word-break: break-all;
}
.txt-nowrap {
  white-space: nowrap;
}
.sl {
  display: block !important;
}
.slick-dots li {
  line-height: 1;
}
.slick-dots button {
  border-radius: 50%;
  width: 13px;
  height: 13px;
  font-size: 0;
  cursor: pointer;
  border: 0;
  box-sizing: border-box;
  background: #fff;
}
.slick-dots .slick-active button {
  background: #2680f3;
}
.slick-dots {
  display: flex;
}
.slick-dots li + li {
  margin-left: 20px;
}
.slick-dots button:hover {
  opacity: 0.7;
}
.rss-img {
  transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.rss-img:hover {
  opacity: 0.8;
}
.rss-detail .title a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
@keyframes fadeInZoom {
  0% {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
.fadeInZoom {
  animation-name: fadeInZoom;
  animation-duration: 8.5s;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@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;
  }
  .img-parallax img {
    height: auto !important;
  }
}
.pc {
  display: none;
}
#socialbuttons .fb-like > span {
  width: 100px !important;
}
#socialbuttons .fb-like > span iframe {
  left: -15px;
}
.copied,
.hs-copie {
  pointer-events: none;
}
.d-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
}
.box-parallax {
  position: relative;
  z-index: 0;
}
.img-parallax.slide_par img {
  opacity: 0;
  transition: all 2s ease;
}
.img-parallax.slide_par img.active {
  opacity: 1;
}
body.navOpen,
body.navOpen *,
body.navOpen *:hover,
body.navOpen *:focus,
body.navOpen *:active {
  touch-action: none !important;
  pointer-events: none !important;
}
body.navOpen .hamburger,
body.navOpen #navigation,
body.navOpen #navigation * {
  touch-action: auto !important;
  pointer-events: visible !important;
}
body.navOpen .ft-fixed a {
  touch-action: auto !important;
  pointer-events: visible !important;
}
.navOpen {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}
.remodal-is-opened {
  touch-action: auto !important;
  pointer-events: visible !important;
}
#navigation {
  background: #000;
  padding: 40px 0 140px;
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  bottom: 0;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease 0s;
}
.navOpen #navigation {
  opacity: 1;
  pointer-events: auto;
}
.ft-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  display: flex;
  background: #000;
  border-top: 4px solid #fff;
}
.ft-fixed li {
  width: 18%;
  padding: 12px 0;
}
.ft-fixed li:not(:last-child) {
  border-right: 1px solid #fff;
}
.ft-fixed li a {
  font-size: 14px;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.ft-fixed li a img {
  height: 15px;
  width: auto;
  margin: 0 auto;
  display: block;
}
.ft-fixed .btn-web {
  width: calc(64% - 70px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ft-fixed .btn-web a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ft-fixed .btn-web a img {
  display: inline;
  width: 15px;
  height: auto;
  margin: 0 5px 0;
  position: relative;
  top: 1px;
}
.in-scroll {
  opacity: 1;
  visibility: visible;
}
#pagetop.visible {
  opacity: 1;
  visibility: visible;
}
#pagetop {
  opacity: 1 !important;
  visibility: visible !important;
  position: absolute;
  bottom: 67px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: 87px;
}
.scroll-image {
  filter: grayscale(100%);
  transition: filter 1s ease-in-out !important;
  will-change: filter;
}
.scroll-image.scrolled {
  filter: grayscale(0%);
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media screen and (max-width: 767.98px) {
  img {
    width: 100%;
    height: auto;
  }
  .navOpen #pagetop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 42px;
    text-align: left;
  }
  .wrap {
    padding: 0;
  }
  .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-latin-pc {
    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;
  }
  .fix-btn {
    position: fixed;
    top: 140px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
  }
  .has_nav .fix-btn {
    opacity: 1;
    visibility: visible;
  }
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .object-fit-cover {
    position: relative;
  }
  .object-fit-cover img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
  #belt {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #000;
    opacity: 0;
    visibility: hidden;
    padding: 14px 0 16px;
  }
  #belt.fixed {
    opacity: 1;
    visibility: visible;
  }
  #navigation {
    position: static;
    background: none;
    height: auto;
    padding: 0px 0px;
    bottom: auto;
    overflow: hidden;
    opacity: 1;
    pointer-events: auto;
    z-index: 9;
  }
  .btn-s2 {
    max-width: 493px;
    margin: 0 auto;
  }
  .btn-s2 a {
    font-size: 16px;
    padding: 13px 70px 13px 43px;
    letter-spacing: 0.2em;
  }
  .btn-s2 a::after {
    height: 13px;
    width: 23px;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    bottom: auto;
  }
  .btn-s2 a:hover {
    opacity: 0.7;
  }
}
@keyframes slideAni {
  0% {
    transform: scale(1.1) translate(-4%, 0);
  }
  100% {
    transform: scale(1.1) translate(0, 0);
  }
}
