/* ---------------------------------------------------------------- ↓↓↓↓ */
/* 共通 */
/* ------------------------------- */

main h2, main h1, main h3, main h4 {
    position: initial;
    margin: initial;
    padding: initial;
    font-weight: initial;
    line-height: initial;
    text-align: initial;
    letter-spacing: initial;
    color: initial;
}

button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}


p {
    margin-bottom: initial;
}

.link{
	display: table;
	color: #0e0e0e;
	margin: 18px auto 0 auto;
}

.MoreBtn{
	display: block;
	padding: 10px 40px;
	border: 2px solid #0e0e0e;
	color: #0e0e0e;
	font-weight: bold;
	font-size: 13px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic" ,sans-serif;
}

@media only screen and (max-width:1299px){
    .pconly{
        display: none;
    }

    .sponly{
        display: block;
    }
}


@media only screen and (min-width:1300px) {

    .pconly{
        display: block;
    }
    
    .sponly{
        display: none;
    }
}

/* 未ログインの時の処理 */
.logout.my-false{
    display: none;
}

/* 見出しタイトルの文字の設定 */
.toptitle{
	font-family: "Kumbh Sans", sans-serif;
	font-weight: 600;
	font-size: 25px;
	text-align: center;
	letter-spacing: 0.2rem;
    display: block;
}

.toptitle_subtitle{
	margin-bottom: 18px;
}


.toptitle{
	font-family: "Kumbh Sans", sans-serif;
	font-weight: 600;
	font-size: 25px;
	text-align: center;
	letter-spacing: 0.2rem;
}

.topsubtitle{
	font-size: 10px;
	text-align: center;
	display: block;
	margin-top: 5px;
	font-weight: bold;
}


/* PC時  */
@media only screen and (min-width:1300px) {
    .toptitle{
        font-size: 30px;
    }
    
    .topsubtitle{
        font-size: 13px;
            margin-top: 10px;
    }
}





/* ---------------------------------------------------------------- ↑↑↑↑ */

/* ---------------------------------------------------------------- ↓↓↓↓ */
/* MV */
/* ------------------------------- */
.TOPslider{
	width: 344px;
	height: auto;
        padding: 0 10px;
}

.TOPmainImage_about{
	margin-top: 5px;
}

.TOPmainImage_category{
	border: 1px solid #DA6A38;
	font-size: 10px;
	color: #DA6A38;
	padding: 1px 5px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
        margin-right: 2px;
}

.TOPmainImage_title{
	font-weight: bold;
	margin-bottom: 7px;
}

.TOPmainImage_text{
	font-size: 11px;
}
.TOPmainImage img{
    width: 100%;
    height: auto;
}


/*----------スライドボタン----------*/

.slick-prev, .slick-next{
        top: 40%;
        width: 50px;
        height: 50px;
        background-color: rgba(0,0,0,.2);
        border: 1px solid hsla(0,0%,100%,.7);
        border-radius: 100%;
        outline: 0;
}

.slick-prev{
        left: 2.7%;
}

.slick-next{
        right: 2.7%;
}

.slick-prev:before{
        left: 36.7%;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        width: 15px;
        height: 15px;
}

.slick-next:before{
        right: 36.7%;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        width: 15px;
        height: 15px;
}


@media only screen and (min-width:1200px) {

.TOPmainImage_category {
    font-size: 11px;
    margin-right: 5px;
}

.TOPmainImage_text{
	font-size: 12px;
}
}


@media only screen and (min-width:1381px) {
.TOPmainImage_title{
	font-size: 16px;
}

.TOPmainImage_text{
	font-size: 14px;
}

}



/* ---------------------------------------------------------------- ↑↑↑↑ */


/* ---------------------------------------------------------------- ↓↓↓↓ */
/* カテゴリー */
/* ------------------------------- */

.topcategory{
	padding-left: 5%;
	padding-right: 5%;
}



/* カラム設定 */
.topcategory_list{
    display: grid;
    
	/* /* display: flex; */
	/* flex-wrap: wrap; */
    grid-template-columns: 1fr 1fr 1fr 1fr;
	justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    /* flex-direction: row; */
    -webkit-box-align: stretch;
    align-items: stretch;
    align-content: stretch;
    -webkit-box-pack: start;
    /*justify-content: flex-start;*/
    column-gap: 20px;
    row-gap: 42px;
	margin-bottom: 0;
    margin:0 auto;
    padding: 14px 0 26px 0px ;
    
}
.cate_listwrap_display_none{
    display: none;
}

@media only screen and (min-width:600px) {
    .topcategory_list{grid-template-columns: 1fr 1fr 1fr 1fr;
        row-gap: 32px;
}
}

@media only screen and (min-width:834px) and (max-width:1380px) {
    .topcategory_list{
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        max-width: 1200px;
    }
    .cate_listwrap_display_none{display: block;}
}

@media only screen and (min-width:1381px) {
    .topcategory_list{
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        max-width: 1200px;
    }
    
}


.topcategory_list li{
	/* align-self: auto;
	width: 19.5vw;
	margin-bottom: 30px; */
}


/* アイコンごとのレイアウト */
.topcategory_list li a{
	-webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: row;
	text-decoration: none;
}
@media only screen and (max-width:599px) {
    .topcategory_list li a{
        flex-direction: column;
    }
}


.topcategory_list li a .listimage img{
    width: 100%;
    height: 100%;
}
.listimage{
    max-width: 42px;
    max-height: 42px;
}


@media only screen and (min-width:600px) {
    .topcategory_list{grid-template-columns: 1fr 1fr 1fr 1fr;}
}

@media screen and (min-width:834px) and (max-width:1380px) {
    .topcategory_list{grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;}
    .cate_listwrap_display_none{display: block;}
}

@media only screen and (min-width:1381px) {
    .topcategory_list{grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;}
}


/* カテゴリアイコンのテキスト */
.listtitle{
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	line-height: 16px;
	margin-top: 8px;
	display: block;
	color: #0e0e0e;
}

.topcategory_list li a .listimage img{
    width: 50px;
}
@media only screen and (min-width:600px) {
    .listtitle{
        line-height: 16px;
        margin-left: 10px;
        margin-top: 0px;
        text-align: left;
    }
}



@media only screen and (min-width:600px) {  /*-----ここからタブレット版-----*/
    .topcategory_list li{
        /* width: 18vw;
        margin-bottom: 40px; */
    }


}



@media only screen and (min-width:1381px) {  /*-----ここからPC版-----*/

.topcategory {
    /* padding-left: 0;
    padding-right: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; */
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.topcategory_list li{
	/* width: 110px;
	margin-bottom: 40px; */
}

.topcategory_list li a .listimage img{
	/* width: 40px; */
}

.listimage{
    max-width: 40px;
}
.listtitle {
    font-size: 14px;
}

}


/* ---------------------------------------------------------------- ↑↑↑↑ */



/* ---------------------------------------------------------------- ↓↓↓↓ */
/* ランキング */
/* ------------------------------- */

.link{
	display: table;
	color: #0e0e0e;
	margin: 18px auto 0 auto;
}


@media only screen and (min-width:1300px) {

.topranking{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.link {
    margin: 30px auto 0 auto;
}

.MoreBtn {
    padding: 10px 100px;
    border: 3px solid #0e0e0e;
    font-size: 14px;
}
}


/* ---------------------------------------------------------------- ↑↑↑↑ */

/* ---------------------------------------------------------------- ↓↓↓↓ */
/* トピックス */
/* ------------------------------- */
.topicsBox img{
    width: 100%;
    height: auto;
}

.toptopics{
	padding-left: 5%;
	padding-right: 5%;
}

.topicsList{
    display: flex;
	flex-wrap: wrap;
}

.topicsBox{
	width: 50%;
        padding: 5px;
	margin-bottom: 15px;
        box-sizing: border-box;
}

.topicsBox_inner{
    padding: 5px;
}

.topicsBox_bottom{
    margin-bottom: 0;
}

.topickCategory{
	font-size: 10px;
	color: #254678;
	border: 1px solid #254678;
	padding: 0 3px;
        margin-top: 5px;
        display: inline-block;
}

.topicsTitle{
	font-size: 14px;
	font-weight: bold;
        margin: 5px 0;
}

.topicsText{
	font-size: 11px;
}

.link{
	display: table;
	color: #0e0e0e;
	margin: 18px auto 0 auto;
}

.MoreBtn{
	display: block;
	padding: 10px 40px;
	border: 2px solid #0e0e0e;
	color: #0e0e0e;
	font-weight: bold;
	font-size: 13px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic" ,sans-serif;
}


@media only screen and (min-width:600px) {/*----------ここからタブレット版----------*/
.topicsBox {
    width: 50%;
    padding: 10px;
}

}



@media only screen and (min-width:1381px) {/*----------ここからPC版----------*/

.toptopics{
	padding-left: 0;
	padding-right: 0;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
}

.toptitle {
    font-size: 30px;
}

.topsubtitle {
    font-size: 13px;
    margin-top: 10px;
}

.topicsList{
	flex-wrap: nowrap;
}

.topicsBox {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 0;
    padding-top: 15px;
}

.topickCategory {
    font-size: 12px;
}

.topicsTitle {
    font-size: 15px;
}

.topicsText {
    font-size: 13px;
}

.MoreBtn{
	padding: 10px 100px;
	border: 3px solid #0e0e0e;
	font-size: 14px;
}

.link {
    margin: 30px auto 0 auto;
}

}


/* ---------------------------------------------------------------- ↑↑↑↑ */


/* ---------------------------------------------------------------- ↓↓↓↓ */
/* レビュー */
/* ------------------------------- */


.rev_cta_btn,
h2{
    display: none;
}


.topreview{
	padding-left: 5%;
	padding-right: 5%;
}





.link{
	display: table;
	color: #0e0e0e;
	margin: 18px auto 0 auto;
}




/* ---------------------------------------------------------------- ↑↑↑↑ */



/* ---------------------------------------------------------------- ↓↓↓↓ */
/* ピックアップ */
/* ------------------------------- */



@media only screen and (min-width:1300px) {
.toppickup{
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
}

}





/* ---------------------------------------------------------------- ↑↑↑↑ */



/* ---------------------------------------------------------------- ↓↓↓↓ */
/* ニューアイテム */
/* ------------------------------- */

.topnewitem{
	padding-left: 5%;
	padding-right: 5%;
}






@media only screen and (min-width:1300px) {

.topnewitem{
	padding-left: 0;
	padding-right: 0;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
}

}


/* ---------------------------------------------------------------- ↑↑↑↑ */



/* ---------------------------------------------------------------- ↓↓↓↓ */
/* シーズン */
/* ------------------------------- */


/* topicsと同じ */


/* ---------------------------------------------------------------- ↑↑↑↑ */



/* ---------------------------------------------------------------- ↓↓↓↓ */
/* ヒストリー */
/* ------------------------------- */

.tophistory{
	padding-left: 5%;
	padding-right: 5%;
}







@media only screen and (min-width:1300px) {

.tophistory{
	padding-left: 0;
	padding-right: 0;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
}

}


/* ---------------------------------------------------------------- ↑↑↑↑ */



/* ---------------------------------------------------------------- ↓↓↓↓ */
/* ブランド */
/* ------------------------------- */


.pc_only{
	display: none;
}

.topbrand{
	padding-left: 5%;
	padding-right: 5%;
}



.brand_box{
	box-sizing: border-box;
    width: 100%;
    /* margin-top: 16px; */
    border: 1px solid #dee5eb;
	margin-top: 18px;
}

.top_brandlist .brand_box:first-child {
    margin-top: 0;
}

.brand_logo{
	border-bottom: 1px solid #dee5eb;
	text-align: center;
	padding: 15px;
}

.logo_ja{
	display: block;
	font-size: 11px;
	letter-spacing: 0.2rem;
	color: #878787;
	padding-bottom: 5px;
}

.brand_logo img{
	width: 45%;
        height: auto;
}

.image_area{
	box-sizing: border-box;
    padding: 15px;
	flex-wrap: wrap;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
	justify-content: space-between;
}

.image_inner{
	margin: 5px;
	width: 22vw;
}

.b_bottom{
	margin-bottom: 10px;
}

.brand_box .text_area{
	padding: 10px 12px 15px 12px;
}

.b_text{
	font-size: 12px;
	color: #878787;
	text-align: justify;
    text-justify: inter-ideograph;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
 
    /*IE対策*/
    line-height: 1.5em;
    max-height: 4.5em;
}

.b_more{
	text-align: right;
}

.b_moretext{
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0.1rem;
	color: #254678;
	border-bottom: 1px solid #254678;
	display: inline-block;
}



@media only screen and (min-width:600px) {  /*-----ここからタブレット版-----*/
.logo_ja {
    font-size: 13px;
}

.b_text {
    font-size: 14px;
}

.b_moretext {
    font-size: 14px;
}

}

@media only screen and (min-width:1210px) {  /*-----ここからPC版-----*/

.pc_only{
	display: block;
}

.topbrand{
	padding-left: 0;
	padding-right: 0;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
}

.top_brandlist{
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-bottom: 0;
    -webkit-box-align: stretch;
    align-items: stretch;
    align-content: stretch;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.brand_box{
    margin: 15px;
    width: 370px;
}

.top_brandlist .brand_box:first-child {
    margin-top: 18px;
}

.image_inner {
    width: 90px;
    overflow: visible;
    display: block;
    transition-duration: 0.5s;
}

.image_inner img:hover{
transform: scale(0.7);
transition-duration: 0.5s;
}

.b_text {
    font-size: 13px;
}

.b_moretext {
    font-size: 12px;
}

.MoreBtn{
	padding: 10px 100px;
	border: 3px solid #0e0e0e;
	font-size: 14px;
}

.link {
    margin: 30px auto 0 auto;
}

}

/* ---------------------------------------------------------------- ↑↑↑↑ */



/* ---------------------------------------------------------------- ↓↓↓↓ */
/* コーディネート */
/* ------------------------------- */



.topcoordinate{
	padding-left: 5%;
	padding-right: 5%;
}





.coordinate_box{
	margin-bottom: 15px;
}
.coordinate_box img{
    width: 100%;
    height: auto;
}

.coordinate_title{
	font-weight: bold;
	margin: 10px 0;
	display: flex;
	flex-wrap: wrap;
}

.coordinate_innertitle li{
	font-weight: 500;
	display: inline-block;
	font-size: 11px;
	color: #DA6A38;
	border: 1px solid #DA6A38;
	padding: 3px 5px;
	margin: 3px;
}



@media only screen and (min-width:600px) { /*----------ここからタブレット版----------*/



    .top_coordinatelist{
        display: flex;
        flex-wrap: wrap;
}

.coordinate_box{
        width: 50%;
        box-sizing: border-box;
        padding: 10px;
}

}



@media only screen and (min-width:1381px) { /*----------ここからPC版----------*/

.topcoordinate{
	padding-left: 0;
	padding-right: 0;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
}

.coordinate_innertitle li {
    font-size: 14px;
}

.MoreBtn{
	padding: 10px 100px;
	border: 3px solid #0e0e0e;
	font-size: 14px;
}

.link {
    margin: 30px auto 0 auto;
}

}


/* ---------------------------------------------------------------- ↑↑↑↑ */



/* ---------------------------------------------------------------- ↓↓↓↓ */
/* ショップニュース */
/* ------------------------------- */


.topnews{
	padding-left: 5%;
	padding-right: 5%;
    margin-bottom: 50px;
}


.topnews .newsList li{
    border-top: 1px solid #0e0e0e;
    border-bottom: 1px solid #0e0e0e;
    padding: 1.2em 1.5em;
    line-height: 1.5;
    letter-spacing: .1em;
    color: #0e0e0e;
}

.topnews .newsList li a{
    text-decoration: underline;
}

.topnews .newsList li .news-date{
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
    background-color: #0e0e0e;
    color: #ffff;
    display: table;
    padding: 1px 10px;
    margin-bottom: 10px;
}

.scrollIn.active, .loadIn.active {
    -webkit-transition: initial;
    transition: initial;
    -webkit-transform: initial;
    transform: none;
    opacity: 1;
}



@media only screen and (min-width:600px) {

.topnews{
	padding-left: 15%;
	padding-right: 15%;
        margin-bottom: 82px;
}

.topnews .newsList li .news-date{
        font-size: 14px;
        display: inline-block;
        margin-right: 15px;
}

}



@media only screen and (min-width:1381px) {
.topnews{
	padding-left: 0;
	padding-right: 0;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
}

.topnews .newsList li {
    padding: 2.2em 1.5em;
}


}

.topnews {
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 20px;
}
.news_box{
    list-style-type: none;
    margin: 0 0 10px;
    padding: 0;
}
.news_box a {
    text-decoration: none;
    display: block;
}
.news_box a:hover {
    opacity: 0.7;
}
.news_box li {
    border-bottom: 1px solid #B7B7B7;
    font-size: 13px;
    padding: 10px;
}
.news_box li:first-child {
    border-top:  1px solid #B7B7B7;
}
.news_box li:nth-child(n+7) {
    display: none;
}
.news_box li .date {
    font-family: "Lato", sans-serif;
    vertical-align: middle;
    display: inline-block;    height: 22px;
    line-height: 22px;
    margin-right: 10px;
    font-weight: bold;
}
.news_box .news_b_text {
    vertical-align: middle;
}
.news_b_more {
    text-align: right;
    font-size: 13px;
    
}
.news_b_more a {
    text-decoration: none;
}
.news_b_more a:hover {
    opacity: 0.7;
}
.news_b_more span::after {
    content: url(https://www.kurashi-ec.jp/wp/wp-content/themes/office_com/_assets/img/arrow.png);
    margin-left: 5px;
}


@media only screen and (max-width:768px) {
.news_box li {min-height: 92px;}
} 
@media only screen and (min-width:1381px) {  /*-----ここからPC版-----*/
.br_smp {display: none; }
.news_box li {  padding: 15px 10px;}
}



/* ---------------------------------------------------------------- ↑↑↑↑ */


/* ---------------------------------------------------------------- ↓↓↓↓ */
/* レコメンド機能のCSS */
/* ------------------------- */

.fr2-listItem {
    box-sizing: border-box;
    word-break: break-all; }
  
    .fr2-listItem__link {
      color: inherit;
      text-decoration: none; }
  
    .fr2-listItem__image {
      max-width: 100%; }
  
    .fr2-listItem__productName {
      font-size: 1.0em;
      margin: 4px 0; }
  
  .fr2-price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap; }
  
    .fr2-price__addon {
      font-size: 0.6em; }
  
  
  
    
  .fr2-listItem__image {
    max-width: 100%; }
  
  .ranking_page_columnBlock figure img{
      border: 1px solid #D5D5D5;
  }
  
  .ranking_page_scroll{ /*--------スクロールさせる記述--------*/
          overflow-x: auto;
          overflow-y: hidden;
          padding-left: 5%;
          padding-right: 5%;
  
          /* IE, Edge 対応 */
          -ms-overflow-style: none;
          /* Firefox 対応 */
          scrollbar-width: none;
  }
  
  /* Chrome, Safari 対応 */
  .ranking_page_scroll::-webkit-scrollbar {
   display:none;
  }
  
  .rankingpage_10{
          display: inline-grid;
          grid-template-rows: repeat(2,auto);
          grid-auto-flow: column;
  }
  
  .itemName{
      font-size: 12px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }
  
  .textPrice{
      font-family: "Lato",  sans-serif;
      font-size: 14px;
  }
  
  .taxIn{
      font-size: 11px;
      font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  
  figure figcaption {
      margin: 5px auto;
  }
  
  .ranking_page_columnBlock{
      position: relative;
      padding-right: 15px;
      padding-top: 5px;
      box-sizing: border-box;
      margin-bottom: 0;
      flex: 0 0 auto;  /*--------スクロールさせる記述--------*/
      width: 140px;  /*--------スクロールさせる記述--------*/
  }
  
  
  .rankingpage_10 .ranking_page_columnBlock a{
      -webkit-box-align: center;
      align-items: center;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      text-decoration: none;
  }
  
  .rank1{
      position: absolute;
      background-color: #D2B008;
      color: #fff;
      width: 25px;
      height: 25px;
      left: 0px;
      font-family: "Lato", sans-serif;
      font-weight: 600;
  }
  
  .rank2{
      position: absolute;
      background-color: #80919A;
      color: #fff;
      width: 25px;
      height: 25px;
      left: 0px;
      font-family: "Lato", sans-serif;
      font-weight: 600;
  }
  
  .rank3{
      position: absolute;
      background-color: #AB9476;
      color: #fff;
      width: 25px;
      height: 25px;
      left: 0px;
      font-family: "Lato", sans-serif;
      font-weight: 600;
  }
  
  .rank_etc{
      position: absolute;
      background-color: #d3d3d3;
      color: #696969;
      width: 25px;
      height: 25px;
      left: 0px;
      font-family: "Lato", sans-serif;
      font-weight: 600;
  }
  
  
  
  @media only screen and (min-width:500px) {
  
  .ranking_page_columnBlock{
      width: 190px;
  }
  
  
  }
  
  
  @media only screen and (min-width:1000px) {
  
  .ranking_page_columnBlock{
      width: 215px;
  }
  
  
  @media only screen and (min-width:1230px) {
  
  .ranking_page_scroll{ 
          overflow-x: hidden;
          overflow-y: hidden;
          padding-left: 0px;
          padding-right: 0px;
  }
  
  .rankingpage_10{
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row;
      -webkit-box-align: stretch;
      align-items: stretch;
      align-content: stretch;
      -webkit-box-pack: start;
      margin-right: -15px;
  }
  
  .ranking_page_columnBlock{
      position: relative;
      align-self: auto;
      width: 20%;
      padding-right: 15px;
      padding-bottom: 0 !important;
      box-sizing: border-box;
  }
  
  .itemName{
      font-size: 14px;
  }
  
  .textPrice{
      font-size: 15px;
  }
  
  .taxIn{
      font-size: 12px;
  }
  
  
  
  
  
  }
}
  
  
.fr2-listItem {
    box-sizing: border-box;
    word-break: break-all; }
  
    .fr2-listItem__link {
      color: inherit;
      text-decoration: none; }
  
    .fr2-listItem__image {
      max-width: 100%; }
  
    .fr2-listItem__productName {
      font-size: 1.0em;
      margin: 4px 0; }
  
  .fr2-price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap; }
  
    .fr2-price__addon {
      font-size: 0.6em; }
  
  
  
    
  .fr2-listItem__image {
    max-width: 100%; }
  
  .tophistory_12 .tophistory_columnBlock figure img{
      border: 1px solid #D5D5D5;
  }
  
  .tophistory_12{
          display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row;
      -webkit-box-align: stretch;
      align-items: stretch;
      align-content: stretch;
      -webkit-box-pack: start;
  }
  
  .tophistory_12 .tophistory_columnBlock{
      align-self: auto;
      width: 29.8%;
      margin: 1.5vw;
      box-sizing: border-box;
  }
  
  .itemName{
      font-size: 12px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }
  
  .textPrice{
      font-family: "Lato",  sans-serif;
  }
  
  .taxIn{
      font-size: 10px;
      font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  
  figure figcaption {
      margin: 5px auto;
  }
  
  @media only screen and (min-width:1300px) {
  
  .tophistory_12 .tophistory_columnBlock {
      width: 180px;
      margin: 10px;
      margin-bottom: 0;
  }
  
  .tophistory_12 .tophistory_columnBlock a{
      -webkit-box-align: center;
      align-items: center;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      text-decoration: none;
  }
  
  .itemName{
      font-size: 14px;
  }
  
  .textPrice{
      font-size: 15px;
  }
  
  .taxIn{
      font-size: 12px;
  }
  
  }
  
  
/* newアイテム */

.fr2-listItem {
    box-sizing: border-box;
    word-break: break-all; }
  
    .fr2-listItem__link {
      color: inherit;
      text-decoration: none; }
  
    .fr2-listItem__image {
      max-width: 100%; }
  
    .fr2-listItem__productName {
      font-size: 1.0em;
      margin: 4px 0; }
  
  .fr2-price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap; }
  
    .fr2-price__addon {
      font-size: 0.6em; }
  
  
  
    
  .fr2-listItem__image {
    max-width: 100%; }
  
  .topnewitem_12 .topnewitem_columnBlock figure img{
      border: 1px solid #D5D5D5;
  }
  
  .topnewitem_12{
          display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row;
      -webkit-box-align: stretch;
      align-items: stretch;
      align-content: stretch;
      -webkit-box-pack: start;
  }
  
  .topnewitem_12 .topnewitem_columnBlock{
      align-self: auto;
      width: 29.8%;
      margin: 1.5vw;
      box-sizing: border-box;
  }
  
  .itemName{
      font-size: 12px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }
  
  .textPrice{
      font-family: "Lato",  sans-serif;
  }
  
  .taxIn{
      font-size: 10px !important;
      font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  
  figure figcaption {
      margin: 5px auto;
  }
  
  
  @media only screen and (min-width:1300px) {
  
  .topnewitem_12 .topnewitem_columnBlock {
      width: 180px;
      margin: 10px;
      margin-bottom: 0;
      margin-top: 0;
  }
  
  .topnewitem_12 .topnewitem_columnBlock a {
      -webkit-box-align: center;
      align-items: center;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      text-decoration: none;
  }
  
  .itemName{
      font-size: 14px;
  }
  
  .textPrice{
      font-size: 15px;
  }
  
  .taxIn{
      font-size: 12px;
  }
  
  }
  

  
/* ピックアップ */
.fr2-listItem {
    box-sizing: border-box;
    word-break: break-all; }
  
    .fr2-listItem__link {
      color: inherit;
      text-decoration: none; }
  
    .fr2-listItem__image {
      max-width: 100%; }
  
    .fr2-listItem__productName {
      font-size: 1.0em;
      margin: 4px 0; }
  
  .fr2-price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap; }
  
    .fr2-price__addon {
      font-size: 0.6em; }
  
  
  
    
  .fr2-listItem__image {
    max-width: 100%; }
  
  .ranking_page_columnBlock figure img{
      border: 1px solid #D5D5D5;
  }
  
  .ranking_page_scroll{ /*--------スクロールさせる記述--------*/
          overflow-x: auto;
          overflow-y: hidden;
          padding-left: 5%;
          padding-right: 5%;
  
          /* IE, Edge 対応 */
          -ms-overflow-style: none;
          /* Firefox 対応 */
          scrollbar-width: none;
  }
  
  /* Chrome, Safari 対応 */
  .ranking_page_scroll::-webkit-scrollbar {
   display:none;
  }
  
  .rankingpage_10{
          display: inline-grid;
          grid-template-rows: repeat(2,auto);
          grid-auto-flow: column;
  }
  
  .itemName{
      font-size: 12px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }
  
  .textPrice{
      font-family: "Lato",  sans-serif;
      font-size: 14px;
  }
  
  .taxIn{
      font-size: 11px;
      font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  
  figure figcaption {
      margin: 5px auto;
  }
  
  .ranking_page_columnBlock{
      position: relative;
      padding-right: 15px;
      padding-top: 5px;
      box-sizing: border-box;
      margin-bottom: 0;
      flex: 0 0 auto;  /*--------スクロールさせる記述--------*/
      width: 140px;  /*--------スクロールさせる記述--------*/
  }
  
  .rankingpage_10 .ranking_page_columnBlock a{
      -webkit-box-align: center;
      align-items: center;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      text-decoration: none;
  }
  
  
  
  
  
  @media only screen and (min-width:500px) {
  
  .ranking_page_columnBlock{
      width: 190px;
  }
  
  
  }
  
  
  @media only screen and (min-width:1000px) {
  
  .ranking_page_columnBlock{
      width: 215px;
  }
  
  
  @media only screen and (min-width:1300px) {
  
  .ranking_page_scroll{ 
          overflow-x: hidden;
          overflow-y: hidden;
          padding-left: 0px;
          padding-right: 0px;
  }
  
  .rankingpage_10{
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row;
      -webkit-box-align: stretch;
      align-items: stretch;
      align-content: stretch;
      -webkit-box-pack: start;
      margin-right: -15px;
  }
  
  .ranking_page_columnBlock{
      position: relative;
      align-self: auto;
      width: 20%;
      padding-right: 15px;
      padding-bottom: 15px;
      box-sizing: border-box;
      margin-bottom: 0;
  }
  
  .itemName{
      font-size: 14px;
  }
  
  .textPrice{
      font-size: 15px;
  }
  
  .taxIn{
      font-size: 12px;
  }
  
  
  
  
    }
  }
  
  
  
/* ---------------------------------------------------------------- ↑↑↑↑ */





/* ---------------------------------------------------------------- ↓↓↓↓ */
/* テイスト */
/* ------------------------------- */

.toptaste {
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 50px;
}

.toptaste .top_tastelist .taste_box{
    margin-bottom: 15px;
}

.toptaste .top_tastelist .taste_box img{
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.toptaste .top_tastelist .taste_box .taste_title{
    font-weight: 600;
    padding-top: 5px;
    font-size: 15px;
}



@media only screen and (min-width: 700px){ 
.toptaste .top_tastelist{
    display: flex;
    flex-wrap: wrap;
}

.toptaste .top_tastelist .taste_box{
    width: 49%;
    margin-right: 10px;
}

.toptaste .top_tastelist .taste_box:nth-child(even){
    margin-right: 0;
}

.toptaste .top_tastelist .taste_box img{
    height: 200px;
}

.toptaste .top_tastelist .taste_box .taste_inner{
    padding-left: 10px;
}
}



@media only screen and (min-width: 1024px){

.toptaste {
    padding-left: 0;
    padding-right: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.toptaste .top_tastelist .taste_box {
    margin-bottom: 30px;
}

.toptaste .top_tastelist .taste_box .taste_title {
    padding-top: 10px;
    font-size: 16px;
}

.toptaste .top_tastelist .taste_box img {
    height: 250px;
}


}





/* ---------------------------------------------------------------- ↑↑↑↑ */