/*
@font-face {
font-family: 'TazuganeGothicStdN-Light';
src: url('font/TazuganeGothicStdN-Light.otf') format('opentype');
}
@font-face {
font-family: 'TazuganeGothicStdN-Regular';
src: url('font/TazuganeGothicStdN-Regular.otf') format('opentype');
}
@font-face {
font-family: 'TazuganeGothicStdN-Bold';
src: url('font/TazuganeGothicStdN-Bold.otf') format('opentype');
}
@font-face {
font-family: 'Duplicate Sans Web';
src: url('font/DuplicateSans-Regular.otf') format('opentype');
}
*/
/*common css overwrite*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;900&display=swap");
html .okm--h--wrapper--header {
  width: 100%;
}

.DuplicateSans-Light-Web {
  font-family: "Duplicate Sans Web";
  font-weight: 300;
  font-style: normal;
}

.DuplicateSans-LightItalic-Web {
  font-family: "Duplicate Sans Web";
  font-weight: 300;
  font-style: italic;
}

.DuplicateSans-Regular-Web {
  font-family: "Duplicate Sans Web";
  font-weight: 400;
  font-style: normal;
}

.DuplicateSans-RegularItalic-Web {
  font-family: "Duplicate Sans Web";
  font-weight: 400;
  font-style: italic;
}

.DuplicateSans-Bold-Web {
  font-family: "Duplicate Sans Web";
  font-weight: 700;
  font-style: normal;
}

.ffen {
  font-family: "Duplicate Sans Web";
}

.ff300 {
  font-family: "TazuganeGothicStdN-Light";
}

.ff500 {
  font-family: "TazuganeGothicStdN-Regular";
}

.ff700 {
  font-family: "TazuganeGothicStdN-Bold";
}

/*hd common*/
.hd {
  font-family: "TazuganeGothicStdN-Regular", "Duplicate Sans Web", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #111;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 500;
}
.hd * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 100%;
}
.hd ul, .hd ol, .hd li {
  list-style: none;
}
.hd img {
  max-width: 100%;
  height: auto;
}
.hd em, .hd i {
  font-style: normal;
}
.hd a {
  transition-duration: 0.7s;
}
.hd .sp,
.hd .hd-tb,
.hd .hd-sp,
.hd .hd-sm {
  display: none;
}

.hd-fadein {
  opacity: 0;
  transition-duration: 0.8s;
}
.hd-fadein.inView {
  opacity: 1;
}

.hd .sp {
  display: none;
}

.hd-header {
  height: 64px;
  border-bottom: 1px solid #444;
  line-height: 1;
  position: sticky;
  z-index: 99;
  background: #fff;
  width: 100%;
  left: 0;
  top: 0px;
  overflow: hidden;
  transition-duration: 0.4s;
}
.hd-header.hide {
  top: -100px;
}
.hd-header .container {
  max-width: 96%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hd-header-logo {
  display: flex;
  align-items: center;
}
.hd-header-logo img {
  width: 140px;
}
.hd-header-logo b {
  letter-spacing: 2px;
  font-weight: 500;
}
.hd-header-logo a {
  text-decoration: none;
  color: #333;
}
.hd-header-menu {
  /* flex: 1;
   ul{
    display: flex;
    justify-content: flex-end;
   }
   li{
    padding: 0 1rem;
    border-left: 1px solid #444;
    &:first-child{
     border-left: 0;
    }
   }
   a{
    color: #444;
    text-decoration: none;
   }
  }*/
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100vh - 130px);
  height: 100%;
  background: #fff url("../img/menu-img.png") no-repeat 40vw 100%;
  background-size: 50vw;
  border-bottom: 20vh solid #32A1CE;
  overflow-y: auto;
  padding: 0 2vw;
  transition-duration: 0.3s;
  transform: translateX(105%);
  z-index: 999990;
}
.hd-header-menu ul {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  max-width: 1000px;
  margin: 8vh auto 0;
}
.hd-header-menu li {
  padding: 0;
  border-left: 0;
}
.hd-header-menu li a {
  color: #32A1CE;
  font-weight: 600;
  text-decoration: none;
  padding: 3vh 0;
  display: block;
  letter-spacing: 2px;
  font-size: clamp(16px, 6vw, 34px);
}
.hd-header .hd-hum {
  position: relative;
  width: 47px;
  height: 31px;
  cursor: pointer;
  z-index: 999991;
  background: url("../img/hum-bar.svg") no-repeat center;
  background-size: contain;
}
.hd-header .hd-hum span {
  display: none;
  background: #32A1CE;
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  transition-duration: 0.3s;
}
.hd-header .hd-hum span:nth-child(1) {
  top: 0;
}
.hd-header .hd-hum span:nth-child(2) {
  top: calc(50% - 1.5px);
}
.hd-header .hd-hum span:nth-child(3) {
  bottom: 0;
}

.menu-open .hd-header-menu {
  transform: translateX(0);
}
.menu-open .hd-header .hd-hum {
  background-image: url("../img/hum-close.svg");
  width: 48px;
}
.menu-open .hd-header .hd-hum span {
  top: calc(50% - 2px);
}
.menu-open .hd-header .hd-hum span:nth-child(1) {
  transform: rotate(45deg);
}
.menu-open .hd-header .hd-hum span:nth-child(2) {
  opacity: 0;
}
.menu-open .hd-header .hd-hum span:nth-child(3) {
  transform: rotate(-45deg);
}

.hd h1, .hd h2, .hd h3, .hd b {
  font-weight: 500;
}

.container {
  max-width: 92%;
  margin: 0 auto;
}

.hd-lead {
  text-align: center;
  background: #32A1CE;
  color: #fff;
  line-height: 2;
  padding: 5rem 0 8rem;
}
.hd-lead h1 {
  font-size: clamp(20px, 7vw, 48px);
  letter-spacing: 0.1em;
  padding-bottom: 2rem;
  line-height: 0;
  padding-bottom: 4rem;
}
.hd-lead h1 img {
  width: auto;
  height: 3vw;
  max-height: 48px;
}
.hd-lead p {
  padding-bottom: 1rem;
}
.hd-lead figure {
  padding-top: 5rem;
  width: 280px;
  max-width: 50%;
  margin: 0 auto;
}

.hd-content {
  font-size: 20px;
  font-size: clamp(16px, 2vw, 18px);
  overflow: hidden;
}
.hd-content .container {
  width: 1240px;
}
.hd-content h2 {
  text-align: center;
}

.hd-just {
  background: #F4F3EE;
  text-align: center;
  padding-bottom: 8rem;
}
.hd-just h2 {
  font-size: clamp(18px, 5.4vw, 56px);
  letter-spacing: 0.07em;
  padding-top: 8rem;
}
.hd-just h2 b {
  display: inline-block;
  background: url("../img/h2-line.svg") no-repeat bottom;
  background-size: contain;
}
.hd-just h2 img {
  width: auto;
  max-height: 4.5vw;
}
.hd-just h3 {
  background: url("../img/fk.png") no-repeat 0 0/contain;
  width: 740px;
  max-width: 100%;
  margin: 0 auto;
  aspect-ratio: 11/3;
  padding-top: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hd-just h3 em {
  font-size: clamp(12px, 4vw, 24px);
  font-weight: 300;
}
.hd-just h3 b {
  display: block;
  font-size: clamp(18px, 5vw, 36px);
  font-weight: 500;
}
.hd-just .loop img {
  height: 32vw;
  max-height: 500px;
}
.hd-just .slide {
  padding: 3rem 0;
}
.hd-just .slide img {
  height: 28vw;
  max-height: 400px;
  margin: 0 auto;
}

.hd-shine {
  padding-top: 8rem;
  padding-bottom: 8rem;
  text-align: center;
}
.hd-shine .container {
  width: 1040px;
}
.hd-shine .hd-wai {
  position: relative;
  padding: 0 1rem;
}
.hd-shine .hd-wai::before, .hd-shine .hd-wai::after {
  content: "";
  position: absolute;
  height: 100%;
  aspect-ratio: 188/414;
  top: 40px;
  left: 0;
  background: url("../img/slash-l.svg") no-repeat right bottom/contain;
  transform: translateX(-20%);
  opacity: 0;
  transition-delay: 0.5s;
  transition-duration: 0.5s;
}
.hd-shine .hd-wai::after {
  right: 0;
  left: auto;
  background-image: url("../img/slash-r.svg");
  background-position: left bottom;
  background-size: contain;
  transform: translateX(20%);
}
.hd-shine .hd-wai.inView::before, .hd-shine .hd-wai.inView::after {
  opacity: 1;
  top: 0;
}
.hd-shine h2 {
  font-size: clamp(21px, 5vw, 36px);
  letter-spacing: 0.1em;
  padding-bottom: 2rem;
}
.hd-shine h2 img {
  width: auto;
  height: 2.5vw;
  max-height: 40px;
}
.hd-shine p {
  font-size: clamp(13px, 3.8vw, 20px);
  line-height: 2;
  white-space: nowrap;
}
.hd-shine ul.workers {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 3rem 0 0;
}
.hd-shine ul.workers li {
  flex: 0 0 13%;
}
.hd-shine ul.workers li a {
  display: block;
  cursor: pointer;
  transition-duration: 0.4s;
}
.hd-shine ul.workers li a:hover {
  transform: scale(1.1);
}
.hd-shine ul.workers li img {
  animation: tik 2s ease infinite;
}
.hd-shine ul.workers li:nth-child(even) img {
  animation-delay: 1s;
}

@keyframes tik {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.workerModal {
  background: #32A1CE;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 4vw;
  display: flex;
  align-items: center;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.8s;
}
.workerModal.show {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
}
.workerModal ul {
  width: 1240px;
  max-width: 100%;
  margin: auto;
}
.workerModal li {
  padding: 8px;
  padding: 8px;
}
.workerModal .slide-arrow {
  position: fixed;
  background: url("../img/i-prev.svg") no-repeat center center/contain;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 5;
  border-radius: 50%;
}
.workerModal .slide-arrow:hover {
  opacity: 0.7;
}
.workerModal .slide-arrow.slide-arrow-prev {
  left: 8px;
  background-image: url("../img/i-prev.svg");
}
.workerModal .slide-arrow.slide-arrow-next {
  right: 8px;
  background-image: url("../img/i-next.svg");
}
.workerModal .slick-dots {
  display: flex;
  justify-content: center;
  padding-top: 8px;
}
.workerModal .slick-dots li {
  margin: 0 4px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  overflow: hidden;
  border: 1px solid #F4F3EE;
  cursor: pointer;
  padding: 0;
}
.workerModal .slick-dots li:hover {
  opacity: 0.7;
  background: #ddd;
}
.workerModal .slick-dots li.slick-active {
  background: #F4F3EE;
}
.workerModal .slick-dots li.slick-active:hover {
  opacity: 1;
}
.workerModal .slick-dots button {
  opacity: 0;
  font-size: 0;
}
.workerModal .modal-close {
  position: fixed;
  cursor: pointer;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  background: url("../img/i-close.svg") no-repeat 0 0/contain;
}

.hd-record {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: #F4F3EE;
  text-align: center;
}
.hd-record h2 {
  font-size: clamp(21px, 7vw, 56px);
  letter-spacing: 0.1em;
  padding-bottom: 2rem;
}
.hd-record h2 img {
  width: auto;
  height: 4.5vw;
  max-height: 40px;
}
.hd-record h3 {
  font-size: clamp(18px, 3.2vw, 26px);
  letter-spacing: 0.1em;
}
.hd-record .record-list {
  display: flex;
  justify-content: space-around;
  padding: 5rem 1rem;
}
.hd-record .record-list li {
  padding: 2rem 2vw;
  flex: 0 0 48%;
  font-size: clamp(14px, 1.7vw, 18px);
}
.hd-record .record-list i {
  display: block;
  max-width: 92%;
  margin: 0 auto;
}
.hd-record .record-list p {
  line-height: 2.1;
}
.hd-record .record-list small {
  font-size: 13px;
  display: block;
  padding-top: 8px;
  line-height: 1.6;
}
.hd-record .loop {
  background: #fff;
}
.hd-record .loop li {
  padding: 2rem 1rem;
  animation-duration: 15s;
  line-height: 0;
}
.hd-record .loop li img {
  width: auto;
  height: 100px;
  max-height: 15vw;
}
.hd-record .hd-wai h4 {
  position: relative;
  display: inline-block;
  padding: 0.15em 1.5em 0;
  margin-bottom: 2rem;
  font-size: clamp(16px, 3vw, 26px);
}
.hd-record .hd-wai h4 b {
  font-weight: 400;
  font-family: "TazuganeGothicStdN-Regular";
}
.hd-record .hd-wai h4 b img {
  height: 2vw;
}
.hd-record .hd-wai h4::before, .hd-record .hd-wai h4::after {
  content: "";
  position: absolute;
  height: 100%;
  aspect-ratio: 43/70;
  top: 0;
  left: 0;
  background: url("../img/wai-l.svg") no-repeat right bottom/contain;
  transform: translateX(-20%);
  opacity: 0;
  transition-delay: 0.5s;
  transition-duration: 0.5s;
}
.hd-record .hd-wai h4::after {
  right: 0;
  left: auto;
  background-image: url("../img/wai-r.svg");
  background-position: left bottom;
  background-size: contain;
  transform: translateX(20%);
}
.hd-record .hd-wai h4.inView::before, .hd-record .hd-wai h4.inView::after {
  opacity: 1;
  top: 0;
}

.hd-data {
  padding-top: 8rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
.hd-data h2 {
  font-size: clamp(21px, 7vw, 56px);
  letter-spacing: 0.1em;
  padding-bottom: 2rem;
}
.hd-data h2 img {
  width: auto;
  height: 4.5vw;
  max-height: 40px;
}
.hd-data h3 {
  font-size: clamp(18px, 3.2vw, 26px);
  letter-spacing: 0.1em;
}
.hd-data .data-wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 5rem;
}
.hd-data .data {
  flex: 0 0 30%;
}
.hd-data .data b {
  display: block;
}
.hd-data .data b img {
  max-height: 6vw;
}
.hd-data .data span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  margin-bottom: 1rem;
}
.hd-data .data .data-c {
  position: relative;
  width: 80%;
  margin: 0 auto;
  aspect-ratio: 1/1;
  line-height: 0;
}
.hd-data .data .data-c canvas {
  margin: 0 auto;
  max-width: 100%;
  aspect-ratio: 1/1;
}
.hd-data .data .data-c p {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition-duration: 1s;
  margin: 0;
  padding: 24%;
}
.hd-data .data .data-c span {
  display: block;
  position: relative;
  z-index: 4;
  padding-bottom: 8px;
  max-width: 80%;
  margin: 0 auto;
}
.hd-data .data .data-c strong {
  position: relative;
  z-index: 4;
}
.hd-data .data1 .data-c p {
  transition-delay: 1s;
}
.hd-data .data2 .data-c p {
  transition-delay: 2s;
}
.hd-data .data3 .data-c p {
  transition-delay: 3s;
}
.hd-data .data.inView .data-c p {
  transition-delay: 1s;
  opacity: 1;
}
.hd-data .data-illust {
  transition-duration: 0.3s;
  transform: translateY(100px);
  text-align: right;
  line-height: 0;
  padding-top: 0;
  width: 320px;
  max-width: 32%;
  margin-left: auto;
  margin-right: 20%;
}
.hd-data .data-illust.inView {
  transform: translateY(0);
}

.hd-faq {
  padding-top: 8rem;
  padding-bottom: 8rem;
  text-align: center;
  position: relative;
  z-index: 3;
  background: #32A1CE;
  color: #fff;
  letter-spacing: 0.1em;
}
.hd-faq h2 {
  font-size: clamp(21px, 7vw, 56px);
  padding-bottom: 2rem;
}
.hd-faq h2 img {
  width: auto;
  height: 4.5vw;
  max-height: 40px;
}
.hd-faq h3 {
  font-size: clamp(18px, 3.2vw, 26px);
  letter-spacing: 0.1em;
  padding-bottom: 5rem;
}
.hd-faq .qa-wrap {
  background: #fff;
  color: #333;
  border-radius: 36px;
  text-align: left;
  margin-bottom: 2rem;
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.hd-faq .qa-q {
  display: flex;
  align-items: center;
  padding: 3rem;
  position: relative;
  cursor: pointer;
}
.hd-faq .qa-q:hover {
  color: #666;
}
.hd-faq .qa-q:hover::after {
  bottom: 0.5rem;
}
.hd-faq .qa-q::after {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url("../img/i-open.svg") no-repeat center center/contain;
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transition-duration: 0.5s;
}
.hd-faq .qa-q i {
  flex: 0 0 4rem;
}
.hd-faq .qa-q b {
  padding-left: 2rem;
  font-weight: 500;
  font-size: 1.1em;
}
.hd-faq .qa-q.open::after {
  transform: scale(-1, -1);
}
.hd-faq .qa-q.open:hover {
  color: #666;
}
.hd-faq .qa-q.open:hover::after {
  bottom: 1.5rem;
}
.hd-faq .qa-a {
  display: flex;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition-duration: 1s;
  padding: 0 3rem;
}
.hd-faq .qa-a i {
  flex: 0 0 4rem;
  padding: 3rem 0 0;
}
.hd-faq .qa-a .qa-a-txt {
  padding: 3rem 0 0;
  padding-left: 2rem;
}
.hd-faq .qa-a h4 {
  padding-bottom: 1rem;
}
.hd-faq .qa-a h4 b {
  background: linear-gradient(transparent 50%, #FFFADE 50%);
}
.hd-faq .qa-a p {
  line-height: 2;
  font-size: 0.9em;
}
.hd-faq .qa-a .qa-a-img {
  padding-left: 2rem;
  flex: 0 0 30%;
}
.hd-faq .qa-a.open {
  height: auto;
  opacity: 1;
  visibility: visible;
  padding-bottom: 3rem;
}

.gotoshowroom {
  text-align: right;
  padding-top: 8px;
}
.gotoshowroom a {
  display: inline-block;
  padding: 0 16px 4px 2px;
  text-decoration: none;
  color: #333;
  background: url("../img/btn-arw.svg") no-repeat right bottom/contain;
  transition-duration: 0.4s;
}
.gotoshowroom a:hover {
  transform: translateX(8px);
}

.hd-showroom {
  padding-top: 8rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
.hd-showroom h2 {
  font-size: clamp(21px, 7vw, 56px);
  letter-spacing: 0.1em;
  padding-bottom: 2rem;
}
.hd-showroom h2 img {
  width: auto;
  height: 4vw;
  max-height: 32px;
}
.hd-showroom h3 {
  font-size: clamp(24px, 7vw, 48px);
  letter-spacing: 0.1em;
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.hd-showroom h3 img {
  height: 5vw;
  max-height: 40px;
}
.hd-showroom h3 em {
  font-size: 0.65em;
}
.hd-showroom h3 b {
  display: block;
}
.hd-showroom .showroom-title {
  position: relative;
  padding: 0 2vw;
}
.hd-showroom .showroom-title figure {
  position: absolute;
  right: 0;
  top: 0;
  width: 18%;
}
.hd-showroom .showroom-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 4rem;
  position: relative;
}
.hd-showroom .showroom-wrap p {
  flex: 0 0 100%;
  padding-bottom: 4rem;
  line-height: 2.2;
}
.hd-showroom .showroom-wrap img {
  max-height: 188px;
  width: auto;
}
.hd-showroom .showroom-wrap .showroom-ph1 {
  flex: 0 0 35%;
}
.hd-showroom .showroom-wrap .showroom-ph2 {
  flex: 0 0 35%;
}
.hd-showroom .showroom-wrap .showroom-ph3 {
  flex: 0 0 26%;
}
.hd-showroom .gallery {
  padding: 5rem 0;
  display: flex;
  justify-content: space-between;
}
.hd-showroom .gallery li {
  flex: 0 0 30%;
}
.hd-showroom .data-illust {
  transition-duration: 0.3s;
  transform: translateY(100px);
  text-align: right;
  line-height: 0;
  padding-top: 8rem;
  position: relative;
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
  text-align: right;
}
.hd-showroom .data-illust img {
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 320px;
  max-width: 25%;
}
.hd-showroom .data-illust.inView {
  transform: translateY(0);
}

.hd-showroom2 {
  padding: 8rem 0;
  background: #F4F3EE;
  text-align: center;
  position: relative;
  z-index: 2;
}
.hd-showroom2 h2 {
  padding-bottom: 2rem;
}
.hd-showroom2 h2 img {
  width: auto;
  height: 4vw;
  max-height: 32px;
}
.hd-showroom2 figure {
  padding-top: 4rem;
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}

.hd-product {
  padding-top: 8rem;
  padding-bottom: 8rem;
  text-align: center;
  position: relative;
  z-index: 3;
}
.hd-product h2 {
  font-size: clamp(21px, 7vw, 56px);
  letter-spacing: 0.1em;
  padding-bottom: 2rem;
}
.hd-product h2 img {
  width: auto;
  max-height: 5vw;
}
.hd-product h3 {
  font-size: clamp(24px, 3vw, 32px);
  letter-spacing: 0.1em;
  padding-bottom: 5rem;
}
.hd-product .product-slide {
  margin: 0 auto;
  padding-bottom: 6rem;
  width: 1000px;
  max-width: 90%;
}
.hd-product .product-slide li {
  margin: 0 1rem;
}
.hd-product .product-slide li i {
  display: block;
  position: relative;
  padding: 0 1rem 1rem 0;
}
.hd-product .product-slide li i img {
  position: relative;
  z-index: 2;
}
.hd-product .product-slide li i::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 99%;
  height: 97%;
  right: 0;
  bottom: 0;
  background: url("../img/prd-bg.svg") no-repeat right bottom/contain;
}
.hd-product .product-slide li b {
  display: block;
  padding: 1rem 0 0;
}
.hd-product .product-slide .slide-arrow {
  position: absolute;
  top: 40%;
  z-index: 5;
  background: url("../img/prd-arw-l.svg") no-repeat 0 0/contain;
  width: 6vw;
  min-width: 40px;
  aspect-ratio: 127/65;
  cursor: pointer;
}
.hd-product .product-slide .slide-arrow:hover {
  opacity: 0.8;
}
.hd-product .product-slide .slide-arrow-prev {
  left: -7vw;
}
.hd-product .product-slide .slide-arrow-next {
  right: -7vw;
  background-image: url("../img/prd-arw-r.svg");
}

.hd-contact {
  padding: 8rem 0;
  text-align: center;
  background: #F4F3EE;
}
.hd-contact h2 {
  position: relative;
  display: inline-block;
  padding: 0.15em 1.5em 0;
  margin-bottom: 3rem;
  font-size: clamp(21px, 6vw, 44px);
  letter-spacing: 0.1em;
}
.hd-contact h2 b {
  font-weight: 500;
}
.hd-contact h2 img {
  width: auto;
  max-height: 5vw;
}
.hd-contact h2::before, .hd-contact h2::after {
  content: "";
  position: absolute;
  height: 100%;
  aspect-ratio: 43/70;
  top: 0;
  left: 0;
  background: url("../img/wai-l.svg") no-repeat right bottom/contain;
  transform: translateX(-20%);
  opacity: 0;
  transition-delay: 0.5s;
  transition-duration: 0.5s;
}
.hd-contact h2::after {
  right: 0;
  left: auto;
  background-image: url("../img/wai-r.svg");
  background-position: left bottom;
  background-size: contain;
  transform: translateX(20%);
}
.hd-contact h2.inView::before, .hd-contact h2.inView::after {
  opacity: 1;
  top: 0;
}
.hd-contact .hd-contact-btn-wrap {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}
.hd-contact .hd-contact-btn-wrap a {
  border-radius: 4rem;
}

.hd-download {
  padding-top: 3rem;
}
.hd-download .container {
  display: flex;
  justify-content: center;
}
.hd-download .data-illust {
  flex: 0 0 33%;
  line-height: 0;
  padding: 0 2rem;
  display: flex;
  align-items: flex-end;
  transform: translateY(100px);
}
.hd-download .data-illust.inView {
  transform: translateY(0);
}
.hd-download p {
  padding: 5rem 0;
}
.hd-download .hd-btn {
  margin-bottom: 0;
}

.hd-btn {
  display: inline-block;
  background: #50A4D8;
  color: #fff;
  text-decoration: none;
  font-size: 1.2em;
  letter-spacing: 2px;
  padding: 1rem 4rem;
  min-width: 20em;
  border-radius: 40px;
  margin-bottom: 2rem;
  border: 2px solid #32A1CE;
}
.hd-btn:hover {
  background: #fff;
  color: #32A1CE;
}

.hd-btn-w {
  min-width: 10em;
  text-align: center;
  background: #fff;
  color: #32A1CE;
  border: 2px solid #32A1CE;
}
.hd-btn-w:hover {
  background: #32A1CE;
  color: #fff;
}

.loop {
  display: flex;
  overflow: hidden;
}
.loop li {
  animation: loop 40s linear infinite;
}
.loop img {
  max-width: none;
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 1024.1px) {
  .hd-header {
    top: 60px;
  }
  .workerModal .slide-arrow {
    background-color: #32A1CE;
    background-size: 7px;
  }
  .workerModal .slide-arrow.slide-arrow-prev {
    left: 0;
  }
  .workerModal .slide-arrow.slide-arrow-next {
    right: 0;
  }
  .hd-kv-dl, .hd-kv-skip {
    bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .hd .hd-lg,
  .hd .pc {
    display: none;
  }
  .hd .sp,
  .hd .hd-sp,
  .hd .hd-tb {
    display: inline;
  }
  .hd .hd-header {
    padding-top: 2px;
  }
  .hd .hd-header-menu {
    background-size: 90%;
    background-position: 5vw 100%;
    padding-left: 8vw;
  }
  .hd .hd-lead {
    padding-bottom: 16vw;
  }
  .hd .hd-lead h1 img {
    height: 6vw;
  }
  .hd .hd-just {
    padding-bottom: 16vw;
  }
  .hd .hd-just h2 {
    padding: 16vw 0 2vw;
  }
  .hd .hd-just h2 img {
    max-height: 24vw;
    height: 24vw;
  }
  .hd .hd-shine {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  .hd .hd-shine h2 img {
    max-height: 14vw;
    height: 14vw;
  }
  .hd .hd-shine .hd-wai {
    padding: 0 2vw;
  }
  .hd .hd-shine .hd-wai::before, .hd .hd-shine .hd-wai::after {
    content: "";
    aspect-ratio: 32/70;
    width: 16vw;
    height: 22vw;
    background-size: contain;
  }
  .hd .hd-shine .hd-wai::before {
    background-image: url("../img/wai-l.svg");
    transform: rotate(12deg);
    left: -6vw;
  }
  .hd .hd-shine .hd-wai::after {
    background-image: url("../img/wai-r.svg");
    transform: rotate(-12deg);
    right: -6vw;
  }
  .hd .hd-record {
    padding: 12vw 0 12vw;
  }
  .hd .hd-record h2 img {
    height: 7vw;
  }
  .hd .hd-record .record-list {
    display: block;
    max-width: 540px;
    margin: 0 auto;
    padding: 4vw 0;
  }
  .hd .hd-record .record-list li {
    font-size: 16px;
  }
  .hd .hd-record .record-list p {
    line-height: 2;
  }
  .hd .hd-record .hd-wai h4 {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .hd .hd-record .hd-wai h4 b img {
    height: 10vw;
    max-height: 64px;
  }
  .hd .hd-data {
    padding-top: 12vw;
  }
  .hd .hd-data h2 img {
    height: 7vw;
  }
  .hd .hd-data .data-wrap {
    padding-top: 2rem;
    max-width: 540px;
    margin: 0 auto;
    display: block;
  }
  .hd .hd-data .data {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .hd .hd-data .data p {
    flex: 0 0 46%;
    margin: 0;
  }
  .hd .hd-data .data p b img {
    max-height: 12vw;
  }
  .hd .hd-data .data p span {
    display: block;
    height: auto;
    margin: 0 auto;
  }
  .hd .hd-data .data .data-c {
    max-width: 300px;
    flex: 0 0 51%;
  }
  .hd .hd-data .data .data-c p {
    height: 100%;
    display: flex;
    justify-content: center;
  }
  .hd .hd-data .data-illust {
    max-width: 50vw;
  }
  .hd .hd-faq {
    padding: 12vw 0;
  }
  .hd .hd-faq h2 img {
    height: 7vw;
  }
  .hd .hd-faq h3 {
    padding-bottom: 2rem;
  }
  .hd .hd-showroom {
    padding-top: 12vw;
  }
  .hd .hd-showroom h2 {
    position: relative;
    z-index: 3;
  }
  .hd .hd-showroom h2 img {
    max-height: 36px;
    height: 6vw;
  }
  .hd .hd-showroom h3 {
    padding-bottom: 2rem;
    padding-top: 0;
  }
  .hd .hd-showroom .showroom-wrap img {
    width: 100%;
    max-width: 600px;
    height: auto;
    max-height: 100%;
  }
  .hd .hd-showroom .showroom-wrap .showroom-ph1 {
    flex: 0 0 100%;
  }
  .hd .hd-showroom .showroom-wrap .showroom-ph2 {
    flex: 0 0 100%;
  }
  .hd .hd-showroom .showroom-wrap .showroom-ph3 {
    flex: 0 0 100%;
  }
  .hd .hd-showroom .gallery {
    padding: 2rem 0;
    display: block;
  }
  .hd .hd-showroom .data-illust {
    padding-top: 50vw;
    width: 64%;
  }
  .hd .hd-showroom .data-illust img {
    width: auto;
    max-width: 90%;
  }
  .hd .hd-showroom .showroom-title figure {
    transform: rotate(25deg) translate(-20%, -75%);
    width: 32%;
    z-index: 1;
  }
  .hd .hd-showroom2 {
    padding: 12vw 0;
  }
  .hd .hd-showroom2 figure {
    padding-top: 8vw;
  }
  .hd .hd-showroom2 h2 img {
    height: 13vw;
    max-height: 80px;
  }
  .hd .hd-faq .qa-q b {
    font-size: 1em;
    padding-left: 1rem;
  }
  .hd .hd-faq .qa-a {
    flex-wrap: wrap;
  }
  .hd .hd-faq .qa-a .qa-a-txt {
    flex-basis: calc(100% - 5rem);
  }
  .hd .hd-faq .qa-a .qa-a-img {
    padding: 1rem 0 0;
    flex: 0 0 100%;
  }
  .hd .hd-product {
    padding: 12vw 0 6vw;
  }
  .hd .hd-product h2 img {
    height: 5vw;
    max-height: 40px;
  }
  .hd .hd-product h3 {
    padding-bottom: 8vw;
  }
  .hd .hd-product .product-slide {
    padding-bottom: 8vw;
  }
  .hd .hd-contact {
    padding: 12vw 0;
  }
  .hd .hd-contact .hd-contact-btn-wrap {
    display: block;
  }
  .hd .hd-download {
    padding-top: 0;
  }
  .hd .hd-download .container {
    flex-direction: column-reverse;
    align-items: center;
  }
  .hd .hd-download p {
    padding-top: 12vw;
    padding-bottom: 8vw;
  }
  .hd .hd-download .data-illust {
    flex: auto;
    width: 400px;
    max-width: 70vw;
    margin: 0 auto;
  }
  .hd .hd-btn {
    min-width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .hd .sp,
  .hd .hd-sp,
  .hd .hd-sm {
    display: inline;
  }
  .hd .hd-header-logo b {
    font-size: 0.9em;
  }
  .hd .hd-header-menu {
    border-bottom-width: 10vh;
  }
  .hd .hd-header .hd-hum {
    width: 32px;
  }
  .hd .hd-lead h1 img {
    max-height: 6vw;
  }
  .hd .hd-lead figure {
    padding-top: 12vw;
  }
  .hd .hd-just h3 {
    padding-top: 5vw;
  }
  .hd .hd-just .loop img {
    height: 70vw;
  }
  .hd .hd-just .slide img {
    height: 60vw;
  }
  .hd .hd-data h3 {
    letter-spacing: 0;
  }
  .hd .hd-faq .qa-wrap {
    border-radius: 24px;
  }
  .hd .hd-faq .qa-q {
    padding: 2rem 1rem 3rem;
  }
  .hd .hd-faq .qa-q i,
  .hd .hd-faq .qa-a i {
    flex-basis: 3rem;
  }
  .hd .hd-faq .qa-q::after {
    width: 1.5em;
  }
  .hd .hd-faq .qa-a {
    padding: 0 1rem;
  }
  .hd .hd-faq .qa-a i,
  .hd .hd-faq .qa-a .qa-a-txt {
    padding-top: 0;
    padding-bottom: 1rem;
  }
  .hd .hd-faq .qa-a.open {
    padding-bottom: 2rem;
  }
  .hd .hd-faq .qa-a .qa-a-txt {
    flex-basis: calc(100% - 4rem);
    padding-left: 1.1em;
  }
  .hd-showroom h3 img {
    max-height: 16vw;
  }
  .hd-btn {
    padding: 1rem 1.5rem;
    font-size: 1.1em;
    display: block;
  }
}
.lb-details {
  display: none;
}

.lb-closeContainer {
  position: fixed;
  top: 8px;
  right: 8px;
}
.lb-closeContainer a.lb-close {
  background: url("../img/i-close.svg") no-repeat 0 0/contain;
}

.lightboxOverlay {
  background: #32A1CE;
  opacity: 1;
  max-width: 100%;
}

.lb-outerContainer {
  background: none;
}

.lb-container {
  max-width: 88vw;
  margin: auto;
}

.lb-nav a {
  position: absolute;
  background: url("../img/i-prev.svg") no-repeat center center/contain;
  top: 50%;
  transform: translateY(-50%);
}
.lb-nav a.lb-prev {
  left: -5vw;
  opacity: 0.8;
  background-image: url("../img/i-prev.svg");
}
.lb-nav a.lb-next {
  opacity: 0.8;
  right: -5vw;
  background-image: url("../img/i-next.svg");
}

.lightbox .lb-image {
  border: 0;
  height: auto !important;
}

xx.okm--h--wrapper--header {
  display: none;
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .lb-nav a.lb-prev {
    background-size: 3vw;
  }
  .lb-nav a.lb-next {
    background-size: 3vw;
  }
}
.showroom-wrap p.elWai {
  position: relative;
  display: inline-block;
  padding: 0.15em 1.5em 0;
  margin-bottom: 2rem;
  font-size: clamp(16px, 3vw, 26px);
  color: #32A1CE;
  flex: none;
  margin: 0 auto 2rem;
}
.showroom-wrap p.elWai b {
  font-weight: 400;
  font-family: "TazuganeGothicStdN-Regular";
}
.showroom-wrap p.elWai b img {
  height: 2vw;
}
.showroom-wrap p.elWai::before, .showroom-wrap p.elWai::after {
  content: "";
  position: absolute;
  height: 100%;
  aspect-ratio: 25/70;
  top: 0;
  left: 0;
  background: url("../img/wai-l.svg") no-repeat right bottom/contain;
  transform: translateX(-20%);
  transition-delay: 0.5s;
  transition-duration: 0.5s;
}
.showroom-wrap p.elWai::after {
  right: 0;
  left: auto;
  background-image: url("../img/wai-r.svg");
  background-position: left bottom;
  background-size: contain;
  transform: translateX(20%);
}
.showroom-wrap p.elWai.inView::before, .showroom-wrap p.elWai.inView::after {
  opacity: 1;
  top: 0;
}

.hd-download {
  background-color: #F4F3EE;
}