@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400");
/* variable */
/* mixin */
/* common */
.brand {
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  color: #fff;
  background-color: #151312;
}

@media (min-width: 769px) {
  .brand {
    min-width: 960px;
  }
}

.brand * {
  box-sizing: border-box;
}

.brand li {
  list-style-type: none;
}

.gnav {
  position: absolute;
  z-index: 300;
  left: 0;
  width: 100%;
}

@media (min-width: 769px) {
  .gnav {
    top: 0;
    height: 50px;
    background-color: rgba(51, 51, 51, 0.75);
  }
}

.gnav.is_fixed {
  position: fixed;
  top: 0;
}

@media (min-width: 769px) {
  .gnav__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 665px;
    height: 50px;
    margin: 0 auto;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .gnav__list {
    border-top: 1px solid #313030;
  }
}

.gnav__item {
  height: 50px;
}

@media (max-width: 768px) {
  .gnav__item {
    border-bottom: 1px solid #313030;
  }
}

.gnav__link, .gnav__txt {
  position: relative;
  display: flex;
  height: 50px;
  text-decoration: none !important;
  color: #fff !important;
  outline: none;
}

@media (min-width: 769px) {
  .gnav__link, .gnav__txt {
    font-size: 14px;
    padding-left: 30px;
    align-items: center;
  }
  .is_active .gnav__link::before, .is_active .gnav__txt::before, .gnav__link:hover::before, .gnav__txt:hover::before {
    background-color: #f00;
  }
}

@media (max-width: 768px) {
  .gnav__link, .gnav__txt {
    font-size: 20px;
    padding: 11px 0 0 40px;
  }
}

.gnav__link::before, .gnav__txt::before {
  position: absolute;
  top: 50%;
  width: 15px;
  height: 3px;
  content: '';
  transform: translateY(-50%);
  border-radius: 1.5px;
}

@media (min-width: 769px) {
  .gnav__link::before, .gnav__txt::before {
    left: 0;
    background-color: #6e6b6b;
  }
}

@media (max-width: 768px) {
  .gnav__link::before, .gnav__txt::before {
    left: 10px;
    background-color: #be3f3e;
  }
}

.gnav__btn {
  border: none;
  background: none;
  appearance: none;
  -webkit-appearance: none;
}

@media (min-width: 769px) {
  .gnav__btn {
    display: none;
  }
}

@media (max-width: 768px) {
  .gnav__btn {
    position: absolute;
    z-index: 2;
    top: 9px;
    right: 18px;
    width: 32px;
    height: 32px;
    border-radius: 2px;
    outline: none;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .gnav__btn::before {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../img/ico_menu.png) no-repeat center center/18px 16px;
  }
  .gnav__btn.is_open::before {
    background: url(../img/ico_close.png) no-repeat center center/15px 15px;
  }
}

@media (min-width: 769px) {
  .gnav__inner {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .gnav__inner {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
    width: 100vw;
    height: 100vh;
    padding: 180px 20px 0 20px;
    background-color: rgba(21, 19, 18, 0.95);
  }
}

.hero {
  position: relative;
  overflow: hidden;
}

@media (min-width: 769px) {
  .hero {
    height: 720px;
  }
}

@media (max-width: 768px) {
  .hero {
    height: 118.75vw;
  }
}

.hero__inner {
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 769px) {
  .hero__inner {
    height: 720px;
  }
}

@media (max-width: 768px) {
  .hero__inner {
    height: 118.75vw;
  }
}

.hero__catch {
  line-height: 1.556;
  text-align: center;
  text-shadow: 0 0 25px #000;
}

@media (min-width: 769px) {
  .hero__catch {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .hero__catch {
    font-size: 5.625vw;
  }
}

.hero__heading {
  text-align: center;
  text-shadow: 0 0 25px #000;
}

.hero__product {
  display: block;
}

@media (min-width: 769px) {
  .hero__product {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .hero__product {
    font-size: 3.75vw;
  }
}

.hero__title {
  font-family: 'Roboto', sans-serif;
  display: block;
}

@media (min-width: 769px) {
  .hero__title {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  .hero__title {
    font-size: 11.25vw;
  }
}

.hero--recipe {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: top center;
  align-items: center;
  justify-content: center;
}

@media (min-width: 769px) {
  .hero--recipe {
    height: 250px;
    background-image: url(../img/recipe/bg_hero_pc.jpg);
    background-size: 1400px auto;
  }
}

@media (max-width: 768px) {
  .hero--recipe {
    height: 100px;
    background-image: url(../img/recipe/bg_hero_sp.jpg);
    background-size: cover;
  }
}

.link-btn {
  line-height: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-decoration: none !important;
  background-color: transparent;
  align-items: center;
  justify-content: center;
}

@media (min-width: 769px) {
  .link-btn {
    font-size: 14px;
    width: 200px;
    height: 46px;
    transition: all .2s;
    border-radius: 23px;
  }
  .link-btn:hover {
    transition: all .3s;
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.25);
  }
}

@media (max-width: 768px) {
  .link-btn {
    font-size: 12px;
    width: 150px;
    height: 35px;
    border-radius: 17px;
  }
}

.link-btn--primary {
  color: #fefefe !important;
  border: 1px solid #e5e5e5;
}

.link-btn--secondary {
  color: #b0b0b0 !important;
  border: 1px solid #ccc;
}

@media (max-width: 768px) {
  .link-btn--secondary {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .for-pc {
    display: none;
  }
}

@media (min-width: 769px) {
  .for-sp {
    display: none;
  }
}

@media (max-width: 768px) {
  .global_footer {
    margin-top: 0;
  }
}

/* top */
@media (min-width: 769px) {
  .section {
    padding-top: 100px;
  }
}

@media (max-width: 768px) {
  .section {
    padding-top: 60px;
  }
}

.section__lead {
  margin-bottom: 45px;
  text-align: center;
  color: #e5e5e5;
}

@media (min-width: 769px) {
  .section__lead {
    font-size: 15px;
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .section__lead {
    font-size: 13px;
    margin-top: 40px;
  }
}

.section--concept {
  position: relative;
  overflow: hidden;
  background-color: #1e1d24;
  background-repeat: no-repeat;
}

@media (min-width: 769px) {
  .section--concept {
    padding-bottom: 140px;
  }
}

.section--concept__bg {
  z-index: 1;
}

@media (min-width: 769px) {
  .section--concept__bg {
    position: absolute;
    bottom: -63px;
    left: 50%;
    width: 894px;
    margin-left: -730px;
  }
}

@media (max-width: 768px) {
  .section--concept__bg {
    display: block;
    margin-bottom: -10.625vw;
  }
}

.section--concept__img {
  width: 100%;
  vertical-align: bottom;
}

.section--concept__inner {
  position: relative;
  z-index: 2;
}

@media (min-width: 769px) {
  .section--concept__inner {
    width: 960px;
    margin: 60px auto 0;
    padding-left: 535px;
  }
}

@media (max-width: 768px) {
  .section--concept__inner {
    margin-top: 45px;
  }
}

.section--concept__txt {
  line-height: 2;
  color: #afafaf;
}

@media (min-width: 769px) {
  .section--concept__txt {
    font-size: 15px;
  }
  .section--concept__txt:not(:first-child) {
    margin-top: 25px;
  }
}

@media (max-width: 768px) {
  .section--concept__txt {
    font-size: 13px;
    text-align: center;
  }
  .section--concept__txt:not(:first-child) {
    margin-top: 30px;
  }
}

.section--features {
  overflow: hidden;
  background-color: #000;
}

@media (min-width: 769px) {
  .section--features {
    padding-bottom: 100px;
  }
}

@media (max-width: 768px) {
  .section--features {
    padding-bottom: 50px;
  }
}

.section--features__hd {
  line-height: 1.6;
  color: #e5e5e5;
}

@media (min-width: 769px) {
  .section--features__hd {
    font-size: 24px;
    margin-bottom: 35px;
  }
}

@media (max-width: 768px) {
  .section--features__hd {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media (min-width: 769px) {
  .section--features__visual {
    position: absolute;
    top: 0;
    right: -470px;
    width: 856px;
  }
}

@media (max-width: 768px) {
  .section--features__visual {
    display: block;
    padding: 60px 1.875%;
  }
}

.section--features__img {
  width: 100%;
  height: auto;
}

@media (min-width: 769px) {
  .section--features__inner {
    position: relative;
    width: 858px;
    margin: 100px auto 0;
  }
}

@media (max-width: 768px) {
  .section--features__inner {
    text-align: center;
  }
}

.section--recipe {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

@media (min-width: 769px) {
  .section--recipe {
    padding-bottom: 100px;
    background-image: url(../img/top/bg_recipe_pc.jpg);
  }
}

@media (max-width: 768px) {
  .section--recipe {
    padding-bottom: 50px;
    background-image: url(../img/top/bg_recipe_sp.jpg);
  }
}

.heading {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.heading__en {
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

@media (min-width: 769px) {
  .heading__en {
    font-size: 42px;
    letter-spacing: 8px;
  }
}

@media (max-width: 768px) {
  .heading__en {
    font-size: 26px;
    letter-spacing: 5px;
  }
}

.heading__ja {
  font-weight: bold;
}

@media (min-width: 769px) {
  .heading__ja {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .heading__ja {
    font-size: 12px;
  }
}

.heading__mark {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 769px) {
  .heading__mark {
    width: 108px;
    height: 6px;
    margin: 12px 0 20px;
  }
}

@media (max-width: 768px) {
  .heading__mark {
    width: 81px;
    height: 4.5px;
    margin: 7px 0 15px;
  }
}

.heading__border {
  background-color: #5f5f63;
}

@media (min-width: 769px) {
  .heading__border {
    width: 30px;
    height: 6px;
    border-radius: 3px;
  }
}

@media (max-width: 768px) {
  .heading__border {
    width: 22.5px;
    height: 4.5px;
    border-radius: 1.5px;
  }
}

.heading__border.is_current {
  background-color: #833438;
}

.slide {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide__item {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.slide__img {
  width: 100%;
  max-width: inherit;
  height: auto;
}

.pager {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 769px) {
  .pager {
    width: 147px;
    height: 6px;
    margin: 30px auto;
  }
}

@media (max-width: 768px) {
  .pager {
    width: 110px;
    height: 4.5px;
    margin: 15px auto 25px;
  }
}

.pager__item {
  transition: background-color 1.8s;
  background-color: #fff;
}

@media (min-width: 769px) {
  .pager__item {
    width: 30px;
    height: 6px;
    border-radius: 3px;
  }
}

@media (max-width: 768px) {
  .pager__item {
    width: 22.5px;
    height: 4.5px;
    border-radius: 1.5px;
  }
}

.pager__item.is_active {
  transition: background-color 2.5s;
  background-color: #f00;
}

.features {
  margin-bottom: 30px;
}

@media (min-width: 769px) {
  .features {
    width: 375px;
  }
}

@media (max-width: 768px) {
  .features {
    padding: 0 3.125%;
  }
}

.features__hd {
  margin-bottom: 25px;
  color: #e5e5e5;
}

@media (min-width: 769px) {
  .features__hd {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media (max-width: 768px) {
  .features__hd {
    font-size: 16px;
  }
}

.features__desc {
  line-height: 2;
  color: #e5e5e5;
}

@media (min-width: 769px) {
  .features__desc {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .features__desc {
    font-size: 13px;
  }
}

.features__desc:not(:last-child) {
  margin-bottom: 35px;
}

@media (min-width: 769px) {
  .summary {
    width: 1000px;
    margin: 0 auto;
  }
}

.summary__item {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

@media (min-width: 769px) {
  .summary__item {
    height: 370px;
    padding-top: 70px;
    justify-content: flex-end;
  }
  .summary__item:not(:first-child) {
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  .summary__item {
    flex-direction: column;
    width: 87.5vw;
    margin: 0 auto;
  }
  .summary__item:not(:first-child) {
    margin-top: 40px;
  }
}

@media (min-width: 769px) {
  .summary__rtl .summary__inner {
    margin-left: -60px;
  }
}

@media (max-width: 768px) {
  .summary__rtl {
    align-items: flex-end;
  }
}

@media (min-width: 769px) {
  .summary__ltr {
    flex-direction: row-reverse;
  }
  .summary__ltr .summary__thumbnail {
    margin-left: -60px;
  }
}

@media (max-width: 768px) {
  .summary__ltr .summary__thumbnail {
    justify-content: flex-end;
  }
}

.summary__thumbnail {
  position: relative;
  z-index: 1;
}

@media (min-width: 769px) {
  .summary__thumbnail {
    top: -70px;
    width: 520px;
  }
}

@media (max-width: 768px) {
  .summary__thumbnail {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100vw;
    margin-left: -6.25vw;
    align-items: flex-start;
  }
}

@media (min-width: 769px) {
  .summary__img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .summary__img {
    width: 81.25%;
  }
}

.summary__inner {
  z-index: 2;
}

@media (min-width: 769px) {
  .summary__inner {
    width: 500px;
    height: 300px;
    padding: 40px 70px 0;
  }
}

@media (max-width: 768px) {
  .summary__inner {
    width: 89.285%;
    margin-top: -10px;
    padding: 30px 14%;
  }
}

.summary__inner--001 {
  background-color: #ac5b25;
}

.summary__inner--002 {
  background-color: #ac8b05;
}

.summary__inner--003 {
  background-color: #739c3e;
}

.summary__title {
  position: relative;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .summary__title {
    font-size: 24px;
    line-height: 1.6;
  }
}

@media (max-width: 768px) {
  .summary__title {
    font-size: 16px;
    line-height: 1.25;
  }
}

.summary__title::before {
  position: absolute;
  content: '';
  border-radius: 1.5px;
  background-color: rgba(18, 11, 10, 0.5);
}

@media (min-width: 769px) {
  .summary__title::before {
    top: 18px;
    left: -36px;
    width: 20px;
    height: 4px;
  }
}

@media (max-width: 768px) {
  .summary__title::before {
    top: 8px;
    left: -20px;
    width: 10px;
    height: 2px;
  }
}

.summary__txt {
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .summary__txt {
    font-size: 15px;
    line-height: 2;
  }
}

@media (max-width: 768px) {
  .summary__txt {
    font-size: 12px;
    line-height: 1.6;
  }
}

.summary__link::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.banner {
  position: relative;
  background-color: #444241;
}

@media (min-width: 769px) {
  .banner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 960px;
    height: 200px;
    margin: 100px auto 0;
    align-items: normal;
  }
}

@media (max-width: 768px) {
  .banner {
    width: 87.5%;
    margin: 50px auto 0;
  }
}

@media (min-width: 769px) {
  .banner__img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .banner__img {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (min-width: 769px) {
  .banner__inner {
    width: 50%;
    padding: 64px 70px 0 60px;
  }
}

@media (max-width: 768px) {
  .banner__inner {
    padding: 0 10.714% 30px;
  }
}

.banner__title {
  line-height: 1;
}

@media (min-width: 769px) {
  .banner__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .banner__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.banner__link {
  text-decoration: none !important;
  color: inherit !important;
}

.banner__link::before, .banner__link::after {
  content: '';
}

.banner__link::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color .2s;
}

.banner__link:hover::before {
  transition: background-color .3s;
  background-color: rgba(255, 255, 255, 0.2);
}

.banner__link::after {
  position: relative;
  display: inline-block;
  margin-left: 7px;
  background: url(../img/top/ico_extra.png) no-repeat left top;
}

@media (min-width: 769px) {
  .banner__link::after {
    top: -4px;
    width: 10px;
    height: 9px;
    background-size: 10px 9px;
  }
}

@media (max-width: 768px) {
  .banner__link::after {
    top: -2px;
    width: 12px;
    height: 11px;
    background-size: 12px 11px;
  }
}

@media (min-width: 769px) {
  .banner__txt {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media (max-width: 768px) {
  .banner__txt {
    font-size: 13px;
    line-height: 1.9;
  }
}

.sns {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 769px) {
  .sns {
    padding: 100px 0;
  }
}

@media (max-width: 768px) {
  .sns {
    padding: 60px 0;
  }
}

.sns__item {
  margin: 0 25px;
}

.sns__link {
  text-decoration: none !important;
}

.sns__link:hover .sns__circle {
  transition: background-color .3s;
}

.sns__link:hover .sns__txt {
  transition: color .3s;
  color: #fff;
}

.sns__link--twitter:hover .sns__circle {
  background-color: #5395be;
}

.sns__link--facebook:hover .sns__circle {
  background-color: #37528b;
}

.sns__circle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 60px;
  height: 60px;
  transition: background-color .2s;
  border-radius: 50%;
  background-color: #8a8989;
  align-items: center;
  justify-content: center;
}

.sns__img--twitter {
  width: 25px;
}

.sns__img--facebook {
  width: 12px;
}

.sns__txt {
  font-size: 14px;
  line-height: 1;
  display: block;
  margin-top: 13px;
  transition: color .2s;
  text-align: center;
  color: #999;
}

/* recipe */
.page-title {
  text-align: center;
}

@media (min-width: 769px) {
  .page-title {
    padding-top: 50px;
  }
}

.page-title__en {
  font-family: 'Roboto', sans-serif;
  color: #fff;
}

@media (min-width: 769px) {
  .page-title__en {
    font-size: 48px;
    letter-spacing: 2px;
  }
}

@media (max-width: 768px) {
  .page-title__en {
    font-size: 26px;
    letter-spacing: 3px;
  }
}

@media (min-width: 769px) {
  .page-title__ja {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .page-title__ja {
    font-size: 12px;
  }
}

@media (min-width: 769px) {
  .article {
    padding: 58px 0 50px;
  }
}

@media (max-width: 768px) {
  .article {
    padding: 35px 3.125% 70px;
  }
}

@media (min-width: 769px) {
  .article__inner {
    width: 700px;
    margin: 0 auto 85px;
  }
}

@media (max-width: 768px) {
  .article__inner {
    margin-bottom: 60px;
  }
}

.article__title {
  position: relative;
}

@media (min-width: 769px) {
  .article__title {
    font-size: 32px;
    margin-bottom: 25px;
    padding-left: 50px;
  }
}

@media (max-width: 768px) {
  .article__title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
    padding-left: 25px;
  }
}

.article__title::before {
  position: absolute;
  left: 0;
  content: '';
}

@media (min-width: 769px) {
  .article__title::before {
    top: 23px;
    width: 30px;
    height: 6px;
    border-radius: 3px;
  }
}

@media (max-width: 768px) {
  .article__title::before {
    top: 14px;
    width: 15px;
    height: 3px;
    border-radius: 1.5px;
  }
}

.article__title--001::before {
  background-color: #ac5b25;
}

.article__title--002::before {
  background-color: #ac8b05;
}

.article__title--003::before {
  background-color: #739c3e;
}

.article__lead {
  line-height: 2;
  color: #afafaf;
}

@media (min-width: 769px) {
  .article__lead {
    font-size: 15px;
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .article__lead {
    font-size: 13px;
    margin-bottom: 20px;
  }
}

.movie__inner {
  position: relative;
  background-color: #999;
}

.movie__inner::before {
  display: block;
  content: '';
}

@media (min-width: 769px) {
  .movie__inner::before {
    padding-top: 394px;
  }
}

@media (max-width: 768px) {
  .movie__inner::before {
    padding-top: 56.0714%;
  }
}

.movie__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.movie__desc {
  text-align: center;
}

@media (min-width: 769px) {
  .movie__desc {
    padding: 20px 0;
  }
}

@media (max-width: 768px) {
  .movie__desc {
    padding: 15px 0;
  }
}

.movie__desc--001 {
  background-color: #ac5b25;
}

.movie__desc--002 {
  background-color: #ac8b05;
}

.movie__desc--003 {
  background-color: #739c3e;
}

@media (min-width: 769px) {
  .movie__txt {
    font-size: 15px;
    line-height: 2;
  }
}

@media (max-width: 768px) {
  .movie__txt {
    font-size: 12px;
    line-height: 1.6;
  }
}

@media (min-width: 769px) {
  .info {
    display: flex;
    width: 960px;
    margin: 0 auto;
    justify-content: space-between;
  }
}

@media (min-width: 769px) {
  .info__first {
    width: 340px;
  }
}

@media (min-width: 769px) {
  .info__last {
    width: 550px;
  }
}

@media (min-width: 769px) {
  .info__section {
    margin-bottom: 70px;
  }
}

@media (max-width: 768px) {
  .info__section {
    margin-bottom: 50px;
  }
}

.info__title {
  position: relative;
  border-bottom: 1px solid #808080;
}

@media (min-width: 769px) {
  .info__title {
    font-size: 24px;
    line-height: 1.6;
    padding: 0 0 10px 34px;
  }
}

@media (max-width: 768px) {
  .info__title {
    font-size: 16px;
    line-height: 1.25;
    padding: 0 0 8px 21px;
  }
}

.info__title::before, .info__title::after {
  position: absolute;
  left: 0;
  content: '';
  border-radius: 1.5px;
}

@media (min-width: 769px) {
  .info__title::before, .info__title::after {
    top: 17px;
    width: 20px;
    height: 4px;
  }
}

@media (max-width: 768px) {
  .info__title::before, .info__title::after {
    top: 8px;
    width: 15px;
    height: 3px;
  }
}

.info__title::after {
  transform: rotate(90deg);
}

.info__title--001::before, .info__title--001::after {
  background-color: #ac5b25;
}

.info__title--002::before, .info__title--002::after {
  background-color: #ac8b05;
}

.info__title--003::before, .info__title--003::after {
  background-color: #739c3e;
}

.info__txt, .info__txt--bold {
  line-height: 2;
  color: #e5e5e5;
}

@media (min-width: 769px) {
  .info__txt, .info__txt--bold {
    font-size: 15px;
    margin-top: 25px;
  }
}

@media (max-width: 768px) {
  .info__txt, .info__txt--bold {
    font-size: 13px;
    margin-top: 30px;
  }
}

.info__txt--bold {
  font-weight: bold;
}

@media (min-width: 769px) {
  .info__txt--bold + .info__txt, .info__txt--bold + .info__txt--bold {
    margin-top: 5px;
  }
}

@media (max-width: 768px) {
  .info__txt--bold + .info__txt, .info__txt--bold + .info__txt--bold {
    margin-top: 10px;
  }
}

.material, .material--nest {
  width: 100%;
  border-collapse: collapse;
}

.material__hd, .material__hd--nest, .material__desc {
  vertical-align: middle;
  color: #e5e5e5;
  border-bottom: 1px solid #4c4c4c;
}

@media (min-width: 769px) {
  .material__hd, .material__hd--nest, .material__desc {
    font-size: 15px;
    padding: 25px 15px;
  }
}

@media (max-width: 768px) {
  .material__hd, .material__hd--nest, .material__desc {
    font-size: 13px;
    padding: 12px 9px;
  }
}

.material__hd, .material__hd--nest {
  text-align: left;
}

.material__hd--nest {
  padding-bottom: 0;
}

.material__desc {
  text-align: right;
}

@media (min-width: 769px) {
  .material--nest {
    width: calc(100% + 30px);
    margin: 19px 0 0 -15px;
  }
}

@media (max-width: 768px) {
  .material--nest {
    width: calc(100% + 18px);
    margin: 10px 0 0 -9px;
  }
}

.material--nest__hd, .material--nest__desc {
  vertical-align: middle;
  color: #e5e5e5;
  border-top: 1px dashed #2f2e2d;
}

@media (min-width: 769px) {
  .material--nest__hd, .material--nest__desc {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .material--nest__hd, .material--nest__desc {
    font-size: 13px;
  }
}

.material--nest__hd {
  text-align: left;
}

@media (min-width: 769px) {
  .material--nest__hd {
    padding: 18px 15px 18px 35px;
  }
}

@media (max-width: 768px) {
  .material--nest__hd {
    padding: 9px 9px 9px 15px;
  }
}

.material--nest__desc {
  text-align: right;
}

@media (min-width: 769px) {
  .material--nest__desc {
    padding: 18px 15px;
  }
}

@media (max-width: 768px) {
  .material--nest__desc {
    padding: 9px;
  }
}

.howto__item {
  line-height: 2;
  position: relative;
  padding-left: 20px;
  color: #e5e5e5;
}

@media (min-width: 769px) {
  .howto__item {
    font-size: 15px;
    margin-top: 25px;
  }
}

@media (max-width: 768px) {
  .howto__item {
    font-size: 13px;
    margin-top: 30px;
  }
}

.howto__num {
  position: absolute;
  top: 0;
  left: 0;
}

.recommend {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

@media (min-width: 769px) {
  .recommend {
    height: 530px;
    padding-top: 80px;
    background-image: url(../img/recipe/bg_recommend_pc.jpg);
  }
}

@media (max-width: 768px) {
  .recommend {
    padding: 70px 3.125% 95px;
    background-image: url(../img/recipe/bg_recommend_sp.jpg);
  }
}

.recommend__title {
  text-align: center;
}

@media (min-width: 769px) {
  .recommend__title {
    font-size: 24px;
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .recommend__title {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.recommend__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: normal;
}

@media (min-width: 769px) {
  .recommend__inner {
    width: 580px;
    margin: 0 auto;
    text-align: center;
  }
}

.recommend__box {
  position: relative;
}

@media (min-width: 769px) {
  .recommend__box {
    width: 260px;
  }
}

@media (max-width: 768px) {
  .recommend__box {
    width: 46.428%;
  }
}

@media (min-width: 769px) {
  .recommend__thumbnail {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .recommend__thumbnail {
    margin-bottom: 14px;
  }
}

.recommend__img {
  width: 100%;
}

@media (min-width: 769px) {
  .recommend__name {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 14px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .recommend__name {
    font-size: 13px;
    line-height: 1.5;
    min-height: 38px;
    margin-bottom: 10px;
  }
}

.recommend__link {
  margin: 0 auto;
}

.recommend__link::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.is_vanish {
  position: relative;
  top: 20px;
  opacity: 0;
}

.is_fade {
  animation: fadeIn .5s ease-in-out .2s forwards;
}

@-webkit-keyframes fadeIn {
  1% {
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  1% {
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  1% {
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes fadeIn {
  1% {
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
