@charset "utf-8";
/*c-系=====================================*/
.c-asp1-1 {
    aspect-ratio: 1/1;
}
.c-asp2200-1700 {
    aspect-ratio: 2200/1700;
}
.c-img100 {
    width: 100%;
    display: block;
    vertical-align: bottom;
}
.c-mb30 {
    margin-bottom: 30px;
}
.c-btn {
    color: #333;
    display: block;
    text-align: center;
    text-decoration: none;
    position: relative;
}
.c-btn:hover {opacity: .8;}
.c-btn-width-fit {
    width: fit-content;
    padding: 0 3rem;
}
.c-btn-center {
    margin-right: auto;
    margin-left: auto;
}
.c-btn--1L {
    height: 35px;
    line-height: 35px;
    font-size: 1.3rem;
}
.c-btn--border {
    border: 1px solid #333;
}
.c-btn--arrow::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
}
.c-bg-gray {
    background-color: #f7f7f7;
}
/*top-系=====================================*/
.top-bnr100 {
    margin-bottom: 8px;
    display: block;
}
.top-bnr100-img {
    aspect-ratio: 828/600;
}
.top-btn {
    width: fit-content;
}
/*BEM========================================*/
.home {overflow-x: hidden;}
.top {
    font-family: "Arial";
}
.top__slider {
    margin: 64px auto 28px;
    position: relative;
}
/*.swiper-slide-next,*/
/*.swiper-slide-prev {opacity: .6;}*/
/*.top__slider__prev,*/
/*.top__slider__next {*/
/*    width: 48px;*/
/*    height: 48px;*/
/*    background: none !important;*/
/*    -webkit-tap-highlight-color: rgba(0,0,0,0);*/
/*    -webkit-box-shadow: none;*/
/*    box-shadow: none;*/
/*    outline: none;*/
/*    top: 47% !important;*/
/*    z-index: 1;*/
/*}*/
/*.top__slider__prev {left: 0 !important;}*/
/*.top__slider__next {right: 0 !important;}*/
/*.top__slider__prev::before,*/
/*.top__slider__next::before {*/
/*    content: '';*/
/*    display: block;*/
/*    margin: auto;*/
/*    position: absolute;*/
/*    top: -4px;*/
/*    bottom: 0;*/
/*    -webkit-transform: rotate(45deg);*/
/*    transform: rotate(45deg);*/
/*}*/
/*.top__slider__prev::before,*/
/*.top__slider__next::before {*/
/*    width: 20px;*/
/*    height: 20px;*/
/*}*/
/*.top__slider__prev::before {*/
/*    border-bottom: 1px solid #fff;*/
/*    border-left: 1px solid #fff;*/
/*    left: 11px;*/
/*}*/
/*.top__slider__next::before {*/
/*    border-top: 1px solid #fff;*/
/*    border-right: 1px solid #fff;*/
/*    right: 11px;*/
/*}*/
.top__slider__in__wrap {will-change: transform;}
.top__slider__in__wrap__img {
    width: 100%;
    aspect-ratio: 828/1060;
    vertical-align: bottom;
    display: block;
    font-size: 0;
}
/*追記*/
/*.swiper-button-next:after,*/
/*.swiper-button-prev:after {*/
/*    display: none;*/
/*}*/
.swiper-pagination {
    bottom: -30px !important;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    border: 1px solid #a1a2a3;
    /*background: #a1a2a3;*/
    background: #fff;
    opacity: .8;
}
.swiper-pagination-bullet-active {
    border: none !important;
    background: #333 !important;
}
/*.top__slider__in__wrap__txt {*/
/*    margin: auto;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: 8%;*/
/*    transform: translateY(-50%);*/
/*}*/
/*.top__slider__in__wrap__txt__ttl {*/
/*    line-height: 1;*/
/*    text-align: center;*/
/*    font-size: 6rem;*/
/*    font-weight: 400;*/
/*    color: #fff;*/
/*}*/
/*.top__slider__in__wrap__txt__dsc {*/
/*    margin-bottom: 30px;*/
/*    text-align: center;*/
/*    font-size: 1.8rem;*/
/*    color: #fff;*/
/*}*/
/*.top__slider__in__wrap__txt__more {*/
/*    width: 60%;*/
/*    border-radius: 20px;*/
/*    margin-right: auto;*/
/*    margin-left: auto;*/
/*    text-align: center;*/
/*    padding: 5px;*/
/*    font-size: 1.5rem;*/
/*    background-color: #d0d0d1;*/
/*    color: #333;*/
/*}*/
.top__sc {
    padding: 30px 0 48px;
}
/*.top-parent .top__sc:nth-child(even) {*/
/*    background-color: #f7f7f7;*/
/*}*/
.top__sc--gray {
    background-color: #f7f7f7;
}
.top__sc__ttl {
    margin-bottom: 24px;
    position: relative;
    text-align: center;
}
.top__sc__ttl__1 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    background-color: #fff;
}
.c-bg-gray .top__sc__ttl__1 {
    background-color: #f7f7f7;
}
.top__sc__ttl__2 {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
}
.top__sc__slide {
    padding: 0 4%;
    position: relative;
}
.top__sc__slide__in {
    padding-bottom: 45px;
}
.top__sc__slide__in--inspiration {
    padding-bottom: 30px;
}
.top__sc__slide__in__blk {
    text-align: center;
    opacity: 1;
}
.top__sc__slide__in__blk__in__img2-3,
.top__sc__slide__in__blk__in__img3-6 {
    width: 100%;
    vertical-align: bottom;
    display: block;
    aspect-ratio: 1/1;
}
@media (max-width: 414px) {
    .top__sc__slide__in__blk__in__img3-6 {
        max-width: 117px;
    }
}
@media (max-width: 390px) {
    .top__sc__slide__in__blk__in__img3-6 {
        max-width: 110px;
    }
}
@media (max-width: 375px) {
    .top__sc__slide__in__blk__in__img3-6 {
        max-width: 105px;
    }
}
.top__sc__slide__in__blk__in__nm {
    height: 40px;
    line-height: 1.45;
    margin-top: 5px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    word-break: break-word;
}
.top__sc__slide__in__blk__in__cat {
    line-height: 1.5;
    margin: 2px 0;
    font-size: 1rem;
    color: #afafaf;
}
.top__sc__slide__in__blk__in__pr {
    font-size: 1.4rem;
    color: #333;
}
.top__sc__slide__in__blk__in__pr__jp {
    font-size: 1.3rem;
}
.top__sc__slide__in__blk__in__buy {
    width: fit-content;
    height: 22px;
    line-height: 22px;
    margin: 10px auto 0;
    padding: 0 2em;
    border-radius: 15px;
    color: #fff;
    font-size: 1.2rem;
    background: #333;
}
.swiper-scrollbar {
    background: #f7f7f7;
}
/*.top__sc__slide__arrow {*/
/*    width: 48px;*/
/*    height: 80px;*/
/*    background: none;*/
/*    -webkit-tap-highlight-color: rgba(0,0,0,0);*/
/*    -webkit-box-shadow: none;*/
/*    box-shadow: none;*/
/*    outline: none;*/
/*    z-index: 1;*/
/*}*/
/*.top__sc__slide__arrow--3c {top: 38px;}*/
/*.top__sc__slide__arrow--2c {top: 67px;}*/
/*@media (max-width: 320px) {*/
/*    .top__sc__slide__arrow--3c {top: 30px;}*/
/*    .top__sc__slide__arrow--2c {top: 52px;}*/
/*}*/
/*@media (min-width: 414px) {*/
/*    .top__sc__slide__arrow--3c {top: 44px;}*/
/*    .top__sc__slide__arrow--2c {top: 74px;}*/
/*}*/
/*.top__sc__slide__arrow--prev {*/
/*    left: -15px;*/
/*}*/
/*.top__sc__slide__arrow--next {*/
/*    right: -15px;*/
/*}*/
/*.top__sc__slide__arrow::before {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    margin: auto;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    -webkit-transform: rotate(45deg);*/
/*    transform: rotate(45deg);*/
/*}*/
/*.top__sc__slide__arrow--prev::before {*/
/*    border-bottom: 1px solid #333;*/
/*    border-left: 1px solid #333;*/
/*    left: 26px;*/
/*}*/
/*.top__sc__slide__arrow--next::before {*/
/*    border-top: 1px solid #333;*/
/*    border-right: 1px solid #333;*/
/*    right: 26px;*/
/*}*/
.top__sc__cat {
    padding: 0 4%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.top__sc__cat__blk {
    width: calc((100% - 15px) / 2);
}
.top__sc__cat__blk:hover img {
    opacity: 1 !important;
}
.top__sc__cat .top__sc__cat__blk:nth-child(2n) {
    margin-left: 15px;
}
.top__sc__cat .top__sc__cat__blk:nth-child(n+3) {
    margin-top: 15px;
}
.top__sc__cat__blk__txt {
    margin-top: 8px;
    text-align: center;
    font-size: 1.2rem;
    color: #333;
}
@media (max-width: 375px) {
    .top__sc__cat__blk__txt {
        letter-spacing: normal;
    }
}
.top__sc__news__in {
    padding: 0 4%;
}
.top__sc__news__in__ttl {
    margin-bottom: 10px;
    font-size: 1.6rem;
}
.top__sc__news__in__list__txt {
    line-height: 1.5;
    padding-left: 1em;
    text-indent: -1em;
    display: block;
    font-size: 1.3rem;
    color: #333;
}
.top__sc__news__in__list .top__sc__news__in__list__txt:not(:last-child) {
    margin-bottom: 8px;
}
@media (min-width: 600px) {
    .top__sc__cat__blk {
        width: calc((100% - 30px) / 3);
    }
    .top__sc__cat .top__sc__cat__blk:nth-child(2n) {
        margin-left: 0;
    }
    .top__sc__cat .top__sc__cat__blk:not(:nth-child(3n)) {
        margin-right: 15px;
    }
    .top__sc__cat .top__sc__cat__blk:nth-child(n+3) {
        margin-top: 0;
    }
    .top__sc__cat .top__sc__cat__blk:nth-child(n+4) {
        margin-top: 30px;
    }
    .top__sc__news {
        padding: 0 4%;
        display: flex;
        flex-wrap: wrap;
    }
    .top__sc__news__in {
        width: calc((100% - 30px) / 3);
        padding: 0;
    }
    .top__sc__news .top__sc__news__in:not(:nth-child(3n)) {
        margin-right: 15px;
    }
}
@media (min-width: 768px) {
    /*c-系=====================================*/
    .c-mb30 {
        margin-bottom: 60px;
    }
    .c-btn-width-fit {
        padding: 0 6rem;
    }
    .c-btn--1L {
        height: 50px;
        line-height: 50px;
        font-size: 1.6rem;
    }
    .c-btn--arrow::before {
        width: 8px;
        height: 8px;
        right: 15px;
    }
    /*top-系=====================================*/
    .top-bnr100 {
        margin-bottom: 60px;
    }
    .top-bnr100-img {
        aspect-ratio: 2500/1500;
    }
    /*BEM========================================*/
    .top__slider {
        margin: 118px auto 28px;
    }
    .top__slider__in__wrap__img {
        aspect-ratio: 2560/1280;
    }
    .top__sc {
        padding: 60px 0 90px;
    }
    .top__sc__ttl {
        margin-bottom: 60px;
    }
    .top__sc__ttl--border::before {
        content: "";
        display: block;
        width: 92%;
        height: 1px;
        margin: auto;
        position: absolute;
        top: 31px;
        right: 0;
        left: 0;
        background-color: #333;
    }
    .top__sc__ttl__1 {
        padding: 0 20px;
        position: relative;
        font-size: 4rem;
    }
    .top__sc__ttl__2 {
        margin-top: 4px;
        font-size: 2.2rem;
    }
    .top__sc__slide__in {
        padding-bottom: 60px;
    }
    .top__sc__slide__in__blk__in__nm {
        height: 48px;
        margin-top: 10px;
        font-size: 1.5rem;
    }
    .top__sc__slide__in__blk__in__buy {
        height: 25px;
        line-height: 25px;
        margin: 15px auto 0;
        font-size: 1.3rem;
    }
    .top__sc__slide__in__blk__in__pr {
        font-size: 1.6rem;
    }
    .top__sc__slide__in__blk__in__pr__jp {
        font-size: 1.5rem;
    }
    .top__sc__cat__blk {
        width: calc((100% - 60px) / 3);
    }
    .top__sc__cat .top__sc__cat__blk:not(:nth-child(3n)) {
        margin-right: 30px;
    }
    .top__sc__cat__blk__txt {
        margin-top: 12px;
        font-size: 1.4rem;
    }
    .top__sc__news__in {
        width: calc((100% - 60px) / 3);
    }
    .top__sc__news .top__sc__news__in:not(:nth-child(3n)) {
        margin-right: 30px;
    }
    .top__sc__news__in__ttl {
        margin-bottom: 15px;
        font-size: 2rem;
    }
    .top__sc__news__in__list__txt {
        font-size: 1.6rem;
    }
    .top__sc__news__in__list .top__sc__news__in__list__txt:not(:last-child) {
        margin-bottom: 15px;
    }
}
@media (min-width: 1000px) {
    /*top-系=====================================*/
    /*BEM========================================*/
    .swiper-pagination {
        bottom: -37px !important;
    }
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 6px;
    }
    .top__sc__slide .swiper-slide-active:hover {opacity: .8;}
    .top__sc__slide__in {
        padding-bottom: 0;
    }
    .top__sc__slide__in--inspiration {
        padding-bottom: 45px;
    }
    .top__sc__slide__in__blk {
        padding-bottom: 16px;
    }
    .top__sc__slide__in__blk,
    .top__sc__cat__blk {
        transition: opacity .2s;
    }
    .top__sc__cat__blk:hover,
    .top__sc__slide__in__blk:hover {
        opacity: .8;
    }
    .top__sc__ttl--border::before {
        top: 35px;
    }
    .top__sc__ttl__1 {
        padding: 0 30px;
        font-size: 4.8rem;
    }
    .top__sc__ttl__2 {
        margin-top: 4px;
        font-size: 2.6rem;
    }
    .top__sc__cat__blk__txt {
        font-size: 1.6rem;
    }
}
@media (min-width: 1440px) {
    /*c-系=====================================*/
    .c-btn--1L {
        transition: opacity .2s;
    }
    /*BEM========================================*/
    .top__sc__slide__in__blk__in__nm {
        height: 30px;
    }
    .top__sc__ttl,
    .top__sc__slide,
    .top__sc__cat,
    .top__sc__news {
        width: 1440px;
        margin-right: auto;
        margin-left: auto;
    }
    .top__sc__slide {
        overflow: hidden;
    }
    .top__sc__slide__in__blk {
        padding-bottom: 32px;
    }
    .top__sc__slide__in__blk__in__img3-6 {
        max-width: 228px;
    }
    @media (min-width: 1560px) {
        .top__sc__ttl--border::before {
            width: 100%;
        }
        .top__sc__slide,
        .top__sc__cat,
        .top__sc__news {
            padding: 0;
        }
    }
}