body {
  font-size: 16px;
  line-height: 28px; }
  @media all and (max-width: 768px) {
    body {
      font-size: 12px;
      line-height: 21px; } }

a {
  transition: all 800ms ease-in-out; }

a:hover {
  opacity: 0.8; }

.hero {
  width: 100%;
  height: 640px;
  background: #0062AF;
  position: relative;
  overflow: hidden; }
  @media all and (max-width: 768px) {
    .hero {
      height: 59.375vw; } }
  .hero img {
    width: 100%; }
  .hero .circle {
    position: absolute;
    left: 0;
    right: 0;
    top: -81px;
    width: 69vw;
    height: 130%;
    margin: auto;
    background: url("../images/hero_visual.png") center no-repeat;
    background-size: contain;
    clip-path: circle(0% at 50% 50%); }
    @media all and (max-width: 768px) {
      .hero .circle {
        top: -30%;
        width: 80vw;
        height: 160%; } }
  .hero .hero-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 800px;
    max-width: 1400px; }
  .hero .copy {
    position: absolute;
    left: 8.4%;
    bottom: -50%;
    width: 54.23%; }
    @media all and (max-width: 768px) {
      .hero .copy {
        left: 2%;
        bottom: 60%;
        width: 58%; } }
  .hero .recipe {
    position: absolute;
    left: 6.2%;
    bottom: -50%;
    width: 20%; }
    @media all and (max-width: 768px) {
      .hero .recipe {
        width: 28.125%;
        left: 3.2%; } }
  .hero .pkg {
    position: absolute;
    right: 4.2%;
    bottom: -72%;
    width: 28.95%; }
    @media all and (max-width: 768px) {
      .hero .pkg {
        right: 0%;
        width: 34%;
        bottom: 4%; } }
  .hero .bg {
    position: absolute;
    right: 0;
    top: -50px;
    opacity: 0;
    width: 100%;
    height: 100%; }
  .hero .notice {
    position: absolute;
    right: 60px;
    bottom: 10px;
    width: auto;
    height: auto; }
    @media all and (max-width: 768px) {
      .hero .notice {
        right: 5px;
        bottom: 5px;
        width: auto;
        height: 5px; } }

.bnr nav {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff; }
  .bnr nav a {
    margin: 50px 30px; }
    @media all and (max-width: 768px) {
      .bnr nav a {
        margin: 20px 10px; } }
    .bnr nav a img {
      margin: auto; }

#campaign {
  width: 100%;
  margin: auto;
  padding: 0; }
  @media all and (max-width: 768px) {
    #campaign {
      width: auto;
      padding: 0; } }
  #campaign h2 {
    margin-bottom: 80px; }
    @media all and (max-width: 768px) {
      #campaign h2 {
        margin-bottom: 30px; } }
  #campaign .detail {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 80px 0;
    background: url("../images/product_bg.png") repeat-y center #ED710C; }
    @media all and (max-width: 768px) {
      #campaign .detail {
        width: auto;
        padding: 35px 15px;
        align-items: center; } }
  #campaign h3 {
    margin-bottom: 62px; }
    @media all and (max-width: 768px) {
      #campaign h3 {
        margin-bottom: 40px; } }
    #campaign h3 img {
      margin: auto; }
      @media all and (max-width: 768px) {
        #campaign h3 img {
          height: 27px; } }
  #campaign .sns {
    width: 100%;
    overflow: hidden;
    max-width: 700px;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto; }
    #campaign .sns h2 {
      margin-bottom: 20px; }
      #campaign .sns h2 img {
        margin: auto;
        height: 24px; }
        @media all and (max-width: 768px) {
          #campaign .sns h2 img {
            height: 16px; } }
    #campaign .sns img {
      height: 40px;
      width: auto; }
    #campaign .sns ul {
      display: flex;
      justify-content: center; }
    #campaign .sns ul li img {
      height: 40px; }
    #campaign .sns ul li:nth-child(2) {
      margin-left: 30px; }

.recipe_wrapper {
  width: 100%;
  background: url(../images/recipe_bg.png) repeat-y center top #0062AF;
  padding: 80px 0; }
  @media all and (max-width: 768px) {
    .recipe_wrapper {
      width: auto;
      padding: 0 0 35px 0;
      background: #0062AF none;
      background-size: 100%; } }
  .recipe_wrapper #recipe {
    width: 960px;
    margin: auto; }
    @media all and (max-width: 768px) {
      .recipe_wrapper #recipe {
        width: auto;
        padding: 0 15px; } }
    .recipe_wrapper #recipe h2 {
      margin-bottom: 60px; }
      @media all and (max-width: 768px) {
        .recipe_wrapper #recipe h2 {
          margin-bottom: 30px; } }
      .recipe_wrapper #recipe h2 img {
        margin: auto; }
  .recipe_wrapper .recipe {
    width: 960px;
    margin: auto;
    padding: 40px 0;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    color: #fff;
    font: 16px/28px; }
    @media all and (max-width: 768px) {
      .recipe_wrapper .recipe {
        width: auto;
        padding: 35px 15px 0 15px; } }
    .recipe_wrapper .recipe:last-child .sttl {
      margin-bottom: 30px; }
      @media all and (max-width: 768px) {
        .recipe_wrapper .recipe:last-child .sttl {
          margin-bottom: 10px; } }
    .recipe_wrapper .recipe .recipe_images {
      margin-bottom: 40px;
      color: #000; }
      @media all and (max-width: 768px) {
        .recipe_wrapper .recipe .recipe_images {
          margin-bottom: 20px; } }
      .recipe_wrapper .recipe .recipe_images .recipe_detail {
        position: relative;
        margin-top: -160px;
        display: flex;
        flex-direction: column;
        align-items: center; }
        @media all and (max-width: 768px) {
          .recipe_wrapper .recipe .recipe_images .recipe_detail {
            width: 290px;
            margin: -50px auto auto; } }
        .recipe_wrapper .recipe .recipe_images .recipe_detail .recipe_ingredients {
          width: 550px;
          position: absolute;
          top: 154px;
          left: 100px; }
          @media all and (max-width: 768px) {
            .recipe_wrapper .recipe .recipe_images .recipe_detail .recipe_ingredients {
              width: 250px;
              top: 35px;
              margin: auto;
              left: 0;
              right: 0; } }
          .recipe_wrapper .recipe .recipe_images .recipe_detail .recipe_ingredients .ttl {
            margin-bottom: 40px; }
            @media all and (max-width: 768px) {
              .recipe_wrapper .recipe .recipe_images .recipe_detail .recipe_ingredients .ttl {
                margin-bottom: 20px; } }
          .recipe_wrapper .recipe .recipe_images .recipe_detail .recipe_ingredients.right {
            right: 90px;
            left: auto; }
            @media all and (max-width: 768px) {
              .recipe_wrapper .recipe .recipe_images .recipe_detail .recipe_ingredients.right {
                right: auto; } }
          .recipe_wrapper .recipe .recipe_images .recipe_detail .recipe_ingredients:last-child p {
            margin: 10px auto;
            font-weight: bold; }
            @media all and (max-width: 768px) {
              .recipe_wrapper .recipe .recipe_images .recipe_detail .recipe_ingredients:last-child p {
                margin: 5px auto; } }
            .recipe_wrapper .recipe .recipe_images .recipe_detail .recipe_ingredients:last-child p:first-child {
              margin-top: 20px; }
              @media all and (max-width: 768px) {
                .recipe_wrapper .recipe .recipe_images .recipe_detail .recipe_ingredients:last-child p:first-child {
                  margin-top: 10px; } }
          .recipe_wrapper .recipe .recipe_images .recipe_detail .recipe_ingredients .recipe_ingredients_box {
            margin-top: 40px; }
            @media all and (max-width: 768px) {
              .recipe_wrapper .recipe .recipe_images .recipe_detail .recipe_ingredients .recipe_ingredients_box {
                margin-top: 20px; } }
            .recipe_wrapper .recipe .recipe_images .recipe_detail .recipe_ingredients .recipe_ingredients_box.r01 {
              display: flex;
              justify-content: space-between; }
              @media all and (max-width: 768px) {
                .recipe_wrapper .recipe .recipe_images .recipe_detail .recipe_ingredients .recipe_ingredients_box.r01 {
                  flex-direction: column; } }
              .recipe_wrapper .recipe .recipe_images .recipe_detail .recipe_ingredients .recipe_ingredients_box.r01 ul {
                width: 260px; }
                @media all and (max-width: 768px) {
                  .recipe_wrapper .recipe .recipe_images .recipe_detail .recipe_ingredients .recipe_ingredients_box.r01 ul {
                    width: auto; } }
            .recipe_wrapper .recipe .recipe_images .recipe_detail .recipe_ingredients .recipe_ingredients_box.r02 {
              display: flex;
              justify-content: space-between; }
              @media all and (max-width: 768px) {
                .recipe_wrapper .recipe .recipe_images .recipe_detail .recipe_ingredients .recipe_ingredients_box.r02 {
                  flex-direction: column; } }
              .recipe_wrapper .recipe .recipe_images .recipe_detail .recipe_ingredients .recipe_ingredients_box.r02 ul {
                width: 260px; }
                @media all and (max-width: 768px) {
                  .recipe_wrapper .recipe .recipe_images .recipe_detail .recipe_ingredients .recipe_ingredients_box.r02 ul {
                    width: auto; } }
            .recipe_wrapper .recipe .recipe_images .recipe_detail .recipe_ingredients .recipe_ingredients_box.r03 {
              display: flex;
              justify-content: space-between; }
              @media all and (max-width: 768px) {
                .recipe_wrapper .recipe .recipe_images .recipe_detail .recipe_ingredients .recipe_ingredients_box.r03 {
                  flex-direction: column; } }
              .recipe_wrapper .recipe .recipe_images .recipe_detail .recipe_ingredients .recipe_ingredients_box.r03 ul {
                width: 260px; }
                @media all and (max-width: 768px) {
                  .recipe_wrapper .recipe .recipe_images .recipe_detail .recipe_ingredients .recipe_ingredients_box.r03 ul {
                    width: auto; } }
            .recipe_wrapper .recipe .recipe_images .recipe_detail .recipe_ingredients .recipe_ingredients_box.r04 {
              display: flex;
              justify-content: space-between;
              margin-top: 0; }
              @media all and (max-width: 768px) {
                .recipe_wrapper .recipe .recipe_images .recipe_detail .recipe_ingredients .recipe_ingredients_box.r04 {
                  flex-direction: column; } }
              .recipe_wrapper .recipe .recipe_images .recipe_detail .recipe_ingredients .recipe_ingredients_box.r04 ul {
                width: 260px; }
                @media all and (max-width: 768px) {
                  .recipe_wrapper .recipe .recipe_images .recipe_detail .recipe_ingredients .recipe_ingredients_box.r04 ul {
                    width: auto; } }
    .recipe_wrapper .recipe dl {
      width: 910px;
      margin: 40px auto auto auto; }
      @media all and (max-width: 768px) {
        .recipe_wrapper .recipe dl {
          width: auto;
          margin: 20px auto auto auto; } }
      .recipe_wrapper .recipe dl dt {
        margin-bottom: 15px; }
        @media all and (max-width: 768px) {
          .recipe_wrapper .recipe dl dt {
            margin-bottom: 7px; } }
      .recipe_wrapper .recipe dl dd {
        margin: 0; }
    .recipe_wrapper .recipe ol.flow {
      list-style: none;
      margin: 0; }
      .recipe_wrapper .recipe ol.flow.topSpace {
        margin-top: 25px; }
        @media all and (max-width: 768px) {
          .recipe_wrapper .recipe ol.flow.topSpace {
            margin-top: 15px; } }
      .recipe_wrapper .recipe ol.flow li {
        margin: 15px auto;
        padding-left: 1em;
        text-indent: -1em; }
        @media all and (max-width: 768px) {
          .recipe_wrapper .recipe ol.flow li {
            margin: 7px auto; } }
        .recipe_wrapper .recipe ol.flow li:last-child {
          margin-bottom: 0; }

.linkArea {
  background-color: #fff;
  margin: auto;
  padding: 40px 0; }

.footer_banner {
  position: relative;
  background-color: #ffffff;
  padding-top: 30px; }
  .footer_banner .bannerList {
    width: 970px;
    margin: auto; }
    @media (max-width: 1024px) {
      .footer_banner .bannerList {
        width: 290px; } }
    .footer_banner .bannerList ul {
      display: flex;
      text-align: center;
      flex-wrap: wrap;
      justify-content: center; }
      @media (max-width: 1024px) {
        .footer_banner .bannerList ul {
          width: 290px;
          display: block;
          text-align: center; } }
      .footer_banner .bannerList ul li {
        display: inline-block;
        width: 31%;
        margin: 10px; }
        @media (max-width: 1024px) {
          .footer_banner .bannerList ul li {
            display: block;
            margin: 10px auto !important;
            width: 290px; } }
        .footer_banner .bannerList ul li img {
          width: 100%; }
          @media (max-width: 1024px) {
            .footer_banner .bannerList ul li img {
              width: 290px;
              height: auto; } }

/*# sourceMappingURL=styles.css.map */
