@charset "UTF-8";


* {
  font-family: 'Overpass', 'Noto Sans JP', sans-serif;
}


html {
  font-size: 62.5%;
  scroll-padding-top: 70px;
}



/*----------------------------------------
	clearfix
----------------------------------------*/
.clearfix:after {
content: "";
display: block;
clear: both;
}
/*----------------------------------------
	clearfix
----------------------------------------*/

.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);
}
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
  position:relative;
	z-index: 1;
	height: 100%;
}

.slider-item {
  width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height:100%;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat;/*背景画像をリピートしない*/
  background-position: center;/*背景画像の位置を中央に*/
  background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

.magazine {
  width: 1000px;
  height: auto;
  /* margin: 7% auto 0; */
  margin: 0 auto;
  /* width: 650px; */
}

.magazine p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 180%;
  letter-spacing: .03em;
  font-size: 1.4rem;
}

.magazine img {
  width: 100%;
  height: auto;
}

.magazine .topimg {
  width: 100vw;
  height: auto;
  margin: 0 calc(50% - 50vw);
}


.magazine .topimg img {
  width: 100%;
  height: auto;
}


.magazine .main_ttl {
  width: 100%;
  margin: 5% auto 0;
}

.magazine .main_ttl h1 {
  font-size: 4.0rem;
  /* font-family: "Noto Sans JP", sans-serif; */
  /* font-weight: 500; */
  letter-spacing: .03em;
  text-align: left;
  font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
  color: #988879;
}


.magazine .topcmt p {
  margin: 3% auto 0%;
  font-size: 1.3rem;
}

.magazine .nav_wrap {
  width: 100%;
  margin: 10% auto 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  position: relative;
  padding-bottom: 10%;
}

.magazine .nav_wrap::after {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #988879;
  position: absolute;
  margin: 0% calc(50% - 50vw) 0%;
  top: 100%;
}

.magazine .nav_wrap .nav_img {
  width: 15%;
}
.magazine .nav_wrap .nav_img p {
  font-size: 1.2rem;
  text-align: center;
  color: #988879;
  font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
}

.magazine .content {
  margin: 15% auto 0;
  width: 100%;
}

.magazine .content .content_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}

.magazine .content .content_main {
  width: 50%;
}

.magazine .content .content_tex {
  width: 45%;
}

.magazine .content_ttl {
  margin-bottom: 5%;
}

.magazine h2 {
  font-size: 2.5rem;
  letter-spacing: .03em;
  text-align: left;
  font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
  color: #988879;
}

.magazine .content .content_ttl h2 span {
  font-size: 4.5rem;
  font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
}

.magazine .content .content_tex p span {
  font-size: 2.0rem;
  font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
  color: #988879;
  margin-top: 2%;
  display: block;
}

.magazine .content .content_tex .content_cmt {
  background-color: #9888790f;
  padding: 35px 25px;
  color: #353535;
}

.magazine .content .content_item {
  margin-top: 10%;
  /* width: 50%; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.magazine .content .content_item .item_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  margin-top: 2%;
  align-items: center;
  width: 50%;
}

.magazine .content .content_item .item_wrap img {
  width: 27%;
  height: auto;
}

.magazine .content .content_item .item_wrap p {
  width: 70%;
  font-size: 1.0rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.magazine .content .content_item .item_wrap a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.magazine .goods {
  background-color: #9888790f;
  margin: 15% calc(50% - 50vw) 15%;
  padding: 10% calc(50vw - 50% + 5px)
}

.magazine .goods .goods_ttl h2 {
  font-size: 4.0rem;
}

.magazine .goods p {
  color: #353535;
}


.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.3rem;
}

.magazine .goods .goods_item {
  margin-top: 2%;
}

.magazine .goods .goods_item p {
  font-size: 1.2rem;
}

.magazine .goods .goods_item span {
  background-color: #988879de;
  padding: 1px 10px;
  font-size: 1.0rem;
  margin-left: 10px;
  color: #fff;
}

.magazine .btn {
  width: 51%;
  height: 5%;
  font-size: 14px;
  text-align: center;
  margin: 5% auto 5%;
  background: #FFFFFF;
  border: 1px solid black;
}

.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;
    }


  }



  /* ----------------------------------------
  	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: 0 auto 25%;
}

.magazine h1 {
  font-size: 5.6rem;
}

.magazine .topimg img {
  width: 100%;
  margin: 0 auto;
}

.magazine .main_ttl {
  padding: 0 5px;
}

.magazine .topcmt {
  padding: 0 5px;
}

.magazine .topcmt p br {
  display: none;
}

.magazine .topcmt p {
  margin-top: 6%;
}

.magazine .nav_wrap {
  flex-wrap: wrap;
}

.magazine .nav_wrap .nav_img {
  width: 30%;
  margin-bottom: 5%;
}

.magazine .content {
  padding: 0 5px;
}

.magazine .content .content_wrap {
  flex-wrap: wrap;
}

.magazine .content .content_main {
  width: 100%;
}

.magazine .content .order1 {
  order: 1;
}

.magazine .content .order2 {
  order: 2;
}


.magazine .content .content_tex {
  width: 100%;
  margin-top: 3%;
  order: 2;
}

.magazine .content .content_tex .content_cmt {
  padding: 45px 15px;
}

.magazine .content .content_item {
  display: block;
}

.magazine .content .content_item .item_wrap {
  width: 100%;
}

.magazine .content .content_item .item_wrap img {
  width: 20%;
}

.magazine .content .content_item .item_wrap p {
  width: 75%;
  font-size: 1.1rem;
}

.magazine .goods .goods_inner {
  flex-wrap: wrap;
}

.magazine .goods .goods_wrap {
  width: 100%;
  margin-bottom: 10%;
}




.magazine .btn {
  width: 95%;
  font-size: 15px;
  margin: 10% auto 0%;
}

.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;
}


/* 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
----------------------------------------*/



}
