.background-color {
  background-color: #4C2618;
  background-image: linear-gradient(62deg, #4C2618 12%, #7a3232 22%, #4C2618 50%);
}

.center {
  text-align: center;
}

p {
  font-feature-settings: "palt";
  color: #fff;
}

li {
  list-style: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.t-center {
  text-align: center;
}

.gold {
  color: #E5CA48;
  letter-spacing: 1px;
  font-weight: bold;
}

#header {
  width: 900px;
  margin: 0 auto;
  color: #ffffff;
  box-sizing: border-box;
  margin-bottom: 10px;
}


.contents {
  width: 100%;
  padding: 2px 0 20px 0;
  margin: auto;
  /*background: #f8f4ee;*/
  margin-bottom: 80px;
}

.contents-inner {
  /*width: 800px;*/
  padding: 80px 0 50px;
  margin: -40px auto 30px auto;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contents-inner .campaign_read {
  flex-wrap: nowrap;
  padding: 0 30px 0 0;
  margin-bottom: 80px;
}

.contents-inner .recipe_read .flex {
  gap: 20px;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding: 0 30px;
  margin-top: -5px;
}

.contents-inner .recipe_read .recipe_flex {}

.contents-inner .recipe_read .recipe_flex {
  background: #4D1111;
  width: calc(50% - 10px);
  padding: 0 0 20px 0;
  box-sizing: border-box;
  margin: 60px 0;
}

.contents-inner .recipe_read .recipe_flex .recipe_text {
  text-align: center;

}

.contents-inner .recipe_read .recipe_flex .recipe_text .recipe__ttl {
  width: 160px;
  margin: 30px auto 0;
}


.contents-inner .recipe_read .recipe_flex .recipe_text p {
  font-size: 16px;
}

.contents-inner .recipe_read .recipe_flex {
  width: 249px;

}

.contents-inner .recipe_read .recipe_flex img {
  width: 100%;
}

.recipe_pick {
  position: relative;
  margin-top: 150px;
}

.recipe_pick__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.recipe_pick__item.-reverse {
  flex-direction: row-reverse;
}

img.heartObj3 {
  width: 160px;
}

.recipe_pick__item__text {
  width: calc(100% - 410px);
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  align-items: center;
  color: #fff !important;
  font-size: 1.6rem;
  flex-direction: column;
}

.recipe_pick__item__text div {}

.chococoffee_img {
  width: 410px;
  flex-shrink: 0;
  flex-grow: 0;
}

.cupcake_img {
  width: 70%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.recipe_pick_text {
  width: 70%;
  position: absolute;
  transform: rotate(-5deg);
  bottom: -50px;
  right: 20px;
  z-index: 5;
  pointer-events: none;
}

.recipe_pick_text-valentine {
  width: 70%;
  left: 30px;
  right: auto;
  top: -100px;
  bottom: auto;
  transform: rotate(-2deg);
}

.recipe {
  position: relative;
  background: url(../img/bg-recipe.png) no-repeat center center;
  background-size: contain;
  /* margin: 0 calc(50% - 50vw); */
  min-height: 673px;
  /* margin-bottom: 200px; */
}


.attention_product {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 0 30px;
  font-weight: bold;
  margin-left: 10px;
}

.attention_product:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(-25deg);
}

.attention_product:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(25deg);
}

.contents-inner .campaign_read .product_img {
  width: 38%;
  margin: 0 auto;
  flex-shrink: 0;
  text-align: center;
  transform: translateX(20px);
}

.contents-inner .campaign_read .product_img img {
  /* filter: drop-shadow(0px 15px 10px rgba(46,26,8,0.9));
   transform: rotate(4deg); */
}

.contents-inner .campaign_read .product_text {
  margin-left: 50px;
}

p.product_read,
p.product_subread {
  font-family: 'Shippori Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 4rem;
  text-align: center;
  letter-spacing: 2px;
  line-height: 5.6rem;
  margin-bottom: 20px;
}

p.product_subread {
  font-size: 2rem;
  letter-spacing: 1px;
  height: 110px;
  margin-bottom: 20px;
  background-image: url(../img/fukidashi_w.svg);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center bottom;
}

.contents-inner .campaign_read .product_text p {
  font-size: 1.6rem;
}

a.buy_btn {
  display: block;
  width: 100%;
  margin: 20px auto;
  padding: 15px 20px;
  border-radius: 45px;
  border: solid 2px #DFBE0F;
  background: #F9AFA9;
  color: #631414 !important;
  font-weight: bold;
  text-align: center;
  transition: 0.3s;
}

a.buy_btn:hover {
  border: solid 2px #bdab80;
  background: #fff;
  color: #bdab80 !important;
}

a.recipe_btn {
  width: 80%;
  background: #DFBE0F;
  padding: 10px 20px;
  margin: 20px auto 0;
}

.btn_box-recipe_pick {
  padding-bottom: 50px;
}

.btn_box-recipe_pick a {
  width: 400px;
}

.recipe_banner {
  margin: 90px 0 100px 0;
}

.h2_ttl {
  border-top: 3px solid #4c2400;
  border-bottom: 3px solid #4c2400;
  color: #4c2400;
  padding: 0.2rem 0;
  margin-bottom: 50px;
}

.banner_area .banner {
  padding: 0 30px;
}

.bold {
  font-size: 1rem;
  font-weight: bold;
}

.marker {
  background: linear-gradient(transparent 60%, #fdf5b5 60%);
  display: inline-block;
}


p.attention {
  font-size: 1.4rem !important;
  color: #DFBE0F;
}

p.attention span {
  font-weight: bold;
  text-decoration: underline;
}

p.main_lead {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 3rem;
}

p.main_lead::before {
  content: "";
  left: 10px;
  top: 0;
  width: 160px;
  height: 160px;
  position: absolute;
  background: url(../img/obj1.svg) no-repeat;
}

p.main_lead::after {
  content: "";
  right: -30px;
  top: 0px;
  width: 160px;
  height: 160px;
  position: absolute;
  background: url(../img/obj2.svg) no-repeat;
}

@media screen and (max-width: 599px) {
  #header {
    width: 100%;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .contents {
    width: 100%;
    margin-bottom: 0px;
  }

  .contents-inner {
    width: 100%;
  }

  .contents-inner p {
    line-height: 2.4rem;
    font-size: 1.4rem;
  }

  p.product_subread {
    height: 70px;
    background-size: 88%;
  }

  p.product_read {
    font-size: 2rem;
    line-height: 3rem;
  }

  .recipe_banner {
    margin: 50px 0 70px 0;
  }

  .contents-inner .campaign_read {
    flex-wrap: wrap;
    padding: 0 30px;
    margin-bottom: 80px;
  }

  .contents-inner .campaign_read .product_text {
    margin: 0 0 30px 0;
  }

  .contents-inner .campaign_read .recipe_flex {
    margin: 20px 0 10px 0;
    display: block;
  }

  .contents-inner .campaign_read .recipe_flex:after {
    width: 100;
    height: 60%;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: unset;
    z-index: -1;
  }

  .contents-inner .campaign_read .recipe_flex:nth-child(1):after {
    left: 50%;
  }

  .contents-inner .campaign_read .recipe_flex img {
    max-width: 100%;
  }

  .contents-inner .campaign_read .recipe_flex .recipe_text {
    margin: 40px 0 20px;
    padding: 0 40px;
    position: relative;
    z-index: 1;
  }

  .contents-inner .campaign_read .recipe_flex .recipe_item {
    width: 100%;
  }

  .contents-inner .campaign_read .product_img {
    width: 80%;
  }

  .contents-inner .campaign_read .product_text p.product_read {
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .contents-inner .campaign_read .product_text p {
    line-height: 2.5rem;
    font-size: 1.6rem;
  }

  .contents-inner .campaign_read .recipe_flex .recipe_text .recipe__ttl {
    width: 50%;
  }

  a.buy_btn {
    width: 100%;
  }

  .marker {
    display: inline;
  }

  .h2_ttl {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }

  .contents .contents-inner .valentine_campaign_area .valentine_campaign_box .valentine_campaign_box_inner--flex .recipe_img_title {
    width: 100%;
    margin: 10px auto 0;
    filter: none !important;
  }

  .recipe_pick {
    /* height: 420px; */
    margin-top: 60px;
  }

  .recipe_pick_text-valentine {
    width: 85%;
    left: 20px;
    top: -60px;
  }

  .recipe_pick_text {
    width: 90%;
    bottom: -50px;
    right: 10px;
  }

  .btn_box-recipe_pick {
    margin-top: 0;
  }

  .btn_box-recipe_pick a {
    width: 90%;
  }

  .recipe_pick>a.buy_btn.sp {
    width: 90%;
    margin: 0 auto 30px;
  }

  .recipe {
    margin-bottom: 150px;
  }

  .recipe::before {
    height: 25vw;
  }

  .contents-inner .recipe_read .flex {
    gap: 10px;
    padding-top: 80px;
  }

  .contents-inner .recipe_read .recipe_flex {
    width: 100%;
    margin: 10px 0;
  }

  .contents-inner .recipe_read .recipe_flex .recipe_text .recipe__ttl {
    margin: 30px auto 10px;
  }

  .contents-inner .recipe_read .recipe_flex .recipe_text {
    width: 90%;
    margin: 0 auto;
  }

  .contents-inner .recipe_read .recipe_flex .recipe_text p {
    font-size: 14px;
  }

  .banner_area .bold {
    font-size: 1.4rem;
  }

  p.main_lead {
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 1.9rem;
  }

  p.main_lead::before {
    content: "";
    left: -40px;
    top: 0;
    width: 160px;
    height: 160px;
    position: absolute;
  }

  p.main_lead::after {
    content: "";
    right: -90px;
    top: 0px;
    width: 160px;
    height: 160px;
    position: absolute;
  }

  .contents-inner .campaign_read .product_img {
    margin: 0 55px 0 30px;
  }

  .recipe_pick__item {
    flex-direction: column;
  }

  .recipe_pick__item.-reverse {
    flex-direction: column;
  }

  .recipe_pick__item__text {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
    font-size: 2rem;
    padding: 20px;
  }

  .heartObj3 {
    width: 60px;
    margin: 0;
    flex-shrink: 0;
  }

  .chococoffee_img,
  .cupcake_img {
    width: 100%;
  }

  .recipe {
    position: relative;
    background: url(../img/bg-recipe-sp.png) no-repeat center top;
    background-size: 100% auto;
    /* margin: 0 calc(50% - 50vw); */
    min-height: 1460px;
  }

  .banner_area {
    margin-top: 0;
  }

}