@charset "UTF-8";

/* ========================================
   Base
======================================== */

* {
  font-family: 'Noto Sans JP', sans-serif;
}


/* ========================================
   clearfix
======================================== */

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* ========================================
  Body
======================================== */

body {
  min-width: auto;
  background: #F5F3F0;
}

/* ========================================
   Magazine
======================================== */

.magazine_head {
  width: 768px;
  height: auto;
  margin: 60px auto 10px;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 10px;
}

.magazine_head img {
  width: 20%;
  height: auto;
}

.magazine {
  width: 768px;
  height: auto;
  margin: 75px auto 50px;
}

/* ----------------------------------------
   Typography
---------------------------------------- */

.magazine h1 {
  font-size: 26px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  letter-spacing: .15em;
  color: #222;
  margin-bottom: 20px;
}

.magazine p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  color: #666;
  line-height: 1.6;
}

/* ========================================
   Title
======================================== */

.magazine .ttl {
  position: relative;
  z-index: 1;
  padding: 35px 0;
}

.magazine .ttl h1 {
  position: relative;
  z-index: 1;
  text-align: center;
}

.magazine .ttl h1 .number {
  position: absolute;
  z-index: -1;
  font-family: 'Playfair Display', serif;
  font-size: 105px;
  font-weight: 400;
  line-height: 1;
  color: #756960;
  opacity: .3;
  left: 30%;
  top: 10%;
  transform: translate(-150%, -50%);
}

/* Title background */

.magazine .ttl::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 100%;
  background: #E1DBD6;
  right: 8%;
  top: 0;
  z-index: -2;
}

/* ========================================
   Animation
======================================== */

.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


/* ========================================
   Top Image
======================================== */

.magazine .topimg img {
  margin-bottom: 5%;
  width: 100%;
}


/* ========================================
   Top Comment
======================================== */

.magazine .topcmt p {
  width: 90%;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  line-height: 1.9;
  letter-spacing: .03em;
  text-align: center;
}

.topcmt-block {
  display: block;
  margin-bottom: 1.5em;
}

.topcmt-block:first-child {
  margin-top: 0;
}

.topcmt-block:last-child {
  margin-bottom: 0;
}

/* ========================================
   Other
======================================== */

.title-line {
  width: 50px;
  height: 1px;
  background: #C8CDD3;
  margin: 50px auto 24px;
}

.magazine hr {
  display: block;
  height: 1px;
  border: 0;
  width: 6%;
  border-top: 1px solid #C8CDD3;
  margin: 10% auto 0;
  padding: 0;
}


/* ========================================
   Catalog 1
======================================== */

.magazine .catalog1 {
  margin-top: 20%;
}

.magazine .catalog1 p {
  width: 65%;
  margin: 1% auto 0;
  line-height: 180%;
  letter-spacing: .03em;
  text-align: center;
}

.magazine .catalog1 .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 5%;
}

.magazine .catalog1 .wrap .category {
  width: 23%;
}

.magazine .catalog1 .wrap .category img {
  width: 100%;
  border: 1px solid #F1F1F1;
}

.magazine .catalog1 .wrap .category p {
  margin-top: 5%;
  width: 100%;
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 160%;
  letter-spacing: .03em;
  text-align: center;
}

.magazine .catalog1 .wrap .category p span {
  font-weight: 500;
  font-size: 13px;
  color: #3A3A3A;
}

.magazine .catalog1 .wrap .category p small {
  font-size: 11px;
  color: #8A8A8A;
}


/* ========================================
   Button
======================================== */

.magazine .btn {
  width: 51%;
  height: 5%;
  font-family: Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-size: 14px;
  text-align: center;
  margin: 4% auto 0;
  background: #fff;
  border: 1px solid #C8C2BC;
  color: #333;
  letter-spacing: .08em;
  transition: all .3s ease;
}

.magazine .btn a {
  display: block;
  padding: 3% 5%;
  color: #4A4A4A;
  font-weight: 500;
  letter-spacing: .08em;
}

.magazine .btn:hover {
  border-radius: 30px;
  background: #4A4541;
  border-color: #4A4541;
}

.magazine .btn:hover a {
  color: #fff;
}


/* ========================================
   Etc
======================================== */

.magazine .etc {
  margin-top: 20%;
}

.magazine .etc .etctop h2 {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
}

.magazine .etc .etctop p {
  font-size: 13px;
  font-weight: lighter;
  display: inline-block;
  margin-left: 1%;
}

.magazine .etc .etcmg {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.magazine .etc .etcmg .itm {
  width: 24%;
  margin-top: 5%;
}

.magazine .etc .etcmg .itm img {
  width: 100%;
  border: 1px solid #dedede;
}

.magazine .etc .etcmg .itm p {
  font-size: 11px;
  margin-top: 3%;
  color: #626262;
  line-height: 160%;
  letter-spacing: .03em;
}

.magazine .etc .etclink {
  text-align: right;
  font-size: 16px;
  margin-top: 5%;
}

.magazine .etc .etclink a:hover {
  color: #24364D;
}

.magazine .catalog2 {
  margin-top: 15%;
}


/* ========================================
   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;
}


/* ========================================
   PC / SP
======================================== */

.sp-invisible {
  display: block;
}

.sp-display {
  display: none;
}


/* ========================================
   Tablet
======================================== */

@media only screen and (max-width: 768px) {

  .layout_header_user {
    display: none;
  }

  .re_layout_header_utility .layout_header_utility-navi {
    display: none;
  }

  .re_header_user_menu {
    display: none;
  }

  .layout_header_meta_inner {
    width: 768px;
  }

  .layout_header_navi {
    width: 768px;
  }

  .re_layout_footer_wrap {
    display: none;
  }

}


/* ========================================
   Smartphone
======================================== */

@media only screen and (max-width: 519px) {


  /* ----------------------------------------
     PC / SP
  ---------------------------------------- */

  .sp-invisible {
    display: none;
  }

  .sp-display {
    display: block;
  }


  /* ----------------------------------------
     Magazine
  ---------------------------------------- */

  .magazine_head {
    display: none;
  }

  .magazine {
    width: 100%;
    margin-top: 10%;
  }


  /* ----------------------------------------
     Top Comment
  ---------------------------------------- */

  .magazine .topcmt p {
    width: 90%;
    font-size: 13px;
    line-height: 1.9;
    text-align: center;
  }

  .magazine .topcmt .topcmt-block {
    display: block;
    width: 100%;
    margin-bottom: 1.5em;
    text-align: center !important;
  }

  /* スマホでは強制改行しない */
  .magazine .topcmt .pc-br {
    display: none;
  }

  /* ----------------------------------------
     Title
  ---------------------------------------- */

  .magazine .ttl {
    padding: 30px 15px;
    box-sizing: border-box;
  }

  .magazine .ttl h1 {
    position: relative;
    text-align: center;
    font-size: 21px;
    line-height: 1.7;
    letter-spacing: .12em;
  }

  .magazine .ttl h1 .title-text {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .magazine .ttl h1 .title-text>span {
    display: block;
  }

  /* 背面の数字 */
  .magazine .ttl h1 .number {
    font-size: 75px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  /* 背景 */
  .magazine .ttl::before {
    width: 100px;
    height: 100%;
    right: 3%;
    top: 0%;
  }

  .magazine .ttl p {
    width: 90%;
    margin: 15px auto 0;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    line-height: 1.8;
  }

  .magazine .ttl br {
    display: none;
  }


  /* ----------------------------------------
     Horizontal line
  ---------------------------------------- */

  .magazine hr {
    margin-top: 15%;
    width: 17%;
  }


  /* ----------------------------------------
     Catalog 1
  ---------------------------------------- */

  .magazine .catalog1 {
    margin-top: 15%;
  }

  .magazine .catalog1 .ttl p {
    width: 95%;
    text-align: left;
  }

  .magazine .catalog1 .wrap {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .magazine .catalog1 .wrap .category {
    width: 49%;
    margin-top: 10%;
  }

  .magazine .catalog1 .wrap .category p span {
    font-size: 12px;
  }

  .magazine .catalog1 .wrap .category p small {
    font-size: 11px;
  }


  /* 商品ボタン */
  .magazine .category .item_btn {
    width: 36%;
    font-family: Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
    text-align: center;
    font-size: 12px;
    margin: 5% auto 0;
    background: #4A4541;
    border: 1px solid #4A4541;
    transition: .3s;
    border-radius: 2px;
  }

  .magazine .category .item_btn a {
    display: block;
    padding: 2% 4%;
    color: #fff;
    font-weight: 500;
    letter-spacing: .05em;
  }


  /* ----------------------------------------
     Button
  ---------------------------------------- */

  .magazine .btn {
    width: 100%;
    font-size: 14px;
    margin: 10% auto 0;
  }

  .magazine .btn a {
    padding: 5%;
  }

  .magazine .btn:hover {
    border-radius: 0;
  }


  /* ----------------------------------------
     Etc
  ---------------------------------------- */

  .magazine .etc .etctop {
    text-align: center;
    margin: 0 auto;
  }

  .magazine .etc .etctop h2 {
    display: block;
  }

  .magazine .etc .etctop p {
    display: block;
    margin-top: 2%;
  }

  .magazine .etc .etcmg {
    flex-wrap: wrap;
  }

  .magazine .etc .etcmg .itm {
    width: 48%;
  }

  .magazine .etc .etclink {
    margin-bottom: 20%;
  }


  /* ----------------------------------------
     Smartphone footer navigation
  ---------------------------------------- */

  .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;
  }


  /* ----------------------------------------
     Smartphone reset
  ---------------------------------------- */

  body {
    min-width: auto;
  }

  .fs-l-main {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .fs-l-pageMain {
    width: 100%;
  }

  .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;
  }
}