@charset "UTF-8";
.sealed_pack-top-movie {
  margin-top: 100px;
}
.sealed_pack-recipes {
  margin-top: 0;
}
.pc_hidden {
  display: none;
}
.mv_wrapper {
  max-width: 1400px;
  margin: auto;
}
.inner {
  max-width: 1180px;
  margin: auto;
}
h1 {
  margin-top: 0;
  margin-bottom: 57px;
}
.recipe_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #5a2f1c;
  font-size: 34px;
  font-weight: bold;
  line-height: 58px;
  letter-spacing: 1.7px;
}
.recipe_title:before {
  content: "";
  width: 40px;
  height: 40px;
  margin-top: 6px;
  margin-right: 8px;
}
#circle .recipe_title:before {
  background: url("/img/usr/freepage/2023_seal_tight/circle_title_point.png") no-repeat center/contain;
}
#square .recipe_title:before {
  background: url("/img/usr/freepage/2023_seal_tight/square_title_point.png") no-repeat center/contain;
}
.inner_title {
  color: #3f3d3c;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.9px;
}
.circle {
  background: #e27499;
}
.circle_btn {
  background: #e64889;
}
.circle_btn:hover {
  background: #ec7eab;
}
.square {
  background: #e27c5f;
}
.square_btn {
  background: #e86843;
}
.square_btn:hover {
  background: #ef957b;
}
.gift {
  background: #48b7d1;
}
.btn_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 152px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #fff;
}
.btn_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 147px;
  border-radius: 10px;
  margin: 5px;
}
.btn_text {
  position: relative;
  text-align: center;
  letter-spacing: 1px;
}
.inner_anchor_btn {
  margin: 70px auto 30px;
}
.inner_anchor_btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 500px;
  height: 70px;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  background: #73157c;
  border-radius: 35px;
  margin: auto;
}
.inner_anchor_btn a:after {
  position: absolute;
  top: 45%;
  right: 20px;
  transform: translateY(-45%) rotate(135deg);
  -webkit-transform: translateY(-45%) rotate(135deg);
  -ms-transform: translateY(-45%) rotate(135deg);
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.inner_anchor_btn a:hover {
  opacity: 0.7;
}
.top_anchor_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  gap: 58px;
  padding-bottom: 86px;
}
.btn_unit {
  position: relative;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 37px;
  letter-spacing: 1px;
  color: #fff;
  -webkit-box-shadow: 0px 8px 0px #a80678;
          box-shadow: 0px 8px 0px #a80678;
  border-radius: 10px;
  text-decoration: none;
  padding: 6px;
}
.btn_unit:hover {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
  border-radius: 10px;
  color: #fff;
  opacity: 0.7;
}
.btn_unit::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: -ms-grid;
  display: grid;
  width: 36pxh;
  height: 36px;
  background: #a00472;
  border-radius: 99999px;
}
.btn_unit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 16px;
  height: 8px;
}
.btn_unit .decoration {
  background: url("/img/usr/freepage/2023_seal_tight/btn_decoration.png") no-repeat center/contain;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: 0.9px;
  color: #faf575;
  padding: 0 20px;
}
.btn_unit .emphasis {
  font-size: 24px;
  font-weight: bold;
  line-height: 37px;
  letter-spacing: 1.2px;
  color: #faf575;
}
.concept_area {
  background: url("/img/usr/freepage/2023_seal_tight/concept_bg.jpg");
  padding: 53px 0;
  background-size: 198px 99px;
}
.concept_title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #5a2f1c;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 58px;
  letter-spacing: 1.2px;
  margin: auto;
}
.concept_title::first-line {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 58px;
  letter-spacing: 1.08px;
}
.concept_title .text_dots {
  background-image: radial-gradient(circle at center, #5a2f1c 20%, transparent 20%) /* 点の色とサイズ調整 */;
  background-position: top right /* 点の位置 */;
  background-repeat: repeat-x /* 横方向に繰り返し */;
  background-size: 1.07em 0.3em /* 点の間隔とサイズ調整 */;
  padding-top: 0.1em /* 縦方向の位置調整 */;
}
.text_unit .concept_title {
  background: url("/img/usr/freepage/2023_seal_tight/concept_title.png") no-repeat left bottom/contain;
  padding-bottom: 15px;
}
.movie_unit .concept_title {
  background: url("/img/usr/freepage/2023_seal_tight/concept_decoratuon.png") no-repeat center/contain;
  padding: 0 48px;
}
.concept_text__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 44px;
  padding-top: 28px;
}
.content_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 568px;
  gap: 20px;
}
.content_unit .img_area {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.content_unit .text_area .number {
  font-size: 62px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 3.1px;
  color: #d9cb5d;
  padding-bottom: 10px;
}
.content_unit .text_area .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.9px;
  padding-bottom: 10px;
}
.content_unit .text_area .title .pink {
  color: #e64889;
}
.content_unit .text_area .text {
  font-size: 16px;
  font-weight: medium;
  line-height: 24px;
  letter-spacing: 0.8px;
}
.recipe_area #circle {
  background: #f9e7e4;
  padding-bottom: 70px;
}
.recipe_area #square {
  background: #f9efe4;
  padding-bottom: 70px;
}
.area_title {
  text-align: center;
  padding: 70px 0 30px;
  margin-bottom: 60px;
  background-image: url("/img/usr/freepage/2023_seal_tight/title_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.area_title .title_text {
  display: inline-block;
  position: relative;
  font-size: 35px;
  font-weight: bold;
  line-height: 66px;
  letter-spacing: 1.05px;
  color: #fff;
}
.area_title .title_text:before {
  content: "";
  position: absolute;
  -webkit-transform: matrix(0.97, -0.26, 0.26, 0.97, 0, 0);
          transform: matrix(0.97, -0.26, 0.26, 0.97, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.area_title .emphasis {
  font-size: 46px;
  font-weight: bold;
  line-height: 66px;
  letter-spacing: 1.38px;
  color: #faf575;
}
#circle .title_text:before {
  top: -20px;
  left: -260px;
  width: 152px;
  height: 152px;
  background: url("/img/usr/freepage/2023_seal_tight/circle_title_img.png") no-repeat center/contain;
}
#square .title_text:before {
  top: -20px;
  left: -320px;
  width: 190px;
  height: 132px;
  background: url("/img/usr/freepage/2023_seal_tight/square_img.png") no-repeat center/contain;
}
.recommend_recipe {
  background: #fff;
  border-radius: 30px;
  padding: 43px 60px 50px;
  margin-bottom: 64px;
}
.recommend_recipe__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.img_section {
  position: relative;
  width: 530px;
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.img_section img {
  -webkit-box-shadow: 4px 8px 15px rgba(0,0,0,0.161);
          box-shadow: 4px 8px 15px rgba(0,0,0,0.161);
}
.img_section a {
  position: relative;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 295px;
  height: 54px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.9px;
  border-radius: 8px;
  text-decoration: none;
}
.img_section a:after {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.comment_section {
  height: 316px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  background: #fff;
  padding: 30px 25px;
  border-radius: 0px 0px 15px 15px;
}
.recommend_recipe__comment {
  border-radius: 15px;
}
#circle .recommend_recipe__comment {
  border: 2px dotted #e27499;
}
#square .recommend_recipe__comment {
  border: 2px dotted #e27c5f;
}
.product_img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product_img img {
  display: block;
}
.product_img:before {
  content: "使用した商品";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.75px;
  border-radius: 18px;
  margin-bottom: 25px;
}
#circle .product_img:before {
  color: #e64889;
  border: 2px solid #e64889;
}
#square .product_img:before {
  color: #e86843;
  border: 2px solid #e86843;
}
.product_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product_text .volume {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.8px;
  color: #939393;
  padding-bottom: 10px;
}
.product_text .inner_text {
  color: #3f3d3c;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0.8px;
}
.product_text .price {
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0.8px;
  color: #3f3d3c;
  padding-top: 15px;
}
.product_text .price .price-small {
  font-size: 11px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #3f3d3c;
}
.product_text .link {
  width: 295px;
  border: 2px solid #5a2f1c;
  border-radius: 8px;
  margin-top: auto;
}
.product_text .link a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: 0.8px;
  color: #5a2f1c;
  padding: 10px;
}
.product_text .link a:after {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #5a2f1c;
  border-right: 2px solid #5a2f1c;
}
.product_text .link:hover {
  opacity: 0.7;
}
.recommend_recipe__point {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff5c3;
  border-left: #a00472 7px solid;
  border-right: #a00472 7px solid;
  padding: 25px 44px;
  gap: 30px;
  margin: 40px 43px 0;
}
.recommend_recipe__point:before {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  content: "";
  width: 195px;
  height: 38px;
}
.recommend_recipe__point .point_img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.recommend_recipe__point .point_img img {
  border-radius: 15px;
}
.recommend_recipe__point .point_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 0;
}
.recommend_recipe__point .inner_title {
  padding-bottom: 25px;
}
#circle .recommend_recipe__point {
  border-left: #a00472 7px solid;
  border-right: #a00472 7px solid;
}
#circle .recommend_recipe__point:before {
  background: url("/img/usr/freepage/2023_seal_tight/circle_point_title.png") no-repeat center/contain;
}
#square .recommend_recipe__point {
  border-left: #a8061f 7px solid;
  border-right: #a8061f 7px solid;
}
#square .recommend_recipe__point:before {
  background: url("/img/usr/freepage/2023_seal_tight/square_point_title.png") no-repeat center/contain;
}
.small_recipe_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 80px 60px;
  background: url("/img/usr/freepage/2023_seal_tight/bg.png") no-repeat bottom/contain;
}
.small_recipe__unit {
  width: 530px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.small_recipe__unit:last-child {
  margin: auto;
}
.small_recipe__comment {
  height: 250px;
}
.small_recipe__comment.comment_section {
  padding-top: 0;
}
.small_recipe__comment .product_text .inner_text {
  padding-bottom: 15px;
}
.small_recipe__comment .product_text .side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
}
.small_recipe__comment .product_text .link {
  width: 200px;
  border: 2px solid #5a2f1c;
  border-radius: 8px;
  margin-top: auto;
}
.lineup_area {
  max-width: 1080px;
  margin: auto;
  padding-top: 100px;
}
.lineup_area .lineup_area__title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
  color: #333;
  padding-bottom: 60px;
}
.lineup_area .lineup_area__title .red {
  margin-top: 6px;
  color: #c8102e;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
}
.shape_unit__title {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 44px;
  letter-spacing: 0.78px;
  border-radius: 45px 45px 0 0;
}
.shape_unit__title p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -52px;
  padding: 10px 0;
}
.shape_unit__title p::before {
  content: "";
  width: 32px;
  height: 36px;
  display: inline-block;
  margin-right: 20px;
}
#circle_lineup p::before {
  background: url("/img/usr/freepage/2023_seal_tight/circle_point.png") no-repeat bottom/contain;
}
#square_lineup p::before {
  background: url("/img/usr/freepage/2023_seal_tight/square_point.png") no-repeat bottom/contain;
}
#gift_lineup p::before {
  background: url("/img/usr/freepage/2023_seal_tight/gift_point.png") no-repeat bottom/contain;
}
.shape_unit__itemWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 20px;
  padding: 50px 40px 80px;
}
.shape_unit__item {
  width: 183px;
}
.shape_unit__item .item_img {
  display: block;
}
.shape_unit__item .item_img:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.shape_unit__item .product_name {
  text-decoration: none;
}
.shape_unit__item .product_size {
  font-size: 0.85em;
}
.shape_unit__item .product_price {
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .inner {
    max-width: 100%;
    padding: 0 15px;
  }
  .pc_hidden {
    display: block;
  }
  .sp_hidden {
    display: none;
  }
  h1 {
    padding: 0;
    margin: auto;
    margin-bottom: 30px;
  }
  h1 img {
    width: 100%;
    height: 100%;
  }
  .recipe_title {
    font-size: 22px;
    line-height: 48px;
    letter-spacing: 1.1px;
  }
  .recipe_title:before {
    width: 30px;
    height: 30px;
  }
  .inner_anchor_btn {
    margin: 50px auto 60px;
  }
  .inner_anchor_btn a {
    font-size: 16px;
    line-height: 26px;
    width: calc(100% - 30px);
    height: 52px;
  }
  .btn_inner {
    position: relative;
    height: 122px;
  }
  .btn_img {
    position: absolute;
    top: -34px;
    left: 24px;
    width: 39px;
    height: 39px;
  }
  .btn_img img {
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .square .btn_img {
    top: -30px;
    width: 56px;
    height: 40px;
  }
  .btn_text {
    font-weight: bold;
    font-size: 4.4vw;
    line-height: 30px;
    letter-spacing: 0.8px;
    margin: auto;
  }
  .top_anchor_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 30px;
    padding-bottom: 65px;
  }
  .btn_unit {
    width: 100%;
    margin: auto;
  }
  .btn_unit::before {
    right: 15px;
    width: 28px;
    height: 28px;
  }
  .btn_unit::after {
    right: 23px;
    width: 12px;
    height: 6px;
  }
  .btn_unit .decoration {
    font-size: 15px;
  }
  .btn_unit .emphasis {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
  }
  .concept_area {
    padding: 34px 0;
  }
  .concept_title {
    font-size: 28px;
    line-height: 43px;
    letter-spacing: 0.84px;
  }
  .concept_title::first-line {
    text-align: center;
    font-size: 24px;
    line-height: 43px;
    letter-spacing: 0.72px;
  }
  .concept_text__content {
    display: block;
  }
  .content_unit {
    display: block;
    width: 269px;
    margin: auto;
  }
  .content_unit .text_area .number {
    font-size: 58px;
    margin-top: -40px;
  }
  .content_unit .text_area .title {
    text-align: center;
  }
  .content_unit .text_area .text {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 50px;
  }
  .sealed_pack-top-movie {
    margin-top: 0;
  }
  .sealed_pack-top-movie .sealed_pack-top-movie-inner {
    width: calc(100% - 30px);
    margin: auto;
  }
  .recipe_area #circle {
    padding-bottom: 50px;
  }
  .recipe_area #square {
    padding-bottom: 20px;
  }
  .area_title {
    padding: 37px 0 17px;
    background-image: url("/img/usr/freepage/2023_seal_tight/sb_title_bg.png");
  }
  .area_title .title_text {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.6px;
  }
  .area_title .emphasis {
    font-size: 28px;
    line-height: 45px;
    color: #faf575;
  }
  #circle .title_text:before {
    top: -30px;
    left: -56px;
    width: 71px;
    height: 71px;
    background: url("/img/usr/freepage/2023_seal_tight/circle_title_img.png") no-repeat center/contain;
  }
  #square .title_text:before {
    top: -20px;
    left: -56px;
    width: 89px;
    height: 61px;
    background: url("/img/usr/freepage/2023_seal_tight/square_img.png") no-repeat center/contain;
  }
  .recommend_recipe {
    background: #fff;
    border-radius: 0;
    padding: 35px 15px 60px;
  }
  .recommend_recipe__side {
    display: block;
  }
  .img_section {
    width: auto;
  }
  .img_section img {
    width: 100%;
    height: 100%;
  }
  .img_section a {
    width: 230px;
    height: 46px;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.75px;
  }
  .product_img:before {
    width: 106px;
    font-size: 13px;
    margin-bottom: 10px;
  }
  .comment_section {
    height: auto;
    position: relative;
    padding: 25px 15px;
  }
  .product_text .volume {
    font-size: 14px;
    line-height: 30px;
  }
  .product_text .price {
    font-size: 18px;
    letter-spacing: 0.72px;
    position: absolute;
    bottom: 28px;
    left: 15px;
  }
  .product_text .inner_text {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 20px;
  }
  .product_text .link {
    width: 192px;
    height: 42px;
  }
  .recommend_recipe__point {
    display: block;
    margin: 40px 0 0;
    border-left: none;
    border-right: none;
    padding: 35px 31px 30px;
  }
  .recommend_recipe__point .point_img img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
  }
  #circle .recommend_recipe__point {
    border-left: none;
    border-right: none;
    border-bottom: #a00472 7px solid;
  }
  #square .recommend_recipe__point {
    border-left: none;
    border-right: none;
    border-bottom: #a8061f 7px solid;
  }
  .small_recipe_wrapper {
    background: none;
    gap: 45px;
  }
  .small_recipe_wrapper .small_recipe__unit {
    width: 100%;
  }
  .small_recipe__comment .product_text .link {
    width: 100%;
    margin-left: 0;
  }
  .lineup_area {
    max-width: 100%;
    padding-top: 30px;
    margin-top: 30px;
  }
  .lineup_area .lineup_area__title {
    font-size: 6.93vw;
    line-height: 1;
  }
  .lineup_area .lineup_area__title .red {
    font-size: 4.27vw;
  }
  .shape_unit__title {
    color: #fff;
    font-size: 20px;
    border-radius: 0;
  }
  .shape_unit__title p {
    margin-left: 0;
  }
  .shape_unit__title p::before {
    width: 24px;
    height: 34px;
  }
  #circle_lineup p::before {
    background: url("/img/usr/freepage/2023_seal_tight/cirgule_point.png") no-repeat bottom/contain;
  }
  #square_lineup p::before {
    background: url("/img/usr/freepage/2023_seal_tight/square_point.png") no-repeat bottom/contain;
  }
  #gift_lineup p::before {
    background: url("/img/usr/freepage/2023_seal_tight/gift_point.png") no-repeat bottom/contain;
  }
  .shape_unit__itemWrapper {
    padding: 30px 15px 60px;
    gap: 0;
  }
  .shape_unit__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-top: 1px solid #eee;
    padding: 10px 0;
  }
  .shape_unit__item:last-child {
    border-bottom: 1px solid #eee;
  }
  .shape_unit__item .img_group {
    width: 145px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .shape_unit__item .img_group img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .shape_unit__item .text_group {
    padding-left: 10px;
  }
  .shape_unit__item .text_group .product_name {
    display: block;
    margin-top: 10px;
  }
  .shape_unit__item .text_group .product_size {
    font-size: 0.85em;
  }
  .shape_unit__item .text_group .product_comment {
    font-size: 13px;
    padding: 5px 0 10px;
  }
}

/*# sourceMappingURL=2023_seal_tight.css.map */
