@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
----------------------------------------*/

/*==================================================
スライダーのための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全体を覆い表示*/
}

/*左と右を囲う全体のエリア*/
#wrapper{
	position: relative;/*position stickyの基点にするため relativeをかける*/
	display: flex;/*左エリア、右エリア横並び指定*/
	flex-wrap: wrap;/*ボックスの折り返し可*/
}

/*左エリア*/
#fixed-area{
  /*左固定記述*/
  position: -webkit-sticky;/*Safari用*/
  position: sticky;
  top:0;
	width: 50%;
	height: 100vh;
}

/*右エリア*/
#container{
	width:35%;
}

.magazine_wrap p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 180%;
  letter-spacing: .03em;
  font-size: 1.3rem;
}


.magazine_wrap img {
  width: 100%;
  height: auto;
}

.content_left {
  background-color: #f4f5f0;
}

.content_main {
  /* width: 35%; */
  /* height: 100vh; */
  box-shadow: 0px 0px 7px #949494;
  z-index: 1000;
}

.content_right {
  width: 15%;
  height: 100vh;
  background-color: #f4f5f0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.content_menu {
  position: relative;
  width: 100%;
  height: 100vh;
}

.menu_wrap {
  width: 500px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}



.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_wrap .menu_ttl {
  text-align: center;
} */

/* .magazine_wrap .menu_ttl h1 {
  font-size: 3.0rem;
  color: #3d3d3d;
  font-family: "Italiana", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .03em;
  text-align: center;
} */

/* .magazine_wrap .menu_ttl h1 span {
  font-size: 20.0rem;
} */

.magazine_wrap .menu_ttl {
  width: 55%;
  margin: 0 auto;
}

.magazine_wrap .menu_anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5%;
}

.menu_wrap .menu_anchor img {
  box-shadow: 0 5px 7px -5px #949494;
}


.magazine_wrap .anchor_wrap {
  width: 30%;
  padding: 5px;
  text-align: center;
}

.magazine_wrap .anchor_wrap p {
  font-size: 1.2rem;
  margin-bottom: 5%;
}




.menu_btn {
  width: 275px;
  font-size: 1.2rem;
  color: #3d3d3d;
  text-align: center;
  padding: 15px 0;
  border-radius: 8px;
  border: 1px solid #3d3d3d;
  margin: 5% auto 0;
  letter-spacing: .03em;
}

.menu_btn a {
  display: block;
}

/* .menu_btn:hover {
  background-color: #3d3d3d;
  color: #fff;
} */

.content_main .main_top {
  background-color: #5D473A;
}

.content_main .ttl_wrap#main_ttl {
  padding: 10% 0 15%;
}

.magazine_wrap .ttl_wrap h1#main_h1 {
  color: #fff;
}


.content_main .mai_manu {
  margin: 10% 0 15%;
}

.content_main .main_tex {
  margin: 5% auto 10%;
  text-align: center;
}

.content_main .menu_item {
  background-color: #f4f5f0;
  border-radius: 20px;
  margin-top: 3%;
  border-top: none;
  padding: 5%;
}


.main_content {
  background-color: #fff;
}


.main_content .content_header p {
  padding: 5px;
}

.main_content .content_maintop {
  margin: 10% auto 0;
  padding-bottom: 20%;
}

.main_content .content_maintop p {
  font-size: 3.0rem;
  color: #3d3d3d;
  font-family: "Italiana", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .03em;
  text-align: center;
}

/* .main_content .content_mainttl h1 {
  font-size: 3.0rem;
  color: #3d3d3d;
  font-family: "Italiana", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .03em;
  text-align: center;
  margin-top: 20%;
} */


.main_content .content_wrap {
  display: block;
  margin-top: -10px;
  padding-top: 10px;
}

.content_wrap .content_ttl_wrap {
  margin-top: 25%;
}


.content_wrap .content_ttl_wrap .ttl_main {
  margin: 0 auto;
  text-align: center;
}


.content_wrap .content_ttl_wrap .ttl_main span {
  letter-spacing: .03em;
  font-family: "bianca", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #6097bd;
}

.content_wrap .content_ttl_wrap .ttl_main h2 {
  letter-spacing: .03em;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  /* font-family: "Italiana", sans-serif; */
  font-family: 'Playfair Display', serif;
  color: #6097bd;
}

.content_wrap .contet_top {
  margin-top: 10%;
}

.content_wrap .contet_top p {
  margin-top: 5%;
  padding: 5px;
}

.main_content .style_point {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 5%;
}

.main_content .style_point img {
  width: 49%;
  height: auto;
}

.main_content .item_wrap {
  padding-left: 2%;
  margin: 5% auto 0;
  width: 100%;
}

.main_content .item_wrap .item_box {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  position: relative;
  margin-top: 2%;
}

.main_content .item_wrap .item_img {
  width: 15%;
}

.main_content .item_wrap .item_tex {
  width: 80%;
}

.main_content .item_wrap p {
  line-height: 160%;
  font-size: 12px;
  display: inline-block;
  margin-left: 2%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main_content .item_wrap p small {
  font-size: 10px;
}

.main_content .item_wrap .item_box a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 70%;
}


.main_content .item_recommend {
  margin: 20% auto 0;
}

.main_content .item_recommend h3 {
  letter-spacing: .03em;
  /* font-family: "bianca", sans-serif; */
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #3e3e3e;
  text-align: center;
  font-family: 'Playfair Display', serif;
}

.main_content .item_recommend .recommend_wrap {
  margin-top: 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.main_content .item_recommend .recommend_wrap .recommend_box {
  width: 45%;
  margin-top: 5%;
}






















.content_btn {
  width: 300px;
  font-size: 1.5rem;
  text-align: center;
  padding: 15px 0;
  border-radius: 8px;
  /* border: 1px solid #3d3d3d; */
  margin: 10% auto 0;
  letter-spacing: .03em;
  background-color: #631e1e;
}

.content_btn a {
  display: block;
  color: #fff;
}

.content_btn:hover {
  opacity: 0.7;
}









.wrapping_btn {
  width: 300px;
  font-size: 1.5rem;
  margin: 5% auto 0;
  text-align: center;
  padding: 15px 0;
  border-radius: 8px;
  border: 1px solid #ffffff;
  letter-spacing: .03em;
}

.wrapping_btn a {
    display: block;
    color: #ffffff;
}

/* .wrapping_btn:hover {
  background-color: #ffffff;
  color: #5d473adb;
} */


.footer_btn {
  margin: 25% auto 30%;
}


.home_btn {
  width: 300px;
  font-size: 1.5rem;
  margin: 10% auto 0;
  text-align: center;
  padding: 15px 0;
  border-radius: 8px;
  border: 1px solid #3d3d3d;
  letter-spacing: .03em;
}

.home_btn a {
  display: block;
  color: #3d3d3d;
}

/* .home_btn:hover {
  background-color: #631e1e;
  color: #fff;
} */
























/*----------------------------------------
	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
----------------------------------------*/


@media screen and (max-width:1100px){
  #container{
	/*横半分50%にする*/
	width:50%;
  }

  .content_right {
    display: none;
  }

}







  /*----------------------------------------
  	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;
    }

    .content_menu {
      display: none;
    }

    .content_left {
      display: none;
    }


    /* .content_left {
      width: calc(50% - 250px);
    } */

    /* .content_main {
      width: 500px;
    } */

    /* .content_right {
      width: calc(50% - 250px);
    } */

    #wrapper{
    	display: block;/*display:flex;を解除*/
    }
    #fixed-area{
     	position:relative!important;/*position stickyを解除*/
    }
    #container{
    	width:100%;/*横幅を100%にして1列に見せる*/
    }

    /* .main_contentB .keyword li a {
      font-size: 1.1rem;
    } */



  }



  /* ----------------------------------------
  	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;
} */

.content_main {
  width: 100%;
  height: auto;
}

.magazine_wrap .menu_item {
  width: 90%;
}

.magazine_wrap p {
  font-size: 1.2rem;
}


.main_content .content_h2 h2 {
  font-size: 2.5rem;
}

.main_contentB .keyword li {
  width: 45%;
  padding: 4.5%
}

.main_content .howto .step {
    width: 40%;
}

.main_content .menu_anchor {
  margin-top: 10%;
}

/* css追記 */

.fs-l-pageMain {
  padding-left: 0px;
  padding-right: 0px;
}

.content_main {
  box-shadow: none;
}








/* css追記 */

/* 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;
}

.fs-clientInfo.is-ready {
    display: none;
}



/*----------------------------------------
reset
----------------------------------------*/



}
