@charset "UTF-8";


* {
  font-family: 'Overpass', 'Noto Sans JP', sans-serif;
}


html {
  font-size: 62.5%;
}



/*----------------------------------------
	clearfix
----------------------------------------*/
.clearfix:after {
content: "";
display: block;
clear: both;
}
/*----------------------------------------
	clearfix
----------------------------------------*/

.magazine {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 7% 0;
}

/* .magazine_wrap {
  background-image: url('https://skmk.itembox.design/item/magazine240303/background.png');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
} */

/* .magazine h1 {
  font-size: 43px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: .03em;
} */

.magazine p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 180%;
  letter-spacing: .03em;
  font-size: 1.3rem;
}


.magazine img {
  width: 100%;
}

.magazine .topimg_wrap img {
  width: 30%;
  height: auto;
}

.magazine .topcmt p {
  width: 90%;
  margin: 5% auto 0%;
  text-align: center;
}

.magazine .flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}

.slider {
  position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
}

.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 .content {
  margin: 15% auto 0;
}

/* .magazine .content img {
  filter: drop-shadow(3px 3px 3px #7e929873);
} */

.magazine .content .top {
  align-items: center;
}

.magazine .content .top_l {
  width: 40%;
}

.magazine .content .top_r {
  width: 55%;
}

.magazine .content .bottom {
  margin-top: 5%;
  justify-content: center;
  align-items: flex-end;
}

.magazine .content .bottom_l {
  width: 45%;
}

.magazine .content .bottom_r {
  margin-left: 1%;
  width: 45%;
}

.magazine .content .style_cmt {
  padding: 1%;
  margin-left: 1%;
}

.magazine .content .bottom_r .item img {
  width: 15%;
  height: auto;
}

.magazine .content .item p {
  display: inline-block;
  margin-left: 2%;
  font-size: 1.2rem;
  white-space: nowrap;
}

.magazine .content .item p small {
  font-size: 0.9rem
}

.magazine .content .item span {
  /* font-weight: bold; */
  background-color: #54647d;
  color: #fff;
  border-radius: 3px;
  padding: 2px 10px;
  margin-left: 3%;
  font-size: 1.0rem;
}

.magazine .content .style_l {
  width: 48%;
}

.magazine .content .style_r {
  width: 48%;
}

.magazine .content .itembox {
  margin-top: 1%;
}

.magazine .btn_wrap {
  margin-top: 15%;
}

.btn {
  width: 500px;
  /* height: 50px; */
  font-family: Hiragino Kaku Gothic Pro,Meiryo,sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 8% auto 0;
  background: #FFFFFF;
  border: 1px solid black;
  padding: 12px 0;
}

.btn a {
  display: block;
}

.btn:hover {
  border-radius: 30px;
}

.magazine .etc {
  width: 768px;
  margin: 20% auto 0;
}
.magazine .etc .etctop h2 {
  font-family: "Noto Sans JP", sans-serif;
  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;
}












/*----------------------------------------
	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;
}


/*----------------------------------------
	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_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_wrap {
  background-image: url('https://skmk.itembox.design/item/magazine240303/background_sp.png');
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 30% 0 10%;
} */


.magazine {
  width: 100%;
  /* margin: 30% auto 0; */
}

/* .magazine h1 {
  font-size: 56px;
} */

.magazine .topimg .topimg_wrap {
  display: block;
  margin: 15% auto 0;
}

.magazine .topimg img {
  width: 100%;
  margin-top: 5%;
}

.magazine .topcmt p {
  width: 100%;
  font-size: 13px;
  text-align: left;
}

.magazine .topcmt p br {
  display: none;
}

.magazine .content .bottom {
  display: block;
}

.magazine .content .bottom_l {
  width: 100%;
}

.magazine .content .bottom_r {
  width: 100%;
}

.magazine .content .item {
  margin-top: 2%;
}

.magazine .content_style {
  display: block;
}

.magazine .content .style_l {
  width: 100%;
}

.magazine .content .style_r {
  width: 100%;
  margin-top: 3%;
}

.magazine .content .style_cmt {
  margin-right: 1%;
}

.magazine .content .style_cmt br {
  display: none;
}







.btn_sp {
  margin: 20% auto;
}

.btn_sp .btn {
  width: 100%;
  font-size: 1.5rem;
  /* padding: 25px 0; */
  height: 5%;
  text-align: center;
  background: #ffff;
  padding: 5% 5%;
}


.btn_sp .btn:hover {
  border-radius: 0px;
}

.btn_sp .btn_home {
  margin-top: 10%
}

.magazine .etc {
  width: 100%;
}

.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%;
}


/* 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;
  z-index: 9999;
}


/* 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
----------------------------------------*/



}
