.ant-head {
    line-height: 1.25;
}
.ant-head--xl {
  font-size: 2.6rem;
}

@media (min-width: 769px) {
  .ant-head--xl {
    font-size: 6.4rem;
    font-size: clamp(5.3rem, 5.3vw, 6.2rem);
  }
}
.ant-FadeSlider {
    margin: 0;
}

.ant-u-bg--lightGray::after {
    content: "";
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(bottom, #f4f4f4, transparent 10%);
    background: -webkit-linear-gradient(bottom, #f4f4f4, transparent 10%);
    background: linear-gradient(to top, #f4f4f4, transparent 100%);
    z-index: 2;
}

.ant-u-bg--lightGray {
    background-color: unset;
    position: relative;
}

.ant-HeroSlider__slide {
    background-color: unset;
}
.ant-HeroSlider__slide:nth-child(2) {
    opacity: 0;
    transform: translate3d(-550px, 0px, 0px);
}

.ant-ProductCard {
    margin-bottom: 12rem !important;
}

.ant-u-max-width--100 {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
}

.ant-Feature {
    border-radius: unset;
}

.ant-Feature__container {
    background-color: #fff;
}

.ant-Feature__container--black {
    background-color: #000;
}

.ant-Feature__container--fit {
    aspect-ratio: unset;
    padding-top: 8em;
    padding-bottom: 8em;
}

.container-pc-row {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 768px) {
    .container-pc-row {
        flex-direction: column;
    }
    .container-pc-row > * {
        width: 100%!important;
    }
    .container-pc-row img {
        width: 40%;
    }
}
.ant-u-max-width--1000px {
    /*width: 100%;*/
    margin: 0 auto;
}

.ant-Col {
    align-items: flex-end;
}

.award-logo--inner {
    display: flex;
    flex-wrap: wrap;
}

.award-logo--inner figure {
    width: calc(100% / 6);
    text-align: center;
    margin-bottom: 1.5em;
}

.award-logo--inner figure div {
    height: 120px;

}

.award-logo--inner figure img {
    margin-bottom: 1em;
    margin-top: 1em;
}

.award-logo--inner figcaption {
    margin-top: 0.5em;
    font-size: 11px;
}

@media (max-width: 580px) {
    .award-logo--inner {
        display: flex;
    }

    .award-logo--inner figure {
        width: calc(100% / 3);
    }
}

span.mt1 {
    display: inline-block;
    margin: 0.5em 0;
}

/* HERO画像調整 */
@media (max-width: 768px) {
    .ant-HeroSlider {
        grid-template-columns: 100% auto auto;
    }
}
.product-detail-navi .visual_area > .keyvisual,
.ant-HeroSlider__images {
    justify-content: unset;
    overflow: hidden;
}

.product-detail-navi .visual_area > .keyvisual img,
.ant-HeroSlider__images img {
    max-width: unset;
    height: 95vw;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 5%;
}
@media screen and (max-width: 768px) {
    .ant-HeroSlider__figure {
        height: 95vw;
    }
}

@media screen and (min-width: 769px) {
    .hero_area {
        overflow: hidden;
    }

    .product-detail-navi .visual_area {
        overflow: inherit !important;
    }

    .product-detail-navi .visual_area > .keyvisual,
    .ant-HeroSlider__images {
        display: block;
        overflow: unset;
    }

    .product-detail-navi .visual_area > .keyvisual img,
    .ant-HeroSlider__images img,
    .ant-HeroSlider__img {
        width: unset;
        max-width: unset;
        max-height: 90%;
        margin-top: 5%;
    }

    .ant-HeroSlider__img {
        position: absolute;
        top: 0;
        left: 0;
    }
}
.spec-wrap {
    width: 100%;
    overflow-x: scroll;
}
table.spec {
    margin: var(--gap-v) 0;
    border-top: 2px solid #aaa;
    border-bottom: 2px solid #aaa;
    width: 100%;
    min-width: 640px;
}
table.spec td:nth-last-child(2).ant-Table__head {
    border-right: 2px solid #aaa;
    min-width: unset;
}
table.spec .ant-Table__head,
table.spec .ant-Table__body{
    padding: 0.5em 1em;
    vertical-align: middle;
    min-width: unset;
    margin: 0;
}
table.spec .ant-Table__body {
    text-align: center;
}
table.spec tr {
    border-bottom: 1px solid #aaa;
}
table.spec td {
    line-height: 1.4;
}
.feature-logo {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .feature-logo img {
        height: 15vw;
    }
}

.ant-pager__bullet {
    width: 23px;
    height: 23px;
}
.ant-pager__bullet::after {
    width: 24px;
    height: 24px;
}


@media (min-width: 769px) {
  .ant-pager__bullet {
      width: 18px;
      height: 18px;
    }
    .ant-pager__bullet::after {
        width: 19px;
        height: 19px;
    }
}
