.bnr_list {
    display: flex;
    justify-content: space-between;
    margin: 0 30px;
}

.sp_view .contents_wrapper .recipe_ttl_1 {
    width: 40%;
}

.sp_view .contents_wrapper .recipe_ttl_2 {
    width: 40%;
}

.sp_view .contents_wrapper .recipe_ttl_3 {
    width: 60%;
}

.cart_item_box .item_flow .bdr_red {
    padding: 5px 5px;
    font-weight: bold;
}

.cart_item_box .item_flow.bdr {
    font-size: 32px !important;
    margin-top: 30px;
}

/*================================
 button
================================*/
.cart_item_box .review_link > a {
    position: relative;
    z-index: 3;
    text-decoration: underline;
}

/*================================
 movie
================================*/
.concept_movie {
    width: 840px;
    height: 473px;
    position: relative;
    margin: 20px auto;
}

.movie_thumbnail {
    /* background-image: url(../images/movie_thumbnail.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/*================================
 ttl
================================*/
.contents_head dd {
    font-size: 46px;
    font-weight: bold;
}

.contents_head {
    padding-bottom: 30px;
}

.contents_ttl dd {
    font-size: 48px;
    font-weight: bold;
}

/*================================
 tag
================================*/
.cart_item_box .ttl_tag.redLabel {
    background-color: #bd2340;
}

.cart_item_box .ttl_tag.yellowLabel {
    background-color: #d2a002;
}

/*================================
 ご注意ください
================================*/
.contents_wrapper .caution_box {
    margin-top: 50px;
    padding: 0 40px;
}
.contents_wrapper .caution_box_left {
    font-size: 36px;
    background-image: url(/img/icon_caution.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 27px 22px;
    padding: 10px 0 10px 47px;
}
.contents_wrapper .caution_box_right p{
    font-size: 24px;
}

.sp_view .contents_wrapper .caution_box_right p {
    font-size: calc(24px * 1.3);
}

/* =======================================================
show_more
======================================================= */
.box_bdr {
  border: 2px solid #e3e3e3;
  padding: 29px;
  background: #ffffff;
}
.js_box_hidden {
  overflow: hidden;
}
.js_show_more {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 45px;
  margin-top: 30px;
  text-align: right;
}
.js_show_more:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  /*height: 150px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(#ffffff));
  background: linear-gradient(rgba(255, 255, 255, 0.6) 0%, #ffffff 40%, #ffffff 100%);*/
  z-index: -1;
}
.js_show_more > .show_mor_btn {
  content: "";
  display: block;
  height: 44px;
  background: url(/images/ico_open.png) no-repeat 50% 50%;
}
.js_show_more.active {
  background: none;
  padding-top: 0;
  margin-top: 30px;
}
.js_show_more.active:before  {
  content: none;
}
.js_show_more.active > .show_mor_btn {
  content: "";
  display: block;
  height: 44px;
  background: url(/images/ico_close.png) no-repeat 50% 50%;
}
.js_show_more img {
  width: auto!important;
  margin-left: auto;
  margin-right: 0;
}

.mt30 {
  margin-top: 30px;
}

.contents {
  padding: 0 !important;
}

.top_mv {
  position: relative;
  width: 750px;
}

.top_mv_title {
  position: absolute;
  bottom: -30%;
  right: 0;
}

.top_section01 {
  width: 100%;
  background: #F0DED7;
  background: linear-gradient(0deg,rgba(240, 222, 215, 1) 0%, rgba(252, 244, 237, 1) 100%);
  padding-bottom: 100px;
}

.top_section01 .text01 {

}

.top_section01 .text02 {
  margin-left: 30px;
}

.top_section01 .text03 {
  margin-right: 30px;
}

.top_section01 .flex_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  /* padding-bottom: 100px; */
}

.top_section01 .flex_box:first-child {
  padding-top: 220px;
}

.top_section01 .flex_box:nth-child(even) {
  flex-direction: row-reverse;
}

.top_section01 .img_box img {
  box-shadow: 20px 20px 0px 0px rgba(255, 255, 255);
}

.top_section01 .img_box02 img {
  box-shadow: -20px 20px 0px 0px rgba(255, 255, 255);
}

.top_section02 {
  width: 100%;
  background: #f7ebe0;
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
}

.top_section02 .img_box {
  text-align: center;
}

.top_section02 .text {
  font-size: 36px !important;
  /* text-align: center; */
  width: 510px;
  margin: 0 auto;
}

.top_section02 .arrow_img {
  position: absolute;
  bottom: 60px;
  right: 60px;
}

.top_section03 {
  width: 100%;
  background: #fdf6f0;
  padding-top: 30px;
  /* padding-bottom: 80px; */
  position: relative;
}

.top_section03 .flex_box {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-bottom: 100px;
  padding-top: 50px;
}

.top_section03 .flex_box::before {
  position: absolute;
  content: "";
  background-image: url(../images/line_img.png);
  width: 630px;
  height: 2px;
  top: 0px;
  display: block;
}

/* .top_section03 .flex_box::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow_icon.png);
  width: 630px;
  height: 2px;
  top: 10px;
  display: block;
} */

.top_section03 .text_box {
  width: 400px;
}

.top_section03 .arrow_img {
  position: absolute;
  bottom: 30px;
  right: 60px;
}

.top_banner {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}

.top_banner .banner_img {
  text-align: center;
}
