@charset "UTF-8";
.airtight_container {
  width: 100%;
}
html[data-browse-mode="P"] .airtight_container {
  aspect-ratio: 2.985074626865672;
  background: url("/img/usr/freepage/airtight_container/mv_pc.png") no-repeat;
  background-size: contain;
}
html[data-browse-mode="S"] .airtight_container {
  aspect-ratio: 1.177394034536892;
  background: url("/img/usr/freepage/airtight_container/mv_sp.png") no-repeat;
  background-size: contain;
}
.airtight_body {
  background: #f5f5f2;
  font-size: 16px;
  color: #000;
  overflow: hidden;
}
html[data-browse-mode="S"] .airtight_body .is_Pc {
  display: none;
}
html[data-browse-mode="P"] .airtight_body .is_Sp {
  display: none;
}
html[data-browse-mode="S"] .airtight_body .is_Sp {
  display: block;
}
.at_inner {
  max-width: 1212px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}
.at_btn {
  position: relative;
  text-decoration: none;
  font-size: 18px;
  color: #000;
  line-height: 1;
  font-weight: bold;
  border: solid 2px #000;
  padding: 14px 20px 14px 30px;
  display: block;
  border-radius: 27px;
  width: 230px;
}
.at_btn:after {
  position: absolute;
  display: inline-block;
  line-height: 0;
  top: 12px;
  right: 20px;
}
.at_btn.arrow_right:after {
  content: url("/img/usr/freepage/airtight_container/arrow_right.png");
}
.at_btn.arrow_down:after {
  content: url("/img/usr/freepage/airtight_container/arrow_down.png");
}
.at_btn.arrow_top:after {
  content: url("/img/usr/freepage/airtight_container/arrow_top.png");
}
.at_btn.bg_y {
  background: #fff35c;
}
.airtight_head {
  font-size: 40px;
  line-height: 1;
  text-align: center;
}
html[data-browse-mode="S"] .airtight_head {
  font-size: 18px;
}
.airtight_subhead {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 23px;
}
html[data-browse-mode="S"] .airtight_subhead {
  font-size: 16px;
  margin-bottom: 12px;
}
html[data-browse-mode="S"] .airtight_scroll_wrap {
  margin-right: -16px;
}
.head_wave {
  font-weight: bold;
  letter-spacing: 0;
}
.head_wave span {
  padding-bottom: 27px;
  display: inline-block;
  background-image: url("/img/usr/freepage/airtight_container/wave.png");
  background-size: auto 7px;
  background-repeat: repeat-x;
  background-position: bottom;
  margin-bottom: 40px;
}
html[data-browse-mode="S"] .head_wave span {
  font-size: 28px;
  padding-bottom: 16px;
  background-size: auto 5px;
  margin-bottom: 28px;
}
.head_wave .sm_head {
  font-size: 28px;
  margin-bottom: 30px;
}
html[data-browse-mode="S"] .head_wave .sm_head {
  font-size: 20px;
  margin-bottom: 20px;
}
.head_wave .lg_head {
  position: relative;
  font-size: 50px;
  background: none;
  margin-bottom: 0;
  white-space: nowrap;
}
.head_wave .lg_head:before {
  position: absolute;
  content: "";
  height: 7px;
  width: calc(100% - 50px);
  left: 25px;
  bottom: 0;
  background-image: url("/img/usr/freepage/airtight_container/wave.png");
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: bottom;
}
html[data-browse-mode="S"] .head_wave .lg_head:before {
  width: calc(100% - 32px);
  left: 14px;
}
html[data-browse-mode="S"] .head_wave .lg_head {
  font-size: 26px;
  margin: 0 0 11px;
}
.airtight_title {
  font-size: 32px;
  line-height: 1.25;
  font-weight: bold;
  text-align: center;
}
html[data-browse-mode="S"] .airtight_title {
  font-size: 20px;
}
.airtight_title span {
  font-size: 40px;
  line-height: 1;
}
html[data-browse-mode="S"] .airtight_title span {
  display: inline-block;
  font-size: 28px;
  margin-bottom: 5px;
}
.airtight_label--wrap {
  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;
  gap: 10px;
}
html[data-browse-mode="S"] .airtight_label--wrap {
  gap: 5px;
}
.airtight_label--wrap::before {
  content: "";
  display: block;
  width: 3px;
  height: 19px;
  background: #000;
  border-radius: 4px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  margin-right: 5px;
}
.airtight_label--wrap::after {
  content: "";
  display: block;
  width: 3px;
  height: 19px;
  background: #000;
  border-radius: 4px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  margin-left: 5px;
}
.airtight_rec_vessel--block .airtight_label--wrap {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.airtight_rec_vessel--block .airtight_label--wrap:before {
  height: 32px;
  margin-bottom: 4px;
}
.airtight_rec_vessel--block .airtight_label--wrap:after {
  height: 32px;
  margin-bottom: 4px;
}
.airtight_rec_content {
  margin: 60px 0 0;
}
html[data-browse-mode="S"] .airtight_rec_content {
  margin: 48px 0 0;
}
.airtight_rec_txt--block {
  position: relative;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  padding: 50px 0 56px;
}
.airtight_rec_txt--block:before,
.airtight_rec_txt--block:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.airtight_rec_txt--block:before {
  background-image: url("/img/usr/freepage/airtight_container/rec_left_pc.png");
  width: 147px;
  height: 233px;
  top: 50px;
  left: 75px;
}
.airtight_rec_txt--block:after {
  background-image: url("/img/usr/freepage/airtight_container/rec_right_pc.png");
  width: 158px;
  height: 248px;
  top: 45px;
  right: 64px;
}
html[data-browse-mode="S"] .airtight_rec_txt--block {
  padding: 30px 0 42px;
}
html[data-browse-mode="S"] .airtight_rec_txt--block:before {
  background-image: url("/img/usr/freepage/airtight_container/rec_left_sp.png");
  width: 64px;
  height: 84px;
  top: -4px;
  left: -8px;
}
html[data-browse-mode="S"] .airtight_rec_txt--block:after {
  background-image: url("/img/usr/freepage/airtight_container/rec_right_sp.png");
  width: 72px;
  height: 251px;
  top: -8px;
  right: -10px;
  z-index: 1;
}
.airtight_rec_list {
  position: relative;
  padding-left: calc((74 / 1180) * 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.airtight_rec_list:after {
  position: absolute;
  content: url("/img/usr/freepage/airtight_container/toggle.png");
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -90px;
  z-index: 1;
}
html[data-browse-mode="S"] .airtight_rec_list:after {
  bottom: -73px;
}
html[data-browse-mode="S"] .airtight_rec_list {
  padding: 0 30px;
}
.airtight_rec_item {
  padding-left: 50px;
  background: url("/img/usr/freepage/airtight_container/check.png") no-repeat;
  background-size: 30px auto;
  background-position: left center;
  font-size: 22px;
  line-height: 1.363636363636364;
  font-weight: bold;
}
.airtight_rec_item + .airtight_rec_item {
  margin-top: 30px;
}
html[data-browse-mode="S"] .airtight_rec_item + .airtight_rec_item {
  margin-top: 20px;
}
html[data-browse-mode="S"] .airtight_rec_item {
  font-size: 16px;
  background-size: 20px auto;
  background-position: left top;
  padding-left: 30px;
}
.airtight_rec_vessel--block {
  position: relative;
  background: url("/img/usr/freepage/airtight_container/vessel_bottom_pc.png") no-repeat;
  background-size: 100% calc(100% - 78px);
  padding: 78px 85px 0;
}
.airtight_rec_vessel--block:before {
  position: absolute;
  content: "";
  background: url("/img/usr/freepage/airtight_container/vessel_left_pc.png") no-repeat;
  background-size: contain;
  width: 146px;
  height: 169px;
  top: 44px;
  left: 81px;
}
.airtight_rec_vessel--block:after {
  position: absolute;
  content: "";
  background: url("/img/usr/freepage/airtight_container/vessel_right_pc.png") no-repeat;
  background-size: contain;
  width: 111px;
  height: 165px;
  top: 40px;
  right: 44px;
}
html[data-browse-mode="S"] .airtight_rec_vessel--block {
  background: url("/img/usr/freepage/airtight_container/vessel_bottom_sp.png") no-repeat;
  background-size: 100% 890px;
  padding: 50px 20px 0;
}
html[data-browse-mode="S"] .airtight_rec_vessel--block:before {
  background: url("/img/usr/freepage/airtight_container/grape.png") no-repeat;
  background-size: contain;
  width: 48px;
  height: 49px;
  top: 12px;
  left: 12px;
}
html[data-browse-mode="S"] .airtight_rec_vessel--block:after {
  background: url("/img/usr/freepage/airtight_container/tomato.png") no-repeat;
  background-size: contain;
  width: 43px;
  height: 38px;
  top: 15px;
  right: 15px;
}
.airtight_rec_vessel--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 50px;
}
html[data-browse-mode="S"] .airtight_rec_vessel--list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 32px;
}
.airtight_rec_vessel--item {
  width: 490px;
  -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.102);
          box-shadow: 0px 0px 15px rgba(0,0,0,0.102);
  padding: 30px;
  background: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 170px auto;
  grid-template-columns: 170px auto;
  gap: 30px;
  border-radius: 30px;
}
html[data-browse-mode="S"] .airtight_rec_vessel--item {
  width: auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 11px calc((35 / 375) * 100vw) 20px;
}
.airtight_rec_vessel--img {
  position: relative;
  text-align: center;
  height: 170px;
}
.airtight_rec_vessel--img img {
  width: 170px;
  margin: 0 auto;
  aspect-ratio: 1/1;
  line-height: 0;
}
html[data-browse-mode="S"] .airtight_rec_vessel--img {
  height: auto;
  padding-bottom: 36px;
}
.airtight_rec_vessel--label {
  white-space: nowrap;
  position: absolute;
  font-weight: bold;
  border-radius: 15px;
  line-height: 26px;
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.airtight_rec_vessel--txt {
  line-height: 23/16;
}
.airtight_rec_vessel--name {
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  margin: 20px 0 30px;
}
html[data-browse-mode="S"] .airtight_rec_vessel--name {
  margin: 15px 0 21px;
}
.airtight_pack_content {
  margin-top: 100px;
  padding-top: 83px;
}
html[data-browse-mode="S"] .airtight_pack_content {
  margin-top: 27px;
}
.airtight_pack_content .at_inner {
  position: relative;
  max-width: 1212px;
  padding: 27px 16px 118px;
  z-index: 0;
}
html[data-browse-mode="S"] .airtight_pack_content .at_inner {
  width: calc(100% - 16px);
  margin-left: 0;
  padding-top: 8px;
  padding-bottom: 80px;
}
.airtight_pack_content .at_inner:before,
.airtight_pack_content .at_inner:after {
  position: absolute;
  content: "";
  background: #edede1;
  height: 100%;
  top: 0;
  overflow: hidden;
  z-index: -1;
}
.airtight_pack_content .at_inner::before {
  right: 500px;
  width: 100vw;
}
html[data-browse-mode="S"] .airtight_pack_content .at_inner::before {
  right: 200px;
}
.airtight_pack_content .at_inner:after {
  width: 100%;
  left: 0;
  border-radius: 0 500px 0 0;
}
html[data-browse-mode="S"] .airtight_pack_content .at_inner:after {
  border-radius: 0 200px 0 0;
}
html[data-browse-mode="S"] .airtight_pack_content .airtight_scroll_wrap {
  margin-right: -32px;
}
.airtight_comment_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc((72 / 1180) * 100%);
  margin-bottom: 42px;
  padding: 0 60px 0 0;
}
html[data-browse-mode="S"] .airtight_comment_main {
  display: block;
  padding: 0;
  margin-bottom: 44px;
}
.airtight_comment_block {
  position: relative;
  padding-top: 89px;
  max-width: 660px;
}
.airtight_comment_block::before {
  position: absolute;
  content: "";
  width: 143px;
  height: 143px;
  background: url("/img/usr/freepage/airtight_container/comment.png") no-repeat;
  background-size: contain;
  top: -92px;
  left: 58px;
}
html[data-browse-mode="S"] .airtight_comment_block::before {
  width: 82px;
  height: 82px;
  top: -30px;
  left: 0;
}
.airtight_comment_block .airtight_head {
  text-align: left;
  margin-bottom: 68px;
}
html[data-browse-mode="S"] .airtight_comment_block .airtight_head {
  margin-top: 10px;
  margin-bottom: 48px;
  padding-left: 16px;
  text-indent: -8px;
}
.airtight_comment_img {
  max-width: 389px;
}
html[data-browse-mode="S"] .airtight_comment_img {
  position: absolute;
  width: 171px;
  top: -50px;
  left: 150px;
}
.airtight_comment_txt {
  position: relative;
  border-radius: 10px;
  border: solid 2px #000;
  max-width: 630px;
  width: calc((630 / 1400) * 100vw);
  margin-left: 20px;
  background: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.35;
  padding: 18px calc((58 / 634) * 100%) 18px calc((100 / 634) * 100%);
}
.airtight_comment_txt:before {
  position: absolute;
  content: "";
  width: 108px;
  height: 56px;
  background: url("/img/usr/freepage/airtight_container/check_pc.png") no-repeat;
  background-size: cover;
  top: -20px;
  left: -12px;
}
html[data-browse-mode="S"] .airtight_comment_txt:before {
  background: url("/img/usr/freepage/airtight_container/check_sp.png") no-repeat;
  background-size: cover;
  width: 69px;
  height: 49px;
  top: -33px;
  left: 2px;
}
.airtight_comment_txt:after {
  position: absolute;
  content: "";
  background: url("/img/usr/freepage/airtight_container/toggle_pc.png") no-repeat;
  background-size: cover;
  width: 83px;
  height: 95px;
  right: -63px;
  top: 10px;
}
html[data-browse-mode="S"] .airtight_comment_txt:after {
  background: url("/img/usr/freepage/airtight_container/toggle_sp.png") no-repeat;
  background-size: cover;
  width: 54px;
  height: 61px;
  top: auto;
  bottom: -36px;
  right: 33px;
}
html[data-browse-mode="S"] .airtight_comment_txt {
  width: 100%;
  padding: 20px 15px 15px;
  font-size: 16px;
  margin: 0;
}
.at_min_inner {
  max-width: 1112px;
  padding-left: 16px;
  padding-right: 16px;
}
html[data-browse-mode="S"] .at_min_inner {
  padding: 0;
}
.airtight_recipe_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 120px;
}
html[data-browse-mode="S"] .airtight_recipe_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (206px)[4];
  grid-template-columns: repeat(4, 206px);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  width: 100%;
  overflow-x: scroll;
  padding-right: 16px;
  margin-bottom: 80px;
}
html[data-browse-mode="S"] .airtight_recipe_list.recipe3s {
  -ms-grid-columns: (206px)[3];
  grid-template-columns: repeat(3, 206px);
}
.airtight_recipe_list.recipe3s li {
  width: 340px;
}
html[data-browse-mode="S"] .airtight_recipe_list.recipe3s li {
  width: auto;
}
.airtight_recipe_list.recipe4s li {
  width: 247px;
}
html[data-browse-mode="S"] .airtight_recipe_list.recipe4s li {
  width: auto;
}
.airtight_recipe_item a {
  text-decoration: none;
}
.airtight_recipe_name {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 24px;
  color: #000;
}
html[data-browse-mode="S"] .airtight_recipe_name {
  font-size: 16px;
  margin-top: 20px;
}
.airtight_point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 120px;
}
html[data-browse-mode="S"] .airtight_point_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (280px)[4];
  grid-template-columns: repeat(4, 280px);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-x: scroll;
  gap: 10px;
  margin-bottom: 80px;
  padding-right: 16px;
}
.airtight_point_item {
  width: 525px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 197px auto;
  grid-template-columns: 197px auto;
  border-radius: 20px;
}
html[data-browse-mode="S"] .airtight_point_item {
  display: block;
  width: auto;
}
html[data-browse-mode="S"] .airtight_point_img {
  background: #fff;
  border-radius: 20px 20px 0 0;
}
.airtight_point_detail {
  padding: 30px 0 30px 30px;
  background: #fff;
  height: 205px;
  border-radius: 0 20px 20px 0;
}
html[data-browse-mode="S"] .airtight_point_detail {
  padding: 20px;
  border-radius: 0 0 20px 20px;
}
.airtight_point_title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 20px;
}
html[data-browse-mode="S"] .airtight_point_title {
  font-size: 18px;
}
.airtight_point_txt {
  line-height: 1.5;
  padding-right: 27px;
}
html[data-browse-mode="S"] .airtight_point_txt {
  padding: 0;
}
.airtight_product_contents {
  position: relative;
}
.airtight_product_contents:before {
  position: absolute;
  content: "";
  background: url("/img/usr/freepage/airtight_container/pd_left_pc.png") no-repeat;
  background-size: contain;
  width: 179px;
  height: 372px;
  left: 11px;
  top: 28px;
}
html[data-browse-mode="S"] .airtight_product_contents:before {
  content: none;
}
.airtight_product_contents:after {
  position: absolute;
  content: "";
  background: url("/img/usr/freepage/airtight_container/pd_right_pc.png") no-repeat;
  background-size: contain;
  width: 156px;
  height: 379px;
  top: 19px;
  right: 61px;
}
html[data-browse-mode="S"] .airtight_product_contents:after {
  content: none;
}
.airtight_product_list {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
}
.airtight_product_list.packlist {
  gap: 100px;
}
html[data-browse-mode="S"] .airtight_product_list.packlist {
  gap: 12px;
  margin-top: 30px;
}
html[data-browse-mode="S"] .airtight_product_list.packlist .airtight_product_type {
  margin-top: 22px;
}
.airtight_product_list.vinegarlist {
  gap: 80px;
}
html[data-browse-mode="S"] .airtight_product_list.vinegarlist {
  gap: 16px;
  margin-top: 25px;
}
html[data-browse-mode="S"] .airtight_product_list.vinegarlist .airtight_product_type {
  margin-top: 40px;
}
.airtight_product_type {
  display: inline-block;
  background: #000;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-size: 18px;
  padding: 5px 31px;
  border-radius: 27px;
  margin-top: 26px;
}
html[data-browse-mode="S"] .airtight_product_type {
  min-width: 90px;
  font-size: 14px;
  padding: 5px 11px;
}
.airtight_product_example {
  position: relative;
  margin-top: 180px;
  padding: 50px;
  background: #fff;
  border-radius: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 288px auto;
  grid-template-columns: 288px auto;
  gap: 50px;
  letter-spacing: 0.01em;
}
html[data-browse-mode="S"] .airtight_product_example {
  margin-top: 140px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 57px 20px 30px;
}
.airtight_product_example .at_btn {
  width: 269px;
  margin: 0 0 0 auto;
}
html[data-browse-mode="S"] .airtight_product_example .at_btn {
  margin-right: auto;
}
.airtight_product_example + .at_btn {
  width: 471px;
  margin: 50px auto 0;
}
html[data-browse-mode="S"] .airtight_product_example + .at_btn {
  line-height: 1.25;
  width: 100%;
  margin-top: 40px;
  border-radius: 50px;
  padding-left: calc((30 / 375) * 100vw);
}
html[data-browse-mode="S"] .airtight_product_example + .at_btn:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
html[data-browse-mode="S"] .airtight_product_example + .at_btn span {
  display: inline-block;
}
.airtight_product_example--label-wrap {
  position: absolute;
  text-align: center;
  top: -68px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 18px;
  font-weight: bold;
}
.airtight_product_example--label-sub {
  font-size: 18px;
  font-weight: bold;
}
.airtight_product_example--label {
  width: 461px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  background: url("/img/usr/freepage/airtight_container/label_pc.png") no-repeat;
  background-size: 100% 100%;
  padding: 12px 0;
  margin-top: 15px;
}
html[data-browse-mode="S"] .airtight_product_example--label {
  min-width: 286px;
  width: auto;
  background: url("/img/usr/freepage/airtight_container/label_sp.png") no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 20px;
  line-height: 1.15;
  padding: 11px 0;
  margin-top: 12px;
}
.airtight_product_example--title {
  font-weight: bold;
  padding-top: 16px;
  font-size: 22px;
  margin-bottom: 20px;
}
html[data-browse-mode="S"] .airtight_product_example--title {
  padding: 0;
}
.airtight_product_example--txt {
  margin-bottom: 40px;
  letter-spacing: 0.01em;
}
.airtight_product_example--txt a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
html[data-browse-mode="S"] .airtight_product_example--txt {
  margin-bottom: 30px;
}
.airtight_vinegar_content {
  margin-top: 150px;
  padding-top: 81px;
}
html[data-browse-mode="S"] .airtight_vinegar_content {
  margin-top: 59px;
}
html[data-browse-mode="S"] .airtight_vinegar_content .airtight_head {
  margin: 1 36px;
}
.airtight_vinegar_content .at_inner {
  position: relative;
  max-width: 1212px;
  padding: 16px 16px 160px;
  z-index: 0;
}
html[data-browse-mode="S"] .airtight_vinegar_content .at_inner {
  width: calc(100% - 16px);
  margin-right: 0;
  padding-bottom: 80px;
}
.airtight_vinegar_content .at_inner:before,
.airtight_vinegar_content .at_inner:after {
  position: absolute;
  content: "";
  background: #edede1;
  height: 100%;
  top: 0;
  z-index: -1;
  overflow: hidden;
}
.airtight_vinegar_content .at_inner::before {
  left: 500px;
  width: 100vw;
}
html[data-browse-mode="S"] .airtight_vinegar_content .at_inner::before {
  left: 200px;
}
.airtight_vinegar_content .at_inner:after {
  width: 100%;
  left: 0;
  border-radius: 500px 0 0 0;
}
html[data-browse-mode="S"] .airtight_vinegar_content .at_inner:after {
  border-radius: 200px 0 0 0;
}
.airtight_vinegar_content .at_min_inner {
  margin-left: auto;
  margin-right: 0;
}
.airtight_vinegar_content .airtight_comment_main {
  -ms-grid-columns: 380px auto;
  grid-template-columns: 380px auto;
  gap: 8px;
  padding: 0 0 0 89px;
  margin-bottom: 25px;
}
html[data-browse-mode="S"] .airtight_vinegar_content .airtight_comment_block:before {
  left: 174px;
  top: -30px;
}
.airtight_vinegar_content .airtight_comment_img {
  margin-top: -89px;
  line-height: 1;
}
html[data-browse-mode="S"] .airtight_vinegar_content .airtight_comment_img {
  width: 158px;
  margin: 0;
  top: -60px;
  left: 13px;
  right: auto;
}
.airtight_vinegar_content .airtight_comment_txt {
  max-width: 590px;
}
.airtight_vinegar_content .airtight_comment_txt:after {
  right: -57px;
}
.airtight_vinegar_content .airtight_point_txt {
  padding-right: 30px;
}
.airtight_more_content {
  padding: 120px 0;
}
html[data-browse-mode="S"] .airtight_more_content {
  padding: 80px 0;
}
.airtight_more_head {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.airtight_more_label {
  display: block;
  background: url("/img/usr/freepage/airtight_container/label_pc.png") no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
  padding: 12px 0;
  margin: 100px auto 50px;
  width: 651px;
}
html[data-browse-mode="S"] .airtight_more_label {
  font-size: 20px;
  background: url("/img/usr/freepage/airtight_container/label_sp.png") no-repeat;
  background-size: contain;
  background-position: center;
  width: auto;
  min-width: 286px;
  padding: 11px 0;
  line-height: 1.15;
  margin: 30px auto;
}
.airtight_more_content .airtight_label--wrap {
  margin-bottom: 30px;
}
html[data-browse-mode="S"] .airtight_more_content .airtight_label--wrap {
  margin-bottom: 20px;
}
.airtight_more_content .airtight_recipe_list {
  margin-bottom: 50px;
}
html[data-browse-mode="S"] .airtight_more_content .airtight_recipe_list {
  margin-bottom: 40px;
}
.airtight_more_content .airtight_recipe_list li {
  width: 272px;
}
html[data-browse-mode="S"] .airtight_more_content .airtight_recipe_list li {
  width: auto;
}
.airtight_more_content .airtight_recipe_name {
  margin-top: 22px;
}
.airtight_more_content .airtight_scroll_wrap + .at_btn {
  background: #fff;
  width: 270px;
  margin: 50px auto 0;
}
html[data-browse-mode="S"] .airtight_more_content .airtight_scroll_wrap + .at_btn {
  margin-top: 40px;
}
html[data-browse-mode="S"] .airtight_more_content .at_btn + .airtight_more_label {
  margin-top: 80px;
}
.airtight_bottom_content {
  position: relative;
  background-color: #edede1;
  padding-bottom: 124px;
  z-index: 0;
}
html[data-browse-mode="S"] .airtight_bottom_content {
  background: none;
}
.airtight_bottom_content:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 202px;
  background: #f5f5f2;
  bottom: 0;
  left: 0;
  z-index: -1;
}
html[data-browse-mode="S"] .airtight_bottom_content .airtight_rec_vessel--block {
  border-radius: 20px 20px 0 0;
}
html[data-browse-mode="S"] .airtight_bottom_content .airtight_rec_vessel--block:before {
  top: 30px;
  left: 22px;
}
html[data-browse-mode="S"] .airtight_bottom_content .airtight_rec_vessel--block:after {
  top: 28px;
  right: 29px;
}
