@charset "UTF-8";
/*******レイアウト変数定義*******************************************/
/********** メディアクエリー定義**************************************/
.slider_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.slider {
  margin: 70px auto 0;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 480px) {
  .slider {
    margin: 110px auto 0;
    padding-top: 40px;
  }
}

.slider div img {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 84%;
  max-width: 100%;
  max-height: 100%;
  width: auto\9;
  /* ie8 */
}

@media screen and (min-width: 480px) {
  .slider div img {
    width: 80%;
  }
}

.mark {
  top: 40%;
  left: 6%;
  position: absolute;
  width: 230px;
  z-index: 3;
}

@media screen and (min-width: 600px) {
  .mark {
    width: 300px;
  }
}

@media screen and (min-width: 960px) {
  .mark {
    top: 45%;
    width: 880px;
  }
}

.front_kiji_wrapper {
  padding-bottom: 5%;
}

@media screen and (min-width: 600px) {
  .front_kiji_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.title_front_center {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (min-width: 480px) {
  .title_front_center {
    font-size: 30px;
  }
}

.linup_title, .linup_title02 {
  line-height: 1.6;
}

.linup_title span, .linup_title02 span {
  font-size: 40px;
  line-height: 1.3;
}

@media screen and (min-width: 600px) {
  .linup_title span, .linup_title02 span {
    font-size: 78px;
  }
}

.linup_title span span, .linup_title02 span span {
  font-size: 16px;
}

@media screen and (min-width: 600px) {
  .linup_title span span, .linup_title02 span span {
    font-size: 30px;
  }
}

.linup_title {
  margin-left: 5%;
}

@media screen and (min-width: 600px) {
  .linup_title {
    margin-top: -11.5%;
  }
}

.linup_title02 {
  text-align: right;
  margin-right: 5%;
  margin-top: -10%;
}

.front_simple {
  padding: 0 0 5%;
}

.slider_bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(75%, #fff), color-stop(25%, #121e2e), to(#121e2e));
  background: linear-gradient(180deg, #fff 0%, #fff 75%, #121e2e 25%, #121e2e 100%);
  padding-bottom: 30px;
  margin-bottom: 5%;
}

@media screen and (min-width: 600px) {
  .slider_bg {
    padding-bottom: 100px;
  }
}

.lineup_box {
  text-align: left;
  margin-bottom: 30px;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .lineup_box {
    text-align: center;
    width: 60%;
  }
}

.lineup_box .lineup_txt {
  padding-bottom: 30px;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .lineup_box .lineup_txt {
    font-size: 22px;
    padding-bottom: 60px;
    line-height: 2.2;
  }
}

.front_contents_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.front_contents_flex figure {
  width: 48%;
  padding: 0 1.0% 0;
}

.front_contents_flex figure img {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.front_recipe_area {
  margin-bottom: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*ブログ*/
}

@media screen and (min-width: 600px) {
  .front_recipe_area {
    width: 98%;
    margin: 0 1% 4%;
  }
}

.front_recipe_area .top_recipe_box {
  margin: 0 1.5% 3% 1.5%;
  width: 46%;
}

@media screen and (min-width: 960px) {
  .front_recipe_area .top_recipe_box {
    width: 21.5%;
    margin: 0 1.5% 3% 1.5%;
  }
}

.front_recipe_area .top_recipe_box a {
  display: block;
}

.front_recipe_area .recipe_img figure {
  width: 100%;
  height: 100%;
}

.front_recipe_area .recipe_img a {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: block;
}

.front_recipe_area .recipe_img a img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
}

.front_recipe_area .recipe_img a img {
  -webkit-transition: 1s all;
  transition: 1s all;
}

.front_recipe_area .recipe_img a img:hover {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: 1s all;
  transition: 1s all;
}

.front_recipe_area .post_flex {
  padding: 5px 5px;
}

@media screen and (min-width: 600px) {
  .front_recipe_area .post_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.front_recipe_area .post_flex .top_post_date {
  font-size: 12px;
  text-align: left;
  padding: 0 5px;
  color: #aaa;
}

@media screen and (min-width: 600px) {
  .front_recipe_area .post_flex .top_post_date {
    font-size: 13px;
    padding: 10px 5px;
  }
}

.front_recipe_area .recipe_category {
  background-color: #fff;
}

.front_recipe_area .top_recipe_title {
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  padding: 1.5% 5% 3%;
  line-height: 1.2;
}

@media screen and (min-width: 600px) {
  .front_recipe_area .top_recipe_title {
    font-size: 13px;
    padding: 20px 5% 14% 5%;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1600px) {
  .front_recipe_area .top_recipe_title {
    font-size: 15px;
  }
}

.news_list_col_front {
  margin-bottom: 30px;
}

.news_list_col_front .list {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  height: 100%;
  border-bottom: solid 1px #121e2e;
  padding: 15px 22px;
  position: relative;
  margin-bottom: 10px;
}

@media screen and (min-width: 960px) {
  .news_list_col_front .list {
    padding: 25px 30px;
    margin-bottom: 15px;
  }
}

.news_list_col_front .archive_day {
  font-size: 12px;
}

.news_list_col_front .post_category {
  margin-bottom: 5px;
}

.news_list_col_front .post_category span {
  font-size: 11px;
  background-color: #121e2e;
  padding: 7px 10px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 960px) {
  .news_list_col_front .post_category span {
    font-size: 13px;
  }
}

.news_list_col_front h4 {
  line-height: 1.5;
  font-weight: bold;
  font-size: 15px;
}

@media screen and (min-width: 960px) {
  .news_list_col_front h4 {
    font-size: 16px;
  }
}

.news_list_col_front a:hover {
  opacity: 1.0;
  background-color: #f9f8f2 !important;
  text-decoration: none !important;
}
/*# sourceMappingURL=front.css.map */