main {
    max-width: 970px;
    margin: 0 auto;
}
/* スライドのサイズ調整 */
.splide__slide img {
    height: auto;
    width: 100%;
}
/*======= ヘッダー ====================*/
.top__header ul {
    text-align: center;
}
.top__header ul li {
    margin-bottom: 27px;
}
.fl-icon__header img {
    width: 20px;
}
#key {
    width: 15px;
}
.fl-icon__header {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
}
.middle__header {
    max-width: 970px;
    margin: 0 auto;
}
h1 svg {
    width: 220px;
}
h1 {
    text-align: center;
    margin-top: 0;
}
.btm__header {
    max-width: 970px;
    margin: 0 auto;
}
.btm__header ul {
    display: flex;
    gap: 47px;
    justify-content: center;
    border-bottom: 1px solid #bbb;
    padding-bottom: 17px;
}
/*メガメニュー*/
.mega-list {
    position: relative;
}
.mega-menu-box {
    display: none;
    position: absolute;
    top: 100%;
    left: -50px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 170px;
}
.mega-menu-box.is-open {
    display: block;
}
.mega-menu-box h3 {
    font-size: 12px;
    text-align: center;
    font-weight: 400;
}
.mega-menu-box li {
    font-size: 12px;
    margin-bottom: 12px;
    position: relative;
}
.mega-menu-box li::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #3f3b3a;
    border-right: 2px solid #3f3b3a;
    position: absolute;
    right: 10px;
    top: 3px;
    transform: rotate( 45deg);
}
/*======= top-section ====================*/
.logo__sec1 svg {
    width: 180px;
}
.logo__sec1 div {
    width: 50%;
    text-align: center;
    padding: 14px 0;
}
.logo__sec1 {
    display: flex;
    align-items: center;
    margin: 32px 0;
}
.logo__sec1 div:first-child {
    border-right: 1px solid #bbb;
}
.fv-sec {
    margin-bottom: 127px;
}
.fv-sec .splide__pagination {
    bottom: -2em;
}
.fv-sec .splide__pagination__page {
    background: transparent;
    border: 1px solid #bbb;
}
.fv-sec .splide__pagination__page.is-active {
    background: #bbb;
    transform: none;
}
.fv-sec .splide__pagination {
    gap: 10px;
}

/*======= bnr-sec =====================*/
.bnr-sec img {
    height: auto;
}
.img-box__bnr-sec {
    width: 840px;
    margin: 0 auto;
}
.img-box1__bnr-sec {
    margin-bottom: 47px;
}
.bnr-sec {
    margin-bottom: 170px;
}

/*======= new-arrivals-section ====================*/
.new-arrivals h2 {
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-bottom: 37px;
}
.sl1__new h3 {
    text-align: center;
}
.new-coco-logo svg {
    width: 150px;
}
.new-arrivals a,
.new-arrivals h5 {
    font-weight: 400;
}
.end-btn {
    text-align: center;
}
.end-btn a {
    border: 1px solid;
    padding: 8px 72px;
    border-radius: 4px;
}
.new-arrivals {
    margin-bottom: 170px;
}
/*cocoスライダー*/
.sl1__new {
    width: 770px;
    margin: 0 auto 77px;
}
.sl1__new .splide__arrow--next {
    top: 9rem;
    right: -4em;
}.sl1__new .splide__arrow--prev {
    left: -4em;
    top: 9.1rem;
}
.new-arrivals .splide__arrow {
    background: transparent;
}
/*lilianスライダー*/
.new-lilian-logo svg {
    width: 150px;
}
/*======= coordinate-section =====================*/
.coordinate h2 {
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-bottom: 21px;
}
.coordinate {
    margin-bottom: 170px;
}
/*タブメニュー*/
.tabs {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 37px;
}
.tab-button.active,
.tab-button.active2 {
    border: 1px solid #000;
}
.tab-content {
    display: none;
    margin-bottom: 33px;
}
.tab-content.active,
.tab-content.active2 {
    display: block;
    padding: 20px;
}
.tab-button {
    border: none;
    cursor: pointer;
    padding: 0;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 12px;
}
.tabs svg {
    width: 100%;
}
.grid-tab {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 37px;
    grid-column-gap: 20px;
}
.fl-tab {
    display: flex;
    gap: 7px;
}
.l-fl img {
    border-radius: 100%;
}
.l-fl {
    width: 17%;
}
.r-fl p {
    font-size: 12px;
    margin-top: 0;
}
.r-fl h6 {
    margin: 0;
}
.grid-box .img-box {
    margin-bottom: 10px;
}


/*======= rankingセクション =====================*/
.ranking h2 {
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-bottom: 21px;
}
.ranking .grid-tab,
.pickup .grid-tab {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.brand-name {
    font-size: 14px;
    color: #aaa;
}
.item-name {
    font-size: 14px;
    margin-bottom: 7px;
}
.price-name {
    margin-top: 0;
    font-size: 16px;
}
.rank {
    text-align: center;
}
.ranking {
    margin-bottom: 170px;
}

/*========pickupセクション======================*/
.pickup h2 {
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-bottom: 37px;
}
.pickup .grid-tab {
    margin-bottom: 57px;
}

/*=======会員登録セクション=====================*/
.member-t {
    border: 1px solid;
    text-align: center;
    padding: 30px 0;
    font-size: 40px;
    letter-spacing: 0.2em;
}
.pickup {
    margin-bottom: 137px;
}
.member {
    margin-bottom: 97px;
}
/*追従ボタン*/
.comment-btn img {
    width: 70px;
}
.comment-btn {
    position: fixed;
    right: 17px;
    bottom: 17px;
}

/*=======footer=====================*/
.fl-wrapper__footer {
    background-color: #eee;
    padding: 60px 0;
    display: flex;
    justify-content: center;
}
.mail-icon__footer img {
    width: 60px;
    margin-bottom: 4px;
}
.mail-icon__footer {
    background-color: #fff;
    text-align: center;
    padding: 20px 40px;
    border-radius: 5px;
}
.mail-icon__footer h3 {
    margin-top: 7px;
    margin-bottom: 7px;
    font-weight: 400;
    letter-spacing: 0.2em;
    font-size: 18px;
}
.mail-icon__footer p {
    margin-top: 0;
    font-size: 11px;
    color: #aaa;
}
.sns-box img {
    width: 18px;
}
.sns-box h3 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3em;
}
.fl3 svg {
    width: 160px;
}
.fl1 h3,
.fl1 p {
    font-size: 13px;
    letter-spacing: 0.15em;
    font-weight: 400;
}
.fl1 h3 {
    margin-bottom: 20px;
}
.fl1 {
    margin-right: 80px;
}
.fl2 {
    margin-right: 130px;
}
.sns-link {
    display: flex;
    gap: 10px;
}
.sns-link a {
    background-color: #fff;
    padding: 7px;
    border-radius: 100%;
}
.svg1__footer {
    margin-bottom: 32px;
}
.fl3 h3 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-weight: 400;
}
.svg2__footer svg {
    width: 130px;
}
.fl1__footer2 svg {
    width: 160px;
}
.footer-2-fl {
    display: flex;
    place-items: flex-start;
    justify-content: space-around;
    max-width: 1165px;
    margin: 0 auto;
    padding: 18px 0 30px;

}
.footer-2-fl p {
    margin: 0;
    font-size: 10px;
}