@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 {
  height: auto;
  margin: 7% auto 0;
  width: 650px;
} */

.magazine h1 {
  font-family: "joly-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 6.5rem;
  color: #fff;
  letter-spacing: .03em;
  line-height: 180%;
  letter-spacing: .03em;
  text-shadow: 2px 2px 10px rgb(63 63 63);
}

.magazine .magazine_ttl span {
  font-size: 2.0rem;
  text-align: center;
  font-family: "Noto JP", serif;
  font-weight: 500;
  letter-spacing: .03em;
  margin: 5% auto 0%;
  color: #fff;
  line-height: 180%;
  letter-spacing: .03em;
  text-shadow: 2px 2px 5px rgb(63 63 63);
}
.magazine .topimg {
  position: relative;
}

.magazine .magazine_ttl {
  position: absolute;
  top: 62%;
  right: 5%;
  text-align: right;
}

.magazine p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 180%;
  letter-spacing: .03em;
  font-size: 1.3rem;
}


.magazine img {
  width: 100%;
  height: auto;
}

.magazine .topcmt span {
  font-size: 2.5rem;
  text-align: center;
  font-family: "Noto JP", serif;
  font-weight: 500;
  letter-spacing: .03em;
  margin: 5% auto 0%;
  color: #9f846a;
  display: block;
}

.magazine .topcmt p {
  /* width: 90%; */
  margin: 2% auto 0%;
  text-align: center;
}



/*========= ↓↓ 分割CSS ↓↓ ===============*/


/*左と右を囲う全体のエリア*/
#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;
  max-width: 700px;
}

/*右エリア*/
#container{
	/*横半分50%にする*/
	width:50%;
  max-width: 800px;
  margin: 0 auto;
}

/*＝＝＝＝＝＝＝＝＝＝＝768px以下の見え方＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media screen and (max-width:768px){
#wrapper{
	display: block;/*display:flex;を解除*/
}
#fixed-area{
 	position:relative!important;/*position stickyを解除*/
	width:100%;/*横幅を100%にして1列に見せる*/
	height: 100%;
  max-width: initial;
}
#container{
	width:100%;/*横幅を100%にして1列に見せる*/
}
}

/*========= ↑↑ 分割CSS ↑↑ ===============*/


#box1,#box3,#box5 {
  background: #95806b0f;
}

#box2,#box4,#box6 {
  background: #f9f3e9;
}


.magazine_top {
  background: #95806b0f;
}

.nav_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 70%;
  margin: 5% auto 0;
  padding-bottom: 5%;
  max-width: 1000px;
}

.nav_wrap .nav_box {
  width: 20%;
  margin: 0 4px;
}

.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_main .main_content {
  max-width: 600px;
  padding: 5% 2%;
  margin: 0 auto;
}

.magazine_main .main_content h2 {
  font-family: "joly-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.5rem;
  color: #9f846a;
  letter-spacing: .03em;
}

.magazine_main .main_content .main_ttl p {
  margin-top: 1%;
  font-family: "Noto JP", serif;
  font-weight: 500;
  color: #9f846a;
  font-size: 1.5rem;
}

.magazine_main .main_content .main_img {
  margin-top: 5%;
}


/* スライダー */

.slider {
  position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 100%;
}

.slider-item {
  width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height:auto;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat;/*背景画像をリピートしない*/
  background-position: center;/*背景画像の位置を中央に*/
  background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

/* スライダー */

.magazine_main .main_content .main_tex {
  margin-top: 5%;
}

.magazine_main .main_content .main_list {
  margin-top: 5%;
}

.magazine_main .main_content .main_list li {
  margin-top: 2px;;
}


.magazine_main .main_content .main_list a {
  font-family: "joly-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1rem;
  letter-spacing: .03em;
  color: #2d2d2d;
}

.magazine_main .main_content .main_list span {
  font-family: "joly-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1rem;
  letter-spacing: .03em;
  margin-left: 20px;
  color: #2d2d2d;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}







/* 右アイテムエリア */

.magazine_main .item_ttl {
  margin: 20% 6% 0%;
}

.magazine_main .item_ttl h3 {
  font-family: "joly-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.0rem;
  letter-spacing: .03em;
}


.magazine_main .item_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0% 5% 10%;
}

.magazine_main  h3 {
  font-family: "joly-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.0rem;
  /* color: #9f846a; */
  letter-spacing: .03em;
}


.magazine_main .item_wrap .item_box {
  width: 30%;
  position: relative;
  margin-top: 5%;
}

.magazine_main .item_wrap .item_box p {
  font-size: 1.1rem;
}

.magazine_main .item_wrap .item_box img {
  border-radius: 5%;
}

.magazine_main .item_wrap .item_crz {
  margin-top: 5px;
}

.magazine_main .item_wrap .item_crz p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



.magazine_main .item_wrap .item_box .item_brand {
  border-bottom: 1px solid #2e2e2e;
  padding: 2px 5px 0;
}

.magazine_main .item_wrap .item_box .item_name {
  border-bottom: 1px dotted #2e2e2e;
  padding: 2px 5px 0;
}


.magazine_main .item_wrap .item_box .item_price {
  border-bottom: 1px dotted #2e2e2e;
  padding: 2px 5px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.magazine_main small {
  margin-left: 5px;
  color: #494949;
}

.magazine_main .item_wrap .item_box .item_price span {
  font-size: 1.1rem;
}

.magazine_main .item_wrap .item_box .item_btn {
  border-radius: 50%;
  border: 1.2px solid #0f0f0f;
}

.magazine_main .item_wrap .item_box a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.magazine_main .item_wish {
  background: #fff;
  padding: 10%;
}

.magazine_main .item_wish h3 {
  font-size: 2.0rem;
  color: #0f0f0f;
}

.magazine_main .item_wish .wish_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin-top: 5%;
}

.magazine_main .item_wish .wish_wrap .wish_box {
  width: 23%;
  position: relative;
}

.magazine_main .item_wish .wish_wrap .wish_box img {
  margin-bottom: 5px;
}


.magazine_main .item_wish .wish_wrap .wish_box p {
  font-size: 1.0rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.magazine_main .item_wish .wish_wrap .wish_box a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.magazine .goods {
  background-color: #9888790f;
}

.magazine .goods .goods_box {
  width: 90%;
  margin: 0% auto;
  padding: 10% 0;
  max-width: 1000px;
}

.magazine .goods .goods_ttl h2 {
  font-family: "joly-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.5rem;
  color: #9f846a;
  letter-spacing: .03em;
}

.magazine .goods_ttl p {
  margin-top: 1%;
  font-family: "Noto JP", serif;
  font-weight: 500;
  color: #9f846a;
  font-size: 1.5rem;
}


.magazine .goods .goods_inner {
  width: 100%;
  margin: 5% auto 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.magazine .goods .goods_wrap {
  width: 30%;
}

.magazine .goods .goods_wrap p {
  font-size: 1.2rem;
}

.magazine .goods .goods_item {
  margin-top: 3%;
}

.magazine .goods .goods_item p {
  font-size: 1.2rem;
}

.magazine .goods .goods_item a {
  font-family: "joly-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1rem;
  letter-spacing: .03em;
  color: #2d2d2d;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 2px;
}

.magazine .goods .goods_item span {
  font-family: "joly-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1rem;
  letter-spacing: .03em;
  margin-left: 20px;
  color: #2d2d2d;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.magazine .btn {
  width: 51%;
  height: 5%;
  font-size: 14px;
  text-align: center;
  margin: 5% auto 5%;
  background: #FFFFFF;
  border: 1px solid black;
  max-width: 500px;
}

.magazine .btn a {
  display: block;
  padding: 3% 5%;
  font-family: "Noto Sans JP", sans-serif;
}

.magazine .btn:hover {
  border-radius: 30px;
}
















/*----------------------------------------
	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;
    }

    .magazine_main .main_content {
      padding: 5%;
    }

    .magazine_main .main_content {
      max-width: initial;
    }

    .magazine_main .item_ttl {
      margin-top: 5%;
    }

    .magazine .goods .goods_wrap {
      width: 32%;
    }

    .magazine .magazine_ttl {
      top: 45%;
    }

    .magazine h1 {
      font-size: 5.5rem;
    }

    .magazine .magazine_ttl span {
      font-size: 1.8rem;
    }
  }



  /* ----------------------------------------
  	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: 0px auto 25%;
}

.magazine h1 {
  font-size: 3.5rem;
}

.magazine .topcmt span {
  font-size: 1.8rem;
}

.magazine .magazine_ttl {
  top: 50%;
}

.magazine .magazine_ttl span {
  font-size: 1.5rem;
}

.magazine .topimg img {
  width: 100%;
  margin: 20% auto 0%;
}

.magazine .topcmt p {
  width: 95%;
  margin-top: 5%;
  text-align: left;
}

.magazine .topcmt p br {
  display: none;
  text-align: left;
}

.nav_wrap {
  width: 95%;
  flex-wrap: wrap;
}

.nav_wrap .nav_box {
  width: 30%;
  margin-top: 2%;
}

.magazine_main .main_content .main_list {
  margin-top: 10%;
}

.magazine_main .main_content .main_ttl p {
  font-size: 1.3rem;
}

.magazine_main .item_ttl {
  margin-top: 10%;
}

.magazine_main .item_wrap .item_box {
  width: 45%;
}

.magazine_main .item_wrap .item_box p {
  font-size: 1.0rem;
}

.magazine_main .item_wish {
  padding: 10% 5%;
}

.magazine_main .item_wish .wish_wrap {
  flex-wrap: wrap;
}

.magazine_main .item_wish .wish_wrap .wish_box {
  width: 45%;
  margin-top: 5%;
}

.magazine .goods .goods_inner {
  display: block;
}

.magazine .goods .goods_wrap {
  width: 100%;
  margin-top: 15%;
}

.magazine .goods .goods_box {
  width: 80%;
}

.magazine .btn {
  width: 95%;
  font-size: 15px;
  margin: 10% auto 0%;
}

.magazine .btn a {
  padding: 5% 5%;
}


.magazine .btn:hover {
  border-radius: 0px;
}

.magazine_main .item_wrap .item_box .item_price span {
    font-size: 1.0rem;
}











/* 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%;
  /* 左右の余白削除 */
  padding-left: 0px;
  padding-right: 0px;
}

.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
----------------------------------------*/



}
