@charset "UTF-8";


* {
  font-family: 'Overpass', 'Noto Sans JP', sans-serif;
}




/*----------------------------------------
	clearfix
----------------------------------------*/
.clearfix:after {
content: "";
display: block;
clear: both;
}
/*----------------------------------------
	clearfix
----------------------------------------*/

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

.layout_menu {
  display: none;
}

.top_banner {
  display: none;
}

.content {
  height: auto;
  margin: 0 auto;
  width: 100%;
}

.content img {
  width: 100%;
  height: auto;
}

.content h2 {
  text-align: left !important;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: 3px;
  font-size: 1.8rem;
}

.content h2 small {
  font-size: 1.2rem;
  display: block;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 1px;
}


/*==================================================
スライダーのためのcss
===================================*/

.slider {
  position:relative;
	z-index: 1;
  width: 100%;
}

.slider-item {
  width: 100%;
  height:auto;
  background-repeat: no-repeat;/*背景画像をリピートしない*/
  background-position: center;/*背景画像の位置を中央に*/
  background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 3;
  top: 45%;
  cursor: pointer;/*マウスカーソルを指マークに*/
  outline: none;/*クリックをしたら出てくる枠線を消す*/
  border-top: 1px solid #434343;/*矢印の色*/
  border-right: 1px solid #434343;/*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
  left:2.5%;
  transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
  right:2.5%;
  transform: rotate(45deg);
}


.content .topimg img {
  width: 100%;
}

.content .retop_news {
  margin: 5% auto 0;
}


.content .retop_news .news_wrap {
  width: 100%;
  margin-top: 3%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.content .retop_news .news_wrap .news_img {
  width: 32%;
}

.content .category {
  width: 100%;
  margin: 10% auto 0;
}

.content .category .category_wrap{
  width: 90%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin: 3% auto;
}

.content .category .icon {
  width: 9%;
}

.content .category .icon img {
  display: block;
  border-radius: 50%;
  border: 1px solid #939393;
  background: #efefef2e;
}

.content .category .icon img#seach {
  border: none;
}

.content .category .icon img#snap {
  border: none;
}


.content .category .icon p {
  line-height: 180%;
  letter-spacing: .03em;
  font-size: 1.0rem;
  margin-top: 5px;
  text-align: center;
  color: #4d4d4d;
}

.content .ranking {
  margin: 10% auto 5%;
  width: 100%;
}


.content .ranking_wrap {
  margin-top: 3%;
}

.content .newarrivals_ttl {
  margin: 10% auto 5%;
  width: 100%;
}


.content .newarrivals_ttl::before {
  display: block;
  margin-top: -40px;
  padding-top: 40px;
  content: "";
}

.cateTtl {
  display: none;
}

.fs-l-main {
  justify-content: center !important;
}

.fs-c-subgroup {
  display: none;
}

.bottom-item-grou-area {
  display: none !important;
}

.fs-c-subgroupList {
  display: none;
}

.bottom-item-grou-area .bottom-item-group {
  display: none;
}

.content .btn {
  width: 35%;
  height: 5%;
  font-family: Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-size: 12px;
  text-align: center;
  margin: 5% auto;
  background: #FFFFFF;
  border: 1px solid black;
  letter-spacing: .03em;
}

.content .btn a {
  display: block;
  padding: 5% 5%;
}

.fs-c-productList__controller {
  display: none;
}







/*----------------------------------------
	reset
----------------------------------------*/
/* body {
  min-width: auto;
}
.fs-l-main {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.fs-l-pageMain {
  width: 100%;
  max-width: none;
}

.layout_menu {
  display: none;
}

.layout_header_delivery {
  display: none!important;
}

.fs-c-heading.fs-c-heading--page {
display: none!important;
}

.layout_header_keywords {
  display: none;
}

.layout_header_form_input {
  font-size: 0;
}


.layout_header_search {
  display: none;
}

.re_gnavi_wrap {
  display: none;
}

.layout_header_user {
  display: none;
}

.re_layout_header_utility .layout_header_utility-navi {
  display: none;
}

.re_header_user_menu {
  display: none;
} */


/*----------------------------------------
	reset
----------------------------------------*/










  /*----------------------------------------
  	pc/sp
  ----------------------------------------*/

/* PCだけで表示させたい
スマホのときは消えてほしい*/
  .sp-invisible
  {
      display: block;
  }
/* スマホで表示させたい
PCのときは消えてほしい*/
  .sp-display
  {
      display: none;
  }
  /*----------------------------------------
    pc/sp
  ----------------------------------------*/


  /* ----------------------------------------
  	Tablet
  ---------------------------------------- */

  @media only screen and (max-width: 768px)
  {

    .layout_header_meta_inner {
      width: 768px;
    }

    .layout_header_navi {
      width: 768px;
    }

    .re_layout_footer_wrap {
      display: none;
    }
  }



  /* ----------------------------------------
  	Tablet
  ---------------------------------------- */








  @media only screen and (max-width: 519px)
  {


/*----------------------------------------
	pc/sp
----------------------------------------*/

/* PCだけで表示させたい
スマホのときは消えてほしい*/
.sp-invisible
{
    display: none;
}
/* スマホで表示させたい
PCのときは消えてほしい*/
.sp-display
{
    display: block;
}

/*----------------------------------------
  pc/sp
----------------------------------------*/

.slick-prev,
.slick-next {
  height: 20px;
  width: 20px;
}


.content {
  width: 100%;
  margin: 10% auto 0;
}

.content h2 {
  font-size: 1.8rem;
  text-align: center !important;
  line-height: 150%;
}

.content h2 small {
  font-size: 1.2rem;
  display: block;
  font-weight: normal;
}


.content .topimg img {
  width: 100%;
  margin: 0 auto;
}



.content .news_wrap {
  justify-content: space-between;
}

.content .retop_news .news_wrap .news_img {
  width: 48%;
}

.content .category {
  margin-top: 20%;
}

.content .category .category_wrap {
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.content .category .icon {
  width: 21%;
  margin-top: 15px;
}

.content .ranking {
  margin-top: 20%;
}


.content .newarrivals_ttl {
  margin-top: 20%;
}

.content .newarrivals_ttl::before {
  display: block;
  margin-top: -100px;
  padding-top: 100px;
  content: "";
}



.fs-l-pageMain .cateTtl {
  display: none;
}

.sp_layout_header_keywords {
  display: none;
}

.fs-c-breadcrumb {
  display: none;
}

.sp_header_search {
  display: none;
}

.colorPalette_ac {
  display: none;
}

.movedCoord_wrap {
  display: none;
}

.content .btn {
  width: 80%;
  height: 5%;
  margin: 10% auto;
}

.content .btn a {
  padding: 2% 5%;
}



/* sp_footer_navi */

/* .sp_footer_navi220426_magazine {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  background: #f7f7f7;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 800000001;
  position: fixed;
  box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 13%);
}

.sp_footer_navi_box220426_magazine {
  width: 20%;
  padding: 2%;
  display: block;
  text-align: center;
}

.sp_footer_navi_box220426_magazine p {
  font-size: 10px;
  margin-top: 4px;
  line-height: 1;
}

.sp_footer_navi_box220426_magazine img {
  width: 40%;
}


#toTop {
  bottom: 60px;
} */


/* sp_footer_navi */



/*----------------------------------------
reset
----------------------------------------*/

/* body {
  min-width: auto;
}

.fs-l-main {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.fs-l-pageMain {
  width: 100%;
}

.layout_header_navi {
  display: none;
}

.header-gnavi-category {
  display: none!important;
}

ul.sp-header-gnavi.fs-p-accountInfo.fs-clientInfo.is-ready {
  display: none!important;
}

.fs-l-header__drawerOpener {
  display: none;
}

.psLink img {
  display: none;
}

.re_keyword_form_wrap {
  display: none;
}

.search-price {
  display: none;
}

.re_footer-navi {
  display: none!important;
}

.footer-sns {
  display: none;
}

.footer-under {
  display: none;
}

.fs-clientInfo.is-ready {
    display: none;
} */



/*----------------------------------------
reset
----------------------------------------*/



}
