/* Scss Document */
html:not(.responsive) {
  min-width: 100%;
  /* viewport */
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  background: #fafafa;
  color: #000;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 32px;
  text-align: justify;
}

.fnt-fjalla-one {
  font-family: "Fjalla One", sans-serif;
}

img {
  width: 100%;
  height: auto;
}

/*=============================================
 * .fnt - customs
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrap {
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  max-width: 1000px;
}

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

.slick-arrow {
  font-size: 0;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 3;
  cursor: pointer;
}
.slick-arrow.slick-prev {
  background: url(../img/index/icon_prev.png) no-repeat 0 0/100% auto;
  left: 20px;
}
.slick-arrow.slick-next {
  background: url(../img/index/icon_next.png) no-repeat 0 0/100% auto;
  right: 20px;
}
.slick-arrow:hover {
  opacity: 0.8;
}

.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;
}

@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;
}

.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;
}

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

.navOpen #navigation {
  opacity: 1;
  pointer-events: auto;
}

.navOpen #header .logo a, .navOpen #header .logo img {
  touch-action: auto !important;
  pointer-events: visible !important;
}

.remodal-is-opened {
  touch-action: auto !important;
  pointer-events: visible !important;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 767.98px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }
  .wrap {
    max-width: 100%;
    padding: 0 20px;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  #navigation {
    background: #fff;
    padding: 87px 13%;
    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;
  }
  .slick-arrow {
    top: 44vw;
    transform: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .slick-arrow.slick-prev {
    left: 10px;
  }
  .slick-arrow.slick-next {
    right: 10px;
  }
}
@keyframes blurFadeIn {
  from {
    opacity: 0;
    filter: blur(10px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}
.blur-fade-in {
  animation-name: blurFadeIn;
}/*# sourceMappingURL=shared.css.map */