@import url("https://use.fontawesome.com/releases/v6.6.0/css/all.css");
@import url("https://use.typekit.net/qdc8oiz.css");
body.fixed {
  overflow: hidden;
}

#site-logo {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  transition: 0.3s;
  display: flex;
  width: 251px;
  height: 61px;
}
@media screen and (max-width: 768px) {
  #site-logo {
    width: 209px;
    height: 51px;
  }
}
#site-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: auto;
}
#site-logo a {
  display: block;
  transition: 0.3s;
  position: absolute;
  top: 0;
  height: 100%;
}
#site-logo a:hover {
  background: rgba(255, 255, 255, 0.3);
}
#site-logo a:nth-of-type(1) {
  width: 151px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #site-logo a:nth-of-type(1) {
    width: 126px;
  }
}
#site-logo a:nth-of-type(2) {
  width: 100px;
  right: 0;
}
@media screen and (max-width: 768px) {
  #site-logo a:nth-of-type(2) {
    width: 83px;
  }
}

.burger-btn {
  margin: auto;
  transition: 0.3s;
  padding-top: 1.9765739385vw;
  width: 3.8067349927vw;
  height: 4.5387994143vw;
  position: fixed;
  right: 7.2474377745vw;
  mix-blend-mode: difference;
  z-index: 99;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .burger-btn {
    padding-top: 20px;
    width: 52px;
    height: 52px;
  }
}
.burger-btn span {
  display: block;
  position: relative;
  width: 3.8067349927vw;
  height: 1.1713030747vw;
  transition: 0.3s;
  transform-origin: right top;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .burger-btn span {
    width: 100%;
    height: 16px;
  }
}
.burger-btn span i {
  display: block;
  height: 1px;
  background: #fff;
  position: absolute;
  transition: 0.3s;
}
.burger-btn span i:nth-of-type(1) {
  width: 100%;
  top: 0;
  left: 0;
}
.burger-btn span i:nth-of-type(2) {
  width: 59.6%;
  bottom: 0;
  right: 0;
}
.burger-btn:hover span {
  transform: scaleX(1.385);
}
@media screen and (max-width: 768px) {
  .burger-btn:hover span {
    transform: none;
  }
}
.burger-btn.close-btn {
  top: 0 !important;
}
.burger-btn.close-btn span:hover {
  transform: none;
}
.burger-btn.close-btn span i {
  height: 1px !important;
  width: 43px !important;
}
.burger-btn.close-btn span i:nth-of-type(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.burger-btn.close-btn span i:nth-of-type(2) {
  bottom: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.burger-btn.close-btn:hover span {
  transform: none;
}

#gnav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  background: url(../img/home-mv-01.jpg) no-repeat center;
  background-size: cover;
}
#gnav.is-show {
  visibility: visible;
  opacity: 1;
}
#gnav > .flex {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #gnav > .flex {
    display: block;
  }
}
#gnav > .flex a {
  color: inherit;
}
#gnav > .flex * {
  margin: 0;
  padding: 0;
}
#gnav > .flex .gnav-pic {
  flex: 0 0 56%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #gnav > .flex .gnav-pic {
    display: none;
  }
}
#gnav > .flex .gnav-pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  opacity: 0;
}
#gnav > .flex .gnav-pic img.is-show {
  z-index: 1;
  opacity: 1;
}
#gnav > .flex .gnav-nav {
  flex: 0 0 44%;
  height: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  overflow-y: scroll;
  /*IE, Edge*/
  -ms-overflow-style: none;
  /*Firefox*/
  scrollbar-width: none;
}
#gnav > .flex .gnav-nav::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  #gnav > .flex .gnav-nav {
    display: block;
    padding: 0 35px;
  }
}
#gnav > .flex .gnav-nav > ul {
  padding-left: 6.2225475842vw;
  display: flex;
  flex-direction: column;
  gap: 4.39238653vw;
  margin-top: 4.39238653vw;
}
@media screen and (max-width: 768px) {
  #gnav > .flex .gnav-nav > ul {
    padding: 0;
    gap: 70px;
    margin-top: 50px;
    padding-bottom: 100px;
  }
}
#gnav > .flex .gnav-nav > ul a {
  transition: 0.3s;
}
#gnav > .flex .gnav-nav > ul a:hover {
  opacity: 0.5;
}
#gnav > .flex .gnav-nav > ul > li > a {
  display: block;
  position: relative;
  font-family: "din-2014-narrow", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 2.196193265vw;
  letter-spacing: 0;
  line-height: 1;
  color: #000;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #gnav > .flex .gnav-nav > ul > li > a {
    font-size: 8vw;
    padding-bottom: 1.2em;
  }
}
#gnav > .flex .gnav-nav > ul > li > a::before {
  content: "";
  display: block;
  width: 5.1244509517vw;
  height: 1px;
  position: absolute;
  left: -6.2225475842vw;
  top: 25%;
  transform: scale(0, 1);
  transition: 0.3s;
  transform-origin: right 0;
  background: #000;
}
@media screen and (max-width: 768px) {
  #gnav > .flex .gnav-nav > ul > li > a::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #gnav > .flex .gnav-nav > ul > li ul {
    display: flex;
    flex-direction: column;
    gap: 1.1em;
  }
}
#gnav > .flex .gnav-nav > ul > li ul li a {
  display: block;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 0.878477306vw;
  letter-spacing: 0.05em;
  line-height: 2.1666;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 768px) {
  #gnav > .flex .gnav-nav > ul > li ul li a {
    font-size: 4.2666666667vw;
  }
}
#gnav > .flex .gnav-nav > ul > li.on > a {
  opacity: 0.5;
}
#gnav > .flex .gnav-nav > ul > li.on > a::before {
  content: "";
  transform: scale(1, 1);
}

.pagettl {
  position: relative;
  overflow: hidden;
}
.pagettl .pagettl-inner {
  background: #718399;
  color: #fff;
}
.pagettl .pagettl-inner figure {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .pagettl .pagettl-inner figure {
    position: relative;
    width: 100%;
    height: auto;
  }
}
.pagettl .pagettl-inner figure picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .pagettl .pagettl-inner figure picture img {
    height: auto;
    object-fit: none;
  }
}
.pagettl .pagettl-inner div {
  padding-left: 9.0043923865vw;
  padding-right: 1.8301610542vw;
  padding-top: 12.9575402635vw;
  height: 46.1200585652vw;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .pagettl .pagettl-inner div {
    padding: 27px 35px 40px;
    display: block;
    height: auto;
    width: auto;
  }
}
.pagettl .pagettl-inner div h1 {
  order: 2;
  font-family: "din-2014-narrow", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 8.78477306vw;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  position: absolute;
  left: 9.0043923865vw;
  bottom: 2.7086383602vw;
}
@media screen and (max-width: 768px) {
  .pagettl .pagettl-inner div h1 {
    font-size: 10.6666666667vw;
    position: absolute;
    left: 35px;
    top: -18.6666666667vw;
    top: -14.6666666667vw;
    bottom: auto;
  }
}
.pagettl .pagettl-inner div dl {
  order: 1;
}
.pagettl .pagettl-inner div dl dt {
  font-weight: bold;
  font-size: 2.635431918vw;
  letter-spacing: 0.1em;
  margin-bottom: 0.56em;
}
@media screen and (max-width: 768px) {
  .pagettl .pagettl-inner div dl dt {
    font-size: 22px;
    margin-bottom: 0.85em;
  }
}
.pagettl .pagettl-inner div dl dd {
  font-weight: bold;
  font-size: 1.4641288433vw;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .pagettl .pagettl-inner div dl dd {
    font-size: 14px;
    line-height: 1.7142857143;
  }
  .pagettl .pagettl-inner div dl dd br {
    display: none;
  }
}
.pagettl .pagettl-inner div dl dd p.notes {
  font-weight: normal;
  font-size: 0.878477306vw;
  line-height: 1.3333333333;
  padding: 1em 0 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .pagettl .pagettl-inner div dl dd p.notes {
    font-size: 9px;
    padding-top: 1.5em;
  }
}

.section-ttl {
  margin: 0 0 6.2225475842vw;
}
@media screen and (max-width: 768px) {
  .section-ttl {
    margin: 0;
  }
}
.section-ttl .flex {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .section-ttl .flex {
    display: block;
  }
}
.section-ttl .flex > div {
  flex: 0 0 50%;
  position: relative;
}
.section-ttl .flex div:nth-of-type(2) {
  padding: 5.8565153734vw 1.0980966325vw 0 8.1259150805vw;
}
@media screen and (max-width: 768px) {
  .section-ttl .flex div:nth-of-type(2) {
    padding: 20px 35px 0;
  }
}
.section-ttl .flex div:nth-of-type(2) h2.ttl1 {
  font-weight: 600;
  font-size: 2.9282576867vw;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #7e8e72;
}
@media screen and (max-width: 768px) {
  .section-ttl .flex div:nth-of-type(2) h2.ttl1 {
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.42;
  }
}

@media screen and (max-width: 768px) {
  .content-block {
    padding: 0 35px;
  }
}
.content-block .flex {
  width: 83.4553440703vw;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .content-block .flex {
    width: auto;
    flex-direction: column;
    gap: 25px;
  }
}
.content-block .flex div:nth-of-type(1) {
  flex: 0 0 50%;
}
.content-block .flex div:nth-of-type(2) {
  flex: 0 0 44.7368421053%;
}
.content-block .flex div:nth-of-type(2) h3 {
  font-weight: bold;
  font-size: 1.9033674963vw;
  letter-spacing: 0.05em;
  line-height: 1.54;
  color: #718399;
  border-bottom: 6px solid #718399;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  margin-top: -0.2em;
}
@media screen and (max-width: 768px) {
  .content-block .flex div:nth-of-type(2) h3 {
    font-size: 18px;
    line-height: 1.333;
    padding-bottom: 1.1em;
    margin-bottom: 1em;
  }
}
.content-block .flex div:nth-of-type(2) p {
  font-size: 1.317715959vw;
  line-height: 1.67;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .content-block .flex div:nth-of-type(2) p {
    font-size: 14px;
    line-height: 1.57;
  }
}
.content-block .flex div:nth-of-type(2) p.notes {
  font-size: 0.878477306vw;
  line-height: 1.333;
}
@media screen and (max-width: 768px) {
  .content-block .flex div:nth-of-type(2) p.notes {
    font-size: 9px;
  }
}
.content-block .flex div:nth-of-type(2) a.btn.btn-bk {
  margin: 3.513909224vw auto 0;
}
@media screen and (max-width: 768px) {
  .content-block .flex div:nth-of-type(2) a.btn.btn-bk {
    margin-top: 20px;
  }
}

#product {
  padding: 9.8828696925vw 0 4.4655929722vw;
  background: #ededed;
}
@media screen and (max-width: 768px) {
  #product {
    padding: 45px 30px 78px;
  }
}
#product .product-inner {
  width: 83.4553440703vw;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #product .product-inner {
    width: auto;
  }
}
#product h2 {
  font-weight: normal;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-align: left;
  margin-bottom: 31px;
}
@media screen and (max-width: 768px) {
  #product h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 24px;
  }
}
#product h2 + p {
  font-size: 1.1713030747vw;
  line-height: 1.6;
  text-align: left;
  flex: 1;
  margin-bottom: 84px;
  max-width: 877px;
}
@media screen and (max-width: 768px) {
  #product h2 + p {
    font-size: 14px;
    line-height: 1.8571428571;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #product figure.product-pic-01 {
    margin: 0 -30px 30px;
    overflow-x: scroll;
    /*IE, Edge*/
    -ms-overflow-style: none;
    /*Firefox*/
    scrollbar-width: none;
  }
  #product figure.product-pic-01::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #product figure.product-pic-01 img {
    display: block;
    max-width: none;
    width: 670px;
  }
}
#product .model-list {
  display: flex;
  gap: 2.196193265vw;
  margin: 3.6603221083vw 0 4.39238653vw;
}
@media screen and (max-width: 768px) {
  #product .model-list {
    flex-direction: column;
    gap: 50px;
    margin: 30px 0 68px;
  }
}
#product .model-list .model-item h3 {
  margin: 0;
  padding: 0;
  font-family: "din-2014", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 2.196193265vw;
  border-bottom: 1px solid #2C2C2C;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 0.3em;
  margin-bottom: 3.4407027818vw;
}
@media screen and (max-width: 768px) {
  #product .model-list .model-item h3 {
    font-size: 28px;
    padding-bottom: 0.3em;
    margin-bottom: 37px;
  }
}
#product .model-list .model-item h3 small {
  display: block;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 1.0980966325vw;
  letter-spacing: 0.1em;
  padding-bottom: 0.9em;
}
@media screen and (max-width: 768px) {
  #product .model-list .model-item h3 small {
    font-size: 12px;
    padding-bottom: 1.8em;
  }
}
#product a.btn.btn-bk {
  margin: auto;
}

@media screen and (min-width: 768px) {
  .sp-slide .slick-track,
.sp-slide .slick-slide {
    all: unset;
    display: flex;
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .sp-slide .slick-dots,
.sp-slide .slick-arrow {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-slide {
    width: auto;
    display: block;
    padding: 0;
    margin-right: -35px;
  }
  .sp-slide .slick-list {
    overflow: visible;
  }
  .sp-slide .slick-slide {
    padding-right: 35px;
    display: block;
  }
  .sp-slide .slick-prev,
.sp-slide .slick-next {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: transparent url(../img/icon-prev-gn.svg);
    background-size: cover;
    position: absolute;
    top: 38%;
    z-index: 99;
    text-indent: 100%;
    overflow: hidden;
  }
  .sp-slide .slick-prev {
    left: -30px;
  }
  .sp-slide .slick-next {
    right: 5px;
    transform: scale(-1, 1);
  }
  .sp-slide .slick-disabled {
    opacity: 0.5;
  }
}

p.gotop {
  padding-top: 65px;
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  p.gotop {
    font-size: 18px;
  }
}
p.gotop a {
  text-decoration: underline;
  color: #0b0b0b;
}
p.gotop a:hover {
  text-decoration: none;
}

#content-nav {
  padding: 120px 0 75px;
}
@media screen and (max-width: 768px) {
  #content-nav {
    padding: 78px 35px;
  }
}
#content-nav nav * {
  padding: 0;
  margin: 0;
}
#content-nav nav ul {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #content-nav nav ul {
    display: block;
  }
}
#content-nav nav ul li {
  flex: 0 0 41.1420204978vw;
}
@media screen and (max-width: 768px) {
  #content-nav nav ul li {
    margin-bottom: 15px;
  }
}
#content-nav nav ul li.special {
  flex: 0 0 100%;
  margin-top: 97px;
}
@media screen and (max-width: 768px) {
  #content-nav nav ul li.special {
    margin-top: 0;
  }
}
#content-nav p.gotop {
  padding-top: 65px;
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #content-nav p.gotop {
    font-size: 18px;
  }
}
#content-nav p.gotop a {
  text-decoration: underline;
  color: #0b0b0b;
}
#content-nav p.gotop a:hover {
  text-decoration: none;
}

.l-breadcrumbs {
  margin-top: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

body {
  padding-top: 0;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  color: #0B0B0B;
}

sup {
  font-size: 0.5em;
  position: relative;
  top: -1em;
}

main {
  overflow: hidden;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.flex {
  display: flex;
}
.flex.flex-flip {
  flex-direction: row-reverse;
}

a {
  transition: 0.3s;
}

a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
}

a[href*="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: auto;
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.8550512445vw;
  width: 19.5461200586vw;
  line-height: 4.0995607613vw;
  border: 1px solid #000;
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: normal;
  font-size: 1.317715959vw;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 180px;
    line-height: 38px;
    font-size: 16px;
    gap: 11;
  }
}
.btn::after {
  content: "";
  display: block;
  width: 1.4641288433vw;
  aspect-ratio: 1/1;
  background: url(../img/icon-ext-bl.svg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .btn::after {
    width: 20px;
  }
}
.btn:hover {
  opacity: 0.5;
}

.btn.btn-bk {
  color: #fff;
  background: #000000;
}
.btn.btn-bk::after {
  content: "";
  background: url(../img/icon-ext-wt.svg);
}