.product_wrap {
  position: relative;
  padding: 3vw 0;
}
.product_wrap::before {
  content: "";
  display: block;
  background: url(../img/line01.svg) 5vw -1vw no-repeat;
  background-size: 50vw;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.product_wrap::after {
  content: "";
  display: block;
  background: url(../img/line02.svg) 60vw bottom no-repeat;
  background-size: 40vw;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.product_wrap h1 {
  color: #D70C18;
  font-size: 3vw;
  text-align: center;
  font-weight: bold;
  text-shadow: 0 0 10px #fff;
  margin-bottom: 2vw;
}
@media screen and (max-width: 640px) {
  .product_wrap h1 {
    font-size: 18px;
  }
}
.product_wrap img {
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .product_wrap img {
    margin-left: 10px;
  }
}
.product_wrap .product_info {
  display: flex;
  justify-content: center;
  max-width: 1450px;
  width: 95vw;
  margin: 1vw auto 0;
}
@media screen and (min-width: 1650px) {
  .product_wrap .product_info {
    width: 1500px;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  .product_wrap .product_info {
    width: 100vw;
  }
}
.product_wrap .product_info .inner {
  position: relative;
}
.product_wrap .product_info .inner:first-child {
  background: url(../img/resara_02_bg.svg) 5.8vw 3.5vw no-repeat;
  background-size: 30vw;
}
@media screen and (min-width: 1650px) {
  .product_wrap .product_info .inner:first-child {
    background: url(../img/resara_02_bg.svg) 10px 60px no-repeat;
    background-size: auto;
  }
}
@media screen and (max-width: 640px) {
  .product_wrap .product_info .inner:first-child {
    background-size: 60vw;
  }
}
.product_wrap .product_info .inner:last-child {
  background: url(../img/resara_01_bg.svg) 5.8vw 3.5vw no-repeat;
  background-size: 30vw;
}
@media screen and (min-width: 1650px) {
  .product_wrap .product_info .inner:last-child {
    background: url(../img/resara_01_bg.svg) 10px 60px no-repeat;
    background-size: auto;
  }
}
@media screen and (max-width: 640px) {
  .product_wrap .product_info .inner:last-child {
    background-size: 60vw;
  }
}
.product_wrap .product_info .inner .wrap {
  width: 47vw;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  position: relative;
}
.product_wrap .product_info .inner .wrap .new {
  position: absolute;
  width: 10vw;
  top: -1vw;
  right: -7vw;
  z-index: 5;
}
.product_wrap .product_info .inner .wrap .new img {
  transition: 0.3s;
}
@media screen and (min-width: 1650px) {
  .product_wrap .product_info .inner .wrap {
    width: auto;
  }
}
.product_wrap .product_info .inner .wrap .product_txt {
  width: 22vw;
  padding-top: 5vw;
}
@media screen and (min-width: 1650px) {
  .product_wrap .product_info .inner .wrap .product_txt {
    width: 480px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 640px) {
  .product_wrap .product_info .inner .wrap .product_txt {
    width: 20vw;
    padding-top: 15vw;
  }
}
.product_wrap .product_info .inner .wrap .product_txt .message {
  text-align: center;
}
@media screen and (min-width: 1650px) {
  .product_wrap .product_info .inner .wrap .product_txt .message {
    text-align: right;
  }
}
.product_wrap .product_info .inner .wrap .product_txt h2 {
  text-align: center;
  margin-top: 1.4vw;
}
@media screen and (min-width: 1650px) {
  .product_wrap .product_info .inner .wrap .product_txt h2 {
    margin-left: 70px;
  }
}
@media screen and (max-width: 640px) {
  .product_wrap .product_info .inner .wrap .product_txt h2 {
    margin: 1vw 0;
  }
}
.product_wrap .product_info .inner .wrap .product_txt h2 img {
  width: 18vw;
}
@media screen and (min-width: 1650px) {
  .product_wrap .product_info .inner .wrap .product_txt h2 img {
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .product_wrap .product_info .inner .wrap .product_txt h2 img {
    width: 21vw;
  }
}
.product_wrap .product_info .inner .wrap .product_photo {
  width: 14vw;
  text-align: right;
}
.product_wrap .product_info .inner .wrap .product_photo img {
  transition: 0.3s;
}
@media screen and (min-width: 1650px) {
  .product_wrap .product_info .inner .wrap .product_photo {
    width: 170px;
  }
}
@media screen and (max-width: 640px) {
  .product_wrap .product_info .inner .wrap .product_photo {
    width: 20vw;
  }
}
.product_wrap .product_info .inner .wrap:hover .product_photo img, .product_wrap .product_info .inner .wrap:hover .new img {
  transform: scale(1.1);
}
.product_wrap .product_info .inner .link_btn {
  width: 100%;
  margin-top: -5vw;
}
@media screen and (min-width: 1650px) {
  .product_wrap .product_info .inner .link_btn {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .product_wrap .product_info .inner .link_btn {
    margin-top: 0;
  }
}
.product_wrap .product_info .inner .link_btn a {
  border: solid 1px #fff;
  box-shadow: 3px 3px 8px #ccc;
  text-decoration: none;
  width: 18vw;
  margin: auto;
  display: block;
  color: #fff;
  background: #D70C18;
  border-radius: 100px;
  padding: 0.8vw 3vw;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .product_wrap .product_info .inner .link_btn a {
    width: 40vw;
    padding: 10px 0;
  }
}
.product_wrap .product_info .inner .link_btn a:hover {
  background: #fff;
  border: solid 1px #D70C18;
  color: #D70C18;
}
.product_wrap .logo_tokuho {
  position: absolute;
  bottom: 2vw;
  left: 7vw;
  width: 6vw;
}
@media screen and (max-width: 640px) {
  .product_wrap .logo_tokuho {
    left: 3vw;
    bottom: 12vw;
    width: 7vw;
  }
}
@media screen and (min-width: 1650px) {
  .product_wrap .logo_tokuho {
    left: 3vw;
  }
}

.media {
  border-top: solid 5px #d70c18;
  padding: 3vw 2vw;
}
.media h2 {
  color: #D70C18;
  font-size: 2.2vw;
  text-align: center;
  margin-bottom: 3vw;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .media h2 {
    font-size: 18px;
  }
}
.media ul {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .media ul {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .media ul li {
    margin-bottom: 20px;
  }
}
.media ul li a img {
  transition: 0.3s;
  border-radius: 10px;
}
.media ul li a p {
  border: solid 1px #fff;
  box-shadow: 3px 3px 8px #ccc;
  text-decoration: none;
  width: 25vw;
  margin: 1vw auto 0;
  display: block;
  color: #fff;
  background: #D70C18;
  border-radius: 100px;
  padding: 0.8vw 3vw;
  text-align: center;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .media ul li a p {
    margin-top: 10px;
    width: 90%;
    padding: 15px 0;
  }
}
.media ul li a:hover img {
  transform: scale(1.05);
}
.media ul li a:hover P {
  background: #fff;
  border: solid 1px #D70C18;
  color: #D70C18;
}

.area_recipe {
  border-top: solid 5px #FFE200;
  background: #FFFCE5;
  padding: 3vw 2vw;
}
@media screen and (max-width: 640px) {
  .area_recipe {
    padding: 20px 20px 40px;
  }
}
.area_recipe h2 {
  color: #D70C18;
  font-size: 2.2vw;
  text-align: center;
  margin-bottom: 3vw;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .area_recipe h2 {
    font-size: 18px;
  }
}
.area_recipe p {
  text-align: center;
  font-weight: bold;
  color: #333;
  margin-bottom: 2vw;
}
.area_recipe ul {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 2vw;
}
@media screen and (max-width: 640px) {
  .area_recipe ul {
    justify-content: space-between;
  }
}
.area_recipe ul li {
  width: 20vw;
  margin: 1.5vw 1.3vw;
}
@media screen and (max-width: 640px) {
  .area_recipe ul li {
    width: 48%;
    margin: 20px 0 0;
  }
}
.area_recipe ul li a {
  display: block;
  text-decoration: none;
  text-align: center;
}
.area_recipe ul li a img {
  width: 100%;
  border-radius: 0.5vw;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .area_recipe ul li a img {
    border-radius: 5px;
  }
}
.area_recipe ul li a h3 {
  color: #D70C18;
  text-align: center;
  margin: 0.5vw 0 0;
  display: inline-block;
  transition: 0.3s;
  border-bottom: solid 1px #FFFCE5;
}
@media screen and (max-width: 640px) {
  .area_recipe ul li a h3 {
    line-height: 1.3;
    font-size: 14px;
    letter-spacing: -0.1vw;
  }
}
.area_recipe ul li a:hover img {
  transform: scale(1.05);
}
.area_recipe ul li a:hover h3 {
  border-bottom: solid 1px #D70C18;
}
.area_recipe .recipe_link_btn a {
  border: solid 1px #fff;
  box-shadow: 3px 3px 8px #ccc;
  text-decoration: none;
  width: 25vw;
  margin: auto;
  display: block;
  color: #fff;
  background: #D70C18;
  border-radius: 100px;
  padding: 0.8vw 3vw;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .area_recipe .recipe_link_btn a {
    margin-top: 20px;
    width: 90%;
    padding: 15px 0;
  }
}
.area_recipe .recipe_link_btn a:hover {
  background: #fff;
  border: solid 1px #D70C18;
  color: #D70C18;
}

.area_faq {
  border-top: solid 5px #FF5C7B;
  background: #FFF5F5;
  padding: 3vw 2vw 5vw;
}
@media screen and (max-width: 640px) {
  .area_faq {
    padding: 20px 20px 40px;
  }
}
.area_faq h2 {
  color: #D70C18;
  font-size: 2.2vw;
  text-align: center;
  margin-bottom: 3vw;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .area_faq h2 {
    font-size: 18px;
  }
}
.area_faq p {
  text-align: center;
  font-weight: bold;
  color: #333;
  margin-bottom: 2vw;
}
.area_faq ul {
  background: #fff;
  padding: 0 2vw;
  border-radius: 0.5vw;
}
@media screen and (max-width: 640px) {
  .area_faq ul {
    margin-top: 20px;
  }
}
.area_faq ul li {
  border-bottom: dotted 3px #DEDEDE;
  padding: 2vw 1vw;
  list-style: none;
}
.area_faq ul li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 640px) {
  .area_faq ul li {
    padding: 10px 20px 20px;
  }
}
.area_faq ul li h3 {
  color: #D70C18;
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .area_faq ul li h3 {
    font-size: 16px;
    line-height: 1;
    margin: 15px 0;
  }
}
.area_faq ul li h3 span {
  font-size: 2vw;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  display: inline-block;
  margin-right: 1vw;
}
@media screen and (max-width: 640px) {
  .area_faq ul li h3 span {
    font-size: 25px;
  }
}
.area_faq ul li p {
  margin: 0.5vw 0 0;
  text-align: left;
}
.area_faq .faq_link_btn a {
  border: solid 1px #fff;
  box-shadow: 3px 3px 8px #ccc;
  text-decoration: none;
  width: 20vw;
  margin: 3vw auto 0;
  display: block;
  color: #fff;
  background: #D70C18;
  border-radius: 100px;
  padding: 0.8vw 3vw;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .area_faq .faq_link_btn a {
    margin-top: 20px;
    width: 90%;
    padding: 15px 0;
  }
}
.area_faq .faq_link_btn a:hover {
  background: #fff;
  border: solid 1px #D70C18;
  color: #D70C18;
}

.top_link {
  display: none;
}/*# sourceMappingURL=com.css.map */