@charset "utf-8";

/* top-slide */
.top-slide-wrap {
    margin-top: min(1.7rem, 17px);
    margin-bottom: min(7rem, 70px);
}
.top-slide .slick-slide {
    margin: 0 10px;
}
.top-slide-wrap .slick-slide img {
    width: 100%;
}
.top-thumbnail {
    width: 50%;
    margin: 20px auto;
    cursor: pointer;
}
.top-thumbnail .slick-slide {
    margin: 0 6px;
    position: relative;
}
.top-thumbnail .slick-slide:hover:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(250,237,0,.7);
}

/* top-ttl */
.top-ttl {
    display: block;
    margin-top: -1em;
    margin-bottom: min(2rem, 20px);
}
@media only screen and (max-width: 899px) {
    .top-slide-wrap {
        margin: 1rem 0 12rem;
    }
    .top-thumbnail {
        width: 80%;
    }
    .top-ttl {
        width: 50rem;
        max-width: 80%;
        margin: 0 auto 5rem;
    }
}
@media only screen and (max-width: 599px) {
    .top-slide-wrap {
        margin: 1rem 0 6rem;
    }   
    .top-thumbnail {
        margin: 1rem auto;
    }
    .top-thumbnail .slick-slide {
        margin: 0 3px;
    }
}

/* pickup */
#pickup {
    background: url(https://daikon5665.itembox.design/item/img/top/bg-pickup.png) 0 / 100% 100% no-repeat;
    margin-bottom: 4rem;
    padding: min(2.5rem, 25px) min(3rem, 30px);
}
.pickup-ttl {
    margin-bottom: min(2rem, 20px);
}
.pickup-list {
    display: grid;
    grid-template-columns: 50% 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "item1 item2 item3" "item1 item4 item5";
    column-gap: min(.5rem, 5px);
    row-gap: min(.5rem, 5px);
}
.pickup-list .pickup-item:first-child {
   grid-area: item1;
}
.pickup-list .pickup-item:nth-child(2) {
   grid-area: item2;
}
.pickup-list .pickup-item:nth-child(3) {
   grid-area: item3;
}
.pickup-list .pickup-item:nth-child(4) {
   grid-area: item4;
}
.pickup-list .pickup-item:nth-child(5) {
   grid-area: item5;
}
.pickup-list .pickup-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pickup-item a {
    line-height: 0;
}
@media only screen and (max-width: 899px) {
    #pickup {
        background: url(https://daikon5665.itembox.design/item/img/top/sp/bg-pickup_sp.png) 0 / 100% 100% no-repeat;
        margin-bottom: 8rem;
        padding: 4rem 4rem 5rem;
    }
    .pickup-ttl {
        text-align: center;
        margin-bottom: 3rem;
    }
    .pickup-ttl img {
        width: 41rem;
    }
    .pickup-list {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 50.9rem 1fr 1fr;
        grid-template-areas: "item1 item1" "item2 item3" "item4 item5";
        gap: .7rem;
    }
}
@media only screen and (max-width: 599px) {
    #pickup {
        padding: 3rem 2rem 4rem;
    }
    .pickup-ttl img {
        width: 24rem;
    }
    .pickup-list {
        grid-template-rows: auto auto auto;
    }
}

/* top-section */
.top-section + .top-section {
    padding-top: min(6rem, 60px);
    position: relative;
}
.top-section + .top-section:before {
    content: "";
    background: url(https://daikon5665.itembox.design/item/img/common/illust-wave.png) 0 / 100% 100% no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: min(2.1rem, 21px);
}
@media only screen and (max-width: 899px) {
    .top-section + .top-section {
        padding-top: 12rem;
    }
    .top-section + .top-section:before {
        background: url(https://daikon5665.itembox.design/item/img/common/illust-wave_sp.png) 0 / 100% 100% no-repeat;
        height: 3.8rem;
    }
}
@media only screen and (max-width: 599px) {
    .top-section + .top-section {
        padding-top: 6rem;
    }
    .top-section + .top-section:before {
        height: 2rem;
    }
}

/* worries */
/* target */
.group-wrap {
    margin-bottom: min(4rem, 40px);
}
.group-ttl {
    margin-bottom: min(3rem, 30px);
}
.group-list {
    display: flex;
    gap: 1.25%;
}
.group-item {
    width: 19%;
    text-align: center;
}
.group-name {
    background: url(https://daikon5665.itembox.design/item/img/top/bg-group.png) center / 100% 100% no-repeat;
    font-size: min(1.4rem, 14px);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 124px;
    height: min(5rem, 50px);
    margin: auto;
}
@media only screen and (max-width: 899px) {
    .group-ttl {
        margin-bottom: 5rem;
    }
    #worries .group-ttl img {
        width: 63rem;
    }
    #target .group-ttl img {
        width: 51rem;
    }
    .group-list {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0;
        width: 90%;
        margin: auto;
    }
    .group-item {
        width: 45%;
        margin-bottom: 5rem;
    }
    .group-item img {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .group-name {
        background: url(https://daikon5665.itembox.design/item/img/top/sp/bg-group_sp.png) center / 100% 100% no-repeat;
        max-width: none;
        font-size: 2.8rem;
        height: 10rem;
    }
}
@media only screen and (max-width: 599px) {
    .group-ttl {
        margin-bottom: 3rem;
    }
    #target .group-ttl img {
        width: 31rem;
    }
    .group-item {
        width: 47%;
        margin-bottom: 3rem;
    }
    .group-name {
        font-size: 1.6rem;
        height: 6rem;
    }
}

/* recommend */
#recommend {
    margin-bottom: min(4.5rem, 45px);
}
.recommend-ttl {
    margin-bottom: min(2.5rem, 25px);
}
.recommend-list {
    display: flex;
    gap: 1.5%;
}
.recommend-item {
    width: 33%;
}
@media only screen and (max-width: 899px) {
    #recommend {
        margin-bottom: 7rem;
    }
    .recommend-ttl {
        margin-bottom: 5rem;
    }
    .recommend-ttl img {
        width: 36rem;
    }
    .recommend-list {
        flex-direction: column;
        gap: 0;
        width: 90%;
        margin: auto;
    }
    .recommend-item {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .recommend-item a {
        line-height: 0;
    }
    .recommend-item img {
        width: 100%;
    }
}
@media only screen and (max-width: 599px) {
    .recommend-ttl {
        margin-bottom: 3rem;
    }
    .recommend-ttl img {
        width: 22rem;
    }
}

/* news */
.news-topttl {
    margin-bottom: min(2.5rem, 25px);
}
.news-slide {
    margin: 0 10px min(4rem, 40px);
}
.news-slide .slick-slide {
    margin: 0 10px;
}
.news-img {
    position: relative;
}
.news-img img {
    background-color: #555555;
    border-radius: 10px 10px 0 0;
}
.news-img .cat-name {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #faed00;
    font-size: min(1.2rem, 12px);
    text-align: center;
    padding: 5px 10px;
}
.news-info {
    background-color: #f5f2f0;
    border-radius: 0 0 10px 10px;
    padding: 15px 10px;
}
.news-info .news-date {
    font-size: min(1.2rem, 12px);
    color: #999999;
}
.news-info .news-ttl {
    font-size: min(1.4rem, 14px);
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media only screen and (max-width: 899px) {
    .news-topttl {
        margin-bottom: 6rem;
    }
    .news-topttl img {
        width: 36rem;
    }
    .news-slide {
        margin: 0 0 6rem;
    }
    .news-slide .slick-slide {
        margin: 0 1.5rem;
    }
    .news-img img {
        width: 100%;
    }
    .news-img .cat-name {
        font-size: 2.4rem;
    }
    .news-info {
        padding: 3rem;
    }
    .news-info .news-date {
        font-size: 2.4rem;
    }
    .news-info .news-ttl {
        font-size: 2.8rem;
    }
}
@media only screen and (max-width: 599px) {
    .news-topttl {
        margin-bottom: 3rem;
    }
    .news-topttl img {
        width: 22rem;
    }
    .news-img .cat-name {
        font-size: 1.2rem;
    }
    .news-info {
        padding: 2rem 1rem;
    }
    .news-info .news-date {
        font-size: 1.4rem;
    }
    .news-info .news-ttl {
        font-size: 1.6rem;
    }
}