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: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  font-size: 14px;
  background: url(../img/shared/bg1.jpg);
  color: #2F2F2F;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  letter-spacing: 0.1em;
  line-height: 28px;
  font-weight: 600;
  text-align: justify;
}

.yellow {
  color: #ffda78;
}

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

@keyframes liner {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(100%);
  }
}

@keyframes arrow-liner {

  0%,
  15%,
  100% {
    width: 0;
  }

  50%,
  90% {
    width: 16px;
  }
}

.btn-s1 a {
  font-family: "Klee One";
  font-size: 5.2vw;
  font-weight: 700;
  color: #fff;
  display: block;
  padding: 5vw 5% 5vw 10%;
  background: url(../img/shared/bg2.jpg);
  position: relative;
}

.btn-s1 a span {
  position: relative;
  letter-spacing: -0.04em;
}

.btn-s1 a::after {
  content: "";
  background: url(../img/shared/icon_arr1.png) no-repeat right center/100% auto;
  position: absolute;
  top: -1vw;
  right: 8%;
  bottom: 0;
  width: 8vw;
}

.btn-s1-v2 a {
  font-family: "Klee One";
  font-size: 5.2vw;
  font-weight: 700;
  display: block;
  padding: 5vw 5% 5vw 10%;
  color: #000;
  background: url(../img/shared/bg1.jpg);
  position: relative;
}

.btn-s1-v2 a span {
  position: relative;
  letter-spacing: -0.04em;
}

.btn-s1-v2 a::after {
  content: "";
  background: url(../img/shared/icon_arr1.png) no-repeat right center/100% auto;
  filter: invert(1);
  position: absolute;
  top: -1vw;
  right: 8%;
  bottom: 0;
  width: 8vw;
}

.btn-s2 {
  max-width: 230px;
  margin: 20px auto 0;
}

.btn-s2 a {
  font-family: "Klee One";
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: block;
  background: #666f33;
  padding: 14px 10px 14px 48px;
  position: relative;
}

.btn-s2 a span {
  position: relative;
  letter-spacing: 0.05em;
  display: inline-block;
}

.btn-s2 a span::before {
  content: "";
  background: url(../img/shared/icon_web.png) no-repeat 0 0/100% auto;
  width: 21px;
  height: 39px;
  position: absolute;
  top: 4px;
  left: -28px;
}

.btn-s2 a::after {
  content: "";
  background: url(../img/shared/icon_arr1.png) no-repeat right center/100% auto;
  position: absolute;
  top: -1px;
  right: 12px;
  bottom: 0;
  width: 24px;
}

.btn-s3 {
  display: inline-block;
}

.btn-s3 a {
  font-family: "Klee One";
  font-weight: 700;
  color: #fff;
  display: block;
  position: relative;
  padding: 0 45px 5px 9px;
}

.btn-s3 a .button-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  height: 10px;
  display: inline-block;
}

.btn-s3 a .button-arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  margin: auto 0;
  background: #fff;
  transition: all 0.3s ease-out;
  width: 100%;
  top: auto;
  left: 0;
  right: 0;
}

.btn-s3 a .button-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1px;
  margin: auto 0;
  background: #fff;
  transition: all 0.3s ease-out;
  top: auto;
  right: -5px;
  width: 14px;
  transform: rotate(-140deg) translateX(-0.5em) translateY(0.45em);
  transform-origin: left bottom;
}

.btn-s3 a .button-arrow span::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  z-index: 2;
  width: 200%;
  height: 1px;
  background-image: linear-gradient(90deg,
      transparent 0,
      transparent 50%,
      #ffda78 50%,
      #ffda78 100%);
  background-position: top;
  background-repeat: repeat-x;
}

.btn-s3 a .button-arrow span::after {
  content: "";
  position: absolute;
  bottom: 0;
  margin: auto 0;
  top: auto;
  right: 0;
  transform: rotate(-140deg) translateX(-0.5em) translateY(0.45em);
  transform-origin: left bottom;
  width: 0;
  z-index: 2;
  height: 1px;
  background: #ffda78;
}

.btn-popup-s1 .t {
  font-family: "Klee One";
  font-size: 5.2vw;
  font-weight: 700;
  display: block;
  padding: 5vw 5% 5vw 10%;
  color: #000;
  background: url(../img/shared/bg1.jpg);
  position: relative;
}

.btn-popup-s1 .t .p {
  position: relative;
  letter-spacing: -0.04em;
}

.btn-popup-s1 .t::after {
  content: "";
  background: url(../img/shared/icon_arr1.png) no-repeat right center/100% auto;
  filter: invert(1);
  position: absolute;
  top: -1vw;
  right: 8%;
  bottom: 0;
  width: 8vw;
}

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

@keyframes slidein1 {
  from {
    top: 0;
    bottom: 0%;
    clip: rect(0px, 955px, 0px, 0px);
  }

  to {
    top: 0;
    bottom: 0%;
    clip: rect(0px, 955px, 950px, 0px);
  }
}

@keyframes slideout1 {
  from {
    top: 0;
    bottom: 0;
  }

  to {
    top: 0%;
    bottom: 0;
  }
}

@keyframes slidein2 {
  from {
    top: 0;
    bottom: 0%;
    clip: rect(950px, 955px, 950px, 0px);
  }

  to {
    top: 0;
    bottom: 0%;
    clip: rect(-12px, 955px, 950px, 0px);
  }
}

@keyframes slideout2 {
  from {
    top: 0;
    bottom: 0;
  }

  to {
    top: 0;
    bottom: 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;
}

.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: #101c1f;
  padding: 85px 0 95px;
  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: 9999;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  display: flex;
  background: url(../img/shared/bg2.jpg);
}

.ft-fixed li {
  padding: 13px 0;
  text-align: center;
}

.ft-fixed li a img {
  height: 25px;
  width: auto;
  margin-right: 9px;
  position: relative;
  top: -3px;
  left: 2px;
}

.ft-fixed li img {
  height: 25px !important;
  width: auto !important;
}



.ft-fixed li a span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}

.ft-fixed .btn-tel {
  width: 28%;
}

.ft-fixed .btn-web {
  width: 27%;
}

.ft-fixed .btn-map {
  flex: 1;
}

.in-scroll {
  opacity: 1;
  visibility: visible;
}

#pagetop.visible {
  opacity: 1;
  visibility: visible;
}

.txt-vertical-v2 {
  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;
}

@media screen and (max-width: 767.98px) {
  img {
    width: 100%;
    height: auto;
  }

  #pagetop {
    bottom: 56px;
    width: 55px;
  }

  .navOpen #pagetop {
    display: none;
  }
}

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

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

  .wrap {
    padding: 0;
  }

  #pagetop {
    bottom: 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;
    z-index: 90;
    right: 0;
    top: 120px;
    opacity: 0;
    visibility: hidden;
  }

  .has_nav header .fix-btn {
    opacity: 1;
    visibility: visible;
  }

  .sp {
    display: none !important;
  }

  .pc {
    display: block;
  }

  .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: url(../img/shared/bg2.jpg);
    opacity: 0;
    visibility: hidden;
  }

  #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-s1 {
    width: 400px;
  }

  .btn-s1 a {
    font-size: 22px;
    padding: 15px 75px 17px 52px;
    overflow: hidden;
  }

  .btn-s1 a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #7F4F2A;
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transform: scaleX(0);
  }

  .btn-s1 a::after {
    top: 0;
    right: 37px;
    width: 35px;
  }

  .btn-s1 a:hover::before {
    transform: scaleX(1);
  }

  .btn-s1-v2 {
    width: 400px;
  }

  .btn-s1-v2 a {
    font-size: 22px;
    padding: 15px 75px 17px 52px;
    overflow: hidden;
  }

  .btn-s1-v2 a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #666f33;
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transform: scaleX(0);
  }

  .btn-s1-v2 a::after {
    top: 0;
    right: 37px;
    width: 35px;
  }

  .btn-s1-v2 a:hover {
    color: #fff;
  }

  .btn-s1-v2 a:hover::before {
    transform: scaleX(1);
  }

  .btn-s1-v2 a:hover::after {
    filter: none;
  }

  .btn-popup-s1 {
    width: 400px;
  }

  .btn-popup-s1 .t {
    font-size: 22px;
    padding: 15px 75px 17px 52px;
    overflow: hidden;
  }

  .btn-popup-s1 .t::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #666f33;
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transform: scaleX(0);
  }

  .btn-popup-s1 .t::after {
    top: 0;
    right: 37px;
    width: 35px;
  }

  .btn-popup-s1 .t:hover {
    color: #fff;
  }

  .btn-popup-s1 .t:hover::before {
    transform: scaleX(1);
  }

  .btn-popup-s1 .t:hover::after {
    filter: none;
  }

  .btn-s2 {
    max-width: 100%;
    width: 300px;
    margin: 27px auto 0;
  }

  .btn-s2 a {
    font-size: 18px;
    padding: 19px 58px 19px 64px;
  }

  .btn-s2 a span {
    letter-spacing: 0.1em;
  }

  .btn-s2 a span::before {
    width: 26px;
    left: -37px;
  }

  .btn-s2 a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/shared/bg2.jpg);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transform: scaleX(0);
  }

  .btn-s2 a::after {
    top: 0;
    right: 23px;
    width: 35px;
  }

  .btn-s2 a:hover::before {
    transform: scaleX(1);
  }

  .btn-s2-v2 {
    width: 70px;
  }

  .btn-s2-v2 a {
    font-family: "Klee One";
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    display: block;
    background: #d66a35;
    padding: 62px 19px 30px 19px;
    white-space: nowrap;
    position: relative;
  }

  .btn-s2-v2 a span {
    position: relative;
    letter-spacing: 0.1em;
    display: inline-block;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  }

  .btn-s2-v2 a span::before {
    content: "";
    background: url(../img/shared/icon_web.png) no-repeat 0 0/100% auto;
    width: 26px;
    height: 25px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -36px;
  }

  .btn-s2-v2 a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/shared/bg2.jpg);
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    transform-origin: top;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transform: scaleY(0);
  }

  /* .btn-s2-v2 a::after {
    content: "";
    background: url(../img/shared/icon_arr1.png) no-repeat 0 0/100% auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 8px;
    bottom: 34px;
  } */

  .btn-s2-v2 a:hover::before {
    transform: scaleY(1);
  }

  .btn-s3 a {
    font-size: 15px;
    padding: 0 34px 4px 10px;
  }

  .btn-s3 a:hover .button-arrow span::before {
    animation: liner 1.5s infinite ease-out;
  }

  .btn-s3 a:hover .button-arrow span::after {
    animation: arrow-liner 1.5s infinite ease-out;
  }

  .btn-s3 a .button-arrow {
    height: 14px;
  }

  .btn-s3 a .button-arrow::after {
    width: 16px;
    right: -6px;
    transform: rotate(-139deg) translateX(-0.5em) translateY(0.45em);
  }

  .btn-s3 a .button-arrow span::after {
    right: -6px;
    transform: rotate(-138deg) translateX(-0.5em) translateY(0.45em);

    /* メニューが開いている時、メニュー本体(#navigation)は操作できるようにする */
    body.navOpen #navigation {
      pointer-events: auto !important;
      /* クリックやタップを可能にする */
      touch-action: auto !important;
      /* タッチ操作を可能にする */
    }

    /* さらに、メニュー内のリンクやボタンも確実に操作できるようにする */
    body.navOpen #navigation * {
      pointer-events: auto !important;
      touch-action: auto !important;
    }
  }
}