@charset "UTF-8";

* {
  font-family: 'Overpass', 'Noto Sans JP', sans-serif;
}





/*----------------------------------------
	clearfix
----------------------------------------*/
.clearfix:after {
content: "";
display: block;
clear: both;
}
/*----------------------------------------
	clearfix
----------------------------------------*/

.fadeUpTrigger{
  opacity: 0;
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration:3s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
from {
    opacity: 0;
    transform: translateY(0);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

.magazine {
  /* margin: 120px 17.06% 0; */
  width: 768px;
  height: auto;
  margin: 120px auto 70px;
}

.magazine h1 {
  font-size: 35px;
  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;
}

.magazine p {
  font-family: Hiragino Kaku Gothic Pro,Meiryo,sans-serif;
}


.magazine .topimg img {
  width: 100%;
}

.magazine .topcmt p {
  width: 90%;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: .03em;
  margin: 5% auto 0%;
  text-align: center;
}

.magazine .ttl {
  margin-top: 15%;
}

.magazine .ttl p {
  width: 50%;
  margin: 1% auto 0;
  font-size: 13px;
  line-height: 180%;
  letter-spacing: .03em;
}

.magazine .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 4%;
}

.magazine .content .main {
  width: 45%;
}

.magazine .content .main img {
  width: 100%;
}

.magazine .content .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 50%;
  gap: 3%;
}

.magazine .content .wrap .category {
  width: 31%;
}

.magazine .content .wrap .category img {
  width: 100%;
}

.magazine .content .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 .content .wrap .category p span {
  /* font-weight: bold; */
  font-size: 11px;
  color: #000;
}

.magazine .content .wrap .category p small {
  font-size: 11px;
  color: #999;
}

.magazine .btn {
  width: 51%;
  height: 5%;
  font-family: Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-size: 14px;
  text-align: center;
  margin: 10% 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%;
}

.magazine .etc .etcmg .itm p {
  font-size: 13px;
  margin-top: 3%;
  color: #626262;
}

.magazine .etc .etclink {
  text-align: right;
  font-size: 16px;
  margin-top: 5%;
}

.magazine .etc .etclink a:hover{
  color: #4d73a9;
}



/*----------------------------------------
	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;
}

/*----------------------------------------
	reset
----------------------------------------*/










  /*----------------------------------------
  	pc/sp
  ----------------------------------------*/

/* PCだけで表示させたい
スマホのときは消えてほしい*/
  .sp-invisible
  {
      display: block;
  }
/* スマホで表示させたい
PCのときは消えてほしい*/
  .sp-display
  {
      display: none;
  }
  /*----------------------------------------
    pc/sp
  ----------------------------------------*/










  @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: 20% auto 0%; */
  margin-top: 20%;
}

.magazine h1 {
  font-size: 35px;
}

.magazine .topcmt p {
  width: 100%;
  font-size: 13px;
  text-align: left;
}

.magazine .topcmt p br {
  display: none;
}

.magazine .ttl p {
  width: 100%;
}

.magazine .content {
  flex-direction: column;
}

.magazine .content .main {
  width: 100%;
}

.magazine .content .wrap {
  width: 100%;
  margin-top: 8%
}

.magazine .content .wrap .category {
  width: 48%;
  margin-top: 2%;
}

.magazine .content .order1 {
  order: 1;
}

.magazine .content .order2 {
  order: 2;
}


.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%;
}

/* 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;
}

/*----------------------------------------
reset
----------------------------------------*/



}
