@charset "utf-8";

/* キャッチコピー部分 */
.feature_taste_summer .feature_maintext p {
    margin-top: 16px;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.05;
}

/* ナビゲーションボタン */
#feature_nav ul li::after {
    color: #143d45;
}
/* 返礼品一覧のタイトルとのマージン */
.feature_taste_summer .list-product.feature {
    margin-top: 32px;
}

/* 返礼品一覧のタイトル部分を非表示にする */
.feature_taste_summer .content_product_list .feature_category_title {
    display: none;
}
.feature_taste_summer div.feature_item_wrap ul li.product_frame {
    margin-top: 20px;
}

/* 各返礼品の説明エリア共通 */
.feature_taste_summer .block-taste-summer {
    position: relative;
    width: 1080px;
    margin: 56px auto 0;
}
.content-taste-summer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content-taste-summer .taste-summer-photo {
    width: 500px;
}

.content-taste-summer .taste-summer-description {
    box-sizing: content-box;
    width: 485px;
    padding-right: 48px;
}

/* h2タイトルの色 */
.feature_taste_summer .block-taste-summer h2 {
    margin-bottom: 16px;
    padding-bottom: 8px;
    font-size: 20px;
    text-align: center;
}
.feature_taste_summer .block-taste-summer h2 b {
    font-size: 28px;
}
.feature_taste_summer .block-taste-summer h2 {
    padding-bottom: 8px;
    border-bottom: 8px solid #bbd8d3;
}
.feature_taste_summer .block-taste-summer h2 b {
    color: #4fa1b9;
}

/* 返礼品もっと見るボタン */
.feature_taste_summer .content_product_list .more_button_wrap {
    width: 512px;
    margin: 28px auto 0;
    text-align: center;
}
.feature_taste_summer .content_product_list .more_button_wrap .feature_button_base a {
    display: block;
    position: relative;
    width: 100%;
    height: 64px;
    border-radius: 32px;
    background-color: #4fa1b9;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 64px;
    transition: 0.2s;
}

.feature_taste_summer .content_product_list .more_button_wrap .feature_button_base a:hover {
    opacity: 0.8;
    text-decoration: none;
}
