﻿@charset "utf-8";

/* -----------------------
Slider
----------------------- */

#mainVisual{
    margin-bottom: 70px;
}

#mainSlider img{
    max-width: 700px;
}

#mainSlider a{
    display: block;
}

#mainSlider.slick-initialized .slick-slide{
    margin:0 10px;
    background: #fff;
}

#mainSlider .slick-dots{
    margin: 15px auto 0;
    text-align: center;
    max-width: 300px;
}




#mainSlider2 img{
    max-width: 700px;
}

#mainSlider2 a{
    display: block;
}

#mainSlider2.slick-initialized .slick-slide{
    margin:0 10px;
    background: #fff;
}

#mainSlider2 .slick-dots{
    margin: 15px auto 0;
    text-align: center;
    max-width: 300px;
}


.slick-dots li {
    display: inline-block;
}

.slick-dots li + li{
    margin-left: 10px;
}

.slick-dots li button{
    border: none;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    background: #f1cf57;
    text-indent: -9999px;
    cursor: pointer;
}

.slick-dots li.slick-active button{
    background: #d90012;
}

.slide_target {
    pointer-events: none;
}

@media screen and (max-width: 828px) {
    #mainVisual{
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 415px) {
    #mainSlider img {
        max-width: 100%;
    }

    #mainSlider.slick-initialized .slick-slide {
        margin: 0;
    }
}

/* -----------------------
topNews
----------------------- */
.topNews{
    margin-bottom: 50px;
}

.topNews__con{
    background: #fff697;
    border:#fff697 solid 5px;
    box-sizing: border-box;
    flex-basis: 86%;
}

.topNews__con .topNews__title{
    flex-basis: 16%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topNews__title h2{
    box-sizing: border-box;
    width:104px;
    line-height:36px;
    text-align: center;
    background: #fff;
    color: #e6002d;
    font-size: 1.6rem;
    border:2px solid #e6002d;
    border-radius: 3px;
}

.topNews__con .topNews-List{
    flex-basis: 83%;
    background: #fff;
    height: 100%;
    box-sizing: border-box;
    padding:10px 20px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.12em;
}

.topNews-List__title{
    font-size: 1.4rem;
}

.topNews__con .topNews-List time{
    flex-basis: 16%;
    padding:7px 0;
    border-right: 1px solid #b9bec2;
}

.topNews__con .topNews-List .topNews-List__link{
    flex-basis: 83%;
    padding:7px 20px;
}

.topNews__con .topNews-List .topNews-List__link a{
    color:#595757;
}

.topNews__more{
    flex-basis: 12%;
    text-align: right;
}

.topNews__more a{
    color:#595757;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.12em;
}

.topNews__more img{
    width:14px;
    margin-left: 5px;
}

@media screen and (max-width: 828px) {

    .topNews .topNews__layout,
    .topNews__con .topNews-List{
        flex-direction: column;
    }

    .topNews .topNews__layout{
        align-items: flex-end;
    }

    .topNews .topNews__con{
        width: 100%;
    }

    .topNews__con .topNews__title{
        margin-right: 5px;
    }

    .topNews__title h2 {
        width: 65px;
        line-height: 25px;
        font-size: 1rem;
    }

    .topNews .topNews__con .topNews-List {
        padding: 5px 10px;
        font-size: 1.1rem;
        letter-spacing: 0.07em;
        align-items: baseline;
    }

    .topNews__con .topNews-List time {
        padding: 0;
        border-right: none;
    }

    .topNews__con .topNews-List .topNews-List__link{
        padding:0;
    }

    .topNews__more{
        margin-top: 5px;
    }

    .topNews__more a{
        font-size: 1.1rem;
    }
    
    .topNews__more img{ 
        width: 10px;
    }

    .topNews {
        margin-bottom: 30px;
    }

    .topNews-List__title{
        font-size: 1.1rem;
    }
}

/* -----------------------
topCategory
----------------------- */
.topCategory{
    margin-bottom: 70px;
}

.topCategory__contents{
    background: #fff;
    padding:50px 70px;
}

/* top__title */
.top__title{
    padding:15px 70px;
    background:#ffee90;
    align-items: flex-end;
}

.top__title span,
.top__title small{
    line-height: 1;
    display: block;
}

.top__title span{
    font-size: 3rem;
    letter-spacing: 0.2em;
    color:#595757;
}

.top__title small{
    font-size: 1.8rem;
    letter-spacing: 0.12em;
    color:#a4a4a5;
}

/* topCategory__items */
.topCategory__items{
    margin-right: -13px;
    margin-left: -13px;
}

.topCategory__items .itemList{
    flex-basis: 25%;
    padding:0 13px;
    box-sizing: border-box;
}

.topCategory__items .itemList.itemButton{
    position: relative;
    padding-bottom: 60px;
}

.topCategory__items .itemList figure{
    margin-bottom: 10px;
}

.topCategory__items .itemList figure img{
    width: 100%;
}

.topCategory__items .itemList h3{
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0.04em;
}

.topCategory__items .itemList p{
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.04em;
}

.topCategory__items .itemList.itemButton .buttonBox{
    position: absolute;
    right:13px;
    left:13px;
    bottom:0;
}

.topCategory__items .itemList .price{
    text-align: right;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    color:#595757;
}

@media screen and (max-width: 828px) {

    .topCategory{
        margin-bottom: 40px;
    }

    .topCategory__contents {
        padding: 30px 20px;
        border-left: 5px solid #ffee90;
        border-right: 5px solid #ffee90;
        border-bottom: 5px solid #ffee90;
    }

    .top__title{
        padding:12px 20px;
    }

    .top__title span{
        font-size: 2.5rem;
    }

    .top__title small{
        font-size: 1.6rem;
    }

    .topCategory .container{
        padding:0;
    }

    .topCategory__items .itemList h3,
    .topCategory__items .itemList .price{
        font-size:1.4rem;
    }
}

@media screen and (max-width: 415px) {
    .topCategory__contents{
        padding: 20px 15px;
    }
    
    .topCategory__items {
        margin-right: -7px;
        margin-left: -7px;
    }
    
    .top__title span {
        font-size: 1.5rem;
    }

    .top__title small {
        font-size: 1.1rem;
    }
}

/* -----------------------
topPickUp
----------------------- */
/* topPickUp__main */
.topPickUp__main{
    margin-bottom: 43px;
}

.topPickUp__main > div{
    flex-basis: 45%;
}

/* pickUpSlider */
#pickUpSlider{
    max-width: 467px;
    position: relative;
}

#pickUpSlider .slick-dots{
    position: absolute;
    bottom:5px;
    left:50%;
    transform: translateX(-50%);
    display: inline-block;
}

#pickUpSlider img{
    max-width: 467px;
}

.topPickUp__main .topPickUp__mainInfo h3{
    font-size:1.8rem;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
}

.topPickUp__main .topPickUp__mainInfo p{
    font-size:1.4rem;
    letter-spacing: 0.04em;
    font-weight: bold;
    line-height: 1.4;
}

.buttonBox{
    text-align: right;
}

.topPickUp__main .topPickUp__mainInfo .buttonBox{
    margin-top: 65px;
}


@media screen and (max-width: 828px) {
    .topPickUp .topCategory__contents,
    .topSeries__contents{
        border-left: none;
        border-right: none;
    }

    .topPickUp__main .topPickUp__mainInfo h3{
        font-size: 1.6rem;
    }

    .topPickUp__main .topPickUp__mainInfo p{
        font-size: 1.3rem;
    }

    .topPickUp__main {
        flex-direction: column;
        max-width: 467px;
        margin: 0 auto 30px;
    }

    .topPickUp__mainSlider{
        margin-bottom: 20px;
    }

    .topPickUp__main .topPickUp__mainInfo .buttonBox {
        margin-top: 20px;
        text-align: center;
    }

    .topPickUp__contents .itemList{
        flex-basis: 50%;
    }

    .topPickUp__contents .itemList:nth-child(3),
    .topPickUp__contents .itemList:nth-child(4){
        display: none;
    }
}

/* -----------------------
topRanking
----------------------- */
#topRankingArea{
    position: relative;
}

.topRanking__contents{

}

.topRanking__contents:active{
    cursor:grabbing;
}

/* arrows */
.topRanking__contents .material-icons-outlined{
    display: none;
    background: rgba(0,0,0,0.5);
    color:#fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;

    position: absolute;
    right:20px;
    top:50%;
    transform: translateY(-50%);
    z-index: 1;
}

.topRanking__contents.right-arrow .material-icons-outlined.right-arrows{
    opacity: 0;
    animation-name: fadein;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;

    display: flex;
    align-items: center;
    justify-content: center;
}

.topRanking__contents.left-arrow .material-icons-outlined.left-arrows{
    opacity: 0;
    animation-name: fadein;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;

    right:auto;
    left:20px;

    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.topRanking__items{

}

.topRanking__items .itemList{
    flex-basis: 20%;
}

.topRanking__items .itemList h3{
    color:#666;
}

.topRanking__items figure{
    position: relative;
}

.topRanking__items figure::before{
    content:'';
    width: 23px;
    height:23px;
    display: block;
    font-size: 1.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    line-height: 23px;
    background:#ffee90;
    position: absolute;
    top:9px;
    left:9px;
    border-radius: 50%;
}

.topRanking__items figure.rank1::before{
    content:'1';
}

.topRanking__items figure.rank2::before{
    content:'2';
}

.topRanking__items figure.rank3::before{
    content:'3';
}

.topRanking__items figure.rank4::before{
    content:'4';
}

.topRanking__items figure.rank5::before{
    content:'5';
}

a.card-link{
    text-decoration: none;
    pointer-events: none;
    display: block;
}


@media screen and (max-width: 828px) {
    
    .topRanking .card{
        border-radius: 20px;
        box-shadow: 5px 5px 5px #a9a9a9;
        overflow: hidden;
        height: 100%;
    }

    .topRanking__items .itemList h3{
        padding-left: 15px;
    }

    .topRanking__items .itemList .price{
        padding:0 15px 20px 0;
    }

    .topRanking__items{
        padding-right: 20px;
    }

    .topRanking__items .itemList.itemButton{
        padding-bottom: 0;
    }

    .topRanking__items .itemList.itemButton .buttonBox{
        display: none;
    }

    a.card-link{
        pointer-events: auto;
    }
}

@media screen and (max-width: 415px) {
    .topRanking__items{
        width: 1000px;
    }
}

/* -----------------------
topSeries
----------------------- */
.topSeries{
    height: 360px;
    box-sizing: border-box;
    background: url("../images/top/bg1.jpg") no-repeat top center / auto 100%;
}

.topSeries__contents{
    background: none;
    padding:60px 70px;
}

.topSeries .top__title {
    background: none;
    box-sizing: border-box;
    height: 60px;
}

.topSeries .top__title  span{
    color:#fff;
}

.topSeries__items {
    margin-right: -20px;
    margin-left: -20px;
}

.topSeries__items .itemList{
    flex-basis: 50%;
    padding: 0 20px;
}

@media screen and (max-width: 828px) {
    .topSeries{
        height: auto;
        background: none;
    }

    .topSeries .top__title{
        background: #ffee90;
        height: auto;
    }

    .topSeries .top__title span{
        color: #595757;
    }

    .topSeries__contents{
        background: #fff;
    }
}

@media screen and (max-width: 415px) {
    .topSeries__contents{
        padding:20px 0;
    }

    .topSeries__items{
        flex-direction: column;
        margin-right: 0;
        margin-left: 0;
    }

    .topSeries__items .itemList + .itemList{
        margin-top: 10px;
    }

    .topSeries__items .itemList{
        padding:0;
    }
}

/* -----------------------
topOtherFood
----------------------- */
.topOtherFood__contents{
    padding-bottom: 35px;
}

.topOtherFood__items{
    flex-wrap:wrap;
}

.topOtherFood__items .itemList{
    padding-bottom: 35px;
}

.topOtherFood__items .itemList a{
    text-decoration: none;
}

.topOtherFood__items .itemList h3{
    color:#666;
}

.topOtherFood__items .itemList .price{
    color:#040000;
}

@media screen and (max-width: 415px) {
    .topOtherFood__items .itemList{
        flex-basis: 50%;
        padding:0 7px 20px;
    }

    .topOtherFood__contents{
        padding-bottom: 0;
    }

    .topOtherFood__contents .itemList:nth-child(5),
    .topOtherFood__contents .itemList:nth-child(6),
    .topOtherFood__contents .itemList:nth-child(7),
    .topOtherFood__contents .itemList:nth-child(8){
        display: none;
    }
}

/* -----------------------
topBanner
----------------------- */
.topBanner{
    margin-bottom: 40px;
}

.topBanner .container{
    max-width: 990px;
}

.topBanner__contents{
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}

.topBannerList{
    flex-basis: 33.3%;
    box-sizing: border-box;
    padding:0 20px 47px;
}

@media screen and (max-width: 828px) {
    .topBanner {
        margin-bottom: 20px;
    }

    .topBanner__contents {
        margin-right: -10px;
        margin-left: -10px;
    }

    .topBannerList {
        box-sizing: border-box;
        padding: 0 10px 20px;
    }
}

@media screen and (max-width: 415px) {
    .topBanner__contents{
        flex-direction: column;
    }

    .topBannerList{
        padding-bottom: 10px;
    }

    .topBanner {
        margin-bottom: 30px;
    }
}

/* -----------------------
topInstagram
----------------------- */
.topInstagram__contents{
    padding-bottom: 45px;
}

.topInstagram__logo{
    margin-top:10px;
    text-align: center;
}

.topInstagram__logo img{
    width: 106px;
}

.topInstagram__contents {
    padding:20px 40px 45px;
}

#sb_instagram{
    padding-bottom: 0!important;
}

@media screen and (max-width: 828px) {
    .topCategory__contents.topInstagram__contents{
        padding:0 0 20px;
        border:none;
    }

    .topInstagram.topCategory{
        margin:0;
    }
}

@media screen and (max-width: 415px) {
    #sb_instagram #sbi_images{
        padding:10px!important;
    }
}