@charset "UTF-8";
/* mv
------------------------------- */
.home-mv {
    width: 100%;
    height: 627px;
    overflow: hidden;
    position: relative;
}
@media only screen and (max-width: 1080px) and (min-width: 981px) {
    .home-mv {
        height: 580px;
    }
}
@media only screen and (max-width: 980px) {
    .home-mv {
        height: 480px;
    }
}
@media only screen and (max-width: 767px) {
    .home-mv {
        height: 740px;
        max-height: 100vh;
    }
}
.home-mv__slide__in {
    height: 627px;
}
@media only screen and (max-width: 1080px) and (min-width: 981px) {
    .home-mv__slide__in {
        height: 580px;
    }
}
@media only screen and (max-width: 980px) {
    .home-mv__slide__in {
        height: 480px;
    }
}
@media only screen and (max-width: 767px) {
    .home-mv__slide__in {
        height: 740px;
        max-height: 100vh;
    }
}
.home-mv__slide__in a {
    display: block;
    width: 100%;
    height: 100%;
}
.home-mv__slide__in img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.home-mv__slide .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; /* 縦方向*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; /*横方向*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 13px;
    width: 100%;
    position: absolute;
    bottom: 46px;
    left: 0;
    z-index: 1;
}
.home-mv__slide .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 11px;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    background-color: #fff;
    cursor: pointer;
}
.home-mv__slide .swiper-pagination .swiper-pagination-bullet-active {
    width: 23px;
}

/* PRODUCT LINEUP
------------------------------- */
.home-linup {
    overflow: hidden;
    padding: 84px 0 0 0;
}
@media only screen and (max-width: 767px) {
    .home-linup {
        padding-top: 75px;
    }
}

@media only screen and (max-width: 767px) {
    .linup-slide {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px 11px;
    }
}
.linup-slide__out {
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .linup-slide__out {
        margin-left: 0;
        padding: 0 25px;
    }
}
@media only screen and (max-width: 767px) {
    .linup-slide__out .btn-box {
        width: 224px;
        height: 50px;
        font-size: 14px;
        margin: 34px auto 0;
    }
}
.linup-slide__wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 28px;
    overflow: visible !important;
}
@media only screen and (max-width: 767px) {
    .linup-slide__wrap {
        padding-bottom: 0;
        opacity: 1;
    }
}
.linup-slide__item {
    width: 328px !important;
}
@media only screen and (max-width: 767px) {
    .linup-slide__item {
        width: calc((100% - 11px) / 2) !important;
    }
    .linup-slide__item:nth-child(n + 5) {
        display: none;
    }
}
.linup-slide__scrollbar {
    margin: 44px 53px 0;
}
.linup-slide__progressbar {
    width: calc(100% - 106px);
    max-width: 1400px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.linup-slide.swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.lineup-product {
    display: block;
    width: 100%;
}
.lineup-product:hover {
    opacity: 1;
}
.lineup-product:hover .lineup-product__img img {
    opacity: 1;
}
@media only screen and (min-width: 768px) {
    .lineup-product:hover .lineup-product__img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.lineup-product__img {
    width: 100%;
    aspect-ratio: 328/428;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .lineup-product__img {
        margin-bottom: 18px;
    }
}
.lineup-product__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.lineup-product__img__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; /* 縦方向*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; /*横方向*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 148px;
    min-height: 24px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    background-color: #3d3d3d;
    padding: 0 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}
@media only screen and (max-width: 767px) {
    .lineup-product__img__tag {
        min-width: 110px;
        min-height: 18px;
        font-size: 10px;
        padding: 0px 5px;
        top: 5px;
        right: 5px;
    }
}
.lineup-product__ttl {
    font-size: 16px;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    line-height: 1.2;
    letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
    .lineup-product__ttl {
        font-size: 12px;
    }
}
.lineup-product__ttl-tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; /* 縦方向*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; /*横方向*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 24px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.2em;
    border: 1px solid #3d3d3d;
    background-color: #f5f5f5;
    padding: 0 10px;
    margin-top: 10px;
}
@media only screen and (max-width: 767px) {
    .lineup-product__ttl-tag {
        min-height: 16px;
        font-size: 10px;
        padding: 0px 6px;
    }
}

.linup-bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; /* 縦方向*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; /*横方向*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 105px;
}
@media only screen and (max-width: 767px) {
    .linup-bnr {
        gap: 10px;
        margin-top: 80px;
    }
}
.linup-bnr__item {
    width: calc((100% - 16px) / 2);
}
@media only screen and (max-width: 767px) {
    .linup-bnr__item {
        width: 100%;
    }
}
.linup-bnr__item__img {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.linup-bnr__item__img::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.linup-bnr__item__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}
.linup-bnr__item__img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #3d3d3d;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.linup-bnr__item__img:hover::after {
    opacity: 0.7;
}
@media only screen and (min-width: 768px) {
    .linup-bnr__item__img:hover img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1;
    }
}
@media only screen and (max-width: 767px) {
    .linup-bnr__item__img._active::after {
        opacity: 0.7;
    }
}
@media only screen and (min-width: 768px) {
    .linup-bnr__item:hover img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1;
    }
}
.linup-bnr__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; /* 縦方向*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; /*横方向*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 283px;
    padding: 0 20px;
    height: 70px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    position: absolute;
    bottom: 122px;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
}
@media only screen and (max-width: 767px) {
    .linup-bnr__btn {
        width: 166px;
        height: 42px;
        font-size: 18px;
        bottom: 62px;
    }
}

/* BRANDS’ CONCEPT
------------------------------- */
.home-concept {
    padding: 83px 0 0;
}
@media only screen and (max-width: 767px) {
    .home-concept {
        padding: 78px 0 0px;
    }
}
.home-concept .ttl-large {
    margin-bottom: 77px;
}
@media only screen and (max-width: 767px) {
    .home-concept .ttl-large {
        margin-bottom: 45px;
    }
}
.home-concept__inner {
    max-width: 1400px;
    height: 100%;
    padding-right: 98px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 767px) {
    .home-concept__inner {
        padding: 0;
    }
}
.home-concept__img {
    width: 100%;
    height: 652px;
    margin-top: 12px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .home-concept__img {
        height: auto;
        aspect-ratio: 375/538;
    }
}
.home-concept__img__block {
    width: 493px;
    max-width: 50%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    margin: 0 0 0 auto;
    padding: 205px 65px 0;
}
@media only screen and (max-width: 980px) {
    .home-concept__img__block {
        padding: 205px 35px 0;
    }
}
@media only screen and (max-width: 767px) {
    .home-concept__img__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; /* 縦方向*/
        -ms-flex-line-pack: end;
        align-content: flex-end;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; /*横方向*/
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        max-width: none;
        height: 100%;
        margin: 0;
        padding: 25px 25px 45px;
        background-color: transparent;
        background-image: url("https://d2w53g1q050m78.cloudfront.net/titanistjp/uploads/assets_20240312/img/top/img_concept_bg.png.webp");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-transition: opacity 0.6s;
        transition: opacity 0.6s;
        opacity: 0;
    }
    .home-concept__img__block._active {
        opacity: 1;
    }
}
.home-concept__img__ttl {
    height: 36px;
    margin-bottom: 36px;
}
.home-concept__img__ttl img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.home-concept__img__desc {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
        "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.76;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
    word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
    .home-concept__img__desc {
        width: 100%;
        color: #fff;
        padding-right: 25px;
    }
}
.home-concept__img__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; /* 縦方向*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; /*横方向*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 44px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.2em;
    background-color: #fff9f2;
    border: 1px solid #3c3d3d;
    margin: 30px auto 0 0;
}
@media only screen and (max-width: 767px) {
    .home-concept__img__btn {
        width: 192px;
        height: 53px;
        font-size: 14px;
        letter-spacing: 0.1em;
    }
}
.home-concept__img__bg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.home-concept__img._type_b .home-concept__img__block {
    padding-top: 177px;
}
.home-concept__img._type_b .home-concept__img__block .home-concept__img__ttl {
    height: 38px;
}

.home-news {
    padding: 100px 0 0;
}
@media only screen and (max-width: 767px) {
    .home-news {
        padding: 70px 0 0;
    }
}
/* .about-table {
    margin: 0 0 37px;
} */
.l-container .home-news .ttl-large {
    margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
    .l-container .home-news .ttl-large {
        margin-bottom: 35px;
    }
}
.about-table li:not(:first-child) {
    border-top: 1px solid #ccc;
}
.about-table__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; /* 縦方向*/
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; /*横方向*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
        "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 19px;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #000;
    padding: 8px 0 6px;
}
.about-table__item:first-child {
    padding-top: 0;
}
@media only screen and (max-width: 767px) {
    .about-table__item {
        font-size: 14px;
        letter-spacing: 0.08em;
        padding: 17px 0 13px;
    }
}
.about-table__item + .about-table__item {
    border-top: 1px solid #ccc;
}
.about-table__item._addbdrtop {
    border-top: 1px solid #ccc;
}
.about-table__item._addbdrbtm {
    border-bottom: 1px solid #ccc;
}
.about-table__item._addmt {
    margin-top: 44px;
}
.about-table__item__ttl {
    width: 210px;
}
@media only screen and (max-width: 767px) {
    .about-table__item__ttl {
        width: 100%;
        margin-bottom: 6px;
    }
}
.about-table__item__desc {
    width: calc(100% - 210px);
}
@media only screen and (max-width: 767px) {
    .about-table__item__desc {
        width: 100%;
    }
}
.about-table__item__desc a {
    text-decoration: underline;
}
.about-table + .ttl-large-bold {
    margin-top: 100px;
}