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: "Shippori Mincho";
  font-size: 14px;
  background: url(../img/shared/bg1.jpg);
  color: #000;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 28px;
  text-align: justify;
}
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrap {
  box-sizing: border-box;
  padding: 0 6%;
  width: 100%;
  max-width: 1000px;
}
.tel-shared {
  text-align: center;
  letter-spacing: 0.02em;
  color: #32280d;
  line-height: 35px;
}
.tel-shared dt {
  font-size: 16px;
}
.tel-shared dd img {
  width: 25px;
  height: auto;
  margin-right: 10px;
  position: relative;
  top: -7px;
}
.tel-shared dd span {
  font-size: 27px;
  letter-spacing: 0.02em;
}
.tel-shared2 {
  text-align: center;
  letter-spacing: 0.02em;
  color: #32280d;
  line-height: 35px;
}
.tel-shared2 dt {
  font-size: 18px;
}
.tel-shared2 dd img {
  width: 25px;
  height: auto;
  margin-right: 10px;
  position: relative;
  top: -7px;
}
.tel-shared2 dd span {
  font-size: 31px;
  letter-spacing: 0.02em;
}
.tel-shared2 dd small {
  font-size: 10px;
  display: block;
  margin-top: -9px;
}
.btn-s1 {
  margin: 9vw 3% 0;
}
.btn-s1 a {
  font-size: 4.5vw;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #000;
  background: url(../img/shared/bg3.jpg);
  display: block;
  text-align: left;
  padding: 4.5vw 13% 4.5vw 10%;
  position: relative;
}
.btn-s1 a::after {
  content: "";
  background: url(../img/shared/icon_arr1.png) no-repeat right center/100% auto;
  position: absolute;
  top: 0;
  right: 6%;
  bottom: 0;
  width: 4vw;
}
.btn-s2 {
  margin: 7vw 0 0;
}
.btn-s2 a {
  font-size: 4.5vw;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fffffe;
  background: url(../img/shared/bg4.jpg);
  display: block;
  text-align: left;
  padding: 4.5vw 13% 4.5vw 10%;
  position: relative;
}
.btn-s2 a::after {
  content: "";
  background: url(../img/shared/icon_arr2.png) no-repeat right center/100% auto;
  position: absolute;
  top: 0;
  right: 6%;
  bottom: 0;
  width: 4vw;
}
.btn-s3 {
  margin: 7vw 10% 0;
}
.btn-s3 a {
  font-size: 4vw;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fffffe;
  background: url(../img/shared/bg8.jpg);
  display: block;
  text-align: left;
  padding: 4.5vw 13% 4.5vw 22%;
  position: relative;
}
.btn-s3 a::before {
  content: "";
  background: url(../img/shared/icon_web.png) no-repeat left center/100% auto;
  position: absolute;
  top: 2px;
  left: 11%;
  bottom: 0;
  width: 4.5vw;
}
.btn-s3 a::after {
  content: "";
  background: url(../img/shared/icon_arr3.png) no-repeat right center/100% auto;
  position: absolute;
  top: 0;
  right: 6%;
  bottom: 0;
  width: 4vw;
}
.btn-s4 a {
  font-size: 4.5vw;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
  background: url(../img/shared/bg4.jpg);
  display: block;
  text-align: center;
  padding: 5vw 11%;
  position: relative;
}
.btn-s4 a::after {
  content: "";
  background: url(../img/shared/icon_popup.png) no-repeat right center/100% auto;
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  width: 4vw;
}
.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;
}
.flex-end {
  align-items: flex-end;
}
.slick-dots li {
  line-height: 1;
}
.slick-dots button {
  border-radius: 50%;
  width: 11px;
  height: 11px;
  font-size: 0;
  cursor: pointer;
  border: 0;
  box-sizing: border-box;
  background: #655646;
}
.slick-dots .slick-active button {
  background: #3a2d1d;
}
.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 17px;
}
.slick-dots li + li {
  margin-left: 20px;
}
.slick-arrow {
  font-size: 0;
  border: 0;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  width: 9vw;
  height: 9vw;
}
.slick-arrow.slick-prev {
  background: url(../img/shared/prev.png) no-repeat 0 0/100% auto;
}
.slick-arrow.slick-next {
  background: url(../img/shared/next.png) no-repeat 0 0/100% auto;
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 40px, 0);
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(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;
}
.navOpen .ft-fixed *,
.navOpen .ft-fixed a,
.navOpen .ft-fixed img {
  touch-action: auto !important;
  pointer-events: visible !important;
}
.remodal-is-opened {
  touch-action: auto !important;
  pointer-events: visible !important;
}
#navigation {
  background: url(../img/shared/bg1.jpg);
  padding: 7vw 5% 60px;
  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: #291d04;
  color: #fffaf1;
  text-align: center;
}
.ft-fixed li {
  width: 17%;
  padding: 12px 0 6px;
}
.ft-fixed li a img {
  height: 22px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.ft-fixed li a span {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.ft-fixed .btn-map {
  border-right: 1px solid #8f8675;
}
.ft-fixed .btn-web {
  flex: 1;
  background: url(../img/shared/bg11.jpg);
}
.ft-fixed .btn-web a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  letter-spacing: 0.05em;
}
.ft-fixed .btn-web a img {
  width: 17px;
  display: inline-block;
  height: auto;
  margin: 0 10px 0 0;
  position: relative;
  top: 1px;
}
.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;
}
.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.1em;
  height: 1.1em;
}
@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;
  }
  /*   .int {
    height: 48px;
    line-height: 45px;
  } */
  .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;
  }
  .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: url(../img/shared/bg1.jpg);
    opacity: 0;
    visibility: hidden;
  }
  #belt.fixed {
    opacity: 1;
    visibility: visible;
  }
  .fix-btn {
    position: fixed;
    top: 141px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
  }
  .fix-btn li {
    min-height: 227px;
  }
  .fix-btn .btn-web {
    margin-bottom: 20px;
  }
  .fix-btn .btn-web a {
    font-size: 16px;
    color: #fff;
    background: url(../img/shared/bg8.jpg);
    display: block;
    padding: 50px 9px 15px;
    position: relative;
  }
  .fix-btn .btn-web a::before {
    content: "";
    background: url(../img/shared/icon_web.png) no-repeat 0 0/100% auto;
    height: 29px;
    width: 21px;
    position: absolute;
    top: 21px;
    left: 50%;
    transform: translateX(-50%);
  }
  .fix-btn .btn-web a:hover {
    background: #291d04;
  }
  .fix-btn .btn-fl a {
    font-size: 16px;
    font-weight: 400;
    color: #210c02;
    background: url(../img/shared/bg1.jpg);
    display: block;
    padding: 61px 9px 15px;
    position: relative;
  }
  .fix-btn .btn-fl a::before {
    content: "";
    background: url(../img/shared/icon_fl.png) no-repeat 0 0/100% auto;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .fix-btn .btn-fl a:hover {
    opacity: 0.8;
  }
  #navigation {
    position: static;
    background: none;
    height: auto;
    padding: 0px 0px;
    bottom: auto;
    overflow: visible;
    opacity: 1;
    pointer-events: auto;
    z-index: 9;
  }
  .btn-s1 {
    margin: 90px auto 0;
    width: 400px;
  }
  .btn-s1 a {
    font-size: 20px;
    padding: 19px 45px 19px 37px;
    transition: none;
  }
  .btn-s1 a::after {
    right: 24px;
    width: 17px;
  }
  .btn-s1 a:hover {
    background: url(../img/shared/bg1.jpg);
  }
  .btn-s2 {
    margin: 0;
    width: 400px;
  }
  .btn-s2 a {
    font-size: 20px;
    padding: 19px 45px 19px 37px;
    transition: none;
  }
  .btn-s2 a::after {
    right: 24px;
    width: 17px;
  }
  .btn-s2 a:hover {
    background: #000;
  }
  .slick-dots button {
    width: 13px;
    height: 13px;
  }
  .slick-dots button:hover {
    opacity: 0.8;
  }
  .slick-dots {
    margin-top: 17px;
  }
  .slick-dots li + li {
    margin-left: 27px;
  }
  .tel-shared dt {
    font-size: 21px;
    margin-bottom: 5px;
  }
  .tel-shared dd img {
    width: 34px;
    margin-right: 12px;
    top: -8px;
  }
  .tel-shared dd span {
    font-size: 36px;
  }
  .btn-s3 {
    margin: 38px auto 0;
  }
  .btn-s3 a {
    font-size: 20px;
    padding: 19px 45px 19px 79px;
  }
  .btn-s3 a::before {
    top: 2px;
    left: 38px;
    width: 21px;
  }
  .btn-s3 a::after {
    right: 24px;
    width: 17px;
  }
  .btn-s3 a:hover {
    background: #291d04;
  }
  .btn-s4 {
    width: 740px;
    margin: 0 auto;
  }
  .btn-s4 a {
    font-size: 30px;
    line-height: 50px;
    padding: 45px 50px;
  }
  .btn-s4 a::after {
    right: 20px;
    width: 22px;
  }
  .btn-s4 a:hover {
    background: #000;
  }
  .has_nav .fix-btn {
    opacity: 1;
    visibility: visible;
  }
  .tel-shared2 {
    line-height: 50px;
  }
  .tel-shared2 dt {
    font-size: 31px;
    margin-bottom: 19px;
  }
  .tel-shared2 dd img {
    width: 49px;
    margin-right: 25px;
    top: -16px;
    left: 8px;
  }
  .tel-shared2 dd span {
    font-size: 55px;
  }
  .tel-shared2 dd small {
    font-size: 15px;
    margin-top: -5px;
  }
  .slick-arrow {
    width: 64px;
    height: 64px;
  }
  .slick-arrow:hover {
    opacity: 0.8;
  }
}
