@charset "UTF-8";
.red {
  color: #e41c35;
}

.black {
  color: #000000;
}

.white {
  color: white;
}

.bg-red {
  background-color: #e41c35;
}

.bg-black {
  background-color: #000000;
}

.bg-white {
  background-color: #fff;
}

.bg-green {
  background-color: #55b935;
}

.bg-gold{
  background-color: #ab9166;
}

.bg-20 {
  background: #202020;
}

.bgblack {
  background: #1f1f1f;
}

a.color {
  color: white;
}
a.bg-red {
  background: #e41c35;
}
a.black {
  color: #000;
}
a.bg-black {
  background: #000000;
}

.inner-narrow {
  width: 80%;
  max-width: 1450px;
  margin: auto;
}

.inner-wide {
  width: 90%;
  max-width: 1700px;
  margin: auto;
}

body {
  position: relative;
  background-color: #fff;
}
body::before {
  content: '';
  display: block;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100vh;
  background: #111;
  top: 0;
  left: 0;
  -webkit-transition: all 700ms cubic-bezier(0.93, 0.55, 0.24, 0.86);
  transition: all 700ms cubic-bezier(0.93, 0.55, 0.24, 0.86);
}
body.animate::before {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}

.loading {
  width: 100%;
  height: 100%;
  z-index: 999999999999999999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #171717;
}
.loading .loading-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100px;
  line-height: 100px;
}
.loading .loading-text span {
  display: inline-block;
  margin: 0 5px;
  color: #fff;
  font-family: 'Montserrat', "-apple-system", BlinkMacSystemFont, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "MS PGothic", Osaka, "sans-serif";
}
.loading .loading-text span:nth-child(1) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0s infinite linear alternate;
  animation: blur-text 1.5s 0s infinite linear alternate;
}
.loading .loading-text span:nth-child(2) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.2s infinite linear alternate;
  animation: blur-text 1.5s 0.2s infinite linear alternate;
}
.loading .loading-text span:nth-child(3) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.4s infinite linear alternate;
  animation: blur-text 1.5s 0.4s infinite linear alternate;
}
.loading .loading-text span:nth-child(4) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.6s infinite linear alternate;
  animation: blur-text 1.5s 0.6s infinite linear alternate;
}
.loading .loading-text span:nth-child(5) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.8s infinite linear alternate;
  animation: blur-text 1.5s 0.8s infinite linear alternate;
}
.loading .loading-text span:nth-child(6) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1s infinite linear alternate;
  animation: blur-text 1.5s 1s infinite linear alternate;
}
.loading .loading-text span:nth-child(7) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1.2s infinite linear alternate;
  animation: blur-text 1.5s 1.2s infinite linear alternate;
}
@-webkit-keyframes blur-text {
  0% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }
}
@keyframes blur-text {
  0% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }
}
.siteheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  z-index: 20;
  line-height: 1.5;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #fff;
}
.siteheader * {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.siteheader.fix {
  background: rgba(255, 255, 255, 0.92);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-shadow: 0 0 10px;
          box-shadow: 0 0 10px;
}
.siteheader.fix .header-right > li {
  width: 200px;
}
.siteheader.fix .header-right > li a {
  padding: 1.5rem 0.5rem;
}
.siteheader.fix .header-right nav ul {
  height: 100%;
}
.siteheader.fix .header-right nav a {
  padding: 5px 1.2rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.siteheader.fix .logo {
  margin-left: 2rem;
}
.siteheader.fix .logo .black {
  font-size: 18px;
}

.logo {
  margin-left: 3rem;
  text-align: center;
  /*width: 12%;
  max-width: 160px;*/
  min-width: 126px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo a {
  text-decoration: none;
}
.logo .black {
  font-size: 20px;
}
.logo span {
  display: block;
}
.logo img {
    max-width: 160px;
    max-height: 60px;
}

.hasbg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
}
.hasbg img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.header-right .emailli a {
    color: #fff;
    background: #51bac1;
}
.header-right .emailli a:hover {
  background-color: #ab9166;
}
.header-right .emailli a svg {
  display: none;
}
.header-right a {
  color: #000000;
  text-align: center;
  text-decoration: none;
  display: block;
  line-height: 1;
}
.header-right span.en {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
}
.header-right nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-right nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-right nav a {
  padding: 3.1rem 1.5rem;
  position: relative;
  overflow: hidden;
}
.header-right nav a::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background: #ab9166;
  z-index: -1;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
}
.header-right nav a:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.header-right > li {
  width: 250px;
  min-width: 200px;
  list-style: none;
  text-transform: uppercase;
}
.header-right > li a {
  font-size: 20px;
  font-weight: blod;
  padding: 3rem 0.5rem;
  line-height: 1;
}
.header-right > li svg {
  width: 2.2rem;
  height: 2.2rem;
  display: block;
  margin: auto;
}
.header-right > li span {
  display: block;
}
.header-right .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  padding: 0 1.5rem;
  position: relative;
}
.header-right .tel > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
.header-right .tel::before {
  content: "";
  height: 50%;
  width: 1px;
  background-color: #c4c4c4;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-right .tel svg {
  display: none;
}

a.readmore,span.readmore {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  width: 200px;
  height: 60px;
  border: 1px solid #fff;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 60px;
  z-index: 10;
}
a.readmore::before,span.readmore::before {
  content: '';
  position: absolute;
  background: #ab9166;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: -1;
}
a.readmore:hover::before,span.readmore:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.sectionttl {
  line-height: 1;
}
.sectionttl h2 {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.sectionttl h2 span.letter-space {
  margin-right: 1rem;
}
.sectionttl h4 {
  font-size: 16px;
  margin-top: 1rem;
}
.sectionttl.oneline {
  width: 80%;
  margin: 0 auto 80px;
}

.footer-box {
  padding-top: 50px;
}
.footer-box .inner-wide,
.footer-box .footer-copyright {
  width: 60%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-box .inner-wide {
  margin-bottom: 50px;
}
.footer-box .footerlogo > a {
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}
.footer-box .tel-footer {
  width: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-box .tel-footer a {
  height: 50px;
  line-height: 50px;
}

.footer-copyright {
  font-size: 13px;
  padding: 30px 0 45px;
  border-top: 1px solid #404040;
}
.footer-copyright .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-copyright .footer-nav li {
  padding: 0 1rem;
}
.footer-copyright .footer-nav a {
  color: #bfbfbf;
  text-transform: uppercase;
}

@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  33% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  66% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}

@keyframes scrolldown {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  33% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  66% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@-webkit-keyframes scrolldown2 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  55% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  70% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  85% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes scrolldown2 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  55% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  70% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  85% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@-webkit-keyframes scrollup {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  33% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  66% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
}
@keyframes scrollup {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  33% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  66% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
}
@-webkit-keyframes scrollup2 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  15% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  45% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
}
@keyframes scrollup2 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  15% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  45% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
}
.l-anchor {
  position: fixed;
  top: calc(50vh - 82px);
  right: 2.57143%;
  z-index: 10;
}

.l-anchor__body {
  position: relative;
  width: 28px;
  height: 200px;
  text-align: right;
}

.l-anchor__body:before {
  position: absolute;
  /*top: 98px;*/
  top: 120px;
  right: 14px;
  display: block;
  width: 1px;
  height: 36px;
  background-color: #ab9166;
  content: "";
  -webkit-transition: 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition: 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
}

.l-anchor p {
  display: inline-block;
  overflow: hidden;
  margin-right: 2.42857%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.l-anchor a {
  position: relative;
  display: block;
  padding: 5px;
  color: #ab9166;
  letter-spacing: .1em;
  font-weight: 900;
  font-style: normal;
  font-size: 12px;
  font-size: .75rem;
  font-family: "Oswald", sans-serif;
  line-height: 1.5;
  -webkit-transition: 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition: 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  text-decoration: none;
}

.l-scroll a {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-pagetop {
  position: fixed;
  right: 0;
  bottom: 180px;
}

.l-pagetop a {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #ab9166;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-pagetop a span {
  display: none;
}
.l-pagetop a svg {
  display: inline-block;
  width: 22px;
}

.is-pagetop .l-scroll a {
  /*-webkit-transform: translateY(110px);
          transform: translateY(110px);*/
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
}

.is-scroll .l-pagetop a {
  -webkit-transform: translateY(-104px);
          transform: translateY(-104px);
}

.is-scroll .l-anchor__body:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-animation: scrolldown2 2s 1s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
          animation: scrolldown2 2s 1s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
}

.is-scroll .l-anchor__body:hover:before {
  -webkit-animation: scrolldown 0.8s 1 cubic-bezier(0.645, 0.045, 0.355, 1);
          animation: scrolldown 0.8s 1 cubic-bezier(0.645, 0.045, 0.355, 1);
}

.is-white a {
  color: #fff !important;
}

.is-white .l-anchor__body:before {
  background-color: #fff;
}

.perspective {
  width: 70px;
  height: 100%;
  position: relative;
  display: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.perspective label {
  -webkit-perspective: 40px;
          perspective: 40px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.perspective span {
  width: 34px;
  height: 3px;
  background: #fff;
  display: block;
  position: absolute;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.perspective span::before {
  content: '';
  display: block;
  width: 34px;
  height: 3px;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: 8px;
}
.perspective span::after {
  content: '';
  display: block;
  width: 34px;
  height: 3px;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  bottom: 8px;
  position: absolute;
}

.menu-status {
  display: none;
}
.menu-status:checked ~ .siteheader .perspective span {
  background: transparent;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.menu-status:checked ~ .siteheader .perspective span::before {
  -webkit-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg);
}
.menu-status:checked ~ .siteheader .perspective span::after {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}
.menu-status:checked ~ .drop-down-menu {
  height: 100vh;
}
.menu-status:checked ~ .drop-down-menu nav > ul {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.drop-down-menu {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 0;
  background: rgba(1, 1, 1, 0.95);
  -webkit-transition: background 0.35s linear, height 0.55s ease-in 200ms;
  transition: background 0.35s linear, height 0.55s ease-in 200ms;
  overflow: hidden;
}
.drop-down-menu .sub-menu {
  display: none;
  padding: 0 1rem;
}
.drop-down-menu .sub-menu a {
  padding: 5px 0;
}
.drop-down-menu nav .sp-ul {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  opacity: 0;
  max-width: 260px;
  width: 80%;
  min-width: 260px;
}
.drop-down-menu nav .sp-ul > li {
  border-bottom: 1px solid #fff;
}
.drop-down-menu nav .sp-ul > li:first-child {
  border-top: 1px solid #fff;
}
.drop-down-menu nav .sp-ul > li > a {
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.drop-down-menu nav .sp-ul > li > a:hover {
  color: #ab9166;
}
.drop-down-menu nav .sp-ul > li > a:hover::after {
  border-left-color: #ab9166;
}
.drop-down-menu nav .sp-ul > li > a::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 8px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.drop-down-menu nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  line-height: 1.5;
}
.drop-down-menu span {
  display: block;
  text-transform: uppercase;
}
.drop-down-menu span.en {
  font-size: 12px;
}

@media (max-width: 1750px) {
  .footer-box .tel-footer a {
    width: 48%;
  }
}
@media (max-width: 1600px) {
  .header-right .tel {
    padding: 0 1rem;
  }
  .header-right > li a {
    padding: 2.5rem 0.5rem;
  }
  .header-right nav a {
    padding: 2.6rem 1.5rem;
  }

  .logo {
    margin-left: 2rem;
  }
}
@media (max-width: 1470px) {
    .logo .black {
    font-size: 18px;
}
    
    .header-right .tel {
    font-size: 18px;
  }

    
  .inner-narrow {
    padding: 0 30px;
  }

  .footer-box .tel-footer {
    width: 40%;
  }
}
@media (max-width: 1400px) {
  .siteheader.fix .header-right nav a {
    padding: 0 0.8rem;
  }
  .siteheader.fix .header-right > li {
    width: 150px;
  }

  .header-right nav a {
    padding: 1.6rem 1.2rem;
  }
  .header-right > li {
    width: 150px;
    min-width: 150px;
  }
  .header-right > li a {
    padding: 1.5rem 0.5rem;
  }
 /* .header-right .tel {
    font-size: 18px;
  }*/

  .footer-box .tel-footer {
    width: 40%;
  }

  .footer-copyright .footer-nav li {
    padding: 0 0.8rem;
  }
}
@media (max-width: 1280px) {
  .siteheader.fix .logo .red {
    font-size: 16px;
  }

  .header-right > li a {
    font-size: 16px;
  }
  .header-right nav a {
    padding: 24.5px 10px;
  }
  .header-right span.ja {
    font-size: 12px;
  }
  .header-right span.en {
    font-size: 15px;
  }

  .siteheader.fix .header-right nav a {
    padding: 0 10px;
  }

  /*.logo .black {
    font-size: 18px;
  }*/

  .footer-box .tel-footer {
    width: 55%;
  }

  .footer-box .footer-copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    padding: 10px;
  }
  .footer-box .footer-copyright .copyright {
    margin-top: 10px;
    text-align: center;
  }
}
@media (max-width: 1150px) {
  .l-anchor {
    right: 1.57143%;
  }

  .logo {
    font-size: 19px;
    margin-left: 2rem;
  }

  .perspective {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header-right .tel {
    padding: 0 1.5rem 0 1rem;
  }
  .header-right .tel::before {
    content: none;
  }
  .header-right nav {
    display: none;
  }
  .header-right > li a {
    padding: 1.5rem 0.5rem;
  }
}
@media (max-width: 1000px) {
  a.readmore,span.readmore {
    width: 180px;
  }
}
@media (max-width: 750px) {
  .logo {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .header-right .emailli a.bg-black:hover {
    background: transparent;
  }

  .siteheader.fix .header-right .tel {
    padding: 0 1.2rem;
  }
  .siteheader.fix .header-right > li a {
    padding: 0;
  }

  .header-right > li {
    width: auto !important;
    min-width: auto;
  }
  .header-right > li a {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-right > li svg {
    width: 1.9rem;
    height: 1.9rem;
  }

  .emailli {
    margin-right: 20px;
  }
  .emailli a {
    height: 100%;
    background: transparent;
  }
  .emailli a svg {
    display: block !important;
    width: 40px;
  }
  .emailli a span {
    display: none;
  }

  .header-right .tel {
    padding: 0 1.2rem;
  }
  .header-right .tel svg {
    width: 30px;
    display: block;
    margin-right: 0;
  }
  .header-right .tel span {
    display: none;
  }
  .header-right .tel div {
    display: none;
  }
  .header-right .tel::before {
    display: none;
  }

  .footer-box .footerlogo {
    margin: 1.2rem 0;
  }

  .homebanners .cols > div {
    height: auto;
  }

  a.readmore,span.readmore {
    height: 36px;
    line-height: 36px;
  }

  .footer-box .tel-footer a {
    height: 36px;
    line-height: 36px;
  }

  .inner-narrow {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .logo {
    margin-left: 1.2rem;
  }

  .siteheader.fix .logo {
    margin-left: 1.2rem;
  }

  .sectionttl h2 {
    font-size: 30px;
  }

  .perspective {
    width: 60px;
  }
}
@media (max-width: 400px) {
  .perspective {
    width: 60px;
  }

  .perspective span, .perspective span::before, .perspective span::after {
    width: 28px;
  }

  .footer-box .tel-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-box .tel-footer a {
    width: 165px;
  }
  .footer-box .tel-footer a:first-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 320px) {
  .header-right .tel {
    padding: 0;
  }

  .siteheader.fix .header-right .tel {
    padding: 0;
  }

  .emailli {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-height: 600px) {
  .drop-down-menu nav {
    height: 300px;
    overflow-y: auto;
  }

  .footer-box .inner-wide {
    width: 80%;
  }
}
@media (max-height: 450px) {
  .drop-down-menu nav {
    height: 240px;
    overflow-y: auto;
  }
}
@media (max-height: 400px) {
  .drop-down-menu nav {
    height: 200px;
    overflow-y: auto;
  }
}

/*.logo img{
  max-width: 100%;
  max-height: 60px;
}*/

.footerlogo img{
  max-width: 240px;
  max-height: 140px;
}
