@charset "UTF-8";


@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@import url(//fonts.googleapis.com/css?family=Abril+Fatface|Josefin+Slab:700|Noto+Serif:200,400,700);

@import url(//fonts.googleapis.com/css2?family=Playfair+Display&display=swap);

* {
  font-family: 'Overpass', 'Noto Sans JP', sans-serif;
}





/*----------------------------------------
	clearfix
----------------------------------------*/
.clearfix:after {
content: "";
display: block;
clear: both;
}
/*----------------------------------------
	clearfix
----------------------------------------*/

.magazine {
  height: auto;
  margin: 7% auto 0;
  width: 100%;
}

.magazine .content {
  background: #b3b4bb21;
  margin: 0% calc(50% - 50vw) 0%;
  padding: 10% calc(50vw - 50% + 5px) 20%;
  /* padding: 10% 2% 20%; */
}

.magazine p {
  font-family: Hiragino Kaku Gothic Pro,Meiryo,sans-serif;
  line-height: 180%;
  letter-spacing: .03em;
  font-size: 13px;
}

.magazine h2 {
  font-size: 20px;
  line-height: 31px;
  letter-spacing: .03em;
  border-left: 5px solid #636363;
  padding: 4px 0 4px 12px;
  /* font-family: 'Playfair Display', serif;
  font-weight: bold; */
}

.magazine br {
  display: none;
}

/*左と右を囲う全体のエリア*/
#wrapper{
	position: relative;/*position stickyの基点にするため relativeをかける*/
	display: flex;/*左エリア、右エリア横並び指定*/
	flex-wrap: wrap;/*ボックスの折り返し可*/
}

/*左エリア*/
#fixed-area{
  /*左固定記述*/
  position: -webkit-sticky;/*Safari用*/
  position: sticky;
  top:0;
	/*横半分50%　縦を100vhにする*/
	width: 50%;
	height: 100vh;
}

/*右エリア*/
#container{
	/*横半分50%にする*/
	width:50%;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
  position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 100%;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:100%;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}


.magazine .main {
  width: 100%;
}

.magazine .main img {
  width: 100%;
  height: auto;
}

.magazine .ttl {
  margin: 5% auto 0;
  text-align: center;
  position: relative;
}

.magazine .ttl h2 {
  border-left: 0px;
  font-size: 24px;
  font-weight: 600;
}

.magazine .line {
  width: 1px;
  height: 80px;
  background-color: black;
  display: inline-block;
  position: absolute;
  top: 75px;
  left: 50%;
  z-index: 1;
}

.magazine .look {
  width: 100%;
  margin: 20% auto 0;
}

.magazine .look .look_img {
  width: 80%;
  margin: 0 auto;
}

.magazine .look .look_img img {
  width: 100%;
}

.magazine .look .itembox {
  width: 80%;
  margin: 3% auto 0;
}

.magazine .look .itembox .text p {
  padding: 1%;
  margin: 2% auto;
}

.magazine .look .itembox .text a {
  font-size: 13px;
  margin-left: 1%;
  /* text-decoration:underline; */
  line-height: 180%;
  letter-spacing: .03em;
}

.magazine .look .itembox .text a span {
  /* font-weight: bold; */
  background: #6f6767;
  font-size: 14px;
  padding: 2px 12px;
  color: #fff;
  letter-spacing: .03em;
  line-height: 180%;
}

/* .magazine .look .itembox .text hr {
  border-top: 1px solid #636363;
} */

.magazine .btn {
  width: 70%;
  font-family: Hiragino Kaku Gothic Pro,Meiryo,sans-serif;
  font-size: 16px;
  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: 12px;
  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;
    }

    #wrapper{
    	display: block;/*display:flex;を解除*/
    }

    #fixed-area{
     	position:relative!important;/*position stickyを解除*/
    	width:100%;/*横幅を100%にして1列に見せる*/
    	height: 40vh;/*縦幅を100vh⇒40vh　※任意の高さに設定可能*/
    }

    #container{
    	width:100%;/*横幅を100%にして1列に見せる*/
      margin-top: 100%;
    }

    .magazine br {
      display: block;
    }





















  }



  /* ----------------------------------------
  	Tablet
  ---------------------------------------- */








  @media only screen and (max-width: 519px)
  {


/*----------------------------------------
	pc/sp
----------------------------------------*/

/* PCだけで表示させたい
スマホのときは消えてほしい*/
.sp-invisible
{
    display: none;
}
/* スマホで表示させたい
PCのときは消えてほしい*/
.sp-display
{
    display: block;
}

/*----------------------------------------
  pc/sp
----------------------------------------*/

.magazine {
  width: 100%;
  margin: 30% auto 0;
}

.magazine .look {
  margin-top: 30%;
}

.magazine .look .look_img {
  width: 100%;
}

.magazine .look .itembox {
  width: 100%;
}

.magazine .look .itembox .text a span {
  display: none;
}

.magazine .look .itembox .btn {
  width: 100%;
  margin-top: 5%;
}





























.magazine .btn {
  width: 100%;
  font-size: 15px;
  margin: 20% auto 0%;
  height: 5%;
}

.magazine .btn a {
  padding: 5% 5%;
}


.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;
  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
----------------------------------------*/



}
