/* base */
body {
  height: 100%;
  margin: 0 auto;
  padding: 0;
  color: #000;
  font-size: 26px;
  line-height: 1.75em;
  letter-spacing: 0;
  background-image: url("../img/bg-pc.jpg");
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-text-size-adjust: none;
}

@media screen and (max-width: 1439px) {
  body {
    font-size: 26px;
  }
}

@media screen and (max-width: 549px) {
  body {
    background-image: url("../img/bg-sp.jpg");
  }
}

img {
  max-width: 100%;
}

img.sp_only {
  width: 100%;
}

img.pc_only {
  display: inline-block;
}

@media screen and (max-width: 549px) {
  img.pc_only {
    display: none;
  }
}

ul {
  list-style: none;
}

a:hover {
  opacity: 0.8;
}

.red {
  color: #e50012;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 549px) {
  .sp_only {
    display: block;
  }
}

.pc_only {
  display: block;
}

@media screen and (max-width: 549px) {
  .pc_only {
    display: none;
  }
}

/* common */
.cont-common {
  max-width: 1100px;
  margin: 0 auto;
}

.footer-area {
  background-color: #9d213d;
}

.footer-area > div[class*="-inner"] {
  max-width: 960px;
  margin: 0 auto;
  padding: 3em 1.5em 1.5em;
  color: #fff;
}

@media screen and (max-width: 549px) {
  .footer-area > div[class*="-inner"] {
    padding: 30px 15px 15px;
  }
}

.footer-area > div[class*="-inner"] .footer-credit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-bottom: 2em;
}

@media screen and (max-width: 549px) {
  .footer-area > div[class*="-inner"] .footer-credit {
    margin-bottom: 10px;
  }
}

.footer-area > div[class*="-inner"] h2 {
  text-align: center;
  width: 360px;
}

.footer-area > div[class*="-inner"] h2 img {
  max-width: 210px;
}

@media screen and (max-width: 549px) {
  .footer-area > div[class*="-inner"] h2 {
    width: 140px;
  }
  .footer-area > div[class*="-inner"] h2 img {
    width: 85px;
  }
}

.footer-area > div[class*="-inner"] .f-nav {
  width: 360px;
}

.footer-area > div[class*="-inner"] .f-nav ul {
  margin-top: 1em;
  margin-bottom: 1em;
  border-left: 1px solid #fff;
}

.footer-area > div[class*="-inner"] .f-nav ul li {
  margin-left: 1em;
  padding: .25em 0;
}

.footer-area > div[class*="-inner"] .f-nav a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 549px) {
  .footer-area > div[class*="-inner"] .f-nav {
    width: 140px;
  }
  .footer-area > div[class*="-inner"] .f-nav ul {
    margin-top: 10px;
    margin-bottom: 10px;
    border-left: 1px solid #fff;
  }
  .footer-area > div[class*="-inner"] .f-nav ul li {
    margin-left: 10px;
    padding: 5px 0;
    font-size: 12px;
    line-height: 24px;
  }
  .footer-area > div[class*="-inner"] .f-nav a {
    color: #fff;
    text-decoration: none;
  }
}

.footer-area > div[class*="-inner"] .copyright {
  text-align: center;
  font-size: .66em;
}

@media screen and (max-width: 549px) {
  .footer-area > div[class*="-inner"] .copyright {
    font-size: 10px;
  }
}

/* q_a */
#q_a .q_a-inner {
  padding-top: 148px;
}

@media screen and (max-width: 549px) {
  #q_a .q_a-inner {
    padding-top: 40px;
  }
}

#q_a .q_a-inner #cont1 .cont1-2 {
  margin-top: -35px;
}

@media screen and (max-width: 549px) {
  #q_a .q_a-inner #cont1 .cont1-2 {
    margin-top: -18px;
  }
}

#q_a .q_a-inner #cont3 .cont3-recipes {
  max-width: 838px;
  width: 76%;
  margin: 0 auto 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 549px) {
  #q_a .q_a-inner #cont3 .cont3-recipes {
    margin: 0 auto 1rem;
  }
}

#q_a .q_a-inner #cont3 .cont3-recipes li {
  width: 50%;
}

#q_a .q_a-inner #cont3 .cont3-recipes .cont3-img2 {
  position: relative;
}

#q_a .q_a-inner #cont3 .cont3-recipes .cont3-img2::before {
  content: "";
  display: inline-block;
  width: 430px;
  height: 261px;
  background: url(../img/cont3-img2_before.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 200px;
  right: 60px;
}

@media screen and (max-width: 959px) {
  #q_a .q_a-inner #cont3 .cont3-recipes .cont3-img2::before {
    width: 300px;
    height: 181px;
    bottom: 155px;
    right: 50px;
  }
}

@media screen and (max-width: 549px) {
  #q_a .q_a-inner #cont3 .cont3-recipes .cont3-img2::before {
    width: 164px;
    height: 100px;
    bottom: 70px;
    right: 9px;
  }
}

#q_a .q_a-inner #cont5 {
  width: 100%;
  height: 1087px;
  position: relative;
  z-index: 5;
  background: url(../img/cont5-bg.png);
  background-position: bottom;
  background-size: 117px 1087px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}

@media screen and (max-width: 959px) {
  #q_a .q_a-inner #cont5 {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 900px;
    background-size: 117px 900px;
  }
}

@media screen and (max-width: 549px) {
  #q_a .q_a-inner #cont5 {
    height: 450px;
    background: url(../img/cont5-bg-sp.png);
    background-size: 35px 450px;
  }
}

@media screen and (max-width: 959px) {
  #q_a .q_a-inner #cont5 .cont5-inner {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 549px) {
  #q_a .q_a-inner #cont5 .cont5-inner {
    padding: 0px;
  }
}

#q_a .q_a-inner #cont5 .cont5-inner .cont5-btn {
  max-width: 822px;
  margin: 0 auto -100px;
  position: relative;
  bottom: 168px;
}

@media screen and (max-width: 959px) {
  #q_a .q_a-inner #cont5 .cont5-inner .cont5-btn {
    bottom: 102px;
  }
}

@media screen and (max-width: 549px) {
  #q_a .q_a-inner #cont5 .cont5-inner .cont5-btn {
    margin: 0 auto -40px;
    max-width: 317px;
    bottom: 40px;
  }
}

#q_a .q_a-inner #cont5 .cont5-inner .cont5-btn:hover {
  opacity: 0.9;
}
/*# sourceMappingURL=style.css.map */