@charset "UTF-8";

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: auto;
  background: #f6f3ee;
}

body {
  color: #3d3935;
}


/*----------------------------------------
  FutureShop 背景
----------------------------------------*/

.fs-l-page,
.fs-l-pageMain,
.fs-l-main {
  background: #f6f3ee !important;
}


/*----------------------------------------
  MAGAZINE
----------------------------------------*/

.magazine {
  width: 820px;
  height: auto;
  margin: 120px auto 70px;
  padding: 0 0 60px;
  font-family: "Noto Sans JP", sans-serif;
  color: #3d3935;
  background: transparent;
}

.magazine img {
  display: block;
  width: 100%;
}

.magazine a {
  color: inherit;
  text-decoration: none;
}


/*----------------------------------------
  PC / SP
----------------------------------------*/

.pc-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}


/*----------------------------------------
  TOP
----------------------------------------*/

.magazine .topimg {
  width: 100%;
}

.magazine .topcmt {
  padding: 44px 7% 0;
}

.magazine .topcmt p {
  width: 82%;
  margin: 0 auto;
  font-size: 13px;
  line-height: 2;
  letter-spacing: .05em;
  text-align: center;
  color: #57514c;
}


/*----------------------------------------
  CATEGORY
----------------------------------------*/

.magazine .catalog1,
.magazine .catalog2 {
  margin-top: 110px;
}


/* カテゴリタイトル */

.magazine .ttl {
  padding: 0 7%;
  text-align: center;
}

.magazine .ttl h1 {
  margin: 0;
  font-family:
    "Noto Serif JP",
    "游明朝",
    YuMincho,
    "Yu Mincho",
    serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .11em;
  color: #2f2a27;
}


/*----------------------------------------
  CATEGORY LAYOUT
----------------------------------------*/

.magazine .category-layout {
  display: grid;
  grid-template-columns: 44% 53%;
  grid-template-rows: auto 455px;
  column-gap: 3%;
  row-gap: 22px;
  margin-top: 16px;
  padding: 0 5%;
}


/*----------------------------------------
  INTRO
----------------------------------------*/

.magazine .intro {
  grid-column: 1 / -1;
  grid-row: 1;
  text-align: center;
}

.magazine .intro p {
  width: 76%;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.9;
  letter-spacing: .04em;
  color: #6f6963;
}


/*----------------------------------------
  MAIN IMAGE
----------------------------------------*/

.magazine .main {
  grid-row: 2;
  width: 100%;
  height: 455px;
  overflow: hidden;
}

.magazine .main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*----------------------------------------
  PRODUCT GRID
----------------------------------------*/

.magazine .wrap {
  display: grid;
  grid-row: 2;
  width: 100%;
  height: 455px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 14px 11px;
}


/* BAG / GOODS */

.magazine .catalog1 .main {
  grid-column: 1;
}

.magazine .catalog1 .wrap {
  grid-column: 2;
}


/* SHOES / ACCESSORIES */

.magazine .catalog2 .main {
  grid-column: 2;
}

.magazine .catalog2 .wrap {
  grid-column: 1;
}


/*----------------------------------------
  PRODUCT CARD
----------------------------------------*/

.magazine .category {
  width: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: #fff;
}

.magazine .category a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}


/* 商品画像 */

.magazine .category img {
  display: block;
  width: 100% !important;
  height: 145px !important;
  max-width: none !important;
  object-fit: cover;
  flex-shrink: 0;
}


/* 商品情報 */

.magazine .category p {
  width: 100%;
  margin: 0;
  padding: 7px 5px 8px;
  font-size: 10px;
  line-height: 1.45;
  letter-spacing: .01em;
  text-align: center;
}


/* ブランド */

.magazine .category p span {
  font-size: 10px;
  color: #817a73;
}


/* 商品名 */

.magazine .category p strong {
  display: inline;
  margin: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.45;
  color: #37322f;
  white-space: normal;
  text-wrap: pretty;
}


/* 価格 */

.magazine .category p small {
  font-size: 9px;
  color: #9b948d;
}


/*----------------------------------------
  BUTTON
----------------------------------------*/

.magazine .catalog1 .btn,
.magazine .catalog2 .btn,
.magazine>.btn {
  width: 42%;
  margin: 46px auto 0;
  border: 1px solid #625b55;
  background: transparent;
  font-size: 12px;
  letter-spacing: .05em;
  text-align: center;
}

.magazine .catalog1 .btn a,
.magazine .catalog2 .btn a,
.magazine>.btn a {
  display: block;
  padding: 13px 10px;
  transition:
    background .25s ease,
    color .25s ease;
}

.magazine .catalog1 .btn a:hover,
.magazine .catalog2 .btn a:hover,
.magazine>.btn a:hover {
  color: #f6f3ee;
  background: #3d3935;
}


/*----------------------------------------
  RELATED POST
----------------------------------------*/

.magazine .etc {
  margin-top: 130px;
  padding: 0 5%;
}

.magazine .etc .etctop {
  padding-bottom: 12px;
  border-bottom: 1px solid #cfc8bf;
}

.magazine .etc .etctop h2 {
  display: inline-block;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 27px;
  font-weight: 400;
  letter-spacing: .06em;
}

.magazine .etc .etctop p {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 11px;
  color: #817a73;
}

.magazine .etc .etcmg {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 22px;
}

.magazine .etc .etcmg .itm {
  width: 100%;
}

.magazine .etc .etcmg .itm img {
  width: 100%;
}

.magazine .etc .etcmg .itm p {
  margin: 7px 0 0;
  font-size: 11px;
  line-height: 1.6;
  color: #6f6963;
}

.magazine .etc .etclink {
  margin-top: 24px;
  text-align: right;
  font-size: 12px;
  letter-spacing: .06em;
}

.magazine .etc .etclink a:hover {
  opacity: .6;
}


/*----------------------------------------
  FutureShop reset
----------------------------------------*/

.fs-l-main {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.fs-l-pageMain {
  width: 100%;
  max-width: none;
}

.layout_menu,
.layout_header_keywords,
.layout_header_search,
.re_gnavi_wrap {
  display: none;
}

.layout_header_delivery {
  display: none !important;
}

.fs-c-heading.fs-c-heading--page {
  display: none !important;
}

.layout_header_form_input {
  font-size: 0;
}


/*----------------------------------------
  SP
----------------------------------------*/

@media only screen and (max-width: 519px) {

  /* PC / SP */

  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }


  /*----------------------------------------
    MAGAZINE
  ----------------------------------------*/

  .magazine {
    width: 100%;
    margin: 20% auto 70px;
    padding: 0 0 50px;
  }


  /*----------------------------------------
    TOP
  ----------------------------------------*/

  .magazine .topcmt {
    padding: 25px 6% 0;
  }

  .magazine .topcmt p {
    width: 100%;
    margin: 0;
    font-size: 10px;
    line-height: 1.9;
    letter-spacing: .04em;
    text-align: left;
  }

  .magazine .topcmt p br {
    display: none;
  }


  /*----------------------------------------
    CATEGORY
  ----------------------------------------*/

  .magazine .catalog1,
  .magazine .catalog2 {
    margin-top: 76px;
  }


  /* BAG / SHOES / GOODS / ACCESSORIES */

  .magazine .ttl {
    padding: 0 6%;
    text-align: left;
  }

  .magazine .ttl h1 {
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: .1em;
  }


  /*----------------------------------------
    CATEGORY LAYOUT

    SP：
    1. MAIN IMAGE
    2. INTRO
    3. PRODUCT
  ----------------------------------------*/

  .magazine .category-layout {
    display: flex;
    flex-direction: column;
    margin-top: 18px;
    padding: 0;
  }


  /*----------------------------------------
    MAIN IMAGE
  ----------------------------------------*/

  .magazine .main,
  .magazine .catalog1 .main,
  .magazine .catalog2 .main {
    order: 1;
    width: 100%;
    height: auto;
    overflow: visible;
  }

  .magazine .main img {
    width: 100%;
    height: auto;
    object-fit: initial;
  }


  /*----------------------------------------
    INTRO
  ----------------------------------------*/

  .magazine .intro {
    order: 2;
    width: 100%;
    padding: 20px 6% 0;
    text-align: left;
  }

  .magazine .intro p {
    width: 100%;
    margin: 0;
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: .03em;
    color: #6f6963;
  }

  .magazine .intro p br {
    display: none;
  }


  /*----------------------------------------
    PRODUCT GRID
  ----------------------------------------*/

  .magazine .wrap,
  .magazine .catalog1 .wrap,
  .magazine .catalog2 .wrap {
    order: 3;
    display: grid;
    width: 100%;
    height: auto;
    margin-top: 25px;
    padding: 0 6%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 24px 10px;
  }


  /*----------------------------------------
    PRODUCT CARD
  ----------------------------------------*/

  .magazine .category {
    width: 100%;
    height: auto;
    min-height: 0;
    overflow: visible;
    background: #fff;
  }

  .magazine .category a {
    display: block;
    width: 100%;
    height: auto;
  }

  .magazine .category img {
    width: 100% !important;
    height: auto !important;
    object-fit: initial;
  }

  .magazine .category p {
    width: 100%;
    margin: 0;
    padding: 7px 4px 9px;
    font-size: 8px;
    line-height: 1.5;
    text-align: center;
  }

  .magazine .category p span {
    font-size: 8px;
  }

  .magazine .category p strong {
    display: inline;
    margin: 0;
    font-size: 8px;
    font-weight: 400;
    line-height: 1.5;
    white-space: normal;
    text-wrap: pretty;
  }

  .magazine .category p small {
    font-size: 8px;
  }


  /*----------------------------------------
  BUTTON
----------------------------------------*/

  .magazine .catalog1 .btn,
  .magazine .catalog2 .btn,
  .magazine>.btn {
    display: block;
    width: 88%;
    height: auto !important;
    min-height: 0 !important;
    margin: 34px auto 0;
    padding: 0 !important;

    border: 1px solid #5f5852;
    background: #fff;

    line-height: normal !important;
    text-align: center;
  }

  .magazine .catalog1 .btn a,
  .magazine .catalog2 .btn a,
  .magazine>.btn a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    height: 44px !important;
    min-height: 44px !important;

    margin: 0 !important;
    padding: 0 14px !important;

    font-family: "Noto Sans JP", sans-serif;
    font-size: 11px !important;
    font-weight: 500;
    line-height: 1 !important;
    letter-spacing: .04em;

    color: #3d3935 !important;
    background: transparent !important;
    border: 0 !important;

    text-align: center !important;
    text-decoration: none !important;
  }

  /*----------------------------------------
    RELATED POST
  ----------------------------------------*/

  .magazine .etc {
    margin-top: 90px;
    padding: 0 6%;
  }

  .magazine .etc .etctop {
    padding-bottom: 10px;
    text-align: left;
  }

  .magazine .etc .etctop h2 {
    display: block;
    font-size: 21px;
  }

  .magazine .etc .etctop p {
    display: block;
    margin: 4px 0 0;
    font-size: 9px;
  }

  .magazine .etc .etcmg {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 10px;
    margin-top: 18px;
  }

  .magazine .etc .etcmg .itm p {
    font-size: 9px;
  }

  .magazine .etc .etclink {
    margin-top: 20px;
    font-size: 10px;
  }


  /*----------------------------------------
    SP固定フッター
  ----------------------------------------*/

  .sp_footer_navi220426_magazine {
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 800000001;
    background: #f7f7f7;
    box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 13%);
  }

  .sp_footer_navi_box220426_magazine {
    display: block;
    width: 20%;
    padding: 2%;
    text-align: center;
  }

  .sp_footer_navi_box220426_magazine a {
    display: block;
  }

  .sp_footer_navi_box220426_magazine p {
    margin: 4px 0 0;
    font-size: 10px;
    line-height: 1;
  }

  .sp_footer_navi_box220426_magazine img {
    width: 40%;
    margin: 0 auto;
  }

  #toTop {
    bottom: 60px;
  }


  /*----------------------------------------
    FutureShop reset SP
  ----------------------------------------*/

  body {
    min-width: auto;
  }

  .fs-l-main {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .fs-l-pageMain {
    width: 100%;
  }

  .layout_header_navi,
  .fs-l-header__drawerOpener,
  .psLink img,
  .re_keyword_form_wrap,
  .search-price,
  .footer-sns,
  .footer-under {
    display: none;
  }

  .header-gnavi-category,
  ul.sp-header-gnavi.fs-p-accountInfo.fs-clientInfo.is-ready,
  .re_footer-navi {
    display: none !important;
  }
}