@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
----------------------------------------*/

.header_kaso img {
  width: 100%;
}

.footer_kaso img {
  margin-top: 252px;
  width: 100%;
}

.magazine {
  /* margin: 120px 17.06% 0; */
  height: auto;
  margin: 7% auto 0;
  width: 650px;
}

.magazine h1 {
  font-size: 43px;
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  letter-spacing: .03em;
}

.magazine p {
  font-family: Hiragino Kaku Gothic Pro,Meiryo,sans-serif;
  line-height: 180%;
  letter-spacing: .03em;
  font-size: 14px;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}



/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.box{
	opacity: 0;
}

/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(50px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}


.fadeUpTrigger{
opacity: 0;
}





/* .magazine .topimg img {
  width: calc(100% + 140px);
  margin: 0 -70px;
  max-width: none;
} */

.magazine .main_ttl {
  margin-top: 20%;
  text-align: center;
}

.magazine .main_ttl p {
  margin-top: 2%;
}

.magazine .main_ttl h1 {
  font-size: 35px;
}

.magazine .topcmt p {
  width: 90%;
  margin: 5% auto 0%;
  text-align: center;
}

.magazine .index_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5%;
}

.magazine .index_content .content_item {
  width: 32%;
  margin-top: 2%;
  position: relative;
}

.magazine .index_content .content_item .number {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 30%;
}

.magazine .index_content .content_item .index {
  position: relative;
}

.magazine .index_content .content_item .indx .caption {
  font-size: 20px;
  text-align: center;
  padding-top: 50%;
  color: #fff;
}

.magazine .index_content .content_item .indx .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color:	rgba(0,0,0,0.4);	/* マスクは半透明 */
	-webkit-transition:	all 0.5s ease;
	transition:		all 0.5s ease;
}

.magazine .index_content .content_item .indx:hover .mask {
  opacity: 1;
}

.magazine .index_content img {
  width: 100%;
}

.magazine .main_content {
  margin-top: 35%;
  position: relative;
}

.magazine .main_content::before {
  position: absolute;
  content: " ";
  display: block;
  width: 100vw;
  top: 25%;
  background-color: #091832;
  z-index: -1;
  opacity: 0.9;
  height: 20%;
  margin: 0 calc(50% - 50vw) 0%;
  padding: 0px calc(50vw - 50% + 5px) 0%;
}

.magazine .main_content#main2::before {
  background-color: #dddad3;
}

.magazine .main_content#main3::before {
  background-color: #395983;
}

.magazine .main_content#main4::before {
  background-color: #998d72;
}

.magazine .main_content#main5::before {
  background-color: #767676;
}

.magazine .main_content#main6::before {
  background-color: #ffffff;
}

.magazine .main_content .main_top {
  position: relative;
}

.magazine .main_content .main_top .number {
  position: absolute;
  top: 1%;
  left: 10%;
  width: 20%;
}

.magazine .main_content .number img {
  width: 100%;
}

.magazine .main_content .ttl {
  text-align: center;
  padding-top: 30%;
  margin-top: -30%;
}

.magazine .main_content .ttl p {
  margin-top: 2%;
}

.magazine .main_content .top {
  width: 80%;
  margin: 8% auto 0%;
}

.magazine .main_content .top img {
  width: 100%;
  margin: 0 auto;
  /* display: block; */
}

.magazine .main_content .top_cmt {
  width: 90%;
  margin: 3% auto 0%;
  padding: 5% 5%;
  position: relative;
}

.magazine .main_content .top_cmt p::before {
  content: "";
  border-top: #707070 solid;
  border-left: #707070 solid;
  height: 30px;
  width: 30px;
  position: absolute;
  left: -4%;
  top: 0%;
  display: block;
}

.magazine .main_content .top_cmt p::after {
  content: "";
  border-bottom: #707070 solid;
  border-right: #707070 solid;
  height: 30px;
  width: 30px;
  position: absolute;
  left: 95%;
  top: 80%;
  display: block;
}


.magazine .main_content .style {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 5%;
}

.magazine .main_content .style img {
  width: 49%;
}


.magazine .main_content .item {
  margin-top: 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.magazine .main_content .item .crz {
  margin-top: 2%;
  width: 49%;
}

.magazine .main_content .item .crz img {
  width: 20%;
  border: 1px solid #ddd;
}

.magazine .main_content .item .crz p {
  width: 67%;
  display: inline-block;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.magazine .main_content .item .crz p span {
  font-weight: bold;
  font-size: 13px;
  color: #5e5e5e;
}

.magazine .main_content .item .crz p small {
  font-size: 12px;
  color: #5e5e5e;
}

.magazine .main_content .item_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 10%;
}

.magazine .main_content .item_wrap .item_category {
  width: 32%;
}

.magazine .main_content .item_wrap .item_category img {
  width: 100%;
}

.magazine .main_content .item_wrap .item_category p {
  font-size: 12px;
  margin-top: 3%;
}

.magazine .main_content .item_wrap .item_category .crz {
  margin-top: 5%;
}

.magazine .main_content .item_wrap .item_category .crz img {
  width: 35%;
  border: 1px solid #ddd;
}

.magazine .main_content .item_wrap .item_category .crz p {
  width: 60%;
  display: inline-block;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.magazine .main_content .item_wrap .item_category .crz p span {
  font-weight: bold;
  font-size: 13px;
  color: #5e5e5e;
}

.magazine .main_content .item .crz p small {
  font-size: 12px;
  color: #5e5e5e;
}

.magazine .btn {
  width: 70%;
  height: 5%;
  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;
}

.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: 95%;
  margin: 20% auto;
}

.magazine p {
  font-size: 13px;
}

.magazine h1 {
  font-size: 40px;
}

.magazine .topimg img {
  width: 100%;
  margin: 20% auto 0%;
}

.magazine .topcmt p {
  width: 95%;
  font-size: 13px;
}

.magazine .topcmt br {
  display: none;
}

.magazine .index_content .content_item .indx:hover .mask {
  opacity: 0;
}

.magazine .main_content::before {
  top: 13%;
  height: 12%;
}

.magazine .main_content .style {
  flex-direction: column;
}

.magazine .main_content .style img {
  width: 100%;
}

.magazine .main_content .item {
  flex-direction: column;
}

.magazine .main_content .item .crz {
  width: 100%;
}

.magazine .main_content .item_wrap {
  flex-direction: column;
}

.magazine .main_content .item_wrap .item_category {
  width: 100%;
  margin-top: 5%;
}

.magazine .main_content .item_wrap .item_category .crz img {
  width: 20%;
}



.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 .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;
}


/* 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
----------------------------------------*/



}
