@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
----------------------------------------*/
.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);
}
}

.slider {
  position:relative;
	z-index: 1;
	height: 100%;
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

.magazine {
  width: 1000px;
  height: auto;
  margin: 0 auto 5%;
  /* width: 650px; */
}

.magazine_wrap {
  background-color: #dfe2e730;
  margin: 0% calc(50% - 50vw) 0%;
  padding: 10% calc(50vw - 50% + 5px) 15%;
}

.magazine .ttl_top {
  width: 100%;
  margin-top: 2%;
}

.magazine .topimg {
  width: 1000px;
}

.magazine h1 {
  text-align: center;
  letter-spacing: .03em;
  font-size: 7.5rem;
  color: #e4e4e417;
  font-family: "loretta-display", serif;
  font-weight: 600;
  font-style: normal;
  white-space: nowrap;
}

.magazine p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 180%;
  letter-spacing: .03em;
  font-size: 1.3rem;
  color: #000;
}


.magazine img {
  width: 100%;
  height: auto;
}

.magazine .topimg_wrap img {
  width: 30%;
  height: auto;
}

.magazine .topcmt p {
  margin: 5% auto 0%;
  text-align: center;
  width: 1000px;
}

.magazine .flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}

.magazine .content {
  margin: 20% auto 0;
  width: 1000px;
}

.magazine .content .style_top {
  align-items: end;
  justify-content: center;
}

.magazine h2 {
  font-family: "Ovo", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 6.5rem;
  color: #825c44;
}

.magazine .main_wrap {
  position: relative;
  width: 45%;
}

.magazine .number_wrap {
  position: absolute;
  top: -35px;
  left: 10px;
}

.magazine .number_wrap p {
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 2.0rem;
  text-orientation: sideways;
  writing-mode: vertical-rl;
}

.magazine .main_wrap .main_style {
  width: 100%;
}

.magazine .main_tex {
  width: 40%;
  padding-left: 3%;
}

.magazine .main_tex span {
  font-family: "Ovo", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  color: #8da8bf;
}

.magazine .staff_box {
  align-items: center;
  margin-top: 2%;
}

.magazine .staff_box .staff_img {
  width: 25%;
}

.magazine .staff_box .staff_wrap {
  width: 70%;
}

.magazine .staff_box .staff_wrap p {
  font-size: 1.2rem
}

.magazine .main_tex h3 {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 180%;
  letter-spacing: .03em;
  font-size: 1.3rem;
  padding: 1%;
  display: inline-block;
  color: #000;
}

.magazine .main_cmt {
  margin-top: 5%;
}

.magazine .main_tex .main_cmt p {
  margin: 5% auto;
  padding: 5% 0;
  border-top: dashed 1px #8da8bf;
  border-bottom: dashed 1px #8da8bf;
}

.magazine .style_wrap {
  margin-top: 15%;
  align-items: center;
}

.magazine .style_wrap .style_l {
  width: 40%;
  padding-left: 5%;
}

.magazine .style_wrap .style_r {
  width: 43%;
}

.magazine .item_box {
  width: 100%;
  margin-top: 5%;
  justify-content: center;
  flex-wrap: wrap;
}

.magazine .item_box .item_wrap {
  width: 40%;
  margin: 2% 0 0 3%;
}

.magazine .item_box .item_wrap img {
  width: 15%;
}

.magazine .item_box .item_wrap p {
  width: 70%;
  line-height: 160%;
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 2%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.magazine .recommended {
  width: 700px;
  margin: 20% auto 0;
}

.magazine .recommended h4 {
    font-size: 2.3rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: .03em;
    color: #282828;
}

.magazine .recommended p {
  font-size: 1.1rem;
  text-align: center;
}


.magazine .recommended .recommended_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.magazine .recommended .recommended_box {
  width: 30%;
  margin-top: 5%;
}










.magazine .btn {
  width: 70%;
  height: 5%;
  font-size: 16px;
  text-align: center;
  margin: 10% auto 0%;
  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;
}

.magazine .etc {
  width: 768px;
  margin: 10% auto 0;
}
.magazine .etc .etctop h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  color: #2f2f2f;
}

.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 {
  width: 100%;
  margin: 0% auto;
}

.magazine_wrap {
  /* margin-top: 15%; */
}

.magazine h1 {
  font-size: 56px;
}

.magazine .topimg img {
  width: 100%;
  margin: 20% auto 0%;
}

.magazine .topcmt p {
  width: 95%;
  font-size: 13px;
  text-align: left;
}

.magazine .topcmt p br {
  display: none;
}

.magazine .content {
  width: 100%;
}

.magazine .content .style_top {
  display: block;
}

.magazine .main_wrap {
  width: 100%;
}

.magazine .main_tex {
  width: 100%;
  margin-top: 5%;
  padding-left: 0%;
}

.magazine .style_wrap {
  margin-top: 10%;
}

.magazine .style_wrap .style_l {
  width: 40%;
  padding-left: 0%;
}

.magazine .style_wrap .style_r {
  width: 50%;
}

.magazine .item_box {
  display: block;
  margin-top: 10%;
}

.magazine .item_box .item_wrap {
  width: 100%;
}

.magazine .item_box .item_wrap img {
  width: 20%;
}


.magazine .item_box .item_wrap p {
  font-size: 1.1rem;
  margin-bottom: 3%;
}

.magazine .recommended {
  width: 100%;
}

.magazine .content {
  width: 100%;
}

/* .fs-l-pageMain {
  padding-left: 0px;
  padding-right: 0px;
} */










.magazine .btn {
  width: 100%;
  font-size: 15px;
  margin: 20% auto 0%;
}

.magazine .btn a {
  padding: 5% 5%;
}


.magazine .btn:hover {
  border-radius: 0px;
}

.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
----------------------------------------*/



}
