@charset "UTF-8";
/*  include
---------------------------------------------------------- */
/* ----------------------------------------------------------

cmn

---------------------------------------------------------- */
@media screen and (max-width: 760px) {
  main.main_top {
    margin-top: 0;
    padding-bottom: 0;
  }
}

/* ----------------------------------------------------------

topvisual

---------------------------------------------------------- */
@media screen and (min-width: 761px) {
  .topvisual {
    display: block;
    position: relative;
    width: 100%;
    min-width: 1000px;
    height: auto;
    margin-bottom: 75px;
  }
  .topvisual .catch {
    position: absolute;
    top: 11vw;
    right: 4vw;
    width: 443px;
  }
}

/*  IE向け調整
---------------------------------------------------------- */
@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .selector {
    property: value;
  }
  /* IE向けのCSS～START */
  .topvisual {
    padding-top: 88px;
  }
  .topvisual .catch {
    top: 17vw;
  }
  /* IE向けのCSS～END */
}

@media screen and (max-width: 760px) {
  .visual_wrapper {
    margin-bottom: 0;
  }
  .topvisual {
    display: block;
    position: relative;
    width: 100%;
    min-width: auto;
    height: auto;
    max-height: auto;
    margin-bottom: 25%;
    padding-bottom: 0;
  }
  .topvisual .catch {
    position: absolute;
    top: 54vw;
    right: 0;
    width: 81.4%;
  }
}

.topvisual .mv_slide {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
  text-align: center;
}

@media screen and (min-width: 761px) {
  .topvisual .mv_slide li img {
    width: 100%;
  }
}

/* ----------------------------------------------------------

section_recipe

---------------------------------------------------------- */
.main_top .section_recipe {
  width: 100%;
  margin-bottom: 75px;
}

.main_top .section_recipe > .inner {
  width: 1100px;
  margin: 0 auto;
}

.main_top .section_recipe > .inner .recipe_list li {
  width: 353px;
  margin: 0 20px 0 0;
  float: left;
}
.main_top .section_recipe > .inner .recipe_list li:last-child {
  margin-right: 0;
}
.main_top .section_recipe > .inner .recipe_list a {
  width: 100%;
}
.main_top .section_recipe > .inner .recipe_list .ph {
  margin-bottom: 15px;
  line-height: 0;
  border-radius: 10px;
  overflow: hidden;
}
.main_top .section_recipe > .inner .recipe_list .tit {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.main_top .section_recipe > .inner .recipe_list .info_box {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0;
}


.main_top .section_recipe > .inner .recipe_list .info_box .time {
  width: 49%;
  position: relative;
  padding-left: 32px;
  font-size: 15px;
}

.main_top .section_recipe > .inner .recipe_list .info_box .time::before {
  position: absolute;
  top: 0;
  left: 0;
  /* bottom: 0; */
  margin: auto;
  border-radius: 3px;
  width: 22px;
  height: 22px;
  background: #f2edd3 url(../img/cmn/icon_time.png) no-repeat center;
  background-size: 12px auto;
  content: "";
}
.main_top .section_recipe > .inner .recipe_list .info_box .calorie {
  width: 49%;
  position: relative;
  padding-left: 32px;
  font-size: 15px;
}

.main_top .section_recipe > .inner .recipe_list .info_box .calorie::before {
  position: absolute;
  top: 0;
  left: 0;
  /* bottom: 0; */
  margin: auto;
  border-radius: 3px;
  width: 22px;
  height: 22px;
  background: #fce3e2 url(../img/cmn/icon_cal.png) no-repeat center;
  background-size: 12px auto;
  content: "";
}

@media screen and (max-width: 760px) {
  .main_top .section_recipe {
    width: 100%;
    margin-bottom: 15%;
  }
  .main_top .section_recipe > .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 5%;
  }
  .main_top .section_recipe > .inner .recipe_list li {
    width: 100%;
    margin-bottom: 8.5%;
  }
  .main_top .section_recipe > .inner .recipe_list li:last-child {
    margin-bottom: 0;
  }
}

/*  cmn
---------------------------------------------------------- */
.main_top .inner .tit_wrap {
  margin-bottom: 35px;
}

.main_top .inner .tit_wrap .top_tit {
  display: inline-block;
  position: relative;
  margin-right: 42px;
  padding-left: 80px;
  /*color: #ea9620;*/
  color: #FF7D01;
  font-size: 62px;
  line-height: 1;
  vertical-align: middle;
}

.main_top .inner .tit_wrap .top_tit::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 64px;
  margin: auto;
  background: url(../img/top/tit_icon01.png) no-repeat center;
  background-size: 100% auto;
  content: "";
}

.main_top .inner .tit_wrap .more_btn {
  display: inline-block;
  width: 166px;
  height: 41px;
  text-align: center;
  vertical-align: middle;
}

.main_top .inner .tit_wrap .more_btn a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #939393;
  border-radius: 20px;
  font-size: 13px;
  line-height: 39px;
}

.main_top .inner .tit_wrap .more_btn a .arrow {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 23px;
  height: 4px;
  margin: auto;
}

.main_top .inner .tit_wrap .more_btn a .arrow span {
  display: block;
  position: relative;
}

.main_top .inner .tit_wrap .more_btn a .arrow span::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 23px;
  height: 1px;
  background: #939393;
  content: "";
}

.main_top .inner .tit_wrap .more_btn a .arrow span::after {
  position: absolute;
  top: 1px;
  right: 0;
  width: 8px;
  height: 3px;
  margin: auto;
  transform: rotate(28deg);
  border-top: 1px solid #939393;
  content: "";
}

.main_top .inner .tit_wrap .more_btn a:hover .arrow {
  right: 3px;
  transition: all 300ms;
}

.main_top .section_products > .inner .tit_wrap .top_tit {
  color: #05988a;
}

.main_top .section_products > .inner .tit_wrap .top_tit::before {
  background: url(../img/top/tit_icon02.png) no-repeat center;
  background-size: 100% auto;
}

.main_top .section_about > .inner .tit_wrap .top_tit {
  color: #FF7D01;
}

.main_top .section_about > .inner .tit_wrap .top_tit::before {
  background: url(../img/top/tit_icon03.png) no-repeat center;
  background-size: 100% auto;
}

.main_top .section_facts > .inner .tit_wrap .top_tit {
  color: #5e97d8;
}

.main_top .section_facts > .inner .tit_wrap .top_tit::before {
  background: url(../img/top/tit_icon04.png) no-repeat center;
  background-size: 100% auto;
}

@media screen and (max-width: 760px) {
  .main_top .inner .tit_wrap {
    margin-bottom: 8%;
  }
  .main_top .inner .tit_wrap .top_tit {
    display: inline-block;
    position: relative;
    margin-right: 0;
    padding-left: 45px;
    color: #ea9620;
    font-size: 10vw;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
  }
  .main_top .inner .tit_wrap .top_tit::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 33px;
    height: 33px;
    margin: auto;
    background: url(../img/top/tit_icon01.png) no-repeat center;
    background-size: 100% auto;
    content: "";
  }
  .main_top .more_btn {
    display: block;
    width: 70%;
    height: 41px;
    margin-top: 10%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .main_top .more_btn a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #939393;
    border-radius: 20px;
    font-size: 3.4vw;
    line-height: 39px;
  }
  .main_top .more_btn a .arrow {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 23px;
    height: 4px;
    margin: auto;
  }
  .main_top .more_btn a .arrow span {
    display: block;
    position: relative;
  }
  .main_top .more_btn a .arrow span::before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 23px;
    height: 1px;
    background: #939393;
    content: "";
  }
  .main_top .more_btn a .arrow span::after {
    position: absolute;
    top: 1px;
    right: 0;
    width: 8px;
    height: 3px;
    margin: auto;
    transform: rotate(28deg);
    border-top: 1px solid #939393;
    content: "";
  }
  .main_top .more_btn a:hover .arrow {
    right: 3px;
    transition: all 300ms;
  }
  .main_top .section_products > .inner .tit_wrap .top_tit {
    color: #05988a;
  }
  .main_top .section_products > .inner .tit_wrap .top_tit::before {
    background: url(../img/top/tit_icon02.png) no-repeat center;
    background-size: 100% auto;
  }
  .main_top .section_about > .inner .tit_wrap .top_tit {
    color: #ec4d5a;
  }
  .main_top .section_about > .inner .tit_wrap .top_tit::before {
    background: url(../img/top/tit_icon03.png) no-repeat center;
    background-size: 100% auto;
  }
  .main_top .section_facts > .inner .tit_wrap .top_tit {
    color: #5e97d8;
  }
  .main_top .section_facts > .inner .tit_wrap .top_tit::before {
    background: url(../img/top/tit_icon04.png) no-repeat center;
    background-size: 100% auto;
  }
}

/* ----------------------------------------------------------

section_products

---------------------------------------------------------- */
.main_top .section_products {
  height: 576px;
  padding: 70px 0 0;
  background-image: url(../img/top/bg_products.png), linear-gradient(180deg, #f4f4f4 0%, #f4f4f4 83%, #fff 83%, #fff 100%);
  background-position: right 0,
 center top;
  background-repeat: no-repeat,
 no-repeat;
  background-size: 1528px auto,
 100% auto;
}

.main_top .section_products .inner {
  width: 1100px;
  height: 100%;
  margin: 0 auto;
  background: url(../img/top/bg_products02.png) no-repeat center bottom;
  background-size: 100% auto;
}

.main_top .section_products .inner .wrap {
  width: 605px;
  font-size: 14px;
  line-height: 2;
}

.main_top .section_products.up .inner {
  background: url(../img/top/bg_products02_up.png) no-repeat center bottom;
  background-size: 100% auto;
}

@media screen and (max-width: 760px) {
  .main_top .section_products {
    height: auto;
    padding: 0 0 0;
    background-image: none;
  }
  .main_top .section_products .inner {
    width: 100%;
    margin: 0 auto;
    padding: 10% 5% 5%;
    background: none;
    background-color: #f5f5f5;
  }
  .main_top .section_products .inner .wrap {
    width: 100%;
    font-size: 3.4vw;
    line-height: 2;
  }
  .main_top .section_products .more_btn {
    margin-top: 5% !important;
  }
  .main_top .section_products.up .inner {
    background: none;
  }
}

/* ----------------------------------------------------------

section_about

---------------------------------------------------------- */
.main_top .section_about > .inner {
  width: 1100px;
  margin: 0 auto 80px;
}

.main_top .section_about > .inner .company_list li {
  width: 263px;
  height: 95px;
  margin: 0 16px 16px 0;
  float: left;
}

.main_top .section_about > .inner .company_list li:nth-child(4n) {
  margin: 0 0 16px 0;
}

.main_top .section_about > .inner .company_list li a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 28px;
  border: 1px solid #a0a0a0;
  line-height: 1.4;
  text-align: center;
}

.main_top .section_about > .inner .company_list li a .arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 23px;
  height: 4px;
  margin: auto;
}

.main_top .section_about > .inner .company_list li a .arrow span {
  display: block;
  position: relative;
}

.main_top .section_about > .inner .company_list li a .arrow span::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 23px;
  height: 1px;
  background: #939393;
  content: "";
}

.main_top .section_about > .inner .company_list li a .arrow span::after {
  position: absolute;
  top: 1px;
  right: 0;
  width: 8px;
  height: 3px;
  margin: auto;
  transform: rotate(28deg);
  border-top: 1px solid #939393;
  content: "";
}

.main_top .section_about > .inner .company_list li a:hover .arrow {
  right: 3px;
  transition: all 300ms;
}

.main_top .section_about > .inner .company_list li.line01 a {
  padding-top: 37px;
}

@media screen and (max-width: 760px) {
  .main_top .section_about {
    margin: 15% 0 15%;
    padding: 0 5%;
  }
  .main_top .section_about > .inner {
    width: 100%;
    margin: 0 auto 0;
  }
  .main_top .section_about > .inner .company_list li {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    float: none;
  }
  .main_top .section_about > .inner .company_list li:nth-child(4n) {
    margin: 0 0 0 0;
  }
  .main_top .section_about > .inner .company_list li a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 5%;
    border: none;
    border-top: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
    border-left: 1px solid #a0a0a0;
    line-height: 1.4;
    text-align: left;
  }
  .main_top .section_about > .inner .company_list li a .arrow {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 23px;
    height: 4px;
    margin: auto;
  }
  .main_top .section_about > .inner .company_list li a .arrow span {
    display: block;
    position: relative;
  }
  .main_top .section_about > .inner .company_list li a .arrow span::before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 23px;
    height: 1px;
    background: #939393;
    content: "";
  }
  .main_top .section_about > .inner .company_list li a .arrow span::after {
    position: absolute;
    top: 1px;
    right: 0;
    width: 8px;
    height: 3px;
    margin: auto;
    transform: rotate(28deg);
    border-top: 1px solid #939393;
    content: "";
  }
  .main_top .section_about > .inner .company_list li a:hover .arrow {
    right: 3px;
    transition: all 300ms;
  }
  .main_top .section_about > .inner .company_list li.line01 a {
    padding-top: 5%;
  }
  .main_top .section_about > .inner .company_list li:last-child a {
    border-bottom: 1px solid #a0a0a0;
  }
}

/* ----------------------------------------------------------

section_facts

---------------------------------------------------------- */
.main_top .section_facts {
  padding: 75px 0;
  background: #f4f4f4;
}

.main_top .section_facts > .inner {
  width: 1100px;
  margin: 0 auto;
}

.main_top .section_facts > .inner .fact_list li {
  width: 344px;
  margin-right: 34px;
  float: left;
}

.main_top .section_facts > .inner .fact_list li:last-child {
  margin-right: 0;
}

.main_top .section_facts > .inner .fact_list li .ph {
  /* margin-bottom: 10px; */
}

.main_top .section_facts > .inner .fact_list li .txt {
  font-size: 14px;
  text-align: center;
}

/*  IE向け調整
---------------------------------------------------------- */
@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .selector {
    property: value;
  }
  /* IE向けのCSS～START */
  .main_top .section_facts {
    margin-bottom: 70px;
  }
  /* IE向けのCSS～END */
}

@media screen and (max-width: 760px) {
  .main_top .section_facts {
    padding: 10% 5% 35%;
    background: #f4f4f4;
  }
  .main_top .section_facts > .inner {
    width: 100%;
    margin: 0 auto;
  }
  .main_top .section_facts > .inner .fact_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
    float: none;
  }
  .main_top .section_facts > .inner .fact_list li:last-child {
    margin-right: 0;
  }
  .main_top .section_facts > .inner .fact_list li .ph {
    display: inline-block;
    width: 45%;
    vertical-align: top;
  }
  .main_top .section_facts > .inner .fact_list li .txt_area {
    display: inline-block;
    width: 50%;
    margin-left: 2%;
    vertical-align: top;
  }
  .main_top .section_facts > .inner .fact_list li .txt {
    font-size: 3.8vw;
    text-align: left;
  }
  .main_top .section_facts .more_btn {
    width: 80%;
  }
}
/*# sourceMappingURL=top.css.map */
