

.background-color {
   background-color: #800404;
   background-image: linear-gradient(62deg, #800404 12%, #7a3232 22%, #631515 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: #ffd01d;
   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;
   margin-bottom: 80px;
}

.contents-inner .recipe_read .flex{
   justify-content: space-between;
   background-color: #452812;
   height: 100%;
   padding: 0 30px;
   margin-top: -5px;
}

.contents-inner .recipe_read .recipe_flex{
}

.contents-inner .recipe_read .recipe_flex{
   background: #202020;
   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: 50%;
   margin: 30px auto;
}

.contents-inner .recipe_read .recipe_flex .recipe_text .recipe__ttl:after {
   content: "";
   display: inline-block;
   width: 100%;
   height: 5px;
   bottom: -15px;
   background-image: url(../img/line2.svg);
   background-repeat: no-repeat;
   z-index: 1;
}

.contents-inner .recipe_read .recipe_flex .recipe_text p{
   font-size: 16px;
}
.contents-inner .recipe_read .recipe_flex {
   width: calc(50% - 10px);
}

.contents-inner .recipe_read .recipe_flex img {
   width: 100%;
}
.recipe_pick {
   position: relative;
   height: 700px;
   margin-top: 150px;
}
.chococoffee_img {
   width: 70%;
   position: absolute;
   right: 0;
   top: 0;
   border-top-left-radius: 10px;
   border-bottom-left-radius: 10px;
}
.cupcake_img {
   width: 70%;
   position: absolute;
   left: 0;
   bottom: 0;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
}
.recipe_pick_text {
   width: 70%;
   position: absolute;
   transform:rotate(-5deg);
   bottom: -50px;
   right: 20px;
   z-index: 5;
}

.recipe_pick_text-valentine {
   width: 70%;
   left: 30px;
   right: auto;
   top: -100px;
   bottom: auto;
   transform:rotate(-2deg);
}

.recipe {
   position: relative;
   /* margin: 0 calc(50% - 50vw); */
   margin-bottom: 200px;
}

.recipe::before{
   display: block;
   height: 15vw;
   width: 100%;
   content: '';
   background-image: url(../img/back_wave-top.png);
   background-repeat: no-repeat;
   background-position: bottom;
   background-size: 100%;
}

.recipe::after{
   position: absolute;
   bottom: -20vw;
   display: block;
   height: 20vw;
   width: 100%;
   content: '';
   background-image:url(../img/back_wave-bottom.png);
   background-repeat: no-repeat;
   background-size: 100%;
}

.attention_product {
   position: relative;
   display: inline-block;
   text-align: center;
   color: #fff;
   padding: 0 30px;
   font-weight: bold;
   margin-bottom: 36px;
}

.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;
}

.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: 1.6rem;
   letter-spacing: 1px;
   height: 100px;
   margin-bottom: 20px;
   background-image:url(../img/fukidashi_w.svg);
   background-repeat: no-repeat;
   background-size: 60%;
   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 #bdab80;
   background: #bdab80;
   color: #fff !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%;
   padding: 10px 20px;
   margin: 20px auto 0;
}

.btn_box-recipe_pick{
   margin-top: 150px;
}

.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: #ffd01d;
}


@media screen and (max-width: 480px) {
   #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;
   }
   .chococoffee_img,
   .cupcake_img {
      width: 80%;
   }

   .recipe_pick_text {
      width: 90%;
      bottom: -50px;
      right: 10px;
   }

   .btn_box-recipe_pick {
      margin-top: 100px;
   }

   .btn_box-recipe_pick a {
      width: 90%;
   }

   .recipe {
      margin-bottom: 150px;
   }

   .recipe::before {
      height: 25vw;
   }

   .contents-inner .recipe_read .recipe_flex {
      width: 100%;
      margin: 30px 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;
   }

}






