main.is-home {
    overflow-x: hidden;
}

.btn-common01 {
    border: 1px dashed #763e1d;
    font-size: 2.1rem;
    text-transform: uppercase;
    padding: 10px 35px;
    display: inline-flex;
    border-radius: 30px;
}

@media screen and (max-width: 1024px) {
    .btn-common01 {
        font-size: 1.6rem;
        padding: 8px 20px;
    }
}

.slideshows-banner .box-stage-outer-slider {
    position: relative;
    z-index: 1;
}

.slideshows-banner .box-stage-outer-slider .slick-slide {
    position: relative;
}

.slideshows-banner__link {
    position: relative;
    z-index: 1;
}

.slideshows-banner__link img {
    /* height: 100vh; */
    width: 100%;
}

@media (min-width: 1200px) {
    .slideshows-banner__link img {
        height: 50vw;
        max-height: 768px;
    }
}

@media screen and (max-width: 1200px) {
    .slideshows-banner__link img {
        height: 80vh;
    }
}

.slideshows-banner .item-slider-stages.slick-current .slide-banner-info__ttl {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}

.slideshows-banner .item-slider-stages.slick-current .slide-banner-info__subttl {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}

.slideshows-banner .item-slider-stages.slick-current .slide-banner-info__brief {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

@keyframes btnLine {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.slideshows-banner .item-slider-stages.slick-current .slide-banner-info__btn {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.7s;
    animation: btnLine 2s ease-in infinite;
}

.slideshows-banner .slide-banner-info {
    position: absolute;
    left: 0;
    top: 60%;
    padding: 0 20px;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
    text-align: center;
}

.slideshows-banner .slide-banner-info__ttl {
    text-shadow: #141311 2px 2px 0px;
    color: #b38e2e;
    font-size: 4rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: auto;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

@media screen and (max-width: 1024px) {
    .slideshows-banner .slide-banner-info__ttl {
        font-size: 3.2rem;
    }
}

.slideshows-banner .slide-banner-info__subttl {
    color: #f5db68;
    text-transform: uppercase;
    font-size: 4.4rem;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: auto;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

@media screen and (max-width: 1024px) {
    .slideshows-banner .slide-banner-info__subttl {
        font-size: 3.2rem;
        margin-bottom: 10px;
    }
}

.slideshows-banner .slide-banner-info__brief {
    text-transform: uppercase;
    font-size: 2.1rem;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

@media screen and (max-width: 1024px) {
    .slideshows-banner .slide-banner-info__brief {
        font-size: 1.4rem;
    }
}

.slideshows-banner .slide-banner-info__btn {
    margin-top: 40px;
    z-index: 3;
    display: inline-block;
    opacity: 0;
    cursor: pointer;
    transform: translateY(-20px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

@media screen and (max-width: 1024px) {
    .slideshows-banner .slide-banner-info__btn {
        margin-top: 20px;
    }
}

.slideshows-banner .slide-banner-info__btn img {
    width: 55px;
    height: 77px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 1024px) {
    .slideshows-banner .slide-banner-info__btn img {
        width: 35px;
        height: 55px;
    }
}

.sec-home-cate {
    padding: 30px 0;
}

.sec-home-cate .ctnr {
    --container: 1323px;
}

.cate-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.slideshows-banner.mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .cate-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .cate-grid__item:nth-child(1) {
        /* grid-column: span 2; */
    }
    .slideshows-banner.mobile {
        display: block !important;
    }
    .slideshows-banner.p-relative {
        display: none;
    }
}

.slideshows-banner.mobile {}

@media (min-width: 768px) {
    .cate-grid__item:nth-child(1) {
        grid-row: span 2;
    }
    .cate-grid__item:not(:nth-child(1), .cate-grid__item:nth-child(3)) .cate-grid__img {
        position: relative;
        line-height: 1;
    }
    .cate-grid__item:not(:nth-child(1), .cate-grid__item:nth-child(3)) .cate-grid__img::before {
        content: "";
        padding-top: calc((333 / 391) * 100%);
        display: block;
    }
    .cate-grid__item:not(:nth-child(1), .cate-grid__item:nth-child(3)) .cate-grid__img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.cate-grid__item a {
    position: relative;
    display: block;
    height: 100%;
    color: inherit;
}

.cate-grid__item a:hover .cate-grid__img img {
    transform: scale(1.1);
}

.cate-grid__img {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.cate-grid__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s ease;
}

.cate-grid__ct {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(0deg, black, transparent);
}

.cate-grid__ttl {
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .cate-grid__ttl {
        font-size: 16px;
    }
    .cate-grid__item .cate-grid__img::before {
        content: "";
        padding-top: calc((333 / 391) * 100%);
        display: block;
    }
    .cate-grid__item .cate-grid__img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.home-about {
    padding: 4.3rem 0 9.5rem;
}

@media screen and (max-width: 1024px) {
    .home-about {
        padding: 0 0 4rem;
    }
}

.home-about .ctnr {
    --container: 1323px;
}

.home-about__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    text-align: center;
}

.home-about__img img {
    max-width: 392px;
    width: 100%;
}

.home-about__ct {
    font-size: 2.2rem;
    font-style: italic;
    text-align: center;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1024px) {
    .home-about__ct {
        font-size: 1.6rem;
        padding: 0 26px;
    }
}

.home-about__ct::after,
.home-about__ct::before {
    content: "";
    position: absolute;
    width: 98px;
    height: 73px;
    background-size: contain;
    background-position: center;
    background-image: url(../images/icon-quote.png);
    z-index: -1;
}

@media screen and (max-width: 1024px) {
    .home-about__ct::after,
    .home-about__ct::before {
        width: 47px;
        height: 35px;
    }
}

.home-about__ct::before {
    left: -50px;
    top: -20px;
    background-image: url(../images/icon-quote2.png);
}

@media screen and (max-width: 1024px) {
    .home-about__ct::before {
        left: -5px;
        top: 10px;
    }
}

.home-about__ct::after {
    right: 0;
    bottom: -40px;
}

@media screen and (max-width: 1024px) {
    .home-about__ct::after {
        right: -5px;
        bottom: 10px;
    }
}

.home-product {
    padding-bottom: 40px;
}

@media screen and (max-width: 1024px) {
    .home-product {
        padding-bottom: 20px;
    }
    .home-product--2 {
        padding-top: 20px
    }
}

.js-highlight-product-slide .slick-list {
    margin: 0 -13px;
}

.js-highlight-product-slide .slick-slide {
    margin: 0 13px;
}

.product-grid {
    margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
    .product-grid {
        margin-bottom: 20px;
    }
    .js-highlight-product-slide .slick-slide {
        margin: 0 5px;
    }
    .js-highlight-product-slide .slick-list {
        margin: 0 -5px;
    }
}

.product-grid .row {
    --gutter: 13px;
}

.home-video {
    padding: 6rem 0;
}

@media screen and (max-width: 1024px) {
    .home-video {
        padding: 3rem 0;
    }
}

.home-video .common-ttl01 {
    margin-bottom: 3.5rem;
}

@media screen and (max-width: 1024px) {
    .home-video .common-ttl01 {
        margin-bottom: 2rem;
    }
}

.home-video__row {
    gap: 20px 0;
}

@media (min-width: 992px) {
    .home-video__row {
        --gutter: 30px;
    }
}

.home-video__news .article-item:not(:last-child) {
    margin-bottom: 29px;
}

.home-video__slide {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.home-video__slide-item:nth-child(1) {
    grid-column: span 3;
}

.home-video__slide-item:not(:nth-child(1)) .home-video__slide-img::before {
    padding-top: calc((180 / 189) * 100%);
}

.home-video__slide-ttl {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 10px;
    text-align: center;
    display: block;
    font-size: 2rem;
}

.home-video__slide-link {
    position: relative;
    display: block;
    height: 100%;
    color: inherit;
    overflow: hidden;
}

.home-video__slide-link:hover .home-video__slide-img img {
    transform: scale(1.1);
}

.home-video__slide-img {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.home-video__slide-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.16);
    display: block;
}

.home-video__slide-img::before {
    content: "";
    padding-top: calc((385 / 606) * 100%);
    display: block;
}

.home-video__slide-img img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s ease;
}

.home-video__slide-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    z-index: 2;
}

@media screen and (max-width: 1024px) {
    .home-video__slide-play {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 767px) {
    .home-video__slide-play {
        width: 30px;
        height: 30px;
    }
}

.article-item:hover .article-item__img img {
    transform: scale(1.1);
}

.article-item__img {
    position: relative;
    line-height: 1;
    overflow: hidden;
}

.article-item__img::before {
    content: "";
    padding-top: calc((150 / 218) * 100%);
    display: block;
}

.article-item__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s ease;
}

.article-item__ttl {
    color: #faf2e9;
    font-size: 1.85rem;
    font-weight: 400;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    .article-item__ttl {
        font-size: 1.6rem;
    }
}

.article-item__ttl a {
    color: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-item__ttl a:hover {
    color: var(--color-hover);
}

.article-item__brief {
    color: #faf2e9;
    font-size: 1.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 1024px) {
    .article-item__brief {
        font-size: 1.4rem;
        -webkit-line-clamp: 3;
    }
}

.home-review {
    padding-bottom: 30px;
}

.home-review__slide {
    margin-bottom: 0;
}

.home-review__slide .slick-list {
    margin: 0 -20px;
}

.home-review__slide-item {
    margin: 0 20px;
}

.home-review__slide-wrap {
    border: 2px solid #674224;
    padding: 30px;
    font-family: "Inter", sans-serif;
}

.home-review__slide-brief {
    font-size: 1.7rem;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .home-review__slide-brief {
        font-size: 1.4rem;
        -webkit-line-clamp: 4;
        text-align: inherit;
    }
    .home-review__slide-brief p {
        text-align: inherit !important;
    }
    .home-review__slide-wrap {
        padding: 20px;
    }
}

.home-review__slide-info {
    gap: 10px;
}

.home-review__slide-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
}

.home-review__slide-avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-review__slide-name {
    color: #b38e2e;
    font-size: 2.1rem;
    font-weight: 700;
    width: calc(100% - 100px);
    font-style: italic;
}