@charset "UTF-8";


* {
  font-family: 'Overpass', 'Noto Sans JP', sans-serif;
}





/*----------------------------------------
	clearfix
----------------------------------------*/
.clearfix:after {
content: "";
display: block;
clear: both;
}
/*----------------------------------------
	clearfix
----------------------------------------*/


.magazine {
  /* margin: 120px 17.06% 0; */
  width: 768px;
  height: auto;
  margin: 120px auto 50px;
}

.magazine h1 {
  font-size: 25px;
  text-align: center;
  font-family: MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: .03em;
  color: #3c3c3c;
}

.magazine p {
  font-family: Hiragino Kaku Gothic Pro,Meiryo,sans-serif;
  font-size: 12px;
}

.fadeUpTrigger{
opacity: 0;
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration:3s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
from {
    opacity: 0;
    /* transform: translateY(100px); */
}
to {
    opacity: 1;
    /* transform: translateY(0); */
}
}


.magazine .topimg img {
  width: 100%;
}

.magazine .topcmt p {
  width: 90%;
  line-height: 180%;
  letter-spacing: .03em;
  margin: 5% auto 0%;
  text-align: center;
}


.magazine hr {
  display: block;
  height: 1px;
  border: 0;
  width: 6%;
  border-top: 1px solid #8b8989;
  margin: 10% auto 0px;
  padding: 0;
}

.magazine .catalog1 {
  margin-top: 10%;
}

.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%;
}

.magazine .catalog1 .wrap .category p {
  margin-top: 5%;
  width: 100%;
  font-size: 11px;
  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: bold;
  font-size: 13px;
  color: #5a5a5a;
}

.magazine .catalog1 .wrap .category p small {
  font-size: 12px;
  color: #999;
}


.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: #FFFFFF;
  border: 1px solid black;
}

.magazine .btn a {
  display: block;
  padding: 3% 5%;
}

.magazine .btn:hover {
  border-radius: 30px;
}

.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: #4d73a9;
}

.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_navi_logo {
  display: none;
} */

.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_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;
  }
}

/* Tablet */



  @media only screen and (max-width: 519px)
  {


/*----------------------------------------
	pc/sp
----------------------------------------*/

/* PCだけで表示させたい
スマホのときは消えてほしい*/
.sp-invisible
{
    display: none;
}
/* スマホで表示させたい
PCのときは消えてほしい*/
.sp-display
{
    display: block;
}

/*----------------------------------------
  pc/sp
----------------------------------------*/

.magazine {
  /* margin: 65px 5.06% 0%; */
  width: 100%;
  margin-top: 10%;
}

/* .magazine h1 {
  font-size: 20px;
} */

.magazine .topcmt p {
  width: 100%;
  font-size: 13px;
  text-align: left;
}

.magazine .topcmt p br {
  display: none;
}



.magazine hr {
  margin-top: 15%;
  width: 17%;
}

.magazine .catalog1 {
  margin-top: 15%;
}

.magazine .catalog1 .ttl p {
  width: 95%;
  text-align: left;
}

.magazine .catalog1 .ttl br {
  display: none;
}


.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: 100%;
  font-family: Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  text-align: center;
  font-size: 12px;
  margin: 5% auto 0;
  background: #cbd3d4;
  border: #cbd3d4 1px solid;
}

.magazine .category .item_btn a {
  display: block;
  padding: 5% 5%;
  color: #272d40;
  font-weight: 500;
}





.magazine .btn {
  width: 100%;
  font-size: 14px;
  margin: 10% auto 0%;
}

.magazine .btn a {
  padding: 5% 5%;
}


.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%;
}


.magazine .btn:hover {
  border-radius: 0px;
}


/* 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;
  /* border-right: 1px solid #fff; */
}

.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
----------------------------------------*/



}
