/* ==================== Layout ==================== */

p {
  margin: 0;
}

a {
  transition: 0.2s;
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

:hover {
  transition: 0.3s;
}

.container {
  max-width: 100%;
  padding: 0;
}

.btn {
  padding: 0;
}

.bold {
  font-weight: bold;
}

/* ==================== contents ==================== */

.section-contents {
  padding-top: 63px;
  padding-bottom: 140px;
  position: relative;
}

@media (max-width: 991px) {
  .section-contents {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .section-contents {
    padding-top: 26.5px;
    padding-bottom: 20px;
  }
}

.section-contents:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 18px;
  top: 0;
  background-color: #4b150c;
}

@media (max-width: 767px) {
  .section-contents:before {
    height: 9px;
  }
}

.section-contents:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  top: 23px;
  background-color: #4b150c;
}

@media (max-width: 767px) {
  .section-contents:after {
    height: 2.5px;
    top: 11.5px;
  }
}

.section-heading {
  margin: 0 auto 30px auto;
  max-width: 1035px;
  width: 90%;
}

@media (max-width: 767px) {
  .section-heading {
    margin: 0 auto 22px auto;
    max-width: 1035px;
    width: 90%;
  }
}

/* ==================== Contents-Box ==================== */

.contents-box {
  background-color: #faf2df;
  max-width: 960px;
  margin: 0 auto;
  padding: 47px 70px 83px 70px;
  border: solid 10px #f29200;
}

@media (max-width: 991px) {
  .contents-box {
    max-width: 100%;
    padding: 25.5px 16px 22px 16px;
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .contents-box {
    margin: 0 15px;
    padding: 20px 16px 22px 16px;
    border: solid 4px #f29200;
  }
}

.introduction-img {
  width: 344px;
  margin: 0 auto 57px auto;
}

@media (max-width: 767px) {
  .introduction-img {
    width: 172px;
    margin: 0 auto 25px auto;
  }
}

/* ==================== Product ==================== */

.product-heading {
  text-align: center;
  font-family: ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #fff;
  background-color: #c7161d;
  border: solid 8px #f29200;
  padding: 20px 0;
  font-size: 45px;
  max-width: 800px;
  margin: 0 auto 50px auto;
}

@media (max-width: 991px) {
  .product-heading {
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .product-heading {
    border: solid 4px #f29200;
    padding: 10px 0;
    font-size: 22.5px;
    max-width: 320px;
    margin: 0 auto 17px auto;
  }
}

.product-box {
  margin: 0 auto 54px auto;
}

@media (max-width: 767px) {
  .product-box {
    margin: 0 auto 30px auto;
  }
}

.product-left {
  width: 240px;
  margin-right: 34px;
}

.product-right {
  width: 460px;
}

.product-img {
  max-width: 219px;
  margin: 0 auto 24px auto;
}

@media (max-width: 767px) {
  .product-img {
    max-width: 152px;
    margin: 0 auto 17.5px auto;
  }
}

.btn-box {
  background-color: #f5dbbd;
  padding: 10px 20px 25px 20px;
  text-align: center;
  max-width: 240px;
}

@media (max-width: 991px) {
  .btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13.5px 12px;
    max-width: 100%;
  }
}

.pc .btn-text {
  position: relative;
  color: #2e170a;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 8px;
  line-height: 1;
  font-size: 25px;
}

@media (max-width: 991px) {
  .sp .btn-text {
    position: relative;
    color: #2e170a;
    font-weight: bold;
    font-size: 25px;
    margin-right: 33px;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .sp .btn-text {
    font-weight: bold;
    font-size: 19px;
    margin-right: 20px;
    /*width: 130px;*/
  }
}

.pc .btn-text:before {
  content: "";
  position: absolute;
  width: 19px;
  height: 26px;
  left: -25px;
  bottom: -3px;
  background-image: url("../../assets/img/btn-deco01.png");
  background-size: contain;
}

.pc .btn-text:after {
  content: "";
  position: absolute;
  width: 19px;
  height: 26px;
  right: -25px;
  bottom: -3px;
  background-image: url("../../assets/img/btn-deco02.png");
  background-size: contain;
}

@media (max-width: 991px) {
  .sp .btn-text:after {
    content: "▶";
    color: #2e170a;
    position: absolute;
    right: -22px;
    top: 2px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .sp .btn-text:after {
    right: -14px;
    top: 3px;
    font-size: 14px;
  }
}

.btn-img {
  max-width: 201px;
  flex: 1;
}

@media (max-width: 991px) {
  .btn-img {
    /*max-width: 144px;*/
  }
}

@media (max-width: 767px) {
  .btn-img {
    max-width: 144px;
  }
}

.product-title {
  font-family: ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #c7161d;
  margin-bottom: 13px;
}

@media (max-width: 767px) {
  .product-title {
    margin-bottom: 15px;
  }
}

.product-title .title1 {
  display: inline-block;
  font-size: 30px;
  border: solid 4px #c7161d;
  padding: 8px 13px 10px 13px;
  margin-bottom: -4px;
  line-height: 1;
}

@media (max-width: 767px) {
  .product-title .title1 {
    font-size: 18.5px;
    border: solid 2.5px #c7161d;
    padding: 7px 11px 5px 9px;
    margin-bottom: -2.5px;
  }
}

.product-title .title2 {
  display: inline-block;
  font-size: 35px;
  border: solid 4px #c7161d;
  padding: 8px 13px 10px 13px;
  line-height: 1;
}

@media (max-width: 767px) {
  .product-title .title2 {
    font-size: 23px;
    border: solid 2.5px #c7161d;
    padding: 7px 11px 5px 9px;
  }
}

.product-text {
  background-color: #fff;
  font-size: 22px;
  padding: 20px 20px;
  max-width: 450px;
  letter-spacing: -1.2px;
  line-height: 1.57;
}

.sp .product-text {
  max-width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .sp .product-text {
    font-size: 16px;
    padding: 15px;
    margin-bottom: 15px;
  }
}

/* ==================== Recipe ==================== */

.recipe {
  position: relative;
  background-color: #fff;
  padding: 67px 0 54px 0;
  box-shadow: 2px 2px 0px 0px rgba(188, 173, 139, 0.3);
}

@media (max-width: 767px) {
  .recipe {
    padding: 30px 0 20px 0;
    box-shadow: 1px 1px 0px 0px rgba(188, 173, 139, 0.3);
  }
}

.recipe:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 25px;
  top: 0;
  background-color: #c7161d;
}

@media (max-width: 767px) {
  .recipe:before {
    height: 12.5px;
  }
}

.recipe:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  top: 29px;
  background-color: #c7161d;
}

@media (max-width: 767px) {
  .recipe:after {
    height: 2.5px;
    top: 15px;
  }
}

.recipe-title {
  margin: 0 auto 34px auto;
  max-width: 756px;
  text-align: center;
}

@media (max-width: 767px) {
  .recipe-title {
    margin: 0 auto 13px auto;
    max-width: 306px;
  }
}

.recipe-img {
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
}

.point-box {
  margin-bottom: 30px;
  padding: 0 30px;
}

@media (max-width: 767px) {
  .point-box {
    margin-bottom: 27px;
    padding: 0 10px;
  }
}

.point {
  max-width: 550px;
  text-align: center;
  margin: 0 auto 19px auto;
}

@media (max-width: 767px) {
  .point {
    max-width: 300px;
    text-align: center;
    margin: 0 auto 19px auto;
  }
}

.point-text {
  max-width: 740px;
  margin: 0 auto 21px auto;
  text-align: center;
}

@media (max-width: 767px) {
  .point-text {
    max-width: 255px;
    margin: 0 auto 16px auto;
  }
}

.precaution {
  background-color: #faf2df;
  margin: 0 auto;
  padding: 28px 30px 41px 39px;
  text-align: center;
}

@media (max-width: 767px) {
  .precaution {
    padding: 20px 12px 22px 12px;
  }
}

.precaution-title {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  position: relative;
  line-height: 1;
  color: #2c1508;
  margin-bottom: 27px;
  letter-spacing: -1.2px;
}

@media (max-width: 767px) {
  .precaution-title {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

.precaution-title:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 6px;
  left: -45px;
  top: 12px;
  background-image: url("../../assets/img/precaution_deco_pc.png");
  background-size: contain;
}

@media (max-width: 767px) {
  .precaution-title:before {
    width: 20px;
    height: 5px;
    left: -32px;
    top: 8px;
    background-image: url("../../assets/img/precaution_deco_sp.png");
  }
}

.precaution-title:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 6px;
  right: -45px;
  top: 12px;
  background-image: url("../../assets/img/precaution_deco_pc.png");
  background-size: contain;
}

@media (max-width: 767px) {
  .precaution-title:after {
    width: 20px;
    height: 5px;
    right: -32px;
    top: 8px;
    background-image: url("../../assets/img/precaution_deco_sp.png");
  }
}

.precaution-text {
  padding-left: 17px;
  text-indent: -17px;
  font-size: 19px;
  letter-spacing: -1.2px;
  line-height: 1.5;
  text-align: left;
  color: #151515;
}

@media (max-width: 767px) {
  .precaution-text {
    padding-left: 11px;
    text-indent: -14px;
    font-size: 15px;
    line-height: 1.5;
  }
}

.precaution-text:first-of-type {
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .precaution-text:first-of-type {
    margin-bottom: 12px;
  }
}

.precaution-text .red {
  color: #c7161d;
  font-size: 18px;
}

@media (max-width: 767px) {
  .precaution-text .red {
    display: inline-block;
    font-size: 14px;
    padding-left: 0;
    text-indent: 0px;
    margin-top: 10px;
  }
}

/* ==================== Recipe-item ==================== */

.recipe-heading {
  text-align: center;
  font-family: ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #c7161d;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 10px;
  border-bottom: solid 3px #c7161d;
}

@media (max-width: 767px) {
  .recipe-heading {
    padding-bottom: 10px;
    border-bottom: solid 2px #c7161d;
  }
}

.recipe-heading .main-title {
  font-size: 36px;
}

@media (max-width: 767px) {
  .recipe-heading .main-title {
    font-size: 20px;
  }
}

.recipe-heading .sub-titlle {
  display: inline-block;
  font-size: 30px;
  margin-left: 18px;
}

@media (max-width: 767px) {
  .recipe-heading .sub-titlle {
    font-size: 18px;
    margin-left: 8px;
  }
}

.recipe-heading .eng {
  font-size: 26px;
}

@media (max-width: 767px) {
  .recipe-heading .eng {
    font-size: 16px;
  }
}

.recipe-item {
  padding: 0 41px;
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .recipe-item {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .recipe-item {
    padding: 0 15px;
    margin-bottom: 53px;
  }
}

.recipe-item li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 22px;
  padding: 15px 0 15px 0;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .recipe-item li {
    font-size: 17px;
    padding: 10px 0;
  }
}

.w60 {
  width: 60px;
}

.recipe-item li:not(:last-child) {
  border-bottom: solid 2px #f0dbb7;
}

.ingredient-name {
  text-align: left;
}

.ingredient-name span {
  display: inline-block;
}

.ingredient-amount {
  text-align: right;
}

/* ==================== Cook ==================== */

.cook {
  padding: 0 41px;
  margin-bottom: 73px;
}

@media (max-width: 991px) {
  .cook {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .cook {
    padding: 0 15px;
    margin-bottom: 40px;
  }
}

.cook ul {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: ingredient;
}

.cook ul li {
  counter-increment: ingredient;
  position: relative;
  padding: 18px 0 15px 42px;
  font-size: 21px;
  letter-spacing: -1.2px;
}

@media (max-width: 767px) {
  .cook ul li {
    counter-increment: ingredient;
    position: relative;
    padding: 8px 0 8px 32px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.cook ul li span {
  display: inline-block;
}

.cook ul li:not(:last-child) {
  border-bottom: solid 2px #f0dbb7;
}

.cook ul li:before {
  font-family: ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  content: counter(ingredient);
  display: inline-block;
  font-size: 18px;
  width: 30px;
  height: 30px;
  background: #f29200;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  position: absolute;
  left: 0;
  top: 20px;
  padding-right: 2px;
  letter-spacing: -2px;
}

@media (max-width: 767px) {
  .cook ul li:before {
    font-size: 15px;
    width: 23px;
    height: 23px;
    line-height: 1.5;
    top: 10px;
  }
}

.seasoning {
  background-color: #faf2df;
  padding: 8px;
  margin-top: 18px;
  color: #c7161d;
  font-size: 19px;
  display: inline-block;
  box-shadow: 2px 2px 0px 0px rgba(188, 173, 139, 0.3);
}

@media (max-width: 767px) {
  .seasoning {
    padding: 10px 0 10px 10px;
    margin-top: 11px;
    margin-bottom: 6px;
    font-size: 15px;
    max-width: 181PX;
    box-shadow: none;
  }
}

.seasoning span:not(last-child) {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .seasoning span:not(last-child) {
    margin-right: 0;
  }
}

.cook-precaution {
  padding-left: 17px;
  text-indent: -17px;
  font-size: 19px;
  letter-spacing: -1.2px;
  line-height: 1.5;
  text-align: left;
  color: #c92026;
  margin-top: 13px;
}

@media (max-width: 767px) {
  .cook-precaution {
    padding-left: 0;
    text-indent: 0;
    font-size: 16px;
    margin-top: 3px;
  }
}

/* ==================== Video ==================== */

.video {
  padding: 0 41px;
}

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

.video-content {
  margin-top: 38px;
  text-align: center;
}

@media (max-width: 767px) {
  .video-content {
    margin-top: 15px;
  }
}

