@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*-----------------------------------------------------
　カレーのくち　3周年
-----------------------------------------------------*/
.currynokuchi_3rd .hero {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .currynokuchi_3rd .hero {
    margin-bottom: 30px;
  }
}
.currynokuchi_3rd .tx1 {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .currynokuchi_3rd .tx1 {
    margin-bottom: 30px;
  }
}
.currynokuchi_3rd .tx2 {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .currynokuchi_3rd .tx2 {
    margin-bottom: 30px;
  }
}
.currynokuchi_3rd .tx3 {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .currynokuchi_3rd .tx3 {
    margin-bottom: 40px;
  }
}
.currynokuchi_3rd .product {
  position: relative;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .currynokuchi_3rd .product {
    width: 80%;
    margin-bottom: 50px;
  }
}
.currynokuchi_3rd .product .seal {
  position: absolute;
  top: -50px;
  left: -50px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .currynokuchi_3rd .product .seal {
    width: 100px;
    top: -25px;
    left: -25px;
  }
}
.currynokuchi_3rd .product .product_img {
  margin-bottom: 30px;
}
.currynokuchi_3rd .product .product_tx {
  font-size: 18px;
  line-height: 2;
  font-family: "Noto Sans JP";
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .currynokuchi_3rd .product .product_tx {
    font-size: 14px;
  }
}
.currynokuchi_3rd .product .btn_detail a {
  display: block;
  font-family: "Noto Sans JP";
  text-align: center;
  font-size: 24px;
  padding: 20px 0;
  border: 1px solid #000;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .currynokuchi_3rd .product .btn_detail a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    width: 80%;
  }
}
.currynokuchi_3rd .btn_allitem a {
  display: block;
  width: 380px;
  background-color: #cf653c;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding: 30px 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
.currynokuchi_3rd .btn_allitem a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .currynokuchi_3rd .btn_allitem a {
    font-size: 16px;
    text-decoration: none;
    width: 90%;
  }
}/*# sourceMappingURL=currynokuchi_3rd.css.map */