<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #000;
  font-family: 'Klee One';
  font-size: calc(27px / 2);
  line-height: calc(55px / 2);
  background: url(../img/shared/background.jpg) repeat;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  font-weight: 600;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 17px;
    line-height: 35px;
  }
}

/*=============================================
 * 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-hanna {
  font-family: 'HannariMincho';
  font-weight: 400;
}

.fnt-noto {
  font-family: 'Noto Sans JP';
  font-weight: 400;
}

.fnt-zen {
  font-family: 'Zen Old Mincho';
  font-weight: 500;
}

.f600 {
  font-weight: 600;
}

.fwb {
  font-weight: bold;
}

@font-face {
  font-family: 'Klee One';
  src: url(../font/KleeOne-SemiBold.ttf);
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'HannariMincho';
  src: url(../font/HannariMincho-Regular.otf);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url(../font/NotoSansJP-Regular.ttf);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Zen Old Mincho';
  src: url(../font/ZenOldMincho-Medium.ttf);
  font-weight: 500;
  font-display: swap;
}

/*=============================================
******************* font-size  *****************
*=============================================*/
.fz26 {
  font-size: 4.51vw;
  letter-spacing: 0.12em;
  line-height: 5.77vw;
}

.fz30 {
  font-size: 5.2vw;
  line-height: 8.67vw;
}

.fz33 {
  line-height: 8.67vw;
  font-size: 5.72vw;
  letter-spacing: 0.12em;
}

.fz33 small {
  font-size: 4.33vw;
}

.price {
  font-size: 4.67vw;
  letter-spacing: 0.12em;
}

.price small {
  font-size: 4vw;
}

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

.wrap {
  padding: 0 8%;
}

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

html {
  min-width: auto;
}

.txt {
  text-align: justify;
}

:root {
  --green: #9daa32;
  --wood: url('../img/shared/wood_bg.jpg') repeat;
  --bg2: url('../img/shared/bg2.png') repeat;
  --bg3: url('../img/shared/bg3.jpg') repeat;
}

.telhref {
  text-decoration: none !important;
}

.row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}

.tel {
  text-align: center;
}

.tel span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6.5vw;
  letter-spacing: 0.12em;
  gap: 3px;
}

.tel span img {
  margin: 0 0 -5px 10px;
  width: 20px;
}

.tel p {
  line-height: 20px;
  font-size: 11px;
  margin-top: 9px;
  margin-left: 7px;
}

.sns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 49px;
  position: relative;
}

.sns::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 49%;
  bottom: -2px;
  border-left: 1px dashed #8e867e;
}

.sns li {
  width: 22px;
}

.sns li:nth-child(2) {
  width: 31px;
}

/*=============================================
===============================================
===============================================
*************** mobie first header ************
===============================================
===============================================
*=============================================*/
h1 {
  color: #fff;
  position: absolute;
  left: 16px;
  text-align: center;
  right: 16px;
  line-height: 1.5;
  z-index: 2;
  font-size: 10px;
  top: 6px;
}

.header-box {
  position: relative;
  z-index: 101;
}

.head-info {
  margin-right: 0px;
  display: none;
}

header .logo {
  position: absolute;
  top: 63.7vw;
  left: 50%;
  transform: translateX(-50%);
  width: 43%;
  z-index: 2;
  background: var(--bg2);
  padding: 6vw 7%;
  box-sizing: border-box;
}

header .scroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 21%;
  bottom: -14vw;
}

header .scroll span {
  display: block;
  animation: rotate 12s linear infinite forwards;
}

header .scroll .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10%;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

/*=============================================
******************* hamberger  ****************
*=============================================*/
.hamberger-btn {
  position: relative;
  top: 0px;
  right: 0;
  width: 100%;
  height: 68px;
  z-index: 201;
  transition: all 0.4s ease;
  overflow: hidden;
}

.hamberger-btn span {
  width: 40px;
  height: 1px;
  position: absolute;
  top: 63%;
  left: calc(50% - 20px);
  background: #fff;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.13s;
}

.hamberger-btn span::after,
.hamberger-btn span::before {
  width: 40px;
  height: 1px;
  position: absolute;
  left: 0;
  background: #fff;
  content: '';
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamberger-btn span::before {
  top: -21px;
}

.hamberger-btn span::after {
  top: -10px;
}

.menu-open .hamberger-btn {
  background: var(--bg2);
}

.menu-open .hamberger-btn span {
  transform: rotate(360deg);
}

.menu-open .hamberger-btn span {
  transform: translate3d(0, -11px, 0) rotate(-24deg);
  transition: transform 0.12s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
}

.menu-open .hamberger-btn span::before {
  top: 0;
  transform: rotate(-130deg);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-open .hamberger-btn span::after {
  top: 0;
  transform: rotate(-130deg);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*=============================================
******************* nav-header  ***************
*=============================================*/
.nav-header {
  width: 100%;
  height: 100vh;
  background: var(--wood);
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  padding-top: 26vw;
}

.menu-open .nav-header {
  left: 0%;
  visibility: visible;
  overflow: auto;
  z-index: 99;
  opacity: 1;
}

.nav-header .logo-nav {
  width: 27%;
  margin: 0 auto 9vw;
}

.nav-header .nav {
  height: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-top: 1px solid #8e8680;
  margin: 9vw 5%;
  padding-top: 35px;
  justify-content: center;
  gap: 19px;
  display: flex;
  flex-flow: column;
}

.nav-header .nav div:not(.nav2-f) {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.nav-header a.nav-main {
  min-width: 20px;
  font-size: 15px;
  box-sizing: border-box;
  line-height: 20px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.nav-header a.nav-main span {
  margin-top: 7px;
}

.nav-header li a.nav-main::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0px;
  right: 0;
  bottom: -9px;
  background: var(--green);
  z-index: -1;
  clip-path: inset(0 0 100% 0);
  transition: all 0.3s ease;
}

.nav-header a.nav-main.active:before {
  clip-path: inset(0 0 0% 0);
}

.js-scroll {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 9px;
  box-sizing: border-box;
  overflow-y: auto !important;
  height: inherit;
}

/*=============================================
******************* footer  *******************
*=============================================*/
footer {
  color: #fff;
}

footer .set2 {
  padding: 19.3vw 0 13vw;
  background: var(--bg2);
}

footer .set2 .logo {
  width: 32%;
  margin: 0 auto;
}

footer .set2 .tel {
  margin: 7vw 0 8vw;
}

footer .set2 .info-footer {
  margin-top: 10.8vw;
  margin-left: 3px;
}

footer .set2 .info-footer dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  line-height: 25px;
  text-align: left;
  margin-bottom: 15px;
}

footer .set2 .info-footer dl dt {
  min-width: 27%;
}

footer .set2 .info-footer dl dd {
  margin-right: -10vw;
}

footer .set3 {
  background: var(--bg3);
  padding: 9vw 0 100px;
}

footer .set3 address {
  margin-bottom: 7vw;
}

footer .set3 address span {
  display: block;
  font-size: 11px;
}

footer .set3 address span a {
  text-decoration: none;
  border-bottom: 1px solid;
}

footer .set3 address span a:after {
  content: '';
  display: inline-block;
  background: url(../img/shared/icon_link.png) no-repeat center top;
  background-size: contain;
  width: 8px;
  height: 9px;
  margin-left: 5px;
}

footer .set3 .button {
  text-align: center;
  margin-top: 16px;
}

footer .set3 .button span::before {
  content: '';
  display: inline-block;
  background: url(../img/shared/icon_copy.png) no-repeat center top;
  background-size: contain;
  width: 14px;
  margin: 0 5px -2px 0;
  height: 15px;
}

#fixed-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(136px / 2);
  background: var(--wood);
  z-index: 103;
  opacity: 1;
  transition: opacity 0.3s ease;
  border-top: 1px solid #5a4e44;
  box-sizing: border-box;
}

.fixed-btn #fixed-sp {
  opacity: 1;
}

#fixed-sp ul {
  display: flex;
}

#fixed-sp ul li {
  width: 26%;
  height: inherit;
}

#fixed-sp ul li:nth-child(1) {
  width: 48%;
  background: var(--green);
}

#fixed-sp ul li:nth-child(2) {
  border-right: 1px solid #9a9189;
}

#fixed-sp ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-direction: column;
  padding-top: 3px;
  line-height: 1.5;
  font-size: calc(23px / 2);
  text-decoration: none;
}

#fixed-sp ul li a img {
  width: 13px;
}

#fixed-sp dl {
  padding-bottom: 8px;
}

#fixed-sp dl dt {
  font-size: 10px;
}

#fixed-sp dl span {
  font-size: 4.97vw;
  letter-spacing: 0.12em;
}

#fixed-sp dl span img {
  width: 15px;
  margin-left: 2px;
}

#pagetop {
  width: 87px;
  position: relative;
  margin: 35px auto 0;
  z-index: 98;
  display: block;
}

/*=============================================
******************* btn-cus  ******************
*=============================================*/

.btn-cus {
  position: relative;
  width: 78vw;
  margin: 0 auto;
}

.btn-cus a {
  display: block;
  line-height: 54px;
  height: 57px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: calc(31px / 2);
  border: 1px solid;
  position: relative;
  text-decoration: none;
}

.btn-cus a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 5%;
  background: url(../img/shared/arrow.png) no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 100%;
}

.btn-mail a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 12%;
  width: 14px;
  height: 100%;
  background: url(../img/shared/icon_mail.png) no-repeat center center;
  background-size: contain;
}

/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer:after {
    background: var(--wood);
    content: '';
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }

  footer .set3 {
    padding-bottom: calc(env(safe-area-inset-bottom) + 100px);
  }

  #fixed-sp {
    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 {
    background: var(--wood);
    content: '';
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }

  footer .set3 {
    padding-bottom: calc(env(safe-area-inset-bottom) + 100px);
  }

  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}

@media screen and (min-width: 768px) {
  footer:after {
    display: none;
  }
}

.pc {
  display: none;
}

/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** CSS FOR PC ***************
===============================================
===============================================
*=============================================*/

@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  .txt {
    text-align: left;
  }

  .wrap {
    width: calc(100% - 40px);
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }

  .row {
    flex-direction: row;
  }

  .btn-cus {
    width: 273px;
    position: relative;
  }

  .btn-cus a {
    font-size: 20px;
    height: 60px;
    border-color: #000;
  }

  .btn-cus a:before {
    right: 25px;
    width: 30px;
  }

  .btn-cus:before {
    background: var(--green);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease 0.73s;
  }

  .btn-cus:hover:before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }

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

  .btn-cus:hover a:before {
    transition: filter 0.3s ease 0.2s;
    filter: invert(1);
  }

  .tel dt {
    font-size: 16px;
  }

  .tel dd span {
    font-size: 29px;
  }

  .tel dd span img {
    width: 25.72px;
    height: 25.72px;
  }

  .tel p {
    margin-top: 12px;
    font-size: 13px;
  }

  .sns {
    gap: 48px;
  }

  .sns:before {
    top: 4px;
    bottom: -2px;
  }

  .sns li {
    width: 23px;
  }

  .sns li:nth-child(2) {
    width: 32px;
  }

  /*=============================================
******************* font-size  *****************
*=============================================*/
  .fz26 {
    font-size: 26px;
    letter-spacing: 0.12em;
    line-height: 31px;
  }

  .fz30 {
    font-size: 30px;
    line-height: 50px;
  }

  .fz33 {
    line-height: 50px;
    font-size: 33px;
    letter-spacing: 0.12em;
  }

  .fz33 small {
    font-size: 25px;
  }

  .price {
    font-size: 22px;
    letter-spacing: 0.1em;
  }

  .price small {
    font-size: 18px;
  }

  /*=============================================
 ******************** header ******************
 *=============================================*/
  header {
    position: relative;
    width: 100%;
    z-index: 100;
  }

  header .logo {
    width: 325px;
    padding: 49px 84px 0 84px;
    top: 274px;
    z-index: 5;
    height: 469px;
  }

  header .logo a {
    text-decoration: none;
  }

  h1 {
    font-size: 11px;
    text-align: left;
    left: auto;
    right: 25px;
    top: 37px;
    line-height: 21px;
    height: 280px;
    text-shadow: 1px 1px 4px #392614, -2px -2px 4px #392614, -1px -1px 4px #392614, 2px 2px 4px #392614;
  }

  html img {
    max-width: 100%;
    width: auto;
    height: auto;
  }

  .js-scroll {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 9px;
    box-sizing: border-box;
    overflow-y: auto !important;
    height: inherit;
  }

  /*=============================================
 ******************* nav-fixed ****************
 *=============================================*/
  .nav-header {
    left: auto;
    z-index: 10;
    padding-top: 0px;
  }

  .nav-header .logo-nav {
    width: 157px;
    margin-bottom: 19px;
  }

  .nav-header .tel {
    line-height: 29px;
    margin-left: -5px;
    margin-bottom: 17px;
  }

  .nav-header .tel dt {
    font-size: 13px;
    margin-left: 12px;
  }

  .nav-header .tel dd span {
    font-size: 25px;
  }

  .nav-header .tel dd img {
    width: 22px;
    height: 22px;
  }

  .nav-header .sns:before {
    left: 49.8%;
  }

  .nav-header .nav {
    margin: 34px auto 0;
    width: 440px;
    padding-top: 43px;
    gap: 21px;
  }

  .nav-header a.nav-main {
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0.08em;
  }

  .nav-header a.nav-main:hover:before {
    clip-path: inset(0 0 0% 0);
  }

  .nav-header a.nav-main span {
    margin-top: 9px;
  }

  /*--------------------------------------
    head-info
  --------------------------------------*/
  body:not(.menu-open) .nav-header {
    opacity: 1;
    visibility: visible;
    background: transparent;
    height: auto;
    position: absolute;
    top: 0;
  }

  body:not(.menu-open) .logo-nav {
    display: none;
  }

  body:not(.menu-open) .nav-header .tel {
    position: absolute;
    top: 39px;
    right: 114px;
  }

  body:not(.menu-open) .nav-header .sns {
    position: absolute;
    top: 116px;
    right: 175px;
  }

  body:not(.menu-open) .nav-header .nav {
    position: absolute;
    top: 464px;
    left: 49%;
    transform: translateX(-50%);
    border: none;
  }

  /* body:not(.menu-open) .nav-header .nav li:last-child {
    opacity: 0;
    visibility: hidden;
  } */

  /*=============================================
 ******************* keyvisual ****************
 *=============================================*/
  #head-key {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -2px;
  }

  #head-key .keyvisual {
    width: 100%;
    height: 100%;
  }

  #head-key .keyvisual li {
    height: 800px;
  }

  /*--------------------------------------
    hamb
  --------------------------------------*/
  #fixed-sp {
    background: transparent;
    border: none;
  }

  #fixed-sp li {
    display: none;
  }

  #fixed-sp li:has(.hamberger-btn) {
    display: block;
  }

  .hamberger-btn {
    width: 95px;
    height: 95px;
    position: fixed;
    top: 0;
    right: 0;
    background: var(--wood);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
  }

  .fixed-btn .hamberger-btn,
  .menu-open .hamberger-btn {
    opacity: 1;
    visibility: visible;
  }

  .hamberger-btn span {
    width: 48px;
    top: 65%;
    left: calc(50% - 24px);
  }

  .hamberger-btn span::after,
  .hamberger-btn span::before {
    width: 48px;
  }

  .hamberger-btn span::after {
    top: -15px;
  }

  .hamberger-btn span::before {
    top: -29px;
  }

  .hamberger-btn:hover {
    opacity: 0.8;
  }

  .menu-open .hamberger-btn span {
    transform: translate3d(0, -15px, 0) rotate(-32deg);
  }

  .menu-open .hamberger-btn span::after,
  .menu-open .hamberger-btn span::before {
    transform: rotate(-116deg);
  }

  /*--------------------------------------
    fix-right
  --------------------------------------*/
  .fix-right {
    position: fixed;
    right: 27px;
    top: 122px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    /* mix-blend-mode: difference; */
  }

  .fixed-btn .fix-right {
    opacity: 1;
    visibility: visible;
  }

  .fixed-btn .fix-right.light .insta img {
    filter: brightness(1) invert(1);
  }

  .fixed-btn .fix-right.light li {
    color: #fff;
  }

  .fix-right li {
    font-size: 25px;
    color: #000;
    position: relative;
    z-index: 1;
    letter-spacing: 0.14em;
  }

  .fix-right .insta {
    width: 32px;
    margin-top: 33px;
    position: relative;
  }

  .fix-right .insta:before {
    content: '';
    position: absolute;
    top: -15px;
    left: -3px;
    right: -3px;
    border-top: 1px dashed;
  }

  .fix-right .fnt-zen img {
    transform: rotate(90deg);
    width: 23px;
    margin: 0 7px 4px -6px;
  }

  /*=============================================
 ******************* footer *******************
 *=============================================*/
  footer .banner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  footer .banner li {
    width: 50%;
  }

  footer .banner li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  footer .set2 {
    padding: 112px 0 84px;
  }

  footer .set2 .left {
    width: 287px;
  }

  footer .set2 .left .logo {
    width: 157px;
  }

  footer .set2 .left .tel {
    margin: 32px 0 18px -5px;
    line-height: 29px;
  }

  footer .set2 .left .tel dl dt {
    font-size: 13px;
    margin-left: 12px;
  }

  footer .set2 .left .tel dl dd span {
    font-size: 25px;
  }

  footer .set2 .left .tel dl dd span img {
    width: 22px;
    height: 22px;
  }

  footer .set2 .info-footer {
    margin-top: -18px;
    margin-left: -1px;
    border-left: 1px solid #9e978f;
    border-right: 1px solid #9e978f;
    padding: 26px 0 0 27px;
    width: 408px;
    box-sizing: border-box;
  }

  footer .set2 .info-footer dl {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 28px;
  }

  footer .set2 .info-footer dl dt {
    min-width: 87px;
  }

  footer .set2 nav {
    line-height: 23px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 50px -30px 0 28px;
    gap: 40px;
    align-items: start;
    display: flex;
    flex-flow: column;
    align-items: center;

    div:not(.nav2-ff) {
      display: flex;
      gap: 20px;
    }

    .nav2-ff a {
      border: 1px solid;
      writing-mode: horizontal-tb;
      text-orientation: mixed;
      text-align: center;
      width: 223px;
      position: relative;
    }

    .nav2-ff {
      display: flex;
      flex-flow: column;
      gap: 10px;
    }
  }

  footer .set2 nav a {
    text-decoration: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
    display: block;
    min-width: 23px;
  }

  footer .set2 nav .nav1-ff a:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0px;
    right: 0;
    bottom: -9px;
    background: var(--green);
    z-index: -1;
    clip-path: inset(0 0 100% 0);
    transition: all 0.3s ease;
  }

  footer .set2 nav .nav1-ff a:hover:before,
  footer .set2 nav .nav1-ff a.active:before {
    clip-path: inset(0%);
  }

  footer .set2 nav a span {
    margin-top: 8px;
  }

  footer .set3 {
    padding: 53px 0;
  }

  footer .set3 address {
    font-size: 16px;
    margin-bottom: 25px;
  }

  footer .set3 address span {
    margin-top: -9px;
    letter-spacing: 0.1em;
    font-size: 13px;
  }

  footer .set3 address span a:hover {
    border-color: transparent;
  }

  footer .set3 address span a:after {
    width: 10px;
    height: 10px;
    margin-left: 5px;
    margin: 0 3px 0 2px;
  }

  footer .set3 #socialbuttons {
    padding-right: 157px;
  }

  footer .set3 .button {
    margin: -27px 0 0 313px;
    font-size: 15px;
    letter-spacing: 0.15em;
  }

  footer .set3 .button span::before {
    width: 17px;
    margin: 0 11px -1px 0;
    height: 16px;
  }

  footer .set3 .button span.copied {
    opacity: 1 !important;
    cursor: text;
  }

  /*=============================================
***************** copyright ******************
*=============================================*/
  #pagetop {
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 40px;
  }

  #pagetop:hover {
    opacity: 0.9;
  }

  #socialbuttons {
    max-width: 350px;
  }
}

@media (min-width: 768px) and (max-width: 1050px) {
  footer .set2 .left {
    width: 260px;
  }
}

@media screen and (max-height: 650px) {
  .js-scroll {
    height: auto;
  }
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: #b10505;
  font-family: 'fontello';
  z-index: 98;
  border-radius: 50%;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  /* background: #b10505; */
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  line-height: 0.5;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
  background: url('../img/shared/prev.png') no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}

[dir='rtl'] .slick-prev {
  right: 0px;
  left: auto;
}

.slick-prev:before {
  content: '';
}

[dir='rtl'] .slick-prev:before {
  content: '▶';
  color: #fff;
}

.slick-next {
  right: 0;
  background: url('../img/shared/next.png') no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: 0px;
}

.slick-next:before {
  content: '';
  color: #fff;
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 5%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 10px 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  background: #fff;
  border-radius: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  background: #b10505;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeUpMinidown {
  -webkit-animation: 2s cubic-bezier(0.175, 0.885, 0.32, 1.275) fadeUpMinidown;
  animation: 2s cubic-bezier(0.175, 0.885, 0.32, 1.275) fadeUpMinidown;
}

@-webkit-keyframes fadeUpMinidown {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeUpMinidown {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.txt_thanks {
  text-align: center;
  color: #000;
}

@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:not([href=""]):hover img:not(.btn):not(.non-over), */
  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;
  }

  a:before {
    text-decoration: underline;
    display: inline-block;
  }

  a:before,
  a:hover:before {
    text-decoration: none;
  }
}

.nav2-f {
  display: none;
}

.menu-open {
  .nav-header .nav2 {
    display: none;
  }

  .nav2-f a {
    border: 1px solid;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    padding: 5px 10px;
  }

  .nav2-f {
    display: flex;
    gap: 10px;
    top: 58px;
    text-align: center;
  }
}

.nav-header .nav2 a {
  border: 1px solid;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  padding: 5px 10px;
}

.nav-header .nav2 {
  display: flex;
  flex-flow: column;
  gap: 10px;
  position: absolute;
  top: 58px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .nav-header {
    padding: 0 !important;
  }

  .nav-header .js-scroll {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20vw 0 40vw;
  }

  .menu-open .nav2-f {
    flex-flow: column;
  }

  .menu-open .nav2-f a {
    height: 13vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .menu-open .nav-header .nav div:not(.nav2-f) {
    gap: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto 5vw auto;
  }

  .menu-open .nav-header .nav div:not(.nav2-f) li {
    width: 10vw;
    display: flex;
    justify-content: center;
  }
}</pre></body></html>