@charset "UTF-8";

.slider_area{
  overflow-x: hidden;
  padding-top: 0;
  max-width: 1060px;
  margin: auto;
}

.slick-dotted.slick-slider{
  margin-bottom:10px;
}
.slide_single{
  position: relative;
  max-width: 1120px;
  margin: auto;
}
.slide_single .img_box{
  float: right;
  max-width: 80%;
  background: #fff;
}
.slide_single .date_box, .special-area article.special .date_box{
  float: right;
  background: #fff;
  color:#656565;
  font-weight:bold;
  line-height: .9;
  text-align:center;
  padding: 5px 20px;
}
.slide_single .date_box span, .special-area article.special .date_box span{
  display:block;
}
.slide_single .date_box .month, .special-area article.special .date_box .month{
  font-size: 25px;
}
.slide_single .date_box .date, .special-area article.special .date_box .date{
  font-size: 67px;
  width: 100%;
}
.slide_single .date_box .year, .special-area article.special .date_box .year{
  font-size: 18px;
}
.slide_single .txt_box{
  position: absolute;
  bottom:0;
  left: 10px;
}
.slide_single .txt_box .num{
  color: #fff;
  font-style: italic;
  line-height: 1;
  margin-bottom: 5px;
}
.slide_single .txt_box .num_inner{
  font-size: 23px;
}
.slide_single .txt_box .num_inner span{
  font-size: 40px;
  font-weight:bold;
}
.slide_single .txt_box .ttl{
  width:100%;
}
.slide_single .txt_box .ttl_inner{
  font-family: "M PLUS 1p", sans-serif;
  font-size: 35px;
  font-weight: 900;
  padding: 0px 30px;
  display: inline-block;
  background: #fff;
  line-height: 1.4;
}
.slide_single .txt_box .catchcopy{
  width:100%;
  margin: 10px 0 25px;
}
.slide_single .txt_box .catchcopy_inner{
  font-size: 20px;
  padding: 10px 30px;
  display: inline-block;
  background: #fff;
  line-height: 1.4;
}
.slide_single a:hover,
.slide_single a:hover .img_box,
.slide_single a:hover .txt_box{
  opacity:1;
}
.slick-counter{
  position:relative;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding: 40px 0 0 100px;
  display: flex;
  align-items: center;
}
.slick-counter *{}
.slide_dots{
  padding:0 15px;
}
.slide_dots, .slick-dots{
  display: flex!important;
  width: auto;
  position: relative;
  bottom: auto;
  align-items: center;
}
.slick-dots li{
  margin: 0;
  height: 3px;
  width: auto;
}
.slick-dots li button{
  height: 3px;
  padding: 0;
  width: 32.5px;
}
.slick-dots li.slick-active{
  width: 50px;
}
.slick-dots li button:before{
  height: 1px;
  background: #fff;
  opacity: .5;
  content: "";
  width: 100%;
  padding-top:1px;
}
.slick-dots li.slick-active button:before{
  height: 2px;
  opacity:1;
  padding-top:0px;
}
.slick-prev:before, .slick-next:before{
  display: none;
}
.slick-counter .slick-prev, .slick-counter .slick-next{
  position: relative;
  bottom: 0;
  left: auto;
  right:auto;
  width: 12px;
  height: 12px;
  display: inline-block!important;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}
.slick-counter .slick-next{
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (min-width:992px) and (max-width:1200px) {
  .slide_single .date_box .month, .slide_single .txt_box .catchcopy_inner, .special-area article.special .date_box .month{
    font-size: 2vw;
  }
  .slide_single .date_box .date, .slide_single .txt_box .num span, .special-area article.special .date_box .date{
    font-size: 5vw;
  }
  .slide_single .date_box .year, .special-area article.special .date_box .year{
    font-size: 1.34vw;
  }
  .slide_single .txt_box .ttl_inner{
    font-size: 5vw;
  }
  .slide_single .txt_box .num_inner{
    font-size: 1.67vw;
  }
  .slide_single .txt_box .catchcopy{
    margin-bottom: 3vw;
  }
}
@media screen and (max-width:991px) {
  .magazine_page #maincontent{
    max-width: 100%;
  }
  .magazine_page #maincontent .container {
    max-width: 95%;
  }
  .slide_single {
    padding-bottom: 120px;
  }
  .slide_single .date_box{
  width: 17.5%;
  width: calc(20% - 20px);
  padding: 5px;
  }
  .slide_single .txt_box{
    left:2.5%;
    width: 95%;
  }
  .slide_single .date_box .month, .slide_single .txt_box .catchcopy_inner{
    font-size: 4vw;
    padding: 3% 5%;
  }
  .slide_single .date_box .date, .slide_single .txt_box .num span{
    font-size: 8vw;
  }
  .slide_single .date_box .year{
    font-size: 3vw;
  }
  .slide_single .txt_box .ttl_inner{
    font-size: 4.5vw;
    padding: 0 3%;
  }
  .slide_single .txt_box .num{
    margin-bottom: 1%;
    padding-left: 0;
  }
  .slide_single .txt_box .num_inner{
    font-size: 4vw;
  }
  .slide_single .txt_box .catchcopy{
    margin: 10px 0 0;
  }
  .slick-counter {
    padding: 10px 43% 0 20px;
    text-align: right;
    font-size: 12px;
  }
  .slick-counter .current, .slick-counter .total{
    vertical-align: top;
  }
}
@media screen and (max-width:750px) {
  .slide_single {
    padding-bottom: 16vw;
  }
  .slick-dots li button{
    width: 4.333vw;
  }
  .slick-dots li.slick-active{
    width: 6.667vw;
  }
}
/*.magazine_page #maincontent .container{
  background: none;
}
.news-area{
  margin-top:30px;
}*/
.magazine_page #maincontent .news-area h2{
  display:inline-block;
  margin-bottom: 0!important;
  font-size: 22px;
  padding-left: 25px;
}
.news-area > .f-box > .single{
  margin-top:0;
}
.news-area > .f-box > .single:first-child{
  width: 71%;
  margin-right: 3%;
}
.news-area > .f-box > .single:last-child{
  width: 26%;
}
.news-area .news-box{
  border: 1px solid #e5e5e5;
  background:#fff;
  color: #656565;
}
.news-area .tab-box{
  display: table;
  height: 100%;
  width: 530px;
  max-width: 70%;
}
.news-area .tab-box li{
    display: table-cell;
    font-size: 13px;
    vertical-align: middle;
    padding: 15px 0;
    border-left:1px solid #e5e5e5;
    font-weight:bold;
    width: 33.3333%;
    text-align: center;
}
.news-area .tab-box li.active, .news-area .tab-box li:hover{
  background:#e5e5e5;
}
.news-area .news-box-inner{
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
}
.news-area .news-single{
  padding: 16px 38px;
}
.news-area .news-single:nth-child(2n+1){
  background: #e5e5e5;
}
.news-area .news-single .date{
  font-weight: bold;
  font-size: 18px;
  padding-right: 15px;
  float: left;
}
.news-area .news-single .date:before{
  top: 10px;
}
.news-area .news-single a{
  font-size: 18px;
  text-decoration: underline;
}
.news-area .news-single a:hover{
  text-decoration: none;
  opacity:1;
}
.special-area{
  margin-bottom: 50px;
  background: -moz-linear-gradient(top, transparent 13%, #fff 13.00000001%, #fff 90%, transparent 90.00000001%);
  background: -webkit-linear-gradient(top, transparent 13%, #fff 13.00000001%, #fff 90%, transparent 90.00000001%);
  background: linear-gradient(to bottom, transparent 13%, #fff 13.00000001%, #fff 90%, transparent 90.00000001%);
}
.special-area .single{
  margin-top: 30px;
}
.special-area article.special{
  position:relative;
}
.special-area article.special .txt-box{
  position: relative;
  width: 85%;
  margin-top: 315px;
  background: #fff;
  padding: 25px;
  border: 1px solid #e5e5e5;
  max-width: 500px;
  color: #656565;
  z-index: 2;
  float: right;
}
.special-area article.special .txt-box h3{
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-right: 100px;
}
.special-area article.special .txt-box p{
  margin-bottom: 30px;
  font-size: 18px;
}
.special-area article.special .img-box{
  width: 100%;
  position: absolute;
  top: 0;
  background: #fff;
}
.special-area article.special a:hover,
.special-area article.special a:hover .img-box,
.special-area article.special a:hover .txt-box{
  opacity:1;
}
.special-area article.special .date_box{
  display: inline-block;
  position: absolute;
  z-index: 4;
  background: #656565;
  top: 254px;
  right: 0;
}
.special-area article.special .date_box span{
  color:#fff;
  text-align: center;
}
@media screen and (min-width:992px) and (max-width:1200px){
  .special-area article.special .txt-box{
    margin-top: 215px;
  }
  .special-area article.special .date_box{
    top: 174px;
  }
}
.series {
  background: url(../img/magazine/series_bg.png);
  padding: 60px 0;
}
.magazine_page #maincontent .series .container:not(.series_top) h2,
.magazine_page #maincontent .recipe_sub_ttl h3{
  font-size: 38px;
  font-family: Times;
  color: #000;
  line-height: 1;
  margin-bottom: 30px;
}
.magazine_page #maincontent .series h2 span,
.magazine_page #maincontent .recipe_sub_ttl h3 span{
  font-family: "M PLUS 1p", sans-serif;
  font-size: 12px;
  display: block;
  border-bottom: none;
  color: #000;
  padding: 15px 0 0 0;
}
.series_inner{
  background: #fff;
  border: 4px solid #656565;
  padding: 40px;
}
.series .f-box.column2>.single{
  width: 46.5%;
}
.series .f-box.column2>.single:first-child{
  margin-right: 7%;
}
.series article{
  margin: 30px 0;
}
.series article .img_wrap{
  float: left;
  width: 35.5%;
  max-width: 200px;
}
.series article .img_wrap_inner{
  position: relative;
  overflow: hidden;
  padding-top: 82%;
  display: block;
}
.series article .img_wrap img{
  border: 1px solid #e5e5e5;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.series article .data_wrap{
  float: right;
  width: 59%;
  max-width: 315px;
}
.series article .data_wrap h4{
  text-decoration: underline;
  font-size: 17px;
}
.series article .data_wrap a:hover h4{
  text-decoration: none;
}
.series article .data_wrap p{
  font-size: 13px;
}
.recipe_ttl{
	text-align: center;
	padding: 100px 0 80px;
	background:#fff;
}
.magazine_page #maincontent .recipe_ttl h2{
	width: auto;
	border-bottom: 1px solid;
	display: inline-block;
	margin: 0px auto 20px;
	font-size: 19px;
	padding-bottom: 5px;
	margin-bottom: 0;
}
@media screen and (min-width: 990px) {
.recipe{
  padding: 50px;
}
}

.container {
  padding-top: 30px;
  background: #fff;
}
/*.recipe.beef{
  background: -moz-linear-gradient(top, #ee94a2 380px, #fff 381px);
  background: -webkit-linear-gradient(top, #ee94a2 380px, #fff 381px);
  background: linear-gradient(to bottom, #ee94a2 380px, #fff 381px);
}*/
.recipe.beef {
  background: url('../img/magazine/akiya_back2.jpg') no-repeat center top;
  background-size: contain;
}
.magazine_page #maincontent .recipe_sub_ttl h3, .magazine_page #maincontent .recipe_sub_ttl h3 span{
  color: #fff;
}
.recipe article .data_wrap .cat{
  color:#ee94a2;
}
.recipe.pork{
  background: -moz-linear-gradient(top, #6ec3c2 380px, #fff 381px);
  background: -webkit-linear-gradient(top, #6ec3c2 380px, #fff 381px);
  background: linear-gradient(to bottom, #6ec3c2 380px, #fff 381px);
}
.recipe.pork article .data_wrap .cat{
  color:#6ec3c2;
}
.recipe.chicken{
  background: -moz-linear-gradient(top, #b79dc2 380px, #fff 381px);
  background: -webkit-linear-gradient(top, #b79dc2 380px, #fff 381px);
  background: linear-gradient(to bottom, #b79dc2 380px, #fff 381px);
}
.recipe.chicken article .data_wrap .cat{
  color:#b79dc2;
}
.recipe.vegetable{
  background: -moz-linear-gradient(top, #ead25d 380px, #fff 381px);
  background: -webkit-linear-gradient(top, #ead25d 380px, #fff 381px);
  background: linear-gradient(to bottom, #ead25d 380px, #fff 381px);
}
.recipe.vegetable article .data_wrap .cat{
  color:#ead25d;
}
.recipe .recipe_sub_ttl{
  text-align:center;
  padding: 50px 0 20px;
}
.recipe_img_wrap_inner {
  position: relative;
  overflow: hidden;
  padding-top: 70%;
  display: block;
}
.recipe_img_wrap_inner img{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.recipe article .data_wrap{
  font-size:18px;
}
.recipe article .data_wrap .cat{
  font-size: 12px;
  font-weight:bold;
}
.recipe article .data_wrap h4{
  font-weight:bold;
  font-size: 17px;
}
.recipe article .data_wrap p{
  font-size: 15px;
}
#footer{
  background:#fff;
}
@media screen and (max-width:991px) {
  .special-area .single:nth-child(n+3),
  .recipe article:nth-of-type(n+7){
    display: none!important;
  }
  .news-area > .f-box > .single:first-child {
    width: 100%;
    margin-right: 0;
  }
  .news-area > .f-box > .single:last-child {
    width: 100%;
    text-align: center;
  }
  .magazine_page #maincontent .news-area h2{
    font-size:15px;
    padding-left:10px;
  }

  .news-area .tab-box{
    width:auto;
  }
  .news-area .tab-box li{
    width: 140px;
    max-width: 50%;
    padding:0;
  }
  .news-area .tab-box li a{
    font-size:10px;
    padding: 8px;
    display: block;
  }
  .news-area .tab-box span{
    vertical-align:middle;
  }
  .news-area .tab-box span:before{
    top: 4px;
    border-width: 1px;
    width: 4px;
    height: 4px;
    left: -10px;
  }
  .news-area .news-single{
    padding: 9px 20px;
  }
  .news-area .news-single .date{
    float:none;
    font-size:10px;
    display:block;
  }
  .news-area .news-single .date:before{
    top: 7px;
    border-width: 1px;
    width: 4px;
    height: 4px;
    left: -10px;
  }
  .news-area .news-single a{
    font-size:12px
  }
  .special-area {
    background: none;
  }
  .special-area article.special .txt-box {
    margin-top: 58vw;
    padding: 15px;
  }
  .special-area article.special .txt-box h3{
    font-size:15px;
  }
  .special-area article.special .txt-box p{
    font-size:12px;
  }
  .special-area article.special .date_box {
    top: 51.5vw;
  }
  .special-area article.special .date_box .month{
    font-size:15px;
  }
  .special-area article.special .date_box .date{
    font-size:32.5px;
  }
  .series {
    background-size: 5%;
    padding: 5% 0;
  }
  .magazine_page #maincontent .container {
    max-width: 95%;
  }
  .series_inner {
    padding: 3%;
  }
  .magazine_page #maincontent .series .container:not(.series_top) h2, .magazine_page #maincontent .recipe_sub_ttl h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .magazine_page #maincontent .series .container:not(.series_top) h2 span, .magazine_page #maincontent .recipe_sub_ttl h3 span {
    font-size: 11px;
  }
  .magazine_page #maincontent .series h2 img{
    width:80px;
  }
  .series .f-box.column2>.single {
    width: 100%;
    max-width: 530px;
    margin: 2% auto 15px!important;
    float: none;
  }
  .series h3{
    text-align:center;
  }
  .series h3 img {
    width: auto;
  }
  .series article .img_wrap{
    max-width:35.5%;
  }
  .series article .data_wrap{
    max-width:59%;
  }
  .series article .data_wrap h4{
    font-size:12px;
  }
  .series article .data_wrap p{
    font-size:11px;
  }
  .magazine_page #maincontent article .author_wrap *{
    font-size:11px;
  }
  article .author_wrap .author_img{
    min-width: 31px;
  }
  .recipe_ttl{
    padding:50px 0;
  }
  .magazine_page #maincontent .recipe_ttl h2{
    font-size:15px;
    margin: 0px auto 10px;
    padding-bottom:2px;
  }
  .magazine_page #maincontent .recipe_sub_ttl h3{
    margin: 10px 0;
  }
  .magazine_page #maincontent .recipe_sub_ttl h3 span{
    padding: 5px 0 0 0;
  }
  .recipe.beef{
    background: -moz-linear-gradient(top, #ee94a2 44%, #fff 44.0000000001%);
    background: -webkit-linear-gradient(top, #ee94a2 44%, #fff 44.0000000001%);
    background: linear-gradient(to bottom, #ee94a2 44%, #fff 44.0000000001%);
    padding-bottom:40px;
  }
  .recipe.pork{
    background: -moz-linear-gradient(top, #6ec3c2 44%, #fff 44.0000000001%);
    background: -webkit-linear-gradient(top, #6ec3c2 44%, #fff 44.0000000001%);
    background: linear-gradient(to bottom, #6ec3c2 44%, #fff 44.0000000001%);
  }
  .recipe.chicken{
    background: -moz-linear-gradient(top, #b79dc2 44%, #fff 44.0000000001%);
    background: -webkit-linear-gradient(top, #b79dc2 44%, #fff 44.0000000001%);
    background: linear-gradient(to bottom, #b79dc2 44%, #fff 44.0000000001%);
  }
  .recipe.vegetable{
    background: -moz-linear-gradient(top, #ead25d 44%, #fff 44.0000000001%);
    background: -webkit-linear-gradient(top, #ead25d 44%, #fff 44.0000000001%);
    background: linear-gradient(to bottom, #ead25d 44%, #fff 44.0000000001%);
  }
  .recipe .recipe_sub_ttl{
    padding: 5px 0;
  }
  .recipe h3 img{
    height:45px;
    width:auto;
  }
  .recipe article .data_wrap{
    padding:10px;
  }
  .recipe article .data_wrap .cat{
    font-size:10px;
  }
  .recipe article .data_wrap h4{
    font-size:12px;
  }
  .recipe article .data_wrap p{
    font-size:11px;
  }
}
