img {
    vertical-align: text-bottom;
    max-width: 100%;
}

a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: black;
}

a:hover {
    opacity: 0.7;
    text-decoration: none;
}

body {
    min-width: 1024px;
    overflow-x: scroll;
}

.main-top {
    background-color: #f4f3eb;
}


/*会員特典*/

.main-top p {
    max-width: 960px;
    margin: 0 auto;
    padding-top: 16px;
}


/*配送について*/

.news-area {
    border: 1px solid #8d1d22;
    margin: 16px auto 12px;
    max-width: 960px;
    background-color: #fff;
    padding: 10px 28px 10px 8px;
}

.news-area dt {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #8d1d22;
}

.news-area dd {
    font-size: 13px;
    letter-spacing: 0.05em;
}

.news-area a {
    color: #0058dd;
    display: inline;
}


/*slider-wrap*/

.slider-wrap {
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.slider-wrap #slider {
    width: 75%;
}

.slider-wrap #thumbnail_slider {
    width: 23.95833%;
    height: 325px;
    overflow-y: hidden;
    background-color: #8d1d22;
}

.slider-wrap #thumbnail_slider .slick-track {
    margin: 0 auto;
    vertical-align: middle;
    padding: 0;
}

.slider-wrap #thumbnail_slider .slick-list {
    width: 87%;
    margin: 0 auto;
}

.slider-wrap #thumbnail_slider .next-arrow {
    position: absolute;
    bottom: 0;
    z-index: 100;
}

.slider-wrap #thumbnail_slider .prev-arrow {
    position: absolute;
    top: 0;
    z-index: 100;
}


/*main*/

main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 960px;
    margin: 34px auto 0;
}

main .main-wrap {
    max-width: 722px;
}


/*新着情報*/

main .news-link a {
    border: 1px solid #8d1d22;
    padding: 16px 0;
    text-align: center;
}


/*main 共通*/

main .ttl {
    font-size: 21px;
    font-family: "Noto Serif JP", serif;
    line-height: 2.47619;
    border-left: 2px solid #8d1d22;
    letter-spacing: 0.05em;
    padding-left: 12px;
}

main .main_season .m-h,
main .main_ranking .m-h {
    padding-bottom: 60px;
    position: relative;
}

main .main_season p,
main .main_ranking p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}


/*浜幸でのお買い物について*/

.shopping {
    margin-top: 40px;
}

.shopping .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0 14px;
}

.shopping dl {
    width: 32%;
    position: relative;
    text-align: center;
    padding: 28px 0;
    background-color: #f4f3eb;
}

.shopping dl:before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 42px;
    height: 42px;
    content: "";
}

.shopping dl dt {
    font-size: 15px;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
}

.shopping dl dd:nth-child(1) span {
    padding: 12px 0 6px;
}

.shopping dl span {
    display: block;
}

.shopping dl dd:nth-last-of-type(1) {
    font-size: 13px;
    padding-top: 10px;
}

.shopping dl .l-red {
    font-size: 24px;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    color: #8d1d22;
}

.shopping dl .s-red,
.shopping dl .s-red a {
    font-size: 13px;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    color: #8d1d22;
    letter-spacing: 0;
}

.shopping dl .s-red a {
    line-height: 2;
}

.shopping dl .l-black {
    font-size: 24px;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
}

.shopping dl .red {
    font-size: 13px;
    font-weight: bold;
    color: #8d1d22;
    padding-bottom: 8px;
}

.shopping dl .link {
    display: inline-block;
    position: relative;
}

.shopping dl .link:after {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    right: 12px;
    color: black;
    position: absolute;
    top: 50%;
    font-size: 10px;
}

.shopping dl .link a {
    font-size: 13px;
    background-color: #fff;
    padding: 6px 30px 6px 12px;
}

.shopping dl:nth-of-type(1):before {
    background-image: url("https://hamako.itembox.design/item/img/site/top/pc-ticon1.png");
    background-repeat: no-repeat;
}

.shopping dl:nth-of-type(2):before {
    background-image: url("https://hamako.itembox.design/item/img/site/top/pc-ticon2.png");
    background-repeat: no-repeat;
}

.shopping dl:nth-of-type(3):before {
    background-image: url("https://hamako.itembox.design/item/img/site/top/pc-ticon3.png");
    background-repeat: no-repeat;
}


/*決済・送料・返品*/

main .send-link {
    background-color: #8d1d22;
    color: white;
    font-size: 18px;
    text-align: center;
    width: 376px;
    margin: 24px auto 56px;
    position: relative;
    padding: 16px 0 16px;
    display: block;
}

main .send-link:after {
    position: absolute;
    top: 50%;
    right: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    color: white;
    font-size: 1px;
}

main .send-link img {
    padding-right: 8px;
}


/*商品一覧共通*/

.main_products,
.main_ranking,
.main_choice,
.main_news {
    margin-top: 4px;
}

main .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

main .list li {
    width: 24%;
    margin-bottom: 30px;
}

main .list dt {
    font-size: 15px;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    color: #ada775;
    padding: 12px 0 10px;
    line-height: 1.4;
}
main .list dt .cat{
    font-size: 12px;
    color: #650101;
    display: block;
    line-height: 1;
}

main .list dd {
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #202020;
}


/*季節のおすすめ*/

.main_pickup .word {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0 18px;
}

.main_pickup .word li {
    width: auto;
}

.main_pickup .word a {
    border: 1px solid #202020;
    border-radius: 4px;
    font-size: 13px;
    color: #202020;
    padding: 6px 10px;
}

.main_season a {
    background-color: #8d1d22;
    color: white;
    font-family: "Noto Serif JP", serif;
    padding: 12px 0 12px 10px;
    width: 100%;
    position: relative;
}

.main_season a:after {
    position: absolute;
    top: 50%;
    right: 16px;
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    color: white;
    font-size: 10px;
    font-weight: 900;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*定番商品*/

.main_products {
    margin-top: 10px;
}

.main_products .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}

.main_products .list li {
    width: 32%;
    position: relative;
}

.main_products dd {
    margin-bottom: 30px;
}


/*売れ筋ランキング*/

.main_ranking {
    margin-top: 10px;
}

.main_ranking .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}

.main_ranking .rank {
    font-size: 18px;
    color: #202020;
    font-family: "Noto Serif JP", serif;
    position: static;
}

.main_ranking .rank span {
    font-size: 24px;
    font-family: "Noto Serif JP", serif;
}

.main_ranking .rank img {
    padding-right: 8px;
    vertical-align: baseline;
}

.main_ranking a {
    background-color: #8d1d22;
    color: white;
    font-family: "Noto Serif JP", serif;
    padding: 12px 0 12px 10px;
    width: 100%;
    position: relative;
}

.main_ranking a:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px;
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    color: white;
    font-size: 10px;
    font-weight: 900;
}

.main_ranking .m-h {
    margin-bottom: 30px;
}


/*用途から選ぶ*/

.main_choice {
    margin-top: 10px;
}

.main_choice ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
}

.main_choice li {
    width: 33%;
    padding-bottom: 6px;
}


/*最新情報*/

.main_news {
    margin-top: 40px;
}

.main_news ul {
    padding-top: 2px;
}

.main_news li {
    border-bottom: 1px solid #c7c7c7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 14px;
    padding-top: 12px;
}

.main_news time {
    width: 18%;
    font-size: 13px;
}

.main_news .news-wrap {
    width: 81%;
}

.main_news .news-ttl {
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 8px;
}

.main_news span {
    color: #8d1d22;
    font-weight: normal;
}

.main_news .text {
    font-size: 13px;
    line-height: 1.5;
}

.main_news a {
    font-size: 10px;
    color: #ada775;
    font-family: "Noto Serif JP", serif;
    display: inline;
}

.main_link-box {
    margin-top: 40px;
}

.main_link-box li {
    padding-bottom: 14px;
}

body > main > div > section.shopping > div:nth-child(2) > dl:nth-child(3) > dd:nth-child(2) > span.s-red a{
    font-size: 18px;
}

.main_season a.btn, .main_ranking a.btn{
    background-color: #8d1d22;
    color: white;
    font-family: "Noto Serif JP", serif;
    padding: 12px 0 12px 10px;
    width: 100%;
    position: relative;
}
.main_season a, .main_ranking a{
    background-color: #fff;
    position: initial;
    padding: 0;
}
.main_season a:not(a.btn):after, .main_ranking a:not(a.btn):after{
    display: none;
}
.main_season a.btn:after, .main_ranking a.btn:after{
    position: absolute;
    top: 50%;
    right: 16px;
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    color: white;
    font-size: 10px;
    font-weight: 900;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}