@charset "UTF-8";
.red {
  color: #21ccd2;
}

.black {
  color: #000000;
}

.white {
  color: white;
}

.bg-red {
  background-color: #21ccd2;
}

.bg-black {
  background-color: #000000;
}

.bg-white {
  background-color: #fff;
}

.bg-blue{
  background-color: #081b34
}

.bg-green {
  background-color: #55b935;
}

.bg-20 {
  background: #202020;
}

a.color {
  color: white;
}
a.bg-red {
  background: #21ccd2;
}
a.black {
  color: #000;
}
a.bg-black {
  background: #000000;
}

.inner-narrow {
  max-width: 1450px;
  margin: auto;
}

.inner-wide {
  max-width: 1700px;
  margin: auto;
}

body {
  position: relative;
}
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;
}
.siteheader * {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.siteheader.fix {
  background: rgba(0, 0, 0, 0.92);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.siteheader.fix .header-right > li a {
  padding: 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 .header-right .tel {
  margin: 0 2rem 0 1rem;
}
.siteheader.fix .logo {
  margin: 0.5rem 0 0.5rem 2rem;
}
.siteheader.fix .logo .red {
  font-size: 18px;
}

.logo {
  margin: 2rem 0 0 3rem;
  text-align: center;
  width: 12%;
  max-width: 160px;
  min-width: 120px;
  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 .red {
  font-size: 20px;
}
.logo span {
  display: block;
}

.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.bg-red:hover {
  background: #ab9166;
}
.header-right a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: block;
  line-height: 1;
}
.header-right span.ja {
  font-size: 14px;
  display: block;
  margin-top: 0.5rem;
}
.header-right span.en {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.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: 0.5rem 2rem;
  position: relative;
  overflow: hidden;
}
.header-right nav a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #21ccd2;
  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 svg {
  fill: #fff;
}
.header-right > li {
  width: 120px;
  min-width: 120px;
  list-style: none;
}
.header-right > li a {
  padding: 1.5rem 0.5rem;
  line-height: 1;
}
.header-right > li svg {
  width: 2.2rem;
  height: 2.2rem;
  display: block;
  margin: auto;
}
.header-right > li span {
  margin: 10px auto 0px;
  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: 24px;
  margin: 0 3rem 0 1.5rem;
}
.header-right .tel svg {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 5px;
}
.header-right .tel > div:last-child {
  font-size: 14px;
}
.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: #fff;
  text-decoration: none;
}

a.readmore{
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  width: 200px;
  height: 36px;
  border: 1px solid #fff;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 34px;
}
a.readmore::before,span.readmore::before {
  content: '';
  position: absolute;
  background: #21ccd2;
  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);
}
a.readmore:hover svg,span.readmore:hover svg {
  right: 10px;
}
a.readmore svg,span.readmore svg{
  position: absolute;
  fill: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

span.readmore {
  margin: 20px 0 0 auto;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  width: 200px;
  height: 36px;
  display: block;
  position: relative;
  line-height: 34px;
  border-width: 1px;
  border-style: solid;
  border-image: initial;
  text-decoration: none;
  overflow: hidden;
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sectionttl {
  line-height: 1;
}
.sectionttl h2 {
  font-size: 52px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.sectionttl h2 span.letter-space {
  margin-right: 1rem;
  display: inline-block;
}
.sectionttl h4 {
  font-size: 16px;
}
.sectionttl.oneline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.sectionttl.oneline h4 {
  margin-left: 1rem;
}

.ttlBar {
  width: 2px;
  height: 90px;
  margin: 1rem auto 2rem;
  position: relative;
}
.ttlBar::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
}

.footer-box {
  padding: 50px 0 30px;
}
.footer-box .footerlogo {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 2rem 0;
}
.footer-box .footerlogo span {
  display: block;
}
.footer-box .footerlogo a {
  text-decoration: none;
}
.footer-box .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;
  margin-bottom: 5px;
}
.footer-box .footer-nav li {
  padding: 0 1rem;
  margin-bottom: 5px;
}
.footer-box .footer-nav a {
  color: #fff;
}
.footer-box .bottom-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-box .bottom-nav li {
  padding: 0 1rem;
}
.footer-box .bottom-nav a {
  color: #7b7b7b;
}

.stock3 .ico img {
    height: 30px;
}
.stock4 .ico img {
    height: 30px;
}

.copyright {
  text-align: center;
  padding: 14px 20px;
  line-height: 1.3;
}

@-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;
  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 {
  height: 98px;
}

.l-scroll a {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-pagetop {
  position: absolute;
  right: 0;
  bottom: 0;
}

.l-pagetop a {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.is-pagetop .l-scroll a {
  -webkit-transform: translateY(104px);
          transform: translateY(104px);
}

.is-pagetop .l-anchor__body:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-animation: scrollup2 2s 1s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
          animation: scrollup2 2s 1s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
}

.is-pagetop .l-anchor__body:hover:before {
  -webkit-animation: scrollup 0.8s 1 cubic-bezier(0.645, 0.045, 0.355, 1);
          animation: scrollup 0.8s 1 cubic-bezier(0.645, 0.045, 0.355, 1);
}

.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: #21ccd2;
}
.drop-down-menu nav .sp-ul > li > a:hover::after {
  border-left-color: #21ccd2;
}
.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;
}

/* ä¸ĺą¤ĺąé */

main{
  padding: 120px 0;
}

.page-header{
  height: 800px;
  position: relative;
}
.page-ttl-wrap{
  position: absolute;
  bottom: 0;
  height: 35%;
  width: 80%;
  padding: 40px;
  z-index: 4;
}

.page-header::after {
    content: '';
    display: block;
    width: 40%;
    height: 34%;
    right: 0;
    bottom: 70px;
    background: #081b34;
    z-index: 0;
    position: absolute;
}


.page-ttl{
  font-size: 52px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.page-ttl-wrap h1{
  font-size: 22px;
  margin-left: 0;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-ttl-wrap .ttlBar{
  height: 2px;
  width: 90px;
  margin: 0 0 0 1rem;
  position: relative;
}
.page-ttl-wrap .ttlBar::before{
  width: 50%;
  height: 100%;
  background: #fff;
}

.ttl-bg{
  position: relative;
  height: 90%;
  width: calc(100% - 120px);
  background-size: cover;
  background-position: center;
}

/* ăľăźăăš */

.service-items{
  position: relative;
  margin-bottom: 80px;
}

.inner-wide a.target-link:last-child .service-items{
  margin-bottom: 0px;
}
.animation1,
.animation3{
  position: relative;
  overflow: hidden;
}
.service-items .service-img::before,
.service-items .service-img::after,
.animation1::before,
.animation1::after{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.animation3::before,
.animation3::after{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
transition-delay: 0.7s;
}
.animation3::before{
  background: #111;
  -webkit-transition: all 800ms 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms 200ms cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1;
  transition-delay:0.7s;
}
.animation3::after{
  background: #fff;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 2;
  transition-delay:0.5s;
}

.service-items .service-img::before,
.animation1::before{
  background: #111;
  -webkit-transition: all 800ms 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms 200ms cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1;
}

.service-items .service-img::after,
.animation1::after{
  background: #fff;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 2;
}

.service-items.animate .service-img::before,
.service-items.animate .service-img::after,
.animation1.animate::before,
.animation1.animate::after,
.animation3.animate::before,
.animation3.animate::after{
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
}

.service-items .service-button{
  color: #fff;
  padding: 5px 30px;
  font-size: 21px;
  text-align: center;
  display: inline-block;
}

.service-items .service-button-outer{
  max-width: 100%;
}

.service-img{
  width: 55%;
  position: relative;
  overflow: hidden;
}
.img-wrap{
  padding-top: 480px;
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
a.target-link:hover .img-wrap {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
a.target-link:hover .service-button::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.service-items.animate .service-button-outer {
  -webkit-transform: translate(0px, -32px);
  transform: translate(0px, -32px);
  opacity: 1;
}

.img-wrap 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%;
}

.inner-wide a.target-link:nth-of-type(even) .service-img{
  margin-left: auto;
}

.service-cont{
  width: 45%;
  position: absolute;
}

.inner-wide a.target-link:nth-of-type(odd) .service-cont{
  top: 20%;
  right: 5%;
}

.inner-wide a.target-link:nth-of-type(even) .service-cont{
  top: 20%;
  left: 5%;
}

.service-txt{
  font-size: 16px;
  color: #333;
}

.service-txt span.readmore svg{
  fill: #333;
}
.service-txt span.readmore:hover svg{
  fill: #fff;
}

span.readmore:hover{
  color: #fff;
  border-color: #fff;
}

.inner-wide a.target-link:nth-of-type(odd) .service-txt{
  padding: 40px 0 0 20%;
}
.inner-wide a.target-link:nth-of-type(even) .service-txt{
  padding: 40px 15% 0 0;
}

/* ăă¤ăš */
.voice-wrap{
  position: relative;
  overflow: hidden;
  width: 45%;
margin: 1%;
}

.voice-items,
.voice-ttl{
  display: flex;
  flex-wrap: wrap;
}

.voice-ttl{
  border-bottom: 2px double #fff;
  margin-bottom: 20px;
}

.voice-text{
  padding: 18px;
}

.voice-icon{
  width: 57px;
}

.voice-name{
  font-size: 25px;
}

.border.one{
  position: absolute;
  left: -10px;
  top: -10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid;
  transition: .5s;
  pointer-events: none;
}

.border.two{
  position: absolute;
  left: 10px;
  top: 10px;
  right: -10px;
  bottom: -10px;
  border: 1px solid;
  transition: .5s;
  pointer-events: none;
}

.voice-block:hover .border.one{
  left: 10px;
  right: -10px;
  transition: .5s;
}

.voice-block:hover .border.two{
  left: -10px;
  right: 10px;
  transition: .5s;
}

.voice-block{
  margin: 2.5%;
  padding: 27px;
  position: relative;
}

.voice-wrap:nth-last-of-type(even){
  margin-top: 5%;
}
.voice-wrap:nth-last-of-type(odd){
  margin-top: -5%;
  margin-left: 4%;
}

/* ĺŽç¸ž */
.result-wrap {
  width: 100%;
  position: relative;
  display: flex;
  margin-top: 100px;
}
.result-wrap:nth-of-type(even){
  flex-flow: row-reverse;
}

.result-wrap:first-child{
  margin-top: 0;
}
.result-img-wrap{
  position: relative;
  width: 55%;
  height: auto;
  z-index:1;
}
.result-img-wrap::before{
  content: "";
  display: block;
  padding-top: 65%;
}
.result-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.result-img .hasbg{
  height: 100%;
}

.result-ttl .ttlBar {
    height: 2px;
    width: 90px;
    margin: 0 0 0 1rem;
}
.result-ttl h4{
  display: flex;
  align-items: center;
}
.result-ttl .ttlBar::before {
  width: 50%;
  height: 100%;
    background: #fff;
}
.result-text-block{
  width: 45%;
  position: relative;
  z-index: 0;
}
.result-inner.bg-red {
    position: absolute;
    width: 135%;
    bottom: 60px;
    right: 0;
}
.result-wrap:nth-of-type(even) .result-inner.bg-red{
  right: auto;
  left: 0;
}
.result-text-wrap {
    padding: 10px;
    width: 70%;
    margin-left: auto;
}
.result-wrap:nth-of-type(even) .result-text-wrap{
  margin-right: auto;
  margin-left: 0;
}
.result-ttl{
  font-size: 28px;
  margin-bottom: 15px;
}
.result-text {
    font-size: 15px;
}

.animation2  {
  opacity: 0;
  -webkit-transition: all 700ms 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 700ms 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate(0px, -32px);
    transform: translate(0px, -32px);
}

.animation2.animate{
  -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
}


/* ăšăżăă */
.staff-name .name{
  font-size: 24px;
}
.staff-name .staff-posi{
  font-size: 15px;
  font-weight: 500;
  padding-left: 10px;
}
.staff-wrap {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 30px;
}
.staff-name h5{
  display: flex;
  align-items: center;
  padding: 5px;
}
.staff-name .ttlBar{
  height: 2px;
  width: 50px;
  margin: 0 0 0 1rem;
}
.staff-name .ttlBar::before {
    background: #000;
    width: 50%;
    height: 100%;
}
.staff-text{
  padding: 5px 10px 0;
}
.staff-wrap:nth-child(3n){
  margin-right: 0;
}

.staff-items{
  display: flex;
  flex-wrap: wrap;
}

.staff-img {
    position: relative;
    width: 100%;
    padding-top: 270px;
}
.staff-img img {
    width: 100%;
    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%;
}

/* ĺşčćĺ ą */
.store-items{
  display: flex;
  margin-bottom: 75px;
  align-items: center;
  justify-content: space-between;
}
.store-items:nth-of-type(even){
  flex-flow: row-reverse;
}
.store-img{
  position: relative;
  padding-bottom: 430px;
  margin-right: 5%;
}
.store-img 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%;
}
.store-items:nth-of-type(even) .store-img{
  margin-right: 0;
  margin-left: 5%
}
/* .store-img::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: 50px;
  bottom: -50px;
  background: #21ccd2;
  z-index: -1;
  position: absolute;
} */
.block-wrap .block{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 35px;
    bottom: -50px;
    z-index: -1;
    transition-delay:3s;
}
.block-wrap{
  position: relative;
  width: 45%;
  margin-right: 5%;
  height: 500px;
}
.store-items:nth-of-type(even) .block-wrap{
    margin-right: 0;
}
.store-items:nth-of-type(even) .block-wrap .block{
  left: -25px;
}
.in-block{
  height: 100%;
}

.store-cont2{
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}
.store-txt {
    font-size: 16px;
}
.store-txt dl dt{
  font-weight: bold;
}
.store-txt dl {
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid #6d6d6d;
}

/*============ store ============*/

.store-items{
  display: flex;
  margin-bottom: 120px;
}
.store-items:nth-of-type(even){
  flex-flow: row-reverse;
}
.store-items-in{
  width: 50%;
}
.store-img-wrap{
  width: 100%;
  height: auto;
  position: relative;
}
.store-img-wrap::before{
  content: " ";
  display: block;
  padding-top: 75%;
}
.store-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img-wrap-new{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
  height: 100%;
}
.img-wrap-new 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%;
}
.store-cont{
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}
.store-txt {
    font-size: 16px;
}
.store-txt dl {
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid #6d6d6d;
}

/*============ stock ============*/

a:hover .hasbg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.inner-page {
    width: 80%;
    margin: 0 auto;
}
ul.pagination {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
ul.pagination li a, ul.pagination li span {
    background-color: #21ccd2;
    color: #fff;
    padding: 10px;
    min-width: 32px;
    display: block;
    line-height: 1;
    text-align: center;
    -webkit-transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.store-txt dt {
    font-size: 14px;
    font-weight: bold;
}
.stock-wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.stock-wrap ul li {
    width: 32%;
    margin-bottom: 20px;
    transition: all 0.3s;
    position: relative;
    background: #ffffffbf;
    box-shadow: -4px 4px 29px #00000045;
}
.stock-wrap ul li a {
    overflow: hidden;
    display: flex;
    flex-flow: column;
    text-decoration: none;
    height: 100%;
}
.stock-img {
    position: relative;
    width: 100%;
    height: auto;
}
.ratio-43:before {
    content: "";
    display: block;
    padding-top: 75%;
}
.stock-img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.stock-img-wrap .hasbg {
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.stock-txt {
    color: #000;
    padding: 20px;
    flex: auto;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.stock-txt .stock-price {
    text-align: right;
}
.stock-txt .stock-price span {
    font-size: 32px;
    font-weight: bold;
    color: #ff3f3f;
    letter-spacing: 1px;
    padding-right: 4px;
}
.bold{
  font-weight: bold;
}

.inner-narrow-stock{
  text-align: center;
}
.stock-detail-wrap {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;;
}
.detail-stock-page-ttl{
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.detail-ttl-wrap{
  margin-bottom: 50px;
}
.stock-info {
    margin: 30px 0 0;
    padding: 15px;
    background: #ffffffbf;
    box-shadow: -1px 1px 43px #3c3c3c4f;
}
.info-wrap {
    display: flex;
    justify-content: space-between;
}
.info-name {
    font-size: 22px;
    font-weight: bold;
}
.info-price {
    font-size: 24px;
    color: #ff3f3f;
    font-weight: bold;
}
.stock-info h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 28px 0 10px;
    border-bottom: 2px solid;
}

.stock-table, .stock-option {
    width: 100%;
}
.stock-table th, .stock-table td, .stock-option th, .stock-option td {
    padding: 8px;
    border-bottom: solid 1px #1e1e1e;
}
.stock-table th, .stock-option th {
    font-weight: bold;
}
.swiper-slide img {
    width: 100%;
}
.swiper-my-pagination {
    display: flex;
    flex-wrap: wrap;
}
.swiper-container-horizontal > .swiper-my-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}
.swiper-my-pagination img {
    box-shadow: none;
    margin: 0;
    vertical-align: bottom;
}
.swiper-my-pagination .swiper-pagination-bullet {
    width: 10%;
    height: auto;
    border-radius: 0;
}
.swiper-my-pagination .swiper-pagination-bullet{
  opacity: .8;
}
.swiper-my-pagination .swiper-pagination-bullet-active{
  opacity: 1;
}

.stock-contact {
    background-color: #ffffffbf;
    padding: 40px;
    margin-top: 30px;
    box-shadow: -1px 1px 43px #3c3c3c4f;
}
.stock-contact h4 {
    text-align: center;
    color: #000;
    font-size: 18px;
    margin-bottom: 24px;
}
.cont-form {
    position: relative;
    width: 100%;
    max-width: 740px;
    margin: 10px auto;
}
.select-wrap {
    position: relative;
    margin-bottom: 18px;
}
.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 9px;
    font-family: "Font Awesome 5 Free";
    content: "\f0dd";
    line-height: 1;
    color: #21ccd2;
    pointer-events: none;
    font-weight: 600;
}
.cont-form .select-wrap i {
    top: 4px;
}
.cont-form i {
    position: absolute;
    top: 12px;
    left: 6px;
    padding: 9px 8px;
    transition: 0.3s;
    color: #21ccd2;
}
.select-wrap.select-stock > select {
    background: #ffffff;
    color: #757575;
    border-color: #0084B4;
    width: 100%;
    padding: 8px 8px 8px 40px;
    border-radius: 0;
    font: 15px/24px sans-serif;
    border: 1px solid #333;
    -webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
    -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
    appearance: none; /* 標準のスタイルを無効にする */
}
select option {
    background-color: #fff;
    color: #333;
}
.select-wrap {
    position: relative;
    margin-bottom: 18px;
}
.stock-contact input[type=text], .stock-contact textarea {
    background-color: #fff;
}
.cont-form input[type=text], .cont-form textarea {
    padding-left: 40px!important;
}
.cont-form input[type=text], .cont-form textarea {
    font: 15px/24px sans-serif;
    box-sizing: border-box;
    width: 100%;
    margin: 8px 0;
    padding: 0.5em;
    transition: 0.3s;
    border: 1px solid #333;
    outline: none;
}
select{
  outline: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
.submit_button {
    font-size: 16px;
    text-align: center;
    width: 160px;
    height: 50px;
    border: 1px solid #333;
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 50px;
    margin: 30px auto 0;
    z-index: 10;
}
.submit_button::before {
    content: '';
    position: absolute;
    background: #21ccd2;
    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;
}

.submit_button:hover{
  border: 1px solid #000;
  color: #fff;
}
.submit_button:hover::before{
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.submit_button:hover input{
  color: #fff;
}
.submit_button input[type=submit] {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
input[type=submit] {
    cursor: pointer;
}
.car-comment p{
  word-break: break-all;
}

#sort_box {
    position:relative;
    margin-top: 20px;
    margin-bottom: 18px;
    display: inline-block;
}
#sort_box:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 10px;
    font-family: "Font Awesome 5 Free";
    content: "\f0dd";
    line-height: 1;
    color: #fff;
    pointer-events: none;
    font-weight: 600;
}

#sort_box i {
    position: absolute;
    top: 12px;
    left: 6px;
    padding: 9px 8px;
    transition: 0.3s;
    color: #aaaaaa;
}
#sort_box select{
    background: #333;
    color: #fff;
    border: 1px solid;
    width: 100%;
    padding: 8px 16px;
    border-radius: 0;
    font: 15px/24px sans-serif;
    -webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
    -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
    appearance: none; /* 標準のスタイルを無効にする */
}

/*============ service-detail ============*/

.service-d-item {
    display: flex;
    margin-bottom: 50px;
}

.service-d-txt {
    margin: 25px;
    color: #000;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.service-d-item > div{
  width: 50%;
}

.img-pos {
    margin: 50px;
}

.service-d-img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.service-d-img-wrap .hasbg {
    height: 100%;
}

.service-d-img {
    position: relative;
    width: 100%;
    height: auto;
}

.service-d-txt h2 {
    font-size: 24px;
}

.service-d-txt-wrap{
  background: #ffffffbf;
  box-shadow: -1px 1px 43px #0000004f;
  padding: 50px;
}

.service-detail-ttl-wrap{
  width: 75%;
  margin: 0 auto 50px;
}

/*============ whats_new ============*/

.mb-3{
      margin-bottom: 35px;
}
.news-wrap{
  text-align: center;
}
.news-wrap a{
  transition: .4s;
}
.news-wrap a:hover{
  transition: .4s;
  background: #21ccd2;
  color: #fff
}
.news-wrap .news-box article{
  border-bottom: 1px solid #000;
}
.news-wrap .news-box article:first-child{
  border-top: 1px solid #000;
}
.news-box {
    display: inline-block;
    width: 70%;
}
.news-box a {
    padding: 30px 20px;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
.news-box a .pub-time {
    margin-right: 80px;
    font-weight: bold;
}

.news-d-wrap{
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.news-d-wrap img{
  width: 100%;
}
.news-time{
  font-size: 22px;
  font-weight: bold;
  padding: 2px 7px;
}
.news-date{
  text-align: right;
}
.news-d-wrap h2{
  font-size: 25px;
    margin-bottom: 25px;
}
.news-d-txt-wrap{
  background-color: #ffffffbf;
  padding: 40px;
  margin-top: 30px;
  box-shadow: -1px 1px 43px #3c3c3c4f;
}
.page-whats-new .sectionttl h2::first-letter {
    color: #21ccd2;
}
.service-d-txt h2::first-letter {
    color: #21ccd2;
}
/* .ttl-bg::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(60%, rgba(0, 0, 0, 0.7)), color-stop(61%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.7) 61%, rgba(0, 0, 0, 0.2) 100%);
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
}

.ttl-bg:after {
  content: "";
  background: url(../img/mesh.png);
  position: absolute;
  z-index: 3;
  height: 100%;
  width: 100%;
} */

/**Google map*******/
.store-items {
    flex-wrap: wrap;
}
.store-items:nth-of-type(even) {
    flex-wrap: wrap;
}
.store-map-area {
    width: 100%;
    margin-top: 120px;
    height: 350px;
}
.store-map-area iframe {
    width: 100%;
    height: 100%;
}
