/* ===========================================
* MV
* ======================================== */

.mv__inner {
    padding: 0 30px;
    margin-bottom: 100px;
}
.mv__slider {
    position: relative;
    height: calc(100vh - 162px);
    overflow: hidden;
}
.mv__slide {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1.6/1;
}
.mv__ttl {
    position: absolute;
    margin: auto;
    inset: auto auto 37px 30px;
    font-family: "bembo", sans-serif;
    font-style: normal;
    font-size: 2.0rem;
    z-index: 1;
}
.mv__slide[data-color="black"] .mv__ttl {
    color: #080808;
}
.mv__slide[data-color="white"] .mv__ttl {
    color: #fff;
}
.mv__slide picture {
    display: block;
    width: 100%;
    height: 100%;
}
.mv__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@keyframes zoomOut {
    0% {
        transform: scale(1.04);
    }
    100% {
        transform: scale(1);
    }
}
.mv__slide.swiper-slide-active .mv__img,
.mv__slide.swiper-slide-duplicate-active .mv__img,
.mv__slide.swiper-slide-prev .mv__img {
    animation: zoomOut 10s linear 0s 1 normal both;
}
.mv__pagination {
    position: absolute;
    inset: auto 30px 40px auto;
    margin: auto;
    width: fit-content;
    z-index: 1;
}
.mv__pagination .swiper-pagination-bullet {
    width: 60px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0;
    margin-left: 10px;
    overflow: hidden;
}
.mv__pagination .swiper-pagination-bullet-active {
    position: relative;
}
.mv__pagination .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    inset: 0 0 0 0;
    background-color: #fff;
    animation: paginationAnime 8s linear 0s 1 normal both;
}
@keyframes paginationAnime {
    0% {
        transform: translateX(-100%)
    }
    100% {
        transform: translateX(0%)
    }
}
@media screen and (max-width: 768px) {
    .mv__inner {
        padding: 0 20px;
        margin-bottom: 60px;
    }
    .mv__slider {
        height: calc(100vh - 142px);
        max-height: 600px;
    }
    .mv__ttl {
        inset: auto 0 60px 0;
        width: fit-content;
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.6;
    }
    .mv__pagination {
        inset: auto 0 30px 0;
    }
    .mv__pagination .swiper-pagination-bullet {
        width: 50px;
        margin: 0 5px;
    }
}

/* ===========================================
* NEW ITEMS, Best Seller
* ======================================== */
.newItems__inner,
.bestSeller__inner {
    padding: 0 80px 100px;
    margin: 0 auto 100px;
    border-bottom: 1px solid #EDEDED;
}
.newItems__heading,
.bestSeller__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.newItems__ttl,
.bestSeller__ttl {
    font-family: "bembo", sans-serif;
    font-style: normal;
    font-size: 3.6rem;
}
.newItems__btn,
.bestSeller__btn {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 46px;
    font-family: "bembo", sans-serif;
    font-style: normal;
    font-size: 1.4rem;
    background-color: #fff;
    border: 1px solid #080808;
    transition: all 0.2s ease-out;
}
.newItems__btn:hover,
.bestSeller__btn:hover {
    background-color: #F5F5F5;
    border: 1px solid #F7F7F7;
}

.bestSeller .fs-c-productImage a::before {
    content: "1";
    font-family: "bembo", sans-serif;
    font-style: normal;
    font-size: 2.0rem;
    line-height: 1;
    width: 27px;
    padding-bottom: 5px;
    text-align: center;
    border-bottom: 1px solid #808080;
    position: absolute;
    top: 22px;
    left: 20px;
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(2) .fs-c-productImage a::before {
    content: "2";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(3) .fs-c-productImage a::before {
    content: "3";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(4) .fs-c-productImage a::before {
    content: "4";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(5) .fs-c-productImage a::before {
    content: "5";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(6) .fs-c-productImage a::before {
    content: "6";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(7) .fs-c-productImage a::before {
    content: "7";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(8) .fs-c-productImage a::before {
    content: "8";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(9) .fs-c-productImage a::before {
    content: "9";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(10) .fs-c-productImage a::before {
    content: "10";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(11) .fs-c-productImage a::before {
    content: "11";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(12) .fs-c-productImage a::before {
    content: "12";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(13) .fs-c-productImage a::before {
    content: "13";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(14) .fs-c-productImage a::before {
    content: "14";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(15) .fs-c-productImage a::before {
    content: "15";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(16) .fs-c-productImage a::before {
    content: "16";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(17) .fs-c-productImage a::before {
    content: "17";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(18) .fs-c-productImage a::before {
    content: "18";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(19) .fs-c-productImage a::before {
    content: "19";
}
.bestSeller .fs-c-productListCarousel__list .slick-slide:nth-child(20) .fs-c-productImage a::before {
    content: "20";
}
.bestSeller .fs-c-productListCarousel__list .tag_label {
    display: none;
}
.bestSeller .fs-c-productListCarousel__list .fs-c-productListItem__outOfStock {
    display: none;
}
@media screen and (max-width: 768px) {
    .newItems__inner, 
    .bestSeller__inner {
        padding: 0 20px 60px;
        margin: 0 auto 60px;
    }
    .newItems__ttl, 
    .bestSeller__ttl {
        font-size: 2.6rem;
    }
    .newItems__btn, 
    .bestSeller__btn {
        width: 120px;
        height: 36.8px;
    }
    .bestSeller .fs-c-productImage a::before {
        font-size: 1.5rem;
        width: 22px;
        padding-bottom: 5px;
        top: 16px;
        left: 15px;
    }
}

/* ===========================================
* CATEGORY
* ======================================== */
.cat__inner {
    padding: 0 80px 100px;
    margin: 0 auto 100px;
    border-bottom: 1px solid #EDEDED;
}
.series__inner {
    padding: 0 80px 100px;
    margin: 0 auto 100px;
    border-bottom: 1px solid #EDEDED;
}
.fs-cat-list {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.fs-cat-list.--cat {
    max-width: 1330px;
}
.fs-cat-list.--series {
    max-width: 1440px;
}
.fs-cat-list .fs-pt-column__item {
    position: relative;
}
.fs-cat-list.--cat .fs-pt-column__item {
    width: 45.1%;
    height: auto;
    aspect-ratio: 1 / 1.2;
}
.fs-cat-list.--series .fs-pt-column__item {
    width: 32.7%;
    height: auto;
    aspect-ratio: 1 / 1.2;
}
.fs-cat-list .fs-pt-column__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fs-cat-list .fs-pt-column__heading {
    position: absolute;
    margin: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    font-size: 1.6rem;
    color: #fff;
}
.fs-cat-list.--cat .fs-pt-column__heading {
    inset: auto 0 143px 0;
}
.fs-cat-list.--series .fs-pt-column__heading {
    inset: auto 0 123px 0;
}
.fs-cat-list .fs-pt-column__heading span {
    font-family: "bembo", sans-serif;
    font-style: normal;
    font-size: 3.6rem;
    text-shadow: 0px 0px 5px rgba(100, 100, 100, 0.1);
}
.fs-cat-list .fs-pt-column__description {
    position: absolute;
    margin: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 46px;
    font-family: "bembo", sans-serif;
    font-style: normal;
    font-size: 1.4rem;
    background-color: #fff;
    border: 1px solid #080808;
    transition: all 0.2s ease-out;
}
.fs-cat-list.--cat .fs-pt-column__description {
    inset: auto 0 60px 0;
}
.fs-cat-list.--series .fs-pt-column__description {
    inset: auto 0 40px 0;
}
.fs-cat-list .fs-pt-column__item:hover .fs-pt-column__description {
    background-color: #F5F5F5;
    border: 1px solid #F7F7F7;
}
@media screen and (max-width: 768px) {
    .cat__inner {
        padding: 0 20px 60px;
        margin: 0 auto 60px;
    }
    .series__inner {
        padding: 0 20px 60px;
        margin: 0 auto 60px;
    }
    .fs-cat-list {
        flex-flow: column;
        align-items: center;
    }
    .fs-cat-list.--cat .fs-pt-column__item,
    .fs-cat-list.--series .fs-pt-column__item {
        width: 100%;
        margin-bottom: 30px;
    }
    .fs-cat-list.--cat .fs-pt-column__item:last-child,
    .fs-cat-list.--series .fs-pt-column__item:last-child {
        margin-bottom: 0;
    }
    .fs-cat-list .fs-pt-column__heading {
        font-size: 1.3rem;
    }
    .fs-cat-list .fs-pt-column__heading span {
        font-size: 3.2rem;
        line-height: 1.2;
    }
    .fs-cat-list.--cat .fs-pt-column__heading,
    .fs-cat-list.--series .fs-pt-column__heading {
        inset: auto 0 88px 0;
    }
    .fs-cat-list .fs-pt-column__description {
        width: 120px;
        height: 36.8px;
    }
    .fs-cat-list.--cat .fs-pt-column__description,
    .fs-cat-list.--series .fs-pt-column__description {
        inset: auto 0 30px 0;
    }
}

/* ===========================================
* CONTENTS
* ======================================== */
.contents__inner {
    padding: 0 80px 100px;
    margin: 0 auto 100px;
    border-bottom: 1px solid #EDEDED;
}
.contents__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1140px;
    margin: 0 auto;
}
.contents__item {
    position: relative;
    width: 47.4%;
    display: flex;
    align-items: center;
    background-color: #EDEDED;
    padding: 40px;
}
.contents__arrow {
    position: absolute;
    inset: 20px 20px auto auto;
    margin: auto;
    width: 6px;
    object-fit: contain;
}
.contents__img {
    width: 34.8%;
    height: auto;
    aspect-ratio: 1/1.188;
    margin-right: 35px;
}
.contents__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contents__txt {
    width: 55%;
}
.contents__txt h2 {
    font-size: 1.4rem;
    /* margin-bottom: 10px; */
}
.contents__txt p {
    display: none;
    font-size: 1.2rem;
    line-height: 1.6;
}
@media screen and (max-width: 768px) {
    .contents__inner {
        padding: 0 20px 60px;
        margin: 0 auto 60px;
    }
    .contents__list {
        flex-flow: column;
        align-items: center;
    }
    .contents__item {
        width: 100%;
        padding: 28px;
        margin-bottom: 30px;
    }
    .contents__item:last-child {
        margin-bottom: 0;
    }
    .contents__img {
        margin-right: 30px;
    }
    .contents__txt p {
        font-size: 1.0rem;
    }
}

/* ===========================================
* INSPIRATION
* ======================================== */
.inspiration__inner {
    padding: 0 80px;
    margin: 0 auto 100px;
}
.inspiration__heading {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 53px;
}
.inspiration__heading span {
    font-family: "bembo", sans-serif;
    font-style: normal;
    font-size: 3.6rem;
    margin-bottom: 14px;
}
.inspiration__list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 950px;
    margin: 0 auto 56px;
}
.inspiration__item {
    width: 31%;
}
.inspiration__item a {
    display: flex;
    flex-flow: column;
    align-items: center;
}
.inspiration__item a img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.45/1;
    object-fit: cover;
    margin-bottom: 30px;
}
.inspiration__item a span {
    color: rgba(8, 8, 8, 0.5);
    margin-bottom: 16px;
}
.inspiration__item a h3 {
    font-size: 1.4rem;
    text-align: center;
}
.inspiration .slick-prev, 
.inspiration .slick-next, 
.inspiration .fs-c-slick .slick-prev, 
.inspiration .fs-c-slick .slick-next {
    color: transparent;
}
.inspiration__btn {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 214px;
    height: 46px;
    margin: 0 auto;
    font-family: "bembo", sans-serif;
    font-style: normal;
    font-size: 1.4rem;
    background-color: #fff;
    border: 1px solid #080808;
    transition: all 0.2s ease-out;
}
.inspiration__btn:hover {
    background-color: #F5F5F5;
    border: 1px solid #F7F7F7;
}
@media screen and (max-width: 768px) {
    .inspiration__inner {
        padding: 0 20px;
        margin: 0 auto 60px;
    }
    .inspiration__heading {
        margin-bottom: 34px;
    }
    .inspiration__heading span {
        font-size: 2.6rem;
        margin-bottom: 13px;
    }
    .inspiration__list {
        margin: 0 auto 30px;
    }
    .inspiration__item a img {
        margin-bottom: 20px;
    }
    .inspiration__item a span {
        margin-bottom: 16px;
    }
}


/* ======================================= */
/* 202607 TOP改修 追記 */
/* ======================================= */
.new-cat__inner {
    display: flex;
    justify-content: space-between;
    gap: 118px;
    padding: 0 80px 100px;
    margin: 0 auto 100px;
    border-bottom: 1px solid #EDEDED;
}
.new-cat__heading {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 28px;
    width: 282px;
}
.new-cat__ttl {
    font-family: "bembo", sans-serif;
    font-style: normal;
    font-size: 3.6rem;
    line-height: 1;
}
.new-cat__btn {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 46px;
    font-family: "bembo", sans-serif;
    font-style: normal;
    font-size: 1.4rem;
    background-color: #fff;
    border: 1px solid #080808;
    transition: all 0.2s ease-out;
}
.new-cat__btn:hover {
    background-color: #F5F5F5;
    border: 1px solid #F7F7F7;
}
.new-cat__list {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: clamp(20px, 2.5vw, 40px);
}
.new-cat__list-item a {
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    gap: 12px;
}
.new-cat__list-img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    background-color: #F6F6F6;
}
.new-cat__list-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 35%;
    mix-blend-mode: multiply;
}
.new-cat__list-item span {
    font-size: 1.4rem;
    line-height: 1;
}
@media screen and (max-width: 1024px) {
    .new-cat__inner {
        flex-flow: column;
        gap: 32px;
    }
    .new-cat__heading {
        flex-flow: row;
        justify-content: space-between;
        width: 100%;
        gap: 0;
    }
}
@media screen and (max-width: 768px) {
    .new-cat__inner {
        padding: 0 20px 60px;
        margin: 0 auto 60px;
    }
    .new-cat__ttl {
        font-size: 2.6rem;
    }
    .new-cat__btn {
        width: 120px;
        height: 36.8px;
    }
    .new-cat__list {
        grid-template-columns: repeat(3, 1fr);
        gap: 28px 15px;
    }
    .new-cat__list-item span {
        font-size: 1.2rem;
    }
}



.top-viewItems {
    display: none;
    padding: 0 80px 100px;
    margin: 0 auto 100px;
    border-bottom: 1px solid #EDEDED;
}
.top-viewItems:has(.fr3-item) {
    display: block;
}
.top-viewItems__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.top-viewItems__heading h2 {
    font-family: "bembo", sans-serif;
    font-style: normal;
    font-size: 3.6rem;
}
.fs-shoppingAround .slick-list {
    margin-right: -13px;
}
.fs-shoppingAround .slick-slide {
    margin-right: 13px;
}
@media screen and (max-width:768px) {
    .top-viewItems {
        padding: 0 20px 60px;
        margin: 0 auto 60px;
    }
    .top-viewItems__heading {
        margin-bottom: 32px;
    }
    .top-viewItems__heading h2 {
        font-size: 2.6rem;
    }
}


.new-brand {
    padding: 0 80px 100px;
    margin: 0 auto 100px;
    border-bottom: 1px solid #EDEDED;
}
.new-brand__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(40px, 7.5vw, 120px);
    max-width: 1200px;
    margin-inline: auto;
}
.new-brand:nth-of-type(2n+1) .new-brand__inner {
    flex-direction: row-reverse;
}
.new-brand__img {
    width: min(30vw, 470px);
    height: auto;
    aspect-ratio: 1 / 1.2;
}
.new-brand__img .fs-pt-column {
    width: 100%;
    height: 100%;
}
.new-brand__img .fs-pt-column__item {
    width: 100%;
    height: 100%;
}
.new-brand__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new-brand__detail {
    flex: 1;
}
.new-brand__heading {
    margin-bottom: 74px;
}
.new-brand__ttl {
    display: flex;
    align-items: baseline;
    gap: 12px;
    font-size: 1.3rem;
    margin-bottom: 22px;
}
.new-brand__ttl span {
    font-family: "bembo", sans-serif;
    font-style: normal;
    font-size: 3.6rem;
    line-height: 1;
}
.new-brand__desc {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 24px;
}
.new-brand__btn {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 46px;
    font-family: "bembo", sans-serif;
    font-style: normal;
    font-size: 1.4rem;
    background-color: #fff;
    border: 1px solid #080808;
    transition: all 0.2s ease-out;
}
.new-brand__btn:hover {
    background-color: #F5F5F5;
    border: 1px solid #F7F7F7;
}
.new-brand__items .fs-c-productListCarousel__list {
    overflow: visible;
}
.new-brand__items .slick-slider {
    padding-bottom: 0;
}
.new-brand__items .slick-arrow, 
.new-brand__items .fs-c-productListCarousel__list .slick-arrow {
    top: 50%;
    bottom: 50%;
    width: 30px;
    height: 30px;
}
.new-brand__items .slick-prev, 
.new-brand__items .fs-c-slick .slick-prev {
    left: -38px;
}
.new-brand__items .slick-next, 
.new-brand__items .fs-c-slick .slick-next {
    right: -38px;
}
.new-brand__items .slick-prev::before, 
.new-brand__items .slick-next::before, 
.new-brand__items .fs-c-slick .slick-prev::before, 
.new-brand__items .fs-c-slick .slick-next::before {
    background-size: 10px;
}
.new-brand__items .slick-prev::before, 
.new-brand__items .fs-c-slick .slick-prev::before {
    background-image: url(https://epoi.itembox.cloud/item/epoi/images/common/arrow-grey.svg);
    transform: rotate(180deg);
}
.new-brand__items .slick-next::before, 
.new-brand__items .fs-c-slick .slick-next::before {
    background-image: url(https://epoi.itembox.cloud/item/epoi/images/common/arrow-grey.svg);
}

.new-brand__items .fs-c-productListItem__prices {
    display: none;
}
.new-brand__items .fs-c-productImage a {
    aspect-ratio: 1 / 1;
    margin-bottom: 0;
}
.new-brand__items .fs-c-productImage img {
    object-position: 50% 35%;
}

.new-brand__items .fs-c-productImage:hover a img {
    display: block;
}

@media screen and (max-width: 768px) {
    .new-brand {
        padding: 0 0 60px;
        margin: 0 auto 60px;
    }
    .new-brand:nth-of-type(2n+1) .new-brand__inner {
        flex-direction: column;
    }
    .new-brand__inner {
        flex-flow: column;
        gap: 32px;
    }
    .new-brand__img {
        width: 100%;
        padding-inline: 20px;
    }
    .new-brand__heading {
        padding-inline: 20px;
        margin-bottom: 32px;
    }
    .new-brand__ttl span {
        font-size: 2.6rem;
    }
    .new-brand__detail {
        width: 100%;
    }
    .new-brand__btn {
        width: 120px;
        height: 36.8px;
    }
    .new-brand__items .fs-c-productListCarousel__list {
        padding-inline: 20px;
    }
    .new-brand__items .slick-arrow, 
    .new-brand__items .fs-c-productListCarousel__list .slick-arrow {
        width: 20px;
        height: 20px;
    }
    .new-brand__items .slick-prev::before, 
    .new-brand__items .slick-next::before, 
    .new-brand__items .fs-c-slick .slick-prev::before, 
    .new-brand__items .fs-c-slick .slick-next::before {
        background-size: 8px;
    }
    .new-brand__items .slick-prev, 
    .new-brand__items .fs-c-slick .slick-prev {
        left: -20px;
    }
    .new-brand__items .slick-next, 
    .new-brand__items .fs-c-slick .slick-next {
        right: -20px;
    }
}


.top-news__inner {
    padding: 0 80px 100px;
    margin: 0 auto 100px;
    border-bottom: 1px solid #EDEDED;
}
.top-news__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.top-news__ttl {
    font-family: "bembo", sans-serif;
    font-style: normal;
    font-size: 3.6rem;
}
.top-news__btn {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 46px;
    font-family: "bembo", sans-serif;
    font-style: normal;
    font-size: 1.4rem;
    background-color: #fff;
    border: 1px solid #080808;
    transition: all 0.2s ease-out;
}
.top-news__btn:hover {
    background-color: #F5F5F5;
    border: 1px solid #F7F7F7;
}
.top-news__list {
    display: flex;
    justify-content: space-between;
}
.top-news__list-item {
    width: 31%;
}
.top-news__list-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.28 / 1;
    object-fit: cover;
    margin-bottom: 20px;
}
.top-news__list-item span {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    opacity: 0.5;
    margin-bottom: 8px;
}
.top-news__list-item h3 {
    font-size: 1.3rem;
    line-height: 1.8;
}
@media screen and (max-width: 768px) {
    .top-news__inner {
        padding: 0 20px 60px;
        margin: 0 auto 60px;
    }
    .top-news__heading {
        margin-bottom: 32px;
    }
    .top-news__ttl {
        font-size: 2.6rem;
    }
    .top-news__btn {
        width: 120px;
        height: 36.8px;
    }
    .top-news__list {
        flex-wrap: wrap;
        gap: 40px;
    }
    .top-news__list-item {
        width: 100%;
    }
}

.top-freeArea {
    padding: 0 80px 100px;
    margin: 0 auto 100px;
    border-bottom: 1px solid #EDEDED;
}
.top-freeArea__inner {
    max-width: 1290px;
    margin-inline: auto;
}
.top-freeArea__img {
    margin-bottom: 25px;
}
.top-freeArea__ttl {
    font-size: 24px;
}
@media screen and (max-width: 768px) {
    .top-freeArea {
        padding: 0px 20px 60px;
        margin: 0px auto 60px;
    }
    .top-freeArea__img {
        margin-bottom: 15px;
    }
    .top-freeArea__ttl {
        font-size: 18px;
    }
}