#floor_top {
    font-weight: 400;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

#floor_top a:visited {
    color: #666;
}

#floor_top .top_img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

#floor_top .top_img img {
    height: inherit;
}
#cate {
    text-align: center;
    margin-bottom: 6rem;
}

.contents_h2 {
    padding-bottom: .4rem;
    display: inline-block;
    border-bottom: 2px solid #B3BFC8;
    font-size: 1.6rem;
    margin-bottom: 0;
}

.d_flex {
    display: flex;
}

.d_flex>picture {
    width: 40%;
}

.d_flex>ul {
    width: 60%;
}

.cate_inner {
    justify-content: space-between;
    align-items: center;
}

ul.list__wrap {
    position: relative;
    padding-left: 2em;
}

ul.list__wrap li {
    padding: 0.5rem 0;
    line-height: 1.5;
    text-align: left;
}

ul.list__wrap li::before {
    position: absolute;
    left: 1rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f14a';
    color: #999;
}

.btn__wrap {
    justify-content: center;
    margin-top: 1rem;
    flex-wrap: wrap;
    gap: 6px;
}

.btn__wrap a::after {
    content: " \f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.btn__recta,
.btn__round {
    border: 1px solid #666;
    padding: .6rem 1.2rem;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #d7d7d7;
    font-size: 1.2rem;
    align-items: center;
}

.btn__recta img {
    display: inline;
    width: 32px;
    height: auto;
}

.btn__round {
    display: inline-block;
    border-radius: 50px;
    margin-top: 1.1rem;
    padding: .8rem 1.6rem;

}

#cate>div {
    margin-bottom: 4rem;
}

/*btn*/
.cp_box1 {
    position: relative;
}

.cp_box1 input {
    display: none;
}

/*gradation*/
.cp_box1 label {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    bottom: -10px;
    width: 100%;
    height: 180px;
    cursor: pointer;
    text-align: center;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 30%, rgba(255, 255, 255, 0.99) 50%, rgba(255, 255, 255, 1) 90%);
}

.cp_box1 input:checked+label {
    background: inherit;
}


.cp_box1 .cp_container {
    overflow: hidden;
    height: 665px;
    transition: all 0.5s;
}

.cp_box1 label:after,
.cp_box1 label::before {
    content: '';
    position: absolute;
    line-height: 2.5rem;
    text-align: center;
    width: 250px;
    margin: 32px auto 0;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    padding: 13px 0;
}

.cp_box1 label:after {
    z-index: 2;
    bottom: 20px;
    content: '続きをよむ';
}

.cp_box1 label::before {
    position: absolute;
    bottom: 24px;
    left: calc(50% - 3.6em);
    z-index: 3;
    width: 10px;
    height: 5px;
    background: #333;
    clip-path: polygon(50% 38%, 0 0, 100% 0);
}

.cp_box1 input:checked+label:after {
    content: '閉じる';
}

.cp_box1 input:checked+label:before {
    bottom: 40px;
    left: calc(50% - 2.5em);
    transform: scale(1, -1);
}

.cp_box1 input:checked~.cp_container {
    height: auto;
    padding-bottom: 80px;
    transition: all 0.5s;
}

.tab-content {
    display: none;
}

#tab-mat:checked~.contents #content-mat {
    display: flex;
}

@media screen and (min-width: 960px) {
    #floor_top {
        font-size: 1.8rem;
    }

    #floor_top .top_img {
        margin: inherit;
        width: 100%;
    }

    #floor_top .top_img img {
        height: auto;
    }

    #floor_top .contents-intro {
        font-size: 1.8rem;
    }

    #floor_top .contents_h2 {
        border-bottom: 4px solid #B3BFC8;
        font-size: 2rem;
        padding: 1rem 2rem;
        margin-bottom: -2rem;
    }

    .cate_inner {
        justify-content: center;
        gap: 40px;
    }

    .d_flex>picture {
        width: 32%;
        margin-left: 5rem;
    }

    .d_flex>ul {
        width: 56%;
    }

    ul.list__wrap li {
        line-height: 2.5;
    }

    .btn__wrap {
        gap: 10px;
    }

    .btn__recta,
    .btn__round {
        padding: 1rem 2rem;
        font-size: 1.6rem;
    }

    .btn__round {
        margin-top: 1.8rem;
        padding: 1.4rem 2.8rem;
        font-size: 1.8rem;
        font-weight: 600;
    }

    #cate>div {
        margin-bottom: 6rem;
    }

    #cate {
        margin-bottom: 10rem;
    }

    .taste_wrap {
        display: flex;
    }

    .taste_item {
        width: 28%;
    }
    .taste_wrap {
        gap: 3rem;
        width: 100%;
    }
    .taste_item {
        width: 29%;
    }
}