@charset "utf-8";
@media screen and (max-width:767px) {
  body, input, textarea, select {
    font-size: 14px;
  }
  main.fs-l-main {
    padding: 0 3.2vw;
  }
  .inner-more {
      padding: 20px 0 68px;
  }

/*見出し系*/
aside.side-drawer + section.fs-l-pageMain h1.fs-c-heading.fs-c-heading--page, h1.fs-c-heading.fs-c-heading--page {
  font-size: 26px;
  margin-bottom: 20px;
}
h2.title_top span.en {
  font-size: 30px;
}
h2.title_top {
  font-size: 14px;
}

/*ボタン系*/
.btn {
    width: 80%;
    line-height: 50px;
}

/*パンくず*/
.fs-c-breadcrumb ol.fs-c-breadcrumb__list {
  padding: 10px 3.2vw;
}

  /*ヘッダー*/
  p.hd_comment {
    font-size: 10px;
  }
  section.header01 div.flex .right .open::before{
    display: none;
  }
  section.header01 {
    position: relative;
  }
  section.header01 .inner {
    padding: 0 1.6vw;
  }
  section.header01 div.flex {
    display: grid;
    grid-template-columns: 85px 1fr 85px;
  }
  section.header01 div.flex .left {
    justify-content: center;
  }
  .fs-l-header__logo {
    padding: 10px 0 14px;
    margin: 0 auto;
  }
  section.header01 div.flex .right {
    width: 100%;
  }
  section.header01 div.flex .right ul li {
    box-sizing: content-box;
    padding: 8px 1.6vw;
  }
  /* ヘッダメニューBOX(ハンバーガーボタン)*/
  p.menu_txt {
    line-height: 1;
    font-size: 10px;
  }
  header .hd_menu_btn {
    width: 46px;
    height: 46px;
    text-align: center;
  }
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 28px;
    height: 27px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 28px;
    height: 2px;
    background-color: #101010;
  }
  .menu-trigger span:nth-of-type(1) {
    top: calc(50% - 6px);
  }
  .menu-trigger span:nth-of-type(2) {
    bottom: calc(50% - 9px);
  }
  /*  SPハンバーガーメニューオープン時 */
  .hd_menu_btn.open .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .hd_menu_btn.open .menu-trigger span:nth-of-type(2) {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
  }
  /*メニュー内*/
  div#hd_menubox-search {
    background: #fff;
    top: 72px;
    max-width: 100%;
  }
  section.hd-search input.fs-p-searchForm__input.fs-p-inputGroup__input,section.hd-search .fs-p-searchForm__button {
      background: #fff;
  }
  #hd_menubox-search, #hd_menubox {
    display: none;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 72px;
    right: 0;
    left: 0;
    z-index: 999;
  }
  #hd_menubox-search > div, #hd_menubox > div {
    height: 90vh;
    -webkit-overflow-scrolling : touch;
    overflow: scroll;
    padding: 5.6vw 0;
    border-top: 1px solid #c2c2c2;
  }
  ul.list_col.list_member {
    display: flex;
    justify-content: space-between;
    padding: 0 3.2vw;
    margin-bottom: 20px;
  }
  ul.list_col.list_member li{
    width: 48.6%;
  }
  ul.list_col.list_member li a {
    width:100%;
    display:block;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    text-align: center;
    line-height: 48px;
  }
  h3.side-h {
    font-weight: bold;
    padding: 20px 6.4vw;
    margin: 0;
    background-color: #f6f6f6;
  }
  ul.gnavi_l + h3 + ul.gnavi_l {
    border-bottom: 1px solid #d5d5d5;
  }
  ul.gnavi_l:last-child li:last-child {
      border-bottom: 1px solid #d5d5d5;
  }
  ul.gnavi_l li + li {
    border-top: 1px solid #d5d5d5;
  }
  ul.gnavi_l li a {
    display: block;
    line-height: 50px;
    padding: 0 6.4vw;
    position: relative;
  }
  ul.gnavi_l li a::after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #353535;
    border-right: 1px solid #353535;
    transform: rotate(45deg);
    top: calc(50% - 6px);
    right: 20px;
  }
  /*メニュー内閉じるボタン*/
  header .hd_close {
    margin: 0 auto;
    padding: 6vw 0 34vw;
  }
  header .hd_close span {
    background: #fff;
    margin: 0 auto;
  }
  
  /*アイテム・ブランド*/
  .menu_dtl {
    top: auto;
    background-color: #fff;
    border-bottom: 1px solid #d5d5d5;
  }
  section.header02 ul.sp {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d5d5d5;
  }
  body#fs_Top section.header02 ul.sp {
    border-bottom:0;
  }
  section.header02 ul.sp li {
    box-sizing: border-box;
    width: 50%;
    padding: 12px 0 10px;
    border-bottom: 2px solid #fff;
  }
  section.header02 ul.sp li.open {
    border-color: #ffb017;
  }

  /*ブランド*/
  div#menu02 {
    overflow-x: unset;
    overflow-y: auto;
    height: 68vh;
  }
    section.menu-brand {
      height: auto;
      padding: 0;
  }
  ul.flex.tab-area-brand {
    padding: 10px 3.2vw;
    background: #f6f6f6;
    display: block;
    white-space: nowrap;
    overflow-y: auto;
    overflow-x: scroll;
    -webkit-overflow-scrolling : touch;
  }
  ul.flex.tab-area-brand li.tab_brand{
    display: inline-block;
    padding: 5.5px 8px;
    background: #f6f6f6;
  }
  .panel-area-brand{
    margin-top: 0;
    border-top: 1px solid #d5d5d5;
  }
  .panel_brand ul li{
      width: 100%;
  }
  .panel_brand ul li a {
      display: block;
      position: relative;
      text-align: left;
      background-color: #fff;
      padding: 22px 6.4vw;
      border-bottom: 1px solid #d5d5d5;
  }
  .panel_brand ul li a::after {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border-top: 1px solid;
      border-right: 1px solid;
      transform: rotate(45deg);
      position: absolute;
      top: calc(50% - 5px);right: 6.8vw;
  }


  /*TOPページ*/
  .fs-pt-carousel {
    margin-top: 0;
  }
  ul.row5,ul.row4 {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
  }
  ul.row5 li,ul.row4 li {
    width: 48%;
    margin: 0 auto 30px;
  }
  ul.row5 li:nth-child(n+5) {
    display: none;
  }
  ul.row5 li:nth-child(n+6) {
    margin: 0 auto 30px;
  }
  ul.row5 li:nth-last-child(-n + 2) ,ul.row4 li:nth-last-child(-n + 2){
    margin: 0 auto;
  }
  /*TOPページ ランキング*/
  .panel-area .grid {
    grid-template-columns: 1fr 1fr;
  }
  .panel-area .grid > li:nth-child(1) {
    grid-row: 1/2;
    max-width: 100%;
    margin-right: 0px;
  }
  .panel-area .grid > li {
    max-width: 100%;
  }
  .panel-area .grid > li:nth-child(n+7) {
    display: none;
  }
  .top-ranking ul {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .top-ranking .tab {
    width: 30%;
    text-align: center;
    padding: 10% 0;
  }
  section.top-ranking {
    width: 96.8vw;
    margin-left: -3.2vw;
    padding: 60px 3.2vw;
  }
  ul.flex.tab-area li.tab {
      font-size: 12px;
      padding: 38px 0 22px;
  }
  ul.flex.tab-area {
      margin: 6px auto 16px;
  }



  /*アイテム一覧*/
  .js-ac {
    display: flex;
  }
  .js-ac .js-ac-trigger {
    background: #f6f6f6;
    margin: 0 0;
    padding: 0 0;
    width: 100%;
    text-align: left;
  }
  .js-ac .js-ac-trigger .Item_mds a {
    display: inline-block;
    width: 100%;
    padding: 19.5px 6.4vw;
    border-bottom: 1px solid #d5d5d5;
  }
  .js-ac .js-ac-trigger .Item_mds:after {
    content: '＋';
    text-align: right;
    position: absolute;
    padding: 19.5px 6.4vw;
    width: 100%;
    right: 0;
    top: 0;
    color: #101010;
  }
  .js-ac .js-ac-target {
    display: none;
  }
  .js-ac .js-ac-target a {
    display: block;
    position: relative;
    text-align: left;
    background-color: #fff;
    padding: 22px 6.4vw;
    border-bottom: 1px solid #d5d5d5;
  }
  .js-ac.is-active .js-ac-trigger .Item_mds:after {
    content: 'ー';
    text-align: right;
    position: absolute;
    padding: 19.5px 6.4vw;
    width: 100%;
    right: 0;
    top: 0;
    color: #101010;
  }
  .js-ac.is-active .js-ac-target {
    display: block;
  }
  .js-ac .js-ac-target a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 4px);
    right: 6.8vw;
  }
  .Item_contents_inner {
    width: 100%;
    display: block;
    padding: 0;
  }
  .Item_contents_inner .js-ac p.Item_mds {
        margin-bottom: 0;
        position: relative;
  }
  .Item_contents_inner .js-ac p {
      margin: 0;
  }


  /*ブログ*/
  section.top-blog ul {
      display: block;
      margin-top: 25px;
  }
  section.top-blog ul li {
      width: 100%;
      margin-bottom: 25px;
  }
  section.top-blog ul li a p.image {
      max-width: 100px;
      min-width: 98px;
      max-height: 100px;
      width: 15%;
      height:auto;
  }
  section.top-blog ul li a p.image img{
    max-width:100%;
    min-width: 98px;
    height:auto;
  }
  section.top-blog ul li a .right {
      padding: 0 6px 0 16px;
  }
  section.top-blog p.date {
      font-size: 12px;
  }
  section.top-blog p.txt {
      margin-bottom: 3px;
  }
  section.top-bnr ul {
      grid-template-columns: 1fr 1fr;
  }
  section.top-bnr .inner-cnt {
      padding: 25px 0 68px;
  }


  /*お知らせ*/
  section.top-news {
      padding: 50px 0 62px;
  }
  ul.flex.tab-area2 {
      justify-content: space-between;
      padding: 0;
      margin: 0 auto;
  }
  ul.flex.tab-area2::after {
    content: "";
    display: block;
    width: 30%;
}
  ul.flex.tab-area2 li.tab2 {
    width: 30%;
    text-align: center;
    margin-right: 0;
    padding: 0 2px 6px;
}
  .panel-area2 li {
      display: block;
  }
  .panel-area2 li div {
      margin-bottom: 12px;
  }
  .panel-area2 li + li {
      margin-top: 22px;
  }
  .panel-area2 {
      margin-bottom: 28px;
  }
    
    
  /*******************
  フッター
  ********************/
  section.ft-category {
      padding: 60px 3.2vw 65px;
  }
  section.cate-brand ul {
      grid-template-columns: repeat(auto-fit, minmax(83.25px, 1fr));
      gap: 6px;
  }
  section.cate-brand ul li {
      height: 84px;
  }
  section.ft-category h2.title {
      margin-bottom: 30px;
  }
  .panel-area3 {
      margin-top: 35px;
  }
  .panel-area3 .Item_contents_inner {
    padding: 0;
  }
  section.footer01 .inner.flex {
      padding-top: 42px;
      display: block;
      text-align: center;
  }
  section.footer01 .left p {
      margin-bottom: 20px;
      display: block;
  }
  section.footer01 .left p.ft_tel {
      font-size: 28px;
  }
  section.footer01 .left p span {
      font-size: 14px;
      max-width: 200px;
      margin: 5px auto 0;
  }
  ul.ft_sns {
      margin: 0 auto;
  }
  section.footer01 .right {
      width: 93.6%;
      margin: 0 auto;
  }
  section.footer01 .right ul {
      width: 100%;
      border-top: 1px solid #5b5b5b;
      margin-top: 26px;
  }
  section.footer01 .right ul a {
      display: block;
      text-align: left;
      border-bottom: 1px solid #5b5b5b;
      padding: 10.5px 13px;
  }
  section.footer01 .right li {
      width: 100%;
      margin: 0;
  }
  .fs-p-footerCopyright {
      padding-bottom: 24px;
  }



  /**********************
  商品詳細
  **********************/
  .fs-l-product2 .fs-l-productLayout .clearfix {
    display: block;
}
  .dtl_left, .dtl_right {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  .dtl_left.box_dtl,.dtl_right.box_dtl {
    padding-right: 0;
    padding-left: 0;
  }
  .fs-c-productCarouselMainImage .fs-c-slick.slick-initialized .slick-slide img {
    max-width: 93.6vw;
  }
    


  /**********************
  商品一覧
  **********************/
  aside.side-drawer + section.fs-l-pageMain h1.fs-c-heading.fs-c-heading--page {
    font-size: 24px;
    margin-bottom: 30px;
  }
  section.cate-top {
    margin-bottom: 30px;
  }
  section.cate-top .inner.flex {
    display: block;
  }
  section.cate-top p.image {
    min-width: 100px;
    max-width: 100px;
    margin: 0 auto 10px;
  }
  p.cate-top-subtxt {
    line-height: 1.45;
    padding: 10px;
    font-size: 13px;
    margin-bottom: 32px;
  }
  .fs-c-sortItems {
    display: block;
    width: 100%;
    border: 0;
  }
  span.fs-c-sortItems__label {
    display: block;
    text-align: left;
    padding: 6px 11px;
  }
  .fs-c-sortItems__list {
    justify-content: end;
    border-left: 0;
    margin-left: -5px;
  }

  /*商品一覧上部*/
  .fs-c-subgroupList__item {
    flex-basis: 50%;
  }
  .fs-c-subgroupList__label {
    font-size: 12px;
    margin-top: 5px;
  }

  /**********************
  下層共通
  ***********************/
  h2.fs-c-documentArticle__heading, h2.title, h2.fs-c-subSection__title, .fs-p-announcement__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  section.fs-l-pageMain .fs-c-documentColumn h3, h3.title, h3.fs-c-subSection__title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .fs-c-documentArticle + .fs-c-documentArticle {
    margin-top: 50px;
  }
  .fs-c-documentColumn__content {
    margin-bottom: 30px;
  }

  /**********************
  セール
  **********************/
  #sale .bunner ul.row3 li {
    width: 48%;
  }
  /**********************
  ご利用ガイド
  ***********************/
  .box_black > * {
    padding: 0 20px;
  }
  .box_black > *:last-child{
    padding-bottom: 20px;
  }
  #guide .attention dd {
    padding-left: 36px;
    text-indent: -37px;
  }
	/*********************
	不良商品の基準について
	*********************/
    #inferior .request{
        padding:2em 2em 2em 2em;
        background:url(../images/inferior/img@2x.png) no-repeat #f6f6f6;
        background-position:right 20px top 20px;
        background-size:60px auto;
        font-size:14px;
    }
	/*********************
	アフターケアについて
	*********************/
  #aftercare .navi1 li {
    width: 100%;
    margin-bottom: 10px;
  }
  #aftercare .navi2 {
    justify-content:space-evenly;
  }
	#aftercare .navi2 li {
		width: 50%;
  }
  #aftercare .navi2 li img {
    max-width: 86px;
  }
  /********************
  店舗案内
  ********************/
  div#store_info ul li,div#store_info ul.flex li {
    width: 100%;
    margin-bottom: 15px;
  }
  div#store_info ul.flex li.bg_gray,div#store_info ul.flex li.bg_gray:nth-child(n + 3) {
    width: 100%;
    margin-bottom: 20px;
  }
  div#store_info ul.flex li.bg_gray:last-child{
    margin-bottom: 0;
  } 
  /***********************
  送料について
  ***********************/
  .fs-c-postage__list dt:nth-child(2n - 1) {
    border-right-color: #353535;
  }
  table.fs-c-specTable {
    margin-top: 20px;
  }
  body#fs_AboutShippingAndPayment .fs-c-specTable, body#fs_AboutShippingAndPayment .fs-c-specTable__headerCell, body#fs_AboutShippingAndPayment .fs-c-specTable__dataCell {
    white-space: normal;
  }
  .fs-c-specTable__headerCell, .fs-c-specTable__dataCell {
    padding: 8px;
  }
  /***********************
  サイズについて
  ***********************/
  #size .size_discription{
    display:block;
  }
  #size .size_discription p{
    margin-top:20px;
  }
  #size .sizetable_wrapper{
    overflow-x:scroll;
  }

  /************************
  会員登録
  ************************/
  #fs_Register thead .fs-c-specTable__headerCell {
    padding: 12px 8px;
  }
  #fs_Register * + h2.title {
    margin-top: 35px;
  }
  /*特典5つ*/
  ul.register_point.flex li {
    width: 100%;
    margin-bottom: 12px;
    padding: 15px 10px 15px 12px;
}
ul.register_point.flex li:nth-child(n + 3) {
  margin-top: 0;
}
ul.register_point.flex li:first-child {
    background-position: 97% center;
}
ul.register_point.flex li:nth-child(2) {
    background-position: right center;
}
ul.register_point.flex li:nth-child(3) {
    background-position: 97% center;
    margin-top: 0;
}
ul.register_point.flex li:nth-child(4) {
    background-position: 97% center;
}
ul.register_point.flex li:nth-child(5) {
    background-position: 97% center;
}
ul.register_point.flex li:nth-child(6) {
  background-position: 97% center;
}
ul.register_point.flex li p.image {
    min-width: 48px;
    width: 17%;
    margin-right: 10px;
}
ul.register_point.flex li p {
    font-size: 17px;
}
ul.register_point.flex li p span.emphasis_orange {
    font-size: 21px;
}
ul.register_point.flex li .right {
    width: 100%;
}
ul.register_point.flex li p.txt {
    margin-top: 0.75em;
}
ul.register_point.flex li:first-child p.txt {
    margin-top: 0.75em;
}

/**********************
クーポンについて
**********************/
ul.coupon_list li {
  display: block;
}
ul.coupon_list li.flex + li {
  margin-top: 50px;
}
ul.coupon_list li.flex .left {
  width: 100%;
  max-width: 100%;
}
ul.coupon_list li.flex p.image {
  width: 60%;
  margin: 1em auto 0;
}

}